/**************************************************************************
***************** Master Stylesheet ************************
***************************************************************************
=========================== Content Index =================================
* 1. Miscelnious styles 
* 2. Header styles 
* 3. slider styles 
* 4. Welcome section styles 
* 5. Full img sec styles 
* 6. FAQ sec styles 
* 7. Testimonial sec styles 
* 8. statics sec styles 
* 9. Testimonial sec styles 
* 10. Blog sec styles 
* 11. Client Carousel sec styles 
* 12. Home CTA sec styles 
* 13. Footer sec styles 

***************************************************************************
**************************************************************************/
/***************************************
* 1. Miscelnious styles 
****************************************/

/*Font css*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");


@import url('font-awesome.min.css');
@import url('animate.min.css');

/*Main css*/
@import 'header-style.css';
@import 'slider-style.css';
@import 'service-page-style.css';
@import 'shop-page-style.css';
@import 'team-page-style.css';
@import 'blog-page-style.css';
@import 'contact-page-style.css';
@import 'theme-color.css';
@import 'effect.css';


@import url(owl.carousel.css);
@import url(jquery.fancybox.css);
@import url(animate.min.css);



body {

    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
}
a,
a:hover,a:focus,
a:active {
    text-decoration: none;
}
input,
textarea,
button {
    outline: none;
}
p {
    color: #333;
    line-height: 26px;
    font-size: 16px;
    /*margin-top: -7px;*/
}
img {
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
    margin-top: 0;
    background:none;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
    line-height: 26px; 
}
.center{
  display: table;
  margin: auto;
}
.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;

}
.btn-xlg {
    padding: 15px 50px
}

.btn-lg {
    padding: 12px 30px;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}
.theme-btn{
    color: #FFF;
    background-color:#85c226;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    float: left;
    letter-spacing: 0.3px;

}
.theme-btn:hover {
    background: #2c2d2b;
    color: #FFF;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
/*Form Style   ||-----------*/

button {
    outline: none;
    border: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    border: none;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    border-radius: 4px;
    color: #888;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    display: inline-block;
    background-color: #FFF;
    width: 100%;
    padding: 8px 10px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
    border-color: #000;
    color: #323232;
}

.input-sm {
    padding: 12px 15px;
    height: auto;
    
}
textarea {
    height: 60px;
}
label {
    color: #323232;
    font-size: 14px;
    margin-bottom: 10px;
    padding-right: 3px;
    margin-top: 6px;
    font-weight: normal;
}
.form-full {
    width: 100%;
}
a:focus {
    outline: none;
}

/* Spacer Style   ||-----------*/
.spacer-30 {
    width: 100%;
    height: 30px;
    float: left;
}
.fa-hand-o-right::before{
    margin-right: 10px;
    color: #f77b55;
}
.wd-50{
    width: 50%;
    margin: auto;

}
.mb-50{
    margin-bottom: 45px;
}
.bg-color-gray{
    background-color: #f1f1f1;
}
figure.effect-bubba h2{
    color: #fff;
    font-size: 24px;
}
.sec-pad {
    padding: 100px 0;
}
.padd-btm{
    padding-bottom: 0;
}
.plr-none{
    padding-left: 0;
    padding-right: 0;
}
.mr-none{
  margin-right: 0 !important;
}
/* Common css*/
.nopadding {
    padding: 0px;
}
.pinside60 {
    padding: 58px;
}
.bg-color-gray{
    background-color: #f2f2f2;
}
.bg-white {
    background-color: #fff;
}
.outline {
    border: 1px solid #dee4ee;
}
.circle {
    width: 100px;
    height: 100px;
    border-radius: 80px;
    margin: 0 auto 10px auto;
    background-color: #85c226;
    border: 4px solid #333;
    text-align: center;
    line-height: 90px;
}
.outline {
    border: 1px solid #dee4ee;
}
.bg-white {
    background-color: #fff;
}
.pinside60 {
    padding: 58px;
}

/* End Common css*/
.navbar-brand {
    float: left;
    height: 100px;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 31px;
}
/*Start section title heading css*/
.section-title{
    margin-bottom: 50px;
}
.section-title h1{
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    text-align: center;
    font-size: 30px;
    color: #383838;
    text-transform: uppercase;
    font-weight: 900;
}
.section-title .title-brder{
  width: 150px;
  border:1px solid #FFF;
}
.section-title p{
    text-align: center;
    color: #333;
}
/*End section title heading css*/

/* Start Top Header css*/
#topbar {
    background-color: #1e72ba;
    color: #999ea3;
}
#topbar .contact-info ul li {
  float: left;
}
#topbar .contact-info ul li {
  display: inline-block;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 48px;
  padding: 0 16px;
  font-weight: normal;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topbar .contact-info ul li i.fa {
  font-size: 18px;
  margin-right: 5px;
}
#topbar .link-info ul li {
  float: right;
}
#topbar .link-info ul li {
  display: inline-block;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  line-height: 48px;
  padding: 0 16px;
  font-weight: normal;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#topbar .link-info ul li a{
    color: rgba(255,255,255,0.7);
}
#topbar .link-info ul li a:hover{
    color: #FFF;
}
/* End Top Header css*/
.header-info{
  width: 100%;
  float: left;
  padding: 28px 0 0 4%;

}
.phn-info{
  float: left;
  margin-right: 30px;
}
.phn-icon{
  border:2px solid #ffa11a;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 25px;
  float: left;
  margin-right: 15px;
  color: #ffa11a;
}
.info-text{
  float: left;
}
.info-text h4{
  margin: 0;
  font-size: 14px;
  
}
.info-text p{
  float: left;
  font-size: 16px;
  font-weight: 600;
  color: #ffa11a;
}
.info-text p a{
  color: #ffa11a;
}
.header-info .theme-btn {
    color: #000;
    background-color: transparent;
    border: 1px solid #2C2D2B;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    float: left;
    letter-spacing: 0.3px;
}
.header-info .theme-btn:hover {
    background: #85c226;
    border: 1px solid #85c226;
    color: #FFF;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
/* End single-img-banner css*/
.sections-wrapper {
    background: #FFF;
    z-index: 20;
    position: relative;
}
#services{
    padding: 100px 0 0; 
}
#services .section-title{
    margin-bottom: 50px;
}
#services .section-title h1{
    margin: 0 0 10px 0;
    padding: 0;
    color: #000;
    text-align: left;
    font-size: 30px;
    color: #383838;
    text-transform: uppercase;
    font-weight: 900;
}
#services .section-title .title-brder {
    width: 150px;
    border: 1px solid #000;
}
#services .single-service-bx{
  height: 222px;
}
#services .single-service-bx .brd-top{
    border-top: 4px solid #8ab03f
}
#services .single-service-bx .title-bx{
    width: 240px;
height: 52px;
background-color: rgba(0,0,0,0.8);
position: relative;
top: -60px;
border-left: 4px solid #8ab03f;
} 
#services .single-service-bx .title-bx h2{
    font-size: 15px;
color: #FFF;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
padding: 20px 0 20px 10px;

}
#services .owl-controls {
  position: absolute;
  right: 0px;
  top: -68px;
}
#services .owl-theme .owl-nav [class*=owl-] {
  width: 29px;
  height: 29px;
  color: #fff;
  line-height: 25px;
  padding: 0;
  background: #2d2d2d;
  text-align: center;
  border-radius: 0;
  font-size: 15px;
  -webkit-transition: all .3s ease;
           transition: all .3s ease;
}
#services .owl-theme .owl-nav [class*=owl-]:hover {
  opacity: .55;
  filter: alpha(opacity=55);
}
#services .owl-theme .owl-nav .owl-prev {
  margin-right: 10px;
}
#aboutus{
  width: 100%;
  float: left;
}
.about-wrap{
  border:1px solid #e8e8e8;
  padding: 34px 10px;
  width: 98%;
  margin: auto;
  display: table;

}
.about-wrap .section-title{
  margin-bottom: 25px;
}
.leaf-line{
  width: 208px;
  height: 33px;
  margin: auto;
  background:url(../images/resources/title-dn-bg.jpg) no-repeat;
}
.about-wrap .theme-btn{
    color: #FFF;
    background-color:#85c226;
    border-radius: 4px;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    float: none;
    letter-spacing: 0.3px;

}
.about-wrap .theme-btn:hover {
    background: #000;
    color: #FFF;
        transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.video-bx{

}
.video-image-box{
  position:relative;  
}

.video-image-box .image{
  position:relative;  
}

.video-image-box img{
  display:block;
  width:100%; 
}

.video-image-box .image .overlay-link{
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  color:#ffffff;
  text-align:center;
  /*background: rgba(0, 37, 74, 0.46);*/
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.video-image-box .image .overlay-link:hover {
    background: rgba(143, 123, 51, 0.5);
}

.video-image-box .image .overlay-link .icon{
  position:absolute;
left: 50%;
top: 50%;
margin-top: -25px;
margin-left: -25px;
width: 100px;
height: 100px;
line-height: 102px;
font-size: 50px;
color: #000;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 50%;
padding-left: 12px;

}

.btm-shadow{
  margin: auto;
  height: 33px;
  float: left;  
}
.three-col-sec{
    padding: 40px 0 40px 0;
    background-color: #85c226;
}
.num-circle{
    width: 75px;
    height: 75px;
    background-color: #000;
    float: left;
    border-radius: 50%;
    margin-top: 20px;
    font-size: 35px;
    color: #FFF;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    border:6px solid rgb(162, 209, 90);

}
.why-text-bx{
    float: left;
    width: 307px;
    padding-left: 16px;
    padding-top: 40px;
}
.jk{
    float: left;
    width: 26px;
    height: 117px;
    background:url(../images/resources/left-arrow-shdow.png);
}
.why-text-bx h1{
    color: #FFF;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.why-text-bx p{
    color: #FFF;
    font-size: 15px;
}
#testimonial{
    width: 100%;
    background: url(../images/resources/bg-1.jpg);
    background-position: center;
    background-size: cover;
}
#testimonial .overlay{
    width: 100%;
    height: 100%;
    padding: 100px 0 0;
    background-color: rgba(0,0,0,0.5);
}
#testimonial .section-title h1{
  text-align: left;
  color: #FFF;
}
#testimonial .testimonial-bx{
    height: 243px;
    padding: 0;
    margin-top: 30px;
    background:url(../images/resources/testimonial-brder.png) no-repeat;
}
#testimonial .testimonial-bx p{
    margin: 0;
    padding: 0;
    font-size: 19px;
    font-family: 'PT Serif', serif;
    font-style: italic;
    line-height: 30px;
}
#testimonial .testimonial-bx::before{
content: "\f10d";
font-family: 'fontawesome';
width: 50px;
height: 50px;
color: #10c469;
font-size: 26px;
line-height: 50px;
text-align: center;
background-color: transparent;
border-radius: 50%;
position: absolute;
top: 46px;
left: -4px;

}
#testimonial .testimonial-bx p{
    color:#FFF;
    padding: 40px 25px 0 50px;
}
.client_identity_Col {
    width: 100;
    float: right;
    margin-top: 10px;
}
.client_image {
    float: left;
    margin-right: 22px;
}
.client_desc {
    float: left;
    width: 50%;
    margin: 10px 0px 0px;
}
.client_name {
    font-size: 16px;
    color: #ff861a;
}
.client_place {
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}
#testimonial .container {
  position: relative;
  z-index: 3
}
#testimonial .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #FFF;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
#testimonial .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #FFF;
  background-color: #FFF;
}
#testimonial .item {
  padding-bottom: 0px;
  padding: 0px;
}
#gallery{
    width: 100%;
    background-color: #272626;

}
#gallery .section-title{
    margin: 0;
    padding:50px 0 30px;
}
#gallery .section-title h1 {
    margin: 0 0 10px 0;
    padding: 0;
    color: #fee11f;
}
#gallery .container-fluid {
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
}

#gallery .gallery-wrap{
    width: 100%;
    background-color: #FFF;
}
#gallery .item {
  height: auto;
  line-height: 145px;
}
#gallery .container-fluid .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}
#gallery .owl-theme .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#gallery .owl-theme .owl-nav {
  margin: 0;
}
#gallery .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#gallery .owl-prev {
  left: 0px;
  position: absolute;
  top: 100px;
  line-height: 145px;
}
#gallery .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
}
#gallery .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#gallery .owl-next {
  position: absolute;
  right: 0px;
  top: 100px;
  line-height: 145px;
}
#gallery .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
  background-color: rgba(0,0,0,0.7);
  padding: 12px 20px;

}
/*
========================================================
  13. latest-gallery styles 
========================================================
*/
.mansoury-gallery{
  padding:10px 0px 0px;
}
.mansoury-gallery .col-md-3{
    padding-right: 5px;
    padding-left: 5px;
}
.mansoury-gallery .single-item {
  padding-bottom: 10px;
}
.mansoury-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}
.mansoury-gallery .single-item .img-box img {
  width: 100%;
}
.mansoury-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.mansoury-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.mansoury-gallery .single-item .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}

.mansoury-gallery .single-item .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.mansoury-gallery .single-item .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.mansoury-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.mansoury-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.mansoury-gallery .single-item .social p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-top: 10px;
}


.mansoury-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.mansoury-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.mansoury-gallery .single-item .img-box .overlay .top {
  text-align: center;
}
.mansoury-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.mansoury-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.mansoury-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.mansoury-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.mansoury-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}
.mansoury-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
#blg-event{
  width: 100%;
  float: left;
  height: 688px;
}
#blg-event.sec-pad{
  padding: 100px  0;
}
#event{

}
#event .section-title h1{
  text-align: left;
}
#event .section-title .title-brder{
  width: 150px;
  border:1px solid #000;
}
#event .event-col{

}
#event .event-col::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 104px;
    width: 100%;
    height: 120px;
    background-color: rgba(0,0,0,0.8);
    border-left: 4px solid #10c469;
}
#event .event-col h2{
  color: #FFF;
  font-size: 20px;
  position: relative;
  top: -105px;
z-index: 999;
padding: 0 0 0 20px;
letter-spacing: 1px;

}
#event .event-col p{
  color: #FFF;

  position: relative;
  top: -120px;
z-index: 999;
padding: 0 0 0 20px;
letter-spacing: 1px;

}
#event .container {
  position: relative;
  z-index: 3
}
#event .owl-theme .owl-dots .owl-dot {
  display: inline;
  zoom: 1;
  *display: inline;
  top: -300px;
  position: relative;
}
#event .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #FFF;
  background-color: transparent;
  width: 12px;
  height: 12px;
}
#event .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border: 2px solid #FFF;
  background-color: #FFF;
}
#event .item {
  padding-bottom: 0px;
  padding: 0px;
}
#blog{
    
}
.bg-col-2{
background-color: #f2f2f2;
}
#blog .section-title h1{
  text-align: left;
}
#blog .section-title .title-brder{
  width: 150px;
  border:1px solid #000;
}
#blog .blog-main-holder{
  width: 100%;
}

#blog .single-blog-post{
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#blog .brd-btm{
  border-bottom: none;
}
#blog .img-holder {
  margin-bottom: 0;
  border: 4px solid #FFF;
box-shadow: 2px 2px #10c469;

  float: left;
}
#blog .single-blog-post .cntnt-bx{
    float: left;
    width: 350px;
    padding: 0 0 0 20px;
}
#blog  ul {
  border-bottom: 1px solid #E1E1E1;
  padding: 0px 0px;
  margin-bottom: 10px;
}
#blog  ul li {
  display: inline;
  padding: 0 10px 0 0;
}
#blog ul li span{
  color: #f77b55;
}
#blog .single-blog-post h3{
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  letter-spacing: 1px;
}
#blog .single-blog-post h3 a{
  color: #000;
}
#blog .single-blog-post p{
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.3px;
}

/* start clients section css */
#clients {
  width: 100%;
  float: left;
  padding: 50px 0 100px;
}
#clients .client-border{
  border:1px solid #e8e8e8;
}
#clients .owl-carousel {
  padding: 0 70px;
  position: relative;
}
#clients .client-img-holder{

}
#clients .container .item {
  height: 140px;
  line-height: 145px;
}
#clients .container .item img {
  transition: all 0.3s ease 0s;
  display: inline;
}
#clients .container .owl-theme .owl-controls {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#clients .container .owl-theme .owl-nav {
  margin: 0;
}
#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients .container .owl-prev {
  left: -46px;
  position: absolute;
  top: 0;
  line-height: 145px;
}
#clients .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
  background-color: #e8e8e8;
padding: 6px 12px;

}
#clients .container .owl-theme .owl-nav div {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#clients .container .owl-next {
  position: absolute;
  right: -46px;
  top: 0;
  line-height: 145px;
}
#clients .container .owl-theme .owl-nav div .fa {
  color: #b9b9b9;
  font-size: 30px;
   background-color: #e8e8e8;
padding: 6px 12px;
}
/* End Client section css*/

.footer-element{
  width: 100%;
  background-color: #10c469;
  float: left;
  margin-top: -120px;
  z-index: 999;
  position: relative;
}
.footer-element [class*='col-']:not(:first-child), .footer-element [class*='col-']:not(:last-child) {
    padding-left: 0;
    padding-right: 0;
}
.footer-element .info-bx{
    background: #85c226;
    padding: 25px 15px;
    height: 190px;
    text-align: center;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10);
}
.footer-element .info-bx p{
  text-align: center;
  color: #FFF;
}
.footer-element p span {
    display: block;
}
.footer-element p span a{
  color: #FFF;
}
.footer-element .fa {
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
}


/* Start footer section css*/
footer{
  background-color: #272626 !important;
  width: 100%;
  float: left;
  padding: 60px 0;
}
.footer-bg{
  background: url(../images/resources/leaf-bg.png);
}
footer .pull-right{
  float: right;
}
footer .footer-widget {
  margin-top: 140px;
}
footer .footer-widget .pd-25{
  padding-left: 25px;
}
footer .widget {
}
footer .widget h3{
  margin: 0;
  padding-bottom: 10px !important;
  font-size: 18px !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  text-align: left;
  letter-spacing: 1px;

}
footer .widget p{
  color: #FFF;
}
footer .quick-links{
  margin-top: 20px;
}
footer .quick-links ul{
  margin: 0;
  padding: 0;
}
footer .quick-links li{
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #474141;
}
footer .quick-links li a {
  font-size: 16px;
  line-height: 12px;
  color: #FFF;
  margin-bottom: 15px;
  display: table;
  text-transform: capitalize;
  margin: 16px 0;
}
footer .quick-links li a:before {
  content: '\f101';
  font-family: 'fontawesome';
  margin-right: 12px;
  color: #FFF;
}
.newletter-form {
  float: left;
  width: 100%;
  min-height: 62px;
}
.newletter-form .newletter {
  height: 42px;
  margin-top: 21px;
  padding: 6px 25px;
  border: 1px solid #fff;
  font-size: 12px;
  font-family: 'PT Serif', sans-serif;
  font-style: italic;
}
.newletter-form .theme-btn {
  color: #FFF;
  background-color: #85c226;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  float: left;
  letter-spacing: 0.3px;
  border:0;
  padding: 10px 50px;
}
footer .social-links-footer {
  width: auto;
  float: left;
  margin-top: 10px;
}
footer .social-links-footer a {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  background: transparent;
  border:1px solid #FFF;
  color: #FFF;
  font-size: 16px;
  line-height: 36px;
  margin: 9px 2px 0px;
  border-radius: 70px;
  transition: all 500ms ease-out 0s;
}
footer .social-links-footer a:hover {
  background: #FFF;
  color: #42b686;
  transition: all 500ms ease-out 0s;
}

.footer-btm{
  background-color: #242222;
  padding: 20px 0;
  width: 100%;
  float: left;
}
.footer-btm-links{
  margin-top: 0px;
  float: left;
}
.footer-btm-links ul{
  margin: 0;
  padding: 0;
}
.footer-btm-links li{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-btm-links li a {
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  float: left;
  text-transform: capitalize;
  padding: 0;

}
.copywrite{
  float: right;
  color: #FFF;
}
.create-by {
    float: left;
    color: #FFF;
}
/* End Footer section css*/
/* End Home page css */

/* Strat inner banner css*/

.inner-baner{
    background:url(../images/resources/inner-banner-img.jpg);
}
.page-title{
    position:relative;
    text-align:center;
    background-size:cover;
    background-repeat:no-repeat
    background-position:center center;
}

.page-title:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.70);
}
.page-title h2{
    position:relative;
    font-size:45px;
    font-weight:700;
    color:#ffffff;
    padding:100px 0px 40px;
    text-transform:uppercase;
    text-align: left;
}
.page-title .bread-crumb{
    position:relative;
    display:inline-block;
    padding:9px 0px 6px;
    border-radius:50px;
    top:-63px;
    z-index:1;
    float: left;
    background-color:transparent;
}
.page-title .bread-crumb li{
    position:relative;
    display:inline-block;
    line-height:1em;
    margin-right:35px;
    color:#ffffff;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
}
.page-title .bread-crumb li:after{
    content:'\f101';
    position:absolute;
    right:-29px;
    top:-1px;
    font-weight:400;
    width:20px;
    text-align:center;
    line-height:1em;
    font-family: 'FontAwesome';
}
.page-title .bread-crumb li:last-child{
    margin-right:0px; 
    color: #ff861a;  
}
.page-title .bread-crumb li:last-child:after{
    display:none;   
}
.page-title .bread-crumb li a{
    color:#ffffff;
    font-weight:700;
    text-transform:uppercase;
}
/* End Inner banner css*/


/* Start Faqs Page css */
#faq {
    padding: 100px 0;
}
#faq .section-title-style{
    width: 100%;
    padding-bottom: 40px;
}
#faq .faq-search {
    background: #f9f9f9 none repeat scroll 0 0;
    width: 745px;
    padding: 20px;
    margin-top: 30px;
}
#faq .faq-search input[type="text"] {
    border: 1px solid #e9e9e9;
    color: #aeaeae;
    font-size: 14px;
    padding: 10px 20px;
    width: 79%;
    font-family: "Open Sans",sans-serif;
    outline: none;
}
#faq .faq-search input[type="button"] {
    background: #242424;
    border: medium none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-left: -4px;
    padding: 10px 40px;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.general-question {
    margin-top: 50px;
}
.general-question .panel-group .panel {
    border-radius: 0;
    margin-top: 15px;
}
.general-question .panel-group .panel-default > .panel-heading {
    border-color: #e9e9e9;
    background-color: #ffffff;
}
.general-question .panel-group .panel-default .panel-title {
    color: #6F6F6F;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: "Open Sans",sans-serif;
}
.general-question .panel-group .panel-default .panel-title a {
    display: block;
    position: relative;
}
.general-question .panel-group .panel-default .panel-title a:after {
    content: "\f106";
    font-family: fontawesome;
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #7d7d7d;
    font-size: 24px;
    padding: 10px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.general-question .panel-group .panel-default .panel-title a.collapsed:after {
    content: "\f107";
    font-family: fontawesome;
    background: #2f538a none repeat scroll 0 0;
    border-left: 1px solid #e9e9e9;
    color: #FFF;
    font-size: 24px;
    padding: 10px 15px;
    position: absolute;
    right: -15px;
    top: -15px;
}
.general-question .panel-body {
    padding: 25px 15px 30px;
}
.general-question .panel-body .panel_body_up h2 {
    color: #1d72c9;
    font-family: "Raleway",sans-serif;
    font-size: 24px;
    font-weight: 300;
    padding: 10px 0;
    text-transform: none;
}
.general-question .panel-body .panel_body_up p {
    color: #898989;
    font-weight: 500;
}
.general-question .panel-body .panel_body_down .panel_down_text {
    color: #8e8d8d;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
}
/*End Faq Page css*/

/* Start Testimonial Page Css */
.testimonial-page{

}
.testimonial-page.sec-pad{
    padding: 126px 0 50px;
}
.testimonial-page .testimonial-bx{
    border:3px solid #e9e9e9;
    padding: 35px 15px 60px;
    margin-bottom: 50px;
}
.testimonial-bx p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-family: 'PT Serif', serif;
    font-style: italic;
}
.testimonial-bx:before{
    content: "\f10d";
    font-family: 'fontawesome';
    width: 50px;
    height: 50px;
    color: #FFF;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    background-color: #ff861a;
    border-radius: 50%;
    position: absolute;
    top: -26px;
}
.testimonial-bx .in-fo-bx{
    width: 100%;
    border-top:3px solid #e9e9e9;
    padding-top: 10px;
    margin-top: 30px;
}
.testimonial-bx .client-img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    background-color: transparent;   
}
.testimonial-bx .name-col {
    float: left;
    width: 35%; 
}
.testimonial-bx .name-col h3{
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #ff861a;
}
.testimonial-bx .country {
    margin: 0;
}
/* End Testimonial Page css*/


/*
========================================================
  13. latest-gallery styles 
========================================================
*/
.latest-gallery{
  padding:95px 0px 140px;
}
.latest-gallery .single-item {
  padding-bottom: 30px;
}
.latest-gallery .single-item .img-box {
  position: relative;
  overflow: hidden;
}
.latest-gallery .single-item .img-box img {
  width: 100%;
}
.latest-gallery .single-item .title h5 {
  color: #222;
  padding: 25px 0 0;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.latest-gallery .single-item:hover .title h5 {
  color: #48c7ec;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

.latest-gallery .single-item .img-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(133, 194, 38, 0.8);
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
}

.latest-gallery .single-item .img-box .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.latest-gallery .single-item .img-box .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.latest-gallery .single-item .social a i:before {
    font-size: 30px;
    color: #fff;
    margin: 0px;
}
.latest-gallery .single-item .social h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}

.latest-gallery .single-item .img-box .overlay .box {
  display: table;
  width: 100%;
  height: 100%;
}
.latest-gallery .single-item .img-box .overlay .box .content {
  display: table-cell;
  vertical-align: bottom;
}
.latest-gallery .single-item .img-box .overlay .top {
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .top ul {
  margin-bottom: 0;
  margin-bottom: 20%;
}
.latest-gallery .single-item .img-box .overlay .top li a {
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  text-align: center;
  background: #222;
  display: block;
  border-radius: 50%;
  -webkit-transition:.4s ease;
  transition: .4s ease;
}
.latest-gallery .single-item .img-box .overlay .top li a:hover {
  background: #1f1f1f;
  color: #48c7ec;
}
.latest-gallery .single-item .img-box .overlay .bottom {
  padding: 10px 0px;
  padding-right: 0;
  text-align: center;
}
.latest-gallery .single-item .img-box .overlay .bottom .title h3 {
  margin: 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  line-height: 30px;
  font-size: 15px;
}
.latest-gallery .single-item:hover .img-box .overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}


.post-filter {
  display: inline-block;
  margin: 0;
  margin-bottom: 50px;
}
.post-filter li {padding: 5px 5px;}

.post-filter li span {
  padding: 7px 20px;
  color: #343434;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  font-weight:500;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  display: block;
  padding-right: 16px;
  cursor: pointer;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}
.post-filter li:hover span,
.post-filter li.active span {
  color: #fff;
  background:#ffa11a;
  border: 1px solid #ffa11a;
  -webkit-transition:.5s ease;
  transition: .5s ease;
}

  


