@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

:root {
--text-color: #666;
--heading-font-family: "Marcellus", serif;
--text-font-family: "DM Sans", sans-serif;
--theme-color1:#262626;
/* --theme-color2:#e7a840; */
--theme-color2:#9f6338;
--theme-color3:#2c353d;
}

.offcanvas {
  transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
}


body {
overflow-x: hidden;
position: relative;
z-index: 99;
}

.container-fluid {
  max-width: 1280px;
}

.row{
position: relative;
}



header {
padding:8px 0;
position: absolute;
width: 100%;
z-index: 9;
background: rgba(255,255,255,0.6);
/* border-bottom: 1px solid rgba(255,255,255,0.2); */
}


header::before{
  position: absolute;
  content: '';
  left: 0;
  height: 100%;
  width: 24%;
  top: 0;
  background-color: #FFDABF;
  /* background: var(--theme-color1); */
}



.logo img {
  width: 248px;
}

.m-logo{
width: 160px;
background: #FFDABF !important;
}

.top-links{
  margin-bottom: 4px;
}
.top-links ul{
display: flex;
padding: 0;
margin: 0;
}

.top-links ul li{
list-style: none;
}

.top-links ul li a{
  text-decoration: none;
  font-family: var(--text-font-family);
  font-size: 15px;
  display: block;
  padding: 0 7px;
  color: var(--theme-color1);
}

.top-links ul li a span{
  padding-right: 3px;
  color: var(--theme-color2);
}

.top-links ul li:nth-child(1) a, .top-links ul li:nth-child(2) a{
  border-right: 1px solid rgba(0,0,0, 0.3);
}

.navbar {
  padding: 0px;
  flex-direction: column;
  align-items: end;
}

.navbar-expand-lg .offcanvas{
align-items: end;
}

#navbarTogglerDemo02 {
  justify-content: end;
}

.navbar-light .navbar-nav .nav-link {
  font-family: var(--text-font-family);
  padding: 10px 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--theme-color3);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  position: relative;
  letter-spacing: 0.2px;
  font-size: 15px;
}


.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
  color: var(--theme-color2);
}


.dropdown-toggle::after {
  display: inline-block;
  border: none;
}

.dropdown-item {
font-size: 15px;
font-family: var(--text-font-family);
padding: 8px 20px;
letter-spacing: 0.2px;
font-weight: 500;
color: var(--text-color);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.navbar-nav .dropdown-menu {
  border-radius: 0px;
  min-width: 200px;
}

.dropdown-item:focus, .dropdown-item:hover {
color: var(--bs-white);
background: var(--theme-color1);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.top-book a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: var(--text-font-family);
	font-size: 15px;
	background: var(--theme-color2);
	color: var(--bs-white);
	padding: 8px 16px;
font-weight: 600;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.top-book a img {
	display: none;
}


.top-book a span {
	position: relative;
	overflow: hidden;
}

.top-book a span::before {
	content: "\e65a";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 3px;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(.26) translate(-55px,50px);
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
	font-size: 15px;
}

.top-book a span i {
	font-size: 15px;
	position: relative;
	top: 3px;
	display: inline-block;
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}

.top-book  a:hover {
	background: #222;
}

.top-book a:hover span::before {
	transform: scale(1) translate(-2px,0);
}

.top-book  a:hover span i {
	transform: scale(.26) translate(55px,-50px);
}



/*.carousel-item::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
background: linear-gradient(360deg, rgba(0, 0, 0, 0.7)  20%, transparent 80%);

}*/


.carousel-caption {
  right: 40%;
  left: 10%;
  color: #fff;
  padding: 15px;
  text-align: left;
 padding: 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 top: 0;
 height: 100%;
}


.carousel-caption h2 {
  font-family: var(--heading-font-family);
  font-size: 36px;
  font-weight: 700;
  color: var(--bs-white);
}

.carousel-caption p {
  font-family: var(--text-font-family);
  line-height: 26px;
  color: var(--bs-white);
}

.carousel-caption a {
  font-family: var(--text-font-family);
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: var(--theme-color2);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 40px 12px 22px;
  color: #fff;
  margin-right: 10px;
}

.carousel-caption a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--theme-color1);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.carousel-caption a:hover::before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.carousel-caption a:hover {
  color: var(--secondary-color);
}

.carousel-caption a span {
  display: inline-block;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  position: absolute;
  right: 16px;
  top: 19px;
  font-size: 13px;
}


.ban1{
text-align: left;
left:12%;
top: 10%;
right: 50%;
display: flex;
justify-content: center;
height: 100%;
padding: 0;
align-items: start;
flex-direction: column;
}
.ban1 h2{
color: var(--theme-color1);
}
.ban1 p{
  color: var(--text-color);
}

/* .ban2{
left: 12%;
background-color:rgba(0,0,0, 0.3) ;
top: 20%;
bottom: 20%;
} */

.ban2{
  right: 50%;
}


.carousel-control.right {
  background: none;
}
.carousel-control.left {
  background: none;
}

.carousel .carousel-item.active .animated1 {
  -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
  animation: fadeInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated2 {
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated3 {
  -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
  animation: fadeInDown 1s ease-in-out 500ms both;    
}
.carousel .carousel-item.active .animated4 {
  -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
  animation: fadeInUp 1s ease-in-out 500ms both;    
}
.carousel-caption::before{
  -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
  animation: fadeInLeft 1s ease-in-out 500ms both;
}

.carousel-inner > .carousel-item .carousel-caption {
  z-index: 99;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.carousel .carousel-item.active .carousel-caption {
  z-index: 99;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;  
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}


.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.sec-1{
padding:50px 0;
/* background: #fffbf4; */
background-color: #dd9010;
}

.sec-1 .row .col-lg-3:nth-child(4) .sec1-bx{
  border: none;
}

.sec1-bx{
border-right: 1px dashed var(--bs-white);
  padding: 12px 10px;
  height: 100%;
}

.sec1-bx img{
  width: 70px;
  margin-bottom: 12px;
  transition:.4s;
  -webkit-transition:.4s;
  -moz-transition:.4s;
  filter: brightness(700%);
}

.sec1-bx:hover img{
transform: rotateY(360deg);
-webkit-transform: rotateY(360deg);
-moz-transform: rotateY(360deg);
}

.sec1-bx h4{
font-family: var(--heading-font-family);
  font-size: 28px;
  /* color: var(--theme-color1); */
  color: var(--bs-white);
}
.sec1-bx p{
font-family: var(--text-font-family);
  /* color: var(--text-color); */
  color: var(--bs-white);
  font-weight: 300;
  line-height: 26px;
}

.sec-2{
padding: 80px 0;
position: relative;
background-color: #e6cbb7;
overflow-x: hidden;
}

.sec2-title h6{
font-family: var(--text-font-family);
  display: inline-block;
  margin: 0;
  border: 1px solid var(--text-color);
  color: var(--text-color);
  border-radius: 30px;
  padding: 4px 12px;
}

.sec2-title h2{
font-family: var(--heading-font-family);
color: var(--theme-color1);
font-size: 38px;
margin-top: 8px;
}

.sec2-title p{
font-family: var(--text-font-family);
  color: var(--text-color);
  font-weight: 300;
  line-height: 26px;  
  margin-bottom: 0;
  transform: translateY(50%);
}

strong{
  font-weight: bold;
}

.elementor-icon {
position: absolute;
  right: -290px;
  width: 670px;
  z-index: 0;
  top: 70px;
}

.elementor-icon svg path {
	fill: none;
	stroke: currentColor;
	stroke-width: 0.1px;
	stroke-linecap: butt;
	stroke-linejoin: round;
	stroke-miterlimit: 4;
	stroke-dasharray: none;
	stroke-opacity: 1;
	stroke-dasharray: 350;
	stroke-dashoffset: 0;
	transform-origin: center;
	animation: line-path 4s linear infinite alternate;
}

   @-webkit-keyframes line-path 
   { to { stroke-dashoffset: 350; } }

.sec2-box{
	position: relative;
	overflow: hidden;
	margin: 20px 0px 0;
}

.sec2-box a{
display: block;
text-decoration: none;
}

.sec2-box .sec2-img{
	position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.sec2-box .sec2-img img{
border-radius:20px;
}


.sec2-box .sec2-img .sec2-hover {
background:linear-gradient(to top, rgba(231, 168, 64, 0.9) 50%, transparent 100%);
  padding: 25px;
  position: absolute;
  bottom: -110%;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
text-align: center;
border-radius: 20px;
}

.sec2-box:hover .sec2-hover {
  bottom: 0;
}

.sec2-box .sec2-img .sec2-hover h6{
color: var(--bs-white);
font-family: var(--heading-font-family);
font-size: 28px;
font-weight: 600;
text-shadow: 0px 2px 4px rgba(0,0,0,0.8);
}

.sec2-box .sec2-img .sec2-hover p{
font-family: var(--text-font-family);
  color: var(--bs-gray-100);
  font-weight: 300;
  line-height: 26px;
}

.sec2-box .sec2-img .sec2-hover span{
background: var(--theme-color1);
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
  color: var(--bs-white);
  border-radius: 30px;
  font-family: var(--text-font-family);
  text-transform: uppercase;
}

.sec2-box .sec2-img .sec2-hover span i{
position: relative;
top: 2px;
padding-left: 3px;
}

.sec2-box .sec2-heading{
padding: 30px 10px;
position: relative;
}


.sec2-box .sec2-heading h2 {
color: #ae9a8a;
  font-size: 100px;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 9px;
  font-weight: 800;
  opacity: 0.3;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  font-family: var(--text-font-family);
  line-height: 0.8;
  z-index: 1;
}

.sec2-box .sec2-heading h3 {
color: var(--theme-color1);
  text-align: center;
  margin: 0px;
  font-family: var(--heading-font-family);
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
  z-index: 9;
}

.sec2-box:hover .sec2-heading h2 {
opacity: 0.4;
}


.sec3-side{
position: absolute;
  left: 15px;
  bottom: 15px;
  right: 15px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 20px;
  padding: 30px;
  width: 80%;
}

.sec3-side h4{
  font-family: var(--heading-font-family);
}

.sec3-side p{
font-family: var(--text-font-family);  
color: var(--text-color);
}


.sec3-bx{
display: flex;
align-items: center;
/* background:url(../images/dt.png); */
background-size: cover;
position: relative;
z-index: 9;
background-color: var(--theme-color2);
}

/* .sec3-bx::before{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--theme-color2);
  opacity: 0.5;
  z-index: -1;
} */

.sec3-bx .sec3-img{
width: 50%;
  height: 361px;
}

.sec3-bx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec3-bx .sec3-bx-content{
padding: 25px;
width: 50%;
}

.sec3-bx .sec3-bx-content h6 {
	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--theme-color2);
	color: var(--theme-color2);
	border-radius: 30px;
	padding: 4px 12px;
}

.sec3-bx .sec3-bx-content h2{
  font-size: 45px;
  font-family: var(--heading-font-family);
}

.sec3-bx .sec3-bx-content p {
	font-family: var(--text-font-family);
	color: var(--bs-gray-400);
	font-weight: 300;
	line-height: 26px;
}

.sec3-bx .sec3-bx-content h4{
font-family: var(--text-font-family);
  color: #955c00;
  font-size: 30px;
}

.sec3-bx .sec3-bx-content h4 b{
  color: #fff;
}

.sec3-bx .sec3-bx-content a{
  text-decoration: none;
  font-size: 15px;
  font-family: var(--text-font-family);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 10px;
  display: inline-block;
  border-bottom: 1px solid #955c00;
  color: var(--bs-white);
}

.sec-4{
padding: 70px 0;
  position: relative;
  z-index: 7;
  background: url(../images/shape-1.png) bottom;
  background-size: 500px;
}


.sec-4 .elementor-icon{
left: -300px;
right: auto;
transform: rotate(180deg);
}

.sec4-video{
margin-right: 30px;
position: relative;
}
.sec4-video video{
width: 100%;
  border-radius: 20px;
  height: 600px;
  object-fit: cover;
  object-position: center;
}

.s4-bx{
padding: 20px;
  max-width: 200px;
  text-align: center;
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgba(236, 248, 248, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(5px);
  border-radius: 15px;
  font-family: var(--heading-font-family);
}

.s4-bx h4{
  font-size: 22px;
}

.sec4-right h6{
font-family: var(--text-font-family);
  display: inline-block;
  margin: 0;
  border: 1px solid var(--theme-color2);
  color: var(--theme-color2);
  border-radius: 30px;
  padding: 4px 12px;
}

.sec4-right h2{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 38px;
  margin-top: 8px;
}

.sec4-right p {
	font-family: var(--text-font-family);
	color: var(--bs-gray-700);
	font-weight: 300;
	line-height: 26px;
}

.sec4-right ul, .sec-6 ul {
	margin: 20px 0px;
	padding-left: 0px;
}

.sec4-right ul li{
color: var(--theme-color1);
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	margin-bottom: 10px;
  font-family: var(--text-font-family);
}

.sec-6 ul li{
color: var(--text-color);
	list-style: none;
	position: relative;
	padding-left: 30px;
	font-weight: 600;
	margin-bottom: 10px;
  font-family: var(--text-font-family);
}
.sec4-right ul li::after{
	position: absolute;
	content: '';
	left: 0;
	top: 11px;
	width: 20px;
	height: 2px;
	background-color:var(--theme-color2);
}

.sec-6 ul li::after{
  	position: absolute;
	content: '';
	left: 0;
	top: 11px;
	width: 20px;
	height: 2px;
	background-color:var(--theme-color1);
}

.sec4-right a, .sec-7 a{
background: var(--theme-color2);
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
  color: var(--bs-white);
  border-radius: 30px;
  font-family: var(--text-font-family);
  text-transform: uppercase;
  text-decoration: none;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.sec4-right a i, .sec-7 a i{
  position: relative;
  top: 2px;
  padding-left: 3px;
}

.sec4-right a:hover, .sec-7 a:hover{
  background-color: var(--theme-color1);
}

.sec4-right h5{
font-family: var(--heading-font-family);
}


.sec4-right small{
font-family: var(--text-font-family);
}

.sec-5{
background: url(../images/sec5-bg.jpg) fixed;
position: relative;
z-index: 9;
background-size: cover;
padding: 60px 0;
}

.sec-5::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  z-index: -1;
  opacity: 0.75;
}

.sec5-left{
  display: flex;
  align-items: center;
  gap: 20px;
}

.sec5-left svg{
fill: var(--bs-white);
width: 70px;
}


.sec5-left h6 {
	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--bs-white);
	color: var(--bs-white);
	border-radius: 30px;
	padding: 4px 12px;
}

.sec-5 p{
  font-family: var(--text-font-family);
  color: var(--bs-gray-200);
  font-weight: 300;
  margin: 0;
}

.sec-5 h4{
font-family: var(--heading-font-family);
  color: var(--bs-white);
  font-size: 32px;
}


.sec5-cont a{
  text-transform: uppercase;
text-decoration: none;
  font-family: var(--text-font-family);
  font-size: 15px;
  background: var(--theme-color2);
  color: var(--bs-white);
  padding: 12px 20px;
  font-weight: 600;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  margin: 0 15px;
}



.sec5-cont a span {
	position: relative;
	overflow: hidden;
}

.sec5-cont a span::before {
	content: "\e65a";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 3px;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(.26) translate(-55px,50px);
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
	font-size: 15px;
}

.sec5-cont a span i {
	font-size: 15px;
	position: relative;
	top: 3px;
	display: inline-block;
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}

.sec5-cont{
margin-top: 17px;
}

.sec5-cont a:hover {
background: var(--bs-white);
  color: var(--theme-color2);
}

.sec5-cont a:hover span::before {
	transform: scale(1) translate(-2px,0);
}

.sec5-cont a:hover span i {
	transform: scale(.26) translate(55px,-50px);
}

.sec-6{
padding: 60px 0;
/* background: #fffbf4; */
background:url(../images/sec6-bg.jpg);
position: relative;
overflow: hidden;
}

.sec-6 .elementor-icon {
  z-index: 0;
  }

.sec-7 h6{
	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--theme-color2);
	color: var(--theme-color2);
	border-radius: 30px;
	padding: 4px 12px;
}

 .sec8-title h6{
	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--text-color);
	color: var(--text-color);
	border-radius: 30px;
	padding: 4px 12px;
}

.sec9-left h6 {
	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--bs-white);
	color: var(--bs-white);
	border-radius: 30px;
	padding: 4px 12px;
}

.sec-6 h6{
  	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--theme-color1);
	color: var(--theme-color1);
	border-radius: 30px;
	padding: 4px 12px;
}

.sec-7 h2, .sec8-title h2{
	font-family: var(--heading-font-family);
	color: var(--theme-color1);
	font-size: 42px;
	margin-top: 8px;
}

.sec9-left h2{
	font-family: var(--heading-font-family);
	color: var(--bs-white);
	font-size: 42px;
	margin-top: 8px;
}

.sec-6 h2{
	font-family: var(--heading-font-family);
	color: var(--theme-color1);
	font-size: 42px;
	margin-top: 8px;
}

.sec-7 p, .sec8-title p{
	font-family: var(--text-font-family);
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
}

.sec9-left p{
	font-family: var(--text-font-family);
	color: var(--bs-white);
	font-weight: 300;
	line-height: 26px;
}

.sec-6  p{
	font-family: var(--text-font-family);
	color: var(--text-color);
	font-weight: 300;
	line-height: 26px;
}


.sec-7{
  padding: 60px 0;
/* background: #fffbf4; */
position: relative;
overflow: hidden;
}

.sec-7 .elementor-icon {
	transform: rotate(234deg);
	height: 600px;
  left: -600px;
  z-index: 0;
}


.sec-8{
padding: 50px 0;
background-color: #e6cbb7;
}

.sec8-title p{
padding: 0 250px;
}

.sec8-bx{
/* background-color: #f0ebd8; */
background-color:var(--bs-white);
  padding: 30px;
  border-radius: 20px;
  margin: 15px 15px 0 15px;
}

/* .sec8-bx img{
width: 95px;
  border-radius: 50%;
  border: 8px solid var(--bs-gray-100);
  margin-top: -75px;
  display: inline-block !important;
  margin-bottom: 15px;
} */

.sec8-bx p{
font-family: var(--text-font-family);
  color: var(--text-color);
  font-weight: 300;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  font-size: 15px;
}

.sec8-bx h5{
font-family: var(--heading-font-family);
  margin: 0;
  font-size: 18px;
}

.sec8-bx small{
font-family: var(--text-font-family);
color: var(--bs-gray-700);
}

.slick-pre, .slick-nxt{
  display: none !important;
}


.sec-9 {
	padding: 70px 0;
	position: relative;
	z-index: 9;
  background: url(../images/sec9-bg.jpg) fixed;
	/* background:#fffbf4; */
overflow: hidden;
z-index: 9;
background-size: cover;
}

.sec-9::before{
  position: absolute;
content: '';
left: 0;
top: 0;
right: 0;
bottom: 0;
background: #351906;
  opacity: 0.8;
}

.sec9-left h5{
font-family: var(--text-font-family);
color:var(--bs-white);
}

.sec9-left ul li{
  font-family: var(--text-font-family);
  list-style: none;
  color: var(--bs-white);
}

.index-form{
  box-shadow: 0px 17px 35px 0px #2a444b21;
  background: var(--bs-white);
  padding: 35px;
  margin-left: 2rem;
  border-radius: 20px;
}

.index-form span{
position: absolute;
  color: var(--bs-gray-500);
  padding: 15px
}

.index-form .form-control, .index-form .form-select{
  border-radius: 30px;
  font-family: var(--text-font-family);
  font-size: 15px;
  padding: 10px 20px 10px 38px;
  height: 48px;
  margin-bottom: 20px;
}

 .index-form .form-select{
  padding-left: 15px;
 }

.index-form textarea.form-control{
  height: auto;
}

.index-form .form-control:focus {
	box-shadow: none;
  border:1px solid var(--theme-color2);
}

.index-form .sendbtn {
	background: var(--theme-color2);
	color: #fff;
	padding: 12px 20px;
	border: 0;
	transition: .4s;
	width: 100%;
	font-size: 15px;
  font-family: var(--text-font-family);
	text-transform: uppercase;
	line-height: 20px;
  font-weight: 600;
  border-radius: 30px;
}


.inner-banner{
/* padding: 150px 0 60px; */
/* background: url(../images/breadcrumb-bar.jpg); */
position: relative;
}

/* .inner-banner::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg,rgba(42, 123, 155, 0) 0%, var(--theme-color2) 50%, rgba(237, 221, 83, 0) 100%);
} */

.in-ban-content{
position: absolute;
  bottom: 50%;
  transform: translateY(-100%);
}

.in-ban-content ul{
    display: none !important;
}

.in-ban-content h1,
.in-ban-content h2{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.in-ban-content ul{
padding: 0;
display: flex;
}

.in-ban-content ul li{
list-style: none;
font-family: var(--text-font-family);
font-weight: 300;
line-height: 26px;
color: var(--text-color);
}

.in-ban-content ul li a{
  text-decoration: none;
  color: var(--bs-dark);
}

.abt-in{
height: 100%;
width: 100%;
}

.abt-in img{
height: 560px;
  object-fit: cover;
  border-radius: 20px;
}

.counter-box {
  display: flex;
  gap: 15px;
}

.counter-box img{
width: 80px;
height: 80px;
}

.counter-box h4{
font-family:var(--heading-font-family);
font-size: 40px;
position: relative;
}

.counter-box h4::after {
	content: "\e61a";
	position: absolute;
font-family: 'themify';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	font-size: 18px;
	top: -2px;
}

.counter-box p{
font-family: var(--text-font-family);
color: var(--bs-gray-700);
font-weight: 300;
}

.about-3{
background-color: #e6cbb7;
position: relative;
padding-bottom: 50px;
}


.about-3::before{
position: absolute;
content: '';
width: 100%;
height: 40%;
background-color: var(--bs-white);
}

.ab3-video video{
width: 100%;
height: 500px;
object-fit: cover;
border-radius: 20px;
}

.about-3 h6 {
	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--text-color);
	color: var(--text-color);
	border-radius: 30px;
	padding: 4px 12px;
    margin-top: 20px;
}

.about-3 h2{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 38px;
}

.about-3 p {
	font-family: var(--text-font-family);
	color: var(--bs-gray-700);
	font-weight: 300;
	line-height: 26px;
}

.skills-items h5{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
  float: left;
}

.skills-items span{
	font-family: var(--text-font-family);
  	color: var(--bs-gray-700);
	font-weight: 300;
  float: right;
}

.skills-items .progress{
border-radius: 0px;
  height: 7px;
  margin-bottom: 25px;
  background-color: var(--bs-white);
}

.skills-items .progress-bar{
background: var(--theme-color2);
}

.about-4{
padding: 60px 0;
position: relative;
overflow: hidden;
}

.about-4 h6{
font-family: var(--text-font-family);
  display: inline-block;
  margin: 0;
  border: 1px solid var(--theme-color2);
  color: var(--theme-color2);
  border-radius: 30px;
  padding: 4px 12px;
}

.about-4 h2{
font-family: var(--heading-font-family);
color: var(--theme-color1);
font-size: 42px;
margin-top: 8px;  
}

.about-4 p{
	font-family: var(--text-font-family);
	color: var(--bs-gray-700);
	font-weight: 300;
	line-height: 26px;
}

.mis-box{
text-align: center;
  background-color: #e6cbb7;
  padding: 30px;
  border-radius: 20px;
height: 290px;
  margin-top: 15px;
}

.mis-box h4 {
	font-family: var(--heading-font-family);
	color: var(--theme-color1);
}

.mis-box img{
width: 65px;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  background: var(--bs-white);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}


.mis-box:hover img{
  transform: rotateY(360deg);
}

.abt-5 .row{
background:url(../images/abt-4.webp) fixed 50%;
border-radius: 20px;
color: var(--bs-white);
}


.abt-5 h2{
font-family: var(--heading-font-family);
font-size: 38px;
font-weight: 700;
}

.abt-5 p{
font-family: var(--text-font-family);
font-weight: 300;
line-height: 26px;  
}

.abt-5 a {
	text-transform: uppercase;
	text-decoration: none;
	font-family: var(--text-font-family);
	font-size: 15px;
	background: var(--theme-color2);
	color: var(--bs-white);
	padding: 8px 16px;
	font-weight: 600;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
}

.abt-5 a span {
	position: relative;
	overflow: hidden;
}

.abt-5 a span i {
	font-size: 15px;
	position: relative;
	top: 3px;
	display: inline-block;
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
}

.abt-5 a span::before {
	content: "\e65a";
	font-family: 'themify';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: absolute;
	top: 3px;
	right: 0;
	width: 1em;
	height: auto;
	transform: scale(.26) translate(-55px,50px);
	transition: transform .4s ease-in-out,opacity .4s ease-in-out;
	font-size: 15px;
}

.abt-5 a:hover span::before {
	transform: scale(1) translate(-2px,0);
}

.abt-5 a:hover span i {
	transform: scale(.26) translate(55px,-50px);
}

.abt-6 h4{
  font-family: var(--heading-font-family);
}

.contact-page{
padding: 60px 0;
position: relative;
background-image: url(../images/shape-1.png);
background-size: 500px;
font-family: var(--text-font-family);
}

.contact-page::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  width: 40%;
  background-color: #e6cbb7;
}

.contact-page h6 {
	font-family: var(--text-font-family);
	display: inline-block;
	margin: 0;
	border: 1px solid var(--theme-color2);
	color: var(--theme-color2);
	border-radius: 30px;
	padding: 4px 12px;
}

.contact-page h2{
  font-family: var(--heading-font-family);
  color: var(--theme-color1);
  font-size: 38px;
  margin-top: 8px;
}
.contact-page p {
    font-family: var(--text-font-family);
  color: var(--bs-gray-700);
  font-weight: 300;
  line-height: 26px;
}

.cnt-bx{
  display: flex;
  padding-bottom: 10px;
}

.cnt-bx img{
  width: 50px;
  height: 50px;
  margin-right: 12px;
}


.cnt-bx h4{
font-family: var(--heading-font-family);
  color: var(--theme-color1);
}
.cnt-bx p{
  font-family: var(--text-font-family);
  color: var(--bs-gray-700);
  font-weight: 300;
  line-height: 26px;
}

.enq-form{
box-shadow: 0px 3px 30px 0px rgba(24, 22, 43, 0.14);
padding:30px;
background-color: var(--bs-white);
border-radius: 20px;
margin: 0 15px;
}

.enq-form .form-control{
	border-radius: 30px;
	font-family: var(--text-font-family);
	font-size: 15px;
	padding: 10px 20px 10px 38px;
	height: 48px;
	margin-bottom: 20px;
}

.enq-form span {
	position: absolute;
	color: var(--bs-gray-500);
	padding: 15px;
}


.enq-form textarea.form-control {
  height: auto;
}

.enq-form .form-control:focus {
	box-shadow: none;
	border: 1px solid var(--theme-color2);
}


.enq-form .sendbtn {
	background: var(--theme-color2);
	color: #fff;
	padding: 12px 20px;
	border: 0;
	transition: .4s;
	width: 100%;
	font-size: 15px;
	font-family: var(--text-font-family);
	text-transform: uppercase;
	line-height: 20px;
	font-weight: 600;
	border-radius: 30px;
}

.service-box{
padding: 15px;
}

.service-box .sr-title{
  display: flex;
  justify-content: space-between;
  padding-bottom: 12px;
  align-items: baseline;
}

.service-box .sr-title h3 {
	font-family: var(--heading-font-family);
	color: var(--theme-color1);
  font-size: 30px;
}

.service-box .sr-title .seprate {
	border-bottom-color: var(--bs-gray-600);
	margin-left: 15px;
	margin-right: 15px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	height: 5px;
	flex-grow: 1;
}

.service-box .sr-title h4{
font-family: var(--text-font-family);
  font-size: 16px;
  color: var(--bs-gray-600);
  font-weight: 400;
}

.service-box .sr-title h4 span{
font-weight: 900;
  font-size: 30px;
  color: var(--theme-color2);
}

.service-box p, .service-box ul li{
	font-family: var(--text-font-family);
	color: var(--bs-gray-700);
	font-weight: 300;
	line-height: 26px;
}

.service-box ul li span{
  color: var(--theme-color2);
  padding-right: 5px;
}

.service-box a{
text-decoration: none;
  background-color: var(--theme-color2);
  color: var(--bs-white);
  font-family: var(--text-font-family);
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.service-box a span{
padding-right: 5px;
  position: relative;
  top: 1px;
}

.service-box a:hover{
  background-color: var(--theme-color1);
}

.outter-sr{
background: #fff2eb;
margin: 0;
border-radius: 20px;
position: relative;
}


.outter-sr img{
  border-radius: 20px 0 0 20px;
}

.outter-sr.ott2 img{
  border-radius:0 20px 20px 0;
}

.modal h1{
  font-family: var(--heading-font-family);
}

.wax-modal ul li{
font-family: var(--heading-font-family);
padding: 6px 0;
display: flex;
justify-content: space-between;
align-items: baseline;
font-size: 17px;
}

.wax-modal ul li span{
font-family: var(--text-font-family);
  font-weight: 600;
  color: var(--theme-color2);
}
.wax-modal ul li .seprate{
  border-bottom-color: var(--bs-gray-600);
  margin-left: 15px;
  margin-right: 15px;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  height: 5px;
  flex-grow: 1;
}


footer{
  background: #111 url(../images/footer-bg.png);
  background-size: 500px;
}

.f-links{
  padding: 50px 20px 50px;
}

.f-links .f-ser li{
  display: inline-block;
  width: 48%;

}

.f-links img{
 width: 220px;
}

.f-links h4{
color: var(--bs-white);
font-family: var(--heading-font-family);
position: relative;  
margin-bottom: 15px;
}


.f-links h4::before{
position: absolute;
  content: '';
  left: 0;
  bottom: -6px;
  width: 30px;
  height: 2px;
  background: var(--theme-color2);
}

.f-links ul{
padding: 0;
list-style: none;
}

.f-links ul li a{
  text-decoration: none;
  font-family: var(--text-font-family);
  font-size: 15px;
  color: rgba(255,255,255,0.8);
  display: block;
  line-height: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  font-weight: 300;
}

.f-links ul li a i{
font-size: 13px;
padding-right: 3px;
}

.f-links ul li a:hover{
  padding-left: 4px;
  color: var(--theme-color2);
}

.f-links p{
  font-family: var(--text-font-family);
  color: rgba(255,255,255,0.8);
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 8px;
  display: flex;
  font-weight: 300;
}

.f-links p i{
padding-right: 6px;
position: relative;
top: 6px; 
color: var(--theme-color2);
}

.social-links{
display: flex;
}

.social-links li a{
margin-right: 9px;
border-radius: 30px;
text-align: center;
font-size: 15px !important;
padding: 1px 10px;
}

.social-links li a:hover{
background: var(--theme-color2);
color: var(--bs-white) !important;
padding: 1px 10px!important;
}


.footer-map{
line-height: 0;
}

.copyright{
font-family: var(--text-font-family);
font-size: 14px;
color: var(--bs-white);
opacity: 0.8;
letter-spacing: 0.3px;
border-top: 1px solid rgba(255,255,255, 0.3);
padding: 10px 0;
font-weight: 300;
text-align: center;
}


.fixed-tp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: var(--theme-color2);
  z-index: 999;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  color: var(--bs-white);
  text-decoration: none;
}


@media only screen and (max-width: 370px) {
.logo{
  height: 100%;
  align-items: center;
  display: flex;
}

.ban1, .ban2{
  top: 20%;
  bottom: 0;
  right: 20%;
}

.ban1 h2, .ban2 h2{
  font-size: 15px !important;
}

.carousel-caption a {
	padding: 3px 22px 2px 8px !important;
	font-size: 10px !important;
}

.carousel-caption a span {
	top: 7px !important;
}


}


@media only screen and (max-width: 390px) {
.contact-page .social-links li:nth-child(1){
display: none;
}

}


@media only screen and (max-width: 480px){
.top-book a {
	border-radius: 50%;
	display: flex;
	align-items: center;
	gap: 0px;
	width: 45px;
	height: 45px;
	justify-content: center;
}

.top-book a img {
	display: inline-block;
}

.top-book a div, .top-book a span {
	display: none;
}

}


@media only screen and (min-width: 0px) and (max-width: 575px) {

p{
  font-size: 15px;
}  

header {
  padding: 5px 0;
}

/* .logo img {
  width: 100px;
} */

header::before {
	width: 35%;
}

  .top-book a {
    font-size: 13px;
    padding: 10px 16px;
  }


.navbar-light .navbar-nav .nav-link {
 color: var(--bs-black);
}

.carousel-caption h6{
  font-size: 13px;
}


.carousel-caption h2 {
  font-size: 18px;
}

.carousel-caption p{
  display: none;
}

.carousel-caption a {
padding: 6px 25px 6px 12px;
font-size: 12px;
}

.carousel-caption a span {
  right: 8px;
  top: 13px;
  font-size: 10px;
}

.sec2-title h2 {
	font-size: 25px;
}

.sec2-title h6 {
	padding: 4px 12px;
	font-size: 14px;
}

.sec2-box {
text-align: center;
}

.sec2-box .sec2-heading h3 {
font-size: 25px;
}

.sec2-box .sec2-heading h2 {
	font-size: 85px;
	top: 10px;
}

.sec4-video {
margin-right: 0;
margin-bottom: 15px;
}

.sec4-right h6 {
font-size: 14px;
}

.sec4-right h2 {
	font-size: 30px;
}

.sec4-right p {
	font-size: 15px;
}
.sec4-right ul li {
font-size: 15px;
}

.sec4-right h5 {
	font-size: 18px;
}

.sec4-right a, .sec-7 a {
	padding: 8px 13px;
	font-size: 14px;
  margin-bottom: 12px;
}

.sec5-left {
	justify-content: center;
}

.sec-5 h4 {
	font-size: 28px;
	margin-top: 18px;
}

.sec5-cont {
	justify-content: center;
	display: flex;
}

.sec5-cont a {
	font-size: 14px;
	padding: 10px 16px;
}

.sec-6 {
  background: #fbecd9 url(../images/sec6-bg.jpg) no-repeat bottom !important;
}

.sec-6 .elementor-icon{
display: none;
}

.sec-6 h2 {
	font-size: 30px;
}

.sec-6 h6, .sec-7 h6, .sec8-title h6, .sec9-left h6, .about-3 h6, .about-4 h6, .contact-page h6{ 
font-size: 14px;
}

.sec-7 h2, .sec8-title h2, .about-3 h2, .about-4 h2, .contact-page h2{
font-size: 30px;
}

.sec8-title p {
	padding: 0px;
}

.sec9-left h2 {
	font-size: 32px;
}
.sec9-left ul li {
font-size: 15px;
}

.index-form {
	padding: 30px;
	margin: 0 15px;
}

.inner-banner img{
height: 200px;
  object-fit: cover;
  object-position: 75% 0%;
}

.in-ban-content h1 {
	font-size: 28px;
}

.in-ban-content ul li {
	font-size: 14px;
}

.counter-box {
	justify-content: center;
}

.mis-box {
	height: auto;
}

.abt-5{
padding-left: 15px;
  padding-right: 15px;
}

.sec-6 h6 {
margin-top: 10px;
}

.outter-sr img {
	border-radius: 20px 20px 0 0;
}

.outter-sr.ott2 img {
	border-radius: 0 0 20px 20px;
}

.service-box .sr-title h3 {
	font-size: 25px;
}

.service-box .sr-title h4 span {
	font-size: 26px;
}

.service-box a {
	padding: 8px 18px;
	font-size: 14px;
}

.contact-page::before {
	 top: auto; 
	width: 100%;
	height: 30%;
}

.enq-form {
	padding: 25px;
	margin: 20px 15px 0;
}

.f-links img {
	padding-top: 20px;
}

.f-links {
padding: 0px 20px 0;
}

}

@media only screen and (min-width: 576px) and (max-width: 767px) {

}


@media only screen and (min-width: 768px) and (max-width: 991px) {

  .sec5-left {
	justify-content: center;
}

  .sec9-left h2 {
	font-size: 36px;
}

.sec5-cont {
	display: flex;
	justify-content: center;
}

.sec-5 h4 {
	font-size: 28px;
	margin-top: 15px;
}

  .f-links {
	padding: 15px 20px 0px;
}

.index-form {
	padding: 30px 15px;
	margin-left: 0.5rem;
}

}


@media only screen and (max-width: 767px) {

}

@media only screen and (max-width: 991px) {
.navbar-expand-lg .offcanvas {
  align-items: flex-start;
}

.top-links{
display: none;
}

 .navbar-toggler {
background: var(--theme-color1);
    color: var(--bs-white);
    box-shadow: none;
}
 
  .top-book {
    display: flex;
    align-items: center;
    gap: 20px;
  }

.navbar-toggler:focus {
box-shadow: none;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

}


@media only screen and (min-width: 1200px) and (max-width: 1399px) {

}

@media (min-width: 1400px) {

}
