@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* global css */
body {
    font-family: "Roboto", sans-serif;
    overflow-x: hidden;
    counter-reset:section;
    background-color: #ffffff;
}
html {
    scroll-behavior: smooth;

}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
ul li {
    list-style-type: none;
}
.list-disc{
    list-style-type: disc;
    margin-left: 20px;
}
.list-decimal{
    list-style-type: decimal;
    margin-left: 20px;
}
a {
    text-decoration: none;
}

::-moz-focus-inner {
    box-shadow: none;
    outline: none;
}

:focus-visible {
    outline: auto 0px;
}
.navbar-toggler:focus {
    box-shadow: none;
}
img {
    max-width: 100%;
    height: auto;
}


/* typography */
h1{
    margin: 0px 0px 0px;
}
.hero.main-hero h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 112%;
    margin: 0px 0px 0px;
}
h2 {
   font-size:40px;
   line-height: 120%;
   margin-bottom: 0px;
   font-weight: 700;
   text-transform: capitalize;
} 
h3,h4,h5,h6{
    margin-bottom: 0px;
}
p{
 font-size: 18px;
 line-height: 160%;
margin: 0;
 }

 .text-xs{
    font-size: 12px;
}
 .text-sm{
    font-size: 14px;
}
 .text-base{
    font-size: 16px;
}
.text-lg{
    font-size: 18px;
}
.text-xl{
    font-size: 20px;
}
.text-2xl{
    font-size: 24px;
}
.text-3xl{
    font-size: 30px;
}


.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.align-center{
    align-items: center;
}
.align-end{
    text-align: end;
}
.centre{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex{
    display: flex;
}
.justify-between{
    justify-content: space-between;
}
.justify-center{
    justify-content: center;
}
.justify-end{
    justify-content: end;
}
/* color-plate */
.primary{
    color: #232323;
}
.bg-primary{
    background-color: #232323;
}
.orange{
   color: #F1916F;
}
.bg-orange{
    background-color: #F1916F;
}
.white {
    color: #ffffff;
}
.bg-white {
    background-color: #ffffff !important;
}
.black {
    color: #000000;
}
.grey {
    color: #71717A !important;
    }
.dark-grey {
    color: #0D0D0D !important;
    }
.bg-dark-grey {
    background-color: #0D0D0D !important;
}
.d-b{
    display: block;
}
.d-in-b{
    display: inline-block;
}
.rounded-10{
    border-radius: 10px;
}
.rounded-sm{
    border-radius: 4px;
}
.rounded-md{
    border-radius: 6px;
}
.rounded-lg{
    border-radius: 8px;
}
.py-100{
    padding:90px 0px !important;
}
.relative{
    position: relative !important;
}

.cursor-pointer{
    cursor: pointer;
}
.uppercase{
    text-transform: uppercase;
}
.font-medium{
    font-weight: 500;
}
.font-bold{
    font-weight: 700;
}
.font-semibold{
    font-weight: 600;
}
.w-full{
    width: 100%;
}
.h-full{
    height: 100%;
}

a.btn {
    font-size: 19px;
    font-weight: 700;
    background-color: #F1916F;
    border-radius: 4px;
    border: 1px solid #F1916F;
    color: #fff;
    width: 207px;
    display: block;
    padding: 14px 0px;
}

a.btn:hover{
    background-color: transparent;
    color:#F1916F;
    border: 1px solid #F1916F;
    transition: 0.5s
}

header button.btn.canvas-btn.d-lg-none {
    padding: 0;
    border: none;
}

header {
    padding: 16px 0px;
}
header nav.navbar.navbar-expand-lg {
    padding: 0px;
}
header a.navbar-brand {
    margin: 0px !important;
    padding: 0px;
}
.navbar-expand-lg .offcanvas .offcanvas-body {
    justify-content: start;
    align-items: center;
    margin-left: 98px;
}
button.btn.btn-sm.dropdown-toggle {
    border: none;
    padding: 0px;
    font-size: 16px;
    color: #232323;
}

header .nav-item .gt-current-lang {
    display: none;
}

header .gtranslate_wrapper {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 10px;
}
header .gtranslate_wrapper select {
    border: none;
    width: 80px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
header .gtranslate_wrapper select option:first-child{
    display: none;
}

header .gtranslate_wrapper a{
    color: #232323;
}
/*--------- home ----------*/

header ul.navbar-nav {
    gap: 43px;
    align-items: center;
}
header ul.navbar-nav li.nav-item {
    width: 100%;
}
header a.nav-link {
    padding: 0px !important;
    font-size: 16px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.5s;
}
header a.nav-link:hover{
    color: #F1916F !important;

}

header a.nav-link.active{
    color: #F1916F !important;
}
header a.nav-link .fa-angle-right{
    display: none;
}

header a.nav-link.active {
 font-weight: 800;
 color: #232323;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    border: 1px solid #d9d9d9;
    font-size: 12px;
    padding: 6px;
    border-radius: 5px;
    min-width: 70px !important;
    top: 25px;
}
.hero.main-hero .hero-slider .swiper-slide{
    height: calc(100vh - 70px);
}

.hero.main-hero .hero-slider .swiper-pagination{
    bottom: 20px !important;
}

.hero.main-hero .hero-slider span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #5E5E5E;
    margin: 0px 5px;
    opacity: 1;
}
.hero.main-hero .hero-slider .swiper-pagination-bullet-active {
    background-color: #ffffff !important;
}

.biography {
    background-image: url(../images/Sanjay_Sharma-biography-bg.webp) !important;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}
.biography .text-box {
    padding-left: 20px;
    position: relative;
}

.biography .text-box .read-more-button {
    font-size: 14px;
    font-weight: 600;
    /* background-color: #f09270; */
    color: #f09270;
    /* padding: 8px 10px;
    border-radius: 4px; */
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 0px;
}
.biography .text-box p.primary, .biography .text-box .short-content {
    margin: 15px 0px 0px;
    font-size: 18px;
}

.biography .text-box a.btn {
  margin-top: 20px;
}

.biography button#read-more-button {
    font-size: 14px;
    border: none;
    background-color: transparent;
    font-weight: 600;
    /* background-color: #f09270; */
    color: #f09270;
    /* padding: 8px 10px;
    border-radius: 4px; */
    display: inline-block;
    position: absolute;
    left: 56%;
    bottom: 0px;
}


.journey {
    background-color: #FDF4F1;
    position: relative;
}
.journey .text-box {
    margin-bottom: 40px;
}
.journey .journey-timeline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 60px;
    text-align: center;
}
.journey .journey-timeline span {
    font-size: 29px;
    font-weight: 600;
    color: #232323;
}
.journey .Journey-slider .swiper-wrapper {
    margin-top: 58px;
}
.journey .Journey-slider .swiper-pagination {
    justify-content: space-between;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: auto !important;
    top: 0 !important;
    display: flex;
    width: 99%;
    background-image: url(../images/Sanjay_Sharma-timeline.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 98%;
}
.journey .Journey-slider span.swiper-pagination-bullet {
    width:54px;
    height:54px;
    border: 2px solid #98918E;
    background-color: #fff;
    background-image: url(../images/Sanjay_Sharma-bjp-logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px 5px;
    opacity: 1;
}
.journey .Journey-slider .swiper-pagination-bullet-active {
    background-image: url(../images/Sanjay_Sharma-bjp-logo-white.svg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #E36634 !important;
    border: none !important;
}
.journey .Journey-slider .journey-box.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background-color: #fff;
    border-right: 6px solid #F1916F;
    border-radius: 4px;
}
.journey .Journey-slider .journey-box.grid .grid-box.grid-text {
    padding: 30px 40px;
}
.journey .Journey-slider .journey-box.grid .grid-box.grid-text h3{
    font-size: 32px;
    font-weight: 600;
}
.journey .Journey-slider .journey-box.grid .grid-box.grid-img img {
    border-radius: 4px 0px 0px 4px;
    height: 450px !important;
    object-fit: cover;
}
.journey .Journey-slider .journey-box.grid p{
    margin-top: 18px;
    font-size: 21px;
}

.journey .swiper-button-prev{
    top: 63% !important;
}

.journey .swiper-button-next{
    top: 63% !important;
}
.journey .swiper-button-next:after, .journey .swiper-button-prev:after {
    font-weight: 700;
    color: #000 !important;
}
.about-pm.pm-words{
    background-image: url(../images/Sanjay_Sharma-modi.webp) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 107px 0;
}
.about-pm.pm-words .pm-img-box {
    display: none;
}
.about-pm.pm-words .pm-speech-box {
    width: 43%;
    margin-left: auto;
    margin-right: 32px;
    padding-top: 30px;
}
.about-pm.pm-words .pm-speech-box p {
    font-size: 32px;
    line-height: 134%;
    border-bottom: 3px solid #fff;
    padding-bottom: 14px;
    margin-bottom: 20px;
    margin-top: 4px;
}
.about-pm.pm-words .pm-speech-box h3{
    font-size: 29px;
}
.about-pm.pm-words .pm-speech-box ul.our-services {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin-top: 70px;
    width: 70%;
}
.about-pm.pm-words .pm-speech-box ul.our-services a {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    align-items: center;
    transition: 0.5s;
}
.about-pm.pm-words .pm-speech-box ul.our-services a:hover{
transform: scale(1.1);
}
.about-pm.pm-words .pm-speech-box ul.our-services span {
    font-size: 26px;
}

.Media-Coverage .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 40px 0px;
    column-gap: 24px;
    row-gap: 30px;
}

.Media-Coverage .grid .grid-box {
    background-color: #fff;
    padding: 6px 6px 0px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    overflow: hidden;

}



.Media-Coverage .grid .grid-box:hover .media-box{
    transform: scale(1.1);
}
.Media-Coverage .grid .grid-box .media-box {
    height: 200px;
    overflow: hidden;
    transition: 0.5s;
}
.Media-Coverage .grid .grid-box .media-description {
    padding: 30px 14px;
}
.Media-Coverage .grid .grid-box .media-description h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: auto;
    line-height: normal;
    transition: 0.5s;
}
.Media-Coverage .grid .grid-box .media-description .about-media{
    margin-top: 28px;
}


.social-works {
    background-image: url(../images/Sanjay_Sharma-social-works-bg.webp) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 42px 57px 77px;
}
.social-works .col-lg-6.slide-box {
    width: 47%;
}
.social-works .col-lg-6.slide-box img.w-full.cursor-pointer.rounded-lg {
    height: 120px;
}

.social-works .text-box {
    margin: 37px 0px 0px 30px;
}
.social-works .swiper.swriss-swiper-first-bottom{
    margin-top: 20px;
}
.social-works .text-box p.primary {
    margin-top: 15px;
    width: 80%;
}
.social-works .text-box a.btn {
    margin-top: 35px;
}


.social-works .swiper.swriss-swiper-first-bottom .swiper-slide::before, .social-works .swiper.swriss-swiper-first-bottom-mobile .swiper-slide::before {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #00000087;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 8px;
}
.social-works .swiper.swriss-swiper-first-bottom .swiper-slide.swiper-slide-thumb-active::before,
 .social-works .swiper.swriss-swiper-first-bottom-mobile  .swiper-slide.swiper-slide-thumb-active::before{
    background-color: transparent !important;
    position: relative;
    cursor: pointer;
}
.social-works .swiper.swriss-swiper-first-bottom .swiper-slide,
 .social-works .swiper.swriss-swiper-first-bottom-mobile  .swiper-slide{
    position: relative;
    cursor: pointer;
}

.gallery .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 24px;
    margin: 36px 0px;
}
.gallery .grid .card{
    border: none;
}
.fancybox-content {
    width: 800px !important;
    height: 400px !important;
    margin: auto;
}
 .fancybox-slide--image .fancybox-content {
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 50%;
}
.fancybox-slide--image .fancybox-content img.fancybox-image {
    object-fit: contain;
    height: 100%;
}

.blogs {
    padding: 50px 0px;
    background-color: #FDF4F1;
}
.blogs .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    margin: 30px 0px;
    row-gap: 30px;
}
.blogs .grid .grid-box.blog-box {
    border: 1px solid #D9D9D9;
    padding: 6px 6px 0px;
}
.blogs .grid .grid-box.blog-box img.w-full {
    border-radius: 8px 8px 0px 0px;
}
.blogs .grid .grid-box.blog-box .blog-content {
    padding: 30px 14px;
}
.blogs .grid .grid-box.blog-box .blog-content h3.primary {
    font-size: 24px;
    font-weight: 500;
    line-height: 124%;
    transition: 0.5s;
}
.blogs .grid .grid-box.blog-box .blog-content .about-blog {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}
.blogs .grid .grid-box.blog-box .blog-content .about-blog span{
    font-size: 17px;
}

.social-accounts .text-center {
    margin-bottom: 43px;
}
    .social-accounts .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 53px;
    }
    .social-accounts .grid .grid-box{
     overflow: hidden;
    }
    .social-accounts .grid .grid-box a.profile-link {
        font-size: 13px;
        font-weight: 700;
        color: #374BB3;
        border-bottom: 1px solid;
        padding-bottom: 4px;
        display: inline-block;
    }

    .social-accounts .heading-box,
    .join-us .heading-box  {
        display: flex;
        align-items: center;
        gap: 15px;
    }
    
    .social-accounts .account-box,
        .join-us .account-box {
        height: 500px !important;
        width: 100%;
        overflow-Y: auto;
        overflow-x: hidden;
        margin-top: 20px;
        margin-bottom: 11px;
    }
    
.social-accounts .account-box.facebook{
    overflow-Y: hidden;
}

.join-whatsapp {
    padding: 39px 0px 0px 90px;
    background-image: url(../images/Sanjay_Sharma-whatsapp-bottom-bg.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: -60px;
}
.join-whatsapp h2.heading-second.primary {
    font-size: 50px;
    margin-bottom: 14px;
}
.join-whatsapp .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.join-whatsapp .grid .qr-img-box {
    position: relative;
}
.join-whatsapp .grid .qr-img-box img.whatsapp-qr {
    position: absolute;
    top: 57%;
    left: 41%;
    transform: translateY(-50%);
    width: 60%;
}
.join-whatsapp .grid .grid-box.grid-text-box {
    margin-right: -87px;
    margin-top: 73px;
}

.join-whatsapp .grid .grid-box.flex.justify-end {
    width: 91%;
    margin-left: auto;
}

footer {
    padding: 70px 75px 0px;
    background-image: url(../images/Sanjay_Sharma-footer-bg.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
footer .news-update-box .news-box {
    display: flex;
    align-items: center;
    padding: 6px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    margin: 20px 0px 28px;
} 

footer h2.white.text-xl {
    white-space: nowrap;
}
footer li a.white {
    white-space: nowrap;
    transition: 0.5s;
}
 footer a.white:hover{
color: #ffffffc7;
} 
footer a.white.footer-copyright-url{
    border-bottom: 1px solid #fff;
}
footer .news-update-box .news-box input {
    width: 100%;
    border: none;
    background-color: transparent;
    color: #2B3D51;
    padding-left: 20px;
}
footer .news-update-box .news-box a.btn.subs-btn {
    padding: 5px 25px;
    white-space: nowrap;
    border: 1px solid #232323;
    background-color: #232323 !important;
    font-weight: 500;
    font-size: 16px;
}
footer .news-update-box .news-box a.btn.subs-btn:hover{
    background-color: transparent !important;
    color: #232323 !important;
}

footer .news-update-box p {
    margin-top: 15px;
    width: 80%;
    font-size: 16px;
}

footer .nav-box.first {
    margin-left: 98px;
}
footer .nav-box.second {
    margin-left: 50px;
}
footer ul.footer-nav {
    flex-direction: column;
    gap: 5px;
    margin-top: 13px;
}
footer ul.footer-nav.social-links {
    flex-direction: row;
    gap: 10px;
}
footer ul.footer-nav.social-links a.white {
    background-color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #F1916F;
    border: 1px solid #fff;
}
footer ul.footer-nav.social-links a.white:hover{
    background-color: transparent;
    color: #fff;
}

footer ul.footer-nav.social-links a.white img.block {
    display: none;
}
footer ul.footer-nav.social-links a.white:hover img.block{
    display: block;
}
footer ul.footer-nav.social-links a.white:hover img.none{
    display: none;
}

footer .help-box {
    padding: 30px 26px;
    border-radius: 16px;
    border: 8px solid #F1916F;
    margin-top: -138px;
    margin-left: 6px;
}

footer .help-box ul.help-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
footer .help-box ul.help-btns a.btn.join-btn {
    width: 100%;
    border-radius: 8px;
    font-size: 18px;
    height: 54px;
}

footer .help-box img.letter-box-left {
    position: absolute;
    left: -25px;
    top: -110px;
    z-index: -1;
}
footer .help-box img.letter-box-right {
    position: absolute;
    right: -29px;
    top: -110px;
    z-index: -1;
}
footer .copy-right {
    padding: 22px 40px;
    margin-top: 33px;
    border: 1px solid #fff;
    border-bottom: none;
    border-radius: 24px 24px 0 0;
}
footer .copy-right ul{
    display: flex;
    gap: 22px;
}

footer.footer-home{
    margin-top: 0px;
}

footer .news-update-box .news-box .noptin-form-fields {
    display: flex;
    width: 100%;
    align-items: center;
} 

footer .news-update-box .news-box .noptin-form-header.no-image {
    display: none;
}
footer .news-update-box .news-box .noptin-inpost-main-wrapper{
    width: 100%;
}
footer .news-update-box .news-box .noptin-form-footer {
    padding: 0px;
    width: 100%;
}
footer .news-update-box .news-box .noptin-optin-field-wrapper{
    margin: 0px !important;
}
footer .news-update-box .news-box .noptin-optin-form-wrapper{
    margin: 0px !important;
    background: none !important;
}
footer .news-update-box .news-box .noptin-optin-form-wrapper input {
    border: none !important;
}
/*------------- home --------------------*/

.about-media .dropup-center.dropup button.btn.btn-secondary.dropdown-toggle {
    padding: 0px;
    background-color: transparent;
    border: none;
}


.about-media .btn-group.dropup.social.media.icons button.dropdown-toggle {
    display: none;
}


.about-media .dropup-center.dropup .dropdown-toggle::after {
    display: none;

}

.about-media .dropup-center.dropup ul.dropdown-menu.show {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 5px;
}

.about-media .dropup-center.dropup ul.dropdown-menu a.dropdown-item {
    padding: 0;
}
.about-media .dropup-center.dropup ul.dropdown-menu.show img {
    /* width: 25px; */
    height: 25px !important;
}


/* .about-media .dropup-center.dropup ul.dropdown-menu.show img {
    width: 20px;
} */
/*------------------- about ------------------*/

.hero.sub-hero {
    padding: 80px 0px;
    text-align: left !important;
    background-image: url(../images/Sanjay_Sharma-subhero-bg.webp) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    background-color: transparent !important;
}


.hero.sub-hero h1 {
    font-size: 50px;
    line-height: 112%;
}
.bread-crumb-box {
    background-color: #f5f5f5;
    margin-bottom: 1px;
    border-bottom: 1px solid #0000000f;
}
.bread-crumb-box .hero-breadcrumb {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: start;
    padding: 15px 0px;
}
.bread-crumb-box .hero-breadcrumb a.nav-link {
    font-size: 16px;
    color: #2B2D32 !important;
    font-weight: 400;
}
.bread-crumb-box .hero-breadcrumb a.nav-link.active {
    border-bottom: 1px solid #2B2D32;
}
/* .biography.about-biography{
background-color: #fff;
} */
.biography.about-biography .text-box {
    padding-left: 0px;
     margin-top: 0px;
    padding-top: 0px;
}
.biography.about-biography .text-box .content {
    font-size: 18px;
    margin-top: 17px;
    color: #232323;
}
.biography.about-biography .text-box .content span.read-more {
    color: #e36634;
    font-weight: 500;
}
.biography.about-biography .img-box {
    margin-right: 0px;
}
.biography.about-biography .img-box .follow-box {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}
.biography.about-biography .img-box .follow-box h3 {
    font-size: 25px;
}
.biography.about-biography .img-box .follow-box ul.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.biography.about-biography .img-box .follow-box ul.social-icons img{
    width: 34px;
}

.page-template-about-us .journey {
    background-color: #FDF4F1;
    padding-bottom: 150px !IMPORTANT;
    margin-bottom: -60px;
}

footer.footer-sub{
    margin-top: 60px;
}

/*------------------- gallery ------------------*/

.gallery ul#pills-tab {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #f09270;
    border: 1px solid #f09270;
}
.nav-pills .nav-link {
    padding: 12px 0px !important;
    font-size: 19px !important;
    font-weight: 600 !important;
    width: 100% !important;
    border: 1px solid #232323;
    color: #232323;
}
.gallery .grid.tab-grid-item .grid-box span.font-semibold.primary {
    font-size: 15px;
    margin-top: 11px;
}
.gallery .grid.tab-grid-item {
    row-gap: 40px;
    margin: 60px 0px 0px;
}
.gallery  .grid-box .card-image img {
    height: 300px !important;
    object-fit: cover;
}
/*------------------ contact ---------------*/

.contact #contactform,
    .join-us #contactform {
    padding: 26px 24px;
    background-color: #F5F8FF;
    border-radius: 16px;
    margin-top: 30px;
    border: 1px solid #E5EFFF;
}
.join-us .form-box{
    margin-left: 30px;
}

.gallery  .grid-box, .blogs .grid-box {
    overflow: hidden;
    border-radius: 8px;
}
.gallery  .grid-box img,
    .blogs  .grid-box img {
   transition: 0.5s;
}
.blogs  .grid-box img{
    height: 250px;
    object-fit: cover;
}
.blogs  .grid-box .about-blog.about-media img{
    height: 20px;
}
.gallery  .grid-box:hover img, .blogs .grid-box:hover img {
transform: scale(1.1);
}
.Media-Coverage  .grid-box:hover h3, .blogs .grid-box:hover h3{
    color: #F1916F;
}

.contact #contactform .input-box label,
.join-us #contactform .input-box label {
    line-height: 24px;
    margin-bottom: 8px;
}
.contact #contactform .input-box input,
.join-us #contactform .input-box input {
    border: none;
    border-radius: 10px;
    padding: 16px 14px;
    height: 52px;
    margin-bottom: 24px;
    border: 1px solid #E5EFFF;
}
.contact #contactform .input-box textarea,
.join-us #contactform .input-box textarea  {
    height: 132px;
    border: none;
    border-radius: 10px;
    padding: 16px 14px;
    border: 1px solid #E5EFFF;
}

.contact #contactform .check-box,
.join-us #contactform .check-box  {
    margin: 27px 0px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact #contactform .check-box input[type="checkbox"],
.join-us #contactform .check-box input[type="checkbox"]  {
    height: 20px;
    width: 20px;
    border-radius: 4px;
}
.contact #contactform  a.btn.submit-btn,
.join-us #contactform  a.btn.submit-btn {
    width: 164px;
    border-radius: 10px;
}

.contact .address-box {
    display: flex;
    flex-direction: column;
    gap: 51px;
    margin-top: 30px;
    margin-left: 55px;
}
.contact .address-box .contact-box {
    display: grid;
    grid-template-columns: 2fr 7fr;
    align-items: center;
    gap: 10px;
}
.contact .address-box .contact-box .img-box {
    height: 62px;
    width: 62px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e5efff;
    background-color: #F7FAFF;
}
.contact .address-box .contact-box .text-box {
    line-height: 28px;
}

.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.submit-btn {
    background-color: #F1916F;
    color: #fff;
    padding: 16px 50px;
    font-size: 19px;
    width: 164px;
    border: 1px solid #F1916F;
    border-radius: 10px;
    font-weight: 700;
}


/* ---------------------------media -----------------------------*/
.Media-Coverage .grid.main-media {
    margin: 0px !important;
}

/* -------------------media-detail---------------------- */
.Media-Coverage.media-detail .date-box,
    .blogs.blog-detail .date-box {
    margin: 20px 0px 0px;
}
 .media-detail-box{
    margin-top: 46px;
}
.share-box {
    display: flex;
    align-items: center;
    gap: 20px;
    /* justify-content: end; */
    margin-bottom: 20px;
}
 .share-box ul.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}
.share-box ul.social-icons img {
    width: 30px;
}
.Media-Coverage.media-detail .detail-box, 
.blogs .detail-box{
    margin-top: 30px;
    
}
/*-------------- blogs -----------------*/
.blogs.blog-detail{
    background-color: #fff;
}
.blogs.blog-detail .blog-heading{
    text-align: left !important;
}

.blogs.all-blogs {
    background-color: #fff;
}
.blogs .grid.main-blog {
    margin: 0px !important;
}
.blogs.blog-detail .text-box {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text
}

.blogs.blog-detail .text-box h3 {
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
}
.blogs.blog-detail .text-box p, 
.blogs.blog-detail .text-box li {
    font-size: 16px;
    font-weight: 500;
    color: #444444 !important;
    list-style-type: disc;
}
.blogs.blog-detail .text-box li{
    margin-left: 20px;
}
/*--------------- plantation -------------------------*/
.hero.plantation-hero .plantaion-slider .swiper-slide {
    height: calc(100vh - 70px);
}

.hero.plantation-hero .plantation-slide-box {
    position: relative;
}
.hero.plantation-hero .plantation-slide-box .slide-text-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 52px;
    width: 100%;
}
.hero.plantation-hero .plantation-slide-box .slide-text-box h1{
    font-size: 69px;
    line-height: 155%;
}
.hero.plantation-hero .plantation-slide-box .slide-text-box p{
    font-size: 37px;
    line-height: 155%;
}
.hero.plantation-hero .plantaion-slider .swiper-pagination {
    bottom: 20px !important;
}
.hero.plantation-hero .plantaion-slider span.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin: 0px 5px;
    opacity: 1;
}
.hero.plantation-hero .plantaion-slider .swiper-pagination-bullet-active {
    outline: 4px solid #fff;
    background-color: transparent !important;
}

.mission-plantation{
    padding: 50px 0px;
    background-image: url(../images/Sanjay_Sharma-plantation-bg.webp) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mission-plantation .text-box p{
    margin-top: 15px;
}
.mission-plantation .plant-image-gallery {
    margin-top: 80px;
}
.mission-plantation .plant-image-gallery img{
    width: 100%;
    height: 209px;
    object-fit: cover;
}
.mission-plantation .img-box img {
    min-height: 730px;
    object-fit: cover;
}

.join-us {
    padding: 0px 0px 100px;
}

.join-us .account-box{
    height: 600px;
}


/* new */

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 28px !important;
    font-weight: 700;
}
.swiper-button-next, .swiper-button-prev {
    color: #ffffff !important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 100% !important;
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 20% !IMPORTANT;
    margin: 0px !important;
    padding: 0px !important;
}
.fancybox-navigation .fancybox-button--arrow_left {
    margin: 0px !important;
    padding: 0px !important;
    left: 20% !IMPORTANT;
}
 .fancybox-navigation .fancybox-button {
    height: 60px;
    width: 60px;
}
.fancybox-navigation .fancybox-button svg {
    width: 40px !important;
    height: 40px !important;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* 29/05/24 */
.desk-d-block {
    display: none;
}