/**
* Template Name: Mamba - v2.4.1
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/
/*
    Renk : #f47900


*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&amp;display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 400;
    color: #444;
}


a {
    color: #f47900;
}

    a:hover {
        color: #f44400;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6, .font-primary {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #0e1b4d;
}

h2 {
    font-weight: 700;
}

.textcenter {
    text-align: center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    right: 15px;
    bottom: 15px;
    background: #f47900;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #f44400;
        transition: background 0.2s ease-in-out;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #090d2b;
    padding: 10px 0;
    font-size: 14px;
}

    #topbar img {
        display: block;
        margin: 0 auto;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    height: 70px;
    transition: all 0.5s;
    padding: 10px 0;
    background: #090d2b;
    z-index: 997;
}

    #header.header-scrolled {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 10px 0;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 3px;
        text-transform: uppercase;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #f47900;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
        max-height: 40px;
    }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #dcdcdc;
        padding: 12px 6px;
        transition: 0.3s;
        font-size: 12px;
        font-family: "Montserrat", "Open Sans", sans-serif;
        font-weight: 800;
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            color: #f47900;
            text-decoration: none;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 10px 0;
        border-radius: 0px;
        background: #eaeaea;
        box-shadow: 0px 8px 24px rgb(149 157 165 / 90%);
        transition: ease all 0.3s;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 14px;
        font-weight: 500;
        text-transform: none;
        color: #103453;
    }

        .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
            color: #f47900;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }


.nav-submenu {
    border-radius: 3px;
    padding: 8px;
}



@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}



/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: #1f3548;
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #e3f0fc;
        padding: 10px 20px;
        font-weight: 500;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #9eccf4;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa0";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 20px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #5c768d;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(31, 53, 72, 0.7);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }



.sec-headerbar {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    margin: 8px 0;
    color: #ffffff;
    background-color: #f47900;
    /*box-shadow: rgba(0, 0, 0, 0.9) 0px 2px 12px*/
}
    .sec-headerbar .short-links {
        text-align: right;
        position: relative;
        top: -3px;
    }
        .sec-headerbar .short-links a {
            color: #ddd;
            font-size: 14px;
            font-weight: normal;
            text-align: center;
            display: inline-block;
            width: 24px;

        }
            .sec-headerbar .short-links a:hover {
                color: #fff;
                background-color: rgba(255, 255, 255, 0.5);
            }
    /*--------------------------------------------------------------
# Zirve Section
--------------------------------------------------------------*/
    #zirve {
        padding: 0 !important;
        background-size: cover;
        overflow: hidden;
        position: relative;
    }

/*--------------------------------------------------------------
# Entrant Section
--------------------------------------------------------------*/
#entrant {
    padding: 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    color: #000044;
}

    #entrant img {
        width: 100%;
        height: auto;
        overflow: hidden;
        vertical-align: middle;
    }

    #entrant .title {
        color: #ffffff;
        padding: 12px;
        background-color: #f47900;
    }
    #entrant .entrant-text {
        font-size: 14px;
        font-weight: 700;
        color: #004269;
        line-height: 2;
    }

#entrant .email-form input, #entrant .email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

    #entrant .email-form input:focus, #entrant .email-form textarea::focus {
        background-color: #f82249;
    }

#entrant .email-form input {
    padding: 20px 15px;
}

#entrant .email-form textarea {
    padding: 12px 15px;
}



#entrant .email-form button {
    background: #f47900;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
    cursor: pointer;
}

    #entrant .email-form button:hover {
        background: #f44400;
    }

    #entrant .email-form button:disabled,
    #entrant .email-form button[disabled] {
        background: #e2c6ab;
    }

#entrant .email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
    float:left;
}

#entrant .email-form .file-validation-msg {
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

#entrant .email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

#entrant .info-bar {
    font-size: 12px;
    font-weight: bold;
    color: midnightblue;
    border: 1px solid #f47900;
    background: #fff;
    padding: 12px;
    text-align: center;
    box-shadow: 10px 10px 20px 0px #444;
}

#entrant .steps,
#entrant .projectForm {
    background-color: #fff;
    border: 1px solid #f47900;
    border-radius: 0;
    padding: 12px;
    width: 100%;
    margin-bottom: 24px;
}

#entrant .form-title {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    background: #f47900;
    padding: 6px;
    margin-bottom: 12px;
}

#entrant .fs-title p {
    font-weight: bold;
}

#entrant .note {
    color: #8e0c0c;
    font-weight: bold;
    font-size: smaller;
}

#entrant .form-group label {
    width: 100%;
    background-color: #e6e6e6;
    padding: 10px;
    margin: 0;
}

#entrant .shadow {
    padding-top: 12px;
    background-color: #fff;
}

#entrant .form-inputfield {
    position: relative;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    padding: 0 !important;
    width: 100%;
    height: 100vh;
    background: url(../img/intro-bg.jpg) top center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    #intro .logos {
        height:auto;
    }

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }
}

@media (max-width: 767px) {
	#intro  {
		height:auto;
    }
}
    #intro .logos img {
        width: 40vw;
    }


    #intro:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #intro .intro-container {
        position: relative;
        bottom: 0;
        left: 0;
        top: 40px;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
		margin-bottom: 3rem;
        padding: 0 15px;
    }


#intro .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.3px;
    display: inline-block;
    padding: 12px 8px;
    border-radius: 3px;
    transition: 0.5s;
    line-height: 1.5;
    margin: 10px;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    border: 0;
    background: #f47900;
    width: 80%
}

    #intro .btn-get-started:hover {
        background: #f44400;
    }

    @media (max-width: 991px) {
        #intro .intro-container {
            top: 20px;
        }
    }

#intro .isDisabled {
    color: #fdb46d;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}

    #intro h1 {
        color: #ebebeb;
        font-family: "Raleway", sans-serif;
        font-size: 56px;
        font-weight: 900;
        margin: -150px;
        -webkit-text-fill-color: #ebebeb; /* Will override color (regardless of order) */
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #ee6400;
    }

#intro .txtright {
    text-align: right !important;
}
#intro .txtleft {
    text-align: left !important;
}
#intro .txtcenter {
    text-align: center !important;
}

    @media (max-width: 991px) {
        #intro .txtright, #intro .txtleft, #intro .txtcenter {
            text-align: center !important;
        }


        #intro h1 {
            font-size: 34px;
        }
    }


#modalbox .modal-content {
    background-color: #444;
    color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0;
    overflow: hidden;
}

        #hero .carousel-item {
            width: 100%;
            height: calc(100vh - 114px);
            background-size: cover;
            background-position: top right;
            background-repeat: no-repeat;
            overflow: hidden;
        }

            #hero .carousel-item::before {
                content: '';
                background-color: rgba(13, 30, 45, 0.6);
                position: absolute;
                height: 100%;
                width: 100%;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
                overflow: hidden;
            }

        #hero .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
            overflow: hidden;
        }

        #hero .carousel-content {
            text-align: left;
        }

    @media (max-width: 992px) {
        #hero, #hero .carousel-item {
            height: calc(100vh - 70px);
        }

            #hero .carousel-content.container {
                padding: 0 50px;
            }
    }

    #hero h2 {
        color: #fff;
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 900;
    }

    #hero p {
        width: 80%;
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
        color: #fff;
    }

    #hero .carousel-inner .carousel-item {
        transition-property: opacity;
        background-position: center top;
    }

    #hero .carousel-inner .carousel-item,
    #hero .carousel-inner .active.carousel-item-left,
    #hero .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    #hero .carousel-inner .active,
    #hero .carousel-inner .carousel-item-next.carousel-item-left,
    #hero .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }

        #hero .carousel-inner .carousel-item-next,
        #hero .carousel-inner .carousel-item-prev,
        #hero .carousel-inner .active.carousel-item-left,
        #hero .carousel-inner .active.carousel-item-right {
            left: 0;
            transform: translate3d(0, 0, 0);
        }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 10%;
    }

    #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
        background: none;
        font-size: 48px;
        line-height: 1;
        width: auto;
        height: auto;
    }

    #hero .carousel-indicators li {
        cursor: pointer;
    }

    #hero .btn-get-started {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 5px;
        transition: 0.5s;
        line-height: 1;
        margin: 10px;
        color: #fff;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        border: 0;
        background: #f47900;
    }

        #hero .btn-get-started:hover {
            background: #f47900;
        }

    @media (max-width: 768px) {
        #hero h2 {
            font-size: 28px;
        }
    }

    @media (min-width: 1024px) {
        #hero p {
            width: 60%;
        }

        #hero .carousel-control-prev, #hero .carousel-control-next {
            width: 5%;
        }
    }



    /*--------------------------------------------------------------
# Count-Down
--------------------------------------------------------------*/

    .flex-w {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .flex-w {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .flex-c-m {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

.bor1 {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    margin: 10px;
    background-color: rgba(255,255,255,0.1);
}



    .boxsize {
        width: 15vh;
        height: 15vh;
    }

    .l1-txt3 {
        font-family: "Montserrat", "Open Sans", sans-serif;
        font-size: 6vh;
        font-weight: 700;
        color: #fff;
        line-height: 1;
        margin-top: 3.5vh;
    }

    .s1-txt2 {
        font-family: "Montserrat", "Open Sans", sans-serif;
        font-size: 16px;
        color: #fff;
        line-height: 1;
    }


    @media (max-width: 767px) {
        .boxsize {
            width: 8vh;
            height: 8vh;
        }

        .l1-txt3 {
            font-family: "Montserrat", "Open Sans", sans-serif;
            font-size: 3vh;
            font-weight: 700;
            color: #fff;
            line-height: 1;
            margin-top: 2vh;
        }

        .s1-txt2 {
            font-family: "Montserrat", "Open Sans", sans-serif;
            font-size: 8px;
            color: #fff;
            line-height: 1;
        }
    }


    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    section {
        padding: 60px 0;
    }

    .section-bg {
        background-color: #f5f9fc;
    }

    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-title h2 {
            font-size: 32px;
            font-weight: 600;
            margin-bottom: 20px;
            padding-bottom: 0;
            color: #5c768d;
        }

        .section-title p {
            margin-bottom: 0;
        }

    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs {
        padding: 15px 0;
        background-color: #f5f9fc;
        min-height: 40px;
    }

        .breadcrumbs h2 {
            font-size: 24px;
            font-weight: 300;
        }

        .breadcrumbs ol {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
            font-size: 14px;
        }

            .breadcrumbs ol li + li {
                padding-left: 10px;
            }

                .breadcrumbs ol li + li::before {
                    display: inline-block;
                    padding-right: 10px;
                    color: #6c757d;
                    content: "/";
                }

    @media (max-width: 768px) {
        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
    }


    /*--------------------------------------------------------------
# GIV Section
--------------------------------------------------------------*/
    #giv {
        padding: 40px 0;
        background: url("../img/giv-bg.jpg");
        background-size: cover;
        overflow: hidden;
        position: relative;
        color: #000044cc;
    }

    @media (min-width: 1024px) {
        #giv {
            background-attachment: fixed;
        }
    }

    #giv:before {
        content: "";
        background: rgba(216, 216, 216, 0.8);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #giv h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000044cc;
    }

    #giv h3 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #000044cc;
    }

    #giv p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #000044cc;
        line-height: 2rem;
        font-weight: 600;
    }


    /*--------------------------------------------------------------
# About Event Section
--------------------------------------------------------------*/
#aboutevent {
    padding: 40px 0;
    background: url("../img/tgb-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    color: #000044cc;
}

    @media (min-width: 1024px) {
        #aboutevent {
            background-attachment: fixed;
        }
    }

    #aboutevent:before {
        content: "";
        background: rgba(216, 216, 216, 0.8);
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #aboutevent h2 {
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000044cc;
    }

    #aboutevent h3 {
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        color: #000044cc;
    }

    #aboutevent p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #000044cc;
        line-height: 2rem;
        font-weight: 600;
    }




    /*--------------------------------------------------------------
# SGIV Section
--------------------------------------------------------------*/
#sgiv {
    padding: 40px 0;
    background: url("../img/sgiv-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    color: #000044cc;
}

    @media (min-width: 1024px) {
        #sgiv {
            background-attachment: fixed;
        }
    }

#sgiv img {
    width: 100%;
    max-width: 350px;
}

#sgiv:before {
    content: "";
    background: #f4feff99;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


#sgiv p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000044cc;
    line-height: 2;
}



    /*--------------------------------------------------------------
# Awards Section
--------------------------------------------------------------*/
#awards {
    min-height: 430px;
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    color: #fff;
}

    #awards .img-border {
        border: 1px solid #8e8e8e;
        background-color: #f6f6f6;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        border-radius: 6px;
        max-width: 300px;
        width: 100%;
    }
    @media (min-width: 1024px) {
        #awards {
            background-attachment: fixed;
        }
    }

    #awards .awards-head {
        position: relative;
        overflow: hidden;
        margin-bottom: 30px;
        box-shadow: 10px 10px 5px #ccc;
        -moz-box-shadow: 10px 10px 5px #ccc;
        -webkit-box-shadow: 10px 10px 5px #ccc;
        -khtml-box-shadow: 10px 10px 5px #ccc;
    }

        #awards .awards-head .details {
            background: rgba(6, 12, 34, 0.76);
            position: absolute;
            left: 0;
            bottom: -30px;
            right: 0;
            text-align: center;
            padding-top: 10px;
            transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
        }

            #awards .awards-head .details h3 {
                color: #fff;
                font-size: 22px;
                font-weight: 600;
                margin-bottom: 5px;
            }

            #awards .awards-head .details .subdetail {
                height: 30px;
            }

            #awards .awards-head .details a {
                color: #fff;
            }

                #awards .awards-head .details a:hover {
                    color: #f47900;
                }

        #awards .awards-head:hover .details {
            bottom: 0;
        }
#awards .awards-notes {
    font-size: 0.8rem;
    font-weight: 600;
    color: #333333;
    text-align: center;
    margin:12px;
    background-color: #fdfdfd;
}


    #awards-details .details .subdetail a {
        background: #e9edfb;
        color: #112363;
        line-height: 1;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        width: 36px;
        height: 36px;
        padding-top: 9px;
    }


    #awards:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
    }

    #awards p {
        text-align: center;
        margin-top: -65px;
        color: #0065a2;
    }

    #awards .price {
        margin-top: -25px;
        text-align: center;
        font-size: 2em;
        font-family: "Montserrat", "Open Sans", sans-serif;
        font-weight: 700;
        color: #f68b20;
    }



    /*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
    #counter {
        padding-bottom: 30px;
    }

#counter img {
    width:100%;
    max-width: 1140px;
}

         
/*--------------------------------------------------------------
# PastAwards Section
--------------------------------------------------------------*/
#pastawards {
    padding: 40px 0;
    background: url("../img/oduller-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

    #pastawards .section-header {
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 20px;
        margin: 8px 0;
        color: #ffffff;
        background-color: #f47900;
    }

    @media (min-width: 1024px) {
        #pastawards {
            background-attachment: fixed;
        }
    }

    #pastawards .nav-tabs {
        text-align: center;
        margin: auto;
        display: block;
        border-bottom: 0;
        margin-bottom: 30px;
    }

        #pastawards .nav-tabs li {
            display: inline-block;
            margin-bottom: 0;
        }

        #pastawards .nav-tabs a {
            border: none;
            border-radius: 50px;
            font-weight: 600;
            background-color: #0e1b4d;
            color: #fff;
            padding: 10px 100px;
        }

    @media (max-width: 991px) {
        #pastawards .nav-tabs a {
            padding: 8px 60px;
        }
    }

    @media (max-width: 767px) {
        #pastawards .nav-tabs a {
            padding: 8px 50px;
        }
    }

    @media (max-width: 480px) {
        #pastawards .nav-tabs a {
            padding: 8px 30px;
        }
    }

    #pastawards .nav-tabs a.active {
        background-color: #f47900;
        color: #fff;
    }

    #pastawards .sub-heading {
        text-align: center;
        font-size: 18px;
        font-style: italic;
        margin: 0 auto 30px auto;
    }

    @media (min-width: 991px) {
        #pastawards .sub-heading {
            width: 75%;
        }
    }

    #pastawards .tab-pane {
        transition: ease-in-out .2s;
    }

    #pastawards .pastawards-header {
        background-color: #f47900;
        color: #0e1b4d;
        font-weight: 700;
        padding-top: 16px;
    }

    #pastawards .pastawards-item {
        border-bottom: 1px solid #cad4f6;
        padding-top: 15px;
        padding-bottom: 15px;
        background-color: #d6d6d680;
        transition: background-color ease-in-out 0.3s;
    }

        #pastawards .pastawards-item:hover {
            background-color: #fff;
        }

        #pastawards .pastawards-item time {
            padding-bottom: 5px;
            display: inline-block;
        }

        #pastawards .pastawards-item .speaker {
            width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 50%;
            float: left;
            margin: 0 10px 10px 0;
        }

            #pastawards .pastawards-item .speaker img {
                height: 100%;
                transform: translateX(-50%);
                margin-left: 50%;
                transition: all ease-in-out 0.3s;
            }

        #pastawards .pastawards-item h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }

            #pastawards .pastawards-item h4 span {
                font-style: italic;
                color: #19328e;
                font-weight: normal;
                font-size: 16px;
            }

        #pastawards .pastawards-item p {
            font-style: italic;
            color: #152b79;
            margin-bottom: 0;
        }

/*--------------------------------------------------------------
# Istanbul 2022 Section
--------------------------------------------------------------*/
#istanbul2022 {
    min-height: 430px;
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

    #istanbul2022 .section-header {
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 20px;
        margin: 8px 0;
        color: #333;
        
    }

    #istanbul2022 p {
        line-height: 1.9rem;
    }

    #istanbul2022 img {
        transition: all 0.4s ease-in-out;
    }

    #istanbul2022 .white-bg {
        background-color: #ffffff;
    }

    #istanbul2022 .btn {
        background: #f47900;
        border: 0;
        padding: 10px 40px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
    }

        #istanbul2022 .btn:hover {
            background: #f44400;
        }

/*--------------------------------------------------------------
# Konya 2021 Section
--------------------------------------------------------------*/
#past {
    min-height: 430px;
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

    #past .section-header {
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 20px;
        margin: 8px 0;
        color: #ffffff;
        background-color: #f47900;
    }

    #past .pastgallery-logo {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #e0e5fa;
        border-bottom: 1px solid #e0e5fa;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.5);
        width: 100%;
    }

        #past .pastgallery-logo:hover img {
            transform: scale(1.2);
        }

    #past img {
        transition: all 0.4s ease-in-out;
    }

    /*--------------------------------------------------------------
# PastAwardsGallery Section
--------------------------------------------------------------*/
#pastgalery2 {
    min-height: 430px;
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

    #pastgalery2 .section-header {
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 20px;
        margin: 8px 0;
        color: #ffffff;
        background-color: #f47900;
    }

        #pastgalery2 .supporters-wrap {
            border-top: 1px solid #e0e5fa;
            border-left: 1px solid #e0e5fa;
            margin-bottom: 30px;
        }

        #pastgalery2 .pastgallery-logo {
            padding: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #e0e5fa;
            border-bottom: 1px solid #e0e5fa;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.5);
            width: 100%;
        }

            #pastgalery2 .pastgallery-logo:hover img {
                transform: scale(1.2);
            }

        #pastgalery2 img {
            transition: all 0.4s ease-in-out;
        }




/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
#speakers {
    min-height: 430px;
    padding: 60px 0 40px 0;
    background: url("../img/sgiv-bg.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

    #speakers .section-header {
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 20px;
        margin: 8px 0;
        color: #ffffff;
        background-color: #f47900;
    }

#speakers .speaker {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

            #speakers .speaker .details {
                background: rgba(6, 12, 34, 0.76);
                position: absolute;
                left: 0;
                bottom: -64px;
                height: 6em;
                right: 0;
                text-align: center;
                padding-top: 10px;
                transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
            }

                #speakers .speaker .details h3 {
                    color: #fff;
                    font-size: 16px;
                    font-weight: 600;
                    margin-bottom: 5px;
                }

                #speakers .speaker .details p {
                    color: #fff;
                    font-size: 12px;
                    margin-bottom: 10px;
                    font-style: italic;
                    text-align: left;
                    padding: 0 10px;
                }

                #speakers .speaker .details .social {
                    height: 30px;
                }

                #speakers .speaker .details a {
                    color: #fff;
                }

                    #speakers .speaker .details a:hover {
                        color: #f47900;
                    }

            #speakers .speaker:hover .details {
                bottom: 0;
            }

    #speakers-details {
        padding: 60px 0;
    }

        #speakers-details .details h2 {
            color: #112363;
            font-size: 28px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        #speakers-details .details .social {
            margin-bottom: 15px;
        }

            #speakers-details .details .social a {
                background: #e9edfb;
                color: #112363;
                line-height: 1;
                display: inline-block;
                text-align: center;
                border-radius: 50%;
                width: 36px;
                height: 36px;
                padding-top: 9px;
            }

                #speakers-details .details .social a:hover {
                    background: #f82249;
                    color: #fff;
                }

                #speakers-details .details .social a i {
                    font-size: 18px;
                }

        #speakers-details .details p {
            color: #112363;
            font-size: 15px;
            margin-bottom: 10px;
        }


    /*--------------------------------------------------------------
# sporsorship Section
--------------------------------------------------------------*/
#sporsorship {
    padding: 60px 0 40px 0;
    background: url("../img/sgiv-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}


        #sporsorship .email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        #sporsorship .email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

        #sporsorship .email-form .sent-message {
            color: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        #sporsorship .email-form input, #sporsorship .email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            #sporsorship .email-form input::focus, #sporsorship .email-form textarea::focus {
                background-color: #f82249;
            }

        #sporsorship .email-form input {
            padding: 20px 15px;
        }

        #sporsorship .email-form textarea {
            padding: 12px 15px;
        }

        #sporsorship .email-form button[type="submit"] {
            background: #f47900;
            border: 0;
            padding: 10px 40px;
            color: #fff;
            transition: 0.4s;
            border-radius: 50px;
            cursor: pointer;
        }

            #sporsorship .email-form button[type="submit"]:hover {
                background: #f44400;
            }



    /*--------------------------------------------------------------
# Participant Section
--------------------------------------------------------------*/
#participant {
    padding: 40px 0;
    background: url("../img/profile/participant-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    color: #000044cc;
}

    @media (min-width: 1024px) {
        #participant {
            background-attachment: fixed;
        }
    }

    #participant .participants {
        position: relative;
        top: 0;
        left: 0;
    }

    #participant .title-logo {
        position: absolute;
        top: 0px;
        left: 0px;
    }


    /*--------------------------------------------------------------
# Visitors Section
--------------------------------------------------------------*/
#visitor {
    
    padding: 40px 0;
    background: url("../img/profile/visitor-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    color: #000044cc;
}

    @media (min-width: 1024px) {
        #visitor {
            background-attachment: fixed;
        }
    }

    #visitor .visitors {
        position: relative;
        top: 0;
        left: 0;
    }




    /*--------------------------------------------------------------
# Congress Section
--------------------------------------------------------------*/
#congress {
    padding: 40px 0;
    background: url("../img/congress/congress-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    color: #000044cc;
}

    @media (min-width: 1024px) {
        #congress {
            background-attachment: fixed;
        }
    }


    #congress .textbox {
        background-color: #ffffff;
        height: 100%;
        font-size: 36px;
        font-weight: bold;
        margin-bottom: 10px;
        color: #000044;
        border-radius: 12px;
        padding: 12px;
        box-shadow: 5px 5px 5px #707070;
        -moz-box-shadow: 5px 5px 5px #707070;
        -webkit-box-shadow: 5px 5px 5px #707070;
        -khtml-box-shadow: 5px 5px 5px #707070;
    }

        #congress .textbox img {
            width: 100%;
        }


    #congress p {
        font-size: 14px;
        margin-bottom: 20px;
        color: #000044cc;
        line-height: 2rem;
        font-weight: 600;
    }


    /*--------------------------------------------------------------
# Sponsorlar Section
--------------------------------------------------------------*/
#supporters {
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}


        #supporters .supporters-wrap {
            border-top: 1px solid #e0e5fa;
            border-left: 1px solid #e0e5fa;
            margin-bottom: 30px;
        }

        #supporters .supporter-logo {
            padding: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #e0e5fa;
            border-bottom: 1px solid #e0e5fa;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.5);
            height: 230px;
        }

            #supporters .supporter-logo:hover img {
                transform: scale(1.2);
            }

        #supporters img {
            transition: all 0.4s ease-in-out;
            display: block;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }

/*--------------------------------------------------------------
# Transport Section
--------------------------------------------------------------*/
#transport {
padding: 60px 0 40px 0;
    background: #f5f9fc;
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}


        #transport .supporter-wrap {
            border-top: 1px solid #e0e5fa;
            border-left: 1px solid #e0e5fa;
            margin-bottom: 30px;
        }

        #transport .supporter-logo {
            padding: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #e0e5fa;
            border-bottom: 1px solid #e0e5fa;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.5);
            height: 230px;
        }

            #transport .supporter-logo:hover img {
                transform: scale(1.2);
            }

        #transport img {
            transition: all 0.4s ease-in-out;
            display: block;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
        }


/*--------------------------------------------------------------
# Sponsorlar Section
--------------------------------------------------------------*/
#pastgalery {
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}
    #pastgalery .section-header {
        font-family: "Raleway", sans-serif;
        font-size: 24px;
        font-weight: 700;
        padding: 20px;
        margin: 8px 0;
        color: #ffffff;
        background-color: #f47900;
    }


    #pastgalery .supporters-wrap {
        border-top: 1px solid #e0e5fa;
        border-left: 1px solid #e0e5fa;
        margin-bottom: 30px;
    }

    #pastgalery .supporter-logo {
        padding: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid #e0e5fa;
        border-bottom: 1px solid #e0e5fa;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.5);
        height: 230px;
    }

        #pastgalery .supporter-logo:hover img {
            transform: scale(1.2);
        }

    #pastgalery img {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        object-fit: cover;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
    }


#pastgalery .more-btn {
    background: #f47900;
    border: 0;
    padding: 10px 40px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}



    #pastgalery .thumb {
        margin-bottom: 30px;
    }



/*img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
*/

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

/*--------------------------------------------------------------
# Kay�t Ol Section
--------------------------------------------------------------*/
#register {
    min-height: 430px;
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}



        #register .email-form input, #register .email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            #register .email-form input::focus, #register .email-form textarea::focus {
                background-color: #f82249;
            }

        #register .email-form input {
            padding: 20px 15px;
        }

        #register .email-form textarea {
            padding: 12px 15px;
        }

    #register a,
    #register .email-form button[type="submit"] {
        background: #f47900;
        border: 0;
        padding: 10px 40px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
    }
        #register a:hover,
        #register .email-form button[type="submit"]:hover {
            background: #f44400;
        }

        #register .email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        #register .email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

        #register .info-bar {
            font-size: 14px;
            line-height: 2;
            font-weight: bold;
            color: midnightblue;
            border: 1px solid #f47900;
            background: #fff;
            padding: 12px;
            text-align: center;
            box-shadow: 10px 10px 20px 0px #444;
        }

        /*--------------------------------------------------------------
# �leti�im Section
--------------------------------------------------------------*/


    #contact {
        padding: 40px 0;
        background-size: cover;
        overflow: hidden;
        position: relative;
    }

        #contact .contact-info {
            padding: 30px 0;
        }

        #contact .info-box {
            color: #444;
            /*text-align: center;*/
            box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
            padding: 20px 0 30px 0;
            margin-bottom: 30px;
            width: 100%;
        }

            #contact .info-box i {
                font-size: 32px;
                color: #f47900;
                border-radius: 50%;
                padding: 8px;
                border: 2px dotted #f47900;
            }


        #contact .form-row {
            margin: 0 15px;
        }

    @media (min-width: 1024px) {
        #contact {
            background-attachment: fixed;
        }
    }



    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }

    @media (min-width: 768px) {
        #contact .contact-address, #contact .contact-phone, #contact .contact-email {
            padding: 20px 0;
        }
    }

    @media (min-width: 768px) {
        #contact .contact-phone {
            border-left: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }
    }

    #contact .email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    #contact .email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        #contact .email-form .error-message br + br {
            margin-top: 25px;
        }

    #contact .email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    #contact .email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        #contact .email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    #contact .email-form input, #contact .email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        #contact .email-form input::focus, #contact .email-form textarea::focus {
            background-color: #f47900;
        }

    #contact .email-form input {
        padding: 20px 15px;
    }

    #contact .email-form textarea {
        padding: 12px 15px;
    }

    #contact .email-form button[type="submit"] {
        background: #f47900;
        border: 0;
        padding: 10px 40px;
        color: #fff;
        transition: 0.4s;
        cursor: pointer;
    }

        #contact .email-form button[type="submit"]:hover {
            background: #f44400;
        }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }




    /*--------------------------------------------------------------
# kvkk Section
--------------------------------------------------------------*/
    #kvkk {
        padding: 60px 0 60px 0;
    }

        #kvkk .nav-tabs {
            text-align: center;
            margin: auto;
            display: block;
            border-bottom: 0;
            margin-bottom: 30px;
        }

            #kvkk .nav-tabs li {
                display: inline-block;
                margin-bottom: 0;
            }

            #kvkk .nav-tabs a {
                border: none;
                font-weight: 600;
                background-color: #0e1b4d;
                color: #fff;
                padding: 10px 100px;
            }

    @media (max-width: 991px) {
        #kvkk .nav-tabs a {
            padding: 8px 60px;
        }
    }

    @media (max-width: 767px) {
        #kvkk .nav-tabs a {
            padding: 8px 50px;
        }
    }

    @media (max-width: 480px) {
        #kvkk .nav-tabs a {
            padding: 8px 30px;
        }
    }

    #kvkk .nav-tabs a.active {
        background-color: #f82249;
        color: #fff;
    }

    #kvkk .sub-heading {
        text-align: center;
        font-size: 18px;
        font-style: italic;
        margin: 0 auto 30px auto;
    }

    @media (min-width: 991px) {
        #kvkk .sub-heading {
            width: 75%;
        }
    }

    #kvkk .tab-pane {
        transition: ease-in-out .2s;
    }

    #kvkk .kvkk-item {
        border-bottom: 1px solid #cad4f6;
        padding-top: 15px;
        padding-bottom: 15px;
        transition: background-color ease-in-out 0.3s;
    }

        #kvkk .kvkk-item:hover {
            background-color: #fff;
        }

        #kvkk .kvkk-item time {
            padding-bottom: 5px;
            display: inline-block;
        }

        #kvkk .kvkk-item .speaker {
            width: 60px;
            height: 60px;
            overflow: hidden;
            border-radius: 50%;
            float: left;
            margin: 0 10px 10px 0;
        }

            #kvkk .kvkk-item .speaker img {
                height: 100%;
                transform: translateX(-50%);
                margin-left: 50%;
                transition: all ease-in-out 0.3s;
            }

        #kvkk .kvkk-item h4 {
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
        }

            #kvkk .kvkk-item h4 span {
                font-style: italic;
                color: #19328e;
                font-weight: normal;
                font-size: 16px;
            }

        #kvkk .kvkk-item p {
            font-style: italic;
            color: #152b79;
            margin-bottom: 0;
        }


    /*--------------------------------------------------------------
# Covering Section
--------------------------------------------------------------*/
    #tgbcovering {
        padding: 60px 0;
    }

        #tgbcovering .tgbcovering-wrap {
            border-top: 1px solid #e0e5fa;
            border-left: 1px solid #e0e5fa;
            margin-bottom: 30px;
        }

        #tgbcovering .tgbcovering-logo {
            padding: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-right: 1px solid #e0e5fa;
            border-bottom: 1px solid #e0e5fa;
            overflow: hidden;
            background: rgba(255, 255, 255, 0.5);
            height: 350px;
        }

            #tgbcovering .tgbcovering-logo:hover img {
                transform: scale(1.2);
            }

        #tgbcovering img {
            transition: all 0.4s ease-in-out;
        }

    /*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
    .about {
        padding-bottom: 30px;
    }

        .about .container {
            box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
        }

        .about .video-box img {
            padding: 15px 0;
        }

        .about .section-title p {
            text-align: left;
            font-style: italic;
            color: #666;
        }

        .about .about-content {
            padding: 40px;
        }

        .about .icon-box + .icon-box {
            margin-top: 40px;
        }

        .about .icon-box .icon {
            float: left;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 72px;
            height: 72px;
            background: #f1f7fb;
            border-radius: 6px;
            transition: 0.5s;
        }

            .about .icon-box .icon i {
                color: #f47900;
                font-size: 32px;
            }

        .about .icon-box:hover .icon {
            background: #f47900;
        }

            .about .icon-box:hover .icon i {
                color: #fff;
            }

        .about .icon-box .title {
            margin-left: 95px;
            font-weight: 700;
            margin-bottom: 10px;
            font-size: 18px;
            text-transform: uppercase;
        }

            .about .icon-box .title a {
                color: #343a40;
                transition: 0.3s;
            }

                .about .icon-box .title a:hover {
                    color: #f47900;
                }

        .about .icon-box .description {
            margin-left: 95px;
            line-height: 24px;
            font-size: 14px;
        }

        .about .video-box {
            position: relative;
        }

        .about .play-btn {
            width: 94px;
            height: 94px;
            background: radial-gradient(#f47900 50%, rgba(66, 139, 202, 0.4) 52%);
            border-radius: 50%;
            display: block;
            position: absolute;
            left: calc(50% - 47px);
            top: calc(50% - 47px);
            overflow: hidden;
        }

            .about .play-btn::after {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 100;
                transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            }

            .about .play-btn::before {
                content: '';
                position: absolute;
                width: 120px;
                height: 120px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
                -webkit-animation: pulsate-btn 2s;
                animation: pulsate-btn 2s;
                -webkit-animation-direction: forwards;
                animation-direction: forwards;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: steps;
                animation-timing-function: steps;
                opacity: 1;
                border-radius: 50%;
                border: 5px solid rgba(66, 139, 202, 0.7);
                top: -15%;
                left: -15%;
                background: rgba(198, 16, 0, 0);
            }

            .about .play-btn:hover::after {
                border-left: 15px solid #f47900;
                transform: scale(20);
            }

            .about .play-btn:hover::before {
                content: '';
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border: none;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 200;
                -webkit-animation: none;
                animation: none;
                border-radius: 0;
            }

    @-webkit-keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    @keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    /*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
    .about-lists {
        padding: 40px;
    }

        .about-lists .row {
            overflow: hidden;
        }

        .about-lists .content-item {
            padding: 40px;
            border-left: 1px solid #d9e8f4;
            border-bottom: 1px solid #d9e8f4;
            margin: -1px;
        }

            .about-lists .content-item span {
                display: block;
                font-size: 24px;
                font-weight: 400;
                color: #9eccf4;
            }

            .about-lists .content-item h4 {
                font-size: 28px;
                font-weight: 400;
                padding: 0;
                margin: 20px 0;
            }

            .about-lists .content-item p {
                color: #aaaaaa;
                font-size: 15px;
                margin: 0;
                padding: 0;
            }

    @media (max-width: 768px) {
        .about-lists .content-item {
            padding: 40px 0;
        }
    }

    /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
    .counts {
        padding-bottom: 30px;
    }

        .counts .count-box {
            box-shadow: 0px 0 16px rgba(0, 0, 0, 0.1);
            padding: 30px;
            background: #fff;
            margin-bottom: 30px;
        }

            .counts .count-box i {
                display: block;
                font-size: 64px;
                margin-bottom: 15px;
            }

            .counts .count-box span {
                font-size: 42px;
                display: block;
                font-weight: 700;
                color: #f47900;
            }

            .counts .count-box p {
                padding: 0;
                margin: 0;
                font-family: "Raleway", sans-serif;
                font-size: 14px;
            }

    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
    .services {
        padding-bottom: 30px;
    }

        .services .icon-box {
            margin-bottom: 20px;
            text-align: center;
        }

        .services .icon {
            display: flex;
            justify-content: center;
        }

            .services .icon i {
                width: 80px;
                height: 80px;
                margin-bottom: 20px;
                background: #fff;
                border-radius: 50%;
                transition: 0.5s;
                color: #f47900;
                font-size: 40px;
                overflow: hidden;
                padding-top: 20px;
                box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
            }

        .services .icon-box:hover .icon i {
            box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
        }

        .services .title {
            font-weight: 600;
            margin-bottom: 15px;
            font-size: 18px;
            position: relative;
            padding-bottom: 15px;
        }

            .services .title a {
                color: #444;
                transition: 0.3s;
            }

                .services .title a:hover {
                    color: #f47900;
                }

            .services .title::after {
                content: '';
                position: absolute;
                display: block;
                width: 50px;
                height: 2px;
                background: #f47900;
                bottom: 0;
                left: calc(50% - 25px);
            }

        .services .description {
            line-height: 24px;
            font-size: 14px;
        }

/*--------------------------------------------------------------
# Program Flow
--------------------------------------------------------------*/

#prgflow {
    padding: 60px 0 40px 0;
    background: url("../img/timeplan-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
}


#prgflow h2 {
    font-size: 1.5rem;
}
    #prgflow h2 .date {
        font-size: 1rem;
        font-weight: bold;
    }

    #prgflow .nextday {
        width: 100%;
        background-color: #090d2b;
        color: #fff;
        padding: 24px 40px;
        font-weight: bold;
        font-size: 2.5vh;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

/* The actual timeline (the vertical ruler) */
    #prgflow .nextday,
    #prgflow .timeline {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

        /* The actual timeline (the vertical ruler) */
        #prgflow .timeline::after {
            content: '';
            position: absolute;
            width: 6px;
            background-color: #f47900;
            top: 0;
            bottom: 0;
            left: 50%;
            margin-left: -3px;
        }

    /* Container around content */
    #prgflow .holder {
        padding: 10px 40px;
        position: relative;
        background-color: inherit;
        width: 50%;
        z-index: 1;
    }

        /* The circles on the timeline */
        #prgflow .holder::after {
            content: '';
            position: absolute;
            width: 25px;
            height: 25px;
            right: -13px;
            background-color: white;
            border: 4px solid #FF9F55;
            top: 15px;
            border-radius: 50%;
            z-index: 1;
        }

        #prgflow .holder .timebreak {
            background-color: #fff;
            margin-top: 12px;
            padding: 20px 30px;
            border-radius: 6px;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
    #prgflow .content h2 {

    }

    #prgflow .content h2 .date {
        font-size: 16px;
        float:right;
    }

    /* Place the container to the left */
    #prgflow .left {
        left: 0;
    }

    /* Place the container to the right */
    #prgflow .right {
        left: 50%;
    }

    /* Add arrows to the left container (pointing right) */
    #prgflow .left::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        right: 30px;
        border: medium solid white;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent white;
    }

    /* Add arrows to the right container (pointing left) */
    #prgflow .right::before {
        content: " ";
        height: 0;
        position: absolute;
        top: 22px;
        width: 0;
        z-index: 1;
        left: 30px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Fix the circle for containers on the right side */
    #prgflow .right::after {
        left: -13px;
    }

    /* The actual content */
    #prgflow .content {
        padding: 20px 30px;
        background-color: white;
        position: relative;
        border-radius: 6px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    #prgflow .timeline::after {
        left: 27px;
    }

    /* Full-width containers */
    #prgflow .holder {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

        /* Make sure that all arrows are pointing leftwards */
        #prgflow .holder::before {
            left: 60px;
            border: medium solid white;
            border-width: 10px 10px 10px 0;
            border-color: transparent white transparent transparent;
        }

    /* Make sure all circles are at the same spot */
    #prgflow .left::after, #prgflow .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    #prgflow .right {
        left: 0%;
    }
}

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/

#portfolio {
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
    font-family: "Raleway", sans-serif;
    margin: 0 0 20px 0;
    color: #0e1b4d;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    background-color: #fff;
}


    .portfolio .portfolio-item .items-header {
        font-size: 20px;
        background-color: #090d2b;
        color: #fff;
        padding: 16px;
    }


.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
    font-size: 1.7rem;
}

    .portfolio #portfolio-flters li {
        font-size: 24px;
        padding: 10px 12px;
        width: 48%;
        cursor: pointer;
        margin: 0 15px 15px 0;
        display: inline-block;
        line-height: 1.7rem;
        color: #444;
        border-radius: 4px;
        /*text-transform: uppercase;*/
        background: #eaeaea;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            background: #f47900;
            color: #fff;
        }

@media (max-width: 768px) {
    .portfolio #portfolio-flters li {
        width: 100%;
    }
}

.portfolio .portfolio-wrap {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(150 115 0 / 40%);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
    padding-top: 16px;
}

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
        text-align: center;
        background: rgba(31, 53, 72, 0.6);
        padding-bottom: 30px;
    }

    .portfolio .portfolio-wrap h4 {
        font-size: 16px;
        font-weight: 600;
    }

    .portfolio .portfolio-wrap .col-4 {
        text-align: center;
    }


    .portfolio .portfolio-wrap:hover {
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    }

        .portfolio .portfolio-wrap:hover .portfolio-info {
            opacity: 1;
            padding-bottom: 0;
        }

        .portfolio .portfolio-wrap:hover img {
            transform: scale(1.1);
        }

.portfolio .main-title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #f47900;
    padding: 12px;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgb(150 115 0 / 40%);
}
.portfolio .subtext {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding: 60px 0 30px 0;
}

        .team .member {
            text-align: center;
            margin-bottom: 80px;
            position: relative;
        }

            .team .member .pic {
                border-radius: 4px;
                overflow: hidden;
            }

            .team .member img {
                transition: all ease-in-out 0.4s;
            }

            .team .member:hover img {
                transform: scale(1.1);
            }

            .team .member .member-info {
                position: absolute;
                bottom: -48px;
                left: 20px;
                right: 20px;
                background: linear-gradient(360deg, #5c768d 0%, rgba(92, 118, 141, 0.9) 35%, rgba(140, 167, 191, 0.8) 100%);
                padding: 15px 0;
                border-radius: 4px;
            }

            .team .member h4 {
                font-weight: 700;
                margin-bottom: 10px;
                font-size: 16px;
                color: #fff;
                position: relative;
                padding-bottom: 10px;
            }

                .team .member h4::after {
                    content: '';
                    position: absolute;
                    display: block;
                    width: 50px;
                    height: 1px;
                    background: #fff;
                    bottom: 0;
                    left: calc(50% - 25px);
                }

            .team .member span {
                font-style: italic;
                display: block;
                font-size: 13px;
                color: #fff;
            }

            .team .member .social {
                margin-top: 15px;
            }

                .team .member .social a {
                    transition: color 0.3s;
                    color: #fff;
                }

                    .team .member .social a:hover {
                        color: #9eccf4;
                    }

                .team .member .social i {
                    font-size: 16px;
                    margin: 0 2px;
                }

    @media (max-width: 992px) {
        .team .member {
            margin-bottom: 100px;
        }
    }

    /*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
    .faq {
        padding-bottom: 30px;
    }

        .faq .faq-item {
            margin-bottom: 40px;
        }

            .faq .faq-item h4 {
                font-size: 20px;
                line-height: 28px;
                font-weight: 600;
                margin-bottom: 15px;
                color: #1f3548;
            }



    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    #footer {
        background: #090d2b;
        padding: 0;
        color: #fff;
        font-size: 14px;
    }

        #footer .footer-top {
            background: #090d2b;
            border-top: 1px solid #768fa6;
            border-bottom: 1px solid #67839c;
            padding: 60px 0 30px 0;
        }

            #footer .footer-top .footer-info {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-info h3 {
                    font-size: 24px;
                    margin: 0 0 20px 0;
                    padding: 2px 0 2px 0;
                    line-height: 1;
                    font-weight: 700;
                }

                #footer .footer-top .footer-info p {
                    font-size: 14px;
                    line-height: 24px;
                    margin-bottom: 0;
                    font-family: "Raleway", sans-serif;
                    color: #fff;
                }

            #footer .footer-top .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #768fa6;
                color: #fff;
                line-height: 1;
                padding: 8px 0;
                margin-right: 4px;
                border-radius: 50%;
                text-align: center;
                width: 36px;
                height: 36px;
                transition: 0.3s;
            }

                #footer .footer-top .social-links a:hover {
                    background: #f47900;
                    color: #fff;
                    text-decoration: none;
                }

            #footer .footer-top h4 {
                font-size: 16px;
                font-weight: 600;
                color: #fff;
                position: relative;
                padding-bottom: 12px;
            }

            #footer .footer-top .footer-contact,
            #footer .footer-top .footer-links,
            #footer .footer-top .footer-newsletter {
                margin-bottom: 30px;
            }

                #footer .footer-top .footer-links ul {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                }

                    #footer .footer-top .footer-links ul i {
                        padding-right: 2px;
                        color: #9eccf4;
                        font-size: 18px;
                        line-height: 1;
                    }

                    #footer .footer-top .footer-links ul li {
                        padding: 10px 0;
                        display: flex;
                        align-items: center;
                    }

                        #footer .footer-top .footer-links ul li:first-child {
                            padding-top: 0;
                        }

                    #footer .footer-top .footer-links ul a {
                        color: #fff;
                        transition: 0.3s;
                        display: inline-block;
                        line-height: 1;
                    }

                        #footer .footer-top .footer-links ul a:hover {
                            color: #9eccf4;
                        }

            #footer .footer-top .footer-newsletter form {
                margin-top: 30px;
                background: #fff;
                padding: 6px 10px;
                position: relative;
                border-radius: 4;
            }

                #footer .footer-top .footer-newsletter form input[type="email"] {
                    border: 0;
                    padding: 4px;
                    width: calc(100% - 110px);
                }

                #footer .footer-top .footer-newsletter form input[type="text"] {
                    border: 0;
                    padding: 4px;
                    width: calc(100% - 110px);
                    margin-bottom: 3px;
                }

                #footer .footer-top .footer-newsletter form input[type="submit"] {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    border: 0;
                    background: none;
                    font-size: 16px;
                    padding: 0 20px;
                    background: #f47900;
                    color: #fff;
                    transition: 0.3s;
                    border-radius: 4;
                }

                    #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
                        background: #f44400;
                    }

        #footer .copyright {
            text-align: center;
            padding-top: 30px;
        }

        #footer .credits {
            padding-top: 10px;
            text-align: center;
            font-size: 13px;
            color: #fff;
        }

            #footer .credits a {
                color: #9eccf4;
            }

.registered {
    font-size: 10px;
    color: #9ca2cc;
    margin-top: 24px;
    font-weight: bold;
}

.text-length {
    position: absolute;
    font-size: 10px;
    color: #fff;
    text-align: right;
    background-color: #000;
    padding: 1px 6px;
    border-radius: 3px;
    top: -8px;
    right: 4px;
    opacity: 0.7;
}

.icon-bar {
    font-family: 'FontAwesome' !important;
    position: fixed;

    top: 50%;

    right: 0px;

    z-index: 99999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white !important;
    text-align: center !important;
    line-height: 34px !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 1.5em !important;
    -moz-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s;
    -webkit-transition: width 0.2s, height 0.2s, -webkit-transform 0.2s;
    transition: width 0.2s, height 0.2s, transform 0.2s;
}

    .icon-bar a:hover {
        transform: scale(1.2);
    }

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #000000;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.instagram {
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

#sponsors {
    padding: 60px 0 40px 0;
    background: url("../img/awards-bg.jpg");
    background-attachment: fixed;
    overflow: hidden;
    position: relative;
}

    #sponsors .sponsor {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        #sponsors .sponsor img {
            transition: all 0.4s ease-in-out;
            max-width: 100%;
            max-height: 100%;
            vertical-align: middle;
        }

    #sponsors .sponsor img:hover {
        transform: scale(1.1);
    }

    #sponsors .title1 {
        height: 3px;
        text-align: center;
        font-size: 2.5vmax;
        font-weight: bold;
        margin: 2.5vmax 6px;
        background-color: #f47900D0;
        color: #005497;
    }

        #sponsors .title1 span {
            position: relative;
            top: -2vmax;
            background-color: #ffffff;
            padding: 0 12px;
            text-shadow: 6px 6px 12px #c1c1c1;
        }

    #sponsors .title2 {
        height: 3px;
        text-align: center;
        font-size: 1.6vmax;
        font-weight: bold;
        margin: 1.6vmax 6px;
        background-color: #f47900D0;
        color: #005497;
    }
        #sponsors .title2 span {
            position: relative;
            top: -1vmax;
            background-color: #ffffff;
            padding: 0 12px;
            text-shadow: #c1c1c1 6px 6px 12px;
        }

    #sponsors .title3 {
        height: 3px;
        text-align: center;
        font-size: 1.1vmax;
        font-weight: bold;
        margin: 1.1vmax 6px;
        background-color: #f47900D0;
        color: #005497;
    }

        #sponsors .title3 span {
            position: relative;
            top: -0.8vmax;
            background-color: #ffffff;
            padding: 0 12px;
        }

.sponsorcell {
    height: 140px;
    border: 1px solid #ffe69f;
    background-color: #fefefee8;
    box-shadow: 3px 3px 3px #e3e3e3;
    margin: 6px 0;
}


    #sponsors .title4 {
        text-align: center;
        font-size: 1vmax;
        font-weight: bold;
        padding: 10px 0;
        margin: 0 4px;
        background-color: #f47900D0;
        color: #fff;
        box-shadow: #c1c1c1 6px 6px 12px;
        border-radius: 3px;
    }



.cal-leaf {
    font-size: 1em;
    font-weight: 800;
    font-family: sans-serif;
    line-height: 1em;
    width: 100px;
    background-color: #f16a22;
    border-radius: 6px;
    padding: 8px 0px;
    margin: 0 auto;
    position: relative;
    top: -6px;
    box-shadow: rgb(209 201 201) 0px 24px 65px, rgba(0, 0, 0, 0.2) 0px -3px 5px;
}

    .cal-leaf .cal-hooks {
        position: relative;
        top: -20px;
        height: 1px;
    }

    .cal-leaf .dark {
        color: #014367;
        font-size: 0.7rem;
    }

    .cal-leaf .cal-day {
        color: #ffffff;
        font-size: 42px;
        line-height: 38px;
        text-shadow: 1px 1px 5px #555;
    }

    .cal-leaf .cal-month {
        color: #ffffff;
        text-shadow: 1px 1px 5px #555;
    }
    .cd100 {
        font-family: Arial, sans-serif;
        text-align: center;
        margin-top: 0em;
        display: flex;
    }
    .cd100 span {
        display: flex;
        justify-content: center;
        align-items:center;
        margin: 10px;
        padding: 20px;
        font-size: 2em;
        border: 2px solid #f47900;
        border-radius: 50%;
        background-color: antiquewhite;
        width: 100px;
        height: 100px;
        line-height: 100px;
        color: black;
    }
    .lastDate{
        width:75%;
        position: absolute;
        top: 40px; 
        line-height:1; 
        font-size:2.5vh; 
        color:white; 
        word-wrap: break-word;
        white-space: -moz-pre-wrap; 
        white-space: pre-wrap; 
    }

.section-without-bg{
    background: white !important;
}