/*
Theme Name: Naturally Intense
Theme URI: 
Author: Md. Abdul Kader Roni
Author URI: 
Description:
Version:1.0
License:GNU General Public License v2 or later
License URI:http://www.gnu.org/licenses/gpl-2.0.html
Tags:Custom-Header, Custom-Menu, editor-style, featured-images, post-formats,
This theme, like WordPress.
*/

/********************************/
/*******     ROBIUL      ********/
/******* DATE:2018/10/08 ********/
/********************************/
@font-face {
    font-family:'MontserratSemiBold';
    src: url('fonts/MontserratSemiBold/MontserratSemiBold.eot');
    src: url('fonts/MontserratSemiBold/MontserratSemiBold.eot') format('embedded-opentype'),
         url('fonts/MontserratSemiBold/MontserratSemiBold.woff2') format('woff2'),
         url('fonts/MontserratSemiBold/MontserratSemiBold.woff') format('woff'),
         url('fonts/MontserratSemiBold/MontserratSemiBold.ttf') format('truetype'),
         url('fonts/MontserratSemiBold/MontserratSemiBold.svg#MontserratSemiBold') format('svg');
}
body{
	margin:0;	
	background-color:#f3f3f3;
	font-family:'Lato', sans-serif;
    /*-webkit-user-select:none; /* Safari 3.1+ */
    /*-moz-user-select:none; /* Firefox 2+ */
    /*-ms-user-select:none; /* IE 10+ */
    /*user-select:none; /* Standard syntax */
	line-height:20px;
	font-weight:400;
	font-size:15px;
	color:#5b5b5b;
}

/********************************/
/*******  COMMON STYLES   *******/
/********************************/
*{outline:none}
*:before,*:after{box-sizing:border-box}
header,section,article,aside,footer{display:block}
div,ul,li,form,img,button,input,textarea{
    margin:0;
    padding:0;
    background:none;
    outline:none;
    border:none;
}
img{
	max-width:100%;
	display:inline-block;
}
a{
    text-decoration:none;
    color:#d20b0b;
    outline:none;
}
a:focus{
    text-decoration:none;
    outline:none;
}
a:hover{
    text-decoration:none;
    color:#0077c5;
    outline:none;
}
.align-center{text-align:center}
.container{
	max-width:1030px;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	margin-right:auto;
	margin-left:auto;
}
.row{
    padding:0;
    margin-left:-15px;
    margin-right:-15px;
}
.row:after,
.row:before,
.container:after,
.container:before{
	display:table;
	content:"";
}
.row:after,
.container:after{clear:both}
.col-lg-1,.col-lg-2,.col-lg-3,
.col-lg-4,.col-lg-5,.col-lg-6,
.col-lg-7,.col-lg-8,.col-lg-9,
.col-lg-10,.col-lg-11,.col-lg-12,
.col-md-1,.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-md-10,.col-md-11,.col-md-12,
.col-sm-1,.col-sm-2,.col-sm-3,
.col-sm-4,.col-sm-5,.col-sm-6,
.col-sm-7,.col-sm-8,.col-sm-9,
.col-sm-10,.col-sm-11,.col-sm-12,
.col-xs-1,.col-xs-2,.col-xs-3,
.col-xs-4,.col-xs-5,.col-xs-6,
.col-xs-7,.col-xs-8,.col-xs-9,
.col-xs-10,.col-xs-11,.col-xs-12{
	min-height:1px;
	position:relative;
	box-sizing:border-box;
	padding-right:15px;
	padding-left:15px;
}
.col-xs-1,.col-xs-2,.col-xs-3,
.col-xs-4,.col-xs-5,.col-xs-6,
.col-xs-7,.col-xs-8,.col-xs-9,
.col-xs-10,.col-xs-11,.col-xs-12{float:left}
.col-xs-12{width:100%}
.col-xs-11{width:91.66666667%}
.col-xs-10{width:83.33333333%}
.col-xs-9{width:75%}
.col-xs-8{width:66.66666667%}
.col-xs-7{width:58.33333333%}
.col-xs-6{width:50%}
.col-xs-5{width:41.66666667%}
.col-xs-4{width:33.33333333%}
.col-xs-3{width:25%}
.col-xs-2{width:16.66666667%}
.col-xs-1{width:8.33333333%}

@media (min-width:768px){
	.col-sm-1,.col-sm-2,.col-sm-3,
	.col-sm-4,.col-sm-5,.col-sm-6,
	.col-sm-7,.col-sm-8,.col-sm-9,
	.col-sm-10,.col-sm-11,.col-sm-12{float:left}
	.col-sm-12{width:100%}
	.col-sm-11{width:91.66666667%}
	.col-sm-10{width:83.33333333%}
	.col-sm-9{width:75%}
	.col-sm-8{width:66.66666667%}
	.col-sm-7{width:58.33333333%}
	.col-sm-6{width:50%}
	.col-sm-5{width:41.66666667%}
	.col-sm-4{width:33.33333333%}
	.col-sm-3{width:25%}
	.col-sm-2{width:16.66666667%}
	.col-sm-1{width:8.33333333%}
}
@media (min-width:992px){
	.col-md-1,.col-md-2,.col-md-3,
	.col-md-4,.col-md-5,.col-md-6,
	.col-md-7,.col-md-8,.col-md-9,
	.col-md-10,.col-md-11,.col-md-12{float:left}
	.col-md-12{width:100%}
	.col-md-11{width:91.66666667%}
	.col-md-10{width:83.33333333%}
	.col-md-9{width:75%}
	.col-md-8{width:66.66666667%}
	.col-md-7{width:58.33333333%}
	.col-md-6{width:50%}
	.col-md-5{width:41.66666667%}
	.col-md-4{width:33.33333333%}
	.col-md-3{width:25%}
	.col-md-2{width:16.66666667%}
	.col-md-1{width:8.33333333%}
}
@media (min-width:1200px){
	.col-lg-1,.col-lg-2,.col-lg-3,
	.col-lg-4,.col-lg-5,.col-lg-6,
	.col-lg-7,.col-lg-8,.col-lg-9,
	.col-lg-10,.col-lg-11,.col-lg-12{float:left}
	.col-lg-12{width:100%}
	.col-lg-11{width:91.66666667%}
	.col-lg-10{width:83.33333333%}
	.col-lg-9{width:75%}
	.col-lg-8{width:66.66666667%}
	.col-lg-7{width:58.33333333%}
	.col-lg-6{width:50%}
	.col-lg-5{width:41.66666667%}
	.col-lg-4{width:33.33333333%}
	.col-lg-3{width:25%}
	.col-lg-2{width:16.66666667%}
	.col-lg-1{width:8.33333333%}
}
.shortBnr{
	width:100%;
	height:180px;
	position:relative;
	overflow:hidden;
	margin-top:98px;
}
.shortBnr img{
	height:100%;
	max-width:inherit;
	position:absolute;
	margin:auto;
	right:-500%;
	left:-500%;
	bottom:0;
	top:0;
}
.pull-right{float:right}
.highlight_font,
.highlight_font p{
	line-height: 35px !important;
	font-weight: 400 !important;
	font-size: 25px !important;
}
.highlight_font h3{
	line-height: 50px;
	font-size: 40px;
}


/********************************/
/*******     HEADINGS     *******/
/********************************/
h1{
    margin:21px 0;
    line-height:38px;
    font-size:32px;
    font-weight:normal;
}
h2{
    margin:19px 0;
    line-height:30px;
    font-size:24px;
    font-weight:normal;
}
h3{
    margin:0 0 15px;
    font-family:'MontserratSemiBold';
    font-weight:normal;
    line-height:23px;
    font-size:18px;
}
h4{
    margin:21px 0;
    line-height:22px;
    font-size:16px;
    font-weight:normal;
}
h5{
    margin:22px 0;
    line-height:16px;
    font-size:13px;
    font-weight:normal;
}
h6{
    margin:24px 0;
    line-height:14px;
    font-size:11px;
    font-weight:normal;
}

.heading{
	padding:10px 0 20px;
	margin-bottom:30px;
    font-family:'MontserratSemiBold';
	text-transform:uppercase;
	text-align:center;
	position:relative;
	font-weight:normal;
	line-height:33px;
    font-size:26px;
	color:#5b5b5b;
}
.heading.sm{padding-bottom:15px}
.shortBnr .heading{
	padding:55px 0 15px;
	margin-bottom:0;
	width: 60%;
}
.section2 .heading{color:#fff}
#footer .heading{
	padding-top:0;
	margin-bottom:10px;
}
.heading h1,
.heading h2,
.heading h3{
	margin:0;
	padding:0;
	font-weight:normal;
	line-height:33px;
    font-size:26px;
}
.heading.sm h2,
.heading.sm h3{text-align:left}
.shortBnr .heading h1{
	text-align:left;
	line-height:39px;
    font-size:32px;
	color:#6c6c6c;
}
#footer .heading h3{
	max-width:450px;
	line-height:23px;
    font-size:18px;
	margin:auto;
	color:#fff;
}
.heading span{
	display:inline-block;
	color:#fff;
}
.heading:after{
	height:3px;
	width:206px;
	margin:auto;
	background-color:#d20b0b;
	position:absolute;
    display:block;
    content:"";
	bottom:0;
	right:0;
	left:0;
}
.heading.sm:after,
.shortBnr .heading:after{
	width:71px;
	height:4px;
	right:auto;
}
#footer .heading:after{width:71px}
.aboutSec .col-sm-6,
.rate_package .col-sm-6{
	width:100%;
	text-align:justify;
}
.square_list{
	list-style: square;
	list-style-position: outside;
	padding: 10px 70px;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
}
.square_list li{
	padding-bottom:10px;
}
.call_us_number
{
	font-size: 50px;
	line-height: 60px;
	padding: 25px 0px 0px;
	display: block;
	text-align:center;
}
.call_us_number p{
	text-align:center !important;
}
.content_image_title{
	display: block;
	text-align: center;
}
.imgBox{
	width:100%;
	position:relative;
}
.imgBox_right{
	width:30%;
	position: relative;
	float: right;
	padding-left: 20px;
}
.imgBox_left{
	width:30%;
	position: relative;
	float: left;
	padding-right: 20px;
}
.imgBox_right img, .imgBox_left img{
	width:100%;
	display:block;
}
.imgBox .learnMore{
	font-size:15px;
}
p{
	margin:12px 0;
	line-height:24px;
	font-weight:300;
	font-size:18px;
}

/********************************/
/*******      HEADER      *******/
/********************************/
#header{
	width:100%;
	position:fixed;
	background-color:#1c1c1c;
	transition:all .8s ease-in;
	z-index:9999;
	left:0;
	top:0;
}
#header.scrollHdr{background-color:#1c1d1c}
#logo{
	width:130px;
	display:block;
	position:absolute;
	margin:auto;
	top:7px;
	left:0;
}
#logo img{
	width:100%;
	display:block;
}
.hdrInner{
	padding:0 0 0 170px;
	position:relative;
}
.hdrInner:after,
.hdrInner:before{
	display:table;
	content:"";
}
.hdrInner:after{clear:both}

.menuBtn{display:none}

.menu{
	width:100%;
	height:98px;
    font-family:'MontserratSemiBold';
	text-align:justify;
	position:relative;
	list-style:none;
}
.menu::after{
	width:100%;
	content:"";
	display:inline-block;
	line-height:0;
	font-size:0;
}
.menu > li{
	position:relative;
	text-transform:uppercase;
	display:inline-block;
	line-height:98px;
	font-size:16px;
}
.menu > li:hover a,
.menu > li.current-menu-item a{color:#d20b0b}
.menu > li > a{
	cursor:pointer;
	padding:7px 0;
	color:#fff;
}
.menu .sub-menu{
	width:260px;
	margin:auto;
	display:none;
	list-style:none;
	position:absolute;
	right:-130px;
	left:-130px;
	top:100%;
}
.menu .sub-menu li{
	width:100%;
	line-height:20px;
	display:block;
}
.menu .sub-menu li a{
	display:block;
	text-align:left;
	padding:8px 20px 8px 15px;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
	background-color:#d20b0b;
	/*background-color:#49505a;
	border:1px solid #32373e;
	border-top:1px solid #fff;*/
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
	border-right:none;
	border-left:none;
	font-size:13px;
	color:#eee;
}
.menu .sub-menu li a:hover{
	background-color:#e80c0c;
	/*background-color:#36AAE7;*/
	color:#fff;
}

/********************************/
/*******      BANNER      *******/
/********************************/
#banner{
	width:100%;
	overflow:hidden;
	background-color:#000;
	position:relative;
	color:#fff;
	padding-top:80px;
}
#banner li{
	width:100%;
	position:relative;
}
#banner img{
	width:100%;
	display:block;
}
.bnrBox{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}
.bnrBox .container{height:100%}
.bnrText{
	width:100%;
	height:100%;
	display:table;
}
.bnrTextIn{
	display:table-cell;
	vertical-align:middle;
}
.bnrTextIn > div{max-width:660px; width:60%}
.bnrBox h1,.bnrBox h2{
	margin:0 0 35px;
	font-weight:normal;
    font-family:'MontserratSemiBold';
	text-transform:uppercase;
	line-height:55px;
	font-weight:900;
	font-size:45px;
}
.bnrBox p{
	margin:0 0 24px;
	line-height:24px;
	font-weight:300;
	font-size:18px;
}
.btmText{
	width:100% !important;
	padding-top:19px;
	position:relative;
	overflow:hidden;
}
.btmText span{
	max-width:300px;
	padding-top:11px;
	line-height:24px;
	font-weight:300;
	font-size:18px;
	float:right;
}
.learnMore{
	width:210px;
	text-align:center;
    font-family:'MontserratSemiBold';
	text-transform:uppercase;
	border:1px solid #fff;
	line-height:46px;
	font-size:18px;
	color:#fff;
	float:left;
}
.learnMore:hover{
	background-color:#fff;
	color:#d20b0b;
}

/********************************/
/*******   BANNER TEXT    *******/
/********************************/
#bnrTxt{
	width:100%;
	padding:27px 0 26px;
	font-family:'Lora', serif;
	background-color:#26aae1;
	text-align:center;
	color:#fff;
}
#bnrTxt p{
	max-width:900px;
	line-height:32px;
	font-size:25px;
	margin:auto;
}

/********************************/
/*******    SECTION-1     *******/
/********************************/
.section1{
	width:100%;
	padding-bottom:30px;
	margin-top:-100px;
	position:relative;
	color:#fff;
	z-index:5;
	padding-top:35px;
}
.sSidebar{
	min-height:400px;
	position:relative;
	box-sizing:border-box;
	padding:20px 15px 80px;
	background-color:#1c1c1c;
	text-align:center;
	line-height:24px;
	font-weight:300;
	font-size:18px;
	color:#fff;
}
.sSidebar h3{
	margin-bottom:5px;
	padding-bottom:15px;
	position:relative;
}
.sSidebar h3:after{
	height:2px;
	width:83px;
	margin:auto;
	background-color:#fff;
	position:absolute;
    display:block;
    content:"";
	bottom:0;
	right:0;
	left:0;
}
.sSidebar span{
	margin:20px 0 5px;
	display:block;
}
.sLogo{
	max-width:150px;
	display:block;
	margin:auto;
}
.sLogo img{
	width:100%;
	display:block;
}
.sSidebar strong{
	padding-bottom:15px;
    font-family:'MontserratSemiBold';
	font-weight: normal;
	font-size:21px;
	display:block;
}
.sSidebar .number{
	font-size: 27px;
	position:relative;
	margin-bottom:30px;
}
.sSidebar .number::before{
	width:83px;
	height:3px;
	margin:auto;
	background-color:#fff;
	position:absolute;
	display:block;
	content:"";
	bottom:0;
	right:0;
	left:0;
}
c{
	width:100%;
	box-sizing:border-box;
	color:#6c6c6c;
}
.section1 .slider img{
	margin:auto;
}
.section3 .slider{
	padding:30px;
	background-color:#fff;
}
/*.section5 .slider{background-color:#fff}*/
.slider .slick-slider{position:static}
.sTextBox{
	width:100%;
	overflow:hidden;
}
.sliderLft{
	width:30%;
	text-align:center;
	box-sizing:border-box;
	padding-right:30px;
	float:left;
}
.sliderLft p{padding-top:200px}
.sliderRgt{
	width:70%;
	float:right;
}
.sliderTxt{
	width:100%;
	position:relative;
	overflow:hidden;
	color: #6c6c6c;
	text-align: center;
}
.sliderTxt h3{padding-top:20px}
.sliderTxt h2{
	text-align:center;
    font-family:'MontserratSemiBold';
	font-weight:normal;
	line-height:25px;
	font-size: 21px;
	color: #000;
}
.prevNext{
	margin:0;
	padding:0;
	width:100%;
	list-style:none;
	text-align:center;
	position:absolute;
	bottom:20px;
	left:0;
}
.prevNext li{
	width:53px;
	height:47px;
	background:url(images/slider/prevNext.png) no-repeat;
	display:inline-block;
	cursor:pointer;
	margin:0;
}
.prevNext li.prev{background-position:left top}
.prevNext li.next{background-position:left bottom}

/********************************/
/*******     SECTION-2    *******/
/********************************/
.section2{
	width:100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./images/home-bg.jpg', sizingMethod='scale')";
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./images/home-bg.jpg', sizingMethod='scale');
    background:url(images/home-bg.jpg) no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	padding:30px 0;
	color:#fff;
}
.sec2Inner{
	padding-left:50px;
}

.button{
	width:205px;
	margin-top:15px;
	text-align:center;
    font-family:'MontserratSemiBold';
	text-transform:uppercase;
	border:1px solid #6c6c6c;
	line-height:44px;
	font-size:14px;
	color:#6c6c6c;
	float:left;
}
.button:hover{
	border:1px solid #d20b0b;
	background-color:#fff;
	color:#d20b0b;
}

/********************************/
/*******     SECTION-3    *******/
/********************************/
.section3{
	width:100%;
	padding:55px 0;
	position:relative;
}
.section3 ul.list{
	margin:0;
	padding:0;
	list-style:square;
	list-style:square;
	color:#6c6c6c;
}
.section3 .list li{
	margin:0 0 12px 48px;
	line-height:20px;
	font-size:16px;
}

/********************************/
/*******     commonSec    *******/
/********************************/
.commonSec{
	width:100%;
	padding:30px 0;
	position:relative;
	overflow:hidden;
}
.aboutSec .row{
	padding:15px 0;
}
.thumbnail{
	width:100%;
	position:relative;
	background-color:#fff;
}
.thumbnail .imgBox{
	padding-top:74%;
	overflow:hidden;
}
.thumbnail .imgBox::before{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	position:absolute;
	display:none;
	content:"";
	z-index:1;
	left:0;
	top:0;
}
.thumbnail .imgBox:hover::before{display:block}
.thumbnail .social {
	width:100%;
	display:none;
	text-align:center;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	position: absolute;
	bottom:auto;
	z-index:2;
	top:50%;
}
.thumbnail .imgBox:hover .social{display:block}

.thumbnail .social li {
	line-height: 30px;
	font-size: 30px;
}
.thumbText{
	width:100%;
	padding:15px;
	min-height:208px;
	box-sizing:border-box;
}
.thumbnail p{margin:24px 0 0}
.thumbnail h3{
	position:relative;
	padding:13px 0 17px;
	text-align:center;
}
.thumbnail h3::before{
	width:48px;
	height:4px;
	margin:auto;
	background-color:#d20b0b;
	position:absolute;
	display:block;
	content:"";
	bottom:0;
	right:0;
	left:0;
}
.thumbnail img{
	position:absolute;
	margin:auto;
	bottom:0;
	left:0;
	top:0;
}

.inputBox{
	width:100%;
	margin-bottom:15px;
	position:relative;
}
.form-control{
	width:100%;
	display:block;
	padding:5px 15px;
	box-sizing:border-box;
	background-color:#f5f5f5;
	border:1px solid #989898;
	font-family:'Lato', sans-serif;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
	line-height:25px;
	font-size:15px;
	/*resize:none;*/
	color:#989898;
}
textarea.form-control{height:85px}
.form-control::-moz-placeholder{
    color:#989898;
    opacity:1
}
.form-control:-ms-input-placeholder{color:#989898}
.form-control::-webkit-input-placeholder{color:#989898}
.form-control::-ms-expand{
    background-color:transparent;
    border:0
}
.form-control:focus,
.form-control:hover{
	outline:0;
	color:#6cc5eb;
}
input[type="submit"]{
	width:160px;
	height:37px;
	cursor:pointer;
	padding:5px 15px;
	box-sizing:border-box;
	border:1px solid #0059b3;
	background-color:#0080ff;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    border-radius:6px;
	line-height:25px;
	font-size:15px;
	color:#fff;
}
input[type="submit"]:hover{
	background-color:#1a74cc;
	color:#fff;
}
.contMapSec{
	width:100%;
	padding:30px 0;
}
.contactMap{
	width:100%;
	padding-top:40%;
	position:relative;
	border:1px solid #989898;
	box-sizing:border-box;
}
.contactMap iframe{
	width:100% !important;
	height:100% !important;
	position:absolute;
	display:block;
	left:0;
	top:0;
}
.testimonal{
	width:100%;
	padding:30px 0 50px;
	position:relative;
}
.testimonal img{
	width:100%;
	display:block;
}
.testimonalHeadding{
	max-width:555px;
	padding-bottom:50px;
	position: relative;
	text-align: center;
	margin:auto;
}
.testimonal .slick-arrow{
    width:36px;
    height:39px;
    border:none;
	font-size:16px;
	line-height:39px;
    position:absolute;
	text-align:center;
	background-color:#e6e6e6;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    margin-top:-20px;
    cursor:pointer;
    z-index:5;
    top:50%;
}
.testimonal .slick-arrow:hover{
	background-color:#f22e2e;
	color:#fff;
}
.testimonal .fa-angle-left{left:0}
.testimonal .fa-angle-right{right:0}

.testimonal-box{
	margin:0 15px;
	position: relative;
	background-color:#fff;
	padding: 30px;
}
.testimonal-box .col-md-4{
	height:75px;
}
.testimonal-box .col-xs-12{
	height:100px;
}
.testimonal h3 {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0px;
	background: none;
	line-height: 1.6em;
	font-size:24px;
	font-weight:400;
	color: #000;
}
.testimonal h3::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 160px;
	height: 1px;
	margin-left: -80px;
	background-color:#f22e2e;
}
.testimonal h5 {
	margin: 0px;
	padding-top:7px;
	line-height: 1.6em;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	text-transform: capitalize;
	font-size:16px;
	font-weight:600;
}
.testimonal h5 a{color: #000}
.testimonal p{
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color:#202020;
}
.testimonalHeadding p{
	padding-top:15px;
	font-style:italic;
}
.padT15{padding-top:15px}

.testimonial_section .col-sm-6{
	font-size: 20px;
	line-height:30px;
	font-weight: lighter;	
}
.rate_package .col-sm-6 .imgBox_left,
.rate_package .col-sm-6 .imgBox_right,
.testimonial_section .col-sm-6 .imgBox_left,
.testimonial_section .col-sm-6 .imgBox_right{
	width:25%;
}

/********************************/
/*******     SECTION-4    *******/
/********************************/
.section4{
	width:100%;
	padding:30px 0;
	color:#fff;
}
.smk_accordion {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}
.smk_accordion .accordion_in {
	border: 1px solid #CCC;
	position: relative;
	z-index: 10;
	margin-top: -1px;
	overflow: hidden;
}
.smk_accordion .accordion_in .acc_head {
	position: relative;
	background: #FDFDFD;
	padding: 10px;
	color: #7B7E85;
	font-size: 16px;
	display: block;
	cursor: pointer;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	background: url(images/plusminus.png) center 0;
}
.smk_accordion .accordion_in .acc_content {
	background: #F9F9F9;
	color: #7B7E85;
	padding: 3px 10px 20px 10px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {margin-top: 5px}

.smk_accordion .accordion_in.acc_active > .acc_content {display: block}
.smk_accordion .accordion_in.acc_active > .acc_head {background: #F9F9F9}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {background: url(images/plusminus.png) center -18px}
.smk_accordion.acc_with_icon .accordion_in .acc_head,
.smk_accordion.acc_with_icon .accordion_in .acc_content {padding-left: 40px}
.smk_accordion .accordion_in {border: 1px solid #1C1C1C}
.smk_accordion .accordion_in .acc_head {
	background: #1C1C1C;
	color: #FFF;
	font-size: 18px;
    font-family:'MontserratSemiBold';
}
.smk_accordion .accordion_in .acc_content {
	background: #FFF;
	color: #6C6C6C;
	font-size: 19px;
	font-weight:300;
}
.smk_accordion .accordion_in.acc_active>.acc_head {background: #000}

/********************************/
/*******     SECTION-5    *******/
/********************************/
.section5{
	width:100%;
	padding:30px 0;
}
.yelp-review{margin:auto}
.section5 h4{
	margin: 0;
	padding:30px 0;
	text-align:center;
    font-family:'MontserratSemiBold';
	font-weight: normal;
	line-height: 33px;
	font-size: 26px;
}
.section5 .list{
	margin:0;
	padding:0;
	list-style:square;
	list-style:square;
	color:#6c6c6c;
}
.section5 .list li{
	margin:0 0 12px 48px;
	line-height:26px;
	font-weight:300;
	font-size:21px;
}

/********************************/
/*******     SECTION-6    *******/
/********************************/
.section6{
	width:100%;
	padding:30px 0;
	color:#fff;
}

/********************************/
/*******      FOOTER      *******/
/********************************/
#footer{
	width:100%;
	padding:30px 0;
	background-color:#1c1c1c;
	text-align:center;
	color:#fff;
}
#footer p{margin:5px 0}
.mapBox{
	width:100%;
	padding:20px 0;
}
.mapBox iframe{
	width:100% !important;
	display:block;
}
.copyright{
	padding:15px;
	border-top:1px solid #404040;
	line-height:19px;
	font-size:14px;
	color:#fff;
}
#ftrLogo{
	margin:0 auto 20px;
	max-width:190px;
	display:block;
}
.social{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	bottom:0;
	right:0;
}
.social li{
	padding:0 5px;
	display:inline-block;
	line-height:40px;
	font-size:40px;
}
.social li a{color:#c8c8c8}
.social li a:hover{color:#fff}
.content_contact_form{
	width: 58%;
	display: inline-table;
}

/********************************/
/*******  RESPONSIVE CSS  *******/
/********************************/
@media screen and (max-width:1199px){
	.solution > li {margin:15px 0}
}

@media screen and (max-width:1023px){
	.menu > li{font-size:13px}
	.bnrBox h1,.bnrBox h2{
		margin:0 0 15px;
		line-height:40px;
		font-size:35px;
	}
	.bnrBox p {
		margin-bottom:15px;
	}
	#banner {padding-bottom: 100px}
	.section1 .slider {background-color:#FFF}
	.sec2Inner {padding-left: 0}
	.section5 .slider {
		padding:30px;
		background-color:#FFF;
	}
}

@media screen and (min-width:768px){
    .navigation ul.menu{display:block !important}
}

@media screen and (max-width:767px){
	body {padding-top: 155px}
	.hdrInner{
		padding:0;
		position:static;
	}	
	#logo{
		margin:15px auto;
		position:relative;
		top:0;
	}
	.navigation{
		width:100%;
		display:block;
	}
	.menuBtn{
		width:100%;
		outline:none;
		padding:5px 15px;
		margin-bottom:15px;
		border-radius:4px;
		background-color:#1c1c1c;
		text-shadow:0 2px 1px rgba(0,0,0,0.3);
		border:1px dashed #fff;
		box-sizing:border-box;
		position:relative;
		cursor:pointer;
		display:block;
		z-index:999;
		color:#fff;
	}
	.menuBtn span,
	.menuBtn span::after,
	.menuBtn span::before{
		width:22px;
		height:2px;
		content:"";
		display:block;
		border-top:1px dashed #fff;
		box-sizing:border-box;
		border-radius:10px;
		position:absolute;
		margin:auto;
		right:10px;
		left:10px;
		top:15px;
	}
	.menuBtn span{
		left:auto;
		right:15px;
	}
	.menuBtn span::after{
		top:-8px;
		left:0;
	}
	.menuBtn span::before{
		top:6px;
		left:0;
	}
	.menuBtn.active span{
		border:none;
		background-color:transparent;
		transform:rotate(360deg);
		transition:300ms ease all;
	}
	.menuBtn.active span::after{
		top:0;
		transform:rotate(-45deg);
	}
	.menuBtn.active span::before{
		top:0;
		transform:rotate(45deg);
	}	
	.menu{
		width:100%;
		height:auto;
		display:none;
		position:absolute;
		top:100%;
		left:0;
	}
	.menu li{
		width:100%;
		display:block;
		line-height:18px;
	}
	.menu li:hover::after,
	.menu li.current-menu-item::after{display:none}
	.menu li a{	
		margin:0;
		display:block;
		padding:8px 20px 8px 15px;
		box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
		background-color:#49505a;
		border:1px solid #32373e;
		border-top:1px solid #fff;
		border-right:none;
		border-left:none;
		font-size:13px;
		color:#eee;
	}
	.menu li a:hover,	
	.menu > li:hover > a,
	.menu li.current-menu-item > a{
		-webkit-border-radius:0;
		-moz-border-radius:0;
		-o-border-radius:0;
		border-radius:0;
		background:#36AAE7;
		color:#fff;
	}
	.menu li em{
		width:50px;
		height:38px;
		display:block;
		background:url(images/plus.png) no-repeat center center;
		position:absolute;
		cursor:pointer;
		content:"";
		z-index:9;
		right:0;
		top:0;
	}
	.menu li a.plus-minus em{background:url(images/minus.png) no-repeat center center}
	.menu .sub-menu{
		width:100%;
		position:static;
	}
	.section3 h3,
	.section5 h3{padding-top:20px}
	.smk_accordion .accordion_in .acc_head {
		padding-top:12px;
		padding-bottom:12px;
		line-height:16px;
		font-size:14px;
	}
	.social {
		padding-top:10px;
		position:static;
	}
}

@media screen and (max-width:639px){
	.bnrBox {
		/*height: auto;*/
		position: absolute;
		width:65%;
	}
	.btmText{display:none;}
	.bnrBox h1, .bnrBox h2 {
		line-height: 20px;
		font-size: 15px;
	}
	.bnrBox h2{
		margin-bottom:5px;
	}
	p,
	.bnrBox p,
	.btmText span {
		line-height: 15px;
		font-size: 12px;
		text-align:justify;
	}
	.section1 {margin-top: 0px;padding-top:0px;}
	.sliderLft,
	.sliderRgt{
		width:100%;
		padding-right:0;
	}
	.sSidebar .number{
		font-size: 22px;
		margin-bottom:20px;
		line-height: 30px;
	}
	.sec2Inner h3{font-size:16px; line-height:1.1}
	.sSidebar strong,
	.sliderTxt h2{font-size:18px}
	.section5 h4,
	.heading h1, .heading h2, .heading h3 {
		line-height: 24px;
		font-size: 20px;
	}
	.section5 .list li {
		margin: 0 0 12px 30px;
		line-height: 20px;
		font-size: 16px;
	}
	#banner{
		padding-top:0px;
		padding-bottom:0px;
	}
	.bnrTextIn > div{
		width:100%;
		padding-top:10px;
	}
	.imgBox .learnMore {
		margin-bottom:15px;
	}
	.sSidebar{
		min-height:300px;
	}
	.square_list{
		padding: 10px 20px 10px 30px;
	}
	.u-horizontal-scrollbar{
		width:90%;
	}
	.review.island.island-light {
		min-width:auto;
	}
	.sliderTxt p{
		text-align:center;
	}
	.aboutSec p{
		font-size:16px;
		line-height:20px;
	}
	.imgBox_right, .imgBox_left,.content_contact_form{
		width:98% !important;
		padding-bottom:15px;
	}
	.shortBnr{
		margin-top:0px;
	}
	.shortBnr .heading {
		padding: 40px 0px 0px;
		width: 100%;
	}
	.shortBnr .heading h1 {
		line-height: 27px;
		font-size: 17px;
	}
	.call_us_number{
		font-size: 20px;
		line-height: 30px;
		padding: 10px 0px 0px;
		font-weight:bold;
	}
	.highlight_font,
	.highlight_font p{
		text-align:center !important;
	}
	.rate_package,
	.rate_package p{
		line-height: 20px;
		font-size: 16px;
		text-align:justify;
	}
	.rate_package h2{
		line-height: 30px;
		font-size: 20px;
	}
	.testimonalHeadding,
	.testimonalHeadding p,
	.contMapSec,
	.contMapSec p,
	.sSidebar,
	.sSidebar p,
	.copyright p,
	.copyright,
	#footer .col-sm-9 p{
		text-align:center;
	}
	.gallery_slider_box{
		width:90% !important;
		margin:auto !important;
	}
	.gallery_slider_image{
		width:100% !important;
		float:none !important;
	}
	.gallery_slider_title{
		width:100% !important;
		float:none !important;
		padding-top:30px !important;	
	}
	.gallery_photo li{
		width:100% !important;
	}
	.gallery_photo_image{
		height:auto !important;
	}
	.acc_content,
	.acc_content p{
		line-height:18px;
		font-size:15px;
	}
	
}
/********************************/
/*******      START      ********/
/******* DATE:2018/10/14 ********/
/********************************/
.facilities{
	width:100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./images/facilities-bg.jpg', sizingMethod='scale')";
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='./images/facilities-bg.jpg', sizingMethod='scale');
    background:url(images/facilities-bg.jpg) no-repeat;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
	padding:30px 0;
	color:#fff;
}
.blog_page{
	width:100%;
	padding:15px 0;
	border-top:1px dashed #5b5b5b;
	position:relative;
	/*overflow:hidden;*/
}
.blog_page:first-child{border-top:none}
.subtitle{
    font-family:'MontserratSemiBold';
	line-height:18px;
	font-size:14px;
}
.sidebar .subtitle{
	line-height:22px;
	font-size:18px;
}
.subtitle span{
	padding-right:10px;
	display:inline-block;
}
.blog_page h2{
	margin:0;
    font-family:'MontserratSemiBold';
	text-transform:uppercase;
	line-height:21px;
	font-size:18px;
}
.sidebar{
	width:100%;
	padding:15px 0;
	position:relative;
	overflow:hidden;
}
.sidebar li{
	padding:10px 0;
	border-top:1px dashed #5b5b5b;
	line-height:18px;
	font-size:16px;
}
.sidebar li:first-child{
	padding-top:0;
	border-top:none;
}
.blogPost{
	width:100%;
	padding:15px 0;
	position:relative;
	line-height: 24px;
	font-weight: 300;
	font-size: 18px;
	text-align:justify;
}
.listBox{
	width:100%;
	margin:15px 0;
	padding:15px 0;
	border-top:1px dashed #5b5b5b;
	border-bottom:1px dashed #5b5b5b;
	position:relative;
}
.listBox h3{margin:0}
.listBox ol{
	margin:0;
	width:100%;
	padding:0 0 0 40px;
}
.listBox li{
	padding:5px 0;
	line-height:18px;
	font-size:16px;
}
.blog_wrap{
	margin-top:90px;
}
.nopad_mar{
	padding:0px;
	margin:0px;
}
.page-numbers{
	margin:0;
	width:100%;
	padding:30px 0 0;
	text-align:center;
	text-transform:uppercase;
	list-style:none;
}
.page-numbers li{
	display:inline-block;
	line-height:20px;
	font-size:14px;
	color:#000;
}
.page-numbers li a{
	padding:0 5px;
	display:block;
	color:#000;
}
.page-numbers li a:hover{
	color:#fff;
	background-color:#dd3333;
}
.current{
	color:#fff;
	background-color:#dd3333;
	padding: 0px 3px;
	display: block;
}
.pre_next_button li a{
	box-sizing: border-box;
	border: 1px solid #0059b3;
	background-color: #0080ff;
	border-radius: 6px;
	color: #fff;
}
.textSlider{
	width:100%;
	position:relative;
	overflow:hidden;
}
.textSlider ul{
	margin:0;
	padding:0;
	list-style:none;
}
.textSlider img{
	width:100%;
}
.textSlider p{
	text-align:center;
	font-size:20px;
	line-height:26px;
}
.rate_package,
.rate_package p{
	line-height: 28px;
	font-size: 20px;
	font-weight: 300;
	text-align:justify;
}
.rate_package h2{
	line-height: 30px;
	font-size: 24px;
}
.gallery_slider_box{
	width:50%;
	margin:auto;
}
.gallery_slider_image{
	width:60%;
	float:left;	
}
.gallery_slider_title{
	width:36%;
	float:right;
	padding:150px 5px 0px 10px;
}
.font_style_italic,
.font_style_italic p{
	font-size:24px; 
	line-height:30px; 
	font-style:italic;
}
.map_box,
.map_box iframe{
	width:100%;	
}
.gallery_photo{
	width:100%;
	position:relative;
	overflow:hidden;
}
.gallery_photo li{
	width:25%;
	float:left;
	list-style-type:none;
}
.gallery_photo_box{
	width:99%;
	padding:1%;
	margin-bottom:2px;
	border:5px solid #1c1c1c;
	box-sizing: border-box;
}
.gallery_photo_image{
	position:relative;
	width:100%;
	height:300px;
	overflow:hidden;
}
.gallery_photo_image img{
	width:100%;
	height:auto;
}
.gallery_photo_title{
	position:relative;
	width:95%;
	padding:5px;
	text-align:center;
}
.facilities h2{
	color:#FFF;
}
/********************************/
/*******       END       ********/
/******* DATE:2018/10/14 ********/
/********************************/

@media screen and (max-width: 767px) {
.wp-block-image {
    text-align: center;
 margin: 0 0 1em;
}
   .wp-block-image img {
    height: inherit;
}
.imgBox {
    text-align: center;
}
}

