@font-face{
    src:'fonts/roboto/RobotoSlab-Regular.ttf';
    font-family:'roboto-regular';

}
@font-face{
    src:'fonts/raleway/Raleway-ExtraBold.ttf';
    font-family:'raleway-bold';

}
.important_date table{width:100%;}
.headerSection{background-color:#15164a;position:relative;}
.headerSection:before{content:'';position:absolute;top:0px ;left:0px;background-image: linear-gradient();}
.headerSection .leftSection .topLogo{max-width:179px}
.headerSection .leftSection img{max-width:100%;}
.headerSection .rightSection{padding: 10px 0px;padding-left:60px;}
.colab-log{max-width:160px;}
.colab-log img{max-width:100%;}

.headerSection .rightSection h4{font-family: 'roboto-regular';color: #b5b5b5;border: 2px solid #b5b5b5;width: fit-content;padding: 6px 10px;margin-bottom:0px;font-size:19px;}
.headerSection .rightSection h1{font-family: 'raleway-bold';color: #fff;font-size: 35px;margin-bottom: 1px;font-weight: 900;    margin-top: 12px;}
.headerSection .rightSection h3{font-size: 18px;color: #b5b5b5;font-weight:300;}

.headerSection{position:relative;z-index:1}
.headerSection .container{position:relative;z-index:1;}
.headerSection .particles-js-canvas-el{position:absolute;top:0px;left:0px;}

.top-nav{background-color: #171874;padding: 1px 0px 5px;}
.top-nav a{font-size: 20px;margin: 10px 0px;color:#fff;padding: 2px 30px 7px;text-decoration:none;}

.top-nav a:hover{background-color: #ff5309;}
#slide-show .owl-stage-outer{z-index:-1}

.sliderSection.owl-theme .owl-nav.disabled+.owl-dots{display:none !important;margin-top: -43px !important;z-index: 999;}
.sliderSection.owl-carousel .owl-nav.disabled{display:block;}
.sliderSection.owl-carousel{position:relative;}
.sliderSection.owl-carousel .owl-nav.disabled{position: absolute;top: 14%;width: 100%;display: flex;justify-content: space-between;}
.sliderSection.owl-carousel .owl-nav.disabled .owl-prev:focus,.sliderSection.owl-carousel .owl-nav.disabled .owl-next:focus{outline:none !important;}
.sliderSection.owl-carousel .owl-nav.disabled .owl-prev,.sliderSection.owl-carousel .owl-nav.disabled .owl-next{color: #ffffff;font-size: 154px;}
.sliderSection.owl-carousel .owl-nav.disabled .owl-prev:hover,.sliderSection.owl-carousel .owl-nav.disabled .owl-next:hover{background-color:transparent !important;color:#ff5309;}
.sliderSection.owl-theme .owl-dots .owl-dot span{width: 47px;height: 5px;margin-right: 10px;}

.about-workshop .container{padding-top: 60px;}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #ff5309 !important;}
.middsection{background: #f7f7f7;padding:50px 0px;}
.middsection p{font-size: 30px;}
.middsection .container{text-align:center;}
.middsection .container img{max-width: 550px;}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.threebars{font-size: 30px;cursor: pointer;position: absolute;z-index: 99; right: 38px;top: 10px;  color: #fff;}
.sidenav{z-index: 999;background: rgba(0, 0, 0, 0.9);}

/*about-workshop section*/
.about-workshop{padding-bottom:30px;}
.about-workshop p {text-align:justify;}
#stats{display:none;}
.scroll-tab {background-color: #15164a;display: none;box-shadow: 0px 0px 10px #0a0a0a;}
.scroll-tab  .container1{margin-left: 30px;/* margin-top: 10px; */padding-top: 10px; max-width: 1200px;margin: 0px auto;}
.scroll-tab img{width: 100px;margin-bottom: 10px;}

.scroll-tab.navbar-fixed-top{position: fixed;top: 0px;z-index: 999;  width: 100%;}
.fixed-top{position:fixed;}

/*HEADING 2 STYLE*/
.heading2{position: relative;display: inline-block;color: #ffffff;line-height: 30px;font-size: 20px;padding: 10px 30px 10px 15px;background: #15164a;text-transform: uppercase;font-weight: 800;}
.heading2 span{text-transform:lowercase;}

.heading2:after{content: '';position: absolute;right: -10px;top: 0px;width: 20px;height: 100%;background: #e36226;transform: skewX(-15deg);-webkit-transform: skewX(-15deg);-ms-transform: skewX(-15deg);-o-transform: skewX(-15deg);-moz-transform: skewX(-15deg);}

.important_date{padding-bottom:20px;}
.important_date table th{padding: 10px 10px; background: #2c2e6e;text-transform: uppercase;color: #1c1c1c;color:#fff;}
.important_date table th:first-child{border-right:4px solid #fff;}
.important_date table tr{background-color: #e7e7e7;}
.important_date table tr td{padding: 10px;color: #1c1c1c;font-weight: 600;font-size: 17px;border-bottom:4px solid #fff;}
.important_date table tr td:first-child,.important_date table tr td:nth-child(2){border-right:4px solid #15164a;}
.middsection p{font-size:17px;margin-bottom:0px;text-transform:uppercase;}
.important_date table .heading{text-align: left;background-color: #ff7531;color: #fff;}
.important_date table tr .heading{border-right:0px !important;}
.important_date table .break{border-right:0px !important;text-align:center;background-color:#fffafa;}

.footer{background-color:#363636;padding:50px 0px 10px;}
.footer h5{color: #fff;}
.footer p{color: #d9d9d9;}
.footer img{width: 28px;margin-right: 10px;}
.footer .location{width:18px;}
.footer a{color: #fff;}
.azadi_logo{text-align: right;}
.azadi_logo img{width: 160px;margin: 0px auto;}

.copyright{padding: 50px 0px 0px;color: #f7f7f7 !important;margin-bottom: 0px;text-align:center;}
.copyright a{color:yellow;}
.program-section .container{text-align:left;}
.mobile-menu-bar{display:none;}
.threebars{display:none;}
.top_menu_section a{font-size: 20px;color: #FFF;margin-right: 30px;}
.top_menu_section a:last-child{margin-right:0px;}
.top_menu_section{text-align:right;margin-top: 10px;}

.item{width: 100%;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.image-content{position: absolute;bottom: 20px;left: 0px;right: 0px;background-color: rgba(0,0,0,0.8);color: #fff;font-weight: 600;font-size: 30px;text-align: center;/* width: fit-content; */margin: 0px auto;padding: 5px 25px;max-width: 600px;border-radius: 5px;}
.mobile_slider{display:none !important;}

.downloadbtn{margin-top:10px;max-width: 100%;color: #fff;text-align: center;padding: 8px;background-color: #15164a;color: #fff;border-radius: 10px;text-align: center;display: block;margin-bottom: 20px;  border: 2px solid transparent;transition:1s;font-weight: 700;font-size: 17px;}
.downloadbtn span{font-weight:400;font-size:15px;}
.dbtn .dwhite,.pbtn .pwhite{display:block;margin:0px auto;}
.dbtn .dblue,.pbtn .pblue{display:none;}
.dbtn:hover .dblue,.pbtn:hover .pblue{display:block;margin: 0px auto;}
.dbtn:hover .dwhite,.pbtn:hover .pwhite{display:none;}
.downloadbtn:hover{text-decoration:none;color:#15164a;border-color:#15164a;background-color:transparent;}
/*dropdown query*/
.dropbtn {
  background-color:transparent;
  color: white;
  font-size: 20px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  width: 155px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size:15px;
}

/*.dropdown-content a:hover {background-color: #ddd;}*/

.dropdown:hover .dropdown-content {display: block;}

/*.dropdown:hover .dropbtn {background-color: #3e8e41;}*/
.dropdown-content{z-index:999;}
#mySidenav .dropdown{position:relative;}
#mySidenav .dropdown-content{position: relative;width: 100%;background-color: rgba(0,0,0,0.5);}
#mySidenav .dropdown{width:100%;}
#mySidenav .dropdown a{color: #fff;font-size: 17px;font-weight:600;}


/*galleryCSS*/
.galleryimages .guidelines .row{padding:0px;}
.galleryimages .guidelines .row li img{width: 100%;}
.galleryimages .guidelines .row li{padding: 10px;border: 1px solid #f7f7f7;box-shadow: 0px 0px 10px grey;border-radius: 5px;overflow: hidden;display:flex;justify-content:center;height: 200px;}
.galleryimages .guidelines .row li a{overflow: hidden;}
.images20222018 .read_more{display:none;}
#myBtn{border: none;padding: 7px 43px;background-color: #15164a;color: #fff;text-transform: uppercase;font-weight: 700;letter-spacing: 1px;border: 2px solid transparent;transition:1s;}
#myBtn:hover{background-color: #fff;color: #15164a;border-color: #15164a;}
/*=========*/
.publicationlink{color: #171874;font-weight: 600;font-size: 25px;}
.publicationlink:hover{color: #e16126}

/* Accordion styles */
.accordion{
    max-width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    background-color: #171874;
}
.accordion__label, .accordion__content{
    padding: 14px 20px;
}

.accordion__label{
    display: block;
    color: white;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: background-color 0.1s;
}

.accordion__label:hover{
    background-color: rgba(0, 0, 0, 0.1);
}

.accordion__content{
    background: white;
    line-height: 1.6;
    font-size: 0.85em;
    display: none;
}

.accordion__input{
    display: none;
}
.accordion__input:checked ~ .accordion__content{
    display: block;
}

.accordion table thead{background-color: #d4d5ff;}
.accordion table th{padding:10px 20px;text-transform:uppercase;}
.accordion table td{padding:5px 20px;    font-size: 15px;}
.accordion__label{text-align:center;text-transform:uppercase;font-size:19px;}
.accordion__label span{text-transform:lowercase;}
/*=====================================*/

/*====VIDEO Page====*/
.videoSection video{border: 1px solid #c2c3c7; padding: 10px; margin-top: 10px; border-radius: 6px; background-color: #fff; box-shadow: 0px 0px 10px #f7f7f7;}
.gsc-image-content{display: flex; flex-wrap: wrap;  border: 1px solid; padding: 0px; overflow: hidden; border-radius: 0px;}
.gsc-image-content .content-right{width:100%;}
.content-right .image{border-radius: 0px;}
content-right .image img{width:100%;}
.content-left{width: 100%; padding: 10px;}
.videoSection .container{text-align: center;}
.videoSection .container .heading2{text-align: left;width: 100%;}
.videoSection .container video{max-width: 800px;margin: 0px auto;}
.organizers .important_date table tr td:nth-child(2) {border-right:0px;}
/*==================*/

/*===========Gallery Section=========*/
.textContent{display: flex;justify-content: space-between;}
.textContent a{line-height: 33px;}
/*==================================*/
/*MEDIA QUERY*/
@media(max-width:1200px){
.sliderSection.owl-carousel .owl-nav.disabled {top: 12%;}
.sliderSection.owl-carousel .owl-nav.disabled .owl-prev, .sliderSection.owl-carousel .owl-nav.disabled .owl-next{font-size: 104px;}
}

@media(max-width:991px){
  .scroll-tab {display:block;}
  .scroll-tab .container1{padding-left: 35px;}
  .mobile-menu-bar {display:none;}
  .azadi_logo{text-align: left;}
  .top-nav,.aries-sign,.top_menu_section{display:none !important;}
  .image-content{font-size: 18px;}
  .sliderSection.owl-carousel .owl-nav.disabled .owl-prev, .sliderSection.owl-carousel .owl-nav.disabled .owl-next{font-size: 71px;}
}

@media(max-width:767px){
  .mobile_slider{display:block !important;}
.full_slider{display:none !important;}
  .headerSection .container{max-width: 100%;padding: 0px 40px;box-sizing: border-box;}
  .headerSection .container .row{margin-right: 0px;margin-left: 0px;}
}

@media(max-width:575px){
  .headerSection .container{max-width: 100%;padding: 0px 40px;box-sizing: border-box;}
  .headerSection .container .row{margin-right: 0px;margin-left: 0px;}
  .threebars{top:-61px;}
  .headerSection .leftSection{order: 2;margin-bottom: 10px;}
  .headerSection .rightSection{order: 1;padding-bottom: 0px;}
  .headerSection .rightSection img{width: 45px !important;}
  .headerSection .rightSection h1{font-size: 31px !important;}
  .headerSection .rightSection h5{font-size:15px !important;}
}




