body {
	color: #ffffff;
	font-family: "DMSans-Regular";
	font-size: clamp(14px, 2vw, 21px);
	font-weight: 400;
	line-height: clamp(19px, 2vw, 28px);
	overflow-x: hidden;
	background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: "TeXGyreTermes-Bold";
	font-weight: 800;
	font-style: normal;
	margin: 0;
}
a {
	color: #000;
	font-family: "DMSans-Regular";
	text-decoration: none;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
html.lenis,
html.lenis body {
    height: auto;
}
#event-overlay, .logo-wrapper, .progress-wrapper {
	display: none !important;
}


.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}
ul,li{list-style:none;}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}
span{font-family: "DMSans-Regular";}
.title {color: #282e6b;}
.bg-blue {background-color: #282e6b;}

.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}
.hr-line {
	background: linear-gradient(to left, #bf882c, #282e6b);
	border-radius: 50vw;
}

.status-mes {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px 0 0 -40px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 8px solid rgba(0, 0, 0, 0.08);
	border-right: 8px solid rgba(0, 0, 0, 0.08);
	border-bottom: 8px solid rgba(0, 0, 0, 0.08);
	border-left: 8px solid #000;
	border-radius: 50%;
	-webkit-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;
	z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.no-padding { padding: 0 }


.topcontrol {
background: #bf882c none repeat scroll 0 0;
border-radius: 5px;
bottom: 5px;
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
color: #fff;
cursor: pointer;
font-size: 22px;
height: 35px;
line-height: 33px;
opacity: 1;
position: fixed;
right: 5px;
text-align: center;
transition: all 0.2s ease 0s;
width: 35px;
}
.topcontrol:hover {
    background: #222;
    color: #fff;
}

.section-padding { padding: 80px 0 }

.section-title { margin-bottom: 60px }
.section-title  h2 {
font-size: 50px;
text-transform: capitalize;
}
@media only screen and (max-width: 414px){
.section-title  h2 {font-size:36px;}
}
.line{
border-bottom: 1px dashed #444;
display: block;
margin: 15px auto;
width: 80px;
position:relative;
}
@media only screen and (max-width:480px) { 
.section-title  p{padding:0 15px}
}

.modal p {
	color: #282e6b;
}

.btn_one {
	background: #000;
	border-radius: 16px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 30px 45px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: inline-block;
}
.btn_one:hover,
.btn_one:focus {
    background: #bf882c;
	border-radius: 10px;
    color: #fff;
}
.btn_light {
	background: #fff;
	border-radius: 16px;
	color: #000;
	font-size: 18px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 30px 45px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: inline-block;
}
.btn_light:hover,
.btn_light:focus {
    background: #fff;
	border-radius: 10px;
    color: #000;
}
.btn_color {
	background: #bf882c;
	border-radius: 16px;
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	outline: medium none !important;
	padding: 30px 45px;
	text-transform: capitalize;
	transition: all 0.3s ease 0s;
	font-weight: 600;
	display: inline-block;
}
.btn_color:hover,
.btn_color:focus {
    background: #bf882c;
	border-radius: 10px;
    color: #fff;
}
.btn-link {
	color: unset !important;
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
	.btn-link:hover {
		color: #282e6b !important;
	}


.col-20{
	width: 20%;
}
.col-60{
	width: 60%;
}
.col-30{
	width: 30%;
}
.site-logo{
	width: 150px;
}
.site-logo a{
	display: block;
}
.site-logo img{
	max-width: 100%;
}
#navigation {
	padding: 15px 0;
	position: absolute;
	top: 0;
	width: 100%;
}

@media only screen and (max-width:960px){
#navigation{border-bottom: 0px;}
}
.navbar-fixed {
	z-index: 999;
	position: fixed !important;
	opacity: .98;
	width: 100%;
	top: 0;
	-webkit-animation: fadeInDown 800ms;
	animation: fadeInDown 800ms;
	-webkit-backface-visibility: hidden;
	border-radius: 0px;
	background: #282e6b !important;
	box-shadow: 0px 4px 15px #1717247d;
}
/*@media only screen and (max-width:960px) {
	#navigation.navbar-fixed {
		display: none;
	}

	#navigation.navbar-fixed {
		display: none;
	}
}*/
#main-menu{
}
#main-menu ul{
	list-style-type: none;
}

#main-menu ul li {
	display: inline-block;
	padding: 0 9px;
	position: relative;
	line-height: 60px;
}
@media only screen and (max-width:1140px){
	#main-menu ul li {
		padding: 0 9px;
		width: 100%;
		line-height: 55px;
	}
	.sm_menu_outer {
		/*width: 75%;
		top: 5vw;
		right: 5vw;*/
		/*border-radius: 10px;*/
	}
	.sm_menu_outer .mobile_menu li {
		border-bottom: 0.5px solid #fff;
		border-image: linear-gradient(to right, #00000000 0%, #ffffff 20%, #bf882c 50%, #bf882c 80%, #00000000 100%) 0 0 1 0;
		color: #ffffff;
	}
		.sm_menu_outer .mobile_menu li:last-child {
			border-bottom: 0 !important;
		}
		.sm_menu_outer .mobile_menu a {
			padding: 15px 35px;
		}
	#sm_menu_ham span {
		background-color: #ffffff;
	}
	#sm_menu_ham span:nth-child(2), #sm_menu_ham span:nth-child(3) {
		background-color: #fff;
	}
	/*.sm_menu_outer .mobile_menu a {
		padding: 0px 25px;
	}*/
	.sm_menu_outer {
		background: #282e6b;
		height: fit-content;
	}
}
#main-menu ul li a {
	position: relative;
	font-family: "DMSans-Regular";
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2.24px;
	transition: .3s;
}
	#main-menu ul li a:hover,
	#main-menu ul li a:focus {
		color: #bf882c !important;
		text-shadow: 0px 0px 3px #0000007a;
	}
	#main-menu ul li a:hover::before {
		content: '.';
		font-size: 60px;
		display: inline-block;
		position: absolute;
		bottom: -0.35em;
		left: 0;
		text-align: center;
		width: 100%;
	}
#navigation .header-btn {
	padding-right:20px;
}


#navigation #main-menu ul li ul ,
#navigation #main-menu ul li ul li ul {	
	background: #000;
	-webkit-box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	box-shadow: 0 0 10px 3px rgba(0,0,0,.05);
	left: -55px;
	list-style: outside none none;
	margin:  0;
	opacity: 0;
	padding:0px;
	position: absolute;
	text-align: left;
	top: 120%;
	-webkit-transition:all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 210px;
	z-index: 999;
	border-radius: 0px;
}
#navigation #main-menu .menu-item-has-children {
	position: relative;
	margin-right: 20px;
}
#navigation #main-menu .menu-item-has-children::after {
	position: absolute;
	content: "\f107";
	font-family:"Font Awesome 6 Free";
	margin-top: 0px;
	margin-left: 0;
	font-size: 10px;
	right: -10px;
	top: 0px;
	color: #0b104a;
	font-size: 13px;
	font-weight: 600;
}
#navigation #main-menu ul li  ul li{
	position: relative;
}
#navigation #main-menu ul li ul li ul{
	top: 0;
	right: auto;
	left: 205px;
}
#navigation.navbar-fixed #main-menu ul li li a{
	color: #fff;
} 
#navigation #main-menu ul li:hover ul,
#navigation #main-menu ul li ul li:hover > ul{
	opacity: 1;
	visibility: visible;
	top: 100%;
}
#navigation #main-menu ul li ul li {display: block; margin: 0; padding: 0;}

#navigation #main-menu ul li ul li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 15px 30px;
	position: relative;	
	transition: all 0.3s ease 0s !important;
	visibility: inherit !important;
	opacity: inherit !important;
	text-transform: capitalize;
	color: #fff;
	border-bottom: 1px solid #302f2f;
}

#navigation #main-menu ul li ul li a:hover{
	color: #000;
	background-color: #fff;
	text-decoration: none;
}
@media only screen and (max-width: 991px){
	.d-menu {
		display: none !important;
	}
	#sm_menu_ham {
		display: block;
		top: 40px;
		right: 11%;
		position: fixed;
	}
	.sidebar {
		padding-top: 100px;
	}
}

@media only screen and (max-width: 767px){
	.spt-130 {
		padding-top: 90px;
	}
	#mobile_menu {
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 575px){
#navigation {padding: 30px 20px;}
#sm_menu_ham {top: 40px;}
}
.call_to_action{
float: right;
margin-top:0px;}
.call_to_action a {
	background: #000;
	color: #fff;
	padding: 12px 30px;
	border-radius: 10px;
	transition: 0.3s;
}
.call_to_action a:hover{background:#bf882c;}


.home_bg {
	background-image: linear-gradient(to left, #bf882cbf, #282e6bbf), url(../img/bgheader.jpg);
	background-size: cover;
	background-position: center center, top center;
	background-repeat: no-repeat;
	/* background:#F4F3ED; */
	height: 900px;
	position: relative;
}
@media only screen and (max-width:768px) {
	.home_bg {height: 1048px;}
}
@media only screen and (max-width:480px) {
	.home_bg {height: 100vh;}
}
@media only screen and (max-width:414px) {
	.home_bg {height: 100vh;}
}
@media only screen and (max-width:320px) {
	.home_bg {height: 100vh;}
}
.home-area,
.hero-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.hero-text h2 {
	color:#ffffff;
	font-size: clamp(52px,5vw,100px);
	letter-spacing: 0;
	line-height: 130px;
	padding-top: 0;
}
@media only screen and (max-width:768px) { 
	.hero-text h2 {
		font-size: 40px;
		line-height: 46px;
	}
}
@media only screen and (max-width:480px) {
	.hero-text h2 {
		padding-top: 0;
		font-size: 10.4vw;
		text-align: center;
		/*line-height: 70px;*/
	}
}
.hero-text p {
	font-family: "DMSans-Italic";
	font-size: clamp(16px,3vw,33px);
}
.home_btn{
margin-left: -10px;
margin-top: 30px;
}
.home-btn {
background: #fff;
border: 2px solid #fff;
border-radius: 50px;
color: #000;
display: inline-block;
padding: 15px 35px;
margin: 0 10px 15px;
transition: all 0.3s ease 0s;
}
.home-btn:hover{
background:#bf882c;color:#fff;
border: 2px solid #bf882c;
}
.home-btn-two {
background:#000;
border: 2px solid #000;
border-radius: 50px;
color: #fff;
display: inline-block;
padding: 15px 35px;
margin: 0 10px 15px;
transition: all 0.3s ease 0s;
}
.home-btn-two:hover{
background:#bf882c;color:#fff;
border: 2px solid #bf882c;
}
.home_btn a i{
font-size: 20px;
margin-right: 5px;
vertical-align: middle;
}

.hero-text-img {
    padding-top: 80px;
}
.hero-text-img img {
  width: 70%;
}
@media only screen and (max-width:768px) { 
.hero-text-img{padding-top: 58px; }
}
@media only screen and (max-width:480px) { 
.hero-text-img{
display: inline-block;
padding-top: 100px;
}
.hero-text-img img {width: 100%;}
}


.about {
	display: flex;
	flex-wrap: wrap;
}
.single_feature_img{float:right;}
.single_feature_img img{display: inline-block;}
	.single_feature_img h3 {
		font-size: clamp(30px,5vw,70px);
		margin: 0;
	}
.single_feature_one {
	padding: clamp(80px,7vw,100px) clamp(28px,6vw,80px);
	background-color: #282e6b;
}
.single_feature_one h3 {
	font-size: 74px;
	line-height:94px;
	margin: 0;
}
@media only screen and (max-width:480px) {
	.single_feature_one h3 {
		font-size: 40px;
		line-height: 60px;
		margin: 0;
	}
}
.single_feature_one h3 strong{}
.single_feature_one p{
	margin: 30px 0;
}


.visionmission {
	background-image: linear-gradient(to left, #bf882cbf, #282e6bbf), url(../img/bgmission.jpg);
	background-size: cover;
	background-position: center center, top center;
	background-repeat: no-repeat;
	height: 900px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}
@media only screen and (max-width:768px) {
	.visionmission {
		height: unset;
	}
}
.visionmission .single_feature {
	background: #ffffff00 none repeat scroll 0 0;
	border: 1px solid #eee;
	margin-bottom: 30px;
	padding: clamp(20px,3vw,40px) clamp(25px,3vw,35px);
	text-align: center;
	transition: all 0.3s ease 0s;
}
	.visionmission .single_feature:hover {
		border: 1px solid #bf882c;
	}
	.visionmission .single_feature i {
		background: #00000000;
		border: 1px solid #00000000;
		border-radius: 50%;
		color: #fff;
		display: flex;
		font-size: 26px;
		height: 100px;
		line-height: 80px;
		margin: 0px auto 10px 0px;
		position: relative;
		text-align: left;
		transition: all 0.3s ease 0s;
		width: 100px;
		z-index: 3;
	}
	.visionmission .single_feature:hover i {
		background: #bf882c;
		border: 1px solid #bf882c;
		color: #fff;
	}
	.visionmission .single_feature h2 {
		font-size: 70px;
		margin: 0;
	}
	.visionmission .single_feature span {
		border-bottom: 1px dashed #ccc;
		display: block;
		margin: 15px auto 10px;
		width: 80px;
	}
	.visionmission .single_feature p {
		margin-bottom: 0;
		text-align: left;
	}


.services {
	background: #F4F3ED;
	padding-top: 80px;
	padding-bottom: 50px;
}
	.services .single_feature {
		background: #bf882c none repeat scroll 0 0;
		border: 1px solid #eee;
		margin-bottom: 30px;
		padding: clamp(20px,3vw,40px) clamp(25px,3vw,35px);
		text-align: left;
		transition: all 0.3s ease 0s;
	}
		.services .single_feature:hover {
			border: 1px solid #bf882c;
		}
		.services .single_feature i {
			background: #00000000;
			border: 1px solid #00000000;
			border-radius: 50%;
			color: #fff;
			display: flex;
			font-size: 26px;
			height: clamp(100px,14vw,140px);
			width: clamp(100px,14vw,140px);
			line-height: 80px;
			margin: 0px auto 10px 0px;
			position: relative;
			text-align: center;
			transition: all 0.3s ease 0s;
			z-index: 3;
		}
		.services .single_feature:hover i {
			color: #fff;
			background: #5625d200;
			border: 1px solid #ffffff;
		}
		.services .single_feature h3 {
			color: #fff;
			margin: 0px auto 10px 0px;
			text-transform: capitalize;
			text-align: left;
		}
		.services .single_feature span {
			border-bottom: 1px dashed #ccc;
			display: block;
			margin: 15px auto 10px;
			width: 80px;
		}
		.services .single_feature p {
			margin-bottom: 0;
		}


.team_member {
	background-image: linear-gradient(to left, #bf882cbf, #282e6bbf), url(../img/bgfooter.jpg);
	background-size: cover;
	background-position: center center, top center;
	background-repeat: no-repeat;
	/*height: 900px;*/
	position: relative;
	padding-top: 90px;
	padding-bottom: 50px;
}
.s-slider .item { margin: 5px }
.s-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls {
    margin-top: 50px;
    text-align: center;
}
.owl-theme .owl-controls .owl-page { display: inline-block }
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
background-color: #bf882c !important;
border-radius: 20px;
display: block;
height: 12px;
margin: 5px 7px;
width: 12px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff }
.owl-theme .owl-controls {
  display: block !important;
  margin-top: 0;
  text-align: center;
}


.about_video {
	background: #000;
	padding: 100px 0;
	position: relative;
	transition: 0.3s;
}
.about_video:hover{background:#bf882c;}
.video-container a {
	color: #000;
	background: #fff;
	width: 100px;
	height: 100px;
	line-height: 100px;
	display: inline-block;
	font-size: 40px;
	border-radius: 50%;
} 
.video-container a i{color: #000;}
.about_video:hover .video-container a i{color: #bf882c;}
.video-container h3 {
	color: #fff;
	font-size: 70px;
	margin-top: 40px;
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 90px;
}
@media only screen and (max-width:480px) { 
    .video-container h3 { font-size: 40px;line-height:60px; }
}
.video-container a{color: #fff;}


.single_team_content{
padding:45px;
margin-top:60px;
}
.single_team_content h1 {
	font-size: 50px;
	font-weight: 600;
	line-height: 60px;
}
.single_team_content p{}
.our-team {
	margin-bottom: 30px;
}
.our-team .team_img{
    position: relative;
    overflow: hidden;
}
.our-team .team_img:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team_img:after{
    bottom: 0;
}
.our-team img{
    width: 100%;
    height: auto;
}
	.our-team .social {
		list-style: none;
		position: absolute;
		bottom: 5%;
		right: 25px;
		z-index: 1;
		transition: all 0.3s ease 0s;
		display: flex;
		align-items: center;
		justify-content: space-between;
		left: 25px;
		opacity: 0;
	}
.our-team .social li{float:left;margin:5px;}
	.our-team .social li a {
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 21px;
		background: #ffffffd6;
		padding: 0 0 0 0;
		border-radius: 30px;
		color: #000000 !important;
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.our-team:hover .social li a:hover {
		color: #000000 !important;
		background: #dfc628;
	}
.our-team:hover .social{opacity: 1;}
.our-team .team-content{
    padding: 20px 0;
    background: transparent;
}
	.our-team .title {
		color: #dfc628;
		font-size: clamp(22px,10vw,34px);
		font-weight: 600;
		text-transform: capitalize;
		margin: 0 0 15px;
		position: relative;
	}
	.our-team .post {
		font-weight: 600;
		margin: 0 0 10px;
		display: inline-block;
		text-transform: capitalize;
	}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
}

.client img {
	width: auto !important;
	height: 100%;
	max-height: clamp(120px, 11vw, 151px);
}
.photos {
	background-color: #282e6b;
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}
.mansory {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 10px;
	/*max-width: 1200px;*/
	margin: auto;
	flex-wrap: wrap;
}
	.mansory .column {
		display: flex;
		flex-direction: column;
		gap: 10px;
		flex: 1;
	}
		.mansory .column img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			border-radius: 4px;
			transition: transform 0.3s ease, filter 0.3s ease;
		}
			.mansory .column img:hover {
				transform: scale(1.03);
				filter: brightness(1.05);
			}
		.mansory .column:nth-child(1) img,
		.mansory .column:nth-child(2) img {
			height: calc((100vh - 200px) / 2);
		}
		.mansory .column:nth-child(3) img {
			height: calc(100vh - 190px);
		}
@media (max-width: 768px) {
	.mansory {
		flex-direction: column;
	}
		.mansory .column img {
			height: auto !important;
		}
}


.footer {
	background-image: linear-gradient(to left, #282e6bbf, #bf882cbf), url(../img/bgfooter.jpg);
	background-size: cover;
	background-position: center center, bottom center;
	background-repeat: no-repeat;
	height: 100vh;
	max-height: 700px;
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
}
	.footer .site-logo {
		width: 100%;
		max-width: 300px;
	}
	.footer .address {
		font-size: clamp(14px, 2vw, 25px);
		line-height: clamp(21px, 3vw, 38px);
		text-align: center;
	}
.copyright p {
	color: #fff;
	margin-bottom: 0;
	padding-top: 10px;
	text-align: center;
	font-size: clamp(13px, 2vw, 16px);
}
@media only screen and (max-width:480px) { 
.copyright p {text-align:center;}
}
.footer_menu {
    margin-top: 5px;
}
@media only screen and (max-width:480px) { 
    .footer_menu {
        margin-top: 15px;
        float: none;
    }
}
.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
@media only screen and (max-width:480px) { 
    .footer_menu ul { text-align: center }
}
.footer_menu ul li { display: inline }
@media only screen and (max-width:480px) { 
    .footer_copyright ul li a { text-align: center }
}
.footer_menu ul li .btn,
.footer_menu ul li a {
	color: #fff;
	padding: 0 10px;
	font-size: clamp(11px,3vw,18px);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
@media only screen and (max-width:768px) {
	.footer_menu ul li a {padding: 0 5px;}
}
.footer_menu ul li a:hover { color: #bf882c; }

.contact_social ul li {
	display: inline-block;
	margin: 0 5px;
}
	.contact_social ul li a {
		background: #dfc628;
		border: 1px solid #dfc628;
		color: #282e6b !important;
		width: 50px;
		height: 50px;
		line-height: 50px;
		display: block;
		border-radius: 100px;
		text-align: center;
		transition: 0.3s;
		font-size: 26px;
	}
.contact_social ul li a:hover{
	background: #bf882c;
	border:1px solid #bf882c;
	color: #fff;
}