/* Garden Expert  HTML5 Template */


/************ TABLE OF CONTENTS ***************
1. Fonts
2. Arimo
3. Lora
4. Main Header 
5. Main Slider 
6. About Us
7. Reservation
9. Main Footer 
10. Faq Item
11. Reservation Style 
12. About Style
13. Gallery  Item
14. Blog Classic 
15. Sidebar
16. Sidebar Widgets
17. Blog Single 
18. Comments 
19. Comment Form
 

**********************************************/

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i');

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('component.css');
@import url('owl.css');
@import url('animate.css');
@import url(../revolution/css/settings.css);
@import url('hover.css');


/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    color: #555555;
    line-height: 1.8em;
    font-weight: 400;
    background: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #009ed4;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-family: 'Lora', serif;
    font-weight: normal;
    margin: 0px;
    color: #272727;
    background: none;
}

input,
button,
select,
textarea {    
 font-family: 'Arimo', sans-serif;
}

p {
    position: relative;
    
}

.strike-through {
    text-decoration: line-through;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.medium-container {
    max-width: 850px;
}

.page-wrapper {
    margin: 0 auto;
    min-width: 300px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 1200px) {
    .container {
        padding: 0
    }
    .container-fluid {padding: 0;}
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/resources/preloader.gif);
}
.pd-0{padding: 0px;}
#html5-watermark div {
  display: none;
  background: none;
  opacity: 0;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 36px;
    height: 36px;
    color: #6aaf07;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #6aaf07;
    line-height: 34px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    color: #ffffff;
    background: #6aaf07;
    border: 1px solid #6aaf07;
}


/*** 

====================================================================
	Main Header style
====================================================================
/* Fixed-Header */

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.bounce-in-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	border-bottom:1px solid #cccccc;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.bounce-in-header.now-visible{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}
.bounce-in-header .logo {
  padding-bottom: 22px;
  padding-top: 22px;
}
/* Start Header-Top Styles */
.header-top-left {
  float: left;
}
.header-top {
  background: none repeat scroll 0 0 #272727;
  margin: 0;
  padding: 0;
}
.header-top p {
  color: #ffffff;
  font-family: 'Arimo', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding-bottom: 12px;
  padding-top: 8px;
}
.header-top p span {
  color: #6aaf07;

}
.header-top-right p {
  float: left;
  margin-right: 30px;
}
.header-top-right i {
  margin-right: 9px;
}
.header-top-right {
  position: relative;
    float: right;
}
.header-top-right a {
  color: #ffffff;
  font-size: 14px;
  padding-top: 8px;
  display: inline-block;
  transition: all 500ms ease 0s;
}
.header-top-right a:hover{color: #6aaf07;}
/* End Header-Top Styles */

/* Start Header-Bottom Styles */






/* End Header-Bottom Styles */

/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #ffffff;
}
.mainmenu-area .logo {
  padding-bottom: 22px;
  padding-top: 22px;
}
.main-menu .navigation .current i {
  color: #6AAF07;
  float: left;
  font-size: 15px;
  margin-left: 0px;
  padding-top: 4px;
}
.main-menu {
  padding-top: 36px;
    margin-left: 115px;
}
.main-menu {
  position: relative;
}

.navbar-collapse {
  padding: 0px
}

.navigation {
  position: relative;
  font-family: 'Montserrat', sans-serif;
}
.navigation li {
  border-right: 1px dashed #5e262d;
  float: left;
  margin-left: 0;
  padding: 0;
  position: relative;
}

.navigation li a {
  color: #272727;
  display: block;
  font-family: "Arimo",sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  opacity: 1;
  padding-left: 19px;
  padding-right: 19px;
  position: relative;
  transition: all 500ms ease 0s;
  
}
.navigation li:last-child {
    border-right: none;
}
.navigation > li:hover > a {
  color: #6aaf07;
}

.navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 245%;
  background: #6aaf07;
  width: 180px;
  border-top: 2px solid #06223e;
  padding:0
  z-index: 999;
  display: none;
}

.navigation > li > ul > li {
  position: relative;
  display: block;
  border-bottom: 1px dashed #272727;
  width: 100%;
  margin: 0px;
  border-right:none;
  padding: 0;
}
.main-menu .navigation > li > ul > li:last-child {
    border: none;
}
.main-menu .navigation > li > ul > li > a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding: 8px 0 8px 20px;
  position: relative;
  transition: all 500ms ease 0s;
}

.navigation > li > ul > li:hover > a {
  color: #06223e;
}
.call-item {
  background: rgba(0, 0, 0, 0) url("../images/login.png") no-repeat scroll 0 0;
  width: 212px;
  height: 52px;
  margin-top: 22px;
}
.call-item p {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: right;
  padding-right: 13px;
  padding-top: 12px;
}
.call-item p i{
  margin-right: 6px
}
.call-item a{
  color: #FFF;
}
/*** 
=============================================
    6. Rev Slider style
=============================================
***/
.rev_slider {
    max-height: 600px!important;
   
}
.rev_slider_wrapper {
    margin-top: -105px;
    position: relative;
    z-index: 0;
   
}
.rev_slider_wrapper{
    height: 600px!important;
   
}
.rev_slider_wrapper .slide-content-box h2{
  font-size: 60px;
  color:#fff;
  font-family: 'lora', sans-serif;
  text-transform: capitalize;
  font-weight:700;
}
.rev_slider_wrapper .slide-content-box p{
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Arimo', sans-serif;
  font-weight: 400;
  margin: 0 0 30px;
}
.rev_slider_wrapper .button .thm-btn:hover{
    background: #fff;
    color: #ff0000;
  border:2px solid #ff0000;
  transition:.5s;
}
.rev_slider_wrapper .slide-content-box .button a{
  padding: 0px 22px;
  margin-right: 15px;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution{
  background: #fff;
  padding: 0px 35px;
  color: #222;
  border-color: #fff;
}
.rev_slider_wrapper .slide-content-box .button a.thm-btn.our-solution:hover{
  background: #48c7ec;
  color: #fff;
  border-color: #48c7ec;
}

.rev_slider_wrapper .slide-content-box.last-slide p{
  margin: 0;    
}
.rev_slider_wrapper .slide-content-box.last-slide a{
  margin: 0 8px;    
}
.slide-content-box .btn{
  padding: 8px 30px;
  background: #6ab008;
  border: 2px solid #6ab008;
  color: #fff;
  font-family: 'Arimo';
  font-weight: 400;
  font-size: 18px;
  transition: .5s;
}
.slide-content-box .btn:hover{
  
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  transition: .5s;
}

.rev_slider_wrapper .slotholder {
  position: relative;
}

.slotholder:after {
  
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
  display: none;
  
}

.rev_slider_wrapper .tparrows {
  background: transparent;
  border: 2px solid #fff;

}

.tp-revslider-mainul{
  width:100% !important;
}

/* Start section-title styles */

.section-title h2 {
  color: #272727;
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
  position: relative;
}
.section-title h4 {
  color: #272727;
  font-size: 48px;
  line-height: 58px;
  position: relative;
}
.section-title h4 span {
  color: #6aaf07;
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
  position: relative;
}
.section-title h2 span{color:#6aaf07}

.text-center{text-align: center;}
/* End section-title styles */



/* End plan-seciton styles */
.plan-seciton {
  padding-top: 20px;
}
.plan-seciton .single-item{float:left;width:33.333%;padding-left: 20px;}
.plan-seciton .single-item .icon-box {
  border: 2px dashed#fff;
  border-radius: 50%;
  float: left;
  height: 110px;
  padding: 4px;
  width: 110px;
  margin-right: 12px;
  transition: all 500ms ease 0s;
}
.plan-seciton .single-item .icon-box .icon {
  float: left;
  width: 98px;
  height: 98px;
  background: #6AB008;
  border-radius: 50%;
  transition: all 0.4s ease-in-out 0s;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.plan-seciton .single-item .icon-box .icon img {margin: 0 auto;
  display: block;
  padding-top: 20px;}
.plan-seciton .single-item:hover .icon-box {
  border: 2px dashed#272727;
  border-radius: 50%;
  float: left;
  height: 110px;
  width: 110px;
 
}
.plan-seciton .single-item:hover .icon-box .icon{  
  background:#272727;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  box-shadow: 0 0 0 20px rgba(39, 39, 39, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);  

}
.plan-seciton .single-item .text p {
  color: #272727;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  padding-top: 43px;
  font-family: 'Lora', serif;
}
/* End plan-seciton styles */


/* Start welcome-seciton styles */

.welcome-seciton {
  padding-bottom: 100px;
  padding-top: 92px;
  border-bottom: 1px solid#E1E1E1;
}
.welcome-item img {
  float: left;
  margin-right: 18px;
  margin-top: 10px;
}
.welcome-item h2 {
  color: #272727;
  font-weight: bold;
  font-size: 48px;
  line-height: 30px;
  padding-bottom: 16px;
  font-family: 'Lora', serif;
}
.welcome-item h3 {
  color: #272727;
  font-size: 48px;
}
.welcome-item h3 span{color:#6ab008}
.welcome-item p {
  color: #555555;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.5px;
  padding-top: 24px;
  margin: 0;
}
.welcome-item h4 {
  color: #272727;
  font-family: "Arimo",sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-top: 13px;
}
.welcome-item h4 a{color:#6ab008}
.welcome-right h3 {
  color: #272727;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 20px;
  padding-top: 10px;
}
.welcome-right .img_holder {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.welcome-right .item .img_holder .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
    border-radius: 5px;
	background: rgba(106,175,8,0.8);
	padding: 14px;
	transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
   transition: all 500ms ease 0s;
}

.welcome-right .item:hover .overlay,
.welcome-right .item:focus .overlay {
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
}
.welcome-right .overlay .border {
  align-items: center;
  border: 2px dashed rgba(255, 255, 255, 0.5);
  display: flex;
  height: 100%;
  justify-content: center;
}
.welcome-right .overlay .border i::before {
  color: #fff;
  font-size: 35px;
}
.welcome-right .text h4 a {
  color: #272727;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  padding-top: 19px;
  display: block;
  transition: all 500ms ease 0s;
}
.welcome-right .text a:hover{color:#6ab008}
.welcome-right .text p {
  font-size: 16px;
  line-height: 26px;
  padding-top: 13px;
}
.welcome-right .text a {
  color: #272727;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  padding-top: 2px;
  display: block;
}
.welcome-right .text a i {
  margin-left: 5px;
}
.welcome-right .owl-nav {
  position: absolute;
  right: 0;
}
.welcome-right .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  width: 33px;
  height: 37px;
  background: none;
  border: 2px solid#D7D7D7;
  color:#D7D7D7;
  transition: all 500ms ease 0s;
}
.welcome-right .owl-theme .owl-controls .owl-nav .owl-prev:hover{
  background:#6AB008;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  border: 2px solid#6AB008;

}.welcome-right .owl-theme .owl-controls .owl-nav .owl-next:hover{
  background:#6AB008;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  border: 2px solid#6AB008;

}

/* End welcome-seciton styles */

/* Start Service-seciton Styles */
.service-seciton {
  padding-top: 50px;
  background-size: cover;
}
.service-seciton .single-item {
  margin-top: 40px;
  position: relative;
  transition: all 500ms ease 0s;
}
.service-seciton .single-item .img-holder {
  float: left;
  margin-right: 20px;
  padding-top: 10px;
  margin-bottom: 30px;
}
.service-seciton .single-item h2 {
  font-size: 48px;
  font-weight: bold;
  margin-top: -10px;
}
.service-seciton .single-item h2 span {
  color:#6ab008;
}
.single-item p {
  font-size: 16px;
  padding-top: 33px;
  letter-spacing: 0.9px;
}
.service-seciton .single-item img {
  width: 100%;
}
.service-seciton .single-item .counter-text {
  padding: 0;
  position: relative;
  float: left;
  width: 33.333%;
  margin-top: 25px;
}
.service-seciton .single-item .counter-text .text h2 {
  border-bottom: 2px solid #6aaf07;
  color: #6aaf07;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 10px;
  position: relative;
  width: 112px;
  font-family: 'Lora', serif;
}
.service-seciton .single-item .counter-text .text p {
  color: #272727;
  font-size: 16px;
  left: 55px;
  position: absolute;
  top: 14px;
  margin: 0;
  padding: 0;
}
.service-seciton .single-item .counter-text .text span {
  color: #272727;
  font-size: 22px;
  font-weight: bold;
  line-height: 26px;
  padding-top: 9px;
  display: block;
  font-family: 'Lora', serif;
}
.btn-0 {
  background: #ff9305;
  font-size: 16px;
  font-weight: bold;
  height: 41px;
  width: auto;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-top: 40px;
  color: #fff;
  padding: 8px 18px;
  border-radius: 3px;
  transition: all 500ms ease 0s;
}
.btn-0:hover{background:#00863b;color:#ffffff;}

.btn-1 {
    background: #ff9305;
    font-size: 26px;
    font-weight: bold;
    width: auto;
    min-height: 70px;
    display: inline-block;
    position: relative;
    text-align: center;
    margin-top: 30px;
    color: #000;
    padding: 14px 10px 14px 10px;
    border-radius: 3px;
    transition: all 500ms ease 0s;
}
.btn-1:hover{background:#00863b;color:#ffffff;}

/* End Service-seciton Styles */
.client-seciton {
  overflow: hidden;
  position: relative;
  padding-bottom: 72px;
}
.client-seciton::before {
  background: rgba(0, 0, 0, 0) url("../images/icon/9.png") repeat-x scroll 0 0;
  top: auto;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.client-left {
  position: relative;
}
.client-left .img-holder {
  position: relative;
  width: 100%;
  height: 100%;
}
.client-left .text-box {
  position: relative;
  text-align: center;
}
.client-left .img-holder img {
  max-width: none;
  position: absolute;
  right: -15px;
  z-index: -1;
}
.client-left .text-box .img-box {
  height: 111px;
  margin: 97px auto 0;
  position: relative;
  width: 111px;
  border: 2px dashed#ffffff;
  border-radius: 50%;
  padding: 8px;
}
.client-left .text-box .img-box img {
  height: 92px;
  width: 92px;
  border-radius: 50%;
}
.client-left .text-box .text h4 {
  color: #ffffff;
  font-size: 20px;
  padding-top: 14px;
}
.client-left .text-box .icon i {
  color: #DB9000;
  font-size: 16px;
  padding-top: 13px;
}
.client-left .text-box .text h3 {
  color: #6ab008;
  font-size: 24px;
  font-weight: bold;
  padding-top: 21px;
}
.client-left .text-box .text p {
  color: #ffffff;
  font-size: 16px;
  padding-top: 18px;
}
.client-left .text-box .text img {
  margin-top: 29px;
  margin: 0 auto;
  margin-bottom: 11px;
}
.client-left .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  border-radius: 2;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 6px;
  padding: 4px 7px;
  background: none;
  border: 1px solid#ffffff;
  height: 37px;
  width: 33px;
  transition: all 500ms ease 0s;
}
.client-left .owl-theme .owl-controls .owl-nav .owl-prev:hover{
    background:#6AB008; 
    border: 1px solid#6AB008;
}
.client-left .owl-theme .owl-controls .owl-nav .owl-next:hover{
    background:#6AB008; 
    border: 1px solid#6AB008;
}
.client-right .img-holder img {
  max-width: none;
  position: absolute;
  left:0px;
  z-index: -1;
}
.client-right .text img {
  float: left;
  margin-right: 24px;
}
.client-right .text {
  padding-top: 75px;
  padding-left: 73px;
}
.client-right .text h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  margin-top: -10px;
}
.client-right .text h3 {
  color: #ffffff;
  font-size: 48px;
  padding-top: 5px;
}
.client-right .text h3 span{color:#272727}
.client-right .default-form.clearfix {
  padding-left: 60px;
  padding-top: 25px;
}
.client-right .default-form.clearfix .form-group input {
  color: #465a6f;
  font-size: 14px;
  font-style: italic;
  height: 48px;
  padding-left: 23px;
  width: 100%;
}
.client-right .default-form.clearfix .form-group input {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  height: 48px;
  padding-left: 23px;
  width: 100%;
  background: none;
  border: 1px dashed#ffffff;
  border-radius: 3px;
}
.client-right .default-form.clearfix .form-group.comments textarea {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  height: 200px;
  padding-left: 23px;
  width: 100%;
  background: none;
  border: 1px dashed#ffffff;
  border-radius: 3px;
}
.client-right .default-form .form-group .btn.btn-1 {
  background: #ffffff;
  border-radius: 0;
  color: #272727;
  font-size: 16px;
  height: 41px;
  margin-top: 12px;
  position: relative;
  transition: all 500ms ease 0s;
  width: 141px;
  z-index: 111;
  border-radius: 3px;
}
.client-right .default-form .form-group .btn.btn-1:hover{color:#ffffff;background:#272727;}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.default-form.clearfix .form-group {
  float: left;
  margin: 15px 10px 0;
  width: 41%;
}
.default-form.clearfix .form-group input {
  color: #465a6f;
  font-size: 14px;
  font-style: italic;
  height: 50px;
  padding-left: 23px;
  width: 100%;
}
.default-form.clearfix{padding-left: 35px;padding-top: 40px;}
.default-form.clearfix .form-group.comments textarea {
  color: #465a6f;
  font-size: 14px;
  font-style: italic;
  height: 200px;
  padding-left: 23px;
  padding-top: 15px;
  width: 100%;
}
.default-form.clearfix .form-group.comments{width: 85%}
.contact-seciton .default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border-color: #F55C23;
}
.default-form .form-group input.error,
.default-form .form-group select.error,
.default-form .form-group textarea.error {
    border-color: #ff0000 !important;
}

.default-form .form-group label.error {
    display: block;
    padding: 10px 0px 0px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff0000;
    font-weight: normal !important;
}
.default-form .form-group .btn.btn-1 {
  background: #feb300 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 17px;
  height: 50px;
  position: relative;
  width: 200px;
  z-index: 111;
  margin-top: 12px;
  transition: all 500ms ease 0s;
}
.default-form .form-group .btn.btn-1 i{margin-right: 10px;}

.default-form .form-group .btn.btn-1:hover{background:#06223e}
/* Start Client-seciton Styles */

/* == Start Gallery-section Style  == */

.gallery-section {
  padding-bottom: 95px;
  position: relative;
  padding-top: 87px;
}
.gallery-section .section-title p {
  color: #555555;
  font-size: 16px;
  margin: 0;
}
.gallery-section .section-title h2 {
  left: 34%;
  padding-bottom: 28px;
  position: relative;
  text-align: left;
}
.gallery-section .section-title.text-center img {
  left: 25%;
  position: absolute;
  top: 25px;
}
.gallery-section .filters {
  margin-bottom: 7px;
  margin-top: 52px;
  position: relative;
  text-align: center;
}

.gallery-section .filters li {
  color: #272727;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 0 17px;
  position: relative;
  text-transform: uppercase;
  transition: all 300ms ease 0s;
}
.gallery-section .filters li .txt {
  color: #272727;
  display: inline-block;
  font-size: 18px;
  padding-left: 10px;
  position: relative;
  z-index: 1;
  text-transform: none;
  transition: all 500ms ease 0s;
}


.gallery-section .filters li:hover,
.gallery-section .filters li.active{
    color: #6ab008;
}
.gallery-section .filters li .txt:hover,
.gallery-section .filters li.active .txt {
    color: #6ab008;
}

.gallery-section .gallery-item {
    margin-top: 30px;
    text-align: center;
    position: relative;
}
.gallery-section .gallery-item .img-holder {
  overflow: hidden;
  position: relative;
  transition: all 500ms ease 0s;
  border-radius: 3px;
}
.gallery-section .img-holder img{width:100%}

.gallery-section .gallery-item .img-holder .link-icon{
	display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
.gallery-section .gallery-item .img-holder .link-icon .link {
  height: 100%;
  margin:0 auto;
  text-align: center;
  width:100%;
}
.gallery-section .gallery-item .img-holder .link-icon .link a:hover{border: 2px dashed#272727;}
.gallery-section .gallery-item .img-holder .overlay {
  background: rgba(106, 176, 8, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  vertical-align: middle;
  width: 100%;
  top: -252px;
  transition: all 500ms ease 0s;
  border-radius: 3px;
}
.gallery-section .gallery-item:hover .overlay{
	top:0px;
}

.gallery-section .gallery-item:hover .img-holder h4 a{
	bottom:0px;
}
.gallery-section .gallery-item .img-holder h4 a {
  background: #272727 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 60px;
  left: 0;
  padding-top: 15px;
  position: absolute;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 100%;
  bottom:-65px;
  font-size: 24px;
}
.gallery-section .gallery-item .img-holder h4 a:hover {color:#6aaf07}

.gallery-section .gallery-item:hover .overlay .link-icon .link a {
	left:0px;
}
.gallery-section .gallery-item .overlay .link-icon .link a {
  border: 2px dashed #ffffff;
  border-radius: 50%;
  display: block;
  height: 70px;
  padding: 5px;
  position: relative;
  transition: all 600ms ease 0s;
  width: 70px;
  margin: 0 auto;
  margin-top: 60px;
  left: -150px;
}
.gallery-section .gallery-item .img-holder .link-icon .link a i{
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  color: #272727;
  display: inline-block;
  font-size: 20px;
  height: 56px;
  padding-top: 20px;
  position: relative;
  width: 56px;
  transition: all 600ms ease 0s;
}
.gallery-section .gallery-item .img-holder {
  overflow: hidden;
  position: relative;
  transition: all 500ms ease 0s;
}

.gallery-section .gallery-item .img-holder img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.gallery-section .gallery-item:hover .img-holder img {
  -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.page-list {
  margin-top: 40px;
  text-align: center;
}
.page-list li {
  display: inline-block;
}

.page-list .next {
  background: none none repeat scroll 0 0;
  border-radius: 3px;
  color: #272727;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  transition: all 500ms ease 0s;
  margin: 0;
  padding: 0;
}
.page-list .next i {
  margin: 0;
  height: auto!important;
  width: auto!important;
  border: none!important;
  color:#6aaf07!important;
}
.page-list .next i {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #6aaf07;
  margin-left: 10px;
  position: absolute;
  margin-top: -5px;
}
.page-list .next:hover i{color:#6aaf07;background:none;}


/* == End Gallery-section Style  == */

/* == Start Trstimonial-section Style == */
.trstimonial-section {
  padding-bottom: 118px;
  padding-top: 58px;
  position: relative;
}
.trstimonial-section .img-right {
  position: absolute;
  top: -175px;
  right: 0;
}
.trstimonial-section .title img {
  float: left;
  margin-right: 17px;
  padding-top: 20px;
}
.trstimonial-section .title h2 {
  font-size: 48px;
  font-weight: bold;
  line-height: 58px;
}
.trstimonial-section .title h2 span{font-weight: normal}
.trstimonial-section .title h2 span .expert{font-weight: bold;color:#6ab008}

.trstimonial-section .single-item .img-holder {
  background: #6ab008 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 85px;
  position: relative;
  top: 117px;
  width: 85px;
  z-index: 11111111;
  left: -40px;
  transition: all 500ms ease 0s;
}
.trstimonial-section .single-item:hover .img-holder{background:#272727}
.trstimonial-section .single-item{
   margin-left: 40px;
   margin-top: -19px;}
.trstimonial-section .single-item .img-holder img {
  padding-top: 22px;
  margin: 0 auto;
  display: block;
}
.trstimonial-section .single-item .overlay .box-holder h4 {
  padding-left: 64px;
  font-size: 24px;
  font-weight: bold;
  padding-top: 35px;
  color:#272727;
}
.trstimonial-section .single-item .overlay .box-holder h5 {
  color: #555555;
  font-family: "Arimo",sans-serif;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 22px;
  padding-left: 64px;
  padding-top: 12px;
  text-align: left;
  padding-right: 30px;
}
.trstimonial-section .single-item .overlay {
  bottom: 0;
  left:0px;
  line-height: 0;
  opacity: 1;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  transition: all 0.3s ease 0s;
}
.trstimonial-section .single-item .overlay .box-holder {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;    
}
.trstimonial-section .single-item .overlay .box-holder:before,
.trstimonial-section .single-item .overlay .box-holder:after {
    content: '';
    position: absolute;    
    opacity: 0;    
    filter: alpha(opacity=0);
}
.trstimonial-section .single-item .overlay:hover .box-holder:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
            transform: skew(0deg);
}
.trstimonial-section .single-item .overlay:hover .box-holder:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.trstimonial-section .single-item .overlay .box-holder:after {
    top: -2px;
    left: 0px;
    right: 0px;
    bottom: -2px;    
    border-top: 2px dashed #6aaf07;
    border-bottom: 2px dashed #6aaf07;
    -webkit-transform: skew(-100deg);
        -ms-transform: skew(-100deg);
            transform: skew(-100deg);
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}
.trstimonial-section .single-item .overlay .box-holder:before {
    top: 0px;
    left: -2px;
    right: -2px;
    bottom: 0px;    
    border-left: 2px dashed #6aaf07;
    border-right: 2px dashed #6aaf07;
    -webkit-transition: all .5s ease .3s;
            transition: all .5s ease .3s;
}
.trstimonial-section .single-item .overlay .box-holder{border: 2px dashed#CCCCCC;transition: all 500ms ease 0s;}
.trstimonial-section .owl-nav {
  position: absolute;
  right: 0;
  margin-top: 17px;
}
.trstimonial-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 3px;
  color:#C7C7C7;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  padding: 4px 7px;
  width: 33px;
  height: 37px;
  background: none;
  border: 2px solid#D7D7D7;
  transition: all 500ms ease 0s;
}
.trstimonial-section .owl-theme .owl-controls .owl-nav .owl-prev:hover{
  background:#6AB008;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  border: 2px solid#6AB008;

}
.trstimonial-section .owl-theme .owl-controls .owl-nav .owl-next:hover{
  background:#6AB008;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  border: 2px solid#6AB008;

}
/* == End Trstimonial-section Style == */

/* Start blog-seciton styles */
.blog-seciton {
  padding-bottom: 65px;
  padding-top: 88px;
}
.blog-seciton .section-title img {
  float: left;
  margin-right: 28px;
  padding-top: 28px;
}
.blog-seciton .section-title p {
  color: #555555;
  font-size: 16px;
  padding-top: 33px;
}
.blog-seciton .blog-item .text h4 a {
  color: #272727;
  display: inline-block;
  float: none;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
  padding-bottom: 14px;
  padding-top: 28px;
  text-transform: none;
  transition: all 500ms ease 0s;
  height: auto;
  width: auto;
  background: none;
  text-align: left;
}
.blog-seciton .blog-item {
  margin-top: 50px;
}
.blog-seciton .blog-item .img-holder {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}
.blog-seciton .blog-item .img-holder img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.blog-seciton .blog-item:hover .img-holder img {
  -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.blog-seciton .blog-item .text h4 a:hover{color:#6AB008;background:none;}
.blog-seciton .blog-item .text h5 i {
  margin-right: 7px;
  color: #272727;
  position: relative;
}

.blog-seciton .blog-item .text h5 {
  color: #272727;
  display: block;
  font-size: 16px;
  float: none;
  margin-bottom: 24px;
}
.blog-seciton .blog-item .text p {
  color: #667380;
  font-family: "Arimo",sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
  padding-right: 50px;
}
.blog-seciton .blog-item .text .deat-left {
  color: #272727;
  float: left;
  font-size: 16px;
  margin-right: 28px;
}

.blog-seciton .blog-item .text a {
  width: 117px;
  height: 41px;
  background: #272727;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  border-radius: 3px;
  padding-top: 8px;
  transition: all 500ms ease 0s;
}
.blog-seciton .blog-item .text a:hover{background:#6aaf07;color:#ffffff}
/* End blog-seciton styles */


/* Start Brand-seciton styles */
.brand-carousel-left h2 {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}

.brand-carousel-left img {
  float: left;
  margin-right: 15px;
  padding-top: 9px;
}
.brand-carousel-left p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-right: 110px;
  padding-top: 23px;
}
.brand-carousel-right .brand-carousel-2 {
  padding-left: 15px;
  padding-right: 30px;
  position: relative;
  margin-left: -40px;
  margin-top: 35px;
}
.brand-carousel-2.owl-carousel.owl-theme.owl-loaded img {
  width: 100%;
  height: 100%;
}
.brand-carousel-right .brand-carousel-2 .owl-nav {
  margin-top: -75px;
}
.brand-carousel-right .brand-carousel-2 .owl-nav .owl-next:hover{
  background: none;
  color: #06223E;}
.brand-carousel-right .brand-carousel-2 .owl-nav .owl-prev:hover{
  background: none;
  color: #06223E;}
.brand-carousel-right .brand-carousel-2 .owl-nav .owl-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #A4A9B0;
  position: absolute;
  right: 0;
}
.brand-carousel-right .brand-carousel-2 .owl-nav .owl-prev {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #a4a9b0;
  left: -12px;
  position: absolute;
}
.brand-carousel-right .section-title p {
  color: #06223e;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 26px;
  padding-top: 26px;
}

.brand-seciton {
  padding-bottom: 60px;
  padding-top: 80px;
  position: relative;
  margin-top: 100px;
}
.brand-seciton-bg {
  height: 170px;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: 1;
}
/* End Brand-seciton styles */




/* == Start Footer-section Style == */
.footer-section {
  background: none repeat scroll 0 0 #ffffff;
  padding-top: 47px;
  position: relative;
}
.footer-section .widget {
  margin-left: -60px;
}
.news-widget {
  margin-left: 50px;
  margin-right: -40px;
}
.footer-section .link-widget {
  margin-left: 55px;
}
.footer-logo a img {
  margin-bottom: 23px;
  margin-top: 7px;
}
.footer-logo p {
  color: #6aaf07;
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
.footer-logo p i {
  margin-right: 6px;
  margin-bottom: 14px;
  margin-top: 7px;
  float: left;
}
.footer-logo p span {
  color: #272727;
  font-size: 18px;
  line-height: 30px;
}.footer-logo .location {
  margin-top: 5px;
}
.footer-item{padding-bottom: 100px}
.footer-item h2 {
  color: #6ab008;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
  margin-bottom: 29px;
}
.news-widget .recent .img-nolder {
  display: inline-block;
  float: left;
  height: 100%;
  width: 55px;
  margin-right: 18px;
}
.news-widget .recent .text {
  display: inline-block;
  float: left;
  height: 100%;
  max-width: 170px;
}
.news-widget .recent .text h4 a {
  color: #272727;
  font-size: 16px;
  line-height: 24px;
  margin-top: -5px;
  display: block;
  transition: all 500ms ease 0s;
}
.news-widget .recent .text h4 a:hover{color:#6aaf07}
.news-widget .recent .text p {
  color: #6ab008;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding-top: 4px;
}
.recent.mr-42 {
  margin-bottom: 36px;
  overflow: hidden;
}
.link-widget ul {
  margin-top: -13px;
}
.link-widget ul li a i{margin-right: 6px;}
.link-widget ul li a {
  color: #272727;
  font-size: 16px;
  line-height: 34px;
  transition: all 500ms ease 0s;
  display: inline-block;
}
.link-widget ul li a:hover{color:#6aaf07}
.newsletter input {
  background: #272727 none repeat scroll 0 0;
  border-radius: 30px;
  color: #ffffff;
  border: none;
  height: 40px;
  padding-left: 23px;
}
.newsletter .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.newsletter input:focus {
    border-color:none;
    border:none;
    box-shadow:none;
}

.newsletter{position: relative}
.newsletter button {
  background: #6AB008 none repeat scroll 0 0;
  border-radius: 50%;
  height: 50px;
  position: absolute;
  right: 0;
  top: -5px;
  width: 50px;
 transition: all 500ms ease 0s;
}
.newsletter > button i {
  font-size: 30px;
  color: #ffffff;  
  transition: all 500ms ease 0s;
}
.newsletter button:hover i{color:#272727}
.social-icon ul li a {
  background: #272727 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  float: left;
  font-size: 20px;
  height: 48px;
  line-height: 50px;
  margin-right: 11px;
  text-align: center;
  width: 48px;
    transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}
.social-icon ul li a:hover{-webkit-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
    background:#6aaf07;
    color:#ffffff;
}
.social-icon h2 {
  margin: 0;
  padding-bottom: 17px;
  padding-top: 43px;
}


.footer-bottom p {
  color: #ffffff;
  float: left;
  font-size: 14px;
  line-height: 24px;
}
.footer-bottom p span {
  color: #6ab008;
}
.footer-bottom {
  background: #272727 none repeat scroll 0 0;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  margin-top: 65px;
  padding-bottom: 0px;
  padding-top: 12px;
  text-align: center;
}
.footer-bottom ul{float: right;}
.footer-bottom ul li{display: inline;}
.footer-bottom ul li a {
  font-size: 14px;
  line-height: 24px;
  padding-left: 25px;
  color:#ffffff;
}
/* == End Footer-section Style == */

/* ======================== Start About Style  ======================== */

/* == End Slider-section Style == */
.welcome-seciton.bor {
  border: none;
}
.slider-section .slider .text h2 {
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  line-height: 72px;
}
.slider-section {
  padding-bottom: 87px;
  padding-top: 94px;
}
.welcome-item .btn1 {
  color: #ffffff;
  background: #272727;
  height: 49px;
  width: 160px;
  display: inline-block;
  border-radius: 3px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 32px;
  transition: all 500ms ease 0s;
}
.trstimonial-section.about-page {padding-bottom:160px;}
.brand-seciton.about-page {
  margin-top: 65px;
  padding-bottom: 60px;
  padding-top: 80px;
  position: relative;
}
.trstimonial-section.about-page .img-right {
  top: -130px;
}
.welcome-item .btn1:hover{background:#6aaf07}
.team-seciton {
	padding-top: 100px;
}

.team-seciton .team_member .img_holder {
	position: relative;
    margin-bottom: 16px;
}

.team-seciton .team_member .img_holder .overlay {
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
    background: rgba(39, 39, 39, 0.9);
	padding:15px;
	transform: scale(0);
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transition: all 500ms ease 0s;
    border-radius: 5px;
}
.team-seciton .team_member .img_holder img {
  border-radius: 5px;
  width: 100%;
}
.team-seciton .team_member .img_holder .overlay .border {
	width:100%;
	height:100%;
	border:1px dashed#ffffff;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.team-seciton .team_member:hover .img_holder .overlay {
	transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.team-seciton .team_member .img_holder .overlay .border .icon-holder {
	width:45px;
	height:45px;
	background: #fff;
	padding:4px;
	margin:8px;
    border-radius:50%;
    transition: all 500ms ease 0s;
}
.team-seciton .team_member .img_holder .overlay .border .icon-holder:hover a{color:#6aaf07;border:1px dashed#272727;}
.team-seciton .team_member .img_holder .overlay .border .icon-holder a {
	display: block;
	width:100%;
	height:100%;
	border:1px dashed#6aaf07;
	text-align: center;
	font-size: 18px;
	color:#272727;
	padding-top: 6px;
    border-radius:50%;
    transition: all 500ms ease 0s;
}
.team-seciton .team_member .text > span {
  color: #ffffff;
  display: block;
  font-family: "Arimo",sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 7px;
  padding-top: 4px;
}
.team-seciton .team_member .text h4 {
  font-size: 26px;
  font-weight: bold;
  color: #272727;
}
.team-seciton .team_member .text p {
  line-height: 24px;
  font-size: 16px;
  color: #272727;
  padding-right: 15px;
  padding-top: 10;
  padding-top: 3px;
}
.team-seciton .team_member {
	padding-bottom: 5px;
    margin-bottom: 49px;
}
/* == Start Client-section Style == */

/* == Start Client-section Style == */
.client-section {padding: 80px 0px;}
.client-section .section-title img {
  float: left;
  margin-right: 28px;
  padding-top: 28px;
}
.client-section .single-item {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}
.client-section .single-item .box-holder h2 {
  color: #031633;
  font-size: 30px;
  font-weight: bold;
  padding-top: 83px;
}
.client-section .single-item .box-holder h4 {
  color: #777777;
  font-family: "Roboto",sans-serif;
  font-size: 16px;
  font-style: italic;
  padding-top: 6px;
}
.client-section .single-item .box-holder .icon ul li {
  display: inline-block;
}
.client-section .single-item .box-holder .icon ul li i {
  color: #fab624;
  font-size: 20px;
  padding: 9px 3px;
  margin-bottom: 7px;
}
.client-section .single-item .box-holder p {
  color: #777777;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 68px;
  padding-left: 70px;
  padding-right: 70px;
	padding-top: 0px;
}
.client-section .single-item .img-holder {
  border: 2px dashed#ffffff;
  border-radius: 50%;
  height: 108px;
  margin: 0 auto;
  position: relative;
  top: 58px;
  width: 108px;
  padding: 7px;
  transition: all 500ms ease 0s;

}
.client-section .owl-theme .owl-controls .owl-nav .owl-prev{
 background: none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  position: absolute;
  left: -80px;
  top: 50%;
  color: #E2E2E2;
  font-size: 18px;
  height: 37px;
  width: 33px;
  border: 2px solid#E2E2E2;
}
.client-section .owl-theme .owl-controls .owl-nav .owl-prev:hover{
    color:#ffffff;
    background:#6aaf07;
    border: 2px solid#6aaf07;
}
.client-section .owl-theme .owl-controls .owl-nav .owl-next:hover{color:#ffffff;
    background:#6aaf07;
    border: 2px solid#6aaf07;}
.client-section .owl-theme .owl-controls .owl-nav .owl-next {
  background: none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  position: absolute;
  right: -80px;
  top: 50%;
  color: #E2E2E2;
  font-size: 18px;
  height: 37px;
  width: 33px;
  border: 2px solid#E2E2E2;
}
.client-section .single-item:hover .img-holder{border: 2px dashed#76B61B;}
.client-section .single-item img {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 111;
}
.client-section .single-item .overlay {
  bottom: 0;
  left: 0;
  line-height: 0;
  opacity: 1;
  overflow: hidden;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s ease 0s;
}
.client-section .single-item .overlay .box-holder {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;    
}
.client-section .single-item .overlay .box-holder:before,
.client-section .single-item .overlay .box-holder:after {
    content: '';
    position: absolute;    
    opacity: 0;    
    filter: alpha(opacity=0);
}
.client-section .single-item .overlay:hover .box-holder:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: skew(0deg);
        -ms-transform: skew(0deg);
            transform: skew(0deg);
}
.client-section .single-item .overlay:hover .box-holder:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.client-section .single-item .overlay .box-holder:after {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;    
    border-top: 1px solid #6AB008;
    border-bottom: 1px solid #6AB008;
    -webkit-transform: skew(-100deg);
        -ms-transform: skew(-100deg);
            transform: skew(-100deg);
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
}
.client-section .single-item .overlay .box-holder:before {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;    
    border-left: 1px solid #6AB008;
    border-right: 1px solid #6AB008;
    -webkit-transition: all .5s ease .3s;
            transition: all .5s ease .3s;
}
.client-section .single-item .overlay .box-holder{border: 1px solid#E6E6E6;transition: all 500ms ease 0s;}
.client-section .single-item .overlay:hover .box-holder{border: 1px solid#ffffff; 0s;}
/* == End Client-section Style == */
/* ======================== End About Style  ======================== */

/* ======================== Start Service Style  ======================== */
.page-section p {
  text-align: center;
  margin: 0;
  font-size: 16px;
  color: #6aaf07;
  font-weight: bold;
	padding-top: 27px;
}
.page-section a{color:#272727;
transition: all 500ms ease 0s;}
.page-section a:hover{color:#6aaf07;}
.page-section a i{margin-left:11px;}
.welcome-seciton .section-title .border {
  background: #6cb10c none repeat scroll 0 0;
  bottom: 30px;
  height: 2px;
  left: 205px;
  position: absolute;
  width: 320px;
}
.welcome-seciton.ser-page .welcome-item .section-title h4 {
  color: #272727;
  font-family: "Arimo",sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-top: 0;
}
.welcome-seciton.ser-page .welcome-item p {
  padding-right: 110px;
}
.welcome-seciton.ser-page {
  border: none;
}
.welcome-seciton.ser-page .welcome-item h3 {
  display: block;
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
  padding-top: 34px;
  color:#6aaf07;
}
.welcome-seciton.ser-page .welcome-item i {
  margin-right:9px;
  color:#272727;
}
.welcome-seciton.ser-page .welcome-item .bold {
  padding-right: 150px;
	font-weight: bold;
}
.welcome-seciton.ser-page .welcome-item h4 {
  color: #272727;
  font-family: "Arimo",sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-top: 34px;
}
/* Start Service-seciton Styles */
.services-seciton {
    padding-bottom: 97px;
}
.services-seciton h4 {
  color: #272727;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 42px;
}
.services-seciton .single-item {
  position: relative;
}
.services-seciton .single-item .img-holder {
  overflow: hidden;
  position: relative;
}
.services-seciton .single-item .img-holder img {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 2.5s ease 0s;
    transition: all 2.5s ease 0s;
    width: 100%;
    border-radius: 4px;
}
.services-seciton .single-item:hover .img-holder img {
  -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.services-seciton .single-item .img-holder .text {
  background: rgba(39, 39, 39, 0.8);
  bottom: 0;
  left: 0;
  padding: 18px;
  overflow: hidden;
  position: absolute;
  padding-top: 0px;
  top: 175px;
  transition: all 1000ms ease 0s;
  border-radius: 4px;
}
.services-seciton .single-item:hover .text {
  background: rgba(39, 39, 39, 0.8);
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top:0px;
  padding-top: 18px;
  transition: all 1000ms ease 0s;
  border-radius: 4px;
}

.services-seciton .single-item .img-holder .text .text-box {
  border: 2px dashed transparent;
  padding: 25px;
  transition: all 500ms ease 0s;
}
.services-seciton .single-item:hover .img-holder .text .text-box {
  border: 2px dashed#ffffff;
}

.services-seciton .single-item .img-holder img {
  width: 100%;
}
.services-seciton .single-item .text i::before {
  color: #ffffff;
  float: left;
  font-size: 40px;
  margin-right: 15px;
}
.services-seciton .single-item .text h4 a {
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 20px;
  text-transform: none;
  margin: 0;
}
.services-seciton .single-item .text h4{
  margin: 0;
}
.services-seciton .single-item .text p {
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  padding-right: 30px;
  padding-top: 0;
}


.services-seciton .single-item .text a {
  color: #6aaf07;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding-top: 7px;
  transition: all 500ms ease 0s;
  padding: 0;
}
.services-seciton .single-item .text h4 a:hover{color:#6aaf07}
.services-seciton .single-item .text a:hover{color:#ffffff}
.services-seciton .ser-mar{margin-top: 57px;}
/* End Service-seciton Styles */

/* Start Pric-seciton Styles */
.pric-seciton{padding-bottom: 100px;padding-top:90px;}
.pric-seciton .section-title {
  margin-bottom: 65px;
}
.section-title {
  position: relative;
}
.section-title .border {
  background: #6CB10C none repeat scroll 0 0;
  bottom: 25px;
  height: 2px;
  left: 330px;
  position: absolute;
  width: 320px;
}
.pric-seciton .pric-item {
  border: 2px solid #6ab008;
}
.pric-seciton .pric-item i::before {
  float: left;
  padding-left: 40px;
  padding-top: 45px;
  margin-right: 7px;
  color: #6aaf07;
  font-size: 24px;
}
.pric-seciton .pric-item h4 {
  color: #272727;
  font-size: 24px;
  font-style: italic;
  padding-top: 45px;
}
.pric-seciton .pric-item .pric-box {
  background: #6aaf07 none repeat scroll 0 0;
  margin-top: 30px;
  transition: all 500ms ease 0s;
}
.pric-seciton .pric-item:hover .pric-box{background:#272727} 
.pric-seciton .pric-item .pric-box i::before {
  color: #fff;
  float: left;
  font-size: 30px;
  margin-right: 10px;
  padding-left: 60px;
  position: absolute;
  top: 122px;
}
.pric-box span {
  font-size: 18px;
}
.pric-seciton .pric-item .pric-box p {
  color: #ffffff;
  font-family: "Lora",serif;
  font-size: 60px;
  padding-bottom: 56px;
  padding-left: 87px;
  padding-top: 47px;
}
.pric-seciton .pric-item ul li a {
  color: #272727;
  display: block;
  font-size: 16px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.pric-item ul li {
  border-bottom: 1px solid#D1D1D1;
  margin-left: 30px;
  margin-right: 25px;
}
.pric-item ul li:last-child {
    border-bottom: none;
}
.pric-item .pric-select {
  background: #272727 none repeat scroll 0 0;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  font-size: 15px;
  font-weight: bold;
  height: 40px;
  margin: 0 auto 33px;
  padding-top: 8px;
  text-align: center;
  width: 139px;
  margin-top: 10px;
  transition: all 500ms ease 0s;
}
.pric-item .pric-select:hover{background:#6aaf07}

/* End Pric-seciton Styles */


/* ======================== End Service Style  ======================== */

/* ======================== Start Team Style  ======================== */

.team-seciton.page .team_member .img_holder .overlay {
   background: rgba(106, 175, 7, 0.9);

}
.team-seciton.page .section-title {
  margin-bottom: 36px;
}


.client-section.page .single-item {
  margin-bottom: 0px;
  margin-top: 0;
  position: relative;
}
.client-section.page .single-item .overlay .box-holder{border: none}
.client-section.page .single-item .box-holder p {
  color: #777777;
  display: block;
  font-size: 16px;
  line-height: 26px;
  padding: 0px;
}
.client-section.page .single-item.mr {
  margin-top: -25px!important;
}
/* ======================== End Team Style  ======================== */

/* ======================== Start Pricing Style  ======================== */
.brand-seciton.wow.slideInLeft.animated.animated {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  left: -100px;
  position: absolute;
  top: 0;
  z-index: 1111;
}
.pricing-seciton .default-form.clearfix .form-group input {
  color: #465a6f;
  font-size: 14px;
  font-style: italic;
  height: 48px;
  padding-left: 23px;
  width: 100%;
}
.pricing-seciton .default-form.clearfix .form-group input {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  height: 48px;
  padding-left: 23px;
  width: 100%;
  background: none;
  border: 1px dashed#ffffff;
  border-radius: 3px;
}
.pricing-seciton .default-form.clearfix .form-group.comments textarea {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  height: 200px;
  padding-left: 23px;
  width: 100%;
  background: none;
  border: 1px dashed#ffffff;
  border-radius: 3px;
}
.pricing-seciton .default-form .form-group .btn.btn-1 {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 3px;
  color: #272727;
  display: block;
  font-size: 16px;
  height: 41px;
  margin: 16px auto 0;
  position: relative;
  transition: all 500ms ease 0s;
  width: 141px;
  z-index: 111;
}
.pricing-seciton .default-form .form-group .btn.btn-1:hover{color:#ffffff;background:#272727}
.client-right .default-form .form-group .btn.btn-1:hover{color:#ffffff;background:#272727;}
.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
.pricing-seciton .default-form.clearfix .form-group.comments {
  width: 84%;
}
.pricing-seciton .default-form.clearfix .form-group {
  float: left;
  margin: 18px 10px 0;
  width: 41%;
}
.brand-seciton.page {
  margin-top: 0;
}
.pricing-seciton {
  padding-bottom: 72px;
  padding-top: 72px;
	position: relative;
}
.pricing-seciton .title {
  left: 25%;
  position: relative;
}
.pricing-seciton .text img {
  float: left;
  margin-right: 24px;
}
.pricing-seciton .text h2 {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
  margin-top: -10px;
}
.pricing-seciton .text h3 {
  color: #ffffff;
  font-size: 48px;
  padding-top: 5px;
}
.pricing-seciton .text h3 span {
  color: #272727;
}
.pricing-seciton .img-right {
  position: absolute;
  right: -40px;
  top: 180px;
}

.video-preview {
  position: relative;
}
.video-preview::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(39, 39, 39, 0.8);
  content: "";
}
.video-preview .v-container a i {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
  color: #06223e;
  display: inline-block;
  font-size: 25px;
  height: 42px;
  margin-bottom: 104px;
  margin-top: 104px;
  padding-left: 5px;
  padding-top: 9px;
  width: 42px;
  position: relative;
}
.services-seciton .owl-nav {
  position: absolute;
  right: 0;
}
.services-seciton .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: #d6d6d6 none repeat scroll 0 0;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  width: 33px;
  height: 37px;
  background: none;
  border: 2px solid#D7D7D7;
  color:#D7D7D7;
  transition: all 500ms ease 0s;
}
.services-seciton .owl-theme .owl-controls .owl-nav .owl-prev:hover{
  background:#6AB008;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  border: 2px solid#6AB008;

}
.services-seciton .owl-theme .owl-controls .owl-nav .owl-next:hover{
  background:#6AB008;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  border: 2px solid#6AB008;

}
/* == Start markin-secitonr Style == */
.markin-seciton .markin-left .icon ul li {
  display: inline-block;
}
.markin-seciton .markin-left .icon ul li i{
  color:#FEC130;
}
.markin-seciton .markin-left p {
  font-size: 16px;
  line-height: 26px;
  margin: 0;
  padding-right: 120px;
  padding-top: 23px;
}
.markin-seciton .section-title h2 {
    color: #272727;
    font-size: 35px;
    font-weight: bold;
    line-height: 58px;
	position: relative;
}
.markin {margin-top: 33px;margin-bottom: 130px;}
.markin p i{color:#6aaf07;margin-right: 12px;}
.markin p{color:#272727;font-size:16px;text-transform: uppercase;}

.markin-right h4{color:#6aaf07;font-size:24px;font-weight: bold;}
.markin-right p{color:#272727;font-size:16px;padding-top:16px;padding-bottom:17px;}
.mrg-0{margin-top: 54px;}
.welcome-project .section-title h2 {
padding-top: 90px;
}
.welcome-project .single-item{
margin-top:80px;
margin-left: 24px;
	position: relative;
}
.markin-right .icon i::before {
    float: left;
    font-size: 30px;
    margin-left: -40px;
}
.welcome-project .single-item img{width: 100%}
.welcome-project .img-holder::after {
    background: url(../images/gallery/25.jpg) no-repeat;
    content: "";
    height:100%;
    left: -19px;
    position: absolute;
    top: -19px;
    width: 100%;
    z-index: -1;
}
/* ======================== Start Projects Style  ======================== */

/* ======================== End Projects Style  ======================== */
.gallery-section.page .section-title h2 {
  left: 0;
  padding: 0;
}
.gallery-section.page .section-title .border {
  background: #6cb10c none repeat scroll 0 0;
  bottom: 20px;
  height: 2px;
  left: 200px;
  position: absolute;
  width: 320px;
}
.gallery-section.page .gallery-item .overlay .link-icon .link a {
  border: 2px dashed #ffffff;
  border-radius: 50%;
  display: block;
  height: 70px;
  margin:0 auto;
  padding: 5px;
  position: relative;
  transition: all 600ms ease 0s;
  width: 70px;
}
.gallery-section.page .gallery-item .img-holder .link-icon .link {
  height: 100%;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.gallery-section.page .gallery-item .img-holder .link-icon .link a i {
  background: #6aaf07 none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 56px;
  padding-top: 20px;
  position: relative;
  transition: all 600ms ease 0s;
  width: 56px;
}
.gallery-section.page .gallery-item .img-holder .link-icon .link a:hover i{
  background: #ffffff none repeat scroll 0 0;
  color: #6aaf07;
}
.gallery-section.page .gallery-item .img-holder .overlay {
  background: rgba(39, 39, 39, 0.9) none repeat scroll 0 0;
  padding:20px;
}
.gallery-section.page  .gallery-item .img-holder .link-icon {
  border: 2px dashed #fff;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}
 .page-list ul li a i {
  border: 1px solid #d7d7d7;
  color: #d7d7d7;
  font-size: 25px;
  height: 42px;
  text-align: center;
  width: 42px;
  padding-top: 5px;
  
transition: all 500ms ease 0s;
}
.page-list ul li a:hover i{
	background:#6aaf07;
	border: 1px solid #6aaf07;
	color:#ffffff;
}
.page-list ul li a {
  color: #b6b6b6;
  display: block;
  font-size: 15px;
  margin: 5px;
  padding-top: 4px;
  transition: all 500ms ease 0s;
  font-weight: bold;
}
.page-list ul li a:hover{color:#272727}
.blog-seciton.page {
  padding-top: 0;
}
/* ======================== End Pricing Style  ======================== */


/* ======================== Start Blog Style  ======================== */
.search-bar {
  margin-top: 98px;
}

.side-search .search-bar input {
  border: 1px solid #c9c9c9;
  height: 39px;
  padding-left: 15px;
  width: 100%;
}
.category h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 43px;
  text-transform: uppercase;
}
.category ul li a {
  border-bottom: 1px solid #dfdfdf;
  color: #31363b;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 11px;
  padding-top: 13px;
  transition: all 500ms ease 0s;
}
.category ul li a span{float: right;}
.category ul li .last {border-bottom:none}
.category ul li a:hover {color:#6ab008}
.category.arc ul li a:hover {color:#6aaf07}
.category.arc ul li a{color:#31363b;font-weight: normal;}
.category.arc h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 23px;
  padding-top: 48px;
  text-transform: uppercase;
}
.tags-box h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 33px;
  padding-top: 48px;
  text-transform: uppercase;
}
.tags-box {
  margin-right: -22px;
}
.tags-box ul li {
  display: inline-block;
  margin: 0 8px;
}
.tags-box ul li a {
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  transition: all 500ms ease 0s;
}
.tags-box ul li a:hover{color:#6aaf07}
.tags-box ul li .baus{font-size: 24px;color:#6aaf07}
.tags-box ul li .web{font-size: 20px;color:#888888}
.tags-box ul li .desine{font-size: 24px;color:#212121}
.gallery-widget h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-top: 68px;
  text-transform: uppercase;
}
.gallery-widget .gallery {
  margin-right: -20px;
}
.recent-post h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 42px;
  padding-top: 43px;
  text-transform: uppercase;
}
.recent-post {
  overflow: hidden;
}
.recent-post .blog-item .img-holder {
  display: inline-block;
  float: left;
  height: 100%;
  margin-right: 20px;
  width: 70px;
}
.recent-post .blog-item .text {
  display: inline-block;
  float: right;
  height: 100%;
  margin-right: -15px;
  max-width: 190px;
}
.recent-post h4 a {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 4px;
  padding-top: 10px;
  transition: all 500ms ease 0s;

}
.recent-post h4 a:hover{color:#6ab008}
.recent-post p {
  color: #999999;
  font-size: 12px;
  padding-bottom: 20px;
}
.recent-post .blog-item {
  display: block;
  margin-bottom: 28px;
  overflow: hidden;
}

/* == Start Single-post Style == */
.single-post {
  border-bottom: 2px solid #e9edf0;
  margin-left: 18px;
  padding-bottom: 40px;
  margin-bottom: 32px;
}
.single-post .top-post {
  overflow: hidden;
  padding-bottom: 18px;
  padding-top: 88px;
}
.single-post .border-1 {
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  margin-right: -70px;
}
.single-post .top-post h2 {
  color: #000000;
  font-size: 36px;
  font-weight: bold;
  line-height: 48px;
}
.single-post .top-post p {
  color: #999999;
  float: left;
  font-size: 16px;
  padding-right: 48px;
  padding-top: 13px;
}
.single-post .top-post p i{margin-right: 6px}
.single-post .post-text p {
  color: #666666;
  font-size: 16px;
  line-height: 26px;
  padding-right: 70px;
  padding-top: 23px;
  text-align: justify;
}
.single-post .post-text p span {
  float: left;
  font-size: 55px;
  line-height: 55px;
  color:#2C2C2C
}
.single-post .post-text h4 {
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  padding-top: 74px;
}
.single-post .post-text img {
  margin-bottom: -30px;
  margin-top: 55px;
}
.single-post .tage {
  float: left;
  margin-right: 208px;
  padding-top: 55px;
  width: 50%;
}
.single-post .tage h4 {
  color: #000;
  float: left;
  font-size: 16px;
  line-height: 24px;
  padding-top: 5px;
  margin-right: 40px;
}
.single-post .tage ul li {
  display: inline-block;
}
.single-post .tage ul li a {
  color: #6AB008;
  display: inline-block;
  padding: 5px 20px;
  line-height: 24px;
  transition: all 500ms ease 0s;
}
.single-post .tage ul li a:hover{color:#ffffff;background:#6AB008;border-radius:3px;}
.single-post .share h4 {
  color: #000;
  float: left;
  font-size: 16px;
  line-height: 24px;
  margin-right: 8px;
  padding-top: 5px;
}
.single-post .share ul li {
  display: inline-block;
}
.single-post .share {
  padding-top: 60px;
}
.single-post .share ul li a {
  color: #06223e;
  font-size: 24px;
  line-height: 35px;
  padding: 0 4px;
  transition: all 500ms ease 0s;
}
.single-post .share ul li a:hover{color:#6AB008}
.comment-box .img-holder {
  float: left;
  margin-bottom: 50px;
  margin-right: 14px;
}
.comment-box .text h4 {
  color: #000;
  font-size: 18px;
}
.comment-box .text h4 span {
  color: #949494;
  font-size: 14px;
  margin-left: 19px;
  font-family: 'Roboto', sans-serif;
}
.comment-box .text p {
  color: #06223e;
  font-size: 16px;
  line-height: 24px;
  padding-top: 14px;
}
.comment-box .text a {
  background: none repeat scroll 0 0 #6AB008;
  color: #ffffff;
  display: inline-block;
  height: 32px;
  line-height: 24px;
  margin-top: 5px;
  padding-top: 2px;
  text-align: center;
  width: 96px;
  transition: all 500ms ease 0s;
  border-radius:3px;
}
.comment-box .text a:hover{background:#06223e;color:#ffffff}
.comment-box {
  padding-top: 32px;
}
.comment-box .comment-1{margin-left: 18px}
.comment-box .comment-2 {
  background: none repeat scroll 0 0 #f8f9f9;
  margin-left: 77px;
  margin-top: 29px;
  padding-left: 32px;
  padding-top: 32px;
  padding-bottom: 20px;
}
.comment-box .view-all a {
  color: #272727;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  padding-top: 42px;
  position: relative;
  transition: all 500ms ease 0s;
}
.comment-box .view-all i {
  color: #272727;
  display: block;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  transition: all 500ms ease 0s;
}
.comment-box .view-all a:hover{color:#6aaf07}
.comment-box .view-all:hover i{color:#6aaf07}
.comment-box .view-all {padding-bottom: 88px;}

.facebook h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 33px;
  padding-top: 48px;
}
.blog-seciton.with {
  padding-left: 100px;
  padding-top: 45px;
}
.blog-seciton.with .page-list {
  float: left;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}
/* == End Single-post Style == */
/* ======================== End Blog Style  ======================== */

/* ======================== Start Contact Style  ======================== */
.contact-seciton {
  padding-top: 82px;
  position: relative;
	margin-bottom: 30px;
}
.google-map{
  width: 100%;
  height: 425px;
  position: absolute;
top: 212px;
}

.contact-main {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 1px 1px 3px 2px#DDD;
    border-radius: 3px;
	padding-left: 70px;
	padding-top: 70px;
	padding-bottom: 50px;
    position: relative;
	z-index: 111;
}
.contact-main h4{
    color:#0d1d36;
	font-size:36px;
	font-weight: bold;
	padding-right: 250px;
	line-height: 48px;
}
.contact-main .pad-0{
    padding-left: 0px;
}
.contact-main .contact-info p {
    color: #666666;
    font-size: 16px;
    padding-right: 50px;
    line-height: 26px;
    padding-top: 19px;
}
.contact-main .contact-info .info p {
    color: #272727;
    font-size: 18px;
    margin: 0px;
}
.contact-main .contact-info .info p i {
    color: #8DC342;
    float:left;
    margin-right: 18px;
	padding-top: 5px;
}
.contact-main .contact-info .info p .fa-map-marker {
    margin-bottom: 50px;
}
.contact-main .contact-info .info a {
    color:#6ab008;
	font-size: 18px;
	margin-left: 18px;
	margin-top: 20px;
	display: block;
}
.contact-main .contact-info .info a i {
	margin-right: 18px;
}
.contact-main h4 span{color:#6aaf07}
.contact-seciton .section-title h2::before {
  background: rgba(0, 0, 0, 0) url("../images/resources/1.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 161px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 15px;
  width: 100%;
}
.contact-seciton .section-title h2::after {
  background: rgba(0, 0, 0, 0) url("../images/resources/1.png") no-repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: 717px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 15px;
  width: 100%;
}
.contact-seciton .section-title p {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 75px;
  padding-top: 50px;
  color: #06223e;
}
.default-form.clearfix .form-group {
  float: left;
  margin: 15px 10px 0;
  width: 41%;
}
.contact-main .default-form.clearfix .form-group input {
  color: #465a6f;
  font-size: 14px;
  font-style: italic;
  height: 50px;
  padding-left: 23px;
  width: 100%;
  background:#EEF1F5;
}
.default-form.clearfix{padding-left: 35px;padding-top: 40px;}
.contact-main .default-form.clearfix .form-group.comments textarea {
  color: #465a6f;
  font-size: 14px;
  font-style: italic;
  height: 200px;
  padding-left: 23px;
  padding-top: 15px;
  width: 100%;
  background:#EEF1F5;
}
.default-form.clearfix .form-group.comments{width: 85%}
.contact-seciton .default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
    border-color: #F55C23;
}
.default-form .form-group input.error,
.default-form .form-group select.error,
.default-form .form-group textarea.error {
    border-color: #ff0000 !important;
}

.default-form .form-group label.error {
    display: block;
    padding: 10px 0px 0px;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    color: #ff0000;
    font-weight: normal !important;
}
.default-form .form-group .btn.btn-1 {
  background: #6AB008 none repeat scroll 0 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 17px;
  height: 50px;
  position: relative;
  width: 150px;
  z-index: 111;
  margin-top: 12px;
  transition: all 500ms ease 0s;
  border-radius:5px;
}
.default-form .form-group .btn.btn-1 i{margin-right: 10px;}

.default-form .form-group .btn.btn-1:hover{background:#272727}

.contactus-seciton {
  padding-bottom: 80px;
  padding-top: 60px;
}
.contactus-seciton .single-item{text-align: center}
.contactus-seciton .single-item h4 a {
  color: #06223e;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  padding-top: 10px;
  display: block;
  transition: all 500ms ease 0s;
}
.contactus-seciton .single-item p {
  color: #888888;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding-left: 55px;
  padding-right: 55px;
  padding-top: 4px;
}
.contactus-seciton .single-item h5 a {
  color: #06223e;
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  display: block;
  transition: all 500ms ease 0s;
}
.contactus-seciton .single-item h5{
  color: #06223e;
  font-size: 14px;
  font-weight: 600;
  line-height: 45px;
  display: block;
  transition: all 500ms ease 0s;
}
.contactus-seciton .single-item a:hover{color:#FEB300}


.contactus-seciton .single-item i::before {
  background: #06223E none repeat scroll 0 0;
  border: 5px solid #E9EDF8;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  font-size: 37px;
  height: 118px;
  margin: 0 30px;
  padding-top:35px;
  text-align: center;
  width: 118px;
  transition: all 0.4s ease-in-out 0s;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.contactus-seciton .single-item:hover i::before{background:#06223E;
 box-shadow: 0 0 0 20px rgba(6, 34, 62, 0.8) inset, 0 1px 2px rgba(0, 0, 0, 0.1);   
 color:#FEB300;
 border: 5px solid #FEB914;
}
.hvr-float-shadow::before {
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center , rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%) repeat scroll 0 0;
  content: "";
  height: 10px;
  left: 5%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 99%;
  transition-duration: 0.3s;
  transition-property: transform, opacity;
  width: 90%;
  z-index: -1;
}
.date-box{background:#272727;padding:20px;margin-top: 55px;}
.date-box ul {
    border: 2px dashed#fff;
    padding: 20px;
}

.date-box ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 11px;
    padding-bottom: 11px;
    display: block;
	transition: all 500ms ease 0s;
}
.date-box ul li a:hover {
    color:#6aaf07;
}
.date-box ul li a span{float: right;}
.Working-section {position: relative;z-index:111;}
.Working-section .single-item{position: relative;margin-bottom: -50px}
/* ======================== End Contact Style  ======================== */


.about-right img{
    width: 100%!important;
}