body {
 font-size: 13px;
 font-family: 'Open Sans', sans-serif;
}

a {
 outline: none !important;
 box-shadow: none !important;
 text-decoration: none !important;
}

/** Form **/
.input-label {
 font-weight: 500;
 color: #3E4043; 
 margin-bottom: 3px;
}
.req {
 position: relative;
}
.req:after {
 content: '*';
 color: #ea0909;
 margin-left: 5px;
}

.form-control {
 font-size: 13px;
 box-shadow: none !important;
 border-color: #e6e6e6;
}
.form-control:focus {
 border-color: #bdbdbd; 
}

/** Captcha **/
.captcha p {
 margin: 0 0 5px;
}

/** Buttons **/
.btn {
 font-size: 13px;
 outline: none !important;
 box-shadow: none !important;
 transition: all ease .3s;
}
.btn-secondary {
 background: #AE2220;
 border-color: #AE2220;
 color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
 background: #f7adab;
 border-color: #f7adab;
 color: #AE2220;
}

/** Label Error **/
label.error {
 position: absolute;
 right: 0;
 bottom: -30px;
 max-width: 250px;
 padding: 2px 10px;
 background: #fbe4e4;
 z-index: 99;
 font-size: 12px;
 color: #d22e2e;
 font-weight: 500;
 border-radius: 4px;
}
label.error:after {
 bottom: 100%;
 border: 5px solid rgba(136, 183, 213, 0);
 border-bottom-color: #fbe4e4;
 content: '';
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
 left: 10px;
}
[class*=" col-"] > label.error, [class^="col-"] > label.error, [class^="col-"] > div label.error {
 right: 15px;
}

/** Details **/
.details {
 background: #f6f6f6;
 padding: 25px;
}
.details .detail-text h3 {
 margin: 0 0 2px;
 font-weight: 600;
 font-size: 12px;
 letter-spacing: .5px;
 color: #525252;
 text-transform: uppercase;
 font-family: 'Lato';
}
.details .detail-text p {
 margin: 0;
}
.details .detail-text:not(:last-child) {
 border-bottom: 1px solid #e0e0e0;
 margin-bottom: 15px;
 padding-bottom: 15px;
}

/** Slider **/
.slider-overlap {
 margin-top: -75px;
 z-index: 10;
 position: relative;
}
.slider-overlap .nav-tabs {
 display: table;
 width: 100%;
 margin: 0;
 padding: 0;
 border: 0;
 list-style: none;
}
.slider-overlap .nav-tabs > li {
 position: relative;
 z-index: 2;
 float: none;
 display: table-cell;
 background: none;
 top: 0;
 margin: 0;
 padding: 0;
 border: 0;
 border-radius: 0;
}
.slider-overlap .nav-tabs > li > a {
 border-radius: 0;
 background: #fff;
 border-color: #fff;
 color: #526371;
 font: normal 20px/22px "Asap";
 padding: 25px;
 margin: 0;
}
.slider-overlap .nav-tabs > li > a .icon {
 margin-right: 10px;
}
.slider-overlap .nav-tabs > li.active > a {
 background: #678925;
 border-color: #678925;
 color: #fff;
}
.slider-overlap .nav-tabs > li:first-child > a {
 border-top-left-radius: 5px;
}
.slider-overlap .nav-tabs > li:last-child > a {
 border-top-right-radius: 5px;
}
.slider-overlap .tab-content {
 background: #678925;
 border-radius: 0 0 5px 5px;
 margin-bottom: 15px;
}
.slider-overlap .tab-content .tab-pane {
 padding: 25px;
 color: #fff;
}
.slider-overlap .tab-content .tab-pane span {
 font-size: 14px;
 text-transform: uppercase;
}
.slider-overlap .tab-content .tab-pane span.icon {
 color: #cde4a1;
 margin-right: 5px;
 position: relative;
 top: 1px;
}
.slider-overlap .tab-content .tab-pane table.timetable {
 width: 100%;
}
.slider-overlap .tab-content .tab-pane table.timetable tbody tr td, .slider-overlap .tab-content .tab-pane p {
 color: #fff;
}
.slider-overlap .tab-content .tab-pane table.timetable tbody tr td {
 border-bottom: 1px solid #ededed;
 padding: 6px 10px 6px 0;
}
.slider-overlap .tab-content .tab-pane table.timetable tbody tr:first-child td {
 padding-top: 0;
}
.slider-overlap .tab-content .tab-pane p {
 margin: 0;
}
.slider-overlap .tab-content .tab-pane .button {
 background: #fff;
 color: #808080;
 padding: 7px 20px;
 font-size: 13px;
 line-height: 20px;
}
.slider-overlap .tab-content .tab-pane .button:hover {
 background: #cde4a1;
 color: #678925;
}
.slider-overlap .tab-content .tab-pane .form-control {
 background: transparent;
 border-color: #fff;
 color: #fff;
 font-size: 12px;
}
.slider-overlap .tab-content .tab-pane .form-control option {
 color: #333;
}
.slider-overlap .tab-content .tab-pane .form-control::-webkit-input-placeholder {
 color: #fff;
}
.slider-overlap .tab-content #emergency .icon {
 font-size: 40px;
 color: #FBE809;
}
.slider-overlap .tab-content #emergency h1 {
 color: #fff;
}
#ap-frm .row {
 margin-right: -7.5px;
 margin-left: -7.5px;
}
#ap-frm [class^="col-"] {
 padding-right: 7.5px;
 padding-left: 7.5px; 
}

/** Navbar **/
.navbar-toggle {
 position: absolute;
 top: 0;
 left: 0;
 padding: 15px;
 margin: 15px 15px 14px 0;
}
.navbar-toggle .icon-bar {
 background: #678925;
}

/** Services **/
.image-post-format {
 border: 1px solid #e4e4e4;
 margin-bottom: 30px;
 border-radius: 5px;
}
.image-post-format .thumbnail {
 border: 0;
 border-radius: 0;
 margin-bottom: 15px;
 overflow: hidden;
 padding: 0;
}
.image-post-format .post-content-wrapper {
 padding: 0 15px 15px;
}
.image-post-format .post-content-wrapper h3 {
 margin: 0;
}

/** Footer **/
.textwidget p {
 margin-top: 0;
}
.wpv_icon_link li {
 padding: 0 0 10px;
}
.wpv_icon_link a span.fa {
 font-size: 35px;
}
.wpv_icon_link a:hover {
 color: #fdc5c4 !important;
}

/** Gallery **/
.gallery {
 margin-bottom: 30px;
}
.gallery h3 {
 color: #ae2220;
}
.gallery h3:hover {
 color: #4D4E53;
}
.gallery-content {
 padding: 10px 20px;
}
.gallery .thumbnail-overlay .view-more {
 position: absolute;
 top: calc(50% - 16px);
 right: 0;
 left: 0;
 font-size: 20px;
}

/** Loader **/
.loader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 9999999;
 width: 100%;
 height: 100%;
 background: rgba(0, 0, 0, 0.1);
 display: none; 
}
.loader .spinner {
 width: 100px;
 height: 85px;
 position: absolute;
 left: calc(50% - 25px);
 top: calc(50% - 25px);
 background: #ae2220;
 box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
 text-align: center;
 color: #fff; 
}
.loader .spinner .spin {
 font-size: 4px;
 text-indent: -9999em;
 border-top: 1.1em solid rgba(255, 255, 255, 0.2);
 border-right: 1.1em solid rgba(255, 255, 255, 0.2);
 border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
 border-left: 1.1em solid #ffffff;
 transform: translateZ(0);
 animation: load8 1.1s infinite linear;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 position: absolute;
 top: calc(50% - 30px);
 left: calc(50% - 20px); 
}
.loader .spinner .spin:after {
 width: 40px;
 height: 40px;
 border-radius: 50%; 
}
.loader .spinner span {
 position: absolute;
 width: 100%;
 left: 0;
 bottom: 5px;
 font-size: 12px; 
}

@-webkit-keyframes load8 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); 
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); 
 } 
}
@keyframes load8 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); 
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); 
 } 
}
@keyframes load2 {
 0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); 
 }
 100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); 
 }
}

/** Testi **/
.testi {
 border-radius: 5px;
 border: 1px solid #e4e4e4; 
 text-align: center;
 margin-bottom: 30px;
}
.testi-image .thumbnail {
 border: 0;
 padding: 0;
 border-radius: 5px 5px 0 0;
 overflow: hidden;
 border-bottom: 1px solid #cecece;
 margin-bottom: 0;
}
.video-frame {
 line-height: 0;
 position: relative;
}
.video-frame iframe {
 border: none;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 3;
}
.testi-content {
 padding: 15px;
}
.testi p {
 margin: 0;
}
.testi h2 {
 font-size: 13px;
 font-weight: 600;
 color: #526371;
 margin-bottom: 0;
 margin-top: 10px;
}

/** Owl **/
.owl-custom.owl-theme .owl-nav [class*='owl-'] {
 border-radius: 15px;
 padding: 4px 15px;
 background: transparent;
 color: #ababab;
 font-size: 13px;
 border: 1px solid #e2e2e2;
}
.owl-custom.owl-theme .owl-nav [class*='owl-']:hover {
 border-color: #7da136;
 background: #7da136;
 color: #fff;
}
.owl-custom.owl-theme .owl-dots .owl-dot span {
 background: #fff;
 border: 1px solid #bdbaba;
}
.owl-custom.owl-theme .owl-dots .owl-dot.active span {
 border-color: #7da136;
 background: #7da136;
}

/** Services **/
.services .video-frame ~ .thumb {
 position: absolute;
 bottom: -40px;
 z-index: 999;
 left: calc(50% - 50px);
 background: #fff;
 border-radius: 100px;
}
.services .services-inside.video .services-title {
 margin-top: 30px;
}

/** Custom **/
.relative {
 position: relative;
}
.text-default {
 color: #7da136 !important;
}
.mb-0 {  
 margin-bottom: 0 !important;
}
.mb-25 {  
 margin-bottom: 25px !important;
}
.mb-50 {  
 margin-bottom: 50px !important;
}
.mt-15 {  
 margin-top: 15px !important;
}
.mt-40 {  
 margin-top: 40px !important;
}
.blur-body {
 -webkit-filter: blur(2px);
 filter: blur(2px);
 overflow: hidden;
}
.navbar-toggle, .home-text {
 display: none;
}

.img-custom {
 border: 1px solid #e4e4e4;
 border-radius: 5px;
 padding: 4px;
 overflow: hidden;
}
.page_content img {
 width: 40%;
 float: left;
 margin-right: 30px;
 margin-bottom: 30px;
}
.page_content img.right {
 float: right;
 margin-right: 0;
 margin-left: 30px;
}
.page_desc h2 {
 color: #333;
}
@media only screen and (max-width: 991px) { 
 .textwidget {
  margin-bottom: 30px;
 }
 .go-top-div {
  display: none;
 }
}
@media only screen and (min-width: 768px) { 
 .page_desc h2:first-child {
  margin-top: 0;
  margin-bottom: 20px;
 }
 .page_desc p:first-child {
  margin-top: 0;
 }
 .text-sm-right {
  text-align: right;
 }
}
@media only screen and (max-width: 767px) {
 .page_content img  {
  width: 100%;  
 }
 .copyrights {
  text-align: center;
 }
 .copyrights p {
  margin: 15px 0;
 }
 .copyrights p.first {
  margin-bottom: 5px;
 }
 .copyrights p.last {
  margin-top: 0;
 }
}