@charset "UTF-8";html,body {
    font-family: khand,sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
    background-color: #fff;
    font-size: 15px;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility
}

a {
    text-decoration: none!important;
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:hover {
    text-decoration: none!important;
    color: #ababab;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-family: khand,sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none
}

.page-loader {
    background: #303440;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99999
}

.page-loader .loader-icon {
    background: repeat #303440;
    border-bottom: 4px solid rgba(19,19,19,.1);
    border-left: 4px solid rgba(19,19,19,.1);
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 4px solid rgba(19,19,19,.1);
    border-top: 4px solid rgba(19,19,19,.1);
    height: 60px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 60px
}

.page-loader .colored-border {
    border-top-color: #fff
}

.page-loader .fa-spin {
    -webkit-animation: fa-spin 1.2s infinite linear;
    animation: fa-spin 1.2s infinite linear
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.error-page {
    padding: 20rem 0;
    position: relative;
    text-align: center
}

.error-page:before {
    color: #f9f9f9;
    content: attr(data-error);
    font-size: 30vw;
    font-weight: 700;
    width: 100%
}

.error-page h1 {
    margin-top: 50px
}

.coming-soon .wrapper {
    padding: 0
}

.wrapper,.not-builder .wrapper {
    padding: 80px 0
}

.rabbit-padding-left {
    padding-left: 3%
}

.heading-box {
    margin-bottom: 50px
}

.heading-box p {
    font-size: 20px
}

input[type=text].placeholder,input[type=date].placeholder,input[type=email].placeholder,input[type=password].placeholder,input[type=tel].placeholder,input[type=url].placeholder,input[type=search].placeholder,input[type=number].placeholder {
    opacity: 1;
    color: #939393
}

textarea.placeholder,select.placeholder {
    opacity: 1;
    color: #939393
}

input[type=text]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=url]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=number]:-moz-placeholder {
    opacity: 1;
    color: #939393
}

textarea:-moz-placeholder,select:-moz-placeholder {
    opacity: 1;
    color: #939393
}

input[type=text]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=number]::-moz-placeholder {
    opacity: 1;
    color: #939393
}

textarea::-moz-placeholder,select::-moz-placeholder {
    opacity: 1;
    color: #939393
}

input[type=text]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder {
    opacity: 1;
    color: #939393
}

textarea:-ms-input-placeholder,select:-ms-input-placeholder {
    opacity: 1;
    color: #939393
}

input[type=text]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder {
    opacity: 1;
    color: #939393
}

textarea::-webkit-input-placeholder,select::-webkit-input-placeholder {
    opacity: 1;
    color: #939393
}

input[type=text]:focus.placeholder,input[type=date]:focus.placeholder,input[type=email]:focus.placeholder,input[type=password]:focus.placeholder,input[type=tel]:focus.placeholder,input[type=url]:focus.placeholder,input[type=search]:focus.placeholder,input[type=number]:focus.placeholder {
    opacity: 0
}

textarea:focus.placeholder,select:focus.placeholder {
    opacity: 0
}

input[type=text]:focus:-moz-placeholder,input[type=date]:focus:-moz-placeholder,input[type=email]:focus:-moz-placeholder,input[type=password]:focus:-moz-placeholder,input[type=tel]:focus:-moz-placeholder,input[type=url]:focus:-moz-placeholder,input[type=search]:focus:-moz-placeholder,input[type=number]:focus:-moz-placeholder {
    opacity: 0
}

textarea:focus:-moz-placeholder,select:focus:-moz-placeholder {
    opacity: 0
}

input[type=text]:focus::-moz-placeholder,input[type=date]:focus::-moz-placeholder,input[type=email]:focus::-moz-placeholder,input[type=password]:focus::-moz-placeholder,input[type=tel]:focus::-moz-placeholder,input[type=url]:focus::-moz-placeholder,input[type=search]:focus::-moz-placeholder,input[type=number]:focus::-moz-placeholder {
    opacity: 0
}

textarea:focus::-moz-placeholder,select:focus::-moz-placeholder {
    opacity: 0
}

input[type=text]:focus:-ms-input-placeholder,input[type=date]:focus:-ms-input-placeholder,input[type=email]:focus:-ms-input-placeholder,input[type=password]:focus:-ms-input-placeholder,input[type=tel]:focus:-ms-input-placeholder,input[type=url]:focus:-ms-input-placeholder,input[type=search]:focus:-ms-input-placeholder,input[type=number]:focus:-ms-input-placeholder {
    opacity: 0
}

textarea:focus:-ms-input-placeholder,select:focus:-ms-input-placeholder {
    opacity: 0
}

input[type=text]:focus::-webkit-input-placeholder,input[type=date]:focus::-webkit-input-placeholder,input[type=email]:focus::-webkit-input-placeholder,input[type=password]:focus::-webkit-input-placeholder,input[type=tel]:focus::-webkit-input-placeholder,input[type=url]:focus::-webkit-input-placeholder,input[type=search]:focus::-webkit-input-placeholder,input[type=number]:focus::-webkit-input-placeholder {
    opacity: 0
}

textarea:focus::-webkit-input-placeholder,select:focus::-webkit-input-placeholder {
    opacity: 0
}

.coming-soon header {
    top: 100px;
    margin-top: 0;
    height: 0
}

.coming-soon .menu-container>ul>li>a {
    color: #fff
}

.coming-soon .menu-container>ul>li>a:hover {
    color: #bfbebe
}

.coming-soon header .logo {
    display: none
}

.coming-soon .header-container {
    
}

.coming-soon .header-inner-box {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

.not-builder header .logo {
    display: block
}

.not-builder .menu-container>ul>li>a {
    color: #000
}

.not-builder .menu-container>ul>li>a:hover {
    color: #8f8f8f
}

.slicknav_menu {
    display: none
}

header {
    z-index: 99;
    position: relative;
    margin-top: 40px
}

header .header-container {
    
    position: relative
}

header .logo {
    padding: 0 0 14px
}

header .logo h3 {
    margin-bottom: 0
}

header .logo a:hover {
    color: #000
}

header .header-inner-box {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

header .menu-container {
    font-family: khand,sans-serif;
    letter-spacing: 1px;
    font-size: 15px
}

header .menu-container,header .menu-container ul,header .menu-container li,header .menu-container a {
    border: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

header .menu-container>ul>li>ul>li a:hover {
    color: #a3a3a3
}

header .menu-container>ul {
    list-style: inside none;
    padding: 0;
    margin: 0
}

header .menu-container>ul>li {
    list-style: inside none;
    float: left;
    display: block;
    position: relative;
    margin-right: 25px;
    padding: 0 0 14px
}

header .menu-container>ul>li:last-child {
    margin-right: 0
}

header .menu-container>ul>li>a {
    outline: none;
    display: block;
    position: relative;
    margin: 0;
    z-index: 999;
    text-align: center;
    text-transform: uppercase
}

header .menu-container>ul>li>a {
    color: #000
}

header .menu-container>ul>li>a:hover {
    color: #8f8f8f
}

header .menu-container>ul>li>a span {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

header .menu-container ul li.has-children:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: opacity .4s 0s,visibility 0s 0s,-webkit-transform .4s 0s;
    -moz-transition: opacity .4s 0s,visibility 0s 0s,-moz-transform .4s 0s;
    transition: opacity .4s 0s,visibility 0s 0s,transform .4s 0s
}

header .menu-container ul li>ul {
    visibility: hidden;
    opacity: 0;
    min-width: 200px;
    position: absolute;
    top: 25px;
    text-align: left;
    padding: 10px 0;
    background: #050505;
    z-index: 9999;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: opacity .4s 0s,visibility 0s .4s,-webkit-transform .4s 0s;
    -moz-transition: opacity .4s 0s,visibility 0s .4s,-moz-transform .4s 0s;
    transition: opacity .4s 0s,visibility 0s .4s,transform .4s 0s
}

header .menu-container ul li>ul li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 25px
}

header .menu-container ul li ul ul {
    left: 200px;
    top: 0
}

header .menu-container ul li>ul li:last-child {
    border-bottom: 0
}

header .menu-container ul li>ul li a {
    outline: none;
    position: relative;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-section {
    text-align: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column
}

.header-section .animated {
    -webkit-animation-duration: 3s!important;
    animation-duration: 3s!important
}

.header-section #effect-box,.header-section .video-box,.header-section .image-box,.header-section .color-box {
    position: absolute!important;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    top: 0
}

.header-section .backstretch:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/overlay.png);
    background-color: rgba(0,0,0,.4);
    z-index: 1
}

.header-section .YTPOverlay:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/overlay.png);
    background-color: rgba(0,0,0,.4)
}

.header-section .video-html5-box:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/overlay.png);
    background-color: rgba(0,0,0,.4)
}

.header-section .video-html5-box {
    position: absolute!important;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    z-index: 0!important;
    top: 0;
    left: 0;
    right: 0
}

.header-section .vidbg-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.header-section canvas.spacetime,.header-section canvas.quantum,.header-section canvas.physics,.header-section canvas.information,.header-section canvas.heuristics,.header-section canvas.hawking,.header-section canvas#liquid,.header-section canvas#starfield,.header-section #particles_coronavirus canvas,.header-section #connections canvas,.header-section #abstractart canvas,.header-section #stardust canvas,.header-section #magneto canvas,.header-section #geometric canvas,.header-section #alien canvas {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh
}

.header-section .rain-video {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0
}

.header-section .social-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 2.5em 0 1.5em;
    right: 0;
    float: none;
    z-index: 9999;
    overflow: hidden
}

.header-section .social-icons li {
    list-style: none;
    font-size: 17px;
    float: left;
    margin: 0 20px 0 0
}

.header-section .social-icons li a {
    color: rgba(255,255,255,.7);
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s
}

.header-section .social-icons li a:hover {
    color: #ecf0f1
}

.header-section .social-icons ul {
    line-height: 15px;
    position: relative;
    display: inline-block;
    margin: 0;
    border-left: solid 1px rgba(255,255,255,.7);
    border-right: solid 1px rgba(255,255,255,.7);
    padding-left: 20px
}

.header-section .social-icons ul:before,.header-section .social-icons ul:after {
    content: '';
    display: block;
    width: 600%;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    height: 5px;
    border-top: solid 1px rgba(255,255,255,.7);
    border-bottom: solid 1px rgba(255,255,255,.7)
}

.header-section .social-icons ul:before {
    left: 100%;
    margin-left: 1px
}

.header-section .social-icons ul:after {
    right: 100%;
    margin-right: 1px
}

.header-section .logo img {
    position: relative;
    z-index: 2
}

.header-section hr {
    display: block;
    position: relative;
    border: 0;
    width: 20%;
    margin: 50px auto 27px;
    height: 6px!important;
    border-top: solid 1px rgba(255,255,255,.7);
    border-bottom: solid 1px rgba(255,255,255,.7);
    overflow: visible;
    background-color: transparent;
    opacity: 1;
    z-index: 2
}

.header-section hr:before,.header-section hr:after {
    content: '';
    position: absolute;
    top: -8px;
    display: block;
    width: 1px;
    height: 21px;
    background: rgba(255,255,255,.7)
}

.header-section hr:after {
    right: -1px
}

.header-section p {
    font-size: 18px;
    color: rgba(255,255,255,.7);
    word-spacing: 1px;
    line-height: 25px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2
}

.header-section .actions {
    margin: 0 50px 0 0;
    position: relative;
    list-style: none;
    z-index: 2;
    top: 170px
}

.header-section .actions li a {
    text-decoration: none!important
}

.header-section .actions:after {
    background: rgba(255,255,255,.7);
    content: '';
    height: 100vh;
    position: absolute;
    top: 100%;
    width: 1px
}

.header-section .header-button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out,color .2s ease-in-out;
    transition: background-color .2s ease-in-out,color .2s ease-in-out;
    background-color: transparent;
    border: solid 1px rgba(255,255,255,.7);
    color: #fff!important;
    cursor: pointer;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    height: 3em;
    z-index: 2;
    position: relative;
    letter-spacing: .125em;
    line-height: 3em;
    padding: 0 3em;
    list-style: none;
    text-align: center;
    text-decoration: none;
    text-indent: .125em;
    text-transform: uppercase;
    white-space: nowrap
}

.header-section .header-button:hover {
    background-color: rgba(144,144,144,.22)
}

.section-countdown {
    text-align: center;
    padding: 100px 0;
    background: #eb5054;
    border-bottom: 6px solid #ec676c
}

.section-countdown .countdown {
    font-size: 7em;
    margin: 0 auto;
    line-height: 65px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px
}

.section-countdown .countdown div span {
    display: block;
    font-size: 19px;
    line-height: 35px;
    padding-top: 10px
}

.section-countdown .countdown div {
    display: inline-block;
    width: 190px;
    padding-top: 32px
}

.section-countdown .fa-clock {
    font-size: 28px;
    color: #fff;
    margin-right: 5px
}

.section-countdown h3 {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 50px
}

.section-countdown .border_clock {
    border-left: 1px solid rgba(255,255,255,.39)
}

.section-countdown .fa-clock {
    -webkit-animation: fa-spin 9s infinite linear;
    animation: fa-spin 9s infinite linear
}

.section-services {
    padding: 100px 0;
    background-color: #f2f2f2;
    z-index: 10
}

.section-services .col-md-4 {
    margin-bottom: 30px
}

.section-services .services-box {
    color: #394f6f
}

.section-services .services-box .icon i {
    background: rgba(22,182,234,0);
    text-align: center;
    line-height: 75px;
    font-size: 27px;
    border-bottom: none;
    color: #394f6f;
    margin: 10px 20px 15px auto;
    display: inline-block;
    float: left;
    border-radius: 50%;
    border: 2px solid #394f6f;
    height: 80px;
    width: 80px
}

.section-services .services-box h2 {
    font-size: 19px;
    margin-bottom: 15px;
    padding-top: 20px;
    letter-spacing: 0;
    font-weight: 500
}

.section-services .services-box p {
    text-align: left;
    font-size: 15px;
    word-spacing: 1px;
    line-height: 25px;
    margin-left: 100px;
    color: #394f6f
}

.section-services h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    padding-bottom: 25px;
    letter-spacing: 1px;
    background: url(../images/h1-bg.png)50% 100% no-repeat;
    text-align: center;
    margin-bottom: 50px
}

.section-subscribe {
    background: #303440;
    padding: 100px 0;
    z-index: 10;
    
    border-bottom: 6px solid #393a4c;
}

.section-subscribe h3 {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    padding-bottom: 25px;
    letter-spacing: 1px;
    background: url(../images/h1-bg-white.png)50% 100% no-repeat;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px
}

.section-subscribe #ajaxChimp {
    text-align: center
}

.section-subscribe input[type=text] {
    background-color: rgba(255,255,255,0);
    border: solid 2px #fff;
    height: 54px;
    width: 30%;
    color: #fff;
    word-spacing: 1px;
    padding-left: 20px;
    outline: none;
    font-size: 13px
}

.section-subscribe input[type=text]::-webkit-input-placeholder {
    color: #fff
}

.section-subscribe input[type=text]:-moz-placeholder {
    color: #fff
}

.section-subscribe input[type=text]::-moz-placeholder {
    color: #fff
}

.section-subscribe input[type=text]:-ms-input-placeholder {
    color: #fff
}

.section-subscribe button {
    background-color: #eb5054;
    border: 2px solid #eb5054;
    color: #fff;
    width: 7%;
    outline: none;
    font-size: 13px;
    margin-left: 1px;
    font-weight: 700;
    height: 54px;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

.section-subscribe button:hover {
    background: 0 0;
    border: solid 2px #fff;
    color: #fff
}

.section-subscribe label {
    height: 2.5em;
    padding: 15px 20px;
    color: #fff;
    font-size: 13px;
    float: none;
    top: 0;
    display: block!important;
    font-weight: 100
}

.section-subscribe label.error i {
    color: #fff;
    padding-right: 3px
}

.section-team {
    padding: 100px 0;
    background-color: #f2f2f2;
    z-index: 10
}

.section-team h3 {
    font-weight: 600;
    font-size: 30px;
    color: #000;
    padding-bottom: 25px;
    letter-spacing: 1px;
    background: url(../images/h1-bg.png)50% 100% no-repeat;
    text-align: center;
    margin-bottom: 50px
}

.team-box img {
    width: 100%
}

.team-box h2 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
    margin-top: 25px;
    letter-spacing: 0;
    color: #394f6f
}

.team-box p {
    color: #394f6f;
    text-align: left;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 15px
}

.team-box .social-icons ul {
    padding-left: 0
}

.team-box .social-icons li {
    list-style: none;
    float: left
}

.team-box .social-icons i {
    background: rgba(22,182,234,0);
    text-align: center;
    line-height: 37px;
    list-style: none;
    font-size: 17px;
    border-bottom: none;
    color: #394f6f;
    margin: 10px 10px 15px auto;
    display: inline-block;
    float: left;
    border-radius: 50%;
    border: 2px solid #394f6f;
    height: 40px;
    width: 40px;
    transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s
}

.team-box .social-icons i:hover {
    background: #394f6f;
    color: #fff
}

.section-contact {
    background-color: #303440;
    padding: 100px 0;
    z-index: 10;
    border-bottom: 6px solid #383d4b;
    
}

.section-contact h3 {
    font-weight: 600;
    font-size: 30px;
    color: #fff;
    padding-bottom: 25px;
    letter-spacing: 1px;
    background: url(../images/h1-bg-white.png)50% 100% no-repeat;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px
}

.section-contact .g-recaptcha {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.section-contact .error-box {
    border: 1px solid #fff;
    padding: 15px;
    left: 0;
    text-align: center;
    right: 0;
    margin-top: 20px;
    border-radius: 3px;
    color: #fff
}

.section-contact .error-box i {
    color: #fff;
    padding-right: 5px
}

.section-contact .success-box {
    border: 1px solid #fff;
    padding: 15px;
    left: 0;
    right: 0;
    margin-top: 20px;
    text-align: center;
    border-radius: 3px;
    color: #fff
}

.section-contact .success-box i {
    color: #fff;
    padding-right: 5px
}

.section-contact #contact-form {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.section-contact #contact-form .contact-button {
    margin: 0 auto
}

.section-contact #contact-form label.error {
    position: relative
}

.section-contact #contact-form label.error i.message {
    position: absolute;
    right: 5px;
    bottom: 30px
}

.section-contact #contact-form label.error i.email {
    position: absolute;
    right: 5px;
    bottom: 10px
}

.section-contact #contact-form label.error i.name {
    right: 5px;
    bottom: 10px;
    position: absolute
}

.section-contact input::-webkit-input-placeholder {
    color: #fff
}

.section-contact input:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.section-contact input::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.section-contact input:-ms-input-placeholder {
    color: #fff
}

.section-contact input[type=text] {
    width: 45%;
    background: 0 0;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 54px;
    font-size: 15px;
    outline: none;
    color: #fff
}

.section-contact input[type=email] {
    width: 45%;
    background: 0 0;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 54px;
    font-size: 15px;
    outline: none;
    color: #fff;
    margin-left: auto
}

.section-contact textarea {
    width: 100%;
    background: 0 0;
    padding-top: 15px;
    font-size: 15px;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    margin: 20px 0;
    height: 90px;
    color: #fff
}

.section-contact textarea::-webkit-input-placeholder {
    color: #fff
}

.section-contact textarea:-moz-placeholder {
    color: #fff;
    opacity: 1
}

.section-contact textarea::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.section-contact textarea:-ms-input-placeholder {
    color: #fff
}

.section-contact input[type=submit] {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 0 25px;
    display: block;
    margin: 0 auto;
    word-spacing: 1px;
    outline: none;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 400;
    height: 54px;
    -webkit-transition: all .3s ease-in-out!important;
    -moz-transition: all .3s ease-in-out!important;
    -ms-transition: all .3s ease-in-out!important;
    -o-transition: all .3s ease-in-out!important;
    transition: all .3s ease-in-out!important
}

.section-contact input[type=submit]:hover {
    background: #fff;
    color: #000
}

.section-contact i {
    color: #fff
}

#google-container {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #e7eaf0
}

.section-map {
    position: relative
}

#zoom-in,#zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 40px;
    background-color: rgba(235,80,84,.7);
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url(../images/icon-controller.svg);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease
}

#zoom-in:hover,#zoom-out:hover {
    background-color: #eb5054
}

#zoom-in {
    background-position: 50% 0;
    margin-top: 50px;
    margin-bottom: 1px
}

#zoom-out {
    background-position: 50% -32px
}

.section-map .contact-info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(235,80,84,.9);
    color: #fff;
    margin-bottom: 0;
    height: 54px;
    display: flex;
    align-items: center;
    text-align: center
}

.contact-info .contact-box {
    letter-spacing: 1px
}

.contact-info .contact-box i {
    padding-right: 8px
}

.contact-info .col-md-4:nth-child(1) {
    text-align: left
}

.contact-info .col-md-4:nth-child(3) {
    text-align: right
}

#search-results .search-item {
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    flex-direction: column
}

#search-results .search-item a:hover {
    color: #000
}

.widget-area .widget {
    margin-bottom: 40px
}

.widget-area .widget ul {
    list-style: square;
    margin-left: 20px;
    padding: 0
}

.widget-area .widget-title {
    padding: 10px 0
}

.widget-area .widget-tagcloud a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 9px 13px;
    margin: 0 4px 9px 0;
    font-size: 13px!important;
    line-height: 1;
    color: #000;
    border: 2px solid #eb5054
}

.widget-area .widget-tagcloud a:hover {
    color: #fff;
    background: #eb5054
}

.widget-area .widget-search #search-form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.widget-area .widget-search #search-query {
    background-color: transparent;
    width: 100%;
    padding: 0 40px 0 15px!important;
    color: #000;
    border: 2px solid #000;
    outline: none;
    border-radius: 0;
    height: 38px
}

.widget-area .widget-search #submit {
    background-color: transparent;
    color: #000;
    top: 50%;
    right: 0;
    font-size: 14px;
    padding: 0 14px;
    position: absolute;
    border: none;
    outline: none;
    height: 35px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 99
}

.post-item {
    margin-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 40px
}

.post-item .image-box img {
    height: auto;
    margin-bottom: 30px;
    text-align: left;
    max-width: 100%;
    display: block
}

.post-item .title a:hover {
    color: #000
}

.post-item .post-details {
    display: flex;
    margin-top: 15px
}

.post-item .post-details .date,.post-item .post-details .author {
    margin-right: 15px
}

.post-item .post-details i {
    margin-right: 3px
}

.post-item .text {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: stretch
}

.post-item .share {
    margin-top: 12px;
    display: flex;
    align-items: center;
    align-content: center
}

.post-item .share span {
    margin-right: 8px
}

.post-item .share ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    list-style: none
}

.post-item .share ul li {
    margin-right: 12px;
    font-size: 16px
}

.post-item .button {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.post-item .button a {
    display: flex;
    color: #000;
    line-height: 1;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    border: 2px solid #eb5054;
    padding: 15px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-item .button a:hover {
    color: #fff;
    background: #eb5054
}

.post-navigation {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 70px
}

.post-navigation .next-post {
    order: 1;
    display: flex
}

.post-navigation .next-post i {
    padding-left: 5px;
    font-weight: 700;
    font-size: 12px
}

.post-navigation .prev-post {
    margin-right: auto;
    display: flex
}

.post-navigation .prev-post i {
    padding-right: 5px;
    font-weight: 700;
    font-size: 12px
}

.post-navigation a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    line-height: 1;
    border: 2px solid #eb5054;
    padding: 15px 25px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.post-navigation a:hover {
    color: #fff;
    background: #eb5054
}

.comments-post .title {
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 30px
}

.pagination {
    display: flex;
    margin-top: 80px;
    margin-bottom: 50px;
    align-items: center;
    align-content: center;
    justify-content: center
}

.pagination span.current {
    background: #eb5054;
    color: #fff;
    font-weight: 500
}

.pagination i {
    font-size: 12px
}

.pagination a,.pagination span.current {
    border: 2px solid #eb5054;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.pagination a:hover {
    background: #eb5054;
    color: #fff
}

footer {
    background-color: #303440;
    padding: 40px 0;
    z-index: 10;
    position: relative;
    color: #808393
}

footer .footer-content {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center
}

footer .copyright {
    color: #808393
}

footer a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #808393
}

@media only screen and (max-width: 1478px) {
    .menu-container ul li ul ul {
        left:-100%!important;
        right: auto
    }

    .menu-container ul li ul {
        right: 0
    }
}

@media(min-width: 1400px) {
    .container {
        max-width:1140px
    }
}

@media only screen and (max-width: 1036px) {
    header .logo {
        padding-bottom:0
    }

    header .menu-container {
        display: none
    }

    .g-recaptcha {
        margin: 10px auto 0
    }

    header .slicknav_menu {
        display: block
    }

    .header-section .actions {
        margin: 9.5em 0 50px;
        padding: 0
    }

    .section-countdown .border_clock {
        border: none
    }

    .section-services .col-md-4,.section-team .col-md-4 {
        margin-bottom: 40px
    }

    .section-services .col-md-4:last-child,.section-team .col-md-4:last-child {
        margin-bottom: 0
    }

    .section-contact input[type=submit],.section-subscribe button,.section-subscribe input[type=text] {
        width: 100%
    }

    .section-subscribe input[type=text] {
        margin-bottom: 15px
    }

    .contact-info {
        height: auto!important;
        padding: 20px 0
    }

    .contact-info .contact-box {
        width: 100%;
        text-align: left!important;
        padding-bottom: 7px
    }

    .contact-info .contact-box:last-child {
        padding-bottom: 0
    }
}

@media only screen and (max-width: 756px) {
    .header-section .logo img {
        width:75%;
        height: auto;
        margin: 10px
    }
}

@media only screen and (max-width: 540px) {
    .post-details {
        flex-direction:column
    }
}

@media only screen and (max-width: 320px) {
    .post-navigation {
        flex-direction:column;
        align-items: center;
        align-content: center
    }

    .post-navigation .prev-post {
        margin: 0 0 30px
    }
}
