@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/*--

font-family: "Jost", sans-serif;
font-optical-sizing: auto;
font-weight: <weight>;
font-style: normal;

--*/


@font-face {
    font-family: 'Univers Condensed';
    src: url('../../assets/fonts/Univers-Condensed.eot');
    src: url('../../assets/fonts/Univers-Condensed.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Univers-Condensed.woff2') format('woff2'),
        url('../../assets/fonts/Univers-Condensed.woff') format('woff'),
        url('../../assets/fonts/Univers-Condensed.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }

@font-face {
    font-family: 'Univers-Light';
    src: url('../../assets/fonts/Univers-Light.eot');
    src: url('../../assets/fonts/Univers-Light.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Univers-Light.woff2') format('woff2'),
        url('../../assets/fonts/Univers-Light.woff') format('woff'),
        url('../../assets/fonts/Univers-Light.ttf') format('truetype');
        font-weight: 300;
        font-style: normal;
    }

@font-face {
    font-family: 'Univers-BoldCondensed';
    src: url('../../assets/fonts/Univers-BoldCondensed.eot');
    src: url('../../assets/fonts/Univers-BoldCondensed.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Univers-BoldCondensed.woff2') format('woff2'),
        url('../../assets/fonts/Univers-BoldCondensed.woff') format('woff'),
        url('../../assets/fonts/Univers-BoldCondensed.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }

@font-face {
    font-family: 'Univers-Bold';
    src: url('../../assets/fonts/Univers-Bold.eot');
    src: url('../../assets/fonts/Univers-Bold.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Univers-Bold.woff2') format('woff2'),
        url('../../assets/fonts/Univers-Bold.woff') format('woff'),
        url('../../assets/fonts/Univers-Bold.ttf') format('truetype');
        font-weight: bold;
        font-style: normal;
    }

@font-face {
    font-family: 'Univers';
    src: url('../../assets/fonts/Univers.eot');
    src: url('../../assets/fonts/Univers.eot?#iefix') format('embedded-opentype'),
        url('../../assets/fonts/Univers.woff2') format('woff2'),
        url('../../assets/fonts/Univers.woff') format('woff'),
        url('../../assets/fonts/Univers.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }



/*------------Common css-start----------*/
 * {
    margin: 0;
     padding: 0;
     box-sizing: border-box;
}
 body {
    font-size: 16px;
     line-height: 1.4;
     font-weight: 400;
     font-family: "Jost", sans-serif;
     overflow-x: hidden;
     scroll-behavior: smooth;
}

:root {
     --btnColor: #c29f3a;
     --btnTextColor: #fefefe;
     --primaryColor: #c29f3a;
     --secondaryColor: #2d4e6b;
     --textColor: #333333;
     --whiteColor: #ffffff;
     --blackColor: #000000;
     --whiteText: #f7f7f7;
     --inputColor: #666666;
     --inputBorder: #e3e3e3;
     --darkBlue: #1f2a38;
     --hambergerColor: #96a5b3;
     --whiteBg: #ffffff;
     --darkBlueBg: #2d4e6b;
     --grayBg: #f7f7f7;
}

 .home {
    overflow-x: hidden;
     scroll-behavior: smooth;
}
 p, ul, li {
     padding: 0;
     margin: 0;
}
 h1, h2, h3, h4, h5, h6 {
     padding: 0;
     margin: 0;
}
 a {
    text-decoration: none;
     color: var(--btnColor);
     transition: 0.5s;
}
 li {
    list-style: none;
}
 h1 {
    font-size: 48px;
}
 h2 {
    font-size: 46px;
}
 h3 {
    font-size: 30px;
}
 h4 {
    font-size: 24px;
}
 h5 {
    font-size: 18px;
}
 .padding-xxl-top{
    padding-top: 100px;
}
 .padding-xxl-bottom{
    padding-bottom: 100px;
}
 .padding-xl-top{
    padding-top: 90px;
}
 .padding-xl-bottom{
    padding-bottom: 90px;
}
 .padding-lg-top{
    padding-top: 80px;
}
 .padding-lg-bottom{
    padding-bottom: 80px;
}
 .padding-md-top{
    padding-top: 70px;
}
 .padding-md-bottom{
    padding-bottom: 70px;
}
 .padding-sm-top{
    padding-top: 60px;
}
 .padding-sm-bottom{
    padding-bottom: 60px;
}
 .padding-xs-top{
    padding-top: 50px;
}
 .padding-xs-bottom{
    padding-bottom: 50px;
}

.form-control{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: var(--whiteBg);
    color: var(--inputColor);
    border: 1px solid var(--inputBorder);
    box-shadow: none;
    outline: none;
    margin: 0px;
    padding: 0px 30px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    transition: 0.5s;
}
.form-control::placeholder{
    opacity: 1;
    color: var(--inputColor);
}
.form-control:focus{
    color: var(--inputColor);
    background-color: var(--whiteBg);
    border-color: var(--inputBorder);
    outline: none;
    box-shadow: none;
}
textarea.form-control{
    height: 120px;
    resize: none;
}

.cleaning_slider_row{
    margin: 0px -35px;
}
.cleaning_slider_col{
    padding: 0px 35px;
}

 .btn-check:focus+.btn, .btn:focus, .navbar-toggler:focus {
    box-shadow: none;
}

 .btn {
    background-color: var(--btnColor);
     color: var(--btnTextColor);
     padding: 11px 45px;
     display: inline-block;
     border: 1px solid transparent;
     -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
     -o-border-radius: 35px;
     border-radius: 35px;
     font-size: 18px;
     font-weight: 400;
     font-family: "Jost", sans-serif;
     text-decoration: none !important;
     text-transform: capitalize;
     transition: 0.5s;
}
.btn i{
    margin-left: 10px;
    font-size: 18px;
}
 .btn:hover {
    background-color: var(--secondaryColor);
     color: var(--whiteColor);
     border: 1px solid transparent;
}
 .btn:focus, .btn:active {
    background-color: var(--secondaryColor);
    color: var(--whiteColor);
    border: 1px solid transparent;
    outline: none;
    box-shadow: none;
}
 .page_info{
    max-width: 930px;
     margin: 0 auto;
     text-align: center;
}
 .page_info h2{
     color: var(--secondaryColor);
     font-family: 'Univers-Bold';
     font-weight: bold;
     margin-bottom: 25px;
}
 .page_info h2 span{
     color: var(--primaryColor);
    }
 .page_info h4{
     color: var(--primaryColor);
     font-family: 'Univers-BoldCondensed';
     font-weight: bold;
     text-transform: uppercase;
     margin-bottom: 25px;
}
 .page_info p{
     color: var(--blackClr);
     margin-bottom: 25px;
}

.custom_sm_row{
    margin: 0px -16px;
}
.custom_sm_col{
    padding: 0px 16px;
}






/*------------Common css-end----------*/
/*--------------Header--------------*/
 .header_sec.fixed{
    width: 100%;
     left: 0;
     top: 0;
     position: fixed;
     background: var(--secondaryColor);
     z-index: 9999;
     -webkit-box-shadow: 0px 10px 32px -05px rgba(0,0,0,0.75);
     -moz-box-shadow: 0px 10px 32px -30px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 10px 32px -30px rgba(0,0,0,0.75);
     box-shadow: 0px 10px 32px -30px rgba(0,0,0,0.75);
     -moz-transition: all 0.5s ease-in-out;
     -o-transition: all 0.5s ease-in-out;
     -webkit-transition: all 0.5s ease-in-out;
     -ms-transition: all 0.5s ease-in-out;
     transition: all 0.5s ease-in-out;
     position: fixed;
     -webkit-animation-name: animationFade;
     -o-animation-name: animationFade;
     animation-name: animationFade;
     -webkit-animation-duration: 1s;
     -o-animation-duration: 1s;
     animation-duration: 1s;
     -webkit-animation-fill-mode: both;
     -o-animation-fill-mode: both;
     animation-fill-mode: both;
}
 @-webkit-keyframes animationFade {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-160px);
         transform: translateY(-160px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
 @keyframes animationFade {
     0% {
        opacity: 0;
         -webkit-transform: translateY(-160px);
         -ms-transform: translateY(-120px);
         transform: translateY(-160px);
    }
     100% {
         opacity: 1;
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
    }
}
 .header_sec.fixed ul.menu_sec > li > a {
     padding: 10px 5px;
}
 .header_sec.fixed ul.menu_sec > li {
 margin: 20px 25px;
}
 .header_sec.fixed .hamburger_icon.c-hamburger {
    top: 20px;
}
.header_logo img{
	border-radius:15px;
}
.header_sec.fixed .header_logo {
    width: 150px;
    margin: 17px 0px 17px;
}
 .header_sec.fixed .header_logo img {
     width: 150px;
}
 .header_sec.fixed ul.menu_sec{
    border-bottom: 0px;
}
 .header_sec.fixed{
     border-bottom: 1px solid #747474;
}
.header_sec.fixed .header_get_btn.btn {
    top: 23px;
    
}
.header_get_btn.btn:hover{
    background: #a38224;
}
.header_sec.fixed .hamberger_menu {
    top: 32px;
}

 .header_sec{
    width: 100%;
     background: none;
     float: left;
     left: 0px;
     top: 0px;
     position: absolute;
     z-index: 99;
     padding: 0px 0px;
}
 .top_nav{
    width: 100%;
     position: relative;
     z-index: 4;
    float: left;
     padding-right: 250px;
}
 .header_top{
    width: 100%;
     float: left;
     overflow: hidden;
}
 .header_top_in{
    width: 100%;
     position: relative;
     float: left;
     border-bottom: 1px solid #C6CFDB;
     padding: 5px 0px;
}
 .header_top_in::before {
    width: 100em;
     height: 1px;
     right: 100%;
     bottom: -1px;
     position: absolute;
     content: '';
     background: #C6CFDB;
}
 .header_top_in::after {
    width: 100em;
     height: 1px;
     left: 100%;
     bottom: -1px;
     position: absolute;
     content: '';
     background: #C6CFDB;
}
 .header_logo{
    width: 190px;
    margin: 20px 0px 20px;
    display: inline-block;
}
 .header_logo img{
    width: 190px;
	border-radius: 9px;
}
 ul.menu_sec{
    width: auto !important;
     text-align: center;
     float: right;
     background: none;
     font-size: 0px;
    }
 ul.menu_sec > li{
    background: none;
     border: none ;
     padding: 0px 0px;
     margin: 28px 25px;
     vertical-align: bottom;
     float: none;
     display:inline-block;
     transition: all 0.5s;
     -webkit-transition: 0.5s;
     -ms-transition: 0.5s;
     position: relative;
}

 ul.menu_sec > li > a{
    padding: 15px 5px;
     display: block;
     color: var(--btnTextColor);
     position: relative;
     text-transform: capitalize;
     font-size: 24px;
     font-family: "Jost", sans-serif;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
}
 ul.menu_sec > li > a:hover{
    background-color: none;
     color: #0072FF;
}
 ul.menu_sec li:hover a{
    color:  var(--btnColor);
     background: none;
}
 ul.menu_sec > li.current-menu-item a{
    color: var(--btnColor);
     background: none;
}
 ul.menu_sec > li.current-menu-item::before{
    color: var(--whiteColor);
     visibility: visible;
     opacity:1;
}
 ul.menu_sec > li:hover::before{
    color: #f93739;
}
 ul.menu_sec li:hover a:before,.nav_top ul li.current-menu-item a:before{
    display: block
}
 ul.menu_sec li>ul, ul.menu_sec ul{
     position: absolute;
     left:0%;
     width: 220px;
     padding: 0px 0px;
     height: auto;
     top:100%;
     text-align: left;
     background: var(--btnColor);
     z-index: 1;
}
 ul.menu_sec li.active ul li a{
    color: var(--whiteColor);
     background: none;
}
 ul.menu_sec li:hover ul li a{
    color: var(--whiteColor);
     background: none;
}
 ul.menu_sec li>ul li a .far.fa-user{
    padding-right:5px;
}
 ul.menu_sec li>ul li{
    display:list-item;
     background: none;
     padding:0;
     width: 100%;
     display: inline-block;
}
 ul.menu_sec li>ul li:last-child{
    border:none;
}
 ul.menu_sec li>ul li a{
    width: 100% !important;
     display: inline-block;
     padding:6px 15px !important;
     position: relative;
     color: var(--whiteColor) !important;
     position: relative;
     z-index: 1;
     font-size: 20px;
}
 ul.menu_sec li>ul li a::before{
    width: 0%;
     height: 100%;
     left: 0;
     top: 0;
     position: absolute;
     content: '';
     background: var(--secondaryColor);
     visibility: hidden;
     opacity: 0;
     z-index: -1;
     -moz-transition: 0.5s all ease;
     -webkit-transition: 0.5s all ease;
     -o-transition: 0.5s all ease;
     transition: 0.5s all ease;
}
 ul.menu_sec li>ul li a:hover:before{
    opacity: 1;
     visibility: visible;
     width: 100%;
}
 ul.menu_sec li>ul li a{
    color: var(--whiteColor) !important;
     background:none;
}
 ul.menu_sec li>ul li a:hover{
    color:var(--whiteColor) !important;
     background:none;
}
 ul.slimmenu li .sub-toggle {
    background: none;
     top: 0px;
     right: -35px;
}
 ul.slimmenu li .sub-toggle i {
    width: 14px;
     height: 18px;
     color: var(--whiteColor);
     font-size: 12px;
     font-style: normal;
     background: none;
     position: relative;
     top: 2px;
}
 ul.menu_sec li>ul li.has-submenu a {
    padding: 6px 15px 6px 35px !important;
}
 .nav_top .collapse-button,.nav_top .collapse-button:hover,.nav_top .collapse-button:focus{
    background-color:transparent;
}
 .collapse-button {
    width: 48px;
}
 .collapse-button .icon-bar {
    width: 28px;
     margin: 4px 0;
     background-color: #4d4184;
}
 .nav_top .menu-collapser{
    background: none;
     color: transparent;
     height: 40px;
     line-height: 40px;
     text-align: right;
     font-size: 0;
}
 
.header_get_btn.btn{
    width: 160px;
    padding: 10px 15px;
    text-align: center;
    right: 0px;
    top: 35px;
    position: absolute;
    z-index: 2;
}
.hamberger_menu{
    width: 40px;
    right: -65px;
    top: 42px;
    position: absolute;
    z-index: -2;
}
.hamberger_menu i{
    font-size: 32px;
    color: var(--hambergerColor);
}


/*--------------End--//------------*/
/*--------------Banner-Start-------------*/
 .banner_sec{
     width: 100%;
     position: relative;
     height: 100vh;
}
.banner_sec::before{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
    content: '';
    background: linear-gradient(to bottom,  rgba(45,78,107,0.98) 0%,rgba(0,0,0,0) 100%);
}
 .banner_sec img{
     width: 100%;
     height: 100vh;
}
 .banner_sec_inner{
     width: 100%;
     left: 0px;
     top: 45%;
     position: absolute;
     z-index: 2;
   
}
 .banner_sec_info h2{
     color: var(--primaryColor);
     font-size: 30px;
     font-family: 'Univers Condensed';
     font-weight: bold;
     margin-bottom: 30px;
}
.banner_sec_info h2 span{
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}
.banner_sec_info h2 span::before{
    width: 100%;
    height: 4px;
    background: var(--secondaryColor);
    left: 0px;
    bottom: 0px;
    position: absolute;
    content: '';
    z-index: 1;
}

 .banner_sec_info h3{
     color: var(--btnTextColor);
     font-size: 30px;
     font-family: 'Univers Condensed';
     font-weight: 400;
     margin-bottom: 10px;
}
 .banner_sec_info h1{
     color: var(--btnTextColor);
     font-size: 48px;
     font-family: 'Univers-Bold';
     font-weight: bold;
     margin-bottom: 45px;
}

/*-----------banner-video--------------*/
.banner_video_background {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    }


/*--------------Banner-End-------------*/


/*--------------About-Page-Start-------------*/

.home_sec1_rt h4{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: var(--secondaryColor);
    text-transform: capitalize;
    font-family: 'Univers';
    font-weight: bold;
}
.home_sec1_rt h4::before{
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    content: '';
    position: absolute;
    background: var(--primaryColor);
}
.home_sec1_rt h2{
    position: relative;
    margin-bottom: 20px;
    color: var(--secondaryColor);
    text-transform: capitalize;
    font-family: 'Univers-Bold';
    font-weight: bold;
}
.home_sec1_rt h2 span{
    color: var(--primaryColor);
    font-family: 'Univers-BoldCondensed';
    font-weight: bold;
}
.home_sec1_rt p{
    color: var(--textColor);
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
	line-height: 26px;
}
.home_sec1_rt h5{
    color: var(--textColor);
    margin-bottom: 10px;
    font-family: "Jost", sans-serif;
    font-weight: bold;
}
.home_sec1_rt .btn{
    margin-top: 20px;
}

.home_sec1_lt_row1_lt{
    width: 100%;
    height: 460px;
    -moz-border-radius: 120px 120px 0px 120px;
    -webkit-border-radius: 120px 120px 0px 120px;
    -o-border-radius: 120px 120px 0px 120px;
    border-radius: 120px 120px 0px 120px;
    overflow: hidden;
}
.home_sec1_lt_row1_lt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_sec1_lt_row2_col1{
    order: 2;
}

.home_sec1_lt_row2_lt{
    width: 100%;
    height: 460px;
    -moz-border-radius: 0px 120px 120px 120px;
    -webkit-border-radius: 0px 120px 120px 120px;
    -o-border-radius: 0px 120px 120px 120px;
    border-radius: 0px 120px 120px 120px;
    overflow: hidden;
}
.home_sec1_lt_row2_lt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_sec1_lt_row2{
    margin-top: -120px;
}
.home_sec1_lt_row1_rt{
    width: 300px;
    height: 300px;
    position: relative;
    padding: 15px;
    border: none;
    cursor: pointer;
    z-index: 1;
}

.home_sec1_lt_row1_rt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.home_sec1_lt_row1_rt::before{
     width: 300px;
    height: 300px;
    left: 0px !important;
    top: 0px !important;
    content: '';
    position: absolute;
    inset: -1px 30px;
    border: 2px dashed var(--primaryColor);
    transition: 1000ms;
    animation: rotate 40s linear infinite;
    z-index: 1;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}


@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.home_sec1_lt_row2_col2 {
    padding-top: 160px;
    padding-left: 35px;
}
.home_sec1_lt_row2_rt{
    width: 200px;
    height: 200px;
    position: relative;
    border: none;
    cursor: pointer;
    z-index: 1;
     -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: linear-gradient(to right,  rgba(61,87,102,1) 0%,rgba(186,155,60,1) 100%);
    text-align: center;
}
.home_sec1_lt_row2_rt h2{
    color: var(--whiteColor);
    font-size: 88px;
    line-height: 1.1;
    font-family: 'Univers-Bold';
    font-weight: bold;
}
.home_sec1_lt_row2_rt h3{
    color: var(--whiteColor);
    font-size: 30px;
     font-family: 'Univers Condensed';
    font-weight: normal;
}
.home_sec1_lt_row2_rt::before{
     width: 220px;
    height: 220px;
    left: -10px !important;
    top: -10px !important;
    content: '';
    position: absolute;
    inset: -1px 30px;
    border: 2px dashed var(--secondaryColor);
    transition: 1000ms;
    animation: rotate 30s linear infinite;
    z-index: 1;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}


@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}



/*--------------About-Page-End-------------*/

/*--------------Our-Services-Page-Start-------------*/

.home_sec2{
    background: var(--grayBg);
}
.cleners_sec_tab {
    text-align:center;
}
.cleners_sec_tab ul{
    display: flex;
    justify-content: center;
}
.cleners_sec_tab ul li{
    font-size: 30px;
    font-family: 'Univers-Bold';
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
}
.cleners_sec_tab ul li:not(:last-child)::before{
    right: 0px;
    top: 0px;
    position: absolute;
    content: '//';
    color: var(--secondaryColor);
    font-size: 30px;
}
.cleners_sec_tab ul li:not(:last-child){
    padding-right: 35px;
    margin-right: 10px;
}
.cleners_sec_tab ul li a{
    font-size: 30px;
    font-family: 'Univers-Bold';
    font-weight: bold;
    text-transform: capitalize;
    color: var(--secondaryColor);
    position: relative;
    padding-bottom: 28px;
}
.cleners_sec_tab ul li.active a{
    color: var(--primaryColor);
}
.cleners_sec_tab ul li.active a::after{
    left: 50%;
    bottom: 0px;
    position: absolute;
    transform: translateX(-50%);
    content: '\f103';
    color: var(--primaryColor);
    font-size: 22px;    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.our_srv_col{
    margin-bottom: 30px;
}
.our_srv_box{
    width: 100%;
    overflow: hidden;
    background: var(--whiteClr);
    -webkit-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 17px -7px rgba(0, 0, 0, 0.35);
    -moz-border-radius: 60px 60px 60px 0px;
    -webkit-border-radius: 60px 60px 60px 0px;
    -o-border-radius: 60px 60px 60px 0px;
    border-radius: 60px 60px 60px 0px;
    transition: 0.5s;
    position: relative;
}
.our_srv_box_link{
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 2;
}
.our_srv_box_media{
    width: 100%;
    height: 270px;
    overflow: hidden;
}
.our_srv_box_media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.our_srv_box_description{
    padding: 15px 10px;
    text-align: center;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.our_srv_box_description h5{
    color: var(--textColor);
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
    transition: 0.5s;
    
}
.our_srv_box:hover .our_srv_box_description h5{
    color: var(--primaryColor);
}
.our_srv_box:hover .our_srv_box_media img{
    transform: scale(1.1);
}
.home_sec2 .btn{
    width: 220px;
    margin-top: 25px;
}



/*--------------Our-Services-Page-End-------------*/




/*--------------Why-Choose-Us-Start-------------*/


.home_sec3{
    background: var(--darkBlueBg);
}
.home_sec3_lt h4{
    color: var(--primaryColor);
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Univers-BoldCondensed';
    font-weight: bold;
}
.home_sec3_lt h2{
    color: var(--whiteText);
    margin-bottom: 30px;
    font-family: 'Univers Condensed';
    
}
.home_sec3_lt h2 span{
font-family: 'Univers-Bold';
font-weight: bold;
}
.home_sec3_lt p{
    color: var(--whiteText);
    margin-bottom: 30px;
   
}
.home_sec3_lt .btn{
    width: 275px;
}
.home_sec3_lt .btn:hover{
    background: var(--whiteBg);
    color: var(--textColor);
}
.home_sec3_rt h3{
    color: var(--whiteText);
    margin-bottom: 10px;
    
}

.home_sec3_rt p{
    color: var(--whiteText);
    margin-bottom: 30px;
   
}
.home_sec3_rt_in_icon{
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: inline-block;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background: linear-gradient(to right,  rgba(45,78,107,1) 0%,rgba(186,155,60,1) 100%);
    margin-bottom: 25px;
}
.home_sec3_rt_in{
    margin-bottom: 45px;
}

.home_sec3_lt{
    position: sticky;
    top: 65px;
    z-index: 1;
    margin-bottom: 30px;
   
}



/*--------------Why-Choose-Us-End-------------*/

/*--------------Testimonial-Start-------------*/

.home_sec4{
    overflow: hidden;
}
.home_sec4_lt h4{
    color: var(--primaryColor);
    text-transform: uppercase;
    margin-bottom: 30px;
    font-family: 'Univers-BoldCondensed';
    font-weight: bold;
}
.home_sec4_lt h2{
    color: var(--secondaryColor);
    margin-bottom: 30px;
    font-family: 'Univers Condensed';
    
}
.home_sec4_lt h2 strong{
    font-family: 'Univers-Bold';
    font-weight: bold;
}
.home_sec4_lt h2 span{
    color: var(--primaryColor);
    font-family: 'Univers-Bold';
    font-weight: bold;
}
.home_sec4_lt p{
    color: var(--textColor);
    margin-bottom: 30px;
    font-size: 24px;
   
}
.testimonial_rt_media{
    width: 100%;
    height: 480px;
    -moz-border-radius: 120px 120px 0px 120px;
    -webkit-border-radius: 120px 120px 0px 120px;
    -o-border-radius: 120px 120px 0px 120px;
    border-radius: 120px 120px 0px 120px;
    overflow: hidden;
}
.testimonial_rt_media{
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.testimonial_rt_description_tp h3{
    font-size: 36px;
    color: var(--secondaryColor);
    font-family: "Jost", sans-serif;
    font-weight: bold;
    margin-bottom: 40px;
}
.testimonial_rt_description_tp p{
    color: var(--secondaryColor);
    margin-bottom: 20px;
    font-size: 16px
}
.testimonial_rt_description_tp{
    padding-bottom: 40px;
}
.testimonial_rt_description_bt h4{
    color: var(--textColor);
    margin-bottom: 10px;
    font-family: 'Univers Condensed';
    font-weight: normal;
    text-transform: capitalize;
}
.testimonial_rt_description_bt h5{
    color: #a3b4a2;
    margin-bottom: 10px;
    font-family: 'Univers Condensed';
    font-weight: normal;
    text-transform: capitalize;
}
.comma_pnl{
    position: relative;
    padding-top: 35px;
    padding-right: 50px;
}
.comma_pnl::before{
    width: 56px;
    height: 48px;
    right: 0px;
    top: 0px;
    position: absolute;
    content: '';
    z-index: 10;
    background: url('../../assets/images/comma-icon.png') no-repeat 0 0;
}

.testimonial_slider.owl-carousel .owl-dots{display: none;}
.testimonial_slider.owl-carousel .owl-nav{display: block;}
.testimonial_slider.owl-carousel .owl-nav .owl-prev, .testimonial_slider.owl-carousel .owl-nav .owl-next{width:55px; height: 55px; line-height: 55px; position: relative; background: var(--primaryColor); font-size: 0px; display: inline-block; -moz-transition: 0.5s all ease; -webkit-transition: 0.5s all ease; -o-transition: 0.5s all ease; transition: 0.5s all ease; -webkit-border-radius: 100%;
    -moz-border-radius: 100%; -o-border-radius: 100%; border-radius: 100%;}
.testimonial_slider.owl-carousel .owl-nav .owl-prev:hover, .testimonial_slider.owl-carousel .owl-nav .owl-next:hover{background: var(--secondaryColor);}

.testimonial_slider.owl-carousel .owl-nav .owl-prev::before, .testimonial_slider.owl-carousel .owl-nav .owl-next::after{-o-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
.testimonial_slider.owl-carousel .owl-nav .owl-prev::before{width: 21px; height: 20px; content: ''; background: url('../../assets/images/prev-arrow.png') no-repeat 0 0; left: 50%; top: 50%; position: absolute;}
.testimonial_slider.owl-carousel .owl-nav .owl-next::after{width: 21px; height: 20px; content: ''; color: #ffffff; background: url('../../assets/images/next-arrow.png') no-repeat 0 0; left: 50%; top: 50%; position: absolute;}
.testimonial_slider.owl-theme .owl-nav {
    margin-top: -35px;
    text-align: right;
}



/*--------------Testimonial-End-------------*/


/*--------------Footer-Start-------------*/

.footer_sec{
    background: var(--grayBg);
}
.footer_top_rt_form .form-group{
    margin-bottom: 25px;
}

.footer_top_rt_form .form-control.btn{
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    flex: inherit;
    padding: 0px;
    margin-top: 15px;
}
.footer_top_rt h4{
    color: var(--primaryColor);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Univers-BoldCondensed';
    font-weight: bold;
}

.footer_top_lt h4{
    color: var(--primaryColor);
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family: 'Univers-BoldCondensed';
    font-weight: bold;
}
.footer_top_lt h2{
    color: var(--secondaryColor);
    margin-bottom: 30px;
    font-family: 'Univers Condensed';
    font-weight: bold;
    
}
.footer_top_lt h2 strong{
    font-family: 'Univers-Bold';
    font-weight: bold;
}
.footer_top_lt h2 span{
    color: var(--primaryColor);
    font-family: 'Univers-Bold';
    font-weight: bold;
}
.footer_top_lt p{
    color: var(--textColor);
    margin-bottom: 30px;
    font-size: 24px;
   
}
.footer_contact_main{
    padding-top: 40px;
}
.footer_contact{
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}
.footer_contact_icon{
    width: 50px;
}
.footer_contact_icon i{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--primaryColor);
    color: var(--whiteColor);
    font-size: 22px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
}
.footer_contact_text{
    padding-left: 15px;
}
.footer_contact_text a{
    color: var(--textColor);
    font-size: 24px;
}
.footer_contact_text a:hover{
    color: var(--primaryColor);
}
.social_menu{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding-top: 30px;
}
.social_menu li{
display: inline-flex;
}
.social_menu li:not(:last-child){
    margin-right: 20px;
}
.social_menu li a{
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: var(--primaryColor);
    color: var(--whiteColor);
    font-size: 22px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    transition: 0.5s;
}
.social_menu li a:hover{
    background: var(--secondaryColor);
}
.footer_top_rt_form .form-group:last-child{
    margin-bottom: 0px;
}

.footer_bottom{
    background: var(--darkBlue);
   
}
.footer_bottom h3{
    color: var(--btnTextColor);
    font-family: 'Univers-Bold';
    font-weight: bold;
    margin-bottom: 30px;
}
.footer_bottom_menu{
    padding: 30px 0px;
    text-align: center;
     border-bottom: 1px solid #303a47;
}
.footer_bottom_menu ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-flex;
    text-align: center;
}
.footer_bottom_menu ul li{
    margin: 0px 15px;
}
.footer_bottom_menu ul li a{
    color: var(--whiteColor);
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
    color: var(--btnTextColor);
}
.footer_bottom_menu ul li a:hover{
    color: var(--primaryColor);
}
.footer_copyright{
    padding: 15px 0px;
    text-align: center;
}
.footer_copyright p{
    font-size: 18px;
    color: var(--primaryColor);
    font-weight: 500;
}


/*--------------Footer-End-------------*/


/*--------------Menu-Start-------------*/


.hamburger_menu.sub-menu {
  padding: 0 0 0 2%;
  float: right;
  left: -100%;
  top: 0;
  transition: all 0.3s ease;
  height: 100vh;
  width: 100%;
  position: fixed;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.96);
  border-radius: 0;
  z-index: 999;
  overflow: hidden;
}
.hamburger_menu.sub-menu.oppenned {
  left: 0;
}
.hamburger_menu.sub-menu ul {
  margin: 0;
}
.hamburger_menu.sub-menu li {
  display: block;
  list-style: none;
  height: auto;
  margin-left: 0;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger_menu.sub-menu li:first-child {
  margin-top: 100px;
}
.hamburger_menu.sub-menu li a {
  padding: 40px 15px;
    display: block;
    color: var(--btnTextColor);
    position: relative;
    text-transform: capitalize;
    font-size: 32px;
    font-family: "Jost", sans-serif;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
.hamburger_menu.sub-menu li a:hover {
  font-weight: bold;
  text-decontarion: none;
  color: var(--primaryColor);
}

.hamburger_icon.c-hamburger {
  display: block;
  position: absolute;
  right: 20px;
  top: 35px;
  overflow: hidden;
  margin: 0px;
  padding: 0;
  width: 36px;
  height: 36px;
  z-index: 9999;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.hamburger_icon.c-hamburger:focus {
  outline: none;
}
.hamburger_icon.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--hambergerColor);
}
.hamburger_icon.c-hamburger span:before, .c-hamburger span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color:  var(--hambergerColor);
  content: "";
}
.hamburger_icon.c-hamburger span:before {
  top: -10px;
}
.hamburger_icon.c-hamburger span:after {
  bottom: -10px;
}

.hamburger_icon.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
.hamburger_icon.c-hamburger--htx span:before, .hamburger_icon.c-hamburger--htx span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
.hamburger_icon.c-hamburger--htx span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.hamburger_icon.c-hamburger--htx span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.hamburger_icon.c-hamburger--htx.is-active span {
  background: none;
}
.hamburger_icon.c-hamburger--htx.is-active span:before, .hamburger_icon.c-hamburger--htx.is-active span:after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.hamburger_icon.c-hamburger--htx.is-active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger_icon.c-hamburger--htx.is-active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



/*--------------Footer-End-------------*/




/*--------Contact-modal----------*/
.contact_modal_design .btn-close{
    width: 35px;
    height: 35px;
    background: #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    -webkit-box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    -o-box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 13px -6px rgba(0,0,0,0.75);
    right: -10px;
    top: -10px;
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    background: #ffffff url(../../assets/images/close-icon.png) no-repeat 0 0;
    background-position: center center;
    background-size: 14px;
}
.contact_modal_design .modal-body{
    padding: 0px;
    width: 100%;
    padding: 20px 30px 20px;
    background: var(--primaryColor);
    backdrop-filter: blur(4px);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.contact_modal_design .modal-header {
    padding: 0px;
    border: 0px;
}
.contact_modal_design .get_box_from .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}
.contact_modal_design .get_box h3 {
    color: var(--whiteColor);
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.contact_modal_design .form-control{
    background: none;
}
.contact_modal_design .form-control::placeholder{
    opacity: 1;
    color: var(--whiteColor);
}
.contact_modal_design .form-control:focus{
    color: var(--inputColor);
    background-color: var(--whiteBg);
    border-color: var(--inputBorder);
    outline: none;
    box-shadow: none;
}
.contact_modal_design .form-control.get_box_from_btn{
    background: var(--whiteColor);
	text-transform:capitalize;
}
.contact_modal_design .form-control.get_box_from_btn:hover{
    background: var(--secondaryColor);
    color: var(--whiteColor);
}


/*--------contact-form7-error message-------*/

.wpcf7-response-output {
    text-align: center;
    color: #dc3232;
    font-size: 13px;
}
.wpcf7-not-valid-tip{
    font-size: 13px;
    margin-top: 5px;
}
.wpcf7 form .wpcf7-response-output {
   margin: 0px 5px 10px;
}

.footer_top_rt .wpcf7-response-output {
    text-align: left;
}
.wpcf7-spinner {
     margin: 5px 15px;
}

.contact_modal_design .wpcf7 form .wpcf7-response-output {
    margin: 0px;
}
.contact_modal_design .get_box_from .form-group p .wpcf7-spinner {
    position: absolute;
    bottom: -30px;
    left: 46%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.header_sec.fixed .hamburger_icon1{display: block;}
.hamburger_icon2{display: none;}

/*---------------about-us------------*/

.inner_banner{
    width: 100%;
    position: relative;
}
.inner_banner::before {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    content: '';
    background: linear-gradient(to bottom, rgba(45, 78, 107, 0.98) 0%, rgba(0, 0, 0, 0) 100%);
}
.inner_banner img{
    width: 100%;
    height: 379px;
    object-fit: cover;
}
.inner_banner_main{
    width: 100%;
    left: 0px;
    top: 50%;
    position: absolute;
    transform: translateY(0%);
    z-index: 2;
    text-align: center;
}
.inner_banner h1, .inner_banner h2{
    color: var(--btnTextColor);
    font-size: 48px;
    font-family: 'Univers-Bold';
    font-weight: bold;
    margin-bottom: 0px;
}
.about_sec1 p{
    color: var(--textColor);
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.about_sec1 p span{
    font-weight: 600;
}
.about_sec1 h5 {
    color: var(--secondaryColor);
    margin-bottom: 20px;
    font-family: 'Univers-Bold';
	font-size:28px;   
	text-transform: capitalize;	
}
.about_sec1 h5 span{
	color:var(--primaryColor);
}
.about_sec1_lt {
    width: 100%;
    height: 550px;
    -moz-border-radius: 120px 120px 0px 120px;
    -webkit-border-radius: 120px 120px 0px 120px;
    -o-border-radius: 120px 120px 0px 120px;
    border-radius: 120px 120px 0px 120px;
    overflow: hidden;
    margin-bottom: 40px;
	margin-top: 40px;
}
.about_sec1_rt{
	margin:40px 0;
}
.about_sec1_lt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_sec1 h2{
	font-family: 'Univers-Bold';
	color: var(--secondaryColor);
	margin-bottom:25px;
}



/*---------------Service-Category------------*/

.service_category h2, .service_category h3{
    margin-bottom: 15px;
    color: var(--secondaryColor);
    font-family: 'Univers-Bold';
    font-size: 24px;
    font-weight: bold;
}
.service_category p {
    color: var(--textColor);
    margin-bottom: 25px;
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding-left: 30px;
    position: relative;
}
.service_category p::before{
    width: 20px;
    height: 20px;
    left: 0px;
    top: 5px;
    position: absolute;
    content: '';
    background: url('../../assets/images/right-arrow-list.png') no-repeat 0 0;
    background-size: 20px;
}
.service_category_in {
    max-width: 900px;
    margin: 0 auto;
}


/*---------------employee-relations------------*/


.employee_relations.home_sec1 .home_sec1_lt{
    width: 100%;
    height: 380px;
    -moz-border-radius: 120px 120px 0px 120px;
    -webkit-border-radius: 120px 120px 0px 120px;
    -o-border-radius: 120px 120px 0px 120px;
    border-radius: 120px 120px 0px 120px;
    overflow: hidden;
}
.employee_relations.home_sec1 .home_sec1_lt img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_sec1, .home_sec3, .home_sec4, .footer_sec{overflow: hidden;}
.contact_modal_design {
    z-index: 9999;
}
.content-row-2col{
	background: #f5f5f5;
    padding: 50px 0;
}
.content-row-2col .floating-block{
	background: #fff;
    padding: 40px;
    border-radius: 50px 50px 0 50px;
    border: 1px solid #e5e5e5;
	box-shadow: 0 0 5px rgba(188, 204, 221, 0.2);
	transition:all ease-in-out 0.3s;
}
.content-row-2col:hover .floating-block{
	box-shadow: 0 0 12px rgba(188, 204, 221, 0.4);
}
.content-row-2col .floating-block h2{
	color:var(--secondaryColor);
	margin-bottom:20px;
}
.content-row-2col .floating-block p{
	line-height:26px;
}
.content-row-2col img{
	max-width:100%;
	border-radius: 50px 50px 50px 0;
	box-shadow: 0 0 5px rgba(188, 204, 221, 0.2);
	transition:all ease-in-out 0.3s;
	height: 250px;
}
.content-row-2col:hover img{
	box-shadow: 0 0 5px rgba(188, 204, 221, 0.4);
}
.content-row-2colh .srv-img{
	display: flex;
    flex-flow: column;
}
.content-row-2colh .srv-img span{
	border-radius: 100%;
    background: linear-gradient(to right, rgba(45, 78, 107, 1) 0%, rgba(186, 155, 60, 1) 100%);
    padding: 20px;
	text-align: center;
	display:block;
	width:100px;
	height:100px;
}
.content-row-2colh .srv-img span img{
	filter:invert(1);
}
.content-row-2colh .srv-content1{
	display: inline-block;
    padding-left: 20px;
}
.content-row-2colh .srv-item{
	display:flex;
	margin-bottom: 30px;
}
.content-row-2colh{
	padding:80px 0;
	background:#002744 url('../../assets/images/full-bg.jpg') 0 0 no-repeat;
	background-attachment: fixed;
	background-size:contain;
}
.content-row-2colh .srv-content1 h3{
	font-size:24px;
	color:var(--whiteText);
	margin-bottom:20px;
}
.content-row-2colh .srv-content1 p{
	font-size:16px;
	color:var(--whiteText);
	line-height:26px;
}
.content-row-2colb{
	padding:80px 0;
}
.content-row-2colb .custom-content{
	margin-top: 30px;
}
.content-row-2colb .custom-content h3{
	color: var(--secondaryColor);
    margin-bottom: 20px;
	font-size:40px;
}
.content-row-2colb .custom-content img{
	width:100%;
}
.content-row-2colb .custom-content p{
	font-size:16px;
	line-height:26px;
}
.content-row-4col .innerBlock{
	border: 1px solid #f7f7f7;
    border-radius: 15px;
    padding: 20px;
    background: #f7f7f7;
}
.content-row-4col .innerBlock h4{
	font-size:24px;
	font-weight:700;
	color:var(--btnColor);
	margin-bottom:20px;
}
.content-row-4col .innerBlock p{
	font-size:16px;
	line-height:26px;
}
.content-row-4col .innerBlock{
	min-height:516px;
	text-align: center;
	margin-top:0px;
}
.content-row-4col .innerBlock .image{
	margin-bottom:20px;
	display:inline-block;
	padding: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
	transition:all ease-in-out 0.3s;
    max-width: 100px;
    margin: 0 auto;
}
.content-row-4col .innerBlock:hover .image{
	border:1px solid var(--btnColor);
}
.page-template-page-employee-service .content-row-4col .innerBlock{
    display: grid;
    place-items: center;
}
.content-row-2colh .srv-img img{
    filter: brightness(0) invert(1);
}
.content-row-4col{
	padding:50px 0;
}
.about_sec1{
    padding: 30px 0px;
}
.hamburger_menu .list-unstyled{
	display:inline-block;
	width:32%;
}
.hamberger-contact{
	display: inline-block;
    width: 50%;
    vertical-align: top;
	margin-top: 9%;
    padding: 30px;
    border: 1px solid #333;
    border-radius: 15px;
}
.hamberger-contact h4{
	color: var(--primaryColor);
	text-transform: uppercase;
	margin-bottom: 20px;
	font-family: Univers-BoldCondensed;
	font-weight: bold;
}
.hamberger-contact h5{
	color: #ffffff;
    margin-bottom: 30px;
    font-family: "Univers Condensed";
    font-weight: bold;
	font-size:36px;
	line-height: 46px;
}
.hamberger-contact h5 span{
	color: var(--primaryColor);
    font-family: Univers-Bold;
    font-weight: bold;
	display:block;
}
.content-row-4col h2{
	text-align: center;
    margin-bottom: 50px;
	font-weight: 600;
	color:var(--secondaryColor);
}
.hamberger-contact .conct-row{
	margin-bottom:20px;
}
.hamberger-contact .conct-row a{
	color:#ffffff;
}
.hamburger_menu.sub-menu .social_menu li{
	display:inline-block;
	margin-top: 0;
}
.hamburger_menu.sub-menu .social_menu li a{
	padding:0px;
	font-size:24px;
	width:50px;
	height:50px;
    line-height: 50px;
}

.business-meeting-sec{
    background-color: var(--darkBlueBg);
    width: 100%;
    height: 117px;
}
/* page-thank-you */
@media (max-width:667px){
    .page-template-thank-you .header_sec{
    margin-bottom: 30px !important;
}
.page-template-thank-you .cus-thank-you-page .bpa-front-thankyou-module-container{
    padding: 20px 0px 20px 0px !important;
}
}
.page-template-thank-you .header_sec{
    margin-bottom: 50px;
    position: static;
    background: #204f6a;
}
.page-template-thank-you .cus-thank-you-page{
    padding: 50px 0px;
}
.page-template-thank-you .cus-thank-you-page .bpa-front-thankyou-module-container{
    padding: 40px 0px 20px 0px;
}
/* Book your appointment */
.custom-book-appointment .header_sec{
    background: #204f6a;
    position: static !important;
}
.custom-book-appointment .expense-production{
    padding: 50px 0px 60px 0px;
}
/* .custom-book-appointment .expense-production .bookingpress-container{
    width: 990px;
    margin: 0 auto;
} */
.custom-book-appointment .expense-production .bookingpress-heading{
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0px 40px 20px 40px !important;
}

@media (min-width: 1100px) and (max-width: 1199px){
.custom-book-appointment .expense-production .bookingpress-heading{
    padding: 0px 0px 20px 0px !important;
}
}
@media (min-width: 1370px) and (max-width: 1400px){
.custom-book-appointment .expense-production .bookingpress-heading{
    padding: 0px 0px 20px 0px !important;
}
}
/*  */
.error_page{
  text-align: center;
  background-color: #f9f9f9;
  padding-left: 15px;
  padding-right: 15px;
}
.error_page.payment_custom_page main{
min-height: 100px;
}
.error_page.payment_custom_page .bpa-front-complete-payment-container{
   padding: 30px 12px;
}
.error_page.payment_custom_page .bpa-front-cancel-module-container,
.error_page.payment_custom_page .bpa-front-data-empty-view{
    padding: 30px 12px;
    max-width: 1140px !important;
    margin: 0 auto;
}
.error_page.payment_custom_page .bpa-front-data-empty-view{
    background: var(--bpa-cl-white);
    border: 1px solid var(--bpa-gt-gray-400);
    border-radius: var(--bpa-radius-8px);
    text-align: center;
}
.error_page .error{
  font-size: 150px;
  line-height: 115px;
  color: var(--primaryColor);
  text-shadow: 
    1px 1px 1px #765907,    
    2px 2px 1px #765907,
    3px 3px 1px #765907,
    4px 4px 1px #765907,
    5px 5px 1px #765907,
    6px 6px 1px #765907,
    7px 7px 1px #765907,
    8px 8px 1px #765907,
    25px 25px 8px rgba(0,0,0, 0.2);
    margin-top: 0px;
}

.error_page .page{
  margin: 2rem 0;
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

.error_page .back-home{
  display: inline-block;
  border: 2px solid #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.75rem 1rem 0.6rem;
  transition: all 0.2s linear;
  box-shadow: 0 15px 15px -11px rgba(0,0,0, 0.4);
  background: #222;
  border-radius: 6px;
}
.error_page .back-home:hover{
  background: #222;
  color: #ddd;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
	display:none;
}
.woocommerce div.product div.summary{
	width:100%;
}
.woocommerce div.product .woocommerce-product-details__short-description{
	width:50%;
}
.related.products{
	clear:both;
}
.header_sec.fixed .header_logo img,
.header_sec .top_nav a img{
    margin-top: 8px;
}

.new-down-content p{
    font-size: 16px;
    line-height: 22px;
    margin: 10px 0px;
    color: var(--textColor);
    text-align: justify;
}
.new-down-content .new-down-content-points{
    margin: 15px 0px;
}
.new-down-content ul>li{
  margin: 10px 16px
}
.new-down-content ul>li{
    list-style: disc;
    color: var(--secondaryColor);
}
.new-down-content ul>li:nth-child(3){
    list-style: none;
}
.new-down-content ul>li ul>li{
    list-style: none;
    margin-left: 0px;
    margin: 12px 0px;
}
.new-down-content ul>li ul>li .fa{
    margin-right: 7px;
} 
.new-down-content{
    padding-bottom: 50px;
}
.custom-book-appointment .bookingpress-wrapper .bookingpress-container .bookingpress-heading{
  padding: 0px 0px 20px 0px !important;
    text-align: left;
    max-width: 1140px !important;
    margin: 0 auto !important;
}

.bpa-front--dt__ts-heading .bpa-front-module-heading,
.bpa-front--dt__ts-body--row .bpa-front--dt-ts__sub-heading,
.el-row .bpa-front-module-heading{
    text-align: left;
}
.custom-book-appointment .el-form-item{
    text-align: left;
}
/* Responsive */

@media (max-width: 1920px){
    .page-template-page-employer-service .content-row-4col,
    .page-template-page-employee-service .content-row-4col{
    padding: 20px 0;
}
.page-template-page-about .padding-md-top{
    padding-top: 0px;
    padding-bottom: 30px;
}
.footer_top.padding-md-top{
    padding-top: 30px;
}
    .page-template-page-employee-service .content-row-4col h2, 
    .page-template-page-employer-service .content-row-4col h2, 
    .about_sec1 h2,
    .page-template-page-contact .content-row-4col h2{
        margin-bottom: 18px !important;
    }
        .page-template-page-about .footer_top{
            padding-bottom: 30px;
        }
        .about_sec1{
          padding-top: 0px;
        }
            .contact-page {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    
}
 @media (min-width: 1600px) {
     .container{
        max-width: 1560px;
    }
}

 @media only screen and (min-width:1690px) and (max-width:1799px){

}


 @media (max-width: 1366px) {
    .custom-book-appointment .bpa-frontend-main-container{
     padding: 0px 10%;
    }
    .custom-book-appointment .bookingpress-wrapper .bookingpress-container .bookingpress-heading{
        padding: 0% 0% 20px 8% !important;
    }

.page-template-page-contact .inner_banner img{
    height: 359px;
}

.contact-page .contact-pagein h2{
    margin: 0px 0px 12px 0px;
}
.page_info {
        max-width: 600px;
    }
    .padding-xxl-top{
        padding-top: 80px;
    }
     .padding-xxl-bottom{
        padding-bottom: 80px;
    }
     .padding-xl-top{
        padding-top: 70px;
    }
     .padding-xl-bottom{
        padding-bottom: 70px;
    }
     .padding-lg-top{
        padding-top: 60px;
    }
     .padding-lg-bottom{
        padding-bottom: 60px;
    }
     .padding-md-bottom{
        padding-bottom: 30px;
    }
     .padding-sm-top{
        padding-top: 40px;
    }
     .padding-sm-bottom{
        padding-bottom: 40px;
    }
     .padding-xs-top{
        padding-top: 30px;
    }
     .padding-xs-bottom{
        padding-bottom: 30px;
    }



h2 {
    font-size: 40px;
}
h3 {
    font-size: 26px;
}

.inner_banner img{
    height: 379px;
}
.hamburger_menu.sub-menu li a {
    padding: 25px 15px;
}
.home_sec4_lt p {
    font-size: 20px;
}
.footer_bottom_menu ul li a {
    font-size: 16px;
}
.footer_bottom_menu ul li {
    margin: 0px 12px;
}
.footer_copyright p {
    font-size: 16px;
}


.header_sec.fixed ul.menu_sec > li > a{
    font-size: 22px;
}
.header_sec.fixed ul.menu_sec li>ul li a {
 font-size: 18px;
}
.header_sec.fixed .header_logo {
    width: 110px;
    margin: 13px 0px 13px 15px;
}
.header_sec.fixed .header_logo img {
    width: 130px;
}
.header_sec.fixed ul.menu_sec > li {
    margin: 14px 25px;
}
.header_sec.fixed .header_get_btn.btn {
    top: 18px;
    padding: 8px 15px;
}

    
}


 @media only screen and (min-width:1200px) and (max-width:1399px){


h2 {
    font-size: 36px;
}
h3 {
    font-size: 24px;
}
.header_logo img {
    width: 160px;
}
ul.menu_sec > li > a {
    padding: 15px 5px;
    
}
ul.menu_sec > li {
    margin: 20px 15px;
}
.hamburger_icon.c-hamburger {
     right: 35px;
     top: 30px;
}
.top_nav {
    padding-right: 220px;
}
.header_logo {
    margin: 20px 0px 20px;
    width: 160px;
}
.header_get_btn.btn {
    top: 28px;
}
.hamburger_menu.sub-menu li a {
        padding: 22px 15px;
    }
.banner_sec_inner {
     top: 40%;
}
.hamburger_menu.sub-menu li a{
    font-size: 26px;
}
.home_sec1_lt_row1_lt {
    -moz-border-radius: 80px 80px 0px 80px;
    -webkit-border-radius: 80px 80px 0px 80px;
    -o-border-radius: 80px 80px 0px 80px;
    border-radius: 80px 80px 0px 80px;
}
.home_sec1_lt_row2_lt {
    -moz-border-radius: 0px 80px 80px 80px;
    -webkit-border-radius: 0px 80px 80px 80px;
    -o-border-radius: 0px 80px 80px 80px;
    border-radius: 0px 80px 80px 80px;
}
.home_sec1_lt_row1_rt {
    width: 250px;
    height: 250px;
}
.home_sec1_lt_row1_rt::before {
    width: 250px;
    height: 250px;
}
.home_sec1_lt_row1_lt {
    height: 420px;
}
.home_sec1_lt_row2_lt{
    height: 420px;
}
.our_srv_box_media {
    height: 220px;
}
.testimonial_slider.owl-carousel .owl-nav .owl-prev, .testimonial_slider.owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.footer_contact_text a {
    font-size: 20px;
}
.footer_contact_icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.footer_contact_icon {
    width: 40px;
}
.social_menu li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.form-control {
    height: 45px;
    line-height: 45px;
}
.business-meeting-sec {
    height: 104px;
}









}


@media only screen and (min-width:1200px) and (max-width:1365px){

    .hamburger_icon.c-hamburger {
        right: 6px;
        top: 30px;
    }
    .header_get_btn.btn {
        top: 30px;
        right: 10px;
    }


}



 @media (max-width: 1199px) {
        .error_page.payment_custom_page .bpa-front-cancel-module-container,
.error_page.payment_custom_page .bpa-front-data-empty-view{
    max-width: 100% !important;
}

body{
    font-size: 14px;
}
.btn {
    padding: 8px 35px;
    font-size: 15px;
}
.btn i{
    font-size: 14px;
}

h2 {
    font-size: 28px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}

.page_info {
        max-width: 600px;
    }
    .padding-xxl-top{
        padding-top: 80px;
    }
     .padding-xxl-bottom{
        padding-bottom: 80px;
    }
     .padding-xl-top{
        padding-top: 70px;
    }
     .padding-xl-bottom{
        padding-bottom: 70px;
    }
     .padding-lg-top{
        padding-top: 60px;
    }
     .padding-lg-bottom{
        padding-bottom: 60px;
    }
     .padding-md-top{
        padding-top: 50px;
    }
     .padding-md-bottom{
        padding-bottom: 50px;
    }
     .padding-sm-top{
        padding-top: 40px;
    }
     .padding-sm-bottom{
        padding-bottom: 40px;
    }
     .padding-xs-top{
        padding-top: 30px;
    }
     .padding-xs-bottom{
        padding-bottom: 30px;
    }
    .form-control {
        height: 40px;
        line-height: 40px;
        padding: 0px 20px;
        font-size: 15px;
    }

ul.menu_sec > li > a {
    padding: 10px 5px;
    font-size: 18px;
}
ul.menu_sec > li {
    margin: 15px 10px;
}
.hamburger_icon.c-hamburger {
        right: 25px;
        top: 17px;
    }
.top_nav {
    padding-right: 220px;
}
.header_logo {
    margin: 10px 0px 10px;
    width: 130px;
}
.header_logo img {
    width: 130px;
}

.header_get_btn.btn {
        top: 18px;
        font-size: 15px;
        padding: 7px 10px;
        width: 140px;
        right: 50px;
    }
.hamburger_menu.sub-menu li a {
        padding: 15px 15px;
    }
.banner_sec_inner {
     top: 40%;
}
.hamburger_menu.sub-menu li a{
    font-size: 24px;
}
.header_sec.fixed ul.menu_sec > li > a{
        padding: 10px 5px;
        font-size: 18px;
    }
.header_sec.fixed ul.menu_sec > li{
    margin: 15px 10px;
}
.header_sec.fixed .hamburger_icon.c-hamburger {
    top: 17px;
}
.business-meeting-sec {
    height: 75.19px;
}

.banner_sec_info h1 {
    font-size: 40px;
}
.banner_sec_info h3 {
    font-size: 25px;
}
.banner_sec_info h2 {
    font-size: 27px;
    margin-bottom: 25px;
}


.home_sec1_lt_row1_lt {
    -moz-border-radius: 80px 80px 0px 80px;
    -webkit-border-radius: 80px 80px 0px 80px;
    -o-border-radius: 80px 80px 0px 80px;
    border-radius: 80px 80px 0px 80px;
}
.home_sec1_lt_row2_lt {
    -moz-border-radius: 0px 80px 80px 80px;
    -webkit-border-radius: 0px 80px 80px 80px;
    -o-border-radius: 0px 80px 80px 80px;
    border-radius: 0px 80px 80px 80px;
}
    .home_sec1_lt_row1_rt {
        width: 200px;
        height: 200px;
        padding: 12px;
    }
.home_sec1_lt_row1_rt::before {
    width: 200px;
    height: 200px;
}
.home_sec1_lt_row1_lt {
    height: 400px;
}
.home_sec1_lt_row2_lt {
    height: 400px;
}
.home_sec1_lt_row2_rt h2 {
    font-size: 45px;
}
.home_sec1_lt_row2_rt h3 {
    font-size: 26px;
}
.home_sec1_lt_row2_rt {
    width: 150px;
    height: 150px;
    padding: 5px;
}
.home_sec1_lt_row2_rt::before {
    width: 170px;
    height: 170px;
}

.home_sec1_rt .btn {
    margin-top: 10px;
}
.our_srv_box_media {
    height: 180px;
}
.home_sec3_lt .btn {
    width: 220px;
}
.testimonial_slider.owl-carousel .owl-nav .owl-prev, .testimonial_slider.owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.our_srv_box_description {
    padding: 15px 10px;
}
    .home_sec4_lt p {
        font-size: 18px;
    }
.testimonial_rt_description_tp h3 {
    font-size: 26px;
     margin-bottom: 20px;
}
.comma_pnl::before {
    width: 36px;
    height: 33px;
    background-size: 36px;
}
.comma_pnl {
    padding-top: 25px;
    padding-right: 30px;
}
.testimonial_rt_description_tp{
    padding-bottom: 20px;
}

.testimonial_slider.owl-carousel .owl-nav .owl-prev, .testimonial_slider.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.testimonial_slider.owl-carousel .owl-nav .owl-prev::before{
    background-size: 15px;
    background-position: center center;
}
.testimonial_slider.owl-carousel .owl-nav .owl-next::after{
background-size: 15px;
background-position: center center;
}
.testimonial_rt_media {
    height: 340px;
}

.footer_top_rt_form .form-group {
    margin-bottom: 20px;
}
.footer_top_rt_form .form-control.btn {
    width: 180px;
    height: 40px;
    line-height: 40px;
    margin-top: 0px;
}
.footer_contact_text a {
    font-size: 20px;
}
.footer_contact_icon i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.footer_contact_icon {
    width: 40px;
}
.social_menu li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.form-control {
    height: 45px;
    line-height: 45px;
}
.footer_contact_main {
    padding-top: 30px;
}
.social_menu {
    padding-top: 20px;
}

.inner_banner img {
    height: 260px;
}
.hamberger-contact h5{
    font-size: 30px;
}













}
 @media (max-width: 1024px) {
}
 @media (max-width: 991px) {
 .custom-book-appointment .bpa-frontend-main-container{
     padding: 0px 8%;
    }
.banner_sec{
    height: 50vh;
}
.btn {
    padding: 8px 25px;
    font-size: 15px;
}
h2 {
        font-size: 24px;
    }

   .header_sec.fixed .header_logo img {
        width: 110px;
    }
     .header_sec {
        left: inherit;
         top: inherit;
         position: inherit;
         padding: 0px;
         background: var(--secondaryColor);
    }
     .header_sec .container{
        max-width: 100%;
         padding-right: 0px;
         padding-left: 0px;
    }
     .header_logo {
        margin: 10px 0px 10px 15px;
        left: inherit;
        right: inherit;
        top:inherit;
        bottom: inherit;
        transform: inherit;
        position: inherit;
        width: 110px;
    }
     .header_logo img {
        width: 110px;
    }
     .top_nav {
        padding-right: 0px;
    }
     .active-menu .collapse-button span:nth-child(1) {
        -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
         margin: 11px 0 -13px;
    }
     .active-menu .collapse-button span:nth-child(2) {
        opacity: 0;
    }
     .active-menu .collapse-button span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
         transform: rotate(-45deg);
         top: -9px;
         position: relative;
    }
     .active-menu {
        overflow: hidden;
    }
     .collapse-button {
        width: 40px;
         margin-top: 0px;
         background: none !important;
         border: none;
         border-radius: 0px;
         font-size: 34px;
         color: var(--whiteColor);
         padding: 0px !important;
         outline: none;
         margin-right: 0px;
         right: 15px;
         top: 4px;
    }
     .collapse-button:hover, .collapse-button:focus {
        color: #6377EE;
         background-color: none !important;
    }
     .collapse-button .icon-bar {
        height: 4px;
         width: 40px;
         margin: 7px 0;
         color: var(--whiteColor);
         background-color: var(--whiteColor);
    }
     .slimmenu.menu_sec.collapsed{
        width: 100% !important;
         left: 0;
         top: 100%;
         position: absolute;
         background: rgba(0,0,0,0.80);
         z-index: 100;
         border-top: 0px;
         margin-top: 0px;
         padding: 0px 0px;
         transform: inherit;
         text-align: inherit;
    }
     .menu-collapser {
        background-color: inherit;
         width: auto;
         right: 0px;
         top: 30px;
         position: absolute;
         padding: 0px;
    }
     ul.slimmenu.collapsed li a {
        border-bottom: 1px solid var(--borderFooterLine);
         display: inline-block;
         width: 100%;
         color: var(--whiteColor);
    }
     ul.slimmenu.collapsed li a:hover{
        background: #6377EE;
    }
     ul.menu_sec > li > a {
        padding: 10px 15px;
         font-size: 15px;
    }
     ul.menu_sec > li::before{
        display: none;
    }
     ul.menu_sec li .sub-toggle i {
        font-size: 16px;
         transform: inherit;
         color: var(--whiteColor);
    }
     ul.menu_sec li .sub-toggle {
        top: 2px;
         right: 10px;
         left: inherit;
    }
     ul.menu_sec li>ul, ul.menu_sec ul{
        width: 100%;
         height: auto;
         left: inherit;
         top: inherit;
         right: inherit;
         bottom: inherit;
         position: inherit;
         transform: inherit;
         background: none;
         float: left;
    }
     ul.menu_sec li>ul li{
        width: 100%;
         display: inline-block;
    }
     ul.menu_sec li>ul li a:hover{
        color: var(--whiteColor) !important;
         background: #6377EE;
         width: 100%;
         display: inline-block;
    }
     ul.menu_sec li>ul li a::after {
        background: #6377EE;
    }
     ul.menu_sec li>ul li a:hover:before{
        display: none;
    }
     ul.slimmenu.collapsed li>ul{
        padding: 0px 15px;
    }
     ul.menu_sec > li::after{
        display: none;
    }
     ul.menu_sec > li a::before{
        display: none;
    }
     ul.menu_sec li:hover a:before, .nav_top ul li.current-menu-item a:before{
        display: none;
    }
     ul.menu_sec > li {
        margin: 0px 0px;
    }
     ul.menu_sec li>ul li a {
        padding: 10px 15px !important;
    }
    ul.menu_sec > li:nth-child(3) {
        margin-left: 0px;
    }
    ul.slimmenu li .sub-toggle i{
        top: -6px;
    }
    .header_sec.fixed ul.menu_sec > li {
        margin: 0px;
    }
    .header_sec.fixed ul.menu_sec > li > a {
        padding: 10px 15px;
        font-size: 15px;
    }
    ul.slimmenu.collapsed li:last-child a{
        border-bottom: 0px
    }
.hamburger_icon.c-hamburger{
    display: none;
}
.header_sec.fixed .hamburger_icon1{
    display: none;
}  
.header_get_btn.btn {
        right: 80px;
        width: 120px;
}
    .header_sec.fixed .header_get_btn.btn {
        top: 16px;
        font-size: 15px;
        padding: 7px 10px;
    }

    .business-meeting-sec {
        height: 64.55px;
    }
.header_get_btn.btn {
        top: 13px;
}




    .banner_sec_inner {
        top: 55%;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .banner_sec_info h1 {
        font-size: 30px;
        margin-bottom: 35px;
    }
    .banner_sec_info h3 {
        font-size: 21px;
    }
.banner_sec_info h2 {
        font-size: 21px;
        margin-bottom: 20px;
    }
.banner_sec_info h2 span::before {
    height: 3px;
}

.home_sec1_rt p {
    font-size: 14px;
    margin-bottom: 15px;
	line-height: 24px;
}
.home_sec1_rt h4 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.home_sec1_lt_row1_rt {
        width: 160px;
        height: 160px;
        padding: 10px;
    }
.home_sec1_lt_row1_rt::before {
        width: 160px;
        height: 160px;
    }
    .home_sec1_lt_row2_rt {
        width: 120px;
        height: 120px;
        padding: 5px;
    }
.home_sec1_lt_row2_rt::before {
        width: 140px;
        height: 140px;
    }
.home_sec1_lt_row2_rt h2 {
        font-size: 35px;
    }
    .home_sec1_lt_row2_rt h3 {
        font-size: 20px;
    }
    .home_sec1_lt_row1_lt {
        height: 350px;
    }
    .home_sec1_lt_row2_lt {
        height: 350px;
    }
.cleners_sec_tab ul li a {
    font-size: 22px;
    padding-bottom: 25px;
}

.page_info h2 {
    margin-bottom: 15px;
}
.cleners_sec_tab ul li:not(:last-child)::before {
    top: 8px;
    font-size: 22px;
}
.cleners_sec_tab ul li:not(:last-child) {
    padding-right: 30px;
    margin-right: 10px;
}
.footer_contact_text a {
        font-size: 17px;
    }
.footer_top_rt_form .form-group {
        margin-bottom: 15px;
    }
.social_menu li:not(:last-child) {
    margin-right: 10px;
}
.social_menu {
        padding-top: 10px;
    }

.inner_banner img {
    height: 210px;
}
.our_srv_box_media {
        height: 210px;
    }
.hamberger-contact {
    padding: 20px;
}
.hamberger-contact h5 {
    font-size: 24px;
    line-height: 34px;
}
.hamberger-contact {
     margin-top: 15%;
}






}

 @media (max-width: 767px) {

    .padding-xxl-top{
        padding-top: 70px;
    }
     .padding-xxl-bottom{
        padding-bottom: 70px;
    }
     .padding-xl-top{
        padding-top: 60px;
    }
     .padding-xl-bottom{
        padding-bottom: 60px;
    }
     .padding-lg-top{
        padding-top: 50px;
    }
     .padding-lg-bottom{
        padding-bottom: 50px;
    }
     .padding-md-top{
        padding-top: 40px;
    }
     .padding-md-bottom{
        padding-bottom: 40px;
    }
    .employee_relations{
         padding-bottom: 0px;
    }
     .padding-sm-top{
        padding-top: 30px;
    }
     .padding-sm-bottom{
        padding-bottom: 30px;
    }
     .padding-xs-top{
        padding-top: 20px;
    }
     .padding-xs-bottom{
        padding-bottom: 20px;
    }
    
.header_logo img {
        width: 90px;
    }
.header_sec.fixed .header_logo img {
        width: 90px;
    }
.header_get_btn.btn {
        right: 70px;
        width: 110px;
        padding: 5px 10px;
        top: 11px;
    }   
.collapse-button {
     top: -1px;
}
.header_sec.fixed .header_get_btn.btn{
        right: 70px;
        width: 110px;
        padding: 5px 10px;
        top: 14px;
    }

.business-meeting-sec {
        height: 56.44px;
    }


.home_sec1_lt_row2_col2 {
    padding-top: 0px;
}
.home_sec3_lt h4 {
    margin-bottom: 20px;
}
.home_sec3_lt h2 {
    margin-bottom: 20px;
}
.home_sec3_lt{
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.home_sec1 .home_sec1_row_main {
    flex-direction: column-reverse;
}
.home_sec1 .home_sec1_lt_row1{
    flex-direction: row;
}
.home_sec1_lt_row2{
    flex-direction: column-reverse;
}
.home_sec1_lt_row1_lt {
        height: 250px;
        border-radius: 50px 50px 0px 50px;
        margin-bottom: 30px;
    }
.home_sec1_lt_row2_lt {
        height: 250px;
        border-radius: 50px 50px 0px 50px;
        margin-bottom: 30px;
    }
.home_sec1_lt_row1_rt {
        width: 100%;
        height: 250px;
        padding: 0px;
        margin-bottom: 30px;
    }
.home_sec1_lt_row1_rt::before{display: none;}
.home_sec1_lt_row2 {
    margin-top: 0px;
}
.home_sec1_lt_row1_rt img{
border-radius: 50px 50px 50px 0px;
}
.home_sec1_lt_row2_col2 {
    padding-left: 25px;
}
    .home_sec1_lt_row2_rt {
         margin: 0 auto;
    }
.home_sec1_rt {
    padding-bottom: 30px;
    text-align: center;
}
.page_info h4 {
    margin-bottom: 15px;
}
.home_sec2 .btn {
    width: 180px;
    margin-top: 0px;
}

.testimonial_rt_media{
    margin-bottom: 30px;
    border-radius: 50px 50px 0px 50px;
}
.footer_top_lt h2 {
    margin-bottom: 20px;
}
.footer_contact_main {
        padding-top: 0px;
    }
.footer_contact {
    margin-bottom: 15px;
}
.social_menu {
        padding-top: 10px;
        margin-bottom: 30px;
    }
.footer_top_rt_form .text-center {
    text-align: left !important;
}
.footer_top_rt_form .form-control.btn {
    width: 150px;
}

.footer_bottom h3 {
    margin-bottom: 20px;
}
    .footer_bottom_menu ul li a {
        font-size: 14px;
    }
.footer_copyright p {
        font-size: 14px;
    }
.footer_bottom_menu ul{
    display: block;
}
.footer_bottom_menu ul{
    display: inline-block;
}
.footer_bottom_menu ul li{
    width: auto;
    display: inline-block;
    margin-bottom: 7px;
}
.footer_bottom_menu {
    padding: 20px 0px 10px;
}


.home_sec1_lt_row1_lt, .home_sec1_lt_row2_lt{
    display: none;
}
.contact_modal_design .modal-body {
    padding: 20px 15px 20px;
}
.contact_modal_design .get_box h3 {
    font-size: 28px;
}
.inner_banner_main{
	top:50%;
}
    .inner_banner img {
        height: 150px;
    }
.inner_banner h1, .inner_banner h2 {
     font-size: 38px;
}

.hamburger_menu.sub-menu .social_menu li a {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
}
    .hamberger-contact h5 {
        font-size: 18px;
        line-height: 28px;
    }
.hamberger-contact {
        margin-top: 20%;
    }








}
@media (max-width: 576px){
   .custom-book-appointment .bpa-frontend-main-container{
 padding: 0px 0%;
    }
}
 @media (max-width: 575px) {


    .custom-book-appointment .bookingpress-wrapper .bookingpress-container .bookingpress-heading{
padding: 0px 0px 20px 0px !important;
}
    .footer_top_rt{
        margin-top: 20px;
    }
    .header_logo img{
        border-radius: 5px;
    }
.header_sec.fixed .header_logo img,
.header_sec .top_nav a img{
    margin-top: 4px;
}
    .home_sec1_lt_row1_rt img, 
    .our_srv_box,
    .about_sec1_lt{
        border-radius: 15px 15px 15px 15px;
    }
    .menu-collapser .collapse-button{
        right: 6px;
    }
.collapse-button .icon-bar{
   width: 30px;
    height: 2px;
}
.active-menu .collapse-button .icon-bar{
    height: 3px;
}
.home_sec3_rt_in {
    margin-bottom: 20px;
}
.banner_sec_info h1 {
    font-size: 25px;
    margin-bottom: 25px;
}
.banner_sec_info h3 {
    font-size: 20px;
}
.cleners_sec_tab ul li a {
    font-size: 20px;
    padding-bottom: 25px;
}
.modal-dialog{
    width: 90%;
    margin: 30px auto;
}
.content-row-4col{
	padding: 40px 0px 30px 0px;
}
.content-row-4col h2{
	margin-bottom:30px;
	text-align:center;
}
.content-row-4col .innerBlock{
	height: auto;
	margin-bottom: 30px;
    margin-top: 0px;
}
.inner_banner h1, 
.inner_banner h2{
	font-size:24px;
}
.home_sec1.employee_relations .home_sec1_rt h4{
	margin-top:20px;
}
.inner_banner img {
	height: 130px;
}
.our_srv_box_media {
    height: 180px;
}
.our_srv_box_description>h5{
    font-size: 20px;
}
.hamburger_menu.sub-menu li a {
        font-size: 21px;
    }

    

}
 @media (max-width: 480px) {

  .inner_banner img {
    object-position: right center;
    }

.hamberger-contact {
    margin-top: 0px;
    display: block;
    width: 100%;
}
.hamburger_menu.sub-menu li:first-child {
    margin-top: 20px;
}
.hamburger_menu .list-unstyled {
    display: inline-block;
    width: 100%;
}
.hamburger_menu.sub-menu li a {
        font-size: 16px;
        padding: 7px 15px;
    }
    .hamberger-contact {
        display: block;
        width: 90%;
        margin: 10px auto;
    }
.hamberger-contact h5 {
     margin-bottom: 10px;
    }
.hamberger-contact .conct-row {
    margin-bottom: 10px;
}
.about_sec1_lt {
    height: 340px;
    margin-bottom: 10px;
    margin-top: 10px;
}



}

