body{
	font-family: 'Outfit', sans-serif;
	font-size:16px;
	font-weight: 300;
	color:#000;
}
html {
  scroll-behavior: smooth;
}
.tb-equal{
	padding:100px 0px;
}
.tb-equal-half{
	padding:50px 0px;
}
.pt-half{padding-top:50px;}

.bg-contain{background-size:contain !important;}
.bg-cover{background-size:cover !important;}
.pt-none{padding-top:0px;}
.pb-none{padding-bottom:0px;}
.overflow-hidden{overflow:hidden;}
.img-responsive{max-width:100%;}

h1{font-size:50px; font-weight:700;}
h2{font-size:40px; font-weight:700;}
h3{font-size:32px; font-weight:600;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}

h1,h2,h3,h4,h5,h6{
	font-family: 'Outfit', sans-serif;
}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mt-40{margin-top:40px;}
.mt-50{margin-top:50px;}
.mt-80{margin-top:80px;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}
.mb-40{margin-bottom:40px;}
.mb-50{margin-bottom:50px;}
.mb-80{margin-bottom:80px;}
.pb-80{padding-bottom:80px;}
.pb-50{padding-bottom:50px;}

.pr-30{padding-right:20px;}
.pl-30{padding-left:20px;}
.pr-50{padding-right:50px;}
.pl-50{padding-left:50px;}
.pr-80{padding-right:80px;}

.z-index-9{z-index:9;}

.pb-150{padding-bottom:150px;}
.height-full{height:100%;}
.border-radius-5{border-radius:5px;}
p:last-child{margin-bottom:0px;}
.white{color:#fff;}
	
	header{
		padding:20px 0px;
		width: 100%;
		z-index: 99;
		left: 0;
		position: absolute;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	header.sticky.nav-sticky {
		-webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
		animation: 300ms ease-in-out 0s normal none 1 running fadeInUp;
		-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		background-color: #ffffff;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 99;
	}	
	.menu-nav {
		margin: 0;
		padding: 0;
	}
	
.menu-nav li {
	display: inline-block;
	position: relative;
	margin-left: 22px;
	margin-bottom: 0;
}
.menu-nav li.mega-menu a{
	position:relative;
}
.menu-nav li:first-child {
	margin-left: 0;
}
.menu-nav li a {
    color: #fff;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    display: block;
    text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.menu-nav li a:hover,
.menu-nav > li:hover > a,
.menu-nav > li.current-menu-item > a {
	background: none;
	color: #a1ba00;
	text-decoration: none;
}

.menu-nav > li:hover > a:before,
.menu-nav li.current-menu-item > a:before {
    left: 0;
    width: 100%;
    border-color: #a4fdcf;
}

.menu-nav ul {
    display: none;
    margin-top: 0px;
    padding: 30px 130px 30px;
    /* width: 265px; */
    width: 100%;
    text-align: left;
    position: absolute;
    background: #fff;
    z-index: 5;
    left: 0;
    border-top: 1px solid #ddd;
}
.menu-nav ul li {
	display: block;
	background: none;
	margin: 0;
	text-align:center;
}
.menu-nav ul li > a {
	display: block;
    padding: 4px 30px;
    color: #0e1219;
    font-size: 14px;
	line-height:normal;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}

.menu-nav ul li > a:focus{
	outline: none;
}

.menu-nav ul li a:hover,
.menu-nav li:hover ul li a:hover {
	text-decoration: none;
	color: #0122e3;
	-webkit-transform: translateX(12px);
	-ms-transform: translateX(12px);
	transform: translateX(12px);
}

.menu-nav li:hover > ul {
	display: block;
}
.menu-nav li:hover > ul {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.menu-nav li ul ul {
	left: 100%;
	top: -28px;
	margin: 0;
}
.menu-nav .edge > ul{
	left: auto;
	right: 0;
}
.menu-nav li ul .edge ul {
    left: auto;
    top: -28px;
    margin: 0;
    right: 100%;
}

.menu-nav li ul ul:before,
.menu-nav li ul a:before {
	display: none;
}

.mega-menu .sub-menu li{
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}
.mega-menu .sub-menu li a img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    height: 120px;
}
.mega-menu .sub-menu li a{
	padding: 0px 15px;
	text-transform:capitalize;
}

/*** end menu large screens ***/

.btn-white{
	background:#91AB9B;
	padding:0px 45px;
	height:45px;
	line-height:42px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
.btn-white:hover{
	background: #344139;
	color:#fff;
	text-decoration:none;
}
.btn-white.big{
	padding: 0px 55px;
    height: 50px;
    line-height: 50px;
	font-size: 20px;
}

.btn-greenL {
    background: #91AB9B;
    padding: 0px 45px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
    border: none;
	text-align:center;
    display: inline-flex;
}
.btn-greenL:hover{
	background: #344139;
	color:#fff;
	text-decoration:none;
}

.telgo{
	margin-left:30px;
	color:#fff;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	-ms-flex-align: center;
    align-items: center;
	font-size: 20px;	
}
.telgo img{
	margin-right:10px;
}
.telgo:hover{
	color:#eee;
	text-decoration:none;
}

.h1-stock h1 {
    color: white;
	text-shadow: -2px -2px 0 #91AB9B, 2px -2px 0 #91AB9B, -2px 2px 0 #000, 2px 2px 0 #91AB9B;
    color: #fff;
    font-size: 100px;
    position: absolute;
    top: -27px;
    line-height: 77px;
    margin: 0;
    opacity: 0.2;
    z-index: -1;
}

.packaging{
	border-bottom:1px solid #ddd;
	padding-bottom:30px;
	margin-bottom:30px;
}
.packaging span{margin-right:20px;}
.packaging h4{font-weight:600; font-size:20px;}
.packaging p{
	font-size:19px;
	margin:15px 0px 0px;
}
.packaging:last-child{
	border:none;
	padding:0px;
	margin:0px;
}

/*** menu mobile ***/
.nav-button-holder {
	display: none;
}

.nav-button {
	background: none;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}

.icon-bar,
.icon-bar1,
.icon-bar2 {
	display: block;
	height: 2px;
	width: 25px;
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.icon-bar1,
.icon-bar2 {
	width: 18px;
	background: #ffffff;
}

.icon-bar:before,
.icon-bar:after {
	background: #ffffff;
	content: "";
	height: 100%;
	left: 0px;
	position: absolute;
	bottom: -6px;
	right: 0;
}

.icon-bar:after {
	bottom: -12px;
	top: auto;
}

.nav-button:hover .icon-bar:before,
.nav-button:hover .icon-bar:after {
	left: 0;
}

.icon-bar,
.icon-bar1,
.icon-bar2,
.nav-button .icon-bar:before,
.nav-button .icon-bar:after {
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.menu-mobile {
	font-size: 0;
	margin: 0 auto;
	margin-left: 0;
	padding-left: 0px;
}

.menu-mobile li {	
	list-style: none;
	margin-bottom: 0;
	text-transform: uppercase;
}
.menu-mobile li a {
    color: #444;
    display: block;
    line-height: 40px;
    font-size: 24px;
}

.menu-mobile li a:hover,
.menu-mobile li a:focus {
	background: none;
}

.menu-mobile li:hover>a,
.menu-mobile li.current-menu-item>a {
	color: #627e2bb8;
}

.menu-mobile>li.menu-item-has-children>a:after {
    content: "";
    background: #fff url(../images/golDarroW.png)no-repeat;
    background-size: cover !important;
    width: 31px;
    height: 31px;
    margin-top: -3px;
    display: inline-block;
    position: absolute;
    right: 0;
    overflow: hidden;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.menu-mobile>li.menu-item-has-children.menu-open>a:after {
	content: "";
}
.menu-mobile li.menu-open a:after{
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.menu-mobile ul {
	margin-left: 0;
	padding:0px;
}

.menu-mobile>li>ul {
	display: none;
}

.menu-mobile>li.menu-open>ul {
	display: block;
	margin-top: 8px;
}

.menu-mobile ul li {
    font-size: 12px;
    padding-top: 0px;
    text-transform: none;
    padding-left: 10px;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
}

.menu-contact {
	margin-top: 15px;
	padding-left: 5px;
	font-size: 14px;
	color: #fff;
}

.menu-contact ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
	padding:0px;
}

.menu-contact ul:first-child li i {
    font-size: 16px;
    margin-right: 10px;
}

.mobile-phone {
	margin-top: 8px;
}

.menu-contact .social-media {
	margin-top: 24px;
	padding-bottom: 48px;
}
.menu-contact .social-media li a{
	color: #fff;
}

/***** MODAL WINDOW ******/
body.has-active-menu {
	overflow: hidden;
}

.menu-mask {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
}

.menu-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.9;
}

.mobile-menu-holder {
    position: fixed;
    z-index: 0;
    top: 0px;
    right: 0;
    overflow-x: hidden;
    width: 320px;
    height: auto;
    background: #fff;
    opacity: 0;
    height: 100%;
    padding: 40px 20px 30px;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    -ms-transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
    transition: all 0.7s cubic-bezier(0.25, 1, 0.35, 1) 0s;
}
.mobile-menu-holder.is-active {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}

body.has-active-menu .mobile-menu-holder.is-active {
    z-index: 999;
}
.exit-mobile {
    width: 14px;
    position: absolute;
    right: 20px;
    top: 20px;
}

.mailto {
    color: #fff;
    font-size: 14px;
    margin: 0px 40px 0px 0px;
}
.mailto:hover{
	color:#a1ba00;
}

.navbar-fixed-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
/*     z-index: 1; */
  background: white;
}

/*** END CSS ***/

	.fixed-down {
		position: absolute;
		bottom: 5px;
		left: 60px;
		z-index: 1;
		width: 40px;
		height: 40px;
		background: #fff;
		border-radius: 50px;
		text-align: center;
		line-height: 40px;
		box-shadow: 0px 0px 5px #0000002e;
	}
	.fixed-down img{width:16px;}
	
	.video-item img {
		width: auto !important;
		margin: auto;
	}
	
	.one-time-video h3{
		font-weight:700;
		font-size:54px;
		line-height:58px;
	}
	.one-time-video p{font-size:18px; margin-top:20px;}		
	
	/* .landing-banner:after{
		content:"";
		background:#000;
		opacity:0.3;
		width:100%;
		height:100%;
		position:absolute;
		top:0px;
		left:0px;
	} */
	.landing-banner {
/* 		background-size: 71% !important; */
		padding-top: 150px;
		padding-bottom: 40px;
	}
	
	.landing-banner .container{z-index:9; position:relative;}	
	.landing-banner h2 {
		font-weight: 700;
		color:#000000;
		text-transform: capitalize;
		margin: 0;
		font-size: 89px;
/* 		text-indent: 39px; */
		line-height: 76px;
	}

.landing-banner h2:nth-child(1) {
    color: #fff;
    background: #000;
    width: fit-content;
    padding: 10px 20px;
}

.landing-banner .bannerT h3 {
    color: #fff;
    margin-top: 20px;
}

.landing-banner .bannerT ul li {
    color: #fff;
    font-size: 26px;
    font-family: outfit;
}

.landing-banner h2:nth-child(1) {
    color: #fff;
    background: #000;
    width: fit-content;
    padding: 10px 20px;
}

.landing-banner img {
    margin-top: 25px;
}
	.landing-banner h2:last-of-child {text-indent: 0;}

.landing-banner .col-lg-6.col-md-12:first-child {
    padding-right: 30px;
}
	
	.btn-orange {
		background: #D29329;
		border: none;
		padding: 0px 45px;
		height: 45px;
		color: #fff;
		font-weight: 400;
		line-height: 45px;
		font-size: 14px;
		display: table;
	}
	.btn-orange:hover{background:#b77d1c; text-decoration:none; color: #fff;}
	
	.form-quote {
		background: #fff;
		padding: 40px 40px 5px;
		border-radius: 20px;
		box-shadow: 0px 0px 10px #36363626;
	}
	.form-quote h3 {
		text-transform: uppercase;
		margin: 0px;
		font-weight: 700;
	}
	.form-quote input[type=text], .form-quote input[type=tel], .form-quote input[type=email], .form-quote select{
		margin-bottom: 15px;
		height: 50px;
		padding: 0px 18px;
		font-size: 20px;
		color: #333;
		border-radius:10px;
		    margin-bottom: 0;
	}
	.form-quote input::placeholder{color:#ddd;}
	.form-quote select{color:#ddd;}
	
	.form-quote input[type=submit] {
		margin: auto;
		display: inherit;
		margin-top: 10px;
		font-size:20px;
		font-weight:500;
	}
	
	/* .divmb3 div[class^="col-"]:nth-child(-n+9){margin-bottom:30px;}	 */
	
	.Getin {
		background: #344139;
		padding: 40px;
		width: 85%;
		position: absolute;
		top: 96px;
		z-index: 1;
	}
	.Getin label{font-weight:400; font-size:15px;}
	.Getin input[type=text], .Getin input[type=tel], .Getin input[type=email] {
		background: none;
		border: none;
		margin-bottom: 15px;
		height: 42px;
		font-size: 14px;
		font-weight: 500;
		padding: 0px 15px;
		border-radius: 0px;
		color: #fff;
		border: 1px solid #ffffff17;
	}
	.Getin textarea{
		background: none;
		border: 1px solid #ffffff17;
		margin-bottom:15px;
		font-size:13px;
		font-weight:500;
		height:80px;
		padding:15px 15px;
		border-radius:0px;
	}
	.Getin input[type=submit] {
		background: #fff;
		border-radius: 50px;
		margin: auto;
		padding: 0px 40px;
		margin-top: 0px;
		text-transform: capitalize;
		color: #333;
		border: none;
		height: 45px;
		line-height: 42px;
		font-size: 16px;
		font-weight: 500;
	}
	.Getin input[type=submit]:hover{
		background: #408123;
		color:#fff;
	}
	.Getin h3{color:#fff; font-size:24px; margin-bottom:15px;}

	.info-ft a, .info-ft p{
		color:#fff;
	}
	
	.infoD span{
		-webkit-flex: 0 0 48px;
		-ms-flex: 0 0 48px;
		flex: 0 0 48px;
		margin-right:10px;
	}
	.infoD p{font-size:22px; margin:0px;}
	
	.list-style{list-style:none; padding:0px; margin:0px;}
	.list-style li{margin-left:10px;}	
	
	.astel-barnds{
		position:relative;
	}
	.astel-barnds figure img{width:100%;}
	.astel-barnds div{
		position:absolute;
		top:0px;
		width:100%;
		height:100%;
		left:0px;
		padding:40px;
		background:#00000088;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		opacity:0;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	.astel-barnds div h3{
		margin-top:auto;
		margin-left:20px;
		-webkit-transition: all .3s linear;
		-moz-transition: all .3s linear;
		-ms-transition: all .3s linear;
		-o-transition: all .3s linear;
		transition: all .3s linear;
	}
	.astel-barnds div{
		opacity:1;
		/* cursor:pointer; */		
	}
	.astel-barnds div h3{margin-left:0px;}
	.astel-barnds:hover .white h3{margin-left:5px;}
	
	.grid-layout{
		-webkit-column-count:2;
		-moz-column-count:2;
	}
	.grid-layout .astel-barnds{
		width: 100%;
		height: 100%;
		float: left;
		margin-bottom:15px;
	}
	.astel-barnds figure{margin:0px;position: relative;}
	
	.testimoB{
		padding:30px;
	}
	.item-client{color:#fff; padding: 1px;}
	.item-client p{font-weight:300;}
	
	.item-client .star i{color:#76FCA9; margin-right:5px;}
	/* .item-client .star i:last-child{color:#fff;} */
	
	.item-client hr{border-color:#76fca917;}
	.item-client strong{display:block;}
	.item-client small{}
	.testimonial{z-index: 1;}
	.testimonial h1{
		text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
		color: none;
		font-size: 100px;
		position: absolute;
		top: -27px;
		line-height: 77px;
		margin: 0;
		opacity: 0.2;
		z-index: -1;
	}
	.testimonial h3{
		font-weight: 700;
		font-size: 55px;
		line-height: 58px;
		color:#fff;
	}
	.testimonial p {
		color: #fff;
		font-size: 18px;
	}
	
	.whiteshapeB:after{
		content:"";
		position:absolute;
		width:100%;
		height:60px;
		background:#fff;
		bottom:0px;
	}
	
	.testimoB .owl-nav {
		text-align: left;
		position: absolute;
		right: 0;
		margin: auto;
		transform: translateX(120%);
		bottom: 15px;
	}
	.testimoB .owl-nav button img {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		width: 32px;
	}
	.testimoB .owl-nav button:hover{
		background:none !important;
		opacity:0.5;
	}
	.testimoB .owl-nav button:hover img{
		width: 25px;
	}
	.testimoB .owl-nav button {width: 30px;}
	
	.cta-Consultation h3{
		margin:auto;
		font-size:26px;
		text-transform:uppercase;
	}
	.cta-Consultation a{height: 60px; line-height: 60px;font-size: 20px; padding: 0px 55px;}
	
	.partners figure{margin:0px;}
	
	.accordion-tbs .card {
		border-radius: 0px;
		margin-bottom: 30px;
		border: none;
	}
	.accordion-tbs .card-header {
		padding: 0px;
		background: none;
		border-bottom: 0;
		box-shadow: 0px 0px 4px #ddd;
	}
	.accordion-tbs .card-header button{
		border:none;
		position:relative;
	}
	.accordion-tbs .card-header button span {
		margin-right: 20px;
	}
	.accordion-tbs .card-header button[aria-expanded=true]{
		background:#344139;
		color:#fff !important;
	}

	.accordion-tbs .card-header button.btn.collapsed{
		border:none;
		border-radius: 0px;
		color: #2e2e2e;	
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.accordion-tbs .card-header button.btn.collapsed:after {
		content: "";
		background: url(../images/arrow-down.svg)no-repeat !important;
		width: 20px;
		height: 12px;
		background-size: 20px !important;
		position: absolute;
		right: 20px;
	}

.accordion-tbs .card-header button.btn {
		line-height: 55px;
		padding: 20px 25px 20px 25px;
		font-size: 18px;
		font-weight: 500;
		color: #444;
		border-radius: 0px;
		text-decoration: none;
		width: 100%;
		text-align: left;
		white-space: normal;
		line-height: normal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
}
.accordion-tbs .card-header button.btn:after {
		content: "";
		background: url(../images/arrow-up.svg)no-repeat !important;
		width: 20px;
		height: 12px;
		background-size: 20px !important;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
	} 
	.accordion-tbs .card-body {
		padding-left: 25px;
		padding-right: 25px;
		box-shadow: 0px 0px 4px #ddd;
	}
	.accordion-tbs .card:last-child{margin:0px;}
	
	.copyright p{font-size:14px; margin:15px 0px;}
	
	.lessimg {
		max-height: 460px;
		width: 100%;
		object-fit: cover;
	}
	.map iframe {
		display: block;
	}
	
	.fixed-donw {
		position: absolute;
		bottom: -50px;
		right: 0px;
	}
	

/** Header 1 **/




@media only screen and (max-width: 767px) {
/* .page-template-tpl-thank_you .landing-banner h2 {
    color: #000 !important;
} */
	
	.mobile-display-none {
    display: none;
}
	
	.testimonial h1 {
    font-size: 72px;
}
	
	.Getin {
    width: 85%;
    margin: 0 auto;
	padding: 55px 20px 40px;
}

div#footer-form {
    top: 21px;
    margin-top: 0 !important;
    text-align: center;
}
	
.Getin span.wpcf7-spinner {
    display: block;
}

.Getin h3 {
    text-align: left;
}
	
.page-template-tpl-thank_you .landing-banner {
    background-size: 115% !important;
}
}



.packaging p {
    margin-top: -8px;
    margin-left: 20px;
}


@media only screen and (max-width: 767px) {
.packaging .d-flex.align-items-center {
    flex-direction: column;
    text-align: center;
}

.packaging span {
    margin-right: 0;
    margin-bottom: 10px;
}

.packaging p {
    margin-left: 0;
    margin-top: 0;
}
	
	span.second-loc-pic {
    margin-left: 25px !important;
}
	
	
body .tb-equal .grid-layout .astel-barnds {
  max-width: 100% !important;
  flex: 100% !important;
  margin-top: 0 !important;
}
.tb-equal .grid-layout .astel-barnds figure {
  height: auto;
}
	
	.accordion-tbs .card-header button.btn.collapsed {
    padding-right: 46px;
}
	
	a.telgo {
    display: none !important;
}

body .header-details {
    display: flex !important;
    width: 50%;
}

.logo {
    width: 49%;
}

.header-details .btn-white.big {
    padding: 0px 35px;
}
}

@media screen and (max-width: 2251px) and (min-width: 992px) {
	.packing-boxes {
		height: 1020px;
	}
	
	.packaging h4 {
    flex-basis: 8%;
}
}

/* @media screen and (max-width: 1600px) and (min-width: 1366px) {
section.position-relative.map {
    margin-top: 10% !important;
}
} */

/* @media screen and (max-width: 1365px) and (min-width: 1024px) {
section.position-relative.map {
    margin-top: 17% !important;
}
} */

@media screen and (max-width: 991px) and (min-width: 768px) {
/* 	.packing-boxes {
		height: 700px;
	} */
	
	body .tb-equal .grid-layout .astel-barnds {
  max-width: 100% !important;
  flex: 100% !important;
  margin-top: 0 !important;
}
.tb-equal .grid-layout .astel-barnds figure {
  height: auto;
}
}


@media screen and (max-width: 1650px) and (min-width: 1400px) {
	span.second-loc-pic {
    margin-left: 60px !important;
}
}

@media screen and (max-width: 1399px) and (min-width: 1280px) {
	span.second-loc-pic {
    margin-left: 40px !important;
}
	.accordion-tbs .card-header button.btn.collapsed {
    padding-right: 36px;
}
}

@media screen and (max-width: 1279px) and (min-width: 1150px) {
	span.second-loc-pic {
    margin-left: 15px !important;
}
}


@media screen and (max-width: 1149px) and (min-width: 1024px) {
	.infoD span {
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
}
	
	span.second-loc-pic {
    margin-left: 10px !important;
}
	.accordion-tbs .card-header button.btn.collapsed {
    padding-right: 46px;
}
}

@media only screen and (max-width: 485px) {
.header-details .btn-white.big {
    font-size: 14px !important;
    padding: 0 30px !important;
}
}

@media only screen and (max-width: 360px) {
    .header-details .btn-white.big {
        font-size: 13px !important;
        padding: 0 30px !important;
    }
}

a.btn-greenL {
    display: block;
    width: fit-content;
}

.cta-Consultation {
    display: flex;
    flex-direction: column;
}

.cta-Consultation a.btn-greenL {
    margin-top: 20px;
}
.astel-barnds div.white {
    position: absolute;
    bottom: 0;
}

.tb-equal .grid-layout {
    -webkit-column-count: initial !IMPORTANT;
    display: flex !important;
}

.tb-equal .grid-layout .astel-barnds {
    max-width: 50%;
    flex: 0 0 50% !important;
    float: none;
    padding: 0 15px;
}


.astel-barnds figure {
  height: 400px;
}
.astel-barnds figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.astel-barnds:nth-child(2) figure {
  height: 490px;
}
.tb-equal .grid-layout .astel-barnds:nth-child(3) {
  margin-top: -8%;
}
.astel-barnds figure img {
  max-height: initial;
  min-height: 400px;
}
.astel-barnds:nth-child(3) figure {
  height: 600px;
}

.Getin textarea {
    color: #fff !important;
	border-color: #ffffff17 !important;
}

.Getin textarea:focus {
    background: initial;
    border: none;
}


section#contact-slide-outer {
    padding-bottom: 0;
}

section#contact-slide-outer .wpcf7-response-output {
    width: 82%;
}

.Getin {
    background: #344139;
    padding: 40px;
    width: 85%;
    position: relative;
    margin-top: 96px;
    z-index: 1;
	top: 0 !important;
}