
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*font-family: "Roboto", sans-serif;*/

@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap);
/*font-family: 'Poppins', sans-serif;*/

@import url('https://fonts.googleapis.com/css2?family=Sail&display=swap');
/*font-family: 'Sail', cursive;*/

/*
Yellow 	: #e8c61a
Green 	: #266141
Grey	: #818286

Pantone : #266141
*/

html {
	scroll-behavior: smooth;
}

nav {
	background-color: #ffffff;
    padding: 0px 0px !important;
    position: relative;
    overflow: visible;
}

nav .navbar-brand { 
	background-color: #ffffff;
	padding: 0px 10px;
	color: #ffffff !important;
	border-bottom: 1px solid;
	border-color: #266141;
	margin-left: 5px;
}
nav .navbar-brand img {
	width: 120px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	color: #cccccc !important;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-item .nav-link {
	font-family: "Roboto", sans-serif;
  	font-weight: 700;
  	font-style: normal;
	letter-spacing: 0px;
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-item .nav-link.active {
	color: #cccccc !important;
}
.navbar-light .navbar-nav .nav-item.active .nav-link {
	color: #cccccc;
}
.navbar-light .navbar-brand .logo_txt {
	display: block;
}
.navbar-light .navbar-brand .logo_icon {
	display: none;
}
.navbar-light .navbar-nav .nav-item .nav-link {
	padding: 16px 10px;
}
.nav-link {
    padding: 0rem 1rem;
}

.right-menu .nav-item .nav-link {
	color: #d7db33 !important;
	text-shadow: 0 0 2px #266141;
	position: relative;
	padding: 16px 0;
	overflow: hidden;
}
.right-menu .nav-item .nav-link::before {
	position: absolute;
	top: 0;
	left: -35%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 50%, rgba(255,255,255,0) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
	-webkit-animation: link_shine linear .75s infinite;
	animation: link_shine linear 1s infinite;
}
@-webkit-keyframes link_shine {
	0% { left: 0%; } 50% { left: 60%; } 100% { left: 0%; }
}
@keyframes link_shine {
	0% { left: 0%; } 50% { left: 60%; } 100% { left: 0%; }
}


.progress-container {
	width: 100%;
	height: 8px;
	background: #ccc;
}
.progress-bar {
	height: 8px;
	background: #4caf50;width: 0%;
}

#HomeBanner {
	position: relative;
	background-color: #009933;
	background-image: url(../img/bg04.png);
	background-size: cover;
	background-position: center;
}
#HomeBanner #naalakam_vid {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
/*#HomeBanner #naalakam_vid video:before {
	content: "";
	display: block;
	background-image: url(../img/bg05.png);
	background-position: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}*/

#HomeBanner .Caption_content .Caption_content_sec a {
	text-decoration: none;
}

#HomeBanner .Caption_content .Caption_content_sec .main_logo_sec img {
    width: 130px;
}
#HomeBanner .Caption_content .Caption_content_sec h2 {
	font-family: "Roboto", sans-serif;
	letter-spacing: 1px;
	font-size: 14px;
	text-shadow: 0 0 10px #222222;
	background-color: #266141;
	padding: 10px;
}

#HomeBanner .Caption_content a:hover {
	text-decoration: none;
}
.bannerImage_sm {
    display: none;
}

#HomeBanner .Banner-slider {
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	z-index: -1;
	background-color: #999999;
}
#HomeBanner .Banner-slider .Home-carousel .owl-dots {
	display: none;
}

/*#HomeBanner video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: -1;
	background-color: #ffffff;
}*/

.Specialisation-carousel .item .card {
	margin: 15px;
}
.Specialisation-carousel .item .card .card-body {
	padding: 0px;
}

.no_bg::before {
    background-image: none;
    height: 0px;
}

.bg_mg1 {
	background-image: url(../img/08.png);
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.Team {
	position: relative;
}
.Team .Team_img {
	text-align: center;
    position: relative;
}
.Team .Team_img img {
	box-shadow: 0 0 4px #266141;
	border-radius: 50% 10%;
	width: 50%;
	margin-left: 25%;
    z-index: 2;
}
.Team .Team_img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10%;
	width: 50%;
	height: 100%;
	box-shadow: 0 0 4px #266141;
	border-radius: 10% 50%;
	background-color: #fff;
	z-index: -1;
}
.Team .Team_details {
	text-align: center;
	position: relative;
}
.Team .Team_details .Team_details_det {
}
.Team .Team_details .Team_details_det h5 {
	text-transform: uppercase !important;
}

#Fecilities {
	background-image: url(../img/facility.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
#Fecilities ul {
	list-style: none;
	padding: 0;
}
#Fecilities ul > li {
	padding-left: 1.5em;
	line-height: 60px;
}
#Fecilities ul > li:before {
	content: "\f045";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
 }
#Fecilities .fac-side-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15%;
	opacity: 0.5;
}

#Contact {
	position: relative;
	min-height: auto !important;
}
#Contact iframe {
	width: 100%;
	border-top: 1px solid #cccccc;
	box-shadow: 0 0 10px #cccccc;
}
#Contact .ContactForm {
	background-color: #ffffff;
	padding: 15px;
	box-shadow: 0 0 5px #cccccc;
	padding: 20px 20px 0 20px;
}
#Contact .ContactForm input, #Contact .ContactForm textarea {
	border: 0;
	border-bottom: 1px solid #000000;
	border-radius: 0px;
}

.products {
	background-color: #266141;
	position: relative;
	padding: 5px;
}
.products h4 {
	position: absolute;
	bottom: -3px;
	left: 0px;
	width: 100%;
	background: linear-gradient(to right, rgba(38, 97, 65, 0.7), rgba(232, 198, 26, 0.7), rgba(38, 97, 65, 0.7));
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	border-top: 1px solid #266141;
	border-left: 5px solid #266141;
	border-left: 5px solid #266141;
	padding: 20px 0;
	text-align: center;
	z-index: 2;
}
.products:hover h4 {
	transition: all ease 0.4s;
	color: #ffffff;
	padding: 5px 0;
	text-align: center;
}

.fa-star.checked {
	color: orange !important;
}
.testimonial-img {
	text-align: center;
}
.testimonial-img img {
	width: 120px !important;
}
.testimonial-img svg {
	font-size: 60px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #266141;
	border-radius: 100%;
	padding: 1px;
	width: 60px;
	height: 60px;
}
.Testimonial {
	padding: 0px;
}

.Testimonial-carousel{
	background-color: rgb(38, 97, 65, 0.1);
}
.Testimonial-carousel .owl-dots .owl-dot.active span {
	width: 30px;
	background: #266141 !important;
	transition: all ease 0.4s;
}

footer {
	padding: 20px;
	background-color: #cccccc;
	position: relative;
	/*background-image: url(../img/07.jpg);*/
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	color: #000000;
}
footer .address svg {
	color: #266141 !important;
}
footer a, footer a:hover {
	color: #266141;
	text-decoration: none;
}
footer .social-media > li {
	list-style: none;
	display: inline-block;
}
footer .social-media > li > a {
	padding: 0px;
}
footer .social-media >  li > a > svg {
	border-radius: 100%;
	filter: grayscale(100%);
}

footer .social-media svg:hover {
	filter: grayscale(0%);
}
footer .social-media .fa-facebook-f {
	background: #3B5998;
	color: white;
}
footer .social-media .fa-twitter {
	background: #55ACEE;
	color: white;
}
footer .social-media .fa-instagram {
	background: #fb3958;
	color: white;
}
footer .social-media .fa-linkedin-in {
	background: #007bb5;
	color: white;
}
footer .social-media .fa-youtube {
	background: #bb0000;
	color: white;
}
footer .social-media .fa-whatsapp {
	background: #25D366;
	color: white;
}

footer .toTop {
	border: 1px solid #266141;
	color: #266141;
	padding: 5px;
	text-align: center;
	height: 37px;
    position: absolute;
    top: 15px;
    right: 15px;
}
footer a {
	color: #000000;
}
footer .toTop i {
	font-size: 24px;
	-webkit-animation: toTopAnim ease 1s infinite;
	-moz-animation: toTopAnim ease 1s infinite;
	-os-animation: toTopAnim ease 1s infinite;
	animation: toTopAnim ease 1s infinite;
}
@-webkit-keyframes toTopAnim { 0% { margin-top: 0%; } 100% { margin-top: 100%; } }
@keyframes toTopAnim { 0% { margin-top: 0%; } 100% { margin-top: 100%; } }
footer .social-media svg {
	padding: 10px;
	text-align: center;
	text-decoration: none;
	width: 24px !important;
    height: 24px;
    margin: 5px;
}

.footer-bottom a {
	text-decoration: none;
}

.sticky-lg-top .navbar-brand {
	padding: 3px;
}
.sticky-lg-top .navbar-nav .nav-item {
	padding: 7px 18px;
}

.main-title {
	position: relative;
	cursor: default;
}
.main-title-icon {
	padding-top: 20px;
	padding-left: 35px;
}
.main-title-txt {
	font-family: 'Poppins', sans-serif;
	position: relative;
}

.main-cnt {
	padding: 15px 20px 15px 20px;
}

.theme-bg {
	background-image: linear-gradient(to top, #266141, #7da08d);
}
.clr-primary {
	color: #EC972D !important;
}
.bg-green {
	background-color: #266141 !important;
}

.btn-default {
	background-color: #266141 !important;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	transition: all ease 0.6s;
}
.btn-default:hover {
	background-color: #64ac40 !important;
}
.btn-default .btn-icon {
    background-color: #EC972D;
    color: #111111;
    box-shadow: 0 0 10px #999999;
    padding: 10px 20px;
    margin-left: -10px;
    margin-right: 10px;
    position: relative;
}
.btn-default .btn-icon svg {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.btn-default:hover .btn-icon {
    margin-left: -15px;
    margin-right: 15px;
}

.btn-default1 {
	border-color: #266141 !important;
	color: #266141 !important;
}
.btn-default1:hover {
	color: #111111 !important;
}

.btn-temp {
	background-color: transparent;
	color: #266141;
	border: 1px solid #266141;
	border-radius: 7px;
	padding-right: 45px;
	position: relative;
}
.btn-temp:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f101";
    display: block;
    background-color: #266141;
    border: 1px solid #266141;
    color: #ffffff;
    padding: 10px 10px;
    position: absolute;
    top: -5px;
    right: 3px;
}
.btn-sample {
	border: 1px solid #266141;
	color: #266141;
}

.default-img {
	background-image: url(../img/09.png);
    background-position: 100% 67%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding: 20px;
}
.default-img1 {
	background-image: url(../img/bg01.png);
    background-position: 100% 67%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    padding: 20px;
}

section .bg-img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	z-index: 1;
}

p, a, li {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

.PreLoader {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 9999;
	overflow: hidden;
}
/*.PreLoader .loader-img {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #d7db33;
	border-radius: 100%;
	animation: preloadAnim ease 5s infinite;
}*/

/*.PreLoader .loader-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10000;
	width: 85px;
}
@keyframes preloadAnim {
	0%{transform: rotate3d(0,1,0,0deg);box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.4);}
	25%{transform: rotate3d(1,0,0,-60deg);box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);}
	50%{transform: rotate3d(0,1,0,60deg);box-shadow: 20px 0px 10px 0px rgba(0, 0, 0, 0.4);}
	75%{transform: rotate3d(0,1,0,-60deg);box-shadow: 30px 0px 20px 0px rgba(0, 0, 0, 0.4);}
	100%{transform: rotate3d(0,1,0,0deg);box-shadow: 0px 30px 20px 0px rgba(0, 0, 0, 0.4);}
}*/

.PreLoader .loader {
  	width: fit-content;
  	font-size: 36px;
  	font-family: system-ui,sans-serif;
  	font-weight: bold;
  	text-transform: uppercase;
  	color: #0000;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  	-webkit-text-stroke: 1px #266141;
  	background: 
    linear-gradient(-60deg,#266141 45%,#ffffff 0 55%,#266141 0) 
    0/300% 100% no-repeat text;
  	animation: l3 2s linear infinite;
}
.PreLoader .loader:before {
  	content: "Naalakamayuryoga";
}
@keyframes l3 {
  	0%{background-position: 100%}
}


section p {
	line-height: 40px;
	text-align: justify;
}

section {
	/*opacity: 0;*/
	transform: translate(0, 0px);
	transition: all 1s;
}

section.visible {
	opacity: 1;
	transform: translate(0, 0); 
}
.banner-fix {
	position: fixed !important;
	top: 5% !important;
	left: 5% !important;
	transform: translate(-5%,-5%) !important;
}

.special_font {
	font-family: 'Sail', cursive;
}

.breadcrumb {
	float: right;
}
.breadcrumb > li > a {
	color: #266141 !important;
	text-decoration: none;
}
.breadcrumb > li > a:hover {
	color: #266141 !important;
}

.package {
	border: 1px solid #266141;
}
.package .package-head {
	position: relative;
	overflow: hidden;
}
.package .package-head:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(38, 97, 65, 0.3);
	position: absolute;
	top: 0px;
	left: 0px;
}
.package .package-head .package-head-title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	box-shadow: 0 0 10px #000000;
	background-color: #266141;
	margin-bottom: 0px;
	padding: 10px 0;
}

.package .package-body:before {
	content: "";
	display: block;
	width: 5px;
	height: 100%;
	background-image: linear-gradient(to top, #266141, #a8c0b3, #266141);
	position: absolute;
	top: 0px;
	right: 0px;
}

.btn-enq {
	text-decoration: none;
	color: #266141;
	font-weight: bold;
}
.btn-enq:hover {
	color: #000000;
}

.homestay {
	position: relative;
	padding: 0 15px;
	overflow: hidden;
}

.homestay > a {
	color: #ffffff !important;
}

.bg-shade, .bg-shade1 {
	position: relative;
	padding: 10px 0 0 10px;
}
.bg-shade::after, .bg-shade1::after {
	width: 30px;
	position: absolute;
	top: 0px;
	left: 0;
}
.bg-shade::after {
	content: url('../img/stick1.png');
}
.bg-shade1::after {
	content: url('../img/stick.png');
}
.bg-shade >img, .bg-shade1 >img {
	box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.4);
}


.modal-body .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 99;
	background-color: #ffffff;
	border-radius: 100%;
	padding: 5px;
}

.card-image {
	height: 250px;
	overflow: hidden;
	position: relative;
}
.card-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: auto;
}

.whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding: 5px;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	z-index: 2;
	display: none;
}
.whatsapp svg {
	font-size: 36px;
	background: #25D366;
	color: white;
	padding: 5px;
}

#Gallery .nav-tabs {
	position: relative;
	border-bottom: 0;
}
#Gallery .nav-tabs .nav-item {
	width: 50%;
}
#Gallery .nav-tabs .nav-item button {
	width: 100%;
	text-align: center;
	background-color: transparent;
}
#Gallery .nav-tabs .nav-item .nav-link {
	border: 0;
}
#Gallery .nav-tabs .nav-item .nav-link svg {
	color: #009933;
	background-color: #ffffff;
	border: 1px solid #009933;
	border-radius: 100%;
	padding: 10px;
	z-index: 2;
	transition: all ease 0.4s;
}
#Gallery .nav-tabs .nav-item .nav-link.active svg {
	background-color: #009933;
	color: #ffffff;
} 
#Gallery .tab-pane {
	margin-top: 30px;
}
#Gallery #video iframe, #Gallery #video video {
	width: 100%;
	height: auto;
}
#Gallery .nav-tabs:before {
	content: "";
	display: block;
	border: 2px solid #009933;
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.alert {
	position: fixed;
	bottom: 0%;
	right: 6%;
	transform: translate(-0%, -6%);
	z-index: 10050;
}

.nearby:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.nearby .nearby-description h4 {
	font-family: 'Sail', cursive;
	font-size: 48px;
}
.nearby .nearby-description p {
	text-align: center !important;
}
.nearby-description {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	text-shadow: 0 0 50px #000000;
}
img.sticky {
	position: sticky;
  	top: 0;
  	width: 100%;
}
.logo-banner {
	width: 200px;
	padding: 10px;
	margin: 10px;
	background-color: rgba(255, 255, 255, 0.5);  
}
@media screen and (min-width: 600px) {
	.logo-banner {
		position: absolute;
		bottom: 0;
		left: 10%;
	}
}

@media screen and (min-width: 600px) {

/*	.navbar-light .navbar-nav .nav-item { padding: 7px 18px; }*/

	#Fecilities ul { padding-left: 50px; }
	
	body::before {
		content: "";
	    display: block;
	    background-image: url(../img/07.png);
	    background-repeat: repeat-y;
	    background-size: 5%;
	    background-position: 100%;
	    background-color: #fff;
	    left:0;
	    right:0;
	    top:0;
	    bottom:0;
	    z-index:-1;
	    position:fixed;
	    opacity: 0.7;
	}

	.Testimonial-carousel .item {
		padding: 50px;
	}
}

@media screen and (max-width: 600px) {
	#HomeBanner { background-size: 100% auto; }
	#HomeBanner .Caption_content .Caption_content_sec .main_logo_sec img {
	    width: 120px;
	}
	#HomeBanner .Caption_content .Caption_content_sec {
		width: 100%;
	}
	#HomeBanner .bannerImage {
    	background-attachment: initial;
    }
    #HomeBanner .Caption_content {
        height: auto;
    }
	#HomeBanner .Banner-slider {
		position: relative;
		top: 0%;
  		left: 0%;
  		transform: translate(0%, 0%);
		width: 100%;
		z-index: 1;
	}
	#HomeBanner #naalakam_vid {
		width: 90%;
		position: relative;
		top: 0%;
		left: 0%;
		transform: translate(0%, 0%);
		z-index: 1;
		margin: 10px 20px;

	}

	.Testimonial-carousel .item {
		padding: 15px;
	}

	.Team .Team_details {
		text-align: center;
		box-shadow: 0 0 3px #266141;
		border-radius: 0%;
	    width: 100%;
	    height: 250px;
		position: relative;
	    /*margin-top: 50px;
	    margin-left: 0px;*/
	}
	.Team .Team_details .Team_details_det {
		padding-top: 20%;
	}

	#About .About-cnt p { line-height: 30px; }

	#Fecilities ul > li { line-height: 30px; }
	#Fecilities .fac-side-img { width: 25%; }

	#Contact .ContactForm { position: relative;width: 100%; }

	footer .social-media { margin-bottom: 20px; }
	footer .social-media .fa { margin: 0px; }

	.main-title { margin-top: 30px }
	.main-title, .main-title:before, .main-title:after { margin-left: 20px; }

	.Testimonial {
		padding: 20px;
	}
	.Testimonial .testimonial-cnt p, .Testimonial .testimonial-cnt .testimonial-cnt-star {
		text-align: right !important;
	}

	.card-image {
		height: 100%;
		overflow: hidden;
		position: relative;
	}
	.card-image img {
		position: relative;
		top: 0%;
		left: 0%;
		transform: translate(0%,0%);
		width: 100%;
		height: auto;
	}
	.btn-sample {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 480px) {

	#HomeBanner .Caption_content {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
	}
    #HomeBanner .bannerImage {
        background-image: none;
        background-position: 0% 0%;
    }
	#HomeBanner .Caption_content .Caption_content_sec {
        position: relative;
        width: 100%;
        padding: 0px;
    }
	#HomeBanner .Caption_content .Caption_content_sec .main_logo_sec h2 {
		margin-top: 10px;
	}
	#HomeBanner .Caption_content .Caption_content_sec h5 {
	    margin-left: 0px;
	    text-align: center;
	}
	#HomeBanner .Caption_content .Caption_content_sec h2 {
	    border-radius: 0 0 0px 0px;
	    margin-bottom: 0px;
	}
	#HomeBanner .Caption_content .Caption_content_sec a {
	    width: 100%;
	}
	#HomeBanner .Banner-slider .Home-carousel .owl-dots {
	  	margin-top: 0px;
	  	position: absolute;
	  	bottom: 0%;
	  	left: 50%;
	  	transform: translate(-50%, 0%);
	  	display: block;
	}
	#HomeBanner .Banner-slider .Home-carousel .owl-dots .owl-dot span {
  		height: 6px;
		transition: all ease 0.4s;
  	}
	#HomeBanner .Banner-slider .Home-carousel .owl-dots .owl-dot.active span{
  		width: 30px;
  		height: 6px;
		background: #266141;
		transition: all ease 0.4s;
	}
    .bannerImage_sm {
        display: block;
    }

	footer .social-media > li > a {
		padding: 3px;
	}

	.mb-xs-2 {
		margin-bottom: 20px;
	}
}