/*------------------------------------------------------------------
[Table of contents]

1. Body
    2. Global Typography
    3. Section Background / .gray-bg / .white-bg
	4. Header /
	    4.1. .top-bar
		4.2. Navigation / .navbar
	5. Hero Slider / .hero-slide
	6. Services / .services
	7. About Us / .about-us
	8. Testimonial / .testimonialOne
	9. Team / .team
	10. Pricing Table / .pricing-section
	11. Client Logo / .client-logo
	12. Contact Section
	    12.1. #googleMap
	    12.2. Contact Form
	13. Footer / .footer
	14. Preloader / #preloader


# [Color codes]

# Body  (text): #888
# Heading Color #0E1555
# Theme Color (link color) #FD367E
# Mid grey (sub header) #666666
# -------------------------------------------------------------------*/

body {
    font-family : 'Roboto', sans-serif;
    font-size   : 17px;
    line-height : 1.7em;
    color       : #000000;
    font-weight : 300;
    background  : #ffffff;
    border      : 10px solid #fff;
    }

/* --------------------------------------
 * Global Typography
 *------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin : 0 0 15px;
    color  : #660874;
    }

h1 {
    font-size   : 36px;
    line-height : 1.2em;
    font-weight : 700;
    }
    
h2 {
    font-size   : 30px;
    line-height : 1.5em;
    font-weight : 400;
    }

h3 {
    font-size   : 24px;
    line-height : 1.5em;
    font-weight : 300;
    }

h4 {
    font-size   : 18px;
    line-height : 1.5em;
    font-weight : 300;
    }

h5 {
    font-size   : 16px;
    line-height : 1.5em;
    font-weight : 500;
    }

h6 {
    font-size   : 15px;
    line-height : 24px;
    }

/* --------------------------------------
 * LINK STYLE
 *------------------------------------------*/
a {
    color              : #660874;
	font-weight        : bold; 
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

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

a:hover,
a:focus {
    text-decoration : none;
    color           : #999999;
    }

p {
    margin-bottom : 20px;
    }

p.lead {
    font-size   : 19px;
    line-height : 1.7em;
    }

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

strong {
	color: #660874;
}

/*Button Style*/
.btn {
    padding        : 10px 30px;
    margin-bottom  : 0;
    font-size      : 16px;
    border-radius  : 0;
    font-weight    : 500;
    border-width   : 2px;
    text-transform : uppercase;
    }

.btn-lg {
    font-size : 18px;
    padding   : 15px 30px
    }

/*btn-primary*/
.btn-primary {
    background-color : #660874;
    border-color     : #660874;
    }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus {
    background   : transparent;
    color        : #660874;
    border-color : #660874;
    }

/*btn-default*/
.btn-default {
    color            : #ffffff;
    background-color : transparent;
    border-color     : #ffffff;
    }

.btn-default:hover,
.btn-default:focus,
.btn-default:active:focus {
    background-color : transparent;
    color            : #660874;
    border-color     : #660874;
    }

button:focus,
.btn:focus,
.btn:active:focus {
    outline : none;
    }

/* --------------------
 * Section Background
 * -------------------*/

.gray-bg {
    background-color : #f0f1f3;
    border-top       : 1px solid #eeeeee;
    border-bottom    : 1px solid #eeeeee;
    }

.white-bg {
    background-color : #ffffff;
    }

/* --------------------
 *  main Wrapper
 * -------------------*/
#main-wrapper {
    background : #ffffff;
    overflow   : hidden;
    }

/*-----------------------------
 * NAVIGATION & HEADER STYLE
 *-------------------------------*/

.header {
    position : absolute;
    left     : 0;
    right    : 0;
    top      : 0;
    z-index  : 9;
    }

.tech-banner-bg {
    background-color      : rgba(10, 18, 42, 0.84);
    background-image      :
        linear-gradient(120deg, rgba(102, 8, 116, 0.72) 0%, rgba(8, 36, 88, 0.82) 45%, rgba(0, 58, 110, 0.78) 100%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 28px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.04) 0, rgba(255, 255, 255, 0.04) 1px, transparent 1px, transparent 28px),
        radial-gradient(circle at 15% 0%, rgba(0, 210, 255, 0.18) 0%, transparent 55%),
        radial-gradient(circle at 85% 100%, rgba(102, 8, 116, 0.22) 0%, transparent 50%);
    border-top            : 1px solid rgba(0, 210, 255, 0.35);
    border-bottom         : 1px solid rgba(102, 8, 116, 0.55);
    box-shadow            : inset 0 0 48px rgba(0, 180, 255, 0.08);
    }

header .main-menu:not(.sticky-nav) {
    position : relative;
    padding  : 24px 0 20px;
    }

header .main-menu:not(.sticky-nav)::before {
    content               : "";
    position              : absolute;
    top                   : 0;
    bottom                : 0;
    left                  : 50%;
    width                 : 100vw;
    transform             : translateX(-50%);
    z-index               : -1;
    background-color      : rgba(10, 18, 42, 0.88);
    background-image      :
        linear-gradient(120deg, rgba(102, 8, 116, 0.75) 0%, rgba(8, 36, 88, 0.85) 50%, rgba(0, 58, 110, 0.8) 100%),
        repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 24px),
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 24px),
        radial-gradient(circle at 10% 50%, rgba(0, 210, 255, 0.2) 0%, transparent 45%);
    border-bottom         : 1px solid rgba(0, 210, 255, 0.3);
    box-shadow            : 0 8px 32px rgba(0, 0, 0, 0.18), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    }

header .main-menu:not(.sticky-nav) .nav li a,
header .main-menu:not(.sticky-nav) .nav li a:hover,
header .main-menu:not(.sticky-nav) .nav li.active a,
header .main-menu:not(.sticky-nav) .nav li a:focus {
    color      : #ffffff;
    background : transparent;
    }

header .main-menu:not(.sticky-nav) .nav li a:hover {
    color : #7dd3fc;
    }

header .main-menu:not(.sticky-nav) .navbar-toggle .icon-bar {
    background : #ffffff;
    }

header .main-menu:not(.sticky-nav) .navbar-toggle:hover {
    color : #7dd3fc;
    }

/*Logo*/
.navbar-brand {
    padding : 0;
    height  : auto;
    margin  : 0 !important;
    float   : none;
    }

.navbar-brand img {
    width      : auto;
    max-width  : 200px;
    max-height : 52px;
    height     : auto;
    display    : block;
    }

@media (min-width : 768px) {
    .main-menu > .container {
        display         : flex;
        align-items     : center;
        justify-content : space-between;
        flex-wrap       : nowrap;
        }

    .main-menu .navbar-header {
        float       : none;
        flex-shrink : 0;
        margin-right: 15px;
        }

    .main-menu .navbar-collapse {
        float  : none;
        flex   : 1 1 auto;
        width  : auto;
        padding: 0;
        }

    .main-menu .navbar-collapse.collapse {
        display : block !important;
        height  : auto !important;
        overflow: visible !important;
        }

    .main-menu .navbar-nav {
        float        : right;
        margin       : 0;
        display      : flex;
        flex-wrap    : nowrap;
        align-items  : center;
        }

    .main-menu .nav li a {
        padding : 15px 12px;
        white-space: nowrap;
        }
    }

@media (max-width : 768px) {
    .navbar-brand {
        width : 200px;
        }

    .navbar-brand img {
        max-width : 100%;
        max-height: none;
        }
    }

/*navbar*/

.navbar {
    border-radius  : 0;
    padding        : 12px 0;
    background     : transparent;
    margin         : 0;
    font-size      : 14px;
    text-transform : uppercase;
    }

@media (max-width : 768px) {
    .navbar {
        padding : 10px;
        }
    }

/*navbar toggle*/
.navbar-toggle {
    margin        : 5px 0;
    padding       : 11px 10px;
    background    : transparent;
    }

.navbar-toggle:hover {
    color: #fff;
    }

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

/*Navigation Style*/

.main-menu .navbar-right {
    margin-right : 0;
    float        : none;
    }

.main-menu .nav li a {
    color       : #660874;
    font-weight : 500;
    padding     : 15px 0 15px 30px;
    }

.main-menu .nav li a:hover,
.main-menu .nav li.active a {
    color      : #660874;
    background : transparent;
    }

.main-menu .nav li a:focus {
    background : transparent;
    }

@media (max-width : 991px) {
    .main-menu .nav li a {
        padding-left : 15px;
        }
    }

@media (max-width : 768px) {
    .main-menu .nav li {
        text-align : center;
        }

    .main-menu .nav li a {
        padding : 5px 0;
        color: #660874;
        }

    .navbar-collapse {
        margin-top : 10px;
        background: transparent;
        }

    header .main-menu:not(.sticky-nav) .navbar-collapse {
        background : rgba(10, 18, 42, 0.95);
        border     : 1px solid rgba(0, 210, 255, 0.25);
        border-radius : 4px;
        padding    : 10px 0;
        }
    }


/* Sticky Menu */
.sticky-nav {
    position           : fixed;
    right              : 0;
    left               : 0;
    top                : 0;
    z-index            : 999;
    background         : #ffffff !important;
    padding            : 5px 0;
    box-shadow         : 0 2px 5px rgba(0, 0, 0, .1);
    -webkit-transition : all .5s ease-in-out;
    -moz-transition    : all .5s ease-in-out;
    transition         : all .5s ease-in-out;
    }

.sticky-nav .nav li a {
    color : #660874;
    }

.sticky-nav .navbar-toggle .icon-bar{
    background: #333;
    }

@media (max-width: 768px) {
    .sticky-nav{
        padding-left: 10px;
        padding-right: 10px;
        }
    }

/*-------------------
 * Jumbotron
 *-------------------*/

.jumbotron {
    background            : url("../img/Tsinghua_HKG.jpg");
    background-size       : cover;
    padding               : 0;
    margin                : 0;
    height                : 100vh;
    min-height            : 700px;
    vertical-align        : middle;
    position              : relative;
    background-attachment : fixed;
    background-repeat     : no-repeat;
    background-position   : center center;
    overflow              : hidden;
    }

.jumbotron .content {
    color             : #ffffff;
    position          : absolute;
    top               : 50%;
    left              : 0;
    right             : 0;
    width             : 100%;
    margin            : 0 auto;
    padding           : 0 10%;
    z-index           : 1;
    text-align        : center;
    -webkit-transform : translateY(-50%);
    -moz-transform    : translateY(-50%);
	transform         : translateY(-50%);
    }

.jumbotron .hero-content-panel {
    display           : flex;
    flex-direction    : column;
    justify-content   : center;
    align-items       : center;
    width             : 100%;
    height            : auto;
    padding           : 48px 10%;
    box-sizing        : border-box;
    border-top        : none;
    border-bottom     : none;
    box-shadow        : 0 16px 48px rgba(0, 0, 0, 0.22), inset 0 0 60px rgba(0, 180, 255, 0.06);
    }

.jumbotron .hero-content-panel .event-date {
    margin-bottom : 20px;
    width         : 100%;
    max-width     : 960px;
    }

.jumbotron .hero-content-panel .event-date p.lead {
    margin-bottom : 8px;
    }

.jumbotron .hero-content-panel h1 {
    width         : 100%;
    max-width     : 960px;
    margin        : 0 auto 16px;
    }

.jumbotron .hero-content-panel > p.lead {
    width         : 100%;
    max-width     : 960px;
    margin        : 0 auto;
    }

.jumbotron .hero-intro {
    font-size   : 20px;
    line-height : 1.6;
    margin      : 0 auto 20px;
    }

.jumbotron .hero-formats {
    display         : flex;
    flex-wrap       : wrap;
    justify-content : center;
    align-items     : center;
    font-weight     : bold;
    line-height     : 1.6;
    }

.jumbotron .hero-formats .format-item {
    white-space : nowrap;
    }

.jumbotron .hero-formats .format-item:not(:last-child)::after {
    content      : " | ";
    white-space  : pre;
    font-weight  : bold;
    }

.jumbotron .content h1 {
    color       : #ffffff;
    font-weight : bold;
    text-shadow : 0 2px 12px rgba(0, 0, 0, 0.35);
    }

.jumbotron .content p.lead {
    font-size   : 24px;
    line-height : 1.5em;
    color       : #ffffff;
    text-shadow : 0 1px 8px rgba(0, 0, 0, 0.3);
    }

.jumbotron .content p.lead.hero-formats {
    font-size   : 20px;
    line-height : 1.6;
    }

.jumbotron .content strong {
    color : inherit;
    }

.jumbotron .content .event-date {
    font-size : 24px;
    }

.jumbotron .btn {
    margin-top : 40px;
    }

@media (max-width : 600px) {
    .jumbotron .content {
        min-height : auto;
        }

    .jumbotron .hero-content-panel {
        padding : 36px 6%;
        }

    .jumbotron .hero-intro {
        font-size : 16px;
        }

    .jumbotron .content h1 {
        font-size : 26px;
        }

    .jumbotron .content p.lead {
        font-size : 15px;
        }

    .jumbotron .content p.lead.hero-formats {
        font-size : 14px;
        }
    }

/*---------------------------
 * Section Wrapper
 *---------------------------*/
.section-wrapper {
    padding : 100px 0;
    }

/*---------------------------
 * Section Title
 *---------------------------*/
.section-title {
    margin-bottom : 60px;
    text-align    : center;
    }

.section-title h1 {
    margin-bottom : 5px;
    }

.section-title p {
    font-size : 18px;
    color     : #888888;
    }

/* ----------------------------------------------
 * About Event
 *-----------------------------------------------*/
.about-event .lead {
    font-size   : 19px;
    line-height : 1.7em;
    }

.about-event address {
    font-size   : 15px;
    color       : #888888;
    line-height : 1.8em;
    }

.about-event address strong {
    color : #660874;
    }

.contact-info-sidebar .contact-subtitle {
    margin-top : 20px;
    margin-bottom : 12px;
    font-size : 16px;
    font-weight : 600;
    color : #660874;
    }

.contact-wechat-qrs {
    display   : flex;
    flex-wrap : wrap;
    gap       : 16px;
    }

.contact-wechat-qr-item {
    flex      : 1 1 120px;
    max-width : 160px;
    text-align : center;
    }

.contact-wechat-qr {
    display       : block;
    width         : 100%;
    max-width     : 140px;
    margin        : 0 auto;
    padding       : 8px;
    background    : #ffffff;
    border        : 1px solid #eeeeee;
    border-radius : 4px;
    box-shadow    : 0 2px 10px rgba(0, 0, 0, 0.06);
    }

.contact-wechat-qr-label {
    margin-top    : 8px;
    margin-bottom : 0;
    font-size     : 13px;
    line-height   : 1.4;
    color         : #888888;
    }

#section-cfp #section-poster,
#section-cfp #section-important-dates,
#section-urban-cup #section-urban-cup-requirements,
#section-urban-cup #section-urban-cup-awards {
    margin-top : 20px;
    }

.track-category {
    margin-top : 20px;
    }

.track-category h4 {
    margin-top : 20px;
    margin-bottom : 10px;
    }

.urban-cup-award-table {
    margin-bottom : 20px;
    }

.competition-more-toggle {
    margin-top : 10px;
    margin-bottom : 0;
    }

.competition-toggle {
    color : #660874;
    font-weight : 500;
    text-decoration : none;
    }

.competition-toggle:hover,
.competition-toggle:focus {
    color : #4a0654;
    text-decoration : underline;
    }

/* ----------------------------------------------
 * Team Section
 *-----------------------------------------------*/

.team .thumbnail {
    padding          : 0;
    line-height      : 22px;
    background-color : transparent;
    border           : 0;
    margin-bottom: 30px;
    }

@media (max-width : 767px) {
    .team .thumbnail {
        margin-bottom : 30px;
        }
    }

.team .thumbnail img {
    width : 100%;
    }

.team .thumbnail img.img-circle {
    width: 220px;
    height: 220px;
    max-width: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    margin: 0 auto;
    }

.team .thumbnail .avatar-frame {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    }

.team .thumbnail .avatar-frame .avatar-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-john-ji {
    object-position: center 10%;
    transform: scale(2.0);
    transform-origin: center top;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-james-kwok {
    object-position: center 22%;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-yanyan-xu {
    object-position: center 32%;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-fan-zhang {
    object-position: center 22%;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-weijia-li {
    object-position: center 28%;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-jianghao-yu {
    object-position: center 31%;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-wanjin-feng {
    object-position: center 32%;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-sean-fox {
    object-position: center 5%;
    transform: scale(1.5);
    transform-origin: center top;
    }

.team .thumbnail .avatar-frame .avatar-photo.avatar-adjust-hui-pan {
    object-position: 68% 32%;
    transform: scale(1.45);
    transform-origin: center top;
    }

@media (max-width : 767px) {
    .team .thumbnail img.img-circle {
        width: 180px;
        height: 180px;
        }

    .team .thumbnail .avatar-frame {
        width: 180px;
        height: 180px;
        }
    }

.team .thumbnail .caption {
    padding          : 10px;
    }

.team .thumbnail h3 {
    font-size        : 16px;
    font-weight      : bold;
    margin           : 0 8px;
    text-transform   : uppercase;
    padding          : 10px 0;
    white-space      : nowrap;
    line-height      : 1.3;
    }

@media (max-width : 767px) {
    .team .thumbnail h3 {
        font-size   : 14px;
        margin      : 0 4px;
        }
    }



.team .thumbnail h3 small {
    font-size: 14px;
    color     : #888;
    display: block;
    font-weight: normal;
    }


.team .social-links li {
    display      : inline-block;
    margin-right : 3px;
    }

.team .social-links li:last-child {
    margin-right : 0;
    }

.team .social-links li a {
    display   : block;
    font-size : 14px;
    color     : #ccc;
    padding   : 0 5px;
    }

.team .social-links li a:hover {
    color : #333;
    }

/* --------------------------
 * Agenda
 *---------------------------*/
.section-ajenda .session {
    padding       : 5px 0;
    border-left   : 2px solid #eeeeee;
    margin-bottom : 20px;
    }

.section-ajenda .session time {
	font-size     : 20px;
    padding       : 10px 20px 5px ;
    border-bottom : 2px solid #eeeeee;
    display       : inline-block;
    }

.section-ajenda .session h2 {
	font-size     : 28px;
	font-weight   : 500;
    margin        : 5px 0 0 20px;
    }

.section-ajenda .session h3 {
    margin         : 10px 0 10px 20px;
    font-size      : 24px;
    text-transform : uppercase;
	color: black;
}

.section-ajenda .session h3 span {
    font-size   : 14px;
    display     : block;
	text-transform : none;
    line-height : 1;
    }

.section-ajenda .session h4 {
	margin: 0 0 10px 20px;
}

.section-ajenda .session h4 a {
	text-transform: uppercase;
	font-weight: normal;
}

.section-ajenda .session h5 {
	margin      : 0 0 10px 20px;
    font-size   : 20px;
    line-height : 1.3;
    }

/* --------------------------
 * Poster Section
 *---------------------------*/

.poster-section .date-list {
    list-style-type: disc;
    padding-left: 2%;
}

.poster-section .date-list li {
    margin: 10px;
}


/* --------------------------
 * Pricing Table
 *---------------------------*/

.pricing-section .registration-panel {
    display         : flex;
    flex-wrap       : wrap;
    align-items     : center;
    justify-content : center;
    margin-top      : 20px;
    }

.pricing-section .registration-fee-info {
    display         : flex;
    align-items     : center;
    justify-content : center;
    min-height      : 360px;
    text-align      : center;
    }

.pricing-section .registration-fee {
    font-size   : 20px;
    line-height : 1.6;
    margin      : 0;
    color       : #660874;
    }

.pricing-section .registration-fee p {
    margin : 0 0 8px;
    }

.pricing-section .registration-fee-tier {
    font-size     : 15px;
    line-height   : 1.5;
    white-space   : nowrap;
    }

.pricing-section .registration-fee-pass {
    font-size  : 16px;
    margin     : 14px 0 6px;
    }

.pricing-section .registration-fee-pass:first-of-type {
    margin-top : 8px;
    }

.pricing-section .registration-fee p:last-child {
    margin-bottom : 0;
    }

.pricing-section .registration-qr {
    display       : inline-block;
    max-width     : 280px;
    margin        : 0 auto;
    padding       : 12px;
    background    : #ffffff;
    border        : 1px solid #eeeeee;
    border-radius : 4px;
    box-shadow    : 0 4px 16px rgba(0, 0, 0, 0.08);
    }

@media (max-width : 767px) {
    .pricing-section .registration-fee-info {
        min-height : auto;
        margin-top : 24px;
        }

    .pricing-section .registration-fee {
        font-size : 18px;
        }

    .pricing-section .registration-fee-tier {
        font-size   : 13px;
        white-space : nowrap;
        }
    }

.pricing-section .pricing-table-default {
    border         : 1px solid #f1f1f1;
    background     : #ffffff;
    padding-bottom : 40px;
    }

@media (max-width : 766px) {
    .pricing-section .pricing-table-default {
        margin-bottom : 30px;
        }
    }

.pricing-section .pricing-head h3 {
    font-size        : 24px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #ffffff;
    padding          : 14px 40px;
    margin           : 0;
    background-color : #660874;
    }

.pricing-section .pricing-head h4 {
    font-size        : 18px;
    font-weight      : bold;
    text-transform   : uppercase;
    color            : #ffffff;
    padding          : 18px 40px;
    margin           : 0;
    background-color : #660874;
}

.pricing-section .pricing-head .price {
    display     : block;
    font-size   : 60px;
    line-height : 60px;
    font-weight : bold;
    padding     : 43px 0 0;
    }

.pricing-section .pricing-head .price sup {
    font-size      : 24px;
    font-weight    : bold;
    vertical-align : super;
    top            : 0;
    }

.pricing-section .pricing-detail {
    margin : 0 50px 25px 50px;
    }

.pricing-section .pricing-detail p {
    margin : 0;
    }

/*pricing list*/

.pricing-section .pricing-list li {
    display : block;
    padding : 8px 0;
    }

.pricing-section .pricing-list li i {
    margin-right : 17px;
    }

.pricing-section .pricing-list li:first-child {
    padding-top : 25px;
    }

.pricing-section .pricing-list li:last-child {
    padding : 12px 0 0;
    }

.pricing-section .pricing-detail .pink-i li {
    position : relative;
    }



/* --------------------------
 * Client Logo 
 *---------------------------*/

.client-logo a img {
    width              : 100%;
    opacity            : 1;
    -webkit-transition : all 0.8s ease 0s;
    -moz-transition    : all 0.8s ease 0s;
    -o-transition      : all 0.8s ease 0s;
    transition         : all 0.8s ease 0s;
    }

.client-logo a:hover img {
    opacity : .5;
    }

@media (max-width : 992px) {
    .client-logo .section-margin {
        margin-bottom : 30px;
        }
    }

/* ------------------
 * Google Map
 * ------------------*/

#googleMap {
    height        : 320px;
    border        : 5px solid #ffffff;
    margin-bottom : 100px;
    }

/* ---------------------------
 * Subscribe Form
 * --------------------------- */

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



/*-------------------
 * Form Style
 *-------------------*/

.form-control {
    height        : 46px;
    padding       : 0 20px;
    font-size     : 14px;
    line-height   : 46px;
    color         : #969595;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    box-shadow    : none;
    }

.form-control.input-lg {
    height        : 60px;
    padding       : 0 20px;
    font-size     : 18px;
    line-height   : 60px;
    color         : #969595;
    border        : 1px solid #f1f1f1;
    border-radius : 0;
    box-shadow    : none;
    min-width     : 400px;
    }

.form-control:focus,
.form-control:active {
    box-shadow   : none;
    border-color : #660874;
    }


@media (max-width : 600px) {
    .form-control.input-lg{
        min-width: auto;
        display: block;
        }
    }

/* --------------------------------------------
 *   Footer
 *---------------------------------------------- */

/* Copyright */

.footer .copyright-section {
    font-size : 13px;
    color     : #888888;
    padding   : 30px 0;
    }

.footer .copyright-section .copytext {
    font-weight : 400;
    display     : block;
    }

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */
#preloader {
    background : #ffffff;
    bottom     : 0;
    left       : 0;
    position   : fixed;
    right      : 0;
    top        : 0;
    z-index    : 9999;
    }

#status,
.status-mes {
    background-image    : url(../img/preloader.gif);
    background-position : center;
    background-repeat   : no-repeat;
    height              : 200px;
    left                : 50%;
    margin              : -100px 0 0 -100px;
    position            : absolute;
    top                 : 50%;
    width               : 200px;
    }

.status-mes {
    background : none;
    left       : 0;
    margin     : 0;
    text-align : center;
    top        : 65%;
    }

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
