*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
html{
    scroll-behavior: smooth;
}
h1{
    font-size: 29px;
}
header{
    border-top: 4px solid #531101;
    z-index: 1000;
    width: 100%;
    background-color: #fff;
}
/* .sticky {
    position: fixed;
    top: 0;
    width: 100%;
} */
.main_div{
    margin:0 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.main_div .hindi_logo img{
    height: 10vh;
}
.main_div .eng_logo img{
    height: 10vh;
}
.main_div .social_media .fa-facebook-f{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #1860e5;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-twitter{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0fbdd7;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-instagram{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-linkedin-in{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0889ec;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.main_div .social_media .fa-youtube{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
/* Secound Bar Start */
.secound_bar{
    background-color:#531101;
    text-align: center;
    position: relative;
}
.secound_bar .secound_inner_bar{
    padding:.2rem;
}
.secound_bar ul{
    display: flex;
    justify-content:center;
    align-items: center;
    z-index: 1000;
}
.secound_bar ul li{
    color: #fff;
    font-size: .9rem;
    position: relative;
    list-style: none;
    font-size: .8rem;
    margin:0rem;
}
.fa-home{
    font-size: 1.2rem;
}
#about, #dhrama,#holycity,#news,#media,#gallery,#download,#dform{
    padding:.3rem;
    margin:0 .4rem;
    cursor: pointer;
}
.secound_bar ul li a{
    text-decoration: none;
    color: #fff;
    font-size: .8rem;
    display: block;
    padding:.3rem;
}
.secound_bar ul li:hover{
    background-color:#db4242;
    transition: .8s;
}
.secound_bar ul li a:hover{
    /* background-color:#db4242; */
    transition:.8s;
}
.secound_bar ul li a:active{
    color:#F9D49F;
}
.secound_bar ul li i{
    margin-left: .3rem;
}
.secound_bar ul ul{
    position: absolute;
    left:0;
    top: 100%;
    display:none;
    width: 11rem;
    background-color: #eee;
    text-align: left;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.secound_bar ul li:hover>ul{
    display: block;
    animation: subani 1.5s;
}
@keyframes subani{
    0%{opacity: 0;}
    100%{opacity: 100%;}
}
.secound_bar ul ul li{
    display: block;
    color: #670b04;
    position: relative;
}
.secound_bar ul ul li a{
    color: #670b04;
    text-decoration: none;
    font-size: .8rem;
}
.secound_bar ul ul li a:hover{
    color: #fff;
}
.secound_bar ul ul li a:active{
    color: #F9D49F;
}
#dform{
    margin: 0;
}
#dform:hover{
    color: #fff;
}
#form_hover{
    left: 50%;
}
#langHover:hover{
    background-color: #531101;
}
.language_select{
    border: none;
    margin-left: .5rem;
    border-radius: .5rem;
}
.language_select .option_box{
    display: flex;
    align-items: center;
    background-color: #db4242;
    width: 3rem;
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    padding: .3rem;
    border-radius: .5rem;
}
.language_select .option_box:hover{
    background-color: #db4242;
}
.inner_lang:hover>.other_lang{
    display: block;
    animation: subani 1.5s;
}
.other_lang{
    background-color: #eee;
    text-align: left;
    display: none;
    position: absolute;
    top: 96%;
    left: 0;
    margin-left: .5rem;
    width: 4rem;
    z-index: 1;
}
.other_lang #a{
    color: #872f1b;
}
.other_lang #a:hover{
    background-color: #db4242;
    color: #fff;
}
/* Destop Language Button End */
.sd_menu{
    display: none;
}
.line1, .line2, .line3{
    width: 21px;
    height: 2px;
    background-color: #fff;
    margin: 3.6px;
}
.change .line1{
    transform: rotate(-45deg) translate(-5px, 5px);
}
.change .line2{
    opacity: 0;
}
.change .line3{
    transform: rotate(45deg) translate(-2px,-3px);
}
#lang_btn{
    display: none;
}
/* Secound Bar End */

/* Banner Section Start */
/* Banner Section Start */
.slider{
    position: relative;
    background-color: #531101;
    width: 100%;
    height: 50vh;
  }
  
  .slider .slide{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0%;
  }
  
  .slider .slide.active{
    opacity: 100%;
    transition: 4s;
  }
  
  .slider .slide img{
    width: 100%;
    height:50vh;
  }
  .play_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;z-index: 1;
  }
  .play_icon .fa-play{
    color: #db4242;
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    background-color:rgba(0,0, 0, .1);
    border: 7px solid #db4242;
    text-align: center;
    font-size: 2.5rem;
  }
  .fa-play:hover{
    color: #F9D49F;
    border-color: #F9D49F;
  }
  .video_popup{
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-40%);
    display: none;
    z-index: 1;
    width: 560px;
    height: auto;padding-top: 1.7rem;
    text-align: center;
    background-color: rgba(0, 0, 0);
  }
  .video_popup.active{
    display: block;
  }
  #video_xmark{
    color: #fff;
    position: absolute;
    right: 1rem;
    top: .3rem;
    font-size: 1.2rem;
  }
  #video_xmark:hover{
    color: #db4242;
  }
  #video_xmark.active{
    display: none;
  }
  .navigation{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .prev-btn, .next-btn{
    color: #fff;
    background: #872f1b;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
  }
  .prev-btn:hover{
    background-color: #F9D49F;
    color: #531101;
  }
  .next-btn:hover{
    background-color: #F9D49F;
    color: #531101;
  }
/* Banner Section End */
/* Banner Section End */
.mission_box{
    background-image: url(../images/mission_background.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mission_box .inner_mission{
    text-align: center;
    padding:1rem 0 2rem 0;
}
.mission_box .inner_mission h1{
    color: #531101;
}
.mission_box .inner_mission p{
    margin:0 13%;
    font-style: italic;
    color: #872f1b;
}
/* Foundation Section Start */
.foundation_section{
    padding:2rem 0;
}
.foundation_section .inner_foundation{
    margin:0% 13%;
    display: flex;
    justify-content: space-between;
}
.foundation_section .chairmen_img{
    text-align: center;
    padding-left: 1rem;
}
.foundation_section .chairmen_img img{
    width: 160px;
}
.foundation_section .chairmen_img b{
    font-size: 1rem;
}
.foundation_section .chairmen_img p{
    font-size: .8rem;
    line-height: 1rem;
}
.foundation_section .chairmen_img p a{
    text-decoration: none;
    color: orangered;
}
.foundation_section .chairmen_img p a:hover{
    color: blue;
}
.foundation_section .foundation_containt{
    width: 60rem;
}
.about_header h1{
    color: #8d3c2a;
    text-align: center;
}
.foundation_section .foundation_containt p{
    line-height: 1.7rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.foundation_section .foundation_containt p a{
    text-decoration: none;
    color: orangered;
    word-wrap: break-word;
}
.foundation_section .foundation_containt p a:hover{
    color: blue;
}

/* Fonudtion Section End */
/* Secound Containt Section Start */
.secound_section{
    background-image: url(../images/back-stc.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.secound_containt{
    margin:0 13%;
    padding: 2rem 0;
}
.secound_containt h1{
    text-align: center;
    color:#8d3c2a;
}
.secound_containt .inner_secound_containt p{
    line-height: 1.7rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.secound_containt .inner_secound_containt p a{
    text-decoration: none;
    color: orangered;
}
.secound_containt .inner_secound_containt p a:hover{
    color:blue;
}

/* Holy City Section Start */
/* .holy_city_outer_section{
    background-image: url(../images/hoy_back.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    height: auto;
} */
.holy_city_outer_section h1{
    text-align: center;
    color:#8d3c2a;
}
.holy_city_outer_section .holy_city_section{
    margin: 0rem 13%;
    padding: 2rem 0;
    display: flex;
}
.holy_city_section .holycity_img{
    padding-top: 0rem;
}
.holy_city_section .holycity_img img{
    height: 470px;
}
.inner_holycity .inner_cont_holycity{
    margin-bottom: .5rem;
    padding-left: 1rem;
    padding-top: .4rem;
    padding-bottom: .4rem;
}
.inner_holycity .inner_cont_holycity h2{
    padding-bottom: .5rem;
    font-size: 18px;
}
.inner_holycity .inner_cont_holycity p{
    line-height: 1.7rem;
    font-weight: 100;
}
.inner_holycity .inner_cont_holycity p a{
    color: orangered;
    text-decoration: none;
}
.inner_holycity .inner_cont_holycity p a:hover{
    color: blue;
}
#butn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight: 100;
    color: #db4242;
    position: relative;
    margin-top: 2.5rem;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
    border: 1px solid #db4242;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
#butn:hover{
    background-color:#F9D49F;
}
/* Scroll Button */
.scroll_button{
    display: flex;
    justify-content: flex-end;
    position: fixed;
    right: 0;
    bottom: 1rem;
    margin:0 5%;
}
.scroll_button i{
    background-color: red;
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: .5rem;
}
.objective_outer_section .inner_objective{
    margin:0 13%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 2rem;
}
.objective_outer_section h1{
    text-align: center;
    color:#8d3c2a;
    padding-bottom: 2rem;
}
.objective_outer_section .inner_objective .inner_obj_box{
    display: flex;
}
.inner_obj_box .objective_box{
    margin:.5rem;
    width: 35%;
    display: flex;
    justify-content: space-between; 
}
.inner_obj_box .objective_box p{
    padding-left:.5rem;
    width: 100%;
}
.objective_outer_section .inner_objective i{
    color:#8d3c2a;
    font-size: 1.8rem;
}

/* Salient Features Holy City Start  */
/* .salient_outer_seaction{
    background-image:url(../images/hoy_back.jpg);
    background-repeat: no-repeat;
    background-size:cover;
    
} */
.inner-cont{
    margin:0 13%;
    position: relative;
    padding-bottom:2rem;
}
.salient_outer_seaction .salient_feature{
    padding-bottom: 2rem;
}
.salient_outer_seaction h1{
    text-align: center;
    color:#8d3c2a;
    padding:2rem 0;
}
.salient_feature{
    display: flex;
    justify-content: flex-end;
}
.salient_feature .transport{
    display: flex;
    justify-content: center;
}
.salient_feature .transport .tpt_area{
    display: flex;
    margin:0 2rem;align-items: center;
}
.salient_feature .transport .tpt_area p{
    padding-left: 1rem;
    width: 10rem;
}
.salient_feature_info{
    display: flex;
    justify-content: space-between;
}
#img3{
    position: relative;
    top: -4.9rem;
}
.univercity_health{
    text-align: center;
}
.univercity_box{
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
}
#testing{
    margin:0 0 0 1.7rem;
}
.uni-aca-box{
    margin: 0;
}
.health_section{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 1.5rem;
    position: relative;
    right: 20px;
}
.CentralSanctorum{
    text-align: center;
    margin:0% 13%;
}
.CentralSanctorum img{
    max-width: 80%;
    height: auto;
}
.button_div{
    text-align: center;
    margin:1rem 0;
}
.button_div #btn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight: 100;
    color: #db4242;
    border: 1px solid #db4242;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.button_div #btn:hover{
    background-color:#F9D49F;
}
/* Video section Start */
.video_section{
    text-align: center;
}
.video_box{
    max-width: 100%;
    height: auto;
    
}
.slient_video{
    width: 35rem;
    height: 300px;
    border-radius: 1rem;
}
.video_section h2{
    padding:1rem 0;
    color:#8d3c2a;
    font-size: 22px;
}
.video_section p{
    font-size: 1.4rem;
    padding-bottom: 2rem;
}
.video_section p a{
    color: orangered;
}
.video_section p a:hover{
    color: #531101;
}
/* Associates & Supporters Start */
.spoter_section{
    background-image: url(../images/back-stc.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.spoter_section .association{
    margin:0rem 13%;
    padding-top: 2rem;
    text-align: center;
}
.spoter_section .association h1{
    color:#8d3c2a;
}
.spoter_section .association p{
    padding:1rem;
}
.spoter_section .association #btn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight:100;
    color: #db4242;
    border: 1PX solid #db4242;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.spoter_section .association #btn:hover{
    background-color:#F9D49F;
}
/* Associates & Supporters End */
.news_update_section h1{
    text-align: center;
    padding: 2rem 0;
    color:#8d3c2a;
}
.news_update_section .news_update{
    margin:0 13%;width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_update_section .news_update .news_box{
    width: 22.4rem;
    height: 20rem;
    border-radius: .5rem;
    margin:1rem .5rem;
    border-top: 10px solid orangered;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.inner_news_box{
    padding: 1rem;
}
.inner_news_box a{
    text-align: right;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    color:#db4242;
}
.inner_news_box a:hover{
    color:#531101;
}
.cont_box{
    display: flex;
    align-items:baseline;
}
.inner_news_box h3{
    color: #BB0E00;
    font-weight: 100;
}
.inner_news_box i{
    font-size: .6rem;
    padding-right: .5rem;
    color: orangered;
}
.inner_news_box p{
    padding:.4rem 0;
    width: 100%;
}
.news_update_section .news_icon{
    display: flex;
    justify-content: space-between;
    align-items: center;align-self: center;
    font-size: 2.5rem;
}
.news_update_section #btn{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight: 100;
    color: #db4242;
    margin-top: 2rem;
    border: 1px solid #db4242;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px; */
}
.news_update_section #btn:hover{
    background-color:#F9D49F;
}
/* Gallery Section Start */
.gallery_section h1{
    text-align: center;
    padding:2rem 0;
    color: #BB0E00;
}
.gallery_section .gallery_inner{
    margin:0 13%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery_section .gallery_inner .gallery_image{
    margin:.5rem .5rem;
    width: 22rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.gallery_section .gallery_inner .gallery_image img{
    width: 22rem;
    height: 17rem;
    border-top: 3px solid red;
    border-radius: .5rem;
}
.gallery_section .gallery_inner .gallery_image p{
    font-size: .9rem;
    width: 22rem;
    height: 10vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #db4242;
}
.gallery_section #btn{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    font-weight:100;
    margin-top: 3rem;    
    border: 1px solid #db4242;
    color: #db4242;
}
.gallery_section #btn:hover{
    background-color: #F9D49F;
}
/* Invitation Section Start */
.invitation_section{
    background-image: url(../images/footer_banner.webp);
}
.invitation_section .invitaion_contact{
    margin:0% 10%;
}
.invitation_section .invitaion_contact .invitation_box{
    text-align: center;
    color: #fff;
}
.invitation_section .invitaion_contact .invitation_box h1{
    padding-top:2rem;
    padding-bottom: 1rem;
}
.invitation_section .invitaion_contact .invitation_box p{
    line-height: 2rem;
    margin:0 0 1rem 0;
}
.invitation_section .invitaion_contact .invitation_box #btn{
    width: 150px;
    padding: 1rem;
    border-radius: 2rem;
    color: #fff;
    border: 1px solid #fff;
    background-color:transparent;
    margin:1rem 0;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.invitation_section .invitaion_contact .invitation_box #btn:hover{
    background-color: rgba(255, 68, 0, 0.742);
}

/* Invitation Section End */
.contact_form{
    color: #fff;
    padding-bottom: 2rem;
}
.contact_form h2{
    text-align: center;
    padding: 1rem 0;
}
.contact_form p{
    text-align: center;
    padding-bottom: 1rem;
}

form .field{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
input[type=text]{
    font-size:1rem;
}
form .field .input_field{
    margin:0 2%;
}
form .field label{
    display: inline-block;
    text-align: right;
    width: 10rem;
}
form .field .input{
    width: 21rem;
    padding: .4rem;
    margin:.5rem 0;
    border-radius: .5rem;
    border: 3px solid #BB0E00;
    background-color: #F9D49F;
}
#country{
    width: 22rem;
    padding: .4rem;
    margin:.5rem 0;
    border-radius: .5rem;
    border: 3px solid #BB0E00;
    background-color: #F9D49F;
    color: #670b04;
}
form .field #btn{
    width: 150px;
    padding: .8rem;
    border-radius: 2rem;
    margin-right: 12.8rem;
    background-color: #531101;
    color: #fff;
    border: none;
    border: 3px solid #BB0E00;
}
form .field .input_field #btn:hover{
    background-color: #F9D49F;
    color: #670b04;
    border: 3px solid #BB0E00;
}
#formsubmition{
    width: 25rem;
    padding: 1.5rem;
    text-align: center;
    background:#fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    display: none;
}
#formsubmition i{
    font-size: 3rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    color: green;
    text-align: center;
    border: 5px solid #ddd;
    animation: checkani 1s;
}
@keyframes checkani{
    0%{
        border-right: 5px solid orangered;
        rotate: 360deg;
        opacity: 0;
    }
    100%{
        rotate: 0deg;
    }
}
#formsubmition h3{
    color: #531101;
}
#formsubmition p{
    color: #872f1b;
    font-size: 1rem;
    padding:.5rem 0;
}
#formsubmition .windowbtn{
    width: 30%;
    padding: .4rem;
    border-radius: .5rem;
    background-color: orangered;
    color: #fff;
    font-size: 1rem;
    border: none;
}
#formsubmition .windowbtn:hover{
    background-color: #F9D49F;
    color: #531101;
}
/* Footer Section Start */
.main_footer{
    margin:0% 2%;
    padding:1.5% 0;
    display: flex;
    justify-content: center;
}
.logo_section #footerlogo{
    width: 200px;
}
.logo_section #footerlogo img{
    width: 100%;
}
.main_footer .quick_link{
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.main_footer .quick_link h3{
    padding-left: 3rem;
    color: #BB0E00;
}
.main_footer .quick_link ul{
    display: inline-block;
    width: 10rem;margin:0 .5rem;
}
.main_footer .quick_link ul label{
    font-weight: bold;
    color: #531101;
}
.main_footer .quick_link ul li{
    margin:.2rem 0;
    padding: .2rem;
    list-style: none; line-height: 1rem;
}
.main_footer .quick_link ul li a{
    text-decoration: none;
    color: #db4242;
    font-size: .9rem;
}
.main_footer .quick_link ul li a:hover{
    color: #531101;
}
.main_footer .quick_link ul li a:active{
    color: blue;
}
.main_footer .quick_link ul li i{
    width: 1.9rem;
    height: 1.9rem;
    line-height: 1.9rem;
    text-align: center;
    color: #BB0E00;
    border-radius: 50%;
    background-color: orange;
    margin:0 .2rem;
}
.main_footer .quick_link ul li i:hover{
    transform: scale(1.1);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}
.copyright{
    background-color: #eee;
}
.copyright .copyright_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0 14%;
}
.copyright .copyright_box p{
    color: #670b04;
    font-size: .9rem;
    padding-top: .3rem;
}
.copyright .copyright_box ul{
    margin-left: 1%;
    padding: 1rem;
}
.copyright .copyright_box ul li{
    display: inline;
    font-size: .9rem;
}
.copyright .copyright_box ul li a{
    text-decoration: none;
    color: #670b04;
    font-size: .9rem;
    cursor: pointer;
}
.copyright .copyright_box ul li a:hover{
    color: #ed0859;
}
.footer_social_media .fa-facebook-f{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #1860e5;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-twitter{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0fbdd7;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-instagram{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-linkedin-in{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #0889ec;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}
.footer_social_media .fa-youtube{
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    text-align: center;
    background-color: #ed0859;
    color: #fff;
    border-radius: 50%;
    margin:0 .2rem;
}


.insta-page{
    margin-right:50px;
    margin-left:50px;
}

.fb-page{
    margin-right:50px;
}
.social-page{
    align-content:center;
    display:inline-block;
    display:flex;
    padding-top:100px;
    padding-bottom:100px;
    margin-left: 20%;
}

.social_header h2{
    font-size:29px;
    color:#8d3c2a;
    padding-top:80px;
    text-align:center;
}


.web-counter h1{
    font-size:15px;
    color:#333;
    line-height:3rpm;
}
.main_footer .quick_link ul li h1{
    font-size:18px;
    color:#333;
    line-height:55px !important;
}
#counter{
    font-size:35px;
    padding: 15px;
    background-color: #e35216;
    
    color: #fff;
    border-radius: 10px;
}

.video-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.video-item {
    max-width: 400px;
}

.samepageLink{
    z-index: 1;
    width: 8rem;
    background-color: #eee;
    position: fixed;
    top: 40%;
    right: 1rem;
    padding: 1rem;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    animation: aboulink 4s;
    display: block;
}
.samepageLink.active{
    display: none;
}
.samepageLink #cross {
    color: #670b04;
    position: absolute;
    right: .3rem;
    top: .3rem;
}
.samepageLink #cross:hover {
    color: blue;
}
.samepageLink a:hover {
    color: blue;
}
.samepageLink a {
    width: 8rem;
    display: block;
    text-decoration: none;
    padding: .3rem 0;
    font-size: .8rem;
    color: #670b04;
}
.samepageLink.active{
    display: none;
}
@keyframes aboulink{
    0%{transform: scale(0%);}
    100%{transform: scale(100%);}
}




















/* Custom Style */
body form .field #btn {
    margin-right: 0;
}