:root{
    --color-orange: #FC9924;
    --color-light-blue: #16C1DF;
    --color-lighten-blue: #DAF1F8;
    --color-dark-blue: #0A6B98;
    --color-lp-text: #127296;
    --color-lp-secondary-text: #555555;
    --color-lp-white: #ffffff;
    --title-fs: 48px;
    --text-fs: 18px;
}

body * {
    box-sizing: border-box;
}

.page-template-page-lp .content-wrap,
.single-solutions .content-wrap {
    align-self: center;
    justify-self: center;
    width: 100%;
    max-width: 1100px;
    position: relative;
    display: flex;
    margin: 0 auto;
    direction: rtl;
}
.page-template-page-lp .btn,
.single-solutions .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    border-radius: 50px;
    color: var(--color-lp-white);
    width: fit-content;
    max-width: 100%;
}
.page-template-page-lp p a,
.single-solutions p a {
    text-decoration: underline;
}
.page-template-page-lp .btn-primary,
.single-solutions .btn-primary {
    background-color: var(--color-orange);
}
.page-template-page-lp .btn-secondary,
.single-solutions .btn-secondary {
    background-color: var(--color-light-blue);
}
.page-template-page-lp .content-wrap .section-title,
.single-solutions .content-wrap .section-title {
    font-size: 55px;
    color: var(--color-lp-text);
    text-align: start;
    margin-bottom: 10px;
}
.page-template-page-lp .content-wrap .separator,
.single-solutions .content-wrap .separator{
    background-color: var(--color-dark-blue);
    height: 5px;
    max-width: 125px;
    margin-bottom: 30px;
    width: 100%;
}
.page-template-page-lp .content-wrap .lead,
.single-solutions .content-wrap .lead {
    font-size: var(--text-fs);
    color: var(--color-dark-blue);
    font-weight: 400;
    margin-bottom: 30px;
}
.page-template-page-lp .content-wrap .lead.text-secondary,
.single-solutions .content-wrap .lead.text-secondary {
    color: var(--color-lp-secondary-text);
    font-weight: 300;
}
.lp-hero{
    padding: 90px 0;
}
.lp-hero .content-wrap{
    align-items: center;
    justify-content: space-between;
    gap: 85px;
}
.lp-hero .content-wrap .col{
    display: flex;
    flex-direction: column;
}
.lp-hero .content-wrap .col-image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.simple-steps{
    padding: 90px 0;
    background: url("../../images/sky-texture.jpg") no-repeat center center;
    background-size: cover;
}
.simple-steps .content-wrap{
    flex-direction: column;
}
.simple-steps .content-wrap .section-title{
    text-align: center;
}
.simple-steps .content-wrap .steps{
    display: flex;
    justify-content: center;
    align-items: center;

    /* flex-direction: row-reverse; */
}
.simple-steps .content-wrap .steps .step{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.simple-steps .content-wrap .steps .step .step-image {
    transform: rotate(180deg);
}

.simple-steps .content-wrap .steps .step .step-image img{
    max-width: 100%;
    max-height: 125px;
}
.simple-steps .content-wrap .steps .step:last-child .step-image img{
    max-height: 100px;
}
.simple-steps .content-wrap .steps .step .step-text{
    position: absolute;
    color: var(--color-lp-white);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.simple-steps .content-wrap .steps .step .step-text a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.simple-steps .content-wrap .steps .step .step-text .step-number{
    font-size: 50px;
    font-weight: 700;
}
.simple-steps .content-wrap .lead{
    text-align: center;
    margin: 20px auto;
}
.simple-steps .content-wrap .btn{
    margin: 30px auto 0;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 30px;
}
.content-section .content-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-section .content-wrap .btn{
    font-size: 24px;
    font-weight: 500;
    padding: 10px 30px;
}
.table-section{
    padding: 80px 0;
    background: url("../../images/sky-bg-large.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.table-section .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(218, 241, 248,0.75);
}
.table-section .content-wrap{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.choose-us-section{
    padding: 80px 0;
}
.choose-us-section .content-wrap{
    flex-direction: column;
}
.choose-us-section .content-wrap .section-title{
    text-align: center;
    margin-bottom: 30px;
}
.choose-us-section .content-wrap .cards-wrap .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 275px;
}
.choose-us-section .content-wrap .cards-wrap .card .card-image-wrap{
    background-color: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 125px;
    height: 125px;
    margin: auto;
    border-radius: 50%;
}

.choose-us-section .content-wrap .cards-wrap .card .card-image-wrap img{
    max-width: 70px;
    height: auto;
    object-fit: contain;
}
.choose-us-section .content-wrap .cards-wrap .card .card-text{
    font-weight: 300;
    text-align: center;
    padding: 15px;
    color: var(--color-lp-secondary-text);
}
.choose-us-section .content-wrap .cards-wrap .slick-arrow,
.clients-section .content-wrap .testimonials-wrap .slick-arrow{
    position: absolute;
    top: 35%;
    background-color: transparent;
    border:1px solid var(--color-dark-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-dark-blue);
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
.choose-us-section .content-wrap .cards-wrap .slick-arrow.fa-angle-right,
.clients-section .content-wrap .testimonials-wrap .slick-arrow.fa-angle-right{
    right: -65px;
}
.choose-us-section .content-wrap .cards-wrap .slick-arrow.fa-angle-left,
.clients-section .content-wrap .testimonials-wrap .slick-arrow.fa-angle-left{
    left: -65px;
}
.cta-section{
    padding: 80px 0;
}
.clients-section{
    padding: 80px 0;
}
.clients-section .content-wrap{
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}
.clients-section .content-wrap .section-title{
    text-align: center;
}
.clients-section .content-wrap .video-wrap{
    width: 100%;
    height: 500px;
}
.video-wrap iframe{
    width: 100%;
    height: 100%;
}
.clients-section .content-wrap .testimonials-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.clients-section .content-wrap .testimonials-wrap .testimonials-slider{
    width: 100%;
}
.clients-section .content-wrap .testimonials-wrap .slick-slide{
    display: block;
    max-width: 300px;
    margin-right: 90px;
}
.clients-section .content-wrap .testimonials-wrap .slick-slide img{
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.faq-section{
    padding: 80px 0;
    background: url("../../images/sky-bg-large.jpg") no-repeat center center;
}
.faq-section .content-wrap{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.faq-section .content-wrap .section-title{
    text-align: start;
    width: 100%;
}
.faq-section .content-wrap .faqs-accordion{
    width: 100%;
}
.faq-section .content-wrap .faqs-accordion .faq-item{
    padding: 14px 30px;
    background-color: var(--color-lp-white);
    margin-bottom: 20px;
    border-radius: 10px;
}
.faq-section .content-wrap .faqs-accordion .faq-item.active{
    padding: 24px 30px;
}
.faq-section .content-wrap .faqs-accordion .faq-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.faq-section .content-wrap .faqs-accordion .faq-question .faq-title,
.faq-section .content-wrap .faqs-accordion .faq-question .faq-title p,
.faq-section .content-wrap .faqs-accordion .faq-question .trigger{
    color: var(--color-dark-blue);
    font-weight: 700;
    font-size: 20px;
    margin: 0;
}

.faq-section .content-wrap .faqs-accordion .faq-content{
    color: var(--color-lp-secondary-text);
    font-weight: 300;
    font-size: var(--text-fs);
}
.contact-section{
    padding: 80px 0;
    background-color: var(--color-dark-blue);
    position: relative;
}
.contact-section .content-wrap{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact-section .content-wrap .section-title{
    margin-top: 0;
}
.contact-section .content-wrap .section-title,
.contact-section .content-wrap .lead{
    color: var(--color-lp-white)
}
.contact-section .content-wrap .lead{
    font-weight: 300;
}
.contact-section .content-wrap .form{
    display: flex;
    flex-direction: column;
}
form.wpcf7-form{
    align-items: flex-end;
}
.contact-form-inner-pages.contact-section{
    z-index: auto;
    right: auto;
    left: auto;
    width: auto;
}
.modal{
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}
.modal .modal-content{
    background-color: var(--color-lp-text);
    padding: 20px;
    border: 1px solid #888;
    width: auto;
    max-width: 960px;
    border-radius: 10px;
    margin: auto;
}
.modal .modal-content .modal-header{
    position: relative;
    color: var(--color-lp-white);
}
.modal .modal-content .modal-header .close-modal{
    position: absolute;
    right: 0;
    top: -25px;
    background: none;
    border: none;
    font-size: 32px;
    color: var(--color-lp-white);
}
.modal .modal-content .modal-header .modal-title{
    text-align: center;
}
.modal .modal-content .modal-body .contact-form-inner-pages{
    position: relative;
    z-index: auto;
    margin: auto;
}
.modal .modal-content .modal-body .contact-form-inner-pages .form{
    flex-direction: column;
    flex-wrap: wrap;
}
.modal.active{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal .modal-content .modal-body .contact-form-inner-pages .container{
    width: auto;
}
.modal .modal-content .modal-body .contact-form-inner-pages .bubble {
    display: flex;
    background: #127296;
    color: #C2C2C2;
    width: 28%;
    justify-content: space-between;
    height: auto;
    min-height: 37px;
    align-self: center;
    overflow: hidden;
    border-radius: 0;
}
.modal .modal-content .modal-body .contact-form-inner-pages .bubble >p {
    display: flex;
    background: #127296;
    color: #C2C2C2;
    justify-content: space-between;
    align-self: flex-end;
    border-radius: 0;
    height: 100%;
    min-height: 37px;
    width: 100%;
}
.modal .modal-content .modal-body .contact-form-inner-pages .bubble [data-name="cfp-radio-947"] > span > .first {
    width: 50%;
    font-size: 0.89em;
    position: relative;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 20px 0 0 20px;
    border-right: none;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble [data-name="cfp-radio-947"] > span > .first.active {
    border-right: 2px solid #FC9924;
    background: #FDEBD6;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble .active {
    background-color: #FC99242B;
    color: #FC9924;
    font-weight: 700;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble [data-name="cfp-radio-947"] > span > .last {
    width: 50%;
    font-size: 0.89em;
    position: relative;
    border: 2px solid;
    box-sizing: border-box;
    border-radius: 0 20px 20px 0;
    border-left: none;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble [data-name="cfp-radio-947"] > span > .last.active {
    border-left: 2px solid #FC9924;
    background: #FDEBD6;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble [data-name="cfp-radio-947"] > span {
    display: flex;
    height: 100%;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble [data-name="cfp-radio-947"] > span > span > label {
    cursor: pointer;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble [type="radio"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble span.wpcf7-list-item {
    margin: 0;
}

.modal .modal-content .modal-body .contact-form-inner-pages .bubble [data-name="cfp-radio-947"] {
    width: 100%;
}

.contact-form-inner-pages .form div.wpcf7-response-output.wpcf7-spam-blocked {
    display: none !important;
}

.table-wrapper {
    margin-top: 20px;
}

.lp-table {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 1100px;
    table-layout: fixed;
}

.lp-table th {
    padding: 25px 0 40px;
    vertical-align: bottom;
    text-align: center;
    border-right: 1px solid #00A8C6B2;
}

.lp-table th:first-child {
    border: none;   
}

.lp-table th:last-child {
    border-left: none;
}

.lp-table td.title {
    font-size: 16px;
    color: #127296;
    text-align: right;
    padding: 30px 40px 30px 0;
    font-weight: 700;
}

.lp-table td.title:first-child {
    border-top: 1px solid #00A8C6B2;
}

.lp-table td.title:not(:first-child) {
    border-bottom: 1px solid #00A8C6B2;
}

.lp-table td.image {
    padding: 40px 0;
    text-align: center;
}

.lp-table td.image,
.lp-table td.text {
    border-top: 1px solid #00A8C6B2;
    border-right: 1px solid #00A8C6B2;
}

.lp-table td.image:last-child,
.lp-table td.text:last-child {
    border-left: none;
}

.lp-table tr:last-child td.image,
.lp-table tr:last-child td.text {
    border-bottom: none;
}

.lp-table td.text {
    font-size: 18px;
    color: #555555;
    text-align: center;
    padding: 30px 13px;
}

@media screen and (max-width: 1023px){
    .page-template-page-lp .content-wrap,
    .single-solutions .content-wrap {
        padding: 0 15px;
    }
    .modal .modal-content {
        max-width: 600px;
    }
    .modal .modal-content .modal-body .contact-form-inner-pages form.wpcf7-form .user-info-is-flex{
        flex-direction: column;
    }
    .modal .modal-content .modal-body .contact-form-inner-pages .form form .user-info-is-flex > p{
        width: 100%;
    }
    .contact-form-inner-pages.contact-section .form form .user-info-is-flex > p{
        width: 100%;
    }

    .lp-hero .content-wrap .col-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 960px){
    .lp-hero .content-wrap{
        flex-direction: column;
    }
}
@media screen and (max-width: 768px){
    .modal .modal-content {
        max-width: 85%;
        margin: 0 auto;
    }
    .page-template-page-lp .btn,
    .single-solutions .btn {
        margin: 0 auto;
    }
    .page-template-page-lp section,
    .single-solutions section {
        padding: 35px 15px;
    }
    .page-template-page-lp .content-wrap .section-title,
    .single-solutions .content-wrap .section-title,
    .simple-steps .content-wrap .section-title{
        font-size: 36px;
        margin: 0 auto 20px;
    }
    .page-template-page-lp .content-wrap .separator,
    .single-solutions .content-wrap .separator{
        margin: 0 auto;
    }
    .page-template-page-lp .content-wrap .lead,
    .single-solutions .content-wrap .lead{
        text-align: center;
    }
    .content-section .content-wrap .btn{
        margin: 0 auto;
    }
    .page-template-page-lp .lp-hero .content-wrap,
    .single-solutions .lp-hero .content-wrap,
    .content-section .content-wrap{
        flex-direction: column;
    }
    .page-template-page-lp .content-wrap .section-title,
    .single-solutions .content-wrap .section-title,
    .simple-steps .content-wrap .section-title{
        text-align: center;
    }
    .table-section .table-image-wrap img{
        max-width: 100%;
        height: auto;
    }

    .choose-us-section .content-wrap .cards-wrap .card{
        max-width: 100%;
        width: 320px;
    }
    .clients-section .content-wrap .testimonials-wrap .slick-slide{
        max-width: 100%;
        margin-right: 15px;
        /*width: 320px !important;*/
    }

    .faq-section .content-wrap .faqs-accordion{
        margin-top: 15px;
    }
    .page-template-page-lp .content-wrap,
    .single-solutions .content-wrap {
        max-width: 100%;
    }
    .simple-steps .content-wrap .steps .step .step-image img{
        /*max-width: 100%;*/
        max-height: 100px;
    }
    .simple-steps .content-wrap .steps .step .step-text{
        flex-direction: column;
        align-items: center;
        gap: 5px;
        justify-content: center;
        text-align: center;
    }
    .simple-steps .content-wrap .steps .step .step-text .step-number{
        font-size: 32px;
    }
    .page-template-page-lp section.content-section,
    .single-solutions section.content-section {
        padding-bottom: 0;
    }

    .simple-steps .content-wrap .steps {
        flex-direction: column;
    }

    .double-scroll-wrapper {
        width: 100%;
        max-width: 100%;
        margin-top: 50px;
    }
    
    .scroll-top {
        overflow-x: auto;
        overflow-y: hidden;
        height: 17px;
        /* margin-bottom: 5px; */
    }
    
    .scroll-inner {
        height: 1px;
    }

    .table-wrapper {
        width: 100%;
        overflow-x: auto;
        /* margin-top: 50px; */
        margin-top: 0;
    }

    .table-wrapper .lp-table {
        width: 1100px;
        min-width: 700px;
        border-collapse: collapse;
    }
}
