/*Base csss*/
html, body {
  height: 100%;
}

body {
  font-family: "Raleway", sans-serif;
  /*background-image:url(../images/dark_brick_wall.png);*/
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.2rem;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #4f535c;
}

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

a {
  color: #000;
}
a:hover {
  color: #0f7d30;
}

a, a:hover, a:focus, button:hover, button:focus {
  outline: 0 !important;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  
  color: #111;
 /* font-weight: 700;*/
}
.text-color{color:#e62b4c;}
.no-margin{ margin:0 !important;}

h2 {
    font-size: 20px;
  
    font-weight: 600;
    line-height: normal;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
}

.height-40{ float:left; width:100%; height:40px; clear:both; position:relative;}
.height-30{ float:left; width:100%; height:30px; clear:both; position:relative;}
/* ====================================================================================================================
 * Navbar
 * ====================================================================================================================*/
 .top-nav-collapse .top-bar {
   display:none; 
}

.logo{ color:#fff !important; text-transform:uppercase; font-size:20px; font-weight:700; }
 .top-bar {
  width: 100%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 
 
}
.top-bar ul {
  margin: 0px;
  padding: 0px;
}
.top-bar ul li {
  padding: 0px;
  vertical-align: middle;
}
.top-bar ul li:last-child a {
  border-right: 0px;
}
.top-bar ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0px 10px;
  color: #fff;
  text-align: center;
}
.top-bar ul li a:hover {
  color: #e62b4c;
}
.top-bar ul.top-socials li a {
  font-size: 20px;
  width: auto;
  padding: 0px 3px;
  text-align: center;
}
.navbar-default {
    background-color: transparent;
    margin: 0;
    border-color: transparent;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    
}
.top-nav-collapse.navbar-default {
       background-color:#0f7d30;
 
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
	border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav>li:hover > a,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #e8de38;
    background-color: transparent;
    border-bottom: 2px solid #e8de38;
}

/* ====================================================================================================================
 * Sliders
 * ====================================================================================================================*/

.flexslider {
  padding: 0;
  margin: 0;
  border: 0px;
  background-color: transparent;
}
.flexslider .slides li h1 {
  color: #fff;
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: -1px;
  text-transform: capitalize;
  position: relative;
  font-family: "Raleway", sans-serif;
}
.flexslider .slides li p {
  color: #fff;
}

.testi-slider {
  text-align: center;
}
.testi-slider p {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  margin: 20px 0;
  font-family: "Raleway", sans-serif;
}
.testi-slider h5 {
  color: #1abc9c;
  font-weight: 400;
  text-transform: capitalize;
}
.testi-slider i {
  display: block;
  font-size: 3rem;
  color: #fff;
}
.slider-banner .slides img{ width:100%; height:auto;}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/Preloader_3.gif) center no-repeat #fff;
}
.mouse-down {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 80px;
    text-align: center;
    z-index: 999;
}
.mouse-down a:hover {
    color: #e62b4c;
}
.mouse-down a {
    color: #fff;
    font-size: 3rem;
}

/* ====================================================================================================================
 * Btn   
 * ====================================================================================================================*/

.btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  letter-spacing: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-lg {
  padding: 12px 25px;
}

.btn-dark-border {
  border:1px solid #08923c;
  color: #08923c;
}
.btn-dark-border:hover, .btn-dark-border:focus {
  background: #08923c;
  border-color: #08923c;
  color: #fff;
}

.btn-skin-border {
  border: 2px solid #1abc9c;
  color: #1abc9c;
  background-color: transparent;
}
.btn-skin-border:hover, .btn-skin-border:focus {
  background: #1abc9c;
  color: #fff;
}

.btn-white-border {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
.btn-white-border:hover, .btn-white-border:focus {
  background: #fff;
  color: #333;
}

.btn-dark {
  background-color: #333;
  color: #fff;
}
.btn-dark:hover, .btn-dark:focus {
  background: #1abc9c;
  color: #fff;
}

.btn-skin {
  background-color: #1abc9c;
  color: #fff;
}
.btn-skin:hover, .btn-skin:focus {
  background: #333;
  color: #fff;
}

.btn-link {
  color: #1abc9c;
}
.btn-link:hover {
  color: #999;
}

/* ====================================================================================================================
 * home   e62b4c
 * ====================================================================================================================*/


.slider-banner {
  position: relative;
  overflow: hidden;
}
.slider-banner .slider-overlay {
  position: absolute;
  left: 0;
  top: 0;
      z-index: 100;
  width: 100%;
  height: 100%;
}
.slider-banner .slider-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}
.slider-banner .slider-table .slider-vm {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slider-banner .slider-table .slider-vm h1 {
  color: #fff;
  font-size: 5rem;
  text-transform: uppercase;
  
}
.slider-banner .slider-table .slider-vm p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
}
.slider-banner .flex-direction-nav a:before {
  content: "";
  display: none;
}

.main-slider:hover .flex-direction-nav .flex-prev {
  left: 0px;
}

.main-slider:hover .flex-direction-nav .flex-next {
  right: 0px;
}

.main-slider .flex-direction-nav a {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  text-shadow: none;
  z-index: 1000;
}
.main-slider .flex-direction-nav a i {
  display: block;
}

.main-slider:hover .flex-direction-nav a {
  opacity: 1;
}
.cd-words-wrapper span { color:#e62b4c;}
/* ====================================================================================================================
 * About
 * ====================================================================================================================*/
.section-heading {
    text-align: center;
    text-transform: uppercase;
}


.content-section{ background:#108633; padding:0; text-align:center;}
.content-section p{ margin-bottom: 0; }
.single_process{ padding:15px 20px; text-align:left; }
.single_process h4 {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
}
.h3-body-title{
    color: #fff;
    font-size: 18px;
	margin: 0 0 20px 0;
    text-transform: uppercase;
}
 .content-box-text {
    color: #fff;
    padding-left: 0;
}

.about-section .inner i {
    color: #e62b4c;
    font-size: 32px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    position: relative;
    border:2px solid #e62b4c;
    margin: 0 auto 15px;
	display:block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    border-radius: 0 20px;
}
/* ====================================================================================================================
 * Counter-section
 * ====================================================================================================================*/

.counter-section {
    width: 100%;
  /*  min-height: 510px;*/
    padding-top: 80px;
    height: auto;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
   /* position: relative;
    background-attachment: fixed !important;*/
}
.counter{ text-align:center;}
.counter i {
    color: #e62b4c;
    font-size: 32px;
    height: 80px;
    line-height: 80px;
    width: 80px;
    position: relative;
    border:2px solid #e62b4c;
    margin: 0 auto 15px;
	display:block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-border-radius: 20px 0;
    -moz-border-radius: 20px 0;
    border-radius: 0 20px;
} 
.counter .count {
    display: block;
    font-weight: bold;
    font-size: 50px;
	display:block;
    line-height: 50px;
}

/* ====================================================================================================================
 * services-section
 * ====================================================================================================================*/

.services-list i {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
 
  line-height: 60px;
  font-size: 35px;
}
.services-list .content {
  overflow: hidden;
}
.services-list li {
  padding: 30px 15px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.services-list li h4 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.services-list li:hover {
  /*background-color: #e62b4c;*/
  border-color: #e62b4c;
  color:#4f535c;
}
.services-list li:hover h4 {
  color: #fff;
}
.services-list {
    margin-bottom: 50px;
}
.services hr{ margin-top: 0; } 
@media (max-width: 767px) {.services-list .content {
 text-align:left;
}}
@media (min-width: 768px) {
  .services-list li:nth-child(1) {
    border-right: 1px solid #089e3a;
  }

  .services-list li:nth-child(3), .services-list li:nth-child(5) {
    border-right: 1px solid #089e3a;
  }

  .services-list li:nth-child(1), .services-list li:nth-child(2), .services-list li:nth-child(3), .services-list li:nth-child(4) {
    border-bottom: 1px solid #089e3a;
  }
}
/* ====================================================================================================================
 * Team-section
 * ====================================================================================================================*/
.team .team-img{ cursor:pointer; background-repeat:no-repeat; background-position:top center; height:260px; background-size:cover; position:relative}

.team .team-img:before{  
  position: absolute;
    top: 0;
	content:"";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
	opacity:0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
	width:100%; height:100%;
	    background-color: #141618;
		
}
.team .team-img:hover:before{opacity:0.5;-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;}
.team .team-img:hover .team-con { opacity:1;}
.team-con {
    padding: 100px 0 0;
	    position: relative;
		opacity:0;
		-webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
   
}
.team-socials a{ color:#fff;}

.parallax-text{
	max-width:700px;
	margin:0 auto;
	
    color: #fff;
    font-size: 3.5rem;
    line-height: 5.5rem;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Raleway", sans-serif;
}
/* ====================================================================================================================
 * work-section
 * ====================================================================================================================*/
.work-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}
.overlay {
    background-color: rgba(255,255,255,.8);
	border:1px groove rgba(255,255,255,.8);
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    width: auto;
    height: inherit;
    color: #222222;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 2%;
    z-index: 1;
}
.work-wrapper:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
	border:1px groove #0f7d30;
}
.overlay-inner {
    margin: auto;
    position: absolute;
    top: 52%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.overlay h4.base {
    color: #0f7d30;
}

.overlay .line {
    height: 1px;
    margin: 15px auto;
    background-color: #000;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}
.overlay .line {
    width: 0%;
}
.work-wrapper:hover .line {
    width: 40%;
}
.work-wrapper .overlay p {
    font-size: 14px;
	color:#000;
}
.work-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}
.work-wrapper:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.no-padding{ padding:0}
.no-margin{ margin:0;}
/* ====================================================================================================================
 * pricing-section
 * ====================================================================================================================*/
.pricing-table {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
	margin-bottom:20px;
	
	
}
.pricing-table .pricing-head {
    width: 100%;
    height: auto;
}
.pricing-table .pricing-head .price-tag-circle {
    position: relative;
    width: 125px;
    height: 125px;
    margin: 0px auto;
    background: #fff;
    text-align: center;
    line-height: 125px;
    -webkit-border-radius:0 10%;
    -moz-border-radius:0 0%;
    -ms-border-radius:0 10%;
    -o-border-radius:0 10%;
    border-radius:100%;
	overflow:hidden; padding:5px 5px 15px 5px; -webkit-box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.75); margin-top:10px;
}
.pricing-table .pricing-head .price-tag-circle span.price {
    font-family: 'Raleway', sans-serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}
.pricing-table .pricing-head .price-tag-circle span.price img {margin:5px 5px 25px 5px;}
.pricing-table .pricing-head .price-tag-circle span.price:after {
    content: "$";
    position: absolute;
    width: 20px;
    height: auto;
    top: -40px;
    right: -15px;
    z-index: 1;
    font-size: 30px;
}
.pricing-table .pricing-body {
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    padding: 100px 15px 50px 15px;
    margin-top: -62.5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 10px -2px rgba(0,0,0,0.75); border-radius:10px;
}
.pricing-table .pricing-body .price-title {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
	color:#000;
}
.pricing-table .pricing-body ul {
    margin: 0px;
    padding: 0px;
	list-style:none;
}
.pricing-table .pricing-body ul li {
    
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    margin-bottom: 15px; text-align:left;margin: 10px 55px;
}
.pricing-table .pricing-footer {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    width: 100%;
    height: auto;
    bottom:10px;
    left: 0px;
}
.btn-pricing {
    padding: 15px 22px;
    background: transparent;
    color: #fff;
    text-align: center;
    border: 0px;
    position: relative;
    z-index: 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.pricing-table:hover .btn-pricing {
    display: inline-block; background: #089e3a; color:#fff;
    
    border-radius:10px;
}
/* ====================================================================================================================
 * clints-section
 * ====================================================================================================================*/
.clints-box {
    padding: 0px 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 15px;
}
.owl-no-pagination .owl-pagination {
    display: none;
}
.owl-carousel .owl-item{
	float: left;
	cursor: url("../images/icon-move-ligh.png"), move;

}
#owl-clients .owl-buttons{ display:none;}
/* ====================================================================================================================
 * contact-section
 * ====================================================================================================================*/
#contact .contact {
    text-align: left; padding-top: 7px;
}
#contact i.fa {
    background: #fff;
    border-radius: 50%;
    color: #0c9078;
    font-size: 36px;
    height: 50px;
   
    padding: 8px 0;
    text-align: center;
    width: 50px;
    float: left;
}
#contact p.dark {
    font-size: 16px;
    padding-left: 70px;
   /* padding-bottom: 23px;*/
    margin-top: 2px;
    border-bottom: 1px dashed rgba(255,255,255,0.4);
    min-height: auto;
}
#contact .form-control {
    display: block;
    color: rgba(255,255,255,0.8);
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 22px;
    background-color: transparent;
    background-image: none;
    border-top: none;
    border: 1px solid rgba(255,255,255,0.7);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-top: 5px;
    height: 48px;
}
#contact #message {
    height: 130px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
#contact .text-danger {
    color: #353e47;
    text-align: center;
    font-size: 20px;
}
.map iframe{ width:100%; height:400px;}
.footer-bottom {
    background: #232a34;
    padding: 25px 0;
    width: 100%;
    float: left;
}
.back-to-top {
    transition: all 1s ease 0;
    -webkit-transition: all .3s ease 0;
    position: fixed;
    bottom: 31px;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 39px;
    background: #e62b4c;
    color: #fff !important;
    font-size: 17px;
    cursor: pointer;
    text-decoration: none;
    border-radius: 40px;
}
.f-b {
    color: #fff;
    text-align: left;
    padding: 0 10px;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 1px;
    line-height:30px;
}

.f-b a {color:#fff;}
.f-b a:hover {color:#e8de39;}
.footer-widget-social ul {
    text-align: right;
    list-style-type: none;
    margin-bottom: 0;
}
.footer-widget-social ul li {
    display: inline-block;
    margin-bottom: -8px;
}
.footer-widget-social a {
    background-color: #e62b4c;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    float: left;
    margin: 0 3px;
}
.footer-widget-social a:hover {
    background-color: #fff;
    color: #353E47;
}

/*------New Style-------*/

/*about us*/
.lfimgs img {width:100%;}
.ab_tit {text-align:left; font-size:2em; line-height:1.2em;}
.ab_cons {text-align:left; line-height:28px; margin:10px 0 0 0; font-size:1.1em;}
.ab_smbar {height:50px; line-height:50px; background:#0f7d30;}
.ab_usvt {list-style:none;}
.ab_usvt li { float:left; margin-top:6px;}
.ab_usvt li a {color:#fff;padding:12px 18px; line-height:40px;}
.ab_usvt li a:hover {color:#131313; background:#fff;}
.ab_usvt li a.on {color:#131313; background:#fff;}

.wrfts {color:#fff;}
.wrtp {color:#a8c0ad;}
.wiclft {width:70px; height:70px; background:url(../images/Md_1.png) no-repeat; float:left; background-size:100% auto; margin-right:15px;}
.wicons {width:70px; height:70px; background:url(../images/Md_2.png) no-repeat; float:left; background-size:100% auto; margin-right:15px;}
.wictws {width:70px; height:70px; background:url(../images/Md_3.png) no-repeat; float:left; background-size:100% auto; margin-right:15px;}
.wicthr {width:70px; height:70px; background:url(../images/Md_4.png) no-repeat; float:left; background-size:100% auto; margin-right:15px;}

.wrbutsa { font-size:16px; text-align:left; line-height:35px; padding-top:30px;}
.wrbulfts {float:left;}


.nw_nav {float:left;}
.nw_can {float:right;}

.nw_titsa {font-size:1.3em; text-align:left; line-height:40px; color:#000; padding-left:15px;}
.nw_pics {width:140px; height:70px; float:left;}

.nw_canter {float:left; padding:0 10px 0 145px; position:absolute;  }
.nw_tt {  font-size: 1.2em; color:#0b110d;
    padding-left:60px;
    margin-top: 2px; text-align:left;
    min-height: auto; height:25px; overflow:hidden;}
	


.nw_vtime {color:#ccc; text-align:right;}

.nw_list { list-style:none; padding:0;}
.nw_list li {background:url(../images/Lt_ao.jpg) no-repeat scroll 2px 10px; height:35px; line-height:35px; padding-left:10px;}

.nw_hytt {float:left;}
.nw_hytt a {color:#212121;}

.nw_timtt {float:right; color:#ccc;}
.nw_timtt a {color:#898989;}

.nw_hytitsa {font-size:1.3em; text-align:left; line-height:40px; color:#000;}

.nw_imtts {font-size:1.6em; color:#fff;}
.nw_tiatea {background:url(../images/Zi_bg.png) no-repeat left; height:55px; line-height:55px; padding-left:10px; text-align:left; margin:26px 0 0 0; font-size:1.1em; }

.nw_tiatea a {color:#fff;}

.nw_lvas {margin-left:35px;}




.hm_bts {height:140px;}

/* 04 Pagination */
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 23px 0;
	border-radius: 0;
}
.pagination > li {
	display: inline;
}
.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 9px 22px;
	line-height: 1.71429;
	text-decoration: none;
	color: #222;
	background-color: #fff;
	border: 1px solid #ebebeb;
	margin-left: -1px;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #0f7d30;
	border-color: #ebebeb;
}
.pagination > li > a.on {
	z-index: 2;
	color: #fff;
	background-color: #0f7d30;
	border-color: #ebebeb;
}


.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	z-index: 3;
	color: #fe7d0b;
	background-color: #fff;
	border-color: #ebebeb;
	cursor: default;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
	color: #333;
	background-color: #0f7d30;
	border-color: #ddd;
	cursor: not-allowed;
}


.pagination-lg > li > a, .pagination-lg > li > span {
	padding: 12px 28px;
	font-size: 18px;
	line-height: 1.33333;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.pagination-sm > li > a, .pagination-sm > li > span {
	padding: 7px 12px;
	font-size: 12px;
	line-height: 1.5;
}
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

/*News Style*/
.ns_clps {background:#f1f2f1; margin:12px 0;}
.ns_titles {font-size:1.2em; line-height:35px; text-align:left; color:#2e2e2e; margin:15px 0 10px 0; padding:0 10px;}
.ns_navts {font-size:1em; line-height:26px; text-align:left; color:#6a6a6a; padding:0 10px;}
.ns_btms {border-top:1px solid #dcdedc; line-height:45px; height:45px; margin-top:6px; padding:0 10px;}
.ns_btms .tmnp {float:left; font-size:0.9em; color:#777;}
.ns_btms .lknp {float:right;}
.ns_btms .lknp a {color:#0f7d30; font-size:0.9em;}
.ns_btms .lknp a:hover {color:#333;}

.ns_de_pc {margin:10px; text-align:center;}
.ns_de_pc img {width:100%; height:auto;}
.ns_conts {text-align:left;}
.ns_btt {border-bottom:1px solid #d2d2d2;}

.ns_bllist { line-height:40px; background:#ededed; margin:20px 0;}

/*zi Style*/
.zi_lfts {background:url(../images/Zb_1.jpg) no-repeat left top #0f7d30;}
.zi_lbtts {height:50px; color:#fff; font-size:1.8em; padding:0 10px; text-align:right; margin:50px 0 10px 0; line-height:50px;}
.zi_lbgt {list-style:none; margin-left:0; float:right;}
.zi_lbgt li { height:50px; line-height:50px; border-top:1px solid #0a6224; border-bottom:1px solid #449a5d; text-align:left;}
.zi_lbgt li a {color:#fff; display:block;  padding-right:20px;}
.zi_lbgt li a:hover {background:url(../images/Zb_vs.png) right no-repeat;}
.zi_lbgt li a.on {background:url(../images/Zb_vs.png) right no-repeat;}


.zi_tbgs {background:url(../images/Zb_2.jpg) repeat-x top;}
.zi_bosva {font-size:3em; text-align:center; line-height:60px; color:#333; margin:70px 0 40px 0;}
.zi_bostime {font-size:4em; color:#108633; text-align:center; margin:60px 0 35px 0;}
.zi_obcons {line-height:25px; font-size:1.2em; color:#595959; margin:50px 0 10px 0; text-align:left;}

.zi_voco {color:#108633;}


/*Contact Us Style*/
.map_titnm {font-size:2em; margin:40px 0; text-align:left; padding-left:15px; line-height:40px; color:#000;}

.map_con {border:1px solid #cfd2d0;}
.map_con img {width:100%; height:auto;}



.rs_ma {margin-top:50px;}

.rs_ma_bts {margin-bottom:50px;}
.rs_buts {width:120px; height:40px; line-height:40px; background: linear-gradient(left, #35b464, #0b9aa8);
        background: -ms-linear-gradient(left, #35b464, #0b9aa8);
        background: -webkit-linear-gradient(left, #35b464, #0b9aa8);
        background: -moz-linear-gradient(left, #35b464, #0b9aa8);
 color:#fff; text-align:center; font-size:1em; border-radius:10px; margin:25px auto 0 auto;}
.rs_buts a {color:#fff;}
.rs_reds {color:#c04040;}


/*Fa Style*/
.yea_sz {font-size:4em; color:#038cac; text-align:left;}
.yea_sm {font-size:1.2em; line-height:35px; margin-top:15px; color:#33bf81; text-align:left;}

.ye_titsv {text-align:left; font-size:1.5em; color:#333; line-height:30px;}
.ye_titsv a {color:#333;}
.ye_smcon {font-size:0.9em; line-height:35px; text-align:left;}
.ye_uslit {float:left; list-style:none;}
.ye_uslit li {float:left; margin-left:10px; list-style:none; margin-top:10px; }
.ye_uslit li img {width:100%; height:auto;}

.ye_vosa {position:relative; margin-top:30px;}
.ye_gurs {width:20px; height:20px; border:1px solid #f90; position:absolute; background:#fff; top:0; left:-11px; border-radius:50%;}

.xmhs {color:#434343;}
.xmonsv {color:#646363;}

.single_process h8 {
    color: #434343;
    text-transform: capitalize;
    font-size: 20px;}

.xm_onevs {
    width: 70px;
    height: 70px;
    background: url(../images/Xt_1.png) no-repeat;
        background-size: auto;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
}

.xm_twovs {
    width: 70px;
    height: 70px;
    background: url(../images/Xt_2.png) no-repeat;
        background-size: auto;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
}

.xm_threevs {
    width: 70px;
    height: 70px;
    background: url(../images/Xt_3.png) no-repeat;
        background-size: auto;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
}

.xm_fourvs {
    width: 70px;
    height: 70px;
    background: url(../images/Xt_4.png) no-repeat;
        background-size: auto;
    float: left;
    background-size: 100% auto;
    margin-right: 15px;
}

.mvotoa {margin-top:15px;}

.ximva {color:#fff;}
.xbosa {margin-top:20px; line-height:38px;}

.bosme {width:100px; height:100px; margin:0 auto 25px auto; border-radius:50%; border:1px solid #0f6c2b; }
.bosme img {margin:15px auto;}
.ovicps {width:17px; height:16px; float:left; background:url(../images/OKic.png) no-repeat; margin:2px 10px 0 0;}





@media (min-width: 320px) {
	.height-60{ float:left; width:100%; height:10px; clear:both; position:relative;}
	
	.map_rtpics {float:right; margin-top:10px;}
.map_rtpics img{width:100%; height:auto;}
	.map_twolf {float:left; margin:10px 0 10px 30px;}
	/*open menu*/

.op_connav {position:relative; 
left:10px;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

.op_cot {width: 240px;
padding: 10px 15px;
border-radius: 6px;
background: #089e3a;}
.op_cot li {height:30px; line-height:30px; list-style:none; }
.op_cot li a {color:#fff;}
.op_cot li a:hover {color:#e8de38;}

	.nw_vsa {  font-size: 0.9em;
    padding-left:60px;
    padding-bottom: 23px; color:#999;
    margin-top: 2px; text-align:left;
    min-height: auto; overflow:hidden; height:70px;}
.nw_vs a {color:#898989;}
	
.small_slider-banner {
  position: relative;
  overflow: hidden;

}
.small_slider-banner img {width:100%; height:auto; margin-top:50px;}

.ab_rts {text-align:right; color:#333;}
.ab_rts a {color:#333;}
.ab_rts a:hover {color:#0f7d30;}
.ab_rts a.on {color:#0f7d30;}

.all-space {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
	}
@media (min-width: 360px) {
	.height-60{ float:left; width:100%; height:10px; clear:both; position:relative;}
	
	.map_rtpics {float:right; margin-top:10px;}
.map_rtpics img{width:100%; height:auto;}
	.map_twolf {float:left; margin:10px 0 10px 30px;}
	/*open menu*/

.op_connav {position: relative; 
left:10px;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

.op_cot {width: 240px;
padding: 10px 15px;
border-radius: 6px;
background: #089e3a;}
.op_cot li {height:30px; line-height:30px; list-style:none; }
.op_cot li a {color:#fff;}
.op_cot li a:hover {color:#e8de38;}

	.nw_vsa {  font-size: 0.9em;
    padding-left:60px;
    padding-bottom: 23px; color:#999;
    margin-top: 2px; text-align:left;
    min-height: auto; overflow:hidden; height:70px;}
.nw_vs a {color:#898989;}

.small_slider-banner {
  position: relative;
  overflow: hidden;
 
}
.small_slider-banner img {width:100%; height:auto; margin-top:50px;}

.ab_rts {text-align:right; color:#333;}
.ab_rts a {color:#333;}
.ab_rts a:hover {color:#0f7d30;}
.ab_rts a.on {color:#0f7d30;}

.all-space {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
	}
@media (min-width: 375px) {
	.height-60{ float:left; width:100%; height:10px; clear:both; position:relative;}
	
	.map_rtpics {float:right; margin-top:10px;}
.map_rtpics img{width:100%; height:auto;}
	.map_twolf {float:left; margin:10px 0 10px 30px;}
	/*open menu*/

.op_connav {position: relative; 
left:10px;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

.op_cot {width: 240px;
padding: 10px 15px;
border-radius: 6px;
background: #089e3a;}
.op_cot li {height:30px; line-height:30px; list-style:none; }
.op_cot li a {color:#fff;}
.op_cot li a:hover {color:#e8de38;}

	.nw_vsa {  font-size: 0.9em;
    padding-left:60px;
    padding-bottom: 23px; color:#999;
    margin-top: 2px; text-align:left;
    min-height: auto; overflow:hidden; height:70px;}
.nw_vs a {color:#898989;}

.small_slider-banner {
  position: relative;
  overflow: hidden;
  
}
.small_slider-banner img {width:100%; height:auto; margin-top:50px;}

.ab_rts {text-align:right; color:#333;}
.ab_rts a {color:#333;}
.ab_rts a:hover {color:#0f7d30;}
.ab_rts a.on {color:#0f7d30;}
	}
@media (min-width: 414px) {
	.height-60{ float:left; width:100%; height:10px; clear:both; position:relative;}
	
	.map_rtpics {float:right; margin-top:10px;}
.map_rtpics img{width:100%; height:auto;}
	.map_twolf {float:left; margin:10px 0 10px 30px;}
	/*open menu*/

.op_connav {position: relative; 
left:10px;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

.op_cot {width: 240px;
padding: 10px 15px;
border-radius: 6px;
background: #089e3a;}
.op_cot li {height:30px; line-height:30px; list-style:none; }
.op_cot li a {color:#fff;}
.op_cot li a:hover {color:#e8de38;}

	.nw_vsa {  font-size: 0.9em;
    padding-left:60px;
    padding-bottom: 23px; color:#999;
    margin-top: 2px; text-align:left;
    min-height: auto; overflow:hidden; height:70px;}
.nw_vs a {color:#898989;}

.small_slider-banner {
  position: relative;
  overflow: hidden;
 
}
.small_slider-banner img {width:100%; height:auto; margin-top:50px;}

.ab_rts {text-align:right; color:#333;}
.ab_rts a {color:#333;}
.ab_rts a:hover {color:#0f7d30;}
.ab_rts a.on {color:#0f7d30;}

.all-space {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
	}
@media (min-width: 768px) {
	.height-60{ float:left; width:100%; height:60px; clear:both; position:relative;}
	.map_rtpics {float:right; margin-top:70px;}
.map_rtpics img{width:100%; height:auto;}
	.map_twolf {float:left; margin:0 0 0 0;}
	/*open menu*/

.op_connav {position: absolute; 
left:-70px;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

.op_cot {width: 240px;
padding: 10px 15px;
border-radius: 6px;
background: #089e3a;}
.op_cot li {height:30px; line-height:30px; list-style:none; }
.op_cot li a {color:#fff;}
.op_cot li a:hover {color:#e8de38;}

	.nw_vsa {  font-size: 0.9em;
    padding-left:60px;
    padding-bottom: 23px; color:#999;
    margin-top: 2px; text-align:left;
    min-height: auto; overflow:hidden; height:80px;}
.nw_vs a {color:#898989;}

.small_slider-banner {
  position: relative;
  overflow: hidden;
  
}
.small_slider-banner img {width:100%; height:auto; margin-top:50px;}

.ab_rts {text-align:right; color:#fff;}
.ab_rts a {color:#fff;}
.ab_rts a:hover {color:#e8de38;}
.ab_rts a.on {color:#e8de38;}

.all-space {
    padding: 10px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
	}
	
@media (min-width: 1024px) {
	.height-60{ float:left; width:100%; height:60px; clear:both; position:relative;}
	.map_rtpics {float:right; margin-top:70px;}
.map_rtpics img{width:100%; height:auto;}
	.map_twolf {float:left; margin:0 0 0 0;}
	/*open menu*/

.op_connav {position: absolute; 
left:-70px;
border: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;}

.op_cot {width: 240px;
padding: 10px 15px;
border-radius: 6px;
background: #089e3a;}
.op_cot li {height:30px; line-height:30px; list-style:none; }
.op_cot li a {color:#fff;}
.op_cot li a:hover {color:#e8de38;}

	.nw_vsa {  font-size: 0.9em;
    padding-left:60px;
    padding-bottom: 23px; color:#999;
    margin-top: 2px; text-align:left;
    min-height: auto; overflow:hidden; height:80px;}
.nw_vs a {color:#898989;}

.small_slider-banner {
  position: relative;
  overflow: hidden;

}
.small_slider-banner img {width:100%; height:auto; margin-top:0;}

.ab_rts {text-align:right; color:#fff;}
.ab_rts a {color:#fff;}
.ab_rts a:hover {color:#e8de38;}
.ab_rts a.on {color:#e8de38;}

.all-space {
    padding: 30px 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
}
	}


.pager {
    position: relative;
    margin-top: 10px;
    padding: 0 12px;
    overflow: hidden;
}

    .pager .disabled {
        color: #dcdcdc;
    }

    .pager a, .pager span {
        padding: 6px 12px;
        text-align: center;
        font-size: 14pt;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #ddd;
        color: #337ab7;
    }

    .pager span {
        color: #ddd;
    }


