@charset "utf-8";
/* CSS Document */
*{
	padding: 0;
	margin: 0;
}
img{
	max-width: 100%;
}
body{
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
}

.main-menu-div{
	position: fixed;
	top:0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1800;
	transition: background .25s ease, box-shadow .25s ease;
}
.main-menu-div.is-sticky{
	background: #13161a;
	box-shadow: 0 8px 24px rgba(0,0,0,.35);
}
.main-menu-div.is-sticky .top-menu-sction{
	display: block;
	padding: 6px 0;
}
.main-menu-div.is-sticky .navication .navbar{
	padding-top: 6px;
	padding-bottom: 6px;
}
.top-menu-sction{
	background-color: rgba(245,173,13,96%);
	padding: 10px 0;
	width: 100%;
}
.navication{
	width: 100%;
	background: #13161a;
}
.banner-home{
	position: relative;
	top:0;
	width: 100%;
	background: #444444 !important;
	height: 670px;
	overflow: hidden;
}
.video-sec{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	height: 670px;
	overflow: hidden;
}
.video-sec video{
	object-fit: cover;
	width: 100%;
	height: 100%;
	
}
.video-bg{
	background: #13161a url(../images/video-bg.webp) center center repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
}
.top-menu-sction{
	color: #fff;
	font-size: 14px;
}
.top-menu-sction ul{
	margin-bottom: 0;
}
.socal-btn a,
.top-menu-sction a{
    text-decoration: none;
	color: #fff;
	margin-left: 10px;
}
.siguenos-label{
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-right: 4px;
	white-space: nowrap;
}
.main-menu-div .navbar-nav .nav-item{
    margin: 0 8px;
}
.main-menu-div .navbar-nav .nav-link,
.main-menu-div .navbar-nav .nav-link:link,
.main-menu-div .navbar-nav .nav-link:visited,
.main-menu-div .navbar-nav .nav-link:focus,
.main-menu-div .navbar-nav .nav-link:active,
.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:visited{
	color: #fff !important;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	font-weight: 400;
	outline: none;
}
.main-menu-div .navbar-nav .nav-link:hover,
.desgin-2 .main-menu-div .navbar-nav .nav-link:hover{
	color: #f5ad0d !important;
}
.main-menu-div .navbar-nav .nav-link.active,
.main-menu-div .navbar-nav .nav-link.active:visited,
.main-menu-div .navbar-nav .nav-link.active:focus{
	color: #f5ad0d !important;
}
.dropdown-menu1{
	top: 80px;
	opacity: 0;
	transition:top 0.8s ease;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	display: block;
	
	
}
.navication .dropdown-menu .dropdown-item{
	border-bottom: solid 1px #ebebeb;
	padding-bottom: 10px;
}
.navication .dropdown-menu .dropdown-item i{
	margin-right: 5px;
}
.navication .dropdown-menu li:last-child .dropdown-item{
	border-bottom: none;
}
.dropdown:hover>.dropdown-menu1{top:100%;height:inherit;opacity:inherit; opacity: 1; visibility: visible;}
.dropdown-menu1:before {
    position: absolute;
    top: -10px;
    width: 10px;
    left: 20px;
    height: 10px;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-bottom: solid 10px #fff;
    content: '';
}
.call-text{
	border: solid 1px #fff;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	color: #2a224c !important;
	font-weight: 600;
	padding-left: 20px !important;
	padding-right: 20px !important;
	font-family: 'Open Sans', sans-serif;
}
.banner-content-sec{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	z-index: 2;
	height: 670px;
	display: flex;
	align-items: center;
	padding-top:150px;
}

.banner-content-sec h1{
	font-weight:900;
	font-size: 47px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 65px;
	text-transform: none;
	font-size: 62px;
    border-left: solid 2px #f5ad0d;
    padding-left: 30px;
}
.banner-content-sec h1 span{
	color: #f5ad0d;
}
.banner-content-sec h6{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size: 20px;
	color: #fff;
}
.banner-content-sec p{
	color: #fff;
	font-size: 20px;
}
.read-more{
	background: #f5ad0d;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight:400;
	padding:10px 20px;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	border: none;
	
}
.read-more span,
.contact-btn span{
	position: relative;
	z-index: 2;
}
.read-more:after{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	content: "";
	background:#fff;
	color: #000;
	width: 100%;
	height: 100%;
	top:-100%;
	transition: all 0.5s;
	z-index: 1;
}
.read-more:hover:after{
	top:0;
}
.read-more:hover{
	color: #000;
}
.contact-btn{
	background: #fff;
	color: #f5ad0d;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight:400;
	padding:10px 20px;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
	border: none;
}
.contact-btn:after{
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	content: "";
	background:#f5ad0d;
	color: #fff;
	width: 100%;
	height: 100%;
	top:-100%;
	transition: all 0.5s;
	z-index: 1;
}
.contact-btn:hover:after{
	top:0;
}
.contact-btn:hover{
	color: #fff;
}
.inquirery-div h2{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
.inquirery-div{
	background-color: rgb(20 20 20 / 80%);
    padding: 25px 40px;
    border-radius: 8px;
	width: 70%;
	margin-left: auto;
}
.inquirery-div .form-group{
	margin-bottom: 15px;
}
.inquirery-div .form-group .form-control{
  background-color: #28272a;
  border: none;
  height: 45px;
  color: #fff;
}
.inquirery-div .form-group .form-control::placeholder{
  color: #bdb1b1;
  opacity: 1;
}
.inquirery-div .form-group .form-control:-ms-input-placeholder{
  color: #bdb1b1;
}
.inquirery-div .form-group .form-control::-ms-input-placeholder{
  color: #bdb1b1;
}
.inquirery-div .form-control:focus{
  color: #fff;
  background-color: #28272a;
  box-shadow: none;
}
.inquirery-div .form-group textarea.form-control{
	height: 100px;
	resize: none;

}
.inquirery-div p{
	font-size: 14px;
	color: #bdb1b1;
}
.btn-submit{
	background: #fff;
	color: #372a56;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	width: 100%;
	border: none;
	transition: all 0.5s;
}
.btn-submit:hover,
.btn-submit:focus{
	background: #f5ad0d;
	color: #fff;
}
.main-body{
	width: 100%;
}
.icon{
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin:5px 0 0 0;
}
.content-cm h5{
	margin-bottom: 3px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.about-home h2{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 40px;
}
.about-home h6{
	font-family: 'Open Sans', sans-serif;
	color: #372a56;
	font-size: 20px;
}
.home-top-services{
	position: relative;
	display: block;
	top:-90px;
	z-index: 2;
}
.home-top-services .top-services{
	background: #fff;
	border-radius:0;
	padding: 30px;
	height: 280px;
	overflow: hidden;
	display: grid;
	align-content: center;
	position: relative;
	z-index: 2;
}
.home-top-services .top-services h5{
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
    font-weight: 700;
}
.home-top-services .top-services a{
	color: #000;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
	width: 50%;
    height: 36px;
    margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-top-services .top-services a span{
	position: relative;
	z-index: 2;
}
.bg-img-div2{
	position: absolute;
    left: -50px;
    bottom: -100px;
    z-index: -1;
    width: 80%;
    display: inline-block;
}
.home-top-services .top-services a::before{
	position: absolute;
	background: #000;
	content: "";
	left: 0;
	right: 0;
	top:-100%;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.home-top-services .top-services a:hover::before{
    top:0;
}
.home-top-services .top-services a:hover span{
	color: #fff;
}
.inside-part .row > div:nth-child(2) .top-services{
	background: #f5ad0d;
	color: #fff;
}
.inside-part .row > div:nth-child(2) .top-services a{
	color: #fff;
}

.top-services figure{
	width: 50px;
	margin-bottom: 10px !important;
}
.top-services figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.home-top-services .top-services:hover figure img{
	transform: scale(1.1);
	
}
.about-home ul li{
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
	text-transform: capitalize;
	display: flex;
	align-items: flex-start;
}
.about-home ul li i{
	color: #f5ad0d;
	font-size: 25px;
	margin-right: 10px;
}
.about-home h6{
	border-left: solid 2px #f5ad0d;
	padding-left: 10px;
	color: #f5ad0d;
}
.get-qute{
	display: block;
	background: #fff;
	background-size: cover;
	position: relative;
}
.quote-from{
}

.heading-one{
	position: relative;
}
.heading-one h6,
.heading-one h2{
	color: #fff;
	position: relative;
	z-index: 2;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
}
.heading-one h6{
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #f5ad0d;
}
.heading-one h2{
	font-size: 40px;
	font-weight: 700;
}
.heading-one h1{
	position: absolute;
    transform: translate(-50%, -50%);
    top: 15%;
    left: 50%;
    z-index: 1;
    color: #282828;
    font-weight: 700;
    font-size: 100px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    opacity: 0.8;
}
.get-qute h2{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
	text-transform: capitalize;
}
.get-qute h6{
	font-size: 20px;
	color: #f5ad0d;
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
}
.get-qute p{
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
.get-qute .form-group{
	margin-bottom: 15px;
}
.get-qute .form-control{
	height: 45px;
	border: none;
	background: #f3f3f3;
}
.get-qute textarea.form-control{
	height: 150px;
	resize: none;
}
.submit-btn2{
	background: #000;
	color: #fff;
	font-weight: 600;
	padding: 10px 20px;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	transition: all 0.5s;

}
.submit-btn2:hover{
	background:#f5ad0d;
	color: #fff;
}
.comon-div-clients{
	height: 180px;
	display: grid;
	align-content: center;
	justify-content: center;
}
.comon-div-clients figure{
	width: 40%;
	margin: auto;
}
.comon-div-clients figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.comon-div-clients h2{
   color: #f5ad0d;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   margin-top: 12px;
   margin-bottom: 0;
   transition: all 0.5s;
}
.comon-div-clients:hover h2{
	color: #000;
}
.comon-div-clients:hover figure img{
	transform: scale(1.1);
}
.comon-div-clients h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
}
.sub-text{
	color: #f5ad0d;
   font-family: 'Open Sans', sans-serif;
   font-size: 20px;
}
.min-head{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
    line-height: 44px;
}
.read-btn{
	background: #f5ad0d;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	color: #fff;
	text-transform: capitalize;
}
.main-services{
	background: #000;
}
.comon-services{
	height: 350px;
	overflow: hidden;
	border: 1px solid #393939;
	position: relative;
}
.comon-services span{
	position: relative;
	z-index:2;
}
.comon-services:after{
	position: absolute;
	top:-350px;
	z-index: 1;
	background: #f5ad0d;
	left: 0;
	right: 0;
	content: "";
	height: 100%;
	width: 100%;
	display: inline-block;
	transition: all 0.5s;

}
.comon-services:hover:after{
	top:0;
}
.comon-services h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	transition: all 0.5s;
	color: #fff;
}
.comon-services p{
	color: #fff;
}

.comon-services figure{
	width: 50px;
}
.comon-services figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.comon-services:hover figure img{
	transform: scale(1.1);
}
.comon-services a{
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	transition: all 0.5s;
	text-transform: uppercase;
}
.comon-services a .fa-caret-right:before:before{
	transition: all 0.5s;
}
.comon-services a:hover .fa-caret-right:before{
	content: "\f30b";
	
}
.our-spality .heading-one h2{
    color: #000;
}
.our-spality .heading-one h1{
	color: #f3f1f1;
}
.comon-projects{
	height: 350px;
	overflow: hidden;
	display: inline-block;
	width: 100%;
}
.comon-projects figure{
	height: 350px;
}
.comon-projects figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.content-projects{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 40px;
	color: #fff;
	padding-left: 30px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+91&0+8,0.89+91 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 8%, rgba(0,0,0,0.89) 91%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,0.89) 91%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 8%,rgba(0,0,0,0.89) 91%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e3000000',GradientType=0 ); /* IE6-9 */

}
.comon-projects h5{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 95%;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}
.comon-projects p{
	overflow: hidden;
	transition: all 0.5s;
	opacity: 0;
	height: 10px;
	visibility: hidden;
}
.read-btn2{
	color: #fff;
	text-transform: uppercase;
}
.comon-projects:hover p{
	margin-top: 0;
	opacity: 1;
	visibility: visible;
	height: auto;
	
}
.all-projects-btn{
	background: #f5ad0d;
	color: #fff;
	padding: 10px 20px;
	margin: auto;
	margin-top: 15px;
	display: table;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
}
.contact-div-home{
	background: #1c2a44 url(../images/bg-home-call.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: grid;
	align-content: center;
}
.contact-div-home h5{
	color: #f5ad0d;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
}
.contact-div-home h2{
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.started-btn{
	background: #f5ad0d;
	color: #fff;
	padding: 10px 20px;
	margin: auto;
	display: table;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.faq-home{
	display: block;
}
.faq-home h6{
	color: #f5ad0d;
	font-size: 25px;
	font-family: 'Open Sans', sans-serif;
}
.how-it-work{
	 display: block;
	 background-color: #f5ad0d;
}

.how-it-work h2{
	font-family: 'Open Sans', sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-transform: capitalize;
}
.how-it-work h6{
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
}
.comon-div1m{
	position: relative;
	display: block;
}
.comon-div1m:after{
	position: absolute;
	right: 0;
	content: "";
	top:20%;
	transform: translateY(-50%);
	background-image: url(../images/index.png);
	background-repeat: no-repeat;
	width: 111px;
	height: 4px;
}
.comon-div1m figure{
	width: 70px;
}
.comon-div1m figure img{
	transform: scale(1);
	transition: all 0.5s;
}
.comon-div1m:hover figure img{
	transform: scale(1.1);
}
.comon-div1m:hover h5 span{
	transform: scale(1.1);
}
.comon-div1m h5{
	position: relative;
	padding-left: 50px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	padding-top: 0;
	color: #fff;
	font-size: 20px;
	transition: all 0.5s;

}
.comon-div1m:hover h5{
	color: #000;
}
.comon-div1m h5 span{
	background-color: #000;
	color: #fff;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
	position: absolute;
	top:0;
	left: 0;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;
	transform: scale(1);
	transition: all 0.5s;
}
.how-it-work h1{
	color: #f3bb3e;
	font-weight: 500;
}
.comon-div1m p{
	color: #fff;
	line-height: 19px;
}
.new-add h2{
	text-transform: capitalize;
	font-weight: 700;
	font-size: 40px;
}

.faq-home h2{
	font-size: 40px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}
.faq-home .accordion-button::after{
   background-image: none;
   content: "\f107";
   font-family: 'FontAwesome';
}
.faq-home .accordion-button:not(.collapsed){
	background-color: #f5ad0d;
	color: #000;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
   font-weight: 600;
   text-transform: capitalize;
	
}
.faq-home .accordion-item{
	border: none;
	margin-bottom: 15px;
}
.faq-home .collapsed{
   background-color: #f9f9f9;
   font-family: 'Open Sans', sans-serif;
   font-size: 17px;
   font-weight: 600;
   text-transform: capitalize;
}
.ask-any-qus{
	background-color: #f5ad0d;
	padding: 30px;
	border-radius: 0 0 0 30px;
	height: 480px;
}
.ask-any-qus h5{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-weight: 600;
	font-size: 25px;
}
.ask-any-qus label{
	color: #fff;
	font-weight: 500;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.ask-any-qus .form-group{
	margin-top: 15px;
	display: inline-block;
	width: 100%;
}
.ask-any-qus .form-control{
	border: none;
}
.ask-any-qus textarea.form-control{
	height: 100px;
	resize: none;
}
.ask-btn{
	background: #000;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	padding: 10px 20px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.5s;
}
.ask-btn:hover{
	background: #fff;
	color: #000;
}
.blog-sec-home{
	background: #fff url(../images/bg-image-27.jpg);
	background-size: cover;
	display: inline-block;
	width: 100%;
	position: relative;
}
.blog-sec-home h2{
	color: #000;
}
.blog-sec-home h6{
	color: #f5ad0d;
}
.blog-sec-home h1{
	color: #f3f3f3;
	top:4%;
}
.comon-blog-home{
	height:450px;
	overflow: hidden;
}
.comon-blog-home .blog-img-item{
	height: 250px;
	overflow: hidden;
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.comon-blog-home .blog-img-item img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	transform: scale(1)
}
.comon-blog-home .blog-img-item:hover img{
	transform: scale(1.1);
}
.content-blog-item span{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #f5ad0d;
}
.content-blog-item .blog-item-titel{
    font-family: 'Open Sans', sans-serif;
	color: #000;
	text-transform: capitalize;
	font-weight: 700;
	text-decoration: none;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	margin-top: 5px;
	transition: all 0.5s;
}
.content-blog-item .blog-item-titel:hover{
	color: #f5ad0d;
}
.red-btn-post{
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	transition: all 0.9s;
}
.red-btn-post i{
	margin-left: 5px;
}

.red-btn-post:hover .fa-caret-right:before{
	content: "\f30b";
}
.red-btn-post:hover{
	color: #f5ad0d;
}
.clients-div-home{
	background: #fff;
	display: block;
}
.clients-div-home h6{
	color: #000;
}
.clients-div-home h1{
	color: #f3bb3e;
}
.get-qute p{
	font-size: 16px;
}
.get-qute ul li{
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}
.get-qute h5{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	background: #222;
	position: relative;
	padding: 10px;
	text-align: center;
	font-weight: 700;
}
.texttimonial-sec-div{
	background:#f5ad0d url(../images/pattern.1f34b942c4043164cd96.png) center center;
	background-size: cover;
	width: 100%;
}
.imonial-sec-div h1{
	color: #f3f3f3;
}
.texttimonial-sec-div h2,
.texttimonial-sec-div h6{
	color: #fff;
}
.texttimonial-sec-div h1{
	color: #ffbc29;
}
.client-says-item{
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 30px;
	margin-top: 80px;
	background: #f5ad0d;
	border: solid 2px #fff;
}
.client-says-item p,
.client-says-item h5,
.client-says-item h5 span{
	color: #fff;
}
.client-says-item:after{
	content: "\f10d";
    position: absolute;
    right: 20px;
    top: -50px;
    font-size: 65px;
    color: #fff;
    padding: 5px 20px;
    font-family: 'FontAwesome';
    background: #f5ad0d;
}
.client-says-item figure{
	width: 50px;
	height:50px;
	overflow: hidden;
	border-radius: 50%;
	border: solid 2px #fff;
}
.rating span{
	color: #000;
}
.client-says-item figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.client-says-item h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 25px;
}
.client-says-item h5 span{
	font-size: 15px;
	color: #000;
	font-weight: 500;
}
.clients-div-home h2{
	color: #000;
} 
.clients-div-home h1{
	color: #f7f7f7;
}
.clients-div-home h6{
	color: #f3bb3e;
}
.clients-div-home .shadow {
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.08)!important;
}
.client-bg1{
	position: absolute;
	left: 0;
	bottom: 50px;
}

.footer-link-div{
	background: #222;
	display: block;
	width: 100%;
}
.inside-part-footer{
	background: url(../images/bg-image-07.png) no-repeat center center;
	padding:30px;
	border-radius: 8px;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	top:50px;
	background-size: cover;
}
.inside-part-footer h2,
.inside-part-footer p{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	text-transform: none;
}
.inside-part-footer h2{
	font-weight: 700;
	text-transform: none;
	font-size: 26px;
	margin-bottom: 8px;
}
.inside-part-footer p{
	font-size: 20px;
	margin-bottom: 0;
}
.footer-slogan{
	width: 100%;
}
.inside-part-footer .form-group{
	background: #fff;
	height: 50px;
	align-items: center;
	display: flex;

}
.inside-part-footer .form-group .form-control{
	background: none;
	border: none;
	
}
.subscribe{
	color: #f3bb3e;
	font-size: 20px;
}
.ft-call{
	color: #f3bb3e;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 700;
}
.comon-footer-div h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 26px;
}
.comon-footer-div ul li a{
	color: #fff;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
	width: 100%;
	display: inline-block;
}
.comon-footer-div ul li.footer-phones{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	margin: 0 0 14px;
	line-height: 1.3;
}
.footer-city{
	display: block;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: rgba(255,255,255,.72);
}
.footer-phone-list{
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}
.comon-footer-div ul li.footer-phones a{
	display: inline-flex;
	width: auto;
	margin: 0;
	white-space: nowrap;
}
.ft-call a{
	color: inherit;
	text-decoration: none;
}
.ft-call a:hover{
	text-decoration: underline;
}
.comon-footer-div ul li a i{
 margin-right: 5px;
}
.footer-link-div hr{
	background: #bbb;
}
.footer-link-div a{
	color: #fff;
	text-decoration: none;
	transition: all 0.5s;
	text-transform: capitalize;
}
.footer-link-div a:hover{
	color: #f3bb3e;
}



/* design home 2 */

.desgin-2 .top-menu-sction {
    background-color: #f5ad0d;
    padding: 10px 0;
    width: 100%;
}
.desgin-2 .banner-content-sec h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
}
.desgin-2 .banner-content-sec h1 {
    font-weight: 700;
    font-size: 47px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
	padding-left: 0;
	border: none;
}
.desgin-2 .banner-home {
    position: relative;
    top: 0;
    width: 100%;
    background: #444444 !important;
    height: 670px;
    overflow: hidden;
}
.desgin-2 .banner-home.subpage-banner,
.desgin-2 .subpage-banner .banner-content-sec,
.desgin-2 .subpage-banner .video-sec{
    height: 253px !important;
    min-height: 0 !important;
}
.desgin-2 .video-bg {
    background: #13161a url(../images/video-bg.webp) center center repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: .8;
}
.desgin-2 .read-more {
    background: #f5ad0d;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 20px;
}
.desgin-2 .contact-btn {
    background: #fff;
    color: #f5ad0d;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    padding: 10px 20px;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    border: none;
}
.desgin-2 .contact-btn:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: #f5ad0d;
    color: #fff;
    width: 100%;
    height: 100%;
    top: -100%;
    transition: all 0.5s;
    z-index: 1;
}

.desgin-2 .about-home h6 {
    border-left: solid 2px #f5ad0d;
    padding-left: 10px;
    color: #f5ad0d;
}
.desgin-2 .how-it-work {
    display: block;
    background-color: #f5ad0d;
}
.desgin-2 .how-it-work h1 {
    color: #f3bb3e;
    font-weight: 500;
}
.desgin-2 .sub-text {
    color: #f5ad0d;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}
.desgin-2 .read-btn {
    background: #f5ad0d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    text-transform: capitalize;
}
.desgin-2 .comon-div-clients h2 {
    color: #f5ad0d;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0;
    transition: all 0.5s;
}
.desgin-2 .heading-one h6,
.desgin-2 .contact-div-home h5{
	color: #f5ad0d;
}
.desgin-2 .comon-services:after{
   background: #f5ad0d;
}
.desgin-2 .all-projects-btn,
.desgin-2 .started-btn,
.desgin-2 .ask-any-qus,
.desgin-2 .client-says-item,
.desgin-2 .client-says-item:after{
	background: #f5ad0d;
}
.desgin-2 .faq-home .accordion-button:not(.collapsed){
	background: #f5ad0d;
	color: #fff !important;
}
.desgin-2 .content-blog-item span{
	color: #f5ad0d;
}

.desgin-2 .texttimonial-sec-div h1{
	color: #ffbc29;
}
.desgin-2 .texttimonial-sec-div{
     background-color: #f5ad0d;
}
.desgin-2 .texttimonial-sec-div h6{
	color: #fff;
}
.desgin-2 .inside-part-footer{
	background: #f5ad0d;
}
.desgin-2 .ft-call,
.desgin-2 .faq-home h6{
	color: #f5ad0d;
}
.desgin-2 .subscribe,
.desgin-2 .main-menu-div .navbar-nav .nav-link:hover{
	color: #f5ad0d;
}


/* sub page banner */

.subpage-banner{
	height: 253px;
	overflow: hidden;
}
.subpage-banner .banner-content-sec{
	height: 253px;
	padding-top: 86px;
}
.subpage-banner .video-sec,
.subpage-banner .video-sec video,
.subpage-banner .video-sec img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comon-bedcum a{ color:#fff; text-decoration:none; }
.comon-bedcum a:hover{ color:#f5ad0d; }
.comon-bedcum ul li{
	margin:0 15px;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}
.comon-bedcum ul li:after{
	position: absolute;
	right:-15px;
	top:0;
	color: #fff;
	content: "\f105";
	font-family:'FontAwesome';
}
.comon-bedcum ul li:last-child:after{
	display: none;
}
.comon-bedcum ul li a{
	text-decoration: none;
	color: #fff;
}
.services-div-text{
	color: #fff;
}
.services-div-text ul,
.wearhouse-location{
	column-count: 2;
}
.services-div-text ul li,
.wearhouse-location li {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}
.services-div-text ul li i {
    color: #000;
    font-size: 25px;
    margin-right: 10px;
}
.wearhouse-location li i {
	color: #f5ad0d;
    font-size: 25px;
    margin-right: 10px;
}
.comon-over-services{
	position: relative;
	height: 450px;
	padding: 0 30px;
}
.severices-pages .comon-over-services{
	height: auto;
	min-height: 0;
	padding-bottom: 24px;
}
.severices-pages .comon-over-services h5{
	text-transform: none;
	font-size: 20px;
	line-height: 1.3;
}
.severices-pages .comon-over-services p{
	font-size: 15px;
	line-height: 1.65;
	color: #555;
	margin-top: 10px;
}
.severices-pages .comon-over-services p a{
	color: #0d6efd;
}
.severices-pages .auto-mdsec > div:nth-child(3n) .comon-over-services:after{
	display: none;
}
.comon-over-services:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: -25px;
	top:0;
	display: inline-block;
	background-color: #ffcc5b;
}
.comon-over-services figure{
	width: 100%;
	height: 200px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0;
}
.auto-mdsec > div:nth-child(3) .comon-over-services:after{
	display: none;
}
.comon-over-services figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-over-services h5{
	text-transform: capitalize;
	font-weight: 600;
}
.comon-over-services ul li{
	padding-bottom: 5px;
	font-size: 16px;
}
.comon-bedcum h2{
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
}
.comon-projects-1{
	text-decoration: none;
}
.comon-projects-1 .content-projects{
   position: relative;
   background: none;
}
.comon-projects-1 figure{
	height: 300px;
	overflow: hidden;
}
.comon-projects-1 .content-projects{
	padding-left: 0;
}

.comon-projects-1 .content-projects h5{
	color: #000;
	font-size: 25px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	overflow: hidden;
	
}
.comon-projects-1 figure{
	position: relative;
}
.comon-projects-1 figure img{
	transform: scale(1);
	transition: all 0.5s;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-projects-1:hover figure img{
	transform: scale(1.1);
}
.comon-projects-1 .content-projects h5 span{
	color: #f5ad0d;
	font-weight: 500;
	font-size: 15px;
	padding-bottom: 5px;
}
.comon-projects-1 .read-btn2{
	background: #f5ad0d;
    color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    display: grid;
    justify-content: center;
    align-content: center;
	transition: all 0.5s;
}
.comon-projects-1:hover .read-btn2{
	background: #000;
}
.pls-div{
	position: absolute;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: rgba(19,22,26,.28);
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	opacity: 0;
	transition: opacity 0.35s ease;
	z-index: 3;
}
.pls-div .proy-hover-logo{
	width: min(62%, 280px);
	height: auto;
	max-height: 52%;
	object-fit: contain;
	opacity: .95;
	transform: scale(.42);
	transform-origin: center center;
	transition: transform .45s cubic-bezier(.22,1,.36,1);
	filter: drop-shadow(0 8px 20px rgba(0,0,0,.28));
}
.comon-projects-1:hover .pls-div{
	opacity: 1;
	transform: none;
}
.comon-projects-1:hover .pls-div .proy-hover-logo{
	transform: scale(1);
}
.comon-projects-1:hover figure img{
	transform: scale(1.04);
}
.casestudy-pages h2,
.team-pages h2{
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 40px;
}
.comon-team-1{
	text-align: center;
}
.comon-team-1 figure{
	position: relative;
	height: 250px;
	overflow: hidden;
	border-radius: 8px;
}
.comon-team-1 figure img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transform: scale(1);
	transition: all 0.5s;
}
.comon-team-1:hover figure img{
	transform: scale(1.1);
}
.team-details h5{
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 0;
}
.team-details p{
	color: #f5ad0d;
	font-size: 18px;
}
.our-vision{
	background: #f5ad0d;
}
.icon-new2{
	background: #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	overflow: hidden;
	display: grid;
	align-content: center;
	justify-content: center;
	margin: auto;
	padding:20px;
}
.comon-value{
	position: relative;
	width: 100%;
	display: inline-block;
	padding: 0 20px;
}
.comon-value:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: -25px;
	top:0;
	display: inline-block;
	background-color: #ffcc5b;
	
}
.comon-value h5{
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 25px;
}
.value-inside > div:last-child .comon-value:after{
	display: none;
}
.our-mission-div{
	background: #000;
	color: #fff;
}
.our-mission-div li i{
	font-size: 24px;
	margin-right: 8px;
	color: #f5ad0d;
}
.our-mission-div li{
	margin-bottom: 15px;
	font-size: 17px;
	display: flex;
	align-items: center;
}
.cm-images{
	width: 90%;
	height: 400px;
	overflow: hidden;
	border-radius: 8px;
}
.cm-images img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.comon-career-div{
	position: relative;
	width: 100%;
	height: 100%;
}
.comon-career-div figure{
	width: 20%;
}
.comon-career-div h5{
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 700;
}
.apply-btn{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	text-transform: capitalize;
	font-size: 14px;
	transition: all 0.5s;
}
.apply-btn:hover{
	background: #000;
}
.comon-career-div h6{
	color: rgba(245,173,13,96%);
	font-size: 14px;
}
.sc-during{
	position: absolute;
    top: 12px;
    right: 15px;
    background: #000;
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 18px;
    font-size: 13px;

}
.career-div-modal .modal-title,
.apply-modal-div .modal-title,
.member-div .modal-title{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 25px;
}
.job-details h5{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: rgba(245,173,13,96%);
}
.apply-now-bn{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	transition: all 0.5s;
}
.apply-now-bn:hover{
	background: #000;
}
.from-cv label,
.member-create-div label{
   margin-bottom: 8px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 600;
   text-transform: capitalize;
}
.from-cv .form-group{
	margin-bottom: 15px;
}
.member-create-div label{
	margin-bottom: 5px;
}
.from-cv .form-control,
.from-cv .form-select,
.member-create-div .form-control,
.member-create-div .form-select{
	background-color: #f5f5f5;
	border: none;
	
}
.member-create-div .form-group{
	margin-bottom: 9px;
}
.member-create-div textarea{
	height: 100px;
	resize: none;
}
.input-group-text{
	margin-bottom: 0 !important;
}
.ps-apply,
.sumbit-member{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	border: none;
	transition: all 0.5s;
}
.ps-apply:hover,
.sumbit-member:hover{
	background: #000;
}
.part-pic{
	width: 88%;
    height: 440px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: auto;
}
.part-pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.join-btn{
	padding: 8px 15px;
	background:#000;
	color: #fff !important;
	transition: all 0.5s;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: table;
	margin: auto;
	margin-top: 35px;
	text-transform: uppercase;
}
.join-btn:hover{
	background: #fff;
	color: #000 !important;
}

.client-imformation{
	background: #f3f3f3;
	padding:20px 20px 0;
	display: inline-block;
	width: 100%;
}
.client-imformation ul{
	column-count: 2;
	margin: 0;
}
.client-imformation ul li{
	margin-bottom: 35px;
}
.client-imformation ul li span.count{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
	display: grid;
	justify-content: center;
	align-content: center;
	margin-right: 10px;
}
.serach-div-top{
	left: inherit !important;
	right: 0;
	min-width: 21rem;
	padding: 25px;
}
.serach-div-top .form-control{
	background: #f3f3f3;
	border: none;
	margin-bottom: 8px;
}
.serach-div-top .sr-btn{
	background: rgba(245,173,13,96%);
	color: #fff !important;
	transition: all 0.5s;
}
.serach-div-top .sr-btn:hover{
	background: #000;
}
.dropdown-menu .active{
	background: none;
	color: rgba(245,173,13,96%) !important;
}

.conatct-form-div h2, .cm-text-n h2 {
    font-size: 25px;
}
.cm-text-n ul li {
    margin-bottom: 20px;
}
.cm-text-n ul li .icon-c {
    width: 45px;
    height: 45px;
    overflow: hidden;
    border-radius: 50%;
    display: grid;
    align-content: center;
    background: rgba(245,173,13,96%);
    color: #fff;
    justify-content: center;
    font-size: 18px;
}
.cm-text-n ul li .icon-c i{
	color: #fff;
}

.text-c small {
    font-weight: 600 !important;
    font-size: 19px;
    color: rgba(245,173,13,96%);
}
.text-c {
    font-weight: 600;
    font-size: 18px;
    margin-left: 15px;
}
.conatct-form-div {
    display: inline-block;
    width: 100%;
    padding: 20px;
    box-shadow: 5px 7px 15px 2px rgb(82 90 101 / 12%);
}
.leave-sec-part .form-control, .conatct-form-div .form-control {
    border: none;
    background: #f1f1f1;
    height: 45px;
}
.conatct-form-div .form-control {
    margin-bottom: 20px;
}
.leave-sec-part textarea, .conatct-form-div textarea {
    height: 100px !important;
    resize: none;
}
.leave-sec-part .subimt-comment, .subimt-message, .quick-contact .subimt-comment {
    background: rgba(245,173,13,96%);
    color: #fff;
    font-weight: 600;
}
.subimt-message {
    width: 90px;
    text-transform: uppercase;
}

.mobile-menu-div {
    width: 320px;
}
.mobile-menu-sec .active-m a {
    background: rgba(245,173,13,96%);
    color: #fff;
}
.mobile-menu-sec li a, .mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
}
.mobile-menu-sec li a, .mobile-menu-sec li .dropdown .btn {
    text-decoration: none;
    color: #212529;
    padding: 10px 5px 10px 10px;
    display: block;
    background: #f7f7f7;
    margin-bottom: 3px;
    width: 100%;
    text-align: left;
}
.mobile-menu-sec .dropdown-menu {
    position: relative !important;
    top: -48px !important;
    margin: 0;
    border: none;
}

.side-media {
    list-style-type: none;
    margin-top: 15px;
    display: flex;
}
.side-media li {
    margin: 0 5px;
}
.side-media li a {
    background: #212529;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    display: inline-block;
}
button.close-menu {
    color: #fff;
    background: #212529;
    border-radius: 5px;
    display: block;
    margin: 40px 0 0 0;
    width: 100px;
}
.phon-text{
	padding: 8px 0;
}
.phon-text i{
	color: #eda80e !important;
}
.clients{
	margin: 20px 0;
}
/* mobile menu css */
@media (max-width:1180px){
	.inside-part-footer h2{
		font-size: 23px;
	}
}
@media (max-width: 1024px){
	.main-menu-div .navbar-nav .nav-link{
		font-size: 15px;
	}
	.banner-content-sec h1{
		font-size: 45px;
	}
	.home-top-services .top-services a{
		width: 60%;
	}
	.home-top-services .top-services h5{
		font-size: 17px;
	}
	.client-bg1{
		width: 50%;
	}
	.ft-call{
		font-size: 15px;
	}
}
@media (max-width: 900px){
	.main-menu-div{
		position: fixed !important;
	 }
	 .banner-content-sec h1{
		 line-height: 36px;
		 font-size: 30px;
	 }
	 .banner-home{
		 height: 470px;
	 }
	 .banner-content-sec{
		 height: 440px;
		 padding-top: 0;
	 }
	 .why-choose-us-div{
		text-align: center;
	}
	 .comon-div-clients{
		height: 250px;
		margin-bottom: 50px;
	}
	.read-btn{
		display: inline-block;
		margin-bottom: 30px;
	}
	.client-bg1{
		position: relative;
		bottom: 0;
	}
	.home-top-services .top-services h5{
		font-size:20px;
	}
	.client-bg1{
		width: 100%;
	}
	.part-pic{
		margin: auto;
		margin-bottom: 20px;
	}
	.partneers-pages .comon-div1m h5{
		font-size: 18px;
	}
	.partneers-pages .comon-div1m:after{
		display: none;
	}
	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
	.comon-over-services:after{
		display: none;
	}
}
@media (max-width:800px){
	.comon-div1m:after{
		display: none;
	}
	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
	.comon-value:after{
		display: none;
	}
}


@media (max-width: 667px){
	.main-menu-div{
		position: fixed !important;
	 }
	 .banner-content-sec h1{
		 line-height: 36px;
		 font-size: 30px;
	 }
	 .banner-home{
		 height: 470px;
	 }
	 .banner-content-sec{
		 height: 440px;
		 padding-top: 0;
	 }
	 .why-choose-us-div{
		text-align: center;
	}
	 .comon-div-clients{
		height: 250px;
		margin-bottom: 50px;
	}
	.read-btn{
		display: inline-block;
		margin-bottom: 30px;
	}
	.client-bg1{
		position: relative;
		bottom: 0;
	}
	
	.comon-div-clients figure{
		width: 22%;
	}
	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
	.part-pic{
		margin:0;
		margin-bottom: 20px;
	}
	
}
@media (max-width: 480px){

	.main-menu-div{
       position: fixed !important;
	}
	.banner-content-sec h1{
		line-height: 36px;
		font-size: 30px;
	}
	.banner-home{
		height: auto;
		min-height: 470px;
	}
	.banner-content-sec{
		height: 440px;
		padding-top: 0;
	}


	.comon-div1m:after{
		display: none;
	}
	.why-choose-us-div{
		text-align: center;
	}
	.read-btn{
		display: inline-block;
		margin-bottom: 30px;
	}
	.comon-div-clients{
		height: 250px;
		margin-bottom: 50px;
	}
	.min-head,
	.about-home h2,
	.how-it-work h2,
	.contact-div-home h2,
	.faq-home h2,
	.heading-one h2,
	.get-qute h2,
	.casestudy-pages h2, .team-pages h2{
		font-size: 30px;
        line-height: 36px;
	}
	.contact-div-home{
		height: 560px;
	}
	.started-btn{
		margin-top: 30px;
	}
	.client-bg1{
		position: relative;
		bottom: 0;
	}

	.subpage-banner .banner-content-sec,
	.subpage-banner{
		height: 160px;
	}
}

.top-contact-right li:nth-child(2){
	display: none;
}

/* About / contacto collage */
.about-photos{
	position: relative;
	min-height: 480px;
}
.about-home .container,
.about-home .row,
.about-home .col{
	max-width: 100%;
	min-width: 0;
}
.about-video-wrap{
	min-height: 0;
	width: 100%;
	max-width: 360px;
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 24px 50px rgba(0,0,0,.22);
	background: #13161a;
	aspect-ratio: 16 / 10;
	max-height: 210px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	isolation: isolate;
}
.about-video-wrap::before{
	content:"";
	position:absolute;
	inset:0;
	border-radius:20px;
	padding:2px;
	background:linear-gradient(160deg,#f5ad0d 0%, transparent 38%, transparent 70%, rgba(245,173,13,.45) 100%);
	-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events:none;
	z-index:3;
}
.about-video-shade{
	position:absolute;
	inset:0;
	z-index:2;
	pointer-events:none;
	background:linear-gradient(180deg, rgba(0,0,0,.18) 0%, transparent 28%, transparent 62%, rgba(0,0,0,.45) 100%);
}
.about-video-tag{
	position:absolute;
	top:16px;
	left:16px;
	z-index:4;
	background:rgba(19,22,26,.55);
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	color:#fff;
	font-size:12px;
	font-weight:600;
	letter-spacing:.04em;
	text-transform:uppercase;
	padding:7px 12px;
	border-radius:999px;
	border:1px solid rgba(255,255,255,.18);
}
.about-video-tag i{ color:#f5ad0d; margin-right:6px; }
.about-video-mute{
	position:absolute;
	right:14px;
	bottom:14px;
	z-index:4;
	width:42px;
	height:42px;
	border:0;
	border-radius:50%;
	background:rgba(19,22,26,.6);
	backdrop-filter:blur(10px);
	color:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	transition:background .2s ease, transform .2s ease;
}
.about-video-mute:hover{
	background:#f5ad0d;
	color:#13161a;
	transform:scale(1.06);
}
.about-video,
video.about-video{
	width: 100% !important;
	max-width: 100% !important;
	height: 100% !important;
	max-height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 20px;
	background: #13161a;
}
.about-video::-webkit-media-controls,
.about-video::-webkit-media-controls-enclosure,
.about-video::-webkit-media-controls-panel{
	display:none !important;
	opacity:0 !important;
}
@media (max-width: 991px){
	.about-photos.about-video-wrap,
	.about-video-wrap{
		display: block !important;
		grid-template-columns: none !important;
		width: 100%;
		max-width: 100%;
		max-height: none;
		min-height: 0;
		aspect-ratio: 16 / 10;
		height: auto;
		margin: 0 0 22px;
	}
	.about-photos.about-video-wrap .about-video,
	.about-video-wrap .about-video{
		position: absolute;
		inset: 0;
		width: 100% !important;
		height: 100% !important;
		object-fit: cover !important;
	}
	.cm-images{
		width: 100%;
		height: 220px;
		margin: 0 0 18px;
	}
	.our-mission-div{
		padding-left: 0;
		padding-right: 0;
	}
	.our-mission-div h2{
		font-size: 24px;
	}
	.our-mission-div p{
		font-size: 15px;
	}
	.team-pages .about-home h2{
		font-size: 26px !important;
	}
}

.about-photos .about-photo{
	object-fit: cover;
	border-radius: 12px;
	box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
.about-photos .about-photo.main{
	width: 78%;
	height: 360px;
	position: relative;
	z-index: 2;
}
.about-photos .about-photo.secondary{
	width: 48%;
	height: 210px;
	position: absolute;
	right: 0;
	top: 70px;
	z-index: 3;
	border: 6px solid #fff;
}
.about-photos .about-photo.tertiary{
	width: 68%;
	height: 220px;
	position: absolute;
	left: 8%;
	bottom: 0;
	z-index: 1;
}
.contact-info-list li{
	align-items: flex-start;
}
.contact-info-list .icon{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #f5ad0d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	margin: 4px 0 0;
	flex-shrink: 0;
}
.contact-info-list .icon i{
	font-size: 16px;
}
.contact-info-list a{
	color: #f5ad0d;
	text-decoration: none;
	font-weight: 600;
}
.contact-info-list p{
	margin-bottom: 0;
	color: #555;
}
@media (max-width: 767px){
	.about-photos{
		min-height: 360px;
		margin-bottom: 30px;
	}
	.about-photos .about-photo.main{
		height: 220px;
	}
	.about-photos .about-photo.secondary{
		height: 140px;
		top: 50px;
	}
	.about-photos .about-photo.tertiary{
		height: 150px;
	}
}

.about-home h2,
.about-home ul li,
.contact-info-list,
.contact-info-list h5,
.contact-info-list p,
.contact-info-list a,
.mail-link{
	text-transform: none !important;
}
.mail-link,
.contact-info-list a.mail-link,
.footer-contact a[href^="mailto"]{
	color: #f5ad0d;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: lowercase !important;
}
.top-menu-sction a,
.top-contact-left a,
.top-contact-left a.mail-link{
	color: #fff !important;
	text-transform: lowercase !important;
	font-weight: 600;
	margin-left: 0;
}
.phones-map-wrap{
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-top: 8px;
}
.phone-grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 10px 12px;
	margin-top: 8px;
}
.phone-city{
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.phone-city span{
	font-size: 13px;
	font-weight: 700;
	color: #222;
	text-transform: none;
}
.phone-city a,
.phone-city a.phone-chip{
	display: inline-flex !important;
	align-items: center;
	gap: 5px;
	padding: 3px 8px !important;
	margin: 0 !important;
	border-radius: 999px;
	background: #eef3f7 !important;
	border: 0;
	color: #4a5d6e !important;
	font-size: 0.68rem !important;
	font-weight: 600;
	line-height: 1 !important;
	letter-spacing: 0;
	text-decoration: none !important;
	width: auto !important;
}
.phone-city a i,
.phone-city a.phone-chip i{
	font-size: 0.62rem !important;
	color: #6a7d8e !important;
	margin: 0 !important;
	line-height: 1;
}
.phone-city a:hover,
.phone-city a.phone-chip:hover{
	background: #e2eaf0 !important;
	color: #3a4c5c !important;
	text-decoration: none !important;
}
.phone-city a:hover i,
.phone-city a.phone-chip:hover i{
	color: #4a5d6e !important;
}
.phone-chip{
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 3px 8px;
	margin: 0;
	border-radius: 999px;
	background: #eef3f7;
	color: #4a5d6e !important;
	font-size: 0.68rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	white-space: nowrap;
	text-decoration: none !important;
	width: auto !important;
}
.phone-chip i{
	font-size: 0.62rem;
	color: #6a7d8e;
	margin: 0 !important;
}
.phone-chip:hover{
	background: #e2eaf0;
	color: #3a4c5c !important;
}
.footer-phones .phone-chip,
.ft-call .phone-chip{
	background: rgba(255,255,255,.12);
	color: #fff !important;
	border: 1px solid rgba(255,255,255,.22);
}
.footer-phones .phone-chip i,
.ft-call .phone-chip i{
	color: #f5ad0d;
}
.footer-phones .phone-chip:hover,
.ft-call .phone-chip:hover{
	background: #f5ad0d;
	color: #1a1a1a !important;
	border-color: #f5ad0d;
}
.footer-phones .phone-chip:hover i,
.ft-call .phone-chip:hover i{
	color: #1a1a1a;
}
@media (max-width: 991px){
	.phone-grid{
		grid-template-columns: 1fr 1fr;
	}
}
@media (max-width: 575px){
	.phone-grid{
		grid-template-columns: 1fr 1fr;
	}
}
.payways-legend{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	color: #333;
	font-size: 15px;
	margin: 0;
}
.payways-img{
	height: 32px;
	width: auto;
	max-width: 220px;
	object-fit: contain;
	vertical-align: middle;
}
.about-home{
	overflow: hidden;
}
.contact-map-card{
	background: #fff;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 10px 24px rgba(19,22,26,.10);
	border: 1px solid rgba(0,0,0,.06);
	width: 100%;
	max-width: 420px;
	height: 200px;
	margin: 12px auto 0;
	position: relative;
	z-index: 2;
}
.contact-map-frame{
	position: relative;
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #e9ecef;
}
.contact-map-frame iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	border: 0;
	display: block;
}
.contact-map-caption{
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 18px;
	background: #13161a;
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}
.contact-map-caption i{
	color: #f5ad0d;
	font-size: 16px;
}
@media (max-width: 991px){
	.contact-map-frame{
		height: 170px;
	}
}
@media (max-width: 575px){
	.contact-map-frame{
		height: 150px;
	}
}
.pdf-card{
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 16px;
	padding: 22px 20px;
	box-shadow: 0 10px 28px rgba(0,0,0,.12);
}
.pdf-card h3{
	font-size: 26px;
	font-weight: 700;
	color: #13161a;
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 2px solid #f0f0f0;
	text-transform: none;
}
.pdf-item{
	border: 1px solid #e8eef3;
	border-radius: 10px;
	margin-bottom: 8px;
	overflow: hidden;
	background: #f9fbfd;
}
.pdf-item:hover{
	border-color: #d5dde4;
}
.pdf-header{
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	padding: 11px 14px;
	border: 0;
	background: transparent;
	text-align: left;
	cursor: pointer;
}
.pdf-icon{
	color: #e74c3c;
	width: 20px;
	text-align: center;
	flex-shrink: 0;
}
.pdf-name{
	flex: 1;
	font-size: 14px;
	line-height: 1.35;
	color: #1a2330;
	font-weight: 500;
	text-transform: none;
}
.pdf-toggle{
	color: #8aa0b3;
	transition: transform .25s ease;
}
.pdf-item.open .pdf-toggle{
	transform: rotate(180deg);
}
.pdf-panel{
	max-height: 0;
	overflow: hidden;
	padding: 0 14px;
	background: #f2f7fd;
	transition: max-height .3s ease, padding .2s ease;
}
.pdf-item.open .pdf-panel{
	max-height: 90px;
	padding: 10px 14px 14px;
	border-top: 1px solid #d5e2ef;
}
.pdf-btn{
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 14px;
	border-radius: 40px;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	margin-right: 8px;
}
.pdf-btn.view{
	background: #f5ad0d;
	color: #fff;
}
.pdf-btn.view:hover{
	background: #d99600;
	color: #fff;
}
.pdf-btn.down{
	background: #fff;
	border: 1px solid #d0dfec;
	color: #103a56;
}
.pdf-btn.down:hover{
	background: #e2edf8;
	color: #103a56;
}
.lac-viewer{
	position: fixed;
	inset: 0;
	z-index: 2000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px 18px;
	background: rgba(8, 10, 14, .45);
	backdrop-filter: blur(14px) saturate(140%);
	-webkit-backdrop-filter: blur(14px) saturate(140%);
}
.lac-viewer[hidden]{ display: none; }
.lac-viewer-glass{
	width: min(980px, 96vw);
	height: min(86vh, 900px);
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	overflow: hidden;
	background: rgba(255,255,255,.12);
	border: 1px solid rgba(255,255,255,.28);
	box-shadow: 0 24px 60px rgba(0,0,0,.35);
	backdrop-filter: blur(22px) saturate(160%);
	-webkit-backdrop-filter: blur(22px) saturate(160%);
}
.lac-viewer-bar{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 12px 16px;
	background: rgba(19,22,26,.35);
	color: #fff;
}
.lac-viewer-title{
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lac-viewer-tools{
	display: flex;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
}
.lac-viewer-tools button,
.lac-viewer-tools a{
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: rgba(255,255,255,.16);
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.lac-viewer-tools button:hover,
.lac-viewer-tools a:hover{
	background: #f5ad0d;
	color: #fff;
}
#lacPageLabel{
	font-size: 13px;
	min-width: 64px;
	text-align: center;
}
.lac-viewer-body{
	flex: 1;
	overflow: auto;
	display: flex;
	justify-content: center;
	padding: 18px;
	background: rgba(255,255,255,.06);
}
.lac-pdf-canvas{
	width: auto;
	max-width: none;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,.25);
	background: #fff;
	flex-shrink: 0;
}
.lac-viewer-media,
.lac-viewer-frame{
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 8px;
	object-fit: contain;
	background: rgba(0,0,0,.2);
}
.lac-viewer-loading{
	color: #fff;
	margin: auto;
}
.back-to-top{
	position: fixed;
	right: 24px;
	bottom: 24px;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: #f5ad0d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	box-shadow: 0 10px 24px rgba(245,173,13,.35);
	z-index: 1500;
	opacity: 0;
	visibility: hidden;
	transform: translateY(12px);
	transition: all .25s ease;
	text-decoration: none;
}
.back-to-top.show{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.back-to-top:hover{
	background: #13161a;
	color: #f5ad0d;
}
html, body{
	max-width: 100%;
	overflow-x: hidden;
}
.banner-actions{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
}
.banner-actions .btn{
	margin-left: 0 !important;
}

@media (max-width: 991px){
	.top-menu-sction{
		padding: 6px 0;
	}
	.siguenos-label{
		display: none;
	}
	.top-contact-left,
	.top-contact-right{
		justify-content: center !important;
		text-align: center;
	}
	.top-contact-left ul,
	.top-contact-right{
		justify-content: center;
	}
	.mail-link{
		font-size: 12px;
		word-break: break-all;
	}
	.navbar-brand img{
		max-height: 42px;
		width: auto;
	}
	.navbar-toggler{
		background: #f5ad0d !important;
		border: 0 !important;
		border-radius: 8px;
		padding: 8px 10px;
		width: 46px;
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		box-shadow: 0 4px 12px rgba(0,0,0,.35);
	}
	.navbar-toggler:focus{
		box-shadow: 0 0 0 3px rgba(245,173,13,.45);
	}
	.navbar-toggler-icon{
		filter: none;
		background-image: none !important;
		width: 22px;
		height: 16px;
		position: relative;
	}
	.navbar-toggler-icon,
	.navbar-toggler-icon::before,
	.navbar-toggler-icon::after{
		display: block;
		background: #fff;
		border-radius: 2px;
	}
	.navbar-toggler-icon::before,
	.navbar-toggler-icon::after{
		content: "";
		position: absolute;
		left: 0;
		width: 22px;
		height: 2px;
	}
	.navbar-toggler-icon{
		height: 2px;
	}
	.navbar-toggler-icon::before{ top: -7px; }
	.navbar-toggler-icon::after{ top: 7px; }
	.navbar-collapse{
		background: rgba(19,22,26,.97);
		border-radius: 12px;
		padding: 12px 16px 16px;
		margin-top: 10px;
		box-shadow: 0 12px 30px rgba(0,0,0,.3);
	}
	.main-menu-div .navbar-nav .nav-item{
		margin: 0;
		border-bottom: 1px solid rgba(255,255,255,.08);
	}
	.main-menu-div .navbar-nav .nav-link{
		padding: 12px 4px !important;
		font-size: 16px;
	}
	.banner-home{
		height: auto !important;
		min-height: 100vh;
	}
	.banner-content-sec{
		position: relative;
		height: auto !important;
		padding: 150px 0 36px;
		align-items: flex-start;
	}
	.video-sec{
		height: 100%;
	}
	.banner-content-sec h1{
		font-size: 28px !important;
		line-height: 1.25 !important;
		padding-left: 16px;
	}
	.banner-content-sec h6{
		font-size: 16px;
	}
	.banner-content-sec p{
		font-size: 15px;
	}
	.banner-actions .btn{
		width: 100%;
	}
	.inquirery-div{
		margin-top: 24px;
	}
	.about-photos{
		min-height: 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	.about-photos .about-photo,
	.about-photos .about-photo.main,
	.about-photos .about-photo.secondary,
	.about-photos .about-photo.tertiary{
		position: relative !important;
		width: 100% !important;
		height: 160px !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		border: 0;
	}
	.about-photos .about-photo.main{
		grid-column: 1 / -1;
		height: 200px !important;
	}
	.phone-grid{
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.phone-city{
		background: #f7f7f7;
		border-radius: 10px;
		padding: 8px 10px;
		gap: 2px;
	}
	.phone-city span{
		font-size: 12px;
	}
	.phone-city a{
		font-size: 14px;
		font-weight: 700;
	}
	.contact-map-card,
	.contact-map-frame{
		max-width: 100%;
		height: 200px;
	}
	.pdf-card{
		padding: 16px 12px;
	}
	.pdf-name{
		font-size: 13px;
	}
	.inside-part-footer{
		top: 24px;
		padding: 20px 16px;
	}
	.inside-part-footer h2{
		font-size: 18px !important;
		line-height: 1.3;
	}
	.inside-part-footer p{
		font-size: 15px;
	}
	.footer-link-div{
		padding-top: 40px !important;
	}
	.back-to-top{
		right: 14px;
		bottom: 14px;
		width: 46px;
		height: 46px;
	}
	.lac-viewer{
		padding: 10px;
	}
	.lac-viewer-glass{
		width: 100%;
		height: 92vh;
		border-radius: 12px;
	}
	.lac-viewer-title{
		font-size: 12px;
		max-width: 42%;
	}
}

@media (max-width: 575px){
	.top-menu-sction .row > .col:first-child{
		display: block;
	}
	.socal-btn a{
		margin-left: 8px;
	}
	.banner-content-sec{
		padding-top: 120px;
	}
	.phone-grid{
		grid-template-columns: 1fr 1fr;
		gap: 8px;
	}
	.contact-info-list .icon{
		width: 32px;
		height: 32px;
	}
	.contact-info-list .content-cm{
		padding-left: 10px !important;
		min-width: 0;
		flex: 1;
	}
	.payways-legend{
		font-size: 13px;
	}
}

/* Tipografía más compacta */
body{
	font-size: 15px;
	line-height: 1.6;
}
.navbar-light .navbar-nav .nav-link{
	font-size: 15px;
}
.banner-content-sec h1,
.desgin-2 .banner-content-sec h1{
	font-size: 36px !important;
	line-height: 1.22 !important;
}
.banner-content-sec h6,
.banner-content-sec p{
	font-size: 16px;
}
.comon-bedcum h2{
	font-size: 28px;
}
.about-home h2,
.heading-one h2,
.contact-div-home h2,
.how-it-work h2{
	font-size: 30px !important;
	line-height: 1.3;
}
.about-home h6,
.heading-one h6,
.contact-div-home h6,
.how-it-work h6{
	font-size: 14px !important;
	letter-spacing: .04em;
}
.about-home p,
.contact-div-home p,
.heading-one p{
	font-size: 15px;
}
.contact-div-home h5,
.comon-footer-div h5{
	font-size: 18px !important;
}
.inside-part-footer h2{
	font-size: 20px;
}
.inside-part-footer p{
	font-size: 15px;
}
.severices-pages .comon-over-services h5{
	font-size: 18px;
}
.severices-pages .comon-over-services p{
	font-size: 14px;
	line-height: 1.6;
}
.pdf-name{
	font-size: 14px;
}
.phone-city{
	gap: 6px;
}
.phone-grid{
	gap: 10px 14px;
}

.proy-card-desc{font-size:13px;color:#666;margin:8px 0 0;line-height:1.45;}
.comon-projects-1{display:block;color:inherit;text-decoration:none;}
.comon-projects-1:hover{color:inherit;}

/* Galería glass */
#lacGalRoot{position:fixed;inset:0;z-index:4000;}
#lacGalRoot[hidden],#lacGalViewer[hidden]{display:none !important;}
.lac-gal-backdrop{
  position:absolute;inset:0;
  background:rgba(10,14,18,.45);
  backdrop-filter:blur(14px) saturate(140%);
  -webkit-backdrop-filter:blur(14px) saturate(140%);
}
.lac-gal-panel,.lac-gal-photo{
  position:absolute;left:50%;top:50%;
  transform:translate(-50%,-50%);
  width:min(1080px,92vw);
  max-height:88vh;
  overflow:auto;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.35);
  border-radius:22px;
  box-shadow:0 24px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(22px) saturate(160%);
  -webkit-backdrop-filter:blur(22px) saturate(160%);
  padding:28px 24px 22px;
  color:#fff;
}
.lac-gal-photo{
  width:min(980px,94vw);
  text-align:center;
  background:rgba(16,18,22,.55);
}
.lac-gal-photo img{
  max-width:100%;
  max-height:72vh;
  object-fit:contain;
  border-radius:12px;
}
.lac-gal-title{margin:0 36px 6px 0;font-size:26px;font-weight:700;}
.lac-gal-desc{margin:0 0 18px;font-size:14px;opacity:.86;}
.lac-gal-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(150px,1fr));
  gap:10px;
}
.lac-gal-thumb{
  border:0;padding:0;background:rgba(255,255,255,.08);
  border-radius:10px;overflow:hidden;cursor:pointer;aspect-ratio:4/3;
}
.lac-gal-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s;}
.lac-gal-thumb:hover img{transform:scale(1.06);}
.lac-gal-x{
  position:absolute;top:12px;right:14px;
  width:36px;height:36px;border:0;border-radius:50%;
  background:rgba(0,0,0,.35);color:#fff;font-size:22px;line-height:1;cursor:pointer;
}
.lac-gal-nav{
  position:absolute;top:50%;transform:translateY(-50%);
  width:42px;height:42px;border:0;border-radius:50%;
  background:rgba(245,173,13,.9);color:#13161a;font-size:26px;cursor:pointer;
}
.lac-gal-nav.prev{left:12px;}
.lac-gal-nav.next{right:12px;}
.lac-gal-cap{margin:10px 0 0;font-size:13px;opacity:.9;}
@media(max-width:640px){
  .lac-gal-panel{padding:20px 14px 16px;width:96vw;}
  .lac-gal-grid{grid-template-columns:repeat(2,1fr);}
  .lac-gal-title{font-size:20px;}
}

.lac-gal-head{
  display:flex;align-items:center;gap:16px;
  margin:0 40px 16px 0;
}
.lac-gal-brand{
  width:118px;height:auto;flex:0 0 auto;
  filter:drop-shadow(0 4px 10px rgba(0,0,0,.25));
}
.lac-gal-head .lac-gal-title{margin:0 0 4px;}
.lac-gal-head .lac-gal-desc{margin:0;}
.lac-gal-stage{
  overflow:auto;max-height:68vh;
  display:flex;align-items:center;justify-content:center;
}
.lac-gal-stage img{
  transform-origin:center center;
  transition:transform .2s ease;
  max-width:100%;max-height:66vh;object-fit:contain;
}
.lac-gal-tools{
  display:flex;align-items:center;justify-content:center;gap:8px;
  margin-top:10px;
}
.lac-gal-tools button{
  min-width:36px;height:32px;border:0;border-radius:8px;
  background:#f5ad0d;color:#13161a;font-weight:700;cursor:pointer;
}
.lac-gal-zoom-lbl{min-width:48px;text-align:center;font-size:13px;}
@media(max-width:640px){
  .lac-gal-brand{width:84px;}
  .lac-gal-head{gap:10px;margin-right:32px;}
}

/* Contacto LAC — estilo TGAC adaptado */
.lac-ct-grid{
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:20px;
  align-items:stretch;
}
.lac-ct-formcard{grid-column:auto;}
.lac-ct-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 4px 20px rgba(0,0,0,.06);
}
.lac-ct-head{
  display:flex;align-items:center;gap:10px;
  padding:16px 18px 14px;
  background:#f5ad0d;color:#13161a;
}
.lac-ct-ico{
  width:36px;height:36px;border-radius:10px;
  background:rgba(19,22,26,.12);
  display:flex;align-items:center;justify-content:center;
}
.lac-ct-head h6{margin:0;font-size:.95rem;font-weight:700;}
.lac-ct-head h6 span{
  display:block;font-size:.68rem;font-weight:500;opacity:.8;
  text-transform:uppercase;letter-spacing:.04em;
}
.lac-ct-body{padding:16px 18px 18px;}
.lac-ct-label{
  margin:0 0 4px;font-size:.72rem;font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;color:#6a7d8c;
}
.lac-ct-map{border-radius:12px;overflow:hidden;margin-top:10px;min-height:220px;}
.lac-ct-map iframe{width:100%;height:220px;border:0;display:block;}
.lac-ct-dir{list-style:none;margin:0;padding:0;}
.lac-ct-dir li{padding:12px 18px;border-bottom:1px solid #e8eef3;}
.lac-ct-dir li:nth-child(even){background:#f7f4ea;}
.lac-ct-dir li:last-child{border-bottom:0;}
.lac-ct-dir strong{display:block;font-size:.85rem;margin-bottom:6px;color:#3d4f5f;}
.lac-ct-chips{display:flex;flex-wrap:wrap;gap:6px;}
.lac-ct-form{padding:22px 24px 28px;}
.lac-ct-hint{color:#5a7388;font-size:.9rem;margin-bottom:8px;}
.lac-ct-form label{font-size:.82rem;font-weight:600;margin-bottom:4px;}
.lac-ct-form .form-control{
  background:#fff;color:#13161a;border:1px solid #d7dee5;
  border-radius:10px;
}
.lac-ct-check{display:flex;align-items:center;gap:8px;font-size:.85rem;}
.lac-ct-submit.subimt-message,
.lac-ct-submit{
  width:auto !important;
  min-width:220px;
  padding:12px 28px;
  border:0;
  border-radius:10px;
  background:#f5ad0d;
  color:#13161a;
  font-weight:700;
  font-size:15px;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:0 8px 18px rgba(245,173,13,.35);
  transition:background .2s,color .2s,transform .15s;
}
.lac-ct-submit:hover:not(:disabled){
  background:#13161a;
  color:#f5ad0d;
  transform:translateY(-1px);
}
.lac-ct-submit:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;}
@media(max-width:1199px){
  .lac-ct-grid{grid-template-columns:1fr 1fr;}
  .lac-ct-formcard{grid-column:1 / -1;}
}
@media(max-width:767px){
  .lac-ct-grid{grid-template-columns:1fr;}
  .lac-ct-formcard{grid-column:auto;}
}

@media (max-width: 991px){
	.top-menu-sction .row{
		row-gap: 4px;
	}
	.top-menu-sction .row > .col:first-child{
		display: block !important;
	}
	.top-contact-left ul{
		justify-content: center;
		flex-wrap: wrap;
	}
	.top-contact-left .mail-link{
		display: inline-block;
		font-size: 12px !important;
		color: #fff !important;
		text-transform: lowercase !important;
	}
	.desgin-2 .banner-home.subpage-banner,
	.desgin-2 .subpage-banner .banner-content-sec,
	.desgin-2 .subpage-banner .video-sec,
	.subpage-banner,
	.subpage-banner .banner-content-sec{
		height: 292px !important;
		min-height: 292px !important;
	}
	.subpage-banner .banner-content-sec{
		padding-top: 112px !important;
		padding-bottom: 12px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.subpage-banner .comon-bedcum{
		width: 100%;
		text-align: center;
	}
	.subpage-banner .comon-bedcum h2{
		font-size: 26px;
		margin-bottom: 6px;
	}
	.banner-home:not(.subpage-banner) .banner-content-sec{
		padding-top: 186px !important;
	}
	.banner-home:not(.subpage-banner) .banner-content-sec h6{
		margin-bottom: 6px;
	}
}

#lacToast{
  position:fixed;top:28px;right:28px;z-index:99999;
  display:flex;align-items:flex-start;gap:14px;
  min-width:280px;max-width:420px;padding:16px 18px;
  border-radius:14px;background:#fff;
  box-shadow:0 12px 40px rgba(0,0,0,.16);
  transform:translateX(120%);opacity:0;
  transition:all .4s cubic-bezier(.21,1.02,.73,1);
  font-family:'Open Sans',sans-serif;
}
#lacToast.show{transform:translateX(0);opacity:1;}
#lacToast.hide{transform:translateX(120%);opacity:0;}
.lac-toast-icon{
  width:42px;height:42px;border-radius:50%;
  display:flex;align-items:center;justify-content:center;
  background:#d1e7dd;color:#0f5132;font-size:1.2rem;flex-shrink:0;
}
#lacToast.is-error .lac-toast-icon{background:#f8d7da;color:#842029;}
.lac-toast-content strong{display:block;font-size:.98rem;color:#1a1a2e;margin-bottom:3px;}
.lac-toast-content span{font-size:.86rem;color:#555;line-height:1.4;}
.lac-toast-close{background:transparent;border:0;color:#999;cursor:pointer;padding:4px;}
.lac-toast-progress{position:absolute;bottom:0;left:0;height:3px;width:100%;background:#198754;transform-origin:left;animation:lacToastBar 7s linear forwards;}
#lacToast.is-error .lac-toast-progress{background:#dc3545;}
@keyframes lacToastBar{from{transform:scaleX(1)}to{transform:scaleX(0)}}
@media(max-width:640px){
  #lacToast{right:12px;left:12px;min-width:0;max-width:none;}
}

#lacToast{top:96px !important;z-index:10050 !important;}
