/* General Styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
:root {
  --primary-color:rgba(222, 118, 0, 1);
  --white-color: #fff;
}
*{
    padding: 0px;
    margin: 0px;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  color:#000;
  width:100%;
  overflow-x: hidden !important;
  /* background-image: url(../images/web.jpg);  */
  height: 100%;
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
  position: relative;
}
section {
  padding: 50px 0px 50px;
}
.img-fluid{
    width:100%;
    max-width: 100%;
}
.subheading {
  font-size: 26px;
  font-weight: 600;
}
.heading-title {
  font-size: 50px;
  font-weight: 600;
  color:#000;
  text-transform: uppercase;
  position: relative;
}
.section-title{
        margin-bottom: 80px;
    }
.section-title span {
  font-size: 50px;
  font-weight: 600;
  color:#000;
  text-transform: uppercase;
  position: relative;
}

.section-title span::before {
    background: linear-gradient(344deg, #DE7600 1.5%, rgba(255, 255, 255, 0) 99.98%);
    width: 70px;
    height: 5px;
    position: absolute;
    content: '';
    margin-left: -80px;
    margin-top: 26px;
}
.section-title span::after {
   background: linear-gradient(90.02deg, #DE7600 1.5%, rgba(255, 255, 255, 0) 99.98%);

    width: 70px;
    height: 5px;
    position: absolute;
    content: '';
    margin-left:10px;
    margin-top: 26px;
}
/*header*/
.topbar {
  background-color: var(--primary-color);
}
.topbar .contactinfo {
  display: flex;
  margin: 0;
  padding: 10px 0px;
}
.topbar .social-icon {
  display: flex;
  margin: 0;
  padding: 0;
}
.topbar .contactinfo li {
    list-style: none;
    margin-right: 10px;
    border-right: 1px solid  #fff;
    padding-right: 10px;
}
.topbar .contactinfo li:last-child{
    border-right: none;
}
.topbar .contactinfo li i{
    font-size: 14px;
    color:#fff;
    margin-right: 5px;
}
.topbar .contactinfo li img {
  width: 16px;
  margin-right: 5px;
}
.topbar .contactinfo li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.topbar .social-icon li {
  list-style: none;
  margin-right: 10px;
  margin-top: 10px;
}
.topbar .social-icon li span {
  color: #fff;
}
.topbar .social-icon li a {
  color: #fff;
}
header .navbar-nav .nav-item{
 margin: 0px 10px;
}
header .navbar-nav .nav-link{
    color:#000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 18px;
}
header .navbar-nav .nav-link:hover,header .navbar-nav .nav-link.active{
    border-bottom: 2px solid #000;
    color:#000;
}
header .navbar-nav .nav-link.btn-primary{
    padding: 10px 30px;
    color:#fff;
    font-size: 15px;
}
.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -99;
    opacity: 0.1;
}
.herosec .banner-logo .tagline{
  font-size: 26px;
  color: var(--primary-color);
  margin-bottom: 70px;
  margin-top: -90px;
  font-weight: 400;
  padding-left: 9%;
}
.herosec h1{
    color:#000;
    font-size: 70px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
}
.herosec h1 span{
    color:var(--primary-color);
}
.banner-strip{
 background-color: var(--primary-color);
 border-radius: 5px;
 padding: 10px 20px;
 margin: auto 2%;
}

.banner-strip ul{ 
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.banner-strip ul li:first-child{
    border-right: 2px solid #fff;
    padding-right: 20px;
}
.banner-strip ul li img{
    width: 30px;
    margin-right: 10px;
}
.banner-strip span{
    color:#fff;
    font-weight: 600;
    font-size: 24px;
}
.sponser {
    margin: 0 auto;
    width: 420px;
}
.sponser h2{
    font-size: 28px;
    font-weight: 900;
    color:#000;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.sponser img{
    width: 200px;
    margin-left: 20px;
}
.schedule-sec {
    background: rgba(222, 118, 0, 0.05);
}
.session-box {
    margin-left: -10px;
}
.line{
    border-left:1px dashed var(--primary-color);
    margin-left: 15px;
}
.session-box p,.session-box ul,.schedule-sec .session-box h6{
    margin-left: 20px;
}
.schedule-sec .day-pill{
    display: inline-block;
     border-radius: 40px;
     border:1px solid #000;
     margin-bottom: 30px;
    position: relative;
}
.schedule-sec .day-pill span{
   background-color: var(--primary-color);
   border-radius: 30px;
   display: inline-block;
   padding: 6px 20px;
   font-size: 22px;
   font-weight: 600;
   margin:6px;
   color:#fff;
}
.mydot {
    content: ".";
    text-align: center;
    font-size: 30px;
    color: #000;
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    left: 50%;
    top: -60px;
    width: 12px;
    height: 12px;
}
.mydot::after{
    content: "";
    position: absolute;
    top: 0px;
    width: 3px;
    height: 34px;
    border-right: 1px solid #000;
    left: 0px;
    margin-left: 25%;
}
.schedule-sec .day-pill::before {
    content: "";
    position: absolute;
    top: -38px;
    width: 3px;
    height: 37px;
    border-right: 1px solid #000;
    left: 0px;
    margin-left: 50%;
}
.schedule-sec .day-pill.left::after {
    content: "";
    position: absolute;
    top: -38px;
    width: 144%;
    height: 3px;
    border-top: 1px solid #000;
    left: 0px;
    margin-left: 51%;
}
.schedule-sec .day-pill.right::after {
    content: "";
    position: absolute;
    top: -38px;
    width: 128%;
    height: 3px;
    border-top: 1px solid #000;
    right: 0px;
    margin-right: 49%;
}
.schedule-sec .session-box .session-title{
   background-color: var(--primary-color);
    padding:10px 20px;
    border-radius:0px;
    margin-bottom:25px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 800;
    color:#fff;  
}
.schedule-sec .session-box h6{
    margin-top:10px;
    color:#000;
    font-size: 20px;
}
.schedule-sec .session-box li{
    font-size: 18px;
}
.dep-title {
    background: linear-gradient(90.01deg, rgba(255, 255, 255, 0) 0.01%, #DE7600 49.04%, rgba(255, 255, 255, 0) 99.99%);
    color: black;
    padding: 10px 10px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase;
}
.voluntee-box{
    background-color: rgba(255, 255, 255, .02);
    border: .09em solid rgba(255, 255, 255, .04);
    border-radius: 1em;;
    padding: 20px;
    text-align: center;
}
.voluntee-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.team-box{
   height: 100%; 
   text-align: center;
}
.team-box img{
    margin-bottom: 20px;
    width:100%;
}
.team-box small{
    font-size: 20px;
    color:var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
}
.team-box h6{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
}

.contact-form {
    background-color: rgb(209 205 205 / 7%);
    border: .09em solid rgba(255, 255, 255, .04);
    border-radius: 1em;
    padding: 50px;
    text-align: center;
}
.form-control{
    background-color: #4f4f4f40;
    padding: 10px 10px;
    color:var(--white-color);
}

.form-control::placeholder{
    color:var(--white-color);
}
.form-control:focus{
     background-color: #4f4f4f40;
     color:var(--white-color);
}
.btn-primary{
    background-color: var(--primary-color) !important;
    border:1px solid var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    padding: 10px 30px;
    color:var(--white-color);
    border-radius: 20px;
    text-decoration: none;
}
.btn-primary:hover{
    background-color: transparent !important;
    border:1px solid var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color:#000 !important;
}
footer {
  position: relative;
  padding-top: 20px; 
  background: rgba(222, 118, 0, 0.05);
}

footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;  /* border thickness */
  background: linear-gradient(90.01deg, rgba(255, 255, 255, 0) 0.01%, #DE7600 49.04%, rgba(255, 255, 255, 0) 99.99%);
}
footer p{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0px;
}
footer p a{
    color:#000;
}
footer ul li{
    margin-bottom: 5px;
}
.footer-copy{
  background: linear-gradient(90.01deg, rgba(255, 255, 255, 0) 0.01%, #DE7600 49.04%, rgba(255, 255, 255, 0) 99.99%);
    padding: 10px 0px;
}
.footer-copy p{
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}
.footer-heading{
  font-size: 24px;
  font-weight: 600;
}
.quick-link{
    margin: 0px 50px;
    border-left: 4px solid var(--primary-color);
    border-right: 4px solid var(--primary-color);
    padding: 0px 50px;
}
.quick-link ul li a{
    font-size: 20px;
    font-weight: 400;
}
.quick-link ul li a:hover{
    color:var(--primary-color);
}
.desktop{
        display: block;
    }
.mobil{
    display: none;
}
@media screen and (min-width: 1300px) and (max-width: 1499px){
    .herosec .banner-logo .tagline{
        font-size: 22px;
    }
    .herosec h1{
        font-size: 50px;
    }
    .banner-strip span{
        font-size: 20px;
    }
    .banner-strip ul li img {
        width: 20px;
        margin-bottom: 5px;
    }
    .banner-strip ul li:first-child {
        padding-right: 25px;
    }  
    .section-title span{
        font-size: 36px;
    }   
    .section-title span::before{
        margin-top: 20px;
    }
    .section-title span::after{
        margin-top: 20px;
    }
    .schedule-sec .day-pill span{
        font-size: 18px;
    }  
    .schedule-sec .session-box .session-title{
        font-size: 18px;
    }
    .schedule-sec .session-box h6{
        font-size: 18px;
    }
    .schedule-sec .session-box li {
        font-size: 15px;
    }
    .heading-title{
        font-size: 36px;
    }
    .team-box h6{
        font-size: 20px;
    }
    .team-box small{
        font-size:18px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1599px){

}
@media screen and (min-width: 768px) and (max-width: 991px){
    .herosec .banner-logo .tagline {
        font-size: 18px;
        padding-left: 16%;
        margin-top: -60px;
    }
    .herosec h1{
        font-size: 46px;
    }
    .banner-strip span{
        font-size: 18px;
    }
    .banner-strip ul li img{
        width: 20px;
    }
    .banner-strip ul li:first-child {
        padding-right: 20px;
    }  
    .section-title span{
        font-size: 26px;
    }   
    .section-title span::before{
        margin-top: 18px;
    }
    .section-title span::after{
        margin-top: 18px;
    }
    .schedule-sec .day-pill span{
        font-size: 16px;
    }  
    .schedule-sec .session-box .session-title{
        font-size: 16px;
    }
    .schedule-sec .session-box h6{
        font-size: 16px;
    }
    .schedule-sec .session-box li {
        font-size: 15px;
    }
    .heading-title{
        font-size: 26px;
    }
    .team-box h6{
        font-size: 18px;
    }
    .team-box small{
        font-size:16px;
    }
    .topbar{
        margin-top: 40px;
    }
}
/* Mobile + Tablet view */
@media (max-width: 991px) {

  /* Navbar fixed at top */
  nav.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #000; /* your navbar color */
  }

  /* Avoid content jumping */
  body {
    padding-top: 60px; /* navbar height */
  }

  /* Fix the menu position when opened */
  .navbar-collapse {
    position: fixed;
    top: 60px; /* space below navbar */
    left: 0;
    width: 100%;
    background: #000;  /* menu background */
    padding: 20px 15px;
    z-index: 9998;
  }
 .navbar-toggler:focus{
    border:none;
    box-shadow: none;
 }
  /* Remove default white box-shadow or movement */
  .navbar-collapse.collapsing {
    height: auto !important;
    transition: none !important;
  }
  header .navbar-nav .nav-link{
    color:#fff;
    padding: 5px 0px;
    font-size: 15px;
  }
  header .navbar-nav .nav-link:hover, header .navbar-nav .nav-link.active{
    color:#fff;
    text-decoration: underline;
  }
  .navbar-brand img{
        width: 90px;
    }
}

@media screen and (max-width: 767px){
    body{
        overflow-x: hidden;
        width: 100%;
    }
    .herosec .banner-logo .tagline{
        font-size: 14px;
        padding-left: 0px;
        margin-top: -8px;
        margin-bottom: 0px;
    }
    .herosec h1{
        font-size: 22px;
    }
    .banner-strip span{
        font-size: 15px;
    }
    .banner-strip ul li img{
        width: 20px;
    }
    .section-title{
        margin-bottom: 20px;
    }
    .section-title span{
        font-size: 22px;
    }  
    .myborder{
        border-bottom: 2px solid var(--primary-color);
        margin-bottom: 20px;
    } 
    .dep-title{
        font-size: 16px;
    }
    .schedule-sec .day-pill span{
        font-size: 15px;
    }  
    .schedule-sec .session-box .session-title{
        font-size: 15px;
    }
    .schedule-sec .session-box h6{
        font-size: 15px;
    }
    .schedule-sec .session-box li {
        font-size: 14px;
    }
    .heading-title{
        font-size: 22px;
    }
    .team-box h6{
        font-size: 15px;
    }
    .team-box small {
    font-size: 14px;
    }
    footer{
        text-align: center;
    }
    .schedule-sec .day-pill.left::after{
        display: none;
    }
    .schedule-sec .day-pill.right::after{
        display: none;
    }
    .mydot{
        display: none;
    }
    .mydot::before{
        display: none;
    }
    .section-title span::before{
        display: none;
    }
    .section-title span::after{
        display: none;
    }
    .schedule-sec .day-pill::before{
        display: none;
    }
    
    .topbar .contactinfo{
        display: block;
        text-align: center;
        padding-bottom: 0px;
    }
    .topbar .social-icon {
        justify-content: center;
        display: flex;
        width: 100%;
    }
    .topbar .social-icon li{
        margin-top: 0px;
    }
    .navbar-brand img{
        width: 45px;
    }
     .navbar-toggler-icon{
        background-color: #000;
        padding: 2px;
        border-radius: 4px;
     }
    
    .banner-strip ul{
        display: block;
    }
    .banner-strip ul li:first-child{
        border-right: none;
        padding-right: 0px;
    }
    .quick-link{
        padding: 0px 40px;
        margin: 0px 40px;
    }
    .desktop{
        display: none !important;
    }
    .mobil{
        display: block;
    }
    .topbar .contactinfo li {
    list-style: none;
    margin-right: 20px;
    display: inline-block;
    }
    .banner-strip {
        border-radius: 10px;
        padding: 10px 10px;
        margin: auto 0%;
    }
    .topbar .contactinfo{
        padding: 10px 0px;
    }
    .sponser .d-flex.flex-wrap.align-items-center{
        display: block !important;
    }
    .sponser {
        margin: 0 auto;
        width: 100%;
    }
    .sponser h2{
        margin-bottom: 20px;
        font-size: 20px;
    }
    .topbar .contactinfo li{
        border-right: none;
        margin: 0px 5px 10px;
    }
    footer p {
    font-size: 14px;
    }
    .quick-link ul li a {
    font-size: 16px;
    font-weight: 400;
    }
    .footer-copy p{
        font-size: 14px;
    }
    .footer-copy .d-flex.flex-wrap.justify-content-between.align-items-center {
        display: block !important;
    }
}
