html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

body {
    /*	font-size: 18px;*/
    font-size: calc(0.52em + 1vmin);
    color: #222;
    line-height: 28px;
    font-weight: 300;
    font-family: 'AktivGrotesk';
    font-style: normal;
    letter-spacing: 0.5px;
}

b,
strong {
    font-weight: bold !important;
}

*,
ul,
ol {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
}

.anchor-hover:hover {
    color: #ddd !important;
}

.anchor-h3:hover {
    color: #000 !important;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #b7b7b7;
    outline: none;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1f1f1f;
}

/*.h1, h1 {
    font-size: 2rem;
}
.h2, h2 {
    font-size: 1.8rem;
}
.h3, h3 {
    font-size: 1.5rem;
}*/
.animate__animated.animate__backInLeft {
    --animate-duration: 5s;
}

.animate__animated.animate__zoomIn {
    --animate-duration: 2s;
}

.slider-wrapper {
    overflow: hidden !important;
    position: relative;
}

.google-review-block {
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 99;
    text-align: right;
}

.f-weight-400 {
    font-weight: 400;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-600 {
    font-weight: 600;
}

.font-1 {
    font-size: 20px;
}

.mt-110 {
    margin-top: 110px;
}

.bg-color1 {
    background-color: #636363;
}

.bg-color2 {
    background-color: #dddde7;
}

.bg-color3 {
    background-color: #000;
}

.bg-color4 {
    background-color: #217eac;
}

.bg-color4 {
    background-color: #fff;
}

/*a.text-white:hover,
a.text-white:focus{
	color: #000!important;
}*/
.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.flexbox {
    display: -webkit-box;
    display: flex;
}

.flexbox .element {
    height: 100%;
}

.display-table {
    display: table;
    height: 100%;
    width: 100%;
}

.display-table .display-cell {
    display: table-cell;
    vertical-align: middle;
}

.btn1,
.btn2 {
    padding: 8px 30px;
    border: 2px solid #fff;
    font-size: 16px;
    background-color: #636363;
    border-color: #636363;
    /*transition: 0.5s;*/
    display: inline-block;
    border-radius: 0;
    color: #000;
    font-weight: 600;
}

.btn1:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;

}

.btn2:hover {
    color: #fff !important;
    background-color: transparent;
    border: 2px solid #217eac;
}

.btn3 {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #000;
    color: #fff;
    border: 2px solid #636363;
    border-radius: 100%;
    display: inline-block;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.btn3:hover,
.btn3:focus {
    background-color: #636363;
    color: #ffffff;
}

.text-color1 {
    color: #636363;
}

a.text-hover1:hover,
a.text-hover1:focus {
    color: #fff;
}

h1 span {
    color: #000;
}

.home-page .header {
    background-color: rgba(248, 249, 250, 0.9);
    /*background-color: rgba(255,255,255,0.9);*/
    /*min-height: 110px;*/
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;

}

.header {
    /*background-color: #000;
    background-color: rgba(255,255,255,0.9);*/
    /*min-height: 110px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;*/

}

.header-bottom {
    border-top: 1px solid #ddd;
}

#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #000;
}

.home-page .header {
    /*position:absolute;*/
    /*top:0;*/
    /*left:0;*/
    width: 100%;
    /*z-index:999;*/
}

.isStuck .header-bottom {
    -webkit-box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
    box-shadow: 0 4px 8px 0 rgb(0, 0, 0, 0.5);
    background-color: #000;
}
.logo {
    display: inline-block;
    position: relative;
    /*height: 100%;*/
    /*max-height: 100%;*/
    margin: 1px 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.logo img {
    max-width: 120px;
    /*height: 100%;*/
    /*max-height: 100%;*/
    transition: all 0.4s ease;
}
.logo .scroll-logo{
    max-width: 0px;
    opacity: 0;
    display: none;
    transition: transform 0.3s 0.5s ease, opacity 0.3s 0.5s ease, max-width 0.1s 0.4s ease;
}
.isStuck .logo .scroll-logo{
    max-width: 120px;
    opacity: 1;
    display: inline-block;
}
.pseudoStickyBlock{
	transition: transform 0.3s 0.5s ease, opacity 0.3s 0.5s ease, max-width 0.1s 0.4s ease;
}
.isStuck .logo .light-logo{
    max-width: 0;
    opacity: 0 !important;
    display: none;
}
.top-contact-list {
    display: inline-block;
    vertical-align: middle;
}

.top-contact-list.top-contact-right {
    display: block;
    text-align: right;
}

.top-contact-list li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 46px;
    border-right: 1px solid #000000b8;
    color: #000;
}

.top-contact-list li a i {
    font-size: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 5px;
}

.top-contact-list li a i,
.top-contact-list li a {
    display: inline-block;
    vertical-align: middle;
}

.top-contact-list li:last-child {
    border-right: 0;
}

.top-contact-list li:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.top-contact-list li:hover a {
    color: #c2baba;
}

.google-review-icon,
.social-links {
    display: inline-block;
    vertical-align: middle;
}

.social-links.footer-social-links {
    text-align: left;
}

.social-links li {
    display: inline-block;
    vertical-align: middle;
}

.social-links li a {
    background-color: transparent;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    border: 1px solid #fff;
}

.google-review-icon a {
    max-width: 250px;
    display: inline-block;
    background-color: #fff;
    padding: 12px;
}

.header-link li a {
    background-color: transparent;
    border: 0 !important;
    color: #000 !important;
}

.header-link li a:hover {
    color: #636363 !important;
    background-color: transparent !important;
}

.get-a-quote,
.header-info-box {
    display: inline-block;
    vertical-align: middle;
}

.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}

.parallax-window {
    height: 500px;
    background: transparent;
    display: table;
    width: 100%;
}

.home-page .parallax-window {
    height: 100vh;
}

.home-slide {
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.home-parallax .container-fluid {
    position: relative;
    z-index: 9;
}

.header-info-box .header-call {
    text-align: left;
}

.header-info-box:before {
    position: absolute;
    top: -50px;
    right: 19%;
    width: 150px;
    height: 257px;
    content: '';
    background-color: #2c61de;
    transform: rotate(45deg);
    display: none;
}

.header-info-box:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    content: '';
    background-color: #2c61de;
    clip-path: polygon(9% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.get-a-quote,
.header-info-box .header-call {
    position: relative;
    z-index: 1;
}

.header-info-box .header-call a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.header-info-box .header-call a i {
    font-size: 30px;
    margin-right: 5px;
    line-height: 1;
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
}

.header-info-box .header-call a .call-info {
    display: inline-block;
    vertical-align: middle;
}

.header-info-box .header-call a .call-info span {
    font-size: 18px;
}

.header-info-box .header-call a .call-info h5 {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}

.get-a-quote {
    margin-left: 16px;
}

.get-a-quote a {
    border: 1px solid #fff;
    padding: 10px 12px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.get-a-quote a:hover,
.get-a-quote a:focus {
    background-color: #9a95f1;
    border-color: #9a95f1;
    color: #fff;
}

.sub-title {
    color: #9a95f1;
    font-weight: 300;
    margin-bottom: 0;
}

.title {
    margin-bottom: 50px;
}

span.heading {
    font-size: 20px;
    font-weight: 500;
}

.txt-color:hover {
    color: #c7c7c7 !important;
}

.txt-color2:hover {
    color: #df4927 !important;
}

.mobile-menu {
    display: none;
}

.navigation {
    display: block;
    text-align: right;
}

.navigation>li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.navigation li.dropdown>.dropdown-menu {
    opacity: 0;
    position: absolute;
    top: 130%;
    left: 0;
    width: 250px;
    z-index: 999;
    background-color: #217eac;
    visibility: hidden;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #9a9a9a;
    transition: all 500ms ease;
    display: block;
}

.navigation li.dropdown>.dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
    margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
    border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
    background-color: #ffffff;
    padding: 12px 10px;
    color: #000;
}

.navigation li.dropdown:hover>.dropdown-menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.navigation>li:first-child {
    display: none;
}

.navigation a {
    /*text-transform: uppercase;*/
    letter-spacing: 0.5px;
    overflow: hidden;
    position: relative;
    display: block;
    font-weight: 500;
    color: #fff;
    padding: 8px 25px;
    font-size: 18px;
    transition: all 500ms ease 0s;
}

.navigation>li:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    content: '';
    height: 5px;
    background-color: #636363;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.navigation>li:hover:before,
.navigation>li.active:before {
    width: 100%;
}

.navigation>li.dropdown>a:after {
    font-family: "bootstrap-icons";
    content: "\F282";
    position: absolute;
    top: auto;
    right: 0;
    font-size: 14px;
    transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
    color: #fff;
    background-color: #636363;
}

.button-style1 {
    background-color: #636363;
    border-radius: 4px;
    border: 2px solid #636363;
    /*box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;*/
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    vertical-align: baseline;
    transition: all .2s cubic-bezier(.22, .61, .36, 1);
    display: inline-block;
}

.button-style1:hover {
    background-color: #fff !important;
    color: #636363 !important;
    border-color: ##fff;
    /*transform: translateY(-2px);*/
}

@media (min-width: 768px) {
    .button-style1 {
        padding: 16px 44px;
        min-width: 150px;
    }
}

/*
.carousel-inner .carousel-item > img{
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
       @-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}*/
#metro-touch-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    left: 10%;
    text-align: center;
    top: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
}

#metro-touch-slider .carousel-caption h2 {
    padding: 0;
    color: #fff;
    font-size: 4em;
    font-weight: 600;
    font-style: normal;
    line-height: 60px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
    /*    background-color: rgba(248, 164, 49, .25);
    padding: 30px;*/
}

#metro-touch-slider .carousel-caption p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
}

.carousel-control-next,
.carousel-control-prev {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
    bottom: auto;
    background-color: #636363;
    padding: 20px 16px;
}

.carousel-control-next {
    -webkit-clip-path: circle (14% 0, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}

.carousel-control-prev {
    -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
}

.carousel-indicators [data-bs-target] {
    height: 6px;
    opacity: 1;
}

.carousel-indicators .active {
    background-color: #636363;
}

.overlap:before {
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.overlap1:before {
    background-color: rgba(0, 0, 0, 0.55);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-box {
    position: relative;
    overflow: hidden;
}

.service-box .service-box-content {
    padding: 20px;
}

.services-item {
    position: relative;
    display: flex;
    /*border: 1px solid #fffffe;*/
    margin: 10px 0px;
}

.services-item .services-icon img {
    /*height: 80px;*/
    width: 80px;
}

/*.services-item .services-icon img{
    border: 1px solid #636363;
    padding: 5px;
}*/
.services-item .services-text {
    padding-left: 16px;
}

.service-box h4 {
    color: #2c61de;
    font-weight: 400;
    font-size: 20px;
}

.new-service-box {
    margin: 15px 0;
    position: relative;
    overflow: hidden;
    height: 350px;
    border-radius: 10px;
}

.new-service-box .new-service-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: '';
    text-align: center;
    display: table;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}

.new-service-box:hover .new-service-content {
    background-color: rgba(0, 0, 0, 0.65);
}

.new-service-box .new-service-content-box {
    display: table-cell;
    vertical-align: middle;
}

.new-service-box .new-service-content-box h3 {
    font-family: 'Quiche Display';
    text-transform: uppercase;
}

.new-service-box .new-service-content-box p {
    color: #fff;
}

.latest-service {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0;
    height: 250px;
}

.overlay {
    background: rgba(0, 0, 0, .7);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}

.overlay-invisible {
    opacity: 1;
}

.latest-service:hover .overlay {
    opacity: 1
}

.overlay-p-15 {
    padding: 15px;
}

.overlay-border {
    height: 100%;
    width: 100%;
    border: 2px dashed #636363;
}

.latest-service-content {
    position: absolute;
    top: 52%;
    width: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.latest-service-inner {
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

.latest-service:hover .latest-service-inner {
    opacity: 1
}

.latest-service img {
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

.latest-service:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.latest-service-inner h3 a {
    color: #f4b11d;
    font-size: 24px
}

.latest-service-inner h3 a:hover {
    color: #fff
}

.latest-service-inner h6 {
    color: #f4b11d;
}

.latest-service-inner p {
    color: #fff;
}

.tik-tok-container {
    width: 100%;
    background-color: #636363;
    margin-top: 30px;
    padding: 30px;
}

.social-heading._40t {
    width: 85%;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
}

.tik-tok-link {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    font-weight: 400;
    display: flex;
}

.tik-tok-text {
    color: #000;
    font-weight: 400;
    line-height: 14px;
}

.follow-us-div {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.parallax {
    position: relative;
    /*	padding:80px 0;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl {
    position: relative;
    z-index: 1;
}

/*#video-wrap{
    position:relative;
    width:100%;
    height:480px;
}
.embedly-embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
#video-wrap {
    position: relative;
    width: 100%;
    height: 480px;
}

.embedly-embed {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 300px;
    /*border: 10px solid #d9a636;*/
}

.video {
    margin-right: auto;
    margin-left: auto;
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}

.back-video {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
}

.video video {
    width: 100%;
    height: 350px;
}

.service {
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    padding: 30px;
}

.fullwidth-video {
    width: 100%;
    position: relative;
    padding: 0;
    padding-top: 56.27659574468085%;
}

.fullwidth-video embed,
.fullwidth-video iframe,
.fullwidth-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

#eapps-facebook-feed-1 .eapps-facebook-feed-content-container {
    height: 270px !important;
}

.contact-wrap1 {
    text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}

.contact-wrap1 .address-icon-holder1:before {
    display: none;
}

.contact-wrap1 .address-content1 {
    background-color: #eee;
    padding: 60px 20px 20px;
    margin-top: -40px;
    height: 180px;
}

.contact-wrap1 .address-content1 strong {
    font-size: 18px;
}

.address-box1 {
    margin-bottom: 12px;
}

.address-box1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    border: 5px solid #ffffff;
    background-color: #136f9d;
    box-sizing: border-box;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}

.testimonial-wrap {
    padding: 30px 20px;
    margin-bottom: 35px;
    border-left: 5px solid #217eac;
    background-color: #f0f0f0;
}

.quote-icon {
    font-size: 4em;
    color: #85b721;
    margin-bottom: 15px;
}

.testi-heading {
    background-color: #ea2853;
    padding: 30px;
    text-align: center;
    position: relative;
    z-index: 111;
}

.testi-box {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.testi-heading h2 {
    font-size: 30px;
    font-weight: 700;
}

.testimonial {
    margin-top: -50px;
}

.testi-content {
    font-size: 16px;
}

.testi-content p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
}

.testi-author {
    font-size: 20px;
    color: #000;
}

.testi-author-icon {
    font-size: 40px;
    display: inline-block;
    padding: 5px;
    margin-bottom: 15px;
    color: #fff;
    background-color: #217eac;
    text-align: center;
    margin-top: 32px;
    border: 2px solid #217eac;
    border-radius: 100%;
}

.testi-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #115ba6;
}

.testi-wrap1 {
    padding: 30px 30px 30px 50px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #a1a1a1;
}

.testi-wrap1:before {
    position: absolute;
    top: 15px;
    left: 8px;
    font-size: 40px;
    color: #2c61de;
    content: '\F6B0';
    font-family: "bootstrap-icons";
    color: linear-gradient(to bottom, #965f2d -22%, #f5ea96 118%);
}

.single-service-item {
    margin: 20px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: uppercase;
    text-align: center;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.review-owlcarousel .owl-carousel .item {
    background: linear-gradient(135deg, #ffffff, #d0d0d0);
    border: 10px solid #9c9c9c;
    color: #000;
    padding: 40px 30px;
    margin: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease;
}

.review-owlcarousel .owl-carousel .item:hover {
    transform: translateY(-10px);
}

.review-owlcarousel .item .circle-icon {
    width: 100px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
}

.review-owlcarousel .item .circle-icon img {
    border-radius: 50%;
}

.review-owlcarousel .item h4 {
    font-size: 1.5em;
    margin-bottom: 25px;
    color: #000;
}

.review-owlcarousel .item p {
    font-size: 1em;
    line-height: 1.6em;
    margin-bottom: 0;
    color: #000;
}

.review-owlcarousel .item .author {
    font-size: 0.9em;
    color: #aaa;
    font-style: italic;
    text-align: right;
}

.review-owlcarousel .owl-nav button {
    background: #fff !important;
    color: #000 !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
}

.review-owlcarousel .owl-nav button:hover {
    background: #fff !important;
    color: #000 !important;
}

.review-owlcarousel .owl-dots .owl-dot span {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 5px;
    transition: 0.3s;
}

.review-owlcarousel .owl-dots .owl-dot:hover span {
    background-color: #ddd;
}

.review-owlcarousel .owl-dots .owl-dot.active span {
    background: #656565;
    width: 25px;
}

.borderbox-layout-3 {
    padding: 25px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    position: relative;
    z-index: 1;
    background: #fff;
    margin-left: 20px;
    margin-right: 20px;
}

.borderbox-layout-3::before,
.borderbox-layout-3::after {
    content: " ";
    width: 150px;
    height: 150px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
}

.borderbox-layout-3::before {
    bottom: -1px;
    right: -1px;
    border-right: 5px solid #c2c2c2;
    border-bottom: 5px solid #000;
    background: transparent;
    opacity: 1;
    left: auto;
}

.borderbox-layout-3::after {
    top: 0;
    left: 0;
    border-top: 5px solid #000;
    border-left: 5px solid #c2c2c2;
}

.brentwood-page .circle-icon {
    background-color: #090000;
    height: 120px;
    width: 120px;
    line-height: 120px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    -webkit-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.border-heading {
    position: relative;
}

.border-heading:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    background: #d1d1d1;
    width: 60px;
    height: 1px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    right: 0;
    margin: auto;
}

.hover-trig:hover .borderbox-layout-3::before,
.hover-trig:hover .borderbox-layout-3::after {
    width: 70%;
    height: 70%;
}

/*projecj section*/
.project-three__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.project-three__img-box {
    position: relative;
    display: block;
    z-index: 1;
}

.project-three__img-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 0;
    left: 60px;
    background-color: var(--ambed-base, #a47c68);
    content: "";
    width: 2px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__img-box::before {
    height: 100%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__img-box:after {
    position: absolute;
    left: 0;
    bottom: 58px;
    background-color: var(--ambed-base, #a47c68);
    content: "";
    height: 2px;
    width: 0;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__img-box:after {
    width: 50%;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.project-three__img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.9);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: all;
    transition-property: all;
    z-index: 1;
}

.project-three__single:hover .project-three__img:before {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
    -webkit-transition-property: all;
    transition-property: all;
}

.project-three__img img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__single:hover .project-three__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.project-three__arrow {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__arrow {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms;
}

.project-three__arrow a {
    height: 60px;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 13px;
    color: var(--ambed-white, #ffffff);
}

.project-three__content {
    position: absolute;
    bottom: 50px;
    right: 40px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    z-index: 2;
}

.project-three__single:hover .project-three__content {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms;
}

.project-three__title {
    font-size: 24px;
    font-weight: 900;
    line-height: 38px;
}

.project-three__title a {
    color: var(--ambed-white, #ffffff);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.project-three__title a:hover {
    color: var(--ambed-base, #a47c68);
}

.project-three__sub-title {
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    opacity: .4;
}

/*project-section close*/
.block-revealer__element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    /*  background-color: #800020!important;*/
    pointer-events: none;
    opacity: 0;
}

.list5 {
    margin-left: 15px !important;
}

.list5 li {
    list-style-type: decimal;
    padding-bottom: 10px;
    list-style-position: outside;
}

.list1 li,
.list3 li,
.areas-list {
    padding: 0px 10px 0px 0px;
    position: relative;
}

.list3 li:before,
.list1 li:before,
.areas-list li:before {
    position: absolute;
    /*top: 0;*/
    left: 0;
    content: '\F133';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #2f4857;

}

.list2 li {
    padding: 15px 10px 15px 40px;
    position: relative;
    height: 90px;
}

.list2 li:before {
    position: absolute;
    /*top: 0;*/
    left: 0;
    content: '\e9bf';
    font-family: "icoFont";
    font-size: 18px;
    color: #2f4857;
    font-size: 30px;
    color: #636363;
}

.list1.text-white li:before {
    color: #fff;
}

.areas-list li:before {
    content: '\F3E7';
    /*color: #000;*/
}

.list1 li,
.list2 li,
.areas-list li {
    padding: 0px 0 10px 26px;
    position: relative;
}

.list4 li {
    position: relative;
    display: inline-block;
    padding: 0px 25px 10px 26px;
}

.list1 li:before,
.list2 li:before,
.list4 li:before,
.areas-list li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\F133';
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: #ffffff;
}

.areas-list li:before {
    content: '\F3E7';
}

.list4 li:before {
    content: '\F133';
    color: #000;
}

.list1 li a {
    color: #252525;
    font-weight: bold;
}

.list1 li a:hover {
    color: #636363;
}

.list3 li {
    padding-left: 35px;
    margin-bottom: 10px;
}

.list3 li:before {
    content: '';
    background: url('../images/favicon.ico') center center no-repeat;
    background-size: cover;
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.services-box {
    position: relative;
    overflow: hidden;
}

.services-box h5 {
    color: #fff;
}

.services-box-content {
    border: 2px solid #fff;
    /*transform: translate(-50%, -50%);*/
    padding: 15px;
    margin: 15px 0;
    height: 170px;
}

/*.h3-section h2{
    font-size: 45px;
}
.h3-section{
    padding: 80px 0 !important;
}*/
.border-left {
    border-left: 5px solid;
    /*color: inherit;*/
    padding-left: 10px;
}

.footer-contact {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #217eac;
    padding: 20px;
    text-align: center;
    border: 5px solid #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}

.footer-contact .icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #000;
    font-size: 20px;
    color: #fff;
    display: inline-block;
}

.footer-contact-inner {
    position: relative;
    width: 100%;
    /*padding: 18px 30px 18px;*/
    z-index: 1;
    height: 100%;
    background-color: #217eac;
}

.footer-contact-inner :after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0px;
    background: #2f4857;
    transform: scaleX(0.0);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 100ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.footer-contact-inner:hover:after {
    transform: scale(1.0);
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-services-box {
    background-color: #508389;
    text-align: center;
    /*margin-bottom: 30px;*/
    padding: 30px 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}

.single-services-box .icon {
    margin-bottom: 18px;
    background-color: #F4B11C;
    width: 75px;
    height: 75px;
    line-height: 85px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
}

.single-services-box .icon span {
    font-size: 25px;
}

.single-services-box .icon i::before {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 35px;
}

.single-services-box h3 {
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 23px;
    font-weight: 700;
    color: #F4B11C;
}

.single-services-box p {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 12px;
    margin-bottom: 0;
    color: #fff;
}

.single-services-box a:hover {
    color: #000;
}

.single-services-box::before {
    border-radius: 5px;
    content: '';
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #217eac;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}

.single-services-box:hover .icon {
    background-color: #ffffff;
    color: #000;

}

.single-services-box:hover::before {
    width: 100%;
}

.single-services-box:hover p {
    color: #ffffff;
}

.single-services-box:hover h3 {
    color: #ffffff;
}

.single-services-box:hover h3 a {
    color: #ffffff;
}



.form-control {
    height: 50px;
}

textarea.form-control {
    height: 318px;
}

.site-map-list li {
    border-left: 1px solid #dfdfdf;
    padding: 10px 0 10px 30px;
    position: relative;
}

.site-map-list li:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}

.site-map-list li>ul.child-menu {
    margin: 10px 0 10px 20px;
}

.footer {
    position: relative;
}

.footer-contact-wrap {
    position: relative;
}

/*.footer-contact-box{
	background-color: #2c61de;
	-webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
	padding:0 50px;
}*/
.footer-menu li {
    margin-bottom: 5px;
    color: #fff;
}

.footer-menu li a {
    display: inline-block;
    position: relative;
    padding-left: 18px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}

.footer-menu li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '\F285';
    font-family: "bootstrap-icons";
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer-links {
    color: #000;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
    padding-left: 20px;
}

.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-menu li a:hover:before,
.footer-menu li a:focus:before {
    color: #636363;
}

.footer-menu li a:hover:before,
.footer-menu li a:focus:before {
    left: 5px;
}

.address-box a:hover,
.address-box a:focus {
    color: #636363;
}

.footer-links a:hover {
    color: #fff;
}

.footer-widget .widget-title {
    font-size: 22px;
    color: #fff;
}

.footer-widget .widget-title i {
    color: #636363;
}

.footer-widget p {
    color: #fff;
}

.footer-widget a:hover {
    color: #636363;
}

.address-box {
    padding: 0 0 10px 0px;
    margin: auto;
}

.address-box .address-icon-holder {
    float: left;
    margin-right: 12px;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 24px;
    margin-top: 10px;
}

.address-box .address-content {
    position: relative;
    overflow: hidden;
    color: #fff;
}

.footer-social-links.top-contact-list {
    text-align: left;
    margin-left: 0;
}

.footer-social-links.top-contact-list li {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.footer-social-links.top-contact-list li a i {
    margin-right: 0;
}

.social-links.footer-social-links li a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #000;
}

.contact-wrap1 {
    text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
    float: none;
    margin: auto;
    position: relative;
    z-index: 1;
    color: #fff;
    border: 5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 25px;
    border-radius: 50%;
    background-color: #636363;
}

.contact-wrap1 .address-icon-holder1:before {
    display: none;
}

.contact-wrap1 .address-content {
    background-color: #eee;
    padding: 20px 15px 20px;
    /*margin-top: -40px;
    height: 160px;*/
}

.contact-wrap1 .address-content strong {
    font-size: 18px;
}

.single-service-item {
    margin: 20px 0;
}

.single-service-item .img-holder {
    overflow: hidden;
    position: relative;
}

.single-service-item .img-holder .img-responsive {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    /*border: 5px solid #0009;
    border-radius: 5px;*/
}

.single-service-item:hover .img-holder .img-responsive {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.single-service-item .img-holder .overlay {
    background-color: rgba(0, 0, 0, .60);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.single-service-item:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg) scale(1, 1);
    transform: rotateY(0deg) scale(1, 1);
}

.single-service-item .img-holder .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.single-service-item .img-holder .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
}

.single-service-item .img-holder .overlay .box .content a i {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    height: 45px;
    line-height: 48px;
    transition: all 500ms ease 0s;
    width: 45px;
}

.single-service-item .img-holder .overlay .box .content a:hover i {
    background: #9a9a9a;
}

.single-service-item .text-holder h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin: 20px 0 6px;
    text-transform: capitalize;
}

.single-service-item .text-holder h3 span {
    color: #fff;
}

.h3botom-wrap {
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.copyright-txt {
    margin-top: 10px;
    color: #fff;
}

.copyright-txt a {
    color: #fff;
}

.contact-detail {
    border: 1px solid #b9bfba;
    padding: 30px;
}

.contact-lists li {
    display: flex;
    gap: 16px;
    border-bottom: 1px solid #696969;
}

.contact-lists {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-lists li i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000000;
    font-size: 20px;
    text-align: center;
    color: #000000;
}

.contact-lists li>div {
    width: 80%;
}

.contact-lists li>div p:first-child {
    margin-bottom: 16px;
}

.contact-lists li>div p {
    font-size: 16px;
}

.contact-lists li {
    padding: 10px 0;
}

.contact-lists li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
}


.form-control {
    height: 50px;
}

textarea.form-control {
    height: 100px;
}

.submit-icon {
    display: none;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
    {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.contact-form-sec {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-btn {
    background: #000000;
    border: none;
    padding: 15px 35px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.form-btn:hover,
.form-btn:focus {
    background: #737373;
    color: #fff;
}

.area-box {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #000;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.list1 li:before {
    color: #000;
}

.inner-box {
    background-color: #fff;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


@media(min-width: 1200px) and (max-width: 1400px) {
    /*.slide-text{*/
    /*    padding: 80px 85px 10px 85px !important;*/
    /*}*/
    .carousel-item.full-screen {
        height: 100vh !important;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    .logo {
        width: 110px;
    }

    .slide-text {
        padding: 80px 45px 10px 45px !important;
    }
}

@media(min-width: 320px) and (max-width: 991px) {
    .single-services-box {
        margin-bottom: 30px;
    }

    .single-services-box:last-child {
        margin-bottom: 0px;
    }

    body {
        font-size: 16px;
    }

    .home-page .header {
        position: static;
    }

    .pseudoStickyBlock {
        display: none !important;
    }

    .p-5 {
        padding: 1.2rem !important;
    }

    .mt-110 {
        margin-top: 0;
    }

    .padd-t-20 {
        padding-top: 20px;
    }

    .fixed-top {
        min-height: auto;
    }

    .flexbox {
        display: block;
    }

    .width-40,
    .width-50,
    .width-60 {
        width: 100%;
    }

    .parallax.m-parallax-bg {
        background-image: none !important;
        height: 100% !important;
        min-height: 100% !important;
    }

    .m-header-top-right {
        text-align: right;
    }

    .mobile-menu {
        display: table;
        font-size: 20px;
        border: 1px solid #fff;
        padding: 14px 16px;
        color: #fff;
        cursor: pointer;
        margin: 10px 0;
        float: right;
        background-color: #000;
    }

    .social-links {
        text-align: center;
        display: block;
        vertical-align: middle;
    }

    .top-contact-list,
    .top-contact-list.top-contact-right {
        display: block;
        text-align: center;
    }

    .top-contact-list,
    .social-links {
        display: table !important;
        margin: auto;
    }

    .social-links.footer-social-links {
        display: block !important;
    }

    .top-contact-list li {
        padding: 8px;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        right: -300px;
        width: 255px;
        height: 100%;
        overflow-x: scroll;
        z-index: 999;
        border-radius: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background-color: #221e1f;
        padding-top: 0;
    }

    .navigation {
        text-align: left;
    }

    .nav-wrapper.open {
        right: 0;
    }

    .navigation>li {
        display: block;
        margin: 0;
        border-bottom: 1px solid #333;
    }

    .navigation>li:first-child {
        display: block;
    }

    .navigation li a {
        padding: 10px 20px;
        color: #fff;
    }

    .navigation a {
        border-radius: 0;
    }

    .navigation li:hover>a,
    .navigation li:focus>a,
    .navigation li.active>a {
        background-color: #636363;
        color: #ffffff;
    }

    .navigation>li.dropdown>a:after {
        right: 20px;
    }

    .navigation li.dropdown>.dropdown-menu,
    .navigation li.dropdown:hover>.dropdown-menu {
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
    }

    .navigation li.dropdown>.dropdown-menu li a {
        padding: 10px 10px 10px 30px;
    }

    .get-a-quote,
    .header-info-box {
        margin: 15px;
    }

    .logo {
        display: table;
        margin: 10px 0;
    }

    .fixed-top .text-end {
        background-color: #2c61de;
        text-align: center !important;
    }

    .fixed-top {
        position: static;
    }

    .header-info-box {
        position: relative;
        overflow: hidden;
    }

    .header-info-box:before {
        display: none;
    }

    .slide-caption-wrap {
        position: static;
        width: 100%;
    }

    .slide-caption-wrap .slide-caption-content {
        padding: 30px;
    }

    .padd-10 {
        padding: 0 0 20px 0 !important;
    }

    .padd-20 {
        padding: 20px 0px !important;
    }

    .footer {
        margin-top: 0;
    }

    .footer-widget {
        padding: 15px 0;
    }

    .footer-contact-wrap {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .footer-widget {
        padding-bottom: 50px;
    }

    .carousel-caption {
        padding-top: 0px !important;
    }

    .h3-section h2 {
        font-size: 30px;
    }

    .h3-section h3 {
        font-size: 18px;
    }

    .h3-section {
        padding: 50px 0 !important;
    }

    .slide-text {
        top: 50% !important;
    }

    .contact-wrap1 .address-content {
        height: auto;
    }

}

@media(min-width: 768px) and (max-width: 991px) {
    .slider-wrapper .carousel-caption h2 {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .slider-wrapper .carousel-caption p {
        font-size: 16px;
        line-height: 22px;
    }

    .footer-widget {
        padding: 20px 0 !important;
    }

    .header-info-box:before {
        right: 40%;
    }

    .header-info-box::after {
        width: 50%;
    }

    .m-min-200 {
        height: 350px !important;
        min-height: 350px !important;
    }

    #video-wrap {
        height: 400px;
        margin-bottom: 15px;
    }

    .m-min-210 {
        min-height: 450px !important;
        height: 450px !important;
    }

    .top-contact-list li {
        padding: 10px 16px;
    }

}

@media(min-width: 320px) and (max-width: 767px) {
    .google-review-block {
        position: static;
        text-align: center;
    }

    .slider-wrapper .carousel-caption {
        position: static;
        /*background-color: #f8f8f8;*/
        width: 100%;
        top: 0;
        left: 0;
        transform: translateY(0);
        box-sizing: border-box;
        text-align: center;
    }

    .slider-wrapper .carousel-caption h2,
    .slider-wrapper .carousel-caption p {
        color: #000;
    }

    .slider-wrapper .carousel-caption h2 {
        font-size: 24px;
        line-height: 26px;
        margin-top: 20px;
    }

    .footer-contact-wrap {
        margin-bottom: 20px;
    }

    .title {
        margin-bottom: 10px;
    }

    .footer-widget {
        padding: 20px 0;
    }

    .slide-caption-wrap .slide-caption-content {
        padding: 25px;
    }

    .get-a-quote,
    .header-info-box {
        margin: 10px;
    }

    .p-5 {
        padding: 1.5rem !important;
    }

    .m-header-top-right {
        text-align: center;
    }

    .testi-content p {
        font-size: 20px;
        line-height: 24px;
    }

    .testi-author {
        font-size: 22px;
    }

    .top-contact-list li {
        padding: 10px;
        border: 0;
    }

    .copyright-wrap .float-start,
    .copyright-wrap .float-end {
        float: none !important;
        text-align: center;
    }

    .social-links.footer-social-links {
        text-align: center;
    }

    .review-owlcarousel .owl-carousel .item {
        padding: 10px;
        margin: 0;
    }

    .borderbox-layout-3 {
        padding: 35px 20px;
        margin: 5px !important;
    }
}

@media(min-width: 576px) and (max-width: 767px) {

    .m-min-200 {
        height: 300px !important;
        min-height: 300px !important;
    }

    .slide-caption-wrap {
        left: 6%;
    }

    .slide-caption-wrap h2 {
        font-size: 2em;
        letter-spacing: 0;
    }

    .slide-caption-wrap .header-call a .call-info h5 {
        font-size: 2em;
    }

    #video-wrap {
        height: 300px;
        margin-bottom: 15px;
    }

    #metro-touch-slider .carousel-caption h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .carousel-indicators {
        display: none;
    }

    .m-min-210 {
        min-height: 350px !important;
        height: 350px !important;
    }
}

@media(min-width: 320px) and (max-width: 575px) {
    .p-4 {
        padding: 1.5rem 1rem !important;
    }

    .py-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .top-contact-list li {
        padding-top: 6px;
        padding-bottom: 6px;
        padding-right: 6px;
    }

    .top-contact-list li a i {
        margin-right: 0;
    }

    .parallax-window {
        height: 300px !important;
    }

    .service-box {
        margin: 15px 0;
    }

    .p-5 {
        padding: 1rem !important;
    }

    .m-min-200 {
        height: 250px !important;
        min-height: 250px !important;
    }

    .slide-caption-content,
    .get-a-quote {
        display: none;
    }

    #video-wrap {
        height: 150px;
        margin-bottom: 15px;
    }

    .footer-contact-wrap {
        margin-top: 0;
        padding: 0 !important;
    }

    .footer-contact-box {
        padding: 0 20px;
        -webkit-clip-path: none;
        -moz-clip-path: none;
        clip-path: none;
    }

    .address-box {
        padding: 10px 0px;
    }

    .address-box .address-icon-holder {
        display: none;
    }

    .single-highlights-box {
        height: auto;
    }

    .list2 li {
        height: auto;
    }

    #metro-touch-slider .carousel-caption h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        padding: 10px 7px;
    }

    .m-min-210 {
        min-height: 300px !important;
        height: 300px !important;
    }

    .follow-us-div {
        display: block;
        text-align: center;
    }

    .slider-wrapper .button-style1 {
        font-size: 12px;
        padding: 3px 12px;
        font-weight: 500;
        line-height: 20px;
        margin: 0 0 10px 0;
    }

    .inner-box {       
        padding: 20px;       
    }
    
    .contact-detail {
       padding: 13px;
    }
    
    .contact-lists li i {
       display:none;
    }
    
    .fs-sm{
        font-size: 15px;
    }
}