/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Sep 30, 2017, 10:50:37 AM
    Author     : sparteqz
*/

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    position: relative;
}

.navbar {
    padding: 10px 0 !important;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Standard syntax (must be last) */
}

img {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.navbar.navbar-shrink {
    background: #FFF;
    box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.1)
}

.navbar>.container {
    position: relative;
}

.navbar-light .navbar-nav .nav-link {
    color: #444349;
}

.navbar-nav>li>.nav-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 18px;
    cursor: pointer;
}

.navbar-nav>li .navbar-light .navbar-nav .nav-link:focus,
.navbar-nav>li .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.navbar-nav>li.dropdown-full-width {
    position: static;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #444349;
}

.navbar-toggler-right,
.navbar-toggler-right:focus {
    outline: none;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 999;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
    color: #444349;
    outline: none;
}

.collapse.show {
    background-color: #fff;
}

.login-menu {
    color: #31a748 !important;
    cursor: pointer;
}

.navbar-toggler {
    border: 0px !important;
}

.navbar-inverse .navbar-right-elements .list-inline>li>a {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-inverse .navbar-nav .nav-link:focus,
.navbar-inverse .navbar-nav .nav-link:hover,
.navbar-inverse .navbar-right-elements .list-inline>li>a:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-right-elements {
    /*float: none !important;
    position: absolute;
    right: 0;*/
    position: relative;
}

.list-inline {
    display: block;
    width: 426px;
}

.navbar-right-elements img {
    height: 48px;
    float: right;
}

.navbar-right-elements>a.solar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 200;
}

.navbar-right-elements>a.dewa {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 200;
}

.navbar-right-elements>a.dash {
    position: absolute;
    right: 108%;
    top: -15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height: 22px;
    padding: 0px 10px;
    font-size: 14px;

    color: #fff;
    background-color: #31a847;
    z-index: 5;
}

.navbar-right-elements>a.dash:hover {
    background-color: #eb1e28;
    text-decoration: none;
}

.navbar-right-elements .list-inline {
    margin-bottom: 0px;
}

.navbar-right-elements .list-inline>li>a {
    color: #999;
    padding: .3rem .3rem;
    display: block;
    position: relative;
    top: -2px;
}

.navbar-brand {
    position: relative;
    max-width: 150px;
}

.navbar-brand img {
    width: auto;
    height: 50px;
}

.mobile-nav-item {
    display: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #419d3e;
}

.section-home-banner {
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

.section-home-banner .container {
    position: relative;
}

.section-home-banner:before {
    position: absolute;
    bottom: 70%;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Standard syntax (must be last) */
}

.section-home-banner .intro-text {
    /*   position: absolute;
    left: 0;
    right: 0;*/
    bottom: 30px;
}

.section-home-banner .intro-text .intro-heading {
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 25px;
    text-transform: uppercase;
    text-shadow: 5px 3px 20px #000;
}

.section-page-banner {
    text-align: center;
    color: white;
    width: 100%;
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    padding: 0;
}

.section-page-banner img {
    width: 100%;
    position: relative;
}

.section-page-banner:before {
    position: absolute;
    bottom: 60%;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    z-index: 10;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    /* Standard syntax (must be last) */
}

.section-page-banner:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    border-top: solid 250px rgba(255, 255, 255, 0);
    border-right: solid 2500px rgba(255, 255, 255, 1);
}

.section-style {
    display: inline-table;
}
.section-page-banner.section-style .container {
    height: 535px;
}











/*
Preloader style
*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99999;
}

#preloader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 5px;
    width: 5em;
    height: 5em;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    border-top: 0.5em solid #3483de;
    border-right: 0.5em solid rgba(245, 245, 245, 0.5);
    border-bottom: 0.5em solid rgba(245, 245, 245, 0.5);
    border-left: 0.5em solid rgba(245, 245, 245, 0.5);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

#preloader-inner,
#preloader-inner:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


































/*
Dropdown menu styles
*/

.dropdown-menu {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.08);
    min-width: 12rem;
    border: 0px;
}

.dropdown-menu.lang-dropdown {
    width: 100px;
    min-width: 100px;
}

.dropdown-menu.lang-dropdown>li>a {
    line-height: 18px !important;
}

.dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 13px;
}


































/**mulit level dropdown**/

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown-menu .dropdown-item {
    text-transform: uppercase;
}

@-webkit-keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes scroll-ani {
    0% {
        opacity: 1;
        top: 29%;
    }

    15% {
        opacity: 1;
        top: 50%;
    }

    50% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 29%;
    }
}

.mouse-scroll {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7F8C8D;
    color: #FFF;
    letter-spacing: 2px;
    margin-top: 0px;
    text-decoration: none;
    overflow: hidden;
    z-index: 99999;
    bottom: 14%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}

.mouse-scroll .mouse {
    position: relative;
    display: block;
    width: 18px;
    height: 25px;
    margin: 0 auto 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #FFF;
    border-radius: 23px;
}

.mouse-scroll .mouse .mouse-movement {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    background: #FFF;
    border-radius: 50%;
    -webkit-animation: scroll-ani 4s linear infinite;
    -moz-animation: scroll-ani 4s linear infinite;
    animation: scroll-ani 4s linear infinite;
}

.mouse-scroll .mouse-message {
    float: left;
    margin: 0px 0 0 0px;
    padding: 0;
    padding-top: 5px;
    font-size: 8px;
    letter-spacing: .5px;
    text-align: center;
    -webkit-animation: scroll-ani 4s linear infinite;
    -moz-animation: scroll-ani 4s linear infinite;
    animation: scroll-ani 4s linear infinite;
}

.mouse-scroll:hover .mouse-message {
    margin-top: 0;
}

.scroll-nav-line {
    position: relative;
    margin: -3px 0 0 2px;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    content: "";
}

.about-section {
    padding: 50px 0;
    background: #FFF;
}

.partner-section {
    padding: 50px 0;
    background: #fafafa;
}

.team-section {
    padding: 50px 0;
    background: #FFF;
}

.contests-section {
    padding: 50px 0 50px 0;
    background: #FFF;
}

.teams-section {
    padding: 50px 0;
    background: #FFF;
}

.commitee-section {
    padding: 100px 0;
    background: #f4f4f4;
}

.contest-section {
    padding: 100px 0;
}

.press-section {
    padding: 50px 0;
}

.faq-section {
    padding: 50px 0;
}

.section-gray {
    background: #fafafa !important;
}

pb .section-page-banner.gray-bg:after {
    border-top: solid 250px rgba(255, 255, 255, 0);
    border-right: solid 2500px rgb(244, 244, 244);
}

.content-section {
    padding: 10px 0;
    background: #FFF;
}

.counter-section {
    text-align: center;
    color: #FFF;
    background-image: url("../images/hero-banner-1.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0px;
    width: 100%;
    position: relative;
}

.counter-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    background: rgba(69, 166, 60, 0.8);
}

.counter-section h5 {
    margin-top: 40px;
}

a.readmore,
a.readmore:link {
    color: #444349;
}

a.readmore:hover,
a.readmore:active {
    text-decoration: underline;
}

h2.section-heading {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 50px;
    color: #444349;
    position: relative;
}

h3.section-heading {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #444349;
    position: relative;
}

.bg-black-gray h2.section-heading {
    color: #FFF;
}

.center h2.section-heading {
    text-align: center;
}

h2.section-heading:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 120px;
    height: 4px;
    background: #959595;
}

h3.section-heading:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 50px;
    height: 4px;
    background: #959595;
}

.bg-black-gray h2.section-heading:after {

    background: #FFF;
}

.center h2.section-heading:after {
    left: 0;
    right: 0;
    margin: 0 auto;
}

h3.section-subheading {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 10px;
    text-transform: none;
    color: #1f1d1e;
}

.center h3.section-subheading {
    text-align: center;
}

.section-content-box {
    padding: 20px 0 0 0;
    max-width: 1000px;
    margin: 5px auto;
}

.section-content-box .btn {
    margin-top: 35px;
}

.section-content-box ul {
    padding-right: 20px !important;
}

.section-content-box ul li {
    color: #666666 !important;
}

.section-desc-box {
    padding: 20px 0;
    margin: 5px auto;
}

.section-content-box.center {
    text-align: center;
}

.section-desc-box.center {
    text-align: center;
}

.about-video {
    width: 100%;
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    height: 220px;
    background-position: center;
    background-size: cover;
}

.about-video.video-home {
    padding-left: 0px;
    height: 300px;
}

.video-shadow {
    height: 309px;
    margin-left: 40px !important;
}

.video-shadow:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 40px;
    background: rgba(0, 0, 0, 0.3);
    left: -40px;
    right: 40px;
    z-index: 1;
}

.video-shadow:before {
    content: "";
    position: absolute;
    top: 40px;
    width: 40px;
    background: rgba(0, 0, 0, 0.3);
    left: -40px;
    bottom: 0;
    z-index: 1;
}

.icon-play {
    width: 60px;
    height: 60px;
    color: #45a63b;
    font-size: 20px;
    position: absolute;


    background: #fff;
    border: 5px solid #45a63b;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    line-height: 55px;
    outline: none;
    box-shadow: none;
    z-index: 10;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto;
}

.icon-play {
    padding-left: 5px;
}

.icon-play:hover,
.icon-play:focus {
    outline: none;
    box-shadow: none;

    background: #45a63b;
}

.icon-play i {
    color: #45a63b;
}

.icon-play:hover i {
    color: #fff;
}

.map-box {
    width: 100%;
    height: 500px;
    float: left;
    position: relative;
}

.map-content {
    width: 100%;
    padding-left: 10px;
    position: relative;
}

.map-title-logo {

    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.map-title-logo img {
    width: 100%;
}

.map-content h3 {
    color: #444349;
    padding-left: 30px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.map-content h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 20px;
    height: 4px;
    background: #959595;
}

.map-content ul {
    padding: 0px;
    color: #419d3e;
}

.map-content ul li {

    position: relative;
    line-height: 40px;
    margin-bottom: 10px;
    color: #419d3e;
    list-style: none;
}

.map-content ul li span {
    color: #6e6e6e;
    font-size: 15px;
}

.team-list-logo {

    width: 60px;
    height: 60px;
    left: 0;
    margin-right: 10px;
    border: 1px #ddd solid;
}

#team-list li a,
#team-list li a:link {
    color: #000;
}

.contests-blocks {
    width: 100%;
    position: relative;
    margin: 0 0;
    padding: 0 0;
    float: left;
    display: block;
}

.homecontest {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}

.contests-item-outer {
    /*   width: 20%;
    float: left;
    margin: 0;
    padding: 0;*/
    margin-bottom: 30px;
    position: relative;
}

.contests-item-inner {
    position: relative;
    display: block;
    overflow: hidden;
}

.contests-item-inner .hover_ {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    height: auto;
    z-index: 100;
    padding: 20px 20px 10px 20px;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);

    background: rgba(255, 255, 255, 1);
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    margin-bottom: 100px;
    opacity: 0;
}

.contests-item-inner:hover {
    overflow: visible;
}

.contests-item-inner:hover .hover_ {
    top: 0px;
    opacity: 1
}

.contests-item-outer h4 {
    margin: 0px;
}

.contests-item-inner p {
    line-height: 16px;
    font-size: 14px;
}

.contests-item-inner h5 {
    font-size: 15px;
}

.contests-item {
    width: 100%;
    float: left;
    min-height: 198px;
    position: relative;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #419d3e;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contests-item:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.contests-title-box {
    background-color: #419d3e;
    min-height: 230px;
    position: relative;
}

.contests-item.inner {
    width: 100%;
    float: left;
    min-height: 230px;
    position: relative;
    margin: 0;
    padding: 0;
    background-image: url(../images/architecture-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #419d3e;
}


.contests-inner.inner {
    width: 100%;
    height: 100%;
    float: left;
    padding: 10px 20px;
    min-height: 230px;
    background: rgba(49, 168, 71, 0.8);
    cursor: pointer;
}

.contests-inner.inner img {
    padding: 10px 10px 10px 10px;
    margin: 45px auto 20px auto;
    max-width: 70px;
    display: block;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.contests-title-box .section-heading {
    position: absolute;
    height: 80px;
    padding-left: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.contests-title-box h2.section-heading:after {
    background: #fff;
    display: none;
}

.contests-title-box h2.section-heading {
    color: #fff;
}

.contests-item.inner-item {}

.contests-item-inner.green-box {
    position: relative;
    background-color: #419d3e;
    min-height: 230px;
}

.contests-item-inner.green-box h1,
.contests-item-inner.green-box h1 a,
.contests-item-inner.green-box h1 a:link {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
}

.contests-item-inner.green-box h1 a:hover {
    text-decoration: none;
}

.contests-item-inner.green-box .section-title-box {
    position: absolute;
    left: 52px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 58px;
}

.contests-item-outer:nth-child(5n+1) {
    /*  padding: 0 15px 20px 0;*/
}

.contests-item-outer:nth-child(5n+2) {
    /*  padding: 0 10px 20px 5px;*/
}

.contests-item-outer:nth-child(5n+3) {
    /*  padding: 0 5px 20px 10px;*/
}

.contests-item-outer:nth-child(5n+4) {
    /*    padding: 0 5px 20px 10px;*/
}

.contests-item-outer:nth-child(5n+5) {
    /* padding: 0 0 20px 15px;
    clear: right;*/
}

.pt0 {
    padding-top: 0px;
}

.architecture .contests-item {
    background-size: cover;
}

.engineering .contests-item {
    background-size: cover;
}

.energy .contests-item {
    background-size: cover;
}

.energy-efficiency .contests-item {
    background-size: cover;
}

.comfort .contests-item {
    background-size: cover;
}

.house .contests-item {
    background-size: cover;
}

.transportation .contests-item {
    background-size: cover;
}

.sustainability .contests-item {
    background-size: cover;
}

.communication .contests-item {
    background-size: cover;
}

.innovation .contests-item {
    background-size: cover;
}

@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}


.contests-inner {
    width: 100%;
    height: 100%;
    float: left;
    padding: 10px 20px;
    min-height: 198px;
    background: rgba(49, 168, 71, 0.8);
    cursor: pointer;
}

.contests-inner img {
    padding: 10px 10px 10px 10px;
    margin: 30px auto 30px auto;
    max-width: 70px;
    display: block;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.contests-inner h4 {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.contests-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 10px 20px;
    background: rgba(221, 19, 25, 0.7);
    padding: 10px 10px;
    display: none;
    z-index: 100;
    cursor: pointer;
}

.contests-item:hover .contests-overlay {

    /* -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;*/
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    display: block;
}

.contests-overlay img {
    padding: 10px 10px 10px 10px;
    margin: 30px auto 20px auto;
    max-width: 70px;
    display: block;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.contests-overlay h4 {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

.contests-overlay p {
    color: #FFF;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 5px 0;
    font-weight: 400;
}


.contests-details {
    background-color: #FFF;
    width: 100%;
    padding: 0;
    display: block;
    z-index: 10;
    float: left;
    position: relative;
    margin: 10px 0 30px 0;
}

.contests-details-content {
    display: none;
    position: relative;
    padding: 25px 50px 50px 50px;
}

.contests-details-content h4 {
    font-size: 18px;
    margin: 25px 0 20px 0;
    font-weight: 500;
}

.contests-details-content.active {
    display: block;
}

.contests-page .active .contests-item:after {
    display: none;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #e4151d;
}

.contests-page .active .contests-inner {
    background: rgba(49, 168, 71, 0.9);
}

.instagram-block {
    width: 100%;
    position: relative;
    margin: 0 0;
    padding: 0 15px;
    float: left;
    display: block;
}

.footer-section {
    padding: 50px 0;
    background: #fafafa;
}

footer {
    padding: 40px 0;
    background-color: #fafafa;
}

footer p.copy {
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin: 0;
    padding-top: 50px;
}

footer address strong {
    color: #444349;
}

footer address a,
footer address a:link {
    color: #6e6e6e;
}

footer .btn {
    min-width: 0px;
    padding: 10px 15px;
}

footer .footer-map {
    height: 250px;
}

footer h1 {
    color: #444349;
}

footer h2.section-heading {
    font-size: 22px;
}

.footer-input-group {

    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-input-group input {
    border: none;
    background: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border: 1px #ddd solid;
}

.footer-input-group .btn {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.partner-logo {
    max-width: 350px;
    float: left;
    margin-right: 0;
}

.partner-logo.gbc-logo {
    max-width: 100px;
    margin-right: 40px;
}

.partner-logo.summit-logo {
    padding-top: 20px;
}

.committee-logo {

    margin: 20px auto;
}

.committee-logo img {
    width: 80%;
}

.padding-box {
    padding: 20px 0;
}

.count-box {
    padding: 10px 10px;
    text-align: center;
    color: #FFF;
    font-weight: 500;
}

.count-box p {
    font-size: 20px;
}

.count-box .count-digit {
    display: block;
    clear: both;
    font-size: 60px;
    color: #FFF;
    margin: 10px 0;
    padding: 0;
    line-height: 60px;
}

.count-box .count-title {
    display: block;
    clear: both;
    font-size: 22px;
    color: #FFF;
    font-weight: 700;
}

.uae-image {
    max-width: 400px;
    display: block;
    margin-top: -100px;
}

.team-blocks {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0 30px 0;
}

.team-blocks .col-md-3:nth-child(4n+4) {
    clear: right;
}

.team-blocks .col-md-3:nth-child(4n+1) {
    clear: left;
}

.team-item {
    padding: 10px;
    margin: 0;
    text-align: center;
    border: 1px solid #e1e1e1;
    min-height: 200px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 30px;
    position: relative;
}

.team-item:hover {
    cursor: pointer;
    /*    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);*/
}

.team-item ul {
    text-align: left;
    padding-left: 20px;
    line-height: 18px;
}

.team-item ul li {
    padding: 0px;
    margin: 0px;
}

.team-item img {
    margin: 0 auto;
    max-width: 150px;
    padding: 0;
    display: block;
}

.team-item h3 {
    /*font-size: 12px;*/
    text-align: center;
    font-weight: normal;
    margin: 10px 0 10px 0;
    line-height: 20px;
    text-transform: none;
    font-size: 16px;
}



.team-item:hover::before {
    opacity: 1;
}

.team-item .hov {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(49, 168, 71, 0.8);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    color: #fff;
    padding: 15px;
}

.team-item .hov a,
.team-item .hov a:link {
    color: #fff;
}

.team-item .hov a:hover,
.team-item .hov a:focus,
.team-item .hov a:active {
    text-decoration: none;
    color: #fff;
}

.team-item .hov h4 {
    margin: 0;
    margin-bottom: 5px;
    display: block;
}

.team-item .hov p {
    line-height: 20px;
}

.team-item:hover .hov {
    opacity: 1;
}

.team-title {
    padding: 10px;
    margin: 0;
    margin-bottom: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.team-title h2 {
    font-size: 15px;
    text-align: left;
    font-weight: 700;
    margin: 5px 0 5px 0;
    line-height: 20px;
    color: #000;
    text-transform: uppercase;
}

.team-title p {
    font-size: 10px;
    text-align: left;
    margin: 5px 0 5px 0;
    line-height: 15px;
    text-transform: none;
}


.press-release-blocks {
    width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 50px 0 10px 0;
}

.press-release-blocks .col-md-4:nth-child(3n+3) {
    clear: right;
}

.press-release-blocks .col-md-4:nth-child(3n+1) {
    clear: left;
}

.press-item {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #FFF;
    -webkit-transition: all 1s;
    transition: all 2s;
    margin-bottom: 30px;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.1);
}

.press-media {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden;
    height: 230px;
}

.press-media img {
    width: 100%;
}

.press-title {
    min-height: 100px;
    width: 100%;
    float: left;
    position: relative;
    background: #FFF;
    padding: 10px;
}

.press-title h2 {
    color: #444349;
    font-size: 15px;
    margin: 5px 0;
    text-align: left;
    text-transform: none;
    font-weight: 500;
    line-height: 20px;
}

.press-title .press-date {
    font-size: 12px;
    text-transform: uppercase;
    color: #444349;
    left: 10px;
    bottom: 10px;
    line-height: 20px;
    position: absolute;
}

.press-title .press-map {
    font-size: 14px;
    color: #444349;
    left: 10px;
    bottom: 10px;
    line-height: 20px;
    position: absolute;
}

.press-title .press-link {
    font-size: 12px;
    color: #444349;
    right: 10px;
    bottom: 10px;
    line-height: 20px;
    position: absolute;
    text-decoration: none;
}

.press-overlay {
    padding: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(49, 168, 71, 0.7);
    display: none;
    -webkit-transition: all 1s;
    /* Safari */
    transition: all 2s;
}

.press-overlay:before {
    display: block;
    position: absolute;
    content: " ";
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border: 1px solid #FFF;
    pointer-events: none;
}

.press-item:hover .press-overlay {
    display: flex;
}

.press-overlay a {
    font-size: 14px;
    color: #444349;
    line-height: 31px;
    text-decoration: none;
    background: #FFF;
    padding-right: 10px;
    height: 30px;
}

.press-overlay i {
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background: #eb1e28;
    width: 30px;
    height: 100%;
    line-height: 31px;
    margin-right: 5px;
}

.press-title .press-link:hover {
    color: rgba(0, 0, 0, 1);
}

.press-title .press-link i,
.press-title .press-date i {
    font-size: 10px;
    color: #FFF;
    text-align: center;
    background: #eb1e28;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
}

.press-map i {
    font-size: 20px;
    color: #eb1e28;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 0px;
}

.press-tag {
    background-color: #31a847;
    color: #FFF;
    font-size: 10px;
    padding: 4px 10px 2px 10px;
    position: absolute;
    left: 0;
    top: 30px;
    line-height: 15px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 0;
}

.page-item.active .page-link,
.page-item:hover .page-link,
.page-item.active:hover .page-link {
    z-index: 2;
    color: #fff;
    background-color: #eb1e29;
    border-color: #eb1e29;
}

.page-link {
    position: relative;
    display: block;
    padding: 5px 5px;
    margin-left: 5px;
    line-height: 20px;
    color: #FFF !important;
    background-color: #31a748;
    border: 1px solid #32a649;
    min-width: 30px;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
}





.video-blocks {
    /*  width: 100%;
    float: left;
    display: block;
    position: relative;
    padding: 0;
    margin: 50px 0 10px 0;*/
}

.video-item {
    /*  width: 25%;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;*/
    margin-bottom: 30px;
   
}

.video-item:nth-child(4n+4) {
    clear: right;
}

.video-item:nth-child(4n+1) {
    clear: left;
}

.video-item-inner {
    padding: 0;
    margin: 0;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px; height: 200px; overflow: hidden;
}

.video-item-inner img {
    width: 100%;
}

.video-item-inner a,
.video-item-inner a:focus,
.video-item-inner a:visited,
.video-item-inner a:hover {
    outline: none;
    box-shadow: none;
}

.video-item h6 a,
.video-item h6 a:link,
.video-item h6 a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #444349;
}



.video-overlay {
    padding: 10px 10px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.61);
    display: none;
    -webkit-transition: all 1s;
    /* Safari */
    transition: all 2s;
}


.video-item-inner:hover .video-overlay {
    display: flex;
}

.video-overlay .icon-play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
}

.video-overlay .icon-play:hover {

    color: #45a63b;
}

.video-overlay .icon-play:hover {
    background: #45a63b;
}

.video-overlay .icon-play:hover i {
    color: #fff;
}

.video-overlay h2 {
    color: #FFF;
    font-size: 15px;
    position: absolute;
    margin: 5px 0;
    text-transform: none;
    font-weight: 500;
    line-height: 20px;
    bottom: 20px;
    text-align: center;
    width: 100%;
    left: 0;
}

.contact-map {
    height: 500px;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.contact-details .contact-icon {
    color: #000;
    font-size: 30px;
    margin-bottom: 10px;
}

.contact-details strong {
    color: #000;
}

.contact-details a,
.contact-details a:link {
    color: #6e6e6e
}

.contact-details .address {
    color: #6e6e6e;
    font-size: 16px;
    text-align: left;
    line-height: 25px;
}

.contact-form {
    width: 100%;
    padding: 0;
    margin: 50px 0 80px 0;
    display: block;
}


.contact-form .form-control {
    background: #f1f2f7;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    color: #495057;
    margin-bottom: 20px;
    border: none;
    font-weight: 300;
}

.rfp-form .form-control {
    background: #f1f2f7;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    color: #495057;
    margin-top: 20px;
    border: none;
    font-weight: 300;
}

.rfp-form .col-form-label {
    background: none;
    padding: 15px 20px;
    color: #6e6e6e;
    margin: 20px 0 0 0;
    font-weight: normal;
}

.g-recaptcha {
    height: 120px;
    padding-top: 25px;
    padding-left: 0;
}

.rc-anchor-light {
    background: transparent !important;
    color: #000;
    box-shadow: none !important;
}

.rc-anchor-light.rc-anchor-normal {
    border: none !important;
}

.subscribe-error {
    display: none;
}



.login-modal .modal-content {
    margin-top: 100px;
    box-shadow: none;
    border: none;
    background: transparent;
}

.login-modal-body {
    position: relative;
    z-index: 10;
    width: 500px;
    margin: 0 auto;
    max-width: 90%;
    padding: 30px 15px;
    border: 4px solid rgb(49, 167, 72);
    background: #FFF;
    -webkit-overflow-scrolling: touch;
}


.login-popup-inner {
    width: 100%;
    position: relative;
    float: left;
}

.login-modal button.close {
    opacity: 0.8;
    top: -20px;
    right: 0;
    position: absolute;
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    width: 15px;
    cursor: pointer;
}

.login-modal h2.section-heading {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 50px;
}

.login-modal h2.section-heading:after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 70px;
    height: 4px;
    background: #959595;
}


.login-modal .email-signin {
    padding: 20px 20px 80px 20px;
}

.login-modal .email-signin .form-control:focus {
    box-shadow: none;
}

.login-modal .form-control {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 20px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
}

.login-modal .input-group-addon {
    padding: 0 5px 0 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    color: #495057;
    text-align: center;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

.login-modal .input-group-text {}

.login-modal .forgot-button a {
    color: #6e6e6e;
    font-size: 15px;
    margin-right: 10px;
}

.login-modal .btn-primary {
    color: white;
    border-color: #ce1026;
    background-color: #ce1026;
    border-radius: 3px;
    min-width: 100px;
    padding: 7px 30px;
    font-size: 13px;
}

.login-modal .btn-secondary {
    color: white;
    border-color: #31a847;
    background-color: #31a847;
    border-radius: 3px;
    min-width: 100px;
    padding: 7px 30px;
    font-size: 13px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

.login-modal .custom-control-label {
    font-size: 13px;
    color: #000;
    line-height: 26px;
}

.faqs-items {
    padding: 10px;
    width: 100%;
    display: block;
}

.faqs-items .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: #FFF;
    border-bottom: none;
    color: #FFF;
}

.faqs-items .card-header a {
    color: #FFF;
    background: #32a649;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

.faqs-items .card-header a i {
    float: right
}

.faqs-items .card-header a.collapsed {
    color: #000;
    background: #f4f4f4;
}

.faqs-items h5 {
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    margin-bottom: 0;
}

.faqs-items .card {

    border: 1px solid #f4f4f4;
    border-radius: .25rem;
    margin-bottom: 1px;
}

.faqs-items .card-body a {

    color: #32a649;
}

.faqs-items .card-header a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f107";
    padding-right: 5px;
    display: none;
}

.faqs-items .card-header a.collapsed:before {
    float: right !important;
    content: "\f078";
}

.instruction-list {
    padding: 10px;
    width: 100%;
    display: block;
}


.instruction-list .list-group-item {
    border: none;
    padding: 20px 10px;
}

.instruction-list .list-icon {
    width: 50px;
    margin-right: 20px;
}

.instruction-list .list-icon img {
    width: 100%;
}

.detail-page-title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: capitalize;
    color: #444349;
    position: relative;
}

.detail-page-title:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 120px;
    height: 4px;
    background: #959595;
}

.detail-page-subtitle {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: none;
    color: #eb1e28;
}

.detail-page-banner {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
}

.detail-page-banner img {
    width: 100%;
}

.detail-page-content {
    width: 100%;
    display: block;
}

.btn-brand,
.btn-rules {
    color: white;
    border-color: #31a847;
    background-color: #31a847;
    padding: 20px 10px;
    float: left;
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}

.btn-brand:hover,
.btn-rules:hover {
    background-color: #eb1e28;
    border-color: #eb1e28;
}

.btn-rules {
    float: right;
}

.cal-box {
    background: rgba(49, 168, 71, 0.7);
    padding: 15px 20px;
    text-align: left;
    color: #fff;
    margin-bottom: 40px;
}

.cal-box ul {
    margin-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.cal-box.two {
    min-height: 0px;
    background: none;
}

.cal-box.two ul {
    color: #31a847;
}

.cal-box.two ul span {
    font-weight: 700;
}

.cal-box.two h2 {
    font-size: 30px;
    margin-top: -35px !important;
}

.cal-box h1 {
    font-size: 24px;
    font-weight: 300;
}

.cal-box h4 {
    margin: 0px;

    font-weight: 500;
}

.cal-box-left {
    font-size: 40px;
    float: left;
    margin-right: 20px;
}

.cal-box-right {
    float: left;
}

.cal-box-left.one {
    padding-top: 20px
}

.cal-box-right.one {
    padding-top: 20px;
}

.cal-box ul li {
    display: inline-block;
    font-size: 2rem !important;
    list-style-type: none;
    padding: 0px 10px;
}

.cal-box ul li span {
    display: block;
    font-size: 2.8rem;
    font-weight: 300;
}

.cal-box ul li p {
    margin-top: -10px;
    text-transform: lowercase;
    font-size: 20px;
    margin-bottom: 0px;
}

.card-body {
    text-align: justify;
}

.green-bg {
    background-color: #31a847;
}

.sponsor-box {
    /*    border: 1px #ddd solid;*/
    background-color: #f6f6f6;
    margin-top: 30px;
}

.sponsor-box-home {
    margin-top: 30px;
}

.sponsor-img {
    position: relative;
    height: 220px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.sponsor-img .hovr {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40%;
    text-align: center;
    padding: 20px;
    margin: auto;
    z-index: 1;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.sponsor-img .hovr h4 {
    margin: 0;
}

.sponsor-img:hover .hovr {
    opacity: 1;
    z-index: 2;
}

.sponsor-img::after {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.sponsor-img img {

    width: auto;
    height: auto;

    /* CSS3 extra to center the image */
    -webkit-transform: translate(-50%, -50%);
    /* for Safari */
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
}

.sponsor-img:hover::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    background: rgba(49, 168, 71, 0.8);
}

.sponsor-text {
    padding: 15px 15px 0px 15px;
}

.sponsor-text p {
    line-height: 20px;
}

.sponsor-text h4 {
    margin: 0px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.gold-img {
    height: 160px;
}

.gold-img::after,
.silver-img::after {
    display: none;
}

.gold-text {
    min-height: 50px;
}

.silver-img {
    height: 100px;
}

.sponsor-img.gold-img.home {
    height: 150px;
}

.sponsor-img.silver-img.home {
    height: 150px;
}

.sidemenubox {

    padding-bottom: 20px;
}

.sidemenubox-container {}

.sidemenubox h4 {
    color: #fff;
    padding: 10px 15px;
    background-color: #31a847;
    margin: 0px;
}

.sidemenubox>ul {
    margin: 0px;
    padding: 0;
}

.sidemenubox>ul>li {

    list-style-type: none !important;

    margin: 0px;
    background-position: right 15px top 10px;
    background-repeat: no-repeat;
    border: 1px #31a847 solid;
    border-top: none;
}

.sidemenubox>ul>li>a,
.sidemenubox>ul>li>a:link {
    cursor: pointer;
    color: #6e6e6e;
    display: block;
    padding: 5px 10px 5px 15px;
}

.sidemenubox>ul>li:hover>a {
    color: #fff !important;
    background-color: #31a847;
}

.sidemenubox ul li a:hover {
    text-decoration: none;
}



.sidemenubox>ul>li.active {
    background-color: #31a847;
}

.sidemenubox>ul>li.active>a,
.sidemenubox>ul>li.active>a:hover {
    color: #fff;
}

.sidemenusub {
    padding: 10px;
    margin: 0px;
    display: none;
    background-color: #fff;
}

.sidemenusub li {

    display: block;
    list-style-type: disc !important;
    margin-left: 10px;
    padding-left: 15px;
}

.sidemenusub li a {
    display: block;
    color: #6e6e6e !important;
}

.sidemenusub li a i {
    line-height: 14px;
    margin-right: 5px;
    position: relative;
}

.sidemenusub li a:hover,
.sidemenusub li a:active {
    color: #31a847 !important
}

.sidemenusub.disc {
    list-style-type: disc !important;
}

.teamlogo {
    border: 1px #ddd solid;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.sidemenusub li {
    position: relative;
}

.sidemenusub li:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #6e6e6e;
    content: "";
    left: 0px;
    top: 10px;
}

.teamlogo img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.website_ {
    text-align: center;
    background-color: #31a847;
}

.website_ h4 {
    margin: 0;
    margin-top: 15px;
    line-height: 35px;
    font-weight: 500;
}

.website_ a,
.website_ a:link {
    color: #fff;
}

.website_ a:hover {
    text-decoration: none;
}

.flags_ {
    float: left;
    /* max-width: 250px;*/
    padding-right: 15px;
    border-right: 1px #ddd solid;
}

.flags_ ul img {
    top: 2px;
    height: 24px;
    position: absolute;
}

.flags_ ul {
    padding: 0;
    margin: 0px;
}

.flags_ ul li {
    position: relative;
    list-style: none;
}

.flags_ ul span {
    display: inline-block;
    margin-left: 30px;
    line-height: 30px;
}

.flags_ h4 {
    margin-bottom: 10px !important;
    margin-top: 0px;
    color: #444349;
}

.contact_ {
    float: left;
    padding-left: 15px;
}

.contact_ h4 {
    margin-bottom: 10px !important;
    margin-top: 0px;
    color: #444349;
}

.contact_ ul {
    list-style: none;
    padding: 0px;
}

.contact_ ul li i {
    margin-right: 5px;
    width: 16px;
    text-align: center;
}

.social_ {

    left: 15px;
    bottom: 0px;
    margin-top: 15px;
}

.social_ img {
    height: 30px;
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}

.teamcontentbox {
    margin-top: 30px;
    text-align: justify;
}

.teamcontentbox {}

.teamcontentbox h4,
.teamcontentbox h5 {
    color: #444349;
}

.teamcontentbox img.float-left {
    padding-right: 20px;
    max-width: 50%;
    padding-bottom: 0px;
    padding-top: 15px;
    margin-bottom: 15px;
}

.teamcontentbox img.float-right {
    padding-left: 20px;
    max-width: 50%;
    padding-bottom: 0px;
    margin-bottom: 15px;
    padding-top: 15px;
}

.sponsordetailbox {
    margin-top: 0px;
}

.sponsordetailbox img {
    width: 250px;
    max-width: 250px !important;
    border: 1px #ddd solid;
    padding: 0px !important;
    margin-right: 15px;
}

.videobox {
    position: relative;
    margin-bottom: 30px;
}

.rules-btn,
.rules-btn:link {
    background-color: rgba(49, 168, 71, 0.6);
    padding: 70px 0px;
    color: #fff;
    background-image: url('../images/btnbg.jpg');
    text-transform: uppercase;
    font-weight: 500;
    background-size: cover;
    min-width: 250px;
    display: block;
    text-align: center;
    font-weight: 500;
    margin-bottom: 15px;
}

.brand-btn,
.brand-btn:link {
    background-color: rgba(49, 168, 71, 0.6);
    padding: 70px 0px;
    color: #fff;
    background-image: url('../images/btnbg2.jpg');
    text-transform: uppercase;
    font-weight: 500;
    background-size: cover;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500;
}

.galbox {

    background-color: #31a847;
    display: block;
    position: relative !important;
    min-height: 250px;
    background-position: center;
    background-size: cover;
}

.galimgbox {
    max-height: 250px;
    overflow: hidden;
    background-color: #31a847;
    background-position: center;
    background-size: cover;

    position: relative !important;
    display: block;
}

.galalbumbox {

    overflow: hidden;
    background-color: #31a847;

    position: relative !important;
    margin-bottom: 30px;
}

.galtitlebox {
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.galtitlebox h5 {
    font-weight: 500;
    text-align: left;
    background-color: #31a847;
    margin: 0px;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 15px;
}

.galtitlebox h5 a,
.galtitlebox h5 a:link {
    color: #fff;
}

.galcontainer .galimgbox {
    background-color: #fff;
    min-height: 250px;
}

.galcontainer .galimgbox img {
    position: absolute;
    max-width: 200%;
    left: -20%;
    top: 0px;
    margin: auto;
}

.galcontainer .galimgbox::before {
    content: "";
    position: absolute;
    border: 2px #fff solid;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    right: 0px;
    top: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

.spobox-section {
    text-align: center;
    color: #FFF;
    background-image: url("../images/spobg.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 50px 0px;
    width: 100%;
    position: relative;
}

.spobox-section:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    top: 0;
    background: rgba(69, 166, 60, 0.8);
}

.spobox-section h2 {
    margin-bottom: 30px;
}

.spobox {
    padding-top: 20px;
    min-height: 92px;
}

.spobox img {
    float: left;
    width: 60px;
    vertical-align: middle;
    margin-right: 40px;
}

.spobox p {}

.list2 {
    padding-left: 20px
}

.list2 li {
    padding: 0px;
    list-style-type: square
}

.list2 li a,
.list2 li a:link {
    color: #31a748 !important;
}

.list2 li:hover {
    color: #31a748;
}

.list2 li:hover a {
    text-decoration: none;
}

.team-slider {
    height: 220px;
    overflow: hidden;
}

.team-slider>div {
    background-color: #fafafa
}

.teamsliderbox {
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.teamsliderbox .zoom_ {
    position: absolute;
    opacity: 1;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: 5px #45a63b solid;
    border-radius: 50%;
    right: 0;
    top: 0;
    left: 0;
    background-color: #fff;
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-weight: 300;
    color: #45a63b;
    font-size: 35px;
    z-index: 999 !important;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}

.teamsliderbox:hover .zoom_ {
    opacity: 1;
    background-color: #45a63b;
    color: #fff;
}

.slick-next {
    right: 15px;
    z-index: 10;
}

.slick-prev {
    left: 15px;
    z-index: 10;
}

.socialheader {
    position: absolute;
    left: 50px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 100;
    height: 200px;
}

.socialheader ul {
    padding: 0px;
}

.socialheader ul li {
    width: 40px;
    height: 40px;
    border: 2px #fff solid;
    border-radius: 50%;
    margin: 10px;
    list-style: none;
    padding: 0px;
}

.socialheader ul li a,
.socialheader ul li a:link {
    display: block;
    padding: 5px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.socialheader ul li a:hover {}

.socialheader ul li:hover {
    background-color: rgba(49, 168, 71, 0.7);
}

.section-page-banner .container {
    height: 500px;
}

.section-page-banner .socialheader {}

.fixedlink {
    cursor: pointer;
    background-color: #31a847;
    position: fixed;
    right: -87px;
    top: 250px;
    padding: 10px 15px;
    transform: rotate(-90deg);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.fixedlink:hover {
    background-color: #eb1e28;
}

.fixedlink a,
.fixedlink a:link,
.fixedlink a:hover {
    text-decoration: none;
    color: #fff !important;
    display: block;
    font-weight: 500;
    cursor: pointer;
}

#sdme2020model.show {}

.mainoverlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
}

.mainoverlay:before {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1 !important;
    ;
    background-color: rgba(0, 0, 0, 0.5)
}

.mainoverlay .row {
    height: 100vh;
}

.popupcontainer {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
}

.popupcontainer h4 {
    margin-top: 0px;
    text-align: center;
}

#newsletter_form .custom-control-input {
    z-index: 1;
    left: 0;
    height: 25px;
    width: 50px;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #31a847;
}

.form-control:focus {
    box-shadow: none;
}

.form-control,
.form-control:focus {
    /* background: #f1f2f7;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 20px;
    color: #495057;
    margin-bottom: 0px;
    border: none;
    font-weight: 300;*/
}

.custom-file {}

.custom-file-label {
    /*background-color: #31a847; color: #fff; margin-bottom: 0px;*/
}

.popupcontainer .close {
    cursor: pointer !important;
    z-index: 105;
    position: absolute;
    right: 30px;
    top: 10px;
    font-weight: 400;
    font-size: 2rem;
}

.formnew .btn {
    min-width: 150px;
    padding: 7px 30px;
}

.custom-file-label::after {
    position: absolute;
    border-color: #31a847;
    background-color: #31a847;
    color: #fff;
    top: -1px;
    right: -1px;
    height: calc(calc(2.25rem + 4px) - 1px * 2);

    line-height: 1.7;
}

.custom-file:hover .custom-file-label::after {
    border-color: #eb1e28;
    background-color: #eb1e28;
}

.detail-page-content {}

.detail-page-content img {
    max-width: 100% !important;
    height: auto !important;
}

.all-countries {
    cursor: pointer;
}

.trigger {
    cursor: pointer;
}

.teamrighthead {
    position: relative
}

.teamrighthead span {
    position: absolute;
    top: 0px;
    cursor: pointer;
    color: #31a847;
}

.teamrighthead span:hover {
    color: #31a847;
    color: #eb1e28;
}

.teamrighthead .ar_left {
    left: -20px;
    z-index: 50;
}

.teamrighthead .ar_right {
    right: -20px;
    z-index: 50;
}

.spoboxmain .btn {
    margin-top: 15px;
}

.colbox img {
    max-height: 200px;
    margin: 0 auto;
    display: block;
}

.comingbox {
    background-color: #31a847;
    padding: 20px;
}

.comingbox h1,
.comingbox h2,
.comingbox h3 {
    color: #fff;
}

.main-accordion {
    margin-left: 15px;
    width: 100%;
    margin-right: 15px;
}

.main-accordion .btn-link,
.main-accordion .btn-link:hover,
.main-accordion .btn-link:focus {

    color: #fff;
    text-decoration: none;
    font-size: inherit;
    width: 100%;
    text-align: left;
    font-weight: 700;
    background: none;
    border: none;
}

.main-accordion .card {
    border-radius: 0px;
    border: 0px;
    border-bottom: 1px #fff solid;
    ;
}

.main-accordion .card-header {
    border-bottom: 1px #fff solid;
    border-radius: 0px;
    background-color: #bbbbbb;
    position: relative;
    padding: 0px 0px;
}

.main-accordion .card:last-child {
    border-bottom: 0px #000 solid;
}

.main-accordion .card-header span {
    width: 20px;
    height: 20px;
    background-color: #31a847;
    float: right;
    margin-top: 6px;
    position: relative;
    display: inline-block;
    text-align: center;
    display: none;
}

.main-accordion .card-header span:after {
    content: "-";
    position: absolute;
    left: 6px;

    top: 0px;
    bottom: 0;
    color: #fff;
    margin: auto;
    line-height: 20px;
}

.main-accordion .card-header .collapsed span:after {
    content: "+";
    position: absolute;
    left: 4px;

    top: 0px;
    bottom: 0;
    color: #fff;
    margin: auto;
    line-height: 18px;
}

.main-accordion .card-header .btn {
    background: none;
    border: none;
}

.main-accordion .card-body {
    background-color: #ffffff;
}

.prducttabbox {}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #444349;
    color: #fff;
    border-color: #444349 #444349 #444349 !important;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.nav-tabs {
    border-bottom: 1px solid #31a847;
}

.nav-tabs .nav-link {
    color: #444349;
    font-weight: 700;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #31a847;
}

.producttabcontent {
    padding: 15px 0px;
    padding-bottom: 15px;
    background-color: #fff;
}

.producttabcontent h6 {}

.stepcontainer {}

.stepnav {
    position: relative;
}

.stepnav li:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    z-index: 0;
    height: 2px;
    background: #eb1e28;
    content: "";
    text-align: center;
}

.stepnav a {
    background: #fff;
}

.stepnav a span {
    position: relative;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px #eb1e28 solid;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 5px;
    background: #eb1e28;
    color: #fff;
}

.stepnav .nav-item {
    position: relative;
}

.stepnav .nav-link.active,
.stepnav .nav-link:focus,
.stepnav .nav-item,
.stepnav .nav-item:focus,
.stepnav .show>.nav-link {
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    color: #444349;
}

.stepnav .nav-link.active span,
.stepnav .show>.nav-link span {
    background: #31a847;
    border-color: #31a847
}

.prducttabbox input,
    {


    font-size: 15px;
    padding: 10px 20px;
}

.prducttabbox select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 8px);
}

.prducttabbox .form-control {

    padding: 0.6rem .75rem;
}

.pb-calendar .top-frame>.year-month-frame {
    font-size: 22px;
    font-weight: 700;
    color: #444349;
}

.pb-calendar>.calendar-head-frame>.row>.col,
.pb-calendar>.calendar-body-frame>.row>.col {
    font-size: 14px;
    font-weight: 700;
    color: #444349;
}

.pb-calendar>.calendar-head-frame>.row>.col,
.pb-calendar>.calendar-body-frame>.row>.col {
    height: 30px;
}

.pb-calendar .top-frame>.control-frame>.control-btn>.icon {
    height: 20px;
}

.pb-calendar .top-frame>.control-frame {

    margin-top: 10px;
}

.pb-calendar .top-frame>.year-month-frame {
    padding-left: 0px;
}

.pb-calendar .top-frame {
    margin-bottom: 0px;
    padding-top: 0px;
}

.calendar-head-frame {
    background-color: #f6f6f6;
}

.pb-calendar .schedule-dot-item.blue {
    background-color: blue;
}

.pb-calendar .schedule-dot-item.red {
    background-color: #eb1e29;
}

.pb-calendar .schedule-dot-item.green {
    background-color: green;
}

.pb-calendar>.calendar-head-frame>.row>.col,
.pb-calendar>.calendar-body-frame>.row>.col {
    padding: 8px 5px 0 5px;
}

.pb-calendar>.calendar-head-frame>.row>.col>.schedule-dot-list,
.pb-calendar>.calendar-body-frame>.row>.col>.schedule-dot-list {
    background-color: #f6f6f6;
    height: 7px;
}

.pb-calendar>.calendar-head-frame>.row>.col>.schedule-dot-list>.schedule-dot-item,
.pb-calendar>.calendar-body-frame>.row>.col>.schedule-dot-list>.schedule-dot-item {
    display: inline-block;
    border-radius: 0;
    width: 100%;
    height: 7px;
    vertical-align: top;
    margin-left: 1px;
    margin-right: 1px;
}

.pb-calendar .top-frame>.year-month-frame .year {
    color: #31a847;
}

.pb-calendar>.calendar-head-frame>.row>.col.holiday {
    color: #eb1e29
}

.stepcontainer .plus-add {
    display: block;
    cursor: pointer;
    margin-left: 10px;
    background: #444349;
    border-radius: 50%;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
}

.stepcontainer .plus-add span {
    color: #fff;
    font-size: 20px;
}

.stepcontainer .plus-add:hover {
    background: #eb1e28;
}

.confirmbox h5 {
    border-bottom: 1px #ccc solid;
    margin-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    background-color: #fafafa;
    padding-top: 15px;
    padding-left: 15px;
}

.confirmbox h5,
.confirmbox strong {
    color: #444349;
}

.confirmbox p {
    margin-left: 15px;
}

.confirmbox .btn {
    margin-top: 20px;
}

.stepcontainer .form-group {
    margin-bottom: 20px;
}

.stepcontainer .btn-primary.disabled,
.btn-primary:disabled {}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #31a847;
    border-color: #31a847;
    cursor: not-allowed !important;
}

.form-group label.error {
    color: #f00 !important;
    position: absolute;
    top: 45px;
}

.pbeventlist {
    margin-top: 30px;
    background-color: #f6f6f6;
    padding: 20px 20px 20px 30px;
}

.pbeventlist span {
    color: #000;
    font-weight: 700;
    font-size: 13px;
}

.datepicker2,
.villageDatePicker {
    background-color: white !important;
}

.form-selector div {
    background-color: #31a847;
    padding: 30px 20px;
    text-align: center;
    color: white;
    border-radius: 5px;
}

.form-selector div:hover {
    background-color: #dc3545;
    cursor: pointer;
}

.form-selector {
    padding: 50px 50px;
}

.contentbox h5,
li {
    color: black;
}

.grade-input {
    width: 100%;
}

.visit-modal {
    margin-top: 15%;
}

.visit-popup-inner {
    text-align: center;
    padding-bottom: 30px;
}

.mainslider {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.mainslider:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 25%;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.mainslider .slider-for {
    height: 90vh;
    position: relative;
}

.mainslider .slider-for:after {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-color: #fff;
    content: "";
    margin: auto;
}

.mainslider .slider-for div {
    height: 100vh;
    border-bottom: 5px #fff solid;
    background-size: cover;
    background-position: center;
}

.mainslider .slider-nav {
    /*position: absolute; */
    height: 10vh;
    width: 100%;
    bottom: 0px;
    /*box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.3)*/
}

.mainslider .slider-nav div {
    height: 100px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.mainslider .slick-dots {
    bottom: 50px;
}

.slick-next:before,
.slick-prev:before {
    opacity: 1;
}

.mainslider .slider-for h1 {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25%;
    max-width: 50%;
    text-align: center;
    display: inline-block;
    margin: auto;
    text-shadow: 5px 3px 20px #000;
    color: #fff;
}
.mainslider .slider-for h1 p{ line-height: 24px !important; font-size: 0.9rem;margin-bottom: 0px; }
.mainslider .slider-for h1:after {
    content: "";
    height: 5px;
    width: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 110%;
    background: #31a847;
    margin: auto;
}

/*.slick-prev::before {
    font-family: "Font Awesome";
    content: "\f053";
    font-size: 22px;
}
.slick-next::before {
    font-family: "Font Awesome";
    content:  "\f054";
    font-size: 22px;
}
*/
.slick-next,
.slick-prev {
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 1);
    width: 24px;
    height: 24px;
}

.slick-prev::before,
.slick-next::before {
    font-size: 24px;
}
.university-interest thead th,
.university-interest td {
    border: 1px solid #31a847;
}
.university-interest .bg-default {
    background: #31a847;
    color: #fff;
    font-size: 22px;
}
.text-default,
.university-interest .text-default {
    color: #31a847;
}
.register-now .btn {
    margin-top: 15px;
}