/* import */

@import url('bootstrap.css');
@import url('../../admin/style.css');
@import url('owl.carousel.min.css');
@import url('owl.theme.default.min.css');

/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}

.over {
    overflow: hidden;
}

.title-page {
    display: none;
}

h2 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}

header .line {
    height: 4px;
    background: #0a3b76;
    margin-bottom: 7px;
    width: 40px;
    display: block;
}

.navbar-light .navbar-toggler {
    border: none;
}

/* nav */

header {
    padding: 7px 0px;
}

header nav li a {
    font-weight: 500;
    text-transform: uppercase;
    color: #087D9D !important;
}

/* hero */

.hero {
    padding-top: 250px;
    position: relative;
    padding-bottom: 200px;
}

.hero:after {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.4;
}

.hero .hero-title,
.hero .hero-info,
.hero .btn {
    z-index: 9999;
}

.hero h3 {
    background: #20718b;
    display: table;
    padding: 5px 10px;
    color: #Fff;
    font-weight: 800;
    font-size: 35px;
    text-align: center;
    margin: 5px auto;
    border-radius: 5px;
    letter-spacing: 2px;
}

.hero p {
    background: rgba(0, 0, 0, 0.7);
    display: table;
    padding: 5px 10px;
    color: #Fff;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 5px auto;
    border-radius: 5px;
    letter-spacing: 1px;
}

.hero .hero-btn {
    color: #20718b;
    text-decoration: none;
    background: #fff;
    padding: 15px 95px;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1px;
}

/* about */

#about {
    background-size: contain !important;
    background-position-x: calc(50% + -550px) !important;
}

#about .about-bg{
    position: relative;
}

#about .about-bg:after {
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.2;
}


#about .mobile-about {
    display: none;
}

#about h2 {
    padding-bottom: 10px;
    color: #508b9f;
}

#about p {
    color: #282b31;
    font-weight: 400;
    font-size: 16px;
}

#about .content {
    padding: 50px 0px 30px 30px;
    line-height: 28px;
}

/* what we do */

#what-we-do {
    padding: 100px 0;
    text-align: center;
    background: #f8f8f8;
}

#what-we-do h2 {
    color: #20718b;
}

#what-we-do .info {
    margin: auto;
    max-width: 550px;
    margin-bottom: 50px;
    font-size: 15px;
    margin-top: 10px;
}

#what-we-do .boxs {
    text-align: left;
    padding: 25px 20px;
    border-radius: 15px;
}

#what-we-do .boxs:hover {
    background: #fff url(https://essd-ff.hipdev.pro/wp-content/uploads/2021/08/hover.png) no-repeat;
    box-shadow: 0px 6px 12px 0px rgba(32, 33, 39, 0.08);
    text-shadow: 0px 6px 12px rgba(32, 33, 39, 0.08);
    background-position-x: 110%;
    background-position-y: 50%;
}

#what-we-do .items {
    margin: 30px 0px;
}

#what-we-do .boxs p {
    margin-bottom: 5px;
    font-weight: 300;
}

/* services */

#services {
    padding: 100px 0px;

}

#services .title {
    text-align: center;
    color: #fff;
}

#services .content {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 50px;
    border-radius: 10px;
    min-height: 480px;
}

#services .content h5 {
    color: #282b31;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 20px;
}

#services .content p,
#services .content ul li {
    color: #676c75;
    font-size: 16px;
    font-weight: 400;
    list-style: none;
    margin-bottom: 0px;
    position: relative;
}

#services ul li:before {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50px;
    background: #676c75;
    content: "";
    left: -16px;
    top: 10px;
}

#services .img img {
    position: relative;
    top: 110px;
    left: 50%;
    padding: 20px;
    transform: translate(-50%, -50%);
}

#services .img {
    position: relative;
}

#services .img:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 120px;
    height: 120px;
    left: 30%;
    top: 50px;
    border-radius: 50%;
}

#services .content ul {
    margin-bottom: 0px;
    padding-left: 20px;
}

#services span {
    color: #20718b;
}

/* projects */

#projects {
    background: #f8f8f8;
    padding: 70px 0px;
    box-shadow: 3px 5px 12px 0px rgb(32 33 39 / 8%);
    text-shadow: 3px 5px 12px rgb(32 33 39 / 8%);
}

#projects .title {
    color: #20718b;
    padding-bottom: 30px;
    text-align: center;
}

#projects .col-lg-6 {
    padding: 0px;
    background: #fff;
}

#projects .bg {
    background: #fff;
}

#projects .bg .title p {
    z-index: 9999;
}

#projects .bg .title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(51, 102, 153, 1) 0%, rgba(51, 102, 102, 1) 100%);
    opacity: 0.7;
}

#projects .bg .title {
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    z-index: 9999;
}

/* team */

#team {

    padding: 100px 0px;
}

#team .title {
    padding-bottom: 50px;
    color: #20718b;
    text-align: center;
}

.owl-dots {
    text-align: center;
}

.teams img {
    max-width: 70px;
}

.teams p {
    margin-top: 20px;
    font-weight: 300;
}

.item {
    padding: 20px 10px;
}

#team .bio {
    padding: 0 30px;
}

#team .bio p {
    font-weight: 400;
}

.swipe-box {
    box-shadow: 3px 5px 12px 0px rgb(32 33 39 / 8%);
    text-shadow: 3px 5px 12px rgb(32 33 39 / 8%);
    padding: 10px;
    border-radius: 20px;
}

.next.nav-testimonials {
    background: #fff url(../img/left.png) no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 35%;
    left: -80px;
    box-shadow: 3px 5px 12px 0px rgb(32 33 39 / 8%);
    text-shadow: 3px 5px 12px rgb(32 33 39 / 8%);
    border-radius: 15px;
    background-position: 30px 25px;
}

.back.nav-testimonials {
    background: #fff url(../img/right.png) no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    top: 35%;
    right: -80px;
    box-shadow: 3px 5px 12px 0px rgb(32 33 39 / 8%);
    text-shadow: 3px 5px 12px rgb(32 33 39 / 8%);
    border-radius: 15px;
    background-position: 30px 25px;
}

.owl-dots span {
    background: #20718b;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px;
}

/* contact */

#contact {
    padding: 100px 0px;
}

#contact .bg {
    background: #FFF;
    padding: 85px;
    border-radius: 20px;
    box-shadow: 0px 12px 24px 0px rgba(40, 43, 49, 0.16);
    text-shadow: 0px 12px 24px rgba(40, 43, 49, 0.16);
}

#contact h2 {
    color: #fff;
    text-align: center;
}

#contact .info {
    margin: auto;
    max-width: 600px;
    margin-bottom: 50px;
    font-size: 18px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-weight: 200;
}

#contact input,
#contact textarea {
    width: 100%;
    padding: 15px 15px;
    border-radius: 10px;
    border: 1px solid #e7e8ea;
    margin-bottom: 25px;
    background: #f8f9fa;
    width: 100%;
}

#contact .send-btn {
    background: #20718b;
    color: #fff;
    display: table;
    width: auto;
    margin: auto;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

/* blog */

#blog {
    padding: 100px 0px;
}

#blog .featured img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

#blog p.date {
    font-weight: 300;
}

#blog .blog-list {
    margin-top: 30px;
}

#blog .article h2 {
    margin-top: 35px;
    margin-bottom: 15px;
}

#slideshow {
    margin-bottom: 50px;
}

#blog .title h2,
#slideshow .title h2 {
    color: #20718b;
    text-align: center;
}

#slideshow .swipe-box{
    box-shadow: 0px 0px 0px 0px rgb(32 33 39 / 8%);
    text-shadow: 0px 0px 0px rgb(32 33 39 / 8%);
}

#blog a h2 {
    font-weight: 300;
    font-size: 25px;
    text-transform: initial;
}

#blog a {
    color: #282b31;
    text-decoration: none;
}

#blog a.all-post-mobile {
    display: none;
}

#blog a.all-post {
    display: block;
    color: #20718b;
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    border: 3px solid #20718b;
    width: auto;
    margin-left: auto;
    padding: 10px;
    border-radius: 8px;
}

#testimonials_new {
    padding: 100px 0px;
    margin: 50px 0px;
    background: #f8f8f8;
}

#testimonials_new .title{
      padding-bottom: 0;
    color: #20718b;
    text-align: center;
}

#testimonials_new .info{
    margin: auto;
    max-width: 550px;
    margin-bottom: 50px;
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}

#testimonials_new .swipe-box{
    background: #fff;
}

.testimonials-new-slider .swipe-box{
    padding: 0px;
}

.testimonials-new-slider .main_content{
    padding: 60px 30px;
}

.testimonials-new-slider .logo img{
    max-width: 300px;
    margin-bottom: 30px;
}

.testimonials-new-slider h3{
    color: #282b31;
    text-transform: uppercase;
    font-weight: 400;
}

.testimonials-new-slider .testimonial_content{
    margin-top: 25px;
}

.testimonials-new-slider .testimonial_content p{
        line-height: 30px;
    color: #282b31;
}

/* footer */

footer {
    margin-top: 50px;
}

footer .top-footer {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .cm {
    padding-top: 53px;
}

footer .title {
    margin-bottom: 30px;
}

footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #20718b;
    color: #fff;
}

footer .footer-logo {
    margin-bottom: 30px;
}

footer .footer-info p {
    font-size: 14px;
}

footer ul {
    padding: 0px;
    margin: 0px;
}

footer p.location,
footer p.phone {
    padding-left: 30px;
    position: relative;
}

footer p.location:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 12px;
    height: 17px;
    background: url(../img/pin.png) no-repeat;
}

footer p.phone:before {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 13px;
    height: 13px;
    background: url(../img/phone.png) no-repeat;
}

footer .title h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

footer ul li {
    list-style: none;
    margin-bottom: 10px;
}

footer a,
footer p {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 200;
}

footer .copyright p {
    padding: 30px 0px;
    margin: 0px;
    text-align: center;
}

footer .newsletter input {
    border: none;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 35px;
    border-radius: 5px;
    background: #fff url(../img/newsletter.png) no-repeat;
    background-position-x: 2.5%;
    background-position-y: 50%;
    width: 100%;
}

@media (max-width: 991px) {
    #contact .info {
        line-height: unset;
    }

    #about .content {
        padding: 50px 20px 30px 30px;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul {
        margin-top: 15px;
    }

    .hero h3 {
        background: #20718b;
        display: table;
        padding: 5px 10px;
        color: #Fff;
        font-weight: 800;
        font-size: 20px;
        text-align: center;
        margin: 5px auto;
        border-radius: 5px;
        letter-spacing: 1px;
    }

    .hero p {
        background: rgba(0, 0, 0, 0.7);
        display: table;
        padding: 5px 10px;
        color: #Fff;
        font-weight: 600;
        font-size: 15px;
        text-align: center;
        margin: 5px auto;
        border-radius: 5px;
        letter-spacing: 0px;
    }

    .hero .hero-btn {
        color: #20718b;
        text-decoration: none;
        background: #fff;
        padding: 16px 80px;
        border-radius: 50px;
        display: inline-block;
        font-weight: 600;
        margin-top: 10px;
    }

    #about {
        background: #deecf3 !important;
    }

    #about p {
        font-size: 15px;
    }

    #about .mobile-about {
        display: block;
    }

    #projects p {
        font-size: 25px;
    }

    #contact .bg {
        padding: 50px 25px;
    }

    footer {
        text-align: center;
    }

    footer p.location,
    footer p.phone {
        padding-left: 30px;
        position: relative;
        display: inline-flex;
    }

    #blog a.all-post {
        display: none;
    }

    #blog a.all-post-mobile {
        display: block;
        color: #20718b;
        font-weight: 600;
        font-size: 20px;
        text-align: right;
        border: 2px solid #20718b;
        width: auto;
        margin: auto;
        padding: 15px 70px;
        border-radius: 50px;
        margin-top: 20px;
    }

    #services .content {
        min-height: auto;
        padding-bottom: 15px;
    }
}

@media (max-width: 575px) {
    footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    #services .img:before {
        position: absolute;
        content: "";
        background: #fff;
        width: 120px;
        height: 120px;
        left: 24%;
        top: 50px;
        border-radius: 50%;
    }
}

@media(min-width: 771px) and (max-width: 991px) {
    #services .img:before {
        position: absolute;
        content: "";
        background: #fff;
        width: 120px;
        height: 120px;
        left: 41.5%;
        top: 50px;
        border-radius: 50%;
    }
}

@media (max-width: 771px) {
    #services .img:before {
        position: absolute;
        content: "";
        background: #fff;
        width: 120px;
        height: 120px;
        left: calc(50% + -58px);
        top: 50px;
        border-radius: 50%;
    }
}