*{
    padding: 0;
    margin: 0px;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

header {
    background: #fff;
    /* box-shadow: 2px 1px 5px #ccc; */
    filter: drop-shadow(0px 0px 5px #ccc);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}
header .dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover{
    color: #fff;
    text-decoration: none;
    background-color: rgb(190, 39, 39);
}

header .img_contain {
    display: flex;
}

header .img_contain .img {
    width: 150px;
    /* height: 150px; */
    margin-right: 10px;
}

header .img_contain .img1 {
    width: 300px;
}
header .img_contain .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header .navbar-nav .nav-item .nav-link {
    color: #000;
    font-size: 21px;
    padding-left: 15px;
    padding-right: 15px;
}
/* .banner_img img {
    width: 100%;
} */
.main_banner {
    background-image: url(../images/galgotias__uni_img.webp);
    background-attachment: fixed;
    background-origin: border-box;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.banner_contant {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #000000b3;
    color: #ffffff;
}
.about__sec {
    height: 100%;
    /* background: #cccccc4a; */
    text-align: center;
    color: #fff;
    padding: 60px 0px 60px 0px;
}
.about__sec h2 {
    margin-bottom: 0px;
}

.about__sec h2 {
    /* padding-bottom: 30px; */
    /* text-align: left; */
    font-weight: 700;
    background: rgb(190, 39, 39);
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    padding: 5px 50px 10px 50px;
    border-radius: 26px;
    margin-bottom: 20px;
}

.about__sec h5 {
    padding-bottom: 15px;
}

.about__sec p {
    width: 60%;
    margin: auto;
}


.about__sec .read_more_btn button {
    background: #ffffff;
    border: 1px solid rgb(190, 39, 39);
    padding: 10px 50px;
    margin-top: 30px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(190, 39, 39);
}

.about__sec .read_more_btn button:hover {
    background: rgb(190, 39, 39);
    border: 1px solid #ffffff;
    color: #ffffff;
}
.schedule___sec_left h2 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(190, 39, 39);
    margin-bottom: 0px;
}
.schedule___sec__title {
    text-align: center;
}

.schedule___sec__title h2 {
    color: rgb(190, 39, 39);
    padding-bottom: 20px;
    font-size: 31px;
    padding-bottom: 35px;
    font-weight: 700;
}

.schedule___sec {
    padding: 30px 0px;
    background: #cccccc4a;
}

.schedule___sec_left .date__schodl {
    margin-top: 1rem;
    font-size: 18px;
    font-weight: 700;
}

.Inauguration_block p {
    margin-bottom: 0px;
}

.Inauguration_block {
    padding-bottom: 15px;
}

.sesssion_block p {
    margin-bottom: 0px;
}

.sesssion_block {
    padding-bottom: 15px;
}

.banner__contant h1 {
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 45px;
    font-weight: 800;
}

.banner___link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.banner___link h4 {
    padding-right: 20px;
}

.banner___link a {
    color: #f2902b;
    font-size: 18px;
    font-weight: 500;
}

.banner__contant {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 100%;
    padding-top: 100px;
}
.banner__contant h4 {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

.banner___link h4 {
    padding: 0px;
    padding-right: 20px;
}

.banner__contant p {
    margin-bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.banner___pra {
    padding-top: 20px;
    padding-bottom: 35px;
}

.ragitra_btn a button {
    border: 0px;
    padding: 5px 50px 10px 50px;
    border-radius: 34px;
    background: rgb(190, 39, 39);
    color: #ffffff;
    font-weight: 600;
    font-size: 31px;
}

.ragitra_btn {
    padding-top: 10px;
}
.organizing__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.organizing__once {
    border: 2px solid #000;
    padding: 15px;
    margin: 15px;
    border-radius: 10px;
    /* filter: drop-shadow(0px -5px 0px #000000); */
    /* color: rgb(190, 39, 39); */
    color: #000;
    box-shadow: 3px 2px 10px #000;
}
/* .organizing__once:hover {
    filter: drop-shadow(0px 5px 0px #000000);
} */

.organizing__once h5 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.organizing__once p {
    width: 100%;
    margin-bottom: 0px;
    font-size: 18px;
}
.vasun_sec {
    padding-top: 150px;
}

.vasun_sec_advisory__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    /* padding-bottom: 15px; */
    filter: drop-shadow(2px 4px 6px black);
}
.vasun_sec_advisory__img {
    height: 300px;
    padding-bottom: 10px;
}

.vasun_sec_advisory_main {
    /* border: 2px solid rgb(190, 39, 39); */
    padding: 15px;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 15px;
}

.vasun_sec_advisory__contian p {
    margin-bottom: 0px;
    font-weight: 500;
}

.vasun_sec_advisory__contian {
    text-align: center;
}

.vasun_sec_advisory__contian h5 {
    font-size: 21px;
    font-weight: 700;
    color: rgb(190, 39, 39);
}

.vasun_sec_main h2, .vasun_sec_about h2, .vasun_sec_focus h2, .vasun_sec_g20 h2, .vasun_sec_advisory h2, .vasun_sec_main_conference_themes h2 {font-weight: 700;color: rgb(190, 39, 39);text-transform: uppercase;font-size: 24px;}

.vasun_sec_main p, .vasun_sec_about p, .vasun_sec_focus p, .vasun_sec_g20 p, .vasun_sec_main_conference_themes ul {
    text-align: justify;
    font-weight: 600;
}
.vasun_sec_g20 {
    padding-bottom: 15px;
}
.vasun_sec_advisory_container .container {
    padding-left: 0px;
    padding-right: 0px;
}
.vasun_progrm_sec .vasun_sec_Programs h2 {font-weight: 700;color: rgb(190, 39, 39);text-transform: uppercase;font-size: 24px;text-align: center;padding-top: 30px;padding-bottom: 20px;}

.vasun_sec_Programs_prog_box_container h5 {
    background: rgb(190, 39, 39);
    color: #ffffff;
    padding: 15px;
    border-radius: 10px;
    font-weight: 500;
}
.vasun_sec_about_contain_img {
    height: 60vh;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.vasun_sec_about_contain_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-fit: scale-down;
}
.ul_flx {
    display: flex;
}
.diver {
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.contact___main {
    padding-top: 150px;
    text-align: center;
}

.contact___main h2 {
    color: rgb(190, 39, 39);
    font-weight: 700;
    margin-bottom: 25px;
}

.contact____main_top p {
    margin-bottom: 0px;
}

.contact____main_top {
    padding-bottom: 30px;
}
.contact____main_mail p {
    margin-bottom: 0px;
    font-weight: 600;
}

.contact____main_univr {
    padding-bottom: 40px;
}
.contact____main_mail {
    padding-bottom: 15px;
}
.vasun_sec_advisory {
    text-align: center;
    padding-top: 50px;
}


.vasun_sec_advisory h2 {
    font-size: 31px;
    padding-bottom: 20px;
}

.vasun_progrm_sec___h2 h2 {
    font-weight: 700;
    background: rgb(190, 39, 39);
    text-transform: uppercase;
    font-size: 24px;
    display: inline-block;
    padding: 5px 50px 10px 50px;
    border-radius: 26px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    /* width: 100%; */
    color: #ffffff;
}
.vasun_progrm_sec___h2 {
    text-align: center;
    padding-bottom: 20px;
}
.vasun_progrm_sec {
    margin-bottom: 40px;
}
.contact____main_univr___media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
    align-content: center;
    flex-direction: column;
}

.contact____main_univr___media h5 {
    font-size: 31px;
    font-weight: 700;
    /* padding-right: 15px; */
    /* color: rgb(190, 39, 39); */
    margin-bottom: 0px;
}

.social___icon a {
    color: rgb(190, 39, 39);
    font-size: 58px;
    padding: 0px 20px;
}

.social___icon a .fa-instagram {
    color: rgb(190, 39, 39);
}

.social___icon a .fa-facebook-official {
    color: #3c6392;
}
.contact__sec {
    padding-bottom: 50px;
}
.mobi__contn {
    display: flex;
}
.contact____main_univr___footer__img img {
    width: 100%;
}


@media only screen and (max-width: 767px) {
    .contact____main_univr___footer__img img {
        width: 100%;
    }
    .ul_flx {
        flex-direction: column;
    }
    .mobi__contn {
        display: flex;
        padding-top: 10px;
    }
    header .img_contain {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    header .img_contain .img_h {
        width: 80px;
        margin-right: 0px;
    }
    .banner___link a {
        font-size: 16px;
        word-break: break-word;
    }
    
    .banner___link {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .banner__contant {
        padding-top: 150px;
    }
    .vasudev_header .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .vasudev_heade .navbar-brand {
        margin-right: 0rem;
    }
    
    .vasudev_header .container .navbar-brand {
        margin-right: 0rem!important;
    }
    
    .vasudev_header .container button {border: 2px solid rgb(190, 39, 39); }
    .vasudev_header .container button:focus{outline: none;box-shadow: none;}
    
    .banner__contant {
        position: inherit;
        padding-top: 30px;
        padding-bottom: 30px;
        transform: inherit;
    }
    
    .main_banner {
        margin-top: 115px;
        height: 100%;
    }
    
    .banner__contant h1 {
        font-size: 28px;
    }
    
    .vasudev_header .container button {
        padding: 0.5rem 0.25rem 0.05rem 0.25rem;
        margin-left: 15px;
    }
  }
  
  @media only screen and (min-width: 600px) {

  }

  @media only screen and (min-width: 768px) {
    
  } 
 
  @media only screen and (max-width: 1400px) and (min-width: 992px) {
    .vasudev_header .container {
        display: flex;
        flex-direction: column;
    }
    .vasun_sec {
        padding-top: 200px;
    }
  } 
  
  @media only screen and (min-width: 1200px) {
    
  }