
body {
    font-family: 'Yanone Kaffeesatz', sans-serif;
	background-color:#f6f6ea;
   
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
     font-family: 'Yanone Kaffeesatz', sans-serif;
    letter-spacing: 1px;
}

p {
   font-size: 1.25em;
    /* line-height: 1.6; */
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #000;
}

hr {
    max-width: 400px;
   
}

.brand,
.address-bar {
    display: none;
}

.navbar-brand {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 2px;
}

.navbar-nav {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 3px;
}

.img-full {
    min-width: 100%;
}

.brand-before,
.brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px;
    background: #fff;
    background: rgba(255,255,255,0.9);
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}


a.read {
    font-size: 18px;
    text-transform: uppercase;
    color: #282828;
	font-weight:bold;
    border-left: 4px solid #3c763d;
    padding: 0;
    padding-left: 0.5em;
    margin-bottom: 1em;
    letter-spacing:1px;
}


::-webkit-scrollbar {
      width: 7px;
} /* this targets the default scrollbar (compulsory) */
 
::-webkit-scrollbar-thumb {
	border-radius: 10px;
      background-color:hsl(86, 58%, 41%); 
} /* this will style the thumb, ignoring the track */
::-webkit-scrollbar-thumb:hover{
background-color:#DC9707;

}
 
::-webkit-scrollbar-corner {
      background-color: black;
}

/* Selected text color */
::-moz-selection { background: #86C333; }

::selection { background: #86C333; }

/* Selected text color end*/

.green-preloader
{
width:100%;
height:100%;
position:fixed;
left:0;
top:0;
bottom:0;
right:0;
z-index:99999999;
background:#fff url('../img/loading_gif.gif') no-repeat center center;
}






footer {
    background: #fff;
    background: rgba(255,255,255,0.9);
}

footer p {
    margin: 0;
    padding: 61px 0;
}




@media screen and (min-width:768px) {
    .brand {
    display: inherit;
    margin: 0;
    padding: 10px 0 10px;
    text-align: center;
}

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

   
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
}





.slideshow-overlay {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: auto;
    height: 100%;
    width: 100%;
    background: url(../img/dark.png) left top repeat;
}



.slider-wrap {
    position: relative !important;
	background-color:#000;
	
	
}

.inner-content {
	padding: 90px 0;
}

.section-about h3 {
	font-size: 25px;
	margin: 15px 0 20px;
}

.section-services2 h3 {
	font-size: 25px;
	margin: 0 0 20px;
}

.ss2-content i {
	font-size: 35px;
	color: #8dc73f;
}

.ss2-content h4 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 30px 0 13px;
}

.space10 {
	margin-bottom: 10px;
}

.space20 {
	margin-bottom: 20px;
}

.space30 {
	margin-bottom: 30px;
}

.space40 {
	margin-bottom: 40px;
}

.space50 {
	margin-bottom: 50px;
}

.space60 {
	margin-bottom: 60px;
}

.space70 {
	margin-bottom: 70px;
}

.space80 {
	margin-bottom: 80px;
}

.space90 {
	margin-bottom: 90px;
}

.space100 {
	margin-bottom: 100px;
}

.button {
	background: #000;
	padding: 15px 20px;
	color: #fff;
	text-transform: uppercase;
	border: none;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: Montserrat;
	border-radius: 0px;
	display: table;
	transition: .4s;
}

.button:hover {
	background: #8dc73f !important;
	color: #fff !important;
}

.button.color2:hover  ,
.button.color3:hover  ,
.button.color4:hover {
	background: #000 !important;
	color: #fff !important;
}

.button.btn-border {
	background: transparent !important;
	padding: 15px 20px;
	color: #000;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-family: Montserrat;
	border-radius: 0px;
	display: table;
	transition: .4s;
}

.button.btn-border:hover {
	background: #000 !important;
	color: #fff;
}

.button.color2 {
	background: #8dc73f;
}

.button.color3 {
	background: #0FA2D5;
}

.button.color4 {
	background: #FF4862;
}

.button.color5 {
	background: #8dc73f;
}

.button.color5:hover {
	background: #000 !important;
}

.button.btn-border.color2 {
	border-color: #8dc73f;
	color: #8dc73f;
}

.cta-clr {
	background:#8dc73f;
}

.button.btn-border.color3 {
	border-color: #0FA2D5;
	color: #0FA2D5;
}

.button.btn-border.color4 {
	border-color: #FF4862;
	color: #FF4862;
}

.button.btn-border.white {
	border-color: #fff;
	color: #fff;
}

.button.btn-border.color2:hover {
	background: #8dc73f !important;
	color: #fff;
}

.button.btn-border.color3:hover {
	background: #0FA2D5 !important;
	color: #fff;
}

.button.btn-border.color4:hover {
	background: #FF4862 !important;
	color: #fff;
}

.button.btn-border.white:hover {
	border-color: #fff;
	background:#fff !important;
	color: #000 !important;
}


.button.one {
	background: #8dc73f;
}

.btn-radius {
	border-radius: 5px !important;
}

.content-head {
	margin-bottom: 60px;
}

.content-head em {
	font-size: 18px;
	display: block;
	color: #777;
	margin: 8px 0 0;
}

.section-team-block .left {
	text-align: right;
	padding: 1px;
}

.section-team-block .left img {
	float: right;
	margin-left: 40px;
}

.section-team-block .right {
	text-align: left;
	padding: 1px;
}

.section-team-block .right img {
	float: left;
	margin-right: 40px;
}

.section-team-block h4 {
	margin: 10px 0 5px;
}

.section-team-block p {
	margin: 0 0 20px;
}

.small-sep {
	height: 2px;
	background: #8dc73f;
	width: 50px;
}

.social-c1 {
	margin-top: -15px;
	margin-bottom: 0px;
}

.left .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a {
	color: #000;
	margin-left: 3px;
}

.right .social-c1 a:hover {
	opacity:0.5;	
}

.button.simple {
	background: transparent;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 0 0 5px;
	color: #000;
	font-size: 10px;
	letter-spacing: 2px;
	opacity: 0.3;
}





/*--about--*/
#about{ 
  background:#4F731E;
  text-align:center;
}
.main-bnr-text h5 {
    color: #fff;
    font-size: 1.5em;
	margin-bottom:0.3em;
	   font-weight: 100;
	    font-family: 'Yanone Kaffeesatz', sans-serif;
}
.main-bnr-text {
       padding: 2.5em 4em;
}
.main-bnr-text h3 {
    color: #fff;
    font-weight: 100;
    font-size: 3em;
	    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 0.5em;
    margin-bottom: 0.5em;
}
.main-bnr-text p {
    color: #fff;
	font-size: 1.2em;
    line-height: 1.4;
	    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
}
.btn {
    color: #fff;
    border: 2px solid #FDFCFA;
    border-radius: 0px;
    display: inline-block;
    padding: 12px 30px;
    margin-top: 1em;
    font-size: 14px;
    text-transform: uppercase;
    /* font-weight: bold; */
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn:hover,.btn:focus {
    color: #F7DB0A;
	border: 2px solid #F7DB0A;
    text-decoration: none;
}
 .main-bnr-bg {
	    background: url(../img/greenapple-about.jpg) center center no-repeat;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    position: relative;
    z-index: 99;
    min-height:630px;
}

.serv

{

	padding-top:34px;
	background-image:url(../img/border-bg.png) !important;
    background-color: rgba(223, 207, 174, 0.53);
	width:100%; height:auto;
}

.ro-section {

  width: 100%;
   }
  .ro-section .ro-section-mb {
    margin-bottom: 50px; }
  .ro-section .ro-section-mb-small {
    margin-bottom: 30px; }
  .ro-section .ro-section-mb-big {
    margin-bottom: 80px; }
  .ro-section .ro-section-heading {
    margin-bottom: 40px; }
  .ro-section.ro-padding-top {
    padding-top: 50px; }
  .ro-section.ro-padding-top-big {
    padding-top: 80px; }
  .ro-section.ro-margin-bottom {
    margin-bottom: 80px; }
	
	
	/* SERVICE */
.greenapple-1-wrapper {
  position: relative; }

.greenapple-1-item {
  position: relative;
  margin-bottom: 100px; }
  .greenapple-1-item .ro-image {
    position: relative;
    width: 60%;
    z-index: 2; }
  .greenapple-1-item .ro-content {
    position: relative;
    width: 50%;
    z-index: 3; }
    .greenapple-1-item .ro-content p {
      text-align: center;
      margin-bottom: 0;
      padding: 30px 30px 50px; }
      .greenapple-1-item .ro-content p .ro-more {
        position: absolute;
        right: 30px;
        bottom: 10px; }
  .greenapple-1-item > :first-child {
    float: left;
    margin-right: -10%; }
  .greenapple-1-item > :nth-child(2) {
    float: right; }
    .greenapple-1-item > :nth-child(2) img {
      float: right; }

@media (min-width: 1200px) {
  .greenapple-1-item.greenapple-1-v {
    padding-top: 150px; }
    .greenapple-1-item.greenapple-1-v .ro-image {
      position: relative;
      z-index: 2;
      margin-bottom: -70px;
      width: 85%; }
    .greenapple-1-item.greenapple-1-v .ro-content {
      position: relative;
      width: 100%;
      z-index: 3; }
      .greenapple-1-item.greenapple-1-v .ro-content h3, .greenapple-1-item.greenapple-1-v .ro-content p {
        float: left; }
      .greenapple-1-item.greenapple-1-v .ro-content h3 {
        width: 30%; }
      .greenapple-1-item.greenapple-1-v .ro-content p {
        width: 70%;
        text-align: center;
        margin-bottom: 0;
        padding: 30px; } }

@media (max-width: 767px) {
  .greenapple-1-item {
    margin-bottom: 50px; }
    .greenapple-1-item .ro-image {
      position: relative;
      width: 80%;
      z-index: 2; }
    .greenapple-1-item .ro-content {
      position: relative;
      width: 70%;
      z-index: 3; }
      .greenapple-1-item .ro-content p {
        text-align: center;
        margin-bottom: 0;
        padding: 30px; }
    .greenapple-1-item > :first-child {
      margin-right: -50%; } }

@media (max-width: 479px) {
  .greenapple-1-item .ro-image {
    display: none; }
  .greenapple-1-item .ro-content {
    width: 100%; }
  .greenapple-1-item > :first-child {
    float: left;
    margin-right: -100%; } }
	
	
	
		  
		  /* COLOR */
.green-color-main {
  color: #84C340; }

.green-color-light {
  color: #FFFFFF; }

.green-color-dark {
  color: #444444; }

.ro-bg-dark {
  background-color: #2b2b2b; }

.ro-bg-light {
  background-color: #FFFFFF; }

.ro-bg-trans-light {
  background-color: rgba(255, 255, 255, 0.7); }

.ro-bg-main {
  background-color: #84C340; }

.ro-bgc-1 {
  background-color: #C6D9C6; }

.ro-bgc-2 {
  background-color: #D9D8C1; }

.ro-bgc-3 {
  background-color: #DEB6B6; }

.ro-bgc-4 {
  background-color: #ABDCE1; }

.ro-bgc-5 {
  background-color: #E7E6E1; }

.ro-bgc-6 {
  background-color: #9DCF67; }

.ro-bgc-trans-1 {
  background-color:rgba(79, 115, 30, 0.78);}

.ro-bgc-trans-2 {
  background-color: rgba(217, 216, 193, 0.7); }

.ro-bgc-trans-3 {
  background-color: rgba(222, 182, 182, 0.7); }

.ro-bgc-trans-4 {
  background-color: rgba(171, 220, 225, 0.7); }

.ro-bgc-trans-5 {
  background-color: rgba(79, 115, 30, 0.78);
  }

.ro-bg-lightgray {
  background-color: #EEEEEE; }
  
  
  
  
  
  
/* ==========================================================================
   #Parallax
  ========================================================================== */

#parallax-2 {
	background: url(../img/parallax-bg.jpg) 50% 0 no-repeat;
	height: 640px;
	
}
.parallax {
	width: 100%;
	padding: 0;
	margin: 0;
	background-attachment: fixed;
	position: relative;
	background-size: cover;
}
.parallax.fixed {
	background-attachment: fixed;
}
.parallax.fixed-desktop {
	background-attachment: fixed!important;
}
.excellence {
	padding: 100px 0 0;
	width: 100%;
}
.bg-white {
	background: #fff;
	margin-right: 40px;
	display: block;
}
.bg-white h2 {
	margin-bottom: 30px;
}
.bg-white p {
	padding: 0 0 0 4px;
}
/* ==========================================================================
   #About Page Services
  ========================================================================== */
  
  .abouthead
  {
	
	margin:auto;
	width:100%;
   
  }
  
  .abouthead h2
  {
    color: #000;
    font-weight: 300;
    font-size: 2.5em;
    margin: auto;
    padding-top: 60px;
    width: 100%;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    line-height: 0.5em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  
  
  .abouthead p {
	 /* text-transform: uppercase; */
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
    /* padding-top: 10px; */
    /* padding-bottom: 40px; */
    margin-bottom: 40px;
  }
  
  
  .rounded-image-border {    
      width: 100%;
    text-align: center;
    float: left;
    clear: both;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* padding: 10px 0px; */
    padding-top: 6px;
	 }
	
	.rounded-image-border img {    
	 max-width: 204px;
    max-height: 204px;
    border-radius: 204px;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; 
	}
	.rounded-image-border span { 
	border: 5px solid #4F731E;
    display: inline-block;
    zoom: 1;
    -moz-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    width: 213px;
    height: 213px;
    border-radius: 213px; }
		.rounded-image-border span:hover { border:5px solid #d06262; -moz-transform: scale(1) rotate(10deg) translate(1px); -webkit-transform: scale(1) rotate(10deg) translate(1px); -o-transform: scale(1) rotate(10deg) translate(1px); transform: scale(1) rotate(10deg) translate(1px); }		
		
		.rounded-image-border.alignleft, .rounded-image-border.alignright { width:auto; padding-top:0px; }
		
		.aligncenter h6 { margin-bottom:0px; }
		
		
		
		
		
		
	.pic {
  border: 10px solid #fff;  
  float: left;
  height: 300px;
  width: 300px;
  margin: 20px;
  overflow: hidden;
  
  -webkit-box-shadow: 5px 5px 5px #111;
          box-shadow: 5px 5px 5px #111;  
}	
		
.grow img {
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 400px;
  height: 400px;
}




.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Circle */




		
.cources
{
    padding-top:34px;
	background-image:url(../img/border-bg.png) !important;
    background-color: rgba(223, 207, 174, 0.53);
	width:100%; height:auto;
}
		
		
.icon-banner {
    text-align: center;
	padding:20px 40px 25px;
	margin-bottom:30px;
	background:#f8f8f8;
}
.icon-banner > a {display:inline-block;
}

.icon-banner .title_cont {
	text-transform:uppercase;
	font-weight:700;
	margin-bottom:10px;
}
.icon-banner h3 {margin:0;
}

.icon-banner p
{
	
font-size: 16px;
    text-align: justify;
    /* line-height: 1.6; */
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 300;
	color:#000;
	
}


.icon-banner .icon,
.icon-banner .separator {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.separator {
        position: relative;
    margin: 17px 0 13px;
    height: 1px;
    color: #000;
    background-color: #DADADA;
}

  
  
.ro-content h3{
	color:#4F731E;
}
  .ro-content p{
	color:#fff;
}

.cors
{
	    border: 1px solid;
    padding: 5px;
    background: #fff;
}
  
  
  /* ==========================================================================
   #Servicepage
  ========================================================================== */
  
  
  .greenhead
  {
	  margin:auto; width:100%;
	  height:auto;
	  position:relative;
  }
  .greenhead2 {
	  border:none !important;
	  width:20% !important;
  }
  
  h2.greenhead
  
  {
	  margin: auto;
    width: 100%;
    padding-top: 25px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
  }
  p.greenhead
  {
	    margin: auto;
    width: 100%;
    /* padding-top: 30px; */
    padding-bottom: 16px;
    font-size: 16px;
    color: #258606;
    letter-spacing: 2px;
    /* font-style: italic; */
    text-align: center;
  }
  
  .greenhead hr {
 margin-top: 0px;
    width: 20%;
    height: 16px;
    background-image: url(../img/bottomline.png);
    text-align: center;
    margin-bottom: 4px;
}
  
  
  

#header.transparent-header+#page-title.page-title-parallax .container {
  z-index: 5;
  padding-top: 100px;
}

#page-title {
  position: relative;
  padding: 50px 0;
  background-color: #F5F5F5;
  border-bottom: 1px solid #EEE;
}
#page-title.page-title-parallax {
  padding: 100px 0;
  text-shadow: none;
  border-bottom: none;
}
#page-title.page-title-dark {
  background-color: #333;
  text-shadow: 1px 1px 1px rgba(0,0,0,.15)!important;
  border-bottom: none;
}
#page-title.page-title-parallax {
  background-color: transparent;
  background-image: url(../img/banner123.jpg);
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
}
#page-title.page-title-parallax h1 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 2px;
  text-align:center;
}
#page-title.page-title-dark h1 {
  color: rgba(255,255,255,.9)!important;
}
#page-title h1 {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333;
  font-size: 22px;
  text-transform: uppercase;
}

.text123 {
    text-align: justify;
    color: #DCDCDC;
    line-height: 28px;
    font-size: 15px;
}

.text1234 {
   color: #173038;
    font-size: 16px;
    line-height: 29px;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    text-align: justify;
    margin-top: 60px;
}



.content_white{
	text-align:center;
	padding: 3em 0;
} 
.content_white h2{
	font-size:2em;
	font-weight:bold;
	color:#637f83;
}
.content_white p{
	color: #637f83;
	font-size: 1.5em;
	font-weight: 300;
	line-height: 0.6em;
	
}

.m_3 {
	text-align: center;
	position: relative;
}
span.left_line{
	height: 1px;
	width:31em;
	display: block;
	background:#19A51B;
	position: absolute;
	left: 0em;
	bottom:5px;
}
span.right_line{
	height: 1px;
	width:31em;
	display: block;
	background:#19A51B;
	position: absolute;
	right: 0em;
	bottom:5px;
}
#flexiselDemo3 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin:3em 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
	padding-right:30px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*** Navigation ***/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	margin-top:-19.5em;
}
.nbs-flexisel-nav-left {
	left:37em;
		width:30px; height:30px;
	background: url(../img/right.png);
}
.nbs-flexisel-nav-right {
	right:39em;
	width:30px; height:30px;
	background: url(../img/left.png) no-repeat;
}


.clickgreen
{
	width:100%;
	height:38px;
	background-color:#7bbf6a;
	margin:0;
}
h2.clickgreen
{
	padding:10px;
	text-align:center;
	font-size:16px;
	color:#fff;
}

.clickgreen1

{
	width:100%;
	background-color:#FFF;
	height:100px;
	border:1px solid #D8D7D7;}
	
p.click
{
	padding:5px;
	color:#000;
	font-size:14px;
}






.work,.news{
	padding:5em 0;
}
.work-grids {
    margin: 5em 0 0 0;
}
.work-info h3,.news-info h3,.about-grid h3,.about-team h3,.choose h3 {
    color: #000000;
    font-size: 3em;
    margin: 0;
    text-align: center;
    font-family: 'CinzelDecorative-Regular';
}
.work-grid-left{
    vertical-align: middle;
    text-align: center;
    padding: 3.76em 2em;
    background: #4F731E;
}
.work-grid-left h5{
    color: #fff;
    font-size: 2em;
    margin: 0;
    text-transform: capitalize;
}
.work-grid-left p{
    color: #FFFFFF;
    font-size: 1em;
    margin: .7em 0;
    line-height: 1.6em;
    height:75px;
}
.work-grid-left a{
    //margin-top: 1em;
    display: inline-block;
    padding: .2em 1em;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    //font-weight: 700;
    font-size: 18px;
    //line-height: 2em;
    text-transform: uppercase;
    color:  #fff;
    text-decoration: none;
}
.work-grid-left a:hover {
  border-bottom: 2px solid #8dc73f;
  border-top: 2px solid #8dc73f;
  color: #8dc73f;
}
.work-grid-middle{
	padding:0;
}
.work-grid-middle img{
	width:100%;
}





/*--portfolio--*/
.Portfolio1{
	padding:6% 0;
	    margin-bottom: 27px;
}
.portfolio_top{
	margin-bottom:5%;
	margin-top: 53px;
}
h3.m_5 {
	color: #333;
	font-size: 33px;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}
.m_6 {
	position: relative;
}
span.portfolio_line {
	width:160px;
	display: block;
	border-bottom: 2px solid #489C3C;
	position: absolute;
	bottom: 0px;
}
.portfolio_left{
	float:left;
}
#filters {
	padding: 40px 0px 20px 0px;
	list-style: none;
	/*float:right;*/
}
	#filters li {
		display: -webkit-inline-box;
	}
	#filters li span {
		display: block;
		padding: 4px 15px;
		text-decoration: none;
		color: #666;
		cursor: pointer;
		font-size: 16px;
	    text-transform: uppercase;
		font-weight:500;
	}
	#filters li span.active {
		border: 2px solid #489C3C;
    color: #489C3C;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 23%;
		display:none;
		float:left;
		overflow:hidden;
		margin: 0 2% 2% 0;
	}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		display: block;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}


/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-align:center;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgb(72, 156, 60);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:33%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}




  /* ==========================================================================
   #getintouch
  ========================================================================== */
  
.map

{margin:auto;
width:100%;
height:400px; background-color:#666;
padding-top:30px;
padding-bottom:40px;
}


.address{
	margin:auto;
}
h2.address
{
	padding:10px;
	font-size:18px;
	color:#C90;
	padding-bottom:30px;
	text-align:center;
}

h3.address
{
	text-align:left;
	font-size:16px;
}




/*	################################################################
	13. Bridal makeup
	################################################################# */
	
	
	.bridal
	{
		margin:auto;
		padding-top:30px;
		padding-bottom:40px;
		width:100%;
		height:auto;
	}
	
	





.bridals{
	text-align:center;
	   padding:3em 0 0;
}
.bridals h2 {
  color: #00a4e4;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  padding: 0;
}
.bridals-grid-left {
  border: 1px solid #DADADA;
  margin: 5px;
  padding-left: 0;
  width: 23.8%;
  padding-right: 0;
}
.bridals-grid-left:hover {
	border: 1px solid #68D26A;
}
.bridals-grid-left h4{
	    font-size: 1.5em;
    padding: 14px !important;
    margin: 0;
    color:#fff ;
    background-color: #4f731e;
    text-align: center;
}
.bridals-grid-left p{
  font-size: 1.1em;
    color: #000;
  text-align: left;
  padding: 10px;
  line-height: 1.8em;
}
.bridals-grid {
	padding: 1em 0 0;
}
.bridals-top img {
  width: 100%;
  margin: 0 auto;
}


	
	

	.styled-button-1 {
    -webkit-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    -moz-box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    box-shadow: rgba(0,0,0,0.2) 0 1px 0 0;
    color: #D9C9A8;
    /* padding-left: 10px; */
    background-color: #4F731E;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: none;
    text-align: center;
    /* width: 58%; */
    margin: auto;
    font-family: 'Helvetica Neue',Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 36px;
    padding: 4px 16px;
    text-shadow: #735644 0 1px 0;
}

	
	/*--packages--*/
.packages {
    padding: 2em 0;
    background: #4f731e;
}
h3.tittle.pack {
    color: #fff;
}
.package-top {
    margin-top: 0em;
}
.pop_up2 img {
    text-align: center;
    margin: 0 auto;
	    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
}
.price {
        bottom: 0;
    background-color: #ff8dae;
    font-size: 1.35em;
    font-weight: 500;
    color: #fff;
    padding: 0.9em 0.7em;
    color: #fff;
    float: right;
    border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 70px;
    height: 70px;
}
.package .price small, .package1 .price small, .package2 .price small {
    font-size: 0.7em;
    margin-right: 3px;
}
.price small {
    color: #fff;
}
ul.list-default {
   list-style-type: none;
    padding: 0 0px 0 14px;
    float: left;
    margin-top: 1em;
}
.package,.package1,.package2 {
  
    border-bottom: 1px dotted #A4A5A7;
    padding-bottom: 0em;
    padding: 10px;
}


.package p,.package1 p,.package2 p
{
	font-size: 1.25em;
    /* line-height: 1.6; */
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #FFF;
}
.package h5, .package1 h5, .package2 h5 {
       color: #FF8DAE;
    font-size: 1.6em;
    font-weight: bold;
}

	
	


@media (max-width:1100px){
 
 .bridals-grid-left {
    border: 1px solid #DADADA;
    margin: 5px;
    padding-left: 0;
    width: 47.8%;
    float: left;
    padding-right: 0;
}  
	
}



@media (max-width:768px){
 
 .bridals-grid-left {
    border: 1px solid #DADADA;
    margin: 5px;
    padding-left: 0;
    width: 47.8%;
    float: left;
    padding-right: 0;
} 
.img-red
{
	display:none;
}
	
}


@media (max-width:480px){
    
	.img-info h3{
	font-family: 'Open Sans', sans-serif;
	color: #4F731E;
	font-size: 35px;
	font-weight: 300;
	margin: 0;
	line-height: .77em;
	text-transform: uppercase;
}
.got-info-text h2{
	font-family: 'Open Sans', sans-serif;
	color: #3A4654;
	font-size: 40px;
	font-weight: 800;
	margin: 0;
	line-height: .77em;
	text-transform: uppercase;
}

.bridals-grid-left {
    border: 1px solid #DADADA;
    margin: 5px;
    padding-left: 0;
    width: 100%;
    float: left;
    padding-right: 0;
}
	
}


@media (max-width:320px){
   
.bridals-grid-left {
    border: 1px solid #DADADA;
    margin: 5px;
    padding-left: 0;
    width: 100%;
    float: left;
    padding-right: 0;
}
}


/*	################################################################
	13. CONTACT AND MAP SECTION
	################################################################# */
	
	#success_page h1 {
		font-size:24px;
		font-weight:bold; 
		text-transform:uppercase;
	}
	
	.loader1 {
    vertical-align: super;
    padding-left: 20px;
}
	
	.form-control {
		border-radius: 0 !important;
		box-shadow: none !important;
	}
	
	.contact-wrapper {
		display:block;
		padding:70px 0;
		position:relative;
		background-color:#F6F6EA;
	}
	
	.contact-wrapper p{
	    font-size: 1.2em;
    font-weight: 400;
    font-family: 'Abel', sans-serif;
    color: #000;
    width: 90%;
    margin: 0 auto;
    line-height: 1.8em;
	}
	
	#contactform {
		margin:30px 0;
		}
	#contactform .form-control {
	margin: 10px 0;
    height: 50px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    background-color: #587D25;
		}	
		
	#contactform textarea {
		height:110px !important;
		}
	
	#contactform span.required{ 
		font-size: 13px; color: #ff0000; 
		} 
	
	.btn-primary {
		    display: inline-block;
    padding: 10px 30px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.428571429;
    text-align: center;
    float:right;
    cursor: pointer;
    white-space: nowrap;
    /* background: 0 0; */
    background-color: #587D25;
    color: #FFFDFD!important;
    border: 1px solid #060606;
    margin-top: 15px;
    text-transform: uppercase;
	margin-right:14px;
	}
	
	.contact-box img {
		padding-bottom:15px;
		margin-bottom:30px;
	}
	.contact-box {
		margin:0;
		color:#999999;
		padding:0;
	}
	
	.contact-box h2 {
		    margin: 11px 0;
    font-size: 16px;
    text-transform: lowercase;
    color: #E8E8E8;
    font-weight: 100;
	}
	
	.btn-contact:hover {
		background: none !important;
		border-color: #F7C221 !important;
	}
	
	
	/*--app info start here--*/
.app-info-grid {
  text-align: center;
  padding: 1em 0em 0em 0em ;
}
.app-gd1 {
 background: #587D25;
    min-height: 150px;
}
.app-gd2 {
  background: rgba(19, 17, 13, 1);
  min-height: 150px;
}
.app-gd3 {
background: #587D25;
    min-height: 150px;
}
.app-info{
  position: relative;
  padding: 3.5em 0em;
}
.app-info-main {
  position: absolute;
  top: -130px;
 width:100%;
}
.app-row1 h3 {
  font-size: 1.2em;
  font-weight: 600;
  color: #fff;
  margin: 0.4em 0em 0.4em 0em;
  font-family: 'Quicksand-Regular';
}
.app-row1 p {
  font-size: 0.8em;
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
  padding: 0em 0em 2em 0em;
  width: 90%;
  margin: 0 auto;
}
.app-in-grd span.glyphicon.glyphicon-phone {
  font-size: 2.5em;
  color: #fff;
}
span.glyphicon.glyphicon-cloud-upload {
  font-size: 2.5em;
  color: #fff;
}
span.glyphicon.glyphicon-apple {
  font-size: 2.5em;
  color: #fff;
}
/*--app info end here--*/
	
	
	
	/* address */
	/* ------------------------------ */
	
	
.widget {
margin-bottom: 60px;


}

.de_light .widget{
border-bottom:solid 1px #ddd;
}

.widget h4 {
text-transform:uppercase;
padding-bottom: 20px;
font-size: 16px;
letter-spacing: normal;
letter-spacing:1px;
}

.widget ul {
list-style: none;
margin: 0;
padding:0;
}

.widget  .small-border{
height:2px;
width:30px;
background:#fff;
margin:10px 0 20px 0;
display:block;
}

.widget_category li {
padding: 8px 20px 8px 20px;
margin-bottom: 8px;
background:#111;
text-transform:uppercase;
}

.de_light .widget_category li {
background:#eee;
}

.widget_category li a {
color:#606060;
}

	address{
	margin:0;
	margin-top:20px;
	}
	address span {
	display: block;
	border-bottom: dotted 1px #222;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: 300;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	text-align: justify;
	font-family: sans-serif;
	}
	
	.de_light .widget_text address span {
	border-bottom:solid 1px #ddd;
	}
	
	address span strong {
        display: inline-block;
        width: 60px;
    }
	
	address span{
	border-bottom-color:#222;
	}
	
	address span i{
	margin-top:5px;
	margin-right:20px;
	float:none;
	}
	
	address span strong {
	display: inline-block;
	}
	
	address span a{
	color:#8dc73f;
	}
	
	.de_light #sidebar .widget address span{
	border-bottom:solid 1px #ddd;
	}
	
	.de_light #sidebar .widget address a{
	color:#333;
	}
	
	
	p.backfooter
	{
	font-size: 14px;
    font-family: monospace;
    line-height: normal;

	}
	
	a.backfooter
	{
	font-size: 15px;
    font-family: monospace;
    line-height: normal;
	color:#f4c545;

	}
	
	
	/* address */
	/* ------------------------------ */
	
	
	
	
	
	
	
	
	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
		    font-weight: 700 !important;
    font-size: 14px !important;
    border: 1px dashed #FFF !important;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #222 !important;
    letter-spacing: 3px;
    color: #000000 !important;
	}
	
	.nav-tabs > li > a {
		    background: none !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    border: 1px dashed #949494;
    text-transform: uppercase;
    padding: 10px !important;
    letter-spacing: 3px !important;
    color: #222 !important;
	}
	
	.nav-tabs {
		border: 0 !important;
		padding-bottom: 40px;
	}
	
	.btn-contact {
		border-radius:0 !important;
		margin-bottom: 75px;
		}
			
	.btn-contact:hover {
		background:none  !important;
		margin-bottom: 75px;
		}
			
	.nav-tabs > li {
		float:none;
		margin:20px 10px 0 !important;
		display:inline-block;
		}	
		
	#map{
		height:450px;
		width:100%;
		margin-bottom:80px;
	}
	#map img{
		max-width:inherit
		}
	.map{
		position:relative
		}
	.map .row{
		position:relative
		}
		
	.infobox img {
		width:100% !important;
	}
	.map .searchmodule {
		padding:18px 10px
	}
	.infobox {
		display: inline-block;
		padding: 5px;
		position: relative;
		width: 270px;
	}
	.infobox img {
		width:80px !important;
		padding-right:10px
	}
	.infobox .title {
		font-size:13px;
		font-weight:bold;
		margin-top:0;
		margin-bottom:0;
		text-transform:uppercase;
		padding-bottom:5px;
	}
	.infobox .title a {
		font-weight:bold;
	}
		
	.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #FFF !important;
	background-color: #F7C221 !important;
	border-color: #F7C221 !important;
	}
	
	.error_message {
	color: #F00!important;
	}
	
	.contact-box .fa {
		font-size: 40px;
		color: #F9F9F9;
	}
	
















@media (max-width:1440px){
span.right_line{
	right: 8em;
}
span.left_line{
	left:8em;
}
}
@media (max-width:1280px){
span.right_line{
	right:3em;
}
span.left_line{
	left:3em;
}
}
@media (max-width:1024px){

.nbs-flexisel-nav-right {
	right: 30em;
}
.nbs-flexisel-nav-left {
	left: 29em;
}
span.left_line {
	left: 2em;
	width: 26em;
}
span.right_line {
	right: 3em;
	width: 26em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top: -7.6em;
}
}
@media (max-width:800px){

.nbs-flexisel-nav-right {
	right: 23em;
}
.nbs-flexisel-nav-left {
	left: 22em;
}
span.left_line {
	left: 2em;
	width: 18em;
}
span.right_line {
	right: 2em;
	width: 18em;
}
}
@media (max-width:640px){
.content_white p {
	font-size: 1.3em;
}
.nbs-flexisel-nav-left {
	left: 18.5em;
}
.nbs-flexisel-nav-right {
	right:18.5em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top:-5.8em;
}
span.left_line {
	left: 2em;
	width: 15em;
}
span.right_line {
	right: 2em;
	width: 15em;
}
}
@media (max-width:480px){

.content_white h2 {
	font-size: 1.5em;
}
.content_white p {
	font-size: 1em;
}
.nbs-flexisel-nav-right {
	right: 13.5em;
}
.nbs-flexisel-nav-left {
	left:13.5em;
}
span.left_line {
	width: 9em;
}
span.right_line {
	width: 9em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top: -5em;
}
}
@media (max-width:320px){

.content_white p, .footer_head p{
	font-size: 0.95em;
	line-height: 1em;
	padding:0 10px;
}
.content_white h2, .footer_head h2{
	font-size: 1.3em;
}
.nbs-flexisel-nav-right {
	right:8.5em;
}
.nbs-flexisel-nav-left {
	left: 8.5em;
}
span.left_line {
	width: 5em;
}
span.right_line {
	width: 5em;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	margin-top: -4.2em;
}
h3.m_1 {
	padding: 0.5em 0;
}
.footer-logo img {
      height: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    top: -24px;
	width:100%;
}
}

  
  /*----*****---- << Footer >> ----*****----*/
	
	#footer { background:url(../img/foot-bg.jpg); float:left; margin: 0; padding:70px 0 0; width:100%; background-attachment: fixed;background-size: 100% 100%;}
	
	.footer-logo { display: inline-block; margin: 0 auto; position: absolute; top: -32px; text-align: center; //width: 100%; }
	.footer-logo img {
      height: auto;
    margin: auto;
    position: absolute;
    left: -13px;
    right: 0;
    z-index: 9999;
    top: 37px;
}

p.footer
{
	    font-size: 16px;
    text-align: justify;
    /* line-height: 1.6; */
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #fff; 
}

#footer p,h3
{
	 color: #fff; 
}
.contactpage{
	color: #FFFFFF;
}
.contactpage1{
	color: #000;
}
.left{
	text-align:left;
	margin-top: 36px;
}
	
	
	
	#footer .copyright { clear: both; float: left; margin: 0; padding: 35px 0; width: 100%; background-color:#4F731E; }
	#footer .copyright a:hover { color: #fff; }
	
	#footer .widget.widget_categories ul li a:before { content:""; }
	.call-text { margin-right: 5px; }
	.copyright-content { float:left; font-size: 13px; line-height: normal; }
	
	.footer-menu { float:right; line-height:normal; margin: 0; position: relative; z-index: 999; }
	.footer-menu li { display: inline; list-style: none; }
	.footer-menu li a { border-left: 1px solid rgba(255, 255, 255, 0.32); display: inline-block; line-height: normal; margin: 0 0 0 8px; padding: 0 0 0 10px; }		
	.footer-menu li:first-child a { border: none; margin-left: 0; padding-left: 0; }
	
	#footer .copyright p, #footer .copyright div, #footer .copyright a { color: rgba(255, 255, 255, 0.7); }		
	
	
	
	
/* service image hover effects Shine */
figure {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}


.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
/* Shine */


@media (max-width:320px){
    .main-bnr-text h3
	{
		    line-height: 1em;
	}
	.main-bnr-bg{
		
	}
	
}


/* 4. Menu
-------------------------------------------------------------- */
.navbar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(4, 1, 1, 0.88);
}

.navmenu-open{
    position: absolute;
    z-index: 1000;
    top: 5%;
    right: 100px;
}
#trigger-navbar:hover{
    text-decoration: none;
}
#trigger-navbar span{
    padding: 2px;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
#trigger-navbar span:first-child {
    padding: 0px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
    left: -33px;
    position: absolute;
}

/* Overlay closing cross */
.navbar .navbar-close {     
    position: absolute;
    right: 100px;
    top: 3.7%;
    overflow: hidden;
    text-indent: 200%;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    outline: none;
    z-index: 100;
}
.navbar .navbar-close:hover{
    text-decoration: none;
}
.navbar .nav-logo {
    top: 0px;
    position: relative;
    padding-top: 0px;
    text-align: center;
}
.navbar nav {   
    position: relative; 
    top: 28%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.navbar ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 38px;
}

.navbar ul li a {
    /* font-family: "Raleway",Arial,sans-serif; */
    font-weight: 400;
    display: block;
    text-transform: uppercase;  
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.navbar ul li a .primary {
    font-size: 24px;
    line-height: 9px;
    color: #49750e;
    padding-top: 0px;
}
.navbar ul li a .secondary {
    font-size: 15px;
    visibility:hidden;
    color: rgba(255,255,255,0.6);    
    margin-bottom: 5px;
    letter-spacing: 2px;    
}
.navbar ul li a .primary, .navbar ul li a .secondary {
    display: block;
}
.navbar ul li a:hover,
.navbar ul li a:focus {
    color: #fff;
    text-decoration: none;    
}

.navbar ul li a:hover .secondary{
    color: #fff;
    visibility: visible;
}
/* Effects */
.navbar-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.navbar-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.navbar-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.navbar-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.navbar-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.navbar-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}
.navbar footer .nav-footer{
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: right;
}
.navbar footer .nav-footer ul{
    list-style: none;
}
.navbar footer .nav-footer ul li{
    display: inline-block;
    display: inline-block;
    min-height: 0px;
    padding-bottom: 10px;
}
.navbar footer .nav-footer ul li a span{        
    text-decoration: none;
    background: rgba(255,255,255,0.6);
    border-radius: 50%;  
    padding: 6px;
}
.navbar footer .nav-footer ul li a:hover span{        
    color: #029ece;
    background-color: #fff;
    text-decoration: none;    
    border-radius: 50%;  
    padding: 6px;
}
.navbar footer .nav-footer-copy{
    font-size: 15px;
    color: #fff;
	margin: 0;
    padding: 18px 0;
}


.navbar .heading-sep {
    width: 25px;
    height: 2px;
    margin: 2px auto !important;
    background: rgba(255, 255, 255, 0);
}
/* 4. Menu end
-------------------------------------------------------------- */ 

/* ==========================
offer 
============================== */

.mer_aboutus {
	position:relative;
	padding:80px 0px;
	background-color:#fff;
}
.mer_ab_pattern{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.mer_about_content p{
	text-align:center;
	font-size:14px;
	padding-left:30%;
	padding-right:30%;
}
.mer_about_content h2{
	padding-top:0px;
	text-align:center;
	font-size:46px;
	font-weight:bold;	
}
.mer_about_content h5{
	padding-top:10px;
	text-align:center;
}
.puc-news-devider1 {
    position: absolute;
    width: 55%;
    height: 100%;
    top: 0;
	left:-120px;
    background-image: url(../img/spasm.png) ;
	background-repeat:no-repeat;
}
.gren_offer_container{
	position:relative;
	padding: 30px;
}
.green_of_bg{
	position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
	left:0;
    background-color: whitesmoke;
	background-image: url(../img/greenapple-pattern.jpg);
}
.green_of_img{
}
.green_of_img img{
	width:100%;
}
.offer_content{
	text-align:center;
}
.offer_content h5{
	margin-bottom: 10px;
    color: #4f731e;
}
.offer_content h2{
    margin-top: 5px;
    font-size: 26px;
    font-weight: 600;
    background: transparent url(../img/title-border.png) no-repeat scroll center bottom 4px;
    color: #303030;
    float: left;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}
.offer_content h6{
	font-size:20px;
	color:#4f731e;
}
.offer_content p{
	
}
.offer_content a{
	font-size:18px;
	
}
.offer_img:hover img {
	filter: brightness(40%);
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -ms-filter: brightness(40%);
	
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.offer_img img {
    width: 100%;
    max-height: 300px;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear;
}
.offer_img{
	overflow:hidden;
	padding-top: 3px;
}
.client_interior_img .owl-nav [class*='owl-'] {
	width: 44px;
	height: 44px;
	line-height: 44px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: #71a52c;
	font-size: 30px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	position: relative;
}
.client_interior_img .owl-nav [class*='owl-']:hover {
	background: #fff;
	color: #fff;
}
.client_interior_img .owl-nav [class*='owl-']:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #3d6b01;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .25s;
	-moz-transition: .25s;
	-ms-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.client_interior_img .owl-nav [class*='owl-']:hover:after {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.client_interior_img .owl-nav [class*='owl-'] i {
	line-height: inherit;
	position: relative;
	z-index: 2;
	color: #fff;
	font-size: 21px;
}
.client_interior_img .owl-nav .owl-next {
	margin-left: 10px;
}
.client_interior_img .owl-nav .owl-prev {
	margin-right: 10px;
}
.navigation_button_client {
    position: absolute;
    bottom: 17%;
    left: -4%;
    z-index: 9999;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.client_interior_img{
}


@media only screen and (min-width: 250px) and (max-width: 766px) {
.puc-news-devider1 {
    width: 60%;
    left: 0px;
    background-size: contain;
}
.mer_about_content h5 {
    padding-top: 70px;
}
.green_of_bg {
    width: 100%;
}
.offer_content {
    text-align: center;
    margin-bottom: 20px;
}


.navigation_button_client {
    bottom: 6%;
    left: -8%;
}


}
@media only screen and (min-width: 250px) and (max-width: 375px) {

#myparallaxslider {
    width: 100%;
    height: 700px !important;
}
.offer_content p {
    min-height: 280px;
}

}
@media only screen and (min-width: 376px) and (max-width: 400px) {

#myparallaxslider {
    width: 100%;
    height: 720px !important;
}
.offer_content p {
    min-height: 290px;
}


}
@media only screen and (min-width: 401px) and (max-width: 425px) {

#myparallaxslider {
    width: 100%;
    height: 660px !important;
}
.offer_content p {
    min-height: 220px;
}

}
@media only screen and (min-width: 426px) and (max-width: 450px) {

#myparallaxslider {
    width: 100%;
    height: 680px !important;
}
.offer_content p {
    min-height: 220px;
}
.navigation_button_client {
    bottom: 6%;
    left: -7%;
}


}
@media only screen and (min-width: 451px) and (max-width: 475px) {

#myparallaxslider {
    width: 100%;
    height: 700px !important;
}
.offer_content p {
    min-height: 220px;
}
.navigation_button_client {
    bottom: 6%;
    left: -7%;
}


}
@media only screen and (min-width: 476px) and (max-width: 500px) {

#myparallaxslider {
    width: 100%;
    height: 720px !important;
}
.offer_content p {
    min-height: 220px;
}
.navigation_button_client {
    bottom: 6%;
    left: -5%;
}


}
@media only screen and (min-width: 501px) and (max-width: 525px) {

#myparallaxslider {
    width: 100%;
    height: 720px !important;
}
.offer_content p {
    min-height: 220px;
}
.navigation_button_client {
    bottom: 6%;
    left: -5%;
}


}
@media only screen and (min-width: 526px) and (max-width: 550px) {

#myparallaxslider {
    width: 100%;
    height: 720px !important;
}
.offer_content p {
    min-height: 180px;
}
.navigation_button_client {
    bottom: 6%;
    left: -5%;
}


}
@media only screen and (min-width: 551px) and (max-width: 766px) {

#myparallaxslider {
    width: 100%;
    height: 720px !important;
}
.offer_content p {
    min-height: 180px;
}
.navigation_button_client {
    bottom: 6%;
    left: -5%;
}


}
@media only screen and (min-width: 767px) and (max-width: 1024px) {

#myparallaxslider {
    width: 100%;
    height: 698px !important;
}
.offer_content p {
    min-height: 160px;
}
.navigation_button_client {
    bottom: 6%;
    left: -5%;
}
.puc-news-devider1 {
    width: 40%;
    background-size: contain;
    left: 0px;
}

.green_of_bg {
    width: 100%;
}

.green_of_bg {
    position: absolute;
    width: 100%;
}

.offer_img img {
    width: auto;
}
.offer_img {
   text-align:center;
}
}

/* ==========================
offer end
============================== */
/* =====================
logo with header
======================== */
#green_header {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: #222;
    position: relative;
    overflow: hidden;
}
.bg_overlay_ap{
	 position: absolute;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.23);
    background-image: url(../img/background-overlay.png);
    width: 100%;
    height: 100%;
    z-index: 100;
}
#green_header .banner-overlay-text {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: center;
    padding: 10% 0 0 0;
    z-index: 100;
    text-align: center;
}
#green_header .banner-overlay-text p {
    width: 80%;
    text-align: center;
    display: inline-block;
}
#green_header .banner-overlay-text p img {
    max-width: 100%;
}
#green_header .banner-overlay-text ul {
    padding: 0px;
    margin: 5px 0 0 0;
    display: inline-block;
    width: 80%;
}
#green_header .banner-overlay-text ul li {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 15px 15px 0;
}
#green_header .banner-overlay-text ul li a {
    color: #FFF;
}
#green_header .banner-overlay-text ul li:after {
    display: inline-block;
    content: "|";
    width: 10px;
    height: 25px;
	color:#fff;
    /*background: url(../img/bg_list.png) no-repeat top left;*/
    vertical-align: middle;
    margin: -2px 0 0 15px;
}
#green_header .banner-overlay-text ul li:last-child:after{
	display:none
}
.content2 a.down-btn span.fa.fa-angle-double-down {
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 5px 4px;
    position: relative;
    margin-top: 70px;
    color: #ffffff;
    cursor: pointer;
   -webkit-animation: moveUpDown 3s infinite normal ease-out;
    animation: moveUpDown 3s infinite normal ease-out;

   -webkit-transition: all .3s ease-in-out;
   -moz-transition: all .3s ease-in-out;
   -o-transition: all .3s ease-in-out;
   transition: all .3s ease-in-out;
}

@-webkit-keyframes moveUpDown {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 0px;
    }
}

@keyframes moveUpDown {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 0px;
    }
}


/* --- typing--- */
.content {
    padding-top: -4%;
}
.content h4{
	color:#fff;
}
.content hr {
    width: 50px;
    border-color: #fff;
	border: 3px solid #fff;
}
.header-text.btn{
	border: none;
	border-radius: 0;
	padding: 0px 30px;
	height: 100px;
	margin-top:0;
}
.header-text h1{
	color:#fff;
}
.header-text.btn:hover{
	color: inherit;
	border:none;
}
.header-text.btn:focus, 
.header-text.btn:active:focus, 
.header-text.btn.active:focus, 
.header-text.btn.focus, 
.header-text.btn:active.focus, 
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}
.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: #ffffff;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
    -moz-animation: blink 0.5s linear infinite;
    animation: blink 0.5s linear infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
span.typed-cursor {
	top: -5px;
	position: relative;
}
/* --- typing end--- */

@media only screen and (min-width: 250px) and (max-width: 766px) {
	#green_header .banner-overlay-text p img {
    max-width: 70%;
}
.header-text h1 {
    color: #fff;
    font-size: 13px;
}
.header-text.btn {
    height: 50px
}
#green_header .banner-overlay-text ul li {
    font-size: 12px;
}
.content2 a.down-btn span.fa.fa-angle-double-down {
    font-size: 10px;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 5px 4px;
    position: relative;
    margin-top: 20px;
}
.navmenu-open {
    position: absolute;
    z-index: 1000;
    top: 5%;
    right: 35px;
}
.navbar .navbar-close {
    right: 35px;
}
.navbar ul li a .primary {
    font-size: 14px;
    line-height: 0px;
    color: #09670f;
    padding-top: 0px;
}
.navbar ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 40px;
}
.navbar nav {
    top: 33%;
}
}
/* =====================
logo with header
======================== */
/*=================================
sub page header
==================================*/
.vc_custom_1411789624570{
	-webkit-background-size: cover; 
	  -moz-background-size: cover; 
	  -o-background-size: cover; 
	  background-size: cover;
    padding-top: 25px !important;
    padding-right: 0px !important;
    padding-bottom: 25px !important;
    padding-left: 0px !important;
    background-image: url(../img/para-back_about.jpg) !important;
	background-repeat:no-repeat;
}
.sub-page-paralx-heading{
	text-align:center;
	position:relative;
}
.sub-page-paralx-heading .title-category h3 {
    z-index: 100;
    position: relative;
    color: #fff;
    font-size: 35px;
	margin-bottom: 0px;
    padding-bottom: 5px;
}
.sub-page-paralx-heading .title-category p {
color: #fff;
}
.description-category2 {
    z-index: 100;
    position: relative;
    color: #fff;
    font-size: 15px;
}

.ab-overlay {
	text-align:left;
	z-index:99;
	
}
.subpage-header-background {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
	background-image: url(../img/background-overlay.png);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.sub-page-paralx-heading .title-category {
    text-align: center;
    display: block;
    padding: 0 30%;
}
.sub_headbox {
    width: 100%;
    text-align: center;
    height: auto;
    padding: 12px 30px 12px 30px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}
.sub-page-paralx-heading .title-category  img{
	width:55%;
}


.heading-container {
    background: url(../images/heading.jpg) no-repeat scroll center top #98d8e6;
    overflow: hidden;
    position: relative;
}

.heading-container .heading-standar {
  overflow: hidden;
}
.heading-container .heading-standar .heading-wrap {
  overflow: hidden;
}
.heading-container .heading-standar .page-title {
  float: none;
}
.heading-container .heading-standar .page-title h1 {
  margin: 0;
  font-size: 2em;
  color: #1f1f1f;
  padding: 1.5em 0;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .heading-container .heading-standar .page-title h1 {
    font-size: 1.5em;
    text-align: center;
  }
}
.heading-container .heading-standar .page-title .search-query {
  font-weight: bold;
  font-style: italic;
}
.heading-container .heading-standar .page-breadcrumb {
  float: none;
  background: #4F731E;
  padding: 10px 0;
}
.heading-container .heading-standar .page-breadcrumb a:hover {
  text-decoration: underline;
}
@media (max-width: 991px) {
  .heading-container .heading-standar .page-breadcrumb {
    display: none;
  }
}
.breadcrumb {
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
  padding-left: 15px;
  position: relative;
  background-color: #4F731E;
}
.breadcrumb:before {
  content: "|";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.breadcrumb:before {
  left: 0;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  font-size: 15px;
}
.breadcrumb > li {
  display: inline-block;
  color: #fff;
  font-size: 19px;
}
.breadcrumb > li + li:before {
  content: "//";
  position: relative;
  display: inline-block;
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #fff;
}
.breadcrumb > li a {
  color: #fff;
}
.breadcrumb > li a:hover {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb > .active {
  color: #fff;
}
.breadcrumb {
    list-style: none;
    font-size: 12px;
    margin: 0;
    padding: 0;
    opacity: 0.75;
    filter: alpha(opacity=75);
    padding-left: 15px;
    position: relative;
}

@media only screen and (min-width: 250px) and (max-width: 450px) {
.sub-page-paralx-heading .title-category {
    padding: 0 2%;
}
.sub-page-paralx-heading .title-category img {
    width: 100%;
}
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
.sub-page-paralx-heading .title-category {
    padding: 0 8%;
}
.sub-page-paralx-heading .title-category img {
    width: 100%;
}
}
@media only screen and (min-width: 601px) and (max-width: 766px) {
.sub-page-paralx-heading .title-category {
    padding: 0 20%;
}
.sub-page-paralx-heading .title-category img {
    width: 100%;
}
}
@media only screen and (min-width: 767px) and (max-width: 1024px) {
.sub-page-paralx-heading .title-category {
    padding: 0 30%;
}
.sub-page-paralx-heading .title-category img {
    width: 100%;
}
.box-content {
    margin-left: -50%;
}
}


/*=================================
sub page header
==================================*/
/*=================================
airbrush
==================================*/
.airbrush {
    padding-top: 34px;
    background-image: url(../img/border-bg.png) !important;
    background-color: rgba(223, 207, 174, 0.53);
    width: 100%;
    height: auto;
}

/*=========    =========================*/
.about-page-about{
	position:relative;
	padding:60px 0px 60px 0px;
}
.about-page-about h2{
	padding-bottom:10px;
	border-bottom:2px dotted gray;
	text-transform:uppercase;
	font-family: Droid Serif, serif;
	letter-spacing: 0px;
    font-size: 27px;
}
.about-page-about p{
	padding-bottom:15px;
}
.box-content{
	padding: 40px 60px;
    border: 2px solid #71a52c;
    margin-right: 0px;
    position: relative;
    background: #71a52c;
    z-index: 99;
}
.box-content p{
	font-size: 18px;
    padding-bottom: 0px;
    color: #fff;
	/*text-align: justify;*/
    font-weight: bold;
}
.ab-padding1 {
	padding-top:30px;
}
.ab-padding2 {
	padding-top:25px;
}
@media (min-width: 993px){
.box-content {
    margin-left: -96px;
}
}
/*=========  advantages  =========================*/

/*========= over view ==============*/


.com-history{
	position:relative;
}
.history-paralax {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 50px !important;
    padding-left: 0px !important;
    background-image: url(../img/about-overview2.jpg) !important;
    background-repeat: no-repeat;
}
.puc-news:before{
}
.history-back{
	position:relative;
	padding: 40px 40px 40px 0px;
	
}
.history-back h2{
	border-bottom: 2px dotted #fff;
    padding-bottom: 10px;
    width: 75%;
	letter-spacing: 0px;
    text-transform: capitalize;
	font-size: 32px;
    font-style: italic;
	color: #fff;
}

.about-history-devider2 {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0%;
    background: #71a52c !important;
}
.history-list{
	padding:0;
}
.history-list li {
    list-style: none;
    padding: 5px 0px !important;
    font-size: 21px;
    color: #fff;
}
.history-list i {
    font-size: 20px;
    color: #71a52c;
    padding-right: 7px;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
	margin-right: 11px;
}

@media only screen and (min-width: 250px) and (max-width: 766px) {
	.about-history-devider2 {
    position: absolute;
    width: 100%;
	}
}	
/*=================================
airbrush
==================================*/
/*--------------------------------------------------
    awards
----------------------------------------------------*/
.green_awards{
	position:relative;
	padding:60px 0px 40px 0px;
}

.news-v4 {
  padding: 20px 0;
}

.news-v4 .news-v4-title {
  font-size: 24px;
}

.news-v4 .news-v4-title-element-left {
  position: relative;
  margin-top: 20px;
}

.news-v4 .news-v4-title-element-left:after {
  position: absolute;
  top: -15px;
  left: 0;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #00bcd4;
  content: " ";
}

.news-v4 .news-v4-title-element-right {
  position: relative;
  margin-top: 20px;
}

.news-v4 .news-v4-title-element-right:after {
  position: absolute;
  top: -15px;
  right: 0;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #00bcd4;
  content: " ";
}
.radius-5 {
    border-radius: 5px !important;
}
/*--------------------------------------------------
    [Theme Image v1]
----------------------------------------------------*/
.theme-image-popup-v1 {
  position: relative;
  -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear;
	overflow:hidden;
	 border-radius: 5px !important;
}

.theme-image-popup-v1 .theme-image-popup-v1-child {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-decoration: none;
  cursor: pointer;
}

.theme-image-popup-v1 .theme-image-popup-v1-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.theme-image-popup-v1 .theme-image-popup-v1-toggle:before, .theme-image-popup-v1 .theme-image-popup-v1-toggle:after {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  content: " ";
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.theme-image-popup-v1 .theme-image-popup-v1-toggle:before {
  width: 16px;
  height: 2px;
  margin: -1px 0 0 -8px;
  -webkit-transform: scale(0.5, 1);
  -moz-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

.theme-image-popup-v1 .theme-image-popup-v1-toggle:after {
  width: 2px;
  height: 16px;
  margin: -8px 0 0 -1px;
  -webkit-transform: scale(1, 0.5);
  -moz-transform: scale(1, 0.5);
  transform: scale(1, 0.5);
}

.theme-image-popup-v1:hover .theme-image-popup-v1-toggle:before, .theme-image-popup-v1:hover .theme-image-popup-v1-toggle:after {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.op-b-heading-v2 .op-b-heading-v2-title {
  font-size: 36px;
}
.margin-b-50 {
  margin-bottom: 50px !important;
}
.theme-image-popup-v1:hover  img {
    filter: brightness(40%);
    -webkit-filter: brightness(40%);
    -moz-filter: brightness(40%);
    -ms-filter: brightness(40%);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

	
}
.theme-image-popup-v1  img {
    width: 100%;
    max-height: 300px;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    transition: all 1.2s linear;
	
}
.margin-b-80 {
    margin-bottom: 80px !important;
}



/*popup*/ 
.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#fff;opacity:.7;display:none;z-index:10000}.sl-wrapper{z-index:1000}.sl-wrapper button{border:0;background:0 0;font-size:24px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position: fixed;
    right: 30px;
    top: 30px;
    font-size: 15px;
    background-color: #613515;
    color: #fff;
    padding: 7px 15px;
    border-radius: 50%;
    z-index: 10002;}
.sl-wrapper .sl-counter{
		display:none !important;position:fixed;top:30px;left:30px;z-index:19999}
.sl-wrapper .sl-navigation{width:100%;display:none}
.sl-wrapper .sl-navigation button{
	position:fixed;top:50%;
	margin-top:-10px;
	height: 51px;
    width: 35px;
    font-size: 28px;
    background-color: #613515;
    color: #fff;
    padding: 0px 7px;
    line-height: 0px;
    text-align: center;
    display: block;
    z-index: 999999;
    font-family: arial sans-serif;
	display:none;
}.sl-wrapper .sl-navigation button.sl-next{right:40px}.sl-wrapper .sl-navigation button.sl-prev{left:40px}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10001}.sl-wrapper .sl-image img{margin:0;padding:0;display:block}.sl-wrapper .sl-image iframe{border:0;background:#000}.sl-wrapper .sl-image .sl-caption{display:none;font-family:walkway-bold;padding:10px;color:#fff;background:#000;opacity:.8;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-wrapper .sl-image .sl-download{display:none;position:absolute;bottom:5px;right:5px;color:#fff;z-index:1005}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:1007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@-webkit-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%,100%{opacity:0}0%{transform:scale(.1)}50%{opacity:1}100%{transform:scale(1.2)}}
/*--------------------------------------------------
   awards
----------------------------------------------------*/
