body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

p {
    line-height: 23px;
    text-align: justify
}

a {
    font-family: 'Lato', sans-serif;
}

img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

.no-padding {
    padding: 0px;
}

.custome-fluid {
    padding: 0 60px;
}

:hover {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    outline: none;
}

a:hover {
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    outline: none;
    text-decoration: none;
}

.logo {
    position: relative;
    margin-bottom: -9.2rem;
    z-index: 99;
    padding-top: 20px;
    padding-left: 20px;
}

.menu-area {
    background: #1c1c1c;
    width: 6%;
}

.slider-area {
    width: 94%;
}

.social-media-area {
    text-align: center;
    margin-top: 18rem;
}

.social-media-area li a {
    color: #ededed;
    font-size: 18px;
    padding: 25px;
    display: inline-block;
    width: 100%;
}

.social-media-area li a:hover {
    color: #48ab27;
}

.navbar-area .navbar-nav {
    text-align: center;
    background-color: transparent;
    margin-top: 4px;
}

.navbar-area .navbar-nav .nav-link {
    color: #242424;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 1rem;
    margin-right: 1rem;
}

.navbar-area .navbar-nav .nav-link:hover {
    color: #4fac11;
}

.navbar-area {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    width: 94%;
/*    margin-top: -4.5rem;*/
    margin-top: -0.5rem;
    position: relative;
    z-index: 9;
}

.navbar-area .bg-light {
    background-color: transparent !important;
}

.slider-area .carousel-caption {
    background: rgba(28, 28, 28, 0.8);
    right: 49%;
    bottom: 8rem;
    text-align: left;
    padding: 30px;
}

.slider-area .carousel-caption h2 {
    font-size: 37px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.slider-area .carousel-caption h4 {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    margin-top: 0px;
}

.slider-area .carousel-caption p {
    font-size: 15px;
    color: #d2d2d2;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.slider-area .carousel-caption a {
    font-size: 14px;
    color: #4fac11;
    letter-spacing: 3px;
    font-weight: 900;
    text-transform: uppercase;
}

.slider-area .carousel-caption a:hover {
    color: #0e9fe6;
    text-decoration: none;
}

.slider-area .carousel-caption:before {
    content: '';
    height: 50px;
    width: 50px;
    z-index: 99;
    position: inherit;
    margin-top: -81px;
    margin-left: -30px;
}


/*

.slider-area .carousel-caption:before{ content:''; background: url(../images/bulls-eye.png) no-repeat center center; height: 50px; width:50px; z-index: 99;
	
 position: inherit; margin-top: -81px; margin-left: -30px;}
*/

.controller {
    background: #ffffff;
    width: 100%;
    opacity: 1;
    color: #4fac11;
    font-size: 13px;
    text-transform: uppercase;
    padding: 16px 10px;
    height: 55px;
}

.controller:hover {
    background: -moz-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10, 157, 243, 1)), color-stop(100%, rgba(76, 172, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: linear-gradient(to right, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    color: #fff;
    cursor: pointer;
    opacity: 1;
}

.controller p {
    text-align: center;
}

.feature-event-head {
    background: url(../images/events-bg13.jpg) no-repeat center top;
    text-align: center;
    height: 98%;
    padding: 65px 10px;
    background-size: cover;
}

.feature-event-head h2 {
    color: #ededed;
    font-size: 34px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 54px;
}

.feature-event-head h2 span {
    display: block;
}

.event-details {
    background: rgba(28, 28, 28, 0.8);
    margin-top: -7.5rem;
    position: relative;
    z-index: 99;
    padding: 0 20px;
    padding-bottom: 9px;
    min-height: 124px;
}

.event-date h5 {
    background: #4fac11;
    padding: 6px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
}

.event-details p {
    font-size: 15px;
    color: #ededed;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 21px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.event-details a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
}

.event-details a:hover {
    color: #4fac11;
    text-decoration: none;
}

.owl-1 .owl-nav {
    text-align: left;
    margin-top: -3.5rem;
    margin-left: -12.9rem;
}

.owl-1 .owl-next,
.owl-1 .owl-prev {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.rectangle-bg {
    background: url(../images/rec-bg.jpg) no-repeat center top;
    background-size: cover;
}

.prev-event-head h2 {
    color: #1c1c1c;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

.prev-event-head h2 span {
    color: #4fac11;
}

.latest-news-head h2 {
    color: #1c1c1c;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.latest-news-head h2 span {
    color: #4fac11;
}

.news-date {
    text-align: center;
    margin-top: -2.5rem;
}

.news-date h5 {
    font-size: 17px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10, 157, 243, 1)), color-stop(100%, rgba(76, 172, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: linear-gradient(to right, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
}

.news-details {
    background: #f0f0f0;
    text-align: center;
    padding: 39px 20px 24px 20px;
    margin-top: -1.5rem;
}

.news-details h4 {
    color: #1c1c1c;
    font-size: 17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.news-details p {
    color: #262626;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

.news-details a {
    color: #1c1c1c;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
}

.news-details a:hover {
    color: #079efc;
    text-decoration: none;
}

.owl-2 .owl-nav {
    text-align: right;
}

.owl-2 .owl-next,
.owl-2 .owl-prev {
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.gallery-head {
    background: url(../images/events-bg13.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    padding: 85px 20px 0px 20px;
    height: auto;
}

.gallery-head h2 {
    color: #ededed;
    font-size: 68px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    line-height: 60px;
}

.viewmore-btn {
    text-align: right;
    margin-top: 3rem;
}

.viewmore-btn a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 900;
    text-transform: uppercase;
}

.viewmore-btn a:hover {
    color: #0e9fe6;
    text-decoration: none;
}

.about-section-bg {
    background: url(../images/about-bg.jpg) center top repeat-y #1fa8fc;
    padding: 4rem 0;
}

.about-text h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 38px;
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 0rem;
}

.about-text p {
    font-size: 15px;
    color: #f9fbf5;
    line-height: 29px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.about-text a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 900;
    text-transform: uppercase;
}

.about-text a:hover {
    color: #1c1c1c;
    text-decoration: none;
}

.testimonial-section-bg {
    background: url(../images/testimonial-bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 6rem;
}

.textimonial-head h2 {
    color: #1c1c1c;
    font-size: 48px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2rem;
}

.textimonial-head h2 span {
    color: #4fac11;
}

.testimonial-slider {
    text-align: center;
}

.profile-image {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.profile-name h4 {
    color: #292929;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 15px;
}

.profile-name h5 {
    color: #6d6d6d;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.double-quotes {
    font-size: 46px;
    color: #e7e7e7;
}

.testimonial-slider p {
    font-weight: 400;
    font-style: italic;
}

.testimonial-slider p {
    font-weight: 400;
    font-style: italic;
    text-align: center
}

.testimonial-section-bg .carousel-indicators {
    margin-top: 21rem;
}

.testimonial-section-bg .carousel-indicators li {
    width: 10px;
    height: 0px;
    background: #bbc1ca;
    border-radius: 50%;
    opacity: 1;
    border-top: none;
    border-bottom: 10px solid transparent;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.testimonial-section-bg .carousel-indicators li.active {
    width: 15px;
    border-bottom: 15px solid transparent;
    background: #18c6c0;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    outline: none;
    margin-top: -0.2rem;
}

.download-text h3 {
    color: #1c1c1c;
    font-size: 44px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-align: left;
}

.download-text a:hover h3 {
    color: #039eff;
}

.download-area {
    margin-top: 6rem;
    background: url(../images/download-area.jpg) no-repeat center top;
    padding: 6rem 0;
    background-size: cover;
}

.download-btn {
    text-align: right;
}

.download-btn .btn-secondary {
    border-radius: 0px;
    background: -moz-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10, 157, 243, 1)), color-stop(100%, rgba(76, 172, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: linear-gradient(to right, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    border: none;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 4;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    padding: 18px 50px;
}

.download-btn .btn-secondary:hover {
    background: #0f0f0f;
    color: #fff;
}

.footer-bg {
    background: #0f0f0f;
    padding: 3rem 0 0 0;
}

.logo-footer {
    text-align: center;
    margin-bottom: 4rem;
}

.footer-text-left {
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-text-left h3 {
    color: #4bae1f;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.footer-text-left p {
    font-size: 14px;
    color: #818180;
    line-height: 22px;
}

.footer-text-center {
    padding-left: 3rem;
    border-right: 1px solid #222222;
    border-left: 1px solid #222222;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-text-center h3 {
    color: #4bae1f;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.footer-text-center p {
    font-size: 14px;
    color: #818180;
    line-height: 22px;
}

.footer-text-right {
    padding-left: 3rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer-text-right h3 {
    color: #4bae1f;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.footer-text-right p {
    font-size: 14px;
    color: #818180;
    line-height: 22px;
}

.copyright-bg {
    background: #050505;
    padding: 1rem 0;
    margin-top: 4rem;
}

.copyright-text p {
    font-size: 14px;
    color: #b9b8b8;
    margin-top: 1rem;
}

.social-btn {
    text-align: right;
    margin-top: 1rem;
}

.social-btn li a {
    color: #b9b9b9 !important;
    font-size: 20px;
    margin-left: 2rem;
}

.social-btn li a:hover {
    color: #4aab22 !important;
    cursor: pointer;
}

.slider-arrow-area {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 40.3rem;
    margin-left: -0.1rem;
}

.arrow-padding {
    padding: 0 2px;
}


/****************************** E V E N T S  P A G E **************************************/

.slider-inner .carousel-caption h2 {
    color: #ffffff;
    font-size: 65px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
}

.slider-inner .carousel-caption:before {
    background: none;
}

.slider-inner .carousel-caption a:hover {
    cursor: pointer;
}

.slider-inner .carousel-caption {
    right: 42%;
}

.slider-inner .carousel-caption li {
    text-transform: uppercase;
}


/****************************** E V E N T S  P A G E **************************************/


/***************************** E V E N T  D E T A I L  P A G E *******************************/

.event-detail-section {
    margin-top: -4.5rem;
}

.about-event {
    background: #1c1c1c;
    padding: 50px;
    text-align: center;
}

.about-event h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 43px;
    font-size: 33px;
    margin-bottom: 25px;
    color: #fff;
}

.event-date2 h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
    text-align: left;
    color: #ededed;
}

.event-place h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
    text-align: right;
    color: #ededed;
}

.event-text-details p {
    color: #ebebeb;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    text-align: justify
}

.more-btn-area {
    text-align: left;
    margin-top: 0rem;
}

.more-btn-area .btn-info {
    border-radius: 0px;
    background: -moz-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10, 157, 243, 1)), color-stop(100%, rgba(76, 172, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: linear-gradient(to right, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    font-size: 17px;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 11px 30px;
}

.more-btn-area .btn-info:hover {
    background: #0c9feb;
}

.share-area {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #dadada;
    margin-top: 1.5rem;
}

.about-event2 {
    background: url(../images/cricket.jpg);
    padding: 120px 50px;
    text-align: center;
}

.about-event2 h3 {
    font-size: 43px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #fff;
}

.about-event2 p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    text-align: justify
}

.event-details3 {
    background: #3c532f;
    padding: 50px;
    text-align: center;
    color: #fff;
}

.event-details3 h2 {
    color: #fff;
    font-size: 43px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.about-event3 p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}

.event-details4 {
    background: #435c6a;
    padding: 50px;
    text-align: center;
    color: #fff;
}

.event-details4 h2 {
    color: #fff;
    font-size: 43px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.about-event4 p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}

.event-details5 {
    background: #2d3329;
    padding: 120px 60px 60px 60px;
    text-align: center;
    color: #fff;
}

.event-details5 h2 {
    color: #fff;
    font-size: 44px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.event-details5 p {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
}

.event-contact-bg {
    background: url(../images/contact-us-bg.jpg) no-repeat center top;
    padding: 60px;
    background-size: cover;
}

.event-contact-img {
    background: url(../images/event-7.jpg) no-repeat center top;
    padding: 60px;
    background-size: cover;
}

.event-contact-bg h2 {
    color: #fbfbfb;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 7rem;
    line-height: 42px;
}

.event-contact-bg h2 span {
    display: block;
}

.event-contact-form {
    background: #089ff6;
    padding: 40px;
}

.no-margin {
    margin: 0;
}

.form-area-1 .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    height: 45px;
}

.form-area-1 .form-control::placeholder {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
}

.form-area-2 .form-control {
    background-color: transparent;
    border-radius: 0px;
    border: 1px solid #fff;
    height: 150px;
}

.form-area-2 .form-control::placeholder {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
}

.btn-sub .btn-primary {
    background: #1c1c1c !important;
    padding: 12px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px;
    margin-top: 30px;
    letter-spacing: 1px;
}

.btn-sub .btn-primary:hover {
    background: #53c120 !important;
}


/***************************** E V E N T  D E T A I L  P A G E *******************************/

.about-brief p {
    color: #383838;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 2rem;
    line-height: 26px;
}

.vision-mission h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 2rem;
}

.about-brief h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-transform: capitalize;
    margin-top: 2rem;
    padding-bottom: 10px
}

.about-brief li {
    color: #383838;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 0.5rem;
    line-height: 26px;
    margin-left: 20px;
    list-style: circle;
    list-style-position: outside
}

.vision-mission p {
    color: #383838;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 1rem;
    line-height: 26px;
}

.affiliates-area {
    margin-top: 6rem;
}

.affiliates img {
    border: 1px solid #e1e1e1;
}

.advisory-area {
    margin-top: 6rem;
}

.advisory-details h4 {
    font-size: 20px;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 1rem;
}

.advisory-details h5 {
    font-size: 17px;
    color: #1c1c1c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
}

.advisory-details .list-inline {
    margin-top: 2rem;
    margin-bottom: 0px;
}

.advisory-details li a {
    background: #1c1c1c;
    padding: 10px 19px;
    color: #b9b9b9;
    font-size: 15px;
    width: 50px;
    height: 50px;
}

.advisory-details li a:hover {
    background: #4cab18;
    color: #313838;
}

.advisory-details li a .fab {
    height: 50px;
    width: 10px;
    text-align: center;
}

.prev-event-head p {
    color: #383838;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 1rem;
    line-height: 26px;
    text-align: center;
    padding: 0 0 1em 0;
}


/**************************** A B O U T  U S **********************************/


/*************************** W H A T  W E  D O *********************************/

.what-we-do {
    margin-bottom: 1rem;
}


/*************************** W H A T  W E  D O *********************************/


/************************** N E W S ****************************/

.news-details-area {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.news-detail-text {
    text-align: center;
}

.news-detail-text h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 43px;
    font-size: 33px;
    margin-bottom: 25px;
    color: #1c1c1c;
}

.news-date2 h4 {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #696868;
    text-align: left;
    margin-bottom: 1rem;
}

.news-place h4 {
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #696868;
    text-align: right;
    margin-bottom: 1rem;
}

.news-detail-text p {
    color: #383838;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 1rem;
    line-height: 26px;
}

.share-area2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #1c1c1c;
}


/************************** N E W S ****************************/


/************************* C O N T A C T  U S *************************/

.contact-area {
    background: #435c6a;
    padding: 60px;
}

.contact-area h2 {
    color: #fff;
    font-size: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.contact-section {
    margin: 0px;
}

.contact-text-details h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 28px;
    color: #f6f6f6;
    margin-bottom: 1rem;
}

.list-styled li {
    color: #f6f6f6;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 0.5rem;
    line-height: 26px;
    margin-left: 20px;
    list-style: circle;
}

.contact-bg2 {
    background: url(../images/events-bg13.jpg);
}

.contact-bg2 h2 {
    text-transform: capitalize;
}

.contact-form-2 {
    background: #0f0f0f;
}

.contact-form-2 {
    padding: 50px 140px;
    color: #4fac11;
    font-size: 18px;
    font-weight: 400;
}

.contact-form-2 .form-control {
    background: #ededed;
    border: none;
    height: 55px;
    padding: 10px 27px;
}

.contact-form-2 .form-control::placeholder {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #0f0f0f;
}

.contact-form-2 .form-area-2 .text-area {
    height: 140px;
}

.form-area-3 .btn-primary {
    padding: 12px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    float: right;
    border-radius: 0px;
    margin-top: 30px;
    letter-spacing: 1px;
    background: -moz-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10, 157, 243, 1)), color-stop(100%, rgba(76, 172, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: linear-gradient(to right, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    border: none;
}

.form-area-3 .btn-primary:hover {
    background: #53c120;
}


/************************* C O N T A C T  U S *************************/


/************************ P O P U P  T E X T ***************************/

.enquiry {
    padding: 30px;
}

.enquiry .contact-form .text-area {
    height: 117px;
}

.enquiry .contact-form-head h2 {
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #1c1c1c;
    text-align: center;
    text-transform: capitalize;
}

.lity-container {
    box-shadow: none;
    width: 50%;
}

.enquiry .contact-form .select-arrow select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #eeeeee url(../images/form-select-arrow.png) no-repeat right center;
    padding-right: 5px;
    height: 55px !important;
}

.enquiry .form-control {
    background: #eeeeee;
    height: 55px !important;
    border: none;
    border-radius: 0px;
}

.enquiry .text-area {
    height: 125px !important;
}

.submit-area {
    text-align: right;
}

.indication-text {
    margin-top: 1rem;
}

.submit-area .btn-primary {
    padding: 12px 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 0px;
    margin-top: 7px;
    letter-spacing: 1px;
    background: -moz-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10, 157, 243, 1)), color-stop(100%, rgba(76, 172, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: linear-gradient(to right, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    border: none;
}


/************************ P O P U P  T E X T ***************************/

.event-details3-image {
    background-color: #1c1c1c
}

.affiliates p {
    color: #383838;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 1rem;
    line-height: 26px;
}

.event-details3 {
    background: url(../images/aug2.jpg);
}

.event-details4 {
    background: url(../images/aug3.jpg);
}

.iki {
    background: url(../images/aug1.jpg);
}

.about-event01 {
    background: url(../images/OVERVIEW1.jpg);
}

.btn1 {
    padding: 4px;
    text-align: center;
    background-size: 100% auto;
    color: white;
    border-radius: 0px;
    border: none;
    position: relative;
    animation: mymove 3s infinite;
    margin: 0 auto;
    font-size: 17px;
    font-weight: bold;
    font-family: sans-serif;
}

.iconbtn .fa-codepen {
    margin-left: 10px;
}

.btn-grad {
    background-image: linear-gradient(to right, #FE3C35 0%, #E73C7E 51%, #EE7752);
    background-position: right center;
}


/* Standard syntax */

.fa-codepen {
    animation: iconmove 3s infinite;
}

.holdbtn {
    margin-left: 0px;
}

@keyframes iconmove {
    0% {
        top: 0px;
        width: 40px;
        opacity: 0;
    }
    50% {
        top: 0px;
        width: 0px;
        opacity: 1;
    }
    100% {
        top: 0px;
        width: 40px;
        opacity: 0;
    }
}

@keyframes mymove {
    0% {
        top: 0px;
        width: 250px;
    }
    50% {
        top: 0px;
        width: 360px;
    }
    100% {
        top: 0px;
        width: 250px;
    }
}

.bt-eq {
    padding: 23px 70px !important;
}

.download-btn {
    -webkit-animation: color-change 2s infinite;
    -moz-animation: color-change 2s infinite;
    -o-animation: color-change 2s infinite;
    -ms-animation: color-change 2s infinite;
    animation: color-change 2s infinite;
}

@-webkit-keyframes color-change {
    50% {
        color: #079efc;
    }
    100% {
        color: #333;
    }
}

@-moz-keyframes color-change {
    50% {
        color: #079efc;
    }
    100% {
        color: #333;
    }
}

@-ms-keyframes color-change {
    50% {
        color: #079efc;
    }
    100% {
        color: #333;
    }
}

@-o-keyframes color-change {
    50% {
        color: #079efc;
    }
    100% {
        color: #333;
    }
}

@keyframes color-change {
    50% {
        color: #079efc;
    }
    100% {
        color: #333;
    }
}

.footer-menu-list a {
    color: #818180;
    text-decoration: underline;
}
.razorpay-payment-button,
.payment-button {
    border: none;
    font-size: 17px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    background: -moz-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(10, 157, 243, 1)), color-stop(100%, rgba(76, 172, 28, 1)));
    background: -webkit-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -o-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: -ms-linear-gradient(left, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
    background: linear-gradient(to right, rgba(10, 157, 243, 1) 0%, rgba(76, 172, 28, 1) 100%);
}

.payment-success h2 {
    font-size: 38px !important;
    padding-bottom: 20px;
    color: #4fac11 !important;
}

.pay-online-button {
    font-size: 17px;
    margin: 10px 0 0 0;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #ffffff;
    padding: 2px 20px;
    border: 1px solid #fff;
}

.pay-online-button2 {
    font-size: 17px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #4fac11 !important;
    text-align: center;
}

.event-details-video {
    background: rgb(0 0 0);
    /* margin-top: -7.5rem; */
    /* position: relative; */
    z-index: 99;
    padding: 10px 20px;
    padding-bottom: 9px;
    min-height: 124px;
}
.event-details-video h5 {
    background: #4fac11;
    padding: 6px 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: inline-block;
}
.event-details-video p {
    font-size: 15px;
    color: #ededed;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 21px;
    margin-top: 2px;
    margin-bottom: 6px;
}

.owl-carousel .item-video {
    height: 300px;
    margin-bottom: 90px;
}

.mb-30 {
    margin-bottom: 30px;
}


