@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Roboto:400,500,700');

/* ==========================================================================
   All Import File List
   ========================================================================== */

@font-face {
    font-family: 'NanumBarunGothic';
    src: url('/static/fonts/NanumBarunGothic.eot');
    src: url('/static/fonts/NanumBarunGothic.eot') format('embedded-opentype'), url('/static/fonts/NanumBarunGothic.woff') format('woff');
}


/* ==========================================================================
   Global Styles
   ========================================================================== */
a[href^="tel"]{
   color: inherit;
   text-decoration: none;
}

#carousel-area a {
    color: inherit;
   text-decoration: none;
}
body {
    font-size: 15px;
    font-family: 'NanumBarunGothic', 'Roboto', sans-serif;
    font-weight: 400;
    color: #777777;
    margin: 0;
    line-height: 25px;
    background-color: #f0f2f5;
    -webkit-box-sizing: box-sizing;
    -moz-box-sizing: box-sizing;
    box-sizing: box-sizing;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    color: #2d2d2d;
    font-weight: 700;
}

p {
    color: #777777;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a {
    color: #192548;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a:hover {
    color: #192548;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    list-style: none;
}

.section {
    padding: 60px 0;
}

.section.main img {
    width: 100%;
}

.section-title {
    color: #2d2d2d;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding: 15px 0px;
    margin-bottom: 0;
    margin-top: 0;
}

.section-subcontent {
    font-size: 15px;
    text-align: center;
    padding-bottom: 30px;
}

.small-title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 1;
}


/* .btn {
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
} */

.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn-common {
    color: #FFF;
    background: #192548;
}

.btn-common:hover {
    color: #fff;
    box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(233, 30, 99, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.02);
}

.btn-border {
    color: #777777;
    background: #fff;
    box-shadow: 0 5px 5px -2px rgba(31, 31, 31, 0.4);
}

.btn-border:hover {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}

.btn-border:focus {
    color: #2d2d2d !important;
}

.btn-lg {
    font-size: 15px;
    padding: 14px 40px;
    text-transform: uppercase;
}

.btn-small {
    padding: 11px 25px;
    font-size: 12px;
    text-transform: uppercase;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 1;
}


/* ==========================================================================
 Back to top
 ========================================================================== */

.back-to-top {
    position: fixed;
    bottom: 35px;
    right: 40px;
    display: none;
    z-index: 99;
}

.back-to-top i {
    display: block;
    width: 40px;
    font-size: 20px;
    height: 40px;
    background: #192548;
    color: #fff;
    text-align: center;
    box-shadow: 0px 6px 13px rgba(0, 0, 0, 0.08);
    line-height: 32px;
    border-radius: 50%;
}


/* ==========================================================================
   Page Header
   ========================================================================== */

.page-header {
    padding: 0;
    margin: 0;
    position: relative;
    background: url(../img/background/header-bg.jpg);
    background-size: cover;
    background-position: 0px 0px, 50% 50%;
    min-height: 160px;
}

.page-header:before {
    background: rgba(34, 34, 34, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
}

.page-header .page-header-inner {
    position: absolute;
    color: #fff;
    bottom: 10px;
}

.page-header .page-title {
    text-align: left;
    color: #fff;
    font-size: 40px;
    padding: 15px 0;
    margin-bottom: 10px !important;
}

.page-header .breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    position: relative;
    z-index: 9;
    border: 0px;
    font-size: 1.2em;
}

.page-header .breadcrumb li {
    line-height: 25px;
    color: #192548;
}

.page-header .breadcrumb li a {
    color: #fff;
}

.page-header .breadcrumb li a:hover {
    color: #192548;
}


/* ==========================================================================
   Navigation Main Menu
   ========================================================================== */


/* ==========================================================================
   Roof Section Start
   ========================================================================== */

#roof {
    color: #fff;
    font-size: 14px;
    background: #232323;
}

#roof .info-bar-address {
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
}

#roof .quick-contacts {
    float: right;
}

#roof .quick-contacts span {
    margin-right: 10px;
    line-height: 40px;
}

#roof .quick-contacts a {
    color: #fff;
    margin-right: 10px;
}

#roof .quick-contacts i {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 15px;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #192548;
}

.navbar-default.affix {
    width: 100%;
    top: 0;
    background: #2d2d2d;
    z-index: 99999;
    -webkit-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -moz-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    -o-transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
    transition: all 400ms cubic-bezier(0.345, 0.855, 0.565, 1) 10ms;
}

.navbar-event.affix {
    background: #fff !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar {
    margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
}

.navbar-default {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.navbar-brand {
    position: absolute;
    padding: 10px 15px;
}

.navbar-brand img {
    height: 62px;
}

.navbar-nav a {
    -moz-transition: color .3s linear, background .3s linear;
    -webkit-transition: color .3s linear, background .3s linear;
    -o-transition: color .3s linear, background .3s linear;
    transition: color .3s linear, background .3s linear;
}

.navbar-default .navbar-nav {
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.navbar-default .navbar-nav li a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    display: block;
    padding: 30px 0px;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 24px;
    font-weight: 400;
    outline: 0;
}

.navbar-default .navbar-nav li a:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    left: 1px;
    bottom: 21px;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li .active>a,
.navbar-default .navbar-nav li a:focus {
    color: #fff;
    background: transparent !important;
}

.navbar-default .navbar-nav li a:hover:before,
.navbar-default .navbar-nav li a:focus:before {
    color: #fff;
    width: 100%;
}

.navbar-default .navbar-nav .active>a:before {
    width: 100%;
}

.navbar-event {
    background: #f0f2f5;
}

.navbar-event .navbar-nav li a {
    color: #222222;
    padding: 0 20px;
    margin-right: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 40px;
    border-radius: 50px;
    font-size: 18px;
}

.navbar-event .navbar-nav li a:before {
    display: none;
}

.navbar-event .navbar-nav li a:hover,
.navbar-event .navbar-nav li .active>a,
.navbar-event .navbar-nav li a:focus {
    color: #192548;
}

.navbar-event .navbar-nav>.dropdown:hover>ul.dropdown-menu {
    display: block;
    -webkit-animation: fadeInUpMenu 0.3s;
    -moz-animation: fadeInUpMenu 0.3s;
    -ms-animation: fadeInUpMenu 0.3s;
    -o-animation: fadeInUpMenu 0.3s;
    animation: fadeInUpMenu 0.3s;
}

.navbar-event .dropdown .dropdown-menu {
    padding: 0;
    border-style: solid;
    border-width: 2px 0 0 0;
    border-radius: 0;
    /* left: -20px; */
    right: 0;
    top: 78px;
    /* width: 170px; */
    border-color: #192548;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.navbar-event .dropdown .dropdown-menu>li>a {
    color: #222222;
    padding: 2px 20px;
    border-radius: 0;
    margin: 0;
    text-transform: none;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.navbar-event .dropdown .dropdown-menu>li>a:hover,
.navbar-event .dropdown .dropdown-menu>li>a .active {
    color: #192548;
}

.navbar-event .dropdown .dropdown-menu>li.active>a {
    background: #192548 !important;
    color: #fff;
}

.split-des {
    padding: 10px;
    width: 44%;
    margin: 2%;
    font-size: 1em;
    border-radius: 10px;
    line-height: 1.6;
    display: inline-block;
    text-align: center;
    background-color: white;
    filter: drop-shadow(0 25px 40px rgba(0, 15, 44, .1));
    margin-bottom: 10px;
}

.star-btn {
    border-radius: 10px;
    text-align: center;
    border: none;
    color: white;
    background-color: #2196f3;
    filter: drop-shadow(0 25px 40px rgba(0, 15, 44, .1));
}

.star-btn:hover {
    color: black;
    background-color: rgb(255, 249, 159);
}

.content {
    text-align: left;
    font-size: 20px;
    line-height: 2.2;
}

.header {
    margin: 0px 10px;
}

.header-body {
    background-image: url(/static/img/slider/case7.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    aspect-ratio: 35/9;
    height: 100%;
    background-color: black;
    margin: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.header-body .content {
    display: table;
    height: 100%;
    width: 100%;
}

.header-body .content .header-title {
    text-align: center;
    font-size: 3em;
    color: white;
    font-weight: 700;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-shadow: 10px 12px 11px rgb(0 0 0 / 20%), 0px 0px 6px rgb(0 0 0);
}

.breadcrumb {
    text-align: right;
    border: none;
    background: none;
    font-size: 1.2em;
}

.slicknav_nav {
    color: #fff;
    font-size: 0.875em;
    list-style: outside none none;
    margin: 0;
    max-height: 500px;
    overflow-y: scroll;
    padding: 0;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 16px;
}

.flex {
    width: 100%!important;
    max-width: 1920px;
}

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

.sponsors {
    text-align: center;
}

.sponsors img {
    width: 150px;
    margin: 10px 10px;
}

#matchModal .match {
    margin-bottom: 16px;
    font-size: 1.2em;
}

#matchModal .score {
    font-size: 1.1em;
}

tr.upper {
    background-color: #ffffe5;
    color: black;
    font-weight: 500;
}

.event.main_match {
    background: #ffffe5;
    background-color: #ffffe5;
}

.quick-btn {
    border: none;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
    transition: background-color 0.2s, transform 0.2s;
}

.quick-btn:hover {
    background-color: #fffce5;
}

@-webkit-keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar-event .fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

.navbar-event .navbar-nav>.active>a,
.navbar-event .navbar-nav>.active>a:focus,
.navbar-event .navbar-nav>.active>a:hover {
    background: #192548 !important;
    color: #fff;
}

.navbar-event .navbar-nav>.active>a,
.navbar-event .navbar-nav>.active>a:hover {
    color: #fff;
}

.navbar-event .navbar-nav>.open>a,
.navbar-event .navbar-nav>.open>a:focus,
.navbar-event .navbar-nav>.open>a:hover {
    background: transparent;
}

.caret {
    border-top: none;
    border-right: none;
    position: relative;
}

.caret:before {
    content: "\e604";
    font-family: 'Simple-Line-Icons';
    left: -2px;
    top: -20px;
    font-size: 11px;
    float: right;
    position: absolute;
}

.wpb-mobile-menu {
    display: none;
}

.slicknav_menu {
    display: none;
}

@media screen and (max-width: 767px) {
    #wpb-mobile-menu {
        display: none;
    }
    #scroll-btn {
        display: none;
    }
    .navbar-brand img {
        margin-top: 0px;
        height: 50px;
    }
    .slicknav_menu {
        display: block;
        width: 100%;
        float: right;
    }
    .slicknav_nav .active a {
        background: #192548;
        color: #fff;
    }
    .slicknav_nav a:hover,
    .slicknav_nav .active {
        color: #192548;
    }
    .slicknav_nav .dropdown li a.active {
        background: #192548;
        color: #fff;
    }
    #carousel-area .carousel-inner .item .carousel-caption h2 {
        font-size: 30px!important;
        line-height: 36px!important;
        margin: 20px;
    }
    .sponsors img {
        width: 130px;
    }
}

@media (max-width: 660px) {
    #carousel-area .carousel-inner .item .carousel-caption {
        top: initial!important;
    }
    #carousel-area .carousel-inner .item {
        aspect-ratio: 1!important;
        background-attachment: initial!important;
        @media (max-width: @iphone-screen) {
            background-size: contain!important;
        }
    }
    #carousel-area .carousel-inner .item .carousel-caption h2 {
        font-size: 40px;
        line-height: 1.2!important;
        text-align: left;
        font-weight: bold;
        font-size: 2.5em;
        margin: 0px;
    }
    .group {
        width: 100%!important;
        margin-right: initial;
    }
    .split-des {
        width: 100%!important;
    }
}


/* ==========================================================================
   Carousel Main Slider
   ========================================================================== */


/* ==========================================================================
   Carousel Area Style
   ========================================================================== */

#carousel-area {
    background-color: #E9E9E9;
    overflow: hidden;
    margin: auto;
    max-width: 1920px;
    max-height: 700px;
    border-radius: 10px;
}

#carousel-area .carousel-inner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: 9;
}

#carousel-area .carousel-inner .item {
    background-attachment: fixed;
    background-size: 100%;
    background-size: cover;
    z-index: 10;
}

#carousel-area .carousel-inner .item {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 10;
    margin: 0px;
    padding: 0px;
    aspect-ratio: 21/9;
    height: 100%;
    background-color: black;
}

#carousel-area .carousel-inner .item .carousel-caption {
    top: 20%;
    right: 5%;
    left: 5%;
}

#carousel-area .carousel-inner .item .carousel-caption h2 {
    line-height: 1.2;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
}

#carousel-area .carousel-inner .item .carousel-caption .btn {
    margin: 0 15px;
}

#carousel-area .carousel-control {
    z-index: 10;
    width: 35px;
    height: 55px;
    top: 45%;
    font-size: 40px;
    padding: 10px 5px;
    box-shadow: none;
    background-image: none;
    margin-top: -35px;
    text-shadow: none;
}

#carousel-area .left.carousel-control {
    left: 5%;
}

#carousel-area .right.carousel-control {
    right: 5%;
}

#carousel-area:hover .carousel-control {
    display: block;
}


/* ==========================================================================
   Rev Scroll Button
   ========================================================================== */

.rev-scroll-btn {
    position: relative;
    display: inline-block;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
    margin-top: 80px;
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2.5s linear infinite;
    -moz-animation: rev-ani-mouse 2.5s linear infinite;
    animation: rev-ani-mouse 2.5s linear infinite;
}


/* SCROLL DOWN BUTTON */

@-webkit-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}


/* ==========================================================================
   Custom Componet
   ========================================================================== */


/* ==========================================================================
   Countdown Style Start
   ========================================================================== */

.countdown-timer .text {
    padding: 10px 68px;
}

.countdown-timer .text h2 {
    font-size: 40px;
    line-height: 48px;
}

.countdown-timer .text h4 {
    color: #192548;
    margin-bottom: 10px;
    line-height: 24px;
}

.countdown-timer .text p {
    font-size: 14px;
    line-height: 30px;
}

.countdown-timer .btn-lg {
    margin-top: 30px;
}

.time-count div {
    float: left;
    text-align: center;
}

.time-entry {
    display: inline-block;
    min-width: 110px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    padding: 15px 15px 20px 15px;
    margin-right: 20px;
    color: #777;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
}

.time-entry span {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    display: block;
    color: #192548;
    margin-bottom: 10px;
}

.time-countdown {
    margin-top: 68px;
}

.subline {
    padding: 30px;
}


/* ==========================================================================
   Event location
   ========================================================================== */

#event {
    background: url(../img/background/bg-1.jpg);
    background-size: cover;
    position: relative;
}

#event .tab-block {
    width: 100%;
    text-align: center;
    border-right: 1px dotted #777;
    margin-bottom: 30px;
}

#event .tab-block .icon {
    text-align: center;
    margin-bottom: 15px;
}

#event .tab-block .icon i {
    font-size: 40px;
    color: #192548;
}

#event .tab-block .desc h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

#event .tab-block .desc p {
    color: #ADADAD;
}

#event .last-block {
    border-right: none;
}

#event .content-text {
    text-align: center;
    padding: 6px 60px;
}

#event .content-text h3 {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 22px;
}

#event .content-text p {
    color: #ADADAD;
    font-size: 18px;
    line-height: 28px;
}


/* ==========================================================================
   Featured Style Start
   ========================================================================== */

.featured-box {
    padding: 20px;
    text-align: center;
}

.featured-box .icon {
    padding: 15px;
}

.featured-box .icon i {
    color: #192548;
    font-size: 48px;
}

.featured-box h4 {
    font-size: 22px;
    padding: 10px 0;
    font-weight: 500;
    color: #2d2d2d;
}


/* ==========================================================================
   About 
   ========================================================================== */

#about .service-block {
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#about .service-block .descr {
    padding: 15px 30px 30px;
    background: #fff;
}

#about .service-block .descr h4 {
    font-size: 22px;
    padding: 10px 0;
    font-weight: 500;
    color: #2d2d2d;
}

#about .service-block:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}


/* ==========================================================================
   Schedule Section Start
   ========================================================================== */

.main-board {
    background: #fff;
    box-shadow: 2px 0px 32px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-top: 30px;
}

.main-board .nav-tabs {
    border-bottom: none;
}

.main-board .day {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
}

.main-board .day>li.active>a,
.main-board .day>li.active>a:focus,
.main-board .day>li.active>a:hover {
    background-color: #192548;
    color: #fff;
    border-radius: 0;
    border: none;
}

.main-board .day>li>a {
    color: #777777;
    padding: 8px 106.9px;
    margin-right: 0px;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    border-radius: 0;
}

.main-board .day>li>a span {
    font-size: 16px;
}

.main-board .day>li>a:focus,
.main-board .day>li>a:hover {
    background: #192548;
    color: #fff;
}

.column-1 {
    position: relative;
}

.column-1:before {
    position: absolute;
    content: "";
    left: 45px;
    top: 38px;
    bottom: 0;
    width: 4px;
    height: 96%;
    background: #efefef;
}

.column-1:after {
    position: absolute;
    content: "";
    left: 35px;
    bottom: -45px;
    width: 24px;
    height: 24px;
    background: #efefef;
    border-radius: 50%;
}

.column-1 .nav-pills li {
    text-align: left;
    float: none;
    margin-bottom: 34px;
}

.column-1 .nav-pills li a {
    background: #dddddd;
    color: #777777;
    border-radius: 0px;
    padding: 7px 10px;
    width: 120px;
    display: block;
    text-align: center;
}

.column-1 .nav-pills ul {
    margin-left: 40px;
}

.column-1 .nav-pills ul li {
    margin: 48px 35px;
    position: relative;
}

.column-1 .nav-pills ul li:after {
    position: absolute;
    content: "";
    left: -55px;
    top: 10px;
    bottom: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.column-1 .nav-pills ul>li.color-1:after {
    background: #f44336;
}

.column-1 .nav-pills ul>li.color-2:after {
    background: #30b9f6;
}

.column-1 .nav-pills ul>li.color-3:after {
    background: #4a5dcd;
}

.column-1 .nav-pills ul>li.color-4:after {
    background: #4acda6;
}

.column-1 .nav-pills ul>li.color-5:after {
    background: #cd4aa6;
}

.column-1 .nav-pills ul>li.color-6:after {
    background: #70706f;
}

.column-1 .nav-pills ul>li.color-7:after {
    background: #cd4a76;
}

.column-1 .nav-pills ul>li.color-8:after {
    background: #b9cd4a;
}

.column-1 .nav-pills ul>li.color-9:after {
    background: #7d0e99;
}

.column-1 .nav-pills ul>li.color-sleep:after {
    background: #2b2736;
}

.column-1 .nav-pills ul>li>a {
    background: #dddddd;
    color: #777777;
    border-radius: 0px;
    padding: 7px 10px;
    width: 120px;
    display: block;
    text-align: center;
}

.board .button {
    position: relative;
    margin-top: -45px;
    text-align: center;
}

.board .button .btn-large {
    padding: 12px 36px;
    color: #fff;
    font-size: 16px;
}

.board .button a img {
    margin-right: 12px;
}

.board .member {
    background: #efefef;
    padding: 34px 30px;
    margin-bottom: 42px;
}

.board .member h4 {
    font-size: 20px;
    padding: 18px 0px;
}

.board .member p {
    font-size: 14px;
    line-height: 20px;
}

.board .member .bg-1 {
    background: #f44336;
}

.board .member .bg-2 {
    background: #03a8f3;
}

.board .member .bg-3 {
    background: #2239c2;
}

.board .member .bg-4 {
    background: #4acda6;
}

.board .member .bg-5 {
    background: #cd4aa6;
}

.board .member .bg-6 {
    background: #70706f;
}

.board .member .bg-7 {
    background: #cd4a76;
}

.board .member .bg-8 {
    background: #b9cd4a;
}

.board .member .bg-9 {
    background: #7d0e99;
}

.board .sleep {
    margin: 0px auto;
    padding: 48px 0px;
    background: #2b2736;
}

.board .sleep p {
    color: #fff;
}

.board .jon p {
    margin: 40px 0;
}

.board .sleep .sleep-icon {
    margin-bottom: 24px;
}

.board .coffee {
    margin: 0px auto;
    padding: 48px 0px;
    width: 40px;
    background: #736357;
}

.board .coffee .coffee-icon {
    margin-bottom: 24px;
}

.board .coffee p {
    color: #fff;
}


/* ==========================================================================
   Sponsors Section Style
   ========================================================================== */

#sponsors .spnsors-logo {
    margin-top: 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#sponsors .spnsors-logo:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

.group {
    margin-bottom: 30px;
    width: 48%;
    display: inline-block;
    margin-right: 1%;
}


/* ==========================================================================
   Gallery Section Style
   ========================================================================== */

#gallery .gallery-wrap {
    margin-top: 30px;
    display: inline-block;
}

#gallery .gellery-pn {
    padding-left: 5px;
    padding-right: 5px;
}

#gallery .more-btn {
    text-align: center;
}

#gallery .more-btn .btn {
    margin-top: 30px;
}

.gallery-item {
    position: relative;
    margin-bottom: 10px;
}

.gallery-item .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.57);
    opacity: 0;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery-item:hover .overlay {
    opacity: 1;
}

.gallery-item img {
    width: 100%;
}

.gallery-item .icons i {
    color: #fff;
    border: 2px solid #fff;
    padding: 12px;
    margin: -42px;
    font-size: 20px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gallery-item .icons i:hover {
    color: #192548;
    border-color: #192548;
}

.gallery-item .icons .preview {
    position: absolute;
    left: 40%;
    top: 45%;
    color: #fff;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery-item .icons .link {
    position: absolute;
    left: 55%;
    margin-left: 42px;
    top: 45%;
    color: #fff;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.gallery-item:hover .preview {
    left: 45%;
}

.gallery-item:hover .link {
    left: 50%;
}


/* ==========================================================================
   Video Section Style
   ========================================================================== */

.ready-to-play {
    height: 560px;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.ready-to-play:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.70;
}

video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

.stop {
    opacity: 1;
}

.stopfade .ready-to-play:before {
    opacity: 1;
}

h1 {
    font-size: 3rem;
    text-transform: uppercase;
    margin-top: 0;
    letter-spacing: .3rem;
}

.video-text {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    color: #fff;
}

.video-text {
    text-align: center;
}

.video-text h4 {
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase;
}

.video-text h1 {
    margin-bottom: 25px;
    color: #fff;
}

.video-text p {
    color: #fff;
}

.tb-t {
    display: table;
    height: 100%;
    margin: auto;
}

.tb-t .tb-c {
    display: table-cell;
    vertical-align: middle;
}

.tb-t .tb-c button {
    background: transparent;
    border: 2px solid #fff;
    padding: 18px 22px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.tb-t .tb-c button:focus {
    outline: none;
}


/* ==========================================================================
   Speakers member Style
   ========================================================================== */

#speakers .speakers-member:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

#speakers .speakers-member:hover .member-img img {
    margin-top: -58px;
}

.speakers-member {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
    z-index: 99;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.speakers-member .member-img {
    background: #cccccc;
    position: relative;
    padding: 15px 30px 0;
    width: 100%;
    height: 240px;
    z-index: -1;
}

.speakers-member .member-img img {
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.speakers-member .member-desc {
    padding: 15px 40px 30px;
    background: #fff;
    z-index: 99;
}

.speakers-member .member-desc h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}

.speakers-member .member-desc h5 {
    font-size: 14px;
    font-weight: 400;
}

.speakers-member .member-desc p {
    line-height: 20px;
    margin-bottom: 20px;
}

.social-icon .social i {
    color: #777777;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-right: 2px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    border-radius: 0;
    line-height: 32px;
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social-icon a .fa-facebook:hover {
    color: #3b5998;
}

.social-icon a .fa-twitter:hover {
    color: #00aced;
}

.social-icon a .fa-linkedin:hover {
    color: #007bb6;
}

.social-icon a .fa-dribbble:hover {
    color: #ea4c89;
}

.social-icon a .fa-behance:hover {
    color: #42C0FB;
}

#team .single-member {
    background: #fff;
    margin-top: 30px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#team .single-member:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

#team .team-img {
    position: relative;
    width: 50%;
    float: left;
}

#team .team-img img {
    width: 100%;
}

#team .team-img:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: rgba(233, 30, 99, 0.7);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#team .team-desc {
    width: 50%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
}

#team .team-desc h3 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 400;
}

#team .team-desc h5 {
    font-size: 14px;
    font-weight: 400;
}

#team .social-icon {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 0;
    opacity: 0;
    width: 100%;
}

#team .single-member:hover .team-img:before {
    opacity: 1;
}

#team .single-member:hover .social-icon {
    opacity: 1;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.gray-bg {
    background: #f0f3f5;
}


/* ==========================================================================
   Blog Section Style
   ========================================================================== */

#blog .blog-item {
    text-align: center;
    margin: 30px 0px 30px;
    background: #fff;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

#blog .blog-item:hover {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

#blog .blog-item .blog-image {
    display: block;
    position: relative;
    overflow: hidden;
}

#blog .blog-item .blog-image img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

#blog .blog-image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

#blog .blog-info {
    padding: 15px 45px;
    width: 100%;
    height: 140px;
}

#blog .blog-info h3 {
    padding-bottom: 10px;
    margin: 0;
}

#blog .blog-info h3 a {
    font-size: 18px;
    color: #2d2d2d;
    font-weight: 400;
}

#blog .blog-info h3 a:hover {
    color: #192548;
}

#blog .blog-info p {
    font-size: 1.2em;
}

#blog .meta {
    font-size: 13px;
    margin-bottom: 10px;
}

#blog .meta i {
    margin-right: 3px;
}

#blog .meta .meta-part {
    display: inline-block;
    padding-right: 13px;
}

#blog .meta .meta-part a {
    color: #999;
}

#blog .meta .meta-part a:hover {
    color: #192548;
}


/* ==========================================================================
   Pricing Table Style
   ========================================================================== */

.pricing-table {
    text-align: center;
    box-shadow: 0px 1px 9px rgba(0, 0, 0, 0.08);
    margin: 60px 15px;
    padding: 30px 0px 0px;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.pricing-table .table-icon {
    padding: 60px 0 40px;
}

.pricing-table .table-icon i {
    font-size: 44px;
    width: 70px;
    height: 70px;
    padding: 48px;
    border-radius: 50%;
    color: #192548;
}

.pricing-table h3 {
    font-size: 24px;
    font-weight: 700;
    padding: 6px;
}

.pricing-table .plan-info {
    margin-top: 30px;
}

.pricing-table .plan-info li {
    font-size: 16px;
    line-height: 32px;
}

.pricing-table .price {
    padding: 30px 0px 20px;
}

.pricing-table .price h4 {
    font-size: 30px;
    color: #777777;
    font-weight: 700;
}

.pricing-table .button-area {
    padding: 0px 0px 30px;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.pricing-table:hover,
.pricing-active {
    box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.1);
}

.pricing-table:hover .button-area,
.pricing-active .button-area {
    opacity: 1;
    margin-top: 0;
}


/* ==========================================================================
   Map Section
   ========================================================================== */

#map_canvas {
    height: 800px;
    width: 100%;
}


/* ==========================================================================
   Contact Forem 
   ========================================================================== */

.main-content {
    background: url(../img/background/contact-bg.jpg) center;
    background-size: cover;
}

#contact .contact-form {
    background: #fff;
    padding: 57px 40px;
    margin: -254px 0px 200px;
    max-height: 627px;
}

#contact .information {
    background: #777777;
    padding: 65px 30px;
    margin-top: -254px;
    max-height: 627px;
}

#contact .information .title-medium {
    color: #ffffff !important;
    margin-left: 24px;
}

#contact .information .contact-datails {
    margin: 15px 0px 48px;
}

#contact .information .contact-datails .icon {
    float: left;
    font-size: 38px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
}

#contact .information .contact-datails .info {
    margin-left: 60px;
}

#contact .information .contact-datails .info span.detail {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #fff;
}

#contact button {
    margin-top: 30px;
}

#contact button i {
    font-size: 20px;
    margin-left: 5px;
}

#contact .social {
    margin: 110px 0 22px;
    font-size: 30px;
    color: #fff;
    margin-right: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#contact .social a .fa-twitter:hover {
    color: #00aced;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#contact .social a .fa-google-plus:hover {
    color: #192548;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#contact .social a .fa-linkedin:hover {
    color: #007bb6;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#contact input {
    display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    background: transparent;
    height: 100%;
    font-size: 1em;
    font-family: inherit;
    font-weight: 400;
    padding-top: 15px;
}

#contact .title-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 68px;
}

#contact .title-header .title-medium {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 700;
}

#contact .title-header .icon {
    margin-top: 10px;
}

#contact .title-header .icon i {
    color: #192548;
    font-size: 48px;
}

#contact input:focus,
#contact textarea:focus {
    outline: none;
}

#contact input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

#contact textarea {
    width: 100%;
    height: 180px;
    border: none;
    resize: none;
    background: transparent;
    padding: 0;
    padding-top: 20px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

#contact .label {
    display: block;
    font-weight: 400;
    color: #bbbbbb;
    position: absolute;
    top: 20px;
    padding: 0;
    font-size: 16px;
}

#contact .label-line.active .label {
    top: 0px;
    font-size: 16px;
    color: #192548;
}

#contact .span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e4e4e4;
    bottom: 0px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#contact .span.active {
    top: auto;
    bottom: 0px;
}

#contact .label-line {
    position: relative;
    height: 50px;
    margin: 0px 0 30px;
}

#contact .transition {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}

#contact .label-line.textarea {
    height: 180px;
}

#contact .span:before {
    content: "";
    width: 0;
    left: 50%;
    height: 2px;
    background: #192548;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#contact .label-line.active .span:before {
    width: 100%;
    left: 0%;
    height: 2px;
    background: #192548;
}

#contact .text-left {
    text-align: center;
    display: block;
    margin-top: -38px;
}


/* ===========
   apply form 
   ============ */


/* The container */

.radio-button-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default radio button */

.radio-button-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}


/* On mouse-over, add a grey background color */

.radio-button-container:hover input~.checkmark {
    background-color: #ccc;
}


/* When the radio button is checked, add a blue background */

.radio-button-container input:checked~.checkmark {
    background-color: #2196F3;
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radio-button-container input:checked~.checkmark:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radio-button-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

#apply .apply-form {
    background: #fff;
    padding: 57px 40px;
    margin: -254px 0px 200px;
    max-height: 627px;
}

#apply .card {
    padding: 30px;
    margin: 10px;
    border: dotted 2px #ddd;
    background: white;
    border-radius: 10px;
}

#apply .information {
    background: #777777;
    padding: 65px 30px;
    margin-top: -254px;
    max-height: 627px;
}

#apply .information .title-medium {
    color: #ffffff !important;
    margin-left: 24px;
}

#apply .information .apply-datails {
    margin: 15px 0px 48px;
}

#apply .information .apply-datails .icon {
    float: left;
    font-size: 38px;
    width: 48px;
    height: 48px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    color: #fff;
}

#apply .information .apply-datails .info {
    margin-left: 60px;
}

#apply .information .apply-datails .info span.detail {
    font-size: 16px;
    display: block;
    font-weight: 500;
    color: #fff;
}

#apply button {
    margin-top: 30px;
}

#apply button i {
    font-size: 20px;
    margin-left: 5px;
}

#apply .social {
    margin: 110px 0 22px;
    font-size: 30px;
    color: #fff;
    margin-right: 30px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#apply .social a .fa-twitter:hover {
    color: #00aced;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#apply .social a .fa-google-plus:hover {
    color: #192548;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#apply .social a .fa-linkedin:hover {
    color: #007bb6;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#apply input {
    display: block;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    background: transparent;
    height: 100%;
    font-size: 1em;
    font-family: inherit;
    font-weight: 400;
    padding-top: 15px;
}

#apply input[type=radio] {
    margin: 0px -23px;
}

#apply .title-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 68px;
}

#apply .title-header .title-medium {
    font-size: 22px;
    color: #2d2d2d;
    font-weight: 700;
}

#apply .title-header .icon {
    margin-top: 10px;
}

#apply .title-header .icon i {
    color: #192548;
    font-size: 48px;
}

#apply input:focus,
#apply textarea:focus {
    outline: none;
}

#apply input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset;
}

#apply textarea {
    width: 100%;
    height: 180px;
    border: none;
    resize: none;
    background: transparent;
    padding: 0;
    padding-top: 20px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
}

#apply .label {
    display: block;
    font-weight: 400;
    color: #bbbbbb;
    position: absolute;
    top: 20px;
    padding: 0;
    font-size: 16px;
}

#apply .label-line.active .label {
    top: 0px;
    font-size: 16px;
    color: #192548;
}

#apply .span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #e4e4e4;
    bottom: 0px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#apply .span.active {
    top: auto;
    bottom: 0px;
}

#apply .label-line {
    position: relative;
    height: 50px;
    margin: 0px 0 30px;
}

#apply .transition {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
    -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
    transition-timing-function: cubic-bezier(0.4, 0, 0.5, 1);
}

#apply .label-line.textarea {
    height: 180px;
}

#apply .span:before {
    content: "";
    width: 0;
    left: 50%;
    height: 2px;
    background: #192548;
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

#apply .label-line.active .span:before {
    width: 100%;
    left: 0%;
    height: 2px;
    background: #192548;
}

#apply .text-left {
    text-align: center;
    display: block;
    margin-top: -38px;
}


/* ==========================================================================
   Footer Start
   ========================================================================== */

footer img {
    margin-top: -8px;
}

footer h3 {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}

footer p {
    font-size: 13px;
    color: #2d2d2d;
    line-height: 20px;
    padding-right: 50px;
}

footer ul li a {
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 400;
}


/* ==========================================================================
   Copyright Section 
   ========================================================================== */

#copyright {
    background: #333;
}

#copyright .copyright-text {
    color: #fff;
    padding: 14px;
    margin: 0;
}


/* ==========================================================================
   Subscribe Section 
   ========================================================================== */

#subscribe-section {
    background: url(../img/background/header-bg.jpg);
    background-size: cover;
    position: relative;
}

#subscribe-section:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #192548;
    opacity: 0.90;
}

#subscribe-section .content {
    position: relative;
    text-align: center;
    padding: 61px 0;
}

#subscribe-section .content h5 {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    margin-bottom: 11px;
    margin-top: 36px;
}

#subscribe-section .content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 47px;
}

#subscribe-section .subscribe-box .subscribe-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
}

#subscribe-section .subscribe-box .subscribe-form .form-control {
    position: relative;
    font-size: 22px;
    border-width: 2px;
    font-weight: 400;
    color: #999;
    width: 100%;
    padding: 12px 0;
    padding-left: 22px;
    padding-right: 150px;
    height: 56px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

#subscribe-section .subscribe-box .subscribe-form .form-control:focus {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
    border-color: #fff;
}

#subscribe-section .subscribe-box .subscribe-form button {
    position: absolute;
    background: transparent;
    top: -2px;
    right: -2px;
    padding: 0px 24px;
    font-size: 14px;
    font-weight: 700;
    color: #999;
    text-transform: uppercase;
    line-height: 60px;
    border: none;
    z-index: 999;
}

#subscribe-section .subscribe-box .subscribe-form button:hover {
    color: #192548;
}

#subscribe-section .subscribe-box .subscribe-form button:focus {
    border: none;
    outline: none;
}


/* ==========================================================================
   Intro Section Start
   ========================================================================== */

#intro {
    background: url(../img/background/header-bg.jpg);
    background-size: cover;
    position: relative;
}

#intro:before {
    content: '';
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: #192548;
    opacity: 0.90;
}

#intro .content-text h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

#intro .content-text .text {
    color: #fff;
    font-weight: 400;
    line-height: 32px;
    font-size: 17px;
}

#intro .btn-cta {
    position: relative;
    margin: 40px 0px 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#intro .btn-cta i {
    margin-right: 5px;
}


/* ==========================================================================
   Blog Componet
   ========================================================================== */

.social-link a {
    display: inline-block;
    margin-right: 5px;
}

.social-link a i {
    text-align: center;
    color: #777777;
    font-size: 18px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    height: 38px;
    line-height: 36px;
    width: 38px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.social-link .twitter:hover i {
    color: #00BAFF;
}

.social-link .facebook:hover i {
    color: #5192CC;
}

.social-link .google:hover i {
    color: #ED523D;
}

.social-link .linkedin:hover i {
    color: #1985BC;
}

.social-link .youtube:hover i {
    color: #D42424;
}

.post-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 30px;
}

.post-title a {
    color: #2d2d2d;
}

.post-title a:hover {
    color: #192548;
}

#content img {
    width: 100%;
}

.blog-post {
    margin-bottom: 40px;
    overflow: hidden;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}

.blog-post .post-content {
    float: none;
    width: 100%;
    clear: both;
    padding: 30px;
}

.blog-post .post-content .meta {
    font-size: 13px;
    font-style: italic;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}

.blog-post .post-content .meta .meta-part {
    display: inline-block;
    margin-bottom: 25px;
}

.blog-post .post-content .meta .meta-part a {
    color: #999;
    padding-right: 10px;
}

.blog-post .post-content .meta .meta-part a:hover {
    color: #192548;
}

.blog-post .post-content .meta .meta-part i {
    margin-right: 5px;
}

.quote-post .feature-inner {
    padding: 50px;
    border-radius: 0px;
    background: #3e3e3e;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.quote-post .feature-inner a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
}

.quote-post .feature-inner a:hover {
    color: #192548;
}

.blog-post .post-format {
    position: absolute;
    left: 50%;
    z-index: 999;
}

.blog-post .post-format span a {
    background: #fff;
    border-radius: 4px;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-top: -20px;
    text-align: center;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    z-index: 1;
}

.blog-post .post-format span a i {
    display: block;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.blog-post .post-type i {
    font-size: 1.2em;
    color: #fff;
}

#pagination {
    text-align: center;
}

#pagination span,
#pagination a {
    display: inline-block;
    text-align: center;
    height: 34px;
    width: 34px;
    color: #666;
    line-height: 33px;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#pagination .current {
    color: #192548;
}

#pagination a:hover {
    color: #192548;
}

#pagination .all-pages,
#pagination .next-page {
    width: auto;
    padding: 0 14px;
}

.widget-title {
    font-size: 18px;
    font-weight: 700;
    padding: 12px 15px;
    background: #F9F9F9;
    border-bottom: 1px solid #192548;
    margin-bottom: 20px;
}

.widget-search {
    margin-bottom: 48px;
}

.widget-search input[type="search"] {
    position: relative;
    margin: 0;
    float: left;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    height: 42px;
    border: none;
    line-height: 37px;
    width: 100%;
    border-radius: 0;
}

.widget-search input[type="search"]:focus {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
}

.widget-search .search-btn {
    display: inline-block;
    width: 38px;
    position: absolute;
    height: 42px;
    border: none;
    background: transparent;
    right: 30px;
    color: #000;
    font-size: 1.2em;
    line-height: 36px;
    text-align: center;
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    -o-border-radius: 0 2px 2px 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.widget-search .search-btn:hover {
    color: #192548;
}

.right-sidebar {
    padding-left: 20px;
}

#sidebar {
    margin-bottom: 30px;
    padding: 0px 30px;
}

#sidebar .widget {
    padding-bottom: 30px;
}

#sidebar .widget:last-child {
    border-bottom: none;
}

#sidebar .cat-list li {
    padding: 8px 18px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

#sidebar .cat-list li a {
    text-decoration: none;
    margin-right: 10px;
    color: #666;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#sidebar .cat-list li a:hover {
    color: #192548;
}

#sidebar .cat-list li .num-posts {
    color: #aaa;
    float: right;
    font-size: 12px;
}

#sidebar .posts-list li {
    margin-bottom: 12px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list li:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
}

#sidebar .posts-list .widget-thumb {
    float: left;
}

#sidebar .posts-list .widget-thumb img {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

#sidebar .posts-list .widget-thumb:hover img {
    opacity: 0.7;
}

#sidebar .posts-list .widget-content {
    margin-left: 104px;
    padding: 5px 0;
}

#sidebar .posts-list .widget-content a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #2d2d2d;
}

#sidebar .posts-list .widget-content span {
    color: #999;
    font-size: 12px;
    display: block;
    margin: 3px 0;
    line-height: 18px;
}

#sidebar .posts-list .widget-content span i {
    margin-right: 5px;
}

#sidebar .tag a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding: 7px 14px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    margin: 4px 2px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

#sidebar .tag a i {
    padding-right: 5px;
}

#sidebar .tag a:hover {
    color: #192548;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}

.post-slide {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

.post-slide .post-content {
    margin-top: 20px;
    padding: 0px 30px 48px;
}

.post-slide .post-content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 22px;
}

.post-slide .post-content h3 a {
    color: #2d2d2d;
}

.post-slide .post-content h3 a:hover {
    color: #192548;
}

.post-slide .post-content .meta {
    font-size: 13px;
    font-style: italic;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.post-slide .post-content .meta .meta-part {
    display: inline-block;
    margin-bottom: 25px;
}

.post-slide .post-content .meta .meta-part a {
    color: #999;
    padding-right: 10px;
}

.post-slide .post-content .meta .meta-part a:hover {
    color: #192548;
}

.post-slide .post-content .meta .meta-part i {
    margin-right: 5px;
}

.relate-slider .owl-controls .owl-pagination {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 15px !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #192548;
}

.single-gallery .social-link span {
    margin-right: 15px;
}

.single-gallery p {
    margin-bottom: 20px;
}

blockquote {
    padding: 20px 0;
    position: relative;
    margin: 30px 0;
    border-left-color: transparent;
}

blockquote i {
    font-size: 32px;
    position: absolute;
    margin-top: 10px;
}

blockquote .quote-text {
    color: #666;
    font-size: 18px;
    line-height: 32px;
    display: block;
    font-style: italic;
    font-weight: 400;
    padding-left: 45px;
}

.post-tags-list {
    padding-top: 6px;
}

.post-tags-list a {
    display: inline-block;
    color: #666;
    font-size: 15px;
    padding: 7px 8px;
    background: rgba(238, 238, 238, 0);
    margin: 4px 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.post-tags-list a:hover {
    color: #fff;
}

.comments-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 20px;
}

#comments .comments-list {
    padding: 0;
    margin: 0 0 35px 0;
}

#comments .comments-list li .comment-box {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 22px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

#comments .comments-list li ul {
    padding-left: 80px;
}

#comments .avatar {
    padding: 5px;
    background: #fff;
    width: 80px;
    float: left;
    border-radius: 50%;
    height: 80px;
    position: relative;
    border: 1px solid #ddd;
}

#comments .avatar img {
    border-radius: 50%;
}

#comments .comment-content {
    padding: 0px 90px 0px 105px;
}

#comments .comment-content .comment-meta {
    margin-bottom: 5px;
}

#comments .comment-content .comment-by {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

#comments .comment-content .comment-by a {
    color: #2d2d2d;
}

#comments .comment-content .comment-by a:hover {
    color: #192548;
}

#comments .comment-content .comment-date {
    color: #192548;
    font-size: 14px;
}

.reply-link {
    padding: 0px 6px;
    color: #192548;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#respond button {
    margin-top: 10px;
}

.project-content h4 {
    margin-bottom: 12px;
    padding-bottom: 8px;
}

.project-content h4 span {
    padding-bottom: 8px;
    border-bottom: 1px solid;
}

.project-content p {
    margin-bottom: 30px;
}

.project-content .share {
    margin-top: 20px;
    font-size: 14px;
}

.project-content .share span {
    margin-right: 10px;
}

.form-control {
    font-size: 14px;
    outline: medium none;
    color: #999;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    margin: 15px 0;
    padding: 10px 15px;
    height: 40px;
    border: none;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-control:focus {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.14);
    outline: none;
}

.main-list {
    box-sizing: border-box;
    -webkit-box-shadow: 0 1.4px 1.3px 0 rgba(62, 73, 89, .1);
    box-shadow: 0 1.4px 1.3px 0 rgba(62, 73, 89, .1);
}

.main-list h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    position: relative;
    margin: 0px;
    padding: 10px 0px;
    line-height: 40px;
}

.main-list h3 .title {
    border-bottom: solid #192548;
    padding-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
}

.main-list h3 .more {
    float: right;
    font-size: 0.8em;
    color: white;
    padding: 0px 30px;
    background-color: #192548;
}

.main-list h3 .more a {
    color: white;
}

.main-list h3 .more a:hover {
    color: blanchedalmond;
}

.main-list ul {
    border-top: 1px solid #333;
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-list ul li {
    padding-right: 100px;
    padding-left: 8px;
    padding-top: 15px;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom: 5px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 17px;
    margin-bottom: 4px;
}

.main-list ul li small {
    position: absolute;
    right: 8px;
    font-size: 70%;
    color: #777;
    bottom: 3px;
}

.main-list ul li a {
    color: #3a3a3a;
}

.main-list ul li a:hover {
    color: #192548;
}

.footer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer p {}

.footer h5 {}

.ff-hero_hero__gradient__bottom__6MEAx {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 50%;
    transform: rotate(-180deg);
}

.submenu ul li {
    border-top: dashed 1px #eee;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.submenu ul li a {
    color: #2e2e2e
}

.submenu ul li.active {
    background-color: #fbfbfb;
    font-weight: bold;
}

.submenu ul li a:hover {
    color: gray
}

a,
b,
blockquote,
body,
canvas,
caption,
code,
div,
em,
embed,
fieldset,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
li,
main,
nav,
object,
ol,
p,
pre,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
}

.fp-group-card_groupsTable {
    display: block;
    margin-bottom: 0;
    line-height: 0;
    filter: drop-shadow(0 25px 40px rgba(0, 15, 44, .1));
}

.fp-group-card_groupsTable table {
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    text-align: center;
    border-radius: 0.5rem;
}

.fp-group-card_groupsTable table th {
    height: 55px;
    vertical-align: middle;
    font-family: Open Sans Semibold;
    color: #505b73;
    font-size: .8rem;
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
}

.fp-group-card_groupsTable .fp-group-card_alignLeft__2WDRn {
    text-align: start;
}

.fp-group-card_groupsTable table th {
    height: 55px;
    vertical-align: middle;
    font-family: Open Sans Semibold;
    color: #505b73;
    font-size: .8rem;
    -webkit-padding-end: 0.5rem;
    padding-inline-end: 0.5rem;
}

.d-none {
    display: none!important;
}

.fp-group-card_groupsTable table .fp-group-card_bottomRow__16Kse {
    height: 0.5rem;
}

.fp-group-card_groupsTable table td {
    height: 48px;
    vertical-align: middle;
    font-family: Open Sans Semibold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    border-color: #f7f9fc;
    border-style: solid;
    border-width: 1px 0;
}

.fp-group-card_groupsTable .fp-group-card_alignLeft__2WDRn {
    text-align: start;
}

.fp-group-card_groupsTable table td.fp-group-card_teamName__3XDmX {
    font-size: 1.125rem;
}

.fp-group-card_groupsTable table td .fp-group-card_groupPosition__2A589 {
    display: inline-block;
    font-family: Open Sans Condensed;
    text-align: center;
    width: 1rem;
    font-size: 1rem;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
}

.fp-group-card_groupsTable .fp-group-card_teamLogo__4xjHt {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem;
}

.ff-image_figureImage__3w6Xf,
.ff-image_figureImage__3w6Xf figure {
    height: 100%;
    width: 100%;
}

.fp-group-card_groupsTable .fp-group-card_nationalTeam__2l0S5 img {
    border: 1px solid #e4e8f0;
}

.fp-group-card_groupsTable .fp-group-card_teamLogo__4xjHt img {
    width: 25px;
    height: 17px;
}

.fp-group-card_groupsTable table td:not(.fp-group-card_alignLeft__2WDRn) {
    width: 2rem;
}

.fp-group-card_groupsTable table th .fp-group-card_groupName__gX_IK {
    margin-bottom: 0;
    font-family: Open Sans Condensed;
    color: #000;
    font-size: 1.25rem;
    -webkit-margin-start: 0.5rem;
    margin-inline-start: 0.5rem;
}

.ff-ml-0 {
    margin-left: 0!important;
}

h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    line-height: 120%;
    font-family: Open Sans Condensed;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.row-page {
    line-height: 1.7;
    display: block;
    filter: drop-shadow(0 25px 40px rgba(0, 15, 44, .1));
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
    border-radius: 0.5rem;
    padding: 30px;
    color: #5f5f5f;
}

.summary h4 {
    font-size: 2em;
    border-bottom: solid 1px #f0f2f5;
    padding-bottom: 7px;
}

.summary ul li {
    margin: 8px;
    font-size: 1.2em;
    line-height: 1.7;
    font-weight: 500;
    font-size: 16px;
    color: #5f5f5f;
}

.table-box {
    font-size: initial;
}

.table-body>thead>tr>th,
.table-body>tbody>tr>th,
.table-body>tfoot>tr>th,
.table-body>thead>tr>td,
.table-body>tbody>tr>td,
.table-body>tfoot>tr>td {
    border: 1px solid #dfd7ca;
}

.table-body>thead>tr>th,
.table-body>tbody>tr>th,
.table-body>tfoot>tr>th,
.table-body>thead>tr>td,
.table-body>tbody>tr>td,
.table-body>tfoot>tr>td {
    border: 1px solid #dfd7ca;
}

.table-body>thead>tr>th,
.table-body>tbody>tr>th,
.table-body>tfoot>tr>th,
.table-body>thead>tr>td,
.table-body>tbody>tr>td,
.table-body>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    min-width: 80px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
}

.table-body th {
    background-color: #f8f5f0;
}

.table-body textarea {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-body input {
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table-body input::placeholder {
    color: gray;
}

.box {
    border: solid 1px #fff;
    padding: 16px;
    background: white;
    border-radius: 10px;
    font-size: 15px;
}

.form-bottom {
    margin-top: 20px;
    text-align: center;
    padding: 10px;
}

.table-body .th12 {
    width: 12%;
}

.table-body .th15 {
    width: 15%;
}

.table-body td form {
    margin-left: 10px;
}

.table-body input {
    background: white;
    border-radius: 5px;
    border: solid 1px #ddd;
}

.form-control {
    color: black;
    background-color: transparent;
}

.panel-default>.panel-heading {
    color: black;
    background-color: #ffffff;
    border-color: #171717;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-default {
    border-color: transparent;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.party-form {
    margin-top: 20px;
}

#count {
    width: 70px;
    height: 30px;
    padding: 4px;
    text-align: center;
    display: inline-block;
}

.modal-content {
    /*background-color: #2d2d2d;*/
}

.modal-content input {
    background: transparent;
    border: 1px solid;
    padding: 4px;
    margin-bottom: 4px;
}

.modal-content td,
.modal-content th {
    padding: 6px 0px;
}

#address-result .select-address {
    padding: 8px;
    border-bottom: 1px dashed rgba(221, 221, 221, 0.2);
    color: #ffb300;
    cursor: pointer;
}

.close {
    color: #fff;
    text-shadow: none;
}

.input-visible-border {
    border: 1px solid #636363!important;
    margin-bottom: 10px;
    margin-right: 10px;
    width: auto;
    float: left;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: rgba(255, 255, 255, 0.08);
}

#total-cost {
    padding: 10px;
    margin: 10px;
    color: gray;
}

#progress {
    text-align: center;
}

#progress img {
    width: 50px
}

#detailModal table {
    width: 100%;
}

#detailModal th {
    width: 90px;
}

#detailModal tr {
    border-bottom: 1px solid #444;
}

select option {
    color: black;
}

div.postcodify_popup_layer input.keyword {
    color: black!important;
}

.m {
    display: none;
}

.pc {
    max-width: 1440px;
    margin: auto;
    padding: 0px 30px;
}
#tbody tr.unread{
    background-color: #ff5858;
    color: #ffffff;
}
#tbody tr.confirmed{
    background-color: #e8ffb9;
}

@media (min-width: 1200px) {
    .container {
        width: 1920px;
    }
}

@media (max-width: 680px) {
    .split-des {
        width: 100%;
        margin: 0px;
    }
    .split-des:first-of-type {
        margin-bottom: 30px;
    }
    .pc {
        display: none;
    }
    .m {
        display: block;
    }
    #summary {
        padding-left: 0px;
        padding-right: 0px;
    }
    .header-body {
        
        aspect-ratio: auto;
        
    }
    .header-body .content .header-title {
        font-size: 1.2em;
        padding: 140px 0px;
    }
    .quick-btn img {
        max-width: 150px;
        padding: 8px 0px;
    }
}