@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


:root {
     --color-white: #ffffff;
     --color-black: #263238;
     --color-black-dark: #000000;

     --color-green: #2BC06B;
     --color-blue: #0F48D9;
     --color-blue-dark: #0A0B5C;
     --color-blue-dark-2: #102C5B;
     --color-blue-lite: #0057FF;


     --color-red: #CF2E0A;
     --color-red-lite: #CF2E0A;

 
     --color-l_gray1: #E0E0E0;
     --color-l_gray2: #BFBFBF;


     --color-bg-1: #EFF4FB;
     --color-bg-2: #F9FAFB;
 }

 html {
    scroll-behavior: smooth;
  }

body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--color-black);
    font-weight: 400;
    font-style: normal;
}


.main_conty {
    position: relative;
}
.top_r_design {
    /* clip-path: polygon(54.5% 25%, 75% 25%, 75% 75%, 75% 75%); */
    clip-path: polygon(58% 0, 100% 0, 100% 100%);
    /* background-color: #000000; */
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 53%, rgba(9,23,45,1) 100%);
    height: 2400px;
    z-index: -1;
    position: absolute;
    width: 100%;
}

.header_section {
    padding: 20px 0;
}

.main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_right_ar {
    display: flex;
    gap: 15px;
}
.btn_gen {
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    color: var(--color-white);
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}
.btn_gen:hover {
    opacity: .9;
}

.btn_gen_2 {
    padding: 10px 60px;
    border-radius: 50px;
    text-decoration: none;
    color: var(--color-white);
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}
.btn_gen_2:hover {
    opacity: .9;
}

.bg_color_blue {
    background-color: var(--color-blue);
}
.bg_color_green {
    background-color: var(--color-green);
}
.bg_color_blue_dark {
    background-color: var(--color-blue-dark);
}
.bg_color_blue_dark {
    background-color: var(--color-blue-dark);
}
.bg_color_1 {
    background-color: var(--color-bg-1);
}
.bg_color_2 {
    background-color: var(--color-bg-2);
}



.main_banner_area {
    margin-top: 50px;
    position: relative;
}
.banner_main_heading {
    font-size: 52px;
    color: var(--color-blue-dark);
}
.banner_main_heading > span {
    background: -webkit-linear-gradient(0deg, var(--color-red-lite), var(--color-red));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner_txt_medium {
    font-size: 22px;
}

.banner_btn {
    margin-top: 8px;
    display: inline-block;
}


.banner_img {
    position: absolute;
    top: 0;
    right: 49px;
    z-index: -1;
}
.banner_img img {
    width: 90%;
}




.section_gen {
    border-radius: 30px;
    padding: 50px;
    margin-top: 50px;
}
.promise_image {
    width: 100%;
    overflow: hidden;
}
.promise_image img {
    width: 100%;
    object-fit: cover;
}
.promise_section {
    padding-right: 200px;
    position: relative;
}

.promose_data_section {
    position: absolute;
    right: -157px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-blue-lite);
    border-radius: 30px;
    padding: 20px 20px;
    width: 344px;
}

.promise_list {
    list-style: none;
    padding: 0;
    margin: 0;    
}
.promise_list li {
    color: var(--color-white);  
}
.promise_list_heading {
    font-size: 32px;
    margin-bottom: 6px;
    line-height: 1;
}
.promise_list_text {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.1;
}
.promise_list li + li {
    margin-top: 15px;
}


.company_carasuel .owl-carousel .owl-item img,
.cf_p_cara  .owl-carousel .owl-item img {
    display: block;
    width: auto;
}
.company_carasuel .owl-dots.custom__class,
.cf_p_cara .owl-dots.custom__class {
    display: none;
}
.company_carasuel .owl-nav.custom__class,
.cf_p_cara .owl-nav.custom__class {
    display: none;
}
.carasuel_heading {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
}
.company_carasuel {
    padding: 60px 0 30px 0;
}

.cf_p_cara {
    margin-top: 3rem;
}

.graph_image_section {
    background-color: var(--color-white);
    padding: 30px;
    border-radius: 30px;
}
.graph_image {
    margin-bottom: 20px;
}
.graph_image img {
    width: 100%;
    object-fit: cover;
}
.graph_txt {
    text-align: center;
    margin-bottom: 0;
}
.graph_heading {
    font-size: 36px;
    color: var(--color-blue-dark);
    line-height: 1.2;
}
.graph_sub_heading {
    margin-bottom: 0;
}
.graph_txt_sub {
    text-align: center;
    font-size: 26px;
    color: var(--color-blue-dark);
}

.mt50 {
    margin-top: 50px;
}
 

.gen_heading {
    color: var(--color-blue-dark);
    margin-bottom: 1rem;
}


.hiw_section {
    margin-top: 80px;
}
.hiw_image_thumb_ar {
    position: relative;
    margin-bottom: 1rem;
}
.hiw_image_thumb_ar > span {
    width: 100px;
    aspect-ratio: 1;
    background-color: var(--color-blue-dark);
}
.hiw_image_thumb_ar > span {
    width: 100px;
    aspect-ratio: 1;
    background-color: var(--color-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}
.hiw_arr {
    bottom: 0;
    position: absolute;
    right: 0;
}
.hiw_heading {
    font-size: 24px;
    color: var(--color-blue-dark);
}
.hiw_list {
    margin: 0;
    padding: 0;
    padding-left: 19px;
}
.hiw_list > li {
    color: var(--color-blue-dark-2);
}
.hiw_list > li > ul {
    color: var(--color-black);
}
.hiw_list > li > ul {
    color: var(--color-black);
    margin: 0;
    padding: 0;
    list-style: none;
}
.heading_ar_center {
    text-align: center;
    margin-bottom: 2.5rem;
}

.premonition_add_ar {
    background: var(--color-black);
    padding: 40px;
    border-radius: 30px;
    margin: 80px 0 50px 0;
    color: var(--color-white);
    padding-right: 310px;
    position: relative;
}
.premonition_logo {
    margin-bottom: 1rem;
}
.premonition_add_heading {
    font-size: 24px;
}
.premonition_add {
    margin-bottom: 0;
}
.premonition_add_img_r {
    position: absolute;
    bottom: 1px;
    right: 26px;
}
.premonition_add_img_r > img {
    /* width: 80%; */
}

.opa_thumb {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1rem;
}
.opa_thumb img {
    width: 100%;
    object-fit: cover;
}
.opa_txt {
    text-align: center;
}

.wwd_img_ar {
    width: 100%;
    overflow: hidden;
    border-radius: 15px;
}
.wwd_img_ar img {
    width: 100%;
    object-fit: cover;
}






/*----------------Accordian-------------------------*/

.acc {
}

.acc__card {
    margin-bottom: .5rem;
    position: relative;
}

.acc__title {
    background-color: var(--color-bg-1);
    color: var(--color-black);
    font-weight: 500;
    /* border: 1px solid var(--color_fborder); */
    border-radius: 50px;
    cursor: pointer;
    display: block;
    padding: 1em 1.5em;
    position: relative;
    text-align: left;
}

.acc__title::after {
    position: absolute;
    right: 15px;
    content: "\f105";
    font-size: 22px;
    font-family: 'Line Awesome Free';
    font-weight: 900;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__title.active::after {
    content: "\f107";
    font-family: 'Line Awesome Free';
    font-size: 22px;
    font-weight: 900;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.acc__panel {
    background: #fff;
    color: #212121;
    display: none;
    margin: 0;
    padding: 2em;
    text-align: left;
    font-size: 14px;
}

/*----------------Accordian-------------------------*/


.faq_section {
    margin-top: 80px;
}

.footer_bg {
    background: var(--color-bg-1);
    /* background: linear-gradient(0deg, var(--color-bg-1) 0%, var(--color-bg-2)); */
    background: linear-gradient(0deg, #cad1d9 0%, #e1eaf3) !important;
}
.footer_section {
    border-radius: 30px;
    padding: 40px;
    margin-top: 50px;
}
.testi_sectin {
    background: var(--color-white);
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
    gap: 30px;
}
.testi_img_thumb {
    width: 120px;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 10px;
}
.testi_img_thumb img {
    width: 100%;
    object-fit: cover;
}
.testi_heading {
    font-size: 20px;
    margin-bottom: 4px;
}
.csm_thumb_ar {
    position: relative;
    margin-bottom: 1rem;
}
.csm_thumb {
    width: 120px;
    aspect-ratio: 1;
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
}
.csm_thumb img {
    width: 100%;
    object-fit: cover;
}
.csm_arr {
    position: absolute;
    bottom: 0;
    right: 0;
}
.csm_txt {
    margin-bottom: 0;
    margin-top: .5rem;
    font-size: 20px;
}

.cf {
    border: 1px solid #E0E0E0;
    height: 50px;
}
.txtm {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.cf_link {
    color: var(--color-black);
}

.cf_btnc {
    text-align: center;
}

footer {
    margin: 50px 0;
}

.footer_social_ar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}
.footer_trpp_ar {
    text-align: center;
    margin-top: 1rem;
}
.footer_trpp_ar {
    gap: 10px;
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_link {
    color: var(--color-black);
}
.footer_link:hover {
    opacity: 0.8;
}
.footer_social_icon:hover {
    opacity: 0.8;
}
.footer_copyr_ar {
    margin-bottom: 0;
    margin-top: 1rem;
    text-align: center;
}

.form_geading {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.call_mobile {
    display: none;
}


#fixed_main_header {
    background: #fff;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.30);
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
    transform: translateY(-150px);
    z-index: 100;
    padding: 0 20px;
  }

/* *{
    outline: 1px solid red;
} */ 

.form-error {
    color: red;
    float: left;
}


/* 02072024  start */
.section_common {
    padding: 60px 0 0;
}
.out_promise_section {
    background-color: #f3f5fa;
    padding-bottom: 60px;
}

.heading_gen {
    margin-bottom: 30px;
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
}

.subheading_gen {
    font-size: 24px;
    /* line-height: 31px;
    font-weight: 800; */
    text-transform: uppercase;
    color: var(--color-blue-dark);
    
}

.testi_bloq{
    text-align: center;
}
.testi_bloq em {
    font-size: 32px;
    line-height: 38px;
    font-weight: 600;
}


span.quote {
    font-size: 18px;
    line-height: 28px;
    font-weight: 200;
}
.mobile_show {
    display: none;
}

.img_block_gen_overl {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}
.img_block_gen_overl img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/* 02072024 end */

@media only screen and (max-width: 1024px) {
    .header_section {
        padding: 30px 0 20px 0;
    }
    .banner_img {
        position: absolute;
        top: 109px;
        right: -1px;
        z-index: -1;
    }
    .promise_list_heading {
        font-size: 25px;
    }
    .promise_list_text {
        font-size: 14px;
    }
    .banner_txt_medium {
        font-size: 18px;
    }
    .header_section {
        padding: 23px 0 20px 0;
    }
    .premonition_logo img {
        height: 31px;
    }
}


@media only screen and (max-width: 767px) {
    .logo_ar img {
        height: 20px;
    }
    .top_r_design {
        display: none;
    }
    .hide_mobile {
        display: none;
    }
    .banner_img {
        display: none;
    }
    .banner_main_heading {
        font-size: 35px;
        color: var(--color-blue-dark);
    }
    .promise_image {
        margin-bottom: 1.5rem;
    }
    .promise_section {
        padding-right: 0;
    }
    .promose_data_section {
        position: relative;
        right: auto;
        top: auto;
        transform: translateY(0);
        border-radius: 15px;
        padding: 15px 15px;
        width: 100%;
    }
    .section_gen {
        border-radius: 15px;
        padding: 25px;
        margin-top: 30px;
    }
    .graph_image_section {
        padding: 15px;
        border-radius: 15px;
    }
    .graph_heading {
        font-size: 30px;
        text-align: center;
        margin-top: 1.5rem;
    }
    .graph_sub_heading {
        text-align: center;
    }
    .hiw_arr {
        display: none;
    }
    .hiw_sub_section {
        margin-bottom: 1.5rem;
    }
    .premonition_add_ar {
        padding: 22px;
        border-radius: 15px;
        margin: 20px 0 50px 0;
        padding-right: inherit;
    }
    .premonition_add_img_r {
        display: none;
    }
    .footer_section {
        border-radius: 15px;
        padding: 20px;
        margin-top: 36px;
    }
    .testi_sectin {
        padding: 20px;
        border-radius: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .testi_heading {
        text-align: center;
        margin-bottom: 1rem;
    }
    .csm_arr {
        display: none;
    }
    .csm_thumb_ar {
        text-align: center;
    }
    .csm_ar {
        text-align: center;
        margin-bottom: 1.5rem;
    }
    .txtm {
        width: 88%;
    }
    .premonition_add_heading {
        font-size: 18px;
    }
    .call_mobile {
        width: 41px;
        aspect-ratio: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-white);
        text-decoration: none;
        border-radius: 3px;
    }
    .call_mobile i {
        font-size: 24px;
    }
    .call_mobile img {
        width: 24px;
    }
    .main_banner_area {
        margin-top: 20px;
    }
    body {
        background: rgb(255, 255, 255);
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 96%, rgba(239, 244, 251, 1) 100%);
    }
    .company_carasuel .owl-carousel .owl-item img, .cf_p_cara .owl-carousel .owl-item img {
        margin: auto;
    }

    /* 02072024 */
    .mobile_hide {
        display: none;
    }
    .mobile_show {
        display: flex;
    }
}