body{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	font-weight: 400;
	color:#0c1937;
}
html {
  scroll-behavior: smooth;
}
.tb-equal{
	padding:140px 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: 'Montserrat', 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-50{padding-right:50px;}
.pl-50{padding-left:50px;}

.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: relative;
		-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 ***/

/*** 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;
	cursor: pointer;
}

.language {
    list-style: none;
    padding: 0px;
    margin: 0;
}
.language li{margin-right:5px;}
.language li a{color:#fff; font-size:14px;}

.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 ***/

	.bannerT img{
		margin-bottom:40px;
	}
	.bannerT h2{font-weight;300;}

	.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:300; text-transform:uppercase;}
	.one-time-video p{font-size:18px; margin-top:20px;}
	
	.one-time-video h4{font-weight:300; text-transform:uppercase; color:#fff;}
	
	.astel-barnds:hover{text-decoration:none;}
	.astel-barnds:hover h5{opacity:0.5;}
	.astel-barnds figure {
		background: #ffffff14;
		width: 195px;
		height: 195px;
		border-radius: 50%;
		margin: auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.astel-barnds figure img {
		width: 100px;
	}
	.astel-barnds h5 {
		font-size: 12px;
		margin: 0;
		margin-top: 20px;
		color: #fff;
		font-weight: 300;
		text-transform: uppercase;
	}
	
	.landing-banner:after{
		content:"";
		background:#000;
		opacity:0.3;
		width:100%;
		height:100%;
		position:absolute;
		top:0px;
		left:0px;
	}
	.landing-banner .container{z-index:9; position:relative;}
	
	.landing-banner h2, .landing-banner p{color:#fff; font-weight:300; text-transform:uppercase;}
	.landing-banner p {
		background: #00000054;
		display: table;
		margin: auto;
		padding: 10px 50px;
		border-radius: 50px;
		margin-top: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;}
	
	.portfolio .textA {
		min-height: 193px;
	}
	.textA{background:#fff; padding:25px;}
	.textA h4{font-weight:500; margin-bottom:10px;}
	.textA h4 a{color:#0c1937;}
	.textA p{font-weight:400; margin-bottom:0px; font-size:14px;}
	
	.divmb3 div[class^="col-"]:nth-child(-n+9){margin-bottom:30px;}	
	
	.Getin label{font-weight:400; font-size:15px;}
	.Getin input[type=text], .Getin input[type=tel], .Getin input[type=email] {
		background: #f1f1f1;
		border: none;
		margin-bottom: 15px;
		height: 50px;
		font-size: 14px;
		font-weight: 500;
		padding:0px 30px;
		border-radius: 50px;
	}
	.Getin textarea{
		background:#f1f1f1;
		border:none;
		margin-bottom:15px;
		font-size:13px;
		font-weight:500;
		height:120px;
		padding:20px 30px;
		border-radius:10px;
	}
	.Getin input[type=submit] {
		background: #4081235c;
		border-radius: 50px;
		margin: auto;
		padding:0px 40px;
		margin-top: 30px;
		text-transform:uppercase;
		color:#333;
	}
	.Getin input[type=submit]:hover{
		background: #408123;
		color:#fff;
	}	

	.info-ft a, .info-ft p{
		color:#fff;
	}
	
	.list-style{list-style:none; padding:0px; margin:0px;}
	.list-style li{margin-left:10px;}
	
	.country{margin:50px 0px 0px;}
	.country strong{font-weight:500;}
	.country p{margin:0px; line-height:40px;}
	
	.country a:first-child{text-decoration:underline;}
	.country a{color:#444;}
	
	.circle-box .citem {
		width: 200px;
		height: 200px;
		border-radius: 50%;
		text-align: center;
		line-height: 100%;
		color: #fff;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: auto;
		margin-bottom: 30px;
		outline: 5px solid #0000001a;
	}
	.circle-box .citem h3 {
		font-weight: 400;
		margin: 0;
		font-size: 26px;
	}
.Dbottom-30 div[class^="col-"]{margin-bottom:30px;}
.Getin button[type=button] {
    background: #4081235c;
    border-radius: 50px;
    margin: auto;
    padding: 0px 40px;
    margin-top: 30px;
    text-transform: uppercase;
    color: #333;
}
.Getin button[type=button]:hover {
    background: #408123;
    color: #fff;
}
/** Header 1 **/


.after-circle{position:relative;}
.after-circle:after {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 120px;
    height: 120px;
    background: #ffffff11;
    border-radius: 50%;
}
.after-circle.grey:after {
	background: #00000011;
}
.after-circle.grey.acl40:after{left:-40px;}
.full_heading h3{font-size: 26px}

@media(min-width:1000px){
section.tb-equal.position-relative .container-fluid .col-lg-2.col-6.col-sm-6.col-md-4 {
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
    max-width: 14%;
}
.astel-barnds figure img {
    width: 100px;
}

.astel-barnds figure img:first-child  {
    width: 100px;
}

}


.brand-logo {
	height: 120px;
	position: relative;
	margin-bottom: 25px
}

.contact-block a {
	color: #0C1937
}

.brand-logo svg {
	display: block;
	position: absolute;
	bottom: 0;
}

.brand-logo:after {
	content: "";
	position: absolute;
	left: -54px;
	top: 47px;
	display: block;
	width: 128px;
	height: 128px;
	border-radius: 50%;
	background: #CDD6BB;
	z-index: -1
}