:root {
    --black-color: #000000;
    --text-color: #222222;
    --text-color-2: #646464;
    --border-color: #7D7D7D;
    --highlight-color: #F9A305;
    --primary-color: #FA0B0C;
    --secondary-color: #006AF4;
    --main-color: #23244A;
}

body {
    margin: 0;
    /* font-family: poppins, 'sans-serif'; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    background-color: #fff;
}

body,
html {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: var(--text-color);
}

a,
a:hover,
a:focus,
a:before,
a:after {
    outline: none;
    text-decoration: none;
}

ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
}

p {
    font-size: 15px;
}

img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.section {
    padding: 50px 0;
}

.btn-white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
}

.btn-primary {
    background: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: #fff;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 6px;
}

h1.sub-heading {
    font-size: 18px;
    color: var(--secondary-color);
    ;
    /* font-weight: bold; */
    text-transform: uppercase;
}

h2.heading {
    font-size: 40px;
    color: var(--main-color);
    text-transform: capitalize;
    font-weight: 700;
}

p.contents {
    font-size: 16px;
}


/* HEADER START */

header {
    box-shadow: 0 0 10px #0000001a;
}

header .top-header {
    padding: 10px;
    background: #52a3e4;
}

header .top-header>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .top-header .leftSide,
header .top-header .rightSide {
    display: flex;
    align-items: center;
}

header .top-header p,
header .top-header a {
    font-size: 14px;
    margin: 0;
    margin-right: 20px;
    color: #fff;
}

header .top-header p:last-child,
header .top-header a:last-child {
    margin-right: 0;
}

header .top-header .leftSide p i {
    margin-right: 4px;
}

header .navbar-brand {
    width: 170px;
}

header .navbar-nav {
    align-items: center;
}

header .navbar-nav .nav-item {
    margin-right: 20px;
}

header .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

header .navbar-nav .nav-item .nav-link {
    color: var(--text-color);
    font-size: 18px;
    padding: 0;
    font-weight: 500;
}

header .navbar-nav .nav-item .nav-link.active {
    color: #fab319;
}

header .navbar-nav .nav-item .nav-link.text-primary {
    background: #006AF4 !important;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 5px;
}


/* HEADER END */


/* FOOTER START */

footer {
    background: rgba(0, 0, 0, 0.822);
}

footer .footer-top {
    padding: 60px 0 50px;
    border-bottom: 1px solid #ffffff1e;
}

footer p {
    margin-bottom: 0;
    color: #fff;
    font-size: 14px;
    /* font-weight: bold; */
}

footer .copyright {
    padding: 10px 0;
}

footer h5 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

footer h5 span {
    color: var(--secondary-color);
}

footer ul li {
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    font-weight: 700;
}

.li-size {
    font-size: 16px;
}

footer ul li i {
    font-size: 15px;
    color: #ffffff4b;
    margin-right: 6px;
    font-weight: bold;
}

footer a {
    color: #fff;
    font-size: 14px;
}

footer .social {
    display: inline-block;
    margin-top: 10px;
}

footer .social li {
    display: inline;
    margin-right: 14px;
}

footer .social li:last-child {
    margin-right: 0;
}

footer .social li a {
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

footer .social li a.facebook {
    background: #5D82D1;
}

footer .social li a.linkedin {
    background: #238CC8;
}

footer .social li a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

footer .social li a i {
    font-size: 16px;
    color: #fff;
    margin-right: 0;
}


/* FOOTER END */


/* HOME START */

.homeContainer-wrap .banner {
    padding: 0;
}

.homeContainer-wrap .banner .item {
    height: 480px;
    position: relative;
}

.homeContainer-wrap .banner .item img {
    width: 100%;
    height: 100%;
    /* object-fit: cover;F */
}

.homeContainer-wrap .banner .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
}

.homeContainer-wrap .banner .item .cover .header-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

.homeContainer-wrap .banner .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 1px solid var(--highlight-color);
    -webkit-clip-path: polygon(0 0, 80% 0, 46% 100%, 0 100%);
    clip-path: polygon(0 0, 80% 0, 46% 100%, 0 100%);
    background: #00000075;
}

.homeContainer-wrap .banner .item .cover .header-content h2 {
    font-weight: 300;
    font-size: 20px;
    color: #fff;
    letter-spacing: 6px;
}

.homeContainer-wrap .banner .item .cover .header-content h1 {
    font-size: 80px;
    font-weight: 600;
    margin: 5px 0 20px;
    word-spacing: 3px;
    color: #fff;
}

.homeContainer-wrap .banner .item .cover .header-content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #fff;
    letter-spacing: .6px;
    margin-bottom: 30px;
}

.homeContainer-wrap .banner .item .cover .header-content .btn {
    z-index: 2;
    position: relative;
    margin-right: 10px;
}

.homeContainer-wrap .banner .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.homeContainer-wrap .banner .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

.homeContainer-wrap .banner .owl-item.active h4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

.homeContainer-wrap .banner .owl-item.active .btn {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 1s;
}

.homeContainer-wrap .banner .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

.homeContainer-wrap .banner .owl-nav .owl-prev,
.homeContainer-wrap .banner .owl-nav .owl-next {
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 100px;
}

.homeContainer-wrap .banner .owl-nav .owl-prev {
    left: 30px;
}

.homeContainer-wrap .banner .owl-nav .owl-next {
    right: 30px;
}

.homeContainer-wrap .banner:hover .owl-nav .owl-prev {
    opacity: 1;
    left: 15px;
}

.homeContainer-wrap .banner:hover .owl-nav .owl-next {
    opacity: 1;
    right: 15px;
}

.homeContainer-wrap .banner .owl-nav .owl-prev span,
.homeContainer-wrap .banner .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
    line-height: 20px;
}

.homeContainer-wrap .banner .owl-nav .owl-prev:focus,
.homeContainer-wrap .banner .owl-nav .owl-next:focus {
    outline: 0;
}

.homeContainer-wrap .banner .owl-nav .owl-prev:hover,
.homeContainer-wrap .banner .owl-nav .owl-next:hover {
    background: #000 !important;
}

.homeContainer-wrap .about img {
    width: 70%;
    height: 350px;
    margin: auto;
    display: flex;
}

.homeContainer-wrap .about h6 {
    font-size: 24px;
    background: var(--main-color);
    color: #fff;
    padding: 30px;
    width: fit-content;
    display: flex;
    margin-left: auto;
    margin-right: 70px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}

.homeContainer-wrap .about .card-box {
    display: flex;
    padding-right: 20px;
}

.homeContainer-wrap .about .card-box svg {
    margin-right: 20px;
    height: 60px;
    width: 60px;
}

.homeContainer-wrap .about .card-box svg path {
    fill: var(--primary-color)
}

.homeContainer-wrap .about .card-box h4 {
    font-size: 24px;
    color: var(--main-color);
    font-weight: 600;
}

.homeContainer-wrap .service {
    background: #F8F8F8;
    padding-top: 20px;
}

.homeContainer-wrap .service .item {
    padding: 30px;
}

.homeContainer-wrap .service .card {
    border: 0;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px #0000001f;
    text-align: center;
}

.homeContainer-wrap .service .card-header {
    padding: 0;
}

.homeContainer-wrap .service .card-body {
    padding: 20px 40px;
}

.homeContainer-wrap .service .card h4 {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 14px;
    color: var(--main-color);
}

.homeContainer-wrap .service .card p {
    font-size: 14px;
    margin-bottom: 30px;
}

.homeContainer-wrap .service .card a {
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 500;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin: 5px 7px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot.active:hover span {
    background: var(--highlight-color);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #ffca69;
}

.owl-theme .owl-dots .owl-dot.active span:before {
    content: '';
    height: 26px;
    width: 26px;
    background: transparent;
    border: 1px solid var(--highlight-color);
    position: absolute;
    left: -3px;
    top: -3px;
}

.homeContainer-wrap .component1 {
    /* background:#4393d3; */
    background: #61b3f7;
    color: #fff;
}

.homeContainer-wrap .component1 .card-box {
    text-align: center;
    letter-spacing: 1px;
}

.homeContainer-wrap .component1 .card-box h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.homeContainer-wrap .component1 .card-box p {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}

.homeContainer-wrap .component1 .card-box hr {
    width: 30px;
    margin: 14px auto;
    opacity: 1;
    height: 2px;
    background: #fff;
}

.homeContainer-wrap .faq {
    padding-top: 0;
}

.homeContainer-wrap .faq img {
    height: 100%;
    /* object-fit: cover; */
    position: relative;
}

.homeContainer-wrap .faq .rightSide {
    background: #E5A843;
    padding: 50px 30px;
    height: 100%;
    color: #FFFFFF;
}

.homeContainer-wrap .faq .heading {
    color: #fff;
}

.homeContainer-wrap .faq p {
    /* width: 70%; */
}

.homeContainer-wrap .faq .faq-wrap {
    margin-top: 50px;
}


/* 
.homeContainer-wrap .faq .faq-wrap .card {
    border: 0;
    background: #0E1220;
    margin-bottom: 24px;
    border-radius: 10px;
} */

.homeContainer-wrap .faq .faq-wrap .card {
    border: 0;
    background: #8C6D52;
    margin-bottom: 24px;
    border-radius: 10px;
    color: #fff;
}

.homeContainer-wrap .faq .faq-wrap .card .card-header {
    padding: 0px;
    border: none;
    background: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.homeContainer-wrap .faq .faq-wrap .card .card-header .faq-title {
    width: 100%;
    text-align: left;
    padding: 15px;
    margin: 0;
    font-weight: 650;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--highlight-color);
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.homeContainer-wrap .faq .faq-wrap .card .card-header .faq-title.collapsed {
    color: #fff;
}

.homeContainer-wrap .faq .faq-wrap .card .card-body {
    padding: 16px;
    padding-top: 0;
    font-weight: 400;
    font-size: 16px;
    color: #ffffffb4;
    line-height: 28px;
    letter-spacing: 1px;
    border-top: 0;
}

.homeContainer-wrap .faq .faq-wrap .card .card-body p {
    margin-bottom: 0px;
    width: 100%;
}

@media (min-width: 992px) {
    .homeContainer-wrap .faq .rightSide {
        min-height: 600px;
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .homeContainer-wrap .faq .faq-wrap {
        margin-bottom: 30px;
    }
    .homeContainer-wrap .faq .faq-wrap .card .card-header .faq-title {
        line-height: 26px;
        margin-top: 10px;
    }
}

.homeContainer-wrap .team .item {
    padding: 30px;
}

.homeContainer-wrap .team .card {
    border: 0;
    overflow: hidden;
    box-shadow: none;
    border-radius: 14px;
    min-height: 250px;
}

.homeContainer-wrap .team .card-header {
    padding: 0;
    border: 0;
}

.homeContainer-wrap .team .card-body {
    background: var(--main-color);
    border: 0;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homeContainer-wrap .team .card h4 {
    margin-bottom: px;
}

.homeContainer-wrap .component2 {
    background: url('../img/banner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.homeContainer-wrap .component2 h4 {
    font-size: 50px;
    margin: 0;
    color: #fff;
}

.homeContainer-wrap .component2 h4 span {
    color: var(--secondary-color);
}

.homeContainer-wrap .contact {
    background: url('../img/banner2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.homeContainer-wrap .contact:before {
    content: '';
    background: #ffffffb0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.homeContainer-wrap .contact>* {
    position: relative;
    z-index: 2;
}

.homeContainer-wrap .contact form {
    background: #fff;
    padding: 30px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 0 10px #00000028;
    margin: 0 50px;
}

.homeContainer-wrap .contact .form-group {
    margin-bottom: 20px;
}

.homeContainer-wrap .contact .form-group:last-child {
    margin-bottom: 0;
}

.homeContainer-wrap .contact .sub-heading {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.homeContainer-wrap .contact .heading {
    margin-bottom: 20px;
}

.homeContainer-wrap .contact p {
    line-height: 26px;
    margin-bottom: 40px;
}

.homeContainer-wrap .contact svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.homeContainer-wrap .contact svg path {
    fill: var(--primary-color);
}

.homeContainer-wrap .contact h4 {
    font-size: 16px;
}

.homeContainer-wrap .testimonial {
    background: #121628;
}

.homeContainer-wrap .testimonial .item {
    padding: 30px;
}

.homeContainer-wrap .testimonial .owl-dot span {
    background: #fff;
}

.homeContainer-wrap .testimonial .card {
    padding: 30px;
    background: #1E2233;
    position: relative;
}

.homeContainer-wrap .testimonial .card svg {
    position: absolute;
    height: 100px;
    width: 100px;
    bottom: 30px;
    left: 30px;
    z-index: 0;
    opacity: .04;
}

.homeContainer-wrap .testimonial .card svg path {
    fill: #fff;
}

.homeContainer-wrap .testimonial .card>* {
    position: relative;
}

.homeContainer-wrap .testimonial .card img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    position: relative;
    background: #ffffff17;
    padding: 6px;
}

.homeContainer-wrap .testimonial .card p {
    margin: 20px 0;
    color: #fff;
}

.homeContainer-wrap .testimonial .card .name {
    color: var(--secondary-color);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.homeContainer-wrap .testimonial .card .name span {
    color: #fff;
    text-transform: capitalize;
}


/* HOME END */


/* About as start */

:root {
    --header-height: 3.5rem;
    /*========== Colors about page ==========*/
    --first-color: hsl(14, 98%, 50%);
    --black-color-light: hsl(0, 0%, 40%);
    --white-color: hsl(0, 0%, 95%);
    --title-color: hsl(0, 0%, 0%);
    --text-color-light: hsl(0, 0%, 64%);
    --body-color: hsl(0, 0%, 87%);
    --container-color: hsl(0, 0%, 97%);
}

h1,
h2,
h3,
h4 {
    /* color: var(--title-color); */
    font-weight: var(--font-bold);
}

.grid {
    display: grid;
    gap: 1.5rem;
}

.geometric-box {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--first-color);
    rotate: -30deg;
}

.geometric-box::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid var(--black-color);
    left: -5px;
    top: -5px;
}

.main {
    overflow: hidden;
    /* For animation ScrollReveal */
}

.about__container {
    row-gap: 0;
}

.about__perfil {
    position: relative;
    justify-self: center;
    margin-block: 2.5rem 4.5rem;
}

.about__image {
    width: 220px;
}

.about__img {
    position: relative;
    border: 4px solid var(--white-color);
    z-index: 1;
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;
}

.about__shadow,
.about__line,
.about__box {
    position: absolute;
    border-radius: 0.75rem;
    width: 150px;
    height: 385px;
    background-color: var(--body-color);
    top: -2.5rem;
    right: -3.5rem;
    border-bottom: 4px solid var(--first-color);
    transition: background-color 0.4s;
}


/*=============== MEDIA QUERIES ===============*/


/* For small devices */

@media screen and (max-width: 340px) {
    .container {
        margin-inline: 1rem;
    }
    .about__image {
        width: 180px;
    }
    .about__shadow {
        height: 330px;
        right: -2.5rem;
    }
}


/* For medium devices */

@media screen and (min-width: 576px) {
    .about__container {
        grid-template-columns: 350px;
        justify-content: center;
    }
}


/* For large devices */

@media screen and (min-width: 1150px) {
    .container {
        margin-inline: auto;
    }
    .about__container {
        grid-template-columns: 460px 525px;
        gap: 1rem 9rem;
        align-items: center;
        padding-block: 1rem;
    }
    .about__perfil {
        order: -1;
        grid-row: 1 / 3;
    }
    .about__image {
        width: 350px;
    }
    .about__img {
        border: 6px solid var(--white-color);
    }
    .about__shadow {
        width: 240px;
        height: 615px;
        top: -4rem;
        right: -5.5rem;
        border-bottom: 6px solid var(--first-color);
    }
    .about__perfil .geometric-box {
        right: -4rem;
        top: 4.5rem;
    }
    .about__line {
        width: 80px;
        right: -2rem;
        top: 10rem;
    }
    .about__box {
        width: 64px;
        height: 64px;
        right: -.75rem;
    }
    .about__container .section__title-1 {
        align-self: flex-end;
        margin-inline: 0;
    }
    .about__info {
        align-self: flex-start;
        padding-left: 3rem;
    }
    .about__description {
        font-size: var(--h2-font-size);
        margin-bottom: 2rem;
    }
    .about__description::after {
        width: 32px;
        height: 2px;
        left: -3rem;
        top: 14px;
    }
    .about__list {
        margin-bottom: 5rem;
    }
    .about__buttons {
        justify-content: initial;
    }
}


/* About end */


/* how-it-work */

.WorkContainer {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.section {
    margin-bottom: 40px;
}

.section p {
    margin-bottom: 1em;
}

h1,
h2 {
    color: #E5A843;
}


/* end how it work */


/* contact-as */

.homeContainer-wrap .contact2 {
    /* background: url('../img/banner2.jpg'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 100px 0;
}

.homeContainer-wrap .contact2:before {
    content: '';
    background: #ffffffb0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.homeContainer-wrap .contact2>* {
    position: relative;
    z-index: 2;
}

.homeContainer-wrap .contact2 form {
    background: #fff;
    padding: 30px;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 0 10px #00000028;
    margin: 0 50px;
}

.homeContainer-wrap .contact2 .form-group {
    margin-bottom: 20px;
}

.homeContainer-wrap .contact2 .form-group:last-child {
    margin-bottom: 0;
}

.homeContainer-wrap .contact2 .sub-heading {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
}

.homeContainer-wrap .contact2 .heading {
    margin-bottom: 20px;
}

.homeContainer-wrap .contact2 p {
    line-height: 26px;
    margin-bottom: 40px;
}

.homeContainer-wrap .contact2 svg {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.homeContainer-wrap .contact2 svg path {
    fill: var(--primary-color);
}

.homeContainer-wrap .contact2 h4 {
    font-size: 16px;
}


/* end-contact-as */

@media screen and (max-width: 480px) {
    .homeContainer-wrap .contact2 {
        padding: 60px 0;
    }
    .homeContainer-wrap .about {
        padding-bottom: 0;
    }
    .homeContainer-wrap .about img {
        width: 100%;
        height: 350px;
        margin: auto;
        display: flex;
        object-fit: cover;
    }
    .homeContainer-wrap .about h6 {
        width: 90%;
        left: 5%;
    }
    .homeContainer-wrap .banner .item .cover .header-content h1 {
        font-size: 60px;
    }
    .homeContainer-wrap .team {
        padding-top: 0;
    }
    .homeContainer-wrap .contact {
        padding: 50px 10px;
    }
    .homeContainer-wrap .contact .card-box {
        text-align: center;
    }
    .homeContainer-wrap .contact .card-box svg {
        margin: auto;
    }
    .homeContainer-wrap .contact h4 {
        font-size: 14px;
        margin-top: 10px;
    }
    .homeContainer-wrap .contact form {
        margin: 0;
        padding: 30px 20px;
    }
    .homeContainer-wrap .component2 {
        margin: 0;
        padding-top: 0;
    }
    .homeContainer-wrap .component2 h4 {
        font-size: 24px;
        text-align: center;
    }
    .about__container .about__buttons {
        margin-top: 30px;
    }
}