
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 600 !important;
	 font-family: 'Montserrat', sans-serif;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
	font-family: 'Montserrat', sans-serif;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
	font-family: 'Montserrat', sans-serif;
}


.p	{
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
}

.header_bg	{
	background-color:#52317f;	
}

.btn {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

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

.top-shape::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Montserrat', sans-serif;
    padding: 35px 15px;
    font-size: 13px;
    color: #fff;
    outline: none;
    transition: .5s;
	font-weight:600;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: #c08aca;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 20px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .60);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
		width:100%;
		text-align:center;
        font-size: 18px;
        font-weight: 600 !important;
		padding:0 5em;
    }
}

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

.caption_text	{
	font-size:40px;	
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	padding-top:1em;
	text-transform:uppercase;
}

div#slider { display:  }

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

@media only screen and (max-width: 600px) {
	  .caption_text	{
		font-size:20px;	
		font-family: 'Montserrat', sans-serif;
		font-weight:600;
		padding-top:1em;
		text-transform:uppercase;
	}
	
	@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}


div#slider { overflow: hidden; }
div#slider figure img { width: 20%; float: left; }
div#slider figure { 
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite; 
}


	
}
	
	
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -0px;
        z-index: 1;
    }
	
	
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background-image: url("../img/casita_bg.jpg");
   background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.bg-testimonial {
    background: url(../img/carousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}



@media only screen and (max-width: 600px) {
  .logo {
   width:180px;
  }
  
  .banner {
        position: relative;
        margin-top: -20px;
        z-index: 1;
	}
	
	.hovereffect {
  width: 100%;
  height: 96%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
	
	.srvc_img1 {
		margin: 1em 0;
	}
	
	.srvc_img2 {
		margin: 1em 0;
	}
	
	.srvc_img3 {
		margin: 1em 0;
	}
	
}

.service_button		{
	background:#eef9ffd1;
	padding:2.5em 2em;
	text-align:center;
	color:#52317f;
	font-size:22px;
	font-weight:800;
	text-transform: uppercase;
	transition:0.4s;
	border-radius:5px;
	width: 100%;
	height: 16vh;
	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
}
.service_button:hover	{
	background:#6f42c18a;
	color:#fff;
	z-index: 1000;
}

.welcome_head	{
	font-weight: 300;
	font-size: 25px;
	color: #6f677b;
	font-family: 'Montserrat', sans-serif;
}

.welcome_head_sub	{
	font-weight: 700;
	font-size: 35px;
	color: #3d61ad;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
	text-transform:uppercase;
}


.welcome_head2	{
	font-weight: 300;
	font-size: 21px;
	color: #6f677b;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	line-height:35px;
}

.welcome_head_sub2	{
	font-weight: 700;
	font-size: 45px;
	color: #0b6e4e;
	font-family: 'Montserrat', sans-serif;
	line-height: 60px;
	text-transform:uppercase;
}


.welcome_head3	{
	font-weight: 200;
	font-size: 40px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
	line-height:40px;
	padding-bottom:0.5em;
}



.welcome_section	{
	margin:3em 0;	
}



.content_text	{
		font-size: 14px;
	line-height: 25px;
	text-align: justify;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

.readmore	{
	background-color: #52317f;
	color: #fff;
	border: solid #b3b3b3;
	border-width: 0 0 1px 0;
	font-size: 14px;
}
.readmore:hover	{
	color: #a67be0;
	filter: blur(10);
	background-color: #311c4d;	
}


.facilites_section	{
	margin: 1em 0;
}

.facilites_head	{
	margin: 1em 0;
	font-weight:700;

}

.bi_icon_color	{
		color: #52317f;
	font-style: normal;
	font-size: 11px;
}

.bi_text	{
		color: #52317f;
	font-style: normal;
	font-size: 14px;
}


.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
 .deskmenu {
   position: absolute;
	 z-index: 9999;
	 width:100%;
}




.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 0.5em 0;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}
		.mobilemenu{
			display: none;
		}
		
		
@media screen and (max-height: 900px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
	


}
		img.img-fluid.logo {
    width: 230px;
}

	.bg-light {
    background: no-repeat !important;
}


.best_schooling_facilities_list {
    box-shadow: 1px 1px 3px 0px #c4c0cb;
    margin-bottom: 7px;
    padding: 8px;
    border-left: 5px solid #52317f;
	transition: 0.4s;
}
.best_schooling_facilities_list:hover {
    color: white;
    box-shadow: none;
    background: #52317f;
    cursor: pointer;
    margin-left: 5px;
    border-left: 5px solid #52317f;
}

.news-letter	{
	background-color: #52317f;
	border-radius: 10px;
}


.footer-top	{
	background: #000;
	padding: 5em 0;
}

.footer-about p {
  color: #FFFFFF;
  width: 90%;
  margin: 20px 0 19px;
	font-size: 13px;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
}

.footer-widget .footer-title {
  color: #FFFFFF;
  margin: 0 0 23px;
  font-size: 24px;
	font-family: 'Montserrat', sans-serif;
}
.footer-widget.footer-list ul li {
  list-style: none;
  display: flex;
  margin: 0 0 7px;
	font-family: 'Montserrat', sans-serif;
}
.footer-widget.footer-list ul li:last-child {
  margin: 0 0 0px;
}
.footer-widget.footer-list ul li a {
  display: block;
  color: #FFFFFF;
	font-size: 14px;
}
.footer-widget.footer-list ul li a:hover {
  color: #71dab6;
}
.footer-widget.footer-list ul li .title {
  color: #fff;
  font-weight: bold;
}
.footer-widget.footer-list ul li .desc {
  color: #FFFFFF;
  margin-left: 10px;
  width: 70%;
	font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-widget.footer-list ul li .desc {
    width: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-widget.footer-list ul li .desc {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .footer-widget.footer-list ul li .desc {
    width: 57%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-widget.footer-list ul li .desc {
    width: 71%;
  }
}

.footer-newsletter p {
  color: #FFFFFF;
  margin: 20px 0 12px;
}
.footer-newsletter .subscribe-form form .mc-form input {
  background: #1e1e1e none repeat scroll 0 0;
  border: none;
  color: #FFFFFF;
  font-size: 14px;
  height: 45px;
  width: 100%;
  padding: 2px 20px;
}
.footer-newsletter .subscribe-form form .mc-form input::-moz-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.footer-newsletter .subscribe-form form .mc-form input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}
.footer-newsletter .subscribe-form form .mc-form .mc-news {
  display: none;
}
.footer-newsletter .subscribe-form form .mc-form .clear {
  margin-top: 17px;
}
.footer-newsletter .subscribe-form form .mc-form .clear input {
  width: auto;
  background-color: #462d12;
  height: auto;
  padding: 6px 15px 5px;
  transition: all 0.3s ease 0s;
}
.footer-newsletter .subscribe-form form .mc-form .clear input:hover {
  color: #000000;
  background-color: #FFFFFF;
}

.footer-bottom {
  background-color: #222;
  padding: 20px 0;
}

.social-icon-style a {
  display: inline-block;
  font-size: 12px;
  width: 31px;
  height: 31px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  margin-right: 5px;
  border: 1px solid transparent;
}
.social-icon-style a:last-child {
  margin-right: 0px;
}
.social-icon-style a i {
  line-height: 30px;
  font-size: 12px;
}
.social-icon-style a.facebook {
  background-color: #3b5998;
}
.social-icon-style a.facebook:hover {
  opacity: 0.9;
  color: #fff;
}
.social-icon-style a.twitter {
  background-color: #1da1f2;
}
.social-icon-style a.twitter:hover {
  opacity: 0.9;
  color: #fff;
}
.social-icon-style a.google-plus {
  background-color: #dd4b39;
}
.social-icon-style a.google-plus:hover {
  opacity: 0.9;
  color: #fff;
}
.social-icon-style a.behance {
  background-color: #1769ff;
}
.social-icon-style a.behance:hover {
  opacity: 0.9;
  color: #fff;
}

.copyright p {
  color: #FFFFFF;
  margin: 0;
	font-size: 13px;
}
.copyright p i {
  color: #fa0909;
	
}
.copyright p a {
  color: #FFFFFF;
}
.copyright p a:hover {
  color: #462d12;
}

.logo a {
  display: inline-block;
}
.logo a .black-logo {
  display: none;
}



.hovereffect {
  width: 84%;
  height: 96%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #0000003b;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

.hovereffect:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

.hovereffect img {
  display: block;
  position: relative;
	width: 100%;
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 20px;
  background:  #006b47a3;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  margin-top: 5.6em;
	font-weight: 400;
}

.hovereffect:hover h2 {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  margin: -52px 0 0 0;
  padding: 62px 100px;
}

.hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px  #6f42c180;
}



.coaching_bg	{
	background-color:   #52317f;
    background-size: cover;
	margin-bottom:3em;
}

.bg_neet	{
	background-color:#52317f;	
	padding:1.5em 2em;
}

.bg_neet p	{
	font-size:13.5px;
	line-height:24px;
	text-align:justify;
}

.bg_jimper	{
	background-color:#351d56;	
	padding:1.5em 2em;
}

.bg_jimper p	{
	font-size:13.5px;
	line-height:24px;
	text-align:justify;
}


.bg_bitsat	{
	background-color:#280c4d;	
	padding:1.5em 2em;
}

.bg_bitsat p	{
	font-size:13.5px;
	line-height:24px;
	text-align:justify;
}

.coaching_bg2	{
	background-color:   #fff;
    background-size: cover;
	margin-bottom:3em;
}

.sports_text	{
		font-size: 13.5px;
	line-height: 25px;
	text-align: justify;
}

.school_head	{
	font-weight: 700;
	font-size: 40px;
	color: #53327f;
	font-family: 'Montserrat', sans-serif;
	line-height:50px;
	 text-transform: uppercase;
}

.school_head_sub	{
	font-weight: 400;
	font-size: 22px;
	color: #a168ac;
	font-family: 'Montserrat', sans-serif;
	line-height:35px;
	margin-bottom:0.5em;
	 text-transform: uppercase;
}



.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Montserrat', sans-serif;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}


ul.morebuttonlist > li {
    position: relative;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e7e6f1;
    cursor: pointer;
    padding: 9px 25px;
	margin:35px 0;
}
ul.morebuttonlist {
    padding: 0px;
    list-style: none;
    margin-top: 6px;
}
ul.categories_morebutton {
    padding: 0px;
    list-style: none;
    margin: 0px;
    margin-right: 30px;
}
    ul.morebuttonlist > li:hover {
        background: #53327f;
    }

        ul.morebuttonlist > li:hover ul.dropdownlistmore {
            visibility: visible;
            transform: translate(0, 0);
            opacity: 1;
            z-index: 999;
        }

            ul.morebuttonlist > li:hover ul.dropdownlistmore > li {
                -webkit-animation-name: slideInLeft;
                animation-name: slideInLeft;
                -webkit-animation-duration: 0.3s;
                animation-duration: 0.3s;
                -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
                -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards;
            }

a.header_menu_more {
    color: white;
    font-weight: 600;
    text-decoration: none;
}
    a.header_menu_more .fa {
        margin-left: 5px;
    }
ul.dropdownlistmore {
    visibility: hidden;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    margin: 0;
    padding: 0px;
    list-style: none;
    color: #333;
    background: #fff;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15), 0px 4px 14px -1px rgba(0, 0, 0, 0.1);
    transform: translate(0, -60px);
    transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
    opacity: 0;
    
    z-index: -1;
}
    ul.dropdownlistmore.loginbtnnew {
        visibility: hidden;
        display: flex;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        margin: 0;
        padding: 0px;
        list-style: none;
        color: #53327f;
        background: #fff;
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        box-shadow: 1px 2px 5px -1px rgba(0, 0, 0, 0.15), 0px 4px 14px -1px rgba(0, 0, 0, 0.1);
        transform: translate(0, -60px);
        transition: transform 0.2s ease-out, opacity 0.2s, z-index 0s 0.2s;
        opacity: 0;
        z-index: -1;
		min-width: 268px;
    }
    ul.dropdownlistmore > li > i {
        margin-left: 15px;
        color: #53327f;
        font-size: 16px;
    }
    ul.dropdownlistmore > li {
        font-size: 14px !important;
        cursor: pointer;
        padding: 9px;
        border-bottom: 1px solid #3ea6373b;
        text-align: left;
    }
        ul.dropdownlistmore > li > a {
            color: #000000;
            font-weight: 600;
            text-decoration: none;
            font-size: 12px;
        }
        ul.dropdownlistmore > li:hover {
            background: rgba(0, 0, 0, 0.06);
        }
.dropdown-item:focus, .dropdown-item:hover {
    color: #53327f;
    text-decoration: none;
    background-color: #f0f0f0;
}
@-webkit-keyframes slideInLeft {
    from {
        transform: translate(-25%, 0);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

@keyframes slideInLeft {
    from {
        transform: translate(-25%, 0);
        opacity: 0;
    }

    to {
        transform: translate(0, 0);
        opacity: 1;
    }
}

.dropdown-box{


	background: #000;
	height: 0px;
	font-family: sans-serif;
	cursor: pointer;
}
.opener{
	width: 100%;
	height: 40px;
	background: #1b1b1b;
	padding: 0 15px;
	border: 1px solid #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.opener i , h1{
	font-size: 20px;
	transition: 0.5s ease;
	color: lightgrey;
}
.rotate{
	transform: rotate(225deg);

}
.content{
	width: 100%;
	min-height: 0;
	max-height: 0;
	background: #252525;
	color: lightgrey;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow: hidden;
	padding:0 15px;
	transition: 0.5s ease;
}
.content-active{
	padding: 15px;
	max-height: 200px;
	min-height: 100px;
	overflow: auto;
	transition: 0.5s ease;
}







@media only screen and (max-width: 600px) {
 .deskmenu {
    display: none;
}
	.deskslide {
    display: none;
}
.hovereffect {
    width: 100%;
    height: 96%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
		.mobilemenu{
			display: block;
			background-color: #fff;
			height:100%;
			
		}
		
		.mobile-header	{
			background-color:#3d61ad;
			padding:1em 0 1em 0;
			margin-bottom:1em;	
		}
		.mobile-header	p{
			font-size:13px;
			color:#fff;
			text-align:center;
			margin-bottom:5px;

		}
		
		.mobile-header	a{
			font-size:13px;
			color:#fff;
			font-family: 'Montserrat', sans-serif;
			text-align:center;
			padding-left:0.5em;
		}
		
		
		
		
		.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}


			
	.welcome_head_sub	{
	font-weight: 500;
	font-size: 20px;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
				text-align: left;
}
			
.welcome_head	{
	font-weight: 700;
	font-size: 18px;
	color: #3d61ad;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	text-transform: uppercase;
}
			
			.content_text	{
	font-size: 13.6px;
	line-height: 25px;
	text-align: justify;
	font-family: 'Montserrat', sans-serif;
}

.welcome_head3 {
    font-weight: 300;
	font-size:25px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 30px;
    padding-bottom: 0.5em;
}
		
.service_button		{
	background:#eef9ffd1;
	padding:0em 0em;
	text-align:center;
	color:#52317f;
	font-size:16px;
	font-weight:800;
	text-transform: uppercase;
	transition:0.4s;
	border-radius:5px;
	font-family: 'Montserrat', sans-serif;
	line-height: 25px;
}
.service_button:hover	{
	background:#6f42c18a;
	color:#fff;
	z-index: -1;
}	
		
}


.footer-menu_text	{
	font-size: 12px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	cursor: default;
}



/* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
	font-family: 'Montserrat', sans-serif;
	padding-left: 4em;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  color: #2f89ec;
	transition: 0.4s;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #006a47;
  color: white;
	border-radius: 5px;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

.villa-aria	{
	padding: 4em 0;
}

.main_caption	{


}

.main_caption	p{
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	text-align: center;
	padding: 2em 2em 0 2em;
	font-weight:300;
	color:#0b6e4e;
}

@media only screen and (max-width: 600px) {
	
	.main_caption	{


}

.main_caption	p{
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	text-align: center;
	padding: 2em 2em 0 2em;
	font-weight:300;
	color:#0b6e4e;
}
	
	}




/* Image Hover */


.serv-img-hover	{
	background-color: #fcfcfc;
	margin-top: 2em;
	border:solid #eceeed;
	border-width:1px 0;
}

figure.snip1104 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 320px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #0b6e4e;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

figure.snip1104 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

figure.snip1104 img {
  max-width: 100%;
  position: relative;
  opacity: 0.4;
}

figure.snip1104 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

figure.snip1104 h2 {
  position: absolute;
  left: 40px;
  right: 40px;
  display: inline-block;
  background: #006a47;
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(0, -50%);
  padding: 12px 5px;
  margin: 0;
  top: 50%;
  text-transform: uppercase;
  font-weight: 200;
	font-size: 11px;
	color: #fff;
}

figure.snip1104 h2 span {
  font-weight: 700;
	font-size:17px;
	color: #fff;
}

figure.snip1104:before {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  background: #ffffff;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(110deg) translateY(-50%);
  transform: rotate(110deg) translateY(-50%);
}

figure.snip1104 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.snip1104.blue {
  background: #123851;
}

figure.snip1104.blue h2 {
  background: #0a212f;
}

figure.snip1104.red {
  background: #581a14;
}

figure.snip1104.red h2 {
  background: #36100c;
}

figure.snip1104.yellow {
  background: #7f5006;
}

figure.snip1104.yellow h2 {
  background: #583804;
}

figure.snip1104:hover img,
figure.snip1104.hover img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.snip1104:hover h2,
figure.snip1104.hover h2 {
  -webkit-transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
  transform: skew(-10deg) rotate(-10deg) translate(-150%, -50%);
}

figure.snip1104:hover:before,
figure.snip1104.hover:before {
  -webkit-transform: rotate(110deg) translateY(-150%);
  transform: rotate(110deg) translateY(-150%);
}



.project	{
	background:#fff;
	padding:1em 0;
	text-align:center;
}

.project h2	{
	font-weight:300;
	color:#3d61ad;
	text-transform:uppercase;
}

.project h2	span	{
	font-weight:400;
	color:#6e6e6e;
	font-size: 30px;
}

.project p	{
	color:#333;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	padding:0 1em;
	font-style:italic;
}


.tourism_sec	{
	margin:5em 0;	
	background-color:#f9f9f9;
	padding:2em 0;
}

.wayanad {
    background-image: url("../img/wayanad_bg.jpg");
   background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.tourpackage	{
	padding:3em 0;	
	margin-bottom:2em;
}

.tourpackage	img	{
		
}

.tourpackage_caption	{
	padding:1em 0 0.5em 0;
	background-color:#148661;

} 

.tourpackage_caption h5	{
	font-weight:300;
	color:#fff;
	text-transform:uppercase;
	background-color:#148661;
} 






.faq-section .mb-0 > a {
  display: block;
  position: relative;
}

.faq-section .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
}

.faq-section .mb-0 > a[aria-expanded="true"]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}



.star {
  position: relative;
  
  display: inline-block;
  width: 0;
  height: 0;
  
  margin-left: .9em;
  margin-right: .9em;
  margin-bottom: 1.2em;
  
  border-right:  .3em solid transparent;
  border-bottom: .7em  solid #FC0;
  border-left:   .3em solid transparent;

  /* Controlls the size of the stars. */
  font-size: 24px;
  
  &:before, &:after {
    content: '';
    
    display: block;
    width: 0;
    height: 0;
    
    position: absolute;
    top: .6em;
    left: -1em;
  
    border-right:  1em solid transparent;
    border-bottom: .7em  solid #FC0;
    border-left:   1em solid transparent;
  
    transform: rotate(-35deg);
  }
  
  &:after {  
    transform: rotate(35deg);
  }
}

