@charset "UTF-8";
/* CSS Document */

/*==============================================================
	Common Styles Initials
==============================================================*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

*, *:after, *:before {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	width: 100%;
	min-height: 100%;
	color: #666;
	background: #fff;
}

a {
	outline: none;
	text-decoration: none;
	color: #555;
}

a:hover, a:focus{
	outline: none;
	text-decoration: none;
}

input, textarea, select {
	outline: none;
	resize: none;
	font-family: 'Roboto', sans-serif;
}

a, input, button{
	outline:none !important;
}

 button::-moz-focus-inner {
 	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: trajan-pro-3, serif;
	margin: 0;
	padding: 0;
	font-weight: 400;
	color: #3b3a43;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
}

.slick-slide{
	outline: none !important;
}

.bg_img{
	display: none;
}

/*==============================================================
	Bootstrap Hack
==============================================================*/

.form-control::-webkit-input-placeholder{opacity:1;}
.form-control:-moz-placeholder{opacity:1;}
.form-control::-moz-placeholder{opacity:1;}
.form-control:-ms-input-placeholder{opacity:1;}

.nav > li > a:hover, .nav > li > a:focus, .nav > li.active > a, .nav > li.active > a:focus{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}


/*==============================================================
	Custom Style
==============================================================*/

.container {
	max-width: 1170px;
	width:100%;
	padding: 0 15px;
}

/*=================Header Start =================*/
.header-wrap{
	position: relative;
	width: 100%;
	background: #3b3a43;
	padding: 5px 30px 10px 30px;
}
.header-logo{
	width: 180px;
}
.header-logo a{
	display: inline-block;
}
.header-icon{
	padding-bottom: 15px;
}
.header-icon ul li{
	padding: 0 5px;
}
.header-icon ul li:last-child{
	padding-right: 0;
}
.header-icon ul li a{
	font-size: 20px;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-icon ul li a:hover{
	color: #fea581;
}
.header-menu .navbar{
	padding: 0;
}
.header-menu .navbar-nav li{
	padding: 0 47px;
}
.header-menu .navbar-nav li:last-child{
	padding-right: 0;
}
.header-menu .navbar-nav li a{
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	position: relative;
	padding-bottom: 34px;
}
.header-menu .navbar-nav li a:after{
	content: "";
	width: 100%;
	height: 16px;
	background: #fea581;
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.header-menu .navbar-nav li a:hover:after,
.header-menu .navbar-nav li.active a:after{
	opacity: 1;
	visibility: visible;
}
.header-menu .navbar-nav li.active a,
.header-menu .navbar-nav li a:hover{
	color: #fea581;
}
.navbar-toggler{
	width: 30px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: transparent;
	display: none;
}
.navbar-toggler-icon{
	width: 100%;
	height: 100%;
	color: #fea581;
	font-size: 25px;
}

/*=================banner css=================*/
.banner-wrap .banner-slide{
	height: 660px;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-content-wrap{
	padding: 0 15px;
}
.banner-content h1{
	font-size: 36px;
	line-height: 46px;
	text-align: center;
	color: #3b3a43;
	margin-bottom: 45px;
}
.banner-slider .slick-arrow{
	font-size: 20px;
	height: 44px;
	width: 35px;
	font-size: 0;
	border: none;
	z-index: 12;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.banner-slider .slick-arrow.slick-prev{
	left: 35px;
	background-image: url('../images/banner-prev-arrow.png');
	background-repeat: no-repeat;
}
.banner-slider .slick-arrow.slick-next{
	right: 35px;
	background-image: url('../images/banner-next-arrow.png');
	background-repeat: no-repeat;
}
.read-more-btn a{
	display: inline-block;
	height: 132px;
	width: 132px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
	background-color: #fea581;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.read-more-btn a:hover{
	background-color: #000;
}
.home-content-wrap {
	padding: 40px 0;
}
.home-content-wrap .container{
	max-width: 1290px;
}
.title{
	text-align: center;
}
.title h3{
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 20px;
}
.content-box .content-box-text{
	font-size: 20px;
	line-height: 30px;
	color: #878787;
	text-align: center;
}
.home-about-wrap{
	padding-bottom: 20px;
}
.services-list{
	padding-top : 30px;
}
.services-list .container{
	max-width: 1520px;
}
.service-box-wrap{
	text-align: center;
}
.service-box-wrap h4{
	font-size: 25px;
	line-height: 35px;
	padding-top: 20px;
	padding-bottom: 15px;
}

/*=================stay in touch css=================*/
.stay-in-touch-wrap{
	text-align: center;
	padding: 40px 0 45px;
	background-color: #3b3a43;
}
.stay-in-touch-wrap .container{
	max-width: 640px;
}
.stay-in-touch-wrap .title h3{
	color: #e5896a;
}
.stay-in-touch-text{
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	padding-bottom: 5px;
}
.newsletter-form .newsletter-field-email{
	float: left;
	width: calc(100% - 84px);
}
.newsletter-form .newsletter-field-email input{
    height: 45px;
    width: 100%;
    background-color: #ffffff;
    border: none;
    padding: 0 15px;
    font-size: 15px;
    color: #4e4e4e;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.newsletter-form .newsletter-field-email input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4e4e4e;
  opacity: 1;
}
.newsletter-form .newsletter-field-email input::-moz-placeholder { /* Firefox 19+ */
  color: #4e4e4e;
  opacity: 1;
}
.newsletter-form .newsletter-field-email input:-ms-input-placeholder { /* IE 10+ */
  color: #4e4e4e;
  opacity: 1;
}
.newsletter-form .newsletter-field-email input:-moz-placeholder { /* Firefox 18- */
  color: #4e4e4e;
  opacity: 1;
}
.newsletter-form .newsletter-field-button{
	float: right;
}
.newsletter-form .newsletter-field-button .newsletter-submit{
    height: 45px;
    width: 84px;
    background-image: url(../images/newsletter-btn-bg.png);
    background-repeat: no-repeat;
    border: none;
    background-position: center;
    border: none;
    cursor: pointer;
    font-size: 0;
}
/*=================footer css=================*/

.footer-wrap{
	background-color: #3b3a43;
}
.footer-wrap .container{
	max-width: 1820px;
}
.footer-wrap .footer-top{
	padding: 30px 0 10px;
}
.footer-top .footer-links ul > li a{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-top .footer-links ul > li a:hover{
	color: #fea581;
}
.footer-newsletter span{
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	padding-right: 15px;
}
.footer-newsletter .newsletter-form .newsletter-field-email{
	float: left;
	width: calc(100% - 210px);
}
.footer-bottom{
	padding-bottom: 15px;
}
.footer-bottom .copyright{
	font-size: 16px;
	line-height: 37px;
	color: #ffffff;
}
.footer-bottom .social-links .header-icon{
	padding-bottom: 0;
}

/*=================service page css=========================*/
.service-content-list-wrap .container{
	max-width: 610px;
}
.service-content-list-wrap{
	padding: 15px 0 30px;
}
.service-content-list-wrap ul li{
	text-align: left;
	padding-left: 25px;
	position: relative;
	font-size: 20px;
	line-height: 30px;
}
.service-content-list-wrap ul li::before{
	content: "\f111 ";
	font-family: 'FontAwesome';
	color: #fea581;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 11px;
	line-height: 22px;
}
.inner-banner-wrap{
	background-repeat: no-repeat;
	background-size: cover;
}
.inner-banner-wrap .container{
	max-width: 1500px;
}
.inner-banner-wrap .inner-banner-content{
	padding-top: 5%;
	padding-bottom: 48%;
}
.inner-banner-content h1{
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	text-align: center;
}

/*our rates css*/
.our-rates-wrap{
	padding: 40px 0;
}
.our-rates-content .title{
	text-align: left;
}
.our-rates-content h1{
	position: relative;
	font-size: 30px;
	line-height: 35px;
	color: #f8a482;
	padding-bottom: 10px;
}
.our-rates-content h1 span{
	font-size: 18px;
	line-height: 23px;
	color: #3b3a43;
}
.our-rates-content h1::after{
	content: " ";
	height: 5px;
	width: 97px;
	background-color: #3b3a43;
	position: absolute;
	left: 0;
	bottom: 0;
}
.our-rates-text{
	padding-top: 5px;
}
.our-rates-text p{
	margin-bottom: 5px !important;
}
.package-list-wrap .container{
	max-width: 980px;
}
.package-box{
	background-repeat: no-repeat;
	text-align: left;
	min-height: 400px;
}
.tooltip-content-wrap{
	max-width: 52%;
	margin: 0 auto;
	padding-top: 30px;
}
.tooltip-content{
	font-size: 10px;
	line-height: 16px;
	font-weight: 700;
	padding-bottom: 5px;
	color: #fff;
}
.tooltip-content strong{
	font-size: 20px;
	line-height: 24px;
	color: #fff;
}
.tooltip-content p{
	font-size: 20px;
	line-height: 24px;
	color: #f8a482;
	margin: 0;
	font-weight: 300;
}
.package-list-wrap .our-rates-text{
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
.package-list-wrap ul{
	text-align: center;
	padding-top: 45px;
	padding-bottom: 15px;
}
.package-list-wrap ul > li{
	height: 100%;
	width: 224px;
	padding: 0 10px;
	display: inline-block;
}
.package-detail{
	position: relative;
	top: 76px;
	max-width: 80%;
	margin: 0 auto;
}
.package-index{
	font-size: 48px;
	line-height: 42px;
	font-weight: 300;
	color: #ffffff;
}
.package-name{
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	color: #fff;
	padding-left: 3px;
}
.package-price{
	font-size: 12px;
	line-height: 10px;
	font-weight: 700;
	color: #fff;
}
.package-price span{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #fff;
}

/*contact us css*/
.contact-us-wrap{
	padding: 40px 0;
}
.contact-us-wrap .contact-text{
	text-align: center;
}
.contact-address{
	font-size: 28px;
	line-height: 38px;
	color: #878787;
	font-weight: 400;
}
.contact-address ul{
	padding-top: 0;
}
.contact-address ul > li{
	display: inline-block;
	padding: 0 10px;
}
.contact-address ul > li span{
	font-family: trajan-pro-3, serif;
	font-size: 32px;
	line-height: 42px;
	color: #fea581;
}
.contact-address ul > li > a{
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	color: #878787;
	word-break: break-all;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contact-address ul > li > a:hover{
	color: #fea581;
}
.form-title-text p{
	font-family: trajan-pro-3, serif;
	font-size: 22px;
	line-height: 38px;
	color: #3b3a43;
	padding-top: 15px;
	padding-bottom: 10px;
}
.contact-form-wrap .container{
	max-width: 1140px;
}
.contact-form-wrap .form-group{
	position: relative;
	margin-bottom: 20px !important;
}
.contact-form-wrap .form-group .form-control{
	height: 60px;
	font-size: 18px;
	line-height: 28px;
	color: #878787;
	border: 1px solid #d9d9d9;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.contact-form-wrap .form-group textarea.form-control{
	height: 160px;
}
.contact-form-wrap .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #878787;
  opacity: 1;
}
.contact-form-wrap .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #878787;
}
.contact-form-wrap .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #878787;
}
.contact-form-wrap .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color: #878787;
}
.contact-form-wrap .form-group .form-control:focus{
	box-shadow: none;
	outline: 0;
}
.contact-form-checkbox{
	padding-top: 0;
	padding-bottom: 5px;
}
span.wpcf7-list-item{
	position: relative;
	margin-left: 0;
}
.wpcf7-form  label {
  position: relative;
  cursor: pointer;
}
.wpcf7-form  input[type=checkbox] {
	position: relative;
 	visibility: hidden;
 	display: none;
}
.wpcf7-form  input[type=checkbox] + span {
	font-family: trajan-pro-3, serif;
	padding-left: 40px;
	font-size: 20px;
    line-height: 30px;
    color: #3b3a43!important;
    font-weight: 400!important;
    position: relative;
    display: block;
}
.wpcf7-form  input[type=checkbox] + span:before {
	display: block;
 	content: "";
    width: 27px;
    height: 27px;
    background-color: #ffffff;
    border: 2px solid #d9d9d9;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7-form  input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    border-radius: 100%;
    height: 23px;
    width: 23px;
    top: 0;
    left: 0;
    visibility: hidden;
    background: #000;
    margin: 2px;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7-form  input[type=checkbox]:checked + span:after {
   visibility: visible;
}
.contact-form-wrap p{
	font-size: 20px;
	line-height: 30px;
	color: #3b3a43;
	padding-left: 40px;
}
.contact-form-wrap .submit-btn{
	text-align: center;
}
.contact-form-wrap .submit-btn .submit{
	display: inline-block;
	height: 132px;
	width: 132px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	background-color: #000;
	border: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.contact-form-wrap .submit-btn .submit:hover{
	background-color: #fea581;
}
.map-wrap {
	height: 660px;
	width: 100%;
	background-size: cover;
	background-position: right;
}
.wpcf7-display-none {
    display: none !important;
}
.subscription-profile .tnp.tnp-profile{
	max-width: 500px;
	margin: 0 auto;
}
.subscription-profile .tnp.tnp-profile:after{
	content: " ";
	clear: both;
	display: block;
}
.subscription-profile .tnp-profile form .tnp-field{
	float: left;
	margin-left: 0;
}
.subscription-profile .tnp-profile form .tnp-field label{
	display: inline-block !important;
	float: left;
	padding-right: 15px;
	line-height: 36px;
}
.subscription-profile .tnp-profile form .tnp-field{
	display: inline-block;
}
.subscription-profile .tnp-field-email{
	max-width: 360px;
	width: 100%;
}
.subscription-profile .tnp-field-email input{
	float: left;
	max-width: 300px;
	width: 100%;
}
.stay-in-touch-wrap .tnp-subscription{
	margin: 0 auto !important;
}
.footer-newsletter .tnp-subscription{
	max-width: 100%;
	margin: 0 auto !important;
}

.testimonals-wrap{
	padding: 40px 0 40px;
	background: #41404a;
	position: relative;
}
.testimonals-wrap .title h3{
	color: #e5896a;
}
.testimonals-slide{
	font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
}
span{
	font-weight: 700;
	color: #e5896a;
	text-transform: uppercase;
}
.slick-arrow-wrap{
	padding-top: 30px;
	text-align: center;
}
.testimonals-wrap .slick-arrow{
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	font-size: 30px;
	line-height: 34px;
	margin: 0 5px;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.testimonals-wrap .slick-arrow:hover{
	background: #e5896a;
	border-color: #e5896a;
}
.page-template-testimonals-php .testimonals-wrap{
	padding: 80px 0 80px;
	min-height: calc(100vh - 296px);
}