body {
color: #555;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 500;
line-height: 25px;
background:#fff;
overflow-x:hidden;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px; 
  color: #333;
  font-weight: 400;
}
a {
text-decoration: none;
transition: all 0.2s ease 0s;
}
a:hover {
    color: #ffb900;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
span.ktext {
    color:#ffb900;
}
.htext
{
	position:absolute;
	top:0;
	z-index:9999;
	text-align:center;
	width:100%;
	
}
.htext h1
{
	color:white;
	font-size:10px;
}
.network
{
	background:#ffb900;
	padding:50px 0px;
}
.location
{
	list-style-type:none;
}
.location li
{
	float:left;
	margin:10px 20px;
}
.location li a
{
	color:black;
	transition:0.5s ease all;
}
.location li a:hover{
	color:white;

}
.line1 {
    background: black none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 4px;
    margin: 20px auto;
    width: 60px;
}
::-webkit-input-placeholder {
  font-weight: 300;
  font-family: "Open Sans", sans-serif; }

:-moz-placeholder {
  font-weight: 300;
  font-family: "Open Sans", sans-serif; }

::-moz-placeholder {
  font-weight: 300;
  font-family: "Open Sans", sans-serif; }

:-ms-input-placeholder {
  font-weight: 300;
  font-family: "Open Sans", sans-serif; }
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}


.section-padding { padding: 60px 0 }
.no-padding { padding: 0 }

/* BTN START */
.btn {
background: #ffb900 none repeat scroll 0 0;
border-radius: 5px;
color: #fff;
padding: 12px 35px;
text-transform: capitalize;
}
.btn:hover{
background: #333 none repeat scroll 0 0;
color:#fff;
}
/* BTN END */

/*START SCROLL TO TOP*/
.topcontrol {
background: #ffb900 none repeat scroll 0 0;
border-radius: 30px;
bottom: 5px;
box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
color: #fff;
cursor: pointer;
font-size: 30px;
height: 50px;
line-height: 47px;
opacity: 1;
position: fixed;
right: 5px;
text-align: center;
transition: all 0.2s ease 0s;
width: 50px;
}
.topcontrol:hover {
    background: #333;
    color: #fff;
}
/*END SCROLL TO TOP*/

/*START SECTION TITLE DESIGN*/
.section-title { margin-bottom: 20px }
.section-title  h2 {
font-size: 35px;
font-weight: 500;
margin-bottom: 0;
margin-top: 0;
position: relative;
text-transform: capitalize;
line-height:1.2;
}
.section-title p {
font-weight: 400;
line-height: 25px;
font-size:16px;
margin-bottom:10px;
position: relative;
}
.line{
background: #ffb900 none repeat scroll 0 0;
border-radius: 2px;
display: block;
height: 4px;
margin: 20px auto;
width: 60px;
}
.wpchat
{
    background-color: #57cc64;
    width: 250px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    color: white;
    position: fixed;
    bottom: 0px;
}
.wpchat a
{
    display: block;
    color:white;
}
.wpchat i
{
    font-size: 30px;
}
@media only screen and (max-width:480px) { 
.section-title  p{padding:0 15px}
}
/*END SECTION TITLE DESIGN*/
/*==========================*
  01.END GENERAL STYLE
 *=========================*/

/*==========================================*
  02.START BOOTSTRAP NAVIGATION OVERRIDES
 *==========================================*/



.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #23811d;
	height:100px;
    transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
background-color: transparent;
color: #e30e89 !important;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #171717 !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 150px;
    margin-left: 10px;
}
@media only screen and (max-width:768px) { 
  .navbar-brand img {
  width: 110px;
}
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff; background: #23811d;  margin-top: 10px; padding-left: 50px; }
.menu-top li a {
	color: #ffed00   !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	
}
.menu-top li a:hover { color: #eeffed  !important }
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 5px;
    }
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #23811d }
    .navbar-default .navbar-nav > li > a { color: #ffed00   !important }
}
.navbar-default.menu-shrink {
background: #23811d none repeat scroll 0 0;
box-shadow: 0 5px 40px 0 rgba(42, 111, 199, 0.2);
margin-top: 0;
padding:0;
width: 100%;
}
.navbar-default.menu-shrink .logo {
    height: 100%;
    padding: 2px 0 66px;
    position: relative;
}
/*
.navbar-default.menu-shrink .logo::before {
    background: #000;
    content: "";
    height: 100%;
    position: absolute;
    right: -90px;
    top: 0;
    transform: skewX(-45deg);
    width: 2000px;
    z-index: 999;
}*/

.navbar-default.menu-shrink .logo a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    z-index: 9999;
}
.navbar-brand img {
    width: 150px;
    margin-left: 10px;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink li a {color:#ffed00  !important; line-height:30px; }
.navbar-default.menu-shrink li a:hover { color: #ffb900 !important; }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0; z-index:9999;margin-right:8px; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #ffb900 }

.btn_download{
float: right;
margin-left: 10px;
margin-top: 2px;
}
@media only screen and (max-width:480px) { 
.btn_download {
float: none;
margin-left: 3px;
}
}
.btn_download {
background: #ffb900 none repeat scroll 0 0;
border: 2px solid #ffb900;
border-radius: 30px;
color: #fff;
font-weight: 500;
padding:14px 35px!important;
text-transform: uppercase;
box-shadow:0 5px 40px 0 rgba(42, 111, 199, 0.2);
}
.btn_download:hover{
background:#fff!important;
border: 2px solid #fff!important;
color:#fff!important;
}
.navbar-default.menu-shrink li a.btn_download {
background: #ffb900 none repeat scroll 0 0!important; 
border: 2px solid #ffb900!important;
color:#fff !important; }

.navbar-default.menu-shrink li a.btn_download:hover { color:#333 !important; }
@media only screen and (max-width:480px) { 
    .navbar-default .navbar-nav > li > a.btn_download{color:#333  !important }
    .navbar-default .navbar-nav > li > a.btn_download:hover{color:#333  !important }
}
/*==========================================*
  02.END BOOTSTRAP NAVIGATION OVERRIDES
 *==========================================*/
 
/*========================* 
  03.START HOME DESIGN
 *=======================*/
 #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.home_bg {
	
    height: 100%;
    position: relative;
}
@media only screen and (max-width:768px) { 
.home_bg {height: 1180px ;}
}

@media only screen and (max-width:480px) { 
.home_bg {height: 1000px ;}
}

@media only screen and (max-width:375px) { 
.home_bg {height: 970px;}
}
@media only screen and (max-width:360px) { 
.home_bg {height: 950px;}
}
@media only screen and (max-width:320px) { 
.home_bg {height: 930px;}
}
.home_bg:before {
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}


.hero-text {
	margin-top: 0;
}
@media only screen and (max-width:768px) { 
.hero-text {
margin-top: 70px ;
text-align: center;
}
}
@media only screen and (max-width:480px) { 
.hero-text {
margin-top: 20px;

}
}
@media only screen and (max-width:375px) { 
.hero-text {
margin-top: 10px ;

}
}
@media only screen and (max-width:360px) { 
.hero-text {
margin-top: 0px;

}
}

.hero-text h2 {
color: #fff;
font-size:53px;
padding-top: 250px;
text-transform: capitalize;
}
@media only screen and (max-width:768px) { 
.hero-text h2 {
font-size: 50px;
line-height: 56px;
padding-top:150px;
}
}
@media only screen and (max-width:480px) { 
    .hero-text h2 {
		font-size: 50px;
        line-height: 55px;
    }
}
@media only screen and (max-width:414px) { 
    .hero-text h2 {
		font-size: 45px;
        line-height: 50px;
    }
}
@media only screen and (max-width:375px) { 
    .hero-text h2 {
        font-size: 40px;
		line-height: 45px;
    }
}
@media only screen and (max-width:320px) { 
    .hero-text h2 {
       font-size: 35px;
	   line-height: 40px;
	}
}
.hero-text p {
color: #fff;
margin-top:20px;
}

.home_btn{
margin-left: -10px;
margin-top: 30px;
}
.home_btn a {
background: transparent none repeat scroll 0 0;
border: 2px solid #fff;
border-radius: 50px;
color: #fff;
display: inline-block;
margin: 0 10px 15px;
padding: 12px 40px;
transition: all 0.3s ease 0s;
}
.home_btn a:hover{
background:#fff;color:#333;
}
.home_btn a i{
font-size: 20px;
margin-right: 5px;
vertical-align: middle;
}

.app-btn {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: 2px solid #ffb900 !important;
color: #fff !important;
margin-right: 20px;
transition: all 0.3s ease 0s;
}
@media only screen and (max-width:414px) { 
    .app-btn {
	margin-bottom:30px;
	margin-right: 0;
}
}
.app-btn:hover{
background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
border: 2px solid #fff !important;
color:#fff !important;
}

.hero-text-img {
    padding-top: 148px;
}
.hero-text-img img {
  
}
@media only screen and (max-width:768px) { 
.hero-text-img{padding-top: 45px; }
}
@media only screen and (max-width:480px) { 
.hero-text-img img {width: 100%;}
}
@media only screen and (max-width:320px) { 
.hero-text-img{padding-top: 40px; }
}

/*========================* 
  03.END HOME DESIGN
 *=======================*/

/*============================*
  04.START ABOUT US DESIGN
 *==========================*/
 .about-content {
padding-bottom: 60px;
padding-top: 60px;


}
#who_we_are{background-image: url(../img/bg/bg-w.html); 
	background-size:cover; 
	background-position: center center; }
 .about-title {
  margin: 0 auto;
  width: 85%;
}
.aboutBox{ margin-top: 10px; }
@media only screen and (max-width:990px){
    .aboutBox{ margin-bottom: 30px; }
}
.aboutBox .aboutBox-title{
font-size: 22px;
margin: 0 0 20px;
text-align: center;
text-transform: capitalize;
}
.aboutBox .about-content{
    padding: 25px 20px 25px 50px;
    border-top: 2px solid #eee;
    border-right: 2px solid #eee;
    position: relative;
    transition: all 0.3s ease 0s;
}
.aboutBox:hover .about-content{
    border-top-color: #ffb900;
    border-right-color: #ffb900;
}
.aboutBox .about-content:before{
    content: "";
    width: 0;
    height: 2px;
    background: #eee;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease 0s;
}
.aboutBox:hover .about-content:before{
    width: 50%;
    background: #ffb900;
}
.aboutBox .box-description{
line-height: 25px;
margin: 0;
padding: 0;
}
.aboutBox .about-icon{
background: #fff none repeat scroll 0 0;
border: 2px solid #eee;
border-radius: 50%;
color: #333;
font-size: 23px;
height: 50px;
left: 0;
line-height: 47px;
position: absolute;
text-align: center;
top: -25px;
transition: all 0.3s ease 0s;
width: 50px;
}
.aboutBox:hover .about-icon{
    border-color: #ffb900;
    color: #ffb900;
}

/*============================*
  04.END ABOUT US DESIGN
 *==========================*/
 
/*===================================*
  06.START AMAZING FEATURES DESIGN
 *====================================*/
.amazing_feature{
padding-top:60px;
padding-bottom:30px;
background-image: url(../img/bg/what.png); 
	background-size:cover; 
	background-position: center center; 
	background-attachment: fixed;
}
.serviceBox{
border: 1px solid #eee;
margin-bottom: 30px;
margin-left: 40px;
padding: 30px 30px 30px 60px;
position: relative;
transition: all 0.3s ease 0s;
}
.serviceBox:hover{ background: #ffb900; }

.serviceBox:hover .service-icon{
    color: #fff;
    background: #ffb900;
}


.serviceBox:hover .service-icon:after{ top: 1px; }
.serviceBox .title{
color: #333;
font-size: 18px;
font-weight: 500;
margin: 0 0 0px;
text-transform: capitalize;
}
.serviceBox:hover .title{color:#fff;}
.serviceBox .description{
color: #676666;
line-height: 25px;
margin-bottom: 0;
position: relative;
transition: all 0.3s ease 0s;
}
.serviceBox:hover .description{color:#fff;}
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}

/*===================================*
  06.END AMAZING FEATURES DESIGN
 *====================================*/


/*===================================*
  08.START APP SCREENSHOT DESIGN
 *==================================*/
.app-screenshot {
	background: #e3f2fd none repeat scroll 0 0;
}
.s-slider .item { margin: 15px; text-align:center;}
.s-slider .item h4{ color: #000; margin:15px 0; font-size:18px;}
.s-slider .item img {
    display: block;
    width: 100%;
    height: auto;
}
.owl-theme .owl-controls{
    width: 100%;
    height: 50px;
    opacity: 1;
    position: absolute;
    top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 0;
    background: transparent;
}

.owl-prev{
    position: absolute;
    left: -5%;
}
.owl-next{
    position: absolute;
    right: -5%;
}
.owl-prev:after,
.owl-next:after{
background: #ffb900 none repeat scroll 0 0;
color: #fff;
content: "";
font-family: "FontAwesome";
font-size: 30px;
opacity: 1;
padding: 5px 15px;
}
.owl-next:after{ content: "\f105"; }

/*===================================*
  08.END APP SCREENSHOT DESIGN
 *==================================*/

/*============================*
  09.START OWN VIDEO DESIGN
 *============================*/
.own-video {
	padding: 80px 0;
	position: relative;
	background-image: url(../img/bg/video-bg.jpg); 
	background-size:cover; 
	background-position: center center; 
	background-attachment: fixed;
	
}

.video-play {
	display: inline-block;
	position: relative;
}
.own-video h3 {
color: #ffb900;
font-size: 60px;
font-weight: 700;
margin-bottom: 30px;
margin-top: 0;
position: relative;
text-transform: capitalize;
}
.video-play img {
 width: 100px;
}
.own-video p {
color: #fff;
font-size: 25px;
margin-top: 20px;
position: relative;
}
@media only screen and (max-width:480px) { 
    .own-video h3 { font-size: 40px }
	.own-video p{font-size: 22px }
}
@media only screen and (max-width:414px) { 
    .own-video h3 { font-size: 35px }
	.own-video p{font-size: 20px }
}
@media only screen and (max-width:375px) { 
    .own-video h3 { font-size: 32px }
	.own-video p{font-size: 19px }
}
@media only screen and (max-width:360px) { 
    .own-video h3 { font-size: 30px }
	.own-video p{font-size: 17px }
}
@media only screen and (max-width:320px) { 
    .own-video h3 { font-size: 28px }
	.own-video p{font-size: 16px }
}
/*============================*
  09.END OWN VIDEO DESIGN
 *============================*/


/*===============================*
  11.START TESTIMONIAL DESIGN
 *=============================*/
.our_testimonial{background:url(../img/bg/01.jpg) fixed; background-size:cover;}
.testimonial{
    padding: 0px 30px 20px;
    margin: 0px 30px 10px;
    position: relative;
}
@media only screen and (max-width: 414px){
    .testimonial{ padding: 70px 10px 30px; }
}
.testimonial .pic{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #ffb900;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .title {
  text-align: center;
}
.testimonial .title h3{
color: #ffb900;
display: inline-block;
font-size: 20px;
font-weight: 700;
letter-spacing: 1px;
margin: 0 149px 20px;
text-transform: uppercase;
}
@media only screen and (max-width: 768px){
	.testimonial .title h3{margin: 20px 0; }
}
@media only screen and (max-width: 414px){
	.testimonial .title{ font-size: 12px; }
    .testimonial .post{ font-size: 11px; }
}
.testimonial .post{
	color: #fff;
    font-size: 15px;
}
@media only screen and (max-width: 414px){
	.testimonial .post{ display:inline-block; }
}
.testimonial .description{
color: #fff;
font-size: 16px;
line-height: 24px;
margin: 0 150px;
position: relative;
width: 90%;
}
@media only screen and (max-width: 768px){
    .testimonial .description{
		font-size: 18px;
		line-height: 25px;
		margin: 0 100px;
	}
}
@media only screen and (max-width: 480px){
    .testimonial .description{
	line-height: 20px;
}
}
@media only screen and (max-width: 414px){
    .testimonial .description{
	font-size: 16px;
	margin: 0 90px;
	width: 85%;
}
}
@media only screen and (max-width: 360px){
    .testimonial .description{
	font-size: 14px;
	margin: 0 85px;
	width: 80%;
}
}
.testimonial .description:before{
color: #ffb900;
content: "";
font-family: "FontAwesome";
font-size: 165px;
left: -180px;
position: absolute;
top: 45px;
}
@media only screen and (max-width: 768px){
    .testimonial .description:before{
		font-size: 135px;
		left: -140px; 
	}
}
@media only screen and (max-width: 480px){
    .testimonial .description:before{
		top: 60px; 
	}
}
@media only screen and (max-width: 414px){
    .testimonial .description:before{
		font-size: 120px;
		left: -130px;
		 
	}
}
@media only screen and (max-width: 360px){
    .testimonial .description:before{
		font-size: 115px;
		left: -125px;
		 
	}
}
.owl-theme .owl-controls {
    margin-top: 50px ;
    text-align: center;
	display: inline-block !important ;
}
.owl-theme .owl-controls .owl-page {
display: inline-block ;

}
.owl-controls .owl-page,
.owl-controls .owl-buttons div { cursor: pointer }
.owl-theme .owl-controls .owl-page span {
background-color: #ffb900 !important;
border-radius: 20px;
display: block;
height: 12px;
margin: 120px 5px 7px ;
width: 12px;
}
@media only screen and (max-width: 480px){
    .owl-theme .owl-controls .owl-page span{margin: 200px 5px 7px ;}
}
@media only screen and (max-width: 375px){
    .owl-theme .owl-controls .owl-page span{margin: 220px 5px 7px ;}
}
@media only screen and (max-width: 320px){
    .owl-theme .owl-controls .owl-page span{margin: 250px 5px 7px ;}
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span { background-color: #fff !important }
.owl-theme .owl-controls {
  display: block !important;
  margin-top: 0px;
  text-align: center;
}
/*===============================*
  11.END TESTIMONIAL DESIGN
 *=============================*/
 
/*=============================*
  12.START DOWNLOAD DESIGN
*============================*/
.download {background:#ffb900 none repeat scroll 0 0;}
.download_text {padding-top: 15px;}
@media only screen and (max-width: 768px){
    .download_img {

}
}
@media only screen and (max-width: 480px){
    .download_img {
	margin-top: 0;
}
}
@media only screen and (max-width: 480px){
.download_text {
margin-top: 60px;
text-align: center;
}
}
.download_text h3 {
  color: #333;
  font-size: 30px;
}
@media only screen and (max-width: 768px){
    .download_text h3 {
	font-size: 25px;
}
}
.download_text h2 {
color: #fff;
font-size: 44px;
font-weight: 700;
margin-bottom: 20px;
margin-top: 0;
}
@media only screen and (max-width: 768px){
    .download_text h2 {
	font-size: 40px;
}
}
.download_text p{
color:#fff; 
margin-bottom: 30px;
}
.download_btn {
  margin-right: 20px;
}
@media only screen and (max-width: 768px){
.download_btn {
  display: block;
  margin-bottom: 30px;
}
}@media only screen and (max-width: 480px){
.download_btn {
margin-right: 0px;
}
}
@media only screen and (max-width: 414px){
.download_btn {
margin-right: 0;
margin-bottom:30px
}
}
/*=============================*
  12.END DOWNLOAD DESIGN
*============================*/

/*============================* 
  13.START CUNTING DESIGN
 *===========================*/

.cunting {
	padding-top: 80px;
	padding-bottom: 50px;
	position: relative;
	width:100%;
	background-image: url(../img/bg/cunting-img.jpg); 
	background-size:cover; 
	background-position: center center; 
	background-attachment: fixed;
}
.cunting::before {
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.95;
  position: absolute;
  top: 0;
  width: 100%;
 }
.cunting_content {
margin-bottom: 30px;
padding: 50px;
}

.cunting_content h4 {
font-size: 28px;color: #fff;text-align: center; font-weight:300;font-style:normal;
margin-bottom:25px;
}

.btn-6 {
    color: #fff;
    background: #23811d;
	 border: 2px solid #389732;
    transition: none;
}
.btn-6c:hover {
    background: transparent;
    color: #23811d ;
    border: 2px solid #23811d;
}

/*============================* 
  13.END CUNTING DESIGN
 *===========================*/

/*=========================* 
  14.START NEWSSITE DESIGN
 *==========================*/
 .news-area {
  background: #fff none repeat scroll 0 0;
  padding-top:60px;
  padding-bottom:30px;
}
.news_box {
  background: #eee none repeat scroll 0 0;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 30px;
}
.teamOne {
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.teamOne .team_content {
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    margin: 20px;
}
.teamOne .team_content h4 {
    padding-bottom: 10px;
}
.teamOne .team_content h4 a {
    color: #ffb900;
    font-weight: 600;
}
.news_content_img {
border-radius: 10px 10px 0 0;
height: 250px;
width: 100%;
}
.news_content_text {
  display: inline-block;
  padding: 0 15px 15px;
}
.news_comment > span {
  margin-right: 10px;
}
.news_title a{
color: #333;
font-size: 25px;
font-weight: 700;
margin-top: 20px;
display: block;
transition:0.3s;
}
.news_title a:hover{color:#ffb900;}
.news_date {
  margin-bottom: 15px;
}
.news_name {
  float: left;
  height: 25px;
  margin-top: 30px;
}
.news_name img {
  float: left;
  height: 25px;
  width: 25px;
}
.news_name span {
  margin-left: 10px;
}
.news_comment {
  float: right;
  margin-top: 30px;
}
.news_comment i {
 margin-right: 5px;
}
/*=========================* 
  14.END NEWSSITE DESIGN
 *==========================*/
 

/*====================================================*
  16.START CONTACT FORM & CONTACT ADDRESS DESIGN
 *===================================================*/
.contact_area{
background: #e3f2fd none repeat scroll 0 0;
padding-top:10px;
padding-bottom:0px;
}
.contact {

}
@media only screen and (max-width:768px) { 
.contact {margin-bottom:40px;}
}
.input_padding {
    overflow: hidden;
    padding: 0 40px 56px;
}
.form-control {
background: #fff none repeat scroll 0 0;
border: 1px solid #fff;
border-radius: 5px;
box-shadow: none;
color: #333;
height: 50px;
}
.form-control:hover,
.form-control:focus {
    border: 1px solid #ffb900;
    box-shadow: none;
    outline: 0 none;
}
.btn-contact-bg {
background: #ffb900 none repeat scroll 0 0;
border-radius: 3px;
color: #fff;
font-size: 12px;
letter-spacing: 2px;
outline: medium none !important;
padding: 15px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #333;
    color: #fff;
}
@media only screen and (max-width:320px) { 
    .btn-contact-bg { padding: 10px 25px }
}
.mb0 { margin-bottom: 0 }

/*START CONTACT ADDRESS*/
.single-address {
margin-bottom: 15px;
}
.single-address i {
color: #ffb900;
float: left;
font-size: 20px;
height: 30px;
line-height: 30px;
margin-right: 10px;
width: 30px;
}
.single-address h4 {
    font-weight: 400;
    overflow: hidden;
    color: #6e6d6d;
}
.single-address p {
    margin-bottom: 0;
	overflow: hidden;
}
.contact_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.contact_social ul li { display: inline-block }
.contact_social ul li a {
border-radius: 30px;
color: #fff;
display: block;
font-size: 18px;
height: 45px;
line-height: 45px;
margin-right: 3px;
text-align: center;
transition: all 0.2s ease 0s;
width: 45px;
}
@media only screen and (max-width:320px) { 
.contact_social ul li a {margin-bottom: 3px; }
}
.contact_social ul li a:hover { color: #fff;background:#fc5004; }
.f_facebook{background:#3B5998;}
.f_twitter{background:#1A90D9;}
.f_google{background:#FF5252;}
.f_linkedin{background:#0077B5;}
.f_youtube{background:#D32322;}
.f_skype{background:#01A4E0;}
/*END CONTACT ADDRESS*/

/*====================================================*
  16.START CONTACT FORM & CONTACT ADDRESS DESIGN
 *===================================================*/

/*==========================*
  17.START FOOTER DESIGN
 *==========================*/
.footer {
background: #23811d  none repeat scroll 0 0;
  padding:30px 0;
}
.footer_logo{margin-bottom:10px;}
.footer_logo img {
  width: 100%;
}
/*START FOOTER SOCIAL DESIGN*/
.footer_social {
  margin-bottom: 10px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width:320px) { 
    .footer_social ul li a{
height: 40px;
line-height: 40px;
margin-right: 2px;
width: 40px;
}
}
.footer_social ul li { display: inline-block }
.footer_social ul li a {
border-radius: 30px;
color: #fff;
display: block;
font-size: 18px;
height: 45px;
line-height: 48px;
margin-right: 3px;
text-align: center;
transition: all 0.2s ease 0s;
width: 45px;
}
@media only screen and (max-width:320px) { 
.footer_social ul li a {margin-bottom: 3px; }
}
.footer_social ul li a:hover { color: #333;background:#fff; }
.f_facebook{background:#3B5998;}
.f_twitter{background:#1A90D9;}
.f_google{background:#FF5252;}
.f_linkedin{background:#0077B5;}
.f_youtube{background:#D32322;}
.f_skype{background:#01A4E0;}
.copyright p {
color:#fff;
margin-bottom: 0;
padding-top: 10px;
}
.copyright p a{ color:#ffb900;}
/*==========================*
  17.END FOOTER DESIGN
*===========================*/
.footer .ytext{color:#ffb900;}

.label {width:100px;text-align:right;float:left;padding-right:10px;font-weight:bold;}
			#contact-form label.error, .output {color:#FB3A3A;font-weight:bold;}
			.rc-anchor-light {
			background: #f9f9f9;
			border: 1px solid #d3d3d3;
			color: #000;
			width: 83%!important;
		}
		
		.g-recaptcha{width:265px!important;}
		.rc-anchor-normal {
			height: 74px;
			width: 255px!important;
		}
		.rc-anchor-normal .rc-anchor-content {
			height: 74px;
			width: 180px!important;
		}
		.rc-anchor-logo-portrait {
			margin: 10px 0 0 0px!important;
			width: 58px;
			-webkit-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
		}
		.rc-anchor-normal .rc-anchor-pt {
			margin: 4px 13px 0 0;
			padding-right: 2px;
			position: absolute;
			right: 0;
			text-align: left;
			width: 35%!important;
		   }
		   .form-control{
		   min-height:35px; !important}
		   select {

    background: #fff;
    width: 100%;
    outline: 0;
    border-radius: 10px;
    padding: 13px 20px;
    resize: none;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #252525;

}
td, th{
padding: 10px;

}
#minimal-bootstrap-carousel {
  position: relative;
  z-index: 99;
}

#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  z-index: 99999;
  text-align: right;
  text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box {
  display: table-cell;
  text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
  vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-bottom {
  vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-middle {
  vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .thm-container .box .content {
  display: block;
}

#minimal-bootstrap-carousel .carousel-control {
  background: none;
  width: 70px;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  visibility: visible !important;
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  z-index: 99;
}


#minimal-bootstrap-carousel .carousel-control.left {
  left: 1%;
}

#minimal-bootstrap-carousel .carousel-control.right {
  right: 1%;
}

#minimal-bootstrap-carousel .carousel-control:hover {
  opacity: 1;
  background: #000;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
  min-height: 500px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #242A34;
}

#minimal-bootstrap-carousel.slider-home-five .carousel-inner .item {
  min-height: 770px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-color: #242A34;
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel .carousel-control {
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
  }
  #minimal-bootstrap-carousel.slider-home-one .carousel-inner .item {
    min-height: 200px;
  }
}
.slider-home-one .content {
  padding-bottom: 100px;
}
.slider-home-one .content h2,
.slider-home-one .content p {
  margin: 0;
}
.slider-home-one .content p.labeled-text {
  display: inline-block;
  color: #fff;
  background: #C09A76;
  font-size: 19px;
  font-family: 'Lora';
  font-style: italic;
  padding: 5.5px 18px;
  margin-bottom: 23px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slider-home-one .content p.labeled-text.black-bg {
  background: #242424;
}
.slider-home-one .content h2 {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin-bottom: 13px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-home-one .content p {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-family: 'Poppins';
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-home-one .content a.thm-button {
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'Poppins';
  padding: 9px 28px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.slider-home-one .content a.thm-button:hover {
  background: #C09A76;
  color: #fff;
  border-color: #C09A76;
}
/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper {
	margin-top: 100px;

}

.rev_slider_wrapper .slide-content-box h2 {
    color: #e9d80c;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    text-transform: none;
    font-family: 'Courgette', cursive;
	
}
.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: 66px;
    text-transform: none;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
.rev_slider_wrapper .slide-content-box p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    line-height: 28px;
    margin: 0px 0 33px;
    font-family: 'Open Sans', sans-serif;
}
.rev_slider_wrapper .slide-content-box .button a{
    border: 2px solid #2acb35;
    background: #2acb35;
    padding: 12px 38px 11px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    margin-right: 16px;
    border-radius: 30px;
}
.rev_slider_wrapper .slide-content-box .button a:hover{
    background: #252525;
    border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.btn-style-two{
    background: #ffffff;
    border-color: #ffffff;
    color: #2acb35;
}
.rev_slider_wrapper .slide-content-box .button a.btn-style-two:hover{
    background: #2acb35;
    color: #ffffff;
}

.rev_slider_wrapper .slide-content-box.middle-slide h2{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide h1{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide p{
  text-align: center;
}
.rev_slider_wrapper .slide-content-box.middle-slide .button a{}

.rev_slider_wrapper .slide-content-box.right-slide h1{
    margin: 12px 0 7px
}


.tparrows {
    background: rgba(0, 0, 0, 0.08);
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 1000;
    transition: all 500ms ease;
    border-radius: 50%;
}
.tparrows:before{
    font-size:18px; 
    font-weight: 700;
    color:#fff; 
    display:block; 
    line-height: 50px; 
    text-align: center;
    transition: all 500ms ease;
}
.tparrows:hover{
    background:#2acb35;
}
.tparrows:hover:before{
    color: #fff;    
}
.rev_slider_wrapper .slotholder:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}
============================================================================================ */
/* Explor Room Area css
============================================================================================ */
.explor_room_area {
  background: #f6f6f6;
  padding: 100px 0px;
}

.explor_room_area .explor_title {
  padding-bottom: 55px;
}

.explor_room_area .explor_title .pull-right {
  margin-top: 10px;
}

.explor_room_area .explor_title .pull-right .about_btn_b {
  line-height: 46px;
}

.explor_room_area.explor_slider_area {
  position: relative;
  z-index: 2;
}

.explor_room_area.explor_slider_area:before {
  content: "";
  background: #ffb606;
  height: 505px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.explor_room_area.explor_slider_area .explor_title {
  padding-bottom: 41px;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider {
  text-align: center;
  margin-top: 45px;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-prev, .explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-next {
  height: 46px;
  width: 46px;
  text-align: center;
  font-size: 25px;
  color: #7e7e7e;
  border: 2px solid #d1d1d1;
  line-height: 41px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-prev:hover, .explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-next:hover {
  background: #ffb606;
  color: #fff;
  border-color: #ffb606;
}

.explor_room_area.explor_slider_area .explor_slider .explor_slider .owl-prev {
  margin-right: 26px;
}

.explore_room_list .explor_room_item_inner {
  margin-bottom: -50px;
  overflow: hidden;
}

.explore_room_list .explor_room_item_inner .explor_item {
  margin-bottom: 50px;
}

.explor_item {
  background: #fff;
  margin-bottom: 30px;
}

.explor_item .room_image {
  position: relative;
  display: block;
  max-width: 100%;
  overflow: hidden;
}
.explor_item:hover .room_image img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.explor_item .room_image img {
    max-width: 100%;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.explor_item .room_image:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.explor_item .room_image:hover:before {
  opacity: 1;
}

.explor_item .explor_text {
  overflow: hidden;
  padding: 35px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 3px 35px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
}

.explor_item .explor_text h4 {
  font-size: 20px;
 
  font-weight: bold;
  letter-spacing: .60px;
  color: #242424;
  text-transform: uppercase;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.explor_item .explor_text h4:hover {
  color: #ffb606;
}

.explor_item .explor_text ul {
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 22px;
}

.explor_item .explor_text ul:before {
    content: "";
    background: #eeeeee;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
}
.explor_item .explor_text ul li:hover{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    border-color: #ffb606;
}
.explor_item .explor_text ul li:hover i{
    color: #333;
    -webkit-transform: rotate(0deg );
    transform: rotate( 0deg );
}
.explor_item .explor_text ul li{
  display: inline-block;
    color: #898989;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .30px;
  font-size: 15px;
  border: 1px solid;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
    margin: 0px 3px;
    -webkit-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    border-radius: 7px;
    padding: 1px;
}
.explor_item .explor_text ul li i{
  color: #ffb606;
  letter-spacing: .30px;
  font-size: 15px;
  -webkit-transform: rotate( -45deg );
  transform: rotate( -45deg );
}
.explor_item .explor_text .explor_footer .pull-left h3 {
  font-size: 20px;
 
  font-weight: bold;
  color: #242424;
  letter-spacing: .60px;
  padding-top: 10px;
}

.explor_item .explor_text .explor_footer .pull-left h3 span {
  color: #a0a0a0;
  font-size: 14px;
}

.explor_item .explor_text .explor_footer .pull-right .book_now_btn {
  padding: 0px 13px;
  border: 2px solid #ffb606;
  line-height: 34px;
}
.service-icon.text-center {
    margin-bottom: 30px;
}
.banner_area {
  background: url("../images/banner-bg.png") no-repeat scroll center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

.banner_area:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner_inner_content {
  position: relative;
  padding: 140px 0px 50px 0px;
}

.banner_inner_content h2 {
  font-size: 48px;
 
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}

.banner_inner_content h3 {
  font-size: 48px;
 
  font-weight: 600;
  color: #fff;
  padding-bottom: 10px;
}

.banner_inner_content ul li {
  display: inline-block;
}

.banner_inner_content ul li a {
  font-size: 13px;
 
  font-weight: bold;
  letter-spacing: .39px;
  text-transform: uppercase;
  color: #fff;
  padding-right: 25px;
  position: relative;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_inner_content ul li a:before {
  content: "\f105";
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.banner_inner_content ul li:first-child a:before {
  display: none;
}

.banner_inner_content ul li:last-child a {
  padding-right: 0px;
}

.banner_inner_content ul li:hover a, .banner_inner_content ul li.active a {
  color: #ffb606;
}

.banner_inner_content h2 {
    font-size: 23px;
}

/** about-section **/
.about-contents .list li{
  position: relative;
  font-size: 14px;

  line-height: 26px;
  color: #000;
  margin-bottom: 6px;
  padding: 0px 0px 0px 24px;
}
.about-contents p{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #000;
  margin-bottom: 24px;
  padding: 0px 35px 0px 0px ;
}
.about-contents .list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  left: 0px;
  top: 2px;
  font-size: 13px;
  margin: 0px;
  color: #fab740;
}
.about-contents .section-title {
    background: none;
    font-size: 25px;
    margin-bottom: 9px;
	color: #242424;
	font-weight:bold;
}
.about-contents .list1 li:before{position: absolute;
  content: "\f01d";
  font-family: 'FontAwesome';
  left: 6px;
  top: 0px;
  font-size: 13px;
  margin: 0px;
  color: #fab740; }

.about-section{
  position: relative;
  background: #f6f6f9 url(../img/bg/bg.png);
  width: 100%;
  height: auto;
  left: 0px;
  top: 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 40px 0px;
}
.about-section:before{
  position: absolute;
  content: '';
  background: #f6f6f9 url(../../images/abtus.png);
  top: 5%;
  left: 0px;
  width: 50%;
  height: 80%;
  background-repeat: no-repeat;
  background-size: contain;
}
.about-section1:before{
  position: absolute;
  content: '';
  background: url(../../images/tariff.png);
  top: 0px;
  left: 0px;
  width: 46.5%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-section:after{
  position: absolute;
  content: '';
  background: #f5f5f8;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .95;
}
.about-section .about-content .section-title{
  background: none;
      font-size: 20px;
  margin-bottom: 9px;
}
.about-section .about-content{
  position: relative;
  background: #fff;
  float: right;
  padding: 34px 0px 41px 49px;
  display: inline-block;
  z-index: 1;
  width: 650px;
  

}
.about-section .about-content p{
  position: relative;
  font-size: 14px;
  font-family: 'Open Sans',sans-serif;
  line-height: 26px;
  color: #000;
  margin-bottom: 24px;
  padding: 0px 35px 0px 0px ;
}
.about-section .about-content .list li{
  position: relative;
  font-size: 15px;

  line-height: 26px;
  color: #000;
  margin-bottom: 6px;
  padding: 0px 0px 0px 24px;
}
.about-section .about-content .list li:before{
  position: absolute;
  content: "\f00c";
  font-family: 'FontAwesome';
  left: 0px;
  top: 2px;
  font-size: 13px;
  margin: 0px;
  color: #fab740;
}
.about-section .about-content .list1 li:before{position: absolute;
  content: "\f01d";
  font-family: 'FontAwesome';
  left: 6px;
  top: 0px;
  font-size: 13px;
  margin: 0px;
  color: #fab740; }
ul.list li {
    list-style: none;
}
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #23811d;
    height: 105px;
    transition: all 0.4s ease-in-out;
}
.navbar-brand img {
    width: 295px;
    margin-left: 10px;
    margin-top: -2px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    margin-top: 15px;
    z-index: 99999999;
    }
    .navbar-default{    z-index: 9999999;}
#wowslider-container1{top:auto;}


@media (max-width: 1099px) {
.menu-top li a {
		font-size: 14px; }
}
@media (max-width: 1023px) {
.menu-top li a {
		font-size: 14px; }
		.navbar-default {height:135px;}
	.navbar-right {
     float: none !important; 
    margin-right: -15px;
    margin-top: 76px;
    text-align: center;
}	
.nav>li>a {
    position: relative;
    display: block;
    padding: 0px 11px !important;
}
}
@media only screen and (max-width:480px) {.navbar-brand img {
        margin-top: -13px; width:290px;} .navbar-default {height:100px;}
		.navbar-right {
     float: none !important; 
    margin-right: -15px;
    margin-top: 0px;
 
	margin-top: 5px;
    text-align:left;
}
.navbar-default .navbar-nav > li > a {   line-height: 30px;}
.section-title h2 {
    font-size: 27px; }
	.navbar-default.menu-shrink{height:85px;}
	.banner_inner_content h2 {
    font-size: 30px;
}
.banner_area {
margin-top: 20px; }
.about-section {padding:0px; }
	 }
	 @media only screen and (max-width: 499px) {
.about-section .about-content {
    padding: 34px 0px 41px 10px;
}
	 }
@media only screen and (max-width: 767px) {
.about-section .about-content {
    width: 100%;
}
}
.activities_title .resort_title {
  padding: 100px 0px;
}

.activities_title .resort_title:before {
  display: none;
}

.activities_title .resort_title h5 {
  position: relative;
  padding-bottom: 18px;
}

.activities_title .resort_title h5:before {
  content: "";
  width: 70px;
  height: 1px;
  background: #242424;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.activities_title .resort_title p {
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  line-height: 26px;
  color: #898989;
  letter-spacing: .225px;
  padding-top: 30px;
}

.activities_area .activities_item_inner {
  padding: 70px 0px;
}

.activities_area .activities_item_inner .activities_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.activities_area .activities_item_inner .activities_item_row .col-md-6 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.activities_area .activities_item_inner .activities_item_row .activities_img {
  display: block;
  position: relative;
}

.activities_area .activities_item_inner .activities_item_row .activities_img:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.activities_area .activities_item_inner .activities_item_row .activities_img img {
  max-width: 100%;
}

.activities_area .activities_item_inner .activities_item_row .activities_img:hover:before {
  opacity: 1;
}

.activities_area .activities_item_inner .activities_item_row .activities_content {
  padding-left: 40px;
}

.activities_area .activities_item_inner .activities_item_row .activities_content h4 {
  color: #242424;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 26px;
  letter-spacing: 0.96px;
  padding-bottom: 20px;
  line-height: 44px;
}

.activities_area .activities_item_inner .activities_item_row .activities_content h4 span {
  color: #ffb606;
}

.activities_area .activities_item_inner .activities_item_row .activities_content p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: .225px;
  color: #2a2929;
  margin-bottom: 25px;
}

.activities_area .activities_item_inner .activities_item_row .activities_content.left_activities {
  padding-left: 0px;
  padding-right: 100px;
}

.activities_area .activities_item_inner:nth-child(odd) {
  background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
.activities_area .activities_item_inner .activities_item_row .activities_content {
        padding-left: 0px;
    }
    .activities_area .activities_item_inner .activities_item_row .activities_content.left_activities {
        padding-left: 0px;
        padding-right: 0px;
    }
    .activities_area .activities_item_inner .activities_item_row .activities_content h4 {
        padding-bottom: 20px;
    }
	  .activities_area .activities_item_inner .activities_item_row {
        display: block;
    }
    .activities_item_inner .activities_item_row .col-md-6{
        display: block;
        width: 100%;
    }  
    .activities_area .activities_item_inner .activities_item_row .activities_img{
        text-align: center;
    }
    .activities_area .activities_item_inner .activities_item_row .activities_content {
        max-width: 570px;
        margin: 30px auto 0px;
        
    }
    .activities_area .activities_item_inner .activities_item_row .activities_content.left_activities {
        margin: 0px auto 30px;
    }
}

.main-nav ul.nav>li>a {
    position: relative;
    padding: 12px 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    transition: all 0.3s ease;
}

.main-nav ul.nav>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 0%;
    height: 2px;
    background-color: #ffed00;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.main-nav ul.nav>li>a:hover::after {
    width: 60%;
}

.main-nav ul.nav>li>a:hover {
    color: #ffed00;
}

/* End Explor Room Area css