*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}
.mycontainer{
    width: 90%;
    margin: 0 auto;
}
body{
    display: flex;
    flex-wrap: wrap;
}
section,header,footer{
    width: 100%;
    float: left;
}
:root{
    --primary-color: #F6252C;
    --text-black : #1B1C1E;
    --text-black-lgt : #292526;
    --light-bg: #F6F7F8;
    --light-bg-2 : #F2F5F7;
    --nav-bg : #2E2F34;
}
/* header  start*/
.header{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.menu-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.logo img{
    display: block;
}
.header ul{
    list-style-type: none;
    display: flex;
    margin: 0;
    align-items: center;
    padding: 0;
}
.header-links{
    padding: 14px 0;
    background: #F3F3F3;
}
.header-links .headloginbtn{
    background: var(--primary-color);
    color: #fff;
    padding: 7px 15px;
    border-radius: 4px;
    border:1px var(--primary-color) solid;
}
.header-links .headloginbtn:hover{
    background: transparent;
    color: var(--primary-color);
    border:1px var(--primary-color) solid;
}
.header-links ul{
/*    gap: 30px;*/
display: flex;
justify-content: space-between;
}
.header-links li{
    position: relative;
}
.header-links li a{
    text-decoration: none;
    color: var(--text-black);
    font-size: 14px;
    font-weight: 500;
    line-height:  normal;
    transition: 0.4s;
}
.header-links li a:hover{
    color: var(--primary-color);
}



.header-links  ul li .mainsubnav{
    display: none;
    position: absolute;
    left: 0;
    background: #f2f2f2;
    width: 200px;
}
.header-links  ul li .mainsubnav li{
    padding:10px 10px;
    border-bottom: 1px #c6c6c6 solid;
    position: relative;
    width: 100%;
}
.header-links .mainsubnav li .subnav{
    display: none;
    position: absolute;
    top:0;
    right: 0;
    background: #f2f2f2;
    width: 200px;
    transform: translateX(100%);
}
.header-links li:hover .mainsubnav{
   display: block;
}

.header-links .mainsubnav li:hover  .subnav{
    display: block;
}











/*Mobile Menu*/
#slide{
    display: none
}
.sidewarper{z-index:999999;background-color:rgba(0,0,0,.9);position:fixed;height:100%;overflow:scroll;overflow-x:hidden;left:-1400px;top:0;bottom:0}
#slidesection{width:320px}
#slidesection .container{ padding:0 !important}
#slidesection .overscroll{padding:10px 10px 30px 10px}
#slidesection .topclose{background-color:#000; color:#fff;font-size:20px;text-transform:uppercase;padding:15px 30px;display:block}
#slidesection .topclose a{display:block;color:#fff !important; cursor:pointer}
#slidesection .topclose a i{ float:right}
#slidesection .topclose a strong{ color:#fff}
#slidesection .overscroll #sidelinks{color:#fff; }
#slidesection .overscroll #sidelinks ul{ padding:0}
#slidesection .overscroll #sidelinks ul li{list-style:none;}
#slidesection .overscroll #sidelinks a{display:block;padding:10px 0;color:#fff;font-weight:400}
#slidesection .overscroll #sidelinks li+li{border-top:1px rgba(255,255,255,.2) dashed}
#slidesection .overscroll #sidelinks a{color:#fff}
#slidesection .overscroll #sidelinks .subchild{background-color:#155aba;margin-top:10px}
#slide{cursor:pointer}
.accordion-toggle{cursor:pointer;margin:0;display:block;position:relative}
.accordion-toggle.showed svg{
    transform: rotate(-180deg);
}
.accordion-toggle svg{
    transition: 0.4s;
}
.accordion-toggle span{position:absolute;right:5px;top:0; text-align:center;line-height:20px;color:#fff;z-index:999;width:20px;height:20px}
.accordion-toggle .disinb{display:inline-block!important}
.accordion-content ul{background-color:#333; margin-top: 15px;}
.accordion-content ul li{border:0!important}
.accordion-content ul a{padding:5px 10px!important}
.accordion-content{display:none}
.topsocial a{ color:#fff; display:inline-block; font-size:20px;}
.topsocial a+a{ margin-left:9px;}
.mobilenone{display: block}
.mobilemenuinfo {
    padding: 20px 0;
}
.mobilemenuinfo ul{
    padding: 0;
}
.mobilemenuinfo ul li{
    list-style: none;
    padding: 10px 20px;
    border-bottom: 1px #313131 solid;
}
.mobilemenuinfo ul li a{
    color: #fff;
    font-size: 17px;
    font-weight: 600;
}
@media (max-width: 768px) { 
    .mobilenone{
        display: none !important
    }
    #slide{
    display: block;
    /* margin-top: 20px; */
    font-size: 34px;
    color: #D31D20;
}
#slide .menu-close{
    display: none;
}
#slide.menushowed .menu-close{
    display: block;
}
#slide.menushowed .menu-bar{
    display: none;
}
}




















.header-options ul{
    gap: 10px;
    align-items: center;
}

.header-options li a{
    color: var(--primary-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
    padding: 7px 20px;
    position: relative;
    background: transparent;
    border: 1px var(--primary-color) solid;
    border-radius: 4px;
    display: block;
    width: max-content;
}
.header-options li a:hover{
    color: #fff;
    background: var(--primary-color);
}
.header-options li img{
    display: block;
}
.header-options li:nth-child(3)::before,.header-options li:nth-child(3)::after{
    content: "";
    height: 10px;
    width: 0.5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background:#C3C3C3;
}
.header-options li:nth-child(3)::before{
    left: 0;
}
.header-options li:nth-child(3)::after{
    right: 0;
}
/* header end  */

/* footer start  */
.footer{
    padding: 30px 0 0px 0;
    background: #222222;
}
.footer .footer-links-box p{
    color: #fff;
    font-size: 14px;
}
.footer .footer-links-box h6{
    color: #fff;
}
.footer .footer-links-box h6 span{
    margin-right: 10px;
}
.footer-links-box h4{
    color: #fff;
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 15px;
}
.footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.footer li a{
    text-decoration: none;
    color: #fff;
    transition: 0.4s;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}
.footer li a:hover{
    color: var(--primary-color);
}
.footer li {
    padding-bottom: 8px;
}
.footerbottom{
    background: #000;
}
.corpofc a{
    align-items: flex-start!important;
    line-height: 1.5!important;
}
.corpofc a img{
    position: relative;
    top: 3px;
}
.footer-socials ul{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.footer-socials ul li{
    padding: 0 8px 0 0;
    border-right: 1px solid #fff;
}
.footer-socials ul li a{
    display: block;
}
.copyright{
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 15px;
}
.copyright p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
.copyright ul{
   
}
.copyright li{
    padding-bottom: 0;
    padding-left: 10px;
     display: inline-block;
}
/* footer end  */

.bannersec h1{
    color: #fff;
    font-size: 82px;
    font-weight: 700;
    line-height: 84px;
}
.bannersec{
    position: relative;
}
.bannerimg{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.bannerimg img{
    width: 100%;
}
.banneroverlap{
    position: absolute;
    top: 0;
    left: 15%;
    height: 100%;
    display: flex;
    align-items: center;
}
.bannerbtn{
    position: absolute;
    right: 30px;
    bottom: 30px;
    background: rgb(144,22,26);
    background: linear-gradient(90deg, rgba(144,22,26,1) 16%, rgba(246,37,44,1) 74%);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
 -webkit-animation: pulse 2s infinite;
  animation: pulse 1.5s infinite;
  z-index: 9;
}
.banner-count-nav{
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.banner-count-nav ul{
    margin: 0;
    list-style-type: none;
    height: 40vh;
    padding: 0;
}
.banner-count-nav li{
    color: #fff;
    position: relative;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    font-weight: 500;
}
.banner-count-nav li::after{
    content: "";
    width: 3px;
    background: #fff;
    height: calc(100% - 25px);
    top:25px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    opacity: 0.4;
}
.banner-count-nav li:nth-last-child(1)::after{
    top: 0;
}
.banner-count-nav li.act-ct::after{
    opacity: 1;
}
.banner-count-nav li:nth-last-child(1){
    display: flex;
    align-items: flex-end;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 33, 40, 1);
    box-shadow: 0 0 0 0 rgba(246, 33, 40, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(246, 33, 40, 0);
    box-shadow: 0 0 0 25px rgba(246, 33, 40, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 33, 40, 0);
    box-shadow: 0 0 0 0 rgba(246, 33, 40, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 33, 40, 1);
    box-shadow: 0 0 0 0 rgba(246, 33, 40, 1);
  }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(246, 33, 40, 0);
    box-shadow: 0 0 0 25px rgba(246, 33, 40, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(246, 33, 40, 0);
    box-shadow: 0 0 0 0 rgba(246, 33, 40, 0);
  }
}


.secondsec{
    background: url(../images/bgred.jpg);
    padding: 60px;
    background-size: cover;
    background-position: center center;
}
.secondsecbox{
    text-align: center;
    margin: 0 auto;
}
.secondsecbox .icon{
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin:0 auto;
    border-radius: 50%;
}
.secondsecbox h4{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 15px;
}
.aboutsec{
    overflow: hidden;
}
.aboutsecimg img{
    width: 100%;
}
.aboutdetail{
    padding: 40px;
}
.aboutdetail h3{
    font-size: 32px;
    font-weight: 600;
}
.aboutdetail p{
    font-size: 18px;
}

.announcement{
    padding: 40px 0;
    background: #F7F7F9;
}
.announcedetail{
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.announcedetail .announcedate {
    text-align: center;
}
.announcedetail .announcedate h4{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 38px;
}
.announcedetail .announcedate p{
    font-size: 16px;
}
.announcedetail .announcedata h5{
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 3px;
}

.announcedetail .announcedata p{
    font-size: 16px;
}

.commonhead h3{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.commonbtn{
    text-align: center;
}
.commonbtn a{
    padding: 10px 20px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 18px;
    width: 180px;
    display: inline-block;
}
.middlesec{
    background: url(../images/commonbg.png);
    background-position: center center;
    background-size:cover ;
}


.eventbox .eventimg {
    border-radius: 20px;
    overflow: hidden;
}
.eventbox .eventimg img {
    width: 100%;
}
.eventimg{
    position: relative;
}
.eventimg::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(246,37,44,0.5);
    opacity: 0;
    transition: 0.4s;
}
.eventbox .eventdetail{
    background: #fff;
    border-radius: 5px;
    padding: 25px;
    position: relative;
   box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    min-height: 150px;
    margin: -50px 25px  0;
    text-align: center;
    border-bottom: 3px var(--primary-color) solid;
    transition: 0.4s;
}
.eventbox:hover .eventdetail{
    margin-top: -80px;
}
.eventbox:hover .eventimg::after{
    opacity: 1;
}
.eventbox .eventdetail h3{
    font-size: 35px;
    font-weight: 600;
}
.eventbox .eventdetail p{
    font-size: 16px;
    margin-bottom: 0;
}
.eventsec{
    padding: 40px 0;
}

.awardsec{
    padding: 40px 0;
}
.awardsec .awardimg{
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 300px;
}
.awardsec .awardimg img{
    width: 100%;
}


.videosec{
    padding: 40px 0;
}
.videosec .videobox{
    position: relative;
    overflow: hidden;
    border-radius:20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.videosec .videobox .playbtn{
    position: absolute;
    z-index: 9;
    transition: 0.4s;
}
.videobox:hover .playbtn{
    transform: scale(1.1);
}
.homevideo .owl-nav{
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
}
.homevideo .owl-nav button.owl-prev, .homevideo .owl-nav button.owl-next{
    height: 35px;
    width: 35px;
    background:#bebebe;
    margin:0 10px;
}
.homevideo .owl-nav button:hover{
    background:#A6A6A6;
}
.testimonialsec{
    background: url(../images/testimonialbg.png);
    background-size:cover;
    background-position: center center;
    padding: 20px 0 60px;
    overflow: hidden;
}
.testimonialsec .testibox{
    padding: 60px 100px 20px;
    background: rgba(255, 255, 255, .7);
    border-radius: 20px;
    text-align: center;
}
.testimonialsec .testibox p{
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}
.testimonialsec .testibox p:after{
    content: '';
    position: absolute;
    top: -30px;
    left: -65px;
    background: url(../images/quote1.svg);
    width: 64px;
    height: 51px;
}
.testimonialsec .testibox p:before{
    content: '';
    position: absolute;
    bottom: -15px;
    right: -50px;
    background: url(../images/quote2.svg);
    width: 49px;
    height: 39px;
}
.testimonialsec .testibox .testiimg{
    border-radius: 50%;
    overflow: hidden;
    width: 92px;
    height: 92px;
    object-fit: cover;
    margin-bottom: 15px;
    display: inline-block;
}
.testimonialsec .testibox h6{
    font-size: 16px;
    font-weight: 500;
}
.testimonialsec .testibox h5{
    font-size: 20px;
    font-weight: 600;
}

.testimonial .owl-nav{
    margin: 0 auto;
    text-align: center;
    margin-top: 30px;
    position: absolute;
    left: 0;
    right: 0;
}
.testimonial .owl-nav button.owl-prev, .testimonial .owl-nav button.owl-next{
    height: 35px;
    width: 35px;
    background:transparent;
    margin:0 10px;
    border: 1px #fff solid;
}
.testimonial .owl-nav button.owl-prev img, .testimonial .owl-nav button.owl-next img{
    filter: brightness(0) invert(1);
}
.testimonial .owl-nav button:hover{
    background:#A6A6A6;
}
.testimonialsec .testimonial{
    padding-left: 100px;
    padding-bottom: 50px;
}