 

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #3e3e3e;
}

.wow {
    visibility: hidden;
}

p {
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    color: #3e3e3e;
    margin: 0;
}

img {
    max-width: 100%;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.padding-right-z {
    padding-right: 0px;
}

.padding-left-z {
    padding-left: 0px;
}

div.module.parallax {
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.section-heading {
    text-align: center;
}

.section-heading h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 36px;
    color: #da6a36;
    margin: 0px;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-heading2 img,
.section-heading1 img,
.section-heading img {
    margin: 20px auto;
    display: block;
}

.section-heading p {
    margin: 25px 0;
}

.text-uppercase {
    text-transform: uppercase;
}

select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    color: #404040 !important;
}

.extra-space {
    margin-top: 40px;
    display: block;
}


/*************************
*******topbar******
**************************/

#topbar {
    padding: 10px 0px;
    width: 100%;
    position: relative;
    background: #fff;
}

#logo > a {
    font-weight: normal;
    font-size: 30px;
    color: #da6a36;
    text-transform: uppercase;
	
}

.topbar-address {
    text-align: right;
}

.topbar-address > a {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #2c2c2c;
    display: inline-block;
    margin-top: 10px;
    margin-left: 30px;
}

.topbar-address > a:hover,
.topbar-address > a:focus {
    color: #da6a36;
    outline: none;
    text-decoration: none;
}

.topbar-address > a i.fa {
    color: #a30303;
    margin-left: 20px;
    margin-right: 14px;
    border: 1px solid #a30303;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    transition: all 0.3s ease 0s;
    text-align: center;
}


/*************************
*******banner******
**************************/

div.module.parallax-1 {
    background-image: url(../images/banner-bg.jpg);
    padding: 15px 0px;
}

.banner-text {
    margin-top: 95px;
    color: #fff;
}

.banner-text h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase; 
}

.banner-text h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: uppercase; 
}

.banner-text h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 40px;
}

.banner-text .btn-default {
    margin-top: 10px;
    position: relative;
    font-size: 18px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    padding: 15px 50px;
    text-transform: uppercase;
    transition: all 0.6s ease 0s;
}

.banner-text .btn-default:hover {
    background-color: #da6a36;
    transition: all 0.5s ease 0s;
    color: #fff;
    border-color: #da6a36;
}

.form-container {
    padding: 0px 15px 29px;
    height: auto;
    background-color: rgba(0, 0, 0, 0.77);
}

.form-head {
    padding: 30px 0;
    background-color: rgba(0, 0, 0, 0.38);
}

.heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    padding: 0;
    margin: 0;
    font-size: 28px;
}
/**h1 global**/
.h1-global{font-size:30px;font-family:''Montserrat', sans-serif';position:relative;color:#da6a36;} 
.h1-global span{font-family:''Montserrat', sans-serif';color:#da6a36;}

.inclusions{
/*            padding: 3%;*/
            background: #fff;
            transition:all 0.6s ease-out;
        
        }
         .inclusions-table:hover{
             box-shadow:0 5px 6px #f7f8fa;
             cursor:pointer;
         }
        
        .inclusions-feature-list{
            padding: 0px;
            background: #fff;
            font-size: 16px;
            color: #59687f;
            font-weight: 600;
        }
       .inclusions-feature-list .list-group-item {
position: relative;
display: block;
padding: 6px 9px;
margin-bottom: -1px;
background-color: #fff;
/* border: 1px solid #6B6B6B; */
font-size: 15px; 
/* font-weight: 700; */ 
}
        .inclusions-table>.inclusions-table-holder{
            background: #f9f9f9;
            padding: 2%;
        }
		
/**Back To Top**/
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
 
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/**Why Us**/
.single-service {
	margin-bottom: 80px;
	
}
.section-padding {
	padding: 20px 0px;
} 
.single-service h3 {
	font-weight: 600;
	font-size: 20px;
}
.single-service p {
	font-weight: 300;
	color: #333;
	font-size: 14px;
}
/* Service Style  Css */
.style-8
{
	background-color:#f9f9f9;
	
}

.style-8 .single-service:hover .box-icon i.fa {
	border-radius: 50%;
	background-color: #2359a3;
	color: #fff;
	border-color: #2359a3;
}
.box-icon {
  float: left;
}
.box-content {
  padding-left: 75px;
}
.box-icon i.fa {
  border-radius: 0px;
  text-align: center;
}
.box-content a {
  margin-top: 5px;
}
.box-icon i.fa {
	border-radius: 0px;
	text-align: center;
	border: 1px solid #2359a3;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	color: #2359a3;
	-webkit-transition:.4s;
	transition:.4s
}
.style-8 .single-service {
	border-right: 3px solid #2359a3;
	border-bottom: 3px solid #2359a3;
	padding: 25px;
	margin-bottom: 10px;
	border-radius: 3px;
}

.requirement {
    background: #2359a3;
    border-radius: 50px;
    font-size: 18px;
    padding: 6px 50px;
	margin:20px;
    color: #fff;
    text-transform: uppercase;
}

/*************************
*******placeholder******
**************************/

::-webkit-input-placeholder {
    color: #404040 !important;
}

:-moz-placeholder {
    /************* Firefox 18-****************/
    color: #404040 !important;
}

::-moz-placeholder {
    /************** Firefox 19+****************** */
    color: #404040 !important;
}

:-ms-input-placeholder {
    color: #404040 !important;
}

#signUp-form .form-group {
    margin-bottom: 20px;
    display: flow-root;
}


/*************************
*******inner fonts******
**************************/

.inner-addon {
    position: relative;
}

.inner-addon .fa {
    position: absolute;
    padding: 12px 9px;
    pointer-events: none;
    color: #404040;
}

.right-addon .fa {
    right: 0px;
}

.right-addon input {
    padding-right: 30px;
}


/*************************
*******form******
**************************/

#signUp-form .form-control {
    height: 43px;
    background: #ffffff;
    border-top: none;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    border: 1px solid #232323;
    color: #000;
    width: 100%;
}

#signUp-form .form-control:focus {
    box-shadow: none;
    border-color: #da6a36;
}

#signUp-form .btn-submit {
    background: #da6a36;
    font-weight: bold;
    font-size: 18px;
    font-style: normal;
    color: #ffffff;
    border: none;
    border-radius: 0px;
    height: 55px;
    width: 100%;
}

label.error {
    color: #fff !important;
    display: block;
    margin: 0px;
    text-align: left;
}

#submit-control {
    color: #fff;
    font-style: italic;
    font-size: large;
    text-align: center;

}


/*************************
*******package******
**************************/

.tile{
	width: 100%;
	background:#fff;
	border-radius:5px;
	box-shadow:0px 2px 3px -1px rgba(151, 171, 187, 0.7);
	float:left;
  	transform-style: preserve-3d;
  	margin: 10px 5px;

}

.header{
	border-bottom:1px solid #ebeff2;
	padding:19px 0;
	text-align:center;
	color:#59687f;
	font-size:600;
	font-size:19px;	
	position:relative;
}

.banner-img {
	padding: 5px 5px 0;
}

.banner-img img {
	width: 100%;
	border-radius: 5px;
}

.dates{
	border:1px solid #444;
	border-radius:5px;
	padding:10px 0px;
	margin:10px 20px;
	font-size:16px;
	color:#5aadef;
	font-weight:600;	
	overflow:auto;
}
.dates div{
	float:left;
	width:50%;
	text-align:center;
	position:relative;
}
.dates strong,
.stats strong{
	display:block;
	color:#da6a36;
	font-size:15px;
	font-weight:700;
}
.dates span{
	width:1px;
	height:40px;
	position:absolute;
	right:0;
	top:0;	
	background:#444;
}
.stats{
	border-top:1px solid #ebeff2;
	background:#f7f8fa;
	overflow:auto;
	padding:15px 0;
	font-size:18px;
	color:#59687f;
	font-weight:600;
	border-radius: 0 0 5px 5px;
}
.stats div{
	border-right:1px solid #ebeff2;
	width: 33.33333%;
	float:left;
	text-align:center
}

.stats div:nth-of-type(3){border:none;}

div.footer {
	text-align: right;
	position: relative;
	margin: 20px 5px;
}

div.footer a.Cbtn{
	padding: 10px 25px;
	background-color: #DADADA;
	color: #666;
	margin: 10px 2px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 3px;
}

div.footer a.Cbtn-primary{
	background-color: #2359a3;
	color: #FFF;
}

div.footer a.Cbtn-primary:hover{
	background-color: #7dbef5;
}

div.footer a.Cbtn-danger{
	background-color: #da6a36;
	color: #FFF;
}

div.footer a.Cbtn-danger:hover{
	background-color: #fd7676;
}


/******************************************** Testimonials ********************************************/

#testimonial {
    padding: 25px 0px 25px;
    background-color: #f9f9f9;
    background-size: cover;
}

.testi_info P {
    padding: 20px;
    text-align: center;
}

.testi_image h4 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 20px;
    padding-bottom: 5px;
}

.owl-page span {
    background-color: #fff !important;
    border: 3px solid #da6a36 !important;
    margin-right: 2px !important;
}

.section-heading2 h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 44px;
    font-weight: lighter;
    margin: 0;
    color: #da6a36;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}


 
/*************************
*******Footer******
**************************/

#footer {
    margin-top: 0px;
    padding: 20px 0px;
    background-color: #da6a36;
}

#footer p {
    margin: 0px;
    color: #ffffff;
    font-size: 14px;
}

#footer p a {
    color: #ffffff;
    text-decoration: none;
}