
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: "Mulish", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Mulish", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
  max-width:100%;
  height: auto;
  display: block;
}
.header{
	width:100%;
	padding:0 50px;
	position: fixed;
	top:15px;
	left:0;
	z-index:999;
}
.header .header-wrap{
  padding:15px;
  background:#fff;
  border-radius:100px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.header .header-wrap figure{
  width:80px;
	height:80px;
	overflow: hidden;
}
.header .header-wrap img{
	width:100%;
	height:100%;
	object-fit: cover;
	border-radius:50%;
}
.inner-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-header .navbar{
  position:relative;
}
.slider{
	width:100%;
	height:100vh;
	position: relative;
	overflow:hidden;
}
.slider img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center bottom;
}
.navbar-nav{
	gap:30px;
}
.navbar-nav a{
	font-size:16px;
	font-weight:700;
	text-transform: uppercase;
}
.slider li{
	height:100vh;
	position: relative;
}
.slider li:before{
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: -webkit-gradient(linear, left top, right top, color-stop(8.81%, #00b0f2), color-stop(45.92%, rgba(22, 25, 32, 0.06)));
	background: linear-gradient(20deg, #00b0f2 8.81%, rgba(22, 25, 32, 0.06) 49.92%);
	z-index: 10;
}
.slider li .hero-content{
	width:100%;
	height:100vh;
	position: absolute;
	left:0;
	top:0;
	z-index:99;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hero-content h3{
	margin-bottom:15px;
	font-size:60px;
	font-weight:800;
	line-height:1.4;
  color: #fff;
  text-shadow: 2px 2px 4px #000000;
}
.hero-content p{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffffc3;
  text-shadow: 2px 2px 4px #000000;
}
.slide-content{
	max-width:720px;
}
.projects-wrap {
	padding-top: 180px;
	background: url("../images/tree.png");
	position: relative;
}
.projects-wrap .row.pull-right{
	justify-content: flex-end;
}
.main-services {
	padding-right: 20px;
}
.main-project .heading-wrap {
	padding-bottom: 26px;
}
.heading-wrap h2 {
	font-size: 30px;
	color: #1c1c1c;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	letter-spacing: 2px;
}
.heading-wrap span {
	color: #1c1c1c;
	font-size: 16px;
	font-family: 'Lora', serif;
	font-style: italic;
	padding-top: 10px;
	display: block;
}
.main-project p {
	padding-left: 0;
	padding-right: 30px;
}
.more-btn, a.more-btn {
	padding: 0px 28px;
	line-height: 44px;
	font-size: 13px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	background: #0e111a;
	text-transform: uppercase;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.project-list {
	position: absolute;
}
.list-one {
	width: 48.1%;
	top: -194px;
	left: 56px;

}
.more-link-wrapper {
	position: absolute;
	left: 14%;
	top: 14.4%;
	width: 69.3%;
	height: 71%;
	text-align: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	overflow: hidden;
}
.more-info-link {
	background: rgba(255,175,54,.8);
	vertical-align: middle;
	font-weight: 400;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
}
.more-info-link span {
	position: absolute;
	top: 40%;
	transform: rotate(-45deg);
	left: 45%;
	font-size: 55px;
	color: #ffffff;
}
.more-info-link:hover, .more-info-link:focus {
	color: #ffffff;
}
.more-link-wrapper:hover .more-info-link {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.list-two {
	left: 38.5%;
	top: 16.5%;
}
.list-two .more-link-wrapper {
	width: 71.4%;
	height: 71%;
}
.list-three {
	left: 26.3%;
	top: 39.5%;
}
.list-four {
	left: 63%;
	top: 16.5%;
}
.list-five {
	left: 50.8%;
	top: 39.5%;
}
.list-six {
	left: 75.3%;
	top: 39.6%;
}
.main-project-wrap {
	min-height: 617px;
	position: relative;
}
.search-form{
	width:100%;
	position: absolute;
	top:-100px;
	left:0;
	z-index:999;
}
.search-form-inner{
	max-width:100%;
	padding:15px;
	background:#fff;
	border-radius:100px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.search-form-inner h4{
	margin-bottom:15px;
	font-size:20px;
	font-weight:800;
	padding-left:10px;
}
.enquiry-wrap{
	display: flex;
	align-items:center;
	gap:15px;
}
.enquiry-wrap .left-wrap{
	width:calc(100% - 120px);
}
.enquiry-wrap .left-wrap .inner{
	display: flex;
	align-items: center;
}
.flex-item{
	width:25%;
	flex:0 25%;
	padding:0 10px;
}
.flex-item input{
	width:100%;
}

.flex-item input {
	width: 100%;
	height: 45px;
	padding: 15px;
	border-width: 1px;
	border-color: rgb(234, 234, 234);
	border-style: solid;
	border-radius: 4px;
	background-color: rgb(246, 246, 246);
	font-size: 14px;
	color: #000;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	-ms-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}

.flex-item input:focus {
border-color: rgb(193, 193, 193);
}

.flex-item input::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
font-size: 14px;
color: #040404;
}

.flex-item input::-moz-placeholder {
/* Firefox 19+ */
font-size: 14px;
color: #040404;
}

.flex-item input:-ms-input-placeholder {
/* IE 10+ */
font-size: 14px;
color: #040404;
}

.flex-item input:-moz-placeholder {
/* Firefox 18- */
font-size: 14px;
color: #040404;
}

.btn-wrap{
	width:120px;
	padding-right:10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn{
	border:none;
	padding:10px 15px;
	font-size:16px;
	font-weight:700;
}
.primary-btn{
	width:100%;
	background:#00aeef;
	color:#fff;
}
.btn.primary-btn:hover{
	background:#00aeef;
	color:#fff;
}
.footer-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-card p {
  font-size: 18px;
}
.footer-card .footer-logo {
  margin-bottom: 32px;
}
.footer-card .card-title {
  position: relative;
  z-index: 1;
}
.footer-card .card-title::before {
  width: 60px;
  height: 2px;
  bottom: -15px;
  left: 0;
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 2px;
  background: #00aeef;
}
.footer-card .card-title::after {
  width: 10px;
  height: 2px;
  bottom: -15px;
  left: 65px;
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 2px;
  background: #00aeef;
}
.footer-card .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.footer-card .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.footer-card .social-nav a:hover, .footer-card .social-nav a:focus {
  background-color: #3CB371;
  border-color: #3CB371;
  color: #FFFFFF;
}
.footer-card .footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-left: 0;
}
.footer-card .footer-nav li a {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 400;
}
.footer-card .footer-nav li a:hover, .footer-card .footer-nav li a:focus {
  color: #3CB371;
  padding-left: 0.5rem;
}
.footer-card .gallery-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-card .gallery-post li {
  width: calc(33.333333% - 8px);
  border-radius: 8px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.footer-card .gallery-post li a {
  display: block;
}
.footer-card .gallery-post li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
.footer-card .gallery-post li:hover, .footer-card .gallery-post li:focus {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.footer-card .subscribe-form {
  position: relative;
  z-index: 1;
}
.footer-card .subscribe-form .form-control {
  border-radius: 5rem;
  background-color: #FFFFFF;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 1;
  color: #161920;
  font-size: 16px;
  font-weight: 400;
  border: 0;
  padding-left: 20px;
  padding-right: 80px;
}
.footer-card .subscribe-form .form-control::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control::-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control::placeholder {
  color: #767676;
  opacity: 1;
}
.footer-card .subscribe-form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 0;
}
.footer-card .subscribe-form .btn {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 100;
  padding: 0;
  height: 38px;
  width: 70px;
  border-radius: 5rem;
  background-color: #02A5CE;
}
.footer-card .subscribe-form .btn:hover, .footer-card .subscribe-form .btn:focus {
  background-color: #113d48;
  color: #FFFFFF;
}
.footer-card .footer-contact-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.footer-card .footer-contact-card .icon {
  border-radius: 5px;
  background: #02A5CE;
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 20px;
}
.footer-card .footer-contact-card p {
  font-size: 16px;
}

.copyright-wrapper {
 padding:15px 0;
}
.copyright-wrapper .copyright {
  font-size: 14px;
  color: #F9F7F3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (min-width:1200px) {
  .copyright-wrapper .copyright {
    font-size: 16px;
  }
}
.copyright-wrapper .copyright a {
  font-size: 16px;
  color: #F9F7F3;
}
@media only screen and (min-width:1200px) {
  .copyright-wrapper .copyright a {
    font-size: 16px;
  }
}
.copyright-wrapper .copyright a:hover, .copyright-wrapper .copyright a:focus {
  color: #3CB371;
}

.footer-bottom-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width:1200px) {
  .footer-bottom-nav {
    gap: 2rem;
  }
}
.footer-bottom-nav a {
  color: #F9F7F3;
  font-size: 14px;
  line-height: 1.4;
  text-transform: capitalize;
}
@media only screen and (min-width:1200px) {
  .footer-bottom-nav a {
    font-size: 16px;
  }
}
.footer-bottom-nav a:hover, .footer-bottom-nav a:focus {
  color: #3CB371;
}

.footer-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.footer-top-content .ft-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.footer-top-content .ft-item .icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.footer-top-content .ft-item:hover .icon, .footer-top-content .ft-item:focus .icon {
  background-color: #00aeef;
}
.footer-top-content .vr-line {
  width: 1px;
  height: 75px;
  background: rgba(255, 255, 255, 0.3);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
}
.footer-wrapper .plane-img {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-wrapper .tree-img {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 25, 32, 0.98);
}
.footer-wrapper .border-top {
  border-top-color: rgba(249, 247, 243, 0.2) !important;
}
.footer-wrapper.theme-two .footer-card .card-title::before {
  background: #F7921F;
}
.footer-wrapper.theme-two .footer-card .card-title::after {
  background: #F7921F;
}
.footer-wrapper.theme-two .footer-card .social-nav a {
  color: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-wrapper.theme-two .footer-card .social-nav a:hover, .footer-wrapper.theme-two .footer-card .social-nav a:focus {
  background-color: #F7921F;
  border-color: #F7921F;
  color: #FFFFFF;
}
.footer-wrapper.theme-two .footer-card .footer-nav li a {
  color: #FFFFFF;
}
.footer-wrapper.theme-two .footer-card .footer-nav li a:hover, .footer-wrapper.theme-two .footer-card .footer-nav li a:focus {
  color: #F7921F;
}
.footer-wrapper.theme-two .copyright-wrapper .copyright {
  color: #F9F7F3;
}
.footer-wrapper.theme-two .copyright-wrapper .copyright a {
  color: #F9F7F3;
}
.footer-wrapper.theme-two .copyright-wrapper .copyright a:hover, .footer-wrapper.theme-two .copyright-wrapper .copyright a:focus {
  color: #F7921F;
}
.footer-wrapper.theme-two .footer-bottom-nav a {
  color: #F9F7F3;
}
.footer-wrapper.theme-two .footer-bottom-nav a:hover, .footer-wrapper.theme-two .footer-bottom-nav a:focus {
  color: #F7921F;
}
.footer-wrapper.theme-two .footer-top-content .ft-item:hover .icon, .footer-wrapper.theme-two .footer-top-content .ft-item:focus .icon {
  background-color: #F7921F;
}
.footer-wrapper .jarallax-container {
  border-radius: 18px;
}
.footer-wrapper.style-two {
  border-radius: 18px;
}
.footer-wrapper.style-two::after {
  border-radius: 18px;
  background: rgba(28, 54, 55, 0.95);
}
.divider {
	width: 100%;
	display: block;
	height: 50px;
}
a, a:hover, a:focus {
	-webkit-transition-duration: 350ms;
	transition-duration: 350ms;
	text-decoration: none;
	outline: 0 solid transparent;
	color: #161920;
}
.footer-top-content h4{
	margin-bottom:10px;
	font-size:24px;
	font-weight:700;
}
.footer-top-content p{
	font-size: 16px;
	line-height: 1.6;
}
.social-links ul{
	display: flex;
	align-items: center;
}
.social-links li:not(:last-child){
	margin-right:10px;
}
.social-links li a{
	width: 36px;
	height: 36px;
	border-radius:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: all ease 0.35s;
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	-ms-transition: all ease 0.35s;
}
.social-links li a.social-fb{
	background: #3b5999;
}
.social-links li a.social-insta{
	background: #e4405f;
}
.social-links li a.social-linked-in{
	background: #0077B5;
}
.social-links li a.social-youtube{
	background: #ff0000;
}
.whatsapp-ic{
	background:#21c063;
}
.whatsapp-ic img{
	width:20px;
}
.about-company-section {
  padding:50px 0;
  position: relative;
  z-index: 1;
}
.about-thumbnail {
  position: relative;
  z-index: 1;
  width: 100%;
}
.about-thumbnail .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about-thumbnail .first-img {
  width: 70%;
  height: 450px;
}
.about-thumbnail .second-img {
  position: absolute;
  top: 100px;
  right: 0;
  width: 55%;
}
.about-thumbnail .third-img {
  position: relative;
  z-index: 10;
  left: 160px;
  margin-top: 24px;
  width: 45%;
}
.section-heading .sub-title {
  font-size: 24px;
  margin-bottom: 0.25rem;
  text-transform: capitalize;
  display: inline-block;
  color: #00aeef;
}
.btn.btn-success{
  background: #00aeef;
  color:#fff;
}
.about-card-sm h4{
  margin-bottom:10px;
  font-size:20px;
  font-weight:700;
}
.about-card-sm p{
  line-height:1.4;
}
.text-success {
  color: #00aeef;
}
.about-thumbnail .second-img img {
  width: 100%;
}
.about-thumbnail img {
  border-radius: 20px;
}
.about-thumbnail .play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  cursor: pointer;
}
.about-thumbnail .play-video-btn .icon {
  width: 60px;
  height: 60px;
  background-color: #3CB371;
  color: #FFFFFF;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-popup-iframe {
  display: none;
  position: fixed;
  z-index: 999999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video-popup-iframe .video-content {
  position: relative;
  width: 90%;
  max-width: 900px;
  padding: 0;
  z-index: 1;
}
.video-popup-iframe .video-content .close-btn {
  position: absolute;
  top: -3rem;
  right: 0;
  z-index: 1000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer;
  color: #161920;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.video-popup-iframe .video-content .close-btn:hover, .video-popup-iframe .video-content .close-btn:focus {
  background-color: #161920;
  color: #FFFFFF;
}
.section-heading h2 {
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight:700;
  line-height: 1.2;
  text-transform: capitalize;
  color: #161920;
}
.flex-direction-nav{
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  border: solid 1px red;
  justify-content: space-between;
  z-index:9;
}
.trip-card {
  height:100%;
  border-radius: 18px;
  background: #f2f2f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trip-body-inner{
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.trip-card:hover figure img{
  transform: scale(1.1);
}
.tour-packages{
  padding:50px 20px 30px;
}
.heading-desc{
  margin-bottom:35px;
}
.heading-desc h3{
  margin-bottom:15px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700;
  line-height: 1.2;
  text-transform: capitalize;
  color: #161920;
  text-align:center;
}
.heading-desc p{
  font-size: 20px;
  color: #00aeef;
  text-align:center;
}
.trip-card figure img{
  width: 100%;
  height:100%;
  border-radius: 18px 18px 0 0;
  object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trip-card figure{
  height:260px;
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.trip-card .trip-body {
  height:calc(100% - 260px);
  padding: 28px 24px;
}
.trip-title{
  margin-bottom: 15px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  color: #161920;
}
.trip-meta{
  margin-bottom:15px;
}
.btn-light {
  background-color: #FFFFFF;
  color: #161920;
  height: 54px;
  font-size: 16px;
  border-radius: 100px;
  transition: 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-btn{
  background-color: #fff;
  color: #161920;
  height: 54px;
  font-size: 16px;
  border-radius: 100px;
  transition: 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view-btn:hover{
  background-color: #fbc612;
  color:#fff;
}
.btn-light:hover{
  background-color:#00aeef;
  color:#fff;
}
.trip-card .trip-meta .trip-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight:700;
  color: #161920;
}
.trip-card .trip-meta .trip-price span {
  font-size: 16px;
  color: #767676;
  text-decoration: line-through;
}
.trip-card li{
  display: flex;
  align-items: center;
  gap:5px;
}
.trip-card li img{
  width:18px;
}
.contact {
  padding: 50px 0;
  background: #fefefe;
}

.contact-form-wrap {
  width: 925px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}

.contact-form-inner {
  width: 100%;
  display: table;
  table-layout: fixed;
  padding: 40px 50px 40px 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 1.124px 2.782px 22.8px 1.2px rgba(120, 102, 255, 0.15);
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}

.contact-info,
.contact-form {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.contact-form h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #414753;
  margin-bottom: 35px;
  position: relative;
}
.contact-form h3::before{
  content: "";
  bottom: -15px;
  left: inherit;
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 2px;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right,#06aeef,rgb(58 123 213 / 0%));
  border-image-slice: 1;
}

.contact-info {
  width: 350px;
}

.contact-details {
  width: 100%;
  height: 100%;
  padding: 30px 40px 30px 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  position: absolute;
  left: -50px;
  top: 0;
  background-color: #00aeef;
  color: #ffffff;
  box-shadow: 1.763px 2.427px 22.8px 1.2px rgba(19, 26, 80, 0.14);
}

.contact-details-inner li {
  font-size: 15px;
  line-height: 1.4;
  padding-left: 30px;
  margin-bottom: 15px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contact-details-inner ul li a{
  text-decoration:none;
  color:#ffffff;
}
.contact-details-inner h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 15px;
}

.contact .icon {
  position: absolute;
  left: 0;
}

.contact .icon.location {
  top: 0;
}

span.error-msg {
  width: 100%;
  display: inline-block;
  font-size: 13px;
  color: #ff0000;
}
.contact-form {
  width: 100%;
  padding: 15px 0 5px;
}

.contact-details-inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-row {
  margin-bottom: 20px;
  position: relative;
}

.input-field {
  width: 100%;
  height: 45px;
  padding: 15px;
  border-width: 1px;
  border-color: rgb(234, 234, 234);
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(246, 246, 246);
  font-size: 14px;
  color: #a8a8a8;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.input-field:focus {
  border-color: rgb(193, 193, 193);
}

.textarea-field {
  width: 100%;
  height: 112px;
  overflow: auto;
  padding: 15px;
  border-width: 1px;
  border-color: rgb(234, 234, 234);
  border-style: solid;
  border-radius: 4px;
  background-color: rgb(246, 246, 246);
  font-size: 14px;
  color: #a8a8a8;
  resize: none;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.textarea-field:focus {
  border-color: rgb(193, 193, 193);
}

.input-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #a8a8a8;
}

.input-field::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #a8a8a8;
}

.input-field:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #a8a8a8;
}

.input-field:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #a8a8a8;
}

.textarea-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #a8a8a8;
}

.textarea-field::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #a8a8a8;
}

.textarea-field:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 14px;
  color: #a8a8a8;
}

.textarea-field:-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #a8a8a8;
}
.input-field:focus {
outline:none;
  border:solid 1px rgb(193, 193, 193);
}
.textarea-field:focus{
outline:none;
border:solid 1px rgb(193, 193, 193);
}
.btn-row {
  padding-top: 8px;
}

.btn-save {
  width: 220px;
  padding: 15px 15px;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #00aeef;
}

.btn-save:hover {
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #00aeef;
}
.blog-card {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 18px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-card img {
  border-radius: 18px 18px 0 0;
  width: 100%;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.blog-card .post-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  width: 35%;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width:576px) {
  .blog-card .post-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
}
.blog-card .post-img img {
  width: 100%;
  border-radius: 18px 0 0 18px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-card .post-body {
  padding: 20px 28px 28px;
  border-radius: 0 0 18px 18px;
  background-color: #F7F7F7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
  width: 65%;
  border: 0;
  padding: 30px;
  margin-left: 35%;
}
@media only screen and (min-width:576px) {
  .blog-card .post-body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
    margin-left: 50%;
  }
}
@media only screen and (min-width:768px) {
  .blog-card .post-body {
    padding: 40px 30px;
  }
}
.blog-card .blog-meta {
  margin-bottom: 10px;
}
.blog-card .blog-meta a {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.blog-card .blog-meta a:hover, .blog-card .blog-meta a:focus {
  color: #3CB371;
}
.blog-card .blog-meta .dot {
  width: 5px;
  height: 5px;
  background-color: #767676;
  border-radius: 50%;
}
.blog-card .post-title {
  position: relative;
  z-index: 1;
  color: #161920;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width:992px) {
  .blog-card .post-title {
    font-size: 22px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-card .post-title {
    font-size: 24px;
  }
}
.blog-card .post-title:hover, .blog-card .post-title:focus {
  background-size: 100% 2px;
}
.blog-card:hover img, .blog-card:focus img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
          transform: scale3d(1.05, 1.05, 1.05);
}
.blog-card.style-two {
  border-radius: 18px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-card.style-two .post-img {
  position: relative;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.blog-card.style-two .post-img img {
  width: 100%;
  border-radius: 18px 18px 0 0;
}
.blog-card.style-two .post-body {
  padding: 20px 28px 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}

.blog-card-two {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.blog-card-two .post-img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
}
.blog-card-two .post-img img {
  width: 100%;
  border-radius: 18px;
}
.blog-card-two .post-img .post-date {
  position: absolute;
  bottom: 24px;
  right: 24px;
  z-index: 2;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.blog-card-two .post-img .post-date span {
  color: #FFFFFF;
  line-height: 1.1;
}
.blog-card-two .post-img .post-date span:first-child {
  font-size: 24px;
  font-weight: 700;
}
.blog-card-two .post-img .post-date span:last-child {
  font-size: 18px;
  font-weight: 400;
}
.blog-card-two .post-title {
  position: relative;
  z-index: 1;
  color: #141414;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 20px;
}
@media only screen and (min-width:992px) {
  .blog-card-two .post-title {
    font-size: 22px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-card-two .post-title {
    font-size: 24px;
  }
}
.blog-card-two .post-title:hover, .blog-card-two .post-title:focus {
  background-size: 100% 2px;
}
.blog-card-two .blog-meta a {
  color: #535B5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.blog-card-two .blog-meta a:hover, .blog-card-two .blog-meta a:focus {
  color: #02A5CE;
}
.blog-card-two .btn {
  padding: 10px 20px;
  font-size: 14px;
  height: 40px;
}
.blog-card-two:hover, .blog-card-two:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.blog-card-two.theme-two .blog-meta a {
  color: #535B5F;
}
.blog-card-two.theme-two .blog-meta a:hover, .blog-card-two.theme-two .blog-meta a:focus {
  color: #F7921F;
}

.blog-card-three {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.blog-card-three .post-img {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  margin-bottom: 30px;
}
.blog-card-three .post-img img {
  width: 100%;
  border-radius: 18px;
}
.blog-card-three .post-title {
  position: relative;
  z-index: 1;
  color: #141414;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
  font-size: 24px;
}
@media only screen and (min-width:992px) {
  .blog-card-three .post-title {
    font-size: 28px;
  }
}
@media only screen and (min-width:1200px) {
  .blog-card-three .post-title {
    font-size: 32px;
  }
}
@media only screen and (min-width:1400px) {
  .blog-card-three .post-title {
    font-size: 36px;
  }
}
.blog-card-three .post-title:hover, .blog-card-three .post-title:focus {
  background-size: 100% 2px;
}
.blog-card-three .blog-meta a {
  color: #535B5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.blog-card-three .blog-meta a:hover, .blog-card-three .blog-meta a:focus {
  color: #3CB371;
}
.blog-card-three:hover, .blog-card-three:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.blog-section.theme-two, .blog-section.theme-three {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-section.theme-two {
  border-radius: 18px;
  background-image: url("assets/img/core-img/shape7.png");
}
.blog-section.theme-three {
  background-image: url("assets/img/core-img/shape6.png");
}

/* Single Blog */
.blog-widget {
  background-color: #F7F7F7;
  padding: 40px 36px;
  border-radius: 18px;
  width: 100%;
}
.blog-widget form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.blog-widget form .form-control {
  background-color: #FFFFFF;
  border-radius: 8px;
  height: 50px;
  color: #767676;
  border: 0;
}
.blog-widget form .form-control::-webkit-input-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control::-moz-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control:-ms-input-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control::-ms-input-placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control::placeholder {
  color: #767676;
  opacity: 0.7;
}
.blog-widget form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.blog-widget form button {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
  width: 58px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #3CB371;
  color: #FFFFFF;
  border-radius: 8px;
  border: 0;
}
.blog-widget form button:hover, .blog-widget form button:focus {
  background-color: #161922;
  color: #FFFFFF;
}

.blog-list {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  gap: 14px;
}
.blog-list li a {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 50px;
  color: #767676;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-size: 16px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}
.blog-list li a span {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px 8px 8px 0px;
  z-index: 10;
}
.blog-list li a:hover, .blog-list li a:focus {
  color: #FFFFFF;
  background-color: #3CB371;
}
.blog-list li a:hover span, .blog-list li a:focus span {
  background: #2C8C57;
}

.widget-blog-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.widget-blog-post .blog-thumbnail {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
}
@media only screen and (min-width:1200px) {
  .widget-blog-post .blog-thumbnail {
    width: 90px;
  }
}
@media only screen and (min-width:1400px) {
  .widget-blog-post .blog-thumbnail {
    width: 110px;
  }
}
.widget-blog-post .blog-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.widget-blog-post .blog-content a {
  margin-bottom: 0.25rem;
  font-size: 16px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width:1200px) {
  .widget-blog-post .blog-content a {
    font-size: 20px;
  }
}
.widget-blog-post .blog-content a:hover, .widget-blog-post .blog-content a:focus {
  color: #3CB371;
}
.widget-blog-post .blog-content p {
  font-size: 14px;
}
.divider-sm {
  width: 100%;
  display: block;
  height: 50px;
}
.section-title span {
  font-size: 24px;
  font-weight: 700;
  color: #161920;
  background-color: #FFFFFF;
  padding-left: 16px;
  padding-right: 16px;
}
.section-title {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-title::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  z-index: -5;
  background: rgba(118, 118, 118, 0.3);
}
.btn-link {
position: relative;
z-index: 1;
color: #3CB371;
gap: 6px;
padding: 0 !important;
min-width: 0;
height: auto;
background-color: transparent;
border: 0;
text-decoration: none;
border-radius: 0 !important;
}
.btn-link::after {
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
z-index: -1;
background-color: #3CB371;
-webkit-transition-duration: 350ms;
        transition-duration: 350ms;
}
.btn-link i {
font-size: 20px;
-webkit-transition-duration: 350ms;
        transition-duration: 350ms;
}
.btn-link:active, .btn-link:hover, .btn-link:focus {
color: #161922;
-webkit-box-shadow: none;
        box-shadow: none;
}
.btn-link:active::after, .btn-link:hover::after, .btn-link:focus::after {
  background-color: #161920;
  width: 50%;
}
.bg-banner{
  width: 100%;
  height: 70vh;
  position: relative;
  overflow: hidden;
  background:url("../images/gallery/IMG-20250523-WA0017.jpg");
  background-attachment: fixed;
  background-size:cover;
  background-position: center center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.google-map{
  width: 100%;
  height: 75vh;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.google-map:before{
  width:100%;
  height:100%;
  position: absolute;
  content:"";
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.5);
  z-index:1;
}
.bg-banner:before{
  width:100%;
  height:100%;
  position: absolute;
  content:"";
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.8);
  z-index:1;
}
.breadcrumb-wrap{
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index:9;
}
.breadcrumb-wrap h1{
  margin-bottom:25px;
  font-size:60px;
  font-weight:700;
  color:#fff;
}
.breadcrumb-wrap ul{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border-radius: 100px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
}
.breadcrumb-wrap li {
  font-size:18px;
  font-weight:700;
  color:#06aeef;
}
.breadcrumb-wrap li a{
  position: relative;
  font-size: 18px;
  color:#fff;
}
.breadcrumb-wrap li a:before{
  content: "/";
  position: absolute;
  right:-8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  color:#fff;
}
.trips-listing>div{
  margin-bottom:25px;
}
.enquiry-detail-btn-wrap{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:15px;
}
.about{
  padding:50px 0;
}
.about p{
  margin-bottom:15px;
  font-size:18px;
  line-height:1.5;
}
.about-top-info{
  margin-bottom:25px;
}
.about-top-info h2{
  margin-bottom:10px;
  font-size:24px;
  font-weight:700;
  text-align: center;
}
.about-top-info p{
  font-size:20px;
  font-weight:600;
  text-align: center;
}
/* Team CSS */
.team-card {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card img {
  width: 100%;
  border-radius: 18px;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card h4 {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card .team-thumb {
  height:340px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 18px;
}
.team-card .team-thumb img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position:center center;
}
.team-card .team-thumb .team-social {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFFFFF;
  padding: 10px 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms;
}
.team-card .team-thumb .team-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #141414;
  border: 1px solid #06aeef;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-card .team-thumb .team-social a:hover, .team-card .team-thumb .team-social a:focus {
  background-color: #06aeef;
  border-color: #06aeef;
  color: #FFFFFF;
}
.team-card:hover, .team-card:focus {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.team-card:hover .team-social, .team-card:focus .team-social {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.team-card:hover h4, .team-card:focus h4 {
  color: #06aeef;
}

.guider-details-section img {
  width: 100%;
  border-radius: 18px;
}
.guider-details-section p {
  font-size: 18px;
}
.guider-details-section ul li {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  opacity: 0.9;
}
.guider-details-section .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 40px;
}
.guider-details-section .social-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #F7F7F7;
  border-radius: 6px;
  font-size: 20px;
  color: #161920;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.guider-details-section .social-nav a:hover, .guider-details-section .social-nav a:focus {
  background-color: #3CB371;
  color: #FFFFFF;
}

.team-card h4{
  margin-bottom:10px;
  font-size:24px;
  font-weight:700;
  line-height:1.4;
  color:#000;
}
.row.items-center{
  align-items: center;
}
.row.items-center img{
  border-radius:10px;
}
.our-team{
  padding:50px 0;
}
.team-card .team-social img{
  width:20px;
  border-radius:0;
}
.google-map .breadcrumb-wrap{
  position: absolute;
  z-index:9;
}
.contact-us-page .contact{
  padding:0;
  background: transparent;
  position: relative;
  top:-150px;
}
.carousel {
  padding: 30px 0;
  overflow: hidden;
  display: flex;
}
.group.animated {
  animation: scrolling 10s linear infinite;
}
.carousel:not(.basic) > * {
  flex: 0 0 100%;
}
.group {
  display: flex;
  gap: 20px;
  padding-right: 20px;
  will-change: transform;
}
.card {
  width: 320px;
  height:220px;
  color: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 10%) 5px 5px 20px 0;
  padding: 15px;
  font-size: xx-large;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card figure{
  width:100%;
  height:100%;
  border-radius: 5px;
  overflow: hidden;
}
.card figure img{
  width:100%;
  height:100%;
  border-radius: 5px;
  object-fit: cover;
}
@keyframes scrolling {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.carousel:hover .group {
  animation-play-state: paused;
}
.page-name{
  font-size:24px;
  font-weight:700;
  line-height:1.4;
  color:#000;
}
.days-wrap{
  margin:30px 0;
  padding-left:55px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion {
  background-color: rgb(246, 246, 246);
  color: #444;
  cursor: pointer;
  padding: 12px 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight:700;
  line-height:1.4;
  transition: 0.4s;
  border-top-left-radius:12px;
  border-top-right-radius:12px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .location-ic{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left:-55px;
  top:5px;
}
.accordion .location-ic svg{
  fill: #06aeef;
}
.accordion.active {
  background-color: #06aeef;
  color:#fff;
}
.accordion:hover {
  background-color: #06aeef;
  color:#fff;
}
.accordion:hover::after {
 background:#fff;
 color:#06aeef;
}
.accordion:after {
  width:28px;
  height:28px;
  border-radius:50%;
  content: '\002B';
  color: #777;
  font-weight: bold;
  margin-left: 5px;
  display: flex;
  align-items:center;
  justify-content: center;
}

.accordion.active:after {
  content: "\2212";
  background:#fff;
}
.accordion.active:after{
  color:#06aeef;
}
.panel {
  padding: 0 20px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p{
  font-size:18px;
  line-height:1.4;
  margin:15px 0;
}
.title-wrap{
  margin: 25px 0;
}
.title-wrap h4{
  font-size:24px;
  font-weight:800;
}
.list li{
  position: relative;
  padding-left:35px;
  font-size:18px;
  line-height: 1.4;
}
.list li:not(:last-child){
  margin-bottom:15px;
}
.list li:before{
  width:24px;
  height:24px;
  border-radius:50%;
  background:url("../images/icons/check-icon.png") no-repeat center center;
  background-size:100%;
  position: absolute;
  content:"";
  left:0;
  top:0;
}
.description-wrap{
  margin-top:30px;
}
.description-wrap h5{
  margin-bottom:10px;
  font-size:20px;
  line-height:1.4;
  font-weight:800;
}
.description-wrap p{
  font-size:16px;
  line-height:1.4;
}
.terms-condition-list li{
  position: relative;
  padding-left:35px;
  font-size:18px;
  line-height: 1.4;
}
.terms-condition-list li:not(:last-child){
  margin-bottom:15px;
}
.terms-condition-list li:before{
  content: "";
  vertical-align: middle;
  font-size: 14px;
  width: 10px;
  height:10px;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: 0;
  -webkit-transition: transform .5s cubic-bezier(.19,1,.22,1);
  transition: transform .5s cubic-bezier(.19,1,.22,1);
  -moz-transition: transform .5s cubic-bezier(.19,1,.22,1);
  -ms-transition: transform .5s cubic-bezier(.19,1,.22,1);
  -o-transition: transform .5s cubic-bezier(.19,1,.22,1);
  background: #06aeef;
  display: inline-block;
  top: 50%;
}
.title-wrap.tour-ends{
  margin-bottom:50px;
  background:#06aeef;
  padding:10px;
  border-radius:100px;
  
}
.title-wrap.tour-ends h4{
  font-size:20px;
  padding:10px;
  border: 1px dashed #fff;
  border-radius: 100px;
  color:#fff;
  text-transform: capitalize;
}
.tour-details{
  padding:30px ;
}
.tour-info{
  width:100%;
  margin-top:20px;
  display: flex;
  align-items: center;
}
.item-wrap{
  width:50%;
  flex:0 50%;
}
.item-wrap-inner{
  display: flex;
  align-items: center;
}
.item-wrap-inner .location-ic{
  width:54px;
  height:54px;
  border-radius:50%;
  border:solid 2px #06aeef;
  display: flex;
  align-items: center;
  justify-content:center;
}
.item-wrap-inner .location-ic img{
  width:32px;
}
.item-wrap-inner .tours-info{
  width:calc(100% - 54px);
  padding-left:10px;
}
.item-wrap-inner .tours-info h3{
  font-size:20px;
  line-height: 1.4;
  font-weight:700;
}
.brd-right{
  border-right:dotted 2px #06aeef;
  padding-right:20px;
}
.right-sidebar{
  width:100%;
  padding:25px;
  background: #F7F7F7;
}
.grid-wrap{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap:20px;
}
.gallery{
  padding:30px;
}
.grid-wrap img{
  width:100%;
  height:100%;
  object-fit: cover;
  object-position:center;
}
.right-sidebar .contact-form{
  display: block;
}
.right-sidebar .contact-form .input-field, .textarea-field{
  background:#fff;
}
.contact-form .textarea-field{
  background-color: rgb(246, 246, 246);
}
.grid-wrap a{
  overflow: hidden;
}
@media (max-width: 1280px) {
  .about p{
    font-size:17px;
    margin-bottom:12px;
  }
  .about-top-info p {
    font-size: 18px;
  }
  .about-top-info h2{
    margin-bottom:9px;
    font-size: 22px;
  }
  .grid-wrap{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:15px;
  }
  .tour-packages{
    padding:40px 18px 25px;
  }
  .trip-card .trip-body {
    padding: 24px 20px;
  }
  .footer-top-content .ft-item .icon{
    width:70px;
    height:70px;
  }
  .footer-top-content .ft-item{
    gap: 18px;
  }
  .footer-top-content h4{
    font-size:22px;
  }
  .footer-top-content p{
    font-size:15px;
    line-height: 1.5;
  }
  .about-company-section{
    padding:35px 0;
  }
  .hero-content h3{
    margin-bottom:12px;
    font-size:50px;
  }
  .hero-content p{
    font-size:18px;
  }
  .slider .flex-direction-nav a{
    width: 44px;
    height: 44px;
  }
  .blog-card .post-title{
    font-size:19px;
  }
  .blog-card .blog-meta a{
    font-size:15px;
  }
  .post-body .btn-link{
    font-size:15px;
  }
  .trip-title.mb-4 {
    font-size:19px;
    margin-bottom:15px;
  }
  .breadcrumb-wrap h1{
    margin-bottom: 20px;
    font-size: 50px;
  }
  .breadcrumb-wrap li{
    font-size:17px;
  }
  .carousel{
    padding: 25px 0;
  }
  .page-name{
    font-size: 22px;
  }
  .item-wrap-inner .tours-info h3{
    font-size:19px;
  }
  .tour-details{
    padding:25px;
  }
  .item-wrap-inner .location-ic{
    width: 50px;
    height: 50px;
  }
  .item-wrap-inner .tours-info {
    width: calc(100% - 50px);
  }
  .item-wrap-inner .location-ic img{
    width:28px;
  }
  .accordion{
    padding: 11px 14px;
    font-size: 19px;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
  }
  .panel p{
    font-size:17px;
  }
  .panel {
    padding: 0 18px;
  }
  .contact-form h3{
    font-size:24px;
  }
  .input-row{
    margin-bottom:18px;
  }
  .contact-us-page .contact{
    top:-120px;
  }
  .google-map{
    height: 65vh;
  }
  .contact-details{
    padding: 25px 35px 25px 25px;
  }
  .header{
    padding: 0 40px;
  }
  .header .header-wrap{
    padding: 12px;
  }
  .card {
    width: 300px;
    height:200px;
    border-radius: 8px;
    padding: 12px;
  }
}

@media (max-width: 1024px) {
  .about p{
    font-size:16px;
    margin-bottom:10px;
  }
  .about-top-info p {
    font-size: 16px;
  }
  .about-top-info h2{
    margin-bottom:8px;
    font-size: 20px;
  }
  .tour-packages{
    padding:30px 16px 20px;
  }
  .trip-card .trip-body {
    padding: 20px 16px;
  }
  .card {
    width: 280px;
    height:180px;
    border-radius: 6px;
    padding: 10px;
  }
  .slider .flex-direction-nav a{
    width: 40px;
    height: 40px;
  }
  .about-company-section{
    padding:25px 0;
  }
  .search-form{
    position: static;
  }
  .enquiry-wrap{
    flex-direction: column;
  }
  .enquiry-wrap .left-wrap{
    width:100%;
  }
  .enquiry-wrap .left-wrap .inner{
    flex-direction: column;
    gap:15px;
  }
  .enquiry-wrap .left-wrap .inner .flex-item{
    width:100%;
    flex:0 100%;
    padding:0;
  }
  .search-form-inner{
    border-radius:20px;
    padding:20px;
  }
  .footer-top-content .ft-item .icon{
    width:60px;
    height:60px;
  }
  .footer-top-content .ft-item{
    gap: 16px;
  }
  .footer-top-content h4{
    font-size:20px;
  }
  .footer-top-content p{
    font-size:14px;
    line-height: 1.4;
  }
  .hero-content h3{
    margin-bottom:10px;
    font-size:40px;
  }
  .hero-content p{
    font-size:16px;
  }
  .blog-card .post-title{
    font-size:18px;
  }
  .blog-card .blog-meta a{
    font-size:14px;
  }
  .post-body .btn-link{
    font-size:14px;
  }
  .trip-title.mb-4 {
    font-size:18px;
    margin-bottom:12px;
  }
  .breadcrumb-wrap h1{
    margin-bottom: 18px;
    font-size: 40px;
  }
  .breadcrumb-wrap li{
    font-size:16px;
  }
  .carousel{
    padding: 20px 0;
  }
  .page-name{
    font-size: 20px;
  }
  .item-wrap-inner .tours-info h3{
    font-size:18px;
  }
  .item-wrap-inner .location-ic{
    width: 46px;
    height: 46px;
  }
  .item-wrap-inner .tours-info {
    width: calc(100% - 46px);
  }
  .tour-details{
    padding:20px;
  }
  .item-wrap-inner .location-ic img{
    width:24px;
  }
  .accordion{
    padding: 10px 12px;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .panel p{
    font-size:16px;
  }
  .panel {
    padding: 0 15px;
  }
  .contact-form h3{
    font-size:22px;
  }
  .input-row{
    margin-bottom:15px;
  }
  .contact-us-page .contact{
    top:-100px;
  }
  .google-map{
    height: 55vh;
  }
  .contact-details{
    padding: 20px 30px 20px 20px;
  }
  .header{
    padding: 0 30px;
  }
  .header .header-wrap{
    padding: 10px;
  }
  .right-sidebar{
    padding:20px;
  }
  .header .header-wrap figure{
    width:70px;
    height:70px;
  }
}
@media (max-width: 991px) {
  .about p{
    font-size:15px;
  }
  .about-top-info h2{
    margin-bottom:5px;
    font-size: 18px;
  }
  .grid-wrap{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap:10px;
  }
  .header .header-wrap figure{
    width:60px;
    height:60px;
  }
  .inner-header .navbar button{
    padding: 5px;
  }
  .inner-header .navbar button:focus{
    outline:none;
  }
  .inner-header .navbar button:active{
    outline:none;
  }
  .inner-header .navbar button:visited{
    outline:none;
  }
  .inner-header .navbar-nav{
    gap:10px;
  }
  .inner-header .navbar-nav a:hover{
    color:#06aeef;
  }
  .inner-header .navbar-collapse{
    width:280px;
    height:100vh!important;
    padding:15px;
    background:#fff;
    position: fixed;
    right:-300px;
    top:82px;
    z-index:99;
    transition:0.3s ease-in;
  }
  .inner-header .navbar-collapse.show{
    right:0;
  }
  .header .header-wrap{
    border-radius:0;
  }
  .header{
    padding:0;
    top:0;
  }
}
@media (max-width: 767px) {
  .about p{
    font-size:14px;
  }
  .about-top-info p {
    font-size: 15px;
  }
  .copyright-wrapper .copyright{
    justify-content: flex-start;
  }
  .tour-packages{
    padding:25px 15px 15px;
  }
  .trip-card .trip-body {
    padding: 15px 12px;
  }
  .right-sidebar{
    padding:15px;
  }
  .card {
    width: 240px;
    height:160px;
    border-radius: 5px;
    padding: 8px;
  }
  .slider .flex-direction-nav a{
    width: 36px;
    height: 36px;
  }
  .slide-content{
    padding:0 25px;
  }
  .hero-content h3{
    font-size:32px;
  }
  .hero-content p{
    font-size:14px;
  }
  .contact-form-inner{
    padding:25px;
    display: flex;
    flex-direction: column;
  }
  .contact-info{
    width:100%;
  }
  .contact-details-inner{
    top:0;
    transform: translateY(0);
  }
  .contact-details {
    position: static;
  }
  .footer-top-content .ft-item .icon{
    width:55px;
    height:55px;
  }
  .footer-top-content .ft-item{
    gap: 15px;
  }
  .footer-top-content h4{
    font-size:18px;
  }
  .footer-top-content p{
    font-size:13px;
  }
  .blog-card .post-title{
    font-size:16px;
  }
  .blog-card .blog-meta a{
    font-size:13px;
  }
  .post-body .btn-link{
    font-size:13px;
  }
  .trip-title.mb-4 {
    font-size:16px;
    margin-bottom:10px;
  }
  .breadcrumb-wrap h1{
    margin-bottom: 20px;
    font-size: 36px;
  }
  .breadcrumb-wrap li{
    font-size:15px;
  }
  .page-name{
    font-size: 18px;
  }
  .item-wrap-inner .tours-info h3{
    font-size:16px;

  }
  .item-wrap-inner .location-ic{
    width: 42px;
    height: 42px;
  }
  .item-wrap-inner .tours-info {
    width: calc(100% - 42px);
  }
  .tour-details{
    padding:15px;
  }
  .item-wrap-inner .location-ic img{
    width:20px;
  }
  .accordion{
    padding: 8px 10px;
    font-size: 16px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .panel p{
    font-size:15px;
  }
  .panel {
    padding: 0 10px;
  }
  .contact-form h3{
    font-size:20px;
  }
  .input-row{
    margin-bottom:12px;
  }
  .contact-us-page .contact{
    top:0;
    padding:25px 0;
  }
  .google-map{
    height: 50vh;
  }
}
@media (max-width: 576px){
  .grid-wrap{
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap:10px;
  }
}
.services{
  width:100%;
  margin:0 -15px;
  display: flex;
  align-items: flex-start;
}
.service-item{
  width:33.33%;
  padding:0 15px;
}
.title-text{
  margin-bottom:10px;
  padding-bottom:5px;
  font-size:20px;
  font-weight:700;
  line-height:1.4;
  color:#06aeef;
  position: relative;
}
.title-text:before{
  width: 100%;
  height: 2px;
  border-bottom: 2px solid;
  position: absolute;
  content: "";
  bottom: -10px;
  left: inherit;
  z-index: 1;
  border-image: linear-gradient(to right, #06aeef, rgb(58 123 213 / 0%));
  border-image-slice: 1;
}