@font-face {
    font-family: "OpenSans-Regular";
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: "OpenSans-Light";
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: "OpenSans-Bold";
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url(../fonts/OpenSans-Semibold.ttf);
}
.sidebar-nav {
    padding: 9px 0;
}

.popup-btn-mobile{
    display: none;
}

.breadcrumb-div{
    overflow: hidden;
}

.leftm{
        display: inline-block;
    width: 80%;
    margin-top: 2%;
    vertical-align: middle;
}

.rightm{
    display: inline-block;
    vertical-align: top;
    top: 0;
    width: 19%;
}

.headerfixed{
    position: fixed;
    z-index: 99;
    width: 100%;
}

.current-menu-item a{
    color: #fff !important;
	font-weight: bold !important;
}

.carousel-fade .carousel-inner .item{
    height: 650px;
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile-menu{
    display: none;
}

.mobilestyle{
    display: none;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}



.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.social-top{
    min-height: 50px;
    width: 20%;
    background-image: url("../img/siol.png");
    border: 0px;
    background-color: transparent;
    box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.menu-top{
    float: right;
    position: absolute;
    right: 16%;
    z-index: 1
}

.menu-top .navbar-inner{
    background-image: url("../img/nav.png");
    border: 0px;
    background-color: transparent;
    box-shadow: 0 0px 0px rgba(0,0,0,0.065);
    background-repeat: no-repeat;
    background-size: 100%
}

.navbar .nav>li>a{
    text-shadow: 0 0px 0px #fff;
    font-family: "OpenSans-Regular";
    color: #d2cece;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 20px;
    text-shadow: 0px 0px 0px #000;
    font-weight: normal;
}

.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus, .navbar .nav>li>a:focus, .navbar .nav>li>a:hover{
    color: #fff;
    background-color: transparent;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.125);
}

.single-content p{
    font-family: "OpenSans-Regular";
    font-size: 15px;
    color: #000;
}


.social-top ul{
    margin: 0;
    display: block;
    padding-left: 30%;
}

.social-top ul li{
    display: inline-block;
    list-style-type: none;
    line-height: 55px;
    padding-right: 20px;
}

.social-top a{
    font-size: 0px;
    color: #60adca;
    line-height: 20px;
    text-decoration: none;
}

.social-top a:before{
    font-size: 25px
}

.social-top a:hover{
    color: #fff
}

.social-top .facebook a:before{
    content: "\f09a";
    font-family: FontAwesome;
}

.social-top .twitter a:before{
    content: "\f099";
    font-family: FontAwesome;
}

.social-top .linkedin a:before{
    content: "\f0e1";
    font-family: FontAwesome;
}
#menu-item-389 a:before{
    content: "\f16d";
    font-family: FontAwesome;
}
.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    /*z-index: 5 !important;*/
    /*display: inline-block !important;*/
    font-size: 2em;
}
.video {
  width: 50%;
  margin: 20px auto 40px;
}
.video-1 {
    width: 45%;
    float: left;
    margin-left: 20px;
    margin-right: 20px;
    }
    .parters-logo{
        width: 30%;
    float: left;
    }
    .parters-dis{
        width: 70%;
        float: right;
        text-align: left;
    }
    .parters-dis p{
        padding-left: 25px;
    }
    .parters-logo img{
        width: 100%;
    }
/*fade effect on carousel*/
.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);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


div .carousel-caption {
    top: 0%;
    background: rgba(0, 0, 0, 0.3);
    padding: 0px
}

/* Caption animation delays */
.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}
.toggleCaption {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -moz-transition: none !important;
}

/* Caption animation delays */
.toggleHeading {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    -moz-transition: none !important;
}
.toggleCaption {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    -moz-transition: none !important;
}
/*Scroll down - circle button*/
.btn-circle {
    width: 75px;
    height: 75px;
    padding: 10px 10px;
    border: none;
    border-radius: 100%;
    font-size: 50px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
/*Animating the circle button*/
.scroll-down {
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: Circlebounce 2s infinite;
    -webkit-animation: Circlebounce 2s infinite;
    -moz-animation: Circlebounce 2s infinite;
    -o-animation: Circlebounce 2s infinite;
}

@-webkit-keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes Circlebounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img{
    width: 100%
}

.carousel-indicators{
    position: absolute;
    bottom: 10%;
    top: initial;
    left: 3%;
}

.navbar{
    margin-bottom: 0px
}

.carousel-inner{

    height: 100%
}

.carousel{
    /*top: -40px;*/
    margin-bottom: 0px;
}

.carousel-caption-sub{
    position: absolute;
    overflow: hidden;
    bottom: 0;
    padding-bottom: 5%;
    padding-top: 10%;
    width: 50%;
    background-image: url('../img/slider-des-bg1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 65%;
    padding-left: 3%;

}

.carousel-caption-sub h1{
    font-family: "OpenSans-Light";
    font-size: 34px;
    color: #fff
}

.carousel-caption-sub p{
    font-family: "OpenSans-Light";
    font-size: 16px;
    color: #fff ;
    line-height: 2;
    padding-top: 10px;
    padding-right: 10%;
}

.carousel-indicators li{
    border-radius: 0px;
    width: 40px;
    height: 2px;
    margin-right: 8px;
    cursor: pointer;
}

.carousel-indicators .active{
    background-color: #077fac
}

.title-1{
    font-family: "OpenSans-Regular";
    font-size: 39px;
    color: #114c62;
    text-align: center;
    font-weight: normal;
}

.title-10{
        font-family: "OpenSans-Regular";
    font-size: 25px;
    color: #117ba2;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title-3{
    font-family: "OpenSans-Regular";
    font-size: 24px;
    color: #1f262b;
    text-align: center;
    font-weight: normal;
}

.title-4{
    font-family: "OpenSans-Regular";
    font-size: 32px;
    color: #174664;
    text-align: center;
    font-weight: normal;
}

.title-5{
    font-family: "OpenSans-Light";
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    padding-top: 100px;
    padding-bottom: 10px
}

.title-6{
    font-family: "OpenSans-Regular";
    font-size: 39px;
    color: #114c62;
    text-align: center;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.title-7{
    font-family: "OpenSans-Regular";
    font-size: 39px;
    color: #114c62;
    text-align: left;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
}


div.page{
    margin-bottom: 50px
}

div.page-banner .bg{
        position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%,rgba(6, 5, 5, 0.27) 50%,rgba(0, 0, 0, 0.81) 100%);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: repeat-x;
}


div.page p{
/*color: #114c62;
font-family: "OpenSans-Regular";
    font-size: 17px;*/
    line-height: 2;
    text-align: justify;
}


.home-about h1{
    padding-top: 40px
}
.home-about p{
    font-family: "OpenSans-Regular";
    font-size: 17px;
    color: #282b2c;
    line-height: 2;

}

.shape2{
    position: absolute;
    right: 0;
    margin-top: 50px;
}
.shape1{
    position: absolute;
    left: 0;
    margin-top: -40px;
}

.home-service{
    background-color: #fafafa;
    margin-top: 30px
}

.title-2{
    font-family: "OpenSans-Regular";
    font-size: 36px;
    color: #117ba2;
    text-align: center;
    font-weight: normal;
}

.home-service h1{
    padding-top: 60px
}

.home-service p{
    color: #000000;
    font-size: 16px;
    font-family: "OpenSans-Regular";
    line-height: 2;
}

/*
*   Owl Carousel Owl Demo Theme
*   v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

#owl-service .owl-item img{
    width: 100%;
}

#owl-service .owl-item .item{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.owl-des{
    background-color: rgba(0, 0, 0, 0.42);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#owl-service .owl-item .item h4, #owl-service .owl-item .item h4 a{
    font-family: "OpenSans-Regular";
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    line-height: 35px;
    text-decoration: none;
}

#owl-service .owl-item .item p,#owl-service .owl-item .item p a{
    font-family: "OpenSans-Regular";
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

#owl-service .owl-item .item .owl-des div{
    text-align: center;
    margin-top: 45%;
    padding: 0px 40px;
}


#owl-service .owl-item:hover .owl-des{
    background-color: rgba(0, 0, 0, 0.62);
}

.hovercircle{
    color: #fff;
    display: none;
    color: #fff;
    position: absolute;
    top: -20%;
    left: 30%;
}

.hovercircle img{
    width: auto !important;
}

#owl-service .owl-controls .owl-buttons .owl-prev{
    font-size: 0px;
    background-color: transparent;
    left: -5%;
    position: absolute;
    top: 38%;
    padding: 0px;
    width: 40px;
    height: 67px;
    background-image: url("../img/slider-arrow1.png");
    background-repeat: no-repeat;
    background-size: 30px 50px;
}

#owl-service .owl-controls .owl-buttons .owl-next{

    font-size: 0px;
    background-color: transparent;
    right: -5%;
    position: absolute;
    top: 38%;
    padding: 0px;
    width: 40px;
    height: 67px;
    background-image: url("../img/slider-arrow.png");
    background-repeat: no-repeat;
    background-size: 30px 50px;
}

#owl-service .owl-controls .owl-page span{
    width: 40px;
    height: 3px;border-radius: 0;

    background: #888c8e;
}

#owl-service .owl-controls .owl-page.active span{
    background: #117ba2;
}

#owl-service .owl-pagination{
    margin-top: 50px;
    margin-bottom: 40px
}

.home-testimo h1{
    padding-top: 60px;
    padding-bottom: 20px
}

.home-testimo p{
    font-family: "OpenSans-Regular";
    font-size: 18px;
    color: #282b2c;
    line-height: 2
}

.home-testimo .owl-controls .owl-buttons .owl-prev{
    font-size: 0px;
    background-color: transparent;
    right: 40px;
    position: absolute;
    top: -45%;
    padding: 0px;
    width: 40px;
    height: 67px;
    background-image: url("../img/slider-arrow1.png");
    background-repeat: no-repeat;
    background-size: 30px 50px;
}


.home-testimo .owl-controls .owl-buttons .owl-next{
    font-size: 0px;
    background-color: transparent;
    right: 0;
    position: absolute;
    top: -45%;
    padding: 0px;
    width: 40px;
    height: 67px;
    background-image: url("../img/slider-arrow.png");
    background-repeat: no-repeat;
    background-size: 30px 50px;
}

.home-testimo .owl-pagination, .home-partner .owl-pagination{
    display: none;
}

.home-testimo h3, .home-testimo h3 a{
    font-family: "OpenSans-Regular";
    font-size: 20px;
    color: #2577ab;
    font-weight: normal;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: none;
}

.home-testimo:after {
    position: relative;
    content: "";
    width: 4%;
    left: 48%;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #d4d2d2;
}

.home-partner h1{
    padding-top: 40px;
    padding-bottom: 20px
}

.home-partner .owl-controls .owl-buttons .owl-prev{
    font-size: 0px;
    background-color: transparent;
    left: -5%;
    position: absolute;
    top: 0%;
    padding: 0px;
    width: 40px;
    height: 67px;
    background-image: url("../img/slider-arrow1.png");
    background-repeat: no-repeat;
    background-size: 30px 50px;
}

.home-partner .owl-controls .owl-buttons .owl-next{

    font-size: 0px;
    background-color: transparent;
    right: -5%;
    position: absolute;
    top: 0%;
    padding: 0px;
    width: 40px;
    height: 67px;
    background-image: url("../img/slider-arrow.png");
    background-repeat: no-repeat;
    background-size: 30px 50px;
}

.home-partner .owl-item .item{
    text-align: center;
}

.home-partner{
    margin-bottom: 80px
}

.home-blog{
    margin-left: 2%;
    margin-right: 2%;
    border-top: 1px solid #efefef;
    margin-bottom: 100px
}

.home-blog h1{
    padding-top: 50px;
    padding-bottom: 40px
}

.home-blog .owl-item .item {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
}

.home-blog .owl-item .item img{
    width: 100%
}

.blogdes h5{
    color: #000000;
    font-size: 14px;
    font-family: "OpenSans-Bold";
    font-weight: normal;
    text-transform: uppercase;
}

.blogdes h3,.blogdes h3 a{
    color: #177788;
    font-size: 20px;
    font-family: "OpenSans-Semibold";
    font-weight: normal;
    line-height: 25px;
    padding-bottom: 10px;
    text-decoration: none;

}

.blogdes p{
    color: #264d54;
    font-family: "OpenSans-Regular";
    font-weight: normal;
    font-size: 14px;
}

.blogdes{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 50px
}

.home-blog .owl-buttons{
    display: none;
}

.home-blog .owl-controls .owl-page span{
    width: 40px;
    height: 3px;border-radius: 0;

    background: #888c8e;
}

.home-blog .owl-controls .owl-page.active span{
    background: #117ba2;
}

.home-inqiry{
    background-image: url("../img/home-inqiry.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    padding-bottom: 80px
}

.home-inqiry a{
    font-family: "OpenSans-Semibold";
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    background-color: #393a93;
    border: 0px;
    text-align: center;
    font-weight: normal;
    padding: 10px 50px;
    letter-spacing: 2px;
    text-decoration: none;

}

.logo{
    float: left;
    position: absolute;
    z-index: 1;
    margin-top: 20px;
    margin-left: 5%;
}

.footer-top{
    background-color: #202225;
    padding-top: 10px;
    padding-bottom: 10px;
}

.contact_menu{
    overflow: hidden;
}

.contact_menu ul{
    margin: 0
}

.contact_menu li{
    float: left;
    width: 24%;
    list-style-type: none;
}

.contact_menu li:first-child{
    width: 26%
}

.contact_menu li a{
    color: #000;
    font-size: 13px;
    font-family: "OpenSans-Semibold";
    font-weight:normal;
}

.con-map span{
    width: 95% !important
}

.contact_menu li a span{
        padding-left: 70px;
    margin-top: 10px;
    float: left;
    width: 80%;
}

.contact_menu li:first-child a span{
    margin-top: 0px
}

.contact_menu li:last-child a span{
    margin-top: 0px
}

.contact-footer{
        background-color: #f2f2f2;
    overflow: hidden;
    padding-bottom: 50px;
    padding-top: 40px;
}

.contact_menu li a:before{
    padding: 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
    float: left;
    height: 55px;
    position: absolute;
    background-color: #114c62;
    border-radius: 50px;
    background-position: center;
    content: " ";
}



.con-map a:before{
    background-image: url("../img/co-1.png");
}

.co-tel a:before{
   background-image: url("../img/co-2.png");
}

.co-fax a:before{
    background-image: url("../img/co-3.png");
}

.co-email a:before{
    background-image: url("../img/co-4.png");
}
.footertop_menu li{
    float: left;
    width: 25%;
    list-style-type: none;
}

.footertop_menu li a{
    color: #fff;
    font-size: 13px;
    font-family: "OpenSans-Light";
    font-weight:normal;
    text-transform: uppercase;
}
.footertop_menu li a span{
    padding-left: 60px;
    /* display: inline-block; */
    /* position: absolute; */
    margin-top: 10px;
    float: left;
    width: 70%
}

.precontact{
        background-color: transparent;
    border: 0px;
    margin: 0;
    padding: 0;
    font-family: "OpenSans-Regular";
    color: #d0d0d0;
    font-size: 14px;
    line-height: 2;
}


.fo-service a:before{
    content: " ";
    background-image: url("../img/fo-1.png");
    padding: 20px;
    background-repeat: no-repeat;
    padding-left: 60px;
    float: left;
    height: 25px;
    position: absolute;
    padding-bottom: 35px;
}

.fo-nextjob a:before{
    content: " ";
    background-image: url("../img/fo-2.png");
    padding: 20px;
    background-repeat: no-repeat;
    padding-left: 60px;
    float: left;
    height: 25px;
    position: absolute;
    padding-bottom: 35px;
}

.fo-guidance a:before{
    content: " ";
    background-image: url("../img/fo-3.png");
    padding: 20px;
    background-repeat: no-repeat;
    padding-left: 60px;
    float: left;
    height: 25px;
    position: absolute;
    padding-bottom: 35px;
}

.fo-develp a:before{
    content: " ";
    background-image: url("../img/fo-4.png");
    padding: 20px;
    padding-bottom: 35px;
    background-repeat: no-repeat;
    padding-left: 60px;
    float: left;
    height: 25px;
    position: absolute;
}

.footertop_menu{
    padding-top: 10px
}
.footer-middle{
    background-color: #12161b;
    padding-bottom: 50px
}
.footer-middle h1{
    font-family: "OpenSans-Light";
    font-size: 26px;
    font-weight: normal;
    color: #aaceff;
    padding-top: 50px;
    padding-bottom: 20px
}

.footer-middle p{
    font-family: "OpenSans-Regular";
    color: #d0d0d0;
    font-size: 14px;
    line-height: 2;
    text-align: justify;
}

.fo-address, .fo-logo{
    list-style-type: none;
    margin-left: 0px
}

.fo-address li, .fo-address li a{
    font-family: "OpenSans-Regular";
    color: #d0d0d0;
    font-size: 14px;
    line-height: 2;
    text-decoration: none;
}

.designby {
    background: url('../img/ewd-icon.jpg') no-repeat 0px 5px;
    display: inline-block;
    padding-left: 20px;
}

.fo-logo li{
    float: left;
    width: 50%;
}

.footer-bottom{
    background-color: #0e1318;
    padding-top: 15px;
    padding-bottom: 10px
}

.footer-bottom p, .footer-bottom p a{
    color: #ffffff;
    font-size: 13px;
    font-family: "OpenSans-Light";
    font-weight: normal;
    text-decoration: none;

}

footer .map-style{
    width: 80%;
    height: 300px;
    border: 10px solid #232830;
    position: relative;
    margin: 0 auto
}

footer #map_wrapper, #map_canvas{
    width: 100%;
    height: 100%
}



div.page #map_wrapper, #map_canvas1{
    width: 100%;
    height: 100%
}

.footermap{
    padding-top: 80px
}

.arrow {
    border-style: dashed;
    border-color: transparent;
    border-width: 0.20em;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 100px;
    height: 0;
    top: 20%;
    right: -50px;
    margin-right: 0;
    line-height: 0;
    position: absolute;
    vertical-align: middle;
    width: 0;
    background-color: transparent;
    border-left-width: 0.2em;
    border-left-style: solid;
    border-left-color: #232830;
}

footer,header{
    position: relative;
}

.shape3{
    position: absolute;
    bottom: 30%
}

.shape4{
    position: absolute;
    top: 30%;
    right: 0
}



.shape5{
    position: absolute;
    top: 35%;
    z-index: 1;
}

.second-logo{
    position: absolute;
    z-index: 1;
    bottom: 90px;
    right: 6%;
}

.popup-btn{
    background-image: url("../img/pupup-btn.png");
    width: 50px;
    height: 303px;
    background-repeat: no-repeat;
    z-index: 1;
    position: fixed;
    right: 0;
    background-position: right;
    top: 20%;
    cursor: pointer;
}

.cd-popup-trigger {
    display: block;
    width: 170px;
    height: 50px;
    line-height: 50px;
    margin: 3em auto;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50em;
    background: #35a785;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
}
@media only screen and (min-width: 1170px) {
    .cd-popup-trigger {
        margin: 6em auto;
    }
}

/* --------------------------------

xpopup

-------------------------------- */
body{
    position: relative;
}
.cd-popup {
    position: absolute;
        overflow: auto;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(44, 114, 139, 0.73);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 999
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 40%;
    /*max-width: 400px;*/
    margin: 4em auto;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container p {
    padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-buttons{
    list-style-type: none;
    margin: 0
}
.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
}
.cd-popup-container .cd-buttons button {
    display: block;
    height: 60px;
    line-height: 10px;
    width: 100%;
    text-transform: uppercase;
    font-family: "OpenSans-Semibold";
    color: #FFF;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.fullform{
        margin-left: 5%;
    margin-right: 5%;
}

.fullform .control-label{
   text-align: left;
       color: #010101;
    font-size: 12px;
    font-family: "OpenSans-Regular";
}

.fullform .controls input[type="text"], .fullform .controls select{
        color: #615c5c;
    font-size: 12px;
    font-family: "OpenSans-Regular";
    width: 100%;
    height: 30px;
}

.fullform .controls textarea{
    color: #615c5c;
    font-size: 12px;
    font-family: "OpenSans-Regular";
    width: 100%;
    resize: none;
}
.cd-popup-container .cd-buttons li:first-child button {
    background: rgba(36, 133, 169, 0.58);
    border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child button {
    background: #fc7169;
    border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;    color: transparent;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}
.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
    .cd-popup-container {
        margin: 8em auto;
    }
    .home-image div.col-md-4 {
    display: block;
    width: 88;
    margin: 20px -10px;
  }

}

.cd-popup h1{
    padding-top: 15px;
    padding-bottom: 10px
}

.alertcon{
        background-color: #fc7169;
    color: #fff;
    font-family: "OpenSans-Semibold";
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    padding-left: 10px;
    border-radius: 5px;
    display: none;
}


.alertcon1{
    background-color: #75c5a4;
    color: #fff;
    font-family: "OpenSans-Semibold";
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.map-style .info_content{
    width: 100%
}

.map-style .info_content p{
    color: #000;
    font-size: 12px;
    line-height: 1;
}

div.page .map-style {
    width: 100%;
    height: 360px;
    margin-top: 145px;
}
div.page-banner img{
    width: 100%
}

div.page-banner{
margin: 0;
border: 0px;
padding-bottom: 0;
position: relative;
}

.breadcrumb{
    padding: 8px 0px;
    margin: 0px;
    background-color: transparent;
        padding-bottom: 13px;
}

.breadcrumb-div{
    margin-top: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.breadcrumb li a,.breadcrumb>.active,.breadcrumb>li>.divider,.breadcrumb>li>strong{
    font-family: "OpenSans-Regular";
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
}

.contact-left{
    float: left;
    width: 50%
}

.contact-right{
    float: right;
    width: 50%
}

.contact-div .control-label{
   color: #010101;
   font-size: 12px;
   font-family: "OpenSans-Regular";
}

.contact-div .controls input[type="text"]{
    color: #615c5c;
   font-size: 12px;
   font-family: "OpenSans-Regular";
   width: 90%;
   height: 40px
}

.contact-div .controls select{
    width: 90%;
    resize: none;
    height: 40px;
    color: #615c5c;
   font-size: 12px;
   font-family: "OpenSans-Regular";
}

.contact-div .controls textarea{
    width: 95%;
    resize: none;color: #615c5c;
   font-size: 12px;
   font-family: "OpenSans-Regular";
}

.right-small{
   float: right;
    padding-right: 5%;
    color: #333333;
    font-size: 10px;
   font-family: "OpenSans-Regular";
}

.contact-div .alertcon{
    width: 90%
}

.contact-div .control-label span{
        color: #ef4646;
    font-weight: bold;
}

.btn1, .btn1:hover{
       background-image: url("../img/btn-bg.jpg");
    font-family: "OpenSans-Semibold";
    font-size: 12px;
    padding: 10px 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: 0px;
    color: #fff;
    text-shadow: 0px 0px 0px transparent;
    margin-top: 20px;
    background-position: center;
}

.btn2, .btn2:hover {

    background-image: url("../img/btn-large.png");
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    padding: 20px 72px;
    background-repeat: no-repeat;
    border: 0px;
    color: #fff;
    text-shadow: 0px 0px 0px transparent;
    margin-top: 20px;
    background-position: center;
    background-color: transparent;
    box-shadow: none;

}



.contact-footer h5{
    font-family: "OpenSans-Semibold";
    font-size: 22px;
    color: #114c62;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 30px;
    font-weight: normal;
}

.left-menu h1{
    font-family: "OpenSans-Light";
    font-size: 25px;
    text-align: center;
    color: #fff;
    background-color: #114c62;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0
}

.left-menu ul{
        background-color: #f3f3f3;
    margin: 0;
    list-style-type: none;
}

.left-menu ul li a{
      font-family: "OpenSans-Regular";
    font-size: 15px;
    color: #000;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    text-decoration: none;
}

.left-menu{
    margin-top: 20%
}

.textleft{
    text-align: left;
}

.single-content ul{
    padding-right: 1em;
    list-style-type:none;
    list-style-position:outside;
        margin-left: 0;
            margin-top: 30px;
}
.single-content ul li{
     padding-left: 1em;
   position: relative;
   font-family: "OpenSans-Regular";
    font-size: 15px;
    color: #000;
    padding-bottom: 15px;
}
.owl-partner{
text-align: center;
}
.owl-partner div.item{
  width: 24%;
  display: inline-block;
  margin: 1% 5%;
  vertical-align: top;
}
.single-content ul li:before {
    content: '-';
    position: absolute;
    left: 0;
}

.contact-footer h4{
    color: #010101;
    font-weight: normal;
    font-size: 29px;
    font-family: "OpenSans-Light";
    text-align: center;
    line-height: 35px;
}

.btnstyle{
      color: #010101;
    font-weight: normal;
    font-size: 16px;
    font-family: "OpenSans-Light";
    text-align: center;
    padding: 15px 50px 15px;
    border: 1px solid #7f7c7c;
    display: block;
    margin-right: 15px;
    border-radius: 5px;
}

.btnstyle:hover{
        color: #010101;
    text-decoration: none;
    background-color: rgba(44, 114, 139, 0.36);
    border: 1px solid rgba(44, 114, 139, 0.52);
}

.btnf ul li{
    display: inline-block;
}

.btnf{
        text-align: center;
    overflow: hidden;
    padding-top: 30px;
}
.left-menu ul li{
    padding-top: 10px;
    padding-bottom: 10px

}

.left-menu ul li:hover ,.left-menu ul li.activemenu{
        background-image: url("../img/text-hover.png");
    background-repeat: no-repeat;
    position: relative;
    left: -2%;
    width: 105%;
    background-size: 100% 100%
}

.left-menu ul li:hover a, .left-menu ul li.activemenu a{
   font-family: "OpenSans-Semibold";
    color: #f3f2f2;
}

.boxblog{
    margin-bottom: 40px
}

.boxblog h5, .boxblog h5 a{
     font-family: "OpenSans-Semibold";
    color: #114c62;
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
}

.pagination-style .pagination .page-numbers{
    padding: 4px 12px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
        color: #9c9a9a;
        vertical-align: top
}

.pagination .nav-links:before, .pagination .nav-links:after{
    content: "";
}

.pagination-style .pagination .page-numbers.current{
    color: #000;
}

.pagination:before, .pagination:after{
    display: none;
}

.pagination .prev, .pagination .next{
    height: auto;
    padding: 2px !important;
    width: auto;
    margin-left: 5px !important;
        position: relative;
}

.pagination .prev:before, .pagination .next:before {
    font-size: 18px;
    height: auto;
    line-height: 1;
    position: relative;
    width: auto;
}

.pagination-style .navigation.pagination{
    padding-top: 10px
}

.boxblog ul{
    margin: 10px 0px 10px;
    list-style-type: none;
}

.boxblog ul li{
    display: inline-block;
    margin-right: 10px;
    font-family: "OpenSans-Regular";
    font-size: 11px
}
.boxblog img{
    width: 100%
}
.boxblog ul li i{
 color:#4141a5;
 font-weight: bold;
}

.boxblog .blogdes{
    background-color: #f4f4f4;
    padding: 20px 30px 20px;
}

.boxblog .blogdes p{
        font-family: "OpenSans-Regular";
    font-size: 12px;
    color: #000
}

.right-menu h1{
  font-family: "OpenSans-Regular";
    font-size: 20px;
    color: #000;
    border: 1px solid #9a9898;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 10px 5px;
    font-weight: normal;
}

.right-menu h2{
       font-family: "OpenSans-Semibold";
    font-size: 20px;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1;
}


.right-menu{
    margin-bottom: 80px
}

.circleimg{
    width: 70%;
    height: 60px;
    border-radius: 50px;
    z-index: 3;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}

.circleimg .hover{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.52);
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 2;
        -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 0;
}

.boxmenu:hover .hover{
    opacity: 1;
}

.title8,.title8 a{
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #114c62;
    margin: 0;
    text-decoration: none;
}

.boxmenu span{
    font-family: "OpenSans-Regular";
    font-size: 12px;
    color: #000
}

.boxmenu .span8{
    /*padding-top: 10px*/
}

.boxmenu{
    margin-bottom: 35px;
    margin-top: 20px;
}

.list{
        margin-top: 40px;
    overflow: hidden;
    position: relative;
}

.leftt{
    float: left;
}

.list ul{
    list-style-type: none;
    margin: 0px
}

.list ul li{
        display: block;
    overflow: hidden;
    margin-bottom: 40px;
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #114c62;
    /*float: right;*/
}

.list ul li a{
        /*left: 0;
    position: absolute;  */
    font-family: "OpenSans-Semibold";
    font-size: 16px;
    color: #114c62;
    margin: 0;
    text-decoration: none;
}

.rightt{
    float: right;
}

.pagination{
        border-top: 1px solid #e4dfdf;
    padding-top: 20px;
}

.navigation.pagination{
    padding-top: 0px
}

.navigation.pagination .nav-links{
    text-align: left;
}

.pagination ul>li>a{
        color: #908b8b;
}

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span, .pagination ul span, .pagination ul>li:last-child>a, .pagination ul>li:last-child>span{
    -webkit-border-bottom-left-radius: 0px;
     border-bottom-left-radius: 0px;
     -webkit-border-top-left-radius: 0px;
     border-top-left-radius: 0px;
     -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
     margin-right: 10px
}

.pagination ul>li>a, .pagination ul>li>span{
         border-left-width: 1px;
          margin-right: 10px
}

.title9{
    font-family: "OpenSans-Semibold";
    font-size: 24px;
    color: #114c62;
    font-weight: normal;
}

.blog-detail p{
       font-size: 14px;
       font-family: "OpenSans-Regular";
    color: #7b7979;
}

.detail .list ul li a{
        color: #a7a2a2;
    font-family: "OpenSans-Regular";
        font-size: 14px;
}

.blog-detail img{
    width: 100%
}
.social-icon{
    list-style-type: none;
    margin: 0px
}

.social-icon li{
    display: inline-block;
    margin-right: 10px;
}

.social-icon li a{
    color: #b3b3b3;
}
.dateblog .rightt span{
    font-size: 14px;
    color: #000;
    font-family: "OpenSans-Semibold";
    margin-right: 5px
}

.dateblog{
        overflow: hidden;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-top: 50px;
}

.dateblog .rightt span,.dateblog .rightt ul{
    display: inline-block;
}


.detail .circleimg{
        width: 90%;
    height: 80px;
    border-radius: 0px;
}

.detail .circleimg .hover{
    line-height: 3
}

.detail .title8{
    font-size: 14px;
    color: #000000;
}

.detail .boxmenu span {
        font-family: "OpenSans-Semibold";
    font-size: 12px;
    color: #a7a2a2;
    font-style: italic;
    padding-top: 8px;
    display: block;
}

.detail .list .title8, .detail .list .title8 a{
   color: #424040;
   font-family: "OpenSans-Regular";
   text-decoration: none;
}

.detail .list ul li:before{
        content: "\f0da";
    font-family: FontAwesome;
    color: #6c53c7;
    left: 0;
    position: absolute;
}

.detail .list ul li{
           margin-bottom: 20px;
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.detail .list .rightt{
    display: none;
}

.testimonial{
    overflow: hidden;
    margin-bottom: 50px;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
}

.testi{
    width: 20%;
    display: inline-block;
    margin-left: -4px;
    vertical-align: middle;
    position: relative;
    left: 5%;
    z-index: 9;
}

.testi1{
   padding-top: 20px;
    display: inline-block;
    width: 80%;
    height: auto;
    margin-top: 1%;
    padding-left: 15%;
    padding-bottom: 20px;
    background-color: #f6f6f6;
    margin-left: -4px;
    vertical-align: middle;
    position: relative;
    right: 5%;
}

.title-11,.title-11 a{
    font-family: "OpenSans-Semibold";
    font-size: 23px;
    color: #000000;
    text-decoration: none;
    padding-top: 10px;
    word-wrap: break-word;
    line-height: 30px;
}

.destesti p, .destesti{
    font-family: "OpenSans-Light";
    color: #000000;
    font-size: 14px;
    line-height: 2;
        padding-right: 10%;
}

.thumb1{
    border-radius: 100%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin:0 auto;
    background-repeat: no-repeat;
    background-size: cover;

}

.testimonial-top{
    overflow: hidden;
}

.testimonial-top h1{
    float: left;
}

.testimonial-top #sendbtn{
    float: right;
    margin-top: 40px
}

.home-about{
    color: #000000;
    font-size: 16px;
    font-family: "OpenSans-Regular";
    line-height: 2;
    text-align: justify;
}
.home-image{
  margin: 35px 0px;
  padding: 2px 10px;
text-align: center;
  overflow: hidden;
}
.home-image img{
  width: 100%;
}
#owl-partner p{
 padding: 10px;
}
.home-image p{
  float: left;
}
.home-image div.col-md-4{
display: inline-block;
width: 28%;
margin: 20px -10px;
}
/* .home-image div.col-md-4{
  display: inline-block;
} */
.fader{
	width: 300px;
	height: 188px;
	position: relative;
}
.fader > img{
	position: absolute;
	left: 0px;
	z-index: 10;
}
.fader > img.png{
	opacity: 1;
	z-index: 100;
}
.fader.show > img.png{
	opacity: 0;
	z-index: 100;
}
.fader:hover > img.png{
	opacity: 0
}

/* .home-image div.col-md-4:hover{
background: url('http://thrconsortium.com/wp-content/uploads/2018/04/Exponential.png');
} */
.values{
  font-family: "OpenSans-Regular";
  font-size: 39px;
  color: #114c62;
  text-align: center;
  font-weight: normal;
}
.fo-logo{
overflow: hidden;
box-shadow: 0px 0px 12px -3px #fff;
background-color: #fff;
padding: 10px;
}


/* New Update Ask uS */

@charset "utf-8";
/* CSS Document */


.arch .row {
    margin: 0 0 41px 0;
}

.sec-1 h3 {
    font-size: 30px;
    margin: 0;
}

.sec-1 small {
    font-size: 12px;
}

.gap{margin-bottom: 50px; }


.media img {
    width: 54px;
    height: 54px;
}

.all-posts {
    color: rgb(51, 51, 51);
    float: right;
    position: relative;
    font-size: 14px;
    margin: -28px 0 0 0;
}

.gapblock {
    display: block;
    height: 200px;
    position: relative;
    float: left;
    background: #c00;
    width: 100%;
}


.gray-box {
    background: #eeefef;
    padding: 14px;
}

.gray-box h6 {
    font-weight: 700;
    margin: 30px 0 0 0;
}

.gray-box  date {
    font-size: 12px;
    margin: 0 0 14px 0;
    display: block;
}

.gray-box h5 {
    font-size: 15px;
    font-weight: 700;
    display: block;

}

.info-1 {

    font-size: 25px;
    text-align: center !important;

}

.item-wrapper {
    background: url(../img/blue-bg.png);
    background-repeat: no-repeat;
    position: relative;
    width: 350px;
    height: 90px;
    float: left;
    margin-bottom: 65px;
    transition: all 0.5s ease;
}


/*.item-wrapper span {
    text-align: right;
    position: absolute;
    color: #fff;
    top: 34px;
    right: 142px;
    font-size: 24px;
}*/

.item-wrapper span {
    text-align: center;
    position: absolute;
    color: rgb(255, 255, 255);
    top: 34px;
    /*right: 67px;*/
    font-size: 15px;
    text-indent: 97px;
}


.item-wrapper:nth-child(1) {
    margin: 0 0 0 -19px;
}


.item-wrapper:nth-child(4) {
    margin: 0 0 0 57px;
}


.item-wrapper:nth-child(1)::after {

    content: '';
    position: relative;
    border: 1px solid rgb(189, 184, 184);
    width: 133px;
    display: block;
    right: -176px;
    top: 121px;
    transform: rotate(39deg);

}


.item-wrapper:nth-child(2)::after {

    content: '';
    position: relative;
    border: 1px solid rgb(189, 184, 184);
    width: 133px;
    display: block;
    right: -176px;
    top: 121px;
    transform: rotate(39deg);

}

.item-wrapper:nth-child(2)::before {
    content: '';
    position: relative;
    border: 1px solid rgb(189, 184, 184);
    width: 133px;
    display: block;
    right: 6px;
    top: 121px;
    transform: rotate(141deg);
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none !important;
}




.item-wrapper:nth-child(3)::after {

    content: '';
    position: relative;
    border: 1px solid rgb(189, 184, 184);
    width: 133px;
    display: block;
    right: -176px;
    top: 121px;
    transform: rotate(39deg);

}

.item-wrapper:nth-child(3)::before {
    content: '';
    position: relative;
    border: 1px solid rgb(189, 184, 184);
    width: 133px;
    display: block;
    right: 6px;
    top: 121px;
    transform: rotate(141deg);
}


.section-wrap {
    float: left;
    display: block;
    width: 100%;
    position: relative;
}

.section-wrap-2 {
    float: left;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 10%;
}


.contentwraps {
    float: left;
    display: block;
    margin: 74px 0;
    position: relative;
    width: 100%;
}


.formwraps {

    width: 500px;
    position: relative;
    margin: 0 auto;
    border: 3px solid #067fac;
    border-radius: 0;


}

.formhead {

    background: rgb(6, 127, 172);
    padding: 10px;
    color: #fff;
    font-size: 24px;

}


.formwraps form {

    padding: 20px;

}


.form-control {

    border-radius: 0;
    border: 0;

}
.form-control {

    border-bottom: 1px solid #a5d1e1;

}


.formwraps textarea {

    height: 66px;

}

.form-control::placeholder {
    color: #077fac;
    opacity: 1;
}


.form-control:focus {

    box-shadow: none !important;
}

.send {

    background: url(../img/blue-bg.png) transparent!important;
    padding: 32px 118px;
    font-size: 21px;
    border: 0;
    position: relative;
    top: 61px;
    right: -148px;
    background-color: transparent !important;
    transition: all 0.5s ease;

}

.send:hover{

    transform: scale(0.95);

}


.send:not(:disabled):not(.disabled).active, .send:not(:disabled):not(.disabled):active {
    background: url(../img/blue-bg.png) transparent;
}


.item-wrapper:hover {
    transform: scale(0.95);
}


.formwraps .form-group {
    margin-bottom: 1px;
}


.formwraps textarea {
    height: 72px;
    background: url(../img/textarea-bg.jpg);
    /*background-repeat: repeat-x;*/
    border:0;
    line-height: 36px;
}


.section-wrap-3 {
    float: left;
    position: relative;
    display: block;
    width: 100%;

}


/*.item-wrapper-2 {
    background: url(../img/blue-bg-left.png);
    background-repeat: no-repeat;
    position: relative;
    width: 418px;
    height: 87px;
    float: left;

}*/


.item-wrapper-2 {

    /*background: url(../img/blue-bg-left.png);*/
    background-repeat: repeat;
    background-repeat: no-repeat;
    position: relative;
    width: 492px;
    height: 140px;
    float: left;

}


/*.item-wrapper-2 span {
    text-align: right;
    position: absolute;
    color: #fff;
    top: 34px;
    right: 142px;
    font-size: 16px;
}*/

.item-wrapper-2 span {
    text-align: left;
    position: absolute;
    color: rgb(255, 255, 255);
    top: 34px;
    right: 142px;
    font-size: 15px;
    background: rgb(6, 127, 172);
    display: block;
    padding: 15px 53px;
    min-width: 265px;
    min-height: 90px;
}

.subwraper.b0 .item-wrapper-2 span::after, .subwraper.b1 .item-wrapper-2 span::after, .subwraper.b2 .item-wrapper-2 span::after {
    content: '';
    display: block;
    background: url(../img/bluebox.png);
    width: 90px;
    height: 90px;
    position: absolute;
    transform: rotate(-180deg);
    top: 0%;
    right: -13%;
}

.subwraper.b3 .item-wrapper-2 span::after, .subwraper.b4 .item-wrapper-2 span::after {
    content: '';
    display: block;
    background: url(../img/bluebox.png);
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0%;
    left: -13%;
}


.subwraper {
    position: absolute;
    float: left;
    width: 420px;
}

.blue-box {
    width: 261px;
    background: #edeeee;
    float: left;
    margin: 0;
    font-size: 14px;
    text-align: right;
    padding: 10px;
    margin: 0 0 0 46px;
    line-height: 17px;
}


.section-wrap-shape {
    position: relative;
    margin: 0 auto;
    float: left;
    width: 100%;
}


.hexagon {

    background: url(../img/hexgan.png);
    width: 386px;
    height: 321px;
    position: absolute;
    top: 188px;
    display: block;
    right: 365px;
    transform: scale(0.92);

}

.shape-details {

    display: flex;
    width: 179px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    align-items: center;
    margin: 30% auto;

}


.shape-details h4 {

    font-size: 17px;
    display: block;
    color: rgb(6, 127, 172);

}

.shape-details .btn {

    background: #067fac;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    padding: 4px 44px;

}

.subwraper.b0 {

    left: 160px;

}

.subwraper.b1 {

    top: 307px;
    left: -14px;

}

.subwraper.b2 {

    top: 558px;
    left: 161px;

}

.subwraper.b0::after {

    content: "";
    position: absolute;
    background: url(../img/arrow1.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 47px;
    top: 226px;
    left: 225px;

}


.subwraper.b1::after {

    content: "";
    position: absolute;
    background: url(../img/arrow3.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 47px;
    top: 153px;
    left: 406px;

}


.item-wrapper-3 {
    background: url(../img/blue-bg-right.png);
    background-repeat: no-repeat;
    position: relative;
    width: 418px;
    height: 87px;
    float: left;

}


.item-wrapper-3 span {
    text-align: left;
    position: absolute;
    color: #fff;
    top: 27px;
    right: 142px;
    font-size: 16px;
}


.subwraper.b3 {
    left: 683px;
}


.subwraper.b3 .blue-box, .subwraper.b4 .blue-box, .subwraper.b5 .blue-box{

    float: right;
    margin:0 47px 0 0;
    text-align: left;
}


.subwraper.b4 {

    right: -68px;
    top: 308px;

}

.subwraper.b5 {

    right: 75px;
    top: 557px;

}


.subwraper.b3::after {

    content: "";
    position: absolute;
    background: url(../img/arrow2.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 47px;
    top: 225px;
    left: 153px;

}


.subwraper.b4::after {
    content: "";
    position: absolute;
    background: url(../img/arrow4.png);
    background-repeat: no-repeat;
    width: 45px;
    height: 47px;
    top: 153px;
    left: -41px;
}


.mobi-qa{ display: none; }


.page-id-634 .form-control {
    display: block;
    width: 100%;
    padding: 10px 10px 24px 10px;
    font-size: 1rem;
    line-height: 30px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    border-bottom: 1px solid #a5d1e1;
}




.page-id-634 textarea{     border-bottom: 0 !important;}

.arch {
    display: block;
    margin: 127px auto;
}

.col-set-1 {
    width: 38%;
    display: block;
    padding: 0 15px;
    float: left;
}

.col-set-2 {
    width: 62%;
    float: left;
    display: block;
    padding: 0 15px;
}

.col-set-2 img.pro-img {
    margin-right: 10px;
    float: left;
}

.col-set-2 .media-body {
    display: block;
    float: left;
    width: 85%;
}

.page-id-634  footer {
    position: relative;
    display: block;
    bottom: -750px;
}

.form-error {
    color: #c00;
}

p.success {
    color: #3ddd33;
    display: none;
    padding: 0;
    text-align: center !important;
}

.btn:hover, .btn:focus{
    transition: none !important;
}

.profilewrap {
    float: left;
}

.profile-pic {
    width: 60px;
    height: 60px;
}

.comments-wrapper {
    float: left;
    display: block;
}

.comment-wraps {
    margin: 0 0 0 26px;
    display: block;
    float: left;
}

.comment-sec {
    font-size: 15px;
    font-weight: 700;
}


.comment .gray-box {
    background: #eeefef;
    padding: 14px;
    display: flex;
}


.comment-sec span {
    font-size: 15px;
    font-weight: 700;
}


.row.c-wrap {
    width: 63%;
    margin: 0 auto;
}


.c-wrap h1 {
    margin: 0 0 25px 0;
}


.c-wrap .comment {
    margin: 31px 0 0 0;
}



.subwraper.b4 .item-wrapper-2 span::after{

left: -16%;

}

.subwraper.b2 .item-wrapper-2 span::after{

left: 83%;

}

.subwraper.b2 {
    top: 558px;
    left: 378px;
}

.blue-box {
   
    margin: 0 0 0 85px;
    
}

.servicebox {
    position: relative;
    display: block;
    padding-bottom: 55px;
}


.service_wrap {
    position: relative;
    display: block;
    border-top: 1px solid #e8e8e8;
}

.service_wrap .service-title {
    width: 100%;
    border-bottom: 0;
     margin-bottom: 0px;
}
.service_wrap p, .service_section2 p {
    color: #0f4d64;
    font-size: 16px;
}

.jobwrap {
    text-align: center;
    font-family: "OpenSans-Regular";
}

.jobwrap p{ text-align: center !important; }

.service_section2 {
    position: relative;
    display: block;
    background: #fbfbfb;
    margin-top: 25px;
    padding-top: 50px;
}

.service_section2 h5 {
    color: #137ba2;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 42px;
}

.testimonialtitle {

    text-align: center;
    position: relative;
    display: block;
    padding-bottom: 20px;

}

.testimonials h5{

    color: #137ba2;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 42px;

}

.tx-upper{text-transform: uppercase;}

.sliderwrap {
    position: relative;
    display: block;
    margin: 50px 0;
}

.sliderwrap .owl-pagination {
    text-align: right;
}

.sliderwrap .item img {
    min-width: 100%;
}

.sliderwrap .owl-page.active span, .testimonials .owl-page.active span{ background: #342b84; }

.sliderwrap .owl-page span, .testimonials .owl-page span{
  transform: rotate(135deg);
  border-radius: 0 !important;
  width: 11px !important;
  height: 11px !important;
}

.trainingwrap{ text-align: left;font-family: "OpenSans-Regular";padding-top: 50px; }

.servicebox .view-sixth:hover .ser-des {
    opacity: 1;
}

.itemwrap {

    padding: 30px;
    background: url(../img/testimonial-qute.jpg);    
    background-repeat: no-repeat;
    background-position: left top;

}

.testimonials {

    position: relative;
    display: block;
    background-color: #f6f6f6;
    font-family: "OpenSans-Regular";
    padding-bottom: 30px;
    padding-top: 30px;

}

.page-id-794 div.page, .page-id-831 div.page {
    margin-bottom: 0px;
}

.ser-pop .cd-popup-container {
    width: 70%;
    border-radius: 0;
    height: auto;
    /*height: 400px;*/
    padding: 30px;
}

.servicebox  h3 {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 28px;
    padding: 0 61px;
}

.cd-popup.ser-pop {
    background-color: #010202b3 !important;
}

.servimg {
  /*  width: 70%;*/
}

.serpop-col1 p {
    padding: 0 !important;
    color: #000;
    text-align: left !important;
}

.servepop-wrap h4 {
    font-size: 26px;
    font-weight: 300;
}
.servepop-wrap p.mode_content {
    padding: 10px 0;
}

.serpop-col1 {
    position: relative;
    display: block;
    width: 60%;
    text-align: left;
    float: left; 
    padding: 12px;  
}

.serpop-col2 {
    position: relative;
    display: block;
    width: 40%;
    float: left;
}

.serpop-col1 h3 {
    color: #000;
    text-transform: none;
    letter-spacing: 0;
    font-size: 30px;
    text-align: left;
}

.ser-pop .cd-popup-container .cd-popup-close::before, .ser-pop .cd-popup-container .cd-popup-close::after {
    content: '';
    position: absolute;
    top: 14px;
    width: 14px;
    height: 3px;
    background-color: #fff;
}

.ser-pop .cd-popup-close.img-replace {
    background: #f01d24;
    border-radius: 50px;
}

.ser-pop  .cd-popup-container .cd-popup-close {   
    top: -14px;
    right: -17px;
}

.servicebox .ser-des {

    top: 29%;
}

.page-id-794 .breadcrumb, .page-id-831 .breadcrumb {
    visibility: hidden;
}

.branding_wrap {
    position: relative;
    display: block;
    margin-top: 50px;
}

.branding_wrap h1 {
    color: #137ba2;
    font-size: 35px;
    font-family: "OpenSans-Semibold";
    text-transform: uppercase;
    font-weight: 400;
}

.pb-image {
    text-align: center;
}

.pbintro p {
    color: #114c62;
    font-size: 16px;
    font-family: "OpenSans-Regular";
}

.pbimage {
    margin-top: 30px;
}

.productform1{
    position: relative;
    display: block;
    background: #fbfbfb;
    text-align: center;
    font-family: "OpenSans-Regular";
    padding: 50px 0;
    
}

.productform2 {

    position: relative;
    display: block;
    text-align: center;
    font-family: "OpenSans-Regular";
    padding: 50px 0;

}

.productform1 h3, .productform2 h3, .promo-banner-wrap h3 , .careerwrap h3{
    color: #137ba2;
    font-size: 35px;
    font-weight: 400;
    font-family: "OpenSans-Semibold";
}
.productform1 p{

    color: #114c62;
    font-size: 16px;
    text-align: center !important;
    padding: 0 170px;
    font-family: "OpenSans-Regular";

}

.brandintro {
    position: relative;
    padding-bottom: 55px;
}

.pfcheckwrap {
    position: relative;
    display: block;
    float: left;
    background-color: #397085;
    color: #fff;
    width: 205px;
    height: 47px;
    margin: 0 14px;

}
.pfcheckwrap.light {
    background-color: #084c66;
}

.pfcheckwrap h6 {
    float: left;
    margin: 0;
    font-size: 16px;
    margin: 14px 0 0 12px;
    font-family: "OpenSans-Regular";
    text-transform: uppercase;
}

.pfcheckwrap input[type="checkbox"] {   
    float: right;
    margin: 17px 12px 0 0;
}

.btnwrap {
    text-align: center;
}

.bx-wraps {
  margin-bottom: 40px;
}

.productform2 .pfcheckwrap {
    width: 256px;
}

.promo-banner-wrap{
    position: relative;
    display: block;
    background: #fbfbfb;
    text-align: center;
    font-family: "OpenSans-Regular";
    padding-bottom: 30px;
    
}

.promowrap {

    position: relative;
    display: block;
    width: 884px;
    height: 308px;
    margin: 28px auto;

}

.promo-banner-wrap p {
   
    font-size: 16px;
    text-align: center !important;
    font-family: "OpenSans-Regular";
    color: #114c62;
}

.careerwrap p {

    font-size: 16px;
    color: #114c62;   
    font-family: "OpenSans-Regular";

}

.promcontents {

    position: absolute;
    display: block;
    color: #fff;
    width: 60%;
    text-align: left !important;
    right: 31px;
    bottom: 50px;

}

.promcontents p{ text-align: left !important; font-size: 17px; color: #fff; }

.promcontents h5 {

    font-size: 31px;

}


.careerwrap {

    position: relative;
    display: block;
    margin-top: 55px;

}

.promcontents .btn {
    float: right;
    margin-top: -61px;
}

.careerwrap .container-fluid {
    padding: 0;
}
.cw-left {

    height: 445px;

}

.span6.f-left {
    float: right;
}

.careerwrap .span6{
    width: 46%;
}
.cw-right {
    width: 78%;
    float: right;
}

.pro_pop h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: #137ba2;    
}

.pro_pop  p {
    color: #114c62;
    font-size: 16px;     
}

.servepop-wrap span {
    color: #114c62;
    font-size: 24px;
    font-weight: 700;
}

.cd-popup-container.servepop-wrap {
    width: 35%;
}

.page-template-page-somebody .cd-popup-container.servepop-wrap {
    width: 55%;
    float: left;
    transform: translateX(46%);
}
.page-template-page-somebody .ser-pop .cd-popup-container {
    height: auto;
    min-height: 400px;
}

.servepop-wrap {
    text-align: left;
}

.servepop-wrap label {

    width: 25%;
    float: left;

}

.servepop-wrap input {

    width: 72%;
    height: 30px;

}
.selected_products span, .selected_packages span {
    font-size: 14px;
    display: block;

}

.servepop-wrap .btn.btn2 {

    margin: 0 auto;
    float: none;
    display: block;

}



.help-block.form-error {

    font-size: 12px;
    text-align: center;

}
.help-block.form-error {
    font-size: 12px;
    text-align: center;
    color: #c00;
}

.formtitle {

    position: relative;
    display: block;
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0;
    color: #0a6f84;

}

.selected-item {

    position: relative;
    display: block;
    margin: 17px 0;
    font-size: 15px;
    font-weight: 700;
    color: #0a6f84;

}



/*=================================responsive=========================================*/


@media only screen and (min-width: 1024px) {


}


@media only screen and (max-width: 1024px)
{

    .item-wrapper {

        width: 279px;
        transform: scale(0.9);
    }

    .item-wrapper span {

        right: 66px;
        font-size: 22px;
    }


    .section-wrap-3 {

        display: none;

    }

    .mobi-qa {

        display: block;
        width: 50%;
        float: left;
        margin: 20px 0;

    }



    .qa span {

        font-size: 18px;
        font-weight: 700;
        color: rgb(44, 107, 162);

    }


    .qa-blue-box {

        font-size: 15px;

    }

    .col-set-1 {
        width: 100%;
        display: block;
        padding: 0 15px;
        float: none;
        margin: 0 auto;
    }

    .col-set-2 {
        width: 100%;
        float: none;
        display: block;
        padding: 0 15px;
        margin: 0 auto;
    }


    .page-id-634  footer {
        position: relative;
        display: block;
        bottom: -100px;
    }


  .item-wrapper span {
    text-align: center;
    position: absolute;
    color: rgb(255, 255, 255);
    top: 34px;
    right: 24px;
    font-size: 13px;
    text-indent: 25px;
}


}


@media only screen and (max-width: 980px)
{

    .section-wrap {
        float: none;
        display: block;
        width: 82%;
        position: relative;
        margin: 0 auto;
    }

    .mobi-qa {

        display: block;
        width: 100%;


    }


    .item-wrapper {

        margin-bottom: 0;
        /* margin-left: 34px;*/

    }


    .item-wrapper:nth-child(1)::after, .item-wrapper:nth-child(2)::after, .item-wrapper:nth-child(3)::after{

        border: none;

    }

    .item-wrapper:nth-child(2)::before, .item-wrapper:nth-child(3)::before {

        border: none;

    }

    .item-wrapper:nth-child(1) {

        margin: 0;

    }

    .item-wrapper:nth-child(4) {

        margin: 0 !important;

    }



}






@media only screen and (max-width: 800px)
{



    .item-wrapper {

        background: none;

        width: 100%;
        height: 90px;
        float: left;
        margin-bottom: 0px;
        transition: all 0.5s ease;
        background-color: rgb(6, 127, 172);
        text-align: center;

    }

    .item-wrapper span {
        text-align: right;
        position: relative;
        color: rgb(255, 255, 255);
       /* top: 25%;*/
        right: 0;
        font-size: 24px;
    }


    .formwraps {
        width: 74%;

    }

    .send {

        right: 0;

    }

    .serpop-col1 {   
      width: 100%; 
    }

    .serpop-col2{ width: 100%; }


}


