
/**
* Template Name: Selecao - v2.2.0
* Template URL: https://bootstrapmade.com/selecao-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
   font-family: 'Raleway', sans-serif !important;
	color: #444444;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

a {
	color: #406ae0;
	;
}

a:hover {
	color: #fc8129;
	text-decoration: none;
}

h1, p{   font-family: 'Raleway', sans-serif !important;}

h2,
h3,
h4,
h5,
h6 {
font-family: "Dosis", sans-serif !important;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.solutions-top-area  .dark-img{display:none;}
.dark-solution  .dark-img{display:block;}
.dark-solution  .light-img{display:none;}

.back-to-top {
	position: fixed;
	display: none;
	right: 15px;
	bottom: 15px;
	z-index: 99999;
}

.back-to-top i {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	background: #406ae0;
	color: #fff;
	transition: all 0.4s;
}

.back-to-top i:hover {
	background: #fc7c1f;
	color: #fff;
}


/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
	[data-aos-delay] {
		transition-delay: 0 !important;
	}
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	height: 70px;
	transition: all 0.5s;
	z-index: 997;
	transition: all 0.5s;
	background: rgb(42 44 57 / 0%);
	width: 100%;
}

#header.header-transparent {
	background-image: linear-gradient(to right, #ffffff00, #79938800);
}

#header.header-scrolled {
	background: rgb(245 245 245);
	width: 100%;
}
#header .header{padding:15px 0px;}

#header .logo h1 {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 700;
	letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
	color: #fff;
	text-decoration: none;
}

#header .logo img {
	padding: 0;
	margin: 0;
	max-height: 40px;
}

.mr-auto{display:flex;}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.top-btn-hover {
    text-decoration: none;
    line-height: 46px;
    margin-left: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1.5px;
}
/* Desktop Navigation */

.nav-menu,
.nav-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav-menu>ul>li {
	position: relative;
	white-space: nowrap;
	float: left;
	padding:0px;
}

.nav-menu a, .nav-menu button  {
	display: block;
	position: relative;
	color: #000;
	padding:5px 15px;
	margin-left: 5px;
	transition: 0.3s;
	font-size: 13px;
	letter-spacing: 1.5px;
	border-radius: 50px;
	font-family: 'Raleway', sans-serif;
	line-height:29px;
}



.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
	text-decoration: none;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: -40px;
    top: calc(100% - 0px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 8px 0;
    transition: ease all 0.3s;
    margin-top: 5px;

}

.nav-menu .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.nav-menu .drop-down li {
	min-width: 120px;
	position: relative;
}

.nav-menu .drop-down ul a {
	padding:5px 10px;
	font-size: 14px;
	font-weight: 500;
	text-transform: none;
	color: #2a2c39;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
	color: #ef6603;
	background: none;
}

.nav-menu .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.nav-menu .drop-down .drop-down>a {
	padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
	content: "\eaa0";
	font-family: IcoFont;
	position: absolute;
	right: 15px;
}

@media (max-width: 1366px) {
	.nav-menu .drop-down .drop-down ul {
		left: -90%;
	}
	.nav-menu .drop-down .drop-down:hover>ul {
		left: -100%;
	}
	.nav-menu .drop-down .drop-down>a:after {
		content: "\ea9d";
	}
}


/* Mobile Navigation */

.mobile-nav-toggle {
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none !important;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	color: #ee830e;
}

.mobile-nav {
	position: fixed;
	top: 55px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	z-index: 9999;
	overflow-y: auto;
	background: #fff;
	transition: ease-in-out 0.2s;
	opacity: 0;
	visibility: hidden;
	border-radius: 10px;
	padding: 10px 0;
}

.mobile-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-nav a {
	display: block;
	position: relative;
	color: #2a2c39;
	padding: 10px 20px;
	font-weight: 500;
	outline: none;
	text-align: center;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #ef6603;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\ea99";
	font-family: IcoFont;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\eaa1";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(20, 21, 28, 0.6);
	overflow: hidden;
	display: none;
	transition: ease-in-out 0.2s;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	opacity: 1;
	visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #ef7e03;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: linear-gradient(0deg, #444444 0%, #444444 100%);
	padding: 0;
}

#hero .carousel-container {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	position: relative;
	height: 70vh;
	padding-top: 60px;
}

#hero h2 {
	color: #fff;
	margin-bottom: 30px;
	font-size: 48px;
	font-weight: 700;
}

#hero p {
	width: 80%;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
	margin: 0 auto 30px auto;
	color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
	width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
	background: none;
	font-size: 48px;
	line-height: 1;
	width: auto;
	height: auto;
}

#hero .btn-get-started {
	font-family: "Raleway", sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 12px 32px;
	border-radius: 50px;
	transition: 0.5s;
	line-height: 1;
	margin: 10px;
	color: #fff;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	border: 2px solid #406ae0;
}

#hero .btn-get-started:hover {
	background: #406ae0;
	color: #fff;
	text-decoration: none;
}

@media (min-width: 1024px) {
	#hero p {
		width: 60%;
	}
	#hero .carousel-control-prev,
	#hero .carousel-control-next {
		width: 5%;
	}
}

@media (max-width: 768px) {
	#hero .carousel-container {
		height: 90vh;
	}
	#hero h2 {
		font-size: 28px;
	}
}

.hero-waves {
	display: block;
	width: 100%;
	height: 60px;
	position: relative;
}

.wave1 use {
	-webkit-animation: move-forever1 10s linear infinite;
	animation: move-forever1 10s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.wave2 use {
	-webkit-animation: move-forever2 8s linear infinite;
	animation: move-forever2 8s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

.wave3 use {
	-webkit-animation: move-forever3 6s linear infinite;
	animation: move-forever3 6s linear infinite;
	-webkit-animation-delay: -2s;
	animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
	0% {
		transform: translate(85px, 0%);
	}
	100% {
		transform: translate(-90px, 0%);
	}
}

@keyframes move-forever1 {
	0% {
		transform: translate(85px, 0%);
	}
	100% {
		transform: translate(-90px, 0%);
	}
}

@-webkit-keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}

@keyframes move-forever2 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}

@-webkit-keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}

@keyframes move-forever3 {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
	padding: 60px 0;
	/*overflow: hidden;*/
}

.section-title {
	padding-bottom: 40px;
}

.section-title h2 {
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	line-height: 1px;
	margin: 0 0 5px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #aaaaaa;
	font-family: "Poppins", sans-serif;
}

.section-title h2::after {
	content: "";
	width: 120px;
	height: 1px;
	display: inline-block;
	background: #fd9042;
	margin: 4px 10px;
}

.section-title p {
	margin: 0;
	margin: 0;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	color: #2a2c39;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #39695e;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 30px 0;
}

#footer h3 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	position: relative;
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
}

#footer p {
	font-size: 15;
	font-style: italic;
	padding: 0;
	margin: 0 0 40px 0;
}

#footer .social-links {
	margin: 0 0 40px 0;
}

#footer .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #406ae0;
	color: #fff;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}

#footer .social-links a:hover {
	background: #bd5102;
	color: #fff;
	text-decoration: none;
}

#footer .copyright {
	margin: 0 0 5px 0;
}

#footer .credits {
	font-size: 13px;
}


/*--------------------------------------------------------------# 
Balvant Rana css
--------------------------------------------------------------*/

.ledi-background h4 {
	font-size: 48px;
	color: #39695e;
	max-width: 476px;
	font-weight: bold;
	padding-left: 35px;
	margin-bottom: 0px;
	padding-top: 57px;
	letter-spacing: 2.5px;
	line-height: 47px;
	font-family: 'Dosis';
	margin-bottom: 15px;
}

.ledi-background p {
	font-size: 20px;
	max-width: 300px;
	padding-left: 35px;
	color: #39695e;
	font-weight: 700;
	font: normal normal 600 17px/24px Raleway;
	padding-bottom: 20px;
}

.hover-btn-header {
	text-decoration: none;
	background-image: linear-gradient(to right, #fbd788, #d4eedf);
	border-radius: 25px;
	font-size: 13px;
	letter-spacing: 1.5px;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	cursor: pointer;
}




/*=============================================================
solution page
=============================================================== */
.bg-light-gray{background: #f4f5f5 !important;}
.bg-green-light{background: #aedcc1 !important;}
.bg-green-medium{background: #39695e !important;}
.bg-green-dark{background: #1c2d2b !important;}
.bg-yellow-light{background: #f9e8af !important;}
.solutions .row {justify-content:center; align-items: center;}

.color-white{color:#fff !important;}
.color-green-light{color:#4d8b83 !important;}
.color-green-medium{color:#39695e !important;}

.color-white p,.color-green-medium h4{color:#fff !important;}
.color-green-light p,.color-green-medium h4{color:#4d8b83 !important;}
.color-green-medium p,.color-green-medium h4{color:#39695e !important;}

.btn-dark-BC{		border: 3px solid #39695e !important;    color: #39695e !important;	}
.btn-light-BC{		border: 3px solid #fff !important;    color: #fff !important;	}
.therpay-box {
background-color: #f4f5f5;
    width: 100%;
    padding-bottom: 50px;
    margin-top: 20px!important;
    border-radius: 15px;
    margin: auto;
    display: block;
}
.therpay-box h6 {
    font-size: 16px;
    text-align: center;
    color: #39695e;
    margin-top: -11px;
    font-weight: revert;
}

.therpay-box h4{
    font-size: 16px;
    text-align: center;
    color: #39695e;
    margin-top: -11px;
    font-weight: revert;
}
.mb-0{margin-bottom:0px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-30{margin-bottom:20px !important}
.mb-40{margin-bottom:40px !important;}
.mb-50{margin-bottom:40px !important;}
.mb-60{margin-bottom:60px !important;}

.mt-0{margin-top:0px !important;}
.mt-20{margin-top:20px !important;}
.mt-30{margin-top:20px !important;}
.mt-40{margin-top:40px !important;}
.mt-50{margin-top:50px !important;}
.mt-60{margin-top:60px !important;}

.pt-10{padding-top:10px !important;}
.pt-20{padding-top:20px !important;}
.pt-40{padding-top:40px !important;}
.px-15{padding:15px !important;}

.sol-img-box, .sol-text-box{	width:50%;	 padding: 15px; text-align: center;
align-items: center;
    justify-content: center;
    justify-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.solutions{background: #dde9de !important; height: 100%;}
.align-center-div{    align-items: center;    justify-content: center;}


.solutions-top-area{
background: linear-gradient(#e3ead4, #c1dcc9);
    position: relative;
	text-align:left;
	height: 540px;
    align-items: center;
    display: flex;
	
}

.solutions-top-area h1{
    font-size: 90px;
    font-weight: 100;
    color: #39695e;
    font-family: "Raleway", sans-serif;
	
}
.solutions-top-area h2{
font-size: 34px; color: #39695e; font-weight: 700;  
	font-family: 'Raleway', sans-serif;	
}
.solutions-top-area p{
font-size: 16px; color: grey; margin-left: 5px; padding-top: 7px; letter-spacing: 0.3px;
	
}


.solutions h4 {
    font-size: 32px;
	font-family: "Dosis", sans-serif;
    font-weight: bold;
    text-align: center;
    line-height: normal;

}

.solutions  p {
text-align: center;
    font-size: 15px;
    margin-bottom: 1rem;
    color: #39695e;
}
.solutions .btn {
    color: white;
    border: 2px solid white;
    font-size: 12px;
	padding: 4px 30px;
	margin-top: 2px;

}

.sol-itam-1 {

    padding:20px;
    border-radius: 15px;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom:15px;

}



.sol-itam-1 .btn {
    border: 3px solid #fff;
    color:#fff;
 
}


.sol-itam-2 {

    padding:20px;
    border-radius: 15px;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	margin-bottom:15px;

}



.sol-itam-2 p, .sol-itam-2 h4 {
	color: #39695e;

}

.sol-itam-3 {

    padding:20px;
    border-radius: 15px;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	justify-items:center;
	margin-bottom:15px;
}
.sol-itam-3 .sol-img-box, .sol-itam-3 .sol-text-box{width: 100% !important; margin-bottom:30px;}


.sol-itam-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
	justify-content:center;
	justify-items:center;

}
.sol-itam-4 .sol-img-box, .sol-itam-4 .sol-text-box{width:100%;     padding:20px;
    border-radius: 15px;
	margin-bottom:15px;}

/*responsive css*/

@media (max-width: 768px) {
.solutions-top-area{padding:100px 0px; text-align:center; height: inherit;}	
.solutions-top-area h1{font-size:70px;}	
 .sol-img-box, .sol-text-box{width: 100% !important;}
}

 button.light-nave{display:none;}
 button.dark-nave{display:block;}
 .home-c{background:#dde9df;}
/*=============================================================
solution page Dark mode
=============================================================== */
.dark-solution .bg-light-gray{background: #40473a !important;}
.dark-solution .nav-menu a, .dark-solution .top-btn-hover{color: #fcc954;}
.dark-solution .bg-green-light{background: #aedcc1 !important;}
.dark-solution .bg-green-medium{background: #39695e !important;}
.dark-solution .bg-green-dark{background: #1c2d2b !important;}
.dark-solution .bg-yellow-light{background: #40473a !important;}
.dark-solution  .color-white{color:#fff !important;}
.dark-solution  .color-green-light{color:#4d8b83 !important;}
.dark-solution  .color-green-medium{color:#39695e !important;}
.dark-solution  .btn-dark-BC{border: 3px solid #4e9088 !important;    color: #4e9088 !important;	}
.dark-solution  .btn-light-BC{border: 3px solid #fff !important;    color: #fff !important;	}
.dark-solution  .therpay-box {background-color: #40473a;}
.dark-solution .therpay-box h6 {color: #39695e;}
.dark-solution .solutions{background:#2d2d27 !important;}
.dark-solution .solutions-top-area{ background: linear-gradient(#3f4639, #2d2d27);}
.dark-solution .solutions-top-area h1{color: #54a191;}
.dark-solution .solutions-top-area h2{color: #39695e; }
.dark-solution .solutions .btn {color: white; border: 2px solid white;}
.dark-solution .sol-itam-1 .btn { border: 3px solid #fff; color:#fff;}
.dark-solution .sol-itam-2 p, .dark-solution .sol-itam-2 h4 {	color: #4e9088;}
.dark-solution .sol-itam-3 p, .dark-solution .sol-itam-3 h4  {	color: #4e9088;}
.dark-solution .color-green-medium p, .dark-solution .color-green-medium h4 {color: #4e9088 !important;}
.dark-solution  button.light-nave{display:block;}
.dark-solution  button.dark-nave{display:none;}
.dark-solution .home-c{background: linear-gradient(#3f4639, #2d2d27);}
.dark-solution .content{background: #293a38;}
.dark-solution #header.header-scrolled {    background: #323a36;}
.dark-solution .therpay-box h4, .dark-solution  .solutions p{color: #4e9088;}
.dark-solution .grey-box{    background-color: #2c322c!important;}
.dark-solution .plans-section{    background-color: #2c322c!important;}
.dark-solution #footer {    background: #184039;}

/*dark mode end css*/







/*plan page style sheet*/

.plans h4 {
	font-size: 30px;
	color: #3e967a;
	font-weight: 700;
}

.plans h2 {
	font-size: 40px;
	color: #3e967a;
	font-weight: 300;
}


/*pricing table css*/

ul li :marker {
	display: none;
}

ul {
	padding-left: 0px;
}

li {
	list-style: none!important;
}

.packageContainer {
	text-align: center;
}

main,
footer {
	overflow: hidden;
}

.package {
	width: 1136px;
	margin: 50px auto 20px;
	display: inline-block;
}

.fa {
	color: #b9b9b9;
	font-size: 18px;
	font-style: normal;
	margin-right: 5px;
	width: 25px;
	float: left;
}

.packageLeftBar {
	width: 249px;
	background: #fbfbfb;
	float: left;
}

.packageLeftBar li,
.packageDetails li {
	padding: 15px 25px;
	font-size: 14px;
	font-weight: bold;
	border-top: 2px solid #297f64;
	text-align: left;
}

.packageLeftBar li:first-child,
.packageDetails li:first-child {
	text-align: center;
	padding: 30px;
	border: none;
	padding-top: 15px;
}

.blank {
	padding: 25.5px!important;
}



.packageDetails {
	width: 172px;
	float: left;
	position: relative;
}

.packageDetails .fa-times {
	color: #d31c06;
}

.packageDetails .fa-check {
	color: #ffffff;
}

.packageDetails li {
	text-align: center;
}

.packageDetails li .fa {
	text-align: center;
	float: none;
	line-height: 0;
}

.packageDetails li:first-child {
	padding: 10px 10px;
}

.packageLeftBar li:first-child {
	padding: 80px 10px 37px;
}

.packageDetails li:first-child span {
	padding: 10px 0;
	left: 50%;
	margin-left: -65px;
	width: 130px;
	display: block;
	background-color: #d9a702;
	position: absolute;
	top: -5px;
	box-shadow: 3px 3px 0px #b68c03;
	font-family: 'Exo', sans-serif;
	font-weight: 400;
}

.packageDetails.yellow ul {
	margin: 0 auto;
	background: #3e967a;
	box-shadow: 7px 9px 37px 11px;
}

.packageDetails.yellow li {
	color: white;
}

.packageDetails.yellow li:first-child {
	background-color: #3e967a;
	color: #FFF;
	line-height: 16px;
}

.signUp {
	padding: 8px 15px;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}

.packageDetails li:nth-child(2) {
	padding: 8px 10px 25px;
	border-top: 0;
	color: #FFF;
	font-size: 15px;
}

.packageDetails.yellow li:nth-child(2) {
	background: #3e967a;
}

.packageDetails #economy li:nth-child(2) {
	padding: 40px 10px 15px;
}

.packageDetails #economy li:nth-child(2) select {
	margin-top: 14px;
}




.des2 p {
	padding-left: -20px!important;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}


/*yoga image button*/

.btn-yoga {
	margin-top: -17px;
	font-size: 12px!important;
}


/*about us styling*/

.our-story {
	font-size: 18px;
	text-align: center;
	color: #39695e!important;
	letter-spacing: 0.9px;
}



.container2 {
	background: #dde9de!important;
	width: 800px!important;
	margin-bottom: 45px;
}

.container3 {
	background: #dde9de!important;
	width: 800px!important;
}

.banner-img-sec {
	margin-left: -145px;
	width: 100%;
	margin: auto;
}

.modal-open .modal {
	z-index: 9999;
}

.last-hadding-aran {
	font-size: 90px;
	font-weight: 100;
	color: #39695e;
	font-family: "Raleway", sans-serif;
}

.hover1:hover {
	background-position: 100%;
	text-decoration: none;
	box-shadow: 0 0px 8px 0px;
}

main,
footer {
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.hover-btn-header {
		margin: auto;
	}
	.top-btn-hover {
		font-size: 10px;
		margin-top: -6px;
	}
	#header .logo img {
		max-height: 40px;
	}
}

.carousel-control.left {
	background-image: none;
}

.carousel-control.right {
	background-image: none;
}




@media screen and (max-width: 768px) {
	.des2 p {
		padding-left: -20px !important;
		font-size: 13px;
		text-align: center;
		margin-bottom: 20px;
	}

	.btn-ayur,
	.btn-homo,
	.btn-hypo,
	.btn-multi {
		margin-top: 30px !important;
	}
	
	.txt-center {
		text-align: center;
	}
	
}

.section1-color {
	background-color: red;
	line-height: 10px;
	padding: 10px;
}

.text-size-modal-sec {
	font-size: 13px;
	font-weight: 500;
}

.modal-content {
	background-color: #1f3731;
	color: #fff;
}

.link-address {
    display: inline-block;
    width: 100%;

}
.link-address .add-f {
	
	font-size: 15px;
    font-style: italic;
    padding: 0;
    margin: 0 0 40px 0;
    text-align: left;
    padding-left: 0px;
    float: right;
 }

.socal-media i {
	margin-left: 20px;
	background-color: #fff;
	line-height: 40px;
	width: 37px;
	height: 37px;
	border-radius: 100%;
	color: #184039;
	font-size: 25px;
}

#footer h4 {
	text-align: initial;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
	font-size: 22px;
	font-family: Dosis;
}

.socal-media {
margin: 0 auto;
    display: inline-block;
    margin-bottom: 15px;
}

#footer li {
	display: block;
	text-align: initial;
}

#footer li a {
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}

.derefine {
	background-color: #54a191;
	padding: 50px 0px;
}

.section3-text {
	margin-top: 20px;
	padding-top: 250px;
}

.review {
	background: #42a082!important;
	padding-bottom: 0px;
}

.review2 {
	padding-top: 20px
}

.review2 h1 {
	padding-left: 50px;
}

.review2 h3 {
	padding-left: 50px;
	margin-top: -10px;
}


/*=======================================about us =====================*/

.text-section1 p {
	font-size: 18px;
	color: #39695e!important;
	font-weight: 700;
	padding-top: 110px;
	padding-left: 40px;
}

.text-section23 p {
	font-size: 18px;
	color: #39695e!important;
	font-weight: 700;
}

.text-section1 {
	padding-left: 10px;
}

.team-p {
	font-size: 18px;
	color: #39695e!important;
	font-weight: 700;
	padding-top: 110px;
	padding-left: 40px;
}

.imgmap h1 {
	font-size: 50px;
	font-weight: 100;
	position: relative;
	padding-top: 50px;
	padding-left: 178px;
	color: #39695e;
}

.imgmap h2 {
	font-size: 37px;
	color: #39695e;
	position: relative;
	padding-left: 178px;
	font-weight:600;

}


/*our team*/

.our-team {
	border-radius: 15px;
	text-align: center;
	padding: 20px 15px 30px;
	background: #fff0;
	border: 6px solid #fcc954;
}

.our-team .pic {
	padding: 10px;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease 0s;
}

.pic img {
	width: 50%;
	height: auto;
	border-radius: 50%;
	margin-top: -100px;
	position: absolute;
	transform:translateX(-50%);
}

.our-team .title {
	font-weight: 600;
	color: #2e282a;
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	margin: 0 0 7px 0;
	margin-top: 30px;
	color: #42a082!important;
	font-family: 'Dosis'!important;
}

.our-team .post {
	color: #42a082!important;
	text-transform: capitalize;
	display: block;
	font-size: 15px;
	margin-bottom: 15px;
	font-weight: 600!important;
	font-family: 'Dosis'!important;
}

.our-team .des1 {
	color: #42a082!important;
	font-family: 'Dosis'!important;
}


/*our team*/


/*book a demo style*/

.top-img {
	padding-top: 105px;
	padding-bottom: 90px;
	background: url('../img/demo/imgbanner.svg') no-repeat center center;
	background-size: cover;
}

.section1 h1 {
	font-size: 90px;
	font-weight: 100;
	color: #39695e;
	font-family: 'Raleway', sans-serif;
}

.section1 h2 {
	font-size: 34px;
	color: #39695e;
	font-weight: 500;
	margin-top: -10px;
	font-family: 'Raleway', sans-serif;
}

.section1 p {
	color: grey;
	font-weight: 700;
	font-size: 19px;
}

.graphic1 {
	margin-top: 0px;
	padding-top: 180px;
	padding-bottom: 46px;
	padding-left: 50px;
	background-color: #42a082!important;
	background-size: cover;
	background-image: url('../img/demo/graphics.svg');
	background-position: top;
}

.mountains {
	margin-top: 0px;
	padding-top: 136px;
	padding-bottom: 53px;
	background-size: cover;
	background-color: #42a082!important;
	background-image: url('../img/demo/imggraphicsbanner.svg');
	background-position: top;
}

.box-img1 {
	background: url('../img/demo/box.svg') no-repeat;
	background-size: cover;
	margin-left: -34px;
	padding-left: 91px;
	padding-top: 97px;
	margin-right: 93px;
	padding-bottom: 55px;
}

.box-img1 h2 {
	font-size: 28px;
	color: white;
	font-weight: 300;
	font: normal normal bold 30px/56px Dosis;
	text-align: left;
}

.box-img1 p {
	color: white;
	text-align: text;
}

.physical {
	background-image: url('../img/demo/box-1.svg');
	background-size: cover;
	padding-top: 60px!important;
	padding-bottom: 10px!important;
	margin-top: 0;
	margin-left: -65px;
	margin-right: 35px;
}

.physio {
	background-image: url('../img/demo/box-2.svg');
	background-size: cover;
	padding-top: 60px!important;
	padding-bottom: 68px!important;
	margin-top: 0;
	margin-left: -20px;
}

.spirit {
	background-image: url('../img/demo/box-3.svg');
	background-size: cover;
	padding-top: 60px!important;
	padding-bottom: 10px!important;
	margin-top: 45px;
	margin-left: -65px;
	margin-right: 35px;
}

.comm {
	background-image: url('../img/demo/g1323.svg');
	background-size: cover;
	padding-top: 60px!important;
	padding-bottom: 55px!important;
	margin-top: 42px;
	margin-left: -20px;
}

.desc-ul {
	padding-left: 20px;
}


/*===============================================================================================================*/

@media(max-width: 800px) {
	.container2 {
		background: #dde9de!important;
		margin-top: -250px;
		width: 100%!important;
	}
	.start-img img {
		width: 95%!important;
	}
	.review2 h1 {}
	.review2 h3 {
		margin-top: 0px;
	}
	.pic img {
		margin-top: 0px;
		width: 50%;
		height: auto;
		border-radius: 50%;
		margin-top: -100px;
		position: absolute;
	}
	.our-team .title {
		margin-top: 80px;
		color: #42a082!important;
	}
}


/*about us styling 2*/


/*media query*/

@media(max-width: 800px) {
	.packageContainer {
		text-align: center;
		overflow-x: scroll!important;
	}
	.what-is-arranya {
		padding: 0px!important;
	}
	/*about us*/
	.our-team {
		margin-top: 70px!important;
	}
	.our-team ul li {
		color: #42a082!important;
	}
	/*navbar*/
	@media(max-width: 810px) {
		.text-section1 img {
			width: 100% !important;
		}
		.text-section2 img {
			width: 40px!important;
		}
		.message1 img {
			margin-top: 0px!important;
		}
		.home-img2 img {
			margin-left: -30px!important;
			max-width: 311px!important;
		}
		.man-down-side img {
			margin-left: 0px!important;
		}
		.aa-service img {
			margin-top: 150px;
		}

		.v-img img {
			width: 500px!important;
			margin-top: -214px!important;
		}
		.v-img2 img {
			max-width: 364px!important;
			float: left!important;
			margin-right: -205px!important;
			margin-top: 58px!important;
		}
		

		.therapies h1 {
			font-size: 39px!important;
		}
		.yoga img {
			width: 100%!important;
		}
		.home-img2 img {
			z-index: 1;
			width: 100px;
		}
		.sec-img-aa p {
			z-index: 1;
		}
	}
	/*solutions*/
	.solution-title {
		padding-top: 100px;
		padding-bottom: 150px;
		padding-left: 50px;
		background-image: url('assets/img/about/img_banner.png');
		background-position: left;
	}
	/*plans*/
	.plan-title {
		padding-top: 100px;
		padding-bottom: 150px;
		padding-left: 50px;
		background-image: url('assets/img/about/banner_plan.png');
		background-position: left;
	}
	/*demo page */
	.heal {
		margin-left: -50px!important;
		margin-right: 50px!important;
	}
	/*contact form*/
	.form-control {
		display: block;
		width: 100%;
		height: 34px;
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		background-image: none;
		border: 1px solid #ccc;
		border-radius: 4px;
		margin-bottom: 20px!important;
	}
	::placeholder {
		color: red;
		opacity: 1;
		/* Firefox */
	}
	:-ms-input-placeholder {
		/* Internet Explorer 10-11 */
		color: red;
	}
	::-ms-input-placeholder {
		/* Microsoft Edge */
		color: red;
	}
	/*slider*/
	@media (max-width:810px) {
		.slider-btn {
			display: none;
		}
		.white-text-sec-round {
			max-width: 330!important;
			margin-bottom: 60px!important;
		}
		.sec-img-aa {
			margin-top: -5px!important;
		}
		.v-img img {
			margin-top: 0px;
		}
		#home-page .container {
			padding-left: 0px!important;
			padding-right: 0px;
		}


		.pack img {
			margin-right: 210px;
		}
		.main2 {
			margin-top: 60px!important;
		}

		.icofont-navigation-menu:before {
			content: "\efa2";
			margin-left: 90px;
		}

	}
	/*footer*/
	@media (max-width: 810px) {
		#footer h4 {
			margin: 20px 0px!important;
		}
		#footer .socal-media {
			margin: 20px 0px!important;
		}
		.link-address {
			display: -webkit-inline-box;
			margin-top: 30px;
		}
		.text-what-is-arrnya {
			margin-bottom: 50px!important;
		}
	}
	.tabs43 {
		background-color: #f5f9f6!important;
	}
	/*solution page media query for screen 810*/
	@media(max-width:810px) {
		.btn-desc {
			margin-left: 121px!important;
		}
	}
	/*solution page media query for screen 810*/
	@media(max-width:800px) {
		.graphic1 {
			padding-left: 2px!important;
		}
		.box-img1 {
			margin-left: -35px;
			padding-left: 62px;
			padding-top: 97px;
			margin-right: 5px;
			padding-bottom: 40px;
		}
		.physical {
			margin-top: -67px;
			margin-left: 31px;
			margin-right: 15px;
		}
		.spirit {
			margin-top: 20px;
			margin-left: 31px;
			margin-right: 35px;
		}
		.physio {
			margin-top: 20px;
			margin-left: 31px;
			margin-right: 37px;
		}
		.comm {
			margin-top: 20px;
			margin-left: 31px;
			margin-right: 37px;
		}
	}
	/*about page*/
	@media(max-width:800px) {
		.text-mess {
			margin-left: 0px!important;
			padding: 0 15px 0 40px;
			margin-top: -20px !important;
		}
		.commas {
			margin-left: 0px!important;
		}
		.imgmap h1 {
			font-size: 30px;
			font-weight: 100;
			position: relative;
			padding-top: 30px;
			padding-left: 20px;
			color: #39695e;
		}
		.imgmap h2 {
			font-size: 25px;
			color: #39695e;
			position: relative;
			padding-left: 20px;
			font-weight: 700;
			margin-top: -10px;
			margin-bottom: 100px!important;
		}
		.text-section1 p {
			padding-top: 23px;
			padding-left: 0px;
		}
	}
	@media screen and (max-width: 768px) {
		.banner-img-sec {
			margin-left: 0px;
			max-width: 87%;
		}
	
	}
	.section1-color {
		background-color: red;
		line-height: 10px;
		padding: 10px;
	}
	.text-size-modal-sec {
		font-size: 13px;
		font-weight: 500;
	}
	.modal-content {
		background-color: #1f3731;
		color: #fff;
	}
	.link-address {
		display: -webkit-inline-box;
	}
	.socal-media i {
		margin-left: 20px;
		background-color: #fff;
		line-height: 40px;
		width: 37px;
		height: 37px;
		border-radius: 100%;
		color: #184039;
		font-size: 25px;
	}
	#footer h4 {
		text-align: initial;
		font-style: normal;
		font-variant: normal;
		font-stretch: normal;
		font-size: 22px;
		font-family: Dosis;
		
		grid-template-areas: 
            "b b a"
            "b b c"

	}
	.socal-media {
		margin: auto;
		display: block;
	}
	#footer li {
		display: block;
		text-align: initial;
	}
	#footer li a {
		text-decoration: none;
		color: #fff;
		font-size: 17px;
	}
	.derefine {
		background-color: #54a191;
		padding: 50px 0px;
	}
	@media screen and (max-width: 767px) and (min-width: 320px) {
		.hover-btn-header {
			width: 100% !important;
			border-radius: 25px;
		}
		.mobile-nav ul{padding:0 25%;}
		.mobile-nav li.drop-down{text-align:center;}
		.icon-box p{display:block;font-size:14px;line-height:22px;}
	.link-address{margin-top:0px;}
	#footer p{margin-bottom:0px;}
	#footer .socal-media{margin:20px 0px 0px 0px!important;}
	#footer p{text-align:center;}
	#footer h4{text-align:center;}
	#footer li{margin-bottom:5px;text-align:center;}
	#footer li a{font-size:15px;}
	#footer p.font25{text-align:center;}
	.btn-desc{margin-left:0px !important;}
	.socal-media i{float:none;}
	
	
.mobile-nav .drop-down.active ul {
opacity: 1;
top: 100%;
visibility: visible;
display: block;
padding:10px 10px 0 10px;
}
.mobile-nav a, .mobile-nav button {
    display: block;
    position: relative;
    color: #000;
    padding: 5px 15px;
    margin-left: 5px;
    transition: 0.3s;
    font-size: 13px;
    letter-spacing: 1.5px;
    border-radius: 50px;
    font-family: 'Raleway', sans-serif;
    line-height: 29px;
	width:100%;
}

.mobile-nav .drop-down li .light-nave{display:none;}
body.dark-solution .mobile-nav .drop-down li .light-nave{display:block;}
body.dark-solution .mobile-nav .drop-down li .dark-nave{display:none;}
.mobile-nav .drop-down li{padding:0px;}
#footer p{width:100%;text-align:center;padding-top:20px;}
	
	
	
	
	}
	
	
input, button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}