.about-con .generic-title2 p{
    padding: 0;
    margin-bottom: 92px; 
}
.goals-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 48.65% 48.65%;
}
.goals-box-item {
    border-radius: 10px;
    border: 1px solid rgb(0 123 255 / 20%);
}
.goals-box-item figure{
    margin-bottom: 0;
}
.about-image img{
    width: 100%;
    border-radius: 10px;
}
.about-con .upper_portion {
    margin-bottom: 80px;
}
.about-con .box1 {
    padding-left: 60px;
}
.about-con .box2 {
    padding-right: 65px;
}
.about-con .about-box-content h3{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 19px;
}
.about-con .about-box-content p{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 28px;
}

/* About Video */

.aboutvideo-con {
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/aboutvideo-backgroundimage.jpg);
}
.aboutvideo-con .aboutvideo-image img {
    border-radius: 10px;
}
.aboutvideo-con .aboutvideo-icon img {
    transition: all 0.8s ease-in-out;
}
.aboutvideo-con .aboutvideo-icon img:hover {
    filter: brightness(0);
}
.aboutvideo-con .about_video_contact {
    gap: 30px 25px;
    width: 100%;
    display: grid;
    text-align: center;
    justify-content: center;
    grid-template-columns: 48% 48%;
}
.aboutvideo-con .about_video_contact .box {
    width: 255px;
    height: 175px;
    padding: 44px;
    text-align: center;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgb(244 244 244 / 20%);
    transition: all 0.3s ease-in-out;
}
.aboutvideo-con .about_video_contact .box .value {
    margin-bottom: 16px;
    display: block;
    font-weight: 700;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}
.aboutvideo-con .about_video_contact .box .number,
.aboutvideo-con .about_video_contact .box sup {
    font-size: 42px;
    line-height: 42px;
}
.aboutvideo-con .about_video_contact .box sup {
    top: 0;
}
.aboutvideo-con .about_video_contact .box .text {
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: var(--secondary--color);
    transition: all 0.3s ease-in-out;
}
.aboutvideo-con .about_video_contact .box:hover {
    background-color: var(--secondary--color);
    border: 1px solid rgb(255 255 255 / 100%);
}
.aboutvideo-con .about_video_contact .box:hover .value,
.aboutvideo-con .about_video_contact .box:hover .text{
    color: var(--primary--color);
}

/* About Company */

.aboutcompany-con h2 {
    margin-bottom: 72px !important;
}
.aboutcompany-con .outer_all_box::before {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background-color: rgb(0 123 255 / 20%);
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}
.aboutcompany-con .about-image::before {
    content: '';
    top: 32px;
    width: 21px;
    height: 21px;
    position: absolute;
    border-radius: 100%;
    background-color: rgb(0 123 255 / 100%);
}
.aboutcompany-con .image_wrapper1 .about-image::before{
    left: 69px;
}
.aboutcompany-con .image_wrapper2 .about-image::before{
    right: 69px;
}
.aboutcompany-con .about-image {
    position: relative;
}
.aboutcompany-con .about-image img{
    width: auto;
    border-radius: 10px;
}
.aboutcompany-con .upper_portion {
    margin-bottom: 50px;
}
.aboutcompany-con .box1 {
    text-align: right;
    padding-left: 10px;
}
.aboutcompany-con .image_wrapper1 {
    text-align: right;
}
.aboutcompany-con .aboutcompany_content .year{
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block;
    color: var(--accent--color);
}
.aboutcompany-con .aboutcompany_content .heading{
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 22px;
}
.aboutcompany-con .aboutcompany_content p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
}

/* RESPONSIVE */
@media only screen and (max-width: 1440px) {
    .about-con .generic-title2 p {
        margin-bottom: 72px;
    }
    .about-con .about-box-content h3 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 14px;
    }
}
@media only screen and (max-width: 1199px) {
    .about-con .generic-title2 p {
        margin-bottom: 62px;
    }
    .about-con .about-box-content h3 {
        font-size: 30px;
        line-height: 30px;
    }
    .about-con .upper_portion {
        margin-bottom: 60px;
    }
    .about-con .box1 {
        padding-left: 0;
    }
    .about-con .box2 {
        padding-right: 0;
    }

    /* About Video */

    .aboutvideo-con .aboutvideo-icon img {
        width: 80px;
    }
    .aboutvideo-con .about_video_contact .box {width: 210px; height: 142px; padding: 40px 30px;}
    .aboutvideo-con .about_video_contact .box .value {margin-bottom: 5px;}
    .aboutvideo-con .about_video_contact .box .number,
    .aboutvideo-con .about_video_contact .box sup {font-size: 34px; line-height: 34px;}
    .aboutvideo-con .about_video_contact .box .text {font-size: 16px; line-height: 16px;}

    /* About Company */
    .aboutcompany-con h2 {margin-bottom: 60px !important;}
    .aboutcompany-con .outer_all_box::before,
    .aboutcompany-con .about-image::before {display: none;}
    .aboutcompany-con .aboutcompany_content .year {font-size: 32px; line-height: 32px; margin-bottom: 30px;}
}
@media only screen and (max-width: 991px) {
    .about-con .generic-title2 p {
        margin-bottom: 42px;
    }
    .goals-box {
        gap: 15px;
        grid-template-columns: 49% 49%;
    }
    .about-con .about-box-content h3 {
        font-size: 26px;
        line-height: 26px;
    }
    .about-con .about-box-content p {
        font-size: 14px;
        line-height: 24px;
    }
    .about-con .upper_portion {
        margin-bottom: 40px;
    }

    /* About Video */

    .aboutvideo-con {
        padding: 60px 0;
    }
    .aboutvideo-con .aboutvideo-icon img {
        width: 60px;
        height: 60px;
    }
    .aboutvideo-con .about_video_contact {gap: 22px 26px; grid-template-columns: 47% 47%;}
    .aboutvideo-con .about_video_contact .box {width: 160px; height: 100px; padding: 22px 20px;}
    .aboutvideo-con .about_video_contact .box .value {margin-bottom: 2px;}
    .aboutvideo-con .about_video_contact .box .number,
    .aboutvideo-con .about_video_contact .box sup {font-size: 30px; line-height: 30px;}
    .aboutvideo-con .about_video_contact .box .text {font-size: 14px; line-height: 14px;}
    /* About Company */
    .aboutcompany-con h2 {margin-bottom: 40px !important;}
    .aboutcompany-con .upper_portion {margin-bottom: 40px;}
    .aboutcompany-con .aboutcompany_content .year {font-size: 28px; line-height: 28px; margin-bottom: 20px;}
    .aboutcompany-con .aboutcompany_content .heading {font-size: 18px; line-height: 18px; margin-bottom: 10px;}
    .aboutcompany-con .aboutcompany_content p {font-size: 14px; line-height: 24px;}
}
@media only screen and (max-width: 767px) {
    .about-con .about-box-content h3 {
        font-size: 22px;
        line-height: 22px;
    }
    .goals-box {
        grid-template-columns: 100%;
    }
    .about-con .upper_portion {
        margin-bottom: 30px;
    }
    .about-box-content {
        text-align: center;
    }
    .about-con .about-image {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .about-con .about-image img {
        width: 425px;
    }
    
    /* About Video */

    .aboutvideo-con {
        padding: 50px 0;
    }
    .aboutvideo-con .aboutvideo-image {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .aboutvideo-con .aboutvideo-image img {
        width: 425px;
    }
    .aboutvideo-con .about_video_contact {gap: 20px 22px; width: 330px; grid-template-columns: 46% 46%; margin: 0 auto;}
    .aboutvideo-con .about_video_contact .box {width: 155px; height: 80px; padding: 15px 14px;}
    .aboutvideo-con .about_video_contact .box .value {margin-bottom: -3px;}
    .aboutvideo-con .about_video_contact .box .number,
    .aboutvideo-con .about_video_contact .box sup {font-size: 26px; line-height: 26px;}
    /* About Company */
    .aboutcompany-con h2 {margin-bottom: 25px !important;}
    .aboutcompany-con .upper_portion {margin-bottom: 30px; text-align: center;}
    .aboutcompany-con .box1 {text-align: center; padding-left: 0;}
    .aboutcompany-con .aboutcompany_content .year {font-size: 24px; line-height: 24px; margin-bottom: 15px;}
    /* .aboutcompany-con .aboutcompany_content .heading {font-size: 18px; line-height: 18px; margin-bottom: 10px;} */
    .aboutcompany-con .aboutcompany_content p {margin-bottom: 20px !important;}
    .aboutcompany-con .image_wrapper1 {text-align: center;}
    .aboutcompany-con .about-image img {width: 425px;}
}
@media only screen and (max-width: 575px) {
    .about-con .generic-title2 p {
        margin-bottom: 32px;
    }
    .about-con .upper_portion {
        margin-bottom: 20px;
    }
    .about-con .about-box-content h3 {
        margin-bottom: 6px;
    }
    .about-con .about-image {
        margin-bottom: 15px !important;
    }
    .about-con .about-image img {
        width: 330px;
    }
    
    /* About Video */

    .aboutvideo-con .aboutvideo-image {
        margin-bottom: 15px !important;
    }
    .aboutvideo-con .aboutvideo-image img {
        width: 330px;
    }
    .aboutvideo-con .about_video_contact {gap: 14px 16px;}
    .aboutvideo-con .about_video_contact .box {width: 152px; padding: 17px 14px;}
    .aboutvideo-con .about_video_contact .box .number,
    .aboutvideo-con .about_video_contact .box sup {font-size: 20px; line-height: 20px;}
    .aboutvideo-con .about_video_contact .box .text {font-size: 13px; line-height: 13px;}
    /* About Company */
    .aboutcompany-con h2 {margin-bottom: 20px !important;}
    .aboutcompany-con .upper_portion {margin-bottom: 20px;}
    .aboutcompany-con .aboutcompany_content .year {font-size: 20px; line-height: 20px; margin-bottom: 12px;}
    .aboutcompany-con .aboutcompany_content .heading {font-size: 16px; line-height: 16px; margin-bottom: 8px;}
    .aboutcompany-con .aboutcompany_content p {margin-bottom: 15px !important;}
    .aboutcompany-con .about-image img {width: 330px;}
}