:root{
	--white-oak:#ffffff;
	--black-oak:#000000;
	--yellow-oak:#ffbf5e;
	--deep-yellow-oak:#3d2500;
	--deep-blue-oak:#020a19;
	--light-blue-oak:#4b7e8d;
	--light-blue-oak-v1:#a5cfdb;
	--light-blue-oak-v2:#84a6cf;
    --white-oak-v1:#fefefe;
	--deep-blue-oak-v1:#296273;
	--gray_sade1-oak: #404040;
	--gray_sade2-oak: #6e6e6e;

	--deep-blue-oak-rgb-v1:41,98,115;
	--white-rgb-oak:255,255,255;
	--black-rgb-oak:0,0,0;
	--body-font:"Roboto", sans-serif;
	--head-font: "Exo", sans-serif;
	--footer-head: "Montserrat", sans-serif;
}
body {
	padding-top: 0px;
	padding-bottom: 0px;
	/*-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	font-family: "Roboto", sans-serif;
	font-size: 22px;
	color: var(--white-oak-v1);
	line-height: 1.3;
	position:relative;
	overflow-x: hidden !important;
}
a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
	outline: none;
	outline: 0;
}
 input::-moz-focus-inner {
 border: 0;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}
li a:hover {
	text-decoration:none;
}
.no-resize {
	resize:none !important;
}
input[type="file"].form-control {
	height:auto !important;
}

/********************************************************
********************************************************/
.section {
	width: 100%;
	height: auto;
  padding: 0 0;
  overflow: hidden;
}
.banner_area{
	 width: 100%;
     height: calc(100vh - 314px);
}
.banner_area .banner_img {
    width: 100%;
    height: 100%;
	position: relative;
}

.banner_area .banner_img img{
	width: auto;
	min-width: 100%;
	height: 100%;
}
.banner_area .banner_img::after{
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(2, 10, 25, 1.17);
background: linear-gradient(90deg,rgba(2, 10, 25, 0.77) 0%, rgba(2, 10, 25, 0.15) 100%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.banner_txt {
    width: 60%;
    height: 400px;
    position: absolute;
    left: 30px;
    top: 255px;
    /* bottom: 0; */
    margin: auto;
	display: none;
}
.banner_txt h1{
	font: 500 100px/1.2 var(--head-font);
	color: var(--white-oak);
}
.banner_txt h3{
	font: 600 47px/1.5 var(--head-font);
	color: var(--white-oak);
	text-decoration: underline;
}
.banner_txt h2 {
    font: 600 39px / 1.2 var(--head-font);
    color: var(--white-oak);
    letter-spacing: 14.7px;
}


header {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 3000;
	background-color: rgba(var(--black-rgb-oak),.0);
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
header .left_panel {
    position: relative;
    width: auto;
}
header .logo_area {
    width: 330px;
    height: auto;
    margin-bottom: 40px;
    display: block;
    position: absolute;
    left: 35px;
    top: 80px;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
header .logo_area img{
    width: 100%;
    height: auto;
}

header .right_panel {
    width: auto;
    height: auto;
    padding-right: 38px;
    display: flex;
    justify-content: end;
    align-items: center;
}
header .right_panel ul {
    width: auto;
    padding: 0 0 5px 0;
    margin: 0;
    list-style: none;
}
header .right_panel ul li {
    padding: 0 7px;
    margin: 0;
    font-size: 40px;
    position: relative;
    display: inline-block;
}
header .right_panel ul li a{
	color: var(--white-oak);
}
header .right_panel .search_ico img{
	width: auto;
	height: 26px;
}
header .right_panel ul li:nth-child(1) img{
	width: auto;
	height: 23px;
}
header .right_panel ul li.story img{
	width: auto;
	height: 25px;
}




header.fixed-header-top {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
  z-index: 3000;
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
	background-color: rgba(var(--black-rgb-oak),.7);
}
header.fixed-header-top .logo_area {
    width: 91px;
    margin-bottom: 0;
    left: 43px;
    top: 5px;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
}
/*header .right_panel ul li.story{
	padding-top: 30px;
}
 header .right_panel ul li.story img{
	position: absolute;
	right: 0;
} */
header .social {
    opacity: 1;
    margin-top: 0;
    display: inline-block;
    margin-right: 13px;
}
 .search_field {
    width: 420px;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
	margin-top: 10px;
	display: none;
}
 .search_field form {
    display: flex;
    align-items: center;
}

.search_field input[type=text] {
    width: 86%;
    /* height: 50px; */
    padding: 14px 15px;
    margin-top: 0;
    font-size: 17px;
    border: none;
}
.search_field input[type=text]:focus {
    border: 0;
	outline: 0;
	box-shadow: none;
}
.search_field button {
    float: right;
    padding: 13px 18px;
    margin-top: 0;
    color: var(--white-oak);
    background: var(--deep-blue-oak);
    font-size: 25px;
    border: none;
    cursor: pointer;
    transition-duration: .5s;
    -o-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}
.search_field button:hover {
    color: var(--white-oak);
    background: var(--yellow-oak);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}


@media screen and (max-width: 600px) {

  .search_field input[type=text], .search_field button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .search_field input[type=text] {
    border: 1px solid #ccc;  
  }
}

.google_review_area {
    width: auto;
    height: 24px;
    margin-right: 4px;
}
.google_review_area img{
	width: auto;
	height: 24px;
}

.expertise_area{
	width: 100%;
	height: auto;
	position: relative;
}
.expertise_head {
    width: 100%;
    height: auto;
    background-color: rgba(var(--black-rgb-oak),.5);
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    z-index: 3;
    text-align: center;
    margin: 0 auto;
}
.expertise_head h2 {
    font: 600 40px/1.5 var(--head-font);
    color: var(--white-oak);
	letter-spacing: 15px;
}
#expertise-carousel.list-inline li{
	border-right:var(--white-oak) 2px solid;
}
.expertise_item{
	overflow: hidden;
}
.expertise_item a{
	text-decoration: none;
}
.expertise_item, .expertise_item .expertise_img {
width: 100%;
height: auto;
 background-color: var(--deep-blue-oak);
 position: relative;
}
.expertise_item .expertise_img img{
	opacity: .5;
	filter: grayscale(100%);
		transition-duration:.5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.expertise_item:hover .expertise_img img{
	opacity: .5;
	filter: grayscale(0);
		transition-duration:.5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.expertise_item .expertise_txt{
	width: 100%;
	height: auto;
position: absolute;
left: 0;
right: 0;
bottom: 0;
padding: 15px 15px 10px;
text-align: center;
}
.expertise_item a h4{
	font: 600 21px/1.5 var(--head-font);
	color: var(--white-oak);
}
.expertise_item .ico_area {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: var(--light-blue-oak);
    display: inline-block;
    margin-bottom: 15px;
    font-size: 30px;
	text-align: center;
    color: var(--white-oak);
    line-height: 53px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -60px;
	margin: auto;
	transition-duration:.5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.expertise_item:hover .ico_area {
	bottom: 33%;
	transition-duration:.5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.list-inline{
	margin: 0;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
	position:absolute;	
}

#expertise-carousel .owl-nav .owl-prev,
#expertise-carousel .owl-nav .owl-next {
	top:0;
	bottom:0;
	margin:auto;
	width:60px;
	height:60px;
	font-size:26px;
	background-color: rgba(var(--white-rgb-oak),.23);
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
    line-height: 59px;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	opacity: 0;
	z-index: 9;
}
#expertise-carousel .owl-nav .owl-prev:hover,
#expertise-carousel .owl-nav .owl-next:hover {
	background-color: rgba(var(--white-rgb-oak),.5);
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	
}
#expertise-carousel .owl-nav .owl-prev img,
#expertise-carousel .owl-nav .owl-next img{
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
}
#expertise-carousel .owl-nav .owl-prev:hover img,
#expertise-carousel .owl-nav .owl-next:hover img{
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
}
#expertise-carousel .owl-nav .owl-prev {
	left:0;
}
#expertise-carousel .owl-nav .owl-next {
	right:0;
}
#expertise-carousel:hover .owl-nav .owl-prev {
	left:30px;
	opacity: 1;
}
#expertise-carousel:hover .owl-nav .owl-next {
	right:30px;
	opacity: 1;
}

/********************************************************
********************************************************/
.slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
}

.slider-container .slide1 {
    position: absolute;
    border-radius: 0;
    overflow: hidden;
    width: 66% !important;
    height: 58%;
    top: 0;
    left: 0;
    transform-origin: top left;
    /*singleconsistentoriginforALLpositions*/
	transition: transform 0.8s cubic-bezier(0.65, 0, 0.35, 1),                opacity 0.8s ease,                border 0.8s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.slider-container .slide1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* FRONT - bottom right, large */
.slider-container .position1 {
    transform: translate(20%, 35%) scale(1.3);
    z-index: 4;
    opacity: 1;
    border: var(--gray_sade1-oak) 0px solid;
}

/* TOP LEFT - small */
.slider-container .position2 {
    transform: translate(0%, 0%) scale(0.71);
    z-index: 3;
    opacity: 0.95;
    border: transparent 20px solid;
}

/* TOP RIGHT - small */
.slider-container .position3 {
    transform: translate(70%, 0%) scale(0.71);
    z-index: 2;
    opacity: 0.95;
    border: transparent 20px solid;
}

/* BOTTOM LEFT - smallest */
.slider-container .position4 {
    transform: translate(0%, 70%) scale(0.61);
    z-index: 1;
    opacity: 1;
    border: transparent 20px solid;
}

/* Section-specific front border colors */
.slider-container .slide1.position1 {
    border-color: #bbbbbb;
	top: -45px;
}
/* .restaurant_sec .slider-container .position1 {
    border-color:#cecece;
}
.office_sec .slider-container .position1 {
    border-color: #d7b887;
} */
/********************************************************
********************************************************/
.light-blue-bg{
	background-color: var(--light-blue-oak-v1);
	padding: 50px;
}
.light-blue1-bg{
	background-color: #88acdb;
	padding: 50px;
}
.light-blue2-bg{
	background-color: #6482a7;
	padding: 50px;
}
.light-yellow-bg{
	background-color: #d7b887;
	padding: 50px;
}


/********************************************************
********************************************************/
.content_area .content_txt{
	padding-left: 11px;
	padding-right: 50px;
}
.headline_area{
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 20px 20px 120px;
	margin-bottom: 25px;
	background-color: #020a19;
	position: relative;
	right: -11px;
}

.headline_area .head_ico{
	width: 99px;
	height: 80px;
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.headline_area .head_ico img{
	width: auto;
	height: 80px;
}
.headline_area h2{
	font: 600 45px/1 var(--head-font);
	color: var(--white-oak-v1);
}
.headline_area .explore_btn{
	font: 600 20px/1 var(--body-font);
	text-decoration: none;
color: #c4f2ff;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.headline_area .explore_btn:hover{
	color: var(--yellow-oak);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.headline_area .explore_btn i{
	margin-left: 8px;
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.headline_area .explore_btn:hover i{
	margin-left: 8px;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

/*****/
.home_design_sec .headline_area{
	background-color: #387c90;
}

/*****/
.hotel_design_sec .headline_area{
	background-color: #4390a7;
}
.hotel_design_sec .slider-container .position1 {
	border: #bbb 0 solid;
}
/*****/
.restaurant_sec .headline_area{
	background-color: #4995ac;
}
.restaurant_sec .slider-container .position1 {
	border: #cecece 15px solid;
}
/*****/
.office_sec .headline_area{
	background-color: #a8782d;
}
.office_sec .slider-container .position1 {
	border: #d7b887 15px solid;
}
.office_sec .explore_btn {
	color: #ffe2b5;
}


/********************************************************
********************************************************/
.blog_sec{
	padding: 50px 0 200px;
}
.blog_sec .headline{
	margin-bottom: 35px;
}
.blog_sec .headline h2{
	font: 600 40px/1 var(--head-font);
	color: var(--white-oak-v1);
}
.blog_area{
	width: 100%;
	height: auto;
	background-color: rgba(var(--deep-blue-oak-rgb-v1),.4);
	border-radius: 20px;
	border: #4ed1f7 1px solid;
	padding: 20px;
}
.blog_area .blog_img, .blog_area .blog_txt{
	width: 100%;
	height: auto;
}
.blog_area .blog_img{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 25px;
}
.blog_area .blog_img img{
	width: 100%;
	height: auto;
}
.blog_area .blog_txt h3{
	font: 600 29px/1.4 var(--head-font);
	color: var(--white-oak);
	min-height: 82px;
}
.blog_area .blog_txt p{
	color: #78b9cc;
}
.blog_area .blog_txt .txt_limit{
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.blog_area .blog_txt i{
	color: #df8b0c;
}
.blog_area hr{
	border-color: #4ed1f7;
	opacity: 1;
}
#blog-carousel .owl-dots {
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#blog-carousel .owl-dots, #blog-carousel .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
#blog-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#blog-carousel .owl-dots .owl-dot span, #blog-carousel .owl-dots .owl-dot span {
	width: 28px;
	height: 9px;
	margin: 4.5px 4px;
	background: #494949;
	display: block;
	/* -webkit-backface-visibility: visible; */
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#blog-carousel .owl-dots .owl-dot:hover span, #blog-carousel .owl-dots .owl-dot.active span {
	background: #398195;
	display: block;
	/* -webkit-backface-visibility: visible; */
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#blog-carousel.owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#blog-carousel.owl-carousel .owl-stage-outer {
    margin-right: -1px;
}
/********************************************************
********************************************************/
.clients_area {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 20px;
}
.clients_head {
    width: 100%;
    height: auto;
    background-color: rgba(var(--black-rgb-oak),.5);
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    z-index: 3;
    text-align: center;
    margin: 0 auto;
    padding: 13px 0 8px;

}
.clients_head h2{
	font: 600 40px/1 var(--head-font);
	color: var(--white-oak);
	letter-spacing: 15px;

}
.clients_list_area{
	width: 100%;
	height: auto;
	background-color: #edecce;
	padding: 60px 0 94px;
}

#clients-carousel.owl-carousel .owl-item img {
    margin: 0 auto;
}
#clients-carousel .owl-dots {
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#clients-carousel .owl-dots, #clients-carousel .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
#clients-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#clients-carousel .owl-dots .owl-dot span, #clients-carousel .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 4.5px 4px;
	background: #a8a892;
	display: block;
	/* -webkit-backface-visibility: visible; */
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#clients-carousel .owl-dots .owl-dot:hover span, #clients-carousel .owl-dots .owl-dot.active span {
	background: #000080;
	display: block;
	/* -webkit-backface-visibility: visible; */
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#clients-carousel.owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#clients-carousel.owl-carousel .owl-stage-outer {
    margin-right: -1px;
}
/********************************************************
********************************************************/
footer{
	position: relative;
}
.big_footer {
    padding-top: 55px;
    padding-bottom: 50px;
    background-color: #0c2c53;
}

.social_list{
	width: auto;
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
}
.social_list li{
	padding: 0 11px 0 0;
	margin: 0;
	display: inline-block;
}
.social_list li a{
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 30px;
	border: var(--white-oak) 0px solid;
	color: var(--light-blue-oak-v2);
	background-color:#183e6d;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.social_list li a:hover{
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.big_footer p {
    font-family: "Roboto", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    color: var(--light-blue-oak-v2);
}
.big_footer .footer_about p{
	margin-right: 80px;
}

.big_footer .footer_logo_area{
	display: inline-block;
	margin-bottom: 15px;
	width: 78%;
	height: 113px;
	border-radius: 10px;
	overflow: hidden;
	line-height: 113px;
}
.big_footer .footer_logo_area img{
	width: auto;
	height: 100px;
}
.big_footer h4 {
	font: 600 34px/1 var(--footer-head);
    color: var(--white-oak);
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
.big_footer h4:after{
	width: 54px;
	height: 3px;
	background-color:#ffbf5e;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;

}
.footer_menu{
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer_menu li{
	padding: 0 0 9px 0;
	margin: 0;
}
.footer_menu li a{
	font-size: 16px;
	color: var(--light-blue-oak-v2);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	text-decoration: none;

}
.footer_menu li a:hover, .footer_menu li.active a{
	color: var(--yellow-oak);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.footer_menu2{
	padding: 0;
	margin: 0;
	list-style: none;
	column-count: 2;
}
.footer_menu2 li{
    width: 49%;
    display: inline-block;
    padding: 0px 0px 9px;
    margin: 0px;
}
.footer_menu2 li a{
	font-size: 16px;
	color: var(--light-blue-oak-v2);
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	text-decoration: none;

}
.footer_menu2 li a:hover, .footer_menu2 li.active a{
	color: var(--yellow-oak);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}


.big_footer .contact-info p{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.big_footer .contact-info h3{
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
	font: 400 26px/1 var(--body-font);
}
.big_footer .contact-info p i, .big_footer .contact-info h3 i {
    position: absolute;
    left: 0;
    top: 5px;
	color: var(--yellow-oak);
}
.big_footer .contact-info p a, .big_footer .contact-info h3 a{
	color: var(--light-blue-oak-v2);
	text-decoration: none;
}
.big_footer .contact-info p a:hover, .big_footer .contact-info h3 a:hover{
	color: var(--yellow-oak);
	text-decoration: none;
}
.big_footer .footer_map{
	width: 100%;
	height: 157px;
}
.big_footer .footer_map iframe{
	width: 100%;
	height: 157px;
}
.copy_footer{
	background: #0f325c;
	padding: 25px 0;
	text-align: center;
}
.copy_footer p{
	font-size: 16px;
	color: var(--light-blue-oak-v2);
	font-weight: 400;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	display: inline-block;
	width: auto;
}
.copy_footer p a{
	color: var(--light-blue-oak-v2);
	text-decoration: none;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.copy_footer p a:hover{
	color: var(--yellow-oak);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;

}
/********************************************************
********************************************************/
.whatsapp_ico {
    position: fixed;
    left: 20px;
    bottom: 20px;
	padding: 13px;
	border-radius: 50%;
	background-color: #30d14e;
	z-index: 9;
}
/********************************************************
********************************************************/
/* HAMBURGER */
.menu-btn {
    cursor: pointer;
    /* position: absolute;
    right: 0px;
    top: -26px; */
    z-index: 3000;
}

.menu-btn span {
    display: block;
    width: 30px;
    height: 2px;
    background: rgb(255, 255, 255);
    margin: 6px 0;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

/* ACTIVE → CROSS */
.menu-btn.active span {
    background: white;
}

.menu-btn.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.menu-btn.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* OVERLAY */
.overlay {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1500;
}

/* ENABLE INTERACTION WHEN ACTIVE */
.overlay.active {
    pointer-events: auto;
}

/* PANELS */
.panel {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background: #0d0d0d;
}

.left {
    left: 0;
    transform: translateX(-100%);
}

.right {
    right: 0;
    transform: translateX(100%);
}

/* MENU */
.menu {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-grid;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: 10;
}

.menu ul {
    list-style: none;
    padding: 0;
    text-align: center;
}

.menu li {
    font-size: 18px;
    margin: 18px 0;
}
.menu li h3{
    color: #fff;
}

/* LINKS */
.menu a {
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.menu a:hover {
    opacity: 0.7;
}
/* SOCIAL MENU */
.social {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 25px;
    opacity: 0;
}

.social a {
    color: white;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 2px;
    transition: 0.3s;
    padding: 0 5px;
    position: relative;
    bottom: -3px;
}

.social a:hover {
    opacity: 0.6;
}
/* Remove default dots */
#fp-nav ul li a span {
    display: none;
}

/* Style numbers */
#fp-nav ul li a::before {
    content: attr(data-number);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.5;
    transition: 0.3s;
}

/* Active number */
#fp-nav ul li a.active::before {
    opacity: 1;
    transform: scale(1.4);
}
#fp-nav ul li, .fp-slidesNav ul li {
    display: block;
    width: 30px;
    height: 30px;
	line-height: 28px;
    margin: 7px;
    position: relative;
    text-align: center;
	background: rgba(var(--black-rgb-oak),.0);
	border-radius: 100%;
}
#fp-nav ul li .active, .fp-slidesNav ul li .active{
	background: rgba(var(--black-rgb-oak),.5);
	border-radius: 100%;
}
/********************************************************
********************************************************/
.gray_sade1_bg{
	background-color: var(--gray_sade1-oak);
	padding: 50px;
}
.gray_sade2_bg{
	background-color: var(--gray_sade2-oak);
	padding: 50px;
}
.gray_sade3_bg{
	background-color: var(--gray_sade3-oak);
	padding: 50px;
}
/********************************************************
********************************************************/
.company_sec{
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 45px;
	border-top: #c0c0c0 1px solid;
}
.company_sec hr{
	border-color: rgba(var(--black-rgb-oak),.5);
}
.company_sec .headline{
	margin-bottom: 40px;
}
.company_sec .headline h2{
	font: 700 40px/1 var(--head-font);
	color: var(--deep-blue-oak);
}
.company_sec .company_img {
    width: 100%;
    height: 300px;
	display: flex;
	overflow: hidden;
}
.company_sec .company_img img{
	object-fit: cover;
}
.company_txt{
	width: 100%;
	height: auto;
}
.company_txt{
	color: var(--black-oak);
}
.company_txt h3{
	font-family: var(--head-font);
	font-weight: 600;
	margin-bottom: 15px;
	color: var(--deep-yellow-oak);
	
}
.companylogo_list a {
    width: auto;
    height: 120px;
    border: #cbc757 1px solid;
    padding: 8px;
    display: inline-block;
    margin-right: 10px;
    text-decoration: none;
    background: #fff;
}
.companylogo_list a img{
	width: auto;
	height: 100%;
}

#company-carousel .owl-nav .owl-prev,
#company-carousel .owl-nav .owl-next {
	top:0;
	bottom:0;
	margin:auto;
	width:60px;
	height:60px;
	font-size:26px;
	background-color: rgba(var(--black-rgb-oak),.23);
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
    line-height: 59px;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	opacity: 0;
	z-index: 9;
}
#company-carousel .owl-nav .owl-prev:hover,
#company-carousel .owl-nav .owl-next:hover {
	background-color: rgba(var(--black-rgb-oak),.8);
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	
}
#company-carousel .owl-nav .owl-prev img,
#company-carousel .owl-nav .owl-next img{
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
}
#company-carousel .owl-nav .owl-prev:hover img,
#company-carousel .owl-nav .owl-next:hover img{
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
}
#company-carousel .owl-nav .owl-prev {
	left:0;
}
#company-carousel .owl-nav .owl-next {
	right:0;
}
#company-carousel:hover .owl-nav .owl-prev {
	left:30px;
	opacity: 1;
}
#company-carousel:hover .owl-nav .owl-next {
	right:30px;
	opacity: 1;
}

/********************************************************
********************************************************/
.testimonial_sec{
	width: 100%;
	height: auto;
	padding-bottom: 130px;
	padding-top: 50px;
	background-color: #e5e5e5;
}
.testimonial_sec .headline{
	text-align: center;
	margin-bottom: 30px;
}
.testimonial_sec .headline h2 {
    font: 700 40px/1 var(--head-font);
    color: var(--deep-blue-oak);
}

.testimonial_area{
	width: 100%;
	height: auto;
	padding: 15px 25px 15px 140px;
	background-color: var(--white-oak);
	border-radius: 0;
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.testimonial_area .testimonial_img {
    width: 95px;
    height: 95px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.testimonial_area .testimonial_img img{
	width: auto;
	height: 100%;
}
.testimonial_area .testimonial_txt{
	color: var(--gray_sade1-oak);
}
.testimonial_area .testimonial_txt .coma_ico {
    width: 35px;
    height: auto;
    margin-bottom: 15px;
    margin-top: 10px;
}
.testimonial_area .testimonial_txt > p{
	font: 400 20px/1.3 var(--body-font);
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
   margin-bottom: 10px;
}

.testimonial_area .testimonial_txt .user_txt{
	margin-top: 10px;
}
.testimonial_area .testimonial_txt .user_txt h5{
	font: 700 22px/1 var(--head-font);
	color: var(--deep-blue-oak-v1);
	display: inline-block;
}
.testimonial_area .testimonial_txt .user_txt p{
	font: 400 20px/1 var(--body-font);
	color: #969696;
	display: inline-block;
}

#testimonial-carousel .owl-dots {
	position: absolute;
	bottom: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
#testimonial-carousel .owl-dots, #testimonial-carousel .owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
#testimonial-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
#testimonial-carousel .owl-dots .owl-dot span, #testimonial-carousel .owl-dots .owl-dot span {
	width: 30px;
	height: 10px;
	margin: 4.5px 8px;
	background: var(--white-oak);
	display: block;
	/* -webkit-backface-visibility: visible; */
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#testimonial-carousel .owl-dots .owl-dot:hover span, #testimonial-carousel .owl-dots .owl-dot.active span {
	background: var(--deep-blue-oak-v1);
	display: block;
	/* -webkit-backface-visibility: visible; */
	transition: opacity .2s ease;
	border-radius: 10px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#testimonial-carousel .owl-controls .owl-page.active span {
	filter: Alpha(Opacity=100);
	opacity: 1;
}
/********************************************************
********************************************************/
html.fp-enabled{
    margin: 0;
    padding: 0;
    overflow-x: hidden !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/********************************************************
			31-03-2026
********************************************************/
.team_sec{
	padding-top: 50px;
}
.team_sec .headline{
	margin-bottom: 40px;
	text-align: center;
}
.team_sec .headline h2 {
    font: 700 40px/1 var(--head-font);
    color: var(--deep-blue-oak);
}
.team_area{
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 15px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.team_area, .team_area .team_img, .team_area .team_txt{
	width: 100%;
	height: auto;
	text-align: center;
}
.team_area .team_img{
	margin-bottom: 20px;
	max-height: 420px;
	overflow: hidden;
}
.team_area .team_img img{
	width: auto;
	height: 100%;
    max-width: 100%;
    max-height: auto;
    min-width: 100%;
    height: auto;
    
}
.team_area .team_txt h4{
	font: 700 25px/1 var(--head-font);
	color: var(--deep-blue-oak);
	margin: 0 0 10px;
}
.team_area .team_txt p{
	font: 700 15px/1.3 var(--body-font);
	color: #616161;
	margin: 0 0 10px;
}
.team_area .team_txt a{
	font: 600 16px/1 var(--body-font);
	color: var(--deep-blue-oak-v1);
	text-decoration: none;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.team_area .team_txt a i{
	transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-left: 5px;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.team_area .team_txt a:hover{
	color: var(--yellow-oak);
	text-decoration: none;
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
.team_area .team_txt a:hover i{
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition-duration: .5s;
	-o-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}
#team-carousel .owl-nav .owl-prev,
#team-carousel .owl-nav .owl-next {
	top:0;
	bottom:0;
	margin:auto;
	width:60px;
	height:60px;
	font-size:26px;
	background-color: rgba(var(--black-rgb-oak),.23);
	cursor: pointer;
	border-radius: 10px;
	text-align: center;
    line-height: 59px;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	opacity: 0;
	z-index: 9;
}
#team-carousel .owl-nav .owl-prev:hover,
#team-carousel .owl-nav .owl-next:hover {
	background-color: rgba(var(--black-rgb-oak),.8);
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	
}
#team-carousel .owl-nav .owl-prev img,
#team-carousel .owl-nav .owl-next img{
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
}
#team-carousel .owl-nav .owl-prev:hover img,
#team-carousel .owl-nav .owl-next:hover img{
	width: auto;
	height: 30px;
	opacity: .5;
	transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
}
#team-carousel .owl-nav .owl-prev {
	left:0;
}
#team-carousel .owl-nav .owl-next {
	right:0;
}
#team-carousel:hover .owl-nav .owl-prev {
	left:30px;
	opacity: 1;
}
#team-carousel:hover .owl-nav .owl-next {
	right:30px;
	opacity: 1;
}


/*.outersection {
    min-height: 100vh;
    position: relative;
    height: auto;
}
#innercontainer {
    padding-bottom: 367px;
    overflow-x: hidden;
}
 footer {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
   
} */
/********************************************************
********************************************************/
.stellarnav.mobile.right > ul {
	z-index: 99;
}
@media (min-width:1920px){.container{max-width:1720px}}
/* @media (min-width:1200px){.container{max-width:1170px}} */
/********************************************************
********************************************************/
