html,
body {
	height: 100%;
	font-family: 'Rubik', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #111111;
	margin: 0;
	font-weight: 500;
	font-family: 'Rubik', sans-serif;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
	line-height: 1.2;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #636363;
	line-height: 1.6;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}



/*---------------------
	Helper CSS
-----------------------*/
    /* Firefox old*/
@-moz-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

img.blink-image {
    margin-top:20%;
    height: 52px;
    width: 90%;
    padding: 0 30px;
}
img.img-responsive.batches {
    margin: 25px 0;
}
.spad {
	padding-top: 90px;
	padding-bottom: 90px;
}

.section-title {
	margin-bottom: 70px;
}

.section-title h3 {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-title p {
	margin-bottom: 0;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}


.con-box{
  height:100px;
  width:100%;
  background-color:#f6f6fa;
  border-top: 3px solid #040a3c;
/* box-shadow: #cacaca; */
  border-bottom: 3px solid #040a3c;
}

/*---------------------
	Commom elements
-----------------------*/

/* Buttons */

.site-btn {
	position: relative;
	display: inline-block;
	text-transform: uppercase;
	background: #cf812a;
	color: #fff;
	padding: 18px 30px;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	border-radius: 50px;
	min-width: 170px;
	text-align: center;
	border: none;
	cursor: pointer;
}

/* Image Popup */

.img-popup-warp .mfp-content,
.img-popup-warp.mfp-ready.mfp-removing .mfp-content {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.img-popup-warp.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #fff;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		        transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
	padding: 20px 0;
	overflow: visible;
}
/*
.site-logo {
	display: inline-block;
	margin-right: 50px;
	padding-top: 2px;
}*/
.site-logo {
    display: inline-block;
    margin-right: 30px;
    margin-left: 75px;
    padding-top: 1px;
}

.header-info {
	display: inline-block;
	float: right;
}

.header-info .hf-item {
	display: inline-block;
	margin-left: 35px;
}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #cf812a;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 0px;
	margin-bottom: 0;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #27045d;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	background: #27045d;
}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 20px;
	margin-right: -5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.main-menu li a:hover {
	background: #cf812a;
}

.main-menu li.active a {
	background: #cf812a;
}

/*---------------------
	Hero Section
-----------------------*/

.hs-item {
	/*min-height: 760px;
	*/
	min-height: 460px;
	position: relative;
	display: table;
	width: 100%;
}

.hs-item .hs-text {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 2;
}

.hs-item .hs-subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #cf812a;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 30px;
	position: relative;
	opacity: 0;
	top: 50px;
}

.hs-item .hs-title {
	color: #fff;
	font-size: 48px;
	margin-bottom: 25px;
	position: relative;
	left: 150px;
	opacity: 0;
	text-transform: uppercase;
}

.hs-item .hs-des {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	position: relative;
	left: 150px;
	opacity: 0;
}

.hs-item .site-btn {
	margin-top: 30px;
	opacity: 0;
	top: 50px;
}

.owl-item.active .hs-item .hs-title,
.owl-item.active .hs-item .hs-des,
.owl-item.active .hs-item .hs-subtitle,
.owl-item.active .hs-item .site-btn {
	left: 0;
	top: 0;
	opacity: 1;
}

.owl-item.active .hs-item .hs-subtitle {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
}

.owl-item.active .hs-item .hs-title {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.owl-item.active .hs-item .hs-des {
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
}

.owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.hero-slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	z-index: 1;
	text-align: center;
}

.hero-slider .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #fff;
	margin: 0 5px;
}

.hero-slider .owl-dots .owl-dot.active {
	background: #cf812a;
}

/*---------------------
	Counter Section
-----------------------*/

.counter-section {
	background: #27045d;
	padding: 40px 0;
}

.counter-section .big-icon {
	display: block;
	float: left;
	width: 71px;
	height: 71px;
	border-radius: 70px;
	background: #fff;
	text-align: center;
	padding-top: 20px;
	margin-right: 15px;
}

.counter-section .big-icon i {
	font-size: 30px;
	color: #cf812a;
}

.counter-section .counter {
	padding-left: 40px;
}

.counter-section .counter .counter-item {
	min-width: 100px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	border-right: 1px solid #35335a;
	text-align: center;
	display: inline-block;
}

.counter-section .counter .counter-item:last-child {
	border-right: none;
}

.counter-section .counter .counter-item h4 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 4px;
}

.counter-content {
	padding-left: 90px;
}

.counter-content h2 {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 10px;
}

.counter-content p {
	text-transform: uppercase;
	color: #fff;
}

.counter-content p i {
	color: #cf812a;
	margin-right: 10px;
}

/*---------------------
	Service Section
-----------------------*/

.services {
	margin-bottom: -50px;
}

.service-item {
	margin-bottom: 50px;
}

.service-item .service-icon {
	width: 45px;
	float: left;
}

.service-item .service-icon img {
	max-width: 100%;
}

.service-item .service-content {
	padding-left: 75px;
}

.service-item .service-content h4 {
	margin-bottom: 15px;
	font-weight: 400;
}

/*---------------------
	Enroll Section
-----------------------*/

.enroll-section {
	position: relative;
}

.enroll-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.enroll-section .container {
	position: relative;
	z-index: 1;
}

.enroll-section .section-title {
	margin-bottom: 40px;
}

.enroll-section.h3{
  color:white;
}

.enroll-list-item {
	padding-left: 65px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

/*.enroll-list-item span {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	top: 0;
	text-align: center;
	border-radius: 50px;
	background: #cf812a;
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}*/
.enroll-list-item span {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 24px;
    top: 5px;
    text-align: center;
    border-radius: 50px;
    background: #cf812a;
    font-size: 25px;
    font-weight: 500;
    padding-top: 10px;
}
.enroll-list-item h5 {
	font-weight: 400;
	margin-bottom: 10px;
}

.enroll-list-item:after {
	position: absolute;
	content: '';
	height: calc(100% - 45px);
	left: 20px;
	top: 48px;
	border-left: 1px dashed #d7d8d8;
}

.enroll-list-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.enroll-list-item:last-child:after {
	display: none;
}

/*---------------------
	Courses Section
-----------------------*/

.courses-section .container {
	margin-bottom: -50px;
}

.course-item {
	margin-bottom: 50px;
}

.course-item .course-thumb {
	margin-bottom: 45px;
	position: relative;
}

.course-item .course-thumb img {
	min-width: 100%;
}

.course-item .course-thumb .course-cat {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.course-item .course-thumb .course-cat span {
	min-width: 150px;
	bottom: 0;
	background: #e50002;
	padding: 10px 15px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.course-item .course-info {
	text-align: center;
	margin: 0 -15px;
}

.course-item .course-info .date {
	color: #cf812a;
	font-size: 14px;
	margin-bottom: 10px;
}

.course-item .course-info h4 {
	font-weight: 400;
	line-height: 1.3;
}

.course-item .course-info .cource-price {
	padding-top: 15px;
	color: #cf812a;
}

.course-item .course-info .cource-price span {
	font-size: 14px;
	font-weight: 500;
	color: #b7b7b7;
}

/*---------------------
	Fact Section
-----------------------*/

.fact-section {
	background-position: center center;
	position: relative;
}

.fact-section:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.8;
}

.fact-section .container {
	position: relative;
	z-index: 1;
}

.fact {
	text-align: center;
}

.fact-icon {
	font-size: 48px;
	color: #fff;
	width: 50px;
	display: inline-block;
}

.fact-text {
	padding-left: 20px;
	display: inline-block;
	text-align: left;
}

.fact-text h2 {
	color: #cf812a;
	font-weight: 400;
}

.fact-text p {
	margin-bottom: 0;
	text-transform: uppercase;
	color: #fff;
}

/*---------------------
	Event Section
-----------------------*/

.event-item {
	margin-bottom: 50px;
}

.event-item .event-thumb {
	margin-bottom: 45px;
	position: relative;
}

.event-item .event-thumb img {
	min-width: 100%;
}

.event-item .event-thumb .event-date {
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	bottom: -19px;
}

.event-item .event-thumb .event-date span {
	min-width: 170px;
	bottom: 0;
	background: #cf812a;
	padding: 10px 15px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
	letter-spacing: 2px;
}

.event-item .event-info {
	text-align: center;
}

.event-item .event-info h4 {
	margin-bottom: 20px;
	font-weight: 400;
}

.event-item .event-info p {
	margin-bottom: 30px;
}

.event-item .event-info p i {
	color: #cf812a;
	padding-left: 13px;
	padding-right: 4px;
}

.event-item .event-info .event-readmore {
	font-size: 13px;
	text-transform: uppercase;
	color: #b7b7b7;
	letter-spacing: 2px;
	font-weight: 500;
}

.event-item .event-info .event-readmore i {
	color: #cf812a;
}

/*---------------------
	Gallery Section
-----------------------*/

.gallery .gallery-item {
	width: 12.5%;
	position: relative;
}

.gallery .gallery-item:after {
	content: '';
	display: block;
	clear: both;
}

.gallery .gallery-item:before {
	position: absolute;
	content: '';
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item:hover:before {
	opacity: 0.3;
}

.gallery .gallery-item.gi-big,
.gallery .gallery-item.gi-long {
	width: 25%;
}

.gallery .gallery-item a {
	position: absolute;
	width: 50px;
	height: 50px;
	background: rgba(246, 120, 58, 0.9);
	color: #fff;
	left: 50%;
	top: 60%;
	margin-left: -25px;
	margin-top: -25px;
	border-radius: 50%;
	padding-top: 13px;
	text-align: center;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.gallery .gallery-item a i {
	font-size: 24px;
}

.gallery .gallery-item:hover a {
	opacity: 1;
	top: 50%;
	-webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	-o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
	transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}

.gallery .grid-sizer {
	width: 12.5%;
}

/*---------------------
	Blog Section
-----------------------*/

.blog-item {
	margin-bottom: 60px;
	overflow: hidden;
}

.blog-item .blog-thumb {
	width: 230px;
	height: 170px;
	float: left;
}

.blog-item .blog-content {
	padding-left: 258px;
}

.blog-item .blog-content h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	line-height: 1.4;
}

.blog-item .blog-meta {
	margin-bottom: 15px;
}

.blog-item .blog-meta span {
	margin-right: 10px;
	font-size: 12px;
	color: #b7b7b7;
}

.blog-item .blog-meta span i {
	color: #cf812a;
	margin-right: 3px;
}

/*---------------------
	Newsletter Section
-----------------------*/

.newsletter-section {
	background: #f7f7f7;
	padding: 50px 0;
}

.newsletter-section .newsletter {
	position: relative;
	margin-top: 12px;
}

.newsletter-section .newsletter input {
	width: 100%;
	font-size: 14px;
	padding: 18px 30px;
	border: none;
	border-radius: 50px;
	padding-right: 170px;
}

.newsletter-section .newsletter .site-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-radius: 0px 50px 50px 0px;
	min-width: 150px;
}

/*---------------------
	Footer Section
-----------------------*/

.footer-section {
	background-color: #27045d;
	background-image: url("../img/footer-bg.png");
	background-repeat: no-repeat;
	background-position: center 75px;
}

.footer-section .footer-top {
	padding: 65px 15px;
}

.footer-section .copyright {
	border-top: 1px solid #312f56;
	padding: 12px 0;
	text-align: center;
}

.footer-section .copyright p {
	color: #b7b7b7;
	margin-bottom: 0;
}

.footer-section .copyright p a {
	color: #fff;
	font-weight: 500;
}

.footer-section .copyright p a:hover {
	color: #cf812a;
}

.footer-widget .fw-title {
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 25px;
	padding-top: 10px;
}

.footer-widget p,
.footer-widget span {
	color: #b7b7b7;
}

.footer-widget ul {
	list-style: none;
}

.footer-widget .about-widget img {
	margin-bottom: 30px;
}

.footer-widget .about-widget p {
	margin-bottom: 35px;
}

.footer-widget .social a {
	color: #b7b7b7;
	margin-right: 15px;
}

.footer-widget .dobule-link ul {
	display: inline-block;
}

.footer-widget .dobule-link ul a {
	display: block;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 15px;
}

.footer-widget .dobule-link ul a:hover {
	color: #cf812a;
}

.footer-widget .dobule-link ul li:last-child a {
	margin-bottom: 0;
}

.footer-widget .dobule-link ul:last-child {
	margin-left: 50px;
}

.footer-widget .recent-post li {
	margin-bottom: 25px;
}

.footer-widget .recent-post p {
	margin-bottom: 5px;
}

.footer-widget .recent-post span {
	font-size: 12px;
}

.footer-widget .recent-post span i {
	color: #cf812a;
	margin-right: 5px;
}

.footer-widget .contact li {
	margin-bottom: 15px;
	display: block;
}

.footer-widget .contact li p {
	margin-bottom: 0;
}

.footer-widget .contact i {
	font-size: 12px;
}

/*---------------------
	Other Pages
----------------------
======================*/

/*.site-breadcrumb {
	padding: 60px 0;
	color: #b7b7b7;
	font-size: 18px;
}*/
.site-breadcrumb {
    padding: 25px 0 0 0;
    color: #b7b7b7;
    font-size: 14px;
}
.site-breadcrumb a {
	color: #111111;
}

.site-breadcrumb a i {
	margin: 0;
}

.site-breadcrumb i {
	margin: 0 10px;
}

.site-pageination {
	list-style: none;
}

.site-pageination li {
	display: inline;
	text-align: center;
}

.site-pageination li a {
	display: inline-block;
	min-width: 40px;
	height: 40px;
	border: 1px solid #e1e1e1;
	color: #636363;
	padding-top: 9px;
	font-size: 14px;
	margin-right: 14px;
	border-radius: 2px;
}

.site-pageination li a:hover,
.site-pageination li a.active {
	background: #cf812a;
	border-color: #cf812a;
	color: #fff;
}

/*---------------------
	About page
-----------------------*/

.about-text h5 {
	font-weight: 400;
	margin-bottom: 12px;
}

.about-text .about-list {
	list-style: none;
	padding-top: 10px;
}

.about-text .about-list li {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
}

.about-text .about-list li i {
	color: #cf812a;
}

.testimonial-section {
	background: #f7f7f7;
}

.testimonial-slider .ts-author-pic {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	margin: 5px auto 0;
}

.testimonial-slider .ts-text p {
	font-size: 18px;
	margin-bottom: 20px;
}

.testimonial-slider .ts-text h5 {
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.testimonial-slider .ts-text span {
	color: #cf812a;
	font-size: 14px;
}

.testimonial-slider .owl-nav {
	position: absolute;
	top: 35px;
	width: 180px;
	left: 40px;
}

.testimonial-slider .owl-prev {
	float: left;
}

.testimonial-slider .owl-next {
	float: right;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
	font-size: 36px;
	color: #b7b7b7;
}

.testimonial-slider .owl-dots {
	position: absolute;
	left: -15px;
	bottom: -5px;
	width: 25%;
	padding: 0 15px;
	text-align: center;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 20px;
	background: #b7b7b7;
	display: inline-block;
	margin: auto 5px;
}

.testimonial-slider .owl-dots .owl-dot.active {
	background: #cf812a;
}

.member {
	text-align: center;
}

.member h5 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 5px;
}

.member p {
	color: #cf812a;
	margin-bottom: 0;
	font-weight: 14;
}

.member:hover .member-pic:after {
	opacity: 0.4;
}

.member:hover .member-social {
	opacity: 1;
}

.member:hover .member-social a {
	top: 0;
}

.member:hover .member-social a:nth-child(1) {
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}

.member:hover .member-social a:nth-child(2) {
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member:hover .member-social a:nth-child(3) {
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.member .member-pic {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
}

.member .member-pic:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -6px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a {
	padding: 0 5px;
	margin: auto 5px;
	color: #fff;
	position: relative;
	top: -20px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.member .member-social a:hover {
	color: #cf812a;
}

/*---------------------
	Blog Page
-----------------------*/

.post-item {
	margin-bottom: 60px;
}

.post-item .post-thumb {
	height: 320px;
	margin-bottom: 40px;
}

.post-item .post-thumb-full {
	margin-bottom: 40px;
}

.post-item .post-content h3 {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}

.post-item .post-content h3 a {
	color: #111111;
}

.post-item .post-content p {
	margin-bottom: 0;
}

.post-item .post-meta {
	margin-bottom: 10px;
}

.post-item .post-meta span {
	margin-right: 10px;
	font-size: 14px;
	color: #b7b7b7;
}

.post-item .post-meta span i {
	color: #cf812a;
}

.post-item .tag {
	padding-top: 15px;
	padding-bottom: 40px;
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
}

.post-item .tag i {
	color: #cf812a;
	margin-right: 5px;
}

.post-item .post-author {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.post-item .post-author .pa-thumb {
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
}

.post-item .post-author .pa-content {
	padding-left: 130px;
	padding-top: 5px;
}

.post-item .post-author .pa-content h4 {
	font-size: 18px;
	margin-bottom: 10px;
}

.comment-warp {
	padding-top: 40px;
	border-top: 1px solid #f5f5f5;
}

.comment-warp .comment-title {
	font-weight: 400;
	margin-bottom: 35px;
}

.comment-warp .comment-list {
	list-style: none;
}

.comment-warp .comment-list .replay-comment-list {
	list-style: none;
	margin-left: 14%;
}

.comment-warp .comment {
	margin-bottom: 40px;
}

.comment-warp .comment .comment-avator {
	float: left;
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.comment-warp .comment .comment-content {
	padding-left: 100px;
}

.comment-warp .comment .comment-content .c-date {
	font-size: 12px;
	text-transform: uppercase;
	color: #b7b7b7;
	margin-bottom: 5px;
	display: block;
}

.comment-warp .comment .comment-content h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 400;
}

.comment-warp .comment .comment-content p {
	margin-bottom: 0;
}

.comment-warp .comment .comment-content .c-btn {
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
	border: 1px solid #e1e1e1;
	color: #111111;
	padding: 5px 25px;
	border-radius: 2px;
	margin-right: 5px;
	margin-top: 15px;
}

.comment-warp .comment .comment-content .c-btn:hover {
	border-color: #cf812a;
	background: #cf812a;
	color: #fff;
}

.comment-form-warp {
	padding: 40px 0;
	border-top: 1px solid #f5f5f5;
}

.comment-form input[type='text'],
.comment-form input[type='email'],
.comment-form textarea {
	width: 100%;
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 18px 20px;
	margin-bottom: 30px;
	border-radius: 2px;
}

.comment-form textarea {
	height: 150px;
}

.comment-form.--contact input[type='text'],
.comment-form.--contact input[type='email'],
.comment-form.--contact textarea {
	border: 1px solid #e1e1e1;
}

.comment-form.--contact textarea {
	margin-bottom: 50px;
}

.widget {
	margin-bottom: 55px;
	margin-left: -19px;
}

.widget .widget-title {
	font-weight: 400;
	font-size: 24px;
	margin-bottom: 30px;
}

.widget ul {
	list-style: none;
}

.widget ul a {
	font-size: 14px;
	color: #636363;
	margin-bottom: 10px;
	padding: 5px 0;
	display: inline-block;
}

.widget ul a:hover {
	color: #cf812a;
}

.widget .search-widget {
	position: relative;
}

.widget .search-widget input {
	width: 100%;
	border: 1px solid #9d9d9d;
	padding: 10px 15px;
	padding-right: 55px;
	font-size: 14px;
}

.widget .search-widget button {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
	border: none;
	width: 50px;
	padding-top: 5px;
	color: #b7b7b7;
	background-color: transparent;
	-webkit-transform: rotateY(180deg);
	        transform: rotateY(180deg);
}

.widget .recent-post-widget .rp-item {
	margin-bottom: 25px;
	display: block;
	overflow: hidden;
}

.widget .recent-post-widget .rp-thumb {
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 30px;
}

.widget .recent-post-widget .rp-content {
	padding-left: 100px;
}

.widget .recent-post-widget .rp-content p {
	font-size: 12px;
	color: #b7b7b7;
	margin-bottom: 0;
}

.widget .recent-post-widget .rp-content p i {
	color: #cf812a;
}

.widget .recent-post-widget .rp-content h6 {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 10px;
}

.widget .tags a {
	min-width: 80px;
	text-transform: uppercase;
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	color: #636363;
	padding: 12px 15px;
	border: 1px solid #cf812a;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	border-radius: 2px;
}

.post-item.post-details {
	margin-bottom: 0;
}

.post-item.post-details p {
	margin-bottom: 15px;
}

.post-item.post-details blockquote {
	padding: 25px 30px;
	font-size: 16px;
	color: #111111;
	border-left: 3px solid #cf812a;
	-webkit-box-shadow: 0 0 40px #f2f2f2;
	        box-shadow: 0 0 40px #f2f2f2;
	margin: 40px 0 35px;
}

/*---------------------
	Contact page
-----------------------*/

.map-section {
	height: 500px;
	position: relative;
}

.map-section .map {
	height: 100%;
}

.contact-info-warp {
	position: absolute;
	width: 600px;
	height: 100%;
	background: rgba(23, 47, 72, 0.871);
	text-align: center;
	z-index: 1;
	padding-top: 70px;
}

.contact-info-warp .contact-info {
	margin-bottom: 40px;
}

.contact-info-warp .contact-info h4 {
	color: #fff;
	font-weight: 400;
	margin-bottom: 8px;
}

.contact-info-warp .contact-info p {
	color: #fff;
	margin-bottom: 0;
}

/*------------------
	Responsive
---------------------*/

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.counter-section .counter {
		padding-left: 20px;
	}
	.counter-section .counter .counter-item {
		min-width: 80px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 35px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-info .hf-item i {
		float: left;
	}
	.header-info .hf-item p {
		display: block;
	}
	.hs-item {
		height: auto;
		min-height: auto;
		padding: 140px 0;
	}
	.counter-section .counter {
		padding-top: 15px;
		padding-left: 0;
	}
	.counter-section .counter .counter-item {
		min-width: 70px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 27px;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 25%;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: -16px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.header-info {
		display: none;
	}
	.site-logo {
		padding: 15px 0;
	}
	.nav-switch {
		position: absolute;
		right: 30px;
		font-size: 30px;
		color: white;
		top: 25px;
		display: block;
	}
	.nav-section .nav-right {
		display: block;
		float: none;
		text-align: right;
		padding-bottom: 20px;
	}
	.main-menu {
		display: none;
	}
	.main-menu li {
		display: block;
	}
	.main-menu li a {
		padding: 15px;
		display: block;
		border-top: 1px solid #212031;
	}
	.main-menu li a:hover {
		background-color: transparent;
		color: #cf812a;
	}
	.main-menu li.active a {
		background-color: transparent;
	}
	.hs-item {
		min-height: auto;
		padding: 100px 0;
	}
	.hs-item .hs-title {
		font-size: 40px;
	}
	.counter-section .counter {
		float: none;
		padding-top: 30px;
		padding-left: 0;
		text-align: center;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 50%;
	}
	.fact {
		text-align: left;
		margin-bottom: 15px;
	}
	.footer-widget {
		margin-bottom: 40px;
	}
	.testimonial-slider .owl-nav {
		left: 50%;
		margin-left: -90px;
	}
	.testimonial-slider .owl-dots {
		text-align: center;
		width: 100%;
		left: 0;
		bottom: 0;
	}
	.testimonial-slider .ts-author-pic {
		margin: 5px auto 30px;
	}
	.testimonial-slider .ts-item {
		text-align: center;
		padding-bottom: 50px;
	}
	.member {
		margin-bottom: 40px;
	}
	.sidebar {
		padding-top: 80px;
	}
	.widget {
		margin-left: 0;
	}
	.map-section {
		height: auto;
	}
	.contact-info-warp {
		position: relative;
		height: auto;
		display: block;
		width: 100%;
		padding-bottom: 70px;
	}
	.map-section .map {
		height: 300px;
	}
}

/* small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hs-item .hs-title {
		font-size: 27px;
	}
	.counter-section .counter .counter-item {
		min-width: 65px;
	}
	.counter-section .counter .counter-item h4 {
		font-size: 25px;
	}
	.course-item .course-info {
		margin: 0;
	}
	.blog-item .blog-thumb {
		height: 230px;
		width: 100%;
		margin-bottom: 20px;
	}
	.blog-item .blog-content {
		padding-left: 0;
	}
	.gallery .gallery-item,
	.gallery .gallery-item.gi-big,
	.gallery .gallery-item.gi-long {
		width: 100%;
	}
	.newsletter-section .newsletter {
		text-align: center;
	}
	.newsletter-section .newsletter input {
		padding-right: 30px;
		margin-bottom: 20px;
		text-align-last: auto;
	}
	.newsletter-section .newsletter .site-btn {
		position: relative;
		border-radius: 50px;
	}
	.post-item .post-author .pa-thumb,
	.comment-warp .comment .comment-avator {
		float: none;
		margin-bottom: 15px;
	}
	.post-item .post-author .pa-content,
	.comment-warp .comment .comment-content {
		padding-left: 0;
	}
}

/** ccss **/
.ftco-bg-dark {
    background: #3c312e;
}
.ftco-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .95;
    background: #1b212c;
}
span.text , .ftco-footer p , ul.list-unstyled li a{
    color: #fff;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.ftco-footer {
    font-size: 16px;
    padding: 2em 0 0 0;
}
.ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: white;
}
/** footer **/
.main-menu {
   /* margin-left: 18% !important;*/
    list-style: none;
   
}

.nav-section {
    margin-top: 0% !important;
    background: #27045d;
    border: 2px solid red;
}
.header-section {
    padding: 5px !important;
    overflow: visible;
}
.header-info .hf-item {
    padding-top: 10px;
    display: inline-block;
    margin-left: 35px;
}
ul.main-menu {
    margin-bottom: 0px !important;
}
#about-page .blog h2 {
    padding: 15px 0;
}
#about-page h5.widget-title {
    padding: 15px 0;
border-bottom:2px solid #4a05b5;
	}
.justify {
	text-align:justify;
	}
	div#about-page {
    min-height: 430px;
}
/**** chetana **/
/*.admin_image {
    border: 2px solid #fff;    
}*/
.about_col_left {
    padding-right: 25px;
}
.about_item {
    min-height: 160px;
    box-shadow: 1px 2px 4px 1px;
    padding: 20px 35px;
    margin-bottom: 30px;
}
.about_item_image {
    width: 100%;
    overflow: hidden;
}
.top-menu {
	list-style: none;
}
header.header-section {
    border-bottom: 1px solid rgb(252, 252, 252);
    background: #404040;
    color:#fff !important;
}
.section2 {
    padding-top: 45px;
}
.top-menu li {
	display: inline;
}
/* .image-overlay {
	    background: #fff;
    opacity: 0.8;
    padding:60px 35px;
} */
.image-overlay {
	background: #adabab;
opacity: 0.7;
padding:60px 35px;



}
.top-menu li a {
    display: inline-block;
    color: #fff !important;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
   padding: 10px 11px;
    margin-right: 0px;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
   
}
ul.dropdown-menu li a {
    color: #000 !important;
}
ul.dropdown-menu li:hover {
    background: #e50002;
    color:#ffffff !important;
    
}
.top-menu li a:hover {
	/*width:100%;*/
	background: #C80815;
	color:#fcfcf9 !important;
}
.dropdown-menu {
    margin-top: 0px !important;
    min-width: 180px;
    
    
}
.top-menu li.active a {
    color: #fff !important;
    background: #C80815;
}
i.fa.fa-check-square-o {
    color: #004feb;
    padding: 0 2px;
}

ul.about-list {
    list-style: none;
    padding:15px 1px;
}
h2.content-title {
    /* border-bottom: 2px solid; */
    /* width: 171px; */
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
}
.white-box {
    box-shadow: 0px 1px 3px 3px #eceaea;
    -webkit-box-shadow: 0px 1px 3px 3px #eceaea;
    background: #ffffff;
    padding: 10px;
    margin: 5px 0;
    margin-bottom: 30px !important;
}
.list-icons a:hover {
    color: #004feb;
    padding: 0 10px;
}
/**  afacilties **/
.about_col_left {
    padding-right: 25px;
}
.about_item {
    min-height: 160px;
    box-shadow: 1px 2px 4px 1px;
    padding: 20px 35px;
    margin-bottom: 30px;
}
.about_item_image {
    width: 100%;
    overflow: hidden;
}
.about_item_image img {
    max-width: 100%;
    -webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}
.about_item_title {
    margin-top: 22px;
}
.about_item_title a {
    font-size: 16px;
    font-weight: 600;
    color: #384158;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.about_item_text {
    line-height: 2;
        margin-top: 12px;
}

/*** ***/
h2.content-border::before {
    content: '';
    position: absolute;
    left: 16px;
    bottom: 0px;
    right: 0;
    top: 5%;
    margin: 1px 10px;
    width: 28%;
    height: 2px;
    background: #00f;
}
ul.about-list li {
    line-height: 2;
    text-align: justify;
}
ul.top-menu {
    display: inline-block;
}
 ul.top-menu {
    display: inline;
        margin-left: 4%;
}
ul.dropdown-menu li {
    display: block;
}
#mobile {
	display:none;
}
/*gallery */
.text-center.filters .nav-pills1 > li {
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    display: inline-block;
    float: none;
    background-color: #e50002;
}
.filters .nav-pills1 > li {
    margin-right: 2px;
    margin-bottom: 2px;
}
.nav-pills1 > li > a {
    border-radius: 0;
    padding: 8px 20px;
    border: 1px solid #cacaca;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #f76464;
}
.nav-pills1 > li > a:hover {
	color:#000;
}
.isotope-item {
    margin-bottom: 20px;
}
.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
img.thumb {
    width:  345px;
    height: 200px;
    float: left;
    
    border-top: 2px solid #1b5cb1;
    border-bottom: 2px solid #1b5cb1;
    border-left: 2px solid #1b5cb1;
    border-right: 2px solid #1b5cb1;
    box-shadow: 5px 5px 5px #6581a5;
}
.isotope-item .btn-default {
    color: #999999;
    
    background-color: #040a3c;
}
.col-sm-12.col-xs-12.col-md-12.isotope-item.Infastructure h5 {
    padding-top: 25px !important;
    padding-left: 6px !important;
    /* margin-bottom: 0; */
    padding-bottom: 0;
    margin: 0;
}
/** gallery end **/
.enroll-list-item:after {
	display:none;
}


@media(max-width:767px) {	
    ul.main-menu.top-menu {
    display: none;
    margin-top:8%;
}
	img.thumb.img-responsive {
    width: 100%;
}
.form-group .form-control {
    margin: 6px 0 !important;
    padding: 7px 12px;
    border-color: #f2f2f2;
    box-shadow: none;
}
	.hs-item.set-bg {
    background-size: 100% 100% !important;
    height:450px ;
    
}
	
	header.header-section {
    height: 70px;
}
	img.logo-site {
    position: absolute;
    z-index: 9999;
    min-height: 80px;
}
	nav.nav-section {
    margin-top: 3% !important;
}
/*	.col-lg-6.offset-lg-1.p-lg-0.p-4 img {
    display: none;
}*/
}
@media(max-width:480px ) {
	
	header.header-section {
    height: 70px;
}
	img.logo-site {
    position: absolute;
    z-index: 9999;
    min-height: 80px;
}
	nav.nav-section {
    margin-top: 3% !important;
}
	.site-logo {
    padding: 5px;
}
	.main-menu {
    margin-left: 7% !important;
    list-style: none;
}
	.hero-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 82px;
    left: 0;
    z-index: 1;
    text-align: center;
}
	.spad {
    padding-top: 20px !important;
    padding-bottom:20px !important;
}
 ul.main-menu.top-menu {
    margin-top:16%;
}
}
.section-title.border-bottom h3:after {
    /* text-transform: uppercase; */
    /* margin-bottom: 20px; */
    /* font-size: 24px; */
    /* border-bottom: 1px solid blue; */
    /* padding-bottom: 19px; */
    border-bottom-color: 10px;
    border-bottom: 2px solid #180e53;
    content: "";
    width: 113px;
    position: absolute;
    /* top: 0; */
    left: 46%;
    margin-top: 37px;
}
.section-title h3{
 
    font-size: 24px !important; 
  
  
   
}


/** Chetana mobile **/
@media(max-width:767px) {
ul.top-menu {
    display: block;
    overflow: visible;
    margin-top: 18%;
    margin-left: 40% !important;
    position: relative;
    z-index: 999;
    background: #00172e;
}
	
	ul.top-menu li {
	   border-bottom: 1px solid #000;
    display: block;
    width: 100%;
    text-align:center;
   
    overflow: visible;
}
	.main-menu li a {
    border-bottom: none;
    border: none;
}
	/*.main-menu li a {
	border-bottom:none;
	}*/
	li.dropdown.dropdown-toggle:hover ul {
    display: block;
}
	.top-menu li.active {
    color: #fff !important;
    background:#00172e;
    color:black;
} 
	.site-logo {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0;
    padding: 2px;
}
ul.top-menu  li {
    display: block;
}
	ul.top-menu  li:hover {
	 background: #00172e;
    color:#fff !important;
    }
    .image-overlay {
    background: #fff;
    opacity: 0.8;
    padding: 15px 10px;
}
}

.card img{
	height:500px;
	width:600px;
}

/* [Master Stylesheet - v1.0] */
/* =========== Index of CSS ===========
:: 1.0 Import Fonts
:: 2.0 Import All CSS
:: 3.0 Base CSS
    :: 3.1.0 Spacing
    :: 3.2.0 Height
    :: 3.3.0 Section Padding
    :: 3.4.0 Section Heading
    :: 3.5.0 Preloader CSS
    :: 3.6.0 Miscellaneous
    :: 3.7.0 ScrollUp
    :: 3.8.0 Palatin Button
:: 4.0 Header Area CSS
:: 5.0 Hero Area CSS
:: 6.0 Book Now Area CSS
:: 7.0 About Us Area CSS
:: 8.0 Pool Area CSS
:: 9.0 Rooms Area CSS
:: 10.0 Services Area CSS
:: 11.0 Our Hotel Area CSS
:: 12.0 Testimonial Area CSS
:: 13.0 Footer Area CSS
:: 14.0 Breadcumb Area CSS
:: 15.0 Blog Area CSS
:: 16.0 Contact Area CSS
:: 17.0 Skills Area CSS
:: 18.0 Elements Area CSS
    :: 18.1.0 Single Cool Facts CSS
    :: 18.2.0 Accordians Area CSS
    :: 18.3.0 Tabs Area CSS
*/
/* :: 1.0 Import Fonts */
@import url(css/bootstrap.min.css);
@import url(css/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/animate.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/nice-select.css);
@import url(css/travel-icon.css);
/* @font-face {
  font-family: 'FuturaLT-Book';
  src: url("fonts/FuturaLT-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FuturaLT-Book.woff") format("woff"), url("fonts/FuturaLT-Book.ttf") format("truetype"), url("fonts/FuturaLT-Book.svg#FuturaLT-Book") format("svg");
  font-weight: normal;
  font-style: normal; } */
/* :: 2.0 Import All CSS */
/* :: 3.0 Base CSS */
/* * {
  margin: 0;
  padding: 0; }

body {
  font-family: "FuturaLT-Book";
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #363636;
  line-height: 1.3;
  font-weight: 400; }

p {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 2.1;
  font-weight: 400; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 400;
  font-size: 14px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; } */

/* :: 3.1.0 Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* :: 3.2.0 Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* :: 3.3.0 Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* :: 3.4.0 Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 60px; }
  .section-heading .line- {
    width: 90px;
    height: 2px;
    background-color: #cb8670;
    display: block;
    margin-bottom: 40px; }
  .section-heading h2 {
    font-size: 48px;
    color: #363636; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .section-heading h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .section-heading h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .section-heading h2 {
        font-size: 24px; } }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading.text-center .line- {
    margin: 0 auto 40px; }
  .section-heading.white h2,
  .section-heading.white p {
    color: #ffffff; }

/* :: 3.5.0 Preloader CSS */
.preloader {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; }
  .preloader .cssload-container {
    display: block;
    width: 97px; }
  .preloader .cssload-loading i {
    width: 19px;
    height: 19px;
    display: inline-block;
    border-radius: 50%;
    background: #cb8670; }
  .preloader .cssload-loading i:first-child {
    opacity: 0;
    animation: cssload-loading-ani2 0.58s linear infinite;
    -o-animation: cssload-loading-ani2 0.58s linear infinite;
    -ms-animation: cssload-loading-ani2 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani2 0.58s linear infinite;
    -moz-animation: cssload-loading-ani2 0.58s linear infinite;
    transform: translate(-19px);
    -o-transform: translate(-19px);
    -ms-transform: translate(-19px);
    -webkit-transform: translate(-19px);
    -moz-transform: translate(-19px); }
  .preloader .cssload-loading i:nth-child(2),
  .preloader .cssload-loading i:nth-child(3) {
    animation: cssload-loading-ani3 0.58s linear infinite;
    -o-animation: cssload-loading-ani3 0.58s linear infinite;
    -ms-animation: cssload-loading-ani3 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani3 0.58s linear infinite;
    -moz-animation: cssload-loading-ani3 0.58s linear infinite; }
  .preloader .cssload-loading i:last-child {
    animation: cssload-loading-ani1 0.58s linear infinite;
    -o-animation: cssload-loading-ani1 0.58s linear infinite;
    -ms-animation: cssload-loading-ani1 0.58s linear infinite;
    -webkit-animation: cssload-loading-ani1 0.58s linear infinite;
    -moz-animation: cssload-loading-ani1 0.58s linear infinite; }
@keyframes cssload-loading-ani1 {
  100% {
    transform: translate(39px);
    opacity: 0; } }
@-o-keyframes cssload-loading-ani1 {
  100% {
    -o-transform: translate(39px);
    opacity: 0; } }
@-ms-keyframes cssload-loading-ani1 {
  100% {
    -ms-transform: translate(39px);
    opacity: 0; } }
@-webkit-keyframes cssload-loading-ani1 {
  100% {
    -webkit-transform: translate(39px);
    opacity: 0; } }
@-moz-keyframes cssload-loading-ani1 {
  100% {
    -moz-transform: translate(39px);
    opacity: 0; } }
@keyframes cssload-loading-ani2 {
  100% {
    transform: translate(19px);
    opacity: 1; } }
@-o-keyframes cssload-loading-ani2 {
  100% {
    -o-transform: translate(19px);
    opacity: 1; } }
@-ms-keyframes cssload-loading-ani2 {
  100% {
    -ms-transform: translate(19px);
    opacity: 1; } }
@-webkit-keyframes cssload-loading-ani2 {
  100% {
    -webkit-transform: translate(19px);
    opacity: 1; } }
@-moz-keyframes cssload-loading-ani2 {
  100% {
    -moz-transform: translate(19px);
    opacity: 1; } }
@keyframes cssload-loading-ani3 {
  100% {
    transform: translate(19px); } }
@-o-keyframes cssload-loading-ani3 {
  100% {
    -o-transform: translate(19px); } }
@-ms-keyframes cssload-loading-ani3 {
  100% {
    -ms-transform: translate(19px); } }
@-webkit-keyframes cssload-loading-ani3 {
  100% {
    -webkit-transform: translate(19px); } }
@-moz-keyframes cssload-loading-ani3 {
  100% {
    -moz-transform: translate(19px); } }
/* :: 3.6.0 Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.63);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.bg-fixed {
  background-attachment: fixed !important; }

/* :: 3.7.0 ScrollUp */
#scrollUp {
  background-color: #cb8670;
  border-radius: 0;
  bottom: 50px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 40px;
  right: 50px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #363636; }

/* :: 3.8.0 Palatin Button */
.palatin-btn {
  background-color: #cb8670;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 123px;
  height: 53px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 53px;
  text-transform: capitalize; }
  .palatin-btn:hover, .palatin-btn:focus {
    font-size: 16px;
    background-color: #363636;
    color: #ffffff; }
  .palatin-btn.btn-2 {
    background-color: #363636;
    color: #ffffff; }
    .palatin-btn.btn-2:hover, .palatin-btn.btn-2:focus {
      font-size: 16px;
      background-color: #cb8670;
      color: #ffffff; }
  .palatin-btn.btn-3 {
    background-color: #ffffff;
    color: #cb8670;
    border: 2px solid #cb8670;
    height: 49px;
    line-height: 48px; }
    .palatin-btn.btn-3:hover, .palatin-btn.btn-3:focus {
      font-size: 16px;
      background-color: #cb8670;
      color: #ffffff; }

/* :: 4.0 Header Area CSS */
.header-area {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  .header-area .palatin-main-menu {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.63);
    border-bottom: 2px solid rgba(203, 134, 112, 0.63); }
    .header-area .palatin-main-menu .classy-nav-container {
      background-color: transparent; }
    .header-area .palatin-main-menu .classy-navbar {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      background-color: transparent;
      height: 150px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .header-area .palatin-main-menu .classy-navbar {
          height: 70px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .palatin-main-menu .classy-navbar .nav-brand {
          max-width: 140px; } }
      @media only screen and (max-width: 767px) {
        .header-area .palatin-main-menu .classy-navbar .nav-brand {
          max-width: 140px; } }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
        text-transform: capitalize;
        color: #ffffff;
        font-size: 16px;
        background-color: transparent; }
        .header-area .palatin-main-menu .classy-navbar .classynav ul li a:hover, .header-area .palatin-main-menu .classy-navbar .classynav ul li a:focus {
          color: #ffffff;
          background-color: #cb8670; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            font-size: 14px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            background-color: #cb8670; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li a {
            background-color: #cb8670; } }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.active a {
        color: #ffffff;
        background-color: #cb8670; }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
      .header-area .palatin-main-menu .classy-navbar .classynav ul li.has-down > a::after {
        color: #ffffff; }
      .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
        color: #363636; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            padding: 0 20px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .classynav ul li ul li a {
            color: #ffffff; } }
      .header-area .palatin-main-menu .classy-navbar .menu-btn {
        margin-left: 100px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 30px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 30px;
            border: 2px solid #ffffff;
            margin-top: 30px;
            display: inline-block; } }
        @media only screen and (max-width: 767px) {
          .header-area .palatin-main-menu .classy-navbar .menu-btn {
            margin-left: 30px;
            border: 2px solid #ffffff;
            margin-top: 30px;
            display: inline-block; } }
        .header-area .palatin-main-menu .classy-navbar .menu-btn a {
          color: #ffffff;
          font-size: 16px; }
  .header-area .is-sticky .palatin-main-menu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    box-shadow: 0 5px 50px 15px rgba(0, 0, 0, 0.2); }
    .header-area .is-sticky .palatin-main-menu .classy-navbar {
      height: 90px; }
      @media only screen and (max-width: 767px) {
        .header-area .is-sticky .palatin-main-menu .classy-navbar {
          height: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #cb8670; } }
@media only screen and (max-width: 767px) {
  .breakpoint-on .classy-navbar .classy-menu {
    background-color: #cb8670; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }
@media only screen and (max-width: 767px) {
  .classynav ul li .megamenu .single-mega.cn-col-4 {
    padding: 0; } }

.classycloseIcon .cross-wrap span {
  background: #ffffff; }

/* :: 5.0 Hero Area CSS */
.hero-slides {
  position: relative;
  z-index: 1; }
  .hero-slides .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 4%; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .owl-dots {
        left: 1%; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .owl-dots {
        left: 5px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-dots {
        bottom: 100px; } }
    .hero-slides .owl-dots .owl-dot {
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      border: 2px solid transparent;
      background-color: transparent;
      display: block;
      padding: 3px 5px;
      color: #ffffff;
      font-size: 14px; }
      .hero-slides .owl-dots .owl-dot.active, .hero-slides .owl-dots .owl-dot:hover, .hero-slides .owl-dots .owl-dot:focus {
        color: #ffffff;
        background-color: #1b3f4c;
        border: 2px solid #cb8670;
        box-shadow: none; }

.single-hero-slide {
  width: 100%;
  height: 950px;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-hero-slide {
      height: 800px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-hero-slide {
      height: 750px; } }
  @media only screen and (max-width: 767px) {
    .single-hero-slide {
      height: 750px; } }
  .single-hero-slide .slide-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .single-hero-slide .hero-slides-content {
    display: inline-block;
    padding: 60px 50px;
    background-color: rgba(0, 0, 0, 0.63);
    border: 2px solid #cb8670;
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-hero-slide .hero-slides-content {
        padding: 40px 20px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-hero-slide .hero-slides-content {
        padding: 30px 20px; } }
    @media only screen and (max-width: 767px) {
      .single-hero-slide .hero-slides-content {
        padding: 20px; } }
    .single-hero-slide .hero-slides-content .line {
      width: 90px;
      height: 2px;
      background-color: #cb8670;
      margin: 0 auto 30px; }
    .single-hero-slide .hero-slides-content h2 {
      position: relative;
      z-index: 1;
      font-size: 72px;
      color: #ffffff;
      margin-bottom: 0;
      display: inline-block; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .single-hero-slide .hero-slides-content h2 {
          font-size: 30px; } }
    .single-hero-slide .hero-slides-content p {
      font-size: 14px;
      color: #ffffff; }

.hero-slides .owl-item.active .single-hero-slide .slide-img {
  -webkit-animation: slide 20s linear infinite;
  animation: slide 20s linear infinite; }

@-webkit-keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes slide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* :: 6.0 Book Now Area CSS */
.book-now-area {
  position: relative;
  z-index: 100;
  margin-bottom: 15px; }

.book-now-form {
  position: relative;
  z-index: 1;
  top: -87px; }
  .book-now-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .book-now-form form .form-group,
    .book-now-form form button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
      width: 20%;
      height: 174px;
      background-color: #363636;
      border-left: 2px solid #cb8670;
      border-top: 2px solid #cb8670;
      border-bottom: 2px solid #cb8670;
      margin-bottom: 0;
      padding: 0 30px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form form .form-group,
        .book-now-form form button {
          padding: 0 20px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form form .form-group,
        .book-now-form form button {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          width: 100%;
          height: 100px;
          border-bottom: 0 solid transparent;
          border-right: 2px solid #cb8670; } }
    .book-now-form form .form-group label {
      color: #cb8670;
      display: block;
      font-size: 14px;
      width: 100%; }
    .book-now-form form button {
      border-right: 2px solid #cb8670;
      font-size: 16px;
      background-color: #cb8670;
      text-transform: uppercase;
      color: #ffffff;
      cursor: pointer;
      -webkit-transition-duration: 300ms;
      transition-duration: 300ms;
      padding: 0; }
      .book-now-form form button:hover, .book-now-form form button:focus {
        outline: none;
        background-color: #363636; }
    .book-now-form form .form-control:focus {
      box-shadow: none; }
  .book-now-form .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px;
    height: auto;
    line-height: 1;
    padding-left: 0;
    padding-right: 30px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    color: #ffffff; }
    .book-now-form .nice-select::after {
      border-bottom: 1px solid #ffffff;
      border-right: 1px solid #ffffff;
      height: 10px;
      margin-top: -4px;
      width: 10px; }
    .book-now-form .nice-select .list {
      background-color: #ffffff;
      border-radius: 0;
      margin-top: 2px;
      box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
      width: 100%; }
    .book-now-form .nice-select .current {
      font-size: 24px;
      line-height: 1; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .book-now-form .nice-select .current {
          font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form .nice-select .current {
          font-size: 14px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form .nice-select .current {
          font-size: 18px; } }
    .book-now-form .nice-select .option {
      font-size: 20px;
      color: #363636;
      width: 100%; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .book-now-form .nice-select .option {
          font-size: 16px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .book-now-form .nice-select .option {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .book-now-form .nice-select .option {
          font-size: 16px; } }

/* :: 7.0 About Us Area CSS */
.about-thumbnail {
  position: relative;
  z-index: 1; }
  .about-thumbnail.homepage .first-img {
    position: relative;
    width: 50%;
    margin-left: auto;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }
  .about-thumbnail.homepage .second-img {
    position: relative;
    z-index: 1;
    width: 55%;
    margin-top: -50%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }
  .about-thumbnail.homepage .third-img {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 45%;
    margin-top: -30%;
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15); }

.about-key-text {
  position: relative;
  z-index: 1;
  margin-top: 35px; }
  .about-key-text h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px; }
    .about-key-text h6 span {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      max-width: 30px;
      width: 30px;
      margin-right: 15px;
      height: 30px;
      text-align: center;
      font-size: 12px;
      background-color: #cb8670;
      border-radius: 50%;
      line-height: 30px;
      color: #ffffff; }

/* :: 8.0 Pool Area CSS */
.pool-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 70px 50px;
  border: 2px solid #cb8670;
  background-color: rgba(0, 0, 0, 0.63); }
  @media only screen and (max-width: 767px) {
    .pool-content {
      padding: 50px 20px; } }
  .pool-content .pool-feature {
    position: relative;
    z-index: 1;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .pool-content .pool-feature {
        margin-top: 30px; } }
    .pool-content .pool-feature i {
      font-size: 70px;
      color: #cb8670;
      margin-bottom: 15px;
      display: block; }
    .pool-content .pool-feature p {
      color: #ffffff;
      font-size: 14px;
      margin-bottom: 0; }


.message{
 
  height:500px;
  width:100%;
  position: relative;
}      
/* :: 9.0 Rooms Area CSS */
.single-rooms-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 515px;
  margin-bottom: 100px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-rooms-area .bg-thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .single-rooms-area .price-from {
    position: absolute;
    z-index: 20;
    top: -19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 15px;
    background-color: #3a3b3b;
    border: 2px solid #a80707;
    display: inline-block;
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff;
    font-size: 14px; }
  .single-rooms-area .rooms-text {
    position: absolute;
    z-index: 30;
    background-color:#686969;
    padding: 30px 30px 40px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
    border: 2px solid #a80707;
    text-align: center;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    .single-rooms-area .rooms-text .line {
      width: 90px;
      height: 2px;
      background-color: #a80707;
      display: block;
      margin: 0 auto 20px; }
    .single-rooms-area .rooms-text h4 {
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .single-rooms-area .rooms-text h4 {
          font-size: 20px; } }
    .single-rooms-area .rooms-text p {
      color: #ffffff;
      background-color:rgb(2, 2, 29);
      margin-bottom: 0; }
  .single-rooms-area .book-room-btn {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 50; }
  .single-rooms-area:hover .rooms-text, .single-rooms-area:focus .rooms-text {
    background-color: #3a3b3b; }

.pagination-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .pagination-area .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .pagination-area .pagination .page-item .page-link {
      border: 2px solid transparent;
      background-color: transparent;
      display: block;
      padding: 5px;
      margin-right: 10px;
      color: #181818;
      font-size: 14px; }
      .pagination-area .pagination .page-item .page-link:hover, .pagination-area .pagination .page-item .page-link:focus {
        color: #ffffff;
        background-color: #616161;
        border: 2px solid #cb8670;
        box-shadow: none; }
    .pagination-area .pagination .page-item:first-child .page-link {
      margin-left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .pagination-area .pagination .page-item:last-child .page-link {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .pagination-area .pagination .page-item.active .page-link {
      color: #ffffff;
      background-color: #616161;
      border: 2px solid #cb8670; }

/* :: 10.0 Services Area CSS */
.services-intro {
  position: relative;
  z-index: 1; }
  .services-intro .single-cool-fact {
    width: 100%; }

.core-features-area {
  position: relative;
  z-index: 10; }
  .core-features-area .single-core-feature {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 514px; }
    .core-features-area .single-core-feature .bg-thumbnail {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: 5; }
    .core-features-area .single-core-feature .feature-content {
      width: 70%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 50;
      background-color: rgba(255, 255, 255, 0.85);
      border: 2px solid #cb8670;
      padding: 30px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .core-features-area .single-core-feature .feature-content {
          width: 85%; } }
      .core-features-area .single-core-feature .feature-content i {
        font-size: 60px;
        color: #cb8670;
        margin-bottom: 30px;
        display: block; }
      .core-features-area .single-core-feature .feature-content h3 {
        font-size: 30px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .core-features-area .single-core-feature .feature-content h3 {
            font-size: 24px; } }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .core-features-area .single-core-feature .feature-content h3 {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .core-features-area .single-core-feature .feature-content h3 {
            font-size: 24px; } }
      .core-features-area .single-core-feature .feature-content p {
        margin-bottom: 0; }

.single-service-area {
  position: relative;
  z-index: 1; }
  .single-service-area i {
    display: block;
    margin-bottom: 30px;
    color: #cb8670;
    font-size: 60px; }
  .single-service-area h4 {
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .single-service-area h4 {
        font-size: 24px; } }
  .single-service-area p {
    margin-bottom: 0; }

.our-milestones {
  position: relative;
  z-index: 1; }
  .our-milestones .single-cool-fact {
    background-color: rgba(0, 0, 0, 0.63); }

/* :: 11.0 Our Hotel Area CSS */
.single-hotel-info {
  position: relative;
  z-index: 1; }
  .single-hotel-info .hotel-info-text {
    position: relative;
    z-index: 1;
    margin-bottom: 45px; }
    .single-hotel-info .hotel-info-text h6 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
      margin-bottom: 15px;
      font-size: 16px; }
      .single-hotel-info .hotel-info-text h6 span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        max-width: 30px;
        width: 30px;
        margin-right: 15px;
        height: 30px;
        text-align: center;
        font-size: 12px;
        background-color: #cb8670;
        border-radius: 50%;
        line-height: 30px;
        color: #ffffff; }

/* :: 12.0 Testimonial Area CSS */
.testimonial-content {
  position: relative;
  z-index: 1;
  border: 2px solid #cb8670;
  background-color: #ffffff;
  padding: 100px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .testimonial-content {
      padding: 30px; } }
  .testimonial-content .single-testimonial {
    position: relative;
    z-index: 1;
    text-align: center; }
    .testimonial-content .single-testimonial p {
      font-size: 16px;
      color: #7d7d7d;
      font-style: italic; }
      @media only screen and (max-width: 767px) {
        .testimonial-content .single-testimonial p {
          font-size: 14px; } }
    .testimonial-content .single-testimonial h6 {
      margin-top: 55px;
      margin-bottom: 60px; }
      .testimonial-content .single-testimonial h6 span {
        color: #cb8670; }
      @media only screen and (max-width: 767px) {
        .testimonial-content .single-testimonial h6 {
          margin-top: 25px;
          margin-bottom: 30px; } }
    .testimonial-content .single-testimonial img {
      width: auto !important;
      margin: 0 auto; }

/* :: 13.0 Footer Area CSS */
.footer-area {
  position: relative;
  z-index: 1;
  background-color: #363636;
  padding-bottom: 40px; }
  .footer-area .footer-widget-area p {
    color: #cccccc;
    font-size: 16px;
    margin-bottom: 0; }
  .footer-area .footer-widget-area .widget-title {
    padding-top: 15px;
    color: #ffffff;
    font-weight: 400; }
  .footer-area .footer-widget-area .subscribe-form {
    position: relative;
    z-index: 1; }
    .footer-area .footer-widget-area .subscribe-form input {
      width: 100%;
      height: 46px;
      background-color: transparent;
      border: 2px solid #cb8670;
      padding: 0 15px;
      color: #ffffff; }
    .footer-area .footer-widget-area .subscribe-form button {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      width: 100%;
      height: 46px;
      border: none;
      font-size: 16px;
      margin-top: 15px;
      color: #ffffff;
      cursor: pointer;
      background-color: #cb8670; }
      .footer-area .footer-widget-area .subscribe-form button:hover, .footer-area .footer-widget-area .subscribe-form button:focus {
        background-color: #363636; }
  .footer-area .copywrite-text {
    position: relative;
    z-index: 1; }
    .footer-area .copywrite-text p {
      margin-bottom: 0;
      line-height: 1.5;
      font-size: 12px;
      color: rgba(204, 204, 204, 0.4); }
      .footer-area .copywrite-text p a {
        font-size: 12px;
        color: rgba(204, 204, 204, 0.4); }
        .footer-area .copywrite-text p a:hover {
          color: #ffffff; }

/* :: 14.0 Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 475px; }
  @media only screen and (max-width: 767px) {
    .breadcumb-area {
      height: 340px; } }
  .breadcumb-area .bradcumbContent {
    margin-top: 70px; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .bradcumbContent {
        margin-top: 0; } }
    .breadcumb-area .bradcumbContent h2 {
      font-size: 48px;
      color: #ffffff;
      margin-bottom: 0;
      padding: 5px 30px;
      border: 2px solid #cb8670;
      background-color: rgba(0, 0, 0, 0.63); }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 30px; } }

/* :: 15.0 Blog Area CSS */
.single-blog-post {
  position: relative;
  z-index: 10; }
  .single-blog-post .blog-post-thumb {
    position: relative;
    z-index: 1; }
  .single-blog-post .post-content {
    position: relative;
    z-index: 1;
    width: 80%;
    border: 2px solid #cb8670;
    padding: 50px 40px 30px;
    left: 10%;
    text-align: center;
    margin-top: -145px;
    background-color: #ffffff; }
    @media only screen and (max-width: 767px) {
      .single-blog-post .post-content {
        width: 90%;
        left: 5%;
        margin-top: -25px;
        padding: 40px 30px 20px; } }
    .single-blog-post .post-content .post-date {
      position: absolute;
      left: 50%;
      top: -26.5px;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
    .single-blog-post .post-content .post-title {
      font-size: 30px;
      display: block;
      margin-bottom: 10px; }
      .single-blog-post .post-content .post-title:hover, .single-blog-post .post-content .post-title:focus {
        color: #cb8670; }
      @media only screen and (max-width: 767px) {
        .single-blog-post .post-content .post-title {
          font-size: 20px;
          margin-bottom: 15px; } }
    .single-blog-post .post-content .post-meta {
      position: relative;
      z-index: 1;
      margin-bottom: 30px; }
      .single-blog-post .post-content .post-meta a {
        font-size: 12px;
        color: #363636;
        position: relative;
        z-index: 2; }
        .single-blog-post .post-content .post-meta a:first-child {
          margin-right: 30px; }
          .single-blog-post .post-content .post-meta a:first-child::after {
            position: absolute;
            top: -2px;
            right: -18px;
            content: '|';
            z-index: 10; }

/* :: 16.0 Contact Area CSS */
.contact-area {
  position: relative;
  z-index: 1; }
  .contact-area .home-map-area {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 685px; }
    @media only screen and (max-width: 767px) {
      .contact-area .home-map-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 450px; } }
    .contact-area .home-map-area iframe {
      width: 100%;
      height: 100%;
      border: none; }
  .contact-area .contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding: 0 8%; }
    @media only screen and (max-width: 767px) {
      .contact-area .contact-info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 50px 30px; } }
    .contact-area .contact-info h4,
    .contact-area .contact-info h5 {
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .contact-area .contact-info h4,
        .contact-area .contact-info h5 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .contact-area .contact-info h4,
        .contact-area .contact-info h5 {
          font-size: 16px; } }
    .contact-area .contact-info .social-info a {
      display: inline-block;
      margin-right: 15px; }
      .contact-area .contact-info .social-info a:hover, .contact-area .contact-info .social-info a:focus {
        color: #cb8670; }

.single-contact-information {
  position: relative;
  z-index: 1; }
  .single-contact-information .section-text {
    position: relative;
    z-index: 1;
    margin-bottom: 40px; }
    .single-contact-information .section-text h3 {
      font-weight: 400;
      font-size: 30px;
      margin-bottom: 10px; }
    .single-contact-information .section-text p {
      margin-bottom: 0; }
  .single-contact-information .contact-content {
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .single-contact-information .contact-content:last-child {
      margin-bottom: 0; }
    .single-contact-information .contact-content p {
      font-size: 15px;
      color: #7d7d7d;
      margin-bottom: 0; }
    .single-contact-information .contact-content p:first-child {
      font-size: 18px;
      color: #cb8670;
      margin-bottom: 0;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px;
      max-width: 90px;
      width: 90px; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area iframe {
    width: 100%;
    height: 515px;
    border: none;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .map-area iframe {
        height: 300px; } }

.contact-form-area {
  position: relative;
  z-index: 1; }
  .contact-form-area form {
    position: relative;
    z-index: 1; }
    .contact-form-area form input,
    .contact-form-area form textarea {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      border: none;
      border-bottom: 2px solid #c9c9c9;
      margin-bottom: 30px;
      font-size: 12px;
      font-style: italic;
      color: #7d7d7d;
      border-radius: 0;
      width: 100%;
      height: 52px; }
      .contact-form-area form input:focus,
      .contact-form-area form textarea:focus {
        border-color: #cb8670;
        box-shadow: none; }
    .contact-form-area form textarea {
      height: 180px; }

/* :: 17.0 Skills Area CSS */
.single-skils-area {
  position: relative;
  z-index: 1;
  text-align: center; }
  .single-skils-area .circle {
    position: relative;
    z-index: 10;
    margin-bottom: 15px; }
  .single-skils-area .skills-text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .single-skils-area .skills-text span {
      font-size: 48px;
      color: #232323; }
    .single-skils-area .skills-text p {
      margin-bottom: 0;
      line-height: 1;
      font-size: 14px;
      color: #232323; }

/* :: 18.0 Elements Area CSS */
.elements-title h2 {
  font-size: 48px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .elements-title h2 {
      font-size: 24px; } }

.single-icon {
  position: relative;
  z-index: 1;
  padding: 50px 30px;
  border: 2px solid #cb8670;
  text-align: center; }
  .single-icon i {
    color: #cb8670;
    font-size: 70px;
    display: block;
    margin-bottom: 30px; }
  .single-icon span {
    font-size: 16px; }

/* :: 18.1.0 Single Cool Facts CSS */
.single-cool-fact {
  position: relative;
  z-index: 1;
  width: 200px;
  padding: 35px 15px;
  border: 2px solid #cb8670;
  text-align: center;
  background-color: #363636;
  margin: 0 auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  .single-cool-fact .scf-text i {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    display: block;
    font-size: 70px;
    margin-bottom: 10px;
    color: #cb8670; }
  .single-cool-fact .scf-text h2 {
    font-size: 48px;
    margin-bottom: 5px;
    color: #ffffff; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-cool-fact .scf-text h2 {
        font-size: 48px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .single-cool-fact .scf-text h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .single-cool-fact .scf-text h2 {
        font-size: 30px; } }
  .single-cool-fact .scf-text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #ffffff;
    line-height: 1; }
  .single-cool-fact:hover, .single-cool-fact:focus {
    background-color: #cb8670; }
    .single-cool-fact:hover .scf-text i, .single-cool-fact:focus .scf-text i {
      color: #ffffff; }

/* :: 18.2.0 Accordians Area CSS */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0; }
  .single-accordion h6 a {
    background-color: #cb8670;
    border-radius: 0;
    border: 2px solid #cb8670;
    color: #ffffff;
    display: block;
    margin: 0;
    padding: 20px 70px 20px 30px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize; }
    .single-accordion h6 a span {
      background: transparent;
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      font-size: 10px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 58px;
      height: 100%;
      color: #ffffff;
      line-height: 58px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0; }
    .single-accordion h6 a.collapsed {
      -webkit-transition-duration: 500ms;
      transition-duration: 500ms;
      background-color: #ffffff;
      color: #7d7d7d;
      border: 2px solid #cb8670; }
      .single-accordion h6 a.collapsed span {
        color: #7d7d7d; }
        .single-accordion h6 a.collapsed span.accor-close {
          opacity: 0; }
        .single-accordion h6 a.collapsed span.accor-open {
          opacity: 1; }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none;
  padding: 30px 15px 5px; }
  .single-accordion .accordion-content p {
    margin-bottom: 0; }

/* :: 18.3.0 Tabs Area CSS */
.palatin-tabs-content {
  position: relative;
  z-index: 1; }
  .palatin-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 30px; }
    .palatin-tabs-content .nav-tabs .nav-link {
      background-color: #ffffff;
      border: 2px solid #cb8670;
      padding: 0 20px;
      height: 58px;
      line-height: 58px;
      color: #7d7d7d;
      margin: 0 2px;
      border-radius: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px;
          font-size: 12px;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .palatin-tabs-content .nav-tabs .nav-link {
          padding: 0 15px; } }
      .palatin-tabs-content .nav-tabs .nav-link.active {
        background-color: #cb8670;
        color: #ffffff; }
  .palatin-tabs-content .palatin-tab-text p {
    margin-bottom: 0; }
  .palatin-tabs-content .tab-content h6 {
    font-size: 18px; }

/* ====== The End ====== */

/*# sourceMappingURL=style.css.map */
