
/*-- Use For Custom Styling --*/

header a.logo img{
  max-width: 120px;
  position: relative;
  top: -5px;
}


header.sticky.header-appear a.logo img{
  max-width: 120px;
  position: relative;
  top: 2px;
}

.divimg{
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
}

.aboutimg{
  height: 400px;
}

#about .intro-content{
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

#about .intro-content, .aboutimg{
  height: 400px;
}

.galimg{
  height: 200px;
}

.blogimg{
  height: 300px;
}

.px{
  position: relative;
  overflow: hidden;
}

.px:before{
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  z-index: 0;
  opacity: .5;
  position: absolute;
  left: 0;
  top: 0;
}


.rWrapper{
  width: 95%;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: block;
  margin: 10px auto;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 13px -8px #000;
  border-radius: 10px;
  opacity: 0.9;
}

.rWrapper > div{
  margin-bottom: 0;
  width: 90%;
  height: 60%;
  display: inline-block;
  vertical-align: middle;
}

.rWrapper > div img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
}

.owl-carousel .owl-item img{
  width: auto !important;
}

#faq .panel-heading{
  padding: 0;
}

#faq .panel-heading a{
  padding: 10px 15px;
  display: block;
  color: #616161;
  font-weight: 900;
}

#faq .panel-default{
  border-color: #ddd;
}

#faq .panel-default>.panel-heading{
  background-color: #e2e2e2;
}

#faq .panel-body{
  background: #fff;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
  border-top-color: #434343;
}

#faq .panel-group .panel+.panel{
  margin-top: 15px;
}

.mfp-bg{
  background-color: #000;
}

.mfp-arrow-left:before{
  border-right-color: #fff;
}

.mfp-arrow-right:before{
  border-left-color: #fff;
}

#map{
  width: 100%;
  height: 450px;
  position: relative;
}

#map #map-canvas{
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}

form button span{
  display: none;
}

form button[data-type="default"] span.default{display: block;}
form button[data-type="sending"] span.sending{display: block;}
form button[data-type="true"] span.true{display: block;}
form button[data-type="false"] span.false{display: block;}

form label.error{
  color: red;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.contact-form .form_inputs{
  margin-bottom: 0 !important;
}

form .form-group, form button{
  margin-top: 20px;
}

.cbp-spmenu{
background: #2e2e2e;
}

.blue-push-nav .dropdown-menu a, .cbp-spmenu-vertical a{
  border-color: #fff;
  font-weight: 400;
}

.blue-push-top{
  background-color: #222222;
  text-align: center;
}

.blue-push-cross{
  left: 50%;
  transform: translateX(-50%);
}

.blue-push-nav li:last-child a{
  border-bottom: none;
}

.blue-push-nav{
  margin-bottom: 0;
}

.quickActions{
  width: 100%;
  text-align: center;
  display: block;
  padding: 15px 0;
}

.quickActions a{
  display: inline-block;
  border: none;
  font-size: 23px;
  padding: 0;
  margin: 0 20px;
}

.editArea .intro-heading, .editArea .intro-description{
  text-align: right;
}

section{
  padding: 90px 0;
}

section.our-services .single-feature{
  cursor: default;
}


a.playMovieButton{
  display: inline-block;
  margin: 17px 0 6px 0;
  color: #fff;
  background-color: #17acc6;
  padding: 4px 11px;
  border-radius: 5px;
  font-size: 14px;
}

a.playMovieButton:hover{
  text-decoration: none;
  background-color: #11899e;
}


.owl-dots{
  display: none !important;
}

.owlDots .owl-dots, div[data-extrastyle="owldots"] .owl-dots {
  width: 100%;
  position: absolute;
  bottom: -25px;
  text-align: center;
  display: block !important;
}

.owlDots .owl-dots .owl-dot, div[data-extrastyle="owldots"] .owl-dots .owl-dot {
  display: inline-block;
  margin-left: 0;
}

.owlDots .owl-dots .owl-dot span, div[data-extrastyle="owldots"] .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #000;
  border-color: #000;
  border-radius: 100%;
  transform: scale(1);
}

.owlDots .owl-dots .owl-dot.active span, div[data-extrastyle="owldots"] .owl-dots .owl-dot.active span {
  background-color: #17acc6;
  border-color: #17acc6;
  transform: scale(1.2);
}


#references a.prev, #references a.next {
  width: 40px;
  height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: FontAwesome;
  z-index: 10;
}
#references a.prev {
  left: -50px;
}
#references a.prev:before {
  width: 60%;
  height: 60%;
  position: absolute;
  content: "";
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  transform: rotateZ(-45deg);
  top: 5px;
}
#references a.next {
  right: -50px;
}
#references a.next:before {
  width: 60%;
  height: 60%;
  position: absolute;
  content: "";
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  transform: rotateZ(45deg);
  top: 5px;
  right: 20px;
}
#references:hover a.prev:before, #references:hover a.next:before {
  border-color: #000;
}

.iFrameMapWrapper iframe{
  width: 100%;
  height: 200px;
  position: relative;
  border: none;
}

section#contact p.text-small a{
  color: #565656;
}

section#contact p.text-small a:hover{
  color: #565656;
}

@media (min-width: 992px) {
  .row.justify-content{
    display: flex;
    justify-content: center;
  }

  .iFrameMapWrapper iframe{
    height: 600px;
  }

  .row.justify-just-md-content{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  
  .row.md.justify-just-md-content>div{
    display: flex;
  } 
}

.row.justify-md-content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.row.md.justify-md-content>div{
  display: flex;
} 


footer .medium-icon a:hover{
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}

section#about .intro-description.cnt{
  height: auto;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}


@media only screen and (min-width: 0) and (max-width: 992px)  {


  section#about .intro-description.cnt{
    height: auto;
    max-height: initial;
    overflow-x: hidden;
    overflow-y: initial;
  }

  .editArea .intro-heading,
  .editArea .intro-description{
    text-align: center;
  }
  .contact-form{
    float: none
  }

  .aboutimg{
    height: 250px;  
  }

  #about .intro-content{
    height: auto;
  }

  .iFrameMapWrapper iframe{
    height: 300px;
  }

}