/*-----------------------------------------------------------------------------------
Template Name: New HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
:root {
    --ss-theme-color: #123231;
}


/*-------------------
2. Theme Default CSS
--------------------*/

.txtupper {
    text-transform: uppercase;
}

.fs40 {
    font-size: 40px;
}

.pt30 {
    padding-top: 30px;
}

.header-area p {
    font-size: 18px;
    font-weight: 100;
    font-family: "Open Sans";
}

.about-area h2 {
    color: #2e343a;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
}

.about-area p {
    font-size: 18px;
    font-weight: 100;
    padding: 20px 0 20px 0;
    font-family: "Open Sans";
}

.service-area h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
}

.service-area h4 {
    font-family: "Open Sans";
}

.service-area p {
    font-size: 16px;
    font-weight: 100;
    padding: -20px 10px 10px !important;
    font-family: "Open Sans";
}

.feature-area h2 {
    color: #2e343a;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
}

.feature-area h4 {
    color: #35b2f5 !important;
    font-size: 20px;
    font-family: "Open Sans";
}

.feature-area p {
    font-size: 16px;
    font-weight: 100;
    padding: 20px 0 20px 0;
    font-family: "Open Sans";
}

.feature-area .page-title {
    margin-bottom: 15px !important;
}

.footer-area h2 {
    /* color: #ffffff; */
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Open Sans";
}

.footer-area p {
    font-size: 18px;
    font-weight: 100;
    /*padding: 20px 0 20px 0;*/
    font-family: "Open Sans";
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
    font-weight: 600;
}

html,
body {
    height: 100%
}

body {
    font-family: 'Open-Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/**
*Helper-Classes
**/

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 120px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: #138fc2;
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.social-menu li a:hover {
    background-color: #138fc2;
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.address-content a {
    color: #ffffff;
}


/**
*Default Background Class
**/


/*.overlay:before,*/

.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    color: #ffffff;
}

.overlay:before {
    background-image: radial-gradient(ellipse closest-corner at center, transparent 0%, #000000 100%);
}

.gray-bg {
    background-color: #ffffff;
}


/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 0px;
    color: #ffffff;
    background-color: #03a1ff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    -webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

.button.white,
.button:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button.white:hover {
    background-color: #2f60c3;
    color: #ffffff;
}

.button i {
    margin-left: 5px;
}


/**
*Page title
**/

.page-title {
    margin-bottom: 60px;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}


/*.page-title h2:after {
    content: "\e675";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}
*/


/**
*Box-style
**/

.box {
    padding: 0px 0px 10px 0px;
    text-align: center;
    background-color: #ffffff;
    min-height: 400px;
    color:#000000;
}

.service-area .box h4 {
    text-transform: uppercase;
    background: #2e343d;
    padding: 20px;
    color: #ffffff;
    font-weight: 100;
}

.box .box-icon {
    height: 91px;
    margin-bottom: 20px;
    padding-top: 15px;
}

.box-feature .box-icon {
    height: 115px;
    margin-bottom: 20px;
    padding-top: 0px !important;
}

.box p{
    margin: -20px 10px 10px !important;
    color: #515656;
}


.box-1hrlogo {
    width: 130px;
    height: 55px;
}

.box-kiwiapplogo {
    width: 210px;
    height: 78px;
    margin-top: -15px;
}

.box-eotclogo {
    width: 260px;
    height: 55px;
}

.box-eonzlogo {
    width: 114px;
    height: 49px;
    margin-top: -15px;
}

/*.br{
    border-right: 1px solid #e7e7e7;
}

.bl{
    border-left: 1px solid #e7e7e7;
}*/

.box-feature .col-xs-12:nth-of-type(1n) .box:not(.client-box){
    border-right: 1px solid #dcd4d4;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0)) 1 100%;
    -moz-border-image: -moz-linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0)) 1 100%;
    -o-border-image: -o-linear-gradient(rgba(0, 0, 0, 0), black, rgba(0, 0, 0, 0)) 1 100%;
    border-image: linear-gradient(rgba(0, 0, 0, 0), #dcd4d4, rgba(0, 0, 0, 0)) 1 100%;
}

.box-feature .col-xs-12:nth-of-type(3n) .box:not(.client-box) {
    border-right: 0px solid #fff !important;
}

@media (max-width: 991px) {
    .box-feature .col-xs-12:nth-of-type(odd) .box:not(.client-box) {
        border-right: 1px solid #dcd4d4 !important;
        -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
        -webkit-border-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
        -moz-border-image: -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
        -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
        border-image: linear-gradient(to bottom, #dcd4d4, rgba(0, 0, 0, 0)) 1 100%;
    }

    .box-feature .col-xs-12:nth-of-type(even) .box:not(.client-box) {
        border-right: 0px solid #fff !important;
    }
    .package-list-section2 {
        margin-top: -29px !important;
    }
    .fs40 {
        font-size: 35px !important;
    }
}

@media (max-width: 1999px) {
    .header-text h2 {
        font-size: 32px !important;
    }
}

@media (max-width: 375px) {
    .box-feature .col-xs-12:nth-of-type(odd) .box:not(.client-box) {
        border-right: 1px solid #dcd4d4 !important;
        -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(black), to(rgba(0, 0, 0, 0))) 1 100%;
        -webkit-border-image: -webkit-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
        -moz-border-image: -moz-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
        -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
        border-image: linear-gradient(to bottom, #dcd4d4, rgba(0, 0, 0, 0)) 1 100%;
    }

    .package-list-section2 {
        margin-top: -30px !important;
    }
    .fs40 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .box-feature .col-xs-12:nth-of-type(odd) .box:not(.client-box) {
        border-right: 0px solid #fff !important;
    }

    .box-feature .col-xs-12:nth-of-type(even) .box:not(.client-box) {
        border-right: 0px solid #fff !important;
    }
}

.gray-bg .box {
    /*padding: 0px 0px 10px 0px;*/
    text-align: center;
    background-color: #ffffff;
    max-height: 400px;
    color: #000000;
    margin-bottom: 10px;
}

.gray-bg .box p {
    padding: 25px;
    color: #515656;
}

.gray-bg p {
    margin: -20px 10px 0px !important;
    color: #515656;
}


/**
*Mainmenu-area
**/

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area a {
    color: #ffffff;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    margin-top: 8px;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu > ul > li > a {
    padding: 31px 15px;
    position: relative;
    text-align: center;
}

.mainmenu-area #primary-menu > ul > li > a:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
    background: #2b99ce;
}


/* nav bar layout-web-basic */

.basic-nav-bg{
    background-color: #414242;
}

/**
*Header-area
**/

.header-area{
    color: #ffffff !important;
}

.service-area {
    background: #000000 url('../images/web/banner_2B.jpg') no-repeat scroll center center / cover;
}

.text-white{
    color:#ffffff;
}


.anlge-bg {
    background: url('../images/web/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto;
}

.trianlge-bg{
    background: url('../images/web/triangle-bg.png') no-repeat scroll center bottom -2px / 100% auto;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.header-text {
    text-shadow: 8px 6px 30px rgba(0, 0, 0, 1);
}

.header-text ul {
    margin-top: 30px;
}

.header-text li {
    list-style: none;
    padding-left: 30px;
    background-image: url(../images/web/checked.png);
    background-position: 0px 3px;
    background-repeat: no-repeat;
    background-size: 1.4em;
    font-size: 16px;
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text .button {
    margin-top: 30px;
}

.screen-slider .item {
    background: url('../images/web/mobile2.png') no-repeat scroll center center / auto 100%;
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    position: absolute;
    left: 0;
    top: 100%;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}


/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}

.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


/***
*Team-Section
***/

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.single-team .team-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}


/***
*Testimonial-Page
***/

.testimonial-area {
    background: url('../images/web/parallax-7.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
}

.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 30px;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}

.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}

.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}


/***
*Price-area
***/

.price-area {
    background: url('../images/web/parallax-6.jpg') no-repeat scroll center center / cover
}

.price-table h3 {
    margin-bottom: 30px;
}

.price-table {
    padding: 50px 40px;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;
    color: #515656;
    position: relative;
    margin-top: 20px
}

.price-table.active {
    padding: 70px 40px;
    margin-top: 0
}

.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.price-table ul li {
    padding: 5px 0;
}

.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #55A2BE;
    color: #ffffff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
}


/**
*Accordion
**/

#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}


/****
*Blog-area
*****/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
}

.single-blog h3 {
    font-size: 18px;
}

.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}

.single-blog .blog-content {
    padding: 40px 20px;
    background-color: #ffffff
}


/***
*About-area
***/

.about-area {
    text-align: center;
}


/***
*Footer-area
***/

.contact-info {
    padding-top: 0px !important;
}

.footer-area {
    padding-top: 120px;
    background: #000000 url('../images/web/banner_3B.jpg') no-repeat scroll center center / cover;
    color: #ffffff;
}

.footer-area input,
.footer-area textarea {
    background: transparent;
    border: solid 1px #ffffff;
}

.footer-top {
    margin-bottom: 150px;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
    background: #efefef;
    color: #585c60;
}

/***
*Contact-form
****/

.new-form-control{
    margin-bottom: 0px !important;
    border-radius: 5px !important;
}

.contact-form{
    background-color: #ccc;
    opacity:0.7;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
}

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    /* background: #22a9f7; */
    background-color: #00a2ff;
    margin-bottom: 35px;
}

.contact-form .button:hover {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    /* background: #22a9f7; */
    background-color: #00ccff;
    margin-bottom: 35px;
}

.contact-form input {
    background-color: #ffffff;
}

.contact-form textarea {
    background-color: #ffffff;
}

.form-control {
    margin-bottom: 20px;
    height: auto;
    padding: 12px 20px;
}


/*.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}*/

.form-double .form-group {
    width: calc(50% - 10px);
    float: left;
}

.form-double .form-group:last-child {
    float: right;
}


/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(#138fc2));
    background: linear-gradient(to bottom, #75cbe7 0%, #138fc2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='#138fc2', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}


/*=========================
  Social media icon set
 ================= */

.social-link-container {
    margin-top: 2%;
}


/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}



.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}



.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}






.doc-body h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.doc-body .document-head {
    font-weight: 600;
    margin-top: 30px;
    text-transform: capitalize;
}

.doc-body .doc-head-cont {
    font-weight: 600;
    text-transform: capitalize;
}

.doc-body p {
    margin: 0 0 10px;
}

.ptb--100 {
    padding: 100px 0
}

.grey {
    color: #555555 !important;
}
.block{display:block;}
.mt5 {
    margin-top: 5px;
}

.about-img {
    padding-top: 100px;
    max-width: 125%;
}

@media (max-width: 1366px) {
    .about-img {
        padding-top: 100px;
        max-width: 100%;
    }
}


@media (max-width: 1999px) {
    .pbp {
        padding-bottom: 57% !important;
    }
    .pbp1 {
        padding-bottom: 15% !important;
    }
}


@media (max-width: 1199px) {
    .pbp {
        padding-bottom: 70% !important;
    }
    .pbp1 {
        padding-bottom: 10% !important;
    }
}