@import url(https://use.typekit.net/hmv0qjj.css);
/* newa header */
/* a.contact-menu {
    background: url(image/marker.png) no-repeat;
    background-position: left center;
    display: inline-block;
    vertical-align: middle;
    padding-left: 30px;
} */
.icon-button{
    padding-right: 34px;
}
.icon-button a {
    padding: 9px 25px 9px 25px;
    display: inline-block;
    vertical-align: middle;
    color:#605f5f;
    font-family: Roboto,sans-serif;
    font-weight: 300;
    cursor: pointer;
}
.icon-button>nav>a>i, .icon-button>nav>a>svg {
    margin: 4px 7px 0px 0px;
    font-size: 18px;
}
.btn-box>a{
    padding: 10px 15px 10px 15px;
}
.btn-box>a:hover{
    text-decoration: none;
    color: #ef4023;
}
.menu-btn{
    padding: 10px 15px 10px 15px;
}

    .header{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1000;
        width: 100%;
        background-color: #fff;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    }
/* starr Css for header */

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 320px;
    position: fixed;
    top: 0;
    right: -320px;
    height: 100vh;
    z-index: 999;
    background: #e7e7e7;
    color: #ef4023;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px -1px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #e7e7e7;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: none;
    color: #ef4023;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 20px;
    background:#e7e7e7;
}

#sidebar ul.components {
    padding: 0 20px 0 20px;
    border-bottom: 1px solid#e7e7e7;
}

.components>li{
        border-bottom: 1px solid #c5c1c1;
        padding: 8px;
}
.components>li:nth-last-child(){
    border-bottom: none !important;
    padding: 10px;
}

.item-list{
    list-style-type: none;
    padding-left: 12px !important;
}
.item-list>li>a{
    color: #454545;
    padding-left: 5px !important;
    padding-bottom: 0px !important;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 8px;
    font-size: 1.1em;
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

#sidebar ul li a:hover {
    color: #ef4023;
    background: none;
    text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #ef4023;
    background: none;
}


.list-title{
    color: #ef4023;
}
.section-head{
    /* border-bottom: .6px solid #c5c1c1; */
}
a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background:#e7e7e7;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
#sidebarCollapse{
    outline: none !important;
    box-shadow: none;
}


#sidebarCollapse>img::after{
    content: "\e900";
    /* font-family: icomoon; */
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding-right: 10px;
}
.iiad-first-header{
    display: flex;
    margin-bottom: 2px;
}

  /* .head-text{
      text-align: center;
  } */

  /* second head css */
  .second-nav{
    padding: 2px 0px 10px 0px;
    box-shadow: 0px 0 5px rgb(225 224 224 / 80%);
    padding-right: 0;
  }
  .search-form{
      margin-right: 1rem;
  }
  .head-text{
      width: 50%;
  }
  .head-text>ul{
    list-style-type: none;
    display: flex;
    text-transform: uppercase;
    margin: 0;
    padding-left: 8rem;
  }
  .head-buttons{
    width: 40%;
    display: contents;
  }
  .detail-btn>ul{
    list-style-type: none;
    display: flex;
    margin: 0;
  }
  .detail-btn>ul>li>a{
    text-decoration: none;
    color: #000;
  }
  .detail-btn>ul>li>a:hover{
    text-decoration: none;
    color: #000;
  }
  .search-field{
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding-right: 10px;
    padding-bottom: 0;
    margin-right: 10px;
    outline: none;
  }
  .search-btn, .enquire-btn{
    padding: 8px 12px 4px 12px;
  }
  .search-btn{
    border-left: 1px solid #e2e2e2;
  }
  .enquire-li{
    border-bottom: 3px solid yellow;
  }
  .enquire-btn{
    border-left: 1px solid  #e2e2e2;
    border-right: 1px solid  #e2e2e2;
  }
  .apply-li{
    padding: 0 12px 0 12px;
    border-bottom: 3px solid #000;
  }

  /* end css for second head */
  #dismiss{
      font-size: 24px;
  }
  .the-program{
    display: flex;
    justify-content: space-between;
    width: 100%;    
  }
  .the-circle{
    font-size: 60px;
    color: #7f7f7f;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #7f7f7f;
    font-family: "acumin-pro";
    word-spacing: -2px;
    height: 60px;
    margin-top: 0px;
    overflow: hidden;
  }
  .the-circle>span{
    z-index: 200;
    position: relative;
    top: 0px;
  }

  /* End css for header */

  /*  menu bar lines */

  #sidebarCollapse {
    width: 26px;
    display: block;
    /* padding: 0px; */
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  
  #sidebarCollapse div {
    height: 2px !important;
    background: #929090;
    margin: 4px 0px 4px 0px;
    border-radius: 25px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }
  
  /* .two {
    width: 35px;
  }
  
  .three {
    width: 50px;
  } */
 
  /* menu end bar lines */
  
  
  




  /* test */
  /* start add asterik after placeholder */
  input[type=text]::-webkit-input-placeholder:after {
    content: '*';
    color: red; vertical-align: top; font-size: 10px;
 }
 
 input[type=text]:-moz-placeholder:after { /* Firefox 18- */
    content: '*'; 
    color: red; vertical-align: top; font-size: 10px;
 }
 
 input[type=text]::-moz-placeholder:after {  /* Firefox 19+ */
    content: '*';
    color: red; vertical-align: top; font-size: 10px;
 }
 
 input[type=text]:-ms-input-placeholder:after {  
    content: '*';
    color: red; vertical-align: top; font-size: 10px;
 } 
/* end add asterik after placeholder */  

*{
    font-family: "acumin-pro",sans-serif; 
    /* font-family: "acumin-pro-condensed",sans-serif; */
}

  .register-and-enter>a>span {
    display: inline-block;
    transition: 0.4s ease-in;
  }
  .register-and-enter>a:hover span {
    transform: translateX(50%);
  }

.banner-area{
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
}
.compose{
    background-color: #000;
    color: #fff;
}
.compose>p{
    padding: 10px 0px;
    /* font-family: sans-serif; */
    font-size: 20px;
}
.compose>h3{
    position: absolute;
    bottom: -8px;
    padding: 0;
    margin: 0;
    /* font-size: 3.4rem; */
    font-size: 5.4rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}
.game-registration{
    background-color: #5930c1;
    color: #fff;
}
.register-and-enter{
    border-bottom: 1px solid #b29ee2;
    padding: 10px 30px 10px 25px;
    font-size: 21px;
    /* font-family: sans-serif; */
    line-height: 25px;
}
.winner-prize{
    padding: 12px 30px 14px 25px;
    font-size: 20px;
    /* font-family: sans-serif; */
    line-height: 27px;
}
.snap-style{
    width: 50%;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 9;
    bottom: 4rem;
    position: absolute;
    left: 25%;
    right: 25%;
}

.upload-instruction{
       padding: 2rem 0 2rem 0;
}
.upload-instruction .inner-container{
	margin: 0 auto;
    max-width: 1440px;
}
/* css for upload instruction line  */
/* .upload-instruction>p{
    margin: 0;
    line-height: 65px;
    text-indent: 540px;
    font-family: 'Londrina Outline',sans-serif;
    font-size: 4rem;
    color: #7f7f7f;
    font-family: 'Oswald';
} */

.upload-instruction p{
    margin: 0;
    line-height: 65px;
    text-indent: 540px;
    font-size: 54px;
    color: #7f7f7f;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #7f7f7f;
    font-family: "acumin-pro";
    word-spacing: -2px;
}
.mob-display{
    display: none;
    text-indent: 0 !important;
}
/* end css for upload instruction line  */
.trending-entries{
    background-color: #000;
    margin-top: 4rem;
}
.trending-container{
    margin: 0 auto;
}
/* .trending-img{
    color: #fff;
} */
.registration-detail-image{
    display: flex;
}

/* start section trending entries */
.trending-img-grid-heading>h2{
    font-size: 3.2rem;
    /* font-family: sans-serif; */
    color: #fff;
    padding: 15px;
    font-weight: 600;
}
.trending-images{
    padding: 15px;
    position: relative;
}
.tr-inner-div{
    overflow: hidden;
}
.tr-inner-div>img{
    width: 100%;
    transition: transform .2s ease;
}
.tr-inner-div:hover img{
    transform: scale(1.1);
    overflow: hidden;
  }
  /* end trending entries */
  
.detail-block{
    margin-bottom: 2rem;
}
.detail-heading{
    text-transform: uppercase;
    color: #ef4136;
    letter-spacing: 0px;
    font-size: 22px;
    /* font-family: sans-serif; */
    margin: 0;
    padding-bottom: 10px;
}
.detail-block>ul>li, .detail-block>span{
    font-size: 18px;
    font-weight: lighter;
}
.detail-of-red, .detail-of-blue{
    position: relative;
}
.detail-of-red, .white-img{
    margin-right: 1rem;
}
.detail-of-red>ul{
    position: absolute;
    top: 2rem;
    text-align: right;
    /* padding: 10px 2rem 10px 3rem; */
    padding: 10px 3rem 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
}
.detail-of-blue>ul{
    position: absolute;
    top: 2rem;
    text-align: right;
    /* padding: 10px 3rem 10px 3rem; */
    padding: 10px 3rem 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 800;
}
.detail-ull{
    list-style-type: none;
    padding-left: 0;
}

.detail-ull>li::before{
    /* content: '\2192'; */
    /* content: "\1F872"; */
    content: "\A";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
.image-detail-ull{
    list-style-type: none;
    padding-left: 0;
}

/* .image-detail-ull>li::before{
    content: "\A";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
} */
.required-astrick::after {
    content: " *";
    color: #e32;
    position: absolute;
    /* right: -10px; */
    top: 0;
    left: -12px;
}
.required-astrick-pin::after {
    content: " *";
    color: #e32;
    position: absolute;
    padding-left: 5px;
    top: 0;
}
/* .required-astrick-note::after {
    content: " *";
    color: #e32;
    position: absolute;
    padding-left: 5px;
    right: 0;
    top: -5px;
} */
/* .input-group::after{
    content: " *";
    color: #e32;
    position: absolute;
    top: 0;
} */
.astrik{
    color: #e32;
    font-size: 16px;
    margin-right: 5px;
}
.input-group {
    padding-bottom: 22px;
}
.input-group>input{
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #918f8f;
    outline: none;
    /* padding-top: 20px; */
    padding-right:0px !important;
    padding-bottom:0px !important;
    padding-left: 10px !important;
}

.upload-school-id{
    display: inline-flex;
    padding: 15px 0px 0px 0px;
    justify-content: space-between;
    width: 100%;
}

.file-note{
    margin: 0;
    font-size: 12px;
}
.submit-btn{
    text-align: right;
    padding-top: 25px;
}
.submit-btn>button, .submit-btn>a{
    background: transparent;
    outline: none;
    border: 1px solid #918f8f;
    padding: 12px 30px 12px 30px;
    /* font-family: 'Oswald'; */
    font-size: 18px;
    font-weight: bold;
}
/* .describe-area{
    text-align: right;
} */
.pincode{
    padding: 10px 0px 10px 5px;
    width: calc(100% - 15px);
    font-size: 14px;
    outline: none;
    border: 1px solid #918f8f;
}
.school-id-note{
    display: flex;
}
.school-id-note>p{
    font-size: 10px;
    color: #808080;
    line-height: 14px;
}
.six-image-note{
    color: #808080;
}
.six-images>div{
    padding-bottom: 2px;
}
.six-images label{
    margin-bottom: 1rem;
}
.mob-note{
    display: none;
    color: #808080;
}
.form-bottom-note{
    display: flex;
    justify-content: space-between;
}
/* Stat for- IF we need LI in indent form */
/* .detail-ull>li{
    padding-left: 10px;
}
.detail-ull>li::before{
    content: '\2192';
    font-size: 20px;
    position: absolute;
    left: 0;
    margin-right: 10px;
    line-height: 20px;
} */
/* End for- IF we need LI in indent form */
.custom-school-id {
    background: #f2f2f2;
    border-radius: 0px;
    border: 1px solid #f2f2f2;
    display: inline-block;
    padding: 11px 8px 11px 8px;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    width: 100%;
    justify-content: space-around;
    color: #808080;
    margin-bottom: 1rem;
  }
  .err{
    color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
  }
  .img-one>div{
    bottom: -14px !important;
  }

   
  .equl-width-for-school-id{
      /* width: 32.33%; */
      width: 50%;
      position: relative;
  }

  .state-drop-down, .city-drop-down{
    outline: none;
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    width: 45%;
    border: 1px solid #918f8f;
    background-color: #fff;
  }
  .city-drop-down{
    margin-left:20px;
  }
  .state-drop-down, .city-drop-down>option{
    padding: 5px 15px 5px 15px;
    background: #fff;
    /* color: #fff; */
  }
  .state-drop-down option:first-child, .city-drop-down option:first-child{
      display: none;
  }

   option:hover{
    background: #ef4136 !important;
  }

  /* .state-drop-down option:checked, */
  .state-drop-down option:hover {
    box-shadow: 0 0 10px 100px #000 inset;
    background: #ef4136 !important;
}

.state-drop-down option:focus {
    background: #ef4136 !important;
}
  /* .state-drop-down, .city-drop-down>option:active{
    background: #ef4136;
  } */
