/*======================================
About Us CSS
========================================*/
.about-section {
    background: var(--light-3);
    padding: 180px 0;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section {
        padding: 120px 0;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 120px 0;
    }
}

.about-section .section-title {
    margin-bottom: 30px;
}

.about-section .section-title span {
    font-size: 20px;
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.about-section .section-title h2 {
    font-size: 45px;
    line-height: 55px;
}

@media (max-width: 767px) {
    .about-section .section-title h2 {
        font-size: 38px;
        line-height: 45px;
    }
}

.about-section .about-img-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    width: 46%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .about-section .about-img-wrapper {
        position: relative;
        top: 0;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        width: 100%;
        margin-bottom: 50px;
    }
}

.about-section .about-img-wrapper img {
    width: 100%;
}

.about-section .about-img-wrapper .about-experience {
    width: 300px;
    border-radius: 27px;
    background: linear-gradient(to top left, var(--primary) 0%, var(--primary-dark) 100%);
    border: 5px solid #eff2f9;
    padding: 40px 20px;
    position: absolute;
    right: -40px;
    bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .about-section .about-img-wrapper .about-experience {
        right: 40px;
    }
}

.about-section .about-img-wrapper .about-experience h3 {
    color: var(--white);
    margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
    color: var(--white);
}

.about-section .about-content-wrapper .about-content>p {
    margin-bottom: 45px;
}

.about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .about-section .about-content-wrapper .about-content .counter-up {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-section .about-content-wrapper .about-content .counter-up {
        display: flex;
    }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
    margin-right: 10px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter:last-child {
    margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary);
    display: block;
    margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
    font-weight: 500;
    margin-bottom: 10px;
}

/* ===== Buttons Css ===== */
.contact-us .form-main .form-group .primary-btn {
    background: var(--primary);
    color: var(--white);
    box-shadow: var(--shadow-2);
}
.contact-us .form-main .form-group .active.primary-btn, .contact-us .form-main .form-group .primary-btn:hover, .contact-us .form-main .form-group .primary-btn:focus {
    background: var(--primary-dark);
    color: var(--white);
    box-shadow: var(--shadow-4);
}
.contact-us .form-main .form-group .deactive.primary-btn {
    background: var(--gray-4);
    color: var(--dark-3);
    pointer-events: none;
}

/*===========================
CONTACT css 
===========================*/
.contact-us {
    position: relative;
    background-color: var(--white);
    padding: 100px 0;
}
.contact-us .section-title {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 50px;
    max-width: 550px;
    position: relative;
    z-index: 5;
}
.contact-us .section-title span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 4px;
}
.contact-us .section-title h2 {
    margin-bottom: 18px;
    text-transform: capitalize;
    position: relative;
    font-weight: 700;
}
.contact-us .section-title p {
    color: var(--dark-3);
}
.contact-us .inner-content {
    border-radius: 5px;
    overflow: hidden;
}
.contact-us .title {
    margin-bottom: 30px;
}
.contact-us .contact-inner-title {
    margin-bottom: 45px;
}
.contact-us .single-head {
    position: relative;
    z-index: 5;
}
.contact-us .single-info {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 70px;
    position: relative;
}
.contact-us .single-info i{
    font-size: 22px;
    display: inline-block;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    color: var(--white);
    line-height: 50px;
    border-radius: 5px;
    background-color: var(--primary);
}
.contact-us .single-info ul {
    display: inline-block;
}
.contact-us .single-info ul li {
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    color: var(--black);
    display: block;
    margin-bottom: 4px;
}
.contact-us .single-info ul li a {
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    color: var(--black);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-us .single-info ul li a:hover {
    color: var(--primary);
}
.contact-us .single-info ul li span {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--black);
}
.contact-us .single-info ul li:last-child {
    margin-bottom: 0;
}
.contact-us .single-info .title {
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--white);
}
.contact-us .single-info .title span {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-weight: 500;
}
.contact-us .form-main {
    padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .contact-us .form-main {
        padding: 0;
        margin-bottom: 30px;
    }
}
.contact-us .form-main .form-group {
    margin-bottom: 15px;
    display: block;
    position: relative;
}
.contact-us .form-main .form-group textarea,
.contact-us .form-main .form-group input {
    height: 55px;
    line-height: 55px;
    width: 100%;
    border: 2px solid var(--gray-4);
    padding: 0px 20px;
    color: var(--black);
    border-radius: 0px;
    font-weight: 400;
    border-radius: 5px;
}
.contact-us .form-main .form-group textarea:focus,
.contact-us .form-main .form-group input:focus {
    border-color: var(--primary);
}
.contact-us .form-main .form-group textarea {
    height: 180px;
    resize: none;
}