@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


body {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    color: #585858;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}


.d-flex {
    display: flex;
}



.main-section {
    background: url('../images/home/sanjaybhai_main_banner.jpg');
    /* background: url('../images/home/first_background.png'); */
    /* background-size: cover; */
    padding-bottom: 380px;
    background-size: contain;
    background-repeat: no-repeat;
}

#header {
    /* background-color: #074774; */
    overflow: hidden;
}

.navbar {
    padding: 15px 0;

}


.navbar-dark .navbar-toggler {
    color: #fff;
    border: none;
}

.navbar-brand {}

.navbar a {
    text-decoration: none;
}

div.logo {
    font-size: 28px;
    font-weight: 400;
    color: #000;
    text-align: center;

}

div.logo img {
    width: 35%;
}

div.logo strong {
    font-size: 35px;
    color: #000;
    font-weight: 600;
}

div.center-logo {
    margin: 0;
}

#navbarSupportedContent {
    justify-content: center;
}

ul.navbar-nav {}

ul.navbar-nav li.nav-item {
    margin-right: 25px;
}

ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

ul.navbar-nav li.nav-item a.nav-link {
    color: #000;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    font-weight: 700;
}

ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #000;
    border-top: 5px solid #e78402;
    font-weight: 600;
}

.active {
    color: #000 !important;
}


.qoute-section {
    display: flex;
    justify-content: center;
    margin-top: 5%;
}

.qoute-section img {
    width: 40%;
}



.recent-second-section {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
    top: 50px;
}


.recent-blog-section {
    display: flex;
    justify-content: center;
    margin-top: 5%;
    position: relative;
    width: 80%;
    /* max-width: 300px; */
}

.recent-blog-section img {
    /* width: 70%; */
    display: block;
    width: 100%;
    border-radius: 10px;
    height: auto;

}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    opacity: 0;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    padding: 7%;
    text-align: center;
    opacity: 1;
}


.recent-blog-date {

    font-size: 16px;
}

.recent-blog-head {

    font-size: 24px;
    padding: 4% 0;
}

.recent-blog-button {
    background-color: #e78402;
    color: #fff;
    font-size: 17px;
    padding: 1% 5%;
    border: none;
    border-radius: 8px;

}



.second-section {
    background: url('../images/home/second_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 0;
    /* bottom: 100px; */
    padding-top: 18%;
    padding-bottom: 1%;
    overflow: hidden;


}

.home-about-section {
    /* padding-top: 10%; */
    /* padding-bottom: 10%; */

}

.home-about-section_img {

    width: 44%;
    position: absolute;
    bottom: 4px;
}


.video-img img {

    width: 98%;
}


.home-about-head {
    font-size: 20px;
    padding-top: 10%;
    color: #fff;
}

.home-about-video-title {
    font-size: 16px;
    padding-top: 5%;
    color: #000;
    padding-bottom: 10%;

}

.about-view-button {
    background-color: #f1f1f1;
    font-size: 16px;
    color: #000;
    border: none;
    padding: 3% 20%;
    border-radius: 10px;
}


.my-journey-section {
    background: url('../images/home/first_background.png');
    background-repeat: no-repeat;
    background-size: cover;

    padding: 3% 0 1% 0;
}

.head-title {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    /* align-content: space-around; */
    align-items: center;


}

.title-bottom {
    background-color: #e78402;
    padding: 0.2% 2%;
    width: 10px;
    text-align: center;
    margin-top: 0.5%;
}


.Journey-main-section {
    border-top: 1px solid #000;
    margin-top: 3%;
    display: flex;
    overflow-y: hidden;
    overflow-x: scroll;
    /* animation: marquee 10s linear infinite; */
    
}

.Journey-main-section div{
    animation: slide 20s linear infinite;

}
@keyframes slide {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
        /* The image width */
    }
}
@keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }


.Journey-main-section::-webkit-scrollbar {

    display: none;
}

.Journey-pointer {

    font-size: 36px;
    margin-bottom: 3%;
    border-left: 2px solid #000;
    height: 6%;
}



.Journey-year {
    font-size: 18px;
    color: #e78402;
    font-weight: 700;
}

.Journey-title {
    font-size: 18px;
    color: #000;

}

.Journey-body {
    font-size: 14px;
    color: #000;
    margin: 5% 0;
    line-height: 1.4;

}

.Journey-img img {
    width: 68%;
    box-shadow: 4px 5px 7px;
    transition: transform .2s;
}

.Journey-img img:hover {

    transform: scale(1.1);
    
}

.Journey-box {
    width: 25%;
    margin-left: 10%;
}


.my-journey-button {
    text-align: center;
    margin: 5% 0 2% 0;
    margin-bottom: 0;
    padding-bottom: 5%;

}



.gallery-section {

    background: url('../images/home/lotus_back.jpg');
    /* background: url('../images/home/third_background.jpg'); */
    background-repeat: no-repeat;
    padding-top: 3%;
    background-size: cover;

}

.Gallery-category {
    text-align: center;
    margin: 3% 0;
}

.Gallery-category button {
    border: none;
    background: #fff;

    border-radius: 30px;
    border: 1px solid #e2e2e2;
    margin: 0% 1%;
    padding: 0.3% 2%;
    transition: 0.5s;
}

.Gallery-category button:hover {
    background: #e78402;
    color: #ffff;
}


.g_img {
    width: 90%;
    border-radius: 10px;
    margin-bottom: 10%;
    box-shadow: 2px 2px 9px 4px;
}

.g_img:hover {
    transform: scale(1.1) !important;
   
}

.g_img_modal{

    width: 80%;
    border-radius: 10px;
    box-shadow: 1px 1px 14px;
}
.g_videos{

    height: 90%;
}


@keyframes marquee {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }

.home-blog-section {

    margin-top: 5%;
}

.blogs-second-section {
    background: url('../images/home/second_background.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: 0px;
    padding-top: 8%;
    padding-bottom: 1%;
    overflow: hidden;


}


.blogs-about-head {
    font-size: 20px;
    padding-top: 10%;
    padding-bottom: 5%;
    color: #fff;
}


.blogs-about-video-title {
    font-size: 16px;
    padding-top: 10%;
    color: #000;
    padding-bottom: 10%;

}

.home-blogs-view-button {
    background-color: #f1f1f1;
    font-size: 16px;
    color: #000;
    border: none;
    padding: 2% 8%;
    border-radius: 10px;
}


.home-blogs-button {
    display: flex;
    justify-content: space-evenly;
}


.footer-section {
    background: url('../images/home/footer_map.jpg');
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    background-size: cover;

    padding: 3%;

}


.footer-logo {
    width: 90%;
}


.footer-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background-color: #333333; */

}

.footer-menu li {
    float: left;
}

.footer-menu.footer-menu li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}


.footer-menu:last-child {
    padding-right: 1%;
}


.footer-menu-link a:hover {

    color: #000;
    font-weight: 800;
}



.social-icon {
    display: flex;
    padding: 2%;

    font-size: 26px;
}


.footer-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 1%;
    font-size: 11px;
    font-weight: 600;
}


.desing-c-class {
    text-align: end;
}



.about-main-section {
    background: url('../images/about/about_background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


.about-comma-title {
    text-align: center;
    /* background: url('../images/about/comma.png'); */
    position: relative;

}

.gallery-comma-title {
    text-align: center;
    /* background: url('../images/about/comma.png'); */
    position: relative;
    margin-top: 5%;

}

.about-title-text {
    position: relative;
    top: -28px;
    font-size: 23px;
    color: #000;
    font-weight: 500;
}

.about-comma-title img {
    width: 10%;
    position: relative;
}

.gallery-comma-title img {
    width: 10%;
    position: relative;
}

.about-second {
    margin-top: 3%;
}


.about-img {
    width: 90%;
}

.about-img-main {
    display: flex;

}

.about-first-pera {
    color: #fff;
    line-height: 1.5;
    text-align: justify;
    font-size: 15px;
}

.about-pera {
    line-height: 1.5;
    text-align: justify;
    font-size: 15px;
}

.biodata {
    margin: 4% 0;
    text-align: center;


}

.bio-back {
    background: url('../images/about/third_background.jpg') no-repeat;
    background-size: cover;

}

.biodata img {
    width: 90%;
    position: relative;
}

.download-biodata {
    background: #e78402;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 1% 2%;
    position: relative;
    bottom: 227px;
}

.gallery-main-section {
    background: url('../images/gallery/third_background.jpg');
    background-size: contain;
    background-repeat: no-repeat;
}


.download-section {
    background: url('../images/download/first_background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.download-grid {
    margin: 3% 0;
}


.download-img {
    border-radius: 10px;
    width: 100%;
}


.download-text {
    display: flex;
    align-items: center;
    text-align: justify;
}


.download-btn {

    display: flex;
    justify-content: center;
    align-items: center;
}

.download-title {
    margin-top: 4%;
}

.download-blog-button {
    background-color: #e78402;
    color: #fff;
    font-size: 17px;
    padding: 3% 17%;
    border: none;
    border-radius: 8px;
}


.recent-main-section {

    background: url('../images/gallery/third_background.jpg');
    background-size: contain;
    background-repeat: no-repeat;

}




.main-recent-second-section {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 9;
}


.main-recent-blog-section {
    display: flex;
    justify-content: center;
    margin-top: 5%;
    position: relative;
    width: 100%;
    /* max-width: 300px; */
}

.main-recent-blog-section img {
    width: 100%;
    display: block;
    width: 100%;
    border-radius: 10px;
    height: auto;

}


.main-recent-blog-date {

    font-size: 16px;
}

.main-recent-blog-head {

    font-size: 24px;
    padding: 4% 0;
}

.main-recent-blog-button {
    background-color: #e78402;
    color: #fff;
    font-size: 17px;
    padding: 1% 5%;
    border: none;
    border-radius: 8px;

}

.main-recent-detail-section {
    display: flex;
    justify-content: center;
    margin-top: 5%;
    position: relative;
    width: 100%;
    /* height: 300px; */
    /* max-width: 300px; */

}


.main-recent-detail-section img {
    width: 100%;
    display: block;
    width: 100%;
    border-radius: 10px;
    height: 300px;

}

.recent-detail-section {

    background: url('../images/download/first_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0;


}

.achivements {

    background: url('../images/download/first_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5% 0;


}

.achivement-second-section {

    display: flex;
    align-items: center;
    justify-content: center;
}

.achivments-recent-blog-section {
    width: 70%;
}

.achivments-recent-blog-section img {


    display: block;
    width: 100%;
    border-radius: 10px;
    /* height: 300px; */
}

.achivement-third-section {

    display: flex;
    align-items: center;
    justify-content: center;
}

.achiment-date {
    font-size: 12px;
}

.achiment-title {
    font-size: 20px;
}

.achiement-view-more {
    margin-bottom: 3%;
}




.journey {

    background: url('../images/download/first_background.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5%;


}
.journey-title{
    display: flex;
    justify-content: center;
}

.title-text-journey{
    width: 70%;
    margin-bottom: 5%;
}



.Journey-main-section-right {
    border-right: 1px solid #000;
    /* margin-top: 3%; */
    display: flex;
    /* overflow-y: hidden;
    overflow-x: scroll; */
}


.Journey-main-section-left {
    /* border-left: 1px solid #000; */
    /* margin-top: 3%; */
    display: flex;
    /* overflow-y: hidden;
    overflow-x: scroll; */
}


.Journey-main-section-left::-webkit-scrollbar {

    display: none;
}



.Journey-pointer-left {
    font-size: 36px;
    margin-bottom: 3%;
    border-bottom: 2px solid #000;
    width: 76%;
    position: absolute;
    top: 42%;
    left: -40px;
}


.Journey-pointer-right {
    font-size: 36px;
    margin-bottom: 3%;
    border-bottom: 2px solid #000;
    width: 76%;
    position: absolute;
    top: 42%;
    right: -45px;
}

.main-Journey-box-left{
    margin-left: 5%;
    text-align: left;
    padding-top: 10%;
}

.journey-year-title-left{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    font-size: 18px;
    color: #e78402;
    font-weight: 700;
}
.journey-year-main-left{
    position: relative;
    font-weight: 700;

}



.main-Journey-box{
    margin-right: 6%;
    text-align: right;
    padding-top: 35%;
}

.journey-year-title{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
    font-size: 18px;
    color: #e78402;
    font-weight: 700;
}
.journey-year-main{
    position: relative;
    font-weight: 700;

}

/* media query */

@media screen and (min-width: 2000px) {
    .home-about-section_img {

        width: 30%;
        position: absolute;
        bottom: 4px;
    }

    .home-about-head {
        font-size: 26px;
        padding-top: 0%;
        color: #fff;
        line-height: 1.5;
    }

    .about-first-pera {
        font-size: 25px;
    }
    .about-pera {
        font-size: 25px;
    }

    .about-title-text{
        font-size: 35px;
    }
    .home-about-video-title {
        font-size: 23px;
        padding-top: 5%;
        color: #000;
        padding-bottom: 10%;
        line-height: 1.5;
    }
    .footer-menu.footer-menu li a{
        font-size: 20px;
    }

    .desing-c-class{
        font-size: 14px;
    }

}


@media screen and (min-width:801px) and (max-width:1200px) {
    #navbarSupportedContent {
        justify-content: center;
        background: #efece875;
        padding-left: 8%;
        border-radius: 5px;
    }

    .logo img {
        width: 33%;
    }

}


@media screen and (min-width:701px) and (max-width:800px) {
    #navbarSupportedContent {
        justify-content: center;
        background: #efece875;
        padding-left: 8%;
        border-radius: 5px;
    }

    .logo img {
        width: 33%;
    }

    ul.navbar-nav li.nav-item {
        margin-right: 3px;
    }

    .achiment-title {
        font-size: 16px;

    }

    .main-Journey-box{
        margin-right: 10%;
    }

    .main-Journey-box-left{
        margin-left: 8%;
    }
}


@media screen and (max-width: 700px) {
    #navbarSupportedContent {
        justify-content: center;
        background: #efece875;
        padding-left: 8%;
        border-radius: 5px;
    }

    .main-section{
        padding-bottom:0px;
        background-size:cover;
    }
    .logo img {
        width: 33%;
    }
    .qoute-section img{
            width: 80%;
    }

    .recent-blog-section{
        height: 300px;
    }


    .recent-blog-section img{
        object-fit:cover;
    }


.home-about-head{
padding-left: 10%;
padding-top: 22%;
font-size: 14px;
}

.home-about-video-title{
    padding-left: 10%;
    padding-top: 22%;
    font-size: 14px;
    }
    
.video-img{
    padding-left:10%
}


.about-home-viewmore{
    text-align: center;
    padding-bottom: 83%;
}

.blogs-about-head{
    font-size: 14px;
    padding-top: 30%;
}
.home-blogs-button{
    padding-bottom: 10%;
}


.Journey-box{
    width: 100%;
}

.recent-blog-head{
    font-size: 18px;
    padding: 34% 0;
    padding: 14% 0;

}

    .about-comma-title img {
        width: 24%;
    }

    .gallery-comma-title img {
        width: 24%;
    }

    .gallery-section {

        background: url('../images/home/third_background_mobile.jpg');
        background-repeat: no-repeat;
        padding-top: 3%;

    }

    .footer-section {
        background: url('../images/home/footer_map_mobile.jpg');
        /* background-repeat: no-repeat; */
        /* background-size: cover; */
        background-size: cover;
        padding: 3%;

    }


    .footer-logo-mobile {
        display: flex;
        justify-content: center;

    }

    .footer-logo {
        width: 45%;
    }

    .footer-menu.footer-menu li a {
        padding: 10px;
    }

    .desing-c-class {
        text-align: start;
    }

    .about-first-pera {

        padding: 5%;
    }

    .about-pera {
        padding: 0% 5%;
    }

    .about-second {
        display: flex;
        flex-direction: column;
    }

    .about-img-main {
        padding-bottom: 3%;
        order: 2;
    }

    .about-text {
        order: 1;
    }

    .about-img {
        width: 60%;
    }

    .download-biodata {
        bottom: 77px;
    }


    .main-recent-blog-date {

        font-size: 10px;
    }

    .main-recent-blog-head {

        font-size: 10px;
        padding: 0 0;
        line-height: 1.5;
    }

    .overlay {
        padding: 1% 0;
    }

    .main-recent-blog-button {
        font-size: 10px;
        padding: 0% 5%;
        margin-top: 2%;
    }

    .achiment-title {
        font-size: 16px;

    }

    .Journey-main-section-right{
        margin-left: 3%;
        border-right: none;
        border-left: 2px solid #000;
    }

    .main-Journey-box {
        margin-right: 2%;
        text-align: left;
        padding-top: 35%;
        margin-left: 8%;
    
    }

    .journey-year-title{
        display: flex;
    justify-content: flex-start;
    }


    .Journey-pointer-right{
        right: 0;
        left: -40px;
    
    }


    .Journey-main-section-left{
        border-left:2px solid #000;
        margin-left: 3%;
    }

    .main-Journey-box-left{
        margin-left: 8%;
    }

    .Journey-pointer-left{
        left: -92%;
    }

}