/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
#flat-preloader-overlay img {
    margin-bottom: 10px;
    animation: rotation 2s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 
/* ========================================== */
header#top li.current-menu-item span {
    font-weight: 700;
}
header#top {
    border-bottom: 1px solid #ffffff4d;
    background: rgb(255 255 255 / 49%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
header#top li#menu-item-54 a span:after {
    content: "\f061";
    position: absolute;
    right: 6px;
    top: 6px;
    width: 35px;
    height: 35px;
    background: #d9d9d929;
    border-radius: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome';
    transform: rotate(-45deg);
    font-size: 15px;
	    transition: .9s;
}
header#top li#menu-item-54:hover a span:after {
    background: #0A1318;
    color: #FFBF43;
    transition: .9s;
}
header#top li#menu-item-54 a span {
    background: #222222;
    color: #fff !important;
    padding: 14px 50px 14px 24px !important;
    border-radius: 30px !important;
    position: relative;
	    transition: .9s;
}
header#top li#menu-item-54:hover a span {
    background: #FFBF43 !important;
    color: #0A1318 !important;
    transition: .9s;
}
header#top a#logo, div#media_image-2 img {
    animation: logo 3s ease-in-out 0s 1000 normal forwards;
}
@keyframes logo {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
/* ============================ */
div#revolution-slider {
    margin-bottom: 0px !important;
}
a#btn-revo i, a#btn-phone i {
    width: 35px !important;
    height: 35px !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #d9d9d929;
    border-radius: 50%;
    transform: rotate(-45deg);
    position: relative;
    top: -1px;
    right: -4px;
}
a#btn-phone i {
    color: #FFBF43 !important;
    transform: rotate(0deg);
}
div#revolution-slider .fa-volume-control-phone:before {
    content: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/Vector-11.png) !important;
    transform: scale(90%);
    top: 7px;
    position: absolute;
}
a#btn-phone i {
	    right: 0px;
}
a#btn-revo:hover i, a#btn-phone:hover i {
    background: #222222 !important;
    color: #FFBF43 !important;
}
a#btn-revo , a#btn-phone  {
	animation: heart 2s ease-in-out 0s 10000 normal forwards;
}
@keyframes heart {
	0% {
		transform: scale(90%);
	}

	50% {
		transform: scale(100%);
	}

	100% {
		transform: scale(90%);
	}
}
/* ============================= */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service .inner-wrap.row-bg-layer {
    position: relative;
}
div#service .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/pngwing.com-69-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 500px;
    height: 320px;
    transform: translate(-90px, 30px);
}
div#service-inner {
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/Rectangle-6-1.png);
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 10px;
    padding: 15px 15px !important;
    transition: .9s;
}
div#service-inner p {
    min-height: 110px !important;
    padding-bottom: 10px !important;
}
div#service-inner:hover {
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/Slice-1-11.png);
    transition: .9s;
}
div#service-inner .hover-wrap-inner {
    background: #FFFFFF;
    width: 70px;
    height: 70px;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #FFBF43;
    border-radius: 10px !important;
    transition: .9s;
}
div#service-inner:hover .hover-wrap-inner img {
    filter: brightness(0) saturate(100%) invert(6%) sepia(7%) saturate(3415%) hue-rotate(158deg) brightness(92%) contrast(97%);
}
div#service-inner:hover .hover-wrap-inner {
    background: #FFBF43 !important;
    border-color: #fff !important;
}
div#service-inner .hover-wrap-inner {
    background: #FFFFFF;
    width: 70px;
    height: 70px;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-bottom: 1px solid #FFBF43;
    border-radius: 10px !important;
    transition: .9s;
}
div#service-inner:hover h3 span, div#service-inner:hover p span {
    color: #fff !important;
    transition: .9s;
}
div#service-inner .hover-wrap, div#service-inner h3 {
    margin-bottom: 5px !important;
}
div#service .vc_col-sm-6 .vc_column-inner {
    margin-bottom: 10px;
}
div#service-carousal-row img {
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 20px;
    height: 400px;
    object-fit: cover;
}
div#service-carousal-row {
    margin: 0px 15px;
}
div#service-heading {
    padding: 20px 30px !important;
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 20px;
    border: 1px solid #fac25a;
}
div#service  .owl-stage {
 animation: marquee-horizontal 30s linear infinite;
}
@keyframes marquee-horizontal{
0% {
 transform: translateX(0%);
}
}
div#service  .owl-carousel:hover .owl-stage {
 animation-play-state: paused !important;
}
div#service  .owl-carousel:not(:hover) .owl-stage {
 animation-play-state: running !important;
}
div#service .caro-two .owl-carousel .owl-stage {
    animation-direction: reverse;
}
div#service .caro-two .owl-carousel  .owl-stage {
 animation: marquee-horizontal-one 30s linear infinite;
}
@keyframes marquee-horizontal-one {
100% {
 transform: translateX(0%);
}
}
div#service-inner.four:hover {
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/Rectangle-24-6.png);
    background-color: #000;
}
div#service-inner.five:hover {
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/Rectangle-24-5.png);
    background-color: #000;
}
div#service-inner.six:hover {
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/Rectangle-24-3.png);
    background-color: #000;
}
/* =========================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about-inner .wpb_text_column {
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ccc;
}
div#about-inner .vc_col-sm-7 .wpb_text_column:last-child {
    border: unset !important;
}
div#about-inner p {
    font-size: 14px;
    line-height: 24px;
}
/* ==================================== */
a#btn i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000 !important;
    transform: rotate(-45deg);
    color: #fabd4d !important;
    top: 7px;
    right: 10px;
	    transition: .9s;
}
a#btn:hover i {
    background: #FFBF43 !important;
    color: #0A1318 !important;
	    transition: .9s;
}
a#btn:hover {
    background-color: #0A1318 !important;
    transition: .9s;
    color: #FFBF43 !important;
}
a#btn {
    border-radius: 30px !important;
    color: #000 !important;
    font-size: 16px !important;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
/* =============================== */
div#scrolling-text {
    padding: 5px 0px !important;
    margin-bottom: 0px !important;
}
div#scrolling-text h1 img {
    width: 12px;
}
div#scrolling-text h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px !important;
    line-height: 45px !important;
    text-transform: uppercase;
    padding-left: 10px !important;
    gap: 10px;
}
/* ================================ */
div#planner {
    padding: 50px 50px 0px 50px !important;
    margin-bottom: 0px !important;
}
#planner img.img-with-animation.skip-lazy {margin-bottom: -80px;}

#planner {
    overflow: hidden;
}
/* =============================== */
div#property {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#property-inner .nectar-milestone {
    position: absolute;
    bottom: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    width: 22%;
    height: 36%;
    align-items: flex-start;
    justify-content: center;
    transform: translate(-30px, 220px);
    color: #0A1318;
    z-index: 999;
}
div#property-inner .nectar-milestone:before {
    content: "";
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/shape-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 188px;
    height: 241px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -1;
    transform: translateX(-53px);
}
div#property-inner .nectar-milestone .number.default, div#property-inner .nectar-milestone .number.default h2 {
    margin: 0px !important;
}
div#property-inner .nectar-milestone .subject {
    color: #999999;
}
div#property-inner .t-two {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
/* ==================================== */
div#work {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#work .wpb_text_column {
    margin-bottom: 10px !important;
}
.owl-stage {
    padding: 10px 0px !important;
}
div#work-inner {
    margin: 0px 10px;
}
div#work .owl-stage-outer {
/*     width: 150% !important; */
	overflow:visible !important;
}
div#work button.owl-prev:before {
    content: "\f060";
}
div#work button.owl-next:before {
	    content: "\f061";
}
div#work button.owl-next:before, div#work button.owl-prev:before {
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    border-radius: 50%;
    color: #FFBF43;
    width: 40px;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: #000000;
    transition: .9s;
	border:1px solid #000000;
}
div#work .owl-nav.disabled {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -60px;
}
div#work button.owl-next, div#work button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
    margin: 0px;
}
.owl-dots {
    display: none;
}
div#work-inner .gallery-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: end;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    background: #00000073;
    flex-direction: column;
    padding: 20px 40px !important;
    border-radius: 20px;
}
div#work-inner .gallery-text h3, div#work-inner .gallery-text p {
    transform: translateY(40px);
    transition: .9s;
    width: 80%;
}
div#work-inner:hover .gallery-text h3, div#work-inner:hover .gallery-text p {
    transform: translateY(0px);
    transition: .9s;
}
div#work-inner img {
    height: 450px;
    object-fit: cover;
    border-radius: 20px;
    object-position: left;
}
/* ====================================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial-inner {
    background: #FFF8EC;
    padding: 25px 15px !important;
    margin: 0px 10px !important;
    border-radius: 10px !important;
}
div#testimonial-inner .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#testimonial-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#testimonial-inner .iwithtext h6 img {
    margin: 0;
}
div#testimonial-inner .iwithtext h6 {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}
div#testimonial-inner .iwithtext .iwt-icon {
    position: relative !important;
}
div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 15px;
}
div#testimonial-inner .iwithtext .iwt-text h5, div#testimonial-inner .iwithtext .iwt-text p {
    margin: 0px !important;
    padding: 0px !important;
}
div#testimonial button.owl-prev:before {
    content: "\f060";
}
div#testimonial button.owl-next:before {
	    content: "\f061";
}
div#testimonial button.owl-next:before, div#testimonial button.owl-prev:before {
    font-family: 'FontAwesome';
    font-size: 17px;
    box-shadow: unset !important;
    border-radius: 50%;
    color: #FFBF43;
    width: 40px;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 40px;
    background: #ffffff66;
    transition: .9s;
    border: 1px solid #ffffff66;
}
div#testimonial .owl-nav.disabled {
    display: block;
    display: none;
}
div#testimonial button.owl-next, div#testimonial button.owl-prev {
    background: transparent;
    font-size: 0;
    border: 0px;
    margin: 0px;
}
div#testimonial  .owl-stage {
 animation: marquee-horizontal 30s linear infinite;
}
@keyframes marquee-horizontal{
0% {
 transform: translateX(0%);
}
}
div#testimonial  .owl-carousel:hover .owl-stage {
 animation-play-state: paused !important;
}
div#testimonial  .owl-carousel:not(:hover) .owl-stage {
 animation-play-state: running !important;
}
div#testimonial video {
    border-radius: 20px;
}
/* ======================================= */
div#contact {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#contact-inner .vc_col-sm-5 .vc_column-inner {
    background: #FFBF43;
    padding: 20px 30px !important;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}
div#contact-inner .vc_col-sm-5 .vc_column-inner:after {
    content: "";
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/man-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 172px;
    height: 297px;
}
div#contact-inner .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#contact-inner .iwithtext .iwt-icon {
    position: relative;
}
div#contact-inner .iwithtext {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px !important;
}
div#contact-inner .iwithtext .iwt-text {
    padding-left: 15px;
    width: 40%;
}
div#contact-inner .wpb_text_column {
    margin-bottom: 10px !important;
}
div#wpforms-84 {
    margin: 0;
}
div#contact-inner .wpforms-field {
    padding: 10px 0px !important;
}
div#contact-inner label.wpforms-field-label {
    color: #072052;
    margin-bottom: 10px !important;
}
div#contact-inner input, div#contact-inner textarea, div#contact-inner select {
    border: 1px solid #E2E2E2;
    color: #D9D9D9;
    border-radius: 6px !important;
}
div#contact-inner button#wpforms-submit-84:after {
    content: "\f061";
    position: absolute;
    right: 6px;
    top: 7px;
    width: 35px;
    height: 35px;
    background: #000000;
    border-radius: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FontAwesome';
    transform: rotate(-45deg);
    font-size: 15px;
    color: #FFBF43;
}
div#contact-inner button#wpforms-submit-84 {
    padding: 0px 46px 0px 10px !important;
    background: #FFBF43;
    border-radius: 30px !important;
    color: #000 !important;
    font-weight: 500;
    font-size: 16px;
    height: 50px !important;
}
/* ========================================== */
div#footer-widgets .row {
    padding: 40px 0px !important;
}
div#nav_menu-2, div#nav_menu-3 {
    margin: 0 auto;
    display: table;
}
div#custom_html-2 .socliy ul li i {
    width: 40px;
    height: 40px;
    border: 1px solid #FFBF43;
    color: #FFBF43;
    line-height: 40px;
    border-radius: 10px;
}
div#custom_html-2 .socliy ul li {
    display: inline-block;
    margin-right: 5px !important;
}
#footer-outer .widget {
    margin-bottom: 10px;
}
div#footer-widgets .main-div:before {
    content: "";
    background-image: url(https://drillconstructionnyc.com/wp-content/uploads/2026/06/Group-1261153133-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 394px;
    height: 212px;
    z-index: -1;
}
div#footer-widgets .main-div {
    position: relative;
    padding: 20px 20px !important;
}
div#footer-widgets .main-div h3, div#footer-widgets .main-div ul li a {
    color: #000 !important;
    margin: 0;
}
div#footer-widgets h4 {
    border-bottom: 1px solid #FFBF43;
    width: fit-content;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
}
div#footer-widgets ul#menu-quick-links li a, div#footer-widgets ul#menu-useful-links li a {
    position: relative;
    padding-left: 20px !important;
}
div#footer-widgets ul#menu-quick-links li a:before, div#footer-widgets ul#menu-useful-links li a:before {
    content: "\f061";
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'FontAwesome';
    color: #FFBF43;
    font-size: 12px;
}
/* ==================================== */
div#copyright {
    padding: 20px 0px !important;
	    border-top: 1px solid #ccc !important;
}
div#copyright strong {
    color: #FFBF43;
}
/* =================================== */
div#home .nectar-fancy-ul.animated-in ul {
    column-count: 2;
    margin-bottom: 0px !important;
}
div#home .nectar-fancy-ul ul li {
    padding-left: 28px;
}
div#service-page-inner {
    padding: 20px !important;
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 20px;
}
div#service-page-inner .hover-wrap-inner:before {
    content: "";
    background: #fabd4d80;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    border-radius: 15px;
    transition: .9s;
    transform: scale(0%);
}
div#service-page-inner:hover .hover-wrap-inner:before {
    transition: .9s;
    transform: scale(100%);
}
div#service-one-inner {
    background: #fabd4d;
    padding: 40px 30px;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 20px;
    transition: .9s;
}
div#service-one-inner p {
    min-height: 80px;
}
div#service-one-inner #btn {
    color: #fff !important;
    text-transform: initial !important;
}
/* =============================== */
@media (max-width: 1600px){
	#planner img.img-with-animation.skip-lazy {
    margin-bottom: -210px;
}
/* 	.text-lft {
    margin-left: -20px;
} */
	a#btn-revo i, a#btn-phone i {
    width: 30px !important;
    height: 30px !important;
}
	div#service-carousal-row img {
    height: 350px;
}
	div#service .vc_col-sm-6> .vc_column-inner {
    margin-bottom: 20px;
}
	div#work-inner img {
    height: 400px;
}
	div#service-heading {
    padding: 15px 20px !important;
}
	div#service-heading p {
    padding-bottom: 10px !important;
}
}
@media (max-width: 1440px){
	#planner img.img-with-animation.skip-lazy {
    margin-bottom: -300px;
}
	
/*         .text-lft {
            margin-left: -70px;
            margin-top: 10px;
        } */
	div#service-inner h3 {
    font-size: 18px;
}
	div#testimonial-inner .iwithtext h6 img {
    width: 120px;
    position: relative;
    top: -4px;
}
        div#footer-widgets .main-div:before {
            width: 344px;
            height: 222px;
        }
	div#service-one-inner p {
    min-height: 100px;
}
}
@media (max-width: 1366px){
	#planner img.img-with-animation.skip-lazy {
    margin-bottom: -360px;
}
	}
	
@media (max-width: 1326px){
/* 	        .text-lft {
            margin-left: -60px;
            margin-top: 20px;
        } */
	        div#service-inner h3 {
            font-size: 17px;
        }
	div#about-inner p {
    font-size: 13px;
    line-height: 23px;
}
	div#property-inner .nectar-milestone:before {
    width: 188px;
    height: 211px;
    transform: translateX(-47px);
}
	div#planner {
    padding: 50px 30px 0px 30px !important;
}
	div#testimonial-inner .iwithtext .iwt-text {
    padding-left: 10px;
}
	div#testimonial-inner .iwithtext h6 img {
    width: 100px;
    top: -14px;
}
div#footer-widgets .main-div:before {
            width: 324px;
            height: 202px;
        }
	}
@media (max-width: 1280px){
	    a#btn-revo i, a#btn-phone i {
        width: 25px !important;
        height: 25px !important;
    }
}
@media (max-width: 1080px){
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 60px;
}
	div#service {
    padding: 30px 0px !important;
}
	    div#service-carousal-row img {
        height: 300px;
    }
	    div#service-heading {
        padding: 15px 15px !important;
    }
	p, li a {
    font-size: 13px !important;
    line-height: 23px !important;
}
	div#service-inner p {
    min-height: 110px !important;
}
	div#service-inner {
    padding: 10px 10px !important;
}
	div#about {
    padding: 30px 0px !important;
}
	div#about-inner .wpb_text_column {
    margin-bottom: 5px !important;
    padding-bottom: 5px !important;
}
	div#about-inner img {
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
	        div#planner {
            padding: 30px 30px 0px 30px !important;
        }
div#planner .vc_col-sm-4 {
    display: none;
}
	div#planner .vc_col-sm-8 {
    width: 100% !important;
}
	div#planner .vc_col-sm-8> .vc_column-inner {
    margin: 0px 100px;
}
	div#property {
    padding: 30px 0px !important;
}
	div#property-inner .nectar-milestone {
    width: 30%;
    height: 44%;
    transform: translate(-30px, 170px);
}
div#property-inner .nectar-milestone:before {
            width: 188px;
            height: 211px;
            transform: translateX(-50px);
        }
	div#work {
    padding: 30px 0px !important;
}
	    div#work-inner img {
        height: 300px;
    }
	div#testimonial {
    padding: 30px 0px !important;
}
	div#testimonial-inner {
    padding: 20px 10px !important;
    margin: 0px 5px !important;
}
	div#testimonial-inner .iwithtext h6 img {
            width: 60px;
            top: -12px;
        }
	div#contact {
    padding: 30px 0px !important;
}
	div#contact-inner .vc_col-sm-5 .vc_column-inner {
    padding: 15px 15px !important;
}
	div#contact-inner .vc_col-sm-5 .vc_column-inner:after {
    width: 122px;
    height: 207px;
}
	div#contact-inner .wpforms-field {
    padding: 8px 0px !important;
}
	div#footer-widgets .row {
    padding: 30px 0px !important;
}
	        div#footer-widgets .main-div:before {
            width: 254px;
            height: 152px;
        }
	div#property-inner .t-one {
    margin-bottom: 5px !important;
}
	div#property-inner .t-two {
    padding-bottom: 5px !important;
    margin-bottom: 5px !important;
}
	div#footer-widgets .main-div:before {
        width: 274px;
        height: 192px;
    }
	div#service-inner p {
        min-height: 90px !important;
    }
	div#work-inner .gallery-text {
    padding: 20px 30px !important;
}
	div#service-one-inner {
    padding: 30px 20px;
}
	}
@media (max-width: 1024px){
	        div#service-inner p {
            min-height: 130px !important;
        }
	div#contact-inner .iwithtext .iwt-text {
    padding-left: 10px;
    width: 41%;
}
	}	
@media (max-width: 912px){
	div#header-outer {
    padding: 0px 0px !important;
}
	header#top {
    padding: 10px 0px !important;
}
	div#revolution-slider .fa-volume-control-phone:before {
    top: -1px;
}
	        a#btn-revo i, a#btn-phone i {
            width: 18px !important;
            height: 18px !important;
        }
	div#revolution-slider .fa-volume-control-phone:before {
    transform: scale(50%);
}
	        div#service-inner p {
            min-height: auto !important;
        }
div#service .vc_col-sm-3 {
            width: 100% !important;
            margin-bottom: 0px;
        }
	div#service-inner {
    margin: 10px 150px;
		padding: 20px 20px !important;
}
	div#about .vc_col-sm-7> .vc_column-inner, div#about .vc_col-sm-5> .vc_column-inner {
    margin: 0px 100px;
    text-align: center;
}
	div#about-inner .wpb_text_column {
            margin-bottom: 10px !important;
            padding-bottom: 10px !important;
        }
	div#planner-inner {
    text-align: center;
}
	div#property-inner {
    margin: 0px 100px;
    text-align: center;
}
	        div#property-inner .nectar-milestone {
            width: 22%;
            height: 33%;
            transform: translate(-30px, 170px);
        }
	        div#testimonial-inner .iwithtext h6 img {
            width: 90px;
            top: -12px;
        }
	div#contact-inner .vc_col-sm-5 .vc_column-inner {
            padding: 25px 25px !important;
            text-align: center;
        }
	div#contact-inner .iwithtext {
    display: inline-grid;
    justify-content: center;
    width: 33%;
}
	        div#contact-inner .iwithtext .iwt-text {
            padding-left: 0px;
            width: 100%;
        }
	div#contact-inner {
    margin: 0px 100px;
}
	div#contact-inner .vc_col-sm-5 .vc_column-inner:after {
		display:none !important;
	}
	div#nav_menu-2, div#nav_menu-3 {
    margin: 0 auto;
    display: unset;
}
	        div#testimonial-inner {
            padding: 20px 20px !important;
            margin: 0px 5px !important;
        }
	div#service-page-inner {
    margin: 0px 100px;
}
	    div#service-heading {
        padding: 20px 20px !important;
        text-align: center;
        margin: 0px 100px;
    }
			div#service-page-inner {
    margin: 0px 50px;
}
	    div#service .vc_col-sm-6> .vc_column-inner {
        margin-bottom: 0px;
    }
	    div#service-carousal-row img {
        height: 350px;
    }
	div#service .owl-carousel {
    width: 73%;
    margin: 0 auto;
}
}
@media (max-width: 800px){
	        div#service-inner {
            margin: 10px 100px;
        }
	        div#planner .vc_col-sm-8> .vc_column-inner {
            margin: 0px 50px;
        }
	div#property-inner .nectar-milestone {
            width: 22%;
            height: 39%;
            transform: translate(-30px, 170px);
        }
	        div#contact-inner {
            margin: 0px 50px;
        }
	}
@media (max-width: 768px){}
@media (max-width: 480px){
	header#top {
    background: #fabd4c !important;
}
	div#service p br {
    display: none;
}
	div#revolution-slider .fa-volume-control-phone:before {
        transform: scale(30%);
    }
	div#revolution-slider .fa-volume-control-phone:before {
        top: -5px;
    }
/* 	.text-lft {
            margin-left: -20px;
            margin-top: 0px;
        } */
	        a#btn-revo i, a#btn-phone i {
            width: 10px !important;
            height: 10px !important;
        }
	div#header-outer {
    position: relative !important;
}
    div#service-inner {
        margin: 0px 0px;
    }
div#service-heading {
        margin: 0px 0px;
        padding: 15px 15px !important;
    }
	    div#service-carousal-row img {
        height: 300px;
    }
	div#service-carousal-row {
    margin: 0px 10px;
}
	div#service .owl-carousel {
        width: 100%;
    }
	        div#about .vc_col-sm-7> .vc_column-inner, div#about .vc_col-sm-5> .vc_column-inner {
            margin: 0px 0px;
        }
	div#planner .vc_col-sm-8> .vc_column-inner {
            margin: 0px 0px;
        }
	        div#property-inner {
            margin: 0px 0px;
        }
	div#property-inner .nectar-milestone {
    display: none;
}
div#work .owl-stage-outer {
    width: 100% !important;
}
	div#work .owl-nav.disabled {
    position: unset;
    margin-top: 0px !important;
}
    div#work-inner .gallery-text {
        padding: 20px 20px !important;
        text-align: left;
    }
	div#work {
    text-align: center;
}
	    div#work-inner img {
        height: 250px;
    }
	div#work-inner .gallery-text h3, div#work-inner .gallery-text p {
    width: 100%;
}
	h1 {
    font-size: 25px !important;
    line-height: 30px !important;
}
	        div#contact-inner {
            margin: 0px 0px;
        }
	        div#contact-inner .iwithtext {
            width: 100%;
        }
	div#copyright p {
    font-size: 10px !important;
}
		div#service-page-inner {
    margin: 0px 0px;
}
	.dcep-layout {
        padding: 0px !important;
        gap: 20px;
    }
	div#testimonial-inner .iwithtext h6 img {
        width: 60px;
        top: -18px;
    }
	}
@media (max-width: 428px){}
@media (max-width: 414px){}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}