body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Lexend Deca', sans-serif;
  color: #666666;
}
a:hover, a;focus
{
text-decoration:none;
}

h1, h2, h3, h4, h5, h6
{
font-family: 'Montserrat', sans-serif;
}

ul
{
list-style:none;
margin:0;
padding:0;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  position:relative;
  top: 0;
  right: 0;
  left: 0;
 
 /* background:url(../images/header_bg.jpg);*/
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  /*padding-right: 15px;
  padding-left: 15px;*/
      background: transparent;
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}


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

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  position:relative;
      z-index: 99;
  
}
@media(min-width:768px)
{
.carousel {
margin-top:-35px;
}
}
/* 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.jpg);
}
@media(min-width:768px)
{
.carousel .image1
{
 padding: 15% 0 15%;
 height: 570px;


}
}
@media(min-width:1600px)
{
.carousel .image1
{
        padding:14% 0 10%;
		height:620px;
    
}
}
.carousel .image1:before
{
position:absolute;
content:'';
left:0;
right:0;
bottom:0;
top:0;
background: rgba(0, 0, 0, 0.26);
display:block;
}

.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}
.slider-inner
{
     
    color: #fff;
    position: relative;
    
	
	
}
.white
{
color:#fff;
}
@media(min-width:768px)
{
.slider-inner
{
       
}

.slider-inner2
{
margin-right: 50px;
margin-left:0;
}
}
.slider-inner h1
{
font-size:25px;
line-height:30px;
margin-top:0;
font-weight:900;
font-family: 'Lexend Deca', sans-serif;

}
.slider-inner h1 strong
{
    color: #fff;
font-weight:900;
}
.slider-inner h3
{
    font-size: 25px;
    font-family: 'Lexend Deca', sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
	letter-spacing:3px;

}
.slider-inner h5
{
        color: #fff;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
}
.slider-inner p
{
       font-size: 16px;
    /* letter-spacing: 1px; */
    font-weight: 400;
    margin-top: 35px;
    line-height: 1.6;
}
@media(min-width:768px)
{
.slider-inner h1
{
      font-size: 56px;
    line-height: 63px;
    
}
}
.slider-inner h1 span, .slider-inner h3 span
{
color: #89c63d;
}
.btn2
{  
   padding: 15px 20px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Lexend Deca', sans-serif;
    background: #5d3527;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    border: none;
    letter-spacing: 1px;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
}
.btn2 span
{
       margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
    content: "";
    opacity: 0.8;
    font-size: 14px;
}
.btn2:hover, .btn2:focus
{
color: #fff;
       background:#f35c06;
    text-decoration: none;
}
.slider-inner .btn2
{
margin-top:20px;
}

/*----------------------------------------------slider finish--------------------------------*/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		  margin-top: 10px;
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
		background:#131212;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 20px;
		background:transparent;
		padding:0 20px;
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		margin-left:0;
		
		
    }
	
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
	}
}


.top-header
{
         background-color: #f35c06;
    color: #fff;
}
.left2, .right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.top-header .left2 a
{
        font-family: 'Lexend Deca', sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 25px;
	letter-spacing:0.03em;
	padding:10px 0;
}
.top-header .left2 p
{
margin-bottom: 0;
    padding: 10px 0;
    font-size: 13px;
}
.top-header .left2 p i
{
color:#f7c02d;
}
@media(min-width:768px)
{
.top-header .left2 a
{
font-size:14px;
    line-height:34px;
	padding:0;
	
}
}
.social
{
line-height:normal;
margin:0;
padding:0;
}
.social li
{
display:inline-block;
    margin: 0 -5px 0 0;
}
.social li a
{

        padding: 16px 11px;
    line-height: 44px;
    text-decoration: none;
    /* border-right: 1px solid rgba(0,0,0,.1); */
    
    font-size: 14px;
	    font-size: 14px;
    color: #fff;
}

.social li a:hover
{
    color: #fff;
}
.navbar-inverse
{
    padding: 3px 0;

}
.header-left
{
display:none;
}
@media(min-width:768px)
{
.header-left
{
display:block;
}
}
.header-left .call1
{
    display: inline-block;
    margin: 18px 0 0 0;
    /*border-right: 1px solid #CCC;*/
    color: #999;
    font-family: 'Lexend Deca', sans-serif;
    color: #232932;
	font-size:13px;
	position:relative;
}
.header-left .call1 i
{
     color: #272721;
    font-size: 34px;
    vertical-align: middle;
    padding-right: 3px;
    position: absolute;
    left: 0;
}
.header-left .call1 span
{
       display: block;
    font-size: 14px;
    color: #333;
    padding-left: 29px;
    padding-top: 5px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}
.header-left .call1 span strong
{
text-transform:none;
    color: #272721;
font-weight: 600;
}
.menu
{
    position: relative;
    z-index: 9999;
}
@media(max-width:991px)
{
.menu
{
    background: #f35c06;
width:100%;
}
}

.menu.shrink
{
position:fixed;
top:0;
width:100%;
}
@media(min-width:991px)
{
.menu_wrap
{
background-color: #f35c06;
display:inline-block;
}
.menu_wrap ul
{
border: 1px solid rgba(255, 255, 255, 0.32);
    margin: 8px;
}
}

.num
{
display:inline-block;

}
@media(min-width:991px)
{
.num
{
float:right;
}
}
.num a
{
display:block;
background:#5d3527;
padding:8px;
color:#fff;
}
.num a:hover, .num a:focus
{
text-decoration:none;
}
.num a span
{
    border: 1px solid rgba(255, 255, 255, 0.30);
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
}


/*@media(min-width:991px)
{
.navbar-nav>li:last-child
{
float:right;
margin:13px 10px 10px 0;
}
.navbar-nav>li:last-child>a
{
background: #272721;
    position: relative;
    color: #333;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:5px;
}



}*/



.center
{
text-align:center;
}
.box-img img
{
width:50%;
border-radius:50%;
background-color: #ffffff;
    border: 1px solid #dddddd;
	    padding: 3px;
		    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-img img:hover
{
opacity:0.8;
}


.heading h2
{
font-size: 28px;
    margin-top: 0;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 0;
	    color: #f35c06;
	    text-transform: uppercase;
}
@media(min-width:768px)
{
.heading h2
{
font-size:32px;
}
}
.heading h6
{
    position: relative;
    color: #272721;
    margin-bottom: 0px;
	font-family: 'Rochester', cursive;
    font-size: 42px;
}
.heading h5
{
position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.heading h2 span
{
    color: #5d3527;
}
.abt p
{
font-size:17px;
font-weight:300;
line-height:28px;
}
.separator {
    position: relative;
    height: 15px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.separator:before
{
position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 20px;
    height: 1px;
     background-color: #00592c;
}
.separator:after
{
position: absolute;
    content: '';
    right: 0px;
    top: 6px;
    width: 20px;
    height: 1px;
     background-color: #00592c;
}
.separator .dott
{
position: relative;
    width: 6px;
    height: 6px;
    top: -9px;
    border-radius: 50%;
    display: inline-block;
     background-color: #00592c;
}
/*---------------------------------------------span0----------------------------------*/

/*---------------------------------------------span0 end----------------------------------*/
/*----------------------------------span1--------------------------------------------*/
.span1
{
padding:70px 0 70px;
 color: #222222;
 background-image:url(../images/bg.jpg);
 background-position:center;
 background-size:cover;
 position:relative;
}
.span1:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
background:rgba(255,255,255,0.94);
}
@media(min-width:1024px)
{
.span1
{
background-attachment:fixed;
}
}

.sec1
{
background-image:url(../images/bg_call_to_action.jpg);
background-size:cover;
}
.sec1:before
{
display:none;
}
.span1 .container
{
position:relative;
}
.span11 h4
{
   margin-top: 0;
    font-size: 20px;
    color: #272721;
    font-weight: 700;
    line-height: 30px;
}
@media(max-width:767px)
{
.span11 h4
{
margin-top:30px;
}
}
.span11 p
{
font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
}
.span11 ul li
{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
	position:relative;
	padding-left:24px;
}
.span11 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: "\f18c";
	left:0;
	position:absolute;
	color:#272721;
	top:9px;
}
.span11 h3
{
font-weight: 700;
    color: #f35c06;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 22px;
	line-height: 1.4;
}
.mrg20
{
margin-top:30px;
}
.span12
{
    box-shadow: 1px 1px 10px #ccc;
    padding: 11px 27px 18px;
	position:relative;
	background:#f9f9f9;
}

.span12 .heading h2 {
    font-size: 26px;
}

@media(max-width:767px)
{
.span12
{
margin-top:40px;
}
}
.span12 h4
{
font-weight:700;
color: #272721;
margin-top:5px;
}
.span12 p strong
{
color: #272721;
}
.cont1
{
    height: 41px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #ddd;
    margin-top: 20px;

}
.span12 button
{
    background: #5d3527;
    border: none;
    /* position: absolute; */
    right: 25px;
    margin-top: 22px;
    color: #fff;
    font-size: 20px;
    /* border-left: 1px solid #ddd; */
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
}
.span12 button i
{
border-left: 1px solid #ffffff4f;
    padding-left: 7px;
    display: inline-block;
    margin-left: 5px;
}
.span12 button:hover
{
background:#f35c06;
color:#fff;
}
.span11 p a
{
    color: #272721;
	font-weight:700;
}
/*----------------------------------span1 end--------------------------------------------*/

/*------------------------------------parallex--------------------------------------*/

/*------------------------------------parallex end--------------------------------------*/

/*--------------------------------------span2---------------------------------------*/
.span2
{
padding:60px 0;
color:#565656;
/*background:url(../images/bg-6.jpg) center;
background-size:cover;*/
position:relative;
}
@media(min-width:1024px)
{
.span2
{
}
}
.span2:before
{
content:'';
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
background:rgba(255, 255, 255, 0.92);
}
.span2 .container
{
position:relative;
}
.box2
{
    margin-bottom: 40px;
}
.box2 h4
{
    font-weight: 600;
    font-size: 20px;
    margin-top: 0;
    /* text-align: center; */
    /* text-transform: uppercase; */
    /* background: #f35c06; */
    margin: 0;
    color: #f35c06;
    padding: 10px 0;
}

.box2-text
{
}

.box2 h4 a
{
    color: #f35c06;
}
.box2 h4 a:hover, .box2 h4 a:focus
{
color:#f35c06;
text-decoration:none;
}

.box2-text a
{
    color: #f35c06;
    font-weight: 600;
}


.box2-text a:hover
{
text-decoration:none;
}

.box2 p
{
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    /* margin-bottom: 20px; */
}
.btn3
{
background:#f35c06;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin-top:10px;
    padding: 13px 20px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}
.btn3:before
{
background: #272721;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleY(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
    border-radius: 3px;
}
.btn3:hover:before
{
transform: scaley(1);
}
.btn3:hover, .btn3:focus
{
color:#fff;
text-decoration:none;
}
.span2 .owl-prev, .span2 .owl-next
{
position:absolute;
width:50px;
height:50px;
line-height:50px;
background:#272721;
border-radius:100%;
    top: 40%;
    padding-top: 12px;
    font-size: 26px;
    color: #ffff;
    text-align: center
}
.span2 .owl-prev
{
left:0;
}
 .span2 .owl-next
 {
 right:0;
 }
 @media(min-width:992px)
 {
 .span2 .owl-prev
{
left:-70px;
}
 .span2 .owl-next
 {
 right:-70px;
 }
 }
/*----------------------------------------------span2 end----------------------------------*/

/*---------------------------------------span3----------------------------------------*/

/*---------------------------------------span3 end----------------------------------------*/

/*---------------------------------------span4----------------------------------------*/
.span4
{
color:#fff;
background:url(../images/bg-6.jpg) center;
background-size:cover;
position:relative;
z-index: 5;
padding:70px 0;
}

.span4:before
{
position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.span4 .heading h2
{
/*margin-bottom:30px;*/
}

.span4 .heading h2 span
{
color:#fff;
}

.btns
{
text-align:center;
margin-top:30px;
}
.btns a
{
background: #f35c06 none repeat scroll 0 0;
    border-radius: 4px;
    display: inline-block;
    margin-right: 25px;
    padding: 14px 30px;
}
.btns a:hover
{
background:#fe9604;
}
.we-work-img {
    float: left;
    margin-top: 10px;
}
.we-work-info {
    display: inline-block;
    margin-left: 15px;
}
.we-work-info h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
	    margin-top: 0;
}
.we-work-info span {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
}
/*---------------------------------------span4 end----------------------------------------*/
.footer
{
    padding: 55px 0;
    background:url(../images/footer.jpg) center;
	background-size:cover;
	position:relative;
    overflow: hidden;	
}
.footer:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
/*background: rgba(0, 0, 0, 0.91);*/
}
.foot3 p
{
font-size: 13px;
    color: #989898;
    line-height: 25px;
   
}
.foot-social li
{
display:inline-block;
padding:5px;
}
.foot-social li a
{
        display: inline-block;
    border: 1px solid #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #ccc;
    padding-top: 8px;
    font-size: 13px;
}
.foot-social li a:hover
{
background:#272721;
color:#fff;
}
.foot4 ul.foot-social li a:hover
{
    background: #EF7222;
    border-color: #EF7222;
	color:#fff;
	
}
.foot-con ul
{
color:#999;
margin-bottom:25px;
}
.foot-con ul li
{
position:relative;
padding:10px 0;
padding-left:26px;
}
.foot-con ul li a
{
    color:#999;
    text-decoration:none;
}
.foot-con ul li i
{
display: inline-block;
   
    padding-top: 4px;
    position: absolute;
    left: 0;

	    color: #f35c06;
}
.logos
{
margin-bottom:40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
padding-bottom:20px;

}
.logos img
{
width:117px;
margin:0 10px;
}
.foot3 h3
{
       font-weight: 600;
    font-size: 17px;
    color: #e0e0e0;
    position: relative;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media(max-width:767px)
{
.foot3 h3
{
    margin-top: 43px;
}
}
.foot3 h3:after
{
    content: '';
    width: 72px;
    height: 3px;
    background: #272721;
    /* position: absolute; */
    display: block;
    margin: 22px 0;
    
	
}
.foot3 img
{
margin:0px 0 20px;
}
.foot4 ul
{
margin-top:0px;

}
.foot4 ul li
{

}
.foot4 ul li a
{
color: #989898;
    margin-top: 10px;
    display: block;
    border-bottom: 1px dashed #504747;
    padding: 5px 0;
	position: relative;
    padding-left: 20px;
}
.foot4 ul li:last-child a
{
border-bottom:none;
}
.foot4 ul li a:hover
{
text-decoration:none;
     color: #fff;
}
.foot4 ul li a:before
{
    content: "\f101";
	    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;
	padding-right:10px;
	position:absolute;
	left:0;

}
.foot4 ul.foot-social li a:before
{
display:none;
}
.foot3 .call
{
    font-weight: 600;
    font-size: 22px;
        color: #272721;
	padding-top:4px;
}
.foot3 .email2
{
padding-top:3px;
}
.foot1, .foot2
{
text-align:center;
}
@media(min-width:768px)
{
.foot1
{
text-align:left;
}
.foot2
{
text-align:right;
}
}
.foot2 a
{
     color: #f35c06;
}
.footer2
{
         background: #000;
    padding: 20px 0 10px;
    color: #ddd;
    font-size: 13px;
}
.footer-powered
{
font-weight:400;
color:#F16924;
}


.cap
{
font-family: 'Lexend Deca', sans-serif;
display:none;
left:25%;
right:25%;
top:20%;
}
@media(min-width:768px)
{
.cap
{
display:block;
}
}
.cap h1
{
font-size:30px;
line-height:40px;
font-weight:800;

}
.cap p
{
font-family: 'Lexend Deca', sans-serif;
font-style:italic;
font-size:13px;
line-height:20px;
display:none;
}
.line
{
width: 150px;
    /* height: 24px; */
    /* background: url(../images/heading-bottom-pink.png) no-repeat center; */
    display: inline-block;
    margin: 11px 0 30px;
    border-top: 1px dashed #272721;
}
@media(min-width:992px)
{
.cap h1
{
font-size:40px;
line-height:50px;
}
.cap p
{
font-size:17px;
line-height:25px;
display:block;
}
}
.cap .btn
{
margin-top:10px;
}
.btn
{font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #272721;
    position: relative;
    line-height: 28px;
    padding-left: 20px;
    border-radius: 0px;
    padding-right: 20px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}
.btn:hover
{
background:#201b17;
color:#fff;
}
.btn i
{
padding-left: 12px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
   border-left: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
@media(max-width:992px)
{
.container>.navbar-collapse
{
position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    padding: 0px 34px 30px;
           background: #f35c06;
	    overflow-y: visible;
}
}

/*-----------------------------------footer top---------------------------------------------*/
.footer-top
{
background:#f6f6f6;
padding:80px 0;
color:#111;
text-align:center;
}
.foot-top1-icon
{
font-size:40px;
color:#ec5598;
}
.foot-top1 h3
{
font-weight:800;
}
.foot-top1 p
{
font-size:14px;
font-weight:400;
line-height:24px;
}
.foot-top1 p a
{
color:#ec5598;
}
.foot-top1 ul li
{
display:inline-block;
padding:0 5px;
}
.foot-top1 ul li a
{
display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    background: #ea3032;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
	padding-top: 12px;
}
.foot-top1 ul li a.fb
{
background: #325c94;
}
.foot-top1 ul li a.tw
{
background: #00abdc;
}
.foot-top1 ul li a.gp
{
background: #ea3032;
}
.foot-top1 ul li a.insta
{
    background: #0073b2;
}
.map {
    position: relative;
    padding-bottom: 75.25%;
    padding-top: 0px;
    height: 0;
   }


.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-----------------------------------footer top end---------------------------------------------*/

/*-----------------------------------banner------------------------------------*/
.banner
{
background:url(../images/banner.jpg) center;
background-size:cover;
padding:200px 0 150px;
margin-top:-30px;
    z-index: 99;
    position: relative;
}
/*-----------------------------------banner end------------------------------------*/

/*----------------------------contact ---------------------------------------*/
.con1 ul li
{
font-size:17px;
font-weight:300;
padding:7px 0;
position:relative;
padding-left:30px;
}
.con1 ul li em
{
position:absolute;
left:0;
top:13px;
color:#272721;
}
.con1 ul li a
{
color:#333;
border-bottom:1px dashed #333;
}
.con1 ul li a:hover
{
text-decoration:none;
color:#272721;
border-bottom:1px dashed #272721;
}
@media(max-width:767px)
{
.con1
{
margin-bottom:40px;
}
}
.cont
{
border:1px solid #eee;
box-shadow:none;
border-radius:0;
height:40px;
font-size:13px;
}
/*----------------------------contact end---------------------------------------*/
/*------------------------------------span5-----------------------------------*/
.span5
{
   color:#000;
	padding:50px 0;
	background:url(../images/grass.png) bottom repeat-x;
}
.box4
{
margin:10px;
margin-top:40px;
}
@media(max-width:767px)
{
.box4
{

}
}
.box4-txt
{
 background: #f9f9f9;
    padding: 40px 40px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 20px #ccc;
	position:relative;
}
.box4-txt:after
{
border-right: 21px solid rgba(0, 0, 0, 0);
    border-top: 24px solid #f9f9f9;
    bottom: -24px;
    content: "";
    left: 15px;
    position: absolute;
}
.box4 .box4-icon
{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    text-align: center;
    color: #e9842b;
    border: 3px solid #fafafa;
    font-size: 30px;
    padding-top: 13px;
    margin-top: -59px;
    background: #fff;
	transition: all 500ms ease;
	    margin-bottom: 15px;
}
.box4:hover .box4-icon
{
border-color: #e9842b;
}

.box4-txt p
{
    font-size: 14px;
    line-height: 29px;
    font-weight: 400;
    color: #777;
}

.mrg40
{
margin-top:50px;
}


.box4-txt i
{
color: #ffdc00;
font-size:22px;
padding-bottom:15px;
}
.owner
{
    margin: 20px 0 0;
    position: relative;
    padding: 3px 0 3px 90px;
    border-top: 1px solid #ddd;
    padding-top: 23px;
}
.owner:before
{
top: 21px;
    left: 0;
    content: '';
    width: 66px;
    height: 47px;
    position: absolute;
    background: url(../images/icon-01.png) no-repeat 0 0;
}
.box4-txt h4
{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
	color: #272721;
}
.box4-txt cite
{
display: block;
        color: #f35c06;
    font-size: 15px;
    line-height: 15px;
	  
}
.owl-carousel-1 .owl-nav
{
display:none;
}
.owl-carousel-1 .owl-dots
{
text-align:center;
    margin-top: 30px;
}
.owl-carousel-1 .owl-dot
{
    width: 10px;
    height: 10px;
    background: #ddd;
    border-radius: 50%;
    margin: 0% auto;
	display:inline-block;
	margin:0 2px;
}
.owl-carousel-1 .owl-dot.active
{
background:#f35c06;
}

/*------------------------------------span5 end-----------------------------------*/
.gal
{
margin-top:30px;
}
.gal img
{
width:272px;
margin:5px;
}

.service-box
{
    position: relative;
    padding: 30px;
    border: 6px solid #f2f2f2;
    border-radius: 1px;
}

.service-box h3
{
font-size: 28px;
    line-height: 1.4;
    font-weight: 600;
}

.service-box h3 span
{
color:#f35c06;
}

.service-box h4
{
    margin-top: 22px;
    line-height: 1.6;
}

.service-box p
{
line-height:1.9;
font-size:16px;
}

.why-us-box
{
    background: rgba(255, 255, 255, 0.85);
    color: #585858;
    padding: 20px;
    border: 1px solid #ddd;
	min-height:168px;
	margin-bottom:30px;
}

.why-us-box .fa
{
    font-size: 40px;
    margin: 5px 12px 0 0;
    color: #5d3527;
    position: relative;
    top: 8px;
}

.why-us-box h4
{
    display: inline-block;
    color: #f35c06;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 20px;
}

.why-us-box p
{
font-weight: 500;
    color: #4e4e4e;
    font-size: 14px;
    line-height: 1.9;
}

@media(max-width:1024px)
{
.nav>li>a {
    padding: 10px 29.5px;
}

.num a span {
    padding: 9px 20px;
}
}

@media(max-width:768px)
{
.span12
{
margin-top:25px;
}

.service-box img
{
display:none;
}

.service-box
{
margin-bottom:25px;
}

.box2 {
    height: 450px;
}

.why-us-box {
    padding: 15px;
text-align: center;	
}
.why-us-box h4 {
    font-size: 17px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.foot-social
{
margin-bottom:25px;
}

.first-call
{
display:none !important;
}

.header-left .call1 span {
    font-size: 12px;
    padding-left: 26px;
    padding-top: 5px;
}

.carousel .image1 {
    height: 500px;
}

}


/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
	}
}

@media(max-width:414px)
{
.navbar-nav {
    padding: 0;
}

.container>.navbar-collapse {
    position: relative;
}
}

/*========================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:99999;
    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: 54%;
      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;
  }
  .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;
    }
  }
  