body{
    font-family: 'Roboto', sans-serif !important;
    margin: 0;
}
img {
    max-width: 100%;
}
.container {
    max-width: 1140px !important;
}
.logo {
    max-width: 203px;
}
a,a:hover {
    text-decoration: none;
    transition: all 0.3s ease;
}
.site-header{
    background: #0E0E0E;
    padding: 20px 0;
}
.site-header .dropdown {
    position: absolute;
    top: 52px;
    right: 20px;
    color: #fff;
}
.site-header .dropdown a {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.site-header .dropdown button {
    color: #fff;
    border: 0;
    outline: none !important;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
}
.site-header .dropdown button:focus,
.site-header .dropdown button:hover {
     outline: none !important;
}
.nav-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-menu li{
    display: inline-block;
    margin-right: 30px;
    position: relative;
}
.submenudropdown {
    background: #fff;
        z-index: 99;
    border-radius: 2px;
    position: absolute;
    top: 37px;
    transition: all 0.3s ease;
    left: -20px;
    width: 200px;
    opacity: 0;
}
li.submenu {
    color: #fff;
}
li.submenu:hover .submenudropdown,
li.submenu:focus .submenudropdown{
     opacity: 1;
     transition: all 0.3s ease;
}
.sub-arrow {
    padding-left: 10px;
}
.submenudropdown li {
    display: block;
    margin: 0;
}
.nav-menu li:last-child {
    margin-right: 0;
}
.nav-menu li a {
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}
.submenudropdown li a {
    color: #333333;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    display: block;
}
.nav-menu li a:hover,
.nav-menu li a:focus {
     color: #d1e902;
}
.submenudropdown li a:hover{
    background: #55595c;
    color: #fff;
}
.banner {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 70px 0;
    color: #fff;
}
.banner h1 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    font-family: 'Nunito', sans-serif;
}
.site-footer {
    background: #292929;
    padding: 60px 0 30px;
    color: #fff;
}
.ft-logo {
    max-width: 176px;
}
.inner-footer p {
    font-family: 'Nunito', sans-serif;
    color: #fcfcfc;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    letter-spacing: 3.1px;
    margin-top: 20px;
}
.site-footer h3 {
    font-size: 40px;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-details ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.contact-details li {
    margin-bottom: 10px;
}
.contact-details li i {
    margin-right: 13px;
    font-size: 20px;
    width: 20px;
    text-align: center;
}
.contact-details li,
.contact-details li a{
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    color: #fff;
    letter-spacing: 3.1px;
}
.subscribe-div input {
    width: 100%;
    padding: 12px 20px;
    background: #101010A1;
    border: 1px solid #101010A1;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2.1px;
    color: #fff;
}
.subscribe-div button {
    width: 100%;
    background: #D1E902;
    font-family: "Open Sans", Sans-serif;
    color: #000000;
    font-size: 18px;
    letter-spacing: 2.1px;
    padding: 12px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #D1E902;
}
.subscribe-div button:hover {
    background-color: #b52700;
    color: #ffffff;
    border: 1px solid #b52700;
}
.social-icons {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-top: 20px;
}
.social-icons a {
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 5px;
    text-align: center;
    font-size: 23px;
    line-height: 50px;
    color: #fff;
}
.form-input label {
    display: block;
    color: #7a7a7a;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
 }
.register-form {
    padding: 30px 0 10px;
}
.register-form .container {
    max-width: 760px !important;
}
.form-main.login-box img {
    max-width: 230px;
}
i.fa.fa-lock {
    font-size: 24px;
}
.register-form h2 {
    text-align: center;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.register-form h3{
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 0px;
}
.register-form p {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: center;
}

.form-main {
    margin-top: 30px;
}

.form-input.file-input input {
    padding: 0;
    border: 0;
    margin: 5px 0;
    height: auto;
}
.form-input.radio-inputs input {
    width: auto;
    margin-right: 6px;
    height: auto;
}
.form-input {
    margin-bottom: 3px;
    color: #7a7a7a;
 }
.form-input button {
    background: #61ce70;
    font-size: 15px;
    color: #fff;
    width: 100%;
    border: 0;
    padding: 10px 0;
    text-transform: capitalize;
    font-weight: 600;
    border-radius: 5px;
}
.form-input sup {
    top: -0em;
    color: red;
    font-size: 16px;
    left: 5px;
}
.form-main.login-box {
    background: #0e0e0e;
    padding: 20px 20px 30px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 50px;
}
.form-main.login-box .form-input {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}
.form-main.login-box .form-input button {
    height: auto;
}
.iconbox {
    margin-bottom: 20px;
    position: relative;
}
span.iconinput {
    color: #000;
    position: absolute;
    top: 8px;
    right: 10px;
    font-size: 18px;
}
.succes-msg {
    color: #61ce70;
    margin: 0;
    padding-top: 20px;
}
a.forgrt-pass {
    display: block;
    text-align: left;
    color: #fff;
    margin-top: 15px;
}
.loginpopup input {
    width: 100%;
    border: 1px solid #818a91;
    background: #fff;
    padding: 7px 15px;
    border-radius: 2px;
    color: #7a7a7a;
    height: 40px;
}
.form-main.loginpopup {
    margin-top: 0;
}
.search{
      position: relative;
      margin-bottom: 50px;
}

.search input{
     height: 50px;
     text-indent: 5px;
     border: 1px solid #d6d4d4;
 }
button.icon-btn {
    display: inline-block;
    background: #000;
    color: #fff;
    height: 50px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 5px;
    border: 1px solid #000;
}
.event-img img {
    object-fit: cover; 
    border-radius: 5px;
}
.form-control[type=file] {
    height: 40px !important;
    line-height: 40px;
    text-indent: 24px;
}
.form-control[type=file]::before {
    background: #61ce70;
    content: "Choose a file";
    display: block;
    width: 120px;
    height: 40px;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-indent: 0;
}
.event-main {
    padding: 50px 0;
}
.listing-events {
    max-width: 730px;
    margin: auto;
}
.rep-list {
    border: 1px solid #adb5bd;
    border-radius: 5px;
    padding: 0;
    margin-bottom: 12px;
    padding-right: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #adb5bd;
}
span.datetime {
    display: inline-block;
    border-bottom: 1px solid #adb5bd;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #adb5bd;
}
.rep-list h4 {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
	color: #999999;
}
.rep-list address {
    margin-bottom: 0;
    font-size: 14px;
    display: flex;
    font-family: 'Roboto Condensed', sans-serif;
    color: #adb5bd;
}
.rep-list address  i {
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.box-link {
    color: #000;
}
span.registed {
    display: block;
    border: 2px solid green;
    padding: 12px 20px;
    border-radius: 5px;
}
.signupbtn {
    display: block;
    border: 2px solid red;
    padding: 12px 20px;
    border-radius: 5px;
}
.listing-events {
    max-width: 730px;
    margin: auto;
}
.speceficdiv {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
}
.speceficdiv p,.speceficdiv h3{
    text-align: left;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}
.speceficdiv .fa {
    margin-right: 10px;
}
.speceficdiv  i.fa.fa-map-marker {
    font-size: 26px;
    margin-right: 13px;
}
/* .register-form */
section.register-form {
    padding: 21px 0 50px;
}
.c-form-headings{
    font-family: 'Nunito', sans-serif;
}
.c-form-headings h2 {
    font-weight: 700;
    font-size: 250px;
    font-size: 13vw;
    line-height: 217px;
    text-transform: uppercase;
    opacity: 0.1;
    color: black;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    margin: 0 auto -68px;
}
.c-form-headings h3{
    font-weight: 900;
    font-size: 44px;
    line-height: 60px;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 63px;
    text-align: center;
    position: relative;
}.c-form-headings h3 span{
    color: #D1E902;
}
.c-form-headings h3:after{
    content: '';
    display: block;
    width: 196px;
    height: 3px;
    background-color: #D1E902; 
    position: absolute;
    bottom: -8px;left: 0;
    right: 0;margin: 0 auto;  
}
.form-input label {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding-left: 23px;
    margin-bottom:6px;
}
.register-form .form-input input, .form-input select, .form-input textarea {
    font-family: 'Nunito', sans-serif;
    background: #F8F8F8;
    height: 50px;
    padding: 14px 23px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
}
.form-input textarea{
    height: 124px;
    resize: none;
    width: 100%;
}
.register-form .form-input input::placeholder{
    color: #AEAEAE;
}
.register-form .form-input input:focus, .form-input select:focus, .form-input textarea:focus{
    outline:0; background: #F8F8F8;
    box-shadow:none;
}
.radio-inputs-wrap {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 14px 23px;
}
.form-input.radio-inputs input {
    width: 22px !important;
    height: 22px !important;
    margin-right: 8px;
    padding: 0 !important;
    border-radius: 22px;
    border: 1px solid #000;
    background-color: #fff;
}
.radio-inputs-wrap label {
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin:0;
    width: auto;
    cursor:pointer;
}
.radio-inputs-wrap label:not(:last-child){
    margin-right:40px;
}
input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    appearance: none;
    /* For iOS < 15 to remove gradient background */
    background-color: #fff;
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 50%;
    transform: translateY(-0.075em);
    place-content: center;
    display: grid;
    cursor: pointer;
}
input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #d1e902;
    background-color: #D1E902;
}
input[type="radio"]:checked {
    border: 1px solid #D1E902;
}
input[type="radio"]:checked::before {
    transform: scale(1);
}
input[type="radio"]:focus {
    outline: max(2px, 0.15em) solid currentColor;
    outline-offset: max(2px, 0.15em);
}
input.form-control[type=file] {
    padding-top: 8px;
    padding-bottom: 0;
    padding-left: 40px;
    background-color: transparent;
    position:relative;
    font-size: 14px;
    font-weight: 500;
    color:#000;
    font-family: 'Nunito', sans-serif;
}
input.form-control[type=file]:focus{
    background:#fff;
}
.form-control[type=file]::before {
    background: #D1E902;
    content: "Choose a file";
    font-size: 16px;
    font-weight: 600;
    width: 128px;
    height: 42px;
    color: #000000;
    line-height: 40px;
    text-indent: 0;
    top: 0;    left: 23px;
}
#tnc.radio-inputs-wrap label p{
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
}
#tnc.radio-inputs-wrap label a {
    color: rgba(255, 5, 5, 1) !important;
    text-decoration:underline;
    margin-left: 2px;
    margin-right: -3px;
}
.form-input {
    margin-bottom: 21px;
}
.form-input button {
    width: 187px;
    height: 61px;
    background-color: #D1E902;
    color: #000;
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    border-radius: 0;
    text-align: center;
}
.form-input button i{
    display:none;
}
.file-input img {
    padding-left: 23px;
    margin-top: 10px;
}
span.select2-selection.select2-selection--single {
    font-family: 'Nunito', sans-serif;
    background: #F8F8F8;
    height: 50px;
    padding: 11px 14px;
    border: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px;
    right: 15px;
}
input#academy_name {
    margin-top: 10px;
}
.select2-container {
    max-width: 100%;
    width: 100% !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-right: 0 !important;
}
.select2-container--default .select2-selection--multiple {
    font-family: 'Nunito', sans-serif;
    background: #F8F8F8;
    padding: 10px 20px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    width: 100% !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: #000;
    border-color: #cdcdcd;
}
li.select2-search.select2-search--inline {
    width: 100%;
}
ul.select2-selection__rendered {
    padding: 0 !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
}
.select2-selection__choice__remove {
    color: #000;
    margin: 0px 4px 0px 0;
}
/* .register-form-end */
@media (min-width:768px){
    #optech .container {
        max-width: 1098px !important;
    }
    #optech .row{
        margin-right: -25px !important;
        margin-left: -25px !important;
    }
    #optech .row > div{
        padding-left: 25px !important;
        padding-right:25px !important;
    }
}

@media screen and (max-width: 1170px) {
     .site-header {
         padding: 5px 0;
    }
       .nav-menu {
        width: 100%;
        max-width: 300px;
        position: fixed;
        top: 0;
        right:   -100%;
        background: #000;
        height: 100%;
        padding-top: 100px;
        transition: all 0.6s ease;
        z-index: 9;
    }
    .nav-menu li {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
    .nav-menu li a {
        padding:  5px;
    }
    .nav-menu.open {
        right: 0;
    }
    .togglemenu {
        display: block;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 25px;
        height: 20px;
        position: absolute;
        top: 40px;
        right: 30px;
        z-index: 99;
        cursor: pointer;
    }
    .togglemenu::before {
        width: 100%;
        height: 1px;
        background: #fff;
        content: '';
        display: block;
        margin-top: 9px;
    }
   .togglemenu.opened {
        border-top: 1px solid #fff;
        border-bottom: 0;
        transform: rotate(228deg);
        top: 32px;
        right: 25px;
    }
     .togglemenu.opened::before {
        transform: rotate(86deg);
        margin-top: 0;
    }
    .site-header .dropdown {
        position: absolute;
        top: 32px;
        right: 60px;
        color: #fff;
    }
}


@media screen and (max-width: 767px) {
   .signupbtn ,
    span.registed {
        margin-top: 20px;
    }
    .container{
        padding: 0 30px;
    }
    .banner h1 {
        font-size: 36px;
    }
    .register-form h2 {
        font-size: 22px;
    }
    .register-form h3 {
        font-size: 20px;
    }
    .contact-details li, .contact-details li a {
        letter-spacing: 1px;
    }
    .social-icons {
        margin-bottom: 20px;
    }
    .event-img  {
        padding-bottom: 30px;
    }
    .rep-list{
        padding: 0 0 30px;
    }
    .event-img img {
        width: 100%;
    }
    .event-content.h-100.w-100.d-flex.align-items-center {
        padding-left: 30px;
    }
    .c-form-headings h3:after{
        width: 140px;
    }
   
    .form-input {
        margin-bottom: 5px;
    }
    .c-form-headings h3{
        font-size: 35px;
        line-height: 45px;
        margin: 0px 0 50px;
    }
    .c-form-headings h2{
        line-height: 165px;
        font-size: 18vw;
    }
    .form-input label{
        padding-left: 12px;
        font-size: 14px;
        line-height: 20px;
    }
    .radio-inputs-wrap,.register-form .form-input input, .form-input select, .form-input textarea{
        height: 45px;
        padding: 12px;
        font-size: 14px;
        line-height: 20px;
    }
    input.form-control[type=file]{
        padding-left: 20px;
    }
    .form-control[type=file]::before{
        left:4px;
    }
    .form-input button{
        width: 180px;
        height: 55px;
        font-size: 20px;
    }
    #tnc.radio-inputs-wrap label p{
        font-size: 14px;
        line-height: 18px;
    }
    .radio-inputs-wrap label:not(:last-child) {
        margin-right: 10px;
    }
    .form-input.radio-inputs input {
        width: 16px !important;
        height: 16px !important;
        min-width:16px !important;
    }
    .form-input textarea{
        height: 80px;
    }
    .c-form-headings{
        padding: 0 20px;
    }
    span.select2-selection.select2-selection--single {
        height: 45px;
        padding: 9px 5px;
        font-size: 14px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 9px;
        right: 8px;
    }
    .editform .c-form-headings h3:after{
        width: 80px;
    }
    .editform .c-form-headings.event-headings{
        padding: 0;
    }
    .editform .c-form-headings.event-headings h3 {
        margin: 40px 0 50px;
        font-size: 20px;
        line-height: 30px;
    }
    .file-input img {
        padding-left: 7px;
    }
    .select2-container--default .select2-selection--multiple{
        padding: 7px 12px;
    }
}
@media (max-width:440px){
    .c-form-headings h2 {
        line-height: 120px;
        font-size: 18vw;
        margin: 0 auto -50px;
    }
    .select2-container--default .select2-selection--multiple{
        font-size: 12px;
    }
}
.error{color:red;}
.sign_up_multile_events{display:none;}
.academy_name_show{display:block;}
.academy_name_hide{display:none;}
.modal-body .c-form-headings{text-align: center;} 
.modal-body .c-form-headings h3{
	margin: 0 0 30px!important;
}