/* =======================================================
HERO
=======================================================*/
#hero {
    background: #002237;
    position: relative;
}
#hero h1 {
    color: #FCFBFC;
    font-family: 'Poppins';
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 20px;
}
#hero p {
    color: #FCFBFC;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 40px;
}
#hero .inner {
    display: flex;
    align-items: center;
    height: 714px;
}
#hero .left {
    width: 50%;
}
#hero .right img {
    width: 739px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
}
@media(max-width: 1500px) {
    #hero .left {
        width: 50%;
    }
    #hero .right img {
        width: 600px;
    }
    #hero .inner {
        height: 580px;
    }
}
@media(max-width: 1200px) {
    #hero .left {
        width: 100%;
    }
    #hero .right img {
        width: 600px;
        position: static;
        margin-top: 40px;
    }
    #hero .inner {
        height: auto;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
}
@media(max-width: 767px) {
    #hero .right img {
        width: 100%;
    }
    #hero .left {
        padding: 30px 0 0;
        text-align: center;
    }
    #hero h1 {
        font-size: 35px;
        line-height: 45px;
    }
    #hero .btn {
        margin: 0 auto;
    }
}

/* =======================================================
STATS
=======================================================*/
#stats {
    padding: 40px 0;
}
#stats .inner {
    display: flex;
    justify-content: space-around;
}
#stats .inner .stat {
    text-align: center;
    padding: 10px 0;
}
#stats .inner .stat .number {
    color: #314151;
    text-align: center;
    font-family: 'Poppins';
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 10px;
    min-height: 55px;
}
#stats .inner .stat .text {
    color: #A1874B;
    text-align: center;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
@media(max-width: 1200px){
    #stats .inner {
        flex-wrap: wrap;
    }
    #stats .inner .stat {
        width: 33%;
    }
}
@media(max-width: 991px){
    #stats .inner .stat {
        width: 50%;
    }
}
@media(max-width: 767px){
    #stats .inner .stat {
        width: 100%;
        padding: 20px 0;
    }
}

/* =======================================================
TRUSTED
=======================================================*/
#trusted{
    background: #F5F5F3;
    padding: 60px 0;
}
#trusted .left{
    display: flex;
    align-items: center;
}
#trusted h2{
    color: #314151;
    font-family: 'Poppins';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px; /* 114.583% */
    letter-spacing: -0.96px;
}
#trusted .logos{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
#trusted .logos img{
    border-radius: 10px;
}

@media(max-width: 991px){
    #trusted h2{
        text-align: center;
        margin-bottom: 40px;
    }
    #trusted .logos{
        justify-content: center;
    }
}

/* =======================================================
SERVICES
=======================================================*/
#services {
    padding: 80px 0;
}
#services .row{
    align-items: center;
}
#services .label {
    color: #A1874B;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#services .heading {
    margin-bottom: 50px;
}
#services .heading h2 {
    color: #314151;
    font-family: 'Poppins';
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}
#services .service {
    padding: 80px 0;
}
#services .service h3 {
    color: #314151;
    font-family: 'Poppins';
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 20px;
    /* 115.385% */
}
#services .service p {
    color: #314151;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    /* 143.75% */
}
#services .layout-two {
    background: #F5F5F3;
}

#services .btn-primary{
    margin-top: 45px;
}

#services .layout-two img {
    margin-left: auto;
    display: block;
}

@media (max-width: 1200px) {
    #services .service img {
        margin: 0 auto;
        display: block;
        max-width: 516px;
        width: 100%;
    }
}

#specialists {
    padding: 100px 0 70px;
}
#specialists .header {
    margin: 0 auto 100px;
    max-width: 1000px;
    text-align: center;
}
#specialists .header h2 {
    color: #314151;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 20px;
}
#specialists .header p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#specialists .header p:first-of-type {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
#specialists .wrap img {
    margin: 0 auto;
    display: block;
}
#specialists .wrap .content {
    text-align: center;
    max-width: 470px;
    margin: 0 auto;
    display: block;
}
#specialists .wrap .content h3 {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 25px 0 15px;
}
#specialists .wrap .content p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}

#process {
    padding: 100px 0;
}
#process .header {
    max-width: 900px;
    margin: 0 auto 100px;
}
#process .header h2 {
    color: #314151;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 20px;
}
#process .header p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#process .header p:first-of-type {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
#process .wrap {
    max-width: 380px;
    margin: 0 auto;
}
#process .wrap img {
    margin: 0 auto 20px;
    display: block;
}
#process .wrap .content h3 {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#process .wrap .content p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#process .wrap .content p:first-of-type {
    color: #65788B;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#process .btn-primary {
    margin: 0 auto;
}

#why {
    padding: 50px 0;
    background: #F5F5F3;
}
#why .row {
    align-items: center;
}
#why img {
    aspect-ratio: 739/673;
    max-width: 739px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}
@media (max-width: 1200px) {
    #why img {
        margin: 0 auto;
        display: block;
    }
}
#why .content {
    padding-right: 50px;
}
#why .content h2 {
    color: #314151;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
    margin-bottom: 20px;
}
#why .content p {
    color: #314151;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#why .click {
    margin-top: 40px;
}

#how {
    background: #374050;
    padding: 50px 0;
}
#how .content {
    padding-right: 50px;
}
#how .content h2 {
    color: #FFF;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}
#how .content p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#how .content p:first-of-type {
    color: #D4C091;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
#how .wrap {
    display: flex;
    border-radius: 10px;
    background: #F8F8F8;
    box-shadow: 2px 6px 2px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 10px;
    align-items: center;
}
#how .wrap:last-of-type {
    margin-bottom: 0;
}
#how .wrap .image {
    border-radius: 10px;
    background: #374050;
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
#how .wrap .text h3 {
    color: #AC844C;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
#how .wrap .text p {
    color: #314151;
    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

#testimonials {
    padding: 100px 0;
}
#testimonials .header {
    margin-bottom: 80px;
}
#testimonials .header p {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
#testimonials .header h2 {
    color: #314151;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}
#testimonials .wrap img {
    margin: 0 auto 20px;
    display: block;
}
#testimonials .wrap .text p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 23px;
    min-height: 170px;
}
@media (max-width: 1200px) {
    #testimonials .wrap .text p {
        min-height: 0;
    }
}
#testimonials .wrap .name {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
#testimonials .wrap .job {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
}

#form {
    background: #F8F8F8;
    padding: 100px 0;
}
#form .header {
    max-width: 850px;
    margin: 0 auto 100px;
    text-align: center;
}
#form .header h2 {
    color: #314151;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}
#form .header p {
    color: #314151;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
}
#form .header p:first-of-type {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
#form form {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
#form form input,
#form form textarea {
    border-radius: 5px;
    background: #FFF;
    padding: 13px 18px 13px 12px;
}
#form form textarea {
    height: 108px;
}
#form form .btn {
    margin: 40px auto 0;
}

#videos {
    background: #F8F8F8;
    padding: 100px 0;
}
#videos .header {
    max-width: 850px;
    margin: 0 auto 100px;
    text-align: center;
}
#videos .header h2 {
    color: #314151;
    text-align: center;
    font-family: Poppins;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 55px;
}
#videos .header p {
    color: #A1874B;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}
#videos img {
    width: 100%;
}

.modal{
    padding-right: 0;;
}

.modal-body{
    padding: 0;
}