html {
    height: 100%;
}

html *:focus {
    outline: none
}

body.oh {
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0px 0px 0px;
    border: 0;
    background: #fff;
    color: #101011;
    font-family: 'Oswald', sans-serif;
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.coming-soon-wrapper {
    background-image: url('../img/bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.main-logo {
    padding: 30px 0;
    text-align: center;
}

.main-logo img {
    width: 340px;
}

.content-wrapper {
    margin-bottom: 20px;
}

.clock {
    width: 33rem;
    height: 33rem;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    background-image: url('../img/clock-bg.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.clock-face {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
    border-radius: 50%;
}

.hand {
    width: 40%;
    left: 10%;
    height: 1px;
    background: #ffffff;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
            transform-origin: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.1s cubic-bezier(0.1, 2.7, 0.58, 1);
    -o-transition: all 0.1s cubic-bezier(0.1, 2.7, 0.58, 1);
    transition: all 0.1s cubic-bezier(0.1, 2.7, 0.58, 1);
}

.second-hand {
    background: #ffffff;
    left: 10%;
}

.hour-hand {
    width: 30%;
    left: 20%;
}

.clock-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    width: 60%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}


a:focus,
a:visited,
a:active {
    text-decoration: none;
    color: #1947ba;
}

a:hover,
a {
    text-decoration: none;
    color: #1947ba;
}

.form-control:focus,
.btn,
.btn:focus,
.btn:visited,
.btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn {
    position: relative;
    z-index: 5;
    padding: 18px 20px;
    background: #ffffff;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    color: #1947ba;
    border: 2px solid #1947ba;
    height: 50px;
    border-radius: 50px;
    min-width: 200px;
    display: inline-block;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-transform: uppercase;
    text-align: center;
}

.btn:hover {
    background: #00aeef;
    color: #fff;
    border-color: #00aeef;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.btn-green {
    background: #a9ba19;
    color: #fff;
    border-color: #a9ba19;
}

.bw-100 {
    min-width: 100px;
    max-width: 100%;
}

.bw-130 {
    min-width: 130px;
    max-width: 100%;
}

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

::-webkit-input-placeholder,
::-moz-placeholder,
::-moz-placeholder,
::-ms-input-placeholder {
    color: #101011;
    font-size: 12px;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=phone],
input[type=number] {
    width: 100%;
    background: #edeff0;
    border: 1px solid #101011;
    border-radius: 50px;
    color: #101011;
    font-size: 14px;
    line-height: 45px;
    height: 50px;
    padding: 15px;
    font-weight: 400;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: 0px;
    border-radius: 0px;
}

.checkbox input[type=checkbox] {
    float: none;
}

select,
textarea {
    width: 100%;
    border: 1px solid #ccc;
    background: transparent;
    color: #000;
    font-size: 14px;
    padding: 9px 10px;
    border-radius: 5px;
    resize: none;
}

option,
textarea {
    background-color: #ffffff;
}

img {
    max-width: 100%;
}

/*========================================================
      Typo
========================================================*/
h1,
.headingone {
    font-size: 55px;
    line-height: 55px;
    font-weight: 600;
    margin: 0px 0px 30px;
    color: #101011;
}

h2,
.headingtwo {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

h3,
.headingthree {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    margin: 0px 0px 15px;
    color: #101011;
}

h4,
.headingfour {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin: 0px 0px 15px;
}

h5,
.headingfive {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin: 0px 0px 10px;
    color: #101011;
}

h6,
.headingsix {
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    margin: 0px 0px 10px;
    font-weight: 400
}

p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0px;
    color: #101011;
}

p.tagline {
    font-size: 18px;
    line-height: 28px;
}

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

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 45px;
        margin: 0px 0px 25px;
    }

    h3,
    .headingthree {
        font-size: 26px;
        line-height: 30px;
    }

    h4 {
        font-size: 20px;
        line-height: 20px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 35px;
        line-height: 35px;
        margin: 0px 0px 25px;
    }

    h2 {
        font-size: 22px;
        line-height: 28px;
    }

    h3,
    .headingthree {
        font-size: 20px;
        line-height: 25px;
    }

    h4 {
        font-size: 18px;
        line-height: 18px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

}

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

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

@-webkit-keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

@keyframes exist {
    100% {
        width: 15px;
        height: 15px;
        margin: -8px 5px 0 0;
    }
}

::-webkit-scrollbar {
    width: 6px;
    height: 20px;
}

::-webkit-scrollbar-track-piece {
    background-color: #ccc;
}

::-webkit-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #00aeef;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:vertical:hover {
    height: 30px;
    background-color: #a2a2a2;
}

::-moz-vertical-scrollbar {
    width: 6px;
    height: 15px;
}

::-moz-vertical-scrollbar-track-piece {
    background-color: #ccc;
}

::-moz-vertical-scrollbar-thumb:vertical {
    height: 30px;
    background-color: #951f0b;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
    }

    60% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-50px);
                transform: translateY(-50px);
    }

    60% {
        -webkit-transform: translateY(-30px);
                transform: translateY(-30px);
    }
}

/*========================================================
      CUSTOM FORM WITH FORMWRAPPER
========================================================*/
.formWrapper .form-group {
    margin-bottom: 10px;
}

.formWrapper .form-group>label {
    font-weight: 500;
    color: #101011;
}

.formWrapper .form-group>input,
.formWrapper .form-group>select {
    font-size: 14px;
    border-radius: 0px;
    background: #616265;
    padding: 10px 20px;
    border: none;
    color: #ffffff;
}

.formWrapper .form-group>input::-webkit-input-placeholder,
.formWrapper .form-group>textarea::-webkit-input-placeholder {
    color: #ffffff;
}

.formWrapper .form-group>input::-moz-placeholder,
.formWrapper .form-group>textarea::-moz-placeholder {
    color: #ffffff;
}

.formWrapper .form-group>input:-ms-input-placeholder,
.formWrapper .form-group>textarea:-ms-input-placeholder {
    color: #ffffff;
}

.formWrapper .form-group>input::-ms-input-placeholder,
.formWrapper .form-group>textarea::-ms-input-placeholder {
    color: #ffffff;
}

.formWrapper .form-group>input::placeholder,
.formWrapper .form-group>textarea::placeholder {
    color: #ffffff;
}

.formWrapper .form-group>textarea {
    font-size: 14px;
    background: transparent;
    border: 2px solid #101011;
}

.formWrapper .form-group>input.error,
.formWrapper .form-group>select.error,
.formWrapper .form-group>.checkbox-wrapper.error {
    border: 2px solid red !important;
}

/*========================================================
     TIMMER COUNTER SECTION
========================================================*/
.timmer-wrapper {
    padding: 20px 0px;
    font-family: 'Josefin Sans', sans-serif;
}

.timmer-wrapper ul>li {
    padding: 0px 20px;
    font-family: 'Josefin Sans', sans-serif;
}

.timmer-wrapper ul>li>label {
    font-size: 74px;
    line-height: 74px;
    font-weight: 300;
    color: #fff;
}

.timmer-wrapper ul>li>p {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
}

/*========================================================
      COMMING SOON SECTION
========================================================*/
/*.coming-soon-wrapper .coming-soon-inner-wrap{position: relative;}*/
.coming-soon-wrapper .coming-soon-inner-wrap>.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    background-size: 100%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.coming-soon-wrapper .coming-soon-inner-wrap .main-logo>a {
    display: block;
    width: 250px;
    margin: 0 auto;
}

.content-wrapper h1 {
    font-size: 100px;
    line-height: 100px;
    color: #e4c16b;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 30px 0;
}

.content-wrapper p {
    font-size: 20px;
    line-height: 22px;
}

.content-wrapper .subscribe-form-wrapper {
    padding: 10px 125px;
}

.content-wrapper .subscribe-form-wrapper .formWrapper {
    position: relative;
    padding-right: 150px;
}

.content-wrapper .subscribe-form-wrapper .formWrapper .form-group>button.btn-subscribe {
    position: absolute;
    top: 0;
    right: 0px;
    border: none;
    background: #e4c16b;
    color: #2d2d2d;
    border-left: 1px solid #e4c16b;
    border-radius: 0px;
    height: auto;
    line-height: 35px;
    display: block;
    padding: 8px;
    min-width: 140px;
    font-size:16px;
    letter-spacing:1px;
    font-weight: 700;
}

.content-wrapper .subscribe-form-wrapper .formWrapper .form-group>button.btn-subscribe.spinning,
.content-wrapper .subscribe-form-wrapper .formWrapper .form-group>button.btn-subscribe:hover {
    padding-right: 35px;
}

.content-wrapper .subscribe-form-wrapper .formWrapper .form-group>button.btn-subscribe.spinning:after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    width: 0;
    height: 0;
    -webkit-box-shadow: 0px 0px 0 1px #000000;
            box-shadow: 0px 0px 0 1px #000000;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rotate360 .5s infinite linear, exist .1s forwards ease;
            animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}

.content-wrapper .subscribe-form-wrapper .formWrapper .form-group>button.btn-subscribe.spinning:before {
    content: "";
    width: 0px;
    height: 0px;
    border-radius: 50%;
    right: 8px;
    top: 50%;
    position: absolute;
    border: 2px solid #000000;
    border-right: 3px solid #ffffff;
    -webkit-animation: rotate360 .5s infinite linear, exist .1s forwards ease;
            animation: rotate360 .5s infinite linear, exist .1s forwards ease;
}

.coming-soon-footer .copyright>p {
    margin-top: 15px;
    color: #fff
}

.coming-soon-footer .contact-info-wrap .contact-info>label {
    margin-bottom: 0px;
    color: #fff
}

.coming-soon-footer .contact-info-wrap .contact-info>p {
    border-bottom: 1px dotted #fff;
    color: #fff
}

.coming-soon-footer .contact-info-wrap .contact-icon>i {
    color: #e4c16b;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 13px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #e4c16b;
}

/*========================================================
      SOCIAL LINKS SECTION
========================================================*/
.social-link-wrapper ul li a {
    color: #e4c16b;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    padding: 13px;
    display: block;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-radius: 0px;
    width: 50px;
    height: 50px;
    border: 1px solid #e4c16b;
}

.social-link-wrapper ul li a:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border-color: #e4c16b;
    background: #e4c16b;
}

/*========================================================
      RESPONSIVE SECTION
========================================================*/
@media only screen and (max-width: 991px) {
    .content-wrapper>h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .timmer-wrapper ul>li {
        padding: 0px 5px;
    }

    .timmer-wrapper ul>li>label {
        font-size: 50px;
        line-height: 50px;
    }

    .content-wrapper .subscribe-form-wrapper {
        padding: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .social-link-wrapper,
    .contact-info-wrap {
        text-align: center !important;
    }
}

@media only screen and (max-width: 576px) {
    .content-wrapper>h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .timmer-wrapper ul>li {
        padding: 0px 5px;
    }

    .timmer-wrapper ul>li>label {
        font-size: 30px;
        line-height: 30px;
    }

    .content-wrapper .subscribe-form-wrapper {
        padding: 10px 20px;
    }
}