@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,400;0,700;1,300;1,400&family=Quicksand:wght@300;400;600;700&family=Square+Peg&display=swap');
body {
	font-family: 'Comic Neue', cursive;
	font-size: 1.25rem
}
.form-control:focus {
	box-shadow: none;
	border-color: #ff7e3a;
	color: #777;
}
.btn:focus {
	box-shadow: none;
}
/*----------Header--------------*/
header {
	background-color: #419986
}
header .account .btn {
	background-color: #ff7e3a;
	border: 0;
	font-size: 1.1rem;
padding:.5rem 3rem;
	border-color: #ff7e3a;
	border-radius: 1.75rem;
	font-weight: 700;
}
.btn.btn-orange {
	background-color: #ff7e3a;
	border: 0;
	font-size: 1.1rem;
padding:.5rem 3rem;
	border-color: #ff7e3a;
	border-radius: 1.75rem;
	font-weight: 700;
}
.btn.btn-grn {
	background-color: #338271;
	border: 0;
	font-size: 1.1rem;
padding:.5rem 2rem;
	border-color: #338271;
	border-radius: 1.75rem;
	font-weight: 700;
	color: #fff;
}
header .account .btn.signup {
	background-color: #338271
}
.navbar-brand {
	width: 350px;
	display: block
}
.navbar {
	background-color: #186050;
	font-size: 1rem
}
.navbar li {
	transition: .5s ease all
}
.navbar li a {
	padding: 1rem 1.5rem;
	color: #fff;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	transition: .2s ease all
}
.navbar li.active a {
	background-color: rgba(255,255,255,.1);
}
.navbar li:hover a {
	background-color: rgba(255,255,255,.1);
}
.navbar li li a {
padding:.35rem 1rem;
	color: #333;
	text-decoration: none;
	display: block;
	font-weight: 400;
	text-transform: none
}
.navbar li li a:hover {
	color: #ff7e3a
}
header .dropdown-menu {
	min-width: 15rem;
	border-radius: 0;
	box-shadow: 0 0 10px 10px rgba(0,0,0, .1);
	margin: 0
}
.dropdown-menu[data-bs-popper] {
	margin-top: 0
}
/*Slider*/

.slide {
	max-width: 1920px;
	margin: 0 auto
}
.carousel-control-next, .carousel-control-prev {
	width: 40px;
	height: 40px;
	background-color: #186050;
	top: 50%;
	margin-top: -20px;
	border-radius: 50%;
	opacity: .3
}
.carousel-control-next {
	right: 60px
}
.carousel-control-prev {
	left: 60px
}
/*----------Welcome--------------*/
.welcome-block {
	padding: 1rem 0 1rem 0;
	font-size: 1.15rem;
	background-color: #f1dab8;
}
.welcome-block h2 {
	padding-bottom: 1rem;
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 2rem
}
.welcome-block .btn-link {
	font-weight: 700;
	color: #ff7e3a;
	text-decoration: underline;
}
.welcome-block p {
	margin-bottom: 0
}
.welcome-block h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	font-weight: 700
}
/*----------Sercices Block--------------*/
.services {
	background-color: #f9f9f9;
	padding: 3rem 0 2rem 0;
	border-top: solid 1px #eee
}
.services .card {
	border-radius: 1rem;
	box-shadow: 10px 10px 10px -5px rgb(0 0 0 / 10%);
	overflow: hidden
}
.services .card .card-body {
	padding: 1.5rem 2rem 0;
	min-height: 285px
}
.services .card h3 {
	font-size: 1.25rem;
	font-weight: 700;
padding:0 0 .5rem 0
}
.services .card .btn {
	background-color: #ff7e3a;
	transition: all 0.3s ease 0s;
	border: 0;
	border-radius: 2rem;
padding:.5rem 3.5rem .5rem 2rem;
	font-weight: 700;
	position: relative;
	font-size: 1.1rem;
}
.services .card ul {
	padding: 0 0 1rem 1rem;
	margin: 0;
}
.services .card ul li {
	margin: 0;
padding:.25rem 0
}
.services .card .card-footer {
	border: 0;
	padding: 2rem
}
/*----------Sercices Block--------------*/
.home-testimonial {
	background-color: #cae1d9;
	padding: 5rem 0
}
.home-testimonial h2 {
	font-size: 2.5rem;
	font-weight: 700
}
.home-testimonial .tour-desc {
	border-radius: 5px;
	padding: 2.5rem
}
.home-testimonial img.tm-people {
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: none
}
.home-testimonial .head-title {
	text-align: center;
	padding: 0 0 2rem 0;
	text-align: center;
}
.home-testimonial .head-title p {
	color: #ff7e3a;
	text-transform: uppercase;
	font-weight: 700
}
.home-testimonial .testimonial {
	font-weight: 700;
	font-style: italic;
	padding-left: 3rem;
	position: relative
}
.home-testimonial .testimonial p {
	margin: 0;
}
.home-testimonial .testimonial i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 2rem;
	color: #ffe1d1;
}
.home-testimonial .link-name {
	font-size: 1rem;
	font-weight: 700
}
.home-testimonial .link-position {
 font-size: .85rem;
}
.more-testimonial .btn {
	background-color: #ff7e3a;
	border: 0;
	font-size: 1.1rem;
padding:.75rem 1.5rem;
	border-color: #ff7e3a;
	border-radius: 1.75rem;
	font-weight: 700
}
.more-testimonial .btn.secondary {
	background-color: #338271
}
/*----------Footer Block--------------*/

footer {
	background-color: #384a46;
	padding: 0;
	color: rgba(255,255,255, .5)
}
footer h3 {
	font-size: 1.5rem;
 padding-bottom: .75rem;
	font-weight: 700;
	color: #ff7e3a;
	border-bottom: solid 1px #fff;
	max-width: 300px;
	text-transform: uppercase;
	margin-bottom: 1rem
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none
}
footer ul li {
padding:.25rem 0;
}
footer ul li a {
	text-decoration: none;
	color: rgba(255,255,255, .5)
}
footer ul li a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1)
}
footer .bottom-footer {
	background-color: #263633;
	padding: 1.5rem 0
}
footer .bottom-footer .footer-logo {
	width: 300px;
 margin-bottom: .5rem
}
footer .bottom-footer p {
	font-size: 1rem;
	opacity: .75;
	margin: 0
}
footer .social li {
padding:0 .75rem
}
footer .social li a {
	color: #ff7e3a;
	font-size: 2.5rem;
	display: block;
	text-align: center;
}
#nav-icon {
	display: none
}
.btn.btn-primary {
	color: #fff;
	background-color: #ff7e3a;
	border-color: #ff7e3a;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 1.5rem;
	height: 1.5rem;
}
.icon_arrow, .icon_arrow::before, .icon_arrow::after {
	width: 22px;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.icon_arrow {
	position: absolute;
	display: inline-block;
	top: 19px;
	right: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.cta-link:hover .icon_arrow {
	width: 16px;
	right: 16px;
}
.cta-link:hover .icon_arrow, .cta-link:hover .icon_arrow::before, .cta-link:hover .icon_arrow::after {
	background-color: #fff;
}
.icon_arrow::before, .icon_arrow::after {
	content: '';
	position: absolute;
	right: -2px;
	width: 8px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}
.icon_arrow::before {
	bottom: 2px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.icon_arrow::after {
	top: 2px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*login modal*/

.login-modal .card-body {
	padding: 4rem 2.5rem
}
.form-control {
	border: 1px solid #8aada1;
}
.login-modal .form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #8aada1;
	border-radius: 0.375rem;
	box-shadow: 0 0;
	color: #161c2d;
	display: block;
	font-size: 1.0625rem;
	font-weight: 400;
	line-height: 1.6;
	padding: 0.8125rem 1.25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	width: 100%;
}
.login-modal .form-control:focus {
	border-color: #ff7e3a
}
.login-modal .btn {
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.8125rem 1.25rem;
	border-radius: 2rem
}
.login-modal .card-img-start {
	border-radius: 0.375rem 0 0 0.375rem;
	position: relative
}
.login-modal .shape {
	pointer-events: none;
	position: absolute
}
.login-modal .shape-end {
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.login-modal .shape:not([class*=shape-blur]) {
	overflow: hidden;
}
.login-modal .shape:not([class*=shape-blur])>* {
	transform: scale(2);
}
.login-modal .shape-fluid-y>* {
	height: 100%;
	width: auto;
}
.login-modal .shape-end>* {
	bottom: inherit;
	position: inherit;
	right: inherit;
	top: inherit;
	transform-origin: center left;
}
.login-modal .bg-cover {
	background: no-repeat 50%/cover;
}
.modal {
	display: none;
	height: 100%;
	left: 0;
	outline: 0;
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1055;
}
.login-modal .modal-content {
	box-shadow: 0 0.5rem 1.5rem rgb(22 28 45 / 10%);
}
.login-modal .card {
	border: 0;
	box-shadow: none
}
.btn-close {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9
}
/*Register form*/
.form-register {
	background-color: #f9fbfd;
	padding: 3rem 0 6rem;
}
.form-register .card-wrapper {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}
.form-register .card {
	position: relative;
	box-shadow: 0 0px 24px rgba(24,96,82, .05);
	border-color: #cae1d9;
}
.form-register .card-header {
	background-color: transparent;
	border-bottom: 1px solid #f1f4f8;
	border-radius: 0.375rem 0.375rem 0 0;
	padding: 1.5rem 2rem;
}
.form-register h4 {
	font-weight: 700;
}
.form-register .card-body {
	padding: 1.5rem 2rem;
}
.head-title {
	background: #cae1d9;
	box-shadow: 0 0px 24px rgba(0,0,0, .1);
	position: relative;
}
.head-title h2 {
	color: #186050;
	font-weight: 700;
	font-size: 2.5rem;
}
.form-register .btn {
	background-color: #ff7e3a;
	border: 0;
	font-size: 1.1rem;
padding:.5rem 3rem;
	border-color: #ff7e3a;
	border-radius: 1.75rem;
	font-weight: 700;
}
.banner-in {
	background-color: #cae1d9;
}
.banner-in h2 {
	color: #186050;
	font-weight: 700;
	font-size: 2.5rem;
}
.modal-title {
	font-weight: 700;
	padding-right: 1.8rem;
}
.modal .more li {
padding-bottom: .5rem;
}
form i {
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 11px;
}
.youtube-embed {
	position: relative;
	padding-bottom: 56%;
	width: 100%;
	text-align: left;
}
.youtube-embed iframe {
	width: 100%;
	position: absolute;
	height: 100%;
	overflow: hidden;
}
.accordion-item {
	box-shadow: 0 0 10px 10px rgba(0, 0, 0 .2);
	margin-bottom: 1rem;
	border: 0;
}
.accordion-button:not(.collapsed) {
	color: #ffffff;
	background-color: #ff7e3a;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed)::after {
	content: "\F282";
	font-family: "bootstrap-icons";
	color: #fff;
	background-image: none;
	font-weight: 700;
}
.accordion-button::after {
	content: "\F282";
	font-family: "bootstrap-icons";
	color: #fff;
	background-image: none;
	font-weight: 700;
	position:absolute;
	right:24px
}

.bi-check-lg{ position: relative; top: 2px;}


.accordion-button {
	font-size: 1.25rem;
	font-weight: 700;
	color: #ffffff;
	background-color: #186050;
	box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
	padding: 1rem 1rem 1rem 4rem;
}

.accordion-button .bi{ position:absolute; left:16px
	 
}



.accordion-button:focus {
	border: 0;
	box-shadow: none;
}
.accordion-item:not(:first-of-type) {
	border: solid 1px rgba(0, 0, 0 .25)
}
.modal:nth-of-type(even) {
	z-index: 1052 !important;
}
.modal-backdrop.show:nth-of-type(even) {
	z-index: 1051 !important;
}
.about-text .creative {
	font-size: 34px;
	font-family: 'Square Peg', cursive;
	color: #ff7e3a;
	font-weight: 500;
}
.about-text h2 {
	font-size: 3rem;
	position: relative;
	font-weight: 700;
	color: #161c2d;
	border-bottom: solid 3px #ff7e3a;
}
.about-content .side-img img {
	float: right;
}
.what-we-do {
	background-image: url(../images/aboutus-banner2.png);
	background-position: top;
	background-size: cover;
	background-attachment: fixed;
}
.what-we-do .content-wrapper h3 {
	font-size: 50px;
	font-weight: bold;
	position: relative;
	color: #FFF;
}
 @media(max-width:1400px) {
.services .card .card-body {
	min-height: 315px;
}
}
 @media(max-width:1200px) {
.navbar li a {
	padding: 1rem 1rem;
 font-size: .85rem;
}
}
 @media(max-width:991px) {
#nav-icon {
	width: 24px;
	height: 22px;
	position: relative;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	display: block
}
#nav-icon span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	border-radius: 4px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
	top: 0px;
}
#nav-icon span:nth-child(2) {
	top: 9px;
}
#nav-icon span:nth-child(3) {
	top: 18px;
}
#nav-icon.open span:nth-child(1) {
	top: 9px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
#nav-icon.open span:nth-child(3) {
	top: 9px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.navbar-collapse {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.carousel-control-prev {
	left: 20px;
}
.carousel-control-next {
	right: 20px;
}
.carousel-control-next, .carousel-control-prev {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 1rem;
	height: 1rem;
}
.navbar li a {
 padding: 0.5rem .5rem;
}
.carousel-indicators {
	margin-bottom: 0
}
.services {
	padding: 2rem 0;
}
footer .social {
	padding-top: 2rem
}
footer .social li a {
	font-size: 1rem;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.more-testimonial .btn {
	font-size: 1rem;
	padding: 0.5rem 1rem;
}
footer {
	font-size: 1rem;
	text-align: center
}
.footer-logo {
	margin-left: auto;
	margin-right: auto
}
}
 @media(max-width:767px) {
.services .card .card-body {
	min-height: inherit;
}
.navbar-brand {
	width: 270px
}
.banner-in h2 {
	font-size: 2rem;
	padding-top: 1rem;
}
}
@media(max-width:767px) {

	.accordion-button {
		font-size: 1rem;
		padding-right: 3rem;
		padding-left: 3rem;
	}
	
	
	}