/*
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
*/
.home .container-wrap {
    padding: 0px !important;
}
div#header-secondary-outer {
    background-image: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/Slice-1-16.jpg);
    background-repeat: no-repeat !important;
    background-size: 110% 100%;
	border: unset;
}
body.material #header-secondary-outer {
    border: unset !important;
}
.material #header-secondary-outer>.container, .material #header-secondary-outer>.container>nav {
    display: flex;
}
div#header-secondary-outer .container {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}
body #header-secondary-outer .nectar-center-text {
    max-width: 100%;
}
div#header-secondary-outer {
    padding: 5px 0px !important;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li i {
    width: 35px;
    height: 35px;
    line-height: 31px;
    border-radius: 50%;
    transition: .5s;
    font-size: 17px;
    background: #Fff0;
    border: 2px solid #000;
    color: #000;
}
div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li:hover i {
	background: #AFFF26;
	border-color: #AFFF26;
    transition: .5s;
}
div#header-secondary-outer .socliy ul li {
    display: inline-block;
    margin-right: 5px;
}
div#header-secondary-outer .socliy ul li i {
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    transition: .5s;
    color: #000;
    background: #Fff0;
    border: 2px solid #000;
}
div#header-secondary-outer .socliy ul li:hover i {
    background: #AFFF26;
	border-color: #AFFF26;
    transition: .5s;
}
div#header-secondary-outer ul li span::after {
    display: none !important;
}
div#header-secondary-outer ul li span {
    font-size: 14px;
}
/* ================================================ */
header#top {
    background-image: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/Slice-1-17.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
header#top a#logo {
    margin-left: -200px;
}
header#top li#menu-item-46.btn strong {
    display: block;
    text-align: justify;
}
header#top li#menu-item-46.btn a span {
    color: #000;
}
header#top li#menu-item-46.btn a {
    background: #AFFF26;
    padding: 0px 10px !important;
    border-radius: 10px;
}
header#top li#menu-item-46.btn a span::after {
    display: none !important;
}
.current-menu-item span {
    color: #AFFF26;
}
/* ======================================== */
div#revoluiton-slider {
    margin-bottom: 0px !important;
}
div#revoluiton-slider span.arrow i {
    margin-left: 10px;
}
div#revoluiton-slider .social-media {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
    margin-left: -10%;
}
div#revoluiton-slider .social-media ul {
    margin: 0;
}
div#revoluiton-slider .social-media ul li {
    list-style: none !important;
}
div#revoluiton-slider .social-media ul li i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0px !important;
    font-size: 20px;
    transition: .9s;
}
div#revoluiton-slider .social-media ul li:hover i {
    background: #AFFF26;
    border-color: #AFFF26;
    transition: .9s;
}
/* ====================================== */
h5 img {
    display: inline-block !important;
    margin-bottom: -7px !important;
	animation: img 10s ease-in-out 0s 1000 normal forwards;
}
a#btn {
    position: relative;
    border-radius: 10px !important;
}
a#btn:before {
    content: "";
    border: 2px solid #001F23;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 98%;
    height: 96%;
    border-radius: 12px;
    transform: translate(0px, 0px);
    transition: .9s;
}
a#btn:hover:before {
    transform: translate(10px, 10px);
    transition: .9s;
}
/* ====================================== */
div#service {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#service img.lft-img {
    position: absolute;
    left: 0;
    top: 0;
    margin: 5% 0% 0% -27% !important;
}
div#service-inner .vc_col-sm-4 .vc_column-inner {
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 15px;
    border-radius: 15px;
}
div#service-inner .vc_col-sm-4 .iwt-icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F9F9F9;
    transition: .9s;
}
div#service-inner .vc_col-sm-4:hover .iwt-icon {
  background: #AFFF26;
  transition: .9s;
}
div#service-inner .vc_col-sm-4 .iwt-icon img {
    width: unset;
    margin: 0;
	animation: img-rot 10s ease-in-out 0s 1000 normal forwards;
}
@keyframes img-rot {
	0%,
	100% {
		transform: rotate(0deg);
		transform-origin: 50% 50%;
	}

	10% {
		transform: rotate(8deg);
	}

	20%,
	40%,
	60% {
		transform: rotate(-10deg);
	}

	30%,
	50%,
	70% {
		transform: rotate(10deg);
	}

	80% {
		transform: rotate(-8deg);
	}

	90% {
		transform: rotate(8deg);
	}
}
div#service-inner .iwithtext .iwt-text {
    padding-left: 105px;
}
div#service-inner .hover-wrap-inner a:before {
    content: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/Group-1171274884.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000a3;
    z-index: 999;
    border-radius: 15px;
	opacity: 0;
	transition: .9s;
}
div#service-inner .vc_col-sm-4:hover .hover-wrap-inner a:before {
    opacity: 1;
    transition: .9s;
}
div#service-inner img.img-with-animation.skip-lazy {
    width: 100%;
}
div#service a#btn {
    margin: 0 auto;
    display: table;
}
/* ========================================== */
div#about {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#about .inner-wrap.row-bg-layer {
    position: relative;
}
div#about .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/image-22-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    border: 0;
    width: 400px;
    height: 410px;
    bottom: 0;
    margin-right: -90px;
	animation: img 10s ease-in-out 0s 1000 normal forwards;
}
@keyframes img {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
/* ======================================== */
div#milstone {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#milstone-inner h2 span, div#milstone-inner .symbol-wrap {
    -webkit-text-fill-color: #0000;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #AFFF26;
    font-weight: 900 !important;
}
div#milstone-inner .vc_col-sm-3 {
    position: relative;
}
div#milstone-inner .vc_col-sm-3:after {
    content: "";
    background: #AFFF26;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 120px;
    visibility: visible;
}
div#milstone-inner .vc_col-sm-3:last-child:after {
    display: none;
}
/* ================================================= */
div#safety {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#safety-inner .vc_col-sm-3.clm {
    transform: translateY(30px);
}
div#safety-inner .vc_col-sm-3 .hover-wrap {
    background: #001F23;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto -50px auto;
    z-index: 999;
    transition: .9s;
}
div#safety-inner .vc_col-sm-3:hover .hover-wrap {
    background: #AFFF26;
    transition: .9s;
}
div#safety-inner .vc_col-sm-3 .hover-wrap img {
	animation: img-rot 10s ease-in-out 0s 1000 normal forwards;
}
div#safety-inner .vc_col-sm-3:hover .hover-wrap img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(17%) hue-rotate(324deg) brightness(95%) contrast(105%);
}
div#safety-inner .t-1 {
    background: #fff;
    filter: drop-shadow(2px 4px 6px #ccc);
    padding: 80px 20px 40px 20px !important;
}
div#safety-inner h6 span {
    background-image: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/Group-25147.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 40px !important;
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    bottom: -24px;
}
/* ========================================= */
div#why-choose {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#why-choose .inner-wrap.row-bg-layer {
    position: relative;
}
div#why-choose .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/image-22-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    border: 0;
    width: 400px;
    height: 410px;
    bottom: 0;
	animation: img 10s ease-in-out 0s 1000 normal forwards;
}
div#why-choose .iwithtext {
    padding: 15px !important;
    margin-bottom: 10px !important;
    transition: .9s;
    border-radius: 10px;
}
div#why-choose .iwithtext:hover {
    background: #FFFFFF;
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
div#why-choose .iwithtext .iwt-icon {
    width: 100px;
    height: 90px;
    background: #F9F9F9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: .9s;
    margin: 15px 15px !important;
}
div#why-choose .iwithtext:hover .iwt-icon {
    background: #AFFF26;
    transition: .9s;
}
div#why-choose .iwithtext .iwt-icon img {
    width: unset;
    margin: 0;
}
div#why-choose .iwithtext .iwt-text {
    padding-left: 110px;
}
div#why-choose .rigt-img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0% -50% -8% 0% !important;
}
/* ==================================================== */
div#Gallery {
    padding: 50px 0px !important;
    margin-bottom: 30px !important;
}
div#gallery-inner img {
    width: 100%;
}
div#gallery-inner .hover-wrap-inner a:before {
    content: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/Vector-17.png);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #afff268c;
    z-index: 999;
    border-radius: 15px;
    opacity: 0;
    transition: .9s;
}
div#gallery-inner .hover-wrap-inner a:hover:before {
    opacity: 1;
    transition: .9s;
}
div#Gallery a#btn:before {
    border: 1px solid #fff;
}
div#Gallery a#btn {
    background: #fff !important;
    color: #102C2F;
}
/* ============================================== */
div#testimonials {
  padding: 50px 0px 0px 0px !important;
  margin-bottom: 0px !important;
}
div#testimonials-inner {
  margin: 0px 5px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 15px !important;
  transition: .9s;
}
div#testimonials-inner:hover {
    filter: drop-shadow(2px 4px 6px #ccc);
    transition: .9s;
}
div#testimonials-inner .iwt-icon img {
    width: unset;
}
div#testimonials-inner .iwt-text h3 {
    margin: 0;
}
div#testimonials button.owl-prev {
background: transparent;
font-size: 0;
border: 0px;
}
div#testimonials button.owl-next {
background: transparent;
font-size: 0;
border: 0px;
}
div#testimonials button.owl-prev:before {
content: "\f053";
font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #E1E1E1;
    padding: 12px 15px;
    transition: .9s;
    color: #1F1F1F;
    border-radius: 50%;
}
div#testimonials button.owl-next:before {
    content: "\f054";
    font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #E1E1E1;
    padding: 12px 15px;
    transition: .9s;
    color: #1F1F1F;
    border-radius: 50%;
}
div#testimonials button.owl-prev:hover:before, div#testimonials button.owl-next:hover:before {
    background: #AFFF26;
    transition: .9s;
}
div#testimonials .owl-carousel .owl-nav.disabled {
    display: block !important;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -100px;
}
/* ================================================= */
div#company-logo-inner:hover img {
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#company-logo-inner img {
    transition: .9s;
}
div#company-logo button.owl-prev:before {
content: "\f053";
font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #E1E1E1;
    padding: 12px 15px;
    transition: .9s;
    color: #1F1F1F;
    border-radius: 50%;
}
div#company-logo button.owl-prev {
background: transparent;
position: absolute;
left: -50px;
top: 90px;
font-size: 0;
border: 0px;
}
div#company-logo button.owl-next:before {
content: "\f054";
font-family: 'FontAwesome';
    font-size: 18px;
    box-shadow: unset !important;
    background: #E1E1E1;
    padding: 12px 15px;
    transition: .9s;
    color: #1F1F1F;
    border-radius: 50%;
}
div#company-logo button.owl-next {
background: transparent;
position: absolute;
right: -50px;
top: 90px;
font-size: 0;
border: 0px;
}
div#company-logo button.owl-prev:hover:before, div#company-logo button.owl-next:hover:before {
    background: #AFFF26;
    transition: .9s;
}
div#company-logo .owl-carousel .owl-nav.disabled {
display: block !important;
}
div#company-logo-inner {
  margin: 0px 10px;
}
/* ======================================= */
div#contact-banner {
    margin-bottom: -150px;
}
div#contact-banner .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
div#contact-banner-inner {
    padding: 50px 60px !important;
}
div#contact-banner-inner a#btn strong {
    display: block;
    text-align: left;
}
div#contact-banner-inner a#btn {
    padding: 8px 30px 8px 55px !important;
}
div#contact-banner-inner a#btn:after {
    content: "";
    background-image: url(https://atlanticcoasteng.com/wp-content/uploads/2025/06/Group-1171274893.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    height: 35px;
    margin: 10px 10px !important;
}
div#contact-banner .lft-img {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0% 0% 17% -28% !important;
}
/* ====================================== */
div#footer-outer {
    z-index: 9;
}
div#footer-widgets .row {
    padding: 200px 0px 40px 0px !important;
}
div#footer-outer .widget h4 {
    font-weight: 200;
    text-transform: capitalize !important;
    font-size: 25px;
    font-family: 'Reddit Sans';
}
div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
    margin: 0 auto;
    display: table;
}
div#custom_html-2 .socliy ul li {
display: inline-block;
}
div#custom_html-2 .socliy ul li i {
    margin: 0px 3px;
    color: #fff !important;
    font-size: 20px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
}
div#custom_html-2 .socliy ul li:hover i {
    background: #AFFF26;
    transition: .5s;
	border-color: #AFFF26;
	color: #001F23;
}
div#footer-widgets ul#menu-quick-links li a, div#footer-widgets ul#menu-useful-links li a {
    position: relative !important;
    padding-left: 30px !important;
}
div#footer-widgets ul#menu-quick-links li a:before, div#footer-widgets ul#menu-useful-links li a:before {
    content: "\f054" !important;
    position: absolute;
    font-family: 'fontawesome' !important;
    left: 0;
    color: #AFFF26;
    transform: rotate(-40deg);
    transition: .5s;
    font-size: 10px;
    width: 19px;
    height: 18px;
    border: 1px solid #AFFF26;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div#footer-widgets ul#menu-quick-links li:hover a:before, div#footer-widgets ul#menu-useful-links li:hover a:before {
    transition: .5s;
    transform: rotate(0deg);
}
div#footer-widgets ul#menu-contact-info li {
    margin-bottom: 20px !important;
}
div#footer-widgets ul#menu-contact-info li a {
    position: relative;
    padding-left: 50px !important;
}
div#footer-widgets ul#menu-contact-info li a i {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 17px;
}
div#footer-widgets ul#menu-contact-info li:hover a i {
    background: #AFFF26;
    border-color: #AFFF26;
    transition: .9s;
	color: #001F23;
}
/* ======================================================= */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright strong {
    color: #AFFF26;
    font-weight: 900;
}
#top ul.sub-menu.tracked-pos .current-menu-item span {
    color: black;
}
/* =============================================== */
@media (max-width: 1600px) {
	#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
  margin-left: 50px;
}
	header#top a#logo {
  margin-left: -120px;
}
	.text-lft {
  margin-left: -100px;
}
	div#service img.lft-img {
  margin: 0% 0% 0% -15% !important;
}
	div#why-choose .rigt-img {
  margin: 0% -30% -8% 0% !important;
}
	div#contact-banner .lft-img {
  margin: 0% 0% 15% -18% !important;
}
}
@media (max-width: 1440px) {
	#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    margin-left: 100px;
  }
	  header#top a#logo {
    margin-left: -60px;
  }
	div#revoluiton-slider .social-media {
  margin-left: -6%;
}
	 div#service img.lft-img {
    margin: -3% 0% 0% -8% !important;
  }
	  div#why-choose .rigt-img {
    margin: 0% -20% -8% 0% !important;
  }
	div#contact-banner .lft-img {
    margin: 0% 0% 15% -12% !important;
  }
}
@media (max-width: 1366px) {
		 div#service img.lft-img {
    margin: -3% 0% 0% -8% !important;
    width: 150px;
  }
	 div#why-choose .rigt-img {
    margin: 0% -20% -8% 0% !important;
    width: 150px;
    z-index: 99;
  }
	div#contact-banner .lft-img {
    margin: 0% 0% 15% -9% !important;
    width: 150px;
  }
}
@media (max-width: 1340px) {}
@media (max-width: 1336px) {}
@media (max-width: 1320px) {}
@media (max-width: 1280px) {}
@media (max-width: 1080px) {
	#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows {
    margin-left: 60px;
  }
	div#header-secondary-outer ul.sf-menu.sf-js-enabled.sf-arrows li i {
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 15px;
}
	div#header-secondary-outer .socliy ul li i {
  width: 30px;
  height: 30px;
  line-height: 28px;
}
	#header-secondary-outer ul {
  height: 28px;
}
		#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
  height: 70px;
}
	div#revoluiton-slider .social-media ul li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 5px 0px !important;
  font-size: 18px;
}
	div#revoluiton-slider .social-media {
    margin-left: -8%;
  }
	div#service {
  padding: 20px 0px !important;
}
	div#service img.lft-img {
    margin: -3% 0% 0% -10% !important;
    width: 130px;
  }
	p, li a {
  font-size: 14px !important;
  line-height: 24px !important;
}
	div#service-inner .iwithtext .iwt-text {
  padding-left: 80px;
}
	div#service-inner .vc_col-sm-4 .vc_column-inner {
  padding: 15px;
}
	div#service-inner .vc_col-sm-4 .iwt-icon {
  width: 70px;
  height: 70px;
}
	div#about {
  padding: 20px 0px !important;
}
		div#milstone {
  padding: 30px 0px !important;
}
	div#safety {
  padding: 20px 0px !important;
}
	div#safety-inner .t-1 {
  padding: 80px 10px 40px 10px !important;
}
	div#why-choose .iwithtext .iwt-icon {
  width: 90px;
  height: 80px;
  margin: 15px 15px !important;
}
	div#why-choose .iwithtext {
  padding: 10px !important;
}
	div#why-choose .rigt-img {
    margin: 0% -20% -18% 0% !important;
    width: 130px;
  }
	div#Gallery {
  padding: 20px 0px !important;
}
	div#testimonials {
  padding: 30px 0px 0px 0px !important;
}
	div#testimonials button.owl-next::before, div#testimonials button.owl-prev::before {
  font-size: 15px;
  padding: 10px 12px;
}
	div#company-logo button.owl-next::before, div#company-logo button.owl-prev::before {
  font-size: 15px;
  padding: 10px 12px;
}
	div#company-logo button.owl-prev, div#company-logo button.owl-next {
  top: 70px !important;
}
	 div#contact-banner .lft-img {
    margin: 0% 0% 19% -11% !important;
    width: 130px;
  }
div#contact-banner-inner {
    padding: 30px 30px !important;
    margin: 0;
  }
	div#footer-widgets ul#menu-quick-links li a::before, div#footer-widgets ul#menu-useful-links li a::before {
  font-size: 9px;
  width: 17px;
  height: 17px;
}
	div#custom_html-2 .socliy ul li i {
  margin: 0px 3px;
  font-size: 15px;
  height: 35px;
  width: 35px;
  line-height: 35px;
}
	div#footer-outer .widget h4 {
  font-size: 20px;
}
	div#footer-widgets ul#menu-contact-info li a i {
  width: 35px;
  height: 35px;
  font-size: 15px;
}
}
@media (max-width: 1024px) {}
@media (max-width: 912px) {
	#header-outer {
  padding: 0px !important;
}
	#header-secondary-outer ul li a span {
  font-size: 13px !important;
}
	div#header-secondary-outer {
  padding: 12px 0px 0px 0px !important;
}
	body #header-secondary-outer[data-secondary-text="true"] ul {
    display: block !important;
  }
	header#top a#logo {
    margin-left: -30px;
  }
	 body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 70px !important;
  }
	header#top {
  margin-top: -13px;
}
	.text-lft {
    margin-left: -70px;
  }
	div#revoluiton-slider .social-media {
    margin-left: -4%;
  }
	body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close::before {
  background-color: #afff26 !important;
}
	#service-inner {
  margin: 20px 100px;
}
	#about-inner {
  text-align: center;
  margin: 0px 100px;
}
	#about-inner .img-with-animation.skip-lazy {
  width: 100%;
}
	div#milstone-inner .vc_col-sm-3::after {
  display: none;
}
	#safety-inner {
  margin: 0px 100px;
}
	#safety-inner .vc_col-sm-3 {
  margin-bottom: 50px;
}
	#why-choose {
  text-align: center;
}
	div#why-choose .iwithtext .iwt-text {
  padding-left: 0px;
  padding-top: 10px;
}
	  div#why-choose .iwithtext .iwt-icon {
    position: unset;
    margin: 0 auto !important;
    display: table;
  }
	 div#why-choose .iwithtext {
    padding: 10px !important;
    width: 33.3%;
    display: inline-block !important;
  }
	#why-choose-inner .vc_col-sm-5, #why-choose-inner .vc_col-sm-7 {
  width: 50%;
  margin: 0;
}
	#why-choose-inner img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
	  div#why-choose .rigt-img {
    margin: 0% -10% -5% 0% !important;
    width: 130px;
  }
	#gallery-inner {
  margin: 10px 100px !important;
}
	div#testimonials .owl-carousel .owl-nav.disabled {
  position: unset !important;
  margin-top: 0px;
}
	#testimonials .t-2 {
  text-align: center;
}
	.owl-dots {
  display: none;
}
	 div#testimonials {
    padding: 30px 0px 30px 0px !important;
  }
	div#company-logo button.owl-prev, div#company-logo button.owl-next {
  position: unset;
}
	div#nav_menu-2, div#nav_menu-3, div#nav_menu-4 {
  display: unset;
}
	 div#contact-banner .lft-img {
    margin: 0% 0% 19% -11% !important;
    width: 110px;
  }
	div#revoluiton-slider .social-media ul li i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
	div#contact-banner .row-bg.viewport-desktop.using-image {
  background-size: cover;
  border-radius: 20px;
  background-position: 100% 100% !important;
  filter: brightness(0.9);
}
#contact-banner-inner .vc_col-sm-12 {
  padding: 10px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.1px);
  -webkit-backdrop-filter: blur(5.1px);
}
	    div#contact-banner-inner {
        text-align: center;
    }
}
@media (max-width: 800px) {
	  #service-inner {
    margin: 20px 80px;
  }
	#about-inner {
    margin: 0px 80px;
  }
	 #safety-inner {
    margin: 0px 80px;
  }
	  div#safety-inner .t-1 {
    padding: 80px 20px 40px 20px !important;
  }
	div#why-choose .iwithtext .iwt-text h3 {
  min-height: 50px;
}
	  #gallery-inner {
    margin: 10px 80px !important;
  }
}
@media (max-width: 768px) {}
@media (max-width: 480px) {
	.btn.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-icon.menu-item-46 {
  display: none;
}
	.secondary-header-text ul li {
  display: inline;
  margin-right: 10px;
}
	 body #top #logo img, #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 50px !important;
  }
	 header#top a#logo {
    margin-left: -5px;
  }
	header#top {
    margin-top: 0px;
    padding: 5px 0px !important;
    background-size: 200% 100%;
  }
	div#revoluiton-slider .social-media {
    margin-left: -4%;
    display: none;
  }
	 .text-lft {
    margin-left: -10px;
  }
	 div#service img.lft-img {
    margin: -3% 0% 0% -10% !important;
    width: 80px;
  }
	#service-inner {
    margin: 20px 0px;
  }
	#about-inner {
    margin: 0px 0px;
  }
	#milstone-inner h2, .symbol {
  font-size: 70px;
}
	div#safety-inner .vc_col-sm-3.clm {
  transform: translateY(0px);
}
	 #safety-inner {
    margin: 0px 30px;
  }
	 div#why-choose .iwithtext {
    width: 100%;
  }
	  div#why-choose .iwithtext .iwt-text h3 {
    min-height: auto;
  }
	#why-choose-inner img {
    height: 260px;
  }
	 div#why-choose .rigt-img {
    margin: 0% -10% -11% 0% !important;
    width: 90px;
  }
	 #gallery-inner {
    margin: 10px 0px !important;
  }
	div#company-logo .owl-carousel .owl-nav.disabled, div#testimonials .owl-carousel .owl-nav.disabled {
  display: none !important;
}
	#contact-banner p br {
  display: none;
}
	 div#contact-banner .lft-img {
    margin: 0% 0% 39% -11% !important;
    width: 90px;
  }
	h1 {
  font-size: 23px !important;
  line-height: 33px !important;
}
}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {
	 div#service img.lft-img {
    margin: -10% 0% 0% -10% !important;
    width: 80px;
  }
}
@media (max-width: 375px) {}
@media (max-width: 360px) {}