@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800&display=swap');
body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    width: 100%;
}

ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.left_fixed_icons {
    position: fixed;
    top: 200px;
    left: 0;
    width: 50px;
    z-index: 9999;
}
.left_fixed_icons a {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    background: #333;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #555;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.left_fixed_icons a span {
    position: absolute;
    top: 0;
    left: -150px;
    height: 100%;
    width: 120px;
    background: #333;
    z-index: -1;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.left_fixed_icons a:hover span {
    left: 50px;
}
.left_fixed_icons a:hover {
    background: #555;
}
.container, .fullpage {
    width: 100%;
    max-width: 1240px;
    min-width: 240px;
    margin-left: auto;
    margin-right: auto;
}
.fullpage {
    max-width: 1100px;
}
.fullbody {
    width: 100%;
    float: left;
    position: relative; 
}

.scrollup {
    width: 80px;
    height: 41px;
    text-indent: -9999px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: none;
    z-index: 999;
    background-image: url(../images/icon_top.png);
    background-repeat: no-repeat;
    opacity: 0.95;
}
.micon, 
.mobile_menu {
    display: none;
}
.refer {
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    position: fixed;
    bottom: 60px;
    right: 5px;
    background-size: 100%;
    display: none;
    z-index: 999;
    background-image: url(../images/refer.png);
    background-repeat: no-repeat;
    animation: zoominoutsinglefeatured 1s infinite;
    opacity: 1;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.1, 1.1);
    }

    100% {
        transform: scale(1, 1);
    }
}

/*-------social_fix--------*/
.social_fix {
    position: fixed;
    top: 150px;
    width: 235px;
    right: -185px;
    z-index: 99999;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background-color: #f27115;
    height: 42px;
    padding: 5px;
    border-radius: 25px 0 0 25px;
}

.social_fix:hover {
    right: 0px;
}

.social_fix ul {
    list-style: none;
}

.share_side {
    width: 50px;
    position: fixed;
    right: 0px;
    top: 150px;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 300;
    cursor: pointer;
    z-index: 99999999;
    height: 42px;
    display: block;
    padding: 5px 0;
    border-radius: 25px 0 0 25px;
    background-color: #f27115;
}

.share_side i {
    font-size: 16px;
    font-weight: 400;
}

.social_fix ul li {
    width: 100%;
    padding-right: 50px;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

.social_fix ul li a {
    text-decoration: none;
    display: block;
    font-size: 18px;
    transition: all 0.3s ease 0s;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

/*------social_fix_end--------*/

#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 999999;
    /* makes sure it stays on top */
}

#status {
    width: 80px;
    height: 121px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.png);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: -80px 0 0 -30px;
    /* is width and height divided by two */
    animation: zoominoutsinglefeatured 1s infinite;
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.top_section1 {
    overflow: hidden;
    position: relative;
    /*height: calc(100vw * .56);*/
    height: calc(100vw);
    max-height: 100vh;
    /*background-image: url('../images/video.jpg');
    background-size: 100%;*/
}

.header {
    width: 100%;
    display: table;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
}

#header.fixed1,
#header.fixed2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    z-index: 999;
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}

#header.fixed2 {
    background-color: #0099cc;
}

/*.logo{
    float: left;
    display: inline-block;
    padding: 5px 0px;
}
.logo a{text-decoration: none;}
.logo a img{display: block; height: 80px; margin-top: 10px;}*/
.logo {
    float: left;
    display: inline-block;
    z-index: 99;
    position: absolute;
    left: 0px;
    background-color: #fff;
    top: 0px;
    padding: 0px 0px 0 50px;
    height: 110px;
}

.logo::after {
    position: absolute;
    top: 0;
    right: -55px;
    width: 160px;
    height: 100%;
    content: "";
    background: #fff;
    z-index: -1;
    -webkit-transform: skew(-45deg);
    transform: skew(-45deg);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.05);
}

.logo a {
    vertical-align: middle;
    display: inline-block;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 367px;
    height: inherit;
    background-size: 100%;
    transition: all 0.3s;
}

#header.fixed2 .logo a {
    background-image: url(../images/logo1.png);
}

#header.fixed1 .logo a {
    background-image: url(../images/logo1.png);
    width: 175px;
}

.headertopright {
    float: right;
    display: inline-block;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5)
}

.header_right {
    clear: both;
    width: 100%;
    display: table;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}

#header.fixed2 .header_right {
    border-bottom: 0px;
}

#header.fixed1 .header_right {
    border-bottom: 0px;
}

#header.fixed2 .headertopright {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#header.fixed1 .headertopright {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.top_nav {
    clear: both;
    width: 100%;
    background-color: #424e51;
    float: left;
    padding-right: 50px;
    position: relative;
}

#header.fixed2 .top_nav {}

#header.fixed1 .top_nav {}

/*.top_nav:before {
    position: absolute;
    right: -50px;
    width: 50px;
    content: "";
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.5);
    height: 1px;
}*/
.top_nav:after {
    position: absolute;
    right: 0px;
    width: 50px;
    content: "";
    bottom: 0px;
    background-color: #66cc00;
    height: 100%;
    z-index: 2;
}

#header.fixed2 .top_nav:before {
    background-color: rgba(0, 0, 0, 0.2);
}

#header.fixed1 .top_nav:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.top_left {
    float: right;
    display: inline-block;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    padding: 5px 0;
    padding-left: 10px;
}

a.topph {
    float: right;
    display: inline-block;
    line-height: 20px;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
}

#header.fixed1 a.topph,
#header.fixed2 a.topph {
    color: #fff;
}

a.topph i {
    color: #7ad35f;
    margin-right: 5px;
    font-size: 18px;
}

.top_nav ul.top_ul1 {
    list-style: none;
    float: right;
    padding: 5px 0;
}

ul.top_ul1 li {
    float: left;
    display: inline-block;
}

ul.top_ul1 li a {
    text-decoration: none;
    color: #fff;
    padding: 0px 15px;
    line-height: 20px;
    font-size: 13px;
    display: inline-block;
    text-transform: none;
    font-weight: 300;
    margin-top: 5px;
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.5)
}
ul.top_ul1 li:last-child a {
    border-right: 0px
}

#header.fixed2 ul.top_ul1 li a {
    color: #fff;
}

#header.fixed1 ul.top_ul1 li a {
    color: #fff;
}

ul.top_ul1 li:last-child a::before {
    display: none;
}

a.emplogin {
    float: right;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #66cc00;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

a.emplogin1 {
    background-color: #ff9900;
    color: #fff;
    padding: 0 20px;
    margin-left: 15px;
}

.headerSocial {
    float: right;
    display: inline-block;
}

.headerSocial a {
    text-decoration: none;
    font-size: 21px;
    margin-right: 10px;
    transition: all 0.3s;
    color: #fff;
}
.colorFlash {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: colorFlash;
    animation-name: colorFlash;
}
@-webkit-keyframes colorFlash {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #111;
  }
}

@keyframes colorFlash {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #111;
  }
}
/*
.headerSocial a.fb{color: #4862a3;}
.headerSocial a.tw{color: #49a6e8;}
.headerSocial a.lin{color: #006699;}*/
.menu {
    height: 70px;
    float: right;
    padding-right: 50px;
}

.menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: left;
    display: inline-block;
}

.menu>ul>li {
    float: left;
    position: relative;
}

.menu>ul>li>a {
    padding: 15px 13px 15px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    text-transform: none;
    position: relative;
    transition: all 0.3s;
}

.menu>ul>li:hover>a {
    color: #FFFF00;
}

.menu>ul>li>a i {
    margin-left: 5px;
    font-size: 12px;
}

.menu>ul>li:last-child>a {
    padding: 15px 5px;
}

.menu>ul>li.search>a i {
    margin-left: 0px;
    color: #f58025;
    font-size: 18px;
}

.menu>ul>li:last-child>a::before {
    display: none;
}

.menu>ul>li>a.active {
    color: #fff;
}

.menu > ul > li.home > a i{
    font-size: 20px;
    color: #f27b21;
}
.menu>ul>li>a:hover ,
.menu>ul>li.active>a {
    color: #f27a21;
}

#header.fixed2 .menu>ul>li:hover>a {
    color: #FFFF00;
}

#header.fixed1 .menu>ul>li:hover>a {
    color: #FFFF00;
}

.megamenu {
    position: absolute;
    left: 0px;
    top: 100%;
    background-color: #fff;
    width: 220px;
    z-index: 999;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    display: none;
    padding: 5px 0;
}

.dropdown2 {
    display: none;
    border: 0px;
}

.dropdown3 {
    display: none;
    border: 0px;
}

.megamenu ul li:hover>.dropdown2 {
    display: block;
    left: 100%;
    top: 0px;
}

.dropdown2:before {
    display: none;
}

.dropdown2 ul li:hover>.dropdown3 {
    display: block;
    left: 100%;
    top: -5px;
}

.dropdown2:before {
    display: none;
}

.menu>ul>li:hover .megamenu {
    display: block;
}

.megamenu ul {
    list-style: none;
    width: 100%;
    margin: 0px;
}

.megamenu ul li {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}

.megamenu > ul > li> a {
    text-decoration: none;
    color: #000;
    padding: 12px 15px;
    float: left;
    font-size: 14px;
    width: 100%;
    border-bottom: 1px solid #ddd;
    text-transform: capitalize;
    transition: all 0.3s;
}
.megamenu > ul > li:last-child> a {
    border-bottom: 0px;
}

.megamenu ul>li:hover>a {
    color: #f27a21;
    transition: all 0.3s ease 0s;
}

.menu form {
    float: right;
    display: inline-block;
}

.searchinput {
    position: relative;
    display: inline-block;
    float: left;
}

.searchinput input.sinput {
    padding-left: 42.5px;
    padding-right: 13px;
    width: 260px;
    resize: none;
    position: relative;
    vertical-align: top;
    background-color: #FFFFFF;
    border: 0 solid #B8E986;
    border-bottom-color: rgb(184, 233, 134);
    border-bottom-style: solid;
    border-bottom-width: 0px;
    border-radius: 2px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    height: 42px;
    outline: none;
    font-weight: 500;
    margin-top: 12px;
}

.searchinput input.sbtn {
    height: 42px;
    padding: 0 15px;
    line-height: 42px;
    outline: 0px;
    border: 0px;
    background-color: #228b24;
    border-radius: 2px;
    font-weight: 500;
    color: #fff;
    margin: 12px 0 0 5px;
    font-size: 16px;
    transition: all 0.3s;
    text-transform: uppercase;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5) !important;
}

.searchinput input.sbtn:hover {
    background-color: #08990b;
}

.searchinput:before {
    position: absolute;
    left: 13px;
    top: 22px;
    z-index: 9;
    content: "\f002";
    font-family: FontAwesome;
    color: #000;
    font-size: 16px;
}

/*----------banner-----------*/
.mtop1 {
    height: 75px;
}

/*.main_banner:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    height: 100%;
    z-index: 1;
}*/


.fullscreen-bg .fullscreen-bg__video {
    height: 100%;
    width: 100%;
}

.banner_txt {
    top: 230px !important;
    color: #fff;
    position: absolute;
    width: 80%;
    padding: 0 8% !important;
    margin: auto;
    right: 0%;
    margin: auto;
    text-align: right;
    font-family: 'Ubuntu', sans-serif;
}

.banner_txt img {
    width: 100px;
    display: table;
    margin: auto;
}

.banner_hd,
.banner_cont,
.banner_r_more {
    width: 100%;
    float: left;
}

.banner_hd {
    color: #fff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    visibility: visible !important;
    padding: 20px;
    display: table;
    float: right;
    text-transform: uppercase;
    position: relative;
}

.banner_hd span {}

.banner_hd:before {
    position: absolute;
    right: 20px;
    bottom: -10px;
    content: "";
    height: 6px;
    width: 140px;
    background-color: #fff;
}

.bimg1 {
    visibility: visible !important;
    right: 40px;
    position: absolute;
    bottom: 0px;
}

.bimg1 img {
    width: 200px;
}

.banner_cont {
    color: #fff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    margin: 10px 0;
    display: block;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important;
    padding: 0px;
    visibility: visible !important;
}

.banner_cont span {
    margin: 0 10px;
    display: inline-block;
}

.banner_cont span i {
    margin-right: 5px;
}

.banner_r_more {
    clear: both;
    margin-top: 10px;
}

.banner_r_more a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    font-weight: 600;
    display: inline-block;
    letter-spacing: 1px;
    transition: all 0.3s ease 0s;
    background-color: #f58025;
    visibility: visible !important;
    outline: 0px;
    margin-right: 20px;
    margin-top: 30px;
    padding: 10px 25px;
}

.banner_r_more a img {
    width: 60px;
}

.banner_r_more a:hover {
    background-color: #01afd4;
    color: #fff;
}

.ban_but {
    bottom: 10%;
}

.slideRight ul {
    list-style: none;
}

.slideRight ul li {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

.slideRight ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #fff;
    font-size: 21px;
    padding-right: 0.5em;
    position: absolute;
    top: 0px;
    left: 0;
}

.slideRight ul li:first-child:before {
    display: none;
}


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control.left {
    background-image: none !important;
}


a.scroll-down-link {
    width: 50px;
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #FFF;
    text-align: center;
    z-index: 90;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
    animation: move_fade_move_down 2s ease-in-out infinite;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    right: 0px;
    outline: 0px !important;
    border: 0px;
}

a.scroll-down-link img {
    opacity: 0.6;
}

/*animated arrow animattion*/
@-webkit-keyframes move_fade_move_down {
    0% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }

    50% {
        -webkit-transform: translate(0, 10px);
        opacity: 1;
    }

    100% {
        -webkit-transform: translate(0, -5px);
        opacity: 1;
    }
}

@keyframes move_fade_move_down {
    0% {
        transform: translate(0, -5px);
        opacity: 1;
    }

    50% {
        transform: translate(0, 10px);
        opacity: 1;
    }

    100% {
        transform: translate(0, -5px);
        opacity: 1;
    }
}

/*----------banner-----------*/


/*-------section1---------*/
.section1 {
    background-color: #f4f4f4;
    width: 100%;
    display: block;
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

/*.section1::before {
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: url('../images/4-point-stars.svg');
    background-size: 15px;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.12;
}
.section1 .img1{width: 100%; display: block; position: relative;}
.section1 .img1 img{width: 100%; display: block; border-radius: 50%;}
.section1 .img1:before{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    border: 20px solid #01afd4;
        border-top-color: rgb(239, 110, 11);
        border-right-color: rgb(239, 110, 11);
    border-top-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
}*/

.section1 h2 {
    font-size: 30px;
    line-height: 45px;
    color: #0071c5;
    text-align: left;
    margin-top: 0px;
    font-family: 'Great Vibes';
    font-weight: 700;
    position: relative;
	letter-spacing:2px;
}

.section1 p,
p.sec3cont {
    text-align: left;
    font-size: 14px;
    margin-top: 15px;
    color: #000;
    line-height: 26px;
    font-weight: normal;
    width: 100%;
    position: relative;
    font-weight: 200;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.section1 .section1rt {
    width: 42%;
    float: right;
    position: absolute;
    right: 0px;
    top: 75px;
    display: block;
}

.section1rt img {
    width: 100%;
    display: block;
}

.section1 .owl-nav {
    width: auto !important;
    top: -40px !important;
    right: 40px !important;
}

.section1 .owl-prev {
    background: url(../images/prev1.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
    opacity: 1 !important;
    transition: all 0.3s;
    margin: 0px !important;
}

.section1 .owl-next {
    background: url(../images/next1.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
    opacity: 1 !important;
    margin-left: 5px !important;
    transition: all 0.3s;
    margin: 0px 0px 0 10px !important;
}

.section1 .owl-prev:hover,
.section1 .owl-next:hover {
    opacity: 0.5 !important;
}

/*-------section1---------*/


/*-------section2---------*/
.section2 {
    clear: both;
    width: 100%;
    display: table;
    padding: 40px 0 20px;
    background-color: #022a5e;
    position: relative;
    z-index: 1;
    background-image: url('../images/bg4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left top;
}

.section2:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(244, 244, 244, 0.9);
}

.section2 h2 {
    color: #fff;
    margin-top: 0px;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-family: 'Great Vibes';
    font-weight: 300;
	letter-spacing:2px;
}

.section2 h2 span {
    font-weight: 700;
}

.abtcont {
    width: 100%;
    display: block;
}

.abtcont a {
    text-decoration: none;
    color: #212529;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-top: 30px;
    display: inline-block;
    padding-bottom: 5px;
}

.abtcont a:before,
.abtcont a:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #f57407;
    height: 3px;
    content: "";
    transition: all 1s;
}

.abtcont a:after {
    width: 0px;
}

.abtcont a:hover:after {
    width: 100%;
    background-color: #000;
    transition: all 1s;
}

/*-------section2---------*/

.sec4bx1,
.sec4bx2 {
    text-align: center;
    text-align: center;
    float: left;
    padding: 30px 0;
    width: 25%;
}

.sec4bx2 {
    width: 32%;
    padding-top: 50px;
}

.sec4bx1:first-child {
    border-left: 0px;
}

.funfact-img {
    display: block;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.funfact-img img {
    display: table;
    margin: auto;
    width: 60px;
}

.funfact-count {
    display: inline-table;
    overflow: hidden;
    position: relative;
    top: -5px;
}

.funfact-count h3,
.funfact-count h2,
.sec4bx2 {
    color: #00478f;
    font-size: 16px;
    margin: 0 0 3px;
    font-weight: 400;
    text-align: center;
}

.funfact-count h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.funfact-count h2:before {
    position: absolute;
    left: 41%;
    bottom: 0px;
    height: 3px;
    width: 20px;
    content: "";
    background-color: #00478f;
}

.funfact-count h2 span {
    font-size: 38px;
    font-weight: 400;
}

.sec4bx2 {
    font-size: 21px;
    min-height: 147px;
    font-weight: 500;
}

.funfact-count h2 span.plus,
.sec4bx2 span {
    color: #f57407;
}

.section2 h1 {
    color: #00478f;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    position: relative;
    margin: 0px 0 30px;
    font-size: 42px;
	 font-family: 'Great Vibes';
}

.section2 h1 span {
    color: #f57407;
}

/*clients*/
.clients {
    width: 70%;
    display: inline-block;
    padding: 80px 40px 80px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.clients ul {
    list-style: none;
    display: table;
    vertical-align: middle;
}
.main_serv1 li {
    display: table-cell;
    vertical-align: middle;
    height: 120px;
    line-height: 120px;
}
.main_serv1 li img {
    display: table-cell;
    vertical-align: middle;
    max-width: 100%;
}

.clients .owl-dots {
    display: block !important;
    bottom: -40px;
}

.clients .owl-nav {
    display: none !important;
}

.clients .owl-theme .owl-dots .owl-dot span {
    background-color: #ccc !important;
}

.clients .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #f58025 !important;
}

.testimonials {
    padding: 40px 100px;
}

.testimonials li {
    text-align: center;
    color: #000;
    font-size: 18px;
    line-height: 32px;
}

.testimonials li h3 {
    color: #0071c5;
    margin: 0px;
    margin-top: 30px;
    font-weight: 400;
    font-style: normal;
    font-size: 21px;
}

.testimonials li span {
    color: #f58025;
    font-size: 16px;
}

.testimonials .img {
    width: 110px;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    display: table;
    margin: auto;
}

.testimonials .img img {
    width: 100%;
    border-radius: 100%;
    display: block;
}

/*clients*/


/*section3*/
.section3 {
    width: 100%;
    display: table;
    background-color: #fff;
    padding: 50px 0 30px;
    overflow: hidden;
}

.feature-block {
    position: relative;
    float: left;
    width: 48%;
    margin-bottom: 2%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1, 1);
    transition: all 1s;
    text-decoration: none;
    color: #000;
}

.feature-block:hover {
    transform: scale(1.05, 1.05);
}

.feature-block:nth-child(2n+1) {
    margin: 0 2%;
}

.grey {
    /* background-color: #ececec; */
    /* width: 150px; */
    position: relative;
    height: 288px;
}
.grey::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 100%;
    background-color: #ececec;
    opacity: 0.8;
}
.grey::after {
    content: '';
    position: absolute;
    left: 150px;
    top: 0px;
    width: 0;
    border-left: 0px solid transparent;
    border-right: 268px solid transparent;
    border-bottom: 288px solid #ececec;
    clear: both;
    opacity: 0.8;
}

.grey span {
    text-decoration: none;
    color: #000;
	font-family:'Great Vibes';
	letter-spacing: 1px;
}

.feature-name p {
    position: absolute;
    bottom: 180px;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 0;
    left: 20px;
    z-index: 999;
    width: 31%;
    color: #000;
}

.feature-desc p {
    position: absolute;
    top: 125px;
    font-size: 15px;
    line-height: 21px;
    left: 20px;
    z-index: 999;
    width: 40%;
    color: #000;
}

.feature-block .link-arrow {
    width: 32px;
    position: absolute;
    bottom: 25px;
    left: 25px;
    transition: all 0.3s;
}

.feature-block .link-arrow:hover {
    left: 35px;
}

img.feature-arrow {
    width: 100%;
}

/*section3*/



/*section4*/
.section4 {
    width: 100%;
    display: table;
    position: relative;
}

.parallax-window {
    height: 440px;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.img_over {
    position: absolute;
    top: 0;
    width: auto !important;
    bottom: 0px;
    left: 0px;
}

.box {
    right: 100px;
    position: absolute;
    top: 265px;
}

.box::before {
    background: #0099cc;
    border-radius: 20px;
    content: "";
    float: left;
    height: 350px;
    position: absolute;
    text-align: center;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 350px;
}

.box_inner {
    padding: 100px 20px 0px;
    position: relative;
    text-align: center;
    z-index: 99;
    width: 350px;
    height: 350px;
}

.box_inner p {
    font-size: 28px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
		font-family:'Great Vibes';
	letter-spacing: 2px;
}

.box_inner>a {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    color: #f57407;
    font-size: 17px;
    border: 4px solid #f57407;
    border-radius: 10px;
    max-width: 190px;
    background: #fff;
    text-transform: uppercase;
    margin: auto;
    padding: 10px;
}

/*section4*/


/*section5*/
.section5 {
    width: 100%;
    display: table;
    padding: 30px 0;
    background-color: #f6f6f6;
}

.section5 h2 {
    width: 100%;
    display: block;
    font-size: 36px;
    color: rgb(81, 81, 81);
    font-weight: 200;
    margin-bottom: 25px;
}

.padding_0 {
    padding: 0% !important;
}

.sec5inner {
    width: 100%;
    display: table;
    padding: 0 6%;
}

.blogs {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    position: relative;
}

.blog_img {
    position: relative;
    overflow: hidden;
}

.blog_img:before {
    background-image: url('../images/blog.jpg');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left top;
    background-attachment: scroll;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 40px;
    height: 40px;
    z-index: 9;
}

.blog_img img {
    width: 100%;
    display: block;
    transition: all 0.5s;
    transform: scale(1, 1);
}

.blog_img:hover img {
    transform: scale(1.2, 1.2);
}

.blog_inner_text {
    padding: 25px 70px 0 10px;
    float: left;
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 200;
}

.blog_inner_text strong {
    float: left;
    margin-bottom: 0px;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}

.blog_inner_text strong span {
    color: #000;
}

.blog_inner_text h4 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 200;
    transition: all 0.3s;
}

.blog_inner_text h4:hover {
    color: #f26522;
}

.blog_inner_text>p {
    float: left;
    font-size: 18px;
    width: 100%;
}

.blog_inner_text>a.rotate_tag {
    color: rgb(255, 255, 255);
    height: 65px;
    position: absolute;
    right: -42px;
    text-align: center;
    top: 42%;
    width: 65px;
}

.blog_inner_text>a.rotate_tag::before {
    background: #f57407;
    content: "";
    height: 65px;
    position: absolute;
    width: 65px;
    border-radius: 8px;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.blog_inner_text>a.rotate_tag:hover::before {
    background: #0071c5;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.blog_inner_text>a.rotate_tag span {
    display: inline-block;
    font-size: 40px;
    position: relative;
    width: 100%;
    padding-top: 2px;
    padding-left: 5px;
}

.blogs a.rmore {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    background-color: #f26522;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    z-index: 9;
}

.blogs a.rmore:hover {
    background-color: #f97d42;
}

.section5 a.viewnews {
    text-decoration: none;
    color: #212529;
    text-transform: uppercase;
    margin: auto;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    display: table;
    padding-bottom: 5px;
}

.section5 a.viewnews:before,
.section5 a.viewnews:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    background-color: #f57407;
    height: 3px;
    content: "";
    transition: all 1s;
}

.section5 a.viewnews:after {
    width: 0px;
}

.section5 a.viewnews:hover:after {
    width: 100%;
    background-color: #000;
    transition: all 1s;
}

.address1 img {
    width: 150px;
}

/*section5*/

/*section6*/
.section6 {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.section6 h2 {
    width: 100%;
    display: block;
    font-size: 36px;
    color: rgb(81, 81, 81);
    font-weight: 200;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.section6 ul {
    list-style: none;
    padding: 0px;
    clear: both;
    width: 100%;
    display: block;
}

.section6 ul li {
    float: left;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.section6 ul li a {
    width: 100%;
    display: block;
    position: relative;
    padding: 5px;
    border: 2px solid #ccc;
    transition: all 0.3s;
}

.section6 ul li a:hover {
    border-color: #000;
}

.section6 ul li a:before {
    position: absolute;
    left: 90px;
    top: 50px;
    content: "";
    content: "\f16a";
    font-family: FontAwesome;
    /*width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);*/
    color: #f33;
    font-size: 32px;
    z-index: 99;
}

.section6 ul li img,
.section6 ul li iframe {
    width: 100%;
    display: block;
}

.section6 .owl-nav {
    width: auto !important;
    top: -50px !important;
    right: 10px !important;
}

.section6 .owl-prev {
    background: url(../images/prev2.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
    opacity: 1 !important;
    transition: all 0.3s;
    margin: 0px !important;
}

.section6 .owl-next {
    background: url(../images/next2.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
    opacity: 1 !important;
    margin-left: 5px !important;
    transition: all 0.3s;
    margin: 0px 0px 0 10px !important;
}

.section6 .owl-prev:hover,
.section6 .owl-next:hover {
    opacity: 0.5 !important;
}

/*section6*/
.home_tests {
    padding: 0;
    position: relative;
    background-color: #434e51;
    padding: 50px 0;
}
.home_tests:after {
    width: 20%;
    position: absolute;
    left: 0px;
    top: 10%;
    content: '';
    background-color: #0e8481;
    height: 80%;
    z-index: 1;
}
.home_tests:before {
    width: 20%;
    position: absolute;
    left: 0px;
    top: 0;
    content: '';
    background-color: #fff;
    height: 100%;
}
.home_tests .img {
    width: 160px;
    float: left;
    text-align: center;
    background: #fff;
    padding-bottom: 10px;
}
.home_tests img {
    width: 100%;
    border-bottom: 1px solid #ddd;
}
#testScroll {
    z-index: 3;
    padding: 0 8%;
}
.home_tests h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1;
    color: #3aa0da;
    font-size: 14px;
    text-transform: uppercase;
}
.home_tests .txt {
    width: calc(100% - 200px);
    float: right;
    position: relative;
    color: #dcdcdc;
    font-size: 16px;
}
.home_tests .txt:before {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
    content: "\f10d";
    font-family: 'FontAwesome';
    border: 1px solid #3aa0da;
    margin-bottom: 15px;
}
.home_tests .txt h2 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 21px;
}
.home_tests .txt h2:after {
    height: 2px;
    background-color: #fff;
    content: "";
    width: 4%;
    display: block;
    margin: 10px 0;
}
.home_tests .carousel-indicators {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding-left: 200px;
}
.home_tests .carousel-indicators li {
    float: left;
    margin: 0;
    margin-right: 10px;
    background: #fff;
    opacity: 0.5;
}
.home_tests .carousel-indicators li.active {
    height: 10px;
    width: 10px;
    opacity: 1
}


/*footer1*/
.footer1 {
    width: 100%;
    display: table;
    padding: 40px 0 50px;
    background-color: #eaeaea;
    position: relative;
}

.footer1 h1 {
    text-align: center;
    color: #666;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.phone1 a {
    text-align: center;
    border-color: transparent;
    color: #0071c5;
    font-weight: 700;
    font-size: 45px;
    text-decoration: none;
    margin-bottom: 20px;
    display: table;
    margin: auto;
}

.phone1 a.phone .fa {
    animation: ringRing 5s linear infinite;
    font-size: 32px;
    vertical-align: top;
    margin-top: 9px;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #0071c5;
    color: #fff;
    line-height: 45px;
}

.phone1 a.phone a[href] {
    border-color: transparent;
    color: #0071c5;
    font-weight: 700;
}

.fa-phone::before {
    content: "\f095";
}

a.ft_logo {
    text-decoration: none;
    margin-bottom: 20px;
    display: table;
}

a.ft_logo img {
    width: 276px;
    display: block;
}

.address1 {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

.copyrights {
    clear: both;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 10px;
}

.copyrights p {
    float: left;
    display: inline-block;
    font-size: 14px;
    margin-right: 10px;
}

.copyrights a {
    text-decoration: none;
    color: #f57407;
    padding: 0 10px;
    font-size: 14px;
    transition: all 0.3s;
}

.copyrights a:hover {
    color: #f57407;
    text-decoration: underline;
}

.copyleft {
    float: left;
    display: inline-block;
}

.social {
    float: right;
    display: none;
    margin-top: -25px;
}

.social a {
    text-decoration: none;
    color: #bbbcbc;
    font-size: 42px;
    margin-left: 5px;
    padding: 0px;
}

a.getstarted {
    position: fixed;
    bottom: 0;
    text-decoration: none;
    left: 0;
    padding: 8px 60px 8px 75px;
    background: #0099cc;
    border-bottom: none !important;
    border-top-right-radius: 52px;
    color: #000;
    display: none;
    z-index: 999;
}
a.getstarted.showgs{display: block;}

a.getstarted::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #f57407;
}

a.getstarted .title {
    float: left;
    display: inline-block;
    color: #210039;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    /* margin-top: 4px; */
    margin-right: 15px;
}

a.getstarted .subtitle {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 18px;
}

/*footer1*/


/*projects1*/
.projects1 {
    width: 100%;
    display: block;
    padding: 50px 0 50px;
    background-color: #fff;
    overflow: hidden;
    background-image: url('../images/halftone-1.png');
    background-position: left top;
    background-repeat: repeat;
}

.projects1 h2 {
    text-align: left;
   
    font-size: 24px;


	   color: #00478f;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    position: relative;
    margin: 0px 0 30px;
    font-size: 42px;
	 font-family: 'Great Vibes';
}

a.proj1 {
    float: left;
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    padding-bottom: 60px;
    position: relative;
    transition: all 0.3s;
    text-decoration: none;
    color: #000;
}

a.proj1 img {
    width: 100%;
    height:300px;
    object-fit:cover;
    object-position:center;
    display: block;
}

.projinfo1 {
    position: absolute;
    bottom: 10px;
    left: 50px;
    background: #ffffff;
    width: 400px;
    padding: 30px;
    padding-bottom: 30px;
    box-shadow: 0px 3px 8px 1px rgba(212, 212, 212, 0.5);
}

.projinfo1 h4 {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin: 0px;
}

.projinfo1 h5 {
    text-transform: uppercase;
    color: #34B8E1;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 20px;
}

.projinfo1 p {
    margin-bottom: 0px;
}

a.proj1 .cont1 {
    clear: both;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: all 0.3s;
    font-size: 15px;
}

a.proj1:hover .cont1 {
    height: 85px;
    color: #555;
    padding-top: 20px;
    opacity: 1;
    visibility: visible;
}


.projects1 .owl-nav {
    width: auto !important;
    top: -40px !important;
    right: 40px !important;
}

.projects1 .owl-prev {
    background: url(../images/prev2.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
    opacity: 1 !important;
    transition: all 0.3s;
    margin: 0px !important;
}

.projects1 .owl-next {
    background: url(../images/next2.png) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% !important;
    opacity: 1 !important;
    margin-left: 5px !important;
    transition: all 0.3s;
    margin: 0px 0px 0 10px !important;
}

.projects1 .owl-prev:hover,
.projects1 .owl-next:hover {
    opacity: 0.5 !important;
}

/*inner pages*/

.mtop {
    height: 110px;
}
.innerbanner {
    height: 350px;
}
.innerbanner .ib_img {
    height: 350px;
    background-position: center;
    background-size: cover;
      -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
      -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
      -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.innerbanner:before {
    position: absolute;
    bottom: 0;
    left: 10%;
    height: 100px;
    width: 1px;
    content: '';
    background: #fff;
    z-index: 2;
}
.innerbanner:after {
    position: absolute;
    bottom: 110px;
    left: calc(10% - 3px);
    height: 6px;
    width: 6px;
    content: '';
    background: #fff;
    z-index: 2;
    border-radius: 100px;
}
.innerbanner .ib_txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: rgba(0,0,0,0.6);
}
.innerbanner .abtib_txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 150px;
    background: linear-gradient(45deg, #0f84826b, #f27b2169);
    background-image: linear-gradient(45deg, #0f84826b, #f27b2169);
    background-image: -webkit-linear-gradient(45deg, #0f84826b, #f27b2169);
}
.abtib_txt h1 {
    margin: 0;
    color: #fff;
    font-size: 80px;
    line-height: 30px;
    float: left;
    font-weight: 600;
}
.ib_txt h1 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    float: left;
    font-weight: 400;
}
.ib_txt .breads {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.abtib_txt .breads {
    margin-top: 130px;
    padding-left: 50px;
}
.ib_txt .breads li ,
.abtib_txt .breads li {
    float: left;
    color: #fff;
    line-height: 30px;
}
.ib_txt .breads li:after ,
.abtib_txt .breads li:after {
    content: '-';
    display: inline-block;
    margin: 0 10px;
}
.ib_txt .breads li:last-child:after ,
.abtib_txt .breads li:last-child:after {
    display: none;
}
.ib_txt .breads li a ,
.abtib_txt .breads li a {
    float: left;
    color: #fff;
    text-decoration: none;
}
/*page*/
.page {
    padding: 50px 0;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}
.page p {
    margin-bottom: 15px;
    display: block;
}
.page_ul ul {
    width: 100%;
    float: left;
    margin: 0;
    list-style-type: none;
    margin-bottom: 15px;
}
.page_ul ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 5px;
    padding-left: 15px;
}
.page_ul ul li:before {
    position: absolute;
    top: 5px;
    left: 5px;
    content: '\f105';
    font-family: 'FontAwesome';
}
.about_pageNav {
    background: #f7f7f7;
    padding: 30px 0;
    position: sticky;
    position: -webkit-sticky;
    top: 110px;
    left: 0;
    z-index: 9;
}
.projNav ul li a{
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
}
.projNav ul li a:hover, .projNav ul li a.active{color: #f27b21;}
.about_pageNav li {
    float: left;
    color: #333;
    cursor: pointer;
    margin: 0 20px;
    font-size: 16px;
}
.about_page h2 {
    font-size: 30px;
    color: #003697;
    margin-bottom: 30px;
    margin-top: 0;
    width: 50%;
    line-height: 1.4;
}
.about_page .p p {
    width: 48%;
    float: left;
}
.about_page .p p:nth-child(even) {
    float: right;
}
.about_page .stats li {
    width: 20%;
    float: left;
    margin-top: 30px;
}
.about_page .stats li span {
    display: block;
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
}
.abtExp {
    margin-top: 50px;
}
/*start of fade*/
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.abtExp .carousel-indicators {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
    letter-spacing: auto;
    height: 50px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #003697;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
    z-index: 1;
}
.abtExp .carousel-indicators li {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0px;
    border: 0px solid #fff;
    margin: 0 25px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    float: none;
    color: #003697;
    text-indent: 0px;
    position: relative;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.abtExp .carousel-indicators li:after {
    position: absolute;
    bottom: -26px;
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    background: #003697;
    content: '';
    border-radius: 30px;
}
.abtExp .carousel-indicators li:hover ,
.abtExp .carousel-indicators li.active {
    background: transparent;
    border: 0px solid #e9422b;
    color: #f27a21;
}
.abtExp .carousel-indicators li.active:after {
    bottom: -26px;
    left: calc(50% - 3px);
    width: 12px;
    height: 12px;
    background: #f27a21;
    border-radius: 30px 30px 30px 0;
    transform: rotate(-45deg);
}
.abtExp .carousel-control {
    position: absolute;
    top: auto;
    bottom: 10px;
    right: 30%;
    width: 40px;
    height: 40px;
    left: auto;
    border: 0px solid #fff;
    color: #003697;
    line-height: 38px;
    text-align: center;
    font-size: 20px;
    opacity: 1;
    z-index: 5;
    background: transparent;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.abtExp .carousel-control.right {
    right: 27%;
}
.abtExp .carousel-control.left {
    right: calc(27% + 50px);
}
.abtExp .carousel-control:hover {
    color: #f27a21;
}
.abtExp_pic {
    float: left;
    width: 65%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.abtExp_pic img {
    width: 100%;
}
.abtExp_text {
    width: 39%;
    z-index: 2;
    float: right;
    margin-top: 50px;
    border: 2px solid #003697;
    color: #003697;
    background:#fff;
    font-size: 15px;
    min-height: 400px;
}
.abtExp_text h4 {
    padding: 30px 50px;
    border-bottom: 1px solid #003697;
    font-size: 40px;
    font-weight: 600;
}
.abtExp_text .p {
    padding: 9px 13px;
}
/*.whyUs*/
.whyUs {
    background: #f5f5f5;
}
.whyUs .whyleft {
    width: 360px;
    float: left;
}
.whyUs .whyright {
    width: calc(100% - 400px);
    float: right;
}
.whyleft h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 20px;
    line-height: 1;
    position: relative;
}
.whyleft h2 span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.whyleft h2:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    content: '';
    border-left: 2px solid #333;
    border-top: 2px solid #333;
}
.whyleft h2:after {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    content: '';
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
}
.whyright li {
    width: 48%;
    float: left;
}
.whyright li:nth-child(even) {
    float: right;
}
.whyright .icon {
    width: 70px;
    height: 70px;
    float: left;
    border: 1px solid #ddd;
    background: #fff;
}
.whyright .icon img {
    width: 100%;
}
.whyright .txt {
    float: right;
    font-size: 14px;
    width: calc(100% - 90px);
    min-height: 200px;
}
.whyright .txt h4 {
    font-size: 16px;
    font-weight: 600;
}
/*.product_img {*/
.product_page {
    background: #f8fafb;
}
.product_bx {
    background: #fff;
}
.product_img {
    width: 50%;
    float: left;
    padding-top: 30px;
    padding-right: 50px;
    padding-left: 100px;
}
.product_img .carousel-indicators {
    position: absolute;
    top: 30px;
    left: -70px;
    width: 70px;
    margin: 0;
    padding: 0;
}
.product_img .carousel-indicators li {
    width: 70px;
    height: 70px;
    border-radius: 0px;
    border: 1px solid #ddd;
    text-indent: 0px;
    margin: 0;
    margin-bottom: 10px;
}
.product_img .carousel-indicators li.active {
    border: 1px solid #f27a21;
}
.product_img img {
    width: 100%;
}
.product_txt {
    width: 50%;
    float: right;
    padding: 50px;
    border-left: 1px solid #e9e9e9;
    font-size: 15px;
}
.product_txt h2 {
    font-size: 36px;
    color: #213d4b;
    font-weight: 500;
    margin: 0;
    margin-bottom: 20px;
}
.product_txt h5 {
    font-size: 14px;
    color: #555;
    font-weight: 400;
    margin-bottom: 20px;
}
.product_txt a {
    float: left;
    margin-top: 20px;
    color: #213d4b;
    padding: 0 20px;
    line-height: 40px;
    font-weight: 500;
    background: #f3d514;
    border-radius: 4px;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.product_txt a:hover {
    color: #f3d514;
    background: #213d4b;
}
.deliveryPoints {
    margin-top: 50px;
}
.deliveryPoints li {
    float: left;
    width: 33.33%;
    float: left;
    padding: 10px 0;
    position: relative;
}
.deliveryPoints li:after {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: 1px;
    content: '';
    background: #ddd;
}
.deliveryPoints li:last-child:after {
    display: none;
}
.deliveryPoints .icon {
    float: left;
    margin-right: 15px;
}
.deliveryPoints .icon img {
    width: 40px;
}
.deliveryPoints .txt {
    float: left;
    font-size: 14px;
    width: calc(100% - 60px);
}
.deliveryPoints .txt h4 {
    display: block;
    font-size: 16px;
    color: #111;
    margin: 0;
}
/*.productDescNav*/
.productDesc {
    margin-top: 50px;
}
.productDescNav li {
    float: left;
    width: 25%;
    background: #eee;
    color: #555;
    font-size: 15px;
    font-weight: 500;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}
.productDescNav li.is-open {
    background: #fff;
    color: #f27b21;
}
.productDescdata {
    background: #fff;
    padding: 50px;
}
.productDescdata h2 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}
.productDescdata table {
    min-width: 50%;
    border: 0px;
    border-collapse: collapse;
}
.productDescdata table td:first-child {
    font-weight: 600;
}
.productDescdata table tr {
    border-bottom: 1px solid #ddd;
}
.productDescdata table td {
    padding: 8px 0;
}
.product_desc {
    margin-top: 30px;
}
.product_desc .h3 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin: 0;
    margin-top: 15px;
    padding-bottom: 15px;
    line-height: 26px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.product_desc .h3 span {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    width: 26px;
    height: 26px;
    border: 1px solid #aaa;
    border-radius: 30px;
    position: relative;
}
.product_desc .h3 span:before {
    position: absolute;
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
    content: '';
    background: #aaa;
}
.product_desc .h3 span:after {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 2px;
    height: 14px;
    content: '';
    background: #aaa;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.product_desc .h3.is-open span:after {
    transform: scale(0);
    -webkit-transform: scale(0);
}
.product_desc .desc {
    padding: 30px 50px;
    text-align: justify;
    display: none;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.productTests {
    margin-top: 60px;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 30px;
}
.testimonials_txts .productTests {
    margin-top: 20px;
}
.productTests .img {
    width: 200px;
    height: 200px;
    float: left;
    border-radius: 100%;
    overflow-y: hidden;
    border: 1px solid #ddd;
}
.productTests img {
    width: 100%
}
.productTests .txt {
    width: calc(100% - 250px);
    float: right;
}
.productTests .txt span {
    position: relative;
}
.productTests .txt span:before {
    position: absolute;
    top: -20px;
    left: -30px;
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #999;
    opacity: 0.2;
    font-size: 40px;
}
.productTests .txt h4 {
    display: block;
    text-align: right;
    color: #111;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
}
.productTests .txt h4 .name {
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}
/*projects_page*/
.projects_page .item {
    width: 49%;
    margin-top: 20px;
    float: left;
}
.projects_list .item:nth-child(even) {
    float: right;
}
.projects_page .item a.proj1 {
    padding-left: 0;
    padding-right: 0
}
.projects_page .item a.proj1 img {
    height: 300px;
    object-fit: cover;
    object-position: center;
}
.projects_page .item a.proj1 p {
    margin-bottom: 0
}
.projects_page .item a.proj1:hover .cont1 {
    padding-top: 10px;
}
.projects_content, .csrProjects_content {
    margin-bottom: 10px;
}
/*project*/
.project_title {
    margin-bottom: 20px;
}
.project_title h2 {
    width: 80%;
    float: left;
    font-size: 30px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
}
.project_title a {
    position: absolute;
    top: -25%;
    right: 0;
    color: #0e8481;
    font-weight: 600;
    font-size: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-decoration: none;
}
.project_title a.downloadbroch{top: 45%; padding: 5px 20px;
background-color: #0e8481; color: #fff; border-radius: 3px;}
.project_title a.downloadbroch i{margin-right: 10px;}
.project_img .item a {
    height: 400px;
    width: 100%;
    float: left;
    background-position: center;
    background-size: cover;
}
.project_img .carousel-indicators {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: 0;
    letter-spacing: auto;
    height: auto;
    width: 100%;
    float: left;
    margin-top: 20px;
}
.project_img .carousel-indicators li {
    width: auto;
    height: auto;
    background: transparent;
    border-radius: 0px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 600;
    float: left;
    color: #111;
    padding: 10px 0;
    text-indent: 0px;
    position: relative;
    border: 0px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.project_img .carousel-indicators li:hover ,
.project_img .carousel-indicators li.active {
    background: transparent;
    border: 0px solid #fff;
    border-bottom: 2px solid #e9422b;
    color: #111;
}
.carousel-control {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    left: 0px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 40px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.carousel-control.right {
    left: auto;
    right: 0px;
}
.carousel-control:hover {
    opacity: 1
}
.project_txt {
    width: 50%;
    float: left;
    padding-right: 50px;
    margin-top: 30px;
}
.project_txt h3, .projectHighlights h3 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 500;
    color: #111;
}
.projectHighlights {
    width: 50%;
    float: right;
    padding-left: 50px;
    margin-top: 30px;
    border-left: 1px solid #ddd;
}
.projectTags {
    padding: 30px 40px;
    border: 3px solid #0e8481;
    margin-bottom: 30px;
}
.projectTags .span {
    font-size: 16px;
    padding: 10px 0;
}
.projectTags .span b{
    font-weight: 700;
    width: 60%;
    float: right;
}
.projectHighlights li {
    width: 100%;
    float: left;
    padding-left: 30px;
    margin-top: 10px;
    position: relative;
}
.projectHighlights li:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    content: '';
    background: #0e8481;
}
.project_data {
    margin-top: 40px;
    overflow-y: auto;
}
.project_data table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.project_data table thead {
    background: #eee;
}
.project_data table thead th {
    color: #111;
    padding: 15px;
    border: 1px solid #ddd;
}
.project_data table td {
    padding: 15px;
    border: 1px solid #ddd;
    max-width: 50%;
}
.project_data table td.bgf5 {
    background: #f5f5f5;
    font-weight: 500
}

.videobtns{
    position: absolute;
    right: 0px;
    /* top: 0px; */
    bottom: -50px;
    z-index: 99;
}
.videobtns a{
    margin-left: 10px;
    padding: 5px 20px;
    background-color: #0f8482;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    font-size: 14px;
}
.videobtns a.pv1{background-color: #f27b21;}

.videobtns a:hover{background-color: #03615f;}
.videobtns a.pv1:hover{background-color: #d96711;}
/*.testimonials_page*/
.testimonials_vids, .video_page {
    padding-top: 30px;  
}
.testimonials_txts h2 ,
.testimonials_vids h2 {
    font-size: 26px;
    color: #111;
}
.testimonials_txts h2 {
    margin-top: 0;
}
.testimonials_vids ul {
    margin: 0;
    list-style-type: none;
}
.testimonials_vids ul li, .video_page li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.testimonials_vids ul li:hover, .video_page li:hover {
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.1)
}
.testimonials_vids ul li:nth-child(3n+3) ,
.video_page li:nth-child(3n+3) {
    margin-right: 0
}
.testimonials_vids ul li a ,
.video_page li a {
    width: 100%;
    float: left;
    position: relative;
}
.testimonials_vids ul li a:before,
.video_page li a:before {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    content: "";
    content: "\f16a";
    font-family: FontAwesome;
    color: #f33;
    font-size: 50px;
    z-index: 1;
}
.testimonials_vids ul li a span ,
.video_page li a span {
    width: 100%;
    float: left;
    padding: 10px;
    text-overflow: ellipsis;
    overflow-y: hidden;
    white-space: nowrap;
    color: #333;
    text-align: center;
    background: #eee;
    border: 1px solid #ddd;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.testimonials_vids ul li:hover a span ,
.video_page li:hover a span {
    background: #fff;
}
.testimonials_vids ul li a img ,
.video_page li a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 260px;
}
/*clients_page*/
.clients_page {
    padding-top: 40px
}
.clients_page ul {
    margin: 0;
    list-style-type: none;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.clients_page ul li {
    width: 23%;
    float: left;
    padding: 25px 11px;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    text-align: center;
}
.clients_page ul li img {
    max-width: 100%;
    object-fit: cover;
    display: inline-block;
    object-position: center;
    height: 90px;
}
/*blogs_left*/
.blogs_left, .solor_left {
    width: 70%;
    float: left;
    position: relative;
}
.blogs_li li {
    width: 100%;
    float: left;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}
.blogs_li li:last-child {
    margin-bottom: 0
}
.blogs_li li .img {
    width: 250px;
    float: left;
    position: relative;
}
.blogs_li li .img:before {
    background-image: url(../images/blog.jpg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: left top;
    background-attachment: scroll;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 40px;
    height: 40px;
    z-index: 99;
}
.blogs_left img {
    width: 100%;
}
.blogs_li li .text {
    width: calc(100% - 250px);
    float: right;
    position: relative;
    padding: 20px 25px;
    font-weight: 200;
    font-size: 14px;
    line-height: 1.4;
}
.blog_text span {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
}
.blog_text span strong,
.blog_text span b {
    color: #000;
    font-weight: 200;
}
.blog_text h4 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 400;
    transition: all 0.3s;
}
.blog_text h4:hover {
    color: #f26522;
}
.blogs_li li a.rmore {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    background-color: #f26522;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    z-index: 9;
}
.blogs_li li a.rmore:hover {
    background-color: #f97d42;
}
.blog_right {
    width: 26%;
    float: right;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    background: #eee;
}
.blog_right h4 {
    margin: 0;
    padding: 20px 25px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    position: relative;
}
.blog_right h4:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    line-height: 56px;
    background: rgba(0,0,0,0.1);
    text-align: center;
    content: '\f013';
    color: #999;
    font-family: 'FontAwesome';
}
.blog_right li, .blog_right li a {
    width: 100%;
    float: left;
}
.blog_right li a {
    padding: 13px 20px;
    border-left: 5px solid #eee;
    color: #333;
    line-height: 1.4;
    font-size: 15px;
    text-decoration: none;
}
.blog_right li a:hover, .blog_right li a.active {
    border-left: 5px solid #f27a21;
    text-decoration: none;
}
.blog_page .blogs_left img {
    margin-bottom: 15px;
    display: block;
}
/*gallery_page*/
.gallery_page {
    padding-top: 30px;  
}
.gallery_page ul {
    margin: 0;
    list-style-type: none;
}
.gallery_page ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.gallery_page ul li:hover {
    box-shadow: 0px 0px 14px 5px rgba(0,0,0,0.1)
}
.gallery_page ul li:nth-child(3n+3) {
    margin-right: 0
}
.gallery_page ul li a {
    width: 100%;
    float: left;
    position: relative;
    border: 2px solid #0293b2;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.gallery_page ul li a span {
    width: 100%;
    float: left;
    padding: 10px;
    text-overflow: ellipsis;
    overflow-y: hidden;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    background: #0293b2;
    /* border: 1px solid #ddd; */
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.gallery_page ul li a:hover{border: 2px solid #f27b21;}
.gallery_page ul li:hover a span {
    background: #f27b21;
}
.gallery_page ul li a img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 260px;
}
.gallery_page h2.title2 {
    margin-top: 40px;
}
.solor_left {
    text-align: justify;
}
/*downloads_page*/
.downloads_page li ,
.faq_list li {
    width: 100%;
    float: left;
    position: relative;
}
.downloads_page li h3 ,
.faq_list li h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding-top: 15px;
    background-color: #0293b2;
    padding-bottom: 15px;
    line-height: 26px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}
.downloads_page li:first-child h3 ,
.faq_list li:first-child h3 {
    margin-top: 0
}
.downloads_page li h3.is-open ,
.faq_list li h3.is-open {
    color: #fff
}
.downloads_page li h3 span ,
.faq_list li h3 span {
    float: left;
    margin-left: 10px;
    margin-right: 15px;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 30px;
    position: relative;
}
.downloads_page li h3 span:before ,
.faq_list li h3 span:before {
    position: absolute;
    top: 11px;
    left: 5px;
    width: 14px;
    height: 2px;
    content: '';
    background: #fff;
}
.downloads_page li h3 span:after ,
.faq_list li h3 span:after {
    position: absolute;
    top: 5px;
    left: 11px;
    width: 2px;
    height: 14px;
    content: '';
    background: #fff;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.downloads_page li h3.is-open span:after ,
.faq_list li h3.is-open span:after {
    transform: scale(0);
    -webkit-transform: scale(0);
}
.downloads {
    padding: 30px;
    text-align: justify;
    display: none;
    font-size: 14px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
.downloads .li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #ddd;
}
.downloads .li span:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #0e8481;
    content: '\f1c1';
    font-family: 'FontAwesome';
}
.downloads .li span {
    float: left;
    padding-left: 20px;
    width: calc(100% - 150px)
}
.downloads .li a {
    float: right;
    font-size: 12px;
    background: #0e8481;
    color: #fff;
    text-align: center;
    width: 110px;
    padding: 5px;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.downloads .li a:before {
    content: '\f019';
    font-family: 'FontAwesome';
    margin-right: 5px;
}
.downloads .li a:hover {
    background: #03afd4;
}
.downloads .li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #fff;
}
.downloads_page li .downloads .center ,
.faq_list li .downloads .center, .center {
    text-align: center;
    font-size: 20px;
}
/*faq_page*/
.faq_box h2 {
    padding: 15px;
    background: #0e8481;
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 25px;
}
.faq_box:first-child h2 {
    margin-top: 0
}
.faq_list li img {
    max-width: 100%;
}
/*dealer_form*/
.dealer_page {
    background: #f7f7f7;
}
.dealer_form {
    padding: 0 10%;
}
.dealer_form form {
    background: #fff;
    padding: 40px;
}
.fullrow{ 
    width: 100%;
    float: left;
    margin: 10px 0;
}
.halfrow {  
    width: 49%;
    float: left;
}
.halfrow.right {
    float: right;
}
input.st_input, textarea.st_input, select.st_input {
    width: 100%;
    float: left;
    height: 45px;
    font-size: 16px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    color: #333;
    transition: all .5s;
}
textarea.st_input {
    height: 100px;
}
input.st_input:hover, textarea.st_input:hover, select.st_input:hover,
input.st_input:focus, textarea.st_input:focus, select.st_input:focus,
input.st_input:active, textarea.st_input:active, select.st_input:active {
    border-color: #095E93;
    outline: 0px;
    transition: all .5s;
}
input.st_btn {
    float: right;
    margin-top: 15px;
    padding: 8px 20px;
    border-radius: 3px;
    background: #0e8481;
    font-size: 16px;
    color: #fff;
    border: 0px;
    cursor: pointer;
    transition: all .5s;
}
input.st_btn:hover, input.st_btn:focus {
    background: #0e8481;
    transition: all .5s;
}
/*jobList*/
.jobList {
    margin-top: 20px;
    text-align: center;
}
.jobList li {
    display: inline-block;
    padding: 10px;
    width: 220px;
    text-align: center;
    color: #333;
    background: #eee;
    border: 1px solid #ddd;
    cursor: pointer;
}
.jobList li.is-open {
    color: #fff;
    background: #f27a21;
    border: 1px solid #f27a21;
}
.jobListdata {
    padding: 15px 25px;
    background: #f5f5f5;
    border: 1px solid #f27a21;
}
.jobListdata li {
    position: relative;
    margin: 10px 0;
    padding: 25px;
    width: 48%;
    float: left;
    min-height: 100px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 5px 5px rgba(0,0,0,0.1);
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.jobListdata li:nth-child(even) {
    float: right;
}
.jobListdata li:hover {
    box-shadow: 5px 5px #55baeb;
}
.jobListdata li h3 {
    float: left;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #111;
    margin-top: 0;
    margin-bottom: 20px;
}
.jobListdata li h3 span {
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: 400;
}
.jobListdata li a {
    float: left;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    background: #55baeb;
    transition: all .5s;
}
.jobListdata li a:hover {
    background: #333;
    transition: all .5s;
}
/*career_form*/
.career_form {
    margin-top: 10px;
    background: #f5f5f5;
    padding: 20px;
    display: none;
}
.halfspan {
    width: 49%;
    float: left;
}
.halfspan.right {
    float: right;
}
.career_form h2 {
    color: #0f4f6a;
    margin-bottom: 10px;
    padding-bottom: 5px;
    display: block;
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}
.career_form label {
    margin: 5px 0 0 0;
    display: block;
    font-weight: 400;
}
input.c-input, textarea.c-input {
    width: 100%;
    float: left;
    height: 40px;
    padding: 10px;
    color: #333;
    border: 1px solid #ccc;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
    transition: all .5s;
}
input.c-input[type=file] {
    padding: 0 10px;
    background: #fff;
}
input.c-input:hover, textarea.c-input:hover, input.c-input:focus, textarea.c-input:focus {
    border: 1px solid #333;
    outline: 0px;
    transition: all .5s;
}
textarea.c-input {
    height: 80px;
}
input.c-btn {
    float: left;
    margin-top: 15px;
    padding: 10px 30px;
    background: #2c9fda;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border: 0px;
    transition: all .5s;
}
input.c-btn:hover, input.c-btn:focus {
    background: #333;
    transition: all .5s;
}
/*job_details*/
.job_text {
    width: 70%;
    float: left;
    position: relative;
}
.job_text h2 {
    padding-bottom: 0px;
    font-weight: 600;
    color: #023f88;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: 1px;
    font-size: 24px;
}
.job_dets {
    width: 26%;
    float: right;
    position: sticky;
    -webkit-position: sticky;
    top: 100px;
    right: 0;
}
.job_nav {
    margin-top: 10px;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ccc;
}
.job_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.job_nav li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 30px;
}
.job_nav li b {
    color: #02467C;
    font-weight: 400;
}
.job_nav li span {
    display: block;
    font-size: 14px;
}
.job_nav li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: #02467C;
}
.job_nav li:last-child {
    padding: 0;
}
.job_nav li:last-child a {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #2c9fda;
    text-decoration: none;
}
.job_dets h2 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-weight: 400;
    color: #222;
}
/*contact*/
.contact_page:before {
    position: absolute;
    bottom: 0;
    left: 10%;
    height: 100%;
    width: 1px;
    content: '';
    background: #eee;
    z-index: 2;
}
.contact_page h2 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 50px;
}
.address, .branchOffices {
    padding-left: 50px;
}
.address:before, .branchOffices:before {
    position: absolute;
    top: -5px;
    z-index: 2;
    left: 8px;
    height: 40px;
    width: 5px;
    content: '';
    background: #0e8481;
}
.address .cnt_map {
    width: 400px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.address .cnt_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.address .cnt_map iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}
.address .cnt_adr {
    width: calc(100% - 550px);
    float: left;
    margin-left: 400px;
    background: #f5f5f5;
    padding: 50px;
    font-size: 15px;
    padding-right: 200px;
    min-height: 300px;
}
.cnt_adr h3 {
    font-size: 26px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 15px;
}
.cnt_adr p b {
    width: 100px;
    float: left;
}
.address .carousel-indicators {
    position: absolute;
    top: 150px;
    right: 0;
    left: auto;
    bottom: auto;
    width: 300px;
    background: #0f8482;
    background: #1bb1ae;
    color: #fff;
    margin: 0;
    height: auto;
    text-align: left;
}
.address .carousel-indicators li {
    width: 100%;
    float: left;
    height: auto;
    font-weight: 500;
    font-size: 15px;
    border-radius: 0;
    border: 0px;
    margin: 0;
    padding: 15px 20px;
    position: relative;
    text-indent: 0px;
}
.address .carousel-indicators li:before {
    float: left;
    margin-top: 10px;
    width: 0px;
    height: 1px;
    background: #fff;
    margin-right: 0px;
    content: '';
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.address .carousel-indicators li.active:before {
    width: 36px;
    margin-right: 10px;
}
.address .carousel-indicators li.active {
    background: #0f8482;
}
.branchOffices {
    margin-top: 50px;
}
.branchOffices h2 {
    margin-bottom: 30px;
}
.branchOffices .boTabs li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    cursor: pointer;
}
.branchOffices .boTabs li.is-open ,
.branchOffices .boTabs li.active {
    color: #fff;
    background: #0e8481;
}
.boData {
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #ddd;
}
.boData label {
    float: left;
    line-height: 36px;
    margin: 0;
    margin-right: 30px;
}
.boData select {
    float: left;
    height: 36px;
    width: 200px;
    border: 1px solid #ddd;
    padding: 0 10px;
}
.boDataList {
    margin-top: 15px;
    border-top: 1px solid #ddd;
}
.boDataList li {
    width: 49%;
    margin-top: 15px;
    float: left;
    background: #fff;
    border: 1px solid #ddd;
}
.boDataList li:nth-child(even) {
    float: right;
}
.boDataList li .boMap {
    width: 50%;
    float: left;
    height: 200px;
}
.boDataList li .boMap iframe {
    width: 100%;
    height: 100%;
    border: 0px;
}
.boDataList li .boAdr {
    width: 50%;
    float: right;
    padding: 15px;
    font-size: 14px;
}
.boDataList li .boAdr p {
    margin-bottom: 0px;
}
.cntForm {
    margin-top: 50px;
    padding-left: 50px;
}
.cntForm:before {
    position: absolute;
    top: -5px;
    z-index: 2;
    left: 8px;
    height: 40px;
    width: 5px;
    content: '';
    background: #0e8481;
}
.contact_page .cntForm h2 {
    margin-bottom: 10px;
}
.cntForm form {
    margin-top: 30px;
}
.span2 {
    width: 48%;
    float: left;
}
.span2:nth-child(even) {
    float: right;
}
.cntForm label {
    font-size: 12px;
    text-transform: uppercase;
    color: #111;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    display: block;
}
.cntInput {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    height: 50px;
    padding: 0 10px;
    border: 0px solid #eee;
    background: #f5f5f5;
}
textarea.cntInput {
    height: 140px;
    padding: 10px;
}
.cntBtn {
    float: right;
    height: 60px;
    padding: 0 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    background: #0e8481;
    cursor: pointer;
    border: 0px;
    border-radius: 60px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.cntBtn:hover {
    background: #f27a21;
}
/*csrProjects*/
.csrProjects_page {
    padding: 40px 0
}
.csrProjects li {
    width: 32%;
    float: left;
    margin: 10px 0;
    border: 1px solid #ddd;
    margin-right: 2%;
}
.csrProjects li:nth-child(3n+3) {
    margin-right: 0
}
.csrProjects li .img {
    overflow: hidden;
}
.csrProjects li .img img {
    width: 100%;
    height: 329px;
    object-position: center;
    object-fit: cover;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.csrProjects li .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.csrProjects li .txt {
    padding: 15px;
    background: #f5f5f5;
}
.csrProjects li .title {
    font-size: 20px;
    color: #111;
    font-weight: 300;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.csrProjects li .title:hover {
    color: #f27a21;
}
.csrProjects li .p {
    color: #555;
    padding-bottom: 0;
    margin: 10px 0;
    height: 90px;
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
}
.csrProjects li .moreInfo {
    float: left;
    color: #111;
    font-size: 14px;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 1px solid #e32755;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    margin-top: 5px;
    text-decoration: none;
}
.csrProjects li .moreInfo:hover {
    color: #f27a21;
}
.CSR-project .blogs_left h4 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 400;
    transition: all 0.3s;
}
/*referEarn_page*/
.referLeft {
    float: left;
    width: 60%;
    font-size: 15px;
    color: #666;
}
.referLeft h2 {
    font-weight: 300;
    color: #f27a21;
    margin: 0 0 20px 0;
    font-size: 24px;
}
.referRight {
    width: 35%;
    float: right;
    font-size: 14px;
    background: #f5f5f5;
    padding: 30px;
}
.referRight h2, 
.register_box h2, 
.forgot_box h2 {
    font-weight: 400;
    color: #111;
    margin: 0 0 5px 0;
    font-size: 20px;
}
.inputR {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
    margin-top: 15px;
}
textarea.inputR {
    height: 100px;
}
.inputB {
    border: 1px solid #f27a21;
    text-align: center;
    color: #fff;
    width: 100%;
    float: left;
    margin-top: 15px;
    height: 40px;
    background: #f27a21;
    cursor: pointer;
}
.fpwd, .regAcc {
    text-align: center;
    margin-top: 15px;
}
.fpwd a {
    color: #333;
}
.regAcc {
    line-height: 30px;
}
.regAcc a {
    background: #01b4db;
    color: #fff;
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    border-radius: 3px;
    text-decoration: none;
    transition: all ease-in-out .5s;
}
.regAcc a:hover {
    background: #333;
}
.forgot_page {
    text-align: center;
}
.forgot_box {
    max-width: 400px;
    width: 100%;
    background: #f2f2f2;
    display: table;
    padding: 40px;
    margin: 0 auto;
    text-align: center;
}
.forgot_box h2, .register_box h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.forgot_box label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}
.register_box {
    max-width: 1000px;
    width: 100%;
    background: #f2f2f2;
    display: table;
    padding: 30px;
    margin: 0 auto;
}
.register_box label {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
}
.span-1,.span-3 {
    position: relative;
    width: 33.33%;
    float: left;
    padding: 0 10px;
}
.span-1 {
    width: 100%;
}
.existingUser label {
    padding: 5px 0;
    font-weight: 400;
    font-size: 14px;
    position: relative;
}
.existingUser input {
    opacity: 0;
    position: absolute;
}
.existingUser input + label:before {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    border: 1px solid #aaa;
    content: '';
}
.existingUser input:checked + label:before {
    border: 1px solid #01b4db;
    background: #01b4db;
}
/*.myAccount {*/
.acc_nav {
    float: left;
    width: 25%;
    background: #eef4ff;
    padding: 15px 0;
    border-radius: 3px;
    border: 1px solid #dfeaff;
}
.acc_nav h3,
.acc_nav h2 {
    padding: 15px 10px;
    margin: 0;
    border-bottom: 1px solid #dfeaff;
}
.acc_nav ul {
    padding: 15px 0
}
.acc_nav h3 {
    display: none;
}
.acc_nav h3 img ,
.acc_nav h2 img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px;
}
.acc_nav h3 div span ,
.acc_nav h2 div span {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1;
    margin-top: 5px;
    font-weight: 400;
}
.acc_nav h3:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    z-index: 1;
    content: '\f107';
    line-height: 100%;
    font-family: 'FontAwesome';
    text-align: right;
    padding: 10% 10px;
    background: linear-gradient(to right, transparent 0%, #fff 100%);
    background: -webkit-linear-gradient(to right, transparent 0%, #fff 100%);
}
.acc_nav h3 div ,
.acc_nav h2 div {
    width: calc(100% - 60px);
    padding: 0 10px;
    font-weight: 500;
    font-size: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.acc_nav ul li {
    width: 100%;
    float: left;
    text-align: left;
}
.acc_nav ul li a {
    width: 100%;
    float: left;
    color: #555;
    font-size: 15px;
    padding: 10px 20px;
    font-weight: 400;
    letter-spacing: 1.12px;
    text-decoration: none;
    border-top: 1px solid #dfeaff;
    transition: all ease-in-out .5s;
}
.acc_nav ul li:first-child a {
    border-top: 0px;
}
.acc_nav ul li a:hover, .acc_nav ul li a.active {
    color: #f27a21;
}
.acc_nav li a i{
    width: 20px;
    color: #fbb816;
}
.stickme {
    position: sticky;
    -webkit-position: sticky;
    -moz-position: sticky;
    -o-position: sticky;
    -ms-position: sticky;
    top: 120px;
    left: 0;
}
.acc_content {
    width: 72%;
    float: right;
}
.acc_content h2 {
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}
.my_profile li {
    width: 100%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.my_profile li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #fff;
}
.my_profileL {
    width: 30%;
    float: left;
}
.my_profileR {
    width: 70%;
    float: right;
}
.my_profile li label {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 50px;
}
.my_profile li input, .my_profile li textarea {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    height: 50px;
    border: 0px;
    background: #f6f6f6;
    border: 0px solid #ddd;
    padding: 0 15px;
}
.my_profile li input:hover, .my_profile li textarea:hover ,
.my_profile li input:focus, .my_profile li textarea:focus {
    outline: 0px;
}
.my_profile li textarea {
    height: 100px;
    padding: 15px;
}
.my_profile .int_cat li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 5px;
    padding-bottom: 0px;
    border-bottom: 0px solid #eee;
}
.my_profile .int_cat input {
    width: 20px;
    height: 30px;
    margin: 0;
}
.my_profile .int_cat label {
    width: auto;
    float: left;
    margin-left: 5px;
    line-height: 30px;
}
.my_profile .updatebtn {
    width: 70%;
    float: right;
}
.my_profile .updatebtn input {
    width: 150px;
    float: left;
    background: #0e8481;
    color: #fff;
    cursor: pointer;
    border: 0px;
    border-radius: 3px;
    transition: all .5s;
}
.my_profile .updatebtn input:hover {
    background: #f27a21;
    transition: all .5s;
}
.myReferrals {
    overflow-y: auto;
}
.myReferrals table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
}
.myReferrals table thead {
    background: #eee;
}
.myReferrals table th, .myReferrals table td {
    padding: 8px 12px;
    border: 1px solid #ddd;
}
.myReferrals table th {
    color: #111;
}
/*milestones*/
.milestones {
    background: #f5f5f5;
}
.milestones h2 {
    text-align: center;
    margin: 0 0 50px 0;
    color: #111;
    font-size: 30px;
}
.milestones h2 span {
    padding: 10px 50px;
    background: #01b4db;
    color: #fff;
    font-weight: 300;
    border-radius: 30px;
    margin-bottom: 10px;
    display: inline-block;
    box-shadow: 5px 5px #ddd; 
}
.milestones ul:before {
    position: absolute;
    top: 0;
    left: 50%;
    background: #01b4db;
    width: 10px;
    height: 100%;
    content: '';
    transform: translateX(-50%);
}
.milestones ul:after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    background: #e5e5e5;
    width: 150px;
    height: 15px;
    content: '';
    border-radius: 50%;
    transform: translateX(-50%);
}
.milestones ul li {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}
.milestones ul li .list {
    width: calc(50% - 50px);
    float: left;
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px #ddd; 
}
.milestones ul li:nth-child(even) .list {
    float: right;
}
.milestones ul li .year {
    position: absolute;
    top: -30px;
    right: -55px;
    padding: 0 20px;
    font-size: 22px;
    background: #f27a21;
    color: #fff;
    border-radius: 30px 0 0 30px;
    text-align: center;
    line-height: 50px;
}
.milestones ul li:nth-child(even) .year {
    right: auto;
    left: -55px;
    border-radius: 0 30px 30px 0;
}
/*.team*/
.team h2 {
    text-align: center;
    font-weight: 300;
    color: #111;
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: 600;
}
.team li {
    width: 23.5%;
    float: left;
    margin-top: 20px;
    margin-right: 2%;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s
}
.team li:hover {
    box-shadow: 0px 0px 14px 5px #eee;
}
.team li:nth-child(4n+4) {
    margin-right: 0
}
.team li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.team li .img {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border-radius: 100%;
    background: #f5f5f5;
    overflow: hidden;
    border: 1px solid #ddd;
}
.team li .txt {
}
.team li .txt h4 {
    font-weight: 600;
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 5px;
}
.team li .txt span {
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: 400;
}
.team li .txt a {
    display: inline-block;
    margin: 10px 0;
    padding: 5px 20px;
    background: #0e8481;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    border-radius: 30px;
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}
.team li .txt a:hover {
    background: #ff9b4a;
}
.teamModel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    overflow-y: auto;
    padding: 0 15px;
    z-index: 9999;
    display: none;
}
.popbox {
    width: 100%;
    max-width: 800px;
    background: #fff;
    position: relative;
    display: table;
    margin: 100px auto;
    border-radius: 5px;
    padding: 30px;
}
.tmClose {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
    opacity: 0.6;
    color: #111;
    z-index: 2;
}
.popbox .img{
    width: 30%;
    float: left;
    border:1px solid #ddd;
    padding: 10px;
    text-align: center;
}
.popbox img{
    width: 100%
}
.popbox .txt{
    width: 66%;
    float: right;
}
.popbox .txt h4 {
    margin-top: 0;
    font-size: 18px;
    color: #111;
    margin-bottom: 10px;
}
.popbox .txt span {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}
/*finance_page*/
.finance_page {}
.bankLogos li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    border: 2px solid #eee;
    padding: 15px;
    text-align: center;
    margin-bottom: 15px;
}
.bankLogos li:nth-child(5n+5){
    margin-right: 0
}
.bankLogos li img {
    max-width: 100%;
    height: 200px;
    display: inline-block;
}
.financeList {
    margin-top: 30px;
}
.financeList li {
    width: 100%;
    float: left;
}
.financeList li .img {
    width: 48%;
    float: left;
}

.financeList li .img1 {
    width: 17%;
    float: left;
}
.financeList li img {
    width: 100%
}
.financeList li:nth-child(even) .img {
    float: right;
}
.financeList li .txt {
    width: 48%;
    float: right;
    padding: 50px 0;
    font-size: 14px;
}

.financeList li .txt1 {
    width: 82%;
    float: right;
    padding: 50px 0;
    font-size: 14px;
}
.financeList li:nth-child(even) .txt1 {
    float: left;
}
.financeList li .txt1 h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #111;
}
.financeList li .txt1 h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #111;
    line-height: 1.4;
}
.financeList li .txt1 h2 span {
    color: #0e8481;
}

.financeList li:nth-child(even) .txt {
    float: left;
}
.financeList li .txt h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 600;
    color: #111;
}
.financeList li .txt h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #111;
    line-height: 1.4;
}
.financeList li .txt h2 span {
    color: #0e8481;
}
.products_page {
    padding: 30px 0;
}
.products_page .feature-name p {
    bottom: 160px;
}
.products_page .feature-block ,
.relProducts .feature-block {
    margin: 1%;
    width: 48%;
    float: left;
    border: 1px solid #eee;
}
/* .relProducts .feature-block:nth-child(2n) ,
.products_page .feature-block:nth-child(2n) {
    float: right;
} */
.relProducts h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 30px;
    color: #111;
}
.relProducts .feature-block {
    margin: 1%;
    /* margin-bottom: 0; */
}
.bookNowModel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    overflow-y: auto;
    padding: 0 15px;
    z-index: 9999;
    display: none;
}
.bookNowbox {
    width: 100%;
    max-width: 400px;
    background: #fff;
    position: relative;
    display: table;
    margin: 100px auto;
    border-radius: 5px;
    padding: 30px;
}
.bnClose {
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
    opacity: 0.6;
    color: #111;
    z-index: 2;
}
.bookNowbox h4 {
    font-size: 20px;
    color: #111;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-top: 0
}
.bookNowbox input ,
.bookNowbox textarea {
    width: 100%;
    float: left;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}
.bookNowbox textarea {
    height: 100px;
    padding: 10px;
}
.bookNowbox button {
    padding: 10px 30px;
    border: 0px;
    background: #f27b21;
    color: #fff;
    cursor: pointer;    
    border-radius: 3px;
    display: table;
    margin: 0 auto;
}




.menu2{position: fixed; right: 30px; top: 50px; z-index: 9; display: none;}
.menu2 .menuicon1{position: relative; z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span{float: left;}
.bars-wrap {
    display: inline-block;
    margin-left:15px;
    position: relative;
    overflow: visible;
    top: 38px;
}
.icon-bar {
    transition: all 0.4s ease;
    width: 25px;
    background: #fff;
    height: 3px;
    position: relative;
    top: 8px;
    transition: width .2s ease-out;
    clear: both;
    margin-bottom: 4px;
}
#header.fixed1 .icon-bar {background: #ed171b;}
.icon-bar:first-child {width:100%;}
.icon-bar:last-child {width:100%;}

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child{width: 100%;}

.cart_open{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;  
  display: none;
}
.cartbg1{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.4);
}
.cart_bx1{
  width: 90%;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition:ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1,2,2,.15);
  z-index: 99999;
  overflow-y:  auto;
}
.left1{right: 280px; z-index: 9999999; transition:ease all 0.8s}
.menu2{
  right: 280px;  
  position: fixed;
  transition:ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before{border-top: 100px solid rgba(255, 255, 255, 1);}
.cart_bx1 ul{list-style: none; width: 100%; margin: 0px; padding: 0px; height: 100%; 
    vertical-align: middle; padding-top: 10px; text-align: right;}
.cart_bx1 ul li{float: none; width: 100%; display: block; clear: both;}
.cart_bx1 ul li a{text-decoration: none; color: #2b2a29; font-weight: 400; font-size: 14px; 
    display: block; padding: 10px 15px; text-transform: uppercase; 
    transition: all 0.3s ease 0s; text-align: center; outline: none;}
.cart_bx1 ul li a:hover, .cart_bx1 ul li a.active{color: #2e3192;}

a.closebtn{
    width: 100%; display: block;
    height: 42px;
    background-color: #00738c;
    text-decoration: none;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 20px;
}



/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (max-width : 1279px) {
    .fullpage {
        max-width: 980px;
        padding: 0 15px;
    }
      .menu2{display: block; top: 5px; right: 0px;}
    .top_nav ul.top_ul1 , .menu ul {
        display: none;
    }
    .micon {
        display: block;
        color: #fff;
        font-size: 30px;
        float: right;
        margin-top: 10px;
        cursor: pointer;
    }
    .mobile_menu {
        display: block;
        width: 300px;
        position: fixed;
        top: 0;
        right: -100%;
        height: 100%;
        background: #001d23;
        z-index: 99999;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
    }
    .mobile_menu.is-open {
        right: 0;
    }
    .mclose {
        margin: 10px 15px;
        float: left;
        padding: 5px 20px;
        border-radius: 30px;
        background: #fff;
        color: #333;
        cursor: pointer;
    }
    .mmenu {
        width: 100%;
        float: left;
        height: calc(100vh - 50px);
        overflow-y: auto;
        padding: 0 15px;
        list-style-type: none;
    }
    .mmenu li {
        float: left;
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .mmenu li a {
        width: 100%;
        float: left;
        padding: 10px;
        color: #fff;
        position: relative;
        text-decoration: none;
    }
    .mmenu li a i {
        float: right;
        color: #fff;
        font-size: 20px;
    }
    .mmenu li ul {
        width: 100%;
        float: left;
        background: rgba(255,255,255,0.1);
        display: none;
    }
    .tp-caption.large_bold_grey.skewfromleft.start {
        font-size: 30px !important;
        line-height: 1.2 !important;
    }
    .tp-caption.large_bold_grey.skewfromleft.start,
    .tp-caption.readmorebtn.sfl.start {
        left: 50px !important;
        text-align: left;
    }
    .tp-caption.large_bold_grey::after {
        right: auto;
        left: 0;
    }
    .tp-caption a {
        float: left;
    }
    .clients {
        width: 50%
    }
    .top_section1 {
        height: auto;
    }
    .financeList li .txt, .dealer_form {
        padding: 0
    }
    .contact_page::before {
        display: none;
    }
    .address, .cntForm {
        padding: 0
    }
    .address .cnt_map {
        width: 100%;
        height: 200px;
        position: relative;
    }
    .address .cnt_adr {
        width: 100%;
        margin-left: 0;
        min-height: 100px;
        padding: 25px;
        padding-right: 320px;
    }
    .address .carousel-indicators {
        top: auto;
        bottom: 20px;
    }
    .contact_page h2 {
        padding-left: 25px;
    }
}
@media only screen and (max-width : 979px) {
    .container, .fullpage {
        max-width: 768px;
    }
    .feature-block {
        overflow: hidden;
    }
    .feature-desc p {
        display: none;
    }
    .feature-name p {
        width: 35%;
    }
    .projinfo1 {
        left: 20px;
        width: 330px;
        padding: 15px;
    }
    .projinfo1 h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .box_inner {
        padding: 85px 20px 0px;
        width: 325px;
        height: 325px;
    }
    .box_inner p {
        font-size: 22px;
    }
    .abtib_txt h1 {
        font-size: 50px;
    }
    .innerbanner .abtib_txt {
        padding-top: 100px;
    }
    .innerbanner, .innerbanner .ib_img {
        height: 280px;
    }
    .page {
        padding: 25px 0
    }
    .about_page h2, .about_page .p p {
        width: 100%;
    }
    .abtExp_text h4, .abtExp_text .p {
        padding: 15px 30px;
    }
    .abtExp_text .p {
        margin-bottom: 30px
    }
    .abtExp_text {
        min-height: 100px
    }
    .whyUs .whyleft, .whyUs .whyright {
        width: 100%
    }
    .product_txt {
        padding: 25px;
    }
    .product_txt h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .productDescdata {
        padding: 20px;
    }
    .productDescdata table {
        min-width: 100%
    }
    .gallery_page ul li a img,
    .testimonials_vids ul li a img, .video_page li a img {
        height: 180px;
    }
    .blogs_li li .img {
        width: 180px;
    }
    .blogs_li li .text {
        width: calc(100% - 190px);
        padding: 10px 15px;
        padding-bottom: 50px;
    }
    .jobListdata li {
        width: 100%
    }
    .boDataList li {
        width: 100%
    }
}
@media only screen and (max-width : 767px) {
    .boxedcontainer{margin-top: 85px;}
    .tp-caption a{margin-top: 19px !important;}
    a.scroll-down-link{display: none;}
    .section4{
        overflow: hidden;
    }
    .menu2{display: block; top: 5px; right: 0px;}

    .container, .fullpage {
        max-width: 550px;
    }
    .logo {
        padding: 0px 0px 0 15px;
        height: 83px;
    }
    .logo a {
        width: 110px;
    }
    .logo::after {
        right: -25px;
        -webkit-transform: skew(-30deg);
        transform: skew(-30deg);
    }
    a.emplogin1 {
        display: inline-block;
    }
    .top_nav {
        background-color: #0f8482;
        padding-right: 15px;
    }
    .top_nav::after {
        display: inline-block;
    }
    .menu {
        padding-right: 15px;
        height: 43px;
    }
    .micon {
        margin-top: 0
    }
    .tp-caption.large_bold_grey.skewfromleft.start {
        font-size: 20px !important;
    }
    .tp-caption.large_bold_grey.skewfromleft.start,
    .tp-caption.readmorebtn.sfl.start {
        left: 10px !important;
    }
    .tp-caption a {
        font-size: 14px;
    }
    .feature-block, .feature-block:nth-child(2n+1) {
        width: 100%;
        margin: 7px 0;
    }
    .section3 {
        display: inline-block;
        padding: 15px 0;
    }
    .grey::after {
        border: 0px;
        width: 200%;
        height: 200%;
        left: -100%;
        background: rgba(200,200,200,0.9);
        transform: skewX(35deg);
    }
    .grey {
        width: 100%;
        background: transparent;
    }
    .feature-block a.link-arrow {
        z-index: 9
    }
    .section1 .col-sm-7 {
        padding: 0;
        width: 100%;
        float: left;
    }
    .section1 .section1rt {
        width: 100%;
        float: right;
        position: relative;
        right: 0px;
        top: 0;
        display: block;
    }
    .section1 h2 {
        font-size: 30px;
    }
    .section1 {
        float: left;
        padding-top: 25px;
        padding-bottom: 0
    }
    .abtcont a {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .section1 .owl-nav {
        top: -51px !important;
        right: 10px !important;
    }
    .section2 h1 {
        margin: 0px 0 30px;
        font-size: 28px;
    }
    .refer {
        display: none !important;
    }
    .sec4bx1, .sec4bx2 {
        width: 50%;
    }
    .projects1 {
        padding: 25px 0
    }
    .projects1 h2 {
        padding-left: 15px;
    }
    .projects1 .owl-nav {
        top: -52px !important;
        right: 15px !important;
    }
    .main_serv {
        padding: 0 5px !important;
    }
    .projinfo1 {
        position: relative;
        bottom: 10px;
        left: 0;
        width: 100%;
        padding: 15px;
    }
    a.proj1 .cont1 {
        visibility: visible;
        height: 85px;
        opacity: 1;
        padding-top: 20px;
    }
    a.proj1 {
        padding-bottom: 0
    }
    .section4 {
        display: inline-block;
        text-align: center;
    }
    .box::before {
        height: 200px;
        width: 200px;
        left: 0px;
    }
    .box_inner {
        height: 200px;
        width: 200px;
        padding: 0;
        padding-top: 50px;
        display: inline-block;
    }
    .box_inner p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }
    .box {
        right: 50%;
        transform: translate(50%);
    }
    .clients {
        width: 100%;
    }
    .section5 h2, .section6 h2 {
        font-size: 24px;
        margin-top: 0
    }
    .sec5inner {
        display: inline-block;
        padding: 0
    }
    .blog_inner_text {
        padding: 15px 0;
        padding-bottom: 50px;
    }
    .section6 {
        padding: 25px 0
    }
    .section6 ul li {
        padding: 0
    }
    .section6 .owl-nav {
        right: 0px !important;
    }
    .footer1 h1 {
        font-size: 26px;
        margin-top: 0
    }
    .phone1 a {
        font-size: 34px;
    }
    .phone1 a.phone .fa {
        font-size: 22px;
        width: 34px;
        height: 34px;
        line-height: 34px;
    }
    .copyrights a {
        display: none;
    }
    .copyrights .social {
        width: 100%;
        float: left;
        margin-top: 5px;
    }
    .copyrights .social a {
        display: inline-block;
    }
    a.getstarted .subtitle {
        font-size: 16px;
    }
    .mtop {
        height: 82px;
    }
    .abtib_txt h1 {
        font-size: 30px;
    }
    .innerbanner, .innerbanner .ib_img {
        height: 200px;
    }
    .innerbanner::after {
        bottom: 56px;
    }
    .innerbanner::before {
        height: 50px;
    }
    .about_pageNav {
        padding: 10px;
        display: none;
    }
    .about_page h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .about_page .stats li {
        width: 33.33%
    }
    .abtExp .carousel-indicators li {
        margin: 0 5px;
    }
    .abtExp_pic {
        width: 100%;
        position: relative;
    }
    .abtExp_text {
        width: 100%;
        margin-top: 0;
    }
    .abtExp_text h4, .abtExp_text .p {
        padding: 10px 15px;
    }
    .abtExp .carousel-control.left {
        right: 30px;
    }
    .abtExp .carousel-control.right {
        right: 0
    }
    .whyleft h2 {
        font-size: 28px;
    }
    .whyright li {
        width: 100%;
        margin-top: 10px;
    }
    .whyright .txt {
        min-height: 100px;
    }
    .team li {
        width: 100%;
        margin-right: 0
    }
    .product_img {
        width: 100%;
        padding-top: 15px;
        padding-right: 10px;
        padding-left: 80px;
    }
    .product_txt {
        width: 100%;
        padding: 15px;
        border-left: 0px solid #e9e9e9;
        border-top: 1px solid #e9e9e9;
    }
    .deliveryPoints {
        margin-top: 15px;
    }
    .deliveryPoints li {
        width: 100%
    }
    .deliveryPoints li::after {
        display: none;
    }
    .productDesc {
        margin-top: 20px;
    }
    .productDescNav li {
        width: 50%;
    }
    .productDescdata h2 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .projects_page .item {
        width: 100%
    }
    .projects_page .item a.proj1 img {
        height: 200px;
    }
    .projects_page .item a.proj1 .cont1 {
        padding-top: 10px;
    }
    .project_title h2 {
        width: 100%;
        margin-top: 0;
        padding-top: 30px;
        font-size: 22px;
        margin-bottom: 5px;
    }
    .project_title a {
        top: 0;
    }
    .project_img .item a {
        height: 250px;
    }
    .project_img .carousel-indicators {
        margin-top: 0
    }
    .project_txt {
        width: 100%;
        padding-right: 0
    }
    .projectHighlights {
        width: 100%;
        padding-left: 0px;
        margin-top: 15px;
        border-top: 1px solid #ddd;
        border-left: 0px solid #ddd;
    }
    .projectTags {
        padding: 15px;
    }
    .productTests {
        margin-top: 20px;
        padding: 15px;
        text-align: center;
    }
    .productTests .img {
        float: none;
        display: inline-block;
    }
    .productTests .txt {
        width: 100%;
        margin-top: 15px;
    }
    .productTests .txt h4 {
        text-align: center;
    }
    .financeList li .img ,
    .financeList li .txt {
        width: 100%;
    }
    .bankLogos li {
        margin: 5px 0;
        margin-right: 0;
        width: 48%;
    }
    .bankLogos li:nth-child(even) {
        float: right;
    }
    .bankLogos li img {
        height: 60px;
    }
    .financeList li .txt h2 {
        margin-top: 15px;
        font-size: 22px;
    }
    .gallery_page ul li, .testimonials_vids ul li, .video_page li {
        width: 100%;
        margin-right: 0
    }
    .gallery_page ul li:first-child, 
    .testimonials_vids ul li:first-child, .video_page li:first-child {
        margin-top: 0
    }
    .solor_left, .blog_right {
        width: 100%
    }
    .blog_right {
        margin-top: 20px;
    }
    .downloads {
        padding: 10px 15px;
    }
    .downloads .li span {
        width: 100%;
    }
    .downloads .li a {
        margin-top: 10px;
    }
    .downloads_page li h3, .faq_list li h3 {
        font-size: 16px;
    }
    .clients_page ul li {
        width: 100%;
        padding: 25px;
    }
    .blogs_left, .solor_left, .blogs_li li .img, .blogs_li li .text {
        width: 100%;
    }
    .jobList li {
        float: left;
        width: 50%;
        font-size: 14px;
        padding: 10px 5px;
    }
    .jobListdata {
        padding: 5px 15px;
    }
    .jobListdata li {
        padding: 15px;
    }
    .job_text, .job_dets, .halfspan , .halfrow{
        width: 100%
    }
    .job_dets {
        position: relative;
        -webkit-position: relative;
        top: 0;
    }
    .job_text h2 {
        margin-top: 20px;
    }
    .dealer_form form {
        padding: 15px;
    }
    .fullrow {
        margin: 0
    }
    input.st_input, textarea.st_input, select.st_input {
        margin-bottom: 15px;
    }
    .csrProjects li {
        width: 100%;
        margin-right: 0
    }
    .csrProjects li .p {
        height: auto;
    }
    .address .cnt_adr {
        width: 100%;
        padding: 15px;
    }
    .address .carousel-indicators {
        position: relative;
        border: 0;
        width: 100%;
        right: 0;
        z-index: 5;
        float: left;
    }
    .cntForm {
        margin-top: 20px;
    }
    .contact_page h2 {
        font-size: 24px;
    }
    .span2, .referLeft, .referRight {
        width: 100%
    }
    .referRight {
        padding: 15px;
        margin-top: 15px;
    }
    .register_box {
        padding: 15px;
        display: block;
        float: left;
    }
    .span-1, .span-3 {
        width: 100%;
        padding: 0;
    }
    .stickme {
        position: relative;
        -webkit-position: relative;
        -moz-position: relative;
        -o-position: relative;
        -ms-position: relative;
        top: 0;
    }
    .acc_nav, .acc_nav ul {
        width: 100%;
        padding: 0;
    }
    .acc_content {
        width: 100%;
        margin-top: 20px;
    }
    .my_profile .my_profileL, .my_profileR {
        width: 100%;
    }
    .my_profile li label {
        line-height: 1.2;
    }
    .products_page .feature-block ,
    .relProducts .feature-block {
        width: 100%;
    }
    .feature-name p {
        bottom: 30%
    }
    .home_tests::before ,
    .home_tests::after {
        display: none;
    }
    #testScroll {
        padding: 0;
    }
    .home_tests .img {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .home_tests .txt {
        width: 100%;
        margin-top: 20px;
    }
    .home_tests .carousel-indicators {
        margin-top: 20px;
        padding-left: 0;
    }
    .home_tests .carousel-indicators li {
        float: right;
    }
    .left_fixed_icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .left_fixed_icons a:hover span {
        left: 30px
    }
    .branchOffices {
        margin-top: 20px;
        padding-left: 0
    }
    .branchOffices .boTabs li {
        width: 100%;
    }
    .boData {
        padding: 10px;
    }
    .boData label {
        line-height: 1.2;
    }
    .boData select {
        width: 100%;
        margin-top: 10px;
    }
    .boDataList li .boMap {
        width: 100%;
        height: 150px;
    }
    .boDataList li .boAdr {
        width: 100%
    }
    .cntForm form {
        margin-top: 0
    }
    .left_fixed_icons {
        top: 46px;
        left: 190px;
        width: auto;
    }
    .left_fixed_icons a:first-child {
        display: none;
    }
    .left_fixed_icons a {
        float: left;
        background: transparent;
        border-bottom: 0px solid #555;
    }
    .career_form {
        padding: 0;
        padding-bottom: 10px;
    }
    .job_details .career_form {
        padding: 15px;
    }
}
@media only screen and (max-width : 359px) {
    .container, .fullpage {
        max-width: 320px;
    }
    .about_page .stats li,
    .jobList li {
        width: 100%
    }
     .section4{
        overflow: hidden;
    }
  
}
.h1_tages{
	display:none;font-size:1px
}


