body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #525252;
}
h1,h2,h3,h4,h5,h6
{
font-family: 'Montserrat', sans-serif;
}
a:hover, a:focus
{
text-decoration:none;
}
ul
{
list-style:none;
margin:0;
padding:0;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  position:absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* 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: #ffffffc2;*/
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* 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: 11% 20px 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);
    height: 450px;
}

@media(min-width:520px)
{
.carousel .image1
{
       padding: 6% 44px 8%;
    height: 350px;
   
}
}
@media(min-width:768px)
{
.carousel .image1
{
         padding: 17% 0 8%;
    height: 632px;


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

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

}

.slider-inner2
{
margin-right: 50px;
margin-left:0;
}
}
.s_box {
     
    color: #fff;
}
.slider-inner h1
{
      font-size: 55px;
    line-height: 1.2;
    margin-top: 0;
    font-weight: 700;
    position: relative;
	text-transform:capitalize;
    

}
.slider-inner h4
{
font-size:20px;
letter-spacing:5px;
font-weight:300;
}
.slider-inner h1 i
{
    position: absolute;
    left: 0;
    font-size: 93px;
	top: 33px;
}
@media(max-width:767px)
{
.slider-inner h1
{
font-size:25px;
line-height:30px;
padding-left:0;
}
.slider-inner h1 i
{
   position: relative;
    display: block;
    text-align: center;
    margin-bottom: 54px;
	}
}
.s_btn
{
    background-color: #85b432;
    color: #fff;
    padding: 1.6rem 2.5rem;
    font-size: 1.4rem;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    border-radius: 40px;
	margin-top:30px;
}
.s_btn:hover
{
color:#fff;
    background: #6a9420;
}
.slider-inner h1 strong
{
    color: #85b432;
font-weight:700;
}
.slider-inner h3
{
    font-size: 25px;
   
    margin-bottom: 20px;
    font-weight: 600;
	letter-spacing:3px;

}
.slider-inner h5
{
text-transform:uppercase;
font-size:25px;
font-weight:400;
}

.slider-inner p
{
       font-size: 20px;
    /* letter-spacing: 1px; */
    font-weight: 300;
    margin-top: 15px;
    line-height: 1.6;
}

.slider-inner h1 span, .slider-inner h3 span
{
color: #89c63d;
font-weight:900;
}

.btn2
{  
          font-size: 15px;
    padding: 0 30px;
    line-height: 49px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(30, 121, 242, 0.2);
    color: #fff;
    margin-top: 15px;
    border: none;
    display: inline-block;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    text-transform: uppercase;
    background: #232323;
    font-weight: 700;
    border-radius: 30px;
	outline:none;
}
.btn2:before
{
background:#85b432;
}
.btn2:hover:before
{
color:#fff;
background:#85b432;
}

.btn2:hover, .btn2:focus
{
    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.social>li {
        float: left;
		/*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
{
       border-bottom: 1px solid #eee;
    color: #666;
	padding:7px 0;
}
.left2, .right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}

.top-header .left2 a
{
     
    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: 14px;
	    padding-left: 23px;
		font-weight:300;
}
.top-header .left2 p i
{
    color: #d11e2b;
    font-size: 28px;
    position: absolute;
    left: 0;
    top: -2px;
}
@media(min-width:768px)
{
.top-header .left2 a
{
font-size:14px;
    line-height:34px;
	padding:0;
	
}
}
.social  li
{
display:inline-block;
padding:12px 8px;
margin-top:10px;

}
.social  li a
{
    color: #fff;
	
	font-size:15px;
}
.social  li a:hover
{
color:#fff;
opacity:1;
}
.navbar-inverse
{
    padding: 0px 0;

}
.header-left
{
display:none;
}
@media(min-width:768px)
{
.header-left
{
display:block;
}
}
.header-left .call1
{
    display: inline-block;
    margin: 16px 0 0 0;
    /*border-right: 1px solid #CCC;*/
    color: #999;
    font-family: 'Lato', sans-serif;
    color: #232932;
	font-size:13px;
	position:relative;
}
.header-left .call1:first-child
{
margin-right:10px;
}
.header-left .call1 i
{
    color:#fff;
    font-size: 17px;
    vertical-align: middle;
    padding-right: 3px;
    position: absolute;
    left: 0;
    top: 5px;
}
.header-left .proudly img
{
     color: #85b432;
    font-size: 34px;
    vertical-align: middle;
    padding-right: 3px;
    position: absolute;
    right: 0;
}

.header-left .call1 span
{
       display: block;
   font-size: 11px;
    color: #000;
    padding-left: 23px;
    padding-top: 5px;
    font-weight: 600;
    line-height: 22px;
    text-transform: uppercase;
}
.header-left .proudly span
{
padding-left: 60px;
}

.header-left .call1 span strong
{
text-transform:none;
    color: #85b432;
font-weight: 500;
}
.header-left .call1 span strong a
{
color: #fff;
font-size:13px;
}
@media(max-width:992px)
{
.header-left .call1 span strong a
{
font-size:11px;
}
}
.request a
{
display:inline-block;
background: #85b432;
color:#000;
text-transform:uppercase;
padding:14px 25px;
margin-top:20px;
font-weight:600;
font-family: 'Lato', sans-serif;
float:right;
}
@media(max-width:992px)
{
.request a
{
font-size: 13px;
padding:10px 8px;
}
}
.reuest a:before
{
background: #333;
    color: #fff;
}
.menu
{
    position: relative;
    z-index: 9999;
	    background: rgba(247, 245, 236, 0.05);
}
@media(max-width:991px)
{
.menu
{
    background: #000;
width:100%;
}
}
@media(min-width:992px)
{
.menu.shrink
{
position:fixed;
top:0;
width:100%;
     background: rgba(0, 0, 0, 0.85);
    box-shadow: 2px 0px 16px rgba(0, 0, 0, 0.39);
	z-index:9;
}
}
@media(min-width:991px)
{
.menu_wrap
{
/*display:inline-block;*/
}
.menu_wrap ul
{
        
	
}
}

/*@media(min-width:991px)
{
.navbar-nav>li:last-child
{
float:right;
margin:13px 10px 10px 0;
}
.navbar-nav>li:last-child>a
{
background: #85b432;
    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: 400;
    line-height: 1.4em;
    margin-bottom: 0;
	
}
.heading h2 strong
{
color: #d11e2b;
}
@media(min-width:768px)
{
.heading h2
{
font-size:40px;
}
}
.heading h6
{
    position: relative;
   color: #fca601;
    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: #85b432;
		font-weight:700;
}
.abt p
{
font-size: 19px;
    font-weight: 400;
    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 end--------------------------------------------*/

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

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

/*--------------------------------------span2---------------------------------------*/
.span2
{
background:url(../images/bg-01.jpg) center;
background-size:cover;
width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	font-family: 'Montserrat', sans-serif;
}
.span21
{
background:#fff;
color:#333;
padding:30px 30px 15px;
border-radius:5px;
}
.span21 form
{
margin-top:30px;
}
.span21 form p
{
font-size: 16px;
    color: #555555;
    line-height: 1.5;
font-family: 'Montserrat', sans-serif;
font-weight:600;
margin-bottom:5px;
}
.input1 a
{
color: #999999;
    border-bottom: 1px solid #999;
    text-decoration: none;
	font-weight:400;
	font-size:14px;
}
.input1 a:hover
{
text-decoration: none;
    color: #fc00ff;
    border-color: #fc00ff;
}
.span21 .input1
{
margin:22px 0;
}

.input2
{
position:relative;
background-color: #f7f7f7;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}
.cont1
{
    color: #333333;
    line-height: 1.2;
    font-size: 18px;
    display: block;
    width: 100%;
    background: transparent;
    height: 48px;
    padding: 0 20px;
	outline:none;
	box-shadow:none;
	    border: none;
}
.cont1:focus
{
border-color:transparent;
outline:none;
box-shadow:none;
}
.focus-1
{
position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #fc00ff;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}
.cont1:focus + .focus-1
{
visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.btn-1
{
border:none;
display:inline-block;
text-align:center;
    padding: 10px 40px;
    
    
    background-color: #333333;
    border-radius: 5px;
   
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
    z-index: 1;
	font-weight:600;
	
}
.btn-1:before
{
content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    top: 0;
    left: 0;
    background: #a64bf4;
    background: -webkit-linear-gradient(45deg, #00dbde, #fc00ff);
    background: -o-linear-gradient(45deg, #00dbde, #fc00ff);
    background: -moz-linear-gradient(45deg, #00dbde, #fc00ff);
    background: linear-gradient(45deg, #00dbde, #fc00ff);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-1:hover:before
{
opacity:1;
}
.no-member
{
padding-top:50px;
}
.span21 .no-member p
{
font-size: 14px;
    color: #999999;
    line-height: 1.5;
	font-weight:400;
}
.no-member p a
{
color:#999999;
border-bottom:1px solid #999;
text-decoration:none;
}
.no-member p a:hover
{
    text-decoration: none;
    color: #fc00ff;
    border-color: #fc00ff;
}
/*----------------------------------------------span2 end----------------------------------*/

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

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

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

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

/*------------------------------------span5 end-----------------------------------*/
.footer
{
           padding: 55px 0;
		   background:url(../images/footer.jpg) center;
		   background-size:cover;
	position:relative;
}
@media(max-width:991px)
{
.footer
{
background-image:none;
}
}
.footer:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
    background: rgba(0, 0, 0, 0.88);
}
.foot3 p
{
    font-size: 15px;
    color: #fff;
    line-height: 28px;
   
}
.foot-social
{
margin-top:20px;
}
.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: #fff;
    color: #2f3241;
}
.foot4 ul.foot-social li a:hover
{
    background: #EF7222;
    border-color: #EF7222;
	color:#fff;
	
}
.foot-con ul
{
color:#fff;
margin-bottom:25px;
}
.foot-con ul li
{
position:relative;
padding:10px 0;
padding-left:24px;
}
.foot-con ul li i
{
    display: inline-block;
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    /* border: 2px solid #85b432; */
    padding-top: 3px;
    position: absolute;
    left: 0;
    border-radius: 100%;
    color: #85b432;
}
.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: 700;
    font-size: 18px;
    color: #fff;
    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: 2px;
    background:#cde47a;
    /* position: absolute; */
    display: block;
    margin: 20px 0;
    
	
}
.foot3 img
{
margin:0px 0 20px;
}
.foot4 ul
{
margin-top:0px;

}
.foot4 ul li
{
    display: block;
    margin-top: 0;
    overflow: hidden;
	font-size:13px;
}
.foot4 ul li a
{
color:#fff;
    margin-top: 10px;
    display: block;
    border-bottom: 1px dashed #504747;
    padding: 5px 0;
	position: relative;
        font-size: 14px;
}
.foot4 ul li:last-child a
{
border-bottom:none;
}
.foot4 ul li a:hover
{
text-decoration:none;
     color: #85b432;
}
/*.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;
    top: 8px;
}*/
.foot4 ul.foot-social li a:before
{
display:none;
}
.foot3 .call
{
    font-weight: 600;
    font-size: 22px;
        color: #85b432;
	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: #85b432;
}
.footer2
{
          background: #000;
    padding: 20px 0 10px;
    color: #ddd;
    font-size: 13px;
}
.footer-powered
{
font-weight:400;
color:#F16924;
}




/*-----------------------------------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: 55.25%;
    padding-top: 0px;
    height: 0;
   }
@media (min-width: 768px)
{
.map {
    padding-bottom: 24.25%;
}
}

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

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

/*----------------------------contact ---------------------------------------*/
.con1 ul li
{
font-size:17px;
font-weight:300;
padding:7px 0;
position:relative;
padding-left:30px;
}
.con1 ul li i
{
position:absolute;
left:0;
top:13px;
color:#85b432;
}
@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---------------------------------------*/


/*------------------------------------span6 end-----------------------------------*/
.span6
{
}

.span6 .box3
{
height:auto;
}
/*------------------------------------span6 end-----------------------------------*/