/* Important NOTE :- */
/* 1 - Header css in header.css file*/
/* 2 - Comman css in global.css file*/

/*======================*/

.banner {
    background: url(../images/banner2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.banner.wave2::before {
    filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(1100%)
        hue-rotate(317deg) brightness(119%) contrast(119%);
}

.banner_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2c3c81;
}

.banner_logo img {
    max-width: 300px;
}

.banner_text {
    max-width: 530px;
    margin-left: 60px;
    padding: 150px 0;
    text-align: center;
    position: relative;
    z-index: 9;
}

.banner_text::before {
    content: "";
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 65%;
    background-color: #ffffff;
    filter: blur(100px);
    z-index: -1;
    opacity: 1;
}

.banner_text h1 {
    border-bottom: 1px solid #2c3c81;
    max-width: 100%;
    margin: auto;
    padding-bottom: 15px;
}

.banner_text p {
    color: var(--peracomman);
    margin-top: 15px;
}

.banner_text h1 span {
    font-size: 23px;
    display: inline-block;
}

/*  Section 3 Start*/

.who_we {
    background: var(--bgColorLightOrange);
    padding-bottom: 50px;
}

.who_we_inside {
    grid-template-columns: repeat(auto-fit, minmax(min(373px, 100%), 1fr));
    display: grid;
    gap: var(--gap30);
}

.who_we .custom_heading h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap15);
    margin-bottom: 15px;
}

.who_we .custom_heading h2::before,
.who_we .custom_heading h2::after {
    content: "";
    background: linear-gradient(
        to right,
        transparent,
        #2c3c81,
        #2c3c81,
        transparent
    );
    opacity: 0.6;
    width: 60px;
    height: 2px;
    display: inline-block;
}

.who_we_ins_content {
    text-align: center;
}

.who_we_ins_pera p {
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.who_we_ins_pera p::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2c3c81;
    background: linear-gradient(
        to right,
        transparent,
        #2c3c81,
        #2c3c81,
        transparent
    );
    opacity: 0.6;
}
.who_we_ins_grid {
    padding-top: 20px;
}

.who_we_ins_grid ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.who_we_ins_grid ul li {
    padding: 0 15px;
    position: relative;
    width: 33.33%;
}
.who_we_ins_grid ul li::after {
    position: absolute;
    content: "";
    background: linear-gradient(
        to top,
        transparent,
        #2c3c81,
        #2c3c81,
        transparent
    );
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}

.who_we_ins_grid ul li:last-child::after {
    display: none;
}

.wwig_text p {
    color: var(--peracomman);
}

.wwig_img {
    margin-bottom: 5px;
}
.wwig_img img {
    max-width: 80px;
    margin: auto;
}

/*  Section 4 Start*/

.home_program {
    background: url(../images/bg_banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.home_program_grid_wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(236px, 100%), 1fr));
    gap: var(--gap30);
}

.home_program_grid_box {
    text-align: center;
    background-color: #ffffff8c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #00000033;
}

.hpg_box_head {
    background: url(../images/work1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    padding: 30px 10px;
    text-align: center;
    z-index: 9;
}

.hpg_box_head h4 {
    color: var(--headingColorWhite);
    margin-bottom: 0;
}

.home_program_grid_box:nth-child(1) .hpg_box_head {
    background: url(../images/work1.jpg);
}

.home_program_grid_box:nth-child(2) .hpg_box_head {
    background: url(../images/work2.jpg);
}

.home_program_grid_box:nth-child(3) .hpg_box_head {
    background: url(../images/work3.jpg);
}

.hpg_in {
    padding: 15px;
}

.hpg_in ul li {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #2c3c81;
    border-bottom: 1px solid #2c3c8133;
    color: var(--peracomman);
}

.hpg_box1 {
    background: url(../images/work1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}

/*  Section 5 Start*/

.home_vision_mission {
    background: var(--bgColorLightOrange) url(../images/bg_banner3.1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.home_vision_mission_inside {
    display: flex;
    position: relative;
}
/*.home_vision_mis .custom_heading p,
.who_we_ins_content .custom_heading p{
    font-weight: 600;
    color: var(--peracolor1);
    }*/
.home_vision_mis {
    padding: 0 30px;
    width: 50%;
}

.home_vision_mis:first-child {
    border-right: 1px solid #2c3c814d;
}

.home_vision_mission .custom_heading h2 {
    font-size: var(--font_h3);
}

.home_vision_mission .custom_heading h2::before,
.home_vision_mission .custom_heading h2::after {
    width: 10%;
}

.hbl_wrap ul li {
    position: relative;
    color: var(--peracomman);
    text-align: center;
}

.hbl_wrap ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: var(--headingColorBlue);
    border-radius: 10px;
    display: inline-block;
    top: -3px;
    left: -10px;
    position: relative;
}
.hvm_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    max-width: 80px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: var(--imageAnimationBg);
    animation: blobAnimate 7s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
}

@keyframes blobAnimate {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 35% 65% 60% 40% / 40% 30% 70% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 30% 60% 40% 70%;
    }
    75% {
        border-radius: 40% 60% 70% 30% / 60% 40% 60% 40%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

/*  Section 5 End */

/*  Section 6 and 7 Start*/

.tools_imp {
    background: url(../images/roadmap_bg_new_full.jpeg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 150px;
    background-attachment: fixed;
}

.tools_imp.wave1::before {
    filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(1100%)
        hue-rotate(317deg) brightness(119%) contrast(119%);
}

.tools_imp_inside_content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(237px, 100%), 1fr));
    gap: var(--gap30);
}

.tinc_box {
    text-align: center;
    background-color: #ffffff8c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #00000033;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
}

.tinc_img_box {
    background: url(../images/icon_bg1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    position: relative;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.tinc_box p {
    color: var(--peracomman);
    font-size: 16px;
    line-height: 1.3;
}

.tinc_img_box img {
    max-width: 50px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
        hue-rotate(360deg) brightness(115%) contrast(113%)
        drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

/*=============*/

.tools_imp_wrapper {
    padding-bottom: 100px;
}

.rdci_box {
    position: relative;
}

.rdci_box:nth-child(1) {
    top: 30px;
}

.rdci_box:nth-child(3) {
    top: -30px;
}

.rdci_box_down h5 {
    margin-bottom: 5px;
}

.rdci_box_in {
    width: 70px;
    height: 70px;
    padding: 15px;
    background-color: var(--bgColorOrange);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    filter: drop-shadow(0 5px 0px rgba(0, 0, 0, 0.2));
}

.rdci_box_in::after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid var(--bgColorOrange);
}

.rdci_box_in img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%)
        hue-rotate(360deg) brightness(115%) contrast(113%)
        drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}

.rdci_box_down {
    background-color: #ffffff8c;
    box-shadow: 0 0 10px #00000033;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 300px;
}

.roadmap_sec_inside {
    grid-template-columns: 400px 1fr;
    display: grid;
    align-items: center;
    gap: var(--gap30);
}

.roadmap_sec_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap15);
}

.roadmap_sec_img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    margin: auto;
}

.roadmap_sec_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    animation: blobAnimate 9s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
    background: var(--imageAnimationBg);
    background: #f7000030;
    z-index: -1;
}

.roadmap_sec_img img {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: blobAnimate 10s ease-in-out infinite;
}

/*  Section 6 and 7 End */

/*  Section 8 Start */

.calltoaction {
    background: var(--bgColorOrange) url(../images/bg_banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    padding: 50px 0;
    text-align: center;
}

.calltoaction_text h3 {
    color: var(--headingColorWhite);
    margin-bottom: 10px;
}
.calltoaction_text p {
    color: var(--perawhite);
}

.calltoaction_button {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  Section 8 End */

/*  Section 9 Start */

.three_col_down_inside {
    grid-template-columns: repeat(auto-fit, minmax(min(237px, 100%), 1fr));
    display: grid;
    gap: var(--gap30);
}

.three_col_down_box {
    background-color: #ffffff8c;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #00000033;
}

.three_col_down_box:nth-child(1) .tcdb_point ul li img {
    filter: brightness(0) saturate(100%) invert(56%) sepia(25%) saturate(3629%)
        hue-rotate(340deg) brightness(91%) contrast(93%);
}
.three_col_down_box:nth-child(2) .tcdb_point ul li img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(95%) saturate(2464%)
        hue-rotate(182deg) brightness(92%) contrast(98%);
}
.three_col_down_box:nth-child(3) .tcdb_point ul li img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(67%) saturate(391%)
        hue-rotate(64deg) brightness(90%) contrast(87%);
}

.tcdb_text {
    padding: 30px 10px;
    color: var(--headingColorWhite);
    background-image: url(../images/work1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    max-height: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tcdb_point {
    padding: 20px;
}

.tcdb_point ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.tcdb_point ul li img {
    width: 40px;
}

.tcdb_point ul li span {
    color: var(--peracomman);
    padding: 12px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #2c3c8133;
}

.tcdb_point ul li:last-child span {
    /*padding: 10px 0 0;*/
    margin-bottom: 0;
    border-bottom: none;
}

.three_col_down_box:nth-child(1) .hpg_box_head {
    background-image: url(../images/work1.jpg);
}

.three_col_down_box:nth-child(2) .hpg_box_head {
    background-image: url(../images/work2.jpg);
}

.three_col_down_box:nth-child(3) .hpg_box_head {
    background-image: url(../images/work3.jpg);
}
.three_col_down_box .hpg_box_head {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.three_col_down_box .hpg_box_head span {
    color: var(--perawhite);
}

.three_col_down_box:nth-child(1) .hpg_box_head::before,
.three_col_down_box:nth-child(3) .hpg_box_head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000057;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.three_col_down {
    background-image: url(../images/three_col_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}

.three_col_down.wave2::before {
    background-image: url(../images/bg_wave3.png);
    bottom: 0;
    left: 0;
    transform: rotate(0deg);
    filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(1100%)
        hue-rotate(317deg) brightness(119%) contrast(119%);
}

/*  Section 9 End */

/*  Section 10 Start */

.two_col_home {
    background-color: var(--bgColorLightOrange);
    padding-top: 50px;
}

.two_col_home_grid {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}

.two_col_home_grid_box_img {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    margin: auto;
}

.two_col_home_grid_box_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    animation: blobAnimate 9s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
    background: #f7000030;
    z-index: -1;
    background: var(--imageAnimationBg);
}

.two_col_home_grid_box_img img {
    width: 330px;
    height: 330px;
    object-fit: cover;
    animation: blobAnimate 10s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
}

.two_col_home_head {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2c3c8133;
    min-height: 142px;
}

.two_col_home_head p {
    font-weight: 600;
    color: var(--peracolor1);
}

.two_col_home_list_img ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(293px, 100%), 1fr));
    gap: 10px;
}
.two_col_home_list_img ul li {
    position: relative;
    padding-left: 24px;
    text-transform: capitalize;
}
.two_col_home_list_img ul li::before {
    position: absolute;
    content: "";
    background: url(../images/verified_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
    left: 0;
    top: 4px;
}

.two_col_home_list_img {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(237px, 100%), 1fr));
    align-items: flex-start;
    gap: 30px;
}

/*  Section 10 End */

.site_footer {
    color: #ffffff;
    padding: 150px 0 15px;
    font-family: var(--pera_font);
    background: var(--bgColorOrange) url(../images/bg_banner1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

.footer_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--gap30);
}

.footer_col h4 {
    font-size: var(--font_h5);
    margin-bottom: 15px;
    color: var(--headingColorWhite);
    position: relative;
}

.footer_col h4::after {
    content: "";
    width: 40px;
    height: 1px;
    background-color: #fff;
    display: block;
    margin-top: 5px;
}

.footer_col p {
    font-size: 16px;
    /*    line-height: 1.4;*/
    font-weight: 400;
    color: var(--perablack);
}

.footer_col ul {
    padding: 0;
}

.footer_col ul li {
    font-size: 16px;
    margin-bottom: 8px;
    color: var(--perablack);
}

.footer_note {
    margin-top: 15px;
    font-size: 14px;
    color: #ffd6c4;
}

.mt-20 {
    margin-top: 20px;
}

.footer_bottom {
    text-align: center;
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer_bottom p {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.footer_bottom p a {
    font-weight: 700;
    font-style: italic;
    /* color: #2c3c81*/
}

.footer_bottom p a:hover {
    color: var(--hoverColor1);
}

.footer_c1 img {
    max-width: 200px;
    margin-bottom: 25px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(0%) saturate(455%)
        hue-rotate(255deg) brightness(119%) contrast(100%)
        drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
}
.cont_no p {
    display: inline-block;
    margin-bottom: 0;
}

.cont_no p a {
    transition: 0.2s all;
}

.cont_no p a:hover {
    color: #fff;
}

.cont_no_country {
    margin-bottom: 8px;
}

.cont_no_country strong {
    display: block;
    margin-bottom: 5px;
}
.footer_warm ul li {
    margin-bottom: 0px;
    list-style: disc;
    list-style-position: inside;
}

.site_footer.wave1::before {
    filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(1100%)
        hue-rotate(317deg) brightness(119%) contrast(119%);
}

.last_wrap_footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0 0;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}

.footer_cms_page ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.footer_cms_page ul li a:hover {
    color: var(--hoverColor1);
}

.footer_cms_page ul li {
    line-height: 1;
    border-right: 1px solid #ccc;
    padding-right: 8px;
    margin-right: 8px;
}

.footer_cms_page ul li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.footer_cms_page ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
    text-align: center;
    justify-content: center;
}

.socail_media {
    margin-top: 15px;
}
.socail_media ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.socail_media ul li {
    margin: 0;
}
.socail_media ul li a {
    color: #fff;
    display: flex;
    position: relative;
    transition: 0.2s all ease;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-size: contain;
    background-color: #000;
    width: 40px;
    height: 40px;
}
.socail_media ul li a img {
    width: 20px;
    filter: invert(1) brightness(2);
    transition: 0.2s all ease;
    margin: 0;
}
.socail_media ul li a:hover {
    background-color: var(--bgColorBlue);
    transition: 0.2s all ease;
}

/*============================( ABouts us page Css Start )==============================*/
/*============================( ABouts us page Css Start )==============================*/
/*============================( ABouts us page Css Start )==============================*/

/* image animation Start */

.image_animation {
    position: relative;
    z-index: 9;
}
.image_animation::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    animation: blobAnimate 9s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
    background: #f7000030;
    z-index: -1;
    background: var(--imageAnimationBg);
}

.image_animation img {
    max-width: 400px;
    height: 400px;
    width: 100%;
    object-fit: cover;
    animation: blobAnimate 10s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
}

/* image animation Start */

.awwi_img.image_animation img {
    margin: auto;
}

.about_we_who.wave1::before {
    filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(1100%)
        hue-rotate(317deg) brightness(119%) contrast(119%);
}

/*================================================*/

.contact {
    background: var(--bgColorLightOrange) url(../images/contact_bg1.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    padding-bottom: 150px;
}

.contact_inside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(316px, 100%), 1fr));
    gap: var(--gap30);
    align-items: center;
}

.contact_form form {
    gap: 10px;
    display: grid;
}

.contact_form form .input_box input,
.contact_form form .input_box textarea {
    border: 2px solid #fff2ec;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    outline: none;
    color: var(--peracomman);
    border-radius: 5px;
    box-shadow: 0 0 20px #fce3d7;
}

.contact_form form .input_box input {
    height: 44px;
}

.contact_form form .input_box textarea {
    height: 150px;
    resize: none;
}

/*============================( Blog Listing Page Css Start )==============================*/
/*============================( Blog Listing Page Css Start )==============================*/
/*============================( Blog Listing Page Css Start )==============================*/

.inner_comman_bg {
    background-color: var(--bgColorLightOrange);
    background-image: url(../images/bg_1.jpeg);
    background-image: url(../images/bg_1.2.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    /*background-blend-mode: soft-light;  */
}

.blog_listing_grid {
    display: grid;
    /*gap: var(--gap30)var(--gap30);*/
    /*grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));*/
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap30);
}

.blog_listing_box {
    background-color: var(--bgColorLightOrange);
    background-color: #fff2ecb5;
    box-shadow: 0 0 19px rgb(1 1 1 / 19%);
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: 0.3s ease;
}

.blog_listing_box:hover {
    transform: translateY(-5px);
}

.blog_list_img {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 100%;
}

.blog_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_list_text {
    padding: 20px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.blog_list_text::before,
.blog_list_text::after {
    position: absolute;
    content: "";
    background-color: #ffe4d8e3;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: blobAnimate 5s ease-in-out infinite;
    transition: all 0.5s ease-in-out;
    z-index: -1;
    box-shadow: 0 0 19px rgb(255 0 0 / 6%);
}

.blog_list_text::before {
    bottom: -50px;
    right: -50px;
    width: 50%;
    height: 50%;
}

.blog_list_text::after {
    top: -50px;
    left: -50px;
    width: 50%;
    height: 50%;
}

/*Random color chnage Start */

.blog_list_text.red::after {
    background-color: #ffcab2b8;
    box-shadow: 0 0 20px #ffcab2b8;
}

.blog_list_text.green::after {
    background-color: #e1be9b52;
    box-shadow: 0 0 20px #e1be9b52;
}

.blog_list_text.blue::after {
    background-color: #20873f1f;
    box-shadow: 0 0 20px #20873f1f;
}

.blog_list_text.yellow::after {
    background-color: #8720471f;
    box-shadow: 0 0 20px #8720471f;
    animation-delay: 0.1s;
}

/**/

.blog_list_text.red::before {
    background-color: #ffcab2b8;
    box-shadow: 0 0 20px #ffcab2b8;
    animation-delay: 0.1s;
}

.blog_list_text.green::before {
    background-color: #e1be9b52;
    box-shadow: 0 0 20px #e1be9b52;
    animation-delay: 0.1s;
}

.blog_list_text.blue::before {
    background-color: #20873f1f;
    box-shadow: 0 0 20px #20873f1f;
}

.blog_list_text.yellow::before {
    background-color: #8720471f;
    box-shadow: 0 0 20px #8720471f;
}

/*Random color chnage End*/

.blog_list_head h5 {
    color: var(--headingColorBlue);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_list_head p {
    color: var(--peracomman);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_date_box {
    margin: 8px 0;
    color: var(--peracomman);
    font-weight: 600;
    text-transform: capitalize;
}

/* --------- */

.custom_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0;
}

.custom_pagination a {
    color: #2c3c81;
    padding: 10px;
    text-decoration: none;
    transition: background-color 0.3s;
    font-size: calc(var(--peraSize) + 2px);
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom_pagination a.active {
    background-color: var(--bgColorOrange);
    color: #fff;
}

.custom_pagination a:hover:not(.active) {
    background-color: #e06b2f87;
}

/*============================( Blog Listing Page Css End )==============================*/
/*============================( Blog Listing Page Css End )==============================*/
/*============================( Blog Listing Page Css End )==============================*/

.whitepapaer_listing_grid {
    display: grid;
    /* gap: var(--gap30) var(--gap30); */
    /*grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr)); */
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap30);
}

.whitepaper_section {
    padding: 60px 0;
    background: #f4f6f5;
}

.whitepaper_card {
    display: flex;
    gap: 15px;
    padding: 20px;
    transition: 0.3s ease;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    background-color: var(--bgColorLightOrange);
    box-shadow: 0 0 19px rgb(1 1 1 / 19%);
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.whitepaper_card:hover {
    transform: translateY(-5px);
}

.whitepaper_image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 100%;
}

.whitepaper_image img {
    border-radius: 12px;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.whitepaper_image .badge {
    display: block;
    background: #e3f2ec;
    color: #2f6f55;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 20px;
    margin-bottom: 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    height: 22px;
    line-height: 1.5;
}

.whitepaper_content h5 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: var(--font_h6);
}

.whitepaper_content .description {
    color: var(--peracomman);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.whitepaper_content .meta_info {
    display: flex;
    gap: 15px;
    font-size: 13px;
    color: var(--peracomman);
    margin-bottom: 10px;
}

.whitepaper_card .whitepaper_link {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*display: none;*/
}

.whitepaper_card .btn_box {
    z-index: 9;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}

.about_we_who_inside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(376px, 100%), 1fr));
    gap: var(--gap30);
    align-items: center;
}

.awwi_cont_up .custom_heading {
    margin-bottom: 0;
}

.awwi_cont_up .custom_heading p {
    font-weight: 400;
    color: var(--peracomman);
}

.about_we_who {
    background-color: var(--bgColorLightOrange);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/*============================( Blog Listing Page Css End )==============================*/
/*============================( Blog Listing Page Css End )==============================*/
/*============================( Blog Listing Page Css End )==============================*/

/*============================( Mentor Css Start )==============================*/
/*============================( Mentor Css Start )==============================*/
/*============================( Mentor Css Start )==============================*/

.mentor_main {
    background-color: var(--bgColorLightOrange);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 150px;
}

.awwi_cont_up .custom_heading p strong {
    color: #e06b2f;
    font-style: italic;
}

.mentor_inside {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(376px, 100%), 1fr));
    gap: var(--gap30);
    align-items: center;
}

.awwi_cont_down {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}

.awwi_cont_down_box {
    position: relative;
}

.awwi_cont_down_box:first-child {
    padding-right: 15px;
    margin-right: 15px;
    border-right: 2px solid #e06b2f69;
}

.awwi_cont_down_box h6 {
    margin-bottom: 0;
}
.awwi_cont_down_box span {
    font-size: 14px;
    text-transform: capitalize;
    display: inline-block;
    color: var(--peracomman);
    font-family: var(--pera_font);
}

.awwi_cont_down_box {
    padding-left: 24px;
    position: relative;
    /*width: 100%;*/
}

.awwi_cont_down_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../images/icons/check_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 16px;
    height: 16px;
    width: 16px;
}

.mtb_img img {
    max-width: 120px;
    height: 120px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 120px;
    border: 10px solid var(--bgColorLightOrange);
    box-shadow: 0 0 19px rgb(1 1 1 / 19%);
}
.mentor_team {
    padding: 50px 0;
    background-color: var(--bgColorWhite);
}
.mentor_team_grid {
    display: grid;
    gap: var(--gap30);
    grid-template-columns: repeat(auto-fit, minmax(min(280px, 100%), 1fr));
    position: relative;
}
.mtb_detail {
    text-align: center;
}

.mentor_team .custom_heading,
.my_mentor .custom_heading {
    margin-bottom: 85px;
    text-align: center;
}

.mentor_team_box {
    background-color: var(--bgColorLightOrange);
    box-shadow: 0 0 19px rgb(1 1 1 / 19%);
    border-radius: 50px;
    position: relative;
    padding: 70px 20px 20px;
}

.mtb_img {
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}

.mtb_detail h5 {
    margin-bottom: 5px;
}

.mtb_detail span {
    color: var(--peraorange);
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

.mtb_socail_box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.mtb_socail_box ul a {
    width: 40px;
    height: 40px;
    background: var(--bgColorOrange);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.mtb_socail_box ul a:hover {
    background: var(--bgColorBlue);
}

.mtb_socail_box ul a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%)
        hue-rotate(172deg) brightness(102%) contrast(102%);
}

.my_mentor {
    background-color: var(--bgColorLightOrange);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
}

/*============================( Mentor Css End )==============================*/
/*============================( Mentor Css End )==============================*/
/*============================( Mentor Css End )==============================*/

/*============================( stories Css Start )==============================*/
/*============================( stories Css Start )==============================*/
/*============================( stories Css Start )==============================*/

.our_story {
    background-color: var(--bgColorWhite);
    padding-top: 50px;
}

.our_story_box {
    background-color: var(--bgColorLightOrange);
    background-color: #fff2ecb5;
    box-shadow: 0 0 10px rgb(1 1 1 / 19%);
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    transition: 0.3s ease;
    padding: 20px;
    position: relative;
    margin-top: 20px;
}

.our_story_img {
    border-radius: 20px;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.our_story_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.our_story_content {
    position: relative;
    z-index: 9;
    text-align: center;
}

.our_story_content::before,
.our_story_content::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    mix-blend-mode: overlay;
    opacity: 0.3;
    animation: leafFloat 6s ease-in-out infinite;
    filter: drop-shadow(0 1px 1px #e06b2f);
}

.our_story_content::before {
    background-image: url(../images/bg_art1.1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -10px;
    top: -10px;
    left: -30px;
    top: -20px;
}
.our_story_content::after {
    background-image: url(../images/bg_art1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: -10px;
    bottom: -10px;
    animation-delay: 0.1s;
}

@keyframes leafFloat {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-3px, -3px) rotate(5deg);
    }
    50% {
        transform: translate(3px, -3px) rotate(-5deg);
    }
    75% {
        transform: translate(-3px, -3px) rotate(-12deg);
    }
    100% {
        transform: translate(0, 0);
    }
}

.our_story_content h5 {
    color: var(--headingColorBlue);
}

.our_story_content p {
    color: var(--peracomman);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*============================( stories Css End )==============================*/
/*============================( stories Css End )==============================*/
/*============================( stories Css End )==============================*/

/*============================( Testimonials Css Start )==============================*/
/*============================( Testimonials Css Start )==============================*/
/*============================( Testimonials Css Start )==============================*/

.our_testimonial {
    /*   background-color: var(--bgColorWhite);*/
    background: #fff2ec;
    background: linear-gradient(
        360deg,
        rgba(255, 242, 236, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    );
}

.our_testimonial_grid {
    height: 100%;
}

.our_testimonial_box {
    background-color: #fff2ecb5;
    background-color: #fff;
    /*box-shadow: 0 0 10px rgb(1 1 1 / 19%);*/
    border-radius: 20px;
    position: relative;
    z-index: 9;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid var(--bgColorLightOrange);
    height: 100%;
    padding-bottom: 120px;
}

.our_testimonial_box::before {
    content: "";
    background: url(../images/testimonila1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    filter: drop-shadow(0 1px 1px #e06b2f);
    top: 0;
    left: 0;
}

.otb_text {
    position: relative;
}

.our_testimonial_box:after {
    content: "";
    background: url(../images/icons/quote_left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 20px;
    bottom: 0;
    opacity: 0.1;
    transform: rotate(180deg);
}

.otb_text h6 {
    font-size: 16px;
    margin-bottom: 10px;
}

.otb_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.otb_img {
    max-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 120px;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(1 1 1 / 19%);
    border: 2px solid var(--bgColorLightOrange);
}

.otb_author {
    flex: 1;
}

.our_testimonial_inside .slick-track {
    display: flex;
}

.our_testimonial_inside .slick-slide {
    height: auto;
}

.our_testimonial_inside .slick-slide > div {
    height: 100%;
}

.otb_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.otb_author p {
    margin: 0;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-family: var(--heading_font);
    color: var(--headingColorBlue);
}
.otb_author span {
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--peracomman);
}

.otb_author span::before {
    content: "";
    width: 5px;
    min-width: 5px;
    height: 5px;
    background: currentColor;
    border-radius: 10px;
    display: inline-block;
}
/*============================( Testimonials Css End )==============================*/
/*============================( Testimonials Css End )==============================*/
/*============================( Testimonials Css End )==============================*/

.connect_link_wrapper {
}

.connect_link_wrapper .calltoaction_inside {
    display: flex;
    align-items: center;
    gap: 30px;
}

.connect_link_wrapper .calltoaction_text h3 {
    margin-bottom: 0;
}

.connect_link_wrapper .calltoaction_button {
    flex: 1;
    gap: 15px;
}

.connect_link_wrapper .calltoaction_button a {
    padding: 15px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
}
.connect_link_wrapper .calltoaction_button a img {
    max-width: 120px;
    height: 50px;
    filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
    object-fit: contain;
}

.connect_link_wrapper .calltoaction_button a::before {
    position: absolute;
    content: "";
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(21px);
}

/*======================*/

.research_detail_wrap img {
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 15px;
}

.research_detail_wrap h2,
.research_detail_wrap h3,
.research_detail_wrap h4,
.research_detail_wrap h5,
.research_detail_wrap h6 {
    margin-bottom: 15px;
}

.research_detail_wrap ul {
    display: grid;
    gap: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: var(--pera_font);
}

.research_detail_wrap ul li {
    list-style-type: disc;
}

.research_detail_wrap p strong {
    font-weight: 700;
}

.research_detail_wrap p a {
    font-weight: 700;
    color: #e06b2f;
    font-style: italic;
}

.research_detail_wrap .custom_btn1 {
    position: relative;
    margin-bottom: 0;
}

.research_detail_wrap .custom_btn1::after {
    content: "";
    background: url(../images/icons/pdf.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 2px;
    right: -4px;
    position: relative;
}

/*=============( Strat )==============*/

.rab-custom-tabs {
    width: 100%;
    max-width: 100%;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.rab-tab-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e06b2f1f;
}

.rab-tab-buttons li {
    padding: 12px 25px;
    cursor: pointer;
    background: #f5f5f5;
    transition: 0.3s;
    text-transform: capitalize;
    font-weight: 500;
}

.rab-tab-buttons li.active {
    background: var(--activeColor);
    color: #fff;
}

.rab-tab-buttons li:hover {
    background: var(--activeColor);
    color: #fff;
}

.rab-tab-content {
    display: none;
    padding: 20px;
    background: #fafafa;
    margin-top: 15px;
    border-radius: 5px;
    animation: rabFadeIn 0.4s ease-in-out;
}

.rab-tab-content.active {
    display: block;
}

@keyframes rabFadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .rab-tab-buttons {
        flex-direction: column;
    }

    .rab-tab-buttons li {
        margin-bottom: 5px;
    }
}

/*=============( End )==============*/

/*
.rab-tab-content ul {
grid-template-columns: repeat(3, 1fr);
display: grid;
gap: 15px;
animation: rabSlideLeftToRight 1s ease forwards;
}

@keyframes rabSlideLeftToRight {
0% {
    transform: translateX(-100px);
    opacity: 0;
}
100% {
    transform: translateX(0);
    opacity: 1;
}
}


.rab-tab-content ul li a{
transform: scale(1);
display: block;
box-shadow: 0 0 19px rgb(1 1 1 / 19%);
border-radius: 10px;
overflow: hidden;
}

.rab-tab-content ul li a:hover .rab_tab_img img{
transform: scale(1.1);
}

.rab_tab_img {
overflow: hidden;
border-radius: 5px;
position: relative;
}

.rab_tab_img img {
transition: 0.3s all ease;
}

.rab_tab_text {
padding: 15px;
}

.rab-tab-content ul li a:hover .rab_tab_text h5,
.rab-tab-content ul li a:hover .rab_tab_text p{
color: var(--activeColor);
}

.rab-tab-content .btn_box {
text-align: center;
}

.rab_upcoming {
position: absolute;
top: 15px;
right: 15px;
background-color: #4BB543;
color: #fff;
padding: 1px 10px;
font-size: 12px;
border-radius: 10px;
}

.rab-tab-content ul .iframe_video{
width: 100%;
height: 310px;
}
.iframe_video {
overflow: hidden;
border-radius: 15px;
}


.tci_inside ul li a {
transform: scale(1);
display: block;
box-shadow: 0 0 19px rgb(1 1 1 / 19%);
border-radius: 10px;
overflow: hidden;
display: flex;
align-items: flex-start;
gap: 10px;
}

.tci_inside .rab_tab_img {
overflow: hidden;
border-radius: 5px;
position: relative;
width: 70px;
height: 70px;
}

.tci_inside .rab_tab_img img{
width: 100%;
height: 100%;
object-fit: cover;
}

.tci_inside .rab_tab_text {
padding: 8px;
flex: 1;
}

.tci_inside .rab_tab_text h5 {
margin-bottom: 0px;
font-size: 16px;
}

.tci_inside .rab_tab_text p {
font-size: 14px;
}
.rab-tab-content .tci_inside ul li a{
display: flex;
align-items: center;
justify-content: flex-start;
box-shadow: none;
}


.tci_inside{
overflow: hidden;
white-space: nowrap;
position: relative;

}

.tci_inside ul {
display: flex;
width: max-content;
animation: marquee 25s linear infinite;
}

.tci_inside ul:hover{
animation-play-state: paused;
}

@keyframes marquee {
0% {
    transform: translateX(0);
}

100% {
    transform: translateX(-50%);
}
}

.tci_inside ul li{
margin-right: 15px;
padding-right: 15px;
border-right: 1px solid #ccc;
}
*/

.latest_news {
    background: url(../images/news_background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.latest_news.wave1::before {
    filter: brightness(0) saturate(100%) invert(76%) sepia(5%) saturate(1100%)
        hue-rotate(317deg) brightness(119%) contrast(119%);
}

.lnb_inside ul li a {
    transform: scale(1);
    display: block;
    /*    box-shadow: 0 0 19px rgb(1 1 1 / 19%);*/
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.lnb_inside .lnb_tab_img {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    width: 70px;
    height: 70px;
}

.lnb_inside .lnb_tab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rabt_date {
    margin-bottom: 5px;
}

.rabt_date p {
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lnb_text h6 {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lnb_inside ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.latest_news_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(min(273px, 100%), 1fr));
    gap: var(--gap30);
}

.latest_news_box {
    border-radius: 10px;
    border: 1px solid #ffff;
    box-shadow: 0 0 10px #ccc;
    /* background-color: #ffffff66; */
    overflow: hidden;
    /* background: url(../images/news_background.jpeg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
}

.news_heading_box h4 {
    margin: 0;
    padding: 25px 15px;
    text-align: center;
    background: #ffffff78;
    background: url(../images/icon_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.lnb_in_wrap {
    padding: 15px;
}

.latest_news_box .btn_box {
    margin-top: 0;
    text-align: center;
    background: #ffffff78;
    padding: 15px;
}

.lnb_inside ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/*=============================*/

.lnb_program ul li a {
    transform: scale(1);
    display: block;
    box-shadow: 0 0 19px rgb(1 1 1 / 19%);
    border-radius: 10px;
    overflow: hidden;
}

.lnb_program ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.lnb_program_img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    height: 140px;
}
.lnb_program_img img {
    transition: 0.3s all ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lnb_upcoming {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #4bb543;
    color: #fff;
    padding: 1px 10px;
    font-size: 12px;
    border-radius: 10px;
}

.lnb_pro_text {
    padding: 15px;
}

.lnb_pro_text p {
    margin-bottom: 5px;
}

/*.lnb_program{
padding: 15px;
max-height: 300px;
overflow-x: auto;
}*/

.lnb_pro_text h6 {
    margin-bottom: 5px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rabt_place p {
    background: var(--peracomman);
    display: inline-block;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1;
}

.lnb_program ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.lnb_program_img ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.lnb_ifrmae_video {
    transform: scale(1);
    display: block;
    box-shadow: 0 0 19px rgb(1 1 1 / 19%);
    border-radius: 10px;
    overflow: hidden;
}

.lnb_inside,
.lnb_program,
.lnb_media {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.marquee_list {
    animation: scrollUp 40s linear infinite;
    display: flex;
    flex-direction: column;
}

/* Animation */
@keyframes scrollUp {
    0% {
        transform: translateY(00%);
    }
    100% {
        transform: translateY(-100%);
    }
}

.latest_news_box:hover .marquee_list {
    animation-play-state: paused;
}

/*============================( Workshop  Css Start )==============================*/
/*============================( Workshop  Css Start )==============================*/
/*============================( Workshop  Css Start )==============================*/

.wdw_up_date {
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.wdw_up_date p {
    text-transform: capitalize;
    margin: 0;
    background-color: #f9d7c7;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 14px;
}

.wdw_content h2 {
    margin-bottom: 25px;
}

.wdw_content img {
    margin-bottom: 25px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.wdw_content {
    margin-bottom: 25px;
}
.wdw_topics {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.wdw_topics ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.wdw_topics ul li {
    text-transform: capitalize;
    margin: 0;
    background-color: #f9d7c7;
    padding: 5px 16px;
    border-radius: 20px;
    font-size: 14px;
    display: inline-block;
    font-weight: 600;
}

/*===========================*/

/* CMS page strat*/

.cms_pages_main.comman_bg_dark {
    background-size: 100%;
    background-attachment: fixed;
}

.cms_pages_wrap h1,
.cms_pages_wrap h2,
.cms_pages_wrap h3,
.cms_pages_wrap h4,
.cms_pages_wrap h5,
.cms_pages_wrap h6,
.cms_pages_wrap strong {
    margin: 0 0 15px;
    font-family: var(--heading_font);
    color: var(--headingColorBlue);
    display: block;
}

.cms_pages_wrap p strong,
.cms_pages_wrap ul li strong {
    display: inline-block;
    margin: 0;
}

.cms_pages_wrap p,
.cms_pages_wrap ul li,
.cms_pages_wrap ul li a {
    font-size: var(--peraSize);
    line-height: 1.4;
    font-weight: 400;
    color: var(--peracomman);
    font-family: var(--pera_font);
}

.cms_pages_wrap p a {
    font-weight: 600;
    font-style: italic;
    color: #fff;
}
.cms_pages_wrap p a:hover {
    color: var(--hovertextcolorgold);
}

.cms_pages_wrap ul {
    display: grid;
    gap: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: var(--pera_font);
}

.cms_pages_wrap ul li {
    list-style-type: disc;
}

.cms_pages_main {
    position: relative;
}

.cms_pages_main::before,
.cms_pages_main::after {
    content: "";
    position: absolute;
    background: url(../images/leafs1.png), url(../images/leafs2.png);
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    background-position:
        top left,
        bottom right;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.5));
    width: 125px;
    height: 186px;
    opacity: 0.2;
}

.cms_pages_main::before {
    top: 50px;
    left: 50px;
}

.cms_pages_main::after {
    bottom: 0;
    right: 0;
}

/* CMS page End */

/*============================( Contact Css Start )==============================*/
/*============================( Contact Css Start )==============================*/
/*============================( Contact Css Start )==============================*/

.about_hosting_grid {
    margin-top: 30px;
    padding-right: 9px;
}

.about_hosting_grid ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 20px;
}

.about_hosting_grid ul li {
    border-radius: 5px;
    /*background-color: #fef6de;*/
    background-color: var(--bgColor1);
    padding: 15px;
    text-align: center;
    box-shadow: 8px 8px 0 #5d3658;
}

.about_hosting_grid ul li h6 {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.about_hosting_grid ul li p {
    font-size: 16px;
    font-weight: 500;
}

.contact_page .contact .custom_heading {
}

.contact_page .contact .custom_heading h2 {
    gap: 10px;
}

.contact_page .contact .custom_heading h2::before,
.contact_page .contact .custom_heading h2::after {
    width: 15%;
}

/*------------------*/

.rw_address {
    /* background: #fff2ec;
background: linear-gradient(360deg, rgb(255 242 236) 0%, rgb(255 242 236) 0%, rgba(255, 255, 255, 1) 100%);*/
}

.rw_address_box {
    display: flex;
    gap: var(--gap30);
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
}
.rw_address_down {
    /* flex: 1;*/
    background-color: #fff;
    box-shadow: 8px 8px 0 #d05e25;
    border-radius: 5px;
    padding: 30px;
    border: 2px solid #d05e25;
    text-shadow: 0 0 15px rgb(208 94 37 / 23%);
    width: calc((100% - 60px) / 3);
    animation: shadowMove 2s ease-in-out infinite alternate;
}

@keyframes shadowMove {
    /* 0% {
    box-shadow: 8px 8px 0 #d05e25;
    }*/

    50% {
        box-shadow: 5px 5px 0 #d05e25;
    }
    0%,
    100% {
        box-shadow: -5px 5px 0 #d05e25;
    }
}

.rw_address_down h3 {
    padding-bottom: 15px;
    position: relative;
}
.rw_address_down h3::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #512e24;
    background: linear-gradient(to right, #2c3c81, #2c3c81, transparent);
    opacity: 0.2;
}

.rw_address_down ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
}

.rw_address_down ul li:last-child {
    margin-bottom: 0;
}

.rw_address_down ul li::before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #512e24;
    background: linear-gradient(to right, #2c3c81, #2c3c81, transparent);
    opacity: 0.2;
}

.rw_address_down ul li h6 {
    margin-bottom: 5px;
    font-size: calc(var(--font_h6) - 3px);
}

.contact_page .contact {
    padding-bottom: 0;
}

/*============================( Contact Css End )==============================*/
/*============================( Contact Css End )==============================*/
/*============================( Contact Css End )==============================*/

/*============================( Blog Css Start )==============================*/
/*============================( Blog Css Start )==============================*/
/*============================( Blog Css Start )==============================*/

.blog_detail_wrap {
    display: grid;
    grid-template-columns: 8fr 4fr;
    gap: 30px;
    align-items: start;
}

.blog_detail_left p,
.blog_detail_left ul li,
.blog_detail_left ul li a {
    color: var(--peracomman);
}

.blog_detail_left h1,
.blog_detail_left h2,
.blog_detail_left h3,
.blog_detail_left h4,
.blog_detail_left h5,
.blog_detail_left h6,
.blog_detail_left strong {
    margin: 0 0 15px;
    color: var(--headingColorBlue);
    display: block;
}
.blog_detail_left ul {
    display: grid;
    gap: 5px;
    margin-bottom: 15px;
    padding-left: 20px;
    font-family: var(--pera_font);
}
.blog_detail_left ul li {
    list-style-type: disc;
}

.blog_detail_left p strong {
    /*display: inline-block;*/

    display: inline;
    margin: 0;
}

.blog_detail_left p strong a,
.blog_detail_left p a {
    font-style: italic;
    font-weight: 700;
    color: var(--headingColorBlue);
}

.blog_detail_left p strong a:hover,
.blog_detail_left p a:hover {
    color: var(--hoverColor2);
}

.blog_detail_left img {
    margin-bottom: 25px;
    border-radius: 10px;
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

/**/

.blog_detail_related {
    background-color: #fff;
    padding: 25px 20px;
    box-shadow: 0 0 20px #fce3d7;
    border-radius: 10px;
}

.blog_detail_side {
    position: sticky;
    top: 150px;
}
.blog_detail_related h5 {
    margin-bottom: 15px;
}

.blog_detail_related_list ul {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.blog_detail_related_list ul li a {
    background-color: var(--bgColorLightOrange);
    display: block;
    padding: 9px;
    border-radius: 5px;
}
.bdrl_box {
    display: grid;
    gap: 15px;
    grid-template-columns: 120px 1fr;
    align-items: flex-start;
}
.bdrl_img {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid var(--border_color1);
}
.bdrl_img img {
    transition: 0.2s all ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bdrl_content h6 {
    margin-bottom: 5px;
    line-height: normal;
    font-size: calc(var(--font_h6) - 5px);
    line-height: calc(calc(var(--font_h6) - 5px) * 1.3);
}
.bdrl_content p {
    font-family: var(--body_font);
    line-height: 1.2;
    letter-spacing: normal;
}

.bdrl_content h6,
.bdrl_content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_detail_related_list ul li:hover a .bdrl_box .bdrl_img img {
    transform: scale(1.1);
    transition: 0.2s all ease;
}
.blog_detail_related_list {
    overflow-y: auto;
    max-height: 350px;
}

/*============================( Blog Css End )==============================*/
/*============================( Blog Css End )==============================*/
/*============================( Blog Css End )==============================*/

.home_event_section {
    background-color: var(--bgColorLightOrange);
}

.home_event_container {
    max-width: 1200px;
    margin: auto;
}

.home_event_card {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 50px;
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(15px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.home_event_img img {
    width: 300px;
    border-radius: 10px;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.home_event_content {
    flex: 1;
}

.home_event_badge {
    display: inline-block;
    background: var(--button_bg1);
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.home_event_content h2 {
}

.home_event_content h3 {
    font-size: 26px;
    margin: 10px 0;
    color: #2d5a3a;
}

.home_event_content p {
    line-height: 1.6;
    margin: 15px 0 25px;
}

.home_event_content p a {
    color: #e06b2f;
    font-style: italic;
}

.home_event_btn_group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.home_event_date {
    margin-top: 20px;
    color: #444;
}

/* GALLERY GRID */
.gpim-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.gpim-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
    aspect-ratio: 1/1;
}

/* IMAGE + VIDEO */
.gpim-card img,
.gpim-card video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s ease;
    display: block;
}

/* ZOOM EFFECT */
.gpim-card:hover img,
.gpim-card:hover video {
    transform: scale(1.08);
}

/* PLAY ICON */
.gpim-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    z-index: 2;
    pointer-events: none;
}

/* OVERLAY */
.MEDIA_OVERLAY_TEXT {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.2)
    );
    display: flex;
    align-items: flex-end;
    padding: 20px;
    opacity: 0;
    transition: 0.4s ease;
}

/* SHOW ON HOVER */
.gpim-card:hover .MEDIA_OVERLAY_TEXT {
    opacity: 1;
}

/* TITLE */
.MEDIA_OVERLAY_TEXT h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    transform: translateY(20px);
    transition: 0.4s ease;
}

/* TEXT ANIMATION */
.gpim-card:hover .MEDIA_OVERLAY_TEXT h4 {
    transform: translateY(0);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .gpim-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gpim-gallery {
        grid-template-columns: 1fr;
    }
}

