@font-face {
    font-family: constanRagular;
    src: url(../font/constan.ttf);    
}
@font-face {
    font-family: vivaldi;
    src: url(../font/vivaldi.ttf);    
}
html
{
    scroll-behavior: smooth;
}
body
{
    font-family: 'Poppins', sans-serif;
    color: #4b4b4b;
    font-size: 18px;
}
h1,h2,h3,h4,h5,h6
{
    color:#151512;
    font-weight: 600;
}
a:hover
{
    text-decoration: none;
}
.mynavbar
{
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    background-position: center;    
}
.mynavbar .navbar
{
    padding: 10px 0;
}
.mynavbar .nav-item .nav-link
{
    color:#fff;
    padding: 15px 5px;
}
.mynavbar .nav-item .nav-link:hover
{
    color:#f9c123;
    border-bottom: 1px solid #f9c123;
}
.mynavbar .nav-item .nav-link.active
{
    color:#f9c123;
    border-bottom: 1px solid #f9c123;
}
.mynavbar .nav-item 
{
    margin-right: 15px;
}
.mynavbar .navbar-nav li:last-child
{
    margin-right: 0;
}
.navbar-toggler i
{
    color: #fff;
}
.navbar-toggler:focus
{
    box-shadow: none;
    border: none;
    outline: none;
}
/* logo animation */
.logo_animation
{
    height: 100vh;
    display: flex;    
    justify-content: center;
}
.logo_animation img
{
    max-height: 100vh;
}
.banner_img
{
    padding: 150px 0 250px;
}
.banner_img p
{
    color:#fff;
    font-size: 20px;
    margin-top: 20px;
}
.comman_padding
{
    padding: 90px 0;
}
.tital_h1
{
    font-size: 55px;
    margin-bottom: 60px;
    font-family: vivaldi;
    font-weight: 600;
}
.fw-600
{
    font-weight: 600;
}
.fw-500
{
    font-weight: 600;
}
.fw-300
{
    font-weight: 300;
}
.clr_151512
{
    color:#151512;
}
.clr_white
{
    color:#fff;
}
.bd_bottom_dark
{
    border-bottom: 1px solid #151512;
}
.lh-37
{
    line-height: 37px;
}
.ft_16
{
    font-size: 16px;
}
.readmore
{
    color: #b49f32;
    border-bottom: 1px solid #b49f32;
}
.readmore:hover
{
    text-decoration: none;
    opacity: 0.7;
    color: #b49f32;
}
.watermark_bg
{
    background: url(../images/watermark_tree.png) no-repeat;
    background-position: left center;
}
.slider_bg
{
    background: #dcdcdc;
}
.imgSlider img
{
    height: 240px;
    object-fit: cover;
}
.heading_1
{
    color:#151512;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 35px;
    margin-bottom: 70px;
}
.heading_2
{
    color:#151512;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    line-height: 40px;
}
.line_color_1
{
    position: relative;
    display: inline-block;
}
.line_color_1::after
{
    content: '';
    position: absolute;
    width: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #d0d0d0;
}
.line_color_2::after
{
    background: #b49f32;
    margin: 0;
}
.magazine_div img
{
    height: 360px;
    object-fit: cover;
}
.magazine_div h3
{
    font-size: 20px;
    line-height: 25px;
    margin-top: 35px;
    margin-bottom: 40px;
}
.magazine_div p
{
    line-height: 25px;
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 60px;
}
/* footer css */
footer
{
    background: #2d2d2d;
    padding: 80px 0;
}
.colum_1 p
{
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    margin-top: 20px;
    padding-right: 30px;
}
.short_links h3
{
    font-size: 20px;
    color:#fff;
    line-height: 30px;
    font-weight: 600;
}
.short_links ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.short_links ul li
{
    margin-bottom: 5px;
}
.short_links ul li a
{
    font-size: 16px;
    display: inline-block;  
    color:#898989;  
}
.short_links ul li a:hover
{
    color:#fff;
    border-bottom: 1px solid #fff;
    text-decoration: none;
}
.short_links ul li a.active
{
    color:#fff;
    border-bottom: 1px solid #fff;    
}
.footercontactus h3
{
    font-size: 20px;
    color: #fff;
}
.footercontactus p
{
    color: #898989;
}
.footercontactus .form-group
{
    margin-bottom: 25px;
}

.common_input
{
    border-radius: 0;
    border: 1px solid #898989;
    background: transparent;
    font-size: 16px;
    color: #fff;
}
.common_input:focus
{
    background: transparent;
    box-shadow: none;
    border: 1px solid #898989;
    color: #fff;    
}
.common_input::-webkit-input-placeholder 
{
    color: #898989;
    font-size: 14px;
    font-weight: 300;
}  
.common_input:-ms-input-placeholder 
{
    color: #898989;
    font-size: 14px;
    font-weight: 300;
}
.common_input::placeholder 
{
    color: #898989;
    font-size: 16px;
    font-weight: 300;
    height: 45px;
}
.footer_submit
{
    background: #b49f32;
    display: inline-block;
    padding: 10px 90px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;    
}
.footer_submit:hover
{
    color:#fff;
    opacity: 0.8;
}
.copyright
{
    background: #222222;
}
.copyright p
{
    color:#898989;
    font-size: 16px;
    margin: 0;
    padding: 20px 0;
}

/* event page  */
.event_div
{
    border: 1px solid #e7e7e7;  
    margin-bottom: 40px;  
}
.event_div>img
{
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.event_div:hover
{
    border: 1px solid #b49f32;    
}
.event_inner
{
    padding: 15px;
}
.event_inner h4
{
    font-size: 20px;
}
.event_inner p
{
    font-size: 18px;
    color: #b49f32;
    margin-bottom: 30px;
}
.event_inner a
{
    border: 1px solid #e7e7e7;
    padding: 10px 25px;
    border-radius: 30px;
    display: inline-block;
    color: #4b4b4b;
    font-size: 16px;
}
.event_inner a:hover
{
    background: #b49f32;
    border: 1px solid #b49f32;
    color:#fff;
}
/* gallery page  */
.gallery_div
{
    text-align: center;
    margin-bottom: 25px;
}
.gallery_div h3
{
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
}
.gallery_div img
{
    height: 250px;
    object-fit: cover;
}
.gallery_inner
{
    text-align: center;
}
.gallery_inner img
{
    height: 250px;
    object-fit: cover;
}
.modal-body
{
    text-align: center;
}
/* brahmabodhi page  */
.members_list {
    list-style: decimal;
    padding-left: 24px;
    margin-block-end: 0;
}
.members_list li {
    font-size: 16px;
    padding-left: 10px;
}
.dot_list
{
    list-style: disc;
}
.cultural_magazine_text h4
{
    color:#b49f32;
    font-family: constanRagular;
    font-size: 30px;
    line-height: 45px;
    font-weight: 300;
}
.cultural_magazine_text p
{
    color: #151512;
    font-family: constanRagular;
    font-size: 25px;
    border-bottom: 2px solid #d0d0d0;
    display:inline-block;
    padding-bottom: 5px;
}
.cultural_magazine_text ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.cultural_magazine_text ul li
{
    padding-left: 50px;
    color: #151512;
    font-size: 20px;
    background: url(../images/arrows1.png) no-repeat;
    background-position: 0 10px;
    line-height: 38px;
}
.bg_light
{
    background: #f6f6f6;
}
.bg_dark
{
    background: #ebebeb;
}

.dance_list ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dance_list ul li {
    padding-left: 55px;
    color: #151512;
    font-size: 18px;
    background: url(../images/arrow.png) no-repeat;
    background-position: 0 14px;
    font-weight: 500;
    line-height: 45px;
    padding-top: 15px;
    margin-bottom: 15px;
}

/* testimonial page  */
.testomonial_inner
{
    text-align: center;
}
.testomonial_inner img
{
   height: 375px;
   object-fit: cover;
   border: 1px solid #d0d0d0;
   border-radius: 5px;
}
.testomonial_inner h3
{
    font-size: 20px;
    margin: 25px 0 10px 0;
}
.testomonial_inner p
{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 30px;
}
.my_pagination .page-item
{
    margin: 0 10px;
}
.my_pagination .page-link
{
    border: none;
    font-size: 22px;
    color: #4b4b4b;
    padding: 8px 18px;
}
.my_pagination .page-item.active .page-link
{
    border: 1px solid #b49f32 !important;
    color: #b49f32 !important;
    background: transparent;
}
.my_pagination .page-link:hover
{
    color: #b49f32 !important;
    background: transparent;
}
.my_pagination .page-link:focus
{
    box-shadow: none;
}

/* contact page  */
.contect_text p img
{
    float: left;
    margin-top: 8px;
}
.contect_text p span
{
    padding-left: 15px;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
}
.contact_input {
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #bababa;
    background: transparent;
    font-size: 18px;
    color: #151512;
    padding-left: 0;
    margin-bottom: 60px;
}
.contact_input:focus
{
    background: transparent;
    box-shadow: none;
    border-color:  #bababa;
    color: #151512;  
}
.contact_input::-webkit-input-placeholder 
{
    color: #151512;
    font-size: 18px;    
}  
.contact_input:-ms-input-placeholder 
{
    color: #151512;
    font-size: 18px;
}
.contact_input::placeholder 
{
    color: #151512;
    font-size: 18px;
}
.contact_submit
{    
    background: #b49f32;
    display: inline-block;
    padding: 10px 50px;
    color: #fff;
    font-size: 20px;
    border: none;
    font-weight: 500;
    cursor: pointer;
}
.contact_submit img
{
    margin-left: 50px;
    height: 15px;
}
.contact_submit:hover
{    
    opacity: 0.7;
}
/* event form page  */
.event_input
{
    border-radius: 0;    
    border: 1px solid #b6b6b6;
    background: transparent;
    font-size: 16px;
    color: #4b4b4b;
    margin-bottom: 30px;
    padding: 15px;
    height: auto;
}
.event_input:focus
{
    background: transparent;
    box-shadow: none;
    border: 1px solid #b6b6b6;
    color: #4b4b4b;  
}
.event_input::-webkit-input-placeholder 
{
    color: #4b4b4b;
    font-size: 16px;    
}  
.event_input:-ms-input-placeholder 
{
    color: #4b4b4b;
    font-size: 16px;
}
.event_input::placeholder 
{
    color: #4b4b4b;
    font-size: 16px;
}
.app_lable
{
    color:#151512;
    font-size: 18px;
}
.catagory_inline
{
    display: flex;    
    align-items: center;
    justify-content: space-between;

}
.catagory_inline input
{
    width: 50%;
    margin: 0;
}
.custom-control-input~.custom-control-label::before
{
    border: 1px solid #b6b6b6;
    background: transparent;
}
.application_tital
{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.application_tital::after
{
    margin: 0;
}
.four_section_activity h2
{
    font-size: 25px;
    margin-top: 25px;
}
.four_section_activity .col-lg-6
{
    text-align: center;
}
.four_section_activity .col-lg-6 img
{
    margin-bottom: 35px;
}
#toTop
{
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #b49f32;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.arrow {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    margin-top: 5px;

  }
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
/* responsive media query */
@media (max-width:1200px){
button.slick-next,button.slick-prev
{
    display: none !important;
}
}
@media (max-width:992px){
.container
{
    max-width: 100%;
}
.footercontactus
{
    margin-top: 30px;
}
.comman_padding
{
    padding: 70px 0;
}
.heading_1 {    
    font-size: 40px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}
.cultural_magazine_text h4
{
    font-size: 24px;
    line-height: 30px;
}
.cultural_magazine_text p
{
    font-size: 22px;
}
.cultural_magazine_text ul li
{
    padding-left: 30px;
    color: #151512;
    font-size: 18px;
    background-size: 18px;
    background-position: 0 15px;
}
.dance_list ul li
{
    font-size: 18px;
    background-size: 30px;
    padding-top: 0;
}
}
@media (max-width:768px){
.tital_h1
{
    font-size: 30px;
    margin-bottom: 40px;
}
.banner_img 
{
    padding: 90px 0 170px;
}
.comman_padding 
{
    padding: 50px 0;
}
.heading_1
{
    font-size: 30px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.magazine_div p
{
    margin-bottom: 30px;
}
.lh-37
{
    line-height: 34px;
}
footer
{
    padding: 40px 0;
}
.short_links
{
    margin-top: 30px;
}
.footercontactus p
{
    font-size: 16px;
}
.heading_2
{
    font-size: 25px;
    margin-bottom: 15px;
}
.event_div
{
    margin-bottom: 20px;
}
.contact_input
{
    margin-bottom: 25px;
}
}
@media (max-width:576px){
.comman_padding {
    padding: 40px 0;
}
.banner_img p
{
    font-size: 18px;
}
.banner_img {
    padding: 65px 0 100px;
}
.magazine_div h3
{
    margin-top: 20px;
}
.heading_1 {
    font-size: 25px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.tital_h1
{
    font-size: 25px;
    margin-bottom: 30px;
}
.event_div
{
    text-align: center;
}
.event_inner p
{
    margin-bottom: 20px;
}
.event_div
{
    text-align: center;
}
.gallery_div
{
    text-align: center;
}
.catagory_inline
{
    margin-bottom: 15px;
}
.magazine_div img
{
    height: auto;
}
.gallery_inner img
{
    height: auto;
}
.gallery_div img
{
    height: auto;
}
.imgSlider img
{
    height: 160px;
}
}
@media (max-width:400px){
.banner_img 
{
    padding: 45px 0 75px;
}
}