*:focus {outline:none !important}
html{
  overflow-x:hidden;
}
*{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;  
}
.table-display{
  display: table;
  width: 100%;
}
 .table-display .col{
    display:table-cell;
    vertical-align: middle;
  }

/*Breadcum*/
.xlbreadcrumb .delimiter{
    margin-left: 10px;
    margin-right: 10px;  
}
.meta-space.leffect-1 {
    display: inline-block;
    width: 10px;
}
/*Clearings*/

.clear-div{
    clear: both;
}
.height5{
    height:5px;
}
.height10{
    height:10px;
}
.width10{
    width:10px;
    display: inline-block;
}
.no-pad{
  padding-left:0px !important;
  padding-right:0px !important;
}
.hero-slider .slide{
    background-size: cover;
    background-position: center center;
}
.filter-layout{
  position:relative;
      overflow: hidden;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  z-index:2;
}
.loader {
    font-size: 10px;
    top: 50%;
    left: 50%;
    margin-left:-15px;
    position: absolute;
    text-indent: -9999em;
    border-left: 3px solid #ffffff;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;    
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-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);
  }
}
.load-wrap {
    height: 100%;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 33;
}

.filter-cat{
    display:inline-block;
    overflow: hidden;
    list-style-type: none;
    padding-left: 0;
    margin: 0;  
}
.filter-cat li {
    float: left;
    cursor:pointer;
webkit-transition: all .4s ease;
    transition: all .4s ease;    
}
.filter-gal{
  text-align:center;
}

.filter-cat > li + li {
    margin-left: 30px;
    position: relative;
}
 .filter-cat > li.current {
    color: #fff;
}
 .filter-cat > li {
    color: #7a8595;
    display: inline-block;
    padding: 0 10px;
    border-radius: 15px;
}
.filter-gal .gallery-container {
    margin-top: 35px;
}

.xlbreadcrumb .fa-angle-right{
        margin: 0px 9px;
}

.ae-cf7 .wpcf7-form-control{
  width:100%;
}
.ae-cf7 .wpcf7-validation-errors { display: none !important; }
.ae-cf7 .wpcf7-not-valid-tip { display: none; }
.ae-cf7 input[aria-invalid="true"],.ae-cf7 select[aria-invalid="true"] { border-color: red; background-color: rgba(153,0,0,0.3); }

.ae-cf7 .submit-busy, .ae-cf7 .submit-busy:after {
    border-radius: 50%;
    top:10px;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    display: none;
}
.ae-cf7 .wpcf7 #submit{
    position: relative;
    display: block
}
.ae-cf7 .submit-busy {
    /* display: inline-block; */
    font-size: 10px;
    position: absolute;
    border-top: 3px solid rgba(255, 255, 255, 0.2);
    border-right: 3px solid rgba(255, 255, 255, 0.2);
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    border-left: 3px solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-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);
  }
}

.wpcf7 .ajax-loader{
    display: none !important;
}
.newsletter-form{
    position: relative;
}
.newsletter-form #submit{
    position: absolute !important;
    top: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
    background: #121523;
    height: 100%;
    padding: 0 15px;
    margin: 0;
}

.elementor-widget-xl-iconbox ul{
    margin:0;
    padding: 0;
    list-style-type: none;
}

.ae-nav li{
  position:relative;
}
.ae-nav.style_one li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}

.ae-nav.style_one li{
    border: 1px solid #D7D7D7;
    border-radius: 10px;
}

.ae-nav{
    margin: 0;
    padding: 0;
    list-style-type: none;    
}
.ae-nav.style_two li{
    width: 100%;
    float: left;
    position: relative;
    padding-left: 17px;
}

.ae-nav.style_three {
    display: inline-block;
    float: right;
    overflow: hidden;
}
.ae-nav.style_three li {
    float: left;
}
.ae-nav.style_three > li + li {
    margin-left: 25px;
}

.ae-nav.style_two > li + li {
    margin-top: 23px;
} 
.ae-nav.style_one a {
    color: #86909e;
    padding: 9px 25px;
    display: block;
}
.ae-nav.style_two li:after {
    font-family: "FontAwesome";
    content: "\f105";
    color: #86909e;
    position: absolute;
        left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ae-nav.style_one li + li {
    margin-top: 10px;
}

/*.ae-nav.style_one li:hover,.ae-nav.style_one li.current-menu-item{
    background-color: #09a223;
}
.ae-nav.style_one li:hover a,.ae-nav.style_one li.current-menu-item a{
    color: white;
}
.ae-nav.style_one li:hover:after,.ae-nav.style_one li.current-menu-item:after {
  color: white;
}*/

section.team-section{
  overflow:hidden;
}

.tscore {
  display: inline-block;
  font-size: 18px;
  color: #ccc;
  position: relative;
  overflow: hidden;
}
.tscore::before,
.tscore span::before{
  content: "\2605\2605\2605\2605\2605";
  display: block;
}
.tscore span {
  color: gold;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/*Service slider*/
.botnav span {
    display: inline-block !important;
    width: 35px;
    height: 35px;
    background: #F3F4F7;
    color: #242C33;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
}
.botnav{
    position: absolute;
    right: 0;
}
.carobotnav .slick-dots {
    bottom: -21px;
    text-align: left;
}

/*Video Pop*/
.about-video-grid {
  max-width: 612px;
  position: relative;
}

.about-video-grid .video-holder {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-video-grid .video-holder a {
  background-color: #fff;
  width: 84px;
  height: 84px;
  line-height: 84px;
  font-size: 25px;
  font-size: 1.66667rem;
  color: #09a223;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}

/*Social Icons*/
.social-btn {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social-btn li {
    position: relative;
    display: inline-block;  
}
.social-btn > li + li {
    margin-left: 15px;
}
.social-btn a{
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;  
}

/*Slider Show*/
#minimal-bootstrap-carousel .slick-dots li button{
    border: 0;
    border-radius: 0;
    text-indent: 0;
    width: 30px;
    height: 2px;
    opacity: .3;
    cursor: pointer;  
}
#minimal-bootstrap-carousel .slick-dots li.slick-active button{
   opacity:1;
   transition: all .3s ease;
    padding: 0px;
    box-shadow: none;  
}

.header-home-one.abs{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;  
  }    

/*Google map*/
/*Google Maps*/

.ae-gmap{
    position: relative;
    overflow: hidden;
}

[id^="google-container"] {
    position: relative;
    overflow: hidden;
    height: inherit;
}
#wa-zoom-in,
#wa-zoom-out {
    height: 32px;
    color: #fff;
    width: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #9c9c9c;
}
@media only screen and (min-width: 768px) {
    #wa-zoom-in,
    #wa-zoom-out {
        margin-left: 50px;
    }
}
#wa-zoom-in {
    background-position: 50% 0;
    margin-top: 10px;
    margin-bottom: 3px;
}
@media only screen and (min-width: 768px) {
    #wa-zoom-in {
        margin-top: 50px;
    }
}
#wa-zoom-out {
    background-position: 50% -32px;
}
.ae-gmap .map-info{
    left: 50%;
    margin-left: -29%;
    background: #fff;
    border: 1px solid #e5e7f2;
    top: 50%;
    box-shadow: 0 5px 40px rgba(0,0,0,.07);
    position: absolute;
    width: 100%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);  
}

/*Search overlay*/
#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0b0b0b;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}


#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
      z-index: 5555;
}

.search_area{    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#search .close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-weight: 400;
    background: transparent;
    border: 0px;
}

