@charset "utf-8";

/*
 * Copyright (c) 2018 ITAcumens
 */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(animate.css);
@import url(ekko-lightbox.css);
@import url(font-awesome.css);
* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

body {
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
    font-weight: normal;
}


/*Header Section*/

#header {
 /*   position: absolute; */
    z-index: 8;
    width: 100%;
    top: 20px;
}

.head_cont {
    text-align: right;
}

.head_cont ul li {
    position: relative;
    padding-left: 18px;
}

.head_cont ul li:nth-child(1) {
    padding-right: 25px;
}

.head_cont ul li a {
    color: #000;
    font-size: 13px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.head_cont ul li a:hover,
.head_cont ul li a:focus {
    color: #4e9ea7;
    text-decoration: none;
}

.head_cont ul li:nth-child(1):before {
    content: url(../images/mobile-icon.svg);
    width: 10px;
    height: 16px;
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
}

.head_cont ul li:nth-child(2):before {
    content: url(../images/mail-icon.svg);
    width: 16px;
    height: 12px;
    position: absolute;
    display: block;
    left: -5px;
    top: 3px;
}

.logo {
    position: absolute;
    top: -15px;
    left: 0;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 10;
}

.logo_img {
   /* background: #fff;
    padding: 20px 10px 22px;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);*/
    width: 350px;
    text-align: left;
}

.menu {
    background: rgba(255, 255, 255, 0.8);
    margin-top: 5px;
    position: relative;
    z-index: 10;
}

.menu .navbar {
    margin: 5px;
    border: 0px;
}

.menu .navbar-nav li {
    padding: 0px 8px;
}

.menu .navbar-nav li a {
    color: #000;
    font-size: 14px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.menu .navbar-nav li:last-child {
    /*position: absolute;
    right: -29px;
    top: -5px;
    padding-right: 0px;*/
}

.contact_icn a {
    border-radius: 50%;
}

.contact_icn {
    background: #4e9ea7;
    width: 60px;
    text-align: center;
    height: 60px;
    padding: 0 !important;
    border-radius: 50% !important;
}

.contact_icn a:hover {
    background: #4e9ea7;
    border-radius: 50%;
}

.menu .navbar-nav li:last-child a:hover {
    background: #4e9ea7;
}

.menu .nav li.active a,
.menu .nav>li>a:hover,
.menu .nav>li>a:focus {
    background: #4e9ea7;
    color: #fff;
}

.gl_active {
    background: #4e9ea7;
    color: #fff !important;
}

.gl_active a {
    color: #fff !important;
}

.dropdown-menu li a {
    color: #606060 !important;
}

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #fff !important;
}


/*End Header Section*/


/*Services Section*/

#services {
    padding: 55px 0px;
    position: relative;
}

.serv_tle {
    text-transform: uppercase;
    color: #000;
    border-left: 9px solid #4e9ea7;
    line-height: 20px;
    padding-left: 5px;
    position: relative;
    margin-left: 7px;
    margin-bottom: 40px;
}

.serv_tle:before {
    content: '';
    position: absolute;
    display: block;
    border-left: 5px solid #4e9ea7;
    left: -16px;
    height: 100%;
}

.serv_tle h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 38px;
    line-height: 35px;
}

.serv_tle small {
    font-size: 17px;
    font-weight: 400;
    line-height: 20px;
}

.clean_brd {
    border: 10px solid #4e9ea7;
    border-bottom-right-radius: 35px;
    position: relative;
    overflow: hidden;
    display: block;
}

.clean_brd img,
.clean_brd figcaption {
    border-bottom-right-radius: 25px;
}

.clean_brd img {
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.clean_brd:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.clean_brd figcaption {
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    bottom: 0px;
    left: 0;
    padding: 20px 0px 20px 20px;
    color: #231f20;
    font-weight: 600;
    font-size: 18px;
}

.clean_brd figcaption:after,
.serv_bg figcaption:after {
    content: '\f067';
    position: absolute;
    font-weight: 300;
    right: 20px;
    top: 115%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #4e9ea7;
    display: inline-block;
    font-family: fontAwesome;
    z-index: 1;
}

.clean_brd figcaption:after {
    background: #fff;
    top: 15px;
}

.serv_bg figcaption:after {
    background: #f1f1f1;
}

.ser_res {
    width: 100%;
    height: auto;
}

.serv_bg {
    background: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 5px #ddd;
    text-align: center;
    height: 235px;
    margin-bottom: 15px;
    /*	padding-top: 70px;
*/
    position: relative;
    display: block;
    overflow: hidden;
    border-bottom-right-radius: 35px;
}

.serv_bg:hover {
    text-decoration: none;
}

.serv_bg:before,
.serv_bg:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    z-index: 1;
}

.serv_bg:before {
    width: 100px;
    border-top: 5px solid #4e9ea7;
}

.serv_bg:after {
    height: 90px;
    border-left: 5px solid #4e9ea7;
}

.serv_bg figcaption {
    color: #231f20;
    font-weight: 600;
    font-size: 18px;
    padding-top: 23px;
}

.serv_bg .content-overlay {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.serv_bg:hover .content-overlay {
    opacity: 1;
}

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.serv_bg:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


/*End Services Section*/


/*About Section*/

#about_bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    left: 0px;
    bottom: 0;
    background: #3c763d;
}

#about_bg:after {
    content: '';
    position: absolute;
    height: 0;
    border-width: 0px 0px 100px 100vw;
    border-color: transparent #fff transparent #fff;
    border-style: solid;
    width: 100%;
    top: 0;
    z-index: 1;
}

#about_bg {
    position: relative;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 480px;
    color: #fff;
}

.abt_img img {
    position: absolute;
    top: -27px;
    z-index: 2;
}

.abt_tle {
    text-transform: uppercase;
    border-left: 9px solid #fff;
    line-height: 20px;
    padding-left: 10px;
    position: relative;
    margin-left: 7px;
    margin-bottom: 30px;
    margin-top: 135px;
}

.abt_tle:before {
    content: '';
    position: absolute;
    display: block;
    border-left: 5px solid #fff;
    left: -16px;
    height: 100%;
}

.abt_tle h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 34px;
    line-height: 35px;
}

.abt_tle small {
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
}

#about_bg p {
    line-height: 20px;
    text-align: justify;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 14.5px;
}

#about_bg ul {
    margin-top: 38px;
}

#about_bg ul li a {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 7px;
    color: #fff;
    width: 130px;
    display: block;
    text-align: center;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    font-size: 14.5px;
    font-weight: 500;
}

#about_bg ul li a:hover,
#about_bg ul li a:focus {
    text-decoration: none;
    background: #fff;
    color: #4e9ea7;
}


/*End About Section*/


/*Customer Section*/

#customer_satisfy:after {
    content: '';
    position: absolute;
    height: 0;
    bottom: 0px;
    display: block;
    border-width: 0px 0px 50px 100vw;
    border-color: transparent white white transparent;
    border-style: solid;
    width: 100%;
    z-index: 1;
}

#customer_satisfy {
    position: relative;
    background: #4e9ea7;
    padding: 20px 0px 50px;
    color: #fff;
}

#customer_satisfy .media {
    padding: 30px 0px 25px;
    overflow: visible;
}

#customer_satisfy .media-heading {
    font-size: 38px;
    font-weight: 600;
    margin: 0px;
    line-height: 30px;
}

#customer_satisfy .media-body p {
    font-size: 19px;
    padding-top: 5px;
    margin: 0px;
}

#customer_satisfy .media-left {
    padding-right: 20px;
}

.cust_brd {
    position: relative;
}

.cust_brd:before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    left: -90px;
    border: 1px solid #4e9ea7;
}


/*End Customer Section*/


/*What We Do Section*/

#what_do {
    position: relative;
    padding: 25px 0px 50px;
}

.what_tle {
    text-transform: uppercase;
    border-right: 9px solid #4e9ea7;
    line-height: 20px;
    padding-right: 5px;
    position: relative;
    margin-left: 7px;
    margin-bottom: 30px;
}

.what_tle:before {
    content: '';
    position: absolute;
    display: block;
    border-right: 5px solid #4e9ea7;
    right: -16px;
    height: 100%;
}

.what_tle h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 34px;
    line-height: 35px;
}

.what_tle small {
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
}


/*End What We Do Section*/


/*Why Choose Section*/

#why_choose:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

#why_choose {
    position: relative;
    background: url(../images/why_bg.jpg) no-repeat;
    min-height: 385px;
    padding: 40px 0px 20px;
    color: #fff;
    background-size: cover;
}

.top_lnk,
.inn_top_lnk {
    width: 80px;
    height: 40px;
    background-color: white;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    border-bottom: 0;
    z-index: 1;
    position: absolute;
    color: #000;
    bottom: 0;
    text-align: center;
    font-weight: 700;
    padding-top: 13px;
    font-size: 16px;
    text-transform: uppercase;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.top_lnk:hover,
.top_lnk:focus {
    text-decoration: none;
    background: #4e9ea7;
    color: #fff;
}

.inn_top_lnk {
    background: #4e9ea7;
    color: #fff;
}

.inn_top_lnk:hover,
.inn_top_lnk:focus {
    text-decoration: none;
    background: #4e9ea7;
    color: #fff;
}

#why_choose h2 {
    text-transform: uppercase;
    background: #fff;
    color: #4e9ea7;
    font-weight: 700;
    margin: 0px 0px 60px;
    display: inline-block;
    font-size: 22px;
    padding: 10px 90px 8px;
    border-radius: 50px;
}

#why_choose figcaption {
    font-size: 16px;
    padding-top: 18px;
}

.why .col-md-15:nth-child(1),
.why .col-md-15:nth-child(5) {
    margin-top: 100px;
}

.why .col-md-15:nth-child(2),
.why .col-md-15:nth-child(4) {
    margin-top: 50px;
}


/*End Why Choose Section*/


/*Footer Section*/

#footer {
    background: #4e9ea7;
    color: #fff;
    position: relative;
    padding: 45px 0px 20px;
}

#footer h3 {
    margin: 0px 0px 22px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    padding-bottom: 22px;
}

#footer h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 45px;
    bottom: 0px;
    border-bottom: 4px solid #4e9ea7;
}

#footer .qk_lnk li {
    padding-bottom: 8px;
}

#footer .qk_lnk li a {
    color: #fff;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

#footer .qk_lnk li a:hover,
#footer .qk_lnk li a:focus {
    text-decoration: none;
    color: #000;
}

#social_media {
   /* border-top: 1.5px solid #4e9ea7;
    border-bottom: 1.5px solid #4e9ea7; */
    margin: 10px 0px 0px;
}

#social_media ul {
    margin: 0px;
    padding: 12px 0px;
}

#social_media ul li {
    padding: 0px 8px;
}

#copyright {
    padding-top: 25px;
}

#copyright ul {
    margin: 0px;
}

#copyright .text-left,
#copyright .text-right {
    padding-top: 8px;
}

#copyright a {
    color: #fff;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

#copyright a:hover,
#copyright a:focus {
    text-decoration: none;
    color: #000;
}


/*End Footer*/

.no_pad_l {
    padding-left: 0px !important;
}

.no_pad {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media screen and (min-width:768px) {
    .menu .navbar-right {
        margin-right: 75px;
    }
}

@media screen and (min-width: 1201px) {
    .slide-text {
        width: 1170px;
    }
}

.accordion {
    width: 100%;
    height: 288px;
    overflow: hidden;
    margin: 0px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 288px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease-in-out;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion ul li div a {
    display: block;
    height: 288px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 0px;
    box-sizing: border-box;
    color: #fff;
    /*filter: invert(100%);*/
    text-decoration: none;
    transition: all 300ms ease-in-out;
}

.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    /*text-overflow: ellipsis;*/
    position: relative;
    z-index: 5;
    /*white-space: nowrap;*/
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.accordion ul li:nth-child(1) {
    background-image: url("../images/accorion-slider21.jpg");
    background-position: 50% 30%;
}

.accordion ul li:nth-child(2) {
    background-image: url("../images/accorion-slider33.jpg");
    background-position: 50% 30%;
}

.accordion ul li:nth-child(3) {
    background-image: url("../images/accorion-slider1.jpg");
    background-position: 50% 30%;
}

.accordion ul li {
    background-size: cover;
    position: relative;
}

.accordion ul:hover li {
    width: 28%;
}

.accordion ul:hover li:hover {
    width: 72%;
    position: relative;
}


/*.accordion ul:hover li:hover a { background: rgba(0, 0, 0, 0.4); }*/

.accordion ul:hover li:hover a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 680px) {
    .accordion {
        height: auto;
    }
    .accordion ul li,
    .accordion ul li:hover,
    .accordion ul:hover li,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }
    .accordion ul li div a * {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.prjt_tle {
    background: #4e9ea7;
    text-align: center;
    position: absolute;
    padding: 7px;
    line-height: 24px;
    color: #fff;
    font-size: 20px;
    bottom: 0;
    font-weight: 600;
}

.what_bg {
    background: #4e9ea7;
    width: 45% !important;
    float: right;
    padding: 20px;
    height: 100%;
}

.what_bg h2 {
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 20px;
    position: relative;
}

.what_bg h2:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #fff;
}

.what_bg p {
    text-align: justify;
    font-size: 13px;
}

.what_bg h2,
.what_bg p {
    white-space: normal !important;
}

.what_bg button {
    border: 0px;
    background: #fff;
    color: #4e9ea7;
    padding: 5px !important;
    border-radius: 20px;
    width: 130px !important;
    margin-top: 15px !important;
}


/*About Page*/

#sub_banner {
    position: relative;
}

#sub_banner img {
    width: 100%;
    height: auto;
}

#inner_con {
    position: relative;
    padding: 30px 0px 60px;
}

#inner_con1 {
    position: relative;
    padding: 30px 0px 60px;
}

#bg_about {
    background: url(../images/about-us-bg.png) no-repeat bottom left;
    background-size: cover;
}

.inn_sub_tle {
    text-transform: uppercase;
    color: #000;
    border-left: 9px solid #4e9ea7;
    line-height: 20px;
    padding-left: 5px;
    position: relative;
    margin-left: 7px;
    margin-bottom: 40px;
}

.inn_sub_tle:before {
    content: '';
    position: absolute;
    display: block;
    border-left: 5px solid #4e9ea7;
    left: -16px;
    height: 100%;
}

.inn_sub_tle h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 34px;
    line-height: 29px;
}

.inn_sub_tle small {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
}

.abt_txt {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 10px;
    text-align: justify;
    color: #030a3a;
    font-weight: 500;
}

.mission_tle {
    background: #4e9ea7;
    color: #fff;
    float: right;
    margin: 35px 0px 20px;
    font-size: 22px;
    display: inline-block;
    padding: 10px 25px 10px 45px;
    font-weight: 600;
    border-top-left-radius: 50px;
}

.mission_txt {
    text-align: justify;
    color: #030a3a;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    padding-bottom: 8px;
}

.mission_res {
    width: 100%;
    padding-top: 20px;
}


/*End About Page*/


/*Contact Page*/

#con_pad {
    position: relative;
    padding: 10px 0px 20px;
}

.con_tle {
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    margin: 0px;
}

#con_pad .form-group {
    margin-bottom: 35px;
}

#con_pad label {
    color: #4e9ea7;
    font-weight: 500;
    font-size: 16px;
}

#con_pad .form-control {
    border-radius: 0px;
    border: 1px solid #d0d0d0;
    box-shadow: none;
}

#con_pad .form-control.frm_cnt {
    height: 40px;
}

.send_btn {
    background: #4e9ea7;
    color: #fff;
    border: 1px solid #4e9ea7;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.send_btn:hover,
.send_btn:focus {
    background: #fff;
    color: #4e9ea7;
}

.address_brd {
    border: 1px solid #d0d0d0;
    margin: 0px 0px 20px;
}

.add_flt {
    float: left;
}

.address_brd h3 {
    text-align: center;
    color: #4e9ea7;
    margin: 0px;
    font-size: 22px;
    font-weight: 600;
    padding: 25px 0px;
    border-bottom: 1px solid #0082c9;
    margin-bottom: 20px;
}

.con_add,
.con_phone,
.con_mail {
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    padding-left: 70px;
    padding-bottom: 10px;
    line-height: 26px;
    position: relative;
}

.con_phone a,
.con_mail a {
    color: #424242;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.con_phone a:hover,
.con_mail a:hover,
.con_phone a:focus,
.con_mail a:focus {
    text-decoration: none;
}

.con_mail a:hover,
.con_mail a:focus {
    color: #4e9ea7;
}

.con_add:before,
.con_phone:before,
.con_mail:before {
    position: absolute;
    display: block;
    left: 40px;
    font-size: 20px;
    color: #4e9ea7;
    font-family: fontAwesome;
}

.con_add:before {
    content: '\f041';
}

.con_phone:before {
    content: '\f095';
}

.con_mail:before {
    content: '\f0e0';
}

.con_add span {
    font-size: 18px;
}

#con_map {
    padding: 30px 0px 60px;
}

#con_map img {
    width: 100%;
    height: auto;
}


/*End Contact Page*/


/*why to page*/

.why-to-icon {
    margin-bottom: 20px;
    margin-top: 30px;
}

.why-to-icon h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #000;
}

.why_icon img {
    border-radius: 30px;
}

.why_pad {
    padding-top: 25px;
}

.hand li {
    position: relative;
    line-height: 39px;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 600;
}

.hand li:before {
    content: url(../images/hand.svg);
    width: 17px;
    height: 17px;
    position: absolute;
    left: 0px;
}

.why_sec_1 {
    margin-top: 40px;
}

.why_sec_1 img {
    border-radius: 30px;
}

.why_sec_2 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.why_sec_2 img {
    border-radius: 30px;
}

.hand_1 li {
    position: relative;
    line-height: 39px;
    font-size: 16px;
    padding-left: 30px;
    font-weight: 600;
}

.hand_1 li:before {
    content: url(../images/hand_1.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
}

.service_sec {
    padding: 30px 0px 0px 0px;
}

.what_tle_1 {
    text-transform: uppercase;
    border-right: 9px solid #4e9ea7;
    line-height: 20px;
    padding-right: 12px;
    position: relative;
    margin-left: 7px;
    margin-bottom: 30px;
    display: inline-block;
}

.what_tle_1:before {
    content: '';
    position: absolute;
    display: block;
    border-right: 5px solid #4e9ea7;
    right: -16px;
    height: 100%;
}

.maintain {
    padding: 31px 35px !important;
    text-align: left !important;
    background: transparent;
    /* padding: 21px 30px !important; */
    height: 140px;
    font-size: 23px !important;
    border: 4px solid #4e9ea7;
    width: 110%;
    border-radius: 22px !important;
}

.what_tle_1 h2 {
    margin: 0px;
    font-weight: 600;
    font-size: 42px;
    line-height: 35px;
    color: #000;
}

.what_tle_1 small {
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    right: -18px;
    position: relative;
}

#home {
    margin-top: 60px;
}

#integrated {
    margin-top: 60px;
}

#project {
    margin-top: 60px;
}

.red_bg {
    background: #4e9ea7;
    padding: 30px 0px 40px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    position: relative;
    width: 23%;
}


/*.red_bg:after{
	content: '';
    position: absolute;
     background: #030a3a; 
    padding-left: 0px;
    padding-right: 275px;
    border-top: #ffffff solid 8px;
    top: 0px;
    left: 1%;
}*/

.room_cir {
    width: 116px;
    height: 116px;
    background: transparent;
    border-radius: 50%;
    border: 3px solid #4e9ea7;
    position: relative;
    margin-bottom: 35px;
}

.rooms {
    margin-top: 30px;
    margin-bottom: 60px;
    position: relative;
}

.rooms img {
    border-radius: 16px;
    margin-bottom: 25px;
}

.clear_ser span {
    color: #4e9ea7;
    font-size: 21px;
}

.clear_ser h3 {
    margin: 0px;
    color: #4e9ea7;
    font-weight: 700;
    font-size: 21px;
}

.clear_ser p {
    text-align: justify;
    line-height: 24px;
    color: #474747;
    font-size: 16px;
    padding-top: 15px;
}

.clear_ser_pad {
    padding-left: 20px !important;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
    .nav-pills.prgtab {
        text-align: center;
    }
}

.nav-pills.prgtab>li.active>a,
.nav-pills.prgtab>li.active>a:hover,
.nav-pills.prgtab>li.active>a:focus,
.nav-pills.prgtab>li a:hover,
.nav-pills.prgtab>li a:focus {
    background: #4e9ea7;
    border-radius: 10px;
    color: #fff;
}

.nav-pills.prgtab li a {
    color: #4e9ea7;
    font-size: 15px;
    background: transparent;
    font-weight: 700;
    padding: 5px 30px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

#service_sec.nav-pills>li+li {
    margin-left: 210px !important;
}

#home .nav-pills>li+li {
    margin-left: 0px !important;
}

.tab1 {
    text-align: left !important;
    background: transparent;
    padding: 16px 30px !important;
    height: 170px;
    font-size: 23px !important;
    border: 4px solid #4e9ea7;
    width: 110%;
    border-radius: 22px !important;
}

.tab_pad {
    margin-top: 50px !important;
}

.tab_pad_1 {
    margin-top: 100px;
}

.inn_tle {
    margin: 0px;
    color: #93375b;
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 700;
}

.nav-stacked.side_tab li {
    background: #4e9ea7;
    padding-bottom: 10px;
}

.nav-stacked.side_tab li a {
    color: #fff;
    padding-left: 40px;
    font-size: 17px;
    padding: 10px 30px;
}

.nav-stacked.side_tab>li.active>a,
.nav-stacked.side_tab>li.active>a:hover,
.nav-stacked.side_tab>li.active>a:focus,
.nav-stacked.side_tab li a:hover,
.nav-stacked.side_tab li a:focus {
    background: #fff;
    border-radius: 0px;
    color: #4e9ea7;
}

.dept_tle {
    color: #030a3a;
    font-size: 30px;
    /* margin: 0px; */
    font-weight: 600;
    padding-bottom: 0px;
    position: relative;
    border-right: 8px solid #4e9ea7;
    display: inline-block;
    padding-right: 6px;
    margin: 20px 0px 25px 0px;
}

.dept_tle:before {
    content: '';
    position: absolute;
    display: block;
    border-right: 5px solid #4e9ea7;
    right: -16px;
    height: 100%;
}

.dept_desc {
    font-size: 16px;
    color: #030a3a;
    text-align: justify;
    line-height: 24px;
    padding-bottom: 5px;
}

.clean_img,
.wash-img {
    margin-top: 60px;
    border-radius: 20px;
}

.clean_img_1 {
    margin-top: 7px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.home_con {
    position: relative;
    top: 140px;
}

.home h3 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    line-height: 28px;
    padding-left: 35px;
    padding-bottom: 30px;
}

.home h3:after {
    content: '';
    border-bottom: 1px solid #fff;
    position: relative;
    width: 175px;
    padding-bottom: 10px;
    display: block;
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 20;
    background: #4e9ea7;
    border: 1px solid #4e9ea7;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
    border: 1px solid #4e9ea7 !important;
    background: #fff !important;
    color: #4e9ea7 !important;
}

.power {
    padding-left: 30px;
}

.power li {
    position: relative;
    line-height: 42px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.power li:before {
    position: absolute;
    content: url(../images/power.svg);
    width: 16px;
    height: 15px;
    left: -10px;
    top: 0px;
}

.plumb {
    padding-left: 30px;
    margin-top: 20px;
}

.plumb li {
    position: relative;
    line-height: 42px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.plumb li:before {
    position: absolute;
    content: url(../images/plum.svg);
    width: 15px;
    height: 19px;
    left: -10px;
    top: 0px;
}

.past {
    padding-left: 30px;
    margin-top: 20px;
}

.past li {
    position: relative;
    line-height: 42px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.past li:before {
    position: absolute;
    content: url(../images/buttle.svg);
    width: 11px;
    height: 18px;
    left: -10px;
    top: 0px;
}

.soft-ul {
    padding-left: 30px;
}

.soft-ul li {
    position: relative;
    line-height: 42px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
}

.soft-ul li:before {
    position: absolute;
    content: url(../images/soft-icon.svg);
    width: 14px;
    height: 14px;
    left: -10px;
    top: 0px;
}


/*popup form*/

.popup .modal-header {
    background: #4e9ea7;
    text-align: center;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-family: 'Montserrat', sans-serif;
}

.popup .close {
    color: #fff;
    opacity: 0.8;
}

.form-grp {
    margin-bottom: 21px;
}

.popup .form-control {
    border-radius: 2px;
}

.popup .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbb;
    font-size: 12.5px;
}

.popup .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
    font-size: 12.5px;
}

.popup .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
    font-size: 12.5px;
}

.popup .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb;
    font-size: 12.5px;
}

.sub_btn {
    background: #4e9ea7;
    border: 0px;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.sub_btn {
    background: #4e9ea7;
    margin: 15px 0px 10px;
}

.pop_up_btn a {
    position: relative;
    background: #4e9ea7;
    top: 30px;
    right: 0px;
    left: 0px;
    padding: 8px 90px;
    border-radius: 7px;
    text-transform: uppercase;
    z-index: 10;
    color: #fff;
    text-decoration: none;
}

.pop_up_btn a:hover,
.pop_up_btn a:focus {
    background: #4e9ea7;
    color: #fff;
}

.pop_up_btn {
    position: relative;
}

.pop_up_btn a:before {
    content: '\f0e6';
    color: #fff;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0px;
    font-size: 25px;
    left: 55px;
}

@media (min-width:480px) and (max-width:520px) {
    .img_abt img {
        width: 50%;
        margin: auto;
    }
    .mission_res {
        width: 60%;
        margin: auto;
        display: block;
    }
}

@media (min-width:521px) and (max-width:767px) {
    .pd_l {
        width: 50%;
        float: left;
    }
    .serv_bg figcaption::after {
        top: 103%;
    }
    .serv_bg figcaption {
        font-size: 16px;
    }
    .img_abt img {
        width: 50%;
        margin: auto;
    }
    .mission_res {
        width: 55%;
        margin: auto;
        display: block;
    }
}

@media screen and (max-width:767px) {
    .why-to-icon h4 {
        font-size: 15px;
    }
    .hand li,
    .hand_1 li {
        padding-bottom: 10px;
        line-height: 21px;
        font-size: 14px;
    }
    .hand {
        margin: 0px;
    }
    .why_sec_2 {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    #inner_con,
    #inner_con1,
    .why_pad {
        padding-top: 0px;
    }
    .frm_pad {
        padding: 0px;
    }
    #con_pad label {
        font-size: 14px;
    }
    #con_pad .form-control.frm_cnt {
        height: 34px;
    }
    .top_lnk,
    .inn_top_lnk {
        width: 65px;
        height: 34px;
        font-size: 13px;
    }
    .send_btn {
        font-size: 14px;
        padding: 6px 15px 4px;
    }
    #con_map {
        padding: 20px 15px 40px;
    }
    .con_tle {
        padding-top: 10px;
        font-size: 18px;
        padding-bottom: 10px;
    }
    #con_pad .form-group {
        margin-bottom: 20px;
    }
    .con_add,
    .con_phone,
    .con_mail {
        padding-left: 40px;
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 5px;
    }
    .con_add span {
        font-size: 16px;
    }
    .con_add::before,
    .con_phone::before,
    .con_mail::before {
        left: 15px;
    }
    .address_brd h3 {
        font-size: 18px;
        padding: 10px 0px 7px;
        margin-bottom: 15px;
    }
    .address_brd {
        margin-top: 10px;
    }
    #bg_about {
        background-position: 30% 50%;
    }
    #inner_con,
    #inner_con1 {
        padding-bottom: 45px;
    }
    .mission_tle {
        float: left;
        border-top-left-radius: 0px;
        border-top-right-radius: 50px;
        padding-right: 45px;
        padding-left: 25px;
        font-size: 18px;
        margin: 10px 0px 15px;
    }
    .mission_txt {
        font-size: 14px;
    }
    .mission_res {
        padding-top: 0px;
    }
    .abt_txt {
        font-size: 14px;
    }
    .menu .navbar-nav li {
        padding: 2px 0px;
    }
    .menu .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .menu .navbar-nav li a {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    #about_bg {
        min-height: inherit;
        padding-bottom: 15px;
    }
    .abt_img {
        display: none;
    }
    .slide-img {
        width: 100%;
        height: auto;
    }
    .menu {
        background-color: transparent;
        margin-top: 12px;
    }
    .menu .navbar-brand {
        padding-left: 0px;
    }
    .menu .navbar-toggle {
        margin-right: 0px;
    }
    .menu .navbar-toggle .icon-bar {
        background: #4e9ea7;
    }
    .head_cont ul li:nth-child(1) {
        padding-right: 15px;
    }
    #top_head ul {
        margin-bottom: 0px;
        margin-top: 10px;
        text-align: center;
        margin-left: 0px;
    }
    .head_cont ul li a {
        font-size: 13px;
    }
    .logo_img {
        width: 50%;
        margin: auto;
        padding: 15px 10px 17px;
    }
    #header {
        position: static;
    }
    .logo {
        position: relative;
        top: 0;
    }
    #services {
        padding: 25px 0px;
    }
    .serv_bg {
        height: auto;
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .pd_l {
        padding-left: 15px !important;
    }
    #about_bg p {
        padding-bottom: 5px;
        font-size: 14px;
    }
    #about_bg ul {
        margin-top: 15px;
    }
    #about_bg ul li a {
        padding: 5px 7px;
        font-size: 14px;
    }
    .abt_tle {
        margin-bottom: 22px;
    }
    .what_tle {
        text-align: left;
        border-left: 9px solid #4e9ea7;
        border-right: 0;
        margin-left: 0;
        padding-right: 0;
        padding-left: 5px;
    }
    .what_tle::before {
        left: -16px;
        right: 0;
        border-left: 5px solid #4e9ea7;
        border-right: 0px;
    }
    #customer_satisfy {
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .media.cust_brd.brd_l {
        padding-left: 25px !important;
    }
    .media.cust_brd.brd_l1 {
        padding-left: 30px !important;
    }
    #customer_satisfy .media-heading {
        font-size: 30px;
        padding-top: 5px;
    }
    #customer_satisfy .media-body p {
        font-size: 16px;
        margin-top: 0;
    }
    #customer_satisfy .media {
        padding: 12px 0px;
    }
    .what_bg {
        display: none !important;
    }
    .accordion ul li {
        margin-bottom: 15px;
    }
    .accordion {
        width: 95%;
    }
    #what_do {
        padding-bottom: 5px;
    }
    .what_tle h2,
    .abt_tle h2,
    .serv_tle h2,
    .inn_sub_tle h2 {
        font-size: 26px;
        line-height: 24px;
    }
    .what_tle {
        margin-bottom: 10px;
    }
    .what_tle small,
    .abt_tle small,
    .serv_tle small,
    .inn_sub_tle small {
        font-size: 15px;
        line-height: 20px;
    }
    .inn_sub_tle {
        margin-top: 20px;
    }
    .serv_tle,
    .inn_sub_tle {
        margin-bottom: 20px;
    }
    .prjt_tle {
        line-height: 20px;
        font-size: 16px;
    }
    #why_choose h2 {
        display: block;
        padding: 10px 5px;
        font-size: 16px;
        margin-bottom: 0px;
    }
    #why_choose {
        padding-top: 20px;
    }
    #about_bg::after,
    #customer_satisfy::after,
    .cust_brd::before {
        content: none;
    }
    .why figure {
        margin-top: 22px;
    }
    .why .col-md-15:nth-child(1),
    .why .col-md-15:nth-child(5),
    .why .col-md-15:nth-child(2),
    .why .col-md-15:nth-child(4) {
        margin-top: 0px;
    }
    .why .col-md-15:nth-child(5) {
        padding-bottom: 35px;
    }
    .abt_tle {
        margin-top: 28px;
    }
    #why_choose figcaption {
        padding-top: 8px;
    }
    .abt_img img {
        position: relative;
        top: 0;
        width: 100%;
    }
    #copyright {
        padding-top: 5px;
    }
    #footer {
        padding-bottom: 10px;
        padding-top: 20px;
    }
    #footer h3 {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    #social_media {
        margin: 0px 0px 5px 0px;
    }
    #social_media ul {
        padding: 7px 0px;
    }
    #footer .qk_lnk {
        margin-bottom: 20px;
    }
    #copyright .text-left,
    #copyright .text-right {
        text-align: center;
        font-size: 13px;
    }
    #copyright .text-left {
        padding-bottom: 6px;
    }
    .qr img {
        margin-bottom: 15px;
    }
    .tab_pad {
        margin-top: 15px !important;
    }
    #service_sec.nav-pills>li+li {
        margin-left: 0px !important;
    }
    .tab_pad_1 {
        margin-top: 15px !important;
    }
    .nav-pills>li {
        float: none;
    }
    .tab1 {
        width: auto;
    }
    .home_con {
        position: relative;
        top: 130px;
        left: 0px;
        padding-left: 28px;
    }
    .dept_tle {
        margin: 20px 0px 15px 0px;
        font-size: 20px;
    }
    .nav-pills.prgtab li a {
        padding: 8px 15px;
        font-size: 14px !important;
        height: auto;
    }
    .tab1 {
        text-align: left !important;
        background: transparent;
        padding: 8px 13px !important;
        height: 170px;
        font-size: 13px !important;
        border: 2px solid #4e9ea7;
        width: auto;
        border-radius: 14px !important;
    }
    .rooms img {
        width: 100%;
    }
    .rooms_1 {
        margin-top: 0px !important;
    }
    .maintain {
        text-align: left !important;
        background: transparent;
        padding: 8px 13px !important;
        height: 170px;
        font-size: 13px !important;
        border: 2px solid #4e9ea7;
        width: auto;
        border-radius: 14px !important;
    }
    .serv_c {
        padding-bottom: 0px !important;
    }
    .red_bg {
        margin-top: 20px;
        width: 100%;
        padding-top: 15px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
        padding-bottom: 0px;
    }
    .nav-stacked.side_tab li {
        padding-bottom: 2px;
    }
    .clear_ser span,
    .clear_ser h3 {
        font-size: 18px;
    }
    .clear_ser p {
        padding-top: 2px;
        margin-bottom: 30px;
    }
    .clear_ser {
        text-align: center;
    }
    .room_cir {
        margin-left: auto;
        margin-right: auto;
    }
    .home h3 {
        margin: 0;
        font-size: 18px;
        color: #fff;
        line-height: 28px;
        padding-left: 20px;
        padding-bottom: 11px;
    }
    .nav-stacked.side_tab li a {
        font-size: 15px;
    }
    .clear_ser_pad {
        padding-left: 0px !important;
    }
    .pad {
        padding: 0px;
    }
    .project h3 {
        font-size: 18px;
    }
    .integrated h3 {
        font-size: 18px;
    }
    .clean_img {
        margin-top: 10px;
        width: 100%;
    }
    .dept_desc {
        font-size: 14px;
        line-height: 25px;
    }
    .clear_ser p {
        font-size: 14px;
        line-height: 25px;
    }
    .clear_ser h3 {
        display: inline-block;
    }
    .rooms {
        padding: 0px;
    }
    #home {
        margin-top: 25px;
    }
    .room_cir {
        margin-bottom: 10px;
    }
    .what_tle_1 h2 {
        font-size: 23px;
        line-height: 28px;
    }
    .what_tle_1 small {
        font-size: 15px;
        right: 15px;
    }
    .what_tle_1 {
        height: 43px;
    }
    .what_tle_1 {
        margin-left: 0px;
        padding-right: 0px;
        margin-top: 20px;
    }
    .power {
        margin-top: 15px;
        padding-left: 15px;
        margin-bottom: 50px;
    }
    .power li {
        line-height: 22px;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .power li::before {
        left: -5px;
        top: 3px;
    }
    .air-img {
        margin-bottom: 60px;
    }
    .plumb {
        margin-top: 15px;
        padding-left: 15px;
        margin-bottom: 50px;
    }
    .plumb li {
        line-height: 27px;
        font-size: 14px;
        padding-bottom: 5px;
    }
    .plumb li::before {
        left: -5px;
        top: 3px;
    }
    .past {
        margin: 0px;
        padding-left: 5px;
    }
    .pest-img {
        margin-bottom: 20px;
        width: 100%;
    }
    .past li {
        font-size: 14px;
        line-height: 22px;
        padding-bottom: 10px;
    }
    .md-btm {
        margin-bottom: 60px !important;
    }
    .bath-reno {
        margin-bottom: 0px !important;
    }
    .soft-ul {
        padding-left: 0px;
        margin: 0px;
    }
    .soft-ul li {
        line-height: 22px;
        padding-left: 13px;
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 10px;
    }
    #integrated {
        margin: 0px;
    }
    #project {
        margin: 0px;
    }
    .pop_up_btn {
        margin-bottom: 20px;
    }
    .gallery .img-thumbnail {
        margin-bottom: 20px;
    }
    .pop_up_btn a {
        top: 0;
    }
    .wash-img {
        margin-top: 20px;
    }
	#flyer{padding:20px 0 !important;}
	.flyers h5{font-size:16px !important;}
	.flyers p{margin-bottom:30px !important;}
}

@media screen and (min-width:991px) {
    .accordion ul:hover li:hover .prjt_tle {
        display: none;
    }
    .abt_txt {
        width: 85%;
    }
    .mission_res {
        width: 95%;
    }
    .img_abt {
        float: right;
    }
    #con_pad .form-control.frm_cnt {
        width: 90%;
    }
}

@media screen and (min-width:768px) {
    .menu .navbar-brand {
        display: none;
    }
    .popup .modal-dialog {
        width: 700px;
    }
}

@media screen and (min-width:768px) {
    li.dropdown:hover>.dropdown-menu {
        display: block;
    }
}

.dropdown-menu li {
    width: 100%;
    display: inline-block;
    border-radius: 0;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 2px;
}

.dropdown li a {
    padding: 10px 15px;
    margin-bottom: 1px;
}

.dropdown .flyer {
    width: 100% !important;
    border-radius: 0 !important;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4e9ea7;
}

.more {
    margin-bottom: 20px;
}

.reach {
    margin-bottom: 20px;
}

#inner_con1 .modal-dialog {
    top: 20% !important;
}

.gl_res {
    margin-bottom: 20px;
}

.sch_gl .btn-default:hover,
.sch_gl .btn-default:focus {
    color: #333;
    background-color: #4e9ea7;
    border-color: #4e9ea7;
    color: #fff;
}
/*Flyer page*/
#flyer{
	padding: 50px 0;
}
.flyers img{
	border-radius: 10px;
	border: 1px solid #d4d4d4;
	padding: 5px;
}
.flyers h5{
	margin: 15px 0;
	font-size:20px;
	text-align: center;
	color:#4e9ea7;
	font-weight: 600;
	
}
.flyers p{
	text-align:center;
	margin: 25px 0 0;
}
.flyers p a{
	padding: 8px 30px;
	text-decoration: none;
	font-size: 15px;
	color:#fff;
	background: #4e9ea7;
}
.pad_top{
    padding-top:40px;
}
.cname {
  font-size: 1.55em;
  font-weight: 600;
  padding-left: 1em;
  font-family: "Poppins";
}
.logo_img a{
    text-decoration:none !important;
}
.cname{
    display:none;
    
}
@media(min-width:1200px){
    .cname{display:inline;}
    .CounterBlock{display:flex; align-items: stretch; }
}
