body {
  padding-top: 0px;
 font-family: 'Open Sans', sans-serif;
        font-size: 14px;
    line-height: 1.8;
    color: #6d6d6d;
}
a
{
    -webkit-transition: all .3s ease .1s !important;
    -moz-transition: all .3s ease .1s !important;
    -ms-transition: all .3s ease .1s !important;
    -o-transition: all .3s ease .1s !important;
    transition: all .3s ease .1s !important;
}
h1,h2,h3,h4
{
font-family: 'Roboto Slab', serif;
}
a:hover, a:focus
{
text-decoration:none;
}
img
{
max-width:100%;
}

.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}
@media(max-width:768px)
{
.navbar-wrapper {
  position:relative;
  }
}

/*---------------------------------------header------------------------------------------*/

/*----------------------------------------header end---------------------------------------*/



/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
}
.navbar-wrapper .navbar .container {
position: relative;
}


/*----------------------------------------------slider finish--------------------------------*/
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  position:relative;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}



/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel .image1
{
 padding: 25% 0 25%;
background-position:center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image:url(../images/slider1.html);

}
@media(min-width:768px)
{
.carousel .image1
{
   padding: 15% 0 7%;
    height: 556px;
}
}
@media(min-width:1600px)
{
.carousel .image1
{
        padding:17% 0 10%;
		height:650px;
    
}
}
.carousel .image1:before
{
/*content: '';
    display: block;
    width: 100%;
    height: 86px;
    background: url(../images/bannerStrip.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;*/
}

.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}
.slider-inner
{
     
         color: #fff;
	position:relative;
	padding: 0 20px;
}
@media(min-width:768px)
{
.slider-inner
{
       
		margin-left: 0px;
		padding:0;
}
.slider-inner2
{
margin-right: 50px;
margin-left:0;
}
}
.black
{
color:#000;
}
.slider-inner h1
{
font-size:25px;
line-height:30px;
margin-top:0;
font-family: 'Roboto Slab', serif;
font-size:700;
text-transform:uppercase;
}
.slider-inner p
{
        font-size: 22px;
    /* letter-spacing: 1px; */
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.4;
	color: #fff;
    text-shadow: 2px 2px 5px #000;
}
@media(min-width:768px)
{
.slider-inner h1 {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
}

}
.slider-inner img
{
width:185px;
}

.slider-inner.black h1
{
color: #dd2024;
    -webkit-text-stroke: 1px #ffffff;
}
.slider-inner h4
{
font-size:18px;
font-family: 'Open Sans', sans-serif;
}
.slider-inner.black h4
{
    color: #53a244;
	font-weight:600;
}
.btn2
{  
  color: #fff;
    font-size: 14px;
    border-radius: 0px;
    padding: 7px 40px;
    margin-top: 20px;
    display: inline-block;
    text-transform: uppercase;
   border-radius: 20px 40px 0 20px;
   font-family: 'Roboto Slab', serif;
   font-weight:700;
   letter-spacing:1px;
}
.btn2.grey
{
background:#333;
}
.btn2.white
{
background:#fff;
color:#000;
}
.btn2.red
{
background:#dd2024;
}
.btn2:hover, .btn2:focus
{
color: #fff;
    background:#ff9528;
    text-decoration: none;
}
.slider-inner .btn2
{
margin-bottom: -59px;
}

/*----------------------------------------------slider finish--------------------------------*/

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		margin-top: 45px;
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 0px;
		background:transparent;
		    padding: 20px 10px;

	
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		
		
    }
	
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
	}
}
.nav>li
{
    border-left:none;
}
@media(min-width:992px)
{
.nav>li
{
    /*border-left: 1px solid #F1EFEF;*/
}
}
.navbar-inverse .navbar-nav>li.last>a
{
border:1px solid #fff;
border-radius:5px;
padding-top:10px;
padding-bottom:10px;
margin-top:5px;
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.navbar-inverse .navbar-nav>li.last>a:hover
{
background:#5DC0F8;
color:#fff;
border-color:#5DC0F8;
}

.navbar-inverse .navbar-brand img
{
}
@media(max-width:768px)
{
.navbar-inverse .navbar-brand img
{
   
    margin: 0px 0px;
    width: 170px;
	
}
}
@media(min-width:992px)
{
.navbar-inverse .navbar-brand img
{
   position: relative;
   width:210px;
}
}
@media(min-width:1200px)
{
.navbar-inverse .navbar-brand img
{
   position: relative;
   width:100%
}
}

@media(min-width:992px)
{
.main-header.shrink .navbar-nav>li>a
{
    
}
}
.main-header.shrink .navbar-brand img
{
 
}
@media(min-width:768px)
{
.main-header.shrink .navbar-brand img
{
 
}
}
.main-header
{

}
@media(min-width:768px)
{
.main-header
{
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  position:relative;
 
 
}
}
@media(min-width:768px)
{
.main-header {
position:relative;
display:block;
}
}
.main-header.shrink {

  line-height: 80px;
  
  top:0;
  display:block;
  position:fixed;
  width:100%;
  
}
@media(min-width:768px)
{
.main-header.shrink {
  height: 83px;
  }
}

.main-header.shrink .navbar-nav>li.last>a
{
background:#5DC0F8;
color:#fff;
border-color:#5DC0F8;
}
.menu
{
background:#fff;        
}

.shrink .menu
{
background:rgb(230, 230, 230);
}


.center
{
text-align:center;
}
.pd0
{
padding:0;
}
.heading h2
{
    font-size: 30px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 20px;
	text-transform:uppercase;
	    line-height: 1.5;
}

.heading h2 span
{
color:#f42347;
}
.line
{
       
   width: 127px;
    margin: 20px 0 30px;
	height:18px;
	background:url(../images/divider.png) no-repeat;
}
.slider-inner .line
{
border-color:#654900;
}
.center .line
{
margin:0px auto 30px;
}
.heading p
{
  font-size: 16px;
    font-weight: 400;
    color: #868686;
    margin-top: 0px;
    line-height: 21px;
    
}
.home-body {
    background-color: #fff;
    background-image: none;
    overflow: hidden;
    position: relative;
}
/*-------------------------------------------------span0------------------------------------------*/
.span0
{
padding:70px 0;
color: #222;
}
.box0
{
margin:20px 0;

}
.box0 .box0-img
{
position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	display:inline-block;
}
.box0 .box0-img:before
{
position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    transform: scale(0);
    background: rgba(255, 184, 0, 0.5);
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
}
.box0:hover .box0-img:before
{
    transform: scale(0.9399999999999999);
}
.box0 .box0-img img
{
padding: 4px;
    border: 3px solid #ff9528;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box0-txt
{
margin-top:25px;
}
.box0-txt h3
{
text-transform:uppercase;
color:#111;
font-size:22px;
font-weight:800;
}
.line2
{
width:60px;
margin:2% 0;
height:3px;
background: #f42347;
}
.center .line2
{
margin:3% auto;
}
.box0-txt p
{
    font-size: 14px;
    line-height: 1.8;
    color: #6d6d6d;
}
.btn2.yellow
{
background:#ff9528;
font-weight:400;
}
.btn2.yellow:hover
{
background:#111;
}
/*-------------------------------------------------span0 end------------------------------------------*/

/*-------------------------------------------------span1------------------------------------------*/
.span1
{
    background-color: rgba(237, 237, 237, 1);
	padding:90px 0;
	color:#111;
}
.box1
{
position: relative;
    z-index: 2;
    margin-right: -17px;
    padding: 30px;
    background: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	margin-top:30px;
}
@media(max-width:767px)
{
.box1
{
    padding: 15px;
    margin-right: 0;
    margin-bottom: 37px;
}
}
.box1:hover
{
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.box1 p
{
font-weight: bold;
    margin-bottom: 0px;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.box1 p:last-child
{
border-bottom:none;
}
.book2
{
    position: absolute;
    right: 0;
    bottom: -17px;
    left: 0;
    width: 140px;
    height: 40px;
    margin: 0 auto;
    padding: 10px 15px;
    color: #ffffff;
    border-radius: 2px;
    background: #ff9528;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	font-family: "Roboto Slab", Georgia, "Times New Roman", Times, serif;
    font-style: normal !important;
  
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 0;
	text-align:center;
	display: inline-block;
	vertical-align: middle;
}
.book2:hover
{
background:#222;
color:#fff;
}
.box11-call
{
position:relative;
color:#222;
font-weight:700;
font-size:18px;
font-family: "Roboto Slab";
margin-top:20px;
}
.box11-call i
{
position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ff9528;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    /* margin-right: 20px; */
    left: 38px;
    top: -5px;
}
/*-------------------------------------------------span1 end------------------------------------------*/

/*--------------------------------------span2------------------------------------------*/
.span2
{
padding:80px 0;
color:#111;
}
.span2 .heading h4
{
margin-top:30px;
}
.span2 p {
    color: #6d6d6d;
    font-size: 16px;
    line-height: 33px;
}
/*----------------------------------span2 end-------------------------------------------*/
/*--------------------------------------span3------------------------------------------*/
/*--------------------------------------span3 end------------------------------------------*/
.span3
{
background:url(../images/bg1.jpg) center;
background-size:cover;
padding:80px 0;
color:#fff;
}
@media(min-width:1024px)
{
.span3
{
background-attachment:fixed;
}
}
.span3 .line
{
background:url(../images/divider_white.png) no-repeat;
}
.mrgt40
{
margin-top:40px;
}
.box3
{
}
.box3-txt
{
position:relative;
padding:0 10%;
}
.box3-txt:before
{
    font-family: fontawesome;
    font-size: 50px;
    position: absolute;
    top: -50px;
    left: 0%;
    content: '\f10d';
    /*transform: translate(-50%);*/
    color: #f5c855;
   /* -web-kit-transform: translate(-50%);*/
}
.box3-txt:after
{
font-family: fontawesome;
    font-size: 50px;
    position: absolute;
    right: 0%;
    bottom: -20px;
    content: '\f10e';
    transform: translate(-50%);
    color: #f5c855;
    -web-kit-transform: translate(-50%);
}
.box3-txt p
{
font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    position: relative;
    max-width: 700px;
    margin: 30px auto;
    color: #ffffff;
}
.box3-img h3
{
font-weight:800;
font-size:20px;
}
/*-----------------------------------------------------span4------------------------------------------------*/
.span4
{
padding:60px 0;
color:#333;
}
.cont
{
border: 1px solid #ecebeb;
border-radius:0;
box-shadow:none;
height:42px;
}
.con2 label
{
font-weight:400;
text-transform:uppercase;
font-size:13px;
}

/*------------------------------------------------------span4 end------------------------------------------*/


/*-----------------------------------------footer----------------------------------------------------*/
.footer {
    background: #8e8a9c;
    background-size: cover;
    position: relative;
}
.footer:before
{
   background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.footer .container
{
position:relative;
}
.footer .divider
{
top:-25px;
}
.footer0
{
color:#fff;
padding:20px 0;
font-weight:700;
border-bottom: 1px dashed #fff;
overflow:hidden;
}
.footer0 i
{
font-size:25px;
vertical-align:middle;
padding-right:7px;
}
.foot01
{
text-align:center;
border-top:1px dashed #fff;
border-bottom:1px dashed #fff;
padding:10px 0;
}
.foot011, .foot0
{
text-align:center;
    padding-top: 10px;
}
@media(min-width:768px)
{
.foot011
{
text-align:right;
padding-top:0;
}
.foot0
{
text-align:left;
padding-top:0;
}
.foot01
{
text-align:center;
border-left:1px dashed #fff;
border-right:1px dashed #fff;
border-bottom:none;
border-top:none;
padding-top:0;
padding-bottom:0;
}
.foot01 span, .foot0 span, .foot011 span
{
font-size:10px;
}
}
@media(min-width:992px)
{
.foot01 span, .foot0 span, .foot011 span
{
font-size:14px;
}
}
.footer1
{
padding:20px 0;
color:#fff;
    width: 100%;
    overflow: hidden;
}
.footer1 h4
{
margin:0px;
text-transform:uppercase;
text-align:left;
}
.footer1 h2
{
margin:0;
text-transform:uppercase;
text-align:left;
font-size:24px;
}
@media(min-width:768px)
{
.footer1 h2
{
margin:0;
text-transform:uppercase;
text-align:left;
font-size:20px;
margin-top:5px;
}
}

.icon1, .foot-txt
{
padding:0 0px;
}
@media(min-width:768px)
{
.icon1, .foot-txt
{
padding:0 10px;
}
}
.foot1
{
margin-bottom:30px;
}
.footer2
{
color:#fff;
width:100%;
overflow:hidden;
margin-top:30px;
}
.foot2
{
margin:20px 0;
}
@media(min-wudth:768px)
{
.foot2
{
margin:0px 0;
}
}
.large-foot
{
padding-left:0px;
padding-right:0px;
}
@media(min-wudth:768px)
{
.large-foot
{
padding-left:10px;
padding-right:10px;
}
}
.foot2 h4
{
    font-size: 16px;
    margin: 0 0 15px;
    
    padding-bottom: 10px;
    display: block;
	position:relative; 
letter-spacing: 2px;
}
.foot2 h4:after
{
content: '';
    background: #d49d15;
    width: 39px;
    height: 2px;
    display: block;
    margin-top: 7px;
}
@media(max-width:767px)
{
.foot2 h4
{
margin-top:20px;
}
}
.foot2 ul
{
list-style:none;
margin:0;
padding:0;
}
.foot2 ul li
{
padding:1px 0;
}
.foot2 ul li:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f105";
		position:absolute;
		left:0;
		top: 11px;
}
.foot2 ul li a
{
    color: #ddd;
    font-size: 13px;
    text-transform: uppercase;
}
.foot2 ul li a:hover
{
text-decoration:none;
       color: #d49d15;
}
.foot2 .input-group
{
    margin-bottom: 25px;
    border: 1px solid #FFF;
        padding: 9px 20px;g
}
.foot3 ul li
{
padding:5px 0;
text-align:left
}
.foot3 ul li:first-child
{
    background: url(../images/home-icon.html) no-repeat 1px 7px;
    padding-left: 27px;
}
.foot3 ul li:nth-child(even)
{
    background: url(../images/phone.html) no-repeat 1px 6px;
    padding-left: 25px;
}
.foot3 ul li:last-child
{
    background: url(../images/email.html) no-repeat 1px 6px;
    padding-left: 25px;
}
.foot2 p
{
margin-top:15px;
color: #b9b9b9;
font-size:13px;
}
.foot2 .social li
{
display:inline;
padding:0 5px;
border-bottom: 0;
}
.foot2 .social li:before
{
content:'';
}
.foot2 .social li a
{
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;

}
.foot2 ul li
{
    font-size: 14px;
    padding: 8px 0;
	position:relative;
	padding-left:16px;
	color:#eee;
	border-bottom:1px dashed #999;
}
.foot2 ul li:last-child
{
border-bottom:none;
}
.foot2 ul li span
{
float:right;
}
.foot2 ul li i
{
position:absolute;
left:0;
}
.footer3
{

color: #777;
    font-size: 13px;
    padding: 13px 0 10px;
    background-color: #000;
    
    position: relative;
    
}

.foot3, .foot4
{
text-align:center;
}
@media(min-width:768px)
{
.foot3
{
text-align:left;
}
.foot4
{
text-align:right;
}
}
.foot4 a
{
color:#d49d15;
}
@media(max-width:768px)
{
.navbar-collapse
{
margin-top:23px;
   
    box-shadow: 1px 1px 5px #ccc;
}
}
/*-------------------------------------------------footer end--------------------------------------------------------------*/

.abt p
{
   font-size: 15px;
    line-height: 25px;
    /* letter-spacing: 1px; */
    font-weight: 400;
}

.top-header
{
background:#f42245;  
padding:6px 0;
}
.head-left ul
{
list-style:none;
margin:0;
padding:0;
}
.head-left ul li
{
display:inline-block;
}
.head-left ul li i {
    padding-left: 15px;
    padding-right: 4px;
    font-size: 16px;
    color: #fff;
}
.head-left ul li a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    font-weight: bold;
}
.head-left ul li a:hover
{
text-decoration:none;
color:#fff;
}
.top-header .right2
{
color: #ccc;
	font-size:12px;
}
.top-header .right2 ul
{
list-style:none;
padding:0;
margin:0;
}
.top-header .right2 ul li
{
display:inline;
border-right:#ccc;
padding:0 0px;
margin:0 -1px;
}
.top-header .right2 ul li:last-child
{
border:none;
}
.top-header .right2 ul li a
{

webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
 color: #000;
display: inline-block;
 text-align:center;
padding: 0px 7px;
 font-size:16px;
}
.top-header .right2 ul li a:hover
{
text-decoration:none;
color:#fff;
}


.left2
{
text-align:center;
}
.right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.phone
{
display:none;
}
.shrink .phone
{
    display: block;
    border-bottom: 1px solid #E2E0E0;
    margin-left: -15px;
    margin-right: -15px;
	    background: #18375D;
}
@media(min-width:768px)
{
.phone
{
display:none;
}
.shrink .phone
{
display:none;
}
}
.phone h4
{
margin:10px;
}
.phone a
{
color:#ddd;
font-family: 'Open Sans', sans-serif;
font-size:18px;
font-weight:700;
}
.phone a:hover, .phone a:focus
{
text-decoration:none;
color:#fff;
}







header {
     
    height: 126px;
    position: fixed;
    top: 0;
    transition: top 0.5s ease-in-out;
    width: 100%;
    z-index: 999;
}

.nav-up {
    top: -126px;
}
@media(max-width:768px)
{
header
{
height: 75px;
}
.nav-up {
    top: -75px;
}
}

.banner {
    background: url(../images/service-banners.jpg) center;
    background-size: cover;
    padding: 80px 0 80px;
    color: #fff;
    position: relative;
}
.banner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(47, 43, 33, 0.23);
    background: linear-gradient(to right, rgba(17, 17, 17, 0.76), rgba(58, 53, 39, 0.11)) display: block;
    content: '';
}
.banner .container
{
position:relative;
}
.banner h1
{
margin-top:0;
font-weight:700;
text-transform:uppercase;

}
.banner ul li
{
display:inline-block;
font-size:18px;
padding:0 5px;
}
.banner ul li a
{
color:#fff;
}
.span5
{
padding:60px 0;
color:#000;
}
.con1
{
-o-transition: all 0.3s;
    transition: all 0.3s;
}
.con1 .con-icon 
{
    font-size: 50px;
    
    line-height: 50px;
	color: #ff9528;
	    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} 
.con1:hover .con-icon 
{
text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.con1 h4
{
margin-top: 30px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 20px;
    line-height: 20px;
	font-weight:600;
    
	color: #ff9528;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	position:relative;
}
.con1 h4 a
{
color: #ff9528;
}
.con1 h4:after
{
    width: 78px;
    margin: 5% auto;
    content: '';
    height: 3px;
    background: #ff9528;
    display: block;
}
.con1 p
{
    color: #6d6d6d;
}


.mrg40
{
margin-bottom:20px;
padding-bottom:20px;
/*border-bottom:1px solid #eee;*/
}
.cab-detail h4, .cab-fea h4
{
border-bottom:2px solid #eee;
padding-bottom:5px;
margin-bottom:10px;
font-weight:600;
text-transform:uppercase;
}
.cab-detail ul, .cab-fea ul
{
list-style:none;
margin:0;
padding:0;
}
.cab-detail ul li, .cab-fea ul li
{
padding:5px 0;
position:relative;
padding-left:23px;
}
.cab-detail ul li i
{
    position: absolute;
    left: 0;
    top: 9px;
}
 .cab-fea ul li:before
 {
     content: "\f00c";
    
    color: rgb(84, 119, 15);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:absolute;
	left:0;
	  top: 10px;
 }
 .mrg0
 {
 margin:0;
 }
 .pick-drop h4
 {
 font-size:15px;
 font-weight:700;
     line-height: 27px;
 }
 .package
 {
 border:1px solid #eee;
 margin:20px 0;
 box-shadow: 2px 2px 20px #eee;
 }
 .p-txt
 {
 margin-top:20px;
 padding:0 20px 25px;
 min-height:100px;
 }
 .p-txt h4
 {
     font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 0;
 
 }
 .p-txt h4 a
 {
 color: #ee2227;
 }
 
 .p-txt h4 a:hover
 {
 color: #53a244;
 }
 
 .p-txt p
 {
 font-size:13px;
 margin-bottom:0;
 }
 .packe h4
 {
 margin-top:20px;
 font-size:16px;
 font-weight:700;
 margin-bottom:5px;
 }
 .packe ul
 {
 list-style:none;
 margin:0;
 padding:0;
 }
 .packe ul li
 {
 font-size:15px;
 padding:5px 0;
 padding-left:20px;
 position:relative;
 }
 .packe ul li:before
 {
 display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    position: absolute;
    left: 0;
    top: 11px;
 }
 .abt ul
 {
 list-style:none;
 padding:0;
 margin:0;
 margin-bottom:20px;
 }
 .abt ul li
 {
 position:relative;
 padding:5px 0;
    color: #6d6d6d;
 padding-left:24px;
 }
 .abt ul li:before
 {
     display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f1b9";
    position: absolute;
    left: 0;
    top: 11px;
	    color:#c82924;
 }
 
 .eve-cal a
{
display: inline-block;
    position: fixed;
    top: 50%;
    left: -39px;
    background: #c2001f;
    padding: 8px 14px;
color:#fff;
font-size:15px;
letter-spacing:1px;
    z-index: 9;
/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.eve-cal a:hover
{
    background: #840015;
}

@media(max-width:414px)
{
.carousel .image1
{
padding: 6% 0 14%;
}

.slider-inner p
{
display:none;
}
.slider-inner.black h1 {
    color: #dd2024;
    -webkit-text-stroke: 1px #fff;
    font-weight: 600;
    font-size: 17px;
}
.slider-inner .btn2 {
    margin-bottom: -20px;
    padding: 7px 20px;
    font-size: 13px;
}
}

.feedback
{
position: fixed;
    top: 40%;
    right: -52px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	z-index:999;
	border-radius:0;
}

.feed-btn
{
-webkit-transform: rotate(270deg);
    padding: 8px 20px;
    letter-spacing: 0.5px;
    background: #ff9528;
    color: #000;
    font-weight: 600;
    border-radius: 0;
}

.feed-btn:hover
{
color:#fff;
}

.slideout_inner {
background:#f9f9f9;	
padding:10px;
  position: fixed;
  overflow:hidden;
  top: 22%;
  display:block;
  right: -264px;
    box-shadow: 0px 0px 6px #aaa;
    border: 1px solid #98bf3c;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
     width: 253px; 
}
/*#feedback:hover {
  right: 206px;
}
#feedback:hover #slideout_inner {
  right: 0;
}*/

.feedback2
{
right:178px;
}
.feedback2 .slideout_inner
{
right:0px;
}

.slideout_inner .cont
{
    height: 32px;
	margin-bottom:5px;
}

.slideout_inner .form-group {
    margin-bottom: 5px;
}

.slideout_inner .input .icon-append
{
    width: 35px;
    height: 32px;
    font-size: 16px;
    line-height: 35px;
}

.slideout_inner textarea.form-control {
    height: auto;
}

.slideout_inner .btn2 {
    border-bottom: 2x solid #d09604;
    padding: 6px 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.slideout_inner h4
{
font-size:16px;
}

.slideout_inner h4 a
{
    color: #dd2024;
}

.slideout_inner p
{
    font-size: 18px;
    background: #f9f9f9;
    display: inline-block;
    position: relative;
    z-index: 99;
    padding: 0 5px;
    margin-bottom: 0;
}

.line-2
{
    background: #ddd;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 65px;
}

.testimonials-pg .box3
{
    margin: 35px 0;
    overflow: hidden;
}

.testimonials-pg .box3-txt p
{
max-width:100%;
}	

.email-box
{
    position: fixed;
    bottom: 10%;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 9;
}
.email-open
{
left:236px;
}
.email-box .email-link
{
    width: 65px;
    height: 56px;
    padding: 15px;
    font-size: 25px;
    color: #000;
    background: #ff9528;
    text-align: center;
    display: block;
}
.email-box2
{
	height: 60px;
    padding: 10px;
    background: #ff9528;
    color: #000;
    /* -webkit-transform: rotate(270deg); */
    position: fixed;
    bottom: 21%;
    left: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.email-box2 a
{
    font-size: 24px;
    line-height: 1.7;
    padding: 0px 10px;
    letter-spacing: 0.5px;
    background: #ff9528;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid #fff;
}

.email-open .email-box2
{
left:0;
}

.tempo
{
border:1px solid #ddd;
padding-bottom:20px;
margin-bottom:40px;
}

.tempo h4
{
margin-top:20px;
margin-bottom:0;
}


.parallex
{
    background: url(../images/childless-family.jpg) center;
    background-size: cover;
    padding: 80px 0;
	position:relative;
}
@media(min-width:768px)
{
.parallex
{
background-attachment:fixed;
}
}

.parallex:before
{
position:absolute;
content:'';
background:#4e0038;
opacity:0.7;
top:0;
left:0;
width:100%;
height:100%;
}

.map {
        position: relative;
    padding-bottom: 26.25%;
    padding-top: 0px;
    height: 0;
   }


.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width:767px)
{
.map
{
    padding-bottom: 70.25%;
}
}


.box2
{
    /* background-color: rgb(200, 41, 36); */
    /* width: 180px; */
    /* height: 180px; */
    /* border-radius: 50%; */
    color: #fff;
    text-align: center;
    /* margin: 5% auto; */
    padding-top: 50px;
}
.box2 h4
{
font-size:40px;
font-weight:700;
margin:0;
}

.box2 p
{
font-size:20px;
font-weight:700;
margin-top:10px;
}


/*========================pop up ========================= */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  z-index:9999;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.bts-popup-container {
 position: relative;
    width: 90%;
    padding: 17px;
    border-radius: 5px;
       max-width: 75%;
    margin: 4em auto;
    background: #000000;
    border-radius: none;
    text-align: center;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bts-popup-container img {
  padding: 0px 0 0 0;
}
.bts-popup-container p {
	color: white;
  padding: 10px 40px;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}






.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 30px;
    height: 30px;
    background: #f00;
    border-radius: 50%;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 16px;
  height: 3px;
  background-color: white;
}
.bts-popup-container .bts-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.bts-popup-container .bts-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
  top: 13px;
}
.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 1170px) {
  .bts-popup-container {
    margin: 3em auto;
  }
}

.greenred {
  color: #f00;
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 0.5s;
 animation-iteration-count: infinite; 
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {color: #f00;}
  to {color: #53a244;}
}

/* Standard syntax */
@keyframes example {
  from {color: #f00;}
  to {color: #53a244;}
}

.whatsapp
{
position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 100;
}

.whatsapp img
{
width:70px;
}
.carousel{
margin-top: 126px;
}
@media(max-width:767px) {

.carousel{
margin-top: 0px!important;
}
}

#whychoose h4{font-weight: bold;    text-transform: uppercase;color: black;}
.call-footer{display:none;}

@media(max-width:767px) {
.call-footer {display: block;position: fixed;z-index: 9999;bottom: 10px;right: 10px;}
.call-footer{display:block;position: fixed; right: 10px; bottom: 10px; z-index: 99;}
}
@media (min-width: 768px){
.navbar-nav {
    margin-top: 20px!important;
}
}