 html {
  scroll-behavior: smooth;
}
body{
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  padding: 0;
}
a:hover {
  text-decoration: none;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:focus{box-shadow:none !important;}

.race-title {
    font-size: 60px;
    font-weight: bold;
    color: #515151;
    font-family: 'Roboto', sans-serif;
}

header {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+35,616161+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 35%, rgba(97,97,97,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 35%,rgba(97,97,97,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 35%,rgba(97,97,97,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    transition: top 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out;
    -moz-transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -125px;
}

.race_title_black {
    color: #333 !important;
    font-weight:700 !important;
    font-size:25px !important;
}

/*nav open*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.sidenav a {
  text-decoration: none;
  font-size: 18px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 30px;
  right: 50px;
  font-size: 36px;
  
}
.side-menu button {
    padding: 7px 10px;
    background-color: #fff;
    color: #5fbe36;
    font-size: 24px;
}
.sidenav .register-btn-lg {
    background-color: #5fbe36;
    border: 1px solid #5fbe36;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 25px;
    margin-top: 100px;
}
.sidenav ul li {
    font-size: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #494848;
}
.sidenav ul li a:hover {
    color: #5fbe36;
    padding-left: 5px;
}
.sidenav ul li a i {
    padding-right: 15px;
}
/*nav close*/


.theme-line {
    font-size: 25px;
    padding-left: 20px;
    line-height: 30px;
    position: relative;
   /* text-shadow: 3px 3px 5px #222222;*/
}
.theme-line::before {
    border-left: 3px solid #5fbe36;
    display: block;
    height: 55px;
    position: absolute;
    top: 5px;
    content: "";
    left: 0;
}

.theme-line span {
    color: #5fbe36;
    /*text-transform: uppercase;*/
    font-size: 21px;
    font-weight: 400;
}

.patrons-sec .patron-cat a {
    box-shadow: 5px 5px 15px 0px #dddddd;
    border: 1px solid #eee;
    padding: 10px;
    display: inline-block;
}

.banner {
    height: auto;
    position: relative;
    margin-top: 125px;
}
    .banner .register-btn-lg {
        background-color: #555555;
        border: 1px solid #555555;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        padding: 10px;
    }

.banner .register-btn-lg:hover {
    color: #2b2f63;
    background-color: #ffffff;
}
.race-ameria-banner {
    /*background: url("../images/race-banner-globe.png") no-repeat;*/
/*    background-position: bottom;
    background-position-x: right;
    background-size:contain;
    min-height:330px;*/
}
    .race-ameria-banner h3 {
        color: #5fbe36;
        font-size: 40px;
        font-weight: 900;
        text-transform: uppercase;
    }
    .race-ameria-banner h4 {
        font-size: 20px;
        color: #555555;
        font-weight: 600;
    }
.organisers h2 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}
.organisers {
    padding:20px 0;
}
.organised-by .container-fluid {
    width: 96%;
}





.race-location {
    background: url(../images/location-bg.png) no-repeat;
    background-size: cover;
    background-position-y: 30px;
    background-position-x: center;
}

.location-box h3 {
    font-weight: 900;
    text-transform: uppercase;
    color: #5fbe36;
    font-size: 25px;
    min-height: 50px;
    align-items: flex-end;
    display: inline-flex;
}
.location-box h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}
.location-box a {
    border: 1px solid #5fbe36;
    border-radius: 0;
    padding: 10px 20px;
    font-size: 17px;
    text-transform: uppercase;
    background-color: #5fbe36;
    color: #ffffff;
}
    .location-box a:hover {
        background-color: #ffffff;
        color: #5fbe36;
    }
.clockdiv{
    color: #000000;
    display: block;
    text-align: center;
    font-size: 20px;
}

.clockdiv > div {
    padding: 0px 8px;
    border-radius: 3px;
    background: #dddddd;
    display: inline-block;
}

.clockdiv div > span{
    border-radius: 3px;
    display: inline-block;
    font-family: 'rajdhani', sans-serif;
    font-weight: 600;
}

.europe-box {
    box-shadow: 0px 5px 5px 0px rgba(153,153,153,0.5);
    padding: 10px 20px 20px;
}
.europe-box h3 {
    font-size: 40px;
}

.smalltext{
    font-size: 15px;
    color: #515151;
    font-weight: 500;
}

.key-topics {
    background: url(../images/race4-key-focus.jpg) no-repeat;
    background-position: left;
}

.key-topics ul li{
  font-size: 14px;
  padding:10px 0;
}

.key-topics ul li i {
    padding-right: 10px;
    color: #5fbe36;
    font-size: 17px;
}
.location-topics {
    font-weight: 900;
    text-transform: uppercase;
    color: #5fbe36;
    font-size: 25px;
    display: block;
    font-family: 'montserrat', sans-serif;
}

.race-grey {background-color: #f1f1f1;}

.blue-slant {
    background-color: #555555;
    color: #ffffff;
    position: relative;
}

.virtual-conf {
  text-align: center;
  border-left: 1px solid rgba(176,176,176,0.5);
  position: relative;
}
.virtual-conf > i {
    font-size: 36px;
    background-color: #5fbe36;
    color: #fff;
    border-radius: 80px;
    text-align: center;
    width: 80px;
    height: 80px;
    align-items: center;
    display: inline-grid;
}
.virtual-conf h3 {
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 15px;
    color: #ffffff;
}


.virtual-conf ul li {
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
    color: #ffffff;
    margin-left: 15px;
}
.virtual-conf ul li i {
    color: #5fbe36;
}
.virtual-conf a {
    background-color: #5fbe36;
    border: 1px solid #5fbe36;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 40px;
}

.virtual-conf a:hover {
    background-color: transparent;
    color: #5fbe36;
}
.virtual-conf-btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}



.archive .container-fluid {
    width: 96%;
}
.archive h4 {
    font-size: 18px;
    color: #000;
}
.archive a {
    background-color: #5fbe36;
    border: 1px solid #5fbe36;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 40px;
}
.archive a:hover {
    color: #5fbe36;
    background-color: transparent;
}
.archive-video .embed-responsive {
    border-radius: 5px;
    box-shadow: 5px 5px 10px #dfdede;
}
.patrons img {
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-right:25px;
}

/*Play button*/
.video-wrapper iframe {
    display:none;
}
.play-btn {
    position:absolute;
    z-index:666;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    background-color:transparent;
    border:0;
}

.play-btn:hover {
    cursor:pointer;
}

.play-btn:focus {
    outline:0;
}
/*Play button end*/



.boss-quote p span {
    padding: 0px 10px;
}
.boss-quote p .quote-left {
    position: relative;
    top: -5px;
}.boss-quote p .quote-right {
    position: relative;
    bottom: -5px;
}
.boss-quote p {
    font-weight: 600;
    font-size: 15px;
}
.mr-mitha {
    font-size: 13px;
    color: #000000;
    font-weight: 600;
    text-transform: uppercase;
}
.mr-mitha span {
    color: #636363;
}
.organised-by p {
    font-size: 14px;
    line-height: 24px;
}
.organised-by a {
    color: #5fbe36;
    font-size: 14px;
}
.organised-by a:hover {
    color: #515151;
}
.organiser-logo {
    height: 50px;
    align-items: center;
    display: flex;
}


.race-footer {
    background-color: #1c1c1c;
    position: relative;
}
.race-footer::before {
    background: url(../images/location-bg.png) no-repeat;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    content: "";
    background-size: cover;
    height: 300px;
    opacity: 0.3;
}
.race-footer .row {
    border-bottom: 1px  solid #707374;
}

.race-footer ul {
    padding-left: 0;
}
.race-footer ul li {
    list-style: none;
    font-size: 13px;
    line-height: 30px;
}
.race-footer ul li:first-child {
    font-weight: bold;
    font-size: 16px;
}
.race-footer ul li a {
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; 
}
.race-footer ul li a:hover {color: #5fbe36;padding-left: 5px;}

.sm-icon a {
    color: #ffffff;
    background-color: #5fbe36;
    border: 1px solid #5fbe36;
    margin-right: 10px;
    width: 35px;
    text-align: center;
    height: 35px;
    border-radius: 30px;
    display: inline-block;
    line-height: 34px;
    font-size: 18px;
}
.sm-icon a:hover {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding-left: 0 !important;
}
.copyright {
    font-size: 12px;
}
#myBtn {
      display: none; /* Hidden by default */
      position: fixed; /* Fixed/sticky position */
      bottom: 20px; /* Place the button at the bottom of the page */
      right: 30px; /* Place the button 30px from the right */
      z-index: 99; /* Make sure it does not overlap */
      border: none; /* Remove borders */
      background-color: #5fbe36; /* Set a background color */
      color: white; /* Text color */
      cursor: pointer; /* Add a mouse pointer on hover */
      padding: 5px 15px; /* Some padding */
      border-radius: 10px; /* Rounded corners */
      font-size: 24px; /* Increase font size */
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

#myBtn:hover {
  background-color: #515151; /* Add a dark-grey background on hover */
}

/*About us page*/

.inner-banner {
    height: 400px;
    background-position-y: -50px;
}
.who-we-are p {
    font-size: 17px;
    line-height: 28px;
}
.about-race-img img {
    width: 80%;
}
.committee-profile > img, .committee-profile a > img, .speakersmodal div > img {
    border-radius: 200px;
    border: 7px solid #fff;
    box-shadow: 0px 0px 20px #c8c8c8;
}
.committee-profile h1 {
    font-size: 18px;
    color: #333333;
}
.committee-profile > p, .committee-profile a > p {
    font-size: 13px;
    color: #515151;
    font-weight: 500;
    margin-bottom: 10px;
    min-height: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}
.prasad-modak a > p img {
    width: 60px;
}
.committee-profile {
    border: 1px solid #ddd;
    padding: 30px 10px;
    box-shadow: 0px 0px 20px #d8d8d8;
    height: 410px;
    transition: 0.3s;
}
.committee-profile:hover {
    box-shadow: none;
  }
.organizer-company {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.committee-profile .modal-body p{
    font-size:13px;
    line-height:20px;
}
.speakersmodal h5 span {
    display: block;
    font-weight: 300;
    font-size: 15px;
}
/*About us page*/

/*Enquire now page*/
.enquiry-form label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555555;
}
.race-btn {
    background-color: #5fbe36;
    border: 1px solid #5fbe36;
    color: #fff;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 40px;
  }
  .race-btn:hover {
    background-color: transparent;
    color: #5fbe36;
    border: 1px solid #5fbe36;
    border-radius: 0;
    font-size: 14px;
    padding: 7px 40px;
  }
  .enquiry-form .form-control:focus {
    box-shadow: none;
    border-color: #5fbe36;
}
/*Enquire now page*/

.patrons-inner p {
    font-size: 15px;
    line-height: 24px;
}

.custtiming {
    margin-top: -10px;
}

.hm-popup .modal-content {
    display: block;
    background: transparent;
    border: none;
}

.hm-popup .close {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 0 5px;
    cursor: pointer;
}
.swapcard h2 {
    color: #5fbe36;
    font-size:36px;
}

@media only screen and (max-width: 1400px) {

    .europe_img {
        position: relative;
        margin-top: 0px;
        margin-left:-50px;
    }
}

    @media only screen and (max-width: 1024px) {

        .europe_img {
            position: relative;
           
        }

    

        .race-ameria-banner h3 {
            color: #5fbe36;
            font-size: 30px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .race-ameria-banner h4 {
            font-size: 15px;
            color: #555555;
            font-weight: 600;
        }
    }

    @media only screen and (max-width: 991px) {

        .race-ameria-banner {
            background-size: auto;
        }


    }

    @media only screen and (max-width: 768px) {

        #header {
            background: #ffffff;
        }
        .theme-line {
            font-size: 16px;
        }

        .banner .register-btn-lg {
            position: initial;
            margin-top: 20px;
        }

        .virtual-conf {
            border-left: none;
            border-bottom: 1px solid rgba(176,176,176,0.5);
        }

        .virtual-conf-btn {
            position: initial;
        }

        .boss-quote {
            width: 100%;
        }



        .europe_img{
            position:relative;
            left:90px;
        }


        .race-ameria-banner h3 {
            color: #5fbe36;
            font-size: 40px;
            font-weight: 900;
            text-transform: uppercase;
        }

        .race-ameria-banner h4 {
            font-size: 20px;
            color: #555555;
            font-weight: 600;
        }
    }

    @media only screen and (max-width: 560px) {

        .right_title_black {
            font-size: 18px !important;
            line-height: 18px;
        }

        .europe_img {
            position: relative;
            left: 50px;
        }

        .race-title {
            font-size: 30px;
        }

        .side-menu {
            position: absolute;
            right: 25px;
            top: 25px;
        }

        .theme-line {
            font-size: 16px;
            padding-left: 0;
            margin-top: 10px;
            border-top: 1px solid #5fbe36;
            padding-top: 10px;
        }

            .theme-line::before {
                border-left: none;
            }

        .organisers img {
            display: block;
            padding: 15px 0px;
            margin: auto;
        }

        .banner .register-btn-lg {
            font-size: 14px;
        }

        .location-box {
            border-bottom: 1px solid #ccc;
            padding: 15px 0;
        }

        .virtual-conf:last-child {
            border-bottom: none;
        }

        .virtual-conf a {
            display: block;
        }

        .archive h4 {
            font-size: 14px;
        }

        .boss-quote {
            width: 100%;
        }

            .boss-quote p .quote-right {
                display: block;
            }

            .boss-quote p .quote-left {
                display: block;
            }

        .patrons img {
            width: 45%;
            float: left;
            margin: 2.5%;
        }

        .Modak-desi {
            width: 100%;
        }

        .nav-up {
            top: -205px;
        }

        .banner {
            margin-top: 205px;
        }
    }

@media only screen and (max-width: 420px) {
    .race_title_black {
        font-size: 18px !important;
        line-height: 18px;
    }
}