/*-----------------------------------------------------------------------------------
Template Name: Jufiter HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/
@import url('../../../css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap');

/*-----------------
Fix for empty sliders
------------------*/
.swiper-slide-duplicate {
    display: none !important;
}

/*-------------------
2. Theme Default CSS
--------------------*/
button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
    font-family: "Poppins", Helvetica;
}

a {
    position: relative;
    z-index: 1;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #674DD6;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 700;
    color: #0F1D46;
    font-family: "Poppins", Helvetica;
    color: #0c0c0c;
    font-size: 36px;
}

html,
body {
    height: 100%
}

body {
    font-family: "Poppins", Helvetica;
    opacity: 0;
    color: #545454;
    font-family: "Poppins", Helvetica;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


.navigation,
.pagination {
    padding: 30px;
    border: 2px solid #ededed;
    width: 100%;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.nav-links .page-numbers.current {
    background-color: #FFAFBD;
    color: #ffffff;
    border-radius: 3px;
}

.big-nav-links {
    overflow: hidden;
}

.big-nav-links>div {
    display: inline-block;
    width: 50%;
    float: left;
}

.row.header_section {
    background-color: #ffffff;
    border-radius: 60px;
    box-shadow: 3px 5px 34px #c2a2a23b;
}

.header_menu_btn {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 60px;
    box-shadow: 2px 3px 26px #fe000042;
    position: relative;
    text-align: center;
    padding: 7px 20px;
}

.header_menu_btn a {
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
}


.howwork__item {
    padding: 15px;
    border: 1px solid var(--white);
}

.howwork__item .thumb {
    width: 120px;
    height: 120px;
}

.howwork__item .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
}

.howwork__item:hover {
    border-color: var(--mborder);
}

.howwork__item:hover .thumb {
    transform: rotate(5deg);
}

.howwork__item:hover a {
    color: var(--base);
}

.howwork__item .arrow1::before,
.howwork__item .arrow2::before,
.howwork__item .arrow3::before {
    position: absolute;
    bottom: 0;
    left: 100%;
    content: "";
    width: 200px;
    height: 120px;
    background: url(../img/cards/an-shap1.png) no-repeat center;
    background-size: contain;
}

@media (max-width: 1199px) {

    .howwork__item .arrow1::before,
    .howwork__item .arrow2::before,
    .howwork__item .arrow3::before {
        display: none;
    }
}

.howwork__item .arrow2::before {
    background: url(../img/cards/an-shale2.png) no-repeat center center;
    background-size: contain;
}

.howwork__item .arrow3::before {
    background: url(../img/cards/an-shape3.png) no-repeat center center;
    background-size: contain;
    bottom: -40px;
}

.work__icon.group_icon {
    background-color: #ffffff;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #ffeaeacc;
    border-radius: 53px;
    box-shadow: 2px 3px 36px #c9969626;
    height: 106px;
    width: 106px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.work__icon.group_icon img {
    max-height: 40px;
}

.howwork__item h4 {
    color: #0c0c0c;
    font-family: "Poppins", Helvetica;
    font-size: 20px;
    font-weight: 600;
    position: relative;
}

.howwork__item .badge_num {
    color: #fff0f0;
    font-family: "Poppins", Helvetica;
    font-size: 50px;
    font-weight: 700;
    left: 13%;
    letter-spacing: 0;
    line-height: 40px;
    opacity: 0.7;
    position: absolute;
    top: -15px;
    height: auto;
}

.what_we_do_box:nth-child(even) {
    margin-top: 10%;
}

.what_we_do_box:nth-child(1) .howwork__item .badge_num {
    left: 10%;
}

.what_we_do_box:nth-child(3) .howwork__item .badge_num {
    left: 8%;
}

.what_we_do_box:nth-child(4) .howwork__item .badge_num {
    left: 14%;
}

.what_we_do_box:nth-child(even) {
    margin-top: 10%;
}

.what_we_do_cols_section {
    position: relative;
}

.what_we_do_cols_section::before {
    background: url(assets/images/whatwedo_bg.svg) no-repeat top center;
    position: absolute;
    width: 100%;
    content: '';
    height: 118px;
    z-index: -1;
    top: 19%;
    left: 5%;
}

.service_inn_section {
    background: url(assets/images/service_bg.svg) no-repeat top center;
    background-size: 100%;
}

.service_cols_section .service_box_col {
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 2px 3px 30px #d8c6c60d;
    max-width: 94%;
    margin: 0 auto;
}

.philosophy_inn .service_cols_section .service_box_col {
    background: transparent;
}

.sub.ralt {
    color: #1f1f1f;
    font-family: "Poppins", Helvetica;
    font-size: 24px;
    font-weight: 600;
}

.service_box_col {
    background-color: #ffffff;
    border-radius: 26px;
    max-width: 94%;
    margin: 0 auto;
}

.service_link {
    display: block;
    padding-top: 10px;
    color: #fe0000;
    text-decoration: underline;
}

.call_action_content::before {
    background: linear-gradient(180deg, rgba(27.63, 27.63, 27.63, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 26px;
}

.call_action_content {
    background: url(assets/images/engage-img.png) no-repeat top center;
    position: relative;
    border-radius: 26px;
    background-size: cover;
}

.cmn--btn {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 60px;
    box-shadow: 2px 3px 26px #fe000042;
    width: 175px;
    height: 56px;
    display: block;
    line-height: 56px;
    color: #fff;
    margin: 0 auto 20px;
}

.cmn--btn span {
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    font-size: 16px;
    font-weight: 600;
}

.call_action_inncontent {
    position: relative;
}

.call_action_inncontent .section_title h4 {
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    font-weight: 700;
}

.call_action_inncontent h6 {
    color: #f1f1f1 !important;
    font-family: "Poppins", Helvetica;
    font-size: 24px;
    font-weight: 500;
}

.call_action_inncontent p {
    max-width: 630px;
    margin: 0 auto 40px;
}

.choose_content.philosophy_cont {
    max-width: 86%;
}

.row.justify-content-center.position-relative.philosophy_inn {
    z-index: 999;
}

.infrastructure_section {
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 2px 3px 30px #ddbcbc3d;
    padding: 100px 40px 20px;
    margin-top: -80px;
    position: relative;
    display: inline-block;
}

.infrastructure_section::before {
    content: '';
    background-color: #fe0000;
    border-radius: 20px;
    box-shadow: 2px 3px 30px #ddbcbc3d;
    height: 301px;
    opacity: 0.3;
    position: absolute;
    width: 500px;
    top: -17px;
    left: 20%;
    z-index: -1;
}

.privacy_section::before {
    content: '';
    background-color: #fe0000;
    border-radius: 20px;
    box-shadow: 2px 3px 30px #ddbcbc3d;
    height: 100px;
    opacity: 0.3;
    position: absolute;
    width: 60%;
    top: -17px;
    left: 3%;
    z-index: -1;
}

.infrastructure_section::after {
    content: '';
    background-color: #fe0000;
    border-radius: 20px;
    box-shadow: 2px 3px 30px #ddbcbc3d;
    height: 301px;
    opacity: 0.3;
    position: absolute;
    width: 60%;
    bottom: -17px;
    right: 3%;
    z-index: -1;
    max-width: 700px;
}

.privacy_section::after {
    content: '';
    background-color: #fe0000;
    border-radius: 20px;
    box-shadow: 2px 3px 30px #ddbcbc3d;
    height: 301px;
    opacity: 0.3;
    position: absolute;
    width: 60%;
    bottom: -17px;
    right: 3%;
    z-index: -1;
    max-width: 700px;
}

.infrastructure_section h4 {
    color: #1f1f1f;
    font-family: "Poppins", Helvetica;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 25px;
}

.infrastructure_cont p {
    margin-bottom: 25px;
    font-size: 15px;
}

.sponsor_inn_section {
    background: linear-gradient(180deg, rgb(27.63, 27.63, 27.63) 0%, rgb(0, 0, 0) 100%);
    border-radius: 26px;
    box-shadow: 2px 3px 30px #d8c6c60d;
}

.sponsors {
    display: flex !important;
    align-items: center;
    max-width: 80%;
    justify-content: space-around;
    margin: 0 auto;
}

.sponsors .item {
    background-color: #ffffff;
    border: 1px solid;
    border-color: #dadada;
    border-radius: 20px;
    height: 80px;
    /* width: 22%; */
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    margin: 0 15px;
}

.sponsors .item img {
    max-width: 60%;
}

.sponsors .owl-dots {
    display: none !important;
}


.choose_thumb.choose_thumb2.ralt.about_img {
    position: relative;
}

.choose_thumb.choose_thumb2.ralt.about_img::before {
    background-color: #fff5f5;
    border: 1px solid;
    border-color: #f5c7c7;
    border-radius: 26px;
    box-shadow: 2px 3px 30px #d8c6c60d;
    height: 80%;
    left: 15%;
    opacity: 0.8;
    position: absolute;
    top: 70px;
    width: 83%;
    content: '';
    z-index: -1;
}

.s_icon {
    background-color: #ffffff;
    border: 1px solid;
    border-color: #1e1e1e;
    border-radius: 26px;
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    margin-top: -9px;
}

.s_icon img {
    margin: 8px auto;
    width: 18px;
    display: block;
}

/* Slider */
.main-slider-five {
    position: relative;
    display: block;
    z-index: 91;
}

.main-slider-five .swiper-slide {
    position: relative;
    /* background-color: #f3f3f3; */
}

.mainmenu-area.v2.affix {
    padding-top: 0px;
    z-index: 999999999;
}


/* .main-slider-five .container {
    position: relative;
    padding-top: 289px;
    padding-bottom: 187px;
    z-index: 30;
} */

.main-slider-five__img {
    position: absolute;
    bottom: 0;
    right: -20px;
    mix-blend-mode: darken;
    transform: translateX(500px);
    opacity: 0;
    z-index: 2;
}

.main-slider-five__img img {
    width: auto;
}

.main-slider-five .swiper-slide-active .main-slider-five__img {
    opacity: 1;
    transform: translate(0);
    transition-delay: 2500ms;
    transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider-five__shape-1 {
    position: absolute;
    bottom: 0;
    right: -30px;
    mix-blend-mode: darken;
    opacity: 0.40;
    z-index: 1;
}

.main-slider-five__shape-1 img {
    width: auto;
}

.main-slider-five__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    z-index: 1;
}

.main-slider-five__shape-2 img {
    width: auto;
}

.main-slider-five__content {
    position: relative;
    display: block;
    padding-top: 25%;
}

.main-slider-five__content {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 2px 3px 30px #d8c6c642;
    z-index: 99;
    text-align: center;
    min-height: 400px;
    top: 20%;
    width: 100%;
}

.main-slider-five__content::before {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(252, 245, 245, 0) 76.04%);
    border-radius: 26px;
    box-shadow: 0px -3px 24px #FF3B330d;
    height: 246px;
    width: 110%;
    position: absolute;
    content: '';
    bottom: -25px;
    z-index: -9;
    left: -5%;
}

.main-slider-five__content::after {
    background: url(assets/images/banner_dots.png) no-repeat top left;
    height: 80px;
    width: 80px;
    position: absolute;
    content: '';
    top: -25px;
    left: -5%;
    background-size: 100% 100%;
}

.main-slider-five__title {
    position: relative;
    font-size: 80px;
    color: var(--insur-black);
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 18px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-five__text {
    font-size: 18px;
    color: var(--insur-gray);
    font-weight: 400;
    letter-spacing: var(--insur-letter-spacing);
    line-height: 30px;
    padding-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-five__btn-box {
    position: relative;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
    -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease;
    transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-five__btn {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 17px 50px 17px;
    border-radius: 30px;
}

.main-slider-five .swiper-slide-active .main-slider-five__title,
.main-slider-five .swiper-slide-active .main-slider-five__text,
.main-slider-five .swiper-slide-active .main-slider-five__btn-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
}

.main-slider-five__nav {
    position: absolute;
    bottom: 50px;
    left: 50px;
    z-index: 100;
    display: flex;
    align-items: center;
}


.main-slider-five__nav .swiper-button-next,
.main-slider-five__nav .swiper-button-prev {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: rgba(var(--insur-black-rgb), 1);
    background-color: var(--insur-white);
    border: 0;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    transition: all 500ms ease;
}

.main-slider-five__nav .swiper-button-next:hover,
.main-slider-five__nav .swiper-button-prev:hover {
    color: rgba(var(--insur-white-rgb), 1);
    background-color: var(--insur-black);
}

.swiper-button-prev img {
    max-height: 21px;
}

.swiper-button-next img {
    max-width: 25px;
}

.main-slider-five__nav .swiper-button-next::after,
.main-slider-five__nav .swiper-button-prev::after {
    display: none;
}

.main-slider-five__nav .swiper-button-prev {
    margin-right: 10px;
}

#main-slider__swiper-button-next {
    position: relative;
}

.swiper-button-next::before {
    background: linear-gradient(180deg, rgb(231.63, 193.99, 193.99) 0%, rgba(255, 255, 255, 0) 100%);
    border-radius: 18px;
    height: 36px;
    left: 10px;
    opacity: 0.76;
    content: '';
    position: absolute;
    width: 36px;
}

.main-slider-five__content {
    position: relative;
    display: block;
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 2px 3px 30px #d8c6c642;
    z-index: 99;
    text-align: center;
    min-height: 400px;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.service_slide_head {
    background: url(assets/images/service_head_bg.svg) no-repeat left center;
    background-size: 65%;
}

.testimonails-2 .single-testimonial .thumb {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 20px;
    background-color: #fff4f4;
    border: 2px solid;
    border-color: #ffeaeacc;
    border-radius: 53px;
    height: 106px;
    width: 106px;
}

.testimonails-2 .single-testimonial .thumb img {
    margin: auto;
    padding-top: 27%;
}

.services__main-content {
    position: relative;
    margin-bottom: 100px;
}

.testimonails-2 .single-testimonial {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 2px 3px 30px #d8c6c633;
    min-height: 230px !important;
    max-width: 96%;
}

.testimonails-2.paginate::before {
    content: '';
    background-color: #fff2f2;
    border-radius: 24px;
    height: 75%;
    opacity: 0.6;
    position: absolute;
    width: 105%;
    bottom: -3%;
    left: -3%;
}

.testimonails-2.paginate {
    max-width: 96%;
    margin: 0 auto;
    top: 75px;
    padding-bottom: 1%;
}

.testimonails-2 .owl-controls {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 999999;
}

.owl-dot.active span {
    background-color: #fe0000 !important;
    border-radius: 6px !important;
    height: 12px !important;
    position: relative !important;
    width: 12px !important;
}

.owl-dot span {
    background-color: #f3e8e8 !important;
    border-radius: 6px !important;
    height: 12px !important;
    position: relative !important;
    width: 12px !important;
}

.owl-dot.active {
    border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-color: #fe0000;
    border-radius: 16px;
    height: 24px;
    width: 24px;
    margin-right: 5px;
}

#scrollUp {
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: #674DD6;
    background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF));
    background: #fe0000 !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0);
    color: #ffffff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 20px;
}

#ptTimeSelectCntr {
    display: none !important;
}

.howwork__item a {
    color: #fe0000;
}

#career_box button.close {
    position: absolute;
    top: 25px;
    left: 25px;
    background: #fff;
    z-index: 99999;
    padding: 5px;
    border-radius: 100%;
    width: 30px;
}

.modal-header .close span {
    border: 1px solid #fe0000;
    width: 28px;
    display: block;
    border-radius: 30px;
    height: 28px;
    line-height: 28px;
}

.modal-open .modal {
    display: flex !important;
    align-items: center;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* .modal-header::before {
    display: none;
}

.modal-header::after {
    display: none;
} */

.modal-header h6 {
    font-size: 20px;
    font-weight: 500;
    color: #666;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: none !important;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: none !important;
}

.single-testimonial h4 {
    cursor: pointer;
}

.modal.fade.in {
    z-index: 99999999;
}


/* Landing Page Two */
.row.landing_page_banner_section {
    background-color: #fff2f2;
}

.mainmenu-area.lp_two_mainmenu {
    padding: 20px 0;
}

.header_section.lp_two_header {
    border-radius: 0;
    box-shadow: none;
}

.landing_page_banner_section {
    background-color: #fff2f2;
    padding-top: 30px;
    padding-bottom: 30px;
}

.landing_page_banner_section img {
    max-height: 420px;
    right: -35%;
    position: relative;
}

.landing_page_banner_section .section_title h4 {
    color: #0c0c0c;
    font-family: "Poppins", Helvetica;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
}

.landing_page_banner_section .section_title p {
    color: #545454;
    font-family: "Poppins", Helvetica;
    font-size: 17px;
    font-weight: 400;
}

.landing_page_banner_section .section_title a {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 60px;
    box-shadow: 2px 3px 26px #fe000042;
    height: 52px;
    position: relative;
    width: 175px;
    display: block;
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    line-height: 52px;
}

.landingtwo_form_section {
    background-color: #ffffff;
    border-radius: 26px;
    box-shadow: 2px 3px 40px #d8c6c63d;
    position: relative;
}

.landingtwo_form_section::before {
    content: '';
    position: absolute;
    background: url(assets/images/land_two_round.png) top left no-repeat;
    background-size: 150px;
    top: -60px;
    left: -60px;
    z-index: -1;
    width: 150px;
    height: 150px;
}

.landingtwo_form_section::after {
    content: '';
    position: absolute;
    background: url(assets/images/land_two_dots.png) bottom right no-repeat;
    background-size: 110px;
    bottom: -34px;
    right: -40px;
    z-index: -1;
    width: 120px;
    height: 130px;
}

.landingtwo_form_info h3 {
    color: #0c0c0c;
    font-family: "Poppins", Helvetica;
    font-size: 20px;
    font-weight: 400;
    max-width: 70%;
    line-height: normal;
}

.landingtwo_form_info ul {
    background-color: #fffafa;
    border-radius: 30px;
    max-width: 95%;
}

.landingtwo_form_info ul h6 {
    color: #fe0000;
    font-family: "Poppins", Helvetica;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.landingtwo_form_info ul li {
    color: #0c0c0c;
    font-family: "Poppins", Helvetica;
    font-size: 14px;
    font-weight: 400;
    background: url(assets/images/landingtwo_list.png) no-repeat left top;
    background-size: 15px;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 15px;
}

.landingtwo_form_info p {
    color: #0c0c0c;
    font-family: "Poppins", Helvetica;
    font-size: 16px;
    font-weight: 500;
    max-width: 85%;
    margin-top: 35px;
}

.landingtwo_form_col h6 {
    font-family: "Poppins", Helvetica;
    font-size: 28px;
    font-weight: 600;
    color: #0c0c0c;
    margin-bottom: 40px;
}

.landingtwo_form_col h6 span {
    color: #fe0000;
}

.landing_two_ad_form label {
    color: #545454;
    font-family: "Poppins", Helvetica;
    font-size: 14px;
    font-weight: 400;
}

.landing_two_ad_form .form-group {
    margin-bottom: 20px !important;
}

.landing_two_ad_form .form-group .form-control {
    background-color: #ffffff;
    border: 1px solid #e1e2e3 !important;
    border-radius: 12px;
    height: 50px;
    padding: 0 20px;
    box-shadow: none !important;
    outline: none !important;
}

.landing_two_ad_form .btn.btn-benefit {
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 60px;
    box-shadow: 2px 3px 26px #fe000042;
    height: 52px;
    position: relative;
    width: 175px;
    display: block;
    color: #ffffff;
    font-family: "Poppins", Helvetica;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    margin-top: 50px;
}

.landing_two_ad_form input::-webkit-input-placeholder {
    /* Edge */
    color: #545454;
    font-family: "Poppins", Helvetica;
    font-size: 14px;
}

.landing_two_ad_form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #545454;
    font-family: "Poppins", Helvetica;
    font-size: 14px;
}

.landing_two_ad_form input::placeholder {
    color: #545454;
    font-family: "Poppins", Helvetica;
    font-size: 14px;
}

.landingtwo_third_dection.testimonial-section {
    background: linear-gradient(180deg, rgb(255, 245.44, 245.44) 0%, rgba(255, 245, 245, 0) 100%);
    position: relative;
    padding: 50px 0;
}

.testimonial-founder-text {
    padding-left: 30px;
    position: relative;
}

.testimonial-founder-box {
    clear: both;
}

.testimonial-founder-text::before {
    content: '';
    background-color: #f5c7c7;
    height: 2px;
    width: 22px;
    position: absolute;
    margin-right: 50px;
    left: 0;
    top: 50%;
}

.testimonial-img_content {
    display: flex;
    align-items: center;
}

.testimonial-wrap {
    padding: 35px 25px 15px;
}

.testimonial-single {
    background-color: #ffffff;
    border-radius: 26px;
    padding: 20px 20px 10px;
    margin-bottom: 30px;
    max-width: 90%;
}

.testimonial-wrap .testimonial-single:first-child {
    margin-left: 10%;
}

.testimonial-img_content img {
    max-width: 70px;
}

.testimonial-text-2 {
    color: #252525;
    font-family: "Poppins", Helvetica;
    font-size: 18px;
    font-weight: 500;
    max-width: 430px;
    padding-left: 20px;
}

.testimonial-client-review {
    padding-left: 90px;
}

.testimonial-client-review span {
    float: left;
}

.testimonial-client-review span img {
    max-width: 18px;
}

.testimonial-founder {
    padding-left: 90px;
    padding-top: 10px;
}

.testimonial-right::before {
    content: '';
    position: absolute;
    background-color: #ffe3e3;
    border-radius: 20px;
    width: 60%;
    min-height: 100%;
    right: 0;
}

.landingtwo_third_dection.testimonial-section .owl-nav {
    position: absolute;
    left: -100%;
    z-index: 99999;
    bottom: 5%;
}

.landingtwo_third_dection.testimonial-section .section-title-title {
    color: #0c0c0c;
    font-family: "Poppins", Helvetica;
    font-size: 52px;
    font-style: italic;
    line-height: 67px;
    letter-spacing: 0;
}

.landingtwo_third_dection.testimonial-section .section-title-sub-title {
    color: #534f5e;
    font-family: "Work Sans", Helvetica;
    font-size: 20px;
    font-weight: 400;
    padding-top: 10px;
}

.landingtwo_third_dection.testimonial-section .owl-carousel .owl-controls .owl-nav>div {
    display: inline-block;
    margin: 0 15px 0 0;
    transition: 0.3s;
    background: #ffe3e3;
    border-radius: 30px;
    height: 52px;
    width: 52px;
    box-shadow: none !important;
}

.landingtwo_third_dection.testimonial-section .owl-prev span {
    background: url(assets/images/arrow-left-tm.svg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    margin: 14px auto;
}

.landingtwo_third_dection.testimonial-section .owl-next span {
    background: url(assets/images/arrow-right-tm.svg) no-repeat center;
    background-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    margin: 14px auto;
}

.landingtwo_third_dection.testimonial-section .owl-carousel .owl-controls .owl-nav>div:hover span {
    filter: invert(1);
}

.landingtwo_third_dection.testimonial-section .owl-carousel .owl-controls .owl-nav>div:hover {
    color: #103178;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 30px;
    box-shadow: 2px 3px 26px #fe000042 !important;
}

.modal-backdrop {
    display: none !important;
}

/* Contact Section Styles */

.contact_form_col {
    background: linear-gradient(180deg, #1c1c1c 0%, #000 100%);
    padding: 30px;
    border-radius: 24px;
    box-shadow: 2px 3px 30px rgba(217, 199, 199, 0.05);
    position: relative;
    z-index: 999;
}

.contact_form_col::before {
    content: '';
    position: absolute;
    background: url(../images/contact-ellipse.svg) no-repeat top right;
    z-index: 9999;
    width: 70px;
    height: 70px;
    right: -40px;
    top: -40px;
}

.contact_form_col::after {
    content: '';
    position: absolute;
    background: url(../images/contact-btm-ellipse.svg) no-repeat top right;
    z-index: 9999;
    width: 131px;
    height: 106px;
    right: -70px;
    bottom: -80px;
}

.comment-form__input-box input {
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid !important;
    background: transparent !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    margin-bottom: 2.5rem;
    color: rgba(255, 255, 255, 0.60);
    width: 100%;
    display: block;
}

.comment-form__input-box textarea {
    border-bottom: rgba(255, 255, 255, 0.2) 1px solid !important;
    background: transparent !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    margin-bottom: 2.5rem;
    width: 100%;
    display: block;
    color: rgba(255, 255, 255, 0.60);
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

.comment-form__input-box label {
    font-weight: 400;
    color: #fff;
}

.thm-btn.comment-form__btn {
    border-radius: 60px;
    background: linear-gradient(180deg, #FF5656 0%, #FE0000 100%);
    box-shadow: 2px 3px 26px 0px rgba(254, 0, 0, 0.26);
    width: 145px;
    height: 46px;
    flex-shrink: 0;
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: none;
    display: block;
    margin-top: 10px;
}

/* Thankyou page */

.thankyoupage {
    background: url(assets/images/thankspage-bg.jpg) no-repeat top left;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.content_container.thankyou_page .group-3 {
    max-width: 400px;
}

.thanks-for {
    font-family: "Poppins", Helvetica;
    font-weight: 700;
    color: #0c0c0c;
    font-size: 4rem;
    text-align: center;
    letter-spacing: 0;
    line-height: 80px;
    white-space: nowrap;
}

.your-message-has {
    font-family: "Poppins", Helvetica;
    font-weight: 400;
    color: #1f1f1f;
    font-size: 1.6rem;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}

.overlap-group-wrapper {
    width: 165px;
    height: 50px;
    border-radius: 60px;
    box-shadow: 2px 3px 26px #fe000042;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 25px auto 0;
}

@media (max-width:639px) {
    .thanks-for {
        font-family: "Poppins", Helvetica;
        font-weight: 700;
        color: #0c0c0c;
        font-size: 27PX;
        text-align: center;
        letter-spacing: 0;
        line-height: 40px;
        white-space: nowrap;
        margin-top: 50px;
    }

}


.section-sub-title {
    color: #FE0000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.section-title__title {
    color: #0D0D0D;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    text-transform: capitalize;
    margin-bottom: 35px;
    margin-top: -10px;
}

.testimonial-one__client-name {
    color: #000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
}

.testimonial-one__client-sub-title {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0;
}

.testimonial-one__client-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

.testimonial-one__single a {
    color: #FE0000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.testimonial-one {
    position: relative;
    /* margin-top:60px; */
}

.testimonial-one__single {
    border-radius: 26px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 30px;
}

.testimonial-one__single:hover {
    border-radius: 26px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 30px;
    box-shadow: 2px 3px 30px 0px rgba(217, 199, 199, 0.26);
}

.testimonial-one__carousel .owl-prev {
    background: transparent !important;
    box-shadow: none !important;
    width: 36px !important;
    height: 36px !important;
}

.testimonial-one__carousel .owl-next {
    background: transparent !important;
    position: relative;
    box-shadow: none !important;
    width: 36px !important;
    height: 36px !important;
}

.testimonial-one__carousel .owl-next:before {
    background: linear-gradient(180deg, rgb(231.63, 193.99, 193.99) 0%, rgba(255, 255, 255, 0) 100%) !important;
    border-radius: 18px !important;
    height: 36px !important;
    left: 10px;
    opacity: 0.76;
    content: '';
    position: absolute;
    width: 36px !important;
    content: "";
    top: 10px
}

.owl-controls {
    position: absolute;
    top: -80px;
    right: 10px;
}

.testimonial_modal {
    background: rgba(0, 0, 0, 0.7);
}

.testimonial-one__client-details img {
    max-height: 46px;
    margin-right: 15px;
}

.testimonial-one__client-details {
    display: flex;
    align-items: center;
}

.modal-body .testimonial-one__client-img-box {
    position: absolute;
}

.testimonial_modal .modal-body p {
    padding-left: 70px;
    font-size: 15px;
    line-height: 24px;
}

.testimonial_modal .modal-dialog {
    border-radius: 26px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 20px;
}

.testimonial_modal .modal-dialog .modal-body {
    position: relative;
    padding: 15px;
    max-height: 410px;
    overflow-y: scroll;
}

.testimonial-one__text {
    margin-bottom: 20px;
}

.testimonial-one__client-img-box {
    margin-right: 12px;
    max-width: 45px;
}

.modal-body {
    scrollbar-width: thin;
}

.modal-body::-webkit-scrollbar {
    width: 7px;
}

.modal-body::-webkit-scrollbar-track {
    background: transparent;
}

.modal-body::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.3);
    border-radius: 20px;
    border: transparent;
}

.item .testimonial-one__quote {
    width: 45px;
    position: absolute;
    right: 20px;
}

.service_modal {
    background: rgba(0, 0, 0, 0.7);
}

.service_modal .modal-body p {
    padding-left: 0;
    font-size: 15px;
    line-height: 24px;
}

.service_modal .modal-dialog {
    border-radius: 26px;
    border: 1px solid #E7E7E7;
    background: #FFF;
    padding: 20px;
}

.service_modal .modal-body {
    padding: 15px 0;
}

.service_modal .modal-body p {
    display: flex;
}

.service_modal .modal-body p span {
    margin-right: 10px;
}

/* cookies Script*/
.cookies-prompt {
    width: 75%;
    position: fixed;
    bottom: 15px;
    left: 10%;
    right: 10%;
    z-index: 99999999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: #ffffff;
    border: 1px solid #fff;
    padding: 16.5px 24px;
    /* box-shadow: 0 -1px 10px 0 #acabab4d; */
    box-shadow: 3px 5px 34px #c2a2a23b;
    border-radius: 60px;
}

.cookies-prompt__content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.cookies-prompt__content p {
    margin: 0;
    font-size: 14px;
    flex: 2;
    text-align: right;
}

.cookies-prompt__content p a {
    color: #FE0000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}

.cookies-prompt__actions {
    display: flex;
    gap: 10px;
    align-items: center;
    /* justify-content: space-between; */
    flex: 1;
}

.btn {
    padding: 8px 16px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.btn-accept {
    color: #fff !important;
    background: linear-gradient(180deg, rgb(255, 86.06, 86.06) 0%, rgb(254, 0, 0) 100%);
    border-radius: 60px;
    box-shadow: 2px 3px 26px #fe000042;
    position: relative;
    text-align: center;
    padding: 7px 20px;
}

.btn-deny {
    color: #212121;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(254, 254, 254) 100%);
    border-radius: 60px;
    position: relative;
    text-align: center;
    padding: 7px 20px;
    border: 1px solid #999;
}

.privacy_policy_content strong {
    font-weight: 600;
    color: #1f1f1f;
}

.privacy_policy_content p {
    margin-bottom: 15px !important;
}

.privacy_policy_content h4 {
    margin-bottom: 10px !important;
    font-size: 22px !important;
    margin-top: 25px !important;
}

.privacy_policy_content ul {
    padding: 0;
    list-style: decimal;
    list-style-position: outside;
    list-style-position: inside;
    margin-bottom: 20px;
}

.privacy_policy_content ul li {
    margin-bottom: 10px;
}

.checkbox .checkbox-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}


.checkbox {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.checkbox .checkbox-control {
    border-radius: 6px;
}

.checkbox .checkbox-control {
    position: relative;
    width: 22px;
    height: 22px;
    min-width: 22px;
    min-height: 22px;
    border: 1px solid #fff;
    transition: cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 6px;
    margin-right: 10px;
}

.checkbox .checkbox-control::before,
.checkbox .checkbox-control::after {
    content: "";
    position: absolute;
    transition: transform var(--transition-duration) var(--transition-timing), opacity var(--transition-duration) var(--transition-timing);
    will-change: transform, opacity;
}

.checkbox .checkbox-control::before {
    top: 50%;
    left: 50%;
    width: 44px;
    height: 44px;
    background-color: rgba(100, 108, 255, 0.3);
    border-radius: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
}

.checkbox .checkbox-control::after {
    left: 50%;
    top: 45%;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
    opacity: 0;
}

.checkbox .checkbox-input:checked~.checkbox-control {
    background: linear-gradient(180deg, #FF5656 0%, #FE0000 100%);
    border: none;
}

.checkbox .checkbox-input:checked~.checkbox-control::before {
    animation: ripple 240ms linear;
}

.checkbox .checkbox-input:checked~.checkbox-control::after {
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
    opacity: 1;
}

.checkbox .checkbox-label {
    font-size: 14px;
    user-select: none;
}

.checkbox .checkbox-label a {
    color: #FF5656;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize;
}