@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Rest */
body {
    font-family: 'Manrope', sans-serif;
}
p , h1, h2, h3, h4, h5, h6{
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #59667d;
}
img {
    max-width: 100%;
    height: auto; }

a:hover {
    text-decoration: none;
}
.btn:focus, .btn.focus {
    box-shadow: none !important;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-brand {
    color: #fff;
}
.navbar-brand {
    display: none;
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block; /* Show the submenu on hover */
  }
  
  .dropdown-menu {
    display: none; /* Hide submenus initially */
    position: absolute; /* Position submenus correctly */
    top: 100%; /* Align submenus below parent items */
    left: 0; /* Align submenus to the left of parent items */
    z-index: 1; /* Ensure submenus appear on top of other elements */
    background-color: #fff; /* Optional: Set submenu background color */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); /* Optional: Add a subtle shadow */
  }
  
  .nav-item.dropdown > .dropdown-menu > li:hover > .sub-menu {
    display: block; /* Show sub-submenus on hover within submenus */
    width: 100%;
  }
  
  .sub-menu {
    display: none; /* Hide sub-submenus initially */
    position: absolute; /* Position sub-submenus correctly */
    left: 100%; /* Align sub-submenus to the right of parent items */
    top: 0;
    z-index: 2; /* Ensure sub-submenus appear on top of submenus */
    background-color: #fff;
    border-radius: 0.25rem;
    background-clip: padding-box;
    box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.3);
    list-style: none;
  }
/* General css */
.section-padding {
    padding: 60px 0;
}
.section-padding-bottom {
    padding-bottom: 60px;
}
.section-padding-top {
    padding-top: 60px;
}
.no-padding {
    padding: 0;
}
.no-padding-left {
    padding-left: 0;
}
.no-padding-right {
    padding-right: 0;
}
.color-black {
    color: #000; 
}
.color-offblack {
    color: #999;
}
.color-red {
    color: #f50005;
}
.color-blue {
    color: #0066cb;
}
.color-white {
    color: #fff !important;
}
.color-green {
    color: #068742;
}
.color-green-sharp {
    color: #00ff18;
}
.bg-green {
    background-color: #068742 !important;
}
.spacer-10 {
    height: 10px;
    width: 100%;
}
.spacer-20 {
    height: 20px;
    width: 100%;
}
.spacer-30 {
    height: 30px;
    width: 100%;
}
.spacer-40 {
    height: 40px;
    width: 100%;
}
.spacer-50 {
    height: 50px;
    width: 100%;
}
.spacer-60 {
    height: 60px;
    width: 100%;
}
.spacer-70 {
    height: 70px;
    width: 100%;
}
.spacer-80 {
    height: 80px;
    width: 100%;
}
.spacer-920 {
    height: 900px;
    width: 100%;
}
.spacer-100 {
    height: 100px;
    width: 100%;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-10 {
    padding-top: 10px;
}
.pb-20 {
    padding-top: 20px;
}
.pb-30 {
    padding-top: 30px;
}
.pb-40 {
    padding-top: 40px;
}
.pb-50 {
    padding-top: 50px;
}
.pb-60 {
    padding-top: 60px;
}
.pb-70 {
    padding-top: 70px;
}
.pb-80 {
    padding-top: 80px;
}
.pb-90 {
    padding-top: 90px;
}
.pb-100 {
    padding-top: 100px;
}
/* ================ ul styling ================= */
.ul-check {
    list-style: none;
}
.ul-check li {
    line-height: 30px;

}
.ul-check li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #1760d7;
}
/* Header */
.top-header {
    padding: 10px 0;
    background: #ffffff;
    color: #fff;
    box-shadow: 0px 3px 2px 0px #cbcbcb;
    position: relative;
}
.top-header .th-content {

}
.top-header .th-content i {
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 5px;
    color: #3EB489;
}
.top-header .th-content.th-right i {
    color: #3EB489;
}
.top-header .th-content.th-right ul li {
    margin-left: 30px;
}
.top-header ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.top-header ul li {
    float: left;
    margin-right: 10px; 
}

.top-header ul a {
    color: #59667d; 
}
.top-header a {
    color: #59667d;
}
.logo {
    margin-top: 0;
}
.navbar-brand {
    display: none;
}
.navbar {
    padding: 0 1rem;
}
.dropdown-menu {
    margin: 0;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-nav .dropdown-menu li.active a {
    position: relative;
}
.navbar-nav .dropdown-menu li.active a {
    background: #0D8140;
    color: #fff;
}
.btm-header {
    padding: 10px 0;
    background: #fff;
}
.btm-header .row {
    align-items: center;
}
.btm-header .main-menu {
    margin-top: 0; 
}
.btm-header .main-menu .navbar {
    margin-bottom: 0px;
}

.header-2 .main-menu {
    margin-top: 35px; 
    float: right;
}

.navbar-fixed-top {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-fixed-top .logo {
    width: 60%; 
}
.sub-menu {
    display: none;
}
.dropdown-menu {
    margin: 0;
}
.menu-item-has-children {
    position: relative;

}
.main-menu .navbar-nav li:hover .dropdown-menu {
    display: block;
    position: absolute;
    z-index: 99;
    min-width: 270px;
    background: #000;
    list-style: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    top: 82px;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border-radius: 0.25rem;
    background-clip: padding-box;
    box-shadow: 0px 0 7px 0 rgba(0, 0, 0, 0.3);

}
.navbar-fixed-top {
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.12);
}
.navbar-fixed-top .logo {
    width: 60%; 
}
.navbar-fixed-top .top-header-2 {
    display: none; 
}
.navbar-fixed-top .main-menu {
    margin-top: 0;
}
.navbar-nav > li > a {
    padding: 40px 0;
}
.main-menu .navbar-nav > li{
    line-height: 82px;

}
.main-menu .navbar-nav > li > a {
    padding: 1.5rem 0;
}
.main-menu .navbar-nav > li.active > a {
    color: #0D8140;
}
.main-menu ul li  a {
    color: #59667d;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Manrope', sans-serif;
}
.nav-link {
    display: block;
    padding: 0rem 0.5rem !important; 
    margin: 0 0.6rem;
}
.main-menu .sub-menu li a.nav-link  {
    margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    transition: box-shadow 1s;
}

.main-menu .dropdown-menu li a, .main-menu .sub-menu li a {
    text-transform: none;
    font-size: 16px;
    color: #000048;

}
.main-menu .dropdown-menu li a:hover, .main-menu .sub-menu li a:hover {
    color: #fff;
}
.dropdown-menu li {
    line-height: 30px;
}
.dropdown-menu li a.hvr-sweep-to-right:before {
    border-radius: 0;
}
.hvr-sweep-to-right:before {
    border-radius: 4px;
    background: #75b6ce;
}
.banner-wrapper {
    position: relative;
}
.banneroverlay {
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.banner-caption {
    position: absolute;
    top: 35%;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding: 30px 40px;
}
.banner-caption h2 {
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    padding: 5px 40px;
    margin: 10px;
    text-shadow: 0 0 3px #000;
}
.banner-caption ul {
    width: 100%;
    text-align: center;
}
.banner-caption ul li {
    display: inline-block;
    margin: 0 10px;
}
.banner-caption h2 span {
    color: #1d5295;
}
.banner-caption p {
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    color: #fff;
}
/* .main-btn {
    box-shadow: none;
    height: 50px;
    width: 200px;
    line-height: 35px;
    border: none;
    background-repeat: no-repeat;
    background: #000;
    background: -moz-linear-gradient(-45deg,  #59667d 0%, #59667d 33%, #0d7e40 33%, #0d7e40 100%); 
    background: -webkit-linear-gradient(-45deg,  #59667d 0%,#59667d 33%,#0d7e40 33%,#0d7e40 100%); 
    background: linear-gradient(120deg,  #59667d 0%,#59667d 33%,#0d7e40 33%,#0d7e40 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59667d', endColorstr='#0d7e40',GradientType=1 );
    background-position: left top;
    background-color: #0d7e40;
    color: #f8f8f6;
    font-size: 18px;
} */
.main-btn {
    color: #000000;
    font-size: 18px;
    border: 1px solid #3EB489;
    border-radius: 50px;
    padding: 10px 30px;
}
.main-btn.color-light {
    color: #fff;;
}
.main-btn i {
    margin-left: -10px;
}
.main-btn span {
    /* margin-left: 45px; */
}
.secondary-btn {
    background: #0d7e40; 
    font-size: 18px;
    padding: 15px 50px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
}
.secondary-btn:hover {
    color: #fff;
}
/* ===================== Breadcrumb ============== */
.page-heading {
    /* background: url(../images/menu-bg.jpg) top center no-repeat; */
    background-position: center bottom;
    background-repeat: repeat;
    background-size: cover;
}
.page-heading {
    position: relative;
    background-color: #000;
}
.page-heading .page-overlay {
    background-color: rgba(0,0,0,0.9);
    background: linear-gradient(to right,rgb(232 232 232 / 90%),#3EB4892e);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.page-heading .page-titles-wrap {
    position: relative;
    padding: 60px 0;
    z-index: 2;
}
.page-heading .page-subtitle {
    color: #bfc5d2;
}
.page-heading .page-subtitle {
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: 600;
    color: #4c8867;
    word-wrap: break-word;
    text-shadow: 0 0 2px #bebebe;
}
.page-heading .page-title {
    color: #ffffff;
}
.page-heading .page-title {
    margin: 0;
    font-size: 40px;
    color: #fff;
    line-height: 1.25;
    letter-spacing: -.5px;
    text-shadow: 0 1px 5px rgba(0,0,0,.2);
    word-wrap: break-word;
}
.page-heading .breadcrumbs {
    border-bottom: none;
    border-top: 1px solid rgba(255,255,255,.08);
}

.breadcrumbs {
    background-color: rgba(255,255,255,0.08);
}
.breadcrumbs {
    position: relative;
    margin-top: 0;
    z-index: 2;
    border-bottom: 1px solid rgba(0,0,0,.08);
    background-color: rgba(255,255,255,.08);
}
.breadcrumbs .breadcrumb {
    display: inline-block;
    background: none;
    margin-bottom: 0;
}
.page-heading .breadcrumb span, .page-heading .breadcrumb span > span {
    color: #ffffff;
}
.breadcrumbs .breadcrumb span {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
}

/*============================== Title =================================*/
.title h1 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    color: #59667d;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 20px 0;
}

.title span {
    text-transform: none;
    color: #343434;
    clear: both;
    font-size: 35px;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
}
.title-purple h2:before{
    border: 8px solid #9821e0 !important; 
}
.title-yellow h2:before{
    border: 8px solid #dbc080 !important; 
}
.title h2 {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    color: #59667d;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 45px 0;
}
.title.green h2 {
    color: #068742;
}
/*============================== WELCOME SECTION =================================*/
.welcome-content {

}
.welcome-content h2 {
    font-size: 35px;
    font-weight: 600;
}
.welcome-content h3 {
    font-family: 'Niconne', cursive;
    text-transform: none;
    color: #343434;
    clear: both;
    font-size: 35px;
    color: #7a34a4;
}
.best-price {
    position: absolute;
    right: 25px;
    bottom: -15px;
}

/*============================== SECTION FREE TIPS =================================*/
.section-freetips {
    background-color: #59667d;
    padding: 30px 0;
    background-position: 30px bottom;
    position: relative;
    z-index: 9999;
}
.tipsbgimage {   
    position: absolute;
    bottom: 0;
}
.section-freetips ul {
    padding: 0;
}
.section-freetips ul li {
    color: #59667d;
    list-style: none;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0;
    display: flex;
    gap: 20px;
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 29%);
    border-radius: 5px;
    background: #fff;
    align-items: center;
    padding: 20px 30px;
}
.section-freetips ul li img {
    width: 6%;
    height: 100%;
}
.section-freetips ul li i {
    line-height: 40px;
}
#free-tips h2 {
    text-transform: uppercase;
    text-shadow: 0 0 3px #000;
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}
#free-tips p {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
}

#free-tips a {
    border-radius: 30px;
    padding: 15px 50px;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    transition: all 0.5s ease;
    background: #59667d;
    float: right;
}

/*============================== SECTION QUOTE =========s========================*/
#quote {
    background: url(../images/quote-bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.quote-content {
    margin-top: 20px;
}
#quote h2 {
    text-transform: uppercase;
    color: #068742;
    font-size: 35px;
    font-weight: 700;
}
#quote p {
    color: #59667d;
    text-transform: uppercase;
}
.quote-time {
    background: rgba(14,107,57,0.7);
    padding: 50px 30px;
    overflow: hidden;
}
#quote ul {
    list-style: none;
}
#quote ul li {
    float: left;
    color: #fff;
}
#quote ul li:last-child {
    float: right;
}
#quote ul li span {
    font-size: 20px;
    font-weight: 700;
}
#quote ul li span i {
    margin-right: 10px;
    color: #0e6b39;
}
#quote ul li p {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.quote-form input {
    border-radius: 0;
    margin-bottom: 15px;
}
.quote-form textarea {
    border-radius: 0;
    margin-bottom: 15px;
}
.quote-form input[type='submit'] {
    background: #0e6b39;
    padding: 15px 40px;
    color: #fff;
    border: none;
    padding: 10px 20px;
}
/*============================== SECTION SERVICES =================================*/


#services { width: 100%;}
.services-grid .img-wrap { float: left; width: 100%; text-align: center;}
.services-grid .img-wrap a { float: left; width: 100%; overflow: hidden; color: #59667d; font-weight: 600; font-size: 20px;}
.services-grid .img-wrap img { -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; float: left; width: 100%; height: auto; border-radius: 5px;}
.services-grid .img-wrap:hover img{ opacity: 0.7; -webkit-transform: scale(1.12) rotate(4deg); -moz-transform: scale(1.12) rotate(4deg); -ms-transform: scale(1.12) rotate(4deg); -o-transform: scale(1.12) rotate(4deg); transform: scale(1.12) rotate(4deg); }
.services-grid .services-wrap { background-color: #fff; min-height: 375px; width: 100%; float: left; }
.services-grid .services-box h3  a{ color: #59667d; padding-bottom: 15px; font-size: 22px; font-weight: 700; margin-top: 20px; }
.services-grid .services-box p { margin-bottom: 15px; color:#74787a; font-weight:400; }
.services-grid .services-box h3 a { color: #505050; text-decoration: none; font-size: 22px; font-weight: 600; }
.services-grid .services-box h3:hover a { color: #43006a; }
.services-grid .services-box { margin-bottom: 30px; padding: 0 15px;}
.services-box .main-btn { position: absolute; bottom: 35px;}

/*============================= SECTION WHY CHOOSE US =================================*/
.why-us-section{
    position:relative;
    padding:90px 0px 50px;
    color:#ffffff;
    background: url(../images/whyusbg.jpg) no-repeat;
    background-size: cover;
}
.why-us-section .title h2 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 1;
    margin: 45px 0;
}
.why-us-section .title h2:before {
    content: "";
    position: absolute;
    top: -30px;
    bottom: -30px;
    left: 86%;
    border: 8px solid #303030;
    z-index: -1;
    width: 100%;
    max-width: 315px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.why-us-section .bg-grey{
    position:absolute;
    left:90px;
    top:0px;
    width:50%;
    height:100%;
    background-color:rgba(36,36,36,0.8);
    z-index:1;
    transform:skewX(-14deg);
    -webkit-transform:skewX(-14deg);
    -moz-transform:skewX(-14deg);
    -ms-transform:skewX(-14deg);
    -o-transform:skewX(-14deg);
}

.why-us-section .bg-image{
}

.why-us-section .container{
    position:relative;
    z-index:2;	
}

.why-us-section .sec-title h3{
    text-transform:capitalize;
    margin: 20px 0;
    font-size: 15px;
}
.sec-title.style-three .line {
    margin: 40px 0px 0px;
}

.sec-title.style-two .line {
    background: #ffffff;
}
.sec-title .line {
    position: relative;
    width: 40px;
    height: 6px;
    background: #cccccc;
    margin: 40px auto 0px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}

.why-us-section .sec-title .line{
    margin-top:25px;	
}
.why-us-section .sec-title {
    position: relative;
    margin-bottom: 40px; 
}

.why-us-section .block{
    position:relative;
    padding-left:50px;
    margin-bottom:50px;
    padding-right:10px;	
}

.why-us-section .block .number{
    position: absolute;
    left: 10px;
    top: -20px;
    font-style: italic;
    color: #fada5e;
    font-weight: 800;
    font-size: 40px;
}

.why-us-section .block:hover .number{
    color:#ff7902;	
}

.why-us-section .block h4{
    position:relative;
    font-size:16px;
    font-weight:400;
    color:#ffffff;
    font-style:normal;
    margin-bottom:10px;	
}

.why-us-section .block p{
    position:relative;
    font-size:14px;
    font-weight:400;
    color:#fff;
    font-style:normal;
    margin-bottom:10px;	
}
.whychooseus {
    padding-left: 35px;
}
.whychooseus ul {
    list-style: none;
}
.whychooseus ul li {
    line-height: 35px;
    text-transform: capitalize;
    font-size: 13px;
}
.whychooseus ul li em {
    font-size: 12px;
}
/*============================== SECTION MAINTENANCE =================================*/
.welcome-content h2 {
    margin: 20px 0;
}
.image-boxshadow {
    box-shadow: 0 21px 50px rgba(0,0,0,.1);
    border: 10px solid #fff;
    margin-bottom: 20px;
    float: right;
    width: 100%;
    margin-left: 20px;

}
.width-auto {
    width: 220px;
}
.width-auto.pull-left {
    margin-right: 20px;
}
.width-auto.pull-right {
    margin-left: 20px;
}
ul.ul-brandds {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}
ul.ul-brandds li {
    box-shadow: 0 21px 50px rgba(0,0,0,.1);
    padding: 15px;
    width: 23%;
}
ul.ul-brandds li img {
    margin: 0;
}
ul.ul-btn {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
ul.ul-btn li {
    border-radius: 50px;
    padding: 10px 20px;
    background: #0D8140;
}
ul.ul-btn li a {
    color: #fff;
}
ul.ul-default {
    list-style: none;
}
ul.ul-default li {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 40px;
    color: #59667d;
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.ul-default li i {
    margin-top: 7px;
}
/* ===================== Section Perfect Cleaner ============== */
.section-perfect-cleaner {
    background-image: url(../images/x-cross.png);
    background-color: #264826;
    background-repeat: repeat;
    padding-top: 60px;
    padding-bottom: 45px;
    background-attachment: fixed;
    background-position: 50% 79px;
}
.section-perfect-cleaner h2 {
    font-weight: 800;
    color: #fff;
}
.section-perfect-cleaner p{
    color: #fff;
}
/* ============================== GALLERY ===============================*/
.gallery-section {
    margin-top: 60px;
}
.recent-projects ul {
    list-style: none;
}
.recent-projects ul li {
    border: 1px solid #fff;
}
.galleryul {
    list-style: none;
}
.content-wrapper .galleryul li {
    list-style: none;
}
.content-wrapper .galleryul li a {
    float: left;
    width: 100%;
    overflow: hidden;
}
.content-wrapper .galleryul li img {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.content-wrapper .galleryul li img:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.12) rotate(4deg);
    -moz-transform: scale(1.12) rotate(4deg);
    -ms-transform: scale(1.12) rotate(4deg);
    -o-transform: scale(1.12) rotate(4deg);
    transform: scale(1.12) rotate(4deg);
}
/*============================== CONTACT PAGE =================================*/
.contact-wrapper {
    background-color: #fff;
    box-shadow: 8px 0 21px 0 rgba(0,0,0,.1);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    position: relative;
    width: 100%;
}
.background-overlay {
    background-image: url(https://wp.xpeedstudio.com/beautypress/wp-content/uploads/2018/01/massage-icon.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .1;
    transition: background 0.3s,border-radius 0.3s,opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.contact-wrapper {

}
.form-container {
    padding: 15px;
}
.form-container h2 {
    font-weight: 600;
}
.form-container  input[type="submit"], .form-container  input[type="submit"]:hover {
    background: none !important;
}
.form-container  textarea {
    resize: none;
    min-height: 150px;
}
.bg-color-purple {
    /* background-color: #525252 !important; */
    background-color: #323232;
}
.contact-details-right {
    border-style: solid!important;
    height: 100%;
    padding: 45px 30px 55px;
}
.separetor-sub-heading {
    padding: 0 0 30px;
    margin: 0 0 30px;
    position: relative;
}
.separetor-sub-heading h2 {
    color: #e2e2e2;
    font-weight: 500;
    letter-spacing: -2px;
    font-size: 1.857em;
    text-transform: capitalize;
}
.separetor-sub-heading:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-color: #D6D6D6;
    background-image: -webkit-linear-gradient(175deg,rgba(240,105,140,0) 0%,#1b7944 24%,#74d09c 46%,#0D8140 100%);
    background-color: #645454;
    width: 300px;
    height: 1px;
}
.icon-with-text li {
    display: -ms-grid;
    display: grid;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-grid-columns: 60px calc(100% - 60px);
    grid-template-columns: 60px calc(100% - 60px);
    color: #e2e2e2;
    margin: 0 0 20px;
}
.icon-with-text li i {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 2px solid #e2e2e2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.143em;
}
/*============================== SECTION TESTIMONIALS =================================*/
#testimonials {
    background: url('../images/testimonial-bg.png'); 
    background-size: cover;
    position: relative;
}
#testimonials::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(14,107,57,0.7);
}
#testimonials .title, #testimonials .title p {
    color: #fff;
}

.section-testimonail .owl-testimonials .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    background: #fff;
    padding: 30px 40px;
    min-height: 330px;
    font-size: 1rem;
    z-index: 99;
}
.section-testimonail .owl-testimonials .center .item {
    background: white;
    padding: 80px 40px;
    margin-bottom: -40px;
    margin-top: -40px;
    min-height: 410px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
}
.section-testimonail .owl-stage {
    margin-top: 50px;
    margin-bottom: 50px;
}
.section-testimonail .author ul {
    width: 100%;
    text-align: center;
}
.section-testimonail .author ul li {
    display: inline-block;
    color: #1760d7;
}

.owl-clients .item {
    border: 1px solid #acacac;
    padding: 10px 15px;
}
/*============================== SERVICES SINGLE =================================*/
.service-single {

}
.service-single h2 {
    font-weight: 600;
    font-size: 30px;
    margin: 20px 0;
}
.service-single h3 {
    font-weight: 600;
    font-size: 25px;
    margin: 20px 0;
}
.service-single ul {
    width: 100%;
}

.service-single img {
    margin: 0 10px 10px 0;
}
.sidebar-widget {
    padding: 30px 20px 30px 0;
    box-shadow: 0 8px 21px 0 rgba(0,0,0,.1);
    background-color: #FFF;
    border: 0;
    display: block;
}
.sidebar-widget h2 {
    padding-left: 16px;
    font-weight: bold;
}
.sidebar-widget li {
    display: block;
    width: 100%;
    margin: 16px 0 0 25px;
}
.sidebar-widget li a {
    display: block;
    width: 100%;
    color: #777;
    text-transform: capitalize;
    font-size: 1.143em;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding: 0 0 16px;
    border-bottom: 1px dashed #C3C3C3;
    width: calc(100% - 35px);
}
.sidebar-widget li a:hover, .sidebar-widget li.active a {
    color: #000048;
}
.sidebar-widget li a:before {
    position: absolute;
    content: "";
    left: -25px;
    top: 50%;
    height: 0;
    width: 4px;
    background-color: #000048;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar-widget li a:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}
.sidebar-widget li a:hover:before, .sidebar-widget li.active a:before {
    height: calc(100% + 10px);
}

/*=== FAQ  ===*/
  #main #faq .card {
    margin-bottom: 30px;
    border: 0;
  }
  
  #main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
            box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
  }
  
  #main #faq .card .card-header .btn-header-link {
     display: block;
    text-align: left;
    background: #e2e2e2;
    padding: 20px;   
     font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #59667d;
    font-weight: bold;
  }
  
  #main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed {
    background: #e2e2e2;
    color: #222;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
  }
  
  #main #faq .card .collapsing {
    background: #fff;
    line-height: 30px;
  }
  
  #main #faq .card .collapse {
    border: 0;
  }
  
  #main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
    box-shadow: 0 8px 21px 0 rgba(0,0,0,.1);
  }
/*============================== SECTION FOOTER =================================*/


#footer {
    background: url(../images/footer-bg.jpg)  no-repeat center center;
    background-size: cover;
    padding-top: 80px;
}
.footer-block h4  {
    font-size: 26px;
    font-weight: 700;
}
    
.footer-block ul li {
    list-style: none;
    display: block;
    line-height: 40px;
    color: #b3b7bb;
    position: relative;
   
    
}
.links-wrap ul li {
    padding-left: 20px;
}
.links-wrap ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\f0da';
    font-family: 'FontAwesome';
}
.footer-block ul li a {
    color: #b3b7bb;
    text-decoration: none;
}
.footer-block, .footer-block h4 {
    color: #fff;
}
.footer-menu {
    margin-top: 0;
    margin-bottom: 80px;
}
.footer-menu ul {
    width: 100%;
    text-align: center;
    list-style: none;
}
.footer-menu ul li {
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 20px;
    font-size: 20px;

}
.bordertop {
    border-top: 1px solid #b3b7bb;
    margin-top: 50px;
}
.footer-menu ul li a {
    color: #fff;  
}
.footer-menu ul li a:hover {
    color: #f50005;  
}
.footer-contact {
    color: #fff;
}
.footer-email {

}
.footer-contact .contact-details {
    width: 80%;
    float: left;
}
.footer-phone .contact-details {
    width: 75%;
}
.footer-contact .contact-details p {
    font-weight: 600;
    margin-bottom: 0;
    text-align: right;
    font-size: 16px;
    color: #fff;
}
.footer-contact .contact-details a {
    color: #fff;
}
.footer-contact .contact-icon {
    float: right;
}
.footer-contact .contact-icon i {
    background: #068742;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
}
.copyright {
    margin: 50px 0;
}
.copyright span {
    color: #3EB489;
    
}
.copyright p {
    font-weight: 600;
    color: #fff;
}
#overlay {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    transition: background-color 300ms ease;
    width: 100%;
}

#state {
    bottom: 0;
    cursor: pointer;
    font-size: 2.25rem;
    right: 0;
    line-height: 1;
    padding: 2rem 2.5rem 1.65rem;
    position: absolute;
    z-index: 999; 
}

.owl-theme .owl-nav [class*='owl-'] {
    background: none !important; 
}

.icon {
    background: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.3);
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 60px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60px;
    height: 60px;
}

.owl-next,
.owl-prev {
    height: 100%;
    position: absolute;
    top: 0; }

.owl-next {
    right: 0; 
}

.owl-prev {
    left: 0; 
}

.owl-next:hover .icon,
.owl-prev:hover .icon {
    background: rgba(5, 80, 50, 0.8);
    color: rgba(255,255,255,1);
}

.icon-arrow-left7 {
    left: 0; 
}

.icon-arrow-left7:before {
    content: "\f053"; 
}

.icon-arrow-right7 {
    right: 0; 
}

.icon-arrow-right7:before {
    content: "\f054"; 
}

.section-padding {
    padding: 60px 0;
}
.scrollup {
    color: #fff;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
    background-color: #068742; 
}

/* responsive */
.footer-button {
    background: #000 none repeat scroll 0 0;
    border-top: 1px solid #111;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 999999;
    display: none;
}
.footer-bar {
    margin: 0;
    overflow: hidden;
    padding-left: 0;
}
.footer-bar li {
    border-right: 1px solid #111;
    float: left;
    list-style: outside none none;
    padding: 8px 0;
    text-align: center;
    width: 25%;
}
.footer-bar li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.footer-bar li {
    list-style: outside none none;
    text-align: center;
}
.footer_bar li i {
    font-size: 18px;
}
.footer-button ul.footer-bar li:last-child{
    border-right: none;
}

.brand-img img {
    height: 42px;
    width: 50%;
    object-fit: contain;
}

.brand-img {
    display: flex;
    flex-wrap: wrap;
}

.top-content h4 {
    font-size: 24px;
}

.top-content {
    border-bottom: 1px solid #b1aeae;
    padding-bottom: 15px;
}

.price-wrapper {
    border: 1px solid #dadada;
    padding:15px;
    box-shadow: 0 6px 6px #efefef;
    text-align:center;
    height:100%;
    background:#fff;

}

.price-wrapper p{
    font-size:15px;
    margin-top:15px;
    margin-bottom:0;
}

.sub-heading{
    font-size:1.5rem;
}

.text-container p {
    font-size: 16px;
    line-height: 33px;
}

.bg-site {
    background: #f0f0f0;
}

.sub-title{
    font-size:20px !important;
}