:root {
  --color-footer: #eef5ff;
	--color-header: #16697A;
	--color-middle: #DB6400;
	--color-light:  #FFA62B;
	--color-gray:   #646464;
	--color-bg-middle: #FEFBF3;
}
body {
  background: #FFFEFE;
  font-family: "Mukta Mahee", arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
  line-height: 1.8;
  color: var(--color-middle);
}
div {
	z-index: 1;
}
.m-l-auto{
	margin-left: auto;
}
.m-r-auto{
	margin-right: auto;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-b-20{
	margin-bottom: 20px;
}
.m-b-50{
	margin-bottom: 50px;
}
.m-b-100{
	margin-bottom: 100px!important;
}
.m-b-0 {
	margin-bottom: 0;
}
.m-r-5 {
	margin-right: 5px;
}
.p-r-5 {
	padding-right: 5px;
}
.p-r-10 {
	padding-right: 10px;
}
.p-l-5{
	padding-left: 5px;
}
.p-10{
	padding: 10px!important;
}
.f-16{
	font-size: 16px !important;
}
.f-18{
	font-size: 18px !important;
}
.f-r{
	float: right;
	
}
.f-l{
	float: left;
}
::-moz-selection {
  color: #fff;
  background: #65c0ba;
}

::selection {
  color: #fff;
  background: #65c0ba;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: var(--color-header);
  font-family: "Abril Fatface", times, serif;
}
h4{font-size: 1.3rem}

	
.label{
	font-size: 1.125rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0.5rem;
}
.container-fluid {
  max-width: 1600px;
}

.btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}

.btn.btn-outline-light {
  border-width: 2px;
}

.uppercase {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .2em;
}

.btn-primary {
    color: #FFFEFE;
    background-color: #F1A501;
    border-color: #F1A501;
}

.btn-primary:hover {
    color: #FFFEFE;
    background-color: #cd8c01;
    border-color: #c18401;
}
.primary-btn-shadow{
  -webkit-box-shadow: 0 1.25rem 2.1875rem 0 rgb(241 165 1 / 15%)!important;
    box-shadow: 0 1.25rem 2.1875rem 0 rgb(241 165 1 / 15%)!important;
}

.btn:focus, .btn:active {
  color: #FFFEFE;
    background-color: #c18401;
    border-color: #b57c01;
}

.form-control-custom {
	border: none;
	border-bottom: 3px solid #D67D3E!important;
	height: 48px;
	font-weight: 600;
}
.form-control-custom::placeholder{
	font-weight: 600!important;
	color: var(--color-header) !important;
	font-size: 1.125rem;
}
.bg-transparent {
	background-color: transparent!important;
}
.search {
	/*border: 2px solid #ced4da;*/
	padding: 10px;
	border-radius: calc(1.5rem - 1px);
	margin: 20px 0;

	-webkit-box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.31); 
box-shadow: 0px 0px 12px 5px rgba(0,0,0,0.1);
}
.form-control-custom:active, .form-control-custom:focus {
  box-shadow: 0 1px 8px 0 rgb(0 0 0 / 22%);
	border: 2px solid #ced4da;
}
.invalid-feedback {
	display: block;
}
.hidden {
	display:none;
}
textarea.form-control {
  height: inherit;
}
.text-muted {
	font-size: 0.8em;
	color: var(--color-middle) !important;
}
.site-header{
  position: absolute;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 2;
  
}
.site-header::before{
	content: "";
	background-color: #8e8f8f;
	opacity: 0.2;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.site-header-white::before{
	content: "";
	background-color: #fff;
	opacity: 0.5;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.menu-open .site-header {
  position: fixed;
}
.dropdown-menu {
	margin: 0!important;
}

.site-logo a {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  font-family: "Abril Fatface", times, serif;
}

.site-navbar {
}

.site-navbar nav {

}

.site-navbar nav .menu {
  font-family: "Abril Fatface", times, serif;
}
.site-header-white .site-navbar nav .menu {
  font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-weight: 500;
}

.site-navbar nav .menu li{
	margin-right: 5px;
}
.site-navbar nav .menu li a {
  color: #fff;
  font-size: 18px;
  padding: 5px 10px;
  position: relative;
	background-image: linear-gradient(#ffffff, #ffffff);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 4px;
    transition: background-size .3s;
}
.site-header-white .site-navbar nav .menu li a{
  color: var(--color-header);
	font-size: 20px;
}

.site-navbar nav .menu li a:hover {
background-size: 100% 4px;
}
.site-navbar nav .menu .revers-color{
	color: var(--color-middle);
}
.site-navbar nav .menu .revers-color:hover{
	color: var(--color-header);
}
.site-navbar nav .menu li.active a {
  color: var(--color-middle);
}

.site-navbar nav .menu li.active a:before {
  width: 100%;
}

.site-navbar .extra-info a {
  color: #000;
}

.site-navbar .extra-info ul li a {
  color: #000;
}
.site-navbar .nav-divider{
	color: #fff;
	font-size: 20px;

}
.site-header-white .site-navbar .nav-divider{
	color: #14183E;
}
.site-navbar .navbar-toggler i{
	color: #fff;
	font-size: 25px;
	padding: 5px;
}
.site-navbar .navbar-toggler-white i{
	color: var(--color-middle);
}
.site-navbar .extra-info h3 {
  font-family: "Mukta Mahee", arial, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
  color: #adb5bd;
  margin-bottom: 30px;
}

.site-navbar .extra-info p {
  color: #212529;
}

.full-height {
  height: 100vh;
  min-height: 700px;
}

.site-hero {
  background-size: contain;
  background-position: center center;
 /* height: 100vh;*/
  width: 100%;
}
.site-hero img{
	width: 100%;
	height: 100%;
}

.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.site-hero .scroll-down > span {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 13px;
  display: block;
}

.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero .btn-primary {
  color: #fff;
}

.site-hero-inner {

	position: absolute;
	top: 100px;
	left: 0;
	width: 100vw;
	height: calc(100vh - 100px);
	text-align: center;
	z-index: 2;
}

.site-hero-inner .heading {
  font-size: 70px;
  font-family: "Abril Fatface", times, serif;
  color: #fff;
  line-height: 1;
  /*font-weight: bold;*/
}
/*
.ui-widget.ui-widget-content {
	-webkit-box-shadow: 0px -1px 9px -2px #000000; 
	box-shadow: 0px -1px 9px -2px #000000;
}
*/



@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 38px;
  }
	.site-hero-inner {
		max-height: calc(100% - 100px);
	}
	.site-hero-inner .text-center {
		margin-left: 30px;
		position: absolute;
		top: 18%;
	}
}

.site-hero-inner .sub-heading {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}

.site-hero-inner .sub-heading a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.site-hero-inner .sub-heading a:hover {
  color: white;
  border-bottom: 2px solid white;
}

.page-inside .site-hero-inner, .page-inside {
  height: 70vh;
  min-height: 500px;
}

.page-inside.overlay:before {
  height: 70vh;
  min-height: 500px;
}

.menu-open .site-menu-toggle span {
  background: #000;
}

.site-menu-toggle {
  float: right;
  width: 40px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-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;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-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;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.section {
  padding: 6.5em 0 0 0;
}

@media (max-width: 991.98px) {
  .section {
    padding: 5em 0;
  }
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.visit-section .visit {
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.visit-section .visit a {
  color: #000;
}

.visit-section .visit a:hover {
  color: #65c0ba;
}

.visit-section .visit img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.visit-section .visit:hover, .visit-section .visit:focus {
  top: -1;
}

.visit-section .reviews-star span {
  font-size: 18px;
  color: #65c0ba;
}

.visit-section .reviews-count {
  color: #ccc;
  font-style: italic;
}

.primary-bg-text p {
  color: rgba(255, 255, 255, 0.7);
}
.bg-gradient {
	background: rgb(255,255,255) /*url("/images/bggradient.png")*/ repeat-x;
	
/*background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(250,250,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#fafafa",GradientType=1);*/
}



.bg-light-2 {
  background: #fafafa;
  border-top: 1px solid #e0e0e0;
}

.btn-play .icon {
  width: 50px;
  height: 50px;
  position: relative;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.btn-play .icon > span {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.btn-play .text {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
}

.btn-play:hover .icon {
  border-color: #1a1a1a;
}

.btn-play:hover .icon span {
  color: #000;
}

.heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
  font-size: 70px;
  font-family: "Abril Fatface", times, serif;
  line-height: 1;
  margin-bottom: 30px;
}
.heading-small{
	font-size: 60px !important;
}
.tab-outline .tab-content {
    padding: 30px;
    border: 1px solid #c4c4cf;
    border-radius: 4px;
    border-top-left-radius: 0px;
}
.tab-outline .nav-tabs .nav-link.active {
    color: #F1A501 !important;
    background-color: transparent !important;
    border-color: #c4c4cf #c4c4cf #efeff6 !important;
}

.tab-outline .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #F1A501 !important;
}
.tab-outline .nav.nav-tabs {
    border-bottom: transparent;
}

.tab-outline .nav.nav-tabs .nav-item .nav-link {
    display: block;
    padding: 17px 30px;
    color: var(--color-header);
    background-color: #e9e9f2;
    border-color: #c4c4cf #c4c4cf #c4c4cf;
    margin-right: 3px;
		font-weight: 600;
}

@media (max-width: 991.98px) {
  .heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
    font-size: 40px;
  }
}

.bg-pattern {
  background: #e9ecef url("/images/round.png");
}

.slider-section {
  position: relative;
}

.blog-post-entry {
  position: relative;
  margin-top: -500px;
  padding-top: 500px;
}

@media (max-width: 991.98px) {
  .blog-post-entry {
    margin-top: -300px;
    padding-top: 300px;
  }
}

.half .image, .half .text {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half .image, .half .text {
    width: 100%;
  }
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .half .image {
    height: 300px;
  }
}

.half .text {
  padding: 100px 7%;
}

@media (max-width: 991.98px) {
  .half .text {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.half .text h2 {
  font-size: 40px;
}

@media (max-width: 991.98px) {
  .half .text h2 {
    font-size: 30px;
  }
}

.testimonial blockquote {
  padding: 0;
}

.testimonial blockquote p {
  line-height: 1.5;
  font-family: "Mukta Mahee", arial, sans-serif;
  font-size: 20px;
  color: #000;
  font-style: italic;
}

.testimonial .author-image img {
  width: 70px;
}

.post .media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.post .media-custom:hover, .post .media-custom:focus {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.post .media-custom a {
  color: #000;
}

.post .media-custom a:hover {
  color: #65c0ba;
}

.post .media-custom .media-body {
  padding: 10px 30px;
}

.post .media-custom h2 {
  font-size: 26px;
}

.media-custom .meta-post {
  color: #ced4da;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  border-width: 2px !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: none;
}

.owl-carousel.major-caousel {
  -webkit-box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit;
}

.owl-carousel.major-caousel .slider-item img {
  margin-bottom: 0;
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
	font-size: 30px;
	font-weight: bold;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important;
}

.carousel {
	margin-bottom:20px;
}
.carousel-item img{
	width: 100%
}
.carousel-control-prev-icon {
    background-image: url("/assets/bootstrap-4.6.2/img/prev.svg");
		width: 40px;
		height: 40px;
}

.carousel-control-next-icon {
    background-image: url("/assets/bootstrap-4.6.2/img/next.svg");
		width: 40px;
		height: 40px;
}
.img-thumbs{
	margin: 10px auto 20px auto;

}
.image-blur-caption{
	position:absolute;
	top:40%;
	left:40%;
	color:yellow;
	font-size:20px;
	z-index:1;
}
.image-blur::before {
  content: '';
  position: absolute;
  top: 14px;
  left: .25rem;
  right: .25rem;
  bottom: .25rem;
  background-color: rgba(0,0,0,0.5);  
  
  z-index: 1;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.owl-stage-outer{

}

.footer-section {
  background: #1a1a1a;
  color: #fff;
}

.footer-section h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .contact-info span.d-block {
  font-style: italic;
  color: #fff;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}

.footer-section .link li {
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  position: relative;
}

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
  border-bottom: 1px solid white;
}

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.ftco-img-flaticon {
  text-align: center;
}

.ftco-img-flaticon img {
  width: 70px;
}

.side-box, .sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.side-box .heading, .sidebar-search .heading {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: "Mukta Mahee", arial, sans-serif;
}

.post-list li {
  margin-bottom: 20px;
}

.post-list li a > div {
  margin-top: -10px;
}

.post-list li a .meta {
  font-size: 13px;
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.post-list li a .image {
  width: 150px;
}

.post-list li a h3 {
  font-size: 16px;
}

.post-list li:last-child {
  margin-bottom: 0;
}

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px;
}

.sidebar-search .search-input:focus, .sidebar-search .search-input:active {
  border-color: #343a40;
}

.contact-section .contact-info p {
  font-family: "Abril Fatface", times, serif;
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: .2em;
  font-family: "Mukta Mahee", arial, sans-serif;
  text-transform: uppercase;
  color: #65c0ba;
  font-weight: bold;
}

.contact-section form.bg-white {
  -webkit-box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.5);
}

.post-categories li {
  display: block;
}

.post-categories li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

.post-categories li a .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #6c757d;
}

.custom-pagination .page-item .page-link {
  text-align: center;
  border: none;
  background: none;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.custom-pagination .page-item.active .page-link {
  background: #65c0ba;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.jadoo{
	font-family: "Poppins", "Rubik", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	margin-bottom: 30px;
}
.jadoo h3{
	color: /*#14183E*/ var(--color-header);
}

.text-heading{
	text-align:center;
}
.font-cursive {
    font-family: "Volkhov", "DM Serif Display", cursive;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fs-7 {
    font-size: 2.2807rem !important;
}
.fs-5 {
    font-size: 1.8rem !important;
}
.card-img, .card-img-top {
    border-top-left-radius: calc(1.5rem - 1px);
    border-top-right-radius: calc(1.5rem - 1px);
}
.card {
    border: none;
		border-radius: 1.5rem;
}

.shadow {
	    -webkit-box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048) !important;
    box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048) !important;
}
.text-secondary {
    color: var(--color-header) !important;
}
.fw-medium {
    font-weight: 500 !important;
}
.link-900 {
    color: var(--color-header) !important;
}
.link-900:hover, .link-900:focus {
    color: #F1A501 !important;
}

.slider-range .ui-slider {
  height: 3px;
  border: none;
}

.slider-range .ui-slider-handle {
  width: 18px;
  height: 18px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.22);
  border: none;
  border-radius: 50%;
  top: -9px;
  margin-left: 0;
  background-color: #fff;
}

.slider-range .ui-slider-handle:focus {
  border: none;
  outline: none;
}

.slider-range .amount:focus {
  border: none;
  outline: none;
}

.slider-range-secondary .ui-slider {
  background-color: #F1A501;
}

.slider-range-secondary .ui-slider-range {
  background: #cd8c01 !important;
}

.slider-range-primary .ui-slider {
  background-color: #fff;
}

.slider-range-primary .ui-slider-range {
  background-color: #0ec6d5;
}

.form-little-squirrel-control:hover, .form-little-squirrel-control:focus {
    background-color: #ffffff;
}
.form-little-squirrel-control {
    border-radius: 0;
    background-color: #ffffff;
    border-radius: 10px;
    color: #39425D;
    padding: 1rem 1rem 1rem 2.7rem;
    border: none;
    font-size: 14px;
}
.list-group-item {
	padding-right: 0.7rem !important;
	padding-left: 0.7rem !important;
}
.form-control {  	
		border-color: #DBD0C0;
		color: var(--color-middle);
}
.form-control:focus {  	
		border-color: #D67D3E;
}
.form-control::placeholder{
	color: var(--color-light);
	font-weight: 100;
}



.footer{
	/*margin-top: 30px;*/
	padding: 10px 20px 0 10px;
	color: var(--color-header);
  background-color: /*#ECE9DA;*/var(--color-footer);
	position:relative;
}
.footer h2{
	font-size: 1.2rem;
	color: var(--color-header);
	font-weight: 400;
}
.footer a{
	color: var(--color-light);
	font-weight: 300;
}
.footer a:hover{
	color: var(--color-middle);
}
.footer ul{
	list-style: none;
	padding-left: 0;
}
.footer p{
	margin-bottom: 0;
}
.footer-bottom{
	font-size: 0.8rem;
}
.tab-outline, .tab-outline h4, .tab-outline h5, .bg-light2 p{
	color: /*#5E454B*/ var(--color-header);
}
.tab-content i{
	margin-right: 7px;
}
.article-intro{
	color: var(--color-gray);
	font-weight: normal;
}
.white-overlay{
	padding: 10px;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.5);;

}
.bluebg{
	padding: 50px 0 20px 0;

	position: relative;
	background: rgb(255,255,255);
	background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(139,188,185,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(139,188,185,1) 100%);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(139,188,185,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#8bbcb9",GradientType=1);
	background: url('/images/bluebg4.jpg');
	background-size: cover;
	background-position: left bottom;
	min-height: 550px;
}
.bluebg img{
	border: 1px solid #ffffff;
}

.shape-container svg{
  position: absolute;
  left: 0;
  top: 0;
	width: calc(100% + 1.3px);
	height: 35px;
	
}
.footer .shape-container svg{
	top: -35px;
}

.shape-container svg path {
  fill: #fff;
}
.footer .shape-container svg path {
  fill: var(--color-footer);
}
.shape-container, .shape-container-bottom {
    overflow: hidden;
		width: 100%;
    line-height: 0;
    direction: ltr;
}
.bg-light {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-middle);
	background-image: url('/images/seashels.png'), -moz-linear-gradient(180deg, var(--color-footer) 0%, var(--color-bg-middle) 35%);
	background-image: url('/images/seashels.png'), -webkit-linear-gradient(180deg, var(--color-footer) 0%, var(--color-bg-middle) 35%);
	background-image: url('/images/seashels.png'), linear-gradient(180deg, var(--color-footer) 0%, var(--color-bg-middle) 35%);
	background-repeat: repeat-y;
	padding-bottom: 100px;
}

.bg-light:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 400px;
  width: 150%;
  left: -100px;
  background: #fff;
	z-index: 0;

}
.bg-light:after{
}
.bg-light2 {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-middle);
	background-image: url('/images/boats.png'), -moz-linear-gradient(180deg, var(--color-footer) 0%, var(--color-bg-middle) 35%);
	background-image: url('/images/boats.png'), -webkit-linear-gradient(180deg, var(--color-footer) 0%, var(--color-bg-middle) 35%);
	background-image: url('/images/boats.png'), linear-gradient(180deg, var(--color-footer) 0%, var(--color-bg-middle) 35%);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 100px;
}
.bg-light2:before {
  content: "";
  position: absolute;
  top: 0px;
  height: 300px;
  width: 150%;
  left: -100px;
  background: #fff;
	z-index: 0;

}
.breadcrumb-container{
	z-index: 10;
	/*background-color: var(--color-footer);
	margin: 0 15px;	
	padding: 0 20px;*/
	
}
.breadcrumb-container nav{
	z-index: 10;
	/*width: 100%;*/
}
.breadcrumb{
	background: #fafafa;
	
}
.breadcrumb-item {
	font-weight: 400;	
}
.breadcrumb-item.active{
	color: var(--color-header);
}
.breadcrumb-item a{
	color: var(--color-middle);
}
.breadcrumb-item+.breadcrumb-item::before{
	content: '>>';	
	color: var(--color-gray);	
}


@media (min-width: 1200px){
	.fs-xl-10 {
			font-size: 3.0rem !important;
	}
	.fs-xl-8 {
			font-size: 2.0rem !important;
	}
	.left-pattern, .right-pattern{
	background-image: url('/images/bgdesen8.png');
	background-repeat: repeat-y;
	display:block;
	width: 100%;
	height: 100%;
	}
	.left-pattern{
		background-position: left top;
	}
	.right-pattern{
		background-position: right top;
		background-image: url('/images/bgdesen8r.png');
	}
}


@media (max-width: 600px) {
 	.site-navbar nav .menu li a {
		padding-right: 5px;
		padding-left: 5px;
	}
	.mm-b-20 {
		margin-bottom: 20px;
	}
}

@media (max-width: 991px) {
	.fs-lg-8 {
    font-size: 2.56578rem !important;
	}
	.fs-lg-6 {
    font-size: 2rem !important;
	}
	.navbar-collapse{
		background: rgba(0, 0, 0, 0.6);
	}
	.site-header{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.owl-carousel .owl-item img{
		width: calc(100vh * 1.4);
		height: 100vh;
		min-width: 100vw;
		/*margin-right: -30vw;*/
	}
	.owl-carousel .owl-item {
		overflow: hidden;
	}
	.site-hero{
		min-height: 1px;
		overflow: scroll;
	}
	.navbar-brand img{
		max-width: 20vw;
		max-height: 20vw;
	}
	.navbar-collapse-white {
    background: rgba(255, 255, 255, 0.8);
		width: 100%;
		padding: 15px;
	}
}
@media (min-width: 1700px){
	
	.left-pattern{
		background-position: left 100px top;
	}
	.right-pattern{
		background-position: right 100px top;
	}
}
@media (max-width: 450px) {
	.m-t-sm-0{
		margin-top: 0;
	}
	.owl-carousel .owl-item img{
		height: auto;	
	}
}
@media print {
  .noPrint{
    display:none !important;
  }
}
