/*======================================================================

                        General

=====================================================================*/

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
  outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3;
}

.owl-carousel.home-slider {
  position: relative;
  height: 600px;
  z-index: 0;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 600px;
  position: relative;
  z-index: 0;
}

@media (max-width: 1199.98px) {
  .owl-carousel.home-slider .slider-item {
    background-position: center center !important;
  }
}

.owl-carousel.home-slider .slider-item .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  opacity: .6;
}

.owl-carousel.home-slider .slider-item .slider-text {
  height: 600px;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .slider-item .slider-text {
    text-align: center;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .subheading {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-bottom: 20px;
}

.owl-carousel.home-slider .slider-item .slider-text .subheading span {
  color: #fff;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .subheading span:after {
  position: absolute;
  top: 49%;
  left: -170px;
  content: '';
  width: 150px;
  height: 1px;
  background: #fff;
}

.owl-carousel.home-slider .slider-item .slider-text .subheading span:before {
  position: absolute;
  top: 49%;
  right: -170px;
  content: '';
  width: 150px;
  height: 1px;
  background: #fff;
}

@media (max-width: 767.98px) {
  .owl-carousel.home-slider .slider-item .slider-text .subheading span:before, .owl-carousel.home-slider .slider-item .slider-text .subheading span:after {
    display: none;
  }
}

.owl-carousel.home-slider .slider-item .slider-text .text {
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  text-transform: uppercase;
  font-size: 44px;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 10px;
  font-family: "Lora", Georgia, serif;
}

.owl-carousel.home-slider .slider-item .slider-text h1 span {
  color: #ffd615;
  position: relative;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  font-family: "Lora", Georgia, serif;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.owl-carousel.home-slider .slider-item .slider-text .breadcrumbs span a {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: -10px;
  outline: none !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
  color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.owl-carousel.home-slider .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
  opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  width: 100%;
  text-align: center;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #128d9e;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  background: #fff;
}

/*home slide end*/


p {
    font-weight: 300;
}

.block-6 {
    margin-bottom: 25px;
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
}

p.me-tag {
    font-weight: 400;
}


.logo-cont {
    width: 250px;
    background-color: #fff;
    border-radius: 2px;
}

.heading-section .subheading {
    color: #128d96 !important;
}

body {
    color: #49484a !important;
    /*    position: relative;*/
}


.ftco-counter .text span {
    color: rgba(81, 80, 82, 0.5);
}

.slider-text .icon-video {
    padding: 12px 10px 10px 10px;
    width: 120px;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    background-color: #fff;
}

.slider-text .icon-video span {
    color: #000;
}

.slider-text .icon-video:hover {
    background-color: transparent !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
}


.icon-video:hover .watch {
    color: #fff !important;

}




.ftco-section {
    padding: 3em 0;
    position: relative;
}


li.read-more-btn {
    list-style: none;
    margin-left: -19px;
    margin-top: 20px;
}



/*navbar*/
.nav-item:hover .nav-link span {
    color: #128d9e;
}

.ftco-navbar-light .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.ftco-navbar-light.scrolled .navbar-brand {
    color: #000000;
    padding-top: 0.5rem;
    padding-bottom: .5rem;
}

.ftco-navbar-light {
/*    background: #fff !important;*/
    padding-top: 5px !important;
/*    box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);*/
}

.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    
}


.ftco-navbar-light .navbar-toggler {
    font-size: 15px;
}

span.oi.oi-menu {
    margin-right: 3px;
}

/*effect-underline*/
.nav-link span:after {
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 3px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
}


.nav-link span:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*Homw Section*/
.hero-wrap .overlay {
    opacity: .5;
}

.services .media-body h3 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0.02em;
}

.main-banner-text-list li {
    color: #fefefe;
    font-size: 1.5em;
    line-height: 40px;
    font-weight: 100 !important;

}

.slider-text h1 {
    font-size: 50px;
    color: #fefefe;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.main-heading {
    font-size: 3.5rem;
    color: #fff;
}

/*projects*/
.project .icon {
    background: #128d9e;

}

/*services*/
.services-section {
    margin-top: 0 !important;
}

.block-width {
    width: 100% !important;
}

.services .icon span {
    font-size: 60px;
    color: #fff;
    background: #128d9e;
    background: -moz-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #128d9e), color-stop(100%, #138e9e));
    background: -webkit-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: -o-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: -ms-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#128d9e', endColorstr='#fdb72c', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.block-6 .services-heading h3 {
    color: #128d9e;
    font-size: 1.3em !important;
    font-weight: 500;
    line-height: 1.4;
    transition-delay: .1s;
}

.block-6 .media-body p {
    font-size: 16px;
    line-height: 1.6;
    /* letter-spacing: 1px; */
}

.back-border {
    border: 1px solid #7F8C8D;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow .3s ease-out, transform .3s ease-out, opacity .2s ease-out;
    transition-delay: .1s;
    transform: translateZ(0);
}

.back-border:hover {
    opacity: 1 !important;
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
    transform: translate(0, -3px);

}

/*
.back-border:hover .services-heading h3{
    color: #128d9e;
}
*/



.services .icon {
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px;
    width: 55px;
    margin-left: auto;
    margin-right: auto;
    /* align-content: center; */
}

.block-services-30 {
    margin-bottom: 30px !important;
}


.ftco-counter .block-18 {
    border-color: #7F8C8D !important;
}

/*about us*/
.ftco-counter .text strong.number {
    color: #128d9e;
}


ul .main-banner-text-list {
    list-style: none;
}

small.counter-plus {
    font-size: 22px;
    font-weight: 500;
    color: #128d9e;
    position: absolute;
    margin-left: 4px;

}




/*test*/
.testimony-wrap .name {
    color: #058e78;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
    background-color: #058e78 !important;
}

.testimony-section .owl-nav .owl-prev:hover,
.testimony-section .owl-nav .owl-prev:focus {
    background: #0b7461 !important;
    outline: none !important;
}

.testimony-section .owl-nav .owl-next:hover,
.testimony-section .owl-nav .owl-next:focus {
    background: #0b7461 !important;
    outline: none !important;
}

/*contacts*/

.btn.btn-secondary {
    background: #128d9e !important;
    border: 1px solid #128d9e !important;
    color: #fff !important;
}

.btn.btn-secondary:hover {
    border: 1px solid #0b7461 !important;
    background: transparent !important;
    color: #058e78 !important;
}


.contact-section .box .icon span {
    color: #128d9e;
    font-size: 30px;
    background: #128d9e;
    background: -moz-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #128d9e), color-stop(100%, #138e9e));
    background: -webkit-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: -o-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: -ms-linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    background: linear-gradient(45deg, #138e9e 0%, #128d9e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#128d9e#128d9e', endColorstr='#fdb72c', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#map iframe {
    width: 100%;
    height: 100%;
}

.row.d-flex.contact-info {
    margin-bottom: 30px;
}

/*footer*/


.compy-footer {
    color: #fff;
    background-color: #128d96;
    font-size: 15px;
}

.compy-footer .container .row {
    padding: 14px 0;
}

.own-company-logo {
    background-color: #fff;
    border-radius: 3px;
    padding: 5px 9px;
    color: rgb(65, 185, 140);
    font-weight: 500;
}


#contact_form #contact_success_msg.form-status-info {
    background: #00a86e;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    color: #fff;
}

#contact_form #contact_failure_msg.form-status-info {
    background: #ee5253;
    font-size: 16px;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 12px;
    color: #fff;
}



/*scroll top*/

.scrolltop-cont {
    display: inline-block;
    position: fixed;
    bottom: 65px;
    right: 25px;
    background-color: #128d96;
    padding: 7px 10px 7px 10px;
    border-radius: 4px;
    z-index: 99;
    cursor: pointer;
    transition: .4s;
}

span.scrolltop {
    color: #fff;

}

.scrolltop-cont:hover {
    background-color: #128d96;
}

.ftco-project .owl-dots .owl-dot.active {
    background: #128d9e;
}

span.priv-pol-text {
    color: #fff;
}


.recaptcha-cont {
    margin-bottom: 0.75rem;
    justify-content: center;
    display: flex;

}

.text-center-mobile {
    text-align: center !important;
}

.contact-section .box {
    box-shadow: none !important;
    /*    margin-bottom: 10px;*/
}

.contact-section .box h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 15px 0 5px;
}

.mob-blk {
    display: inline;
}


/*======================================================================

                        Tablet

=====================================================================*/
@media (max-width:992px) {

    .ftco-navbar-light .navbar-brand {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }


    .ftco-navbar-light.scrolled .navbar-brand {
        padding-top: .5rem;
        padding-bottom: .5rem;

    }

    .logo-cont {
        width: 180px !important;
    }

    .ftco-navbar-light {
        background: #fff !important;
    }

    .ftco-navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5) !important;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        color: #000;
    }

    .block-6 .media-body p {
        font-size: 15px;
        line-height: 1.4;
        /* letter-spacing: 1px; */
        margin-top: 15px;
    }

    .block-6 .services-heading h3 {
        color: #128d9e;
        font-size: 1.25em !important;
        font-weight: 500;
        line-height: 1.4;
    }

    .contact-section .box {
        /*        margin-bottom: 0;*/
    }
    
    .owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
    top: -100px;
}

}

/*======================================================================

                        Mobile

=====================================================================*/
@media (max-width:767px) {
    
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link{
        font-size: 14px;
    }

    .ftco-section {
        padding: 1em 0;
    }

    .ftco-navbar-light {
        background: #fff !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
    }

    .ftco-navbar-light .navbar-brand {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }


    .ftco-navbar-light.scrolled .navbar-brand {
        padding-top: .5rem;
        padding-bottom: .5rem;

    }

    .logo-cont {
        width: 150px !important;
    }

    .ftco-navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5) !important;
    }

    .slider-text h1 {
        font-size: 28px;
    }

    .main-banner-text-list li {
        color: #fff;
        font-size: 1.1em;
        line-height: 40px;
        font-weight: 100 !important;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        color: #000;
    }

    .project {
        margin-bottom: 0;
    }

    /*    about us*/
    .about-us-text-cont {
        font-size: 15px;
        line-height: 1.5;
    }

    /*    contacts*/
    .contact-form {
        padding: 2rem !important;
    }

    /*    test*/
    .testimony-wrap p {
        font-size: 15px;
    }

    .testimony-wrap .text {
        padding: 0 1em;
    }

    /*    footer*/
    .compy-footer {
        font-size: 12px;
    }

    /*contact*/

    .recaptcha-cont {
        display: flex;
        justify-content: center;
    }

    .contact-section .box h3 {
        margin-top: 15px;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .btn-cont-mobile {
        padding: 8px 22px !important;
    }


    .scrolltop-cont {
        display: inline-block;
        position: fixed;
        bottom: 65px;
        right: 25px;
        background-color: #128d96;
        padding: 5px 8px 5px 8px;
        border-radius: 4px;
        z-index: 99;
        cursor: pointer;
        transition: .4s;
    }

    #map {
        margin-bottom: 30px;
    }

    .mob-hide {
        display: none;
    }

    .mob-blk {
        display: block;
        margin: 4px 0;
    }
    
    .own-company-logo {
    background-color: #fff;
    border-radius: 3px;
    padding: 3px 6px;
    color: rgb(65, 185, 140);
    font-weight: 500;
    /* color: #000; */
}
    
    .contact-section .box .icon{
        width: 80px;
        height: 80px;
    }
    
    .contact-section .box .icon span{
        font-size: 25px;
    }
/*    home slider*/
    .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 25px;
}

     .owl-carousel.home-slider .slider-item .slider-text .text {
    position: relative;
    top:0;
}

    
    
}