@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif!important;
}

.pdy{
    position: relative;
    padding: 5rem 0;
}
/* h1, h2, h3, h4, h5, h6{
    font-family: 'Abril Fatface', cursive;
} */
.head_icon{
    width: 40px;
}
header .top_head{
	background: #008c45;
	padding: 6px;
}
header .top_txt ul{
	display: flex;
    margin: 0;
    list-style: none;
}
header .top_txt ul li a{
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}
header .social_icons ul{
    list-style: none;
    display: flex;
    margin: 0;
    justify-content: flex-end;
}
header .social_icons ul li{
    height: 40px;
    width: 40px;
    margin-right: 25px;
    border-radius: 50%;
    padding: 6px 0;
    transition: .3s ease-in-out;
    text-align: center;
    border: 2px solid #ccc;
}
header .social_icons ul li:hover{
    background: #fe5425;
    border-color: #fe5425;
}
header .social_icons ul li a{
    color: #ccc;
}
header .social_icons ul li:hover a{
    color: #fff;
}
header nav {
    background: #fff;
}
header nav .nav-item{
    margin-right: 70px;
}
header nav .nav-item:last-child{
    margin-right: 0;
}
header nav .nav-item a{
    color: #04132a;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 700;
}
header nav .nav-item:last-child a{
    padding-right: 0!important;
}
.banner__slider{
	background: linear-gradient(90deg, #008c45, #3484c5);
	background-position: center;
	/* padding: 3rem 0; */
	position: relative;
}
.banner__slider::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 57% 0, 41% 100%, 0% 100%);
	height: 100%;
	width: 100%;
	background: #fff;
	border-top: 1px solid #fe4c1b;
}
.slide {
	position: relative;
	transition: 1s;
  }
  .slide .slide__img {
	width: 100%;
	height: auto;
	overflow: hidden;
	}
  /* @media (min-width: 992px) {
	.slide .slide__img {
	  position: absolute;
	  top: 50%;
	  left: 0;
	  transform: translateY(-50%);
	}
  } */
  .slide .slide__img img {
	width: 100%;
	height: 100%;
	opacity: 1 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	transition: all 1s ease;
	}
  .slide .slide__content {
	position: absolute;
	top: 46%;
	left: 86px;
	width: 53%;
	}
  .slide .slide__content.slide__content__left {
	left: 15%;
	transform: translate(-15%, 9%);
	}
  .slide .slide__content.slide__content__right {
	left: 10%;
	transform: translate(-3%, 4%);
	right: auto;
	}
  .slide .slide__content--headings {
	color: #04132a;
	}
  .slide .slide__content--headings h2 {
	font-size: 4.5rem;
	margin: 10px 0;
  }
  .slide .slide__content--headings .animated {
	transition: all 0.5s ease;
  }
  .slide .slide__content--headings .top-title {
	font-size: 2.5rem;
	color: #fff;
	}
  .slide .slide__content--headings .title {
	font-size: 3.5rem;
	font-weight: 700;
	color: #fe4c1b;
	line-height: 85px;
	}
  .slide .slide__content--headings .button-custom {
	text-decoration: none;
	color: #333;
	padding: 1.2rem 2.5rem;
	font-size: 1.5rem;
  }
  .slide .slide__content--headings ul{
	list-style: none;
    margin: 0;
    display: flex;
	margin-top: 35px;
  }
  .slide .slide__content--headings ul li a{
	background: #ffff;
	border-radius: 35px;
	border: 2px solid #448819;
	color: #fe5425;
	width: 140px;
	letter-spacing: .5px;
	font-weight: 500;
	}
  .slide .slide__content--headings ul li:last-child a{
	background: #448819;
	border-radius: 35px;
	width: 140px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 500;
	letter-spacing: .5px;
	}
  
  .slider [data-animation-in] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
			animation-duration: 1.5s;
	transition: opacity 0.5s ease 0.3s;
	transition: 1s;
  }
  
  .slick-dotted .slick-slider {
	margin-bottom: 30px;
  }
  
  .slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
  }
  .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
  }
  .slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	transition: all 0.3s ease;
  }
  .slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
  }
  
  .simple-dots .slick-dots li {
	width: 20px;
	height: 20px;
  }
  .simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: white;
	opacity: 0.25;
	width: 20px;
	height: 20px;
  }
  .simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
	opacity: 1;
  }
  .simple-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
  }
  
  .stick-dots .slick-dots li {
	height: 3px;
	width: 50px;
  }
  .stick-dots .slick-dots li button {
	position: relative;
	background-color: white;
	opacity: 0.25;
	width: 50px;
	height: 3px;
	padding: 0;
  }
  .stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
	opacity: 1;
  }
  .stick-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
  }
  .stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1;
  }
  
  /* /////////// IMAGE ZOOM /////////// */
  @-webkit-keyframes zoomInImage {
	from {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
  }
  @keyframes zoomInImage {
	from {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
  }
  .zoomInImage {
	-webkit-animation-name: zoomInImage;
			animation-name: zoomInImage;
  }
  
  @-webkit-keyframes zoomOutImage {
	from {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
  }
  
  @keyframes zoomOutImage {
	from {
	  transform: scale3d(1.1, 1.1, 1.1);
	  transition: 1s;
	}
	to {
	  transform: scale3d(1, 1, 1);
	  transition: 1s;
	}
  }
  .zoomOutImage {
	-webkit-animation-name: zoomOutImage;
			animation-name: zoomOutImage;
	transition: 1s;
  }
  
  .slick-nav {
	--active: #fff;
	--border: rgba(255, 255, 255, .12);
	width: 44px;
	height: 44px;
	position: absolute;
	cursor: pointer;
	top: calc(50% - 44px);
  }
  .slick-nav.prev-arrow {
	left: 3%;
	transform: scaleX(-1);
	z-index: 999;
  }
  .slick-nav.next-arrow {
	left: auto;
	right: 3%;
  }
  .slick-nav i {
	display: block;
	position: absolute;
	margin: -10px 0 0 -10px;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	}
  .slick-nav i:before, .slick-nav i:after {
	content: "";
	width: 10px;
	height: 2px;
	border-radius: 1px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: #04132a;
	margin: -1px 0 0 -5px;
	display: block;
	transform-origin: 9px 50%;
	}
  .slick-nav i:before {
	transform: rotate(-40deg);
  }
  .slick-nav i:after {
	transform: rotate(40deg);
  }
  .slick-nav:before, .slick-nav:after {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	border-radius: 50%;
	border: 2px solid #04132a;
	}
  .slick-nav svg {
	width: 44px;
	height: 44px;
	display: block;
	position: relative;
	z-index: 1;
	color: #fe4e1f;
	stroke-width: 2px;
	stroke-dashoffset: 126;
	stroke-dasharray: 126 126 0;
	transform: rotate(0deg);
	}
  .slick-nav.animate svg {
	-webkit-animation: stroke 1s ease forwards 0.3s;
			animation: stroke 1s ease forwards 0.3s;
  }
  .slick-nav.animate i {
	-webkit-animation: arrow 1.6s ease forwards;
			animation: arrow 1.6s ease forwards;
  }
  .slick-nav.animate i:before {
	-webkit-animation: arrowUp 1.6s ease forwards;
			animation: arrowUp 1.6s ease forwards;
  }
  .slick-nav.animate i:after {
	-webkit-animation: arrowDown 1.6s ease forwards;
			animation: arrowDown 1.6s ease forwards;
  }
  
  @-webkit-keyframes stroke {
	52% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 0;
	}
	52.1% {
	  transform: rotate(-360deg);
	  stroke-dashoffset: 0;
	}
	100% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 126;
	}
  }
  
  @keyframes stroke {
	52% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 0;
	}
	52.1% {
	  transform: rotate(-360deg);
	  stroke-dashoffset: 0;
	}
	100% {
	  transform: rotate(-180deg);
	  stroke-dashoffset: 126;
	}
  }
  @-webkit-keyframes arrow {
	0%, 100% {
	  transform: translateX(0);
	  opacity: 1;
	}
	23% {
	  transform: translateX(17px);
	  opacity: 1;
	}
	24%, 80% {
	  transform: translateX(-22px);
	  opacity: 0;
	}
	81% {
	  opacity: 1;
	  transform: translateX(-22px);
	}
  }
  @keyframes arrow {
	0%, 100% {
	  transform: translateX(0);
	  opacity: 1;
	}
	23% {
	  transform: translateX(17px);
	  opacity: 1;
	}
	24%, 80% {
	  transform: translateX(-22px);
	  opacity: 0;
	}
	81% {
	  opacity: 1;
	  transform: translateX(-22px);
	}
  }
  @-webkit-keyframes arrowUp {
	0%, 100% {
	  transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
  @keyframes arrowUp {
	0%, 100% {
	  transform: rotate(-40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
  @-webkit-keyframes arrowDown {
	0%, 100% {
	  transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
  @keyframes arrowDown {
	0%, 100% {
	  transform: rotate(40deg) scaleX(1);
	}
	20%, 80% {
	  transform: rotate(0deg) scaleX(0.1);
	}
  }
.short_abt{
	background: url(../images/bg-banner.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
	position: relative;
} 
.short_abt::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #000000e3;
	height: 100%;
	width: 100%;
}
.short_abt .wrap_abt h3{
    font-size: 40px;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}
.short_abt .wrap_abt p{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.short_abt .wrap_abt a.btn{
    background: #fe4e1f;
    color: #fff;
    border-radius: 30px;
}
.mission_vision{
    background: #04132a url(../images/bg-shape.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.mission_img_box{
	position: relative;
}
.mission_img_box img{
	display: block;
	margin: auto;
	animation-duration: 7s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
	transition: .8s;
}
.shake-1 {
    animation-name: shake-1;
    animation-timing-function: linear;
}
@keyframes shake-1 {
    10%, 90% {
		transform: translate3d(-1px, 0,);
	  }
}
/* .mission_img_box .rounded_shape{
    height: 390px;
    width: 390px;
    top: 0;
    left: 34px;
    border: 3px dashed #183b97;
    -webkit-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite;
}
.mission_img_box .rounded_shape2{
    height: 330px;
    width: 330px;
    border: 3px dashed #fe4e1f;
    top: 27px;
    left: 64px;
    -webkit-animation: spin2 50s linear infinite;
    animation: spin2 50s linear infinite;
} */
/* .mission_img_box .rounded_shape, .mission_img_box .rounded_shape2{
    position: absolute;
    border-radius: 50%;
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes spin2 { from { transform: rotate(360deg); } to { transform: rotate(0deg); } } */

.mission_vision .mission_cont h5{
    text-transform: capitalize;
    margin-top: 12px;
    font-size: 27px;
    color: #008c45;
    font-family: 'Poppins';
    font-weight: 700;
}
.mission_vision .mission_cont h5 span{
	font-weight: normal;
    color: #fe4e1f;
}
.mission_vision .mission_cont p{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}
.mission_vision .card-header{
    background: #04132a;
}
.mission_vision .card-header h5{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    margin-top: 0;
}
/* ========= products sec ========= */
.products_sec{
	padding: 3rem 0;
}
.products_sec .image_container{
	padding: 50px;
    background: url(../images/our-vision-bg.jpg);
    margin-top: 30px;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.15);
    border-radius: 5px;
}
.products_sec  ul{
	list-style: none;
	margin: 0;
	display: flex;
	text-transform: uppercase;
	flex-flow: wrap;
}
.products_sec .product_navigation ul li{
	box-shadow: 0 0.5rem 1rem #183b9766;
	margin: 14px 0;
	padding: 10px 15px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 500;
	color: #000;
	cursor:pointer;
	letter-spacing: .5px;
	margin: 0 10px 15px;
	position: relative;
	overflow: hidden;
	transition: .8s;
}
.products_sec .product_navigation ul li::before{
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: #008c45;
	z-index: -1;
	border-radius: 35px;
	transition: .8s;
}
.products_sec .product_navigation ul li:hover{
	color: #fff;
}
.products_sec .product_navigation ul li:hover::before{
	left: 0;
	color: #fff;
}
.products_sec .product_navigation ul li.active{
	background: #008c45;
	color:#fff;
}
.products_sec .img_box{
	margin-bottom:20px;
	overflow:hidden;
	border-radius: 6px;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
	position: relative;
	border: 1px solid #ccc9c9;
	background: #fff;
}
.products_sec .img_box img{
	width: 100%;
	border-radius: 6px 6px 0 0;
	height: 200px;
	border-bottom: 1px solid #eee;
}
.products_sec .img_box small{
	font-size: 12px;
    color: #333;
    font-weight: 500;
    letter-spacing: .5px;
}
.products_sec .img_box h5{
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.products_sec .img_box .save_icon{
	position: absolute;
	top: 15px;
	right: 15px;
	height: 35px;
	width: 35px;
	background: #fe4c1b;
	border-radius: 50%;
	padding: 6px 12px;
	transform: scale(0.5);
	opacity: 0;
	transition: all 0.4s ease 0s;
}
.products_sec .img_box .save_icon i{
	color: #fff;
}
.products_sec .img_box:hover{
	border: 1px solid;
	transition: all ease-in-out .5s;
}
.products_sec .img_box:hover .save_icon{
	transform: scale(1);
	opacity: 1;
}
.products_sec .img_box .new_tgline{
	position: absolute;
    top: 15px;
    left: 19px;
    background: #04132a;
    transform: skewX(
-18deg
);
    padding: 0 8px;
    border-radius: 5px;
    border: 2px solid #fe4c1b;
    color: #fff;
}
.products_sec .img_box .new_tgline span{
	font-size: 12px;
    text-transform: capitalize;
}
.products_sec .img_box .card-txt{
    padding: 0 18px 15px;
	position: relative;
}
.products_sec .img_box .book_btn a{
	margin: 0 17px 25px;
	border-radius: 35px;
	background: #008c45;
	padding: 9px 20px;
	color: #fff;
}
.products_sec .pro_heading{
    text-align: center;
    margin-bottom: 40px;
}
.products_sec .pro_heading h3{
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 40px;
    color: #008c45;
    font-weight: 700;
}
.products_sec .hover_me{
	position: relative;
	overflow: hidden;
}
.products_sec .hover_me::before{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height:100%;
	background: #008c45;
	transition: .5s;
}
.products_sec .img_box:hover .hover_me::before{
	top: 0;
}
.products_sec .img_box:hover .card-txt small,
.products_sec .img_box:hover .card-txt h5{
	color:#ffff;
}
.products_sec .img_box:hover .book_btn a{
	background: #fe4e1f;
}
/* ====== footer css ======== */
footer .main_footer{
    padding: 3rem 0;
    background: linear-gradient(90deg, #008c45, #3484c5);
}
footer .footer_txt h3{
    font-size: 19px;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 10px;
    color: rgba(255,255,255,.95);
    font-weight: 600;
}
footer .footer_txt h3::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fe4e1f;
    width: 50px;
    height: 2px;
}
footer .footer_txt h3::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,.16);
    width: 84%;
    height: 2px;
}
footer .footer_txt p{
    font-size: 13px;
    line-height: 25px;
    color: rgba(255,255,255,.95);
}
footer .footer_txt ul{
    list-style: none;
    margin: 0;
}
footer .footer_txt ul li{
    margin-bottom: 10px;
}
footer .footer_txt ul li a{
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 500;
    color: rgba(255,255,255,.95);
}
/* ======= balloon ===== */
.jsn-air-balloon {
	position: fixed;
	right: 22px;
	bottom: 130px;
	-webkit-animation: balloon 6s ease-in-out infinite;
	-moz-animation: balloon 6s ease-in-out infinite;
	-o-animation: balloon 6s ease-in-out infinite;
	animation: balloon 6s ease-in-out infinite;
	z-index: 99999 !important;
	float: right;
}

.jsn-air-balloon a {
	display: block;
}

.jsn-air-balloon img {
	width: 80px;
	height: 125px;
}

@-webkit-keyframes balloon {
	0%,
	100% {
		-webkit-transform: translateY(0);
	}
	30% {
		-webkit-transform: translateY(-150px);
	}
	40% {
		-webkit-transform: translateY(-95px);
	}
	50% {
		-webkit-transform: translateY(-150px);
	}
	60% {
		-webkit-transform: translateY(-95px);
	}
	70% {
		-webkit-transform: translateY(-150px);
	}
	80% {
		-webkit-transform: translateY(-95px);
	}
}

@-moz-keyframes balloon {
	0%,
	100% {
		-moz-transform: translateY(0);
	}
	30% {
		-moz-transform: translateY(-150px);
	}
	40% {
		-moz-transform: translateY(-95px);
	}
	50% {
		-moz-transform: translateY(-150px);
	}
	60% {
		-moz-transform: translateY(-95px);
	}
	70% {
		-moz-transform: translateY(-150px);
	}
	80% {
		-moz-transform: translateY(-95px);
	}
}

@-o-keyframes balloon {
	0%,
	100% {
		-o-transform: translateY(0);
	}
	30% {
		-o-transform: translateY(-150px);
	}
	40% {
		-o-transform: translateY(-95px);
	}
	50% {
		-o-transform: translateY(-150px);
	}
	60% {
		-o-transform: translateY(-95px);
	}
	70% {
		-o-transform: translateY(-150px);
	}
	80% {
		-o-transform: translateY(-95px);
	}
}

@keyframes balloon {
	0%,
	100% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-150px);
	}
	40% {
		transform: translateY(-95px);
	}
	50% {
		transform: translateY(-150px);
	}
	60% {
		transform: translateY(-95px);
	}
	70% {
		transform: translateY(-150px);
	}
	80% {
		transform: translateY(-95px);
	}
}
/* Scroll top -----*/
.scroll-top {
	width: 67px;
    height: 70px;
	position: fixed;
	bottom: 105%;
	right: 30px;
	font-size: 18px;
	border-radius: 50%;
	z-index: 99;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: transparent;
	-webkit-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	transition: 1s ease;
	border: none;
}

.scroll-top span:before {
	font-size: 27px;
}

.scroll-top:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	outline: none;
}
.scroll-top.open {
	bottom: 73px;
}
/* ========== make_unique ========== */
.make_unique .icon_box{
	position: relative;
	padding: 4rem 0 2rem;
	margin-top: 75px;
	text-align: center;
	border-radius: 3px;
	height: 172px;
}
#bubbles canvas{
	position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}
.make_unique .icon_box img{
	width: 90px;
	position: absolute;
	top: -45px;
	left: 26px;
	background: #fff;
}
.make_unique .icon_box strong{
	font-size: 15px;
    font-weight: 500;
    color: #323232;
    letter-spacing: .5px;
}
.make_unique .heading h3{
	font-size: 40px;
	margin-bottom: 5px;
	text-align: left;
	text-transform: capitalize;
	color: #183b97;
	font-weight: 700;
}
.make_unique .heading h3 span{
	font-weight: 300;
    color: #fe4c1b;
}
.make_unique .why_choose_list ul{
	list-style: none;
    display: flex;
    flex-flow: wrap;
}
.make_unique .why_choose_list ul li{
	width: 50%;
    font-size: 15px;
    font-weight: normal;
    color: #333;
	margin-bottom: 30px;
}
.make_unique .why_choose_list i{
	color: #183b97;
	font-size: 13px;
}
/* ======== service page ======== */
.service_sec{
	padding: 3rem 0;
	background: url(../images/lend-home-bg.png);
	background-size: cover;
}
.service_sec .service_boxes {
	position: relative;
}
.service_sec .toplist_wrap{
	border-bottom: 1px dashed #4141a5;
	position: relative;
}
.service_sec .col-lg-2 h5{
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    font-weight: 600;
	display: none;
}
/* .service_sec .toplist_wrap::before, .service_sec .toplist_wrap::after{
	position: absolute;
    top: 72%;
	width: 9%;
    height: 100%;
    color: #fd5056;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
}
.service_sec .toplist_wrap::before{
    content: "Reach Campsite";
    left: -17px;
}
.service_sec .toplist_wrap::after{
    content: "Check-Out (11am)";
    right: -17px;
} */
.service_sec .top_border{
	position: relative;
	padding-bottom: 60px;
}
.service_sec .top_border::before{
	height: 50px;
    border: 1px dashed #4141a5;
    content: "";
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
}
.service_sec .border_bottom{
	position: relative;
	padding-top: 60px;
}
.service_sec .border_bottom:before{
	height: 50px;
    border: 1px dashed #4141a5;
    content: "";
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    left: 50%;
}
.service_sec .service_boxes .rounded_dots{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -14px;
	left: 0;
	-webkit-animation: 6s linear infinite dots;
	animation: 6s linear infinite dots;
}
@-webkit-keyframes dots {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
@keyframes dots {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.service_sec .service_boxes span{
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -3px;
	margin-top: -3px;
}
.service_sec .service_boxes span:nth-child(1){
	background: #4141a5;
	transform: translate(0,-40px);
}
.service_sec .service_boxes span:nth-child(2){
	background-color: #ec0b54;
	transform: translate(34px,18px);
}
.service_sec .service_boxes span:nth-child(3){
	background-color: #49d88b;
	transform: translate(-36px,18px);
}
.service_sec .service_boxes  img{
	border: 2px solid #4141a5;
	border-radius: 50%;
	padding: 14px;
	width: 65%;
	display: block;
	margin: auto;
}
.service_sec .schedule_head i{
	font-size: 45px;
    color: #4141a5;
    margin-bottom: 10px;
}
.service_sec .schedule_head h3, .unique_head h3{
    font-size: 40px;
    font-weight: 600;
    color: #008c45;
    margin-bottom: 50px;
    text-transform: capitalize;
}
.service_sec .schedule_head h3 span, .unique_head h3 span{
	font-weight: 300;
    color: #fe5425;
}
.meanmenu-reveal{
	top: 18px;
}
.service_sec .service_boxes i{
	display: block;
	margin: auto;
	width: 80px;
	height: 80px;
	font-size: 35px;
	border: 1px solid;
	color: #008c45;
	border-radius: 50%;
	text-align: center;
	padding: 21px 0;
}
.service_sec .service_boxes h5{
	font-size: 13px;
    font-weight: 500;
    text-align: center;
    margin-top: 15px;
}
/* ======== contact page css ========= */
.contact_banner{
    background: url(../images/contactus-banner.jpg);
    background-size: cover!important;
    padding:7rem 0;
    position: relative;
    background-position: center!important;
}
.contact_banner::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: #868080b0;
    top: 0;
    left: 0;
}
.contact_banner h3.title {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 0;
    color: #008c45;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}
#content {
	position: relative;
	padding: 3rem 0;
}

#content .contact-form {
	padding: 30px;
	box-shadow: 0 0 10px rgba(175, 175, 175, .23)
}

#content .contact-form .contact-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 30px;
	padding-bottom: 25px;
	position: relative;
	color: #008c45;
}

#content .contact-form .contact-title:before {
	content: "";
	height: 3px;
	width: 40px;
	background: #fe4e1f;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}

#content .information {
	box-shadow: 0 0 10px rgba(175, 175, 175, .23)
}

#content .information h3 {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #f1f1f1;
	margin: 0;
	padding: 20px
}

#content .information .contact-datails {
	padding: 20px
}
#content .information .contact-datails a.btn{
	background: linear-gradient(90deg, #03228f 0, #0e73e4 100%);
	color: #fff;
	border: 0;
	padding: 11px 25px;
}

#content .information .contact-datails .info li {
    padding: 0 0 18px;
    width: 100%;
    display: flex;
    align-items: center;
}

#content .information .contact-datails .info li span {
    font-weight: 500;
    width: 35px;
    height: 35px;
    background: #008c45;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 50%;
    margin-right: 15px;
    transition: .8s;
}
#content .information .contact-datails .info li:hover span{
	background: #fe4e1f;
}
#content .information .contact-datails .info li p {
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin: 0;
    padding: 0;
    width: 85%;
    border-bottom: 1px solid #741f73;
}

#content .information .contact-datails .info li p a {
	color: #999
}

#content .information .contact-datails .info li p a:hover {
	color: #f24c1a;
}
#content .form-control{
  display: block;
  width: 100%;
  font-size: 14px;
  box-shadow: none;
  color: #333;
  background: #fff;
  padding: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-weight: 400;
  transition: all 500ms ease;
}
#content .form-control:focus{
  border-color:#04132a ;
}
#content .contact-form button{
  background: #008c45;
  border: 0;
  color: #fff;
  padding: 11px 25px;
  margin-top: 15px;
  border-radius: 35px;
}
/* ======== about page css ======== */
.about_sec{
	padding: 4rem 0 3rem;
}
.about_sec .abt_txt h3{
	font-size: 35px;
	font-weight: 600;
	text-transform: capitalize;
	color: #008c45;
}
.about_sec .abt_txt span{
	font-weight: normal;
    color: #f24c1a;
}
.about_sec .abt_txt p{
	font-size: 15px;
    font-weight: 400;
    color: #04132a;
    line-height: 27px;
    text-align: justify;
}
.about_sec .abt_txt p b{
	color: #f24c1a;
	font-weight: 600;
}
.about_sec .about-img{
	position: relative;
}
.about_sec .about-img::before{
	position: absolute;
	content: '';
	top: 0;
	left: 48px;
	width: 175px;
	height: 175px;
	background: #f24c1a;
	border-radius: 50%;
}
.about_sec .about-img::after{
	position: absolute;
	content: '';
	bottom: 0;
	right: 86px;
	width: 120px;
	height: 120px;
	background: #448819;
	border-radius: 50%;
}
.about_sec .about-img img{
	width: 295px;
	display: block;
	margin: auto;
	position: relative;
	border-radius: 50%;
	z-index: 9;
	height: 295px;
	object-fit: cover;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform-origin: bottom;
}
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
}
@keyframes bounce-1 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(-20px); }
    100% { transform: translateY(0); }
}