@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Coda&display=swap');

body {
     font-family: "Coda",serif;
    padding: 0;
    margin: 0;
}

header {
    /*position: absolute;
    width: 100%;background: rgba(0,0,0,0.4);
    margin: auto;*/
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.4);
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*background: rgba(0,0,0,0.4);*/
    background: #000;
    border-top: 2px solid #FC0;
}

.top {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    /*background: rgba(0,0,0,0.4);*/
    background: #000;
    border-bottom: 2px solid #FC0;
}

.brand {
    width: 180px;
}

/*Menu*/


.hamburger__icon,
.hamburger__icon:before,
.hamburger__icon:after {
    background-color: #fff;
}


.headfont  li{
    font-weight: 500;
    color: #ffffff;
}

.cemaillink, .cemaillink:hover, .cemaillink:active, .cemaillink:focus {
   font-weight: 600;
    color: #fc0;
}
/*pagesection*/

.pagesection {
    /*padding: 130px 0px;*/
}

    .pagesection h3 {
        text-align: center;
        font-size: 26px;
        color: #000000;
        font-weight: 900;
        letter-spacing: 2px;
        margin-bottom: 26px;
    }

    .pagesection p {
        color: #000000;
        font-size: 14px;
    }

.pagesection-inner {
    overflow-y: scroll;
    max-height: 420px;
    width: 100%;
    /*background: #ffffff;
    border: 12px solid #222222;*/
    padding: 16px;
    /*-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;*/
}

.Distribution {
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px 10px;
    margin: 20px 0px;
    position: relative;
}



.center {
  margin: auto;
  width: 100%;
  padding: 130px 10px;
  text-align: center;
}
.brandlogo{
   width: 230px; 
}


.mainheader{
    color: #ffffff;
    font-size: 22px;text-transform: uppercase;font-weight: 600;
    padding: 8px 18px;
    margin: 10px 0px;
    border-radius: 4px;
}

.button i{
    font-size: 34px;padding: 6px;
}
.button, .button:hover, .button:focus, .button:active {
    background-color: #15b0cf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: none;
    color: #eeeeee;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;font-weight: 600;
    text-transform: uppercase;letter-spacing: 1px;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
  }
  @keyframes glowing {
    0% {
      background-color: #15b0cf;
      box-shadow: 0 0 5px #15b0cf;
    }
    50% {
      background-color: #15b0cf;
      box-shadow: 0 0 20px #15b0cf;
    }
    100% {
      background-color: #15b0cf;
      box-shadow: 0 0 5px #15b0cf;
    }
  }
  .button {
    animation: glowing 1300ms infinite;
  }




.Distribution h2{
    padding-bottom:28px;
}

    .Distribution p {
        font-weight: 600;
    }

    .Distribution h4 {
        font-weight: bolder;font-size: 34px;
        color: #fc0;
    }

.backbutton, .backbutton:hover, .backbutton:active, .backbutton:focus {
    border: 2px solid #fc0;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 13px;letter-spacing: 2px;
    background: transparent;
    color: #fc0;
    font-weight: 600;
    margin: 16px 0;
}

.faculty {
    text-align: center;
    padding: 8px;
}

    .faculty h1 {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1px;
    }

.facultyimg {
    width: 175px;
}

.sliderimg {
    background-repeat: no-repeat;
}
/* width */
::-webkit-scrollbar {
    width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #ededed;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #003f62;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #003f62;
    }


.organisingcommittee {
    padding: 4px;
}

    .organisingcommittee h5 {
        font-size: 16px;
        font-weight: 700;
        padding: 6px 0 0;
        color: #111111;
    }

    .organisingcommittee h6 {
        font-size: 14px;
        font-weight: 600;
    }

.committeeimg {
    width: 150px;
}

.skigroupimg {
    width: 80px;
    border-radius: 50%;
    background: #111111;
    padding: 6px;
}



.foundationimg {
    width: 100px;
    border-radius: 50%;
    background: #222222;
    padding: 16px;
}





.themeborder:after,
.themeborder:before {
    content: " ";
    position: absolute;
    transition: all 1s;
}

.themeborder:after {
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    width: 10%;
    height: 33%;
    top: -1px;
    right: -1px;
    border-radius: 0px;
}

.themeborder:before {
    border-bottom: 1px solid #ededed;
    border-left: 2px solid transparent;
    width: 100%;
    height: 33%;
    left: -1px;
    bottom: -1px;
    border-radius: 0px;
}

.themeborder:hover:before {
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #08a7a6;
    border-left: 2px solid #08a7a6;
    border-radius: 5px;
}

.themeborder:hover:after {
    width: 100%;
    height: 100%;
    border-top: 2px solid #08a7a6;
    border-right: 2px solid #08a7a6;
    border-radius: 5px;
}

.backbutton1 {
    border: 2px solid #fc0;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    background: #fc0;
    color: #000;
    font-weight: 600;
    margin: 0px;
    transition: .8s;
}

.backbutton1:hover, .backbutton1:active, .backbutton1:focus {
     border: 2px solid #fc0;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    background: #fc0;
    color: #000;
    font-weight: 600;
    margin: 0px;
}

.tabs1{
    border-bottom: 0px solid transparent;
}
.nav-tabs .nav-link{
    margin: 10px 10px 0px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff; letter-spacing: 2px;font-size: 14px;
    background: transparent;
    border-color: transparent;
}
.nav-tabs .nav-link:hover{
    border-color: transparent; 
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    margin: 10px 10px 0px;
    letter-spacing: 2px;
    font-weight: 600;font-size: 14px;
    text-transform: uppercase;
    color: #000000;
    background: transparent;
    background: #ffcc02;
    border-color: #ffcc02;
    border-bottom: transparent;
}
.nav-tabs{
    border-color: #030b2f;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: transparent;
    color: #000;
    font-weight: 600; font-size: 14px;
    text-transform: uppercase;
    border-bottom: 5px solid  #caa12c;
    border-radius: 0;
}
.table-bordered td span{
    color: #ffcc02;
    font-weight: 600;
    
}

.table{
    text-align: left;
}
.tblheader{
    background: #ffcc02;
    color: #000000;font-size: 14px;
}

.highlited{
    background: #000000;
    font-weight: 600;color: #ffcc02;
}

.testimonial_img {
    float: left;
    margin-right: 10px;
    max-width: 200px;
    padding: 10px;
}

.modal-title {
    font-size: 18px;
    font-weight: 600;
}

.textblack {
}

.sliderimg {
    text-align: center;
    margin: auto;
}

.close {
}

.modal-body {
}

.testimonialshead1 {
    font-weight: 600;
}

.topheader {
    font-family: "Coda",serif;
    font-size: 40px;
    font-weight: 900;
    text-align: right;
    padding-right: 55px;
}
.footerText{
    font-family: "Coda",serif;
    font-size: 40px;
    color:#fff;
    vertical-align: middle;
}

.mainheader1{
    font-size: 28px;
    font-weight: 800;
    color: #ffcc02;
}

.subheader {
    font-size: 22px;
    /*color: #000000;*/
    font-weight: 600;
}

.subsectionheader {
    font-size: 18px !important;
    color: #fc0 !important;
    font-weight: 700;
}


.wrapper {
    height: 100%;
}

.content_data {
    font-family: "Coda",serif;
    height: calc(100% - 140px);
    overflow: auto;
    background-image: url("../images/SKI-bg-page.jpg");
    background-size: cover;
    color: #fff;
    position: relative;
    animation: mymove 3s;
  animation-fill-mode: backwards;
}

.webinar{
    border: 1px solid #222222;
    background: #111111;text-align: left;border-radius: 10px;
}
.webinar h3 span{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #000000;
    background: #fc0;padding: 10px;font-weight: 800;
    font-size: 20px;width: 100%;display: block;
    text-align: center;
}
.webinar p{
    color: #ffffff;font-size: 14px;
    padding: 20px 10px;
    
}
.webinar p span{
    color: #fc0;
    font-weight: 900;
}

.webinarimg{
    width: 110px;
}
.media-body {
    text-align: center;
    margin-bottom: 60px;
}

@keyframes mymove {
  from {top: 500px;}
  to {top: 0px; background-color: blue;}
}

.pop_up_close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 22px 20px 0 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.pop_up_close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FC0;
    -ms-transform: rotate(45deg) translate(10px, 10px);
    transform: rotate(45deg) translate(10px, 10px);
}

.pop_up_close:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #FC0;
    -ms-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
}
