
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-area {
        padding-top: 35px;
    }
}

@media (max-width: 767px) {
    .about-area {
        padding-top: 15px;
    }
}

.about-content {
    max-width: 380px;
}

.about-content .about-title {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #07294D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content .about-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .about-content .about-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.about-content .about-title span {
    color: #0C8B51;
}

.about-content .line {
    width: 150px;
    background: transparent;
    border: 1px solid #07294D;
    margin-top: 25px;
}

.about-content p {
    /* font-weight: 500; */
    font-size: 18px;
    line-height: 30px;
    color: #07294D;
    margin-top: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content p {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .about-content p {
        padding-left: 0px;
        font-size: 16px;
        line-height: 28px;
    }
}

.about-content .main-btn {
    width: 160px;
    margin-top: 45px;
}

.about-content .about-title {
    font-weight: bold;
    font-size: 46px;
    line-height: 54px;
    color: #07294D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-content .about-title {
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 767px) {
    .about-content .about-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.about-content .about-title span {
    color: #0C8B51;
}

.about-content .line {
    width: 150px;
    background: transparent;
    border: 1px solid #07294D;
    margin-top: 25px;
}

.about-content .main-btn {
    width: 160px;
    margin-top: 45px;
}

.about-image {
    position: relative;
    max-width: 665px;
    height: 635px;
    margin-left: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .about-image {
        height: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image {
        height: 550px;
    }
}

.about-image .single-image {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image {
        -webkit-transform: rotate(45deg) scale(0.6);
        transform: rotate(45deg) scale(0.6);
    }
}

@media (max-width: 767px) {
    .about-image .single-image {
        position: relative;
        -webkit-transform: rotate(45deg) scale(0.6);
        transform: rotate(45deg) scale(0.6);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image {
        position: absolute;
        -webkit-transform: rotate(45deg) scale(0.8);
        transform: rotate(45deg) scale(0.8);
    }
}

.about-image .single-image img {
    border-radius: 30px;
}

@media (max-width: 767px) {
    .about-image .single-image img {
        width: 100%;
    }
}

.about-image .single-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
}

.about-image .single-image.image-1 {
    top: 72px;
    right: 63px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-1 {
        top: 45px;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-1 {
        top: 0;
        right: 0;
        margin: 30px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-1 {
        top: 10px;
        right: 26px;
        margin: 0;
    }
}

.about-image .single-image.image-1::before {
    right: -14px;
    top: -14px;
    background-color: #07294D;
}

.about-image .single-image.image-2 {
    top: 56%;
    left: 29%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-2 {
        top: 53%;
        left: 23%;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-2 {
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-2 {
        top: 54%;
        left: 29%;
    }
}

.about-image .single-image.image-2::before {
    right: -12px;
    bottom: -12px;
    background-color: #27B8A7;
}

.about-image .single-image.image-3 {
    top: 31%;
    left: 49px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-3 {
        top: 32%;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-3 {
        top: 34%;
        left: -14px;
        position: absolute;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-3 {
        top: 31%;
        left: 49px;
    }
}

.about-image .single-image.image-3::before {
    bottom: -10px;
    left: -10px;
    background-color: #0C8B51;
}

.about-image .single-image.image-4 {
    top: 38px;
    left: 24%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-4 {
        top: 47px;
        left: 22%;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-4 {
        top: 34%;
        left: auto;
        right: -14px;
        position: absolute;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-4 {
        top: 15px;
        left: 14%;
        right: auto;
    }
}

.about-image .single-image.image-4::before {
    top: -10px;
    left: -10px;
    background-color: #2F7AD5;
}

.about-image .about-icon {
    position: absolute;
}

.about-image .about-icon.icon-1 {
    left: 75px;
    top: 105px;
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-1 {
        left: 30px;
        top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-1 {
        left: 40px;
        top: 115px;
    }
}

.about-image .about-icon.icon-2 {
    top: 18px;
    left: 53%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-2 {
        top: 25px;
        left: 80%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-2 {
        left: 47%;
        top: 18px;
    }
}

.about-image .about-icon.icon-3 {
    left: 50px;
    bottom: 28%;
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-3 {
        left: 0;
        bottom: 32%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-3 {
        left: 50px;
        bottom: 28%;
    }
}

.about-image .about-icon.icon-4 {
    right: 140px;
    bottom: 25%;
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-4 {
        right: 25px;
        bottom: 33%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-4 {
        right: 100px;
    }
}

.about-image .single-image {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image {
        -webkit-transform: rotate(45deg) scale(0.6);
        transform: rotate(45deg) scale(0.6);
    }
}

@media (max-width: 767px) {
    .about-image .single-image {
        position: relative;
        -webkit-transform: rotate(45deg) scale(0.6);
        transform: rotate(45deg) scale(0.6);
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image {
        position: absolute;
        -webkit-transform: rotate(45deg) scale(0.8);
        transform: rotate(45deg) scale(0.8);
    }
}

.about-image .single-image img {
    border-radius: 30px;
}

@media (max-width: 767px) {
    .about-image .single-image img {
        width: 100%;
    }
}

.about-image .single-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
}

.about-image .single-image.image-1 {
    top: 72px;
    right: 63px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-1 {
        top: 45px;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-1 {
        top: 0;
        right: 0;
        margin: 30px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-1 {
        top: 10px;
        right: 26px;
        margin: 0;
    }
}

.about-image .single-image.image-1::before {
    right: -14px;
    top: -14px;
    background-color: #07294D;
}

.about-image .single-image.image-2 {
    top: 56%;
    left: 29%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-2 {
        top: 53%;
        left: 23%;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-2 {
        top: 0;
        left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-2 {
        top: 54%;
        left: 29%;
    }
}

.about-image .single-image.image-2::before {
    right: -12px;
    bottom: -12px;
    background-color: #27B8A7;
}

.about-image .single-image.image-3 {
    top: 31%;
    left: 49px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-3 {
        top: 32%;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-3 {
        top: 34%;
        left: -14px;
        position: absolute;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-3 {
        top: 31%;
        left: 49px;
    }
}

.about-image .single-image.image-3::before {
    bottom: -10px;
    left: -10px;
    background-color: #0C8B51;
}

.about-image .single-image.image-4 {
    top: 38px;
    left: 24%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-image .single-image.image-4 {
        top: 47px;
        left: 22%;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-4 {
        top: 34%;
        left: auto;
        right: -14px;
        position: absolute;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-4 {
        top: 15px;
        left: 14%;
        right: auto;
    }
}

.about-image .single-image.image-4::before {
    top: -10px;
    left: -10px;
    background-color: #2F7AD5;
}

.about-image .about-icon {
    position: absolute;
}

.about-image .about-icon.icon-1 {
    left: 75px;
    top: 105px;
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-1 {
        left: 30px;
        top: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-1 {
        left: 40px;
        top: 115px;
    }
}

.about-image .about-icon.icon-2 {
    top: 18px;
    left: 53%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-2 {
        top: 25px;
        left: 80%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-2 {
        left: 47%;
        top: 18px;
    }
}

.about-image .about-icon.icon-3 {
    left: 50px;
    bottom: 28%;
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-3 {
        left: 0;
        bottom: 32%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-3 {
        left: 50px;
        bottom: 28%;
    }
}

.about-image .about-icon.icon-4 {
    right: 140px;
    bottom: 25%;
}

@media (max-width: 767px) {
    .about-image .about-icon.icon-4 {
        right: 25px;
        bottom: 33%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-icon.icon-4 {
        right: 100px;
    }
}

.main-btn {
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    padding: 0 30px;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-color: #2554C6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-btn {
        padding: 0 25px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .main-btn {
        padding: 0 20px;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
}

.main-btn:hover {
    background-color: #e31905;
    color: #fff;
}

.main-btn.main-btn-2 {
    background-color: #0C8B51;
    color: #fff;
}

.main-btn.main-btn-2:hover {
    background-color: #07294D;
}