@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url('../css/bootstrap.css');
@import url('../css/animate.css');
@import url('../css/jquery.fancybox.min.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('../css/slick.css');
@import url('../css/variables.css');
@import url('../css/mobile-nav.css');
 

#jqcheck {
    background: #fff9d7;
    text-align: center;
    color: #333;
    padding: 10px 0px;
    font-size: 13px;
    font-weight: bold;
    position: fixed;
    z-index: 9991;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

* {
    margin: 0px;
    padding: 0px;
}

/* text selection color */
::-moz-selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

::selection {
    background: var(--primary-color);
    color: var(--theme-white);
    text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    background-color: #ecedf1;
    -webkit-border-radius: 0px;
    border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 0px;
    background: var(--primary-color);
}

body {
    font-family: var(--base-font-family);
    color: var(--default-color);
    font-size: var(--base-font-size);
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#737270+0,514c48+50,25292c+96 */
    background: #737270; /* Old browsers */
    background: -moz-linear-gradient(top,  #737270 0%, #514c48 50%, #25292c 96%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #737270 0%,#514c48 50%,#25292c 96%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #737270 0%,#514c48 50%,#25292c 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#737270', endColorstr='#25292c',GradientType=0 ); /* IE6-9 */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    margin: 0;
    padding: 0;
    width: 100%;
}

p {
    font-weight: 300;
    line-height: 22px;
    padding: 0 0 20px;
    margin: 0px;
}

/*** theme sections padding ***/
.sec-padding-100 {
    padding: 100px 0;
}

.sec-padding-90 {
    padding: 90px 0;
}

.sec-padding-80 {
    padding: 80px 0;
}

.sec-padding-70 {
    padding: 70px 0;
}

.sec-padding-60 {
    padding: 60px 0;
}

.sec-padding-xlarge {
    padding: 50px 0;
}

.sec-padding-large {
    padding: 40px 0;
}

.sec-padding-medium {
    padding: 30px 0;
}

.sec-padding-small {
    padding: 25px 0;
}

.sec-padding-xsmall {
    padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
    margin: 100px 0;
}

.sec-margin-90 {
    margin: 90px 0;
}

.sec-margin-80 {
    margin: 80px 0;
}

.sec-margin-70 {
    margin: 70px 0;
}

.sec-margin-60 {
    margin: 60px 0;
}

.sec-margin-xlarge {
    margin: 50px 0;
}

.sec-margin-large {
    margin: 40px 0;
}

.sec-margin-medium {
    margin: 30px 0;
}

.sec-margin-small {
    margin: 25px 0;
}

.sec-margin-xsmall {
    margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
    padding: 0;
}

.pt-0 {
    padding-top: 0px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pl-0 {
    padding-left: 0px;
}

.pr-0 {
    padding-right: 0px;
}

.m-0 {
    margin: 0;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}

.ml-0 {
    margin-left: 0px;
}

.mr-0 {
    margin-right: 0px;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

img {
    border: 0px;
    outline: none;
}

/*img { max-width: 100%;  }*/
ul,li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

/*** morefull block link ***/
.moreFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
}

/*** transition ***/
.transition {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
    -webkit-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

/* header 
------------------------------------*/
.header-main {
    padding: 0 0 0 0;
    position: absolute;
    width: 100%;
}

.top-bar {
    color: white;
    background: var(--primary-color);
    padding: 10px 0 50px;
}

.top-info-list {
    margin: 0;
    display: flex;
    gap: 15px;
    height: 100%;
    align-items: center;
}

.top-info-list li {
    float: left;
    color: #ffffff;
    display: flex;
}

.top-info-list li i {
    color: var(--secondary-color);
    font-size: 30px;
    margin: 0 15px;
}

.top-info-list li:last-child {
    padding-right: 0px;
}

.top-info-list li span {
    margin-right: 8px;
    color: var(--primary-color);
    font-size: 13px;
    line-height: 20px;
}

.top-info-list li span.icon-phone2 {
    font-size: 15px;
    top: 1px;
    position: relative;
}

.top-info-list li+li {
    border-left: 1px solid #515151;
}

.top-info-list li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
}

.top-info-list li a:hover {
    color: white;
}

.nav-area-full {
    padding: 20px 0;
    width: 100%;
    margin: 0;
}

.logo {
    margin: 0;
    float: left;
}

.logo a {
    display: block;
}

.top-area {
    display: inline-block;
    width: 100%;
}

.main-menu {
    width: 100%;
    margin: 0;
}

.main-menu > ul {
    margin: 0;
}

.main-menu > ul > li {
    padding: 0px 2px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.main-menu > ul > li:last-child {
    padding-right: 0px;
}

.main-menu > ul > li:before {
    content: "";
}

.main-menu > ul > li.active:before {
    width: 100%;
}

.main-menu > ul > li > a {
    font-size: 15px;
    font-weight: 500;
    height: auto;
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 32px 0;
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 1px;
}

.main-menu > ul > li.active > a, .main-menu > ul > li > a:hover, .main-menu > ul > li > a.active, .main-menu > ul > li > a:focus {
    color: #fff;
}

.dropdown {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0%;
    visibility: hidden;
    opacity: 0;
    z-index: 999999;
    padding: 0px;
    background: rgba(255,255,255,0.9);
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 5px solid var(--secondary-color);
}

.main-menu > ul > li:hover .dropdown {
    visibility: visible;
    /* shows sub-menu */
    opacity: 1;
    left: 0;
}

.dropdown > ul {
    list-style: none;
}

.dropdown > ul > li {
}

.dropdown > ul > li:before {
    display: none;
}

.dropdown > ul > li+li {
    border-top: 1px dotted #457584;
}

.dropdown > ul > li > a {
    color: #202020;
    font-size: 14px;
    text-decoration: none;
    padding: 15px 10px 15px 15px;
    display: block;
}

.dropdown > ul > li > a:hover {
    color: black;
    background: none;
}

.dropdown > ul > li > a:hover:before {
    display: none;
}

.double-drop {
    width: 400px!important;
}

.dropdown > ul > li > ul {
    display: none;
}

.dropdown > ul > li.level2:hover > ul {
    display: block;
}

.stickyheader {
    position: fixed;
    z-index: 9999;
    min-height: auto;
}

.stickyheader .logo img {
    width: 80px;
}

.stickyheader .logo {
    margin: 5px 0;
}

.stickyheader .navbar-inverse {
    margin: 10px 0 0 0;
}

.stickyheader .top-info-list ul {
    margin: 5px 0;
}

/* sldier home 
------------------------------------*/
.slider-wrapper {
    width: 100%;
    /*margin-bottom: 20px;*/
    position: relative;
    margin: 0;
    height: 100vh;
}

.home-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: table;
}

.home-banner-content {}

.home-banner-content h1 {
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    line-height: 55px;
    text-align: center;
    text-align: center;
    letter-spacing: 5px;
    padding: 0;
}

.home-banner-content h1:after {
    content: "";
}

.home-banner-content h1 span {
    color: #fff;
    font-size: 100px;
    font-weight: 600;
    display: block;
    margin: 0;
    letter-spacing: 37px;
    margin: 10px 0 0 -140px;
}

.home-banner-content .subtitle {
    color: white;
    font-size: 16px;
}

.home-banner-content a.home-banner-link {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    position: relative;
    display: table;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}

.home-banner-content a.home-banner-link:after {
    content: "\e93a";
    font-family: 'icomoon' !important;
    font-size: 13px;
    color: white;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.home-banner-content a.home-banner-link:hover {
    background: var(--primary-color-dark);
}

/* slick Dots .home slider */
.home-slider .slick-dots {
    position: absolute;
    bottom: 35px;
    right: 0px;
    left: 0px;
    display: block;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 3px;
    list-style: none;
    width: 1400px;
}

.home-slider .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
    cursor: pointer;
}

.home-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fff;
    border: none;
    border-radius: 200px;
}

.home-slider .slick-dots li.slick-active button {
    background: var(--secondary-color);
    border: none;
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
}

/* slick arrows .home slider */
.home-slider .slick-prev,.home-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 100;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.home-slider .slick-prev {
    left: 15px;
}

.home-slider .slick-next {
    right: 15px;
}

.home-slider .slick-prev:before,.home-slider .slick-next:before {
    font-family: 'icomoon' !important;
    color: white;
    font-size: 50px;
    line-height: 1;
}

.home-slider .slick-prev:before {
    content: '\e958';
}

.home-slider .slick-next:before {
    content: '\e957';
}

.home-slider .slick-prev:hover:before, .home-slider .slick-next:hover:before {
    color: var(--primary-color);
}

/* progress bar */
.slider-progress {
    width: 100%;
    height: 5px;
    background: transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: var(--primary-color);
}

/* car scroll top */
.car-top {
    width: 85px;
    position: fixed;
    bottom: -180px;
    right: 0px;
    z-index: 999;
    opacity: 1;
    cursor: pointer
}

.car-top.show {
    bottom: 5% !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.car-top.car-run {
    bottom: 100% !important;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.car-top.car-down {
    -webkit-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.car-top:before, .car-top:after {
    content: "";
    position: absolute;
    -o-transition: .2s;
    -webkit-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    opacity: 0
}

.car-top:hover:before, .car-top:hover:after, .car-top.car-run:before, .car-top.car-run:after {
    opacity: 1
}

.car-top:before, .car-top.car-run:before {
    top: -1px;
    left: 0;
    width: 85px;
    height: 89px;
    background: url(assets/images/car-focus.png) no-repeat 0 0
}

.logo img {
    height: 110px;
}

.top-info-list li p {
    padding: 0;
    font-size: 14px;
    color: rgb(255 255 255 / 68%);
}

.nav-area-full .container {
    /* background: #fff; */
    /* padding: 0px 10px; */
    position: relative;
    z-index: 5;
}

a#booking-now-btn {
    background: transparent;
    width: 230px;
    display: block;
    height: 60px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    line-height: 60px;
    position: relative;
    float: right;
    margin: 20px 0 0;
    border: 1px solid #fff;
}

.main-menu > ul > li:before {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 35px;
    transition: all .6s ease;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b65e28+0,fdc688+50,963704+100 */
    background: #b65e28; /* Old browsers */
    background: -moz-linear-gradient(left,  #b65e28 0%, #fdc688 50%, #963704 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #b65e28 0%,#fdc688 50%,#963704 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #b65e28 0%,#fdc688 50%,#963704 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 ); /* IE6-9 */
}

.main-menu > ul > li:hover:before {
    width: 100%;
}

a#booking-now-btn:before {
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #202020;
    transition: all .6s ease;
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
}

a#booking-now-btn:hover:before {
    width: 100%;
}

a#booking-now-btn:hover {
    color: #fff;
}

a#booking-now-btn span {
    position: relative;
    z-index: 5;
}

section#home-about {
    padding: 140px 0;
    /* background: var(--primary-color); */
}

section#home-about h2 {
    font-size: 55px;
    text-transform: uppercase;
    margin: 30px 0 35px;
    position: relative;
}

section#home-about h2 span {
    color: #b65e28;
    position: relative;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b65e28+0,fdc688+50,963704+100 */
     /* Old browsers */
     /* FF3.6-15 */
     /* Chrome10-25,Safari5.1-6 */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-9 */
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b65e28+0,fdc688+50,963704+100 */
    background: #b65e28; /* Old browsers */
    background: -moz-linear-gradient(top,  #b65e28 0%, #fdc688 50%, #963704 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #b65e28 0%,#fdc688 50%,#963704 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #b65e28 0%,#fdc688 50%,#963704 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=0 ); /* IE6-9 */
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

section#home-about a {
    /* width: 210px; */
    /* height: 60px; */
    /* background: var(--secondary-color); */
    /* color: #202020; */
    /* display: block; */
    /* line-height: 60px; */
    /* text-align: center; */
    /* font-weight: 600; */
    /* margin: 30px 0 0; */
    /* position: relative; */
    /* text-transform: uppercase; */
}

section#home-about a:hover, section#home-about a:hover:before {
    /* background: #fff; */
}

section#home-about a:before {
    background: var(--secondary-color);
    /* content: ""; */
    /* width: 100%; */
    /* height: 2px; */
    /* position: absolute; */
    /* bottom: -9px; */
    /* left: 0; */
    /* transition: all .6s ease; */
}

section#home-about p {
    line-height: 30px;
    font-size: 18px;
}

section#home-about h2:before {
    content: "";
    background: var(--secondary-color);
    /* width: 100px; */
    height: 5px;
    position: absolute;
    bottom: -4px;
    left: 0;
}

section#everything-know {
    padding: 120px 0;
    background: #1b1b1b;
}

section#everything-know h2 {
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
}

section#everything-know h2 span {
    color: var(--secondary-color);
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}


section#secutiy-sec {
    padding: 120px 0;
    /* background: var(--primary-color); */
}

section#secutiy-sec h2 {
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
}

section#secutiy-sec h2 span {
    color: var(--secondary-color);
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}


.everything-know-box {
    border-right: 1px solid #505050a8;
    padding: 60px;
    margin: 50px 0 0;
    min-height: 455px;
    position: relative;
    transition: all .6s ease;
    overflow: hidden;
}

.everything-know-box:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    /* background:url('../images/brand-pattern.png'); */
    bottom: 0px;
    left: 0px;
    transition: all .6s ease;
}

.everything-know-box:hover:after {
    height: 30px;
}

.everything-know-box h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 20px;
    transition: all .6s ease;
    position: relative;
    width: 100%;
    display: block;
}

section#everything-know h2:before {
    content: "";
    background: var(--secondary-color);
    /* width: 180px; */
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.icon01 {
    width: 60px;
    position: relative;
    transition: all .6s ease;
    margin: 0 0 30px;
    opacity: 0;
}

section#finding-trusted {
    padding: 120px 0;
    position: relative;
}

section#finding-trusted:before {
    background: rgb(0 0 0 / 66%);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section#finding-trusted .container {
    position: relative;
}

section#finding-trusted h2 {
    text-align: center;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 80px;
    position: relative;
    text-align: center;
}

section#finding-trusted p {
    text-align: center;
    line-height: 30px;
    font-size: 19px;
}

section#home-about a:hover:before {
    width: 0;
}

.trusted-list {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 30px;
    margin: 40px 0 0;
}

.trusted-list ul li {
    font-size: 20px;
    padding: 0 15px 25px;
    display: inline-block;
}

.trusted-list ul li i {
    margin: 0 10px 0 0;
    color: var(--secondary-color);
}

.trusted-list ul {
    text-align: center;
}

.trusted-list ul li {
    flex: 0 0 15%;
}

section#finding-trusted h2 span {
    color: var(--secondary-color);
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b65e28+12,fdc688+50,963704+96 */
    background: #b65e28; /* Old browsers */
    background: -moz-linear-gradient(left,  #b65e28 12%, #fdc688 50%, #963704 96%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #b65e28 12%,#fdc688 50%,#963704 96%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #b65e28 12%,#fdc688 50%,#963704 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 ); /* IE6-9 */
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

section#finding-trusted h2:before {
    content: "";
    background: var(--secondary-color);
    /* width: 180px; */
    height: 5px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.line-1:before, .line-1:after {
    content: '';
    background: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all .35s;
    transition: all .35s;
}

.line-2:before, .line-2:after {
    content: '';
    background: var(--secondary-color);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all .35s;
    transition: all .35s;
    z-index: 1;
}

.line-1:before, .line-2:before {
    width: 1px;
    height: 0;
    transition: all .35s;
}

.line-1:after, .line-2:after {
    width: 0%;
    height: 1px;
}

.everything-know-box:hover .line-1:before {
    width: 1px;
    height: 100%;
}

.everything-know-box:hover .line-1:after {
    width: 100%;
    height: 1px;
}

.everything-know-box:hover .line-2:before {
    width: 1px;
    height: 100%;
}

.everything-know-box:hover .line-2:after {
    width: 100%;
    height: 1px;
}

.everything-know-box p {
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0 0;
    position: relative;
    z-index: 1;
}

.everything-know-box:hover img {
    /* animation: piczoom 0.5s infinite alternate; */
}

@keyframes piczoom {
    form {
        transform: scale(1.0);
    }

    to {
        transform: scale(1.1);
    }
}

.everything-know-box:hover h3 {
    color: #fff;
}

.everything-know-box:hover h3:before {
    /* width: 100%; */
}

.everything-know-box h3:before {
    width: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: var(--secondary-color);
    bottom: -6px;
    transition: all .6s ease;
}

section#services-sec {
    padding: 120px 0;
    position: relative;
}

section#services-sec02 {
    padding: 0 0 120px 0;
}

section#services-sec h2, section#services-sec02 h2 {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 0 20px;
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

section#services-sec p, section#services-sec02 p {
    color: #fff;
    line-height: 30px;
}

.ct-link {
    border: 1px solid #fff;
    display: block;
    width: 200px;
    height: 55px;
    line-height: 53px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 0 0;
    cursor: pointer;
    position: relative;
}

.ct-link:hover {
    color: var(--secondary-color);
}

.ct-link:hover .line-1:before {
    width: 1px;
    height: 100%;
}

.ct-link:hover .line-1:after {
    width: 100%;
    height: 1px;
}

.ct-link:hover .line-2:before {
    width: 1px;
    height: 100%;
}

.ct-link:hover .line-2:after {
    width: 100%;
    height: 1px;
}

section#services-sec .col-md-6+.col-md-6 {
    background: white;
    height: 385px;
    position: relative;
    left: -80px;
    top: 75px;
    padding-left: 40px;
}

section#services-sec02 .col-md-6:nth-child(1) {
    background: white;
    height: 385px;
    position: relative;
    right: -80px;
    top: 75px;
    padding-right: 80px;
    z-index: 5
}

.ct-link:hover {
    border: 0;
}

.secuirty-box {
    text-align: center;
}

.secuirty-box h3 {
    font-weight: 600;
    margin: 30px 0 15px;
    font-size: 22px;
    color: var(--secondary-color);
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.secuirty-box p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 20px;
    opacity: 0.6;
}

.secuirty-box {
    padding: 40px 15px;
    margin: 50px 0 0;
    transition: all .6s ease;
    position: relative;
    top: 0;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.everything-know-box:hover {
    background: #000;
}

section#testimonial-sec {
    padding: 120px 0 120px;
    /* background-color: #F6F7FA; */
    background-size: cover;
    min-height: 700px;
    position: relative;
    /* background: #000; */
}


section#testimonial-sec h2 {
    color: #fff;
    font-weight: 600;
    font-size: 55px;
    text-transform: uppercase;
    margin: 0 0 100px;
    position: relative;
    text-align: center;
}

section#testimonial-sec h2 span {
    color: var(--secondary-color);
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.testimonial-items p {
    padding: 45px 20px;
    line-height: 35px;
    margin: 0;
    font-size: 17px;
}

.testimonial-items {
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-items {
    margin: 0 15px 0px;
    background-color: #1b1b1b;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0,28,143,5%);
    -khtml-box-shadow: 0 10px 30px rgba(0,28,143,5%);
    -moz-box-shadow: 0 10px 30px rgba(0,28,143,5%);
    -ms-box-shadow: 0 10px 30px rgba(0,28,143,5%);
    -o-box-shadow: 0 10px 30px rgba(0,28,143,5%);
    box-shadow: 0 10px 30px rgba(0,28,143,5%);
    text-align: center;
    padding: 5px 20px 5px;
    position: relative;
    color: #fff;
    min-height: 450px;
    opacity: 0.3 !important;
    transition: all .6s ease;
    transform: scale(0.9);
}

.testimonial-slider {
    margin: 0 auto;
    position: relative;
    margin: 0 0 0 280px;
    left: 70px;
}

ul.slick-dots {
    margin: 20px 0 0 15px;
    text-align: left;
}

ul.slick-dots li {
    display: inline-block;
}

ul.slick-dots li button {
    width: 10px;
    font-size: 0;
    border: 0;
    background: #ccc;
    height: 10px;
    border: 0 !important;
    margin: 0 2px;
    border-radius: 20px;
    transition: all .6s ease;
    cursor: pointer;
}

ul.slick-dots li.slick-active button {
    width: 28px;
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
}

button:focus {
    outline: 0
}

.testimonial-items.slick-current {
    opacity: 1 !important;
    background: #1b1b1b;
    transform: scale(1);
}

.footer-main {
    background: #1b1b1b;
    padding: 100px 0 20px;
    position: relative;
}

.footer-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url(../images/bg-footer.png); */
    top: 0px;
    opacity: 0.5;
    left: 0px;
}

.address-main img {
    width: 170px;
}

.address-main p {
    line-height: 30px;
    padding: 20px 0 0;
}

.footer-top h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 79px 0 50px;
}

ul.footer-nav li a, ul.ftr-social3 li a {
    color: #fff;
}

ul.footer-nav li, ul.ftr-social3 li {
    padding: 0 0 10px;
}

ul.ftr-social3 li i {
    font-size: 20px;
    margin: 0 9px 0 0px;
}

ul.footer-nav li a i {
    margin: 0 10px 0 0px;
}

ul.ftr-social3 li a i {
    margin: 0 10px 0 0;
    width: 14px;
    font-size: 18px;
    text-align: center;
}

p.copyright {
    text-align: left;
}

.resp-div {
    overflow: hidden;
    /* background: var(--primary-color); */
}

.secuirty-box img {
    width: 65px;
}

.secuirty-box:hover {
    background: #1b1b1b;
    top: -10px;
}

.secuirty-box:hover p {
    opacity: 1;
}

section#testimonial-sec h3 {
    color: #212121;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 70px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 70px;
    opacity: 0.5;
}

section#services-sec h3 {
    color: #212121;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 110px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    top: 60px;
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 0%, #fdc688 50%, #963704 100%);
    background: -webkit-linear-gradient(left, #b65e28 0%,#fdc688 50%,#963704 100%);
    background: linear-gradient(to right, #b65e28 0%,#fdc688 50%,#963704 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    opacity: 0.2;
}

/*.home-banner-content h1:before {
    content: "C";
    font-size: 247px;
    left: 0;
    position: absolute;
    top: 35px;
    color: var(--secondary-color);

}*/

.home-banner-content h1 strong {
    font-weight: 400;
    display: block;
    letter-spacing: 15px;
    font-size: 18px;
}

img.img-fluid.res-pic {
    width: 710px;
    margin: 100px 0 0;
}

.service-txt {
    position: absolute;
    background: #1b1b1b;
    max-width: 700px;
    top: 50%;
    left: 410px;
    padding: calc(1.40625rem + 1.60714vw);
    margin-top: 0px;
    transform: translateY(-50%) perspective(0) rotateY(-0);
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}

.service-pic:hover .service-txt {
    /* transform: translateY(-50%) perspective(400px) rotateY(0deg); */
}

div#services-pic02 img {
    float: right;
}

div#services-pic02 .service-txt {
    top: 57%;
    left: 140px;
}

section#services-sec h4 {
    font-size: 60px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    text-align: center;
}
.everything-know-overlay {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .6s ease;
    height: 100%;
    width: 100%;
}

.everything-know-box:hover .everything-know-overlay {
    opacity: 1;
}

.everything-know-overlay img {
    opacity: 0.4;
    height: 455px;
    object-fit: cover;
    width: 100%;
}

.everything-know-box:hover .icon01 {
    height: 100%;
    opacity: 1;
    filter: brightness(110);
}
div#home-txt02 h1 img {
    position: absolute;
    left: 45px;
    top: 9px;
    width: 145px;
}

div#home-txt02 h1:before {
    font-size: 0;
}
.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / 21%);
    padding: 30px 0 0;
    margin: 60px 0 0;
}

.footer-bottom ul {
    text-align: end;
}

.footer-bottom ul li a {color: #fff;font-size: 15px;}

.footer-bottom ul li {
    display: inline-block;
    margin: 0 0px 0 25px;
}
audio#myAudio {
    position: fixed;
    bottom: 20px;
    left: 10px;
}
div#home-txt02 h1 {
    padding: 0;
}

div#home-txt02 span {
    margin: 10px 0 0 -130px;
    letter-spacing: 36px;
}
img.quote-pic02 {
    width: 25px;
    float: right;
    margin: 30px 0 0;
}
img.quote-pic {
    width: 25px;
    margin: 0 0 15px;
}

/* about start */

#about-banner{
    height: 600px;
}
.about-banner{
    background: url(../images/about-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    
}

.nav-about{
background: #0000007d;
}

#about-banner h2 {
    display: flex;
    justify-content: center;
    font-size: 80px;
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
    padding-top: 45px;
    background: #b65e28;
    background: -moz-linear-gradient(top, #b65e28 0%, #fdc688 50%, #963704 100%);
    background: -webkit-linear-gradient(top, #b65e28 0%,#fdc688 50%,#963704 100%);
    background: linear-gradient(to bottom, #b65e28 0%,#fdc688 50%,#963704 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=0 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

/* about end */

/* services start */

.service-banner{
    background: url(../images/services-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

/* services-end */

/* resideintal service start */

section#residential-inner p {
    padding: 20px 0 40px 0;
    font-size: 22px;
}
section#residential-inner ul li {
    font-size: 18px;
    padding: 10px 20px;
    line-height: 30px;
    position: relative;
}
section#residential-inner p {
    padding: 0 0 25px;
    font-size: 18px;
    line-height: 30px;
}
section#residential-inner ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0px;
    top: 18px;
    /* border: 1px solid var(--secondary-color); */
    background: var(--secondary-color);
}


.residential-banner{
    background: url(../images/rsidental-abnner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

section#residential-inner {
    margin: 150px 0 80px 0px;
}
#service-main .service-txt {
    transform: translateY(-50%) perspective(400px) rotateY(0deg);
}

/* resideintal service end */

/* commercail start */
section#faq {
    padding: 100px 0;
    background: #000;
}

section#faq h2 {
    font-size: 35px;
    margin: 75px 0 20px;
    text-transform: uppercase;
    text-transform: uppercase;
    background: #b65e28;
    background: -moz-linear-gradient(top, #b65e28 0%, #fdc688 50%, #963704 100%);
    background: -webkit-linear-gradient(top, #b65e28 0%,#fdc688 50%,#963704 100%);
    background: linear-gradient(to bottom, #b65e28 0%,#fdc688 50%,#963704 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=0 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

section#faq .accordion {
    margin: 0 0 6px;
}

section#faq .card-header, section#faq .card {
    background-color: transparent !important;
    border: 1px solid #fff;
}

section#faq .card-header h2 button {
    font-weight: 600;
    font-size: 21px;
    color: #fff !important;
}
p.faq-txt {
    font-size: 24px;
    text-align: left;
    margin: 70px 0 0 15px;
    font-weight: 400;
}

p.faq-txt a {
    color: #fff;
    text-decoration: underline;
}
section#faq .card {margin: 15px 0 0;}

section#faq .accordion h2 {
    margin: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #fff 50%, #fff 100%);
    background: -webkit-linear-gradient(top, #fff 0%,#fff 50%,#fff 100%);
    background: linear-gradient(to bottom, #fff 0%,#fff 50%,#fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=0 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.card-body {
    font-size: 18px;
    line-height: 30px;
}

section#faq .card-header h2 button:hover {
    text-decoration: none;
}
section#commercial-inner p {
    padding: 0 0 25px;
    font-size: 22px;
    line-height: 30px;
}
section#commercial-inner ul li {
    font-size: 18px;
    padding: 10px 20px;
    line-height: 30px;
    position: relative;
}
section#commercial-inner p {
    padding: 0 0 25px;
    font-size: 18px;
    line-height: 30px;
}
section#commercial-inner ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0px;
    top: 18px;
    /* border: 1px solid var(--secondary-color); */
    background: var(--secondary-color);
}
.commercial-banner{
    background: url(../images/commercail-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}
section#commercial-inner{
    margin: 150px 0 80px 0px;
}
section#commercial-inner ul{
    margin-bottom: 20px;
}


/* commercail end */

/* carrer start */

.career-form {
    border-style: solid;
    border-width: 10px;
    border-color: #1b1b1b;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 70px;
    margin: 70px 0px;
    background: #b65e28;
    background: -moz-linear-gradient(top, #b65e28 0%, #fdc688 50%, #963704 100%);
    background: -webkit-linear-gradient(top, #b65e28 0%,#fdc688 50%,#963704 100%);
    background: linear-gradient(to right bottom, #8b4317 0%,#b98449 50%,#963704 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=0 );
    background-size: 100%;
}

.career-form input:focus {
    background: transparent;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem var(--secondary-color);
}

.career-form textarea {
    background: transparent;
    height: 200px;
    resize: none;
    color: #fff !important;
}

.career-form textarea:focus {
    background: transparent;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 0.2rem var(--secondary-color);
}

.career-form input {
    background: transparent;
    color: #fff !important;
    margin: 0 0 15px;
    height: 45px;
    /* border: 1px solid #000; */
}

.Career-banner{
    background: url(../images/carrer-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

section#Carrer-form {
    margin: 100px 0;
}


/* carrer end */

/* contact start */

#contact-conatent h2 {
    padding: 20px 0px;
    font-size: 55px;
    text-transform: uppercase;
    position: relative;
}


#contact-conatent h2 span{
    background: #b65e28;
    background: -moz-linear-gradient(top, #b65e28 0%, #fdc688 50%, #963704 100%);
    background: -webkit-linear-gradient(top, #b65e28 0%,#fdc688 50%,#963704 100%);
    background: linear-gradient(to bottom, #b65e28 0%,#fdc688 50%,#963704 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=0 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}
#contact-conatent {
    margin: 150px 0px 0 0;
}

.contact-socail {
    display: flex;
    margin: 30px 0 0 0;
}

#contact-conatent p {
    margin: 10px 0 0 0;
    font-size: 18px;
    line-height: 30px;
}

.contact-socail img {
    width: 64%;
}

.contact-socail li a {
    padding: 0 0 0 0px;
    color: #fff;
}
.contact-socail li+li{
    padding: 0 0 0 228px;
}

.contact-banner{
    background: url(../images/contact-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center center; 
}

#about-banner .container, #about-banner .row {
    height: 100%;
}

section#about-banner .row {
    display: flex;
    align-items: center;
}

.contactmap{
    margin-top: 10px;
}

/* contact end */

/* css forgot to add start */

.social-contact ul li {
    display: flex;
    align-items: center;
}

.social-contact ul li img {
    width: 45px;
    height: auto;
    margin: 0 10px 0 0;
}

.social-contact ul li p {
    padding: 0;
    font-weight: 600;
}

.social-contact ul li a {
    color: #fff;
    font-size: 20px;
}

.social-contact ul {
    display: inline-block;
}

.social-contact ul li+li {
    margin-left: 60px;
}
.social-contact ul li {
    float: left;
}

section#residential-inner ul {
    margin-bottom: 20px;
}





/* css forgot to add end */

/* privacy-policy start */

section#privacy-policy {
    margin: 150px 0 80px 0;
}

section#privacy-policy p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

section#privacy-policy h3 {
    margin-bottom: 20px;
    font-size: 40px;
}

section#privacy-policy ul {
    margin-bottom: 25px;
}

section#privacy-policy ul li {
    font-size: 18px;
    padding: 10px 20px;
    line-height: 30px;
    position: relative;
}

section#privacy-policy ul li:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0px;
    top: 18px;
    /* border: 1px solid var(--secondary-color); */
    background: var(--secondary-color);
}
.our_services_text {
    /* display: flex; */
    text-align: center;
}

.our_services_text a {
    margin: 0px auto;
}
#our_services{
    position: relative;
    height: 100vh;
}
.commercial-services{
    position: absolute;
    top: 0px;
    opacity: 1;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/service01.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .5s ease-in-out;
}
.residential-services{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/service02.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: all .5s ease-in-out;
}
section#our_services .col-lg-6 {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 0 150px;
}
section#our_services .container-fluid, section#our_services .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.residential-services-box {
    border-left: 0.1px dotted gray;
}

.col-lg-6.commercial-services-box:hover p{
    height: 100%;
    padding: 0 0 20px 0;
}

p.commercial-services-box-p {
    line-height: 1.5em;
    height: 0em;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .3s ease-in-out;
}

.col-lg-6.residential-services-box:hover p{
    height: auto;
    padding: 0 0 20px 0px;
}

p.residential-services-box-p {
    line-height: 1.5em;
    height: 0em;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    transition: all .5s ease-in-out;
}

.our_services_text h2 {
    transition: all .5s ease-in-out;
    color: var(--secondary-color);
    position: relative;
    background: #b65e28;
    background: -moz-linear-gradient(left, #b65e28 12%, #fdc688 50%, #963704 96%);
    background: -webkit-linear-gradient(left, #b65e28 12%,#fdc688 50%,#963704 96%);
    background: linear-gradient(to right, #b65e28 12%,#fdc688 50%,#963704 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b65e28', endColorstr='#963704',GradientType=1 );
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    margin-bottom: 20px;
    font-weight: 700;
}

h4#ftr-social-link {
    margin: 35px 0 0;
}

ul.ftr-social4 li a {
    color: #fff;
    font-size: 26px;
}

ul.ftr-social4 li {
    display: inline-block;
    margin: 0 12px 0 0;
}

img.tiktok {
    width: 20px;
}

ul.ftr-social4 {
    margin: 10px 0 0;
}
/* privacy policy end */
section#Carrer-form p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
}
.career-form p {
    text-align: left !important;
}
.wpcf7-not-valid-tip {
    color: #fff !important;
    font-size: 1em;
    font-weight: normal;
    display: block;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.ct-link {
    transition: all .6s ease;
    height: 55px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.ct-link:hover {
    background: #000;
}
span#ct-box input {
    height: auto;
    margin: 0;
}

span#ct-box span.wpcf7-list-item.first {
    margin: 12px 0 0;
}
.main-menu > ul > li:before {
    height: 2px;
}
/********** Responsive **********/
@media only screen and (max-width: 1200px) {
}

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

@media only screen and (max-width: 991px) {
a#booking-now-btn {
    margin: 20px 100px 0 0;
}
a.logo-main img {
    width: 130px;
}
section#home-about img {
    width: 100%;
}
.everything-know-box {
    padding: 20px;
}
#contact-conatent h2 {
    padding: 0 0 10px;
    font-size: 40px;
}
#contact-conatent {
    margin: 80px 0px 0 0;
}
.social-contact ul {
    display: inline-block;
    margin: 0 0 30px;
}
section#Carrer-form {
    margin: 10px 0 50px;
}
.career-form {
    padding: 50px 30px;
}

#about-banner h2 {
    font-size: 60px;
}
section#our_services .col-lg-6 {
    padding: 150px 50px;
}
p.commercial-services-box-p {
    height: 8em;
}
p.residential-services-box-p {
    height: 7em;
}
.our_services_text h2 {
    font-size: 27px;
    font-weight: 700;
}
#our_services {
    position: relative;
    height: auto;
    overflow: hidden;
}
.commercial-services{
    height: 150vh;
}
.residential-services {

    height: 150vh;
    opacity: 1;
}
section#privacy-policy h3 {
    margin-bottom: 20px;
    font-size: 30px;
}
section#privacy-policy p {
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 20px;
    padding: 0;
}
section#privacy-policy {
    margin: 80px 0;
}
}

@media only screen and (max-width: 767px) {
    section#services-sec .col-md-6+.col-md-6 {
        background: white;
        height: 385px;
        position: relative;
        left: 0px;
        top: 10px;
        padding-left: 16px;
        padding-right: 20px;
    }

    section#services-sec02 .col-md-6:nth-child(1) {
        background: white;
        height: 385px;
        position: relative;
        right: 0px;
        top: 0px;
        padding-left: 16px;
        padding-right: 20px;
        z-index: 5;
    }

    section#services-sec02 .row {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 100px;
    }

    .testimonial-slider {
        width: 100%;
        margin: 0 auto;
        position: relative;
        left: 0;
    }


   

    .home-banner-content h1 {
        font-size: 40px;
        font-weight: 600;
        color: #ffffff;
        position: relative;
        text-transform: uppercase;
    }

    .everything-know-box img {
        opacity: 1;
    }

    .everything-know-box {
        border: 1px solid #505050a8;
        padding: 40px 40px;
        margin: 50px 0 0;
        min-height: 350px;
        position: relative;
        transition: all .6s ease;
    }

    a#booking-now-btn {
        font-size: 18px;
        margin: 30px auto;
        float: none;
    }

    .nav-area-full {
        padding: 0;
        width: 100%;
        margin: -82px 0 0;
    }

    .mobile-nav .logo-main img {
        width: 150px;
    }
    .home-banner-content h1 {
        font-size: 30px;
        /* font-weight: 600; */
        /* color: #ffffff; */
        /* position: relative; */
        /* text-transform: uppercase; */
        /* padding: 0 0 0 80px; */
        /* line-height: 40px; */
    }
    .home-banner-content h1 strong {
        /* font-weight: 600; */
        /* font-size: 30px; */
        /* letter-spacing: 16px; */
        line-height: normal;
    }
    .home-banner-content h1 span {
        color: #fff;
        font-size: 30px;
        font-weight: 600;
        display: block;
        margin: 0;
        letter-spacing: 12px;
        margin: 0;
    }
    .slider-wrapper {
        height: 70vh;
    }
    .home-banner {
        height: 80vh;
    }
    /*.home-banner-content h1:before {
        content: "C";
        font-size: 107px;
        left: 0;
        position: absolute;
        top: 15px;
        color: var(--secondary-color);
        font-weight: 700;
    }*/
    section#finding-trusted h2, section#everything-know h2, section#secutiy-sec h2, section#testimonial-sec h2 {
        font-size: 35px;
    }

    section#finding-trusted p {
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        padding: 0 20px;
    }
    .trusted-list ul li {
        font-size: 18px;
        padding: 0 15px 25px;
        display: inline-block;
    }
    section#services-sec h4 {
        font-size: 35px;
    }
    .home-banner-content {
        padding: 0 0 0 15px;
    }
    .logo {
        margin: 90px 0 0;
        float: left;
    }
    div#home-txt02 span {
        margin: 0;
        letter-spacing: 12px;
    }
    .logo img {
        height: 90px;
    }
    div#home-txt02 h1 {
    /* padding: 10px 0 0 80px; */
    }
    div#home-txt02 h1 img {
        position: absolute;
        left: 0;
        top: 9px;
        width: 75px;
    }
    section#home-about h2 {
        font-size: 40px;
        margin: 40px 0 35px;
    }
    .footer-top h4 {
        margin: 45px 0 15px;
    }
    .footer-bottom {
        padding: 40px 0 20px;
    }
    .footer-bottom ul {
        text-align: center;
    }
    p.copyright {
        text-align: center;
    }
    section#finding-trusted h2 {
        margin: 0 0 30px;
    }
    .service-txt {
        position: relative;
        background: #1b1b1b;
        max-width: 700px;
        top: 50%;
        left: 0;
        padding: calc(1.40625rem + 1.60714vw);
        margin-top: 0px;
        transform: none;
        transform-origin: center;
        transition: all 0.5s ease-in-out;
    }
    img.img-fluid.res-pic {
        width: 100%;
        position: relative;
        margin: 100px 0 0;
        z-index: 99;
        float: none !important;
    }
    .secuirty-box {
        margin: 20px 0 0;
    }
    div#services-pic02 img {
        float: none;
    }
    section#services-sec h3 {
        font-size: 70px;
        top: 80px;
    }
    #about-banner h2 {
        font-size: 45px;
    }
    #service-main .service-txt {
    transform: none;
}
footer#home-foot .footer-bottom {
    padding: 40px 0 90px;
}
.career-form {
    border-width: 10px;
    padding: 50px 15px;
}
#contact-conatent h2 {
    padding: 0 0 10px;
    font-size: 32px;
}
#contact-conatent {
    margin: 80px 0px 0 0;
}
.social-contact ul li+li {
    margin: 20px 0 30px;
}
section#Carrer-form {
    margin: 50px 0;
}
section.home-slider.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
    margin: 0 auto;
}
div#services-pic02 .service-txt {
    top: 0;
    left: 0;
}
section#our_services .col-lg-6 {
    /* padding: 0 0; */
}
p.residential-services-box-p {
    height: 11em !important;
    padding: 0 0 20px 0px;
}
p.commercial-services-box-p {
    height: 14em !important;
}
section#residential-inner ul li, section#residential-inner p {
    font-size: 16px;
}
}



.dsply-none-mob{
    display: none !important;
}
