/*----------------Start of font css--------------*/
 @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
 /*--------font-family: 'Roboto', sans-serif;-------*/

/*----------------End of font css--------------*/

/*----------------Start of global css--------------*/

body {
  color: #222222;
  font: 400 18px/30px 'Roboto', sans-serif;
}
.area {
  width: 100%;
  float: left;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
.img-full img,
img.img-full {
  width: 100%;
}
.btn-green button,
.btn-green input,
.btn-green a,
button.btn-green,
input.btn-green,
a.btn-green {
  color: #ffffff;
  background: #7ba12d;
  font: 400 16px/16px 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
}
.btn-green button:hover,
.btn-green input:hover,
.btn-green a:hover,
button.btn-green:hover,
input.btn-green:hover,
a.btn-green:hover {
  color: #ffffff;
  background: #7a8421;
}
.btn-black button,
.btn-black input,
.btn-black a,
button.btn-black,
input.btn-black,
a.btn-black {
  color: #ffffff;
  background: #222222;
  font: 400 16px/16px 'Roboto', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
}
.btn-black button:hover,
.btn-black input:hover,
.btn-black a:hover,
button.btn-black:hover,
input.btn-black:hover,
a.btn-black:hover {
  color: #ffffff;
  background: #484848;
}
.form-control {
  color: #222222;
  font: 400 18px/24px 'Roboto', sans-serif;
  height: auto;
  border: 2px solid #abb930;
  border-radius: 0;
  margin-bottom: 15px;
}
.form-control:hover,
.form-control:focus {
  border-color: #7a8421;
}

a,button,input,textarea,
.recent-post-title {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*----------------End of global css--------------*/

/*----------------Start of header css--------------*/

.header {
  background: #ffffff;
  border-bottom: 2px solid #abb930;
}
.navbar-brand {
  height: auto;
  padding: 0;
  max-width: 220px;
}
.menu {
  margin-top: 24px;
}
.menu li {
  margin-left: 35px;
}
.menu li a {
  color: #222222;
  font: 900 18px/30px 'Roboto', sans-serif;
  padding: 0 18px 24px;
  letter-spacing: 3px;
}
.menu li a:hover,.nav > li > a:focus, .nav > li > a:hover,
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, .current-menu-item a {
  color: #7ba12d;
  background: none;
}
.dropdown-menu {
  width: 300px;
  background: #ffffff;
  border: none;
  border-top: 2px solid #7ba12d;
  border-radius: 0;
  padding: 5px 0;
}
.dropdown-menu li {
  margin: 0;
}
.dropdown-menu li a {
  font-size: 16px;
  font-weight: 400;
  padding:3px 15px;
}

.search-bar {
    display: none;
	position: absolute;
  top: -80px;
  left: 0;
  background: #ffffff;
  transition: all 0.7s;
}
.search-bar .container {
    display: none;
	padding: 0;
}
.search-input {
    display: none;
	color: #333333;
  background: #fcfcfc;
  width: 80%;
  font: 400 24px/36px 'Roboto', sans-serif;
  padding: 32px 15px 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
  float: left;
}
.btn-search-close {
    display: none;
	height: 78px;
  width: 68px;
  color: #ffffff;
  background: #abb930;
  font-size: 22px;
  border-radius: 0;
  float: right;
}
.btn-search-close:hover,
.btn-search-close:focus {
  color: #ffffff;
  background: #778124;
}
.btn-search {
  border-radius: 0;
  border: 1px solid #333333;
  background: #ffffff;
  float: left;
  font-size: 22px;
  margin: 10px 15px 0;
  padding: 13px 25px;
}
.btn-search:hover,
.btn-search:focus {
  background: #fcfcfc;
}
.search-bar-show {
  top: 0;
}

@media (max-width:1199px) {
  .menu li {
    margin-left: 35px;
  }
  .search-input {
    width: 76%;
  }
}
@media (max-width:991px) {
  .menu li {
    margin-left: 0;
  }
  .search-input {
    width: 69%;
  }
}
@media (min-width:768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width:767px) {
  header {
    position: relative;
  }
  .header {
    text-align: center;
    position: relative;
    z-index: 111;
  }
  .navbar-header {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 !important;
  }
  .navbar-brand {
    float: none;
    display: inline-block;
  }
  .navbar-toggle {
    border: 1px solid #abb930;
    float: none;
    margin: 15px 0;
  }
  .icon-bar {
    background: #abb930;
  }
  .navbar-collapse {
    border-top: 1px solid #222222;
  }
  .menu li a {
    padding-bottom: 5px;
  }
  .dropdown-menu,
  .navbar-nav .open .dropdown-menu {
    width: 100%;
    line-height: 30px;
    display: block;
    background: rgba(188, 188, 188, 0.5);
    text-align: center;
    position: relative;
    top: -7px;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176)inset;
  }
  .dropdown-menu li a {
    padding: 5px 0 !important;
  }

  .search-bar {
      display: none;
	  position: relative;
    top: 0;
    padding: 5px 15px;
  }
  .search-btn,
  .btn-search-close {
    display: none !important;
  }
  .search-input {
    width: 100%;
    padding: 5px 122px 5px 15px;
  }
  .btn-search {
    position: absolute;
    top: 6px;
    right: 15px;
    padding: 6px 25px;
    margin: 0;
  }
  /*.search-bar {
    top: auto;
    bottom: 0;
    z-index: 11;
  }
  .search-bar-show {
    top: auto;
    bottom: -78px;
  }*/
}


/*----------------End of header css--------------*/

/*----------------Start of recent-post css--------------*/

.recent {
  background: url(../img/recent-post-bg.png) center center no-repeat;
  background-size: cover;
}
.recent-post {
  margin-bottom: 40px;
}
.recent-post-img {
  width: 135px;
  float: left;
  display: table-cell;
  vertical-align: top;
}
.recent-post-img img {
  max-width: 100%;
  margin-right: 15px;
}
.recent-post-details {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 5px;
  border-bottom: 2px solid #abb930;
}
.recent-post-details a {
  text-decoration: none;
}
.recent-post-title {
  color: #7ba12d;
  font: 900 18px/30px 'Roboto', sans-serif;
  margin: -7px 0 0;
}
.recent-post-title:hover {
  color: #222222;
}
.recent-post-details p {
  color: #222222;
  font: 400 18px/30px 'Roboto', sans-serif;
  margin: 0;
}
@media (max-width:480px) {
  .recent-post-img,
  .recent-post-details {
    width: 100%;
    float: left;
    display: block;
  }
  .recent-post-img img {
    margin: 0 0 15px 0;
  }
}

/*----------------End of recent-post css--------------*/

/*----------------Start of SUBSCRIBE css--------------*/

.subscribe-title {
  color: #abb930;
  font: 400 24px/24px 'Roboto', sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.subscribe-title span {
  display: block;
  font-size: 18px;
  text-transform: none;
}
.subscribe-form .form-control {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  max-width: 270px;
  display: inline-block;
}
.subscribe-form .btn-green {
  font-size: 24px;
  line-height: 30px;
  height: 60px;
  margin-bottom: 7px;
}

@media (max-width:1199px) {
  .subscribe-form {
    text-align: center;
  }
  .subscribe-form .form-control {
    max-width: 49.5%;
  }
	
}
@media (max-width:991px) {
  .subscribe-form .form-control {
    max-width: 100%;
  }
}

/*----------------End of SUBSCRIBE css--------------*/

/*----------------Start of footer css--------------*/

.footer {
  background: #ffffff;
  text-align: center;
  border-top: 4px solid #1b4768;
  padding: 30px 0;
}
.footer p {
  color: #ffffff;
  font: 400 14px/14px 'Roboto', sans-serif;
  margin: 0;
}

/*----------------End of footer css--------------*/

/* custom css */

.feature-section-box .container {
    max-width: 100% !important;
    margin: unset !important;
}
.vc_row.feature-section {
    margin: 0 auto !important;
}

.site_modal_wrapper .modal_trigger_box .modal_img {
    position: relative;
    height: 300px;
    width: 300px;
    margin: 0 auto 20px;
}

.site_modal_wrapper .modal_trigger_box .modal_img h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.site_modal_wrapper .modal_trigger_box .modal_img:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	z-index: 0;
}

.site_modal_wrapper .modal_trigger_box:hover .modal_img:after {
    opacity: 1;
}

.site_modal_wrapper .modal_trigger_box:hover .modal_img h2 {
    opacity: 1;
    visibility: visible;
}
.modal_triggered_btn {
	z-index: 3;
}

.feature-section-box .vc_single_image-wrapper:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    left: 0;
    top: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

.feature-section-box .vc_single_image-wrapper {
    position: relative;
	max-width: 300px !important;
}


.feature-section-box:hover .vc_single_image-wrapper:after {
    visibility: visible;
    opacity: 1;
}
.feature-section-box-img .wpb_wrapper {
    position: relative;
}

.feature-section-box-img .wpb_wrapper h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff !important;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.feature-section-box .wpb_wrapper:hover h3 {
    visibility: visible;
    opacity: 1;
}
/* .feature-section-box .vc_single_image-wrapper img {
    transform: scale(1);
    transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
    }

.feature-section-box:hover .vc_single_image-wrapper img {
    transform: scale(1.01);
} */

@media (max-width:1199px) {
	.site_modal_wrapper .modal_trigger_box .modal_img {
		width: 223px !important;
		height: 223px !important;
	}
	.modal_trigger_box .modal_img img {
		width: 223px !important;
		height: 223px !important;
	}
	.feature-section-box .service-img img {
		max-width: 223px!important;
	}
}

@media (max-width:991px) {
	.site_modal_wrapper .modal_trigger_box .modal_img {
		width: 150px !important;
		height: 150px !important;
	}
	.modal_trigger_box .modal_img img {
		width: 150px !important;
		height: 150px !important;
	}
	.feature-section-box .service-img img {
		max-width: 150px !important;
	}
}
@media (max-width:767px) {
	.site_modal_wrapper .modal_trigger_box .modal_img {
		width: 250px !important;
		height: 250px !important;
	}
	.modal_trigger_box .modal_img img {
		width: 250px !important;
		height: 250px !important;
	}
	.feature-section-box .service-img img {
		max-width: 250px !important;
	}
}