/******************************************************************
  Template Name: Sona
  Description: Sona Hotel Html Template
  Author: Colorlib
  Author URI: https://colorlib.com
  Version: 1.0
  Created: Colorlib
******************************************************************/

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Hero Section
5.  About Section
6.  Services Section
7.  Testimonial Section
8.  Blog Section
9.  Contact
10.  Footer Style

-------------------------------------------------------------------*/

/*----------------------------------------*/

/* Template default CSS
/*----------------------------------------*/

/*@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');


html, body {
	height: 100%;
	/*font-family: "Cabin", sans-serif; *//*font-family: 'Montserrat', sans-serif;*/
	/*font-family: 'Lato', sans-serif; font-family: 'PT Sans', sans-serif; */
	font-family: 'Outfit', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: 'Outfit', sans-serif;
}
h1 {
	font-size: 70px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	font-size: 16px;
	/*font-family: "Cabin", sans-serif;*/
	color: #6b6b6b;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}
ul, ol {
	padding: 0;
	margin: 0;
}
/*---------------------
  Helper CSS
-----------------------*/

.section-title {
	text-align: center;
	margin-bottom: 22px;
}
.section-title span {
	font-size: 40px;
	color: #3b49dd;
	font-weight: 400;
	text-transform: inherit;
	letter-spacing: inherit;
	/*font-family: 'PT Sans Narrow', sans-serif;*/
}
.section-title h2 {
	font-size: 58px;
	color: #000;
	line-height: 60px;
	margin-top: 10px;
	text-transform: inherit;
	letter-spacing: inherit;
	/*font-family: 'PT Sans Narrow', sans-serif;*/ font-weight:700;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.spad {
	padding-top: 150px;
	padding-bottom: 150px;
}
.spad-2 {
	padding-top: 50px;
	padding-bottom: 70px;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
	color: #fff;
}
/* buttons */

.primary-btn {
	display: inline-block;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	position: relative;
}
.primary-btn:after {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 2px;
	background: #13b0bb;
	content: "";
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.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;
	}
}
.spacial-controls {
	position: fixed;
	width: 111px;
	height: 91px;
	top: 0;
	right: 0;
	z-index: 999;
}
.spacial-controls .search-switch {
	display: block;
	height: 100%;
	padding-top: 30px;
	background: #323232;
	text-align: center;
	cursor: pointer;
}
.search-model {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 99999;
}
.search-model-form {
	padding: 0 15px;
}
.search-model-form input {
	width: 500px;
	font-size: 40px;
	border: none;
	border-bottom: 2px solid #333;
	background: none;
	color: #999;
}
.search-close-switch {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 28px;
	line-height: 28px;
	top: 30px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
/*---------------------
  Header
-----------------------*/

.header.header-section.stricked-menu.stricky-fixed {}
.stricky-header.stricky-fixed {
    transform: translateY(0);
    visibility: visible;
    position: fixed;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.55);
}
.stricky-header {
    z-index: 991;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 500ms ease, visibility 500ms ease;
}

.header-section.header-normal .menu-item {
	-webkit-box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
	box-shadow: 0px 12px 15px rgba(36, 11, 12, 0.05);
}

.header-section {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease; padding: 30px 0;
}

.tl_new_banner_reviewbg {
    display: block; padding-bottom: 80px;
}

.tl_banner_reviewbg_top {
    display: block;
    position: relative;
    padding-right: 26px;
    border-top: 1px solid #2F4D6B;
    padding-top: 32px;
    padding-bottom: 10px;
}

.tl_banner_reviewbg_top p {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tl_banner_reviewbg_top div {
    position: absolute;
    right: 0;
    top: 0;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 34px;
}

.tl_new_banner_reviewbg1 {
    display: block;
    padding-top: 80px;
}

.tl_new_banner_reviewbg2 {
    display: block;
}

.tl_new_ba_rsliderbg {
    display: block;
}

.owl-carousel.heroreview-slider.owl-loaded.owl-drag {}

.review_box {
    display: block;
    border-radius: 20px;
    background: #1E3A57;
    padding: 16px;
}

.review_headbg {
    display: block;
    position: relative;
    padding-left: 50px;
    padding-bottom: 32px;
}

.review_headbg div {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.review_headbg b {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
}

.review_headbg span {
    color: #5B82AC;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
}

.review_text {
    display: block;
    padding-bottom: 32px;
}

.review_text p {
    margin: 0;
    color: #FFF;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;
}

.review_starbg {
    display: block;
}

.review_starbg ul {
    display: block;
    margin: 0;
    list-style: none;
}
.review_starbg ul li {
    display: inline-block;
    margin: 0;
    list-style: none;
    padding: 0 2px;
}

.review_starbg ul li i {
    width: 24.28px;
    height: 24.28px;
    display: block; cursor: pointer;
}

i.star_full {background:url(../images/starfull.svg) no-repeat center;}

i.star_half {background:url(../images/starhalf.svg) no-repeat center;}

.cort_cercle {background-image:url(../images/cort.png); background-color: #EC1C24;
    background-repeat: no-repeat;
    background-size: 94px;
    position: absolute;
    display: inline-block;
    width: 184px;
    height: 184px;
    border-radius: 50%;
    background-position: center; margin-top: -53px;
	/* 
	-webkit-animation: animation1 5s ease-in infinite;
	animation: animation1 5s ease-in infinite;*/
}
	

.arrow_down2 {background:url(../images/arrow_down.svg) no-repeat center; width: 80px; height: 80px; background-size: contain; display: inline-block;
	
	-moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {
	  transform: translateY(0);
	}
	40% {
	  transform: translateY(-20px);
	}
	60% {
	  transform: translateY(-10px);
	}
  }

.scroll_text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18%;
}

a.scroll_downarrow {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6%;
}

.com_content {display: block;}
.com_content h3{display: block; color: #16304A;
	font-size: 80px;
	font-style: normal;
	font-weight: 400;
	line-height: normal; margin: 0; padding-bottom: 56px;}
	.com_content p{color: #3F3F3F;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;}
	.pb_40{padding-bottom: 40px;}
	.com_content h4{display: block;
		color: #16304A;
		font-size: 60px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}
.max_w_860	{max-width: 860px;}
.max_w_613 {
    max-width: 613px;
}
a.com_btn_lt {
    border-radius: 20px;
    border: 1px solid #DCDCDC;
    background: #FFF;
    color: #16304A;
    text-align: center;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11px;
    display: inline-block;
}

i.button_arrow_right {
    border-radius: 10px;
    background: #EC1C24;
    display: inline-block;
    padding: 15px;
}
a.com_btn_lt:hover i.button_arrow_right{box-shadow: 0px 29px 30px 0px rgba(236, 28, 36, 0.25);
}
a.com_btn_lt span {
    padding: 0 34px 0 14px;
}

.legalbg_pattern span{background-image: url(../images/background_pattern.svg); background-color: #EC1C24;
    background-repeat: no-repeat;
    width: 676px;
    height: 675px;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -80px;
    margin-right: 235px;
    z-index: -1; background-size: contain;
}



	.legalbg_pattern {
		display: inline-block;
		position: relative;
		width: 100%;
	}
.about2_imgbg {background-image: url(../images/about_bg2.svg);background-repeat: no-repeat; width: 512px; height: 512px; border-radius: 50%; overflow: hidden; padding: 20px;}	
.about2_imgbg h4 {color: #EC1C24;

	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;}

.pb_100 {padding-bottom: 100px;}

.com_content p.color_black{color: #000;}

.service-section{background: #FFF6F6;}

.ser_icon1 {background-image: url(../images/ser_icon1.svg);background-repeat: no-repeat;}
.ser_icon2 {background-image: url(../images/ser_icon2.svg);background-repeat: no-repeat;}
.ser_icon3 {background-image: url(../images/ser_icon3.svg);background-repeat: no-repeat;}
.ser_icon4 {background-image: url(../images/ser_icon4.svg);background-repeat: no-repeat;}
.ser_icon5 {background-image: url(../images/ser_icon5.svg);background-repeat: no-repeat;}
.ser_icon6 {background-image: url(../images/ser_icon6.svg);background-repeat: no-repeat;}
.ser_icon {width: 100px; height: 100px; display: inline-block;}
.service_box:hover .ser_icon1 {background-image: url(../images/ser_icon1_over.svg);background-repeat: no-repeat;}
.service_box:hover .ser_icon2 {background-image: url(../images/ser_icon2_over.svg);background-repeat: no-repeat;}
.service_box:hover .ser_icon3 {background-image: url(../images/ser_icon3_over.svg);background-repeat: no-repeat;}
.service_box:hover .ser_icon4 {background-image: url(../images/ser_icon4_over.svg);background-repeat: no-repeat;}
.service_box:hover .ser_icon5 {background-image: url(../images/ser_icon5_over.svg);background-repeat: no-repeat;}
.service_box:hover .ser_icon6 {background-image: url(../images/ser_icon6_over.svg);background-repeat: no-repeat;}
.service_box {
    display: block;
    text-align: left; padding: 40px; margin-bottom: 80px;border-radius: 20px;
}
.service_box:hover{
	background: #FFF;	
	box-shadow: 0px 29px 30px 0px rgba(236, 28, 36, 0.10);
	}
.service_box b {
    color: #16304A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    padding-top: 30px;
}

.service_box p {
    color: #3F3F3F;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin: 0;
    padding: 10px 0 0;
}
.head_top_red{color: #EC1C24;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: normal; padding-bottom: 24px; display: block;}

.starbox_bg {background-image: url(../images/starbox_bg.svg); background-color: #FFF6F6;
    background-repeat: no-repeat; border-radius: 50px; padding: 108px; text-align: center;}
	.starbox_bg h4 {padding: 24px 0;}

	.starbox_icon{border-radius: 20px; display: inline-block;
		background-image: url(../images/star-border.svg); background-color: #EC1C24;
    background-repeat: no-repeat;
	box-shadow: 0px 29px 30px 0px rgba(236, 28, 36, 0.25); width: 70px; height: 70px; background-size: 40px; background-position: center;}
	
	.joinslider_bg .owl-dots {
		margin-top: -35px;
		z-index: 22;
		position: relative;
		text-align: center;
	}
	
	.joinslider_bg .owl-dots span {
		background: #fff;
		width: 10px;
		height: 10px;
		border-radius: 50%;
		display: inline-block;
		margin: 2px;
	}
	.joinslider_bg .owl-dots .owl-dot.active span{background: #EC1C24 ;}
	.bg-section, .join-section, .about3-section, .about2-section, .hero-section {overflow: hidden;}

	.com_content h5{display: block;
		color: #16304A;
		font-size: 30px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
	}

.blog_textbg {
    padding-top: 20px;
}
.blog_textbg h5 {
    padding-bottom: 15px;
   
}

.blog_textbg a {
    color: #EC1C24; margin-bottom: 15px; display: inline-block;
}
.logo_blue_1 {display: none;}

.stricky-header.stricky-fixed .menu-item .logo .logo_blue_1 {display: inline-block !important;}
.stricky-header.stricky-fixed .menu-item .logo .logo_white_1 {display: none !important;}
.readmore_link {color: #EC1C24;}
.readmore_link i {margin-left: 5px;}

.blogpg_content.com_content {
    display: block;
}

.blogpg_content.com_content h1 {
    font-size: 50px;
    display: block;
    color: #16304A;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 25px;
}

.blogpg_banner {
    display: block;
    padding: 0 0 20px;
}

.blogpg_content.com_content h2 {
    font-size: 35px;
    padding: 15px 0 20px;
}
.blog_hero_sec h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
}
p.blog_publish_name {
    font-size: 20px;
    display: block;
    color: #16304A;
    font-style: normal;
    font-weight: 500;
}
.popular_posts {
    display: block;
    padding-left: 20px;
}

.popular_posts h4 {
    font-size: 35px;
    padding-bottom: 25px;
    font-weight: 500;
}

.popular_posts ul {
    padding: 8px 0;
    margin: 0;
    list-style: none;
}
.popular_posts ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.popular_posts ul li a {
    color: #3F3F3F;
    font-size: 20px;
    padding-left: 42px;
    position: relative;
    display: block;
}

.popular_posts i.button_arrow_right {
    position: absolute;
    left: 0;
    background: none;
    padding: 0;
    top: 0;
}
.blogpg_content.com_content ul {
    margin: 0;
    padding: 0 0 0 15px;
}

.blogpg_content.com_content ul li {
    padding: 0;
    margin: 0;
}

.btn.btn_primary {    background: #EC1C24;}
.btn.btn-default{background: #d3d3d3; color: #212529;}
.btn.btn-default:hover, .btn.btn_primary:hover {opacity: 0.8;}
.error {
    border: 1px solid #ff0000 !important;
}
.contact_modal .form-control {
    height: 46px;
}

.contact_modal .form-group {
    padding: 10px 0 10px;
    margin: 0;
}
.contact_modal textarea.form-control{height: 80px}

#success-alert{display:none;}

.contact_successbox{position:fixed;top:0;left:0;right:0;z-index: 9999;border-radius: 0;padding: 25px 15px;}

.contact_succe_svg svg {   width: 46px;}

.contact_succe_svg {
    float: left;
    padding-right: 20px;
}
.contact_successbox p {
    margin: 0;
}
/*---- MCK Trust Legal 	---*/

.top-nav {
	border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.top-nav .tn-left li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	font-weight: 500;
	padding: 14px 0 12px;
	margin-right: 64px;
	position: relative;
}
.top-nav .tn-left li:after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	content: "";
}
.top-nav .tn-left li:last-child {
	margin-right: 0;
}
.top-nav .tn-left li:last-child:after {
	display: none;
}
.top-nav .tn-left li i {
	color: #13b0bb;
	margin-right: 15px;
	
}

.top-nav .tn-right li {
	list-style: none;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	padding: 14px 0 12px;
	margin-right: 55px;
	position: relative;
}
/*.top-nav .tn-right li:after {
	position: absolute;
	right: -32px;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e5e5e5;
	content: "";
}*/
.top-nav .tn-right li:last-child {
	margin-right: 0;
}
.top-nav .tn-right li:last-child:after {
	display: none;
}
.top-nav .tn-right li i {
	/*color: #13b0bb;*/
	margin-right: 15px;
	background: rgb(59,72,221);
background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);
-webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
}

.top-nav .tn-right {
	text-align: right;
}
.top-nav .tn-left .top-social {
	display: inline-block;
	margin-right: 35px;
	padding: 13px 0;
}
.top-nav .tn-left .top-social a {
	display: inline-block;
	font-size: 16px;
	color: #19191a;
	margin-left: 15px; line-height: 0; margin-top: 5px;
}
.top-nav .tn-left .top-social a i {display: inline-block;}
.linkedin_icon {background:url(../images/linkedin.png) no-repeat center; width: 19px; height: 18px;}
.twitter_icon {background:url(../images/twitter.png) no-repeat center; width: 19px; height: 18px;}
.youtube_icon {background:url(../images/youtube.png) no-repeat center; width: 19px; height: 18px;}
.top-nav .tn-right .bk-btn {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	padding: 16px 28px 15px;
	background: #13b0bb;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.top-nav .tn-right .language-option {
	display: inline-block;
	margin-left: 30px;
	cursor: pointer;
	padding: 13px 0px 11px;
	position: relative;
}
.top-nav .tn-right .language-option:hover .flag-dropdown {
	top: 40px;
	opacity: 1;
	visibility: visible;
}
.top-nav .tn-right .language-option img {
	height: 26px;
	width: 26px;
	border-radius: 50%;
	margin-right: 10px;
}
.top-nav .tn-right .language-option span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.top-nav .tn-right .language-option .flag-dropdown {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100px;
	background: #ffffff;
	display: block;
	padding: 10px 15px;
	-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 99;
}
.top-nav .tn-right .language-option .flag-dropdown ul li {
	list-style: none;
	text-align: left;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	color: #19191a;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-nav .tn-right .language-option .flag-dropdown ul li a:hover {
	color: #13b0bb;
}




.menu-item {
	position: relative;
	z-index: 9;
}
.menu-item .logo {
	padding: 38px 0;
}
.menu-item .logo img {/*max-height: 74px;*/
    max-width: initial;
    max-height: inherit;}
.footer-section .footer-text .ft-about .logo img {
    /*max-height: 70px;*/max-width: initial;
    max-height: inherit;
}
.menu-item .logo a {
	display: inline-block;
}
.menu-item .nav-menu {
	text-align: right;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 16px;
	color: #537495;
	margin-right: 42px;
	font-weight: 500;
	display: inline-block;
	padding: 27px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li:last-child a{margin-right: 0;}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 2px;
	background: #13b0bb;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #13b0bb;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}

.btn_bg{    font-size: 20px;
    font-weight: 700;
    padding: 19px 84px 19px;
	color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
	background: rgb(59,72,221);
background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);}

.btn_bg.primary-btn:after{display: none;}



/*---------------------
  Hero
-----------------------*/

.nav-right .bk-btn {
	display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 19px 48px 19px;
    /* background: #13b0bb; */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0;
    background: rgb(59,72,221);
    background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);
}
.packages_sec .room-item .ri-text {  border: 0px solid #ebebeb;}
.packages_sec .room-item:hover {box-shadow: 1.395px 19.951px 38px 0px rgb(0 0 0 / 8%);}
.packages_sec .room-item {
    box-shadow: 1.395px 19.951px 38px 0px rgb(0 0 0 / 5%);
    border: 1px solid transparent;
    border-radius: 5px;
    border-top: 0; overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.hero-slider .set-bg:before {content: " ";position: absolute;left: 0;top: 0;right: 0;bottom: 0;
	/*background: rgb(0 0 0 / 34%);*/
	/*background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.85) 100%);
background: radial-gradient(ellipse at center,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.85) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9000000',GradientType=1 );*/

/*background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.58) 100%);
background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.58) 100%);
background: radial-gradient(ellipse at center,  rgba(0,0,0,0.06) 0%,rgba(0,0,0,0.58) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f000000', endColorstr='#94000000',GradientType=1 );*/

background: rgb(27 38 84 / 84%);

}
.make-customer-area {position: relative; overflow: hidden;}
.hero-slider .owl-stage .owl-item:last-child .set-bg::before {content: " ";display: none;}
.hp-room-items .home_gallery_slider .hp-room-item { margin-right: 0; border-bottom: 8px solid #13b0bb;
	
}
.hp-room-items .home_gallery_slider .hp-room-item::before{content: " "; 
	position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    bottom: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.85) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#d9000000',GradientType=0 );}
.hp-room-items .home_gallery_slider .hp-room-item .hr-text{bottom: 34px;}
.hp-room-items .home_gallery_slider .hp-room-item:hover::before{content: " "; top: 0; }
.primary-btn:hover{
	color: #13b0bb;
}
.home_gallery_sec {padding-top: 80px; padding-bottom: 100px;}
.footer-section .ft-newslatter ul li a {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}
.footer-section .footer-text .fa-social a {
    display: inline-block;
    height: 47px;
    width: 47px;
    font-size: 22px;
    line-height: 47px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin-right: 7px;
}
.footer-section .footer-text .fa-social a i{    color: #EC1C24;
}
.footer-section .footer-text .ft-contact ul li i {
	color: #EC1C24;
}



.fa-social {
    padding-top: 20px;
}
.hero-section {
	position: relative;
	padding-top: 80px;
	padding-bottom: 101px;background: #16304A;
}
.hero-section .container {
	position: relative;
	z-index: 5;
}
.hero-text {
	padding-top: 145px;
}
.hero-text h1 {
	font-size: 122px;
	font-weight: 500;
/*text-transform: uppercase;*/
line-height: 132px;
	color: #ffffff;
	margin-bottom: 36px; /*font-family: 'Noto Serif', serif;*/ /*font-family: 'PT Sans Narrow', sans-serif;*/
}
.top_pad {padding-top: 270px;}
.hero-text h3{    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #13b0bb;}

.hero-text p {
	font-size: 28px;
	color: #ffffff;
	line-height: 38px;
	margin-bottom: 35px;
}
.booking-form {
	background: #ffffff;
	padding: 44px 40px 50px 40px;
	border-radius: 4px;
}
.booking-form h3 {
	color: #19191a;
	margin-bottom: 36px;
}
.booking-form form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.booking-form form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.booking-form form .check-date i {
	color: #13b0bb;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.booking-form form .select-option {
	margin-bottom: 15px;
}
.booking-form form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.booking-form form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.booking-form form .select-option .nice-select:after {
	border-bottom: 2px solid #13b0bb;
	border-right: 2px solid #13b0bb;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.booking-form form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.booking-form form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.booking-form form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #13b0bb;
	border-radius: 2px;
	color: #13b0bb;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
.hero-slider {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.hero-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.hero-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.hero-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.hero-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.hero-slider .owl-stage-outer, .hero-slider .owl-stage, .hero-slider .owl-item, .hero-slider .hs-item {
	height: 100%;
}
.form-control.error_border {border:1px solid #ff0000 !important; box-shadow: 0px 0px 0px 5px rgb(255 0 0 / 21%);}
.hero_formbg { position:relative; padding: 33px; margin-top: 70px;}
.hero_formbg1 {background: #1b2654; padding: 39px 66px; position:relative; -webkit-box-shadow: 0px 0px 19px 6px rgba(27,38,84,0.4);
-moz-box-shadow: 0px 0px 19px 6px rgba(27,38,84,0.4);
box-shadow: 0px 0px 19px 6px rgba(27,38,84,0.4);}

.hero_formbg:after {
    content:" ";
    position:absolute;
    right:0;
    top: 0;
    bottom: 0;
    background: rgb(59,72,221);
    background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);
    height: 100%;
    width: 49%;
    z-index: -1;
    /* margin-top: 30px; */
    }

.hero_formbg1 h3 {color: #fff; text-transform: uppercase; padding-bottom: 45px; text-align:center; font-size: 36px; /*font-family: 'PT Sans Narrow', sans-serif;*/ font-weight: 700;}

.hero_form .form-control {border-radius: 0;
    min-height: 79px;
    font-size: 24px;
    color: #4a4a4a;
    border: 1px solid #fff;
    padding-left: 20px;}
.hero_form .form-group {padding-bottom: 33px; margin-bottom:0;}

.menu_number {
    display: inline-block;
    padding-left: 15px; vertical-align: top;
}
.menu_number_bg{display: inline-block;
    text-align: left;
    padding-right: 70px; vertical-align:middle}

.menu_number_icon {
    display: inline-block;
	    background: rgb(59,72,221);
    background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);
    padding: 14px;
}

span.icon-phone1 {
    display: block;
    width: 40px;
    height: 40px; background:url(../images/call_icon.png) no-repeat center;
}
.menu_number b {
    margin: 0;    font-size: 28px; font-weight: 700; color: #3b49dd; padding-bottom:6px; display:block; line-height: 28px;
}
.menu_number h5 a{font-size: 32px; font-weight: 700; color: #fff;}

/*---------------------
  About US
-----------------------*/
.inner_gallery_sec .col-sm-6 {padding-bottom: 15px;}

.dining-area .single-dining-area.left-img {
    position: relative; }
    .dining-area .single-dining-area.left-img::before {
      position: absolute;
      left: 0;
      content: "";
      top: 0;
      bottom: 0;
      background-image: url(../img/dining/dining-img.png);
      width: 50%;
      border-radius: 0 5px 0 0;
      background-size: cover;
      background-repeat: no-repeat; }
	  .dining-area .single-dining-area {
		position: relative;
		padding: 150px 0;
	}
	.dining-area .single-dining-area.left-img::before {
		position: absolute;
		left: 0;
		content: "";
		top: 0;
		bottom: 0;
		background-image: url(../img/gallery/TV-room-1.webp);
		width: 50%;
		border-radius: 0 5px 0 0;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.dining-area .single-dining-area.right-img::before {
		position: absolute;
		right: 0;
		content: "";
		top: 0;
		bottom: 0;
		background-image: url(../img/services/service_2.webp);
		width: 50%;
		border-radius: 0 0 0 5px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.dining-area .dining-caption {
		background: rgba(252, 252, 252, 0.95);
		padding: 92px 98px 98px 96px;
		border-radius: 5px;
	}
	.dining-area .dining-caption span {
		color: #13b0bb;
		text-transform: uppercase;
		margin-bottom: 14px;
		display: block; }
	  .dining-area .dining-caption h3 {
		font-weight: 600;
		color: #112e41;
		margin-bottom: 30px; }
	  .dining-area .dining-caption p {
		margin-bottom: 56px;
		line-height: 1.6;
		font-size: 15px; }
		.border-btn {
			background: none;
			border: 2px solid #13b0bb;
			color: #13b0bb;
		}
		.home_services_sec {padding-top: 50px; padding-bottom: 100px;}
.inner_bannerbg {background: url(../img/inner_banner.webp); background-repeat: no-repeat; background-position: center; background-size: cover;
position: relative;
}		
.inner_bannerbg:before {content: " "; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #000; opacity: 0.4;}
.inner_bannerbg .breadcrumb-text h2 {
    color: #fff;
}

.inner_bannerbg .breadcrumb-text .bt-option a {
    color: rgb(255 255 255 / 80%);
}

.inner_bannerbg .breadcrumb-text .bt-option span {
    color: rgb(255 255 255 / 91%);
}

nav.slicknav_nav .bk-btn{display: block; text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 16px 28px 15px;
    background: #13b0bb;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px; margin-top: 15px;}
	

.customer-img {
    position: relative;
}
.customer-img::before {
    background-image: url(../img/patten_bg.webp);
    position: absolute;
    content: "";
    top: -59px;
    right: -11px;
    max-width: 645px;
    z-index: -2;
    height: 479px;
    width: 500px;
}
.customar-padding {
    padding-top: 160px;
    padding-bottom: 93px;
}
.customer-img .customar-img1 {
    max-width: 717px;
}

.inner_services_sec {padding-top: 100px;}
@media only screen and (min-width: 1200px) and (max-width: 1600px){
.customer-img::before {
    right: -67px;
}
.customer-img .customar-img1 {
    max-width: 541px;
}
.customer-img .customar-img2 {
    right: -67px;
}
.service-experience {
    bottom: -60px;
}
.customer-caption {
    padding-left: 96px;
}
.customer-caption h2 {
    font-size: 28px;
}
.customer-caption .caption-details .pera-dtails {
    padding-right: 0px;
}

}
.customer-img .customar-img2 {
    max-width: 340px;
    position: absolute;
    top: -60px;
    right: -11px;
    z-index: -1;
}

.service-experience {
    background: #262626;
    position: absolute;
    right: 38px;
    border-radius: 10px;
    box-shadow: 0.907px 12.968px 20px 0px rgb(85 85 85 / 20%);
    bottom: 0;
    width: 418px;
    bottom: -27px;
    padding: 28px 0;
    text-align: center;
}
.service-experience h3 {
    color: #ffffff;
    font-size: 35px;
}
.customer-caption {
    padding-left: 96px;
}
.customer-caption span {
    color: #13b0bb;
    font-size: 14px;
    display: block;
    margin-bottom: 13px;
}
.customer-caption h2 {
    color: #112e41;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 32px;
    font-family: 'Noto Serif', serif;
}


.customer-caption .caption-details p {
    color: #888888;
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 52px;
    padding-right: 26px;
}
.customer-caption .caption-details .pera-dtails {
    color: #112e41 !important;
    font-size: 20px;
    padding-right: 69px;
    margin-bottom: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}
.customer-caption .caption-details p {
    color: #888888;
    line-height: 28px;
    font-size: 15px;
    margin-bottom: 52px;
    padding-right: 26px;
}
.btn {
    -moz-user-select: none;
    background: #13b0bb;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 25px 39px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.about-text {
	text-align: center;
	padding: 0 35px;
}
.about-text p {
	color: #595960;
	font-weight: 500;
}
.about-text p.f-para {
	margin-bottom: 10px;
}
.about-text p.s-para {
	margin-bottom: 35px;
}
.about-text .about-btn {
	color: #19191a;
}
.about-pic img {
	min-width: 100%;
}
/*---------------------
  Service Section
-----------------------*/



.newslatter .fn-form {
    position: relative;
}
.newslatter .fn-form input {
    width: 100%;
    height: 80px;
    border-radius: 0;
    background: #f2f8ff;
    border: none;
    padding-left: 20px;
    font-size: 28px;
    color: #4a4a4a;
}
.newslatter .fn-form button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
    background: rgb(59,72,221);
background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);
    color: #ffffff;
    padding: 0 30px;
    height: 80px;
    border: none;
    border-radius: 0;
}
.newslatter {
    width: 687px;
}

.section-title p {font-size: 32px; color:#fff; padding-top: 25px;}

.services-section {
	
}
.services-section .section-title {
	margin-bottom: 55px;
}
.service_iconbox p {font-size: 28px; line-height: 40px; color: #4a4a4a;}

.service-item {
	text-align: left;
	padding: 30px 35px 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item:hover {
	background: #13b0bb;
}
.service-item:hover i {
	color: #ffffff;
}
.service-item:hover h4 {
	color: #ffffff;
}
.service-item:hover p {
	color: #ffffff;
}
.service-item i {
	display: inline-block;
	color: #13b0bb;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item h4 {
	color: #000;
	font-size: 38px;
	margin-bottom: 15px;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item p {
	color: #707079;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
/*------------------------
  Home Page Room Section 
-------------------------*/

.hp-room-items {
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}
.hp-room-items .hp-room-item {
	height: 600px;
	margin-right: -15px;
	position: relative;
	overflow: hidden;
}
.hp-room-items .hp-room-item:hover .hr-text {
	bottom: 135px;
}
.hp-room-items .hp-room-item:hover .hr-text h2 {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text {
	position: absolute;
	left: 45px;
	right: 25px;
	bottom: -250px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.hp-room-items .hp-room-item .hr-text h3 {
	color: #ffffff;
	margin-bottom: 15px;
}
.hp-room-items .hp-room-item .hr-text h2 {
	color: #13b0bb;
	font-weight: 700;
	margin-bottom: 50px;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.hp-room-items .hp-room-item .hr-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.hp-room-items .hp-room-item .hr-text table {
	margin-bottom: 30px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td {
	font-size: 16px;
	color: #ffffff;
	line-height: 36px;
}
.hp-room-items .hp-room-item .hr-text table tbody tr td.r-o {
	width: 120px;
}
.hp-room-items .hp-room-item .hr-text .primary-btn:after {
	background: #ffffff;
}
/*---------------------
  Testimonial Slider
-----------------------*/

.quote_i {background:url(../images/quote.webp) no-repeat center; width: 56px; height:47px; display: inline-block;}

.testimonial-slider .ts-item h5 {
    font-size: 36px;
    color: #000;
    display: block; padding-bottom: 17px;
}


.testimonial-section {
	background: #fff;
}
.testimonial-section .section-title {
	margin-bottom: 55px;
}
.testimonial-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.testimonial-slider.owl-carousel .owl-nav button {
	height: 44px;
	width: 44px;
	border: 1px solid #ebebeb;
	font-size: 24px;
	color: #707079;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: -190px;
	top: 50%;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.testimonial-slider.owl-carousel .owl-nav button:hover {
	border-color: #19191a;
	color: #19191a;
}
.testimonial-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -190px;
}
.testimonial-slider .ts-item {
	text-align: left; 
}
.testimonial-slider .ts-item p {
	font-size: 28px;
	color: #4a4a4a;
	line-height: 40px;
	margin-bottom: 10px;
	
}
.testimonial-slider .ts-item .ti-author {
	margin-bottom: 23px;
}
.testimonial-slider .ts-item .ti-author .rating {
	display: inline-block; 
    text-align: right; float:right; padding-top: 15px;
}
.testimonial-slider .ts-item .ti-author .rating i {
	/*color: #f5b917;*/
	font-size: 22px;
	background: rgb(59,72,221);
    background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testimonial-slider .ts-item .ti-author h5 {
	font-size: 20px;
	color: #19191a;
	display: inline-block;
}
/*---------------------
  Blog and Event
-----------------------*/

.blog-section {
	padding-bottom: 70px;
}
.blog-section .section-title {
	margin-bottom: 36px;
}
/*---------------------
  Footer Section
-----------------------*/
.ft-about a {
    font-size: 26px;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
}

.ft-about a i {
    vertical-align: middle;
}
.footer-section {
	background: #16304A;
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}
.footer-section .footer-text .ft-about {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-about .logo a {
	display: inline-block;
}
.footer-section .footer-text .ft-about p {
	margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 35px;
}
.footer-section .footer-text .ft-about .fa-social a {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	border: 1px solid #5A4D48;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}
.footer-section .footer-text .ft-about .fa-social a:hover {
	background: #13b0bb;
	border-color: #13b0bb;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-contact h6 {
	font-size: 14px;
	color: #13b0bb;
	font-weight: 700;
	/*font-family: 'PT Sans Narrow', sans-serif;*/
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-contact ul li {
	font-size: 24px;
    color: #fff;
    line-height: 40px;
    list-style: none; display: flex;
}
.footer-section .footer-text .ft-newslatter h6 {
	font-size: 34px;
	color: #fff;
	font-weight: 500;
	/*font-family: 'PT Sans Narrow', sans-serif;*/
	margin-bottom: 30px;
}
.footer-section .footer-text .ft-newslatter p {
	color: #aaaab3;
	margin-bottom: 20px;
}
.footer-section .footer-text .ft-newslatter .fn-form {
	position: relative;
}
.footer-section .footer-text .ft-newslatter .fn-form input {
	width: 100%;
	height: 50px;
	border-radius: 2px;
	background: #393D4A;
	border: none;
	padding-left: 20px;
	font-size: 16px;
	color: #707079;
}
.footer-section .footer-text .ft-newslatter .fn-form button {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: #13b0bb;
	color: #ffffff;
	padding: 0 16px;
	height: 50px;
	border: none;
	border-radius: 0 2px 2px 0;
}
.footer-section .copyright-option {
	background: none;
    padding: 20px 0;
    border-top: 1px solid #8fa4c2;
}
.footer-section .copyright-option ul li {
	list-style: none;
	display: inline-block;
	margin-right: 34px;
}
.footer-section .copyright-option ul li:last-child {
	margin-right: 0;
}
.footer-section .copyright-option ul li a {
	font-size: 22px;
    color: #8fa4c2;
}
.co-text p {
    font-size: 22px;
    color: #8fa4c2;
    margin: 0;
}
.footer-section .copyright-option .co-text {
	font-size: 16px;
	color: #707079;
	text-align: right;
}
/* --------------------------------- Other Pages Styles ----------------------------------- */

/*---------------------
  Breadcrumb Section
-----------------------*/

.breadcrumb-section {
	padding-top: 70px;
	padding-bottom: 80px;
}
.breadcrumb-text {
	text-align: center;
}
.breadcrumb-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 12px;
}
.breadcrumb-text .bt-option a {
	display: inline-block;
	font-size: 18px;
	color: #19191a;
	margin-right: 20px;
	position: relative;
	font-weight: 500;
}
.breadcrumb-text .bt-option a:after {
	position: absolute;
	right: -13px;
	top: 1px;
	content: "";
	font-size: 18px;
	font-family: "FontAwesome";
	color: #aaaab3;
}
.breadcrumb-text .bt-option span {
	display: inline-block;
	font-size: 18px;
	color: #aaaab3;
}
/*------------------------
  About Us Page Section
-------------------------*/

.aboutus-page-section {
	padding-top: 0;
	padding-bottom: 70px;
}
.about-page-text {
	margin-bottom: 65px;
}
.about-page-text .ap-title {
	margin-bottom: 30px;
}
.about-page-text .ap-title h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 18px;
}
.about-page-text .ap-title p {
	font-size: 18px;
	color: #707079;
	line-height: 28px;
}
.about-page-text .ap-services li {
	list-style: none;
	font-size: 20px;
	color: #707079;
	line-height: 42px;
}
.about-page-text .ap-services li i {
	color: #13b0bb;
	margin-right: 5px;
}
.about-page-services .ap-service-item {
	position: relative;
	height: 420px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.about-page-services .ap-service-item .api-text {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}
.about-page-services .ap-service-item .api-text h3 {
	color: #ffffff;
}
/*---------------------
  Video Section
-----------------------*/

.video-section {
	height: 500px;
	padding-top: 140px;
}
.video-section .video-text {
	text-align: center;
}
.video-section .video-text h2 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 16px;
}
.video-section .video-text p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}
.video-section .video-text .play-btn {
	display: inline-block;
}
/*---------------------
  Gallery Section
-----------------------*/

.gallery-section {
	padding-bottom: 80px;
}
.gallery-section .section-title {
	margin-bottom: 38px;
}
.gallery-item {
	position: relative;
	height: inherit;
	margin-bottom: 20px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
}
.gallery-item:hover:after {
	opacity: 1;
}
.gallery-item:hover .gi-text {
	opacity: 1;
}
/*.gallery-item:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 25, 26, 0.3);
	content: "";
	z-index: -1;
	border-radius: 5px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}*/
.gallery-item.large-item {
	height: 576px;
}
.gallery-item .gi-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
}
.gallery-item .gi-text h3 {
	color: #ffffff;
}


.filter-gallery .filters{
	position: relative;
	text-align: center;
	margin-bottom:30px;
}

.filter-gallery .filters .filter-tabs{
	position:relative;
	display: block;
}

.filter-gallery .filters li{
	position:relative;
	display: inline-block;
	font-size:12px;
	line-height:24px;
	
    padding: 5px 1px;
    border-radius: 0;
	cursor:pointer;
	color:#888888;
	font-weight:400;
	margin: 0 12px 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
	background: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'Montserrat', sans-serif;
}
.filter-gallery .filters li:after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    /* width: 4px; */
    height: 11px;
    background: #888888;
    margin-top: 10px;
    display: inline-block;
    border-right: 2px solid #888888;
    margin-right: -15px;
}
.filter-gallery .filters li:last-child:after{display: none;}

.filter-gallery .filters li:hover{color: #13b0bb;}

.filter-gallery .filters .filter.active,
.filter-gallery .filters .filter.current{
	color: #13b0bb;
    border-bottom: 2px solid #13b0bb;
}

.mix{
	display: none;
}
.filter-gallery.hp-room-items .hp-room-item { height: 350px;}
.filter-gallery.hp-room-items .hp-room-item .hr-text h3 {  margin-bottom: 0;  font-size: 20px;}
.filter-gallery.hp-room-items .home_gallery_slider .hp-room-item .hr-text { bottom: 24px;}
.filter-gallery.hp-room-items .hp-room-item:hover .hr-text { bottom: 35px;}

/*---------------------
  Room Section
-----------------------*/

.rooms-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-item {
	margin-bottom: 30px;
}
.room-item img {
	min-width: 100%;
}
.room-item .ri-text {
	border: 1px solid #ebebeb;
	border-top: none;
	padding: 24px 24px 30px 28px;
}
.room-item .ri-text h4 {
	color: #19191a;
	margin-bottom: 17px;
}
.room-item .ri-text h3 {
	color: #13b0bb;
	font-weight: 700;
	margin-bottom: 14px;
}
.room-item .ri-text h3 span {
	font-family: "Cabin", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #19191a;
}
.room-item .ri-text table {
	margin-bottom: 18px;
}
.room-item .ri-text table tbody tr td {
	font-size: 16px;
	color: #707079;
	line-height: 36px;
}
.room-item .ri-text table tbody tr td.r-o {
	width: 125px;
}
.room-item .ri-text .primary-btn {
	color: #19191a;
}
.room-pagination {
	text-align: center;
	padding-top: 20px;
}
.room-pagination a {
	font-size: 16px;
	color: #707079;
	border: 1px solid #EFD4B9;
	border-radius: 2px;
	padding: 7px 13px 5px;
	margin-right: 7px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.room-pagination a:last-child {
	margin-right: 0;
}
.room-pagination a:hover {
	background: #13b0bb;
	color: #ffffff;
}
/*-----------------------
  Room Details Section
-------------------------*/

.room-details-section {
	padding-top: 0;
	padding-bottom: 80px;
}
.room-details-item {
	margin-bottom: 50px;
}
.room-details-item img {
	margin-bottom: 40px;
}
.room-details-item .rd-text .rd-title {
	overflow: hidden;
	margin-bottom: 8px;
}
.room-details-item .rd-text .rd-title h3 {
	color: #19191a;
	float: left;
}
.room-details-item .rd-text .rd-title .rdt-right {
	float: right;
	text-align: right;
}
.room-details-item .rd-text .rd-title .rdt-right .rating {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 10px;
}
.room-details-item .rd-text .rd-title .rdt-right .rating i {
	color: #f5b917;
}
.room-details-item .rd-text .rd-title .rdt-right a {
	display: inline-block;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	background: #13b0bb;
	padding: 14px 28px 13px;
}
.room-details-item .rd-text h2 {
	color: #13b0bb;
	font-weight: 700;
	margin-bottom: 25px;
}
.room-details-item .rd-text h2 span {
	font-family: "Cabin", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #19191a;
}
.room-details-item .rd-text table {
	margin-bottom: 32px;
}
.room-details-item .rd-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
}
.room-details-item .rd-text table tbody tr td.r-o {
	width: 120px;
	color: #707079;
}
.room-details-item .rd-text p {
	color: #707079;
}
.room-details-item .rd-text p.f-para {
	margin-bottom: 22px;
}
.rd-reviews {
	padding-top: 55px;
	border-top: 1px solid #e5e5e5;
	margin-bottom: 50px;
}
.rd-reviews h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.rd-reviews .review-item {
	margin-bottom: 32px;
}
.rd-reviews .review-item .ri-pic {
	float: left;
	margin-right: 30px;
}
.rd-reviews .review-item .ri-pic img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.rd-reviews .review-item .ri-text {
	overflow: hidden;
	position: relative;
	padding-left: 30px;
}
.rd-reviews .review-item .ri-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e9e9e9;
	content: "";
}
.rd-reviews .review-item .ri-text span {
	font-size: 12px;
	color: #13b0bb;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.rd-reviews .review-item .ri-text .rating {
	position: absolute;
	right: 0;
	top: 0;
}
.rd-reviews .review-item .ri-text .rating i {
	color: #f5b917;
}
.rd-reviews .review-item .ri-text h5 {
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.rd-reviews .review-item .ri-text p {
	color: #707079;
	margin-bottom: 0;
}
.review-add h4 {
	color: #19191a;
	letter-spacing: 1px;
	margin-bottom: 45px;
}
.review-add .ra-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	margin-bottom: 25px;
}
.review-add .ra-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form input::placeholder {
	color: #aaaab3;
}
.review-add .ra-form h5 {
	font-size: 20px;
	color: #19191a;
	margin-bottom: 24px;
	float: left;
	margin-right: 10px;
}
.review-add .ra-form .rating {
	padding-top: 3px;
	display: inline-block;
}
.review-add .ra-form .rating i {
	color: #f5b917;
	font-size: 16px;
}
.review-add .ra-form textarea {
	width: 100%;
	height: 132px;
	border: 1px solid #e5e5e5;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 20px;
	padding-top: 12px;
	margin-bottom: 24px;
	resize: none;
}
.review-add .ra-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.review-add .ra-form textarea::placeholder {
	color: #aaaab3;
}
.review-add .ra-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #13b0bb;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.room-booking {
	padding: 0 30px 0 40px;
}
.room-booking h3 {
	color: #19191a;
	margin-bottom: 30px;
}
.room-booking form .check-date {
	position: relative;
	margin-bottom: 15px;
}
.room-booking form .check-date label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .check-date input {
	width: 100%;
	height: 50px;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
	padding-left: 20px;
}
.room-booking form .check-date i {
	color: #13b0bb;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.room-booking form .select-option {
	margin-bottom: 15px;
}
.room-booking form .select-option label {
	font-size: 14px;
	color: #707079;
	display: block;
	margin-bottom: 10px;
}
.room-booking form .select-option .nice-select {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	height: 50px;
	line-height: 50px;
	outline: none;
	padding-left: 20px;
	width: 100%;
	float: none;
}
.room-booking form .select-option .nice-select:after {
	border-bottom: 2px solid #13b0bb;
	border-right: 2px solid #13b0bb;
	height: 10px;
	margin-top: 0;
	right: 20px;
	width: 10px;
	top: 36%;
}
.room-booking form .select-option .nice-select span {
	font-size: 16px;
	color: #19191a;
	text-transform: uppercase;
	font-weight: 500;
}
.room-booking form .select-option .nice-select .list {
	margin-top: 0;
	width: 100%;
}
.room-booking form button {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #13b0bb;
	border-radius: 2px;
	color: #13b0bb;
	font-weight: 500;
	background: transparent;
	width: 100%;
	height: 46px;
	margin-top: 30px;
}
/*---------------------
  Blog Section
-----------------------*/

.blog-section.blog-page {
	padding-top: 0;
	padding-bottom: 88px;
}
.blog-item {
	height: 450px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}
.blog-item.small-size {
	height: 400px;
}
.blog-item .bi-text {
	position: absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.blog-item .bi-text .b-tag {
	display: inline-block;
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #13b0bb;
	padding: 3px 10px;
	border-radius: 2px;
}
.blog-item .bi-text h4 {
	margin-top: 18px;
	margin-bottom: 18px;
}
.blog-item .bi-text h4 a {
	color: #ffffff;
}
.blog-item .bi-text .b-time {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.load-more {
	text-align: center;
	padding-top: 30px;
}
.load-more .primary-btn {
	color: #19191a;
}
/*----------------------------
  Blog Details Hero Section
----------------------------*/

a.zoom_a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;    
    z-index: 1;
    color: #13b0bb;
    text-align: center;
    font-size: 26px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; width: 100%; height: 100%;
}
a.zoom_a span {
    display: inline-block;
    margin-top: -30px; opacity: 0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.hp-room-items .hp-room-item:hover a.zoom_a span{margin-top: 47%; opacity: 1;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.blog-details-hero {
	height: 530px;
	padding-top: 165px;
}
.bd-hero-text {
	text-align: center;
}
.bd-hero-text span {
	font-size: 12px;
	color: #ffffff;
	background: #13b0bb;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
}
.bd-hero-text h2 {
	font-size: 44px;
	color: #ffffff;
	line-height: 54px;
	margin-top: 30px;
	margin-bottom: 12px;
}
.bd-hero-text ul li {
	list-style: none;
	font-size: 14px;
	color: #13b0bb;
	margin-right: 35px;
	display: inline-block;
}
.bd-hero-text ul li:last-child {
	margin-right: 0;
}
.bd-hero-text ul li.b-time {
	text-transform: uppercase;
}
/*---------------------
  Blog Details Section
-----------------------*/
.service_iconbox {
    /*-webkit-box-shadow: 0px 14px 24px 0px rgb(184 184 184 / 10%);
    box-shadow: 0px 14px 24px 0px rgb(184 184 184 / 10%);
    background: #fff;*/
    padding: 0 15px; text-align: left; margin-bottom: 20px; border-radius: 5px;
}
.serviceicon-section {
    background: #dff9fb;
}
.service_iconbox img{display: inline-block; /*max-width: 60px;*/ height: 83px;}
.service_iconbox h4{display: block; color: #000; font-size: 38px; margin: 0; padding-bottom: 26px; padding-top: 26px;}

.servicepg_2 .ap-services li {
	list-style: none;
	font-size: 20px;
	color: #707079;
	line-height: 42px;
}
.servicepg_2 .ap-services li i {
	color: #13b0bb;
	margin-right: 5px;
}
.newsletter-section .section-title h2 {color: #fff;}
.newsletter-section {
    background:url(../images/subscribe_bg.webp) no-repeat center; background-size: cover;}

section.sexp_bar_section {
    background: #1b2654;
}

.sexp_bar_section h3 {
    font-size: 40px;
    color: #fff;
    padding: 20px 0;
}
.sexp_bar_section h3 span{
    font-weight: 700;
    
}


.success_box_outer {
        display: block;
    text-align: right;
    position: absolute;
    right: 0;
    margin-right: 15px;
}

.success_box1 {
        position: relative;
    padding: 28px 33px 28px 0px;
    text-align: left;
    max-width: 440px;
    margin-right: 0;
    display: inline-block;
}

.success_box2 {
    background: #1b2654;
    padding: 35px 35px;
    position: relative;
    color: #fff;
    z-index: 1;
    width: 100%;
    max-width: 389px;
    min-width: 389px;
}

.success_box1:after {
    content:" ";
    position:absolute;
    right:0;
    top: 0;
    bottom: 0;
    background: rgb(59,72,221);
    background: -moz-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    background: linear-gradient(90deg, rgba(59,72,221,1) 0%, rgba(41,129,233,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3b48dd",endColorstr="#2981e9",GradientType=1);
    height: 100%;
    width: 93.5%;
    z-index: 0;
    /* margin-top: 30px; */
	-webkit-box-shadow: 0px 0px 19px 6px rgba(27,38,84,0.4);
-moz-box-shadow: 0px 0px 19px 6px rgba(27,38,84,0.4);
box-shadow: 0px 0px 19px 6px rgba(27,38,84,0.4);
    }
	
.succss_sliderbg p {
    font-size: 44px;
    color: #fff;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    margin: 0;
    line-height: 44px;
    letter-spacing: 2px;
}

.succss_sliderbg b {
    font-size: 56px;
    color: #fff;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-weight: 700;
    padding-bottom: 20px;
    display: block;
    line-height: 58px;
}	



.success-slider .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    /* background: #fff; */
    display: inline-block;
    opacity: 0.8;
    border: 2px solid #fff;
}

.success-slider .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #fff;
}

.success-slider .owl-dots .owl-dot {margin: 0 3px}

.success-slider .owl-dots {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -35px;
}

.succss_sliderbg {
    position: relative;
    padding-bottom: 25px;
}

.blog-details-section {
	padding-top: 55px;
}
.blog-details-text .bd-title {
	margin-bottom: 52px;
}
.blog-details-text .bd-title p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .bd-pic {
	overflow: hidden;
	margin-bottom: 35px;
}
.blog-details-text .bd-pic .bp-item {
	width: calc(33.33% - 10px);
	float: left;
	margin-right: 15px;
}
.blog-details-text .bd-pic .bp-item:last-child {
	margin-right: 0;
}
.blog-details-text .bd-pic .bp-item img {
	min-width: 100%;
}
.blog-details-text .bd-more-text {
	margin-bottom: 50px;
}
.blog-details-text .bd-more-text .bm-item {
	margin-bottom: 30px;
}
.blog-details-text .bd-more-text .bm-item h4 {
	color: #19191a;
	margin-bottom: 20px;
}
.blog-details-text .bd-more-text .bm-item p {
	font-size: 18px;
	color: #707079;
	line-height: 30px;
}
.blog-details-text .tag-share {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	padding-top: 30px;
	margin-bottom: 75px;
}
.blog-details-text .tag-share .tags {
	float: left;
}
.blog-details-text .tag-share .tags a {
	font-size: 12px;
	color: #707079;
	background: #ebebeb;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding: 4px 16px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 6px;
}
.blog-details-text .tag-share .tags a:hover {
	color: #ffffff;
	background: #13b0bb;
}
.blog-details-text .tag-share .social-share {
	float: right;
}
.blog-details-text .tag-share .social-share span {
	display: inline-block;
	font-size: 18px;
	color: #707079;
}
.blog-details-text .tag-share .social-share a {
	display: inline-block;
	font-size: 16px;
	color: #707079;
	margin-left: 30px;
}
.blog-details-text .comment-option {
	margin-bottom: 75px;
}
.blog-details-text .comment-option h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .comment-option .single-comment-item {
	margin-bottom: 30px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 255px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item.reply-comment {
	padding-left: 120px;
	margin-bottom: 52px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text {
	padding-left: 22px;
}
.blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100px;
	background: #ebebeb;
	content: "";
}
.blog-details-text .comment-option .single-comment-item .sc-author {
	float: left;
	margin-right: 28px;
}
.blog-details-text .comment-option .single-comment-item .sc-author img {
	height: 70px;
	width: 70px;
	border-radius: 50%;
}
.blog-details-text .comment-option .single-comment-item .sc-text {
	display: table;
	position: relative;
}
.blog-details-text .comment-option .single-comment-item .sc-text span {
	font-size: 12px;
	color: #13b0bb;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.blog-details-text .comment-option .single-comment-item .sc-text h5 {
	font-size: 20px;
	color: #19191a;
	margin-top: 4px;
	margin-bottom: 8px;
}
.blog-details-text .comment-option .single-comment-item .sc-text p {
	color: #707079;
	margin-bottom: 18px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a {
	display: inline-block;
	color: #19191a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 24px;
	border: 1px solid #F9EEE3;
	border-radius: 50px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 10px;
}
.blog-details-text .comment-option .single-comment-item .sc-text a:hover {
	background: #13b0bb;
	color: #ffffff;
	border-color: #13b0bb;
}
.blog-details-text .leave-comment h4 {
	color: #19191a;
	margin-bottom: 35px;
}
.blog-details-text .leave-comment .comment-form input {
	width: 100%;
	height: 50px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.blog-details-text .leave-comment .comment-form input:focus {
	border-color: #13b0bb;
}
.blog-details-text .leave-comment .comment-form textarea {
	width: 100%;
	height: 116px;
	color: #707079;
	font-size: 16px;
	padding-left: 20px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 42px;
	resize: none;
	padding-top: 12px;
}
.blog-details-text .leave-comment .comment-form textarea:focus {
	border-color: #13b0bb;
}
.blog-details-text .leave-comment .comment-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #13b0bb;
	border: none;
	padding: 14px 42px 13px;
	display: inline-block;
	border-radius: 2px;
}
/*---------------------
  Recommend Blog
-----------------------*/

.recommend-blog-section {
	padding-top: 65px;
	padding-bottom: 50px;
}
.recommend-blog-section .section-title {
	margin-bottom: 37px;
}
.recommend-blog-section .section-title h2 {
	margin-top: 0;
}
/*---------------------
  Contact Section
-----------------------*/

.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-text h2 {
	font-size: 44px;
	color: #19191a;
	margin-bottom: 24px;
}
.contact-text p {
	color: #707079;
}
.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
	font-weight: 500;
}
.contact-text table tbody tr td.c-o {
	color: #707079;
	width: 75px;
}
.contact-form input {
	width: 100%;
	height: 50px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	margin-bottom: 28px;
}
.contact-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-moz-placeholder {
	color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::placeholder {
	color: #aaaab3;
}
.contact-form textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e1e1e1;
	font-size: 16px;
	color: #aaaab3;
	padding-left: 25px;
	padding-top: 12px;
	margin-bottom: 33px;
	resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::placeholder {
	color: #aaaab3;
}
.contact-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	background: #13b0bb;
	border: none;
	padding: 14px 34px 13px;
	display: inline-block;
}
.map {
	height: 370px;
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}
.map iframe {
	width: 100%;
}

.customer-img .play-btn.video-popup {
    position: absolute;
    top: 0;
    margin: 25% 40%;
    left: auto;
    right: auto;
    background: rgb(0 0 0 / 42%);
    border-radius: 50%;
}

/*-------------------------------- Respinsive Media Styles --------------------------------*/
@media only screen and (min-width: 1920px) {
	.menu-item .logo img { max-height: 63px;}
	.footer-section .footer-text .ft-about .logo img { max-height: 63px;}
}
@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -288px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
@media only screen and (min-width: 1360px) {
	.container {
		max-width: 1260px;
	}
}
@media only screen and (min-width: 1500px) {
	.container {
		max-width: 1440px;
	}
}
@media only screen and (min-width: 1760px) {
	/*.container {
		max-width: 1670px;
	}*/
	.container {
		max-width: 1540px;
	}
	.menu-item .nav-menu .mainmenu li a{  margin-right: 170px; font-size: 20px; margin-top: 25px;}
.stricky-fixed .menu-item .nav-menu .mainmenu li a{   margin-top: 6px;}
.stricky-fixed .menu-item .logo {  padding: 20px 0;     -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}

}




@media only screen and (min-width: 1760px) and (max-width: 1919px) {

.top-nav .tn-right li {
    font-size: 15px;
    padding: 14px 0 12px;
    margin-right: 35px;
}	
.top-nav .tn-left .top-social {
    padding: 9px 0;
}
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 3px;
    padding: 17px 0px;
}
.menu-item .logo {
    padding: 17px 0;
}
.menu_number b {   font-size: 18px; line-height: 18px;}
.menu_number h5 a {
    font-size: 20px;
}
.nav-right .bk-btn {
    font-size: 14px;  padding: 15px 28px 15px;}
	
.menu_number_icon {  padding: 11px;}	

span.icon-phone1 {
    width: 29px;
    height: 29px;
background-size: 100% auto;
}
.menu_number_bg {
    padding-right: 50px;}
.menu-item .logo img {
    max-height: 51px;}
.top_pad {
    padding-top: 180px;
}
	
.hero_formbg {  padding: 20px 20px 20px 75px;  margin-top: 10px;}	

.hero-text {
    padding-top: 45px;
}
.hero-text h1 {
    font-size: 100px;
    line-height: 122px;
    margin-bottom: 30px;}
.hero-text p {
    font-size: 22px;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 30px;
}
.btn_bg {
    font-size: 14px;
    padding: 15px 28px 15px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 30px;
    font-size: 26px;}	
	
.hero_formbg1 {
    padding: 25px 56px;}	
.hero_form .form-control {
    min-height: 55px;
    font-size: 18px;    
    padding-left: 15px;
}	


.hero_form .form-group {
    padding-bottom: 30px;}

.sexp_bar_section h3 {
    font-size: 30px;
    padding: 15px 0;
}
.success_box1 {
    padding: 15px 20px 15px 0px;
    max-width: 367px;
    margin-right: 0;
}
.success_box2 {
    padding: 25px 25px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 48px;
    padding-bottom: 10px;
    line-height: 51px;letter-spacing: 1px;
}

.succss_sliderbg p {
    font-size: 38px;
    margin: 0;
    line-height: 42px;
    letter-spacing: 1px;
}
.section-title span {
    font-size: 36px;
}
.section-title h2 {
    font-size: 50px;
    line-height: 56px;
    margin-top: 10px;}
.testimonial-section .section-title {
    margin-bottom: 45px;
}
.testimonial-slider .ts-item h5 {
    font-size: 28px;
    padding-bottom: 10px;
}

.testimonial-slider .ts-item p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.quote_i {
    width: 46px;
    height: 46px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 16px;
	
}

.service_iconbox h4 {
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 20px;
}
.service_iconbox p {
    font-size: 20px;
    line-height: 30px;
}

.service_iconbox img {  height: 51px;}

.pt-5.mt-5 {
    padding-top: 45px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 22px;
    padding-top: 20px;
}

.newslatter .fn-form input {
    height: 55px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 18px;
}
.newslatter .fn-form button {
    font-size: 18px;
    padding: 0 19px;
    height: 55px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 45px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.ft-about a {
    font-size: 20px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 24px;
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 18px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 20px;
    line-height: 40px;
}
.footer-section .footer-text .fa-social a {
    height: 40px;
    width: 40px;
    font-size: 17px;
    line-height: 40px;}
.footer-section .copyright-option ul li a {
    font-size: 16px;
}
.co-text p {
    font-size: 16px;}

}



@media only screen and (min-width: 1500px) and (max-width: 1759px) {

.top-nav .tn-right li {
    font-size: 15px;
    padding: 14px 0 12px;
    margin-right: 35px;
}	
.top-nav .tn-left .top-social {
    padding: 9px 0;
}
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 3px;
    padding: 17px 0px;
}
.menu-item .logo {
    padding: 17px 0;
}
.menu_number b {   font-size: 18px; line-height: 18px;}
.menu_number h5 a {
    font-size: 20px;
}
.nav-right .bk-btn {
    font-size: 14px;  padding: 15px 28px 15px;}
	
.menu_number_icon {  padding: 11px;}	

span.icon-phone1 {
    width: 29px;
    height: 29px;
background-size: 100% auto;
}
.menu_number_bg {
    padding-right: 50px;}
.menu-item .logo img {
    max-height: 51px;}
.top_pad {
    padding-top: 150px;
}
.header-section {
    padding: 20px 0;
}	
.tl_banner_reviewbg_top p {    font-size: 22px;}
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 40px;}
.tl_new_banner_reviewbg { padding-bottom: 40px;}
.com_content h3 {  font-size: 65px;  padding-bottom: 40px;}
.blogpg_content.com_content h1 { font-size: 50px; padding-bottom: 25px;}
.blogpg_content.com_content h2 { font-size: 35px; padding: 15px 0 20px;}
.popular_posts h4 { font-size: 35px; padding-bottom: 25px;}
.popular_posts ul li a { font-size: 20px; padding-left: 42px;}
.com_content p {  font-size: 22px;}
a.com_btn_lt { font-size: 16px; padding: 10px;}
a.com_btn_lt span { padding: 0 24px 0 10px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 30px;  height: 30px;}
.legalbg_pattern span { width: 476px; height: 475px;  margin-top: -49px; margin-right: 207px;}
.legal_bg_col img {  max-width: 1000px;}
.pb_100 { padding-bottom: 50px;}
.about2_imgbg h4 {  font-size: 34px;}
.spad { padding-top: 130px;  padding-bottom: 130px;}
.com_content h4 {  font-size: 50px;}
.pb_40 {  padding-bottom: 30px;}
.service_box { padding: 30px;  margin-bottom: 50px;}
.service_box b {  font-size: 23px;  padding-top: 20px;}
.service_box p {  font-size: 22px;}
.ser_icon { width: 90px; height: 90px;  background-size: contain;}
.head_top_red { font-size: 33px; padding-bottom: 20px;}
.starbox_icon { width: 60px;  height: 60px;  background-size: 30px;}

.hero_formbg {  padding: 20px 20px 20px 75px;  margin-top: 10px;}	

.hero-text {
    padding-top: 40px;
}
.hero-text h1 {
    font-size: 90px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
    font-size: 22px;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 30px;
}
.cort_cercle {
    width: 114px;
    height: 114px;
    margin-top: -43px;background-size: 74px;
}
.btn_bg {
    font-size: 14px;
    padding: 15px 28px 15px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 30px;
    font-size: 26px;}	
	
.hero_formbg1 {
    padding: 25px 56px;}	
.hero_form .form-control {
    min-height: 55px;
    font-size: 18px;    
    padding-left: 15px;
}	


.hero_form .form-group {
    padding-bottom: 30px;}

.sexp_bar_section h3 {
    font-size: 30px;
    padding: 15px 0;
}
.success_box1 {
    padding: 15px 20px 15px 0px;
    max-width: 367px;
    margin-right: 0;
}
.success_box2 {
    padding: 25px 25px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 48px;
    padding-bottom: 10px;
    line-height: 51px;letter-spacing: 1px;
}

.succss_sliderbg p {
    font-size: 38px;
    margin: 0;
    line-height: 42px;
    letter-spacing: 1px;
}
.section-title span {
    font-size: 36px;
}
.section-title h2 {
    font-size: 50px;
    line-height: 56px;
    margin-top: 10px;}
.testimonial-section .section-title {
    margin-bottom: 45px;
}
.testimonial-slider .ts-item h5 {
    font-size: 28px;
    padding-bottom: 10px;
}

.testimonial-slider .ts-item p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.quote_i {
    width: 46px;
    height: 46px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 16px;
	
}

.service_iconbox h4 {
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 20px;
}
.service_iconbox p {
    font-size: 20px;
    line-height: 30px;
}

.service_iconbox img {  height: 51px;}

.pt-5.mt-5 {
    padding-top: 45px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 22px;
    padding-top: 20px;
}

.newslatter .fn-form input {
    height: 55px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 18px;
}
.newslatter .fn-form button {
    font-size: 18px;
    padding: 0 19px;
    height: 55px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 45px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.ft-about a {
    font-size: 20px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 24px;
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 18px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 20px;
    line-height: 40px;
}
.footer-section .footer-text .fa-social a {
    height: 40px;
    width: 40px;
    font-size: 17px;
    line-height: 40px;}
.footer-section .copyright-option ul li a {
    font-size: 16px;
}
.co-text p {
    font-size: 16px;}

}


@media only screen and (min-width: 1360px) and (max-width: 1499px) {

.top-nav .tn-right li {
    font-size: 17px;
    padding: 14px 0 12px;
    margin-right: 35px;
}	
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 3px;
    padding: 17px 0px;
}
.menu-item .logo {
    padding: 17px 0;
}
.menu_number b {   font-size: 18px; line-height: 18px;}
.menu_number h5 a {
    font-size: 20px;
}
.nav-right .bk-btn {
    font-size: 14px;  padding: 15px 28px 15px;}
	
.menu_number_icon {  padding: 11px;}	

span.icon-phone1 {
    width: 29px;
    height: 29px;
background-size: 100% auto;
}
.menu_number_bg {
    padding-right: 50px;}
.menu-item .logo img {
    max-height: 45px;}
.top_pad {
    padding-top: 180px;
}

.tl_banner_reviewbg_top p {    font-size: 22px;}
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 30px;}
.tl_new_banner_reviewbg { padding-bottom: 30px;}
.com_content h3 {  font-size: 50px;  padding-bottom: 35px;}
.blogpg_content.com_content h1 { font-size: 48px; padding-bottom: 25px;}
.blogpg_content.com_content h2 { font-size: 34px; padding: 15px 0 20px;}
.popular_posts h4 { font-size: 35px; padding-bottom: 25px;}
.popular_posts ul li a { font-size: 20px; padding-left: 42px;}
.com_content p {  font-size: 20px;}
a.com_btn_lt { font-size: 15px; padding: 10px;}
a.com_btn_lt span { padding: 0 20px 0 10px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 30px;  height: 30px;}
.legalbg_pattern span { width: 450px; height: 450px;  margin-top: -49px; margin-right: 200px;}
.legal_bg_col img {  max-width: 900px;}
.pb_100 { padding-bottom: 50px;}
.about2_imgbg h4 {  font-size: 30px;}
.spad { padding-top: 100px;  padding-bottom: 100px;}
.com_content h4 {  font-size: 40px;}
.com_content h5 { font-size: 28px;}
.pb_40 {  padding-bottom: 30px;}
.service_box { padding: 30px;  margin-bottom: 40px;}
.service_box b {  font-size: 22px;  padding-top: 20px;}
.service_box p {  font-size: 20px;}
.ser_icon { width: 90px; height: 90px;  background-size: contain;}
.head_top_red { font-size: 33px; padding-bottom: 20px;}
.starbox_icon { width: 60px;  height: 60px;  background-size: 30px;}
.cort_cercle {  width: 100px;  height: 100px;  margin-top: -40px;background-size: 72px;}
.review_text p {  font-size: 16px;}
.review_text {  padding-bottom: 22px;}
.review_headbg { padding-bottom: 22px;}
.header-section { padding: 15px 0;}
.arrow_down2 { width: 60px;  height: 60px;}
.arrow_right_n svg { width: 75px;  height: 75px;}
.about2_imgbg { width: 100%;  padding: 20px;  background-size: contain;}
.about3_imgbg img { width: 98%;}
.starbox_bg {  padding: 80px;}
	
.hero_formbg {  padding: 20px 20px 20px 75px;  margin-top: 10px;}	

.hero-text {
    padding-top: 45px;
}
.hero-text h1 {
    font-size: 76px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
    font-size: 22px;
    color: #ffffff;
    line-height: 35px;
    margin-bottom: 30px;
}
.btn_bg {
    font-size: 14px;
    padding: 15px 28px 15px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 30px;
    font-size: 26px;}	
	
.hero_formbg1 {
    padding: 25px 56px;}	
.hero_form .form-control {
    min-height: 55px;
    font-size: 18px;    
    padding-left: 15px;
}	


.hero_form .form-group {
    padding-bottom: 30px;}

.sexp_bar_section h3 {
    font-size: 30px;
    padding: 15px 0;
}
.success_box1 {
    padding: 15px 20px 15px 0px;
    max-width: 367px;
    margin-right: 0;
}
.success_box2 {
    padding: 25px 25px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 48px;
    padding-bottom: 10px;
    line-height: 51px;letter-spacing: 1px;
}

.succss_sliderbg p {
    font-size: 38px;
    margin: 0;
    line-height: 42px;
    letter-spacing: 1px;
}
.section-title span {
    font-size: 36px;
}
.section-title h2 {
    font-size: 50px;
    line-height: 56px;
    margin-top: 10px;}
.testimonial-section .section-title {
    margin-bottom: 45px;
}
.testimonial-slider .ts-item h5 {
    font-size: 28px;
    padding-bottom: 10px;
}

.testimonial-slider .ts-item p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}
.quote_i {
    width: 46px;
    height: 46px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 16px;
	
}

.service_iconbox h4 {
    font-size: 30px;
    padding-bottom: 15px;
    padding-top: 20px;
}
.service_iconbox p {
    font-size: 20px;
    line-height: 30px;
}

.service_iconbox img {  height: 51px;}

.pt-5.mt-5 {
    padding-top: 45px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 22px;
    padding-top: 20px;
}

.newslatter .fn-form input {
    height: 55px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 18px;
}
.newslatter .fn-form button {
    font-size: 18px;
    padding: 0 19px;
    height: 55px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 45px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.ft-about a {
    font-size: 20px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 24px;
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 18px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 20px;
    line-height: 40px;
}
.footer-section .footer-text .fa-social a {
    height: 40px;
    width: 40px;
    font-size: 17px;
    line-height: 40px;}
.footer-section .copyright-option ul li a {
    font-size: 16px;
}
.co-text p {
    font-size: 16px;}

}



@media only screen and (min-width: 1200px) and (max-width: 1359px) {
	
.btn_bg.mr-5 {margin-right: 15px !important;}

.top-nav .tn-right li {
    font-size: 17px;
    padding: 14px 0 12px;
    margin-right: 35px;
}	
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 3px;
    padding: 17px 0px;
}
.menu-item .logo {
    padding: 17px 0;
}
.menu_number b {   font-size: 18px; line-height: 18px;}
.menu_number h5 a {
    font-size: 20px;
}
.nav-right .bk-btn {
    font-size: 14px;  padding: 15px 28px 15px;}
	
.menu_number_icon {  padding: 11px;}	

span.icon-phone1 {
    width: 29px;
    height: 29px;
background-size: 100% auto;
}
.menu_number_bg {
    padding-right: 50px;}
.menu-item .logo img {
    max-height: 40px;}
.top_pad {
    padding-top: 100px;
}



.tl_banner_reviewbg_top p {    font-size: 20px;}
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 20px;}
.tl_new_banner_reviewbg { padding-bottom: 30px;}
.com_content h3 {  font-size: 40px;  padding-bottom: 30px;}
.blogpg_content.com_content h1 { font-size: 40px; padding-bottom: 22px;}
.blogpg_content.com_content h2 { font-size: 30px; padding: 15px 0 20px;}
.popular_posts h4 { font-size: 30px; padding-bottom: 22px;}
.popular_posts ul li a { font-size: 20px; padding-left: 42px;}
.com_content p {  font-size: 18px;}
a.com_btn_lt { font-size: 15px; padding: 10px;}
a.com_btn_lt span { padding: 0 20px 0 10px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 30px;  height: 30px;}
.legalbg_pattern span { width: 400px; height: 400px;  margin-top: -49px; margin-right: 173px;}
.legal_bg_col img {  max-width: 800px;}
.pb_100 { padding-bottom: 30px;}
.about2_imgbg h4 {  font-size: 30px;}
.spad { padding-top: 100px;  padding-bottom: 100px;}
.com_content h4 {  font-size: 32px;}
.com_content h5 { font-size: 26px;}
.pb-5 { padding-bottom: 22px !important;}
.pb_40 {  padding-bottom: 30px;}
.service_box { padding: 20px;  margin-bottom: 25px;}
.service_box b {  font-size: 20px;  padding-top: 10px;}
.service_box p {  font-size: 18px;}
.ser_icon { width: 80px; height: 80px;  background-size: contain;}
.head_top_red { font-size: 28px; padding-bottom: 10px;}
.starbox_icon { width: 60px;  height: 60px;  background-size: 30px;}
.cort_cercle {  width: 100px;  height: 100px;  margin-top: -40px;background-size: 72px;}
.review_text p {  font-size: 16px;}
.review_text {  padding-bottom: 22px;}
.review_headbg { padding-bottom: 22px;}
.header-section { padding: 15px 0;}
.arrow_down2 { width: 60px;  height: 60px;}
.arrow_right_n svg { width: 75px;  height: 75px;}
.about2_imgbg { width: 100%;  padding: 20px;  background-size: contain;}
.about3_imgbg img { width: 98%;}
.starbox_bg {  padding: 80px;}
.scroll_text { font-size: 18px;  margin-right: 16%;}
	
.hero_formbg {  padding: 20px 20px 20px 45px;
    margin-top: 10px;}	

.hero-text {
    padding-top: 45px;
}
.hero-text h1 {
    font-size: 71px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
        font-size: 20px;
    color: #ffffff;
    line-height: 32px;
    margin-bottom: 25px;
}
.btn_bg {
    font-size: 14px;
    padding: 15px 28px 15px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 30px;
    font-size: 26px;}	
	
.hero_formbg1 {
    padding: 25px 36px;}	
.hero_form .form-control {
    min-height: 55px;
    font-size: 18px;    
    padding-left: 15px;
}	
.hero-section {
    padding-bottom: 70px;
}

.hero_form .form-group {
    padding-bottom: 30px;}

.sexp_bar_section h3 {
    font-size: 26px;
    padding: 15px 0;
}
.spad {
    padding-top: 60px;
    padding-bottom: 60px;
}
.success_box1 {
        padding: 15px 20px 15px 0px;
    max-width: 293px;
    margin-right: 0;
}
.success_box2 {
    padding: 25px 25px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 38px;
    padding-bottom: 10px;
    line-height: 41px;letter-spacing: 1px;
}

.succss_sliderbg p {
    font-size: 28px;
    margin: 0;
    line-height: 32px;
    letter-spacing: 1px;
}
.section-title span {
    font-size: 32px;
}
.section-title h2 {
    font-size: 40px;
    line-height: 46px;
    margin-top: 10px;}
.testimonial-section .section-title {
    margin-bottom: 40px;
}
.testimonial-slider .ts-item h5 {
    font-size: 24px;
    padding-bottom: 10px;
}

.testimonial-slider .ts-item p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}
.quote_i {
    width: 40px;
    height: 40px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 16px;
	
}

.service_iconbox h4 {
    font-size: 26px;
    padding-bottom: 10px;
    padding-top: 20px;
}
.service_iconbox p {
    font-size: 18px;
    line-height: 28px;
}

.service_iconbox img {  height: 40px;}

.pt-5.mt-5 {
    padding-top: 40px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 20px;
    padding-top: 15px;
}
.footer-section .footer-text .ft-about.pr-5 {
    margin-bottom: 30px;
    padding-right: 0 !important;
}

.newslatter .fn-form input {
    height: 55px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 18px;
}
.newslatter .fn-form button {
    font-size: 18px;
    padding: 0 19px;
    height: 55px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 45px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}
.ft-about a {
    font-size: 20px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 24px;
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 18px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 20px;
    color: #fff;
    line-height: 40px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 20px;
    line-height: 40px;
}
.footer-section .footer-text .fa-social a {
    height: 40px;
    width: 40px;
    font-size: 17px;
    line-height: 40px;}
.footer-section .copyright-option ul li a {
    font-size: 16px;
}
.co-text p {
    font-size: 16px;}

}



/* Medium Device: 1200px */
@media only screen and (max-width: 1199px) {
.popular_posts {  padding-left: 0;}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
	.hp-room-items .hp-room-item .hr-text {
		bottom: -322px;
	}
	.hp-room-items .hp-room-item:hover .hr-text {
		bottom: 80px;
	}
	

/*mck TL */	

.btn_bg.mr-5 {margin-right: 15px !important;}

.top-nav .tn-right li {
        font-size: 15px;
    padding: 10px 0 10px;
    margin-right: 30px;
}	
.top-nav .tn-left .top-social {
    margin-right: 5px;
    padding: 6px 0;
}
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 3px;
    padding: 17px 0px;
}
.menu-item .logo {
    padding: 17px 0;
}
.menu_number b {   font-size: 18px; line-height: 18px;}
.menu_number h5 a {
    font-size: 20px;
}
.nav-right .bk-btn {
    font-size: 14px;  padding: 15px 28px 15px;}
	
.menu_number_icon {  padding: 11px;}	

span.icon-phone1 {
    width: 29px;
    height: 29px;
background-size: 100% auto;
}
.menu_number_bg {
    padding-right: 30px;}
.menu-item .logo img {
    max-height: 38px;}
.top_pad {
    padding-top: 80px;
}



.tl_banner_reviewbg_top p {    font-size: 20px;}
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 20px;}
.tl_new_banner_reviewbg { padding-bottom: 30px;}
.com_content h3 {  font-size: 35px;  padding-bottom: 20px;}
.blogpg_content.com_content h1 { font-size: 35px; padding-bottom: 20px;}
.blogpg_content.com_content h2 { font-size: 28px; padding: 15px 0 20px;}
.popular_posts h4 { font-size: 28px; padding-bottom: 22px;}
.popular_posts ul li a { font-size: 18px; padding-left: 42px;}
.com_content p {  font-size: 16px;}
a.com_btn_lt { font-size: 15px; padding: 10px;}
a.com_btn_lt span { padding: 0 20px 0 10px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 30px;  height: 30px;}
.legalbg_pattern span { width: 350px; height: 350px;  margin-top: -49px; margin-right: 163px;}
.legal_bg_col img {  max-width: 700px;}
.pb_100 { padding-bottom: 20px;}
.about2_imgbg h4 {  font-size: 30px;}
.spad { padding-top: 100px;  padding-bottom: 100px;}
.com_content h4 {  font-size: 30px;}
.com_content h5 { font-size: 26px;}
.pb-5 { padding-bottom: 22px !important;}
.pb_40 {  padding-bottom: 20px;}
.service_box { padding: 20px;  margin-bottom: 25px;}
.service_box b {  font-size: 20px;  padding-top: 10px;}
.service_box p {  font-size: 16px;}
.ser_icon { width: 70px; height: 70px;  background-size: contain;}
.head_top_red { font-size: 28px; padding-bottom: 10px;}
.starbox_icon { width: 60px;  height: 60px;  background-size: 30px;}
.cort_cercle {  width: 100px;  height: 100px;  margin-top: -40px;background-size: 72px;}
.review_text p {  font-size: 16px;}
.review_text {  padding-bottom: 22px;}
.review_headbg { padding-bottom: 22px;}
.header-section { padding: 0;}
.arrow_down2 { width: 60px;  height: 60px;}
.arrow_right_n svg { width: 75px;  height: 75px;}
.about2_imgbg { width: 100%; padding: 20px;  background-size: auto; height: 370px; background-position: center;
    max-width: 370px;}
.about3_imgbg img { width: 98%;}
.starbox_bg {  padding: 80px;}
.scroll_text { font-size: 18px;  margin-right: 16%;}

.hero_formbg {  padding: 20px 20px 20px 0px;
    margin-top: 10px;}	

.hero-text {
    padding-top: 10px;
}
.hero-text h1 {
    font-size: 65px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
        font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 20px;
}
.btn_bg {
    font-size: 14px;
    padding: 15px 28px 15px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 20px;
    font-size: 24px;}	
	
.hero_formbg1 {
    padding: 25px 36px;}	
.hero_form .form-control {
    min-height: 48px;
    font-size: 16px;    
    padding-left: 15px;
}	
.hero-section {
    padding-bottom: 70px;
}

.hero_form .form-group {
    padding-bottom: 15px;}

.sexp_bar_section h3 {
    font-size: 20px;
    padding: 12px 0;
}
.spad {
    padding-top: 50px;
    padding-bottom: 50px;
}
.success_box1 {
        padding: 15px 20px 15px 0px;
    max-width: 238px;
    margin-right: 0;
}
.success_box2 {
    padding: 25px 25px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 32px;
    padding-bottom: 5px;
    line-height: 41px;letter-spacing: 1px;
}
.succss_sliderbg {
    padding-bottom: 5px;
}
.success-slider .owl-dots {
    margin-bottom: -20px;
}
.succss_sliderbg p {
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 1px;
}
.section-title span {
    font-size: 28px;
}
.section-title h2 {
    font-size: 34px;
    line-height: 44px;
    margin-top: 10px;}
.testimonial-section .section-title {
    margin-bottom: 30px;
}
.testimonial-slider .ts-item h5 {
    font-size: 20px;
    padding-bottom: 5px;
}

.testimonial-slider .ts-item p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.testimonial-slider .ts-item .ti-author {
    margin-bottom: 13px;
}
.quote_i {
    width: 40px;
    height: 40px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 16px;
	
}

.service_iconbox h4 {
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.service_iconbox p {
    font-size: 16px;
    line-height: 24px;
}
.service_iconbox {
    padding: 0 0 15px;}
	
.service_iconbox img {  height: 40px;}
.services-section .section-title {
    margin-bottom: 25px;
}
.pt-5.mt-5 {
    padding-top: 20px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 18px;
    padding-top: 15px;
}
.footer-section .footer-text .ft-about.pr-5 {
    margin-bottom: 30px;
    padding-right: 0 !important;
}

.newslatter .fn-form input {
    height: 50px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 16px;
}
.newslatter .fn-form button {
    font-size: 16px;
    padding: 0 19px;
    height: 50px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.footer-section .footer-text {
    padding: 50px 0 0;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 40px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}
.ft-about a {
    font-size: 16px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 20px;
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 16px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 16px;
    line-height: 30px;
}
.footer-section .footer-text .fa-social a {
    height: 40px;
    width: 40px;
    font-size: 17px;
    line-height: 40px;}
.footer-section .copyright-option ul li a {
    font-size: 14px;
}
.co-text p {
    font-size: 14px;}	
.footer-section .copyright-option {
    padding: 15px 0;}	

.blog_hero_sec h3 { font-size: 40px;}	
/*mck TL // */	
	
	
	
}
@media only screen and (max-width: 991px) {
	.top-nav {
		display: none;
	}
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
		position: absolute;
		right: 40px;
		top: 25px;
		font-size: 22px;
		width: 30px;
		height: 30px;
		color: #19191a;
		border: 1px solid #19191a;
		border-radius: 2px;
		line-height: 33px;
		text-align: center;
		z-index: 100;
		display: block;
		cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
		height: 30px;
		width: 30px;
		border: 1px solid #19191a;
		border-radius: 50%;
		text-align: center;
		line-height: 30px;
		cursor: pointer;
		position: absolute;
		right: 30px;
		top: 30px;
		padding-right: 1px;
	}
	.offcanvas-menu-wrapper .search-icon {
		color: #19191a;
		text-align: center;
		cursor: pointer;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area {
		margin-bottom: 30px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 13px 0;
		position: relative;
		margin-bottom: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option:hover .flag-dropdown {
		top: 40px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option img {
		height: 26px;
		width: 26px;
		border-radius: 50%;
		margin-right: 10px;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option span {
		font-size: 16px;
		color: #19191a;
		text-transform: uppercase;
		font-weight: 500;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown {
		position: absolute;
		left: 0;
		top: 60px;
		width: 100px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 500;
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .header-configure-area .language-option .flag-dropdown ul li a:hover {
		color: #13b0bb;
	}
	.offcanvas-menu-wrapper .header-configure-area .bk-btn {
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		padding: 16px 28px 15px;
		background: #13b0bb;
		color: #ffffff;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	.offcanvas-menu-wrapper .mainmenu {
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu {
		background: transparent;
		padding: 0;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_btn {
		float: none;
		margin: 0 0 10px 0;
		display: none;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav {
		display: block !important;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul {
		margin: 0;
		text-align: left;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li .dropdown {
		padding-left: 20px;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a {
		margin: 0;
		padding: 10px;
		font-weight: 600;
		font-size: 14px;
		color: #19191a;
		border-bottom: 1px solid #e5e5e5;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #13b0bb;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row a {
		border-bottom: 0;
		padding-left: 0;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row span {
		color: #19191a;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover a {
		color: #13b0bb;
	}
	.offcanvas-menu-wrapper .slicknav_menu .slicknav_nav .slicknav_row:hover span {
		color: #13b0bb;
	}
	.offcanvas-menu-wrapper .top-social {
		display: inline-block;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.offcanvas-menu-wrapper .top-social a {
		display: inline-block;
		font-size: 16px;
		color: #19191a;
		margin-right: 20px;
	}
	.offcanvas-menu-wrapper .top-social a:last-child {
		margin-right: 0;
	}
	.offcanvas-menu-wrapper .top-widget li {
		list-style: none;
		font-size: 16px;
		color: #19191a;
		font-weight: 500;
		line-height: 28px;
	}
	.offcanvas-menu-wrapper .top-widget li i {
		color: #13b0bb;
		margin-right: 4px;
	}
	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.about-text {
		margin-bottom: 30px;
	}
	.footer-section .copyright-option ul {
		text-align: center;
		margin-bottom: 10px;
	}
	.footer-section .copyright-option .co-text {
		text-align: center;
	}
	.about-pic img {
		margin-bottom: 20px;
	}
	.room-booking {
		padding: 0;
		margin-top: 40px;
	}
	.contact-form {
		padding-top: 30px;
	}
	.hero-text {
		margin-bottom: 40px;
	}
}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.testimonial-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.testimonial-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}
	.hp-room-items {
		margin: 0;
	}
	.hp-room-item {
		margin-bottom: 15px;
	}
	
	
/*mck TL */	

.btn_bg.mr-5 {margin-right: 15px !important;}

.top-nav .tn-right li {
        font-size: 15px;
    padding: 10px 0 10px;
    margin-right: 30px;
}	
.top-nav .tn-left .top-social {
    margin-right: 5px;
    padding: 6px 0;
}
.menu-item .nav-menu .nav-right {
    display: inline-block;
    margin-left: 3px;
    padding: 17px 0px;
}
.menu-item .logo {
    padding: 17px 0;
}
.menu_number b {   font-size: 15px; line-height: 15px;
    padding: 0 0 5px;}
.menu_number h5 a {
    font-size: 17px;
}
.nav-right .bk-btn {
    font-size: 13px;
    padding: 12px 20px 12px;
    letter-spacing: 1px;}
	
.menu_number_icon {  padding: 10px;}	

span.icon-phone1 {
    width: 23px;
    height: 23px;
background-size: 100% auto;
}
.menu_number_bg {
    padding-right: 30px;}
.menu-item .logo img {
    max-height: 35px;}
.top_pad {
    padding-top: 100px;
}
.hero-text h1 span.d-block {
    display: inline-block !important;
}	


.tl_banner_reviewbg_top p {    font-size: 18px;}
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 20px;}
.tl_new_banner_reviewbg { padding-bottom: 30px;}
.com_content h3 {  font-size: 32px;  padding-bottom: 20px;}
.blogpg_content.com_content h1 { font-size: 32px; padding-bottom: 20px;}
.blogpg_content.com_content h2 { font-size: 27px; padding: 15px 0 20px;}
.popular_posts h4 { font-size: 27px; padding-bottom: 22px;}
.popular_posts ul li a { font-size: 18px; padding-left: 42px;}
.com_content p {  font-size: 16px;}
a.com_btn_lt { font-size: 15px; padding: 10px;}
a.com_btn_lt span { padding: 0 20px 0 10px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 30px;  height: 30px;}
.legalbg_pattern span { width: 300px; height: 300px;  margin-top: -49px; margin-right: 103px;}
.legal_bg_col img {  max-width: 500px;}
.pb_100 { padding-bottom: 20px;}
.about2_imgbg h4 {  font-size: 26px;}
.spad { padding-top: 100px;  padding-bottom: 100px;}
.com_content h4 {  font-size: 26px;}
.com_content h5 { font-size: 24px;}
.pb-5 { padding-bottom: 22px !important;}
.pb_40 {  padding-bottom: 20px;}
.service_box { padding: 10px;  margin-bottom: 15px;}
.service_box b {  font-size: 18px;  padding-top: 10px;}
.service_box p {  font-size: 16px;}
.service_box p span.d-block {  display: inline !important;}
.ser_icon { width: 60px; height: 60px;  background-size: contain;}
.head_top_red { font-size: 24px; padding-bottom: 10px;}
.starbox_icon { width: 60px;  height: 60px;  background-size: 30px;}
.cort_cercle {  width: 100px;  height: 100px;  margin-top: -40px;background-size: 72px; display: none !important;}
.review_text p {  font-size: 16px;}
.review_text {  padding-bottom: 22px;}
.review_headbg { padding-bottom: 22px;}
.header-section { padding: 0;}
.arrow_down2 { width: 50px;  height: 50px;}
.arrow_right_n svg { width: 65px;  height: 65px;}
.about2_imgbg { width: 100%; padding: 20px;  background-size: auto; height: 270px; background-position: center;
    max-width: 270px;}
.about3_imgbg img { width: 98%;}
.starbox_bg {  padding: 40px 15px;}
.scroll_text { font-size: 16px;  margin-right: 16%;}


.hero_formbg {  padding: 20px 20px 20px 0px;
    margin-top: 10px;}	

.hero-text {
    padding-top: 10px;
}
.hero-text h1 {
    font-size: 48px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
        font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 20px;
}
.btn_bg {
    font-size: 13px;
    padding: 12px 20px 12px; letter-spacing: 1px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 20px;
    font-size: 24px;}	
	
.hero_formbg1 {
    padding: 25px 36px;}	
.hero_form .form-control {
    min-height: 48px;
    font-size: 16px;    
    padding-left: 15px;
}	
.hero-section {
    padding-bottom: 50px;
}

.hero_form .form-group {
    padding-bottom: 15px;}

.sexp_bar_section h3 {
    font-size: 18px;
    padding: 12px 0;
}
.spad {
        padding-top: 40px;
    padding-bottom: 40px;
}
.success_box1 {
        padding: 15px 20px 15px 0px;
    max-width: 238px;
    margin-right: 0;
}
.success_box2 {
    padding: 15px 15px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 32px;
    padding-bottom: 5px;
    line-height: 41px;letter-spacing: 1px;
}
.succss_sliderbg {
    padding-bottom: 5px;
}
.success-slider .owl-dots {
    margin-bottom: -20px;
}
.succss_sliderbg p {
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 1px;
}
.section-title span {
    font-size: 24px;
}
.section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 5px;}
.testimonial-section .section-title {
    margin-bottom: 20px;
}
.testimonial-slider .ts-item h5 {
    font-size: 20px;
    padding-bottom: 5px;
}

.testimonial-slider .ts-item p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.testimonial-slider .ts-item .ti-author {
    margin-bottom: 13px;
}
.quote_i {
    width: 40px;
    height: 40px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 16px;
	
}

.service_iconbox h4 {
    font-size: 20px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.service_iconbox p {
    font-size: 16px;
    line-height: 24px;
}
.service_iconbox {
    padding: 0 0 15px;}
	
.service_iconbox img {  height: 40px;}
.services-section .section-title {
    margin-bottom: 25px;
}
.pt-5.mt-5 {
    padding-top: 20px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 18px;
    padding-top: 15px;
}
.footer-section .footer-text .ft-about.pr-5 {
    margin-bottom: 30px;
    padding-right: 0 !important;
}

.newslatter .fn-form input {
    height: 50px;
    border-radius: 0;
    padding-left: 15px;
    font-size: 16px;
}
.newslatter .fn-form button {
    font-size: 16px;
    padding: 0 19px;
    height: 50px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.footer-section .footer-text {
    padding: 50px 0 0;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 40px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
}
.ft-about a {
    font-size: 16px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 20px;
    margin-bottom: 25px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 16px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 16px;
    line-height: 30px;
}
.footer-section .footer-text .fa-social a {
    height: 40px;
    width: 40px;
    font-size: 17px;
    line-height: 40px;}
.footer-section .copyright-option ul li a {
    font-size: 14px;
}
.co-text p {
    font-size: 14px;}	
.footer-section .copyright-option {
    padding: 15px 0;}	
.footer-section .copyright-option ul {
    text-align: left;}
.footer-section .copyright-option .co-text {
    text-align: right;
}	
.menu-item .nav-menu {
    display: block;
}
.top-nav {
     display: block; 
}
.top-nav .col-lg-4 {
    display: none;
}
.blog_hero_sec h3 { font-size: 40px;}		
/*mck TL // */		
	
	
	
	
}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.testimonial-slider.owl-carousel .owl-nav {
		display: none;
	}
	.room-details-item .rd-text .rd-title {
		margin-bottom: 25px;
	}
	.room-details-item .rd-text .rd-title h3 {
		float: none;
		margin-bottom: 30px;
	}
	.room-details-item .rd-text .rd-title .rdt-right {
		float: none;
		text-align: left;
	}
	.footer-section .copyright-option ul li {
		margin-right: 25px;
	}
	.blog-details-text .tag-share .tags {
		float: none;
		margin-bottom: 20px;
	}
	.blog-details-text .tag-share .social-share {
		float: none;
	}
	.about-text .section-title h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.hp-room-items {
		margin: 0 -5px;
	}
	.hp-room-item {
		margin-bottom: 10px;
	}
}


@media only screen and (min-width: 640px) and (max-width: 767px) {

/*mck TL */	

.btn_bg.mr-5 {margin-right: 15px !important;}
.top-nav .tn-right li i {
    margin-right: 4px;}
.top-nav .tn-right li {
        font-size: 13px;
    padding: 8px 0 8px;
    margin-right: 15px;
}	
.top-nav .tn-left .top-social {
    margin-right: 5px;
    padding: 6px 0;
}
.menu-item .nav-menu .nav-right {
    display: block;
    margin-left: 0;
    padding: 15px 0px;
}
.menu-item .logo {
    padding: 11px 0;
}
.menu_number b {      font-size: 13px; line-height: 13px;
    padding: 0 0 3px;
    line-height: 13px; display:block;}
.menu_number h5 a {
    font-size: 14px;
}
.menu_number h5 {line-height: 15px; display:block;}
.nav-right .bk-btn {
        font-size: 11px;
    padding: 9px 15px 9px;
    letter-spacing: 1px;}
	
.menu_number_icon {  padding: 9px;}	

span.icon-phone1 {
    width: 17px;
    height: 17px;
background-size: 100% auto;
}
.menu_number {
    padding-left: 4px;
}
.menu_number_bg {
    padding-right: 10px;}
.menu-item .logo img {
    max-height: 35px;}
	.menu-item .nav-menu .mainmenu li a {padding: 17px 0;}	
.top_pad {
    padding-top: 80px;
}
.hero-text h1 span.d-block {
    display: inline-block !important;
}	

.hero-text {  margin-bottom: 20px;}
.tl_banner_reviewbg_top p {    font-size: 16px;}
.tl_banner_reviewbg_top div {  font-size: 14px; margin-top: 24px;}
.tl_banner_reviewbg_top p span.d-block {  display: inline !important; }
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 10px;}
.tl_new_banner_reviewbg { padding-bottom: 30px;}
.com_content h3 {  font-size: 28px;  padding-bottom: 10px;}
.blogpg_content.com_content h1 { font-size: 28px; padding-bottom: 15px;}
.blogpg_content.com_content h2 { font-size: 26px; padding: 10px 0 15px;}
.popular_posts h4 { font-size: 26px; padding-bottom: 15px;}
.popular_posts ul li a { font-size: 16px; padding-left: 42px;}
.com_content p {  font-size: 14px;}
a.com_btn_lt { font-size: 14px; padding: 8px;}
a.com_btn_lt span { padding: 0 10px 0 8px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 20px;  height: 20px;}
.legalbg_pattern span { width: 220px; height: 220px;  margin-top: -39px; margin-right: 93px;}
.legal_bg_col img {  max-width: 400px;}
.pb_100 { padding-bottom: 20px;}
.about2_imgbg h4 {  font-size: 24px;}
.spad { padding-top: 30px;  padding-bottom: 30px;}
.com_content h4 {  font-size: 26px;}
.com_content h5 { font-size: 24px;}
.pb-5 { padding-bottom: 22px !important;}
.pb_40 {  padding-bottom: 20px;}
.service_box { padding: 10px;  margin-bottom: 15px;}
.service_box b {  font-size: 16px;  padding-top: 10px;}
.service_box p {  font-size: 14px;}
.service_box p span.d-block {  display: inline !important;}
.ser_icon { width: 55px; height: 55px;  background-size: contain;}
.head_top_red { font-size: 20px; padding-bottom: 10px;}
.starbox_icon { width: 50px;  height: 50px;  background-size: 22px;}
.starbox_bg h4 {  padding: 20px 0;}
.blog_imgbg { padding-bottom: 10px;}
.cort_cercle {  width: 100px;  height: 100px;  margin-top: -40px;background-size: 72px; display: none !important;}
.review_text p {  font-size: 14px;}
.review_text {  padding-bottom: 22px;}
.review_headbg { padding-bottom: 22px;}
.header-section { padding: 0;}
.arrow_down2 { width: 50px;  height: 50px;}
.arrow_right_n svg { width: 55px;  height: 55px;}
.about2_imgbg { width: 100%; padding: 20px;  background-size: auto; height: 270px; background-position: center;
    max-width: 270px; margin: 0 auto 10px;}
.about3_imgbg img { width: 88%;margin: 0 auto 10px;}
.starbox_bg {  padding: 40px 15px;}
.scroll_text { font-size: 16px;  margin-right: 16%;}
.about3_imgbg { display: block;  text-align: center;}
.join_imgbg {  padding-bottom: 15px;}


.hero_formbg {  padding: 20px 20px 20px 0px;
    margin-top: 10px;}	

.hero-text {
    padding-top: 10px;
}
.hero-text h1 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
        font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 20px;
}
.btn_bg {
    font-size: 11px;
    padding: 9px 10px 9px;
    letter-spacing: 1px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 20px;
    font-size: 24px;}	
	
.hero_formbg1 {
    padding: 25px 36px;}	
.hero_form .form-control {
    min-height: 40px;
    font-size: 14px;
    padding-left: 15px;
}	
.hero-section {
    padding-bottom: 70px;
}

.hero_form .form-group {
    padding-bottom: 15px;}

.sexp_bar_section h3 {
    font-size: 18px;
    padding: 12px 0; text-align:center;
}
.spad {
        padding-top: 30px;
    padding-bottom: 30px;
}
.success_box1 {
       padding: 15px 20px 15px 0px;
    max-width: inherit;
    margin-right: 0;
    width: 100%;
}
.success_box2 {
    padding: 15px 15px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 32px;
    padding-bottom: 5px;
    line-height: 41px;letter-spacing: 1px;
}
.succss_sliderbg {
    padding-bottom: 5px; text-align: center;
}
.success-slider .owl-dots {
    margin-bottom: -20px;
}
.succss_sliderbg p {
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 1px;
}
.success_box_outer {
    display: block;
    text-align: right;
    position: relative;
    right: 0;
    margin-right: 0;
    margin-bottom: -40px;
}
.success_box1:after {width: 48.5%;}
.section-title span {
    font-size: 24px;
}
.section-title h2 {
    font-size: 30px;
    line-height: 40px;
    margin-top: 5px;}
.testimonial-section .section-title {
    margin-bottom: 20px;
}
.testimonial-slider .ts-item h5 {
    font-size: 18px;
    padding-bottom: 5px;
}

.testimonial-slider .ts-item p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.testimonial-slider .ts-item .ti-author {
    margin-bottom: 10px;
}
.quote_i {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 14px;
	
}

.service_iconbox h4 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.service_iconbox p {
    font-size: 14px;
    line-height: 22px;
}
.service_iconbox {
    padding: 0 0 15px; margin-bottom:0;}
	
.service_iconbox img {  height: 40px;}
.services-section .section-title {
    margin-bottom: 25px;
}
.pt-5.mt-5 {
    padding-top: 10px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 16px;
    padding-top: 10px;
}
.footer-section .footer-text .ft-about.pr-5 {
    margin-bottom: 15px;
    padding-right: 0 !important;
}

.newslatter .fn-form input {
    height: 40px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 14px;
}
.newslatter .fn-form button {
    font-size: 14px;
    padding: 0 13px;
    height: 40px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.section-title {
    margin-bottom: 12px;
}
.footer-section .footer-text {
    padding: 20px 0 0;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 35px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.ft-about a {
    font-size: 14px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 15px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 14px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 14px;
    line-height: 28px;
}
.footer-section .footer-text .fa-social a {
        height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;}
.fa-social {
    padding-top: 10px;
}	
.footer-section .copyright-option ul li a {
    font-size: 13px;
}
.co-text p {
    font-size: 13px;}	
.footer-section .copyright-option {
    padding: 10px 0;}	
.footer-section .copyright-option ul {
    text-align: left;margin: 0;}
.footer-section .copyright-option .co-text {
    text-align: right;
}	
.menu-item .nav-menu {
    display: block;
}
.top-nav {
     display: block; 
}
.top-nav .col-lg-4 {
    display: none;
}

.blog_hero_sec h3 { font-size: 38px;}	
	
/*mck TL // */	

}



/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.footer-section .copyright-option ul li {
		margin-bottom: 5px;
	}
	.video-section {
		padding-top: 80px;
	}
	.rd-reviews .review-item .ri-pic, .blog-details-text .comment-option .single-comment-item .sc-author {
		float: none;
		margin-bottom: 30px;
	}
	.rd-reviews .review-item .ri-text .rating {
		position: relative;
	}
	.rd-reviews .review-item .ri-text, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text {
		padding-left: 0;
	}
	.blog-details-text .comment-option .single-comment-item.reply-comment {
		padding-left: 30px;
	}
	.rd-reviews .review-item .ri-text:before, .blog-details-text .comment-option .single-comment-item.first-comment .sc-text:before, .blog-details-text .comment-option .single-comment-item.second-comment .sc-text:before {
		display: none;
	}
	.blog-details-hero {
		padding-top: 70px;
	}
	.blog-details-text .bd-pic .bp-item {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.blog-details-text .tag-share .tags a {
		margin-bottom: 6px;
	}
	.blog-details-text .comment-option .single-comment-item .sc-text a {
		margin-bottom: 10px;
	}
	.menu-item .logo { padding: 15px 0;	}
	.logo img {	max-width: 150px;}
	.hero-text h1 {font-size: 26px;}
	.hero-text h3 {	font-size: 16px; padding-bottom: 10px;}
	.hero-section {
		position: relative;
		padding-top: 0;
		padding-bottom: 60px;
	}
	.hero-text {
		padding-top: 85px;
	}
	.hero-text p {
		font-size: 15px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.hero-text p {
		display: none;
	}
	.customer-caption {
		padding-left: 15px;
		padding-right: 15px;padding-top: 80px;
	}
	.service-experience h3 {font-size: 25px;	}
	.customer-caption h2 {
		font-size: 28px;
		margin-bottom: 22px;}
		.room-item .ri-text h3 {
			font-size: 22px;
		}
		.section-title h2 { font-size: 34px; line-height: 44px;}
		.hp-room-items .hp-room-item .hr-text h3 {	margin-bottom: 10px;	font-size: 20px;		}
		.dining-area .single-dining-area {
			position: relative;
			padding: 110px 0 0;
		}
		.dining-area .single-dining-area.left-img::before, .dining-area .single-dining-area.right-img::before {
			width: 100%;
			height: 80%;
		}
		.dining-area .dining-caption {
			padding: 25px 15px;
		}
		.dining-area .dining-caption p {			margin-bottom: 20px;}
		.customer-caption .caption-details .pera-dtails {font-size: 18px;padding-right: 0;	margin-bottom: 10px;}
		.customar-padding {
			padding-top: 100px;
			padding-bottom: 53px;
		}
		.spad {
			padding-top: 50px;
			padding-bottom: 50px;
		}
		.home_gallery_sec {
			padding-top: 50px;
			padding-bottom: 50px;
		}


}


@media only screen and (min-width: 576px) and (max-width: 639px) {

/*mck TL */	

.btn_bg.mr-5 {margin-right: 15px !important;}
.top-nav .tn-right li i {
    margin-right: 4px;}
.top-nav .tn-right li {
        font-size: 13px;
    padding: 8px 0 8px;
    margin-right: 15px;
}	
.top-nav .tn-left .top-social {
    margin-right: 5px;
    padding: 6px 0;
}
.menu-item .nav-menu .nav-right {
    display: block;
    margin-left: 0;
    padding: 15px 0px;
}
.menu-item .logo {
    padding: 11px 0;
}
.menu_number b {      font-size: 13px; line-height: 13px;
    padding: 0 0 3px;
    line-height: 13px; display:block;}
.menu_number h5 a {
    font-size: 14px;
}
.menu_number h5 {line-height: 15px; display:block;}
.nav-right .bk-btn { display: none;
        font-size: 11px;
    padding: 9px 15px 9px;
    letter-spacing: 1px;}
	
.menu_number_icon {  padding: 9px;}	

span.icon-phone1 {
    width: 17px;
    height: 17px;
background-size: 100% auto;
}
.menu_number {
    padding-left: 4px;
}
.menu_number_bg {
    padding-right: 10px;}
.menu-item .logo img {
    max-height: 33px;}
	.menu-item .nav-menu .mainmenu li a {padding: 17px 0;}		
.top_pad {
    padding-top: 80px;
}
.hero-text h1 span.d-block {
    display: inline-block !important;
}


.hero-text {  margin-bottom: 20px;}
.tl_banner_reviewbg_top p {    font-size: 16px;}
.tl_banner_reviewbg_top div {  font-size: 14px; margin-top: 24px;}
.tl_banner_reviewbg_top p span.d-block {  display: inline !important; }
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 10px;}
.tl_new_banner_reviewbg { padding-bottom: 30px;}
.com_content h3 {  font-size: 28px;  padding-bottom: 10px;}
.blogpg_content.com_content h1 { font-size: 28px; padding-bottom: 15px;}
.blogpg_content.com_content h2 { font-size: 26px; padding: 10px 0 15px;}
.popular_posts h4 { font-size: 26px; padding-bottom: 15px;}
.popular_posts ul li a { font-size: 16px; padding-left: 42px;}
.com_content p {  font-size: 14px;}
a.com_btn_lt { font-size: 14px; padding: 8px;}
a.com_btn_lt span { padding: 0 10px 0 8px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 20px;  height: 20px;}
.legalbg_pattern span { width: 220px; height: 220px;  margin-top: -39px; margin-right: 93px;}
.legal_bg_col img {  max-width: 400px;}
.pb_100 { padding-bottom: 20px;}
.about2_imgbg h4 {  font-size: 24px;}
.spad { padding-top: 30px;  padding-bottom: 30px;}
.com_content h4 {  font-size: 26px;}
.com_content h5 { font-size: 22px;}
.pb-5 { padding-bottom: 22px !important;}
.pb_40 {  padding-bottom: 20px;}
.service_box { padding: 10px;  margin-bottom: 15px;}
.service_box b {  font-size: 16px;  padding-top: 10px;}
.service_box p {  font-size: 14px;}
.service_box p span.d-block {  display: inline !important;}
.ser_icon { width: 55px; height: 55px;  background-size: contain;}
.head_top_red { font-size: 20px; padding-bottom: 10px;}
.starbox_icon { width: 50px;  height: 50px;  background-size: 22px;}
.starbox_bg h4 {  padding: 20px 0;}
.blog_imgbg { padding-bottom: 10px;}
.cort_cercle {  width: 100px;  height: 100px;  margin-top: -40px;background-size: 72px; display: none !important;}
.review_text p {  font-size: 14px;}
.review_text {  padding-bottom: 22px;}
.review_headbg { padding-bottom: 22px;}
.header-section { padding: 0;}
.arrow_down2 { width: 50px;  height: 50px;}
.arrow_right_n svg { width: 55px;  height: 55px;}
.about2_imgbg { width: 100%; padding: 20px;  background-size: auto; height: 270px; background-position: center;
    max-width: 270px; margin: 0 auto 10px;}
.about3_imgbg img { width: 88%;margin: 0 auto 10px;}
.starbox_bg {  padding: 40px 15px;}
.scroll_text { font-size: 16px;  margin-right: 16%;}
.about3_imgbg { display: block;  text-align: center;}
.join_imgbg {  padding-bottom: 15px;}

.hero_formbg {  padding: 20px 20px 20px 0px;
    margin-top: 10px;}	

.hero-text {
    padding-top: 10px;
}
.hero-text h1 {
    font-size: 40px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
        font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 20px;
}
.btn_bg {
    font-size: 11px;
    padding: 9px 10px 9px;
    letter-spacing: 1px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 20px;
    font-size: 24px;}	
	
.hero_formbg1 {
    padding: 25px 36px;}	
.hero_form .form-control {
    min-height: 40px;
    font-size: 14px;
    padding-left: 15px;
}	
.hero-section {
    padding-bottom: 50px;
}

.hero_form .form-group {
    padding-bottom: 15px;}

.sexp_bar_section h3 {
    font-size: 18px;
    padding: 12px 0; text-align:center;
}
.spad {
        padding-top: 40px;
    padding-bottom: 40px;
}
.success_box1 {
       padding: 15px 20px 15px 0px;
    max-width: inherit;
    margin-right: 0;
    width: 100%;
}
.success_box2 {
    padding: 15px 15px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 32px;
    padding-bottom: 5px;
    line-height: 41px;letter-spacing: 1px;
}
.succss_sliderbg {
    padding-bottom: 5px; text-align: center;
}
.success-slider .owl-dots {
    margin-bottom: -20px;
}
.succss_sliderbg p {
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 1px;
}
.success_box_outer {
    display: block;
    text-align: right;
    position: relative;
    right: 0;
    margin-right: 0;
    margin-bottom: -40px;
}
.success_box1:after {width: 48.5%;}
.section-title span {
    font-size: 22px;
}
.section-title h2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 5px;}
.testimonial-section .section-title {
    margin-bottom: 15px;
}
.testimonial-slider .ts-item h5 {
    font-size: 18px;
    padding-bottom: 5px;
}

.testimonial-slider .ts-item p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.testimonial-slider .ts-item .ti-author {
    margin-bottom: 10px;
}
.quote_i {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 14px;
	
}

.service_iconbox h4 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.service_iconbox p {
    font-size: 14px;
    line-height: 22px;
}
.service_iconbox {
    padding: 0 0 15px; margin-bottom:0;text-align: center;}
	
.service_iconbox img {  height: 40px;}
.services-section .section-title {
    margin-bottom: 15px; 
}
.pt-5.mt-5 {
    padding-top: 10px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 16px;
    padding-top: 10px;
}
.footer-section .footer-text .ft-about.pr-5 {
    margin-bottom: 15px;
    padding-right: 0 !important;
}

.newslatter .fn-form input {
    height: 40px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 14px;
}
.newslatter .fn-form button {
    font-size: 14px;
    padding: 0 13px;
    height: 40px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.section-title {
    margin-bottom: 12px;
}
.footer-section .footer-text {
    padding: 20px 0 0;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 35px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.ft-about a {
    font-size: 14px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 15px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 14px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 14px;
    line-height: 28px;
}
.footer-section .footer-text .fa-social a {
        height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;}
.fa-social {
    padding-top: 10px;
}	
.footer-section .footer-text .ft-contact ul li span.d-block {
    display: inline !important;
}
/*.footer-text .row .col-sm-6:last-child ul li{display: inline-block; width: 48%;}*/
.footer-section .footer-text .ft-contact {
    margin-bottom: 10px;
}
.footer-section .copyright-option ul li a {
    font-size: 13px;
}
.co-text p {
    font-size: 13px;}	
.footer-section .copyright-option {
    padding: 10px 0;}	
.footer-section .copyright-option ul {
    text-align: left;margin: 0;}
.footer-section .copyright-option .co-text {
    text-align: right;
}	
.menu-item .nav-menu {
    display: block;
}
.top-nav {
     display: block; 
}
.top-nav .col-lg-4 {
    display: none;
}

.blog_hero_sec h3 { font-size: 36px;}	
/*mck TL // */	

}



@media only screen and (max-width: 575px) {

/*mck TL */	

.btn_bg.mr-5 {margin-right: 15px !important;}
.top-nav .tn-right li i {
    margin-right: 4px;}
.top-nav .tn-right li {
        font-size: 13px;
    padding: 8px 0 8px;
    margin-right: 15px;
}	
.top-nav .tn-right li:first-child{display: none;}
.top-nav .tn-left .top-social {
    margin-right: 5px;
    padding: 6px 0;
}
.menu-item .nav-menu .nav-right {
    display: block;
    margin-left: 0;
    padding: 15px 0px;
}
.menu-item .logo {
    padding: 11px 0;
}
.menu_number b {      font-size: 13px;
    padding: 0 0 3px;
    line-height: 13px; display:block;}
.menu_number h5 a {
    font-size: 14px;
}
.menu_number h5 {line-height: 15px; display:block;}
.nav-right .bk-btn { display: none;
        font-size: 11px;
    padding: 9px 15px 9px;
    letter-spacing: 1px;}
	
.menu_number_icon {  padding: 9px;}	

span.icon-phone1 {
    width: 17px;
    height: 17px;
background-size: 100% auto;
}
.menu_number {
    padding-left: 4px;
}
.menu_number_bg {
    padding-right: 0px;}
.menu-item .logo img {
    max-height: 33px;}
.top_pad {
    padding-top: 80px;
}
.hero-text h1 span.d-block {
    display: inline-block !important;
}	


.hero-text {  margin-bottom: 20px;}
.tl_banner_reviewbg_top p {    font-size: 16px;}
.tl_banner_reviewbg_top div {  font-size: 14px; margin-top: 24px;}
.tl_banner_reviewbg_top p span.d-block {  display: inline !important; }
.tl_banner_reviewbg_top {  padding-top: 22px;}
.tl_new_banner_reviewbg1 {  padding-top: 10px;}
.tl_new_banner_reviewbg { padding-bottom: 30px;}
.com_content h3 {  font-size: 28px;  padding-bottom: 10px;}
.blogpg_content.com_content h1 { font-size: 28px; padding-bottom: 10px;}
.blogpg_content.com_content h2 { font-size: 25px; padding: 8px 0 10px;}
.popular_posts h4 { font-size: 25px; padding-bottom: 10px;}
.popular_posts ul li a { font-size: 14px; padding-left: 42px;}
.com_content p {  font-size: 14px;}
a.com_btn_lt { font-size: 14px; padding: 8px;}
a.com_btn_lt span { padding: 0 10px 0 8px;}
i.button_arrow_right { padding: 10px;}
i.button_arrow_right svg { width: 20px;  height: 20px;}
.legalbg_pattern span { width: 220px; height: 220px;  margin-top: -39px; margin-right: 93px;}
.legal_bg_col img {  max-width: 400px;}
.pb_100 { padding-bottom: 20px;}
.about2_imgbg h4 {  font-size: 24px;}
.spad { padding-top: 30px;  padding-bottom: 30px;}
.com_content h4 {  font-size: 26px;}
.com_content h5 { font-size: 20px;}
.blog_textbg a { font-size: 14px;}
.pb-5 { padding-bottom: 22px !important;}
.pb_40 {  padding-bottom: 20px;}
.service_box { padding: 10px;  margin-bottom: 15px;}
.service_box b {  font-size: 16px;  padding-top: 10px;}
.service_box p {  font-size: 14px;}
.service_box p span.d-block {  display: inline !important;}
.ser_icon { width: 55px; height: 55px;  background-size: contain;}
.head_top_red { font-size: 20px; padding-bottom: 10px;}
.starbox_icon { width: 50px;  height: 50px;  background-size: 22px;}
.starbox_bg h4 {  padding: 20px 0;}
.blog_imgbg { padding-bottom: 10px;}
.cort_cercle {  width: 100px;  height: 100px;  margin-top: -40px;background-size: 72px; display: none !important;}
.review_text p {  font-size: 14px;}
.review_text {  padding-bottom: 22px;}
.review_headbg { padding-bottom: 22px;}
.header-section { padding: 0;}
.arrow_down2 { width: 50px;  height: 50px;}
.arrow_right_n svg { width: 55px;  height: 55px;}
.about2_imgbg { width: 100%; padding: 20px;  background-size: auto; height: 270px; background-position: center;
    max-width: 270px; margin: 0 auto 10px;}
.about3_imgbg img { width: 88%;margin: 0 auto 10px;}
.starbox_bg {  padding: 40px 15px;}
.scroll_text { font-size: 16px;  margin-right: 16%;}
.about3_imgbg { display: block;  text-align: center;}
.join_imgbg {  padding-bottom: 15px;}
.menu-item .nav-menu .mainmenu li a {  font-size: 15px;  margin-right: 12px;  padding: 12px 0;}

.hero_formbg {  padding: 15px 15px 15px 0px;
    margin-top: 10px;}	

.hero-text {
    padding-top: 10px; margin-bottom: 20px;
}
.hero-text h1 {
    font-size: 27px;
    line-height: normal;
    margin-bottom: 0;}
.hero-text p {
        font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 20px;
}
.btn_bg {
    font-size: 11px;
    padding: 9px 10px 9px;
    letter-spacing: 1px;}	
	
.hero_formbg1 h3 {
    padding-bottom: 20px;
    font-size: 24px;}	
	
.hero_formbg1 {
    padding: 15px 16px;}	
.hero_form .form-control {
    min-height: 40px;
    font-size: 14px;
    padding-left: 15px;
}	
.hero-section {
    padding-bottom: 70px;
}

.hero_form .form-group {
    padding-bottom: 15px;}

.sexp_bar_section h3 {
    font-size: 18px;
    padding: 12px 0; text-align:center;
}
.spad {
        padding-top: 40px;
    padding-bottom: 40px;
}
.success_box1 {
       padding: 15px 15px 15px 0px;
    max-width: inherit;
    margin-right: 0;
    width: 100%;
}
.success_box2 {
    padding: 15px 15px; max-width: inherit;
    min-width: inherit;}
.succss_sliderbg b {
    font-size: 32px;
    padding-bottom: 5px;
    line-height: 41px;letter-spacing: 1px;
}
.succss_sliderbg {
    padding-bottom: 5px; text-align: center;
}
.success-slider .owl-dots {
    margin-bottom: -20px;
}
.succss_sliderbg p {
    font-size: 20px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 1px;
}
.success_box_outer {
    display: block;
    text-align: right;
    position: relative;
    right: 0;
    margin-right: 0;
    margin-bottom: -40px;
}
.success_box1:after {width: 48.5%;}
.section-title span {
    font-size: 22px;
}
.section-title h2 {
    font-size: 28px;
    line-height: 38px;
    margin-top: 5px;}
.testimonial-section .section-title {
    margin-bottom: 15px;
}
.testimonial-slider .ts-item h5 {
    font-size: 18px;
    padding-bottom: 5px;
}

.testimonial-slider .ts-item p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}
.testimonial-slider .ts-item .ti-author {
    margin-bottom: 10px;
}
.quote_i {
    width: 35px;
    height: 35px;
    background-size: 100% auto;
}
.testimonial-slider .ts-item .ti-author .rating i {    
    font-size: 14px;
	
}

.service_iconbox h4 {
    font-size: 18px;
    padding-bottom: 5px;
    padding-top: 10px;
}
.service_iconbox p {
    font-size: 14px;
    line-height: 22px;
}
.service_iconbox {
    padding: 0 0 15px; margin-bottom:0;text-align: center;}
	
.service_iconbox img {  height: 40px;}
.services-section .section-title {
    margin-bottom: 15px; 
}
.pt-5.mt-5 {
    padding-top: 10px !important;
    margin-top: 0 !important;
}
.section-title p {
    font-size: 16px;
    padding-top: 10px;
}
.footer-section .footer-text .ft-about.pr-5 {
    margin-bottom: 15px;
    padding-right: 0 !important;
}

.newslatter .fn-form input {
    height: 40px;
    border-radius: 0;
    padding-left: 10px;
    font-size: 14px;
}
.newslatter .fn-form button {
    font-size: 14px;
    padding: 0 13px;
    height: 40px;
}
.newslatter {
    width: auto;
    width: 100%;
}
.section-title {
    margin-bottom: 12px;
}
.footer-section .footer-text {
    padding: 20px 0 0;
}
.footer-section .footer-text .ft-about .logo img {
    max-height: 35px;
    max-width: initial;
}
.footer-section .footer-text .ft-about p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.ft-about a {
    font-size: 14px;
}

.footer-section .footer-text .ft-about .logo {
    margin-bottom: 15px;
}
.footer-section .footer-text .ft-newslatter h6 {
    font-size: 18px;
    margin-bottom: 15px;
}
.footer-section .footer-text .ft-contact ul li {
    font-size: 14px;
    line-height: 28px;}
.footer-section .ft-newslatter ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}	
.footer-section .footer-text .ft-contact ul li i {    
    font-size: 14px;
    line-height: 28px;
}
.footer-section .footer-text .fa-social a {
        height: 30px;
    width: 30px;
    font-size: 14px;
    line-height: 30px;}
.fa-social {
    padding-top: 10px;
}	
.footer-section .footer-text .ft-contact ul li span.d-block {
    display: inline !important;
}
/*.footer-text .row .col-sm-6:last-child ul li{display: inline-block; width: 48%;}*/
.footer-section .footer-text .ft-contact {
    margin-bottom: 10px;
}
.footer-section .copyright-option ul li a {
    font-size: 13px;
}
.co-text p {
    font-size: 13px;}	
.footer-section .copyright-option {
    padding: 10px 0;}	
.footer-section .copyright-option ul {
    text-align: center;margin: 0;}
.footer-section .copyright-option .co-text {
    text-align: center;
}	
.menu-item .nav-menu {
    display: block;
}
.top-nav {
     display: block; 
}
.top-nav .col-lg-4 {
    display: none;
}

.blog_hero_sec h3 { font-size: 34px;}	
/*mck TL // */	

}
