
/*==================================

font-family: 'Montserrat', sans-serif;
font-family: 'Oswald', sans-serif;

==================================== */

/*-------------------------------------
		1.General css (Reset code)
--------------------------------------*/
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	font-size:14px;
	background: #fff;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

a,a:hover,a:active,a:focus {
	display:inline-block;
	text-decoration:none;
	font-size:14px;
	padding:0;
}
h1,h2,h3,h4,h5,h6 { 
	margin: 0;
	text-transform: capitalize;
}
p {
	margin: 0;
	font-size:14px;
}

img{border:none;max-width:100%; height:auto;}

ul{
	padding: 0;
    margin: 0;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea{box-shadow:none;outline:0!important;}


html,body{
    height: 100%;
	position: relative;
	font-family: 'Montserrat', sans-serif;
    z-index: 2;
}
[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

.padd0{
	padding:0px;
}

.mobileVersion{
	display:none;
}

/*=============Style css=========*/

/*-------------------------------------
		2. Header
--------------------------------------*/
/* .wrapper {
    position: relative;
    z-index: -1;
} */

.header{
	padding:8px;
	background:#f3f2f0;

}
.header li a{
	color: #707070;
	outline: 0;
	font-size:15px;
}
/* header-left  */
.header-left li {
    display: inline-block;
	margin-right: 50px;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}

.header-left li :hover {
	color: #ffd400;

}/* header-left  */

/* header-right */
.header-right {
	color: #707070;
	font-family: 'Montserrat', sans-serif;
	
}
.header-right li {
	display:inline-block;
}
.header-right li {
	font-size:15px;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 7px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	
}

/* header-right */


/*-------------------------------------
		3. Menu
--------------------------------------*/
#menu{
	z-index: 999;
}
/* navbar-brand */
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus{
	margin-top:25px;
	padding:0;
}/* navbar-brand */

/* wrapper-sticky */
.wrapper-sticky{
	position: relative;
	display: inline-block;
	background:#FFF;
}

/* sticky */
.sticky{
	background-color: rgba(255, 255, 255, .4);
	padding:0px;
	height:85px;
	color: #fff;
}

.sticky  .navbar-brand{
	margin-top:20px;
}
.sticky  .navbar-default .navbar-nav li a,
.sticky  .navbar-default .navbar-nav li a:focus,
.sticky  .navbar-default .navbar-nav li a:hover{
	color:#707070;
	margin: 0px 0px;
}

.sticky  .navbar-default .navbar-nav li.active a{
	color:#FFF !important;
}

.sticky .navbar-default .navbar-toggle ,
.sticky .navbar-default .navbar-toggle:focus,
.sticky .navbar-default .navbar-toggle:hover {
    background-color: transparent;
    border: 1px solid #000;
    margin-top: 15px;
}/* sticky */

/* wrapper-sticky */

.navbar-brand>img{
	max-width:80%;
	position:relative;
	z-index:2;
}

/* navbar-default */
.navbar-default {
    background-color: transparent;
    border-color: transparent;
	margin-bottom:0px;
}
.navbar-default .navbar-nav li a{
	font-size: 15px;
	color: #707070;
	font-family: 'Montserrat', sans-serif;
	margin-top:0px;
	padding: 0 10px !important;
	margin-right:10px !important;
	line-height:85px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.navbar-default.navbar-nav li a:active,
.navbar-default.navbar-nav li a:focus,
.navbar-default .navbar-nav li a:hover{
	color: #fff;
	outline: 0;
	margin-top:0px;
	padding-left:10px;
	background:#fcc219;

}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
	background:#fcc219;
    color: #FFF;
	font-family: 'Montserrat', sans-serif;
	margin-top:0px;
}/* navbar-default */

/* navbar-toggle*/
.navbar-default .navbar-toggle ,
.navbar-default .navbar-toggle:focus,
 .navbar-default .navbar-toggle:hover {
    margin-top: 25px;
	border-radius:0px;
	border:0px;
	background-color:transparent;
	margin-right:0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #d02334;

}/* navbar-toggle*/

.navbar-default .navbar-nav .dropdown-menu li a{
	margin:0 !important;
	line-height:50px;
}

.navbar-right .dropdown-menu{
	right:auto !important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	background: #fcc219;
	color:#FFF;
}


.search span {
    position: absolute;
    right: 0px;
	font-weight:700;
    top:35px;
    cursor: pointer;
    z-index: 1;
    color: #707070;
}
.search input {
    position: absolute;
    top:10px;
    width:320px !important;
    height: 20px;
    border-radius: 4px;
    font-size: 14px;
    padding:20px;
    border: 1px solid #ccc;
    z-index: 1;
    opacity:0;
}
.search input.active{
	border-radius: 0 4px;
}/* .search */


.search .searchBox{
	background:#FFF;
	padding:15px;
	box-shadow: 0 10px 30px rgba(112,134,230,.2);
	position: absolute;
    top:85px;
	right:-50px;
	width:350px;
	height:70px;
	opacity: 0;
	z-index:2;
}

/*-------------------------------------
		4. Slider
--------------------------------------*/
.header-slider-area {
    position: relative;
    z-index: 1;
}
/* .single-slide-item */
.single-slide-item {
    padding-top:180px;
    padding-bottom:180px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.single-slide-item h2 {
	color:#fff;
	font-size:45px;
	font-weight:600;
	line-height: 1.28;
	margin-bottom: 27px;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	text-shadow: 0px 1px 6px #000000;
}
.single-slide-item p {
	color:#fff;
	font-size:16px;
	max-width:805px;
	font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
	margin-bottom:51px;
	text-shadow: 0px 1px 6px #000000;
}

.offset-left{
	left:20%;
	top:50px;
}



.common-btn{
	border:1px solid #fcc219;
	display:inline-block;
	padding:4px;
}

.common-btn button, .common-btn button:active, .common-btn button:focus{
	width:181px;
    height: 40px;
	padding:8px 12px; 
    background: #fcc219;
    position: relative;
    border: none;
	font-family: 'Montserrat', sans-serif;
	text-transform:uppercase;
    color: #363533;
	text-align: left;
    font-size:14px;
    font-weight: 500;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}

.common-btn  button:after{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
	background-image:url(../../assets/images/banner/arrow.png);
	width:55px;
	height:40px;    
}

.single-slide-item.slide-1 {
	background-image:url(../../assets/images/banner/banner1.jpg);
	position:relative;
	z-index:1;
}
.single-slide-item.slide-2 {
	background-image:url(../../assets/images/banner/banner1.jpg);
	position:relative;
	z-index:1;
}

.single-slide-item.slide-3 {
	background-image:url(../../assets/images/banner/banner1.jpg);
	position:relative;
	z-index:1;
}

.single-slide-item.slide-1:before,.single-slide-item.slide-2:before{
	
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
	z-index:-1;
}
.single-slide-item-img img{
	width:auto;
	height:705px;
}
/* .single-slide-item */


/* .carousel-indicators */
.carousel-indicators {
    bottom: 40px;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 12px 10px 0 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    border-radius: 10px;
	-webkit-box-shadow: 0 2px 10px 1px #373856;
	-moz-box-shadow: 0 2px 10px 1px #373856;
	box-shadow: 0 2px 10px 1px #373856;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin:12px 10px 0 0;
    background-color: #d02334;
	border:1px solid #d02334;
}
/* .carousel-indicators */

/* .carousel-control */
.carousel-control {
	position:absolute;
	width:50px;
	height:50px;
	line-height:55px;
	text-align:center;
	top:39.5%;
	left:20px;
	background:transparent;
	color:#000;
	font-size: 22px;
	font-weight:700;
	font-family: 'Montserrat', sans-serif;
	border-radius: 50%;
	-webkit-transition:.5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
}
.carousel-control:hover {
	background-color: rgba(255, 255, 255, .4);
	color:#6967d1;
	font-size: 22px;
}
.carousel-control.left,
.carousel-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 0%);
	background-color: rgba(255, 255, 255, .4);
	border-radius:4px;
}

.carousel-control.right{
	right:20px;
}

/* .carousel-control */

/* .carousel-fade */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*-------------------------------------
		4. welcome-links
--------------------------------------*/

.welcome-links{
	padding-bottom:50px;
}

.welcome-links h2{
	font-weight:400;
	font-size:45px;
	color:#233e58;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:40px;
}

.welcome-links p{
	text-align:center;
	font-size:14px;
	line-height:25px;
	margin-bottom:30px;
}

.welcome-links .top-content{
	border-radius:5px;background:#FFF;
	padding:35px 22px;
	-webkit-box-shadow: 0 2px 10px 1px #e5e5e5;
	-moz-box-shadow: 0 2px 10px 1px #e5e5e5;
	box-shadow: 0 2px 10px 1px #e5e5e5;
	margin-bottom:50px;
	position:relative;
	bottom:30px;
	z-index:5;
	display:inline-block;
}

.welcome-links .top-content p{
	margin-bottom:15px;
	line-height:25px;
	font-size:14px;
}

.welcome-links .top-content .rightContent{
	border-left:1px solid #b0b0b0;
}

.welcome-links .top-content .rightContent h4{
	font-family: 'Oswald', sans-serif;
	font-weight:500;
	font-size:20px;
	color:#707070;
	margin-bottom:15px;
}

.welcome-links .top-content .rightContent li{
	color:#707070;
	font-size:14px;
	padding-bottom:10px;
}
.welcome-links .top-content .rightContent li a{
	color:#707070;
}


/*-------------------------------------
		5. our-Services
--------------------------------------*/
.our-Services{
  background-image: url(../../assets/images/service/service-Bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:800px;
  position: relative;
  overflow: hidden;
  padding: 100px 0 80px;
  color:#FFF;
}

.our-Services h3{
	font-size:35px;
	font-weight:400;
	color:#e7eaec;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:70px;
}


.our-Services .service-Slider .thumbnail{
	min-height:500px;
	padding:0px;
	border:0px;
	position:relative;
	-webkit-box-shadow: 0 2px 10px 1px #19232c;
	-moz-box-shadow: 0 2px 10px 1px #19232c;
	box-shadow: 0 2px 10px 1px #19232c;
	
}

.our-Services .service-Slider .thumbnail .T-LR-corner{
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.our-Services .service-Slider .thumbnail h3{
	color:#fcc219;
	font-size:15px;
	font-weight:700;
	text-transform:capitalize;
	margin-bottom:20px;
}

.our-Services .service-Slider .thumbnail .B-LR-corner{
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	position: absolute;
    bottom: 0;
}

.our-Services .service-Slider .thumbnail .caption{
	padding:30px 22px 0px 22px;
}

.our-Services .service-Slider .thumbnail .caption p{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:25px;
}

.our-Services .service-Slider .carousel-indicators{
	bottom: -40px;
}

/*-------------------------------------
		6. core Area
--------------------------------------*/

.coreArea{
    padding: 116px 0 160px;
	background:#ededee;
	position:relative;
}

.coreArea .container{
	position:relative;
}

.coreArea:before{
	background-image: url(../../assets/images/counter/counter-Bg.png);
    content: ' ';
    position: absolute;
	left:0;
	top:0;
	width:391px;
	height:406px;
}


.coreArea .coreArea-Content{
	background:#FFF;
	border:10px solid #dddddd;
	-webkit-box-shadow: 0 2px 10px 1px #c4c4c4;
	-moz-box-shadow: 0 2px 10px 1px #c4c4c4;
	box-shadow: 0 2px 10px 1px #c4c4c4;
	height:556px;
}

.coreArea .getIntouch{
	padding:40px 0px 60px 0px;
}

.coreArea .getIntouch h4{
	font-size:35px;
	font-weight:400;
	color:#233e58;
	margin-bottom:30px;
	text-transform:uppercase;
	margin-left:12px;
}

.coreArea .getIntouch .form-group{
	margin-bottom:30px;
}

.coreArea .getIntouch .form-control{
	height:26px;
}

.coreArea .getIntouch label{
	font-size:14px;
	color:#707070;
	font-weight:400;
	text-transform: capitalize;
	font-family: 'Oswald', sans-serif;
}

.coreArea .getIntouch input[type="text"], .coreArea .getIntouch input[type="textarea"],
  select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fcc219;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  text-transform:lowercase;
}

.coreArea .getIntouch input[type="textarea"]{
	height:100px;
}

.coreArea .testimonials{
	padding:40px 0px 60px 0px;
}

.coreArea .testimonials h4{
	font-size:35px;
	font-weight:400;
	color:#233e58;
	margin-bottom:20px;
	text-transform:uppercase;
	margin-left:12px;
	text-align:center;
}

.coreArea .testimonials .circle{
	border-radius:50%;
	border:8px solid #d02334;
	width:150px;
	height:150px;
}


.coreArea .testimonials .thumbnail{
	border:0px;
}

.coreArea .testimonials .thumbnail p{
	text-align:center;
	font-size:14px;
	line-height:25px;
}

.coreArea .testimonials .thumbnail p.quote{
	margin:20px 0;
}


.coreArea .testimonials .carousel-indicators{
	bottom:-25px;
}

.coreArea  .hotels{
	position:relative;
	margin-bottom:25px;
}


.coreArea .hotels:before{
	background-color: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 0;
}

.coreArea  .hotels .text-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
  width:100%;
  text-align:center;
}

.coreArea  .hotels .text-block h4{
	font-family: 'Oswald', sans-serif;
	font-size:25px;
	color:#FFF;
	font-weight:700;
	margin-bottom:15px;
}

.coreArea  .hotels img{
	height:100%;
}


.coreArea  .hotels .text-block h5{
	font-family: 'Oswald', sans-serif;
	font-size:18px;
	color:#FFF;
	font-weight:700;
	margin-bottom:15px;
}
.mT80{
	margin-top:80px;
}

/*===============================
    Map Start 
===============================*/

#map-canvas {
	margin: 0;
	padding: 0;
	height: 535px;
	max-width: none;
}
#map-canvas img {
	max-width: none !important;
}


#iw-container .iw-title {
	font-size: 22px;
	font-weight: 400;
	padding: 10px;
	background-color: #48b5e9;
	color: white;
	margin: 0;
	border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin-right: 1px;
	padding: 15px 5px 20px 15px;
	max-height:230px;
}
.iw-content img {
	float: right;
	margin: 0 5px 5px 10px;	
}
.iw-subTitle {
	font-size: 16px;
	font-weight: 700;
	padding: 5px 0;
	text-transform:uppercase;
}

.iw-content p{
	margin-bottom:10px;
}


.iw-bottom-gradient {
	position: absolute;
	width: 326px;
	height: 25px;
	bottom: 10px;
	right: 18px;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.gm-ui-hover-effect{
	border-radius:0px !important;
	box-shadow:none !important;
	border:0px !important;
	top: 10px !important;
    right:10px !important;
}

/*===============================
    Footer Start 
===============================*/

.footer-content{
  background-image: url(../../assets/images/footer/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color:#FFF;
  padding-top:100px;
}

.footer-Logo{
	border-radius:5px;background:#FFF;
	padding:25px;
	-webkit-box-shadow: 0 2px 10px 1px #16293b;
	-moz-box-shadow: 0 2px 10px 1px #16293b;
	box-shadow: 0 2px 10px 1px #16293b;
	margin-bottom:20px;
	position:absolute;
	z-index:10;
	display:inline-block;
	text-align:center;
	margin-top:60px;
	width:100%;
}

.top-Link li{
	display:inline-block;
	color:#707070;
	margin-bottom:15px;
}

.top-Link li a{
	color:#707070;
	font-size:16px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

.bottom-Link li{
	display:inline-block;
	color:#707070;
	margin-bottom:15px;
}

.bottom-Link li a{
	color:#707070;
	font-size:12px;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
}

.footer-content .newletter {
	margin-top:110px;
}

.footer-content .newletter li{
	font-size: 20px;
    display: flex;
}

.footer-content .newletter li i{
	font-size:50px;
	font-weight:300;
	margin-right:20px;
}

.footer-content .newletter li h4{
	font-weight:500;
}

.footer-content .newletter li h4 small{
	font-size:12px;
	display:inline-block;
	color:#FFF;
	padding-top:12px;
}

.footer-content .newletter input, .footer-content .newletter button{
	height:45px;
}

.footer-content .newletter .btn-sub{
	background:#cd2333;
	font-weight:600;
	font-size:15px;
}

.footer-content .newletter .btn-sub:hover{
	color:#FFF;
}

.mT130{
	margin-top:130px;
}

.mT150{
	margin-top:150px;
}

.footer-content .footer-Links h5{
	color:#dadada;
	font-size:18px;
	font-weight:700;
	margin-bottom:15px;
}

.footer-content .footer-Links li a{
	color:#FFF;
	font-size:13px;
	line-height:24px;
}

.footer-content .copyright{
	background:#1a334b;
	padding:12px;
	margin-top:50px;
}

.footer-content .copyright p{
	text-align:center;
	font-size:14px;
	color:#FFF;
}

.fixed-links{
	position:fixed;
	right:0;
	z-index:50;
	margin-top:150px;
}


.mobileViewN{
	display:none !important;
}


/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    z-index:15;
    color: #fff;
    background:#7370d8;
	border:1px solid #7370d8;
	border-radius:5px;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#7370d8;
    color: #fff;
	border:1px solid #7370d8;
	border-radius:50%;
}

/*========================Thank you=================*/