html {
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
    color: #021624;
    font-size: 18px;
}

strong {
    font-family: 'allerbold';
    font-weight: 400;
}

.btn {
    font-size: 16px;
}

.w-100 {
    width: 100%;
}

.element-container {
    padding: 0 7rem;
    margin: 5rem auto;
    /* font-family: allerbold; */
    background-color: #fff;
    max-width: 1570px;
}

.top-banner {
    height: 100vh;
    max-height: 850px;
    background-size: cover;
    background-position: center;
    /* top banner text should vertically middle and left aligned */
    display: flex;
    align-items: center;
    justify-content: left;
    background-color: #fff;
}

.top-banner .side-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
    height: 100vh;
    max-height: 850px;
    z-index: 1;
    background-image: linear-gradient(to right, #011842, #0000);
}

.top-banner .side-area {
    background-color: #011842;
    width: 24%;
    height: 100%;
}

.top-banner .right-area {
    height: 100%;
    width: 76%;
    background-size: cover;
    background-position: center;
}

.top-banner-text {
    color: #fff;
    z-index: 2;
    position: absolute;
    left: 14.5%;
    line-height: 1;
    margin-top: 100px;
}

.top-banner-text h1 {
    max-width: 45%;
    font-size: 34px;
    margin-bottom: 1rem;
    font-family: 'allerbold';
    font-weight: 400;
    line-height: 50px;
    margin-top: 0px;
}

.top-banner-text h2 {
    font-size: 20px;
    font-family: 'aller_lightregular';
    font-weight: bold;
    margin-top: 50px;
}

.title-text-area {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.title-text h2,
.title-text div {
    max-width: 960px;
    font-size: 37px;
    font-weight: 400;
    /*padding: 0 10%;*/
    margin-top: 2rem;
    font-family: 'allerregular';
    background: -webkit-linear-gradient(#171b35, #7ca8c5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    padding-bottom: 10px;
}


/** Text and Image **/

.text-image-img {
    display: flex;
    justify-content: left;
    align-items: center;
    padding-right: 58.5px;
}

.text-image-img.landscape {
    padding-right: 15px;
}

.text-image-img.protrait {
    justify-content: center;
    /* max-width: 668px; */
    padding-right: 15px;
    padding-left: 58.5px;
}

.text-image-img.protrait.left {
    padding-left: 15px;
}

.text-image-img.landscape img {
    width: 100%;
}

.text-image-img img {
    max-height: 545px;
    /* width: 100%; */
    max-width: 785px;
}

.text-image-area {
    font-weight: 600 !important;
}

.text-image-area div.row {
    display: flex;
    align-items: center;
}

.text-image-area .col-md-6 {
    position: relative;
}

.text-image-area .text-image-text-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    margin-left: 15px;
    width: 100%;
    font-family: 'aller_lightregular';
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 1rem;
}

.text-image-area .text-image-text-btn h2,
.text-image-area .text-image-text-btn h3,
.text-image-area .text-image-text-btn h4,
.text-image-area .text-image-text-btn strong {
    font-family: 'aller_lightregular';
    font-size: 19px;
    font-weight: 700;
}

.text-image-area .text-image-text-btn .btn {
    font-size: 16px;
}

.text-image-area .text-image-text-btn.left {
    transform: translate(-50%, -50%);
    padding-right: 60px;
}

.text-image-area .text-image-text-btn.right {
    padding-left: 50px;
    margin-left: 0;
}


/** Text and Image end **/


/* .text-image-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto 0;
    min-height: 545px;
    padding-left: 58.5px;
} */


/* .text-image-text.left {
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 58.5px;
} */

.btn-ln {
    border-radius: 0;
    border: 2px solid #011842;
    background-color: #011842;
    background-image: none;
    color: #fff;
    padding: 5px 10px;
    font-family: 'aller_lightregular';
    font-weight: 400;
    outline: none !important;
}

.btn-ln:hover,
.btn-ln:focus {
    background-color: #fff;
    color: #011842;
}

.benifits-area-main {
    background-color: #91adbf;
}

.benifits-area {
    padding: 0 5rem;
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #91adbf;
}

.benifits-area a {
    text-decoration: none;
}

.benifits-area .benifit-container {
    text-align: center;
}

.benifits-area .benifit-img {
    width: 220px;
    height: 210px;
    border-radius: 10px;
    margin: 0 auto;
    /* needed to preserve rounded corners with object-fit in img, below */
    overflow: hidden;
    text-align: center;
    /* using flex for vertical align below */
    display: flex;
    justify-content: center;
    align-items: center;
    /* */
}

.benifits-area .benifit-img.landscape img {
    /* better way for vertical align and centered image * /
    height: 100%;
    width: 100%;
    object-fit: cover;
    */
    /* */
    height: 100%;
    display: inline;
    /* */
}

.benifits-area .benifit-img.portrait img {
    /* */
    width: 100%;
    /* */
}

.benifits-area .benifit-text {
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
    text-align: left;
}

.benifits-area .benifit-text div.benefit-title {
    font-size: 18px;
    font-family: 'allerbold';
    font-weight: 400;
    margin-top: 1rem;
}

.benifits-area .benifit-text p {
    font-size: 14px;
}

.faq-area {
    margin: 10rem auto;
}

.faq-item {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    margin: 0px;
}

.faq-item .question,
.faq-item .question strong {
    font-family: 'allerbold_italic';
    font-weight: 400;
}

.faq-item .question p {
    width: 500px;
    font-size: 28px;
    line-height: 1.35em;
}

.faq-item .question h2 {
    font-family: 'allerbold_italic';
    font-weight: 400;
    width: 500px;
    font-size: 28px;
    line-height: 1.2em;
    margin: 0 0 10px 0;
}

.faq-item .answer {
    font-family: 'aller_lightregular';
    font-size: 18px;
    line-height: 1.2em;
}

.faq-item .answer:hover {
    color: #000;
    cursor: pointer;
    /* font-family: allerbold; */
    /*font-weight: bold;*/
}

.application-list-area {
    margin: 10rem auto;
}

.application-list-area .btn-area {
    margin-top: 30px;
}

.application-lists {
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

.application-lists {
    /* margin-left: 155px;
    margin-right: 205px; */
    margin-bottom: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 155px;
    max-width: 1042px;
    margin: 0 auto;
    font-family: 'allerbold';
}

.application-lists li p {
    margin: 0;
}

.application-icons {
    margin-bottom: 2rem;
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: -19px;
}

.application-icons img {
    width: 100px;
    height: 100px;
    margin-right: 40px;
}

.application-icons p {
    margin: auto 0;
    color: #58829e;
}

.testimony-area {
    padding: 0;
    min-width: 100%;
}

.testimony {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 90px;
    padding-right: 90px;
    background-color: #57839e;
    margin-left: 0;
    /*60px;*/
    margin-right: 60px;
    color: #fff;
    /* height: 350px; */
    width: 615px;
}

.testimony.alt {
    background-color: #011842;
}

.testimony h2 {
    font-size: 23px;
    font-weight: 400;
    font-family: 'allerregular';
    margin: 0 0 25px 0;
}

.testimony h2 p {
    margin: 0px;
}

.testimony .text {
    margin-top: 25px;
}

.contact-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px !important;
    padding-top: 10px;
    font-family: 'allerbold';
}

.contact-form {
    width: 775px;
    margin-top: 50px !important;
}

.contact-form .contact-description-text {
    font-family: 'aller_lightregular';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    /*margin-left: 45px;*/
    margin-bottom: 30px;
    text-align: center;
}

.contact-form label {
    font-size: 18px;
    font-weight: 400;
}

.contact-form .btn {
    font-size: 18px;
    font-weight: 400;
}

.contact-form h2 {
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 35px;
    /*margin-left: 45px; */
    margin-top: 0;
    line-height: 1;
    text-align: center;
}

::placeholder,
.placeholder {
    font-size: 16px;
    color: #ddd !important;
}

.contact-wrapper {
    background-color: #fff !important;
}

.btn-blue-contact {
    font-family: 'aller_lightregular';
}


/** Desktop Responsive **/

@media (min-width: 1441px) {
    .header .logo {
        padding-top: 30px;
    }
    .top-banner-text h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .top-banner-text h2 {
        font-size: 25px;
    }
    .title-text-area {
        margin-top: 115px;
        margin-bottom: 115px;
    }
    .text-image-area {
        margin-bottom: 150px;
    }
}

@media (max-width: 1441px) {
    .top-banner-text h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .title-text h2 {
        font-size: 30px;
        max-width: 720px;
    }
    .text-image-area .text-image-text-btn {
        font-size: 17px;
    }
    .text-image-area .text-image-text-btn h2,
    .text-image-area .text-image-text-btn h3,
    .text-image-area .text-image-text-btn h4 {
        font-size: 17px;
    }
    .text-image-area .text-image-text-btn .btn {
        font-size: 16px;
    }
}


/** Responsive **/

@media (max-width: 1024px) {
    .top-banner-text h1 {
        font-size: 34px;
        line-height: 34px;
    }
    .application-icons-container {
        width: 300px;
    }
    .text-image-img {
        display: flex;
        justify-content: left;
        align-items: center;
        padding-right: 58.5px;
    }
    .text-image-img.landscape {
        padding-right: 15px;
    }
    .text-image-img.protrait {
        padding-left: 15px;
    }
    .text-image-area div.row {
        flex-direction: column;
    }
    .text-image-area .col-md-6 {
        position: unset;
    }
    .text-image-area .text-image-text-btn {
        position: unset;
        transform: none;
        display: block;
        /* flex-direction: column;
        align-items: baseline; */
        padding-top: 50px;
        padding-bottom: 50px;
        text-align: left;
    }
    .text-image-area .text-image-text-btn.left {
        transform: none;
        padding-right: 0;
    }
    .text-image-area .text-image-text-btn.right {
        padding-left: 0;
    }
    .text-image-area .text-image-text-btn {
        margin-left: 0;
    }
    .faq-item .question p,
    .faq-item .question h2 {
        width: 90%;
        font-size: 25px;
    }
}

@media (max-width: 991px) {
    .title-text h2 {
        font-size: 24px;
        max-width: 720px;
    }
    .benifits-area .benifit-container,
    .benifits-area .benifit-container a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .benifits-area {
        padding-top: 150px !important;
        padding-bottom: 150px !important;
    }
    .application-list-icon-area>.row>.application-lists {
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column;
        max-width: 100%;
    }
    .application-list-area>.row>.application-lists {
        /* */
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column;
        padding: 0 7rem;
    }
}


/** Tablet Responsive **/

@media (min-width: 768px) {
    .application-icons-container {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .top-banner .side-area {
        display: none;
    }
    .top-banner .right-area {
        width: 100%;
    }
    .top-banner .right-area::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 100vh;
        max-height: 850px;
        z-index: 1;
        background-image: linear-gradient(to right, #011842, #0000);
    }
    .top-banner-text h1 {
        font-size: 30px;
        line-height: 30px;
        max-width: 90%;
    }
    .top-banner-text h2 {
        max-width: 90%;
    }
    .application-list-area>.row>.application-lists {
        /* */
        display: flex;
        justify-content: center;
        align-items: left;
        flex-direction: column;
        padding: 0 7rem;
        /* */
        /* max-width: 40% !important; */
        /* column-gap: 40px; */
    }
    .element-container {
        padding: 0 2rem;
    }
    .top-banner .side-area {
        width: 30%;
    }
    .top-banner-text {
        left: 10%;
    }
    .title-text h2 {
        font-size: 24px;
        max-width: 720px;
    }
    .text-image-img img {
        max-width: 100%;
    }
    .text-image-text {
        min-height: 100%;
    }
    .text-image-text-btn {
        max-width: 100%;
    }
    /*
    .benifits-area .benifit-img img {
        width: 100%;
    }
    */
    /*
    .benifits-area .benifit-text {
        max-width: 100%;
    }
    */
    .faq-item .question p,
    .faq-item .question h2 {
        width: 100%;
    }
    .application-lists ul {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .application-icons {
        margin-left: 0;
        margin-right: 0;
    }
    .application-icons p {
        margin: auto 0;
    }
    .application-icons-area-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        max-width: 1042px;
        margin: 0 auto;
        column-gap: 155px;
    }
    .application-icons-container {
        width: 300px;
    }
    .contact-form {
        width: 100%;
    }
    .contact-form h2 {
        font-size: 30px;
    }
}

@media (max-width: 615px) {
    .testimony {
        width: 400px;
        padding: 20px;
    }
}

@media (max-width: 415px) {
    .testimony {
        width: 300px;
        padding: 20px;
    }
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.floating-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.floating-text h1 {
    font-size: 50px;
    font-family: 'allerbold';
    font-weight: 400;
    color: #fff;
}

.floating-text h3 {
    font-size: 25px;
    font-family: 'aller_lightregular';
    font-weight: 400;
    color: #fff;
}

.testimony-area-desktop {
    display: block;
}

.testimony-area-mobile {
    display: none;
}

@media (max-width: 500px) {
    .testimony-area-desktop {
        display: none;
    }
    .testimony-area-mobile {
        display: block;
    }
}


/* Testimony static ( class name changed due to avoid conflict with main carousel)*/

.feedback-section {
    padding: 30px 2%;
}


/* Flex container for feedback items */

.feedback-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
}


/* Individual feedback card wrapper */

.feedback-card-wrapper {
    flex: 1;
    display: flex;
}


/* Feedback card */

.feedback-card {
    background-color: #57839e;
    color: #fff;
    padding: 50px 40px;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* align-items: center; */
}

.feedback-card.single {
    width: 50%;
    justify-content: unset;
    margin: 0 auto;
}

.feedback-card.dark {
    background-color: #011842;
}

@media (max-width: 768px) {
    .feedback-card {
        padding: 30px 20px;
        font-size: 14px;
    }
    .feedback-card.single {
        width: 100%;
    }
    .feedback-container {
        gap: 10px;
    }
}

@media (max-width: 1441px) {
    .feedback-card.single {
        width: 60%;
    }
}
@media (max-width: 991px) {
    .feedback-card.single {
        width: 75%;
    }
}
@media (max-width: 768px) {
    .feedback-card.single {
        width: 100%;
    }
}



@media (max-width: 500px) {
    .feedback-container {
        flex-direction: column;
        gap: 5px;
    }
}


/** Testimony static end **/

.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease;
    color: transparent;
    font-size: 0;
}

.slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Positioning */

.slick-prev.slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-next.slick-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}


/* Hide button text */

.slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/* Left arrow */

.slick-prev.slick-arrow::before {
    transform: rotate(135deg);
}


/* Right arrow */

.slick-next.slick-arrow::before {
    transform: rotate(-45deg);
}