/*
    Name: Mirai
    Description: Multipurpose Coming Soon Page
    Version: 1.0
    Author: ThemeImperia
    Email: gregamezzo@gmail.com

    TABLE OF CONTENTS:
    1. Base Styles
    2. Color Overlays
    3. Additional
    4. Helpful Styles
    5. Main Container
    6. Subscribe Container
    7. More Info Container
        7.1. More Info About Section
        7.2. More Info Stats Section
        7.3. More Info Features Section
        7.4. More Info Quote Section
        7.5. More Info Portfolio Section
        7.6. More Info Contact Section
        7.7. More Info Google Map Section
        7.8. More Info Footer Section
    8. Responsive CSS
*/


/* :::::::::: 1. Base Styles ::::::::::: */

.loading {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
    opacity: 1;
    pointer-events: none;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.loading .box-loading {
    content: '';
    position: fixed;
    z-index: 10000;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    pointer-events: none;
    background: #000;
    -webkit-animation: loaderAnim .8s ease-out infinite alternate forwards;
    animation: loaderAnim .8s ease-out infinite alternate forwards
}

@-webkit-keyframes loaderAnim {
    to {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@keyframes loaderAnim {
    to {
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
}

@-webkit-keyframes loading-animation {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

@keyframes loading-animation {
    0% {
        width: 0;
        height: 0;
        opacity: 0;
        margin: 0
    }
    33% {
        width: 44%;
        height: 44%;
        margin: -22% 0 0 -22%;
        opacity: 1
    }
    100% {
        width: 88%;
        height: 88%;
        margin: -44% 0 0 -44%;
        opacity: 0
    }
}

::-moz-selection {
    background-color: #333;
    color: #fff
}

::selection {
    background-color: #333;
    color: #fff
}

::-moz-selection {
    background-color: #333;
    color: #fff
}

::-webkit-selection {
    background-color: #333;
    color: #fff
}

::-webkit-input-placeholder {
    color: #666;
    opacity: 1
}

:-moz-placeholder {
    color: #666;
    opacity: 1
}

::-moz-placeholder {
    color: #666;
    opacity: 1
}

:-ms-input-placeholder {
    color: #666;
    opacity: 1
}

button,
input,
label {
    margin: 0;
    border: 0;
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    font-size: .929em;
    font-size-border-radius: none
}

input {
    -webkit-border-radius: none;
    -webkit-appearance: none
}

button {
    font-size: .929em;
    letter-spacing: 1px;
    padding: 14px 20px;
    line-height: 12px;
    height: 44px;
    text-transform: uppercase;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .352, 1);
    transition: all .3s cubic-bezier(.215, .61, .352, 1)
}

.main-container .main-content .notify-me,
button:hover {
    -webkit-transition: all .3s cubic-bezier(.215, .61, .352, 1)
}

button:hover {
    -webkit-transition: all .3s cubic-bezier(.215, .61, .352, 1);
    transition: all .3s cubic-bezier(.215, .61, .352, 1)
}

.btn-default {
    border: 2px solid #f36;
    background: #f36;
    color: #fff
}

.btn-default:hover {
    background: 0 0;
    color: #000
}

a:focus,
a:hover {
    text-decoration: none
}

body input:focus:required:invalid,
body input:required:valid,
body textarea:focus:required:invalid,
body textarea:required:valid {
    color: #666
}

body {
    min-width: 320px;
    position: relative;
    font-family: "Open Sans", serif;
    font-family-background-color: #fff;
    font-family-font-weight: 400;
    font-family-line-height: 1.45;
    font-family-color: #333
}

.backstretch:after,
.dark-overlay:after,
.light-overlay:after,
.video-dark-overlay:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat
}

.first-screen-wrapper .demo-header,
.font_small,
h1,
h2,
h3,
h4,
small {
    font-family: "Open Sans", sans-serif
}

html {
    font-size: .875em
}

p {
    margin-bottom: 1.3em;
    color: #444;
    font-size: 1.071em;
    line-height: 2em
}

a {
    color: white;
}

a:hover {
    color: white;
}

h1,
h2,
h3,
h4 {
    margin: 1.414em 0 .5em;
    font-weight: inherit;
    line-height: 1.2
}

h1 {
    margin-top: 0;
    font-size: 3.998em
}

h2 {
    font-size: 2.827em
}

h3 {
    font-size: 1.999em
}

h4 {
    font-size: 1.414em
}

.font_small,
small {
    font-size: .707em
}

/* :::::::::: 2. Color Overlays ::::::::::: */

.backstretch:after {
    background-color: rgba(255, 255, 255, .3);
    z-index: 1
}

.dark-overlay:after {
    background-color: rgba(40, 44, 53, .8)!important
}

.light-overlay:after {
    background-color: rgba(255, 255, 255, .6)!important
}

.video-dark-overlay:after {
    background-color: rgba(25, 29, 34, .75)!important
}

.background-dark-style-overlay:after {
    background-color: rgba(44, 47, 54, .7)!important
}

.freelance-style-overlay:after {
    background-color: rgba(24, 36, 48, .6)!important
}

.static-background-overlay:after {
    background-color: rgba(255, 255, 255, .2)
}

/* :::::::::: 3. Additional ::::::::::: */

.pswp__caption__center {
    min-width: 600px;
    text-align: center
}

.pswp__caption__center p {
    font-weight: 300;
    font-size: 13px
}

.pswp__caption__center h4 {
    font-size: 1em;
    text-transform: uppercase
}

.special-header {
    font-size: 2em;
    color: #222;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: none
}


.player-controls {
    position: absolute;
    font-size: 1.4em;
    right: 1em;
    top: .5em;
    z-index: 1000;
    text-align: center
}

.player-controls a {
    color: #fff;
    margin: 0 4px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.player-controls a:visited {
    color: #fff
}

.player-controls a:hover {
    color: #f36;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.player-controls #unmute {
    position: relative
}

.player-controls .display-none {
    display: none!important
}

.full-screen {
	margin-left: 6px;
}

.countdown div span,
.upper-case {
    text-transform: uppercase
}


/* :::::::::: 4. Helpful Classes ::::::::::: */

.special-margin {
    margin-top: .76em
}

.pointer-events-yes {
    pointer-events: all!important
}

.margin0 {
    margin: 0
}

.marg-btm-2,
.marg-t-b-2 {
    margin-bottom: 2em
}

.margin-t-0 {
    margin-top: 0
}

.marg-t-b-2 {
    margin-top: 2em
}

.padding-r-20 {
    padding-right: 20px!important
}

.padding-r-35 {
    padding-right: 35px!important
}

.padding0 {
    padding: 0
}

.padding30 {
    padding: 30px
}

.weight-600 {
    font-weight: 600!important
}

.weight-400 {
    font-weight: 400!important
}

.weight-300 {
    font-weight: 300!important
}

.color-white {
    color: #fff!important
}

.color-black {
    color: #000!important
}

.overflow-auto {
    overflow: auto
}

.subscribe-button {
    min-height: 42px;
    background-color: #78eee0
}

.subscribe-input {
    background: #f4f4f4;
    height: 44px
}

.subscribe-message {
    position: relative;
    top: 20px;
    color: #ababab
}

.float-left {
    float: left
}

.center-align {
    text-align: center
}

.letter-spacing-2 {
    letter-spacing: 2px
}

.min-height-600 {
    min-height: 600px
}

.background-white-style {
    background: #fff!important
}

.background-black-style {
    background: #000!important
}

.background-dark-style {
    background: #2c2f36!important
}

.background-pink-style {
    background: #f36!important
}

.freelancer-background {
    background: #182430!important
}

.download-app-btn {
    padding: 15px 20px;
    background: #000;
    color: #fff
}

.background-dark-style-overlay:after,
.freelance-style-overlay:after,
.static-background-overlay:after {
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    background-repeat: repeat;
    width: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0
}

.download-app-btn i {
    font-size: 1.375em;
    margin-right: 7px;
    vertical-align: text-bottom;
    line-height: 20px
}

.backstretch {
    width: 100%!important;
    height: 100%!important
}

.hover {
    -webkit-transition: all 2s cubic-bezier(.215, .61, .352, 1);
    transition: all 2s cubic-bezier(.215, .61, .352, 1)
}

.hover-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(45, 45, 45, .5);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all .5s cubic-bezier(.215, .61, .352, 1);
    transition: all .5s cubic-bezier(.215, .61, .352, 1);
    opacity: 0;
    pointer-events: none
}

.container-fluid {
    padding: 0!important;
    position: fixed
}

.social-section {
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    z-index: 2
}

.social-section ul {
    padding: 0
}

.social-section li {
    display: inline-block
}

.social-section i {
    cursor: pointer;
    color: #fff!important;
    margin: 0 3px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.social-section-dark i {
    cursor: pointer;
    color: #000!important;
    margin: 0 3px;
    -webkit-transition: color .5s ease;
    transition: color .5s ease
}

.countdown {
    font-size: 2em;
    font-weight: 300;
    display: block;
    color: #fff;
    text-align: center;
    margin-top: .5em;
    margin-bottom: .8em;
    border: 1px solid rgba(230, 230, 230, .2);
    width: 570px;
    padding-top: 18px;
    height: 100px;
    margin-left: calc(50% - 285px)
}

.countdown div span {
    display: block;
    font-size: .4em;
    letter-spacing: 2px;
    font-weight: 300
}

.countdown div {
    display: inline-block;
    margin: 0
}

.slideshow-background, .youtube-background {
    height: 100vh;
}

/* :::::::::: 5. Main Container ::::::::::: */

.main-container .image-background-black,
.main-container .image-background-default {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    paddding: 0;
    z-index: 3;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}


.main-container {
    width: 100%;
    height: 100vh
}

.main-container .image-background-default {
    background: url(../img/2.jpg) right center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-container .image-background-black {
    background: url(../img/black.jpg) center center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-container .image-background-freelancer {
    background: url(../img/freelancer-demo-main.jpg) center no-repeat;
    height: 100vh;
    background-size: cover;
    paddding: 0;
    z-index: 3
}

.main-container .image-background-model {
    background: url(../img/model-demo-main.jpg) center no-repeat;
    height: 100vh;
    background-size: cover;
    paddding: 0;
    z-index: 3
}

.main-container .image-background-app {
    background: url(../img/app.jpg) center no-repeat;
    height: 100vh;
    background-size: cover;
    paddding: 0;
    z-index: 3
}

.main-container .image-background-book {
    background: url(../img/book.jpg) center no-repeat;
    height: 100vh;
    background-size: cover;
    paddding: 0;
    z-index: 3
}

.main-container .image-background-product {
    background: url(../img/product.jpg) center no-repeat;
    height: 100vh;
    background-size: cover;
    paddding: 0;
    z-index: 3
}

.main-container .main-content {
    opacity: 1;
    -webkit-transition: all 1s cubic-bezier(0, .415, .75, .75);
    transition: all 1s cubic-bezier(0, .415, .75, .75);
    height: 100vh;
    padding: 8em 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-container .main-content .content-wrapper {
    padding: 0 80px;
    z-index: 2
}

.main-container .main-content .main-header {
    font-weight: 600;
    text-align: center
}

.main-container .main-content .main-paragraph {
    line-height: 2;
    margin-bottom: 3em;
    text-align: center;
    font-weight: 300
}

.main-container .main-content .logo {
    position: absolute;
    width: 90px;
    top: 24px;
    left: calc(50% - 45px);
    z-index: 2
}

.main-container .main-content .notify-me {
    min-width: 130px;
    position: relative;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .352, 1);
    transition: all .3s cubic-bezier(.215, .61, .352, 1)
}

.main-container .main-content .notify-style-1 {
    background-color: #000;
    border: 2px solid #000;
    color: #fff
}

.main-container .main-content .notify-style-1:hover {
    background-color: transparent;
    color: #000;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .352, 1);
    transition: all .3s cubic-bezier(.215, .61, .352, 1)
}

.main-container .main-content .notify-style-2 {
    background-color: #f36;
    border: 2px solid #f36;
    color: #fff
}

.main-container .main-content .notify-style-2:hover {
    background-color: transparent;
    color: #f36;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .352, 1);
    transition: all .3s cubic-bezier(.215, .61, .352, 1)
}

.main-container .main-content .notify-style-3 {
    background-color: #fff;
    border: 2px solid #fff;
    color: #000
}

.main-container .main-content .notify-style-3:hover {
    background-color: transparent;
    color: #fff;
    -webkit-transition: all .3s cubic-bezier(.215, .61, .352, 1);
    transition: all .3s cubic-bezier(.215, .61, .352, 1)
}

.more-info,
.subscribe-on-main {
    margin-right: auto;
    margin-left: auto
}

.main-container .main-content .more {
    min-width: 130px;
    position: relative;
    z-index: 4
}

.main-container .main-content .more-style-1:before,
.main-container .main-content .more-style-2:before,
.main-container .main-content .more-style-3:before {
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: ''
}

.main-container .main-content .more-style-1 {
    background-color: transparent;
    border: 2px solid #000;
    color: #000
}

.main-container .main-content .more-style-1:before {
    border-radius: 0;
    background: #000;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.main-container .main-content .more-style-1:hover {
    color: #fff;
    background-color: transparent
}

.main-container .main-content .more-style-1:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.main-container .main-content .more-style-2 {
    background-color: transparent;
    border: 2px solid #f36;
    color: #f36
}

.main-container .main-content .more-style-2:before {
    border-radius: 0;
    background: #f36;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.main-container .main-content .more-style-2:hover {
    background-color: transparent;
    color: #fff
}

.main-container .main-content .more-style-2:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.main-container .main-content .more-style-3 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff
}

.main-container .main-content .more-style-3:before {
    border-radius: 0;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale3d(.7, 1, 1);
    transform: scale3d(.7, 1, 1);
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1)
}

.main-container .main-content .more-style-3:hover {
    background-color: transparent;
    color: #000
}

.main-container .main-content .more-style-3:hover:before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.visibility-yes {
    display: block;
    -webkit-transition: all 2s cubic-bezier(.215, .61, .352, 1);
    transition: all 2s cubic-bezier(.215, .61, .352, 1)
}


/* :::::::::: 6. Subscribe Container ::::::::::: */

.dialog.dialog--close .dialog__content,
.dialog.dialog--open .dialog__content {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(.6, 0, .4, 1);
    animation-timing-function: cubic-bezier(.6, 0, .4, 1)
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    animation-name: anim-close
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0, 0, 1);
        transform: scale3d(0, 0, 1)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }
}

@keyframes anim-close {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(.5, .5, 1);
        transform: scale3d(.5, .5, 1)
    }
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2em
}

.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.dialog {
    z-index: 9999;
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none
}

.dialog__overlay {
    position: absolute;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    z-index: 1
}

.dialog--open .dialog__overlay {
    opacity: .7;
    pointer-events: auto
}

.dialog__content {
    width: 80%;
    width-top: 50%;
    width-left: 50%;
    width-transform: translate3d(-50%, -50%, 0);
    max-width: 560px;
    min-width: 290px;
    background: #fff;
    padding: 4em;
    text-align: center;
    position: relative;
    z-index: 5;
    opacity: 0;
    opacity-will-change: transform
}


/* :::::::::: 7. More Info Container ::::::::::: */


.subscribe-on-main {
    max-width: 560px;
    min-width: 290px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.more-info {
    padding: 0;
    z-index: 3;
    position: fixed;
    overflow: hidden!important;
    right: 0;
    left: 0;
    top: 1em;
    -webkit-transform: translate3d(0, 100vh, 0);
    transform: translate3d(0, 100vh, 0);
    box-shadow: 0 0 12.78px 5.22px rgba(0, 0, 0, .18);
    height: 100vh;
    background-color: #fff!important;
    -webkit-transition: all .6s cubic-bezier(0, -.02, 0, 1);
    transition: all .6s cubic-bezier(0, -.02, 0, 1)
}

.more-info .logo-section .logo-wrapper {
    width: 100%;
    text-align: center;
    padding: 80px 0
}

.more-info .logo-section .logo-wrapper img {
    margin: auto;
    width: 90px
}

.more-info .logo-section,
.subscribe-main-wrapper {
    width: 100%
}

.features-section .feature-image,
.more-info .about-section .about-img,
.more-info .our-stats {
    background-position: center center;
    background-size: cover
}

.dialog--open .dialog__content {
    pointer-events: auto
}

.main-container-move {
    opacity: 0;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: all .7s cubic-bezier(.585, .17, 0, .995);
    transition: all .7s cubic-bezier(.585, .17, 0, .995)
}

.open-more-info {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(0, -.02, 0, 1);
    transition: -webkit-transform .5s cubic-bezier(0, -.02, 0, 1);
    transition: transform .5s cubic-bezier(0, -.02, 0, 1);
    transition: transform .5s cubic-bezier(0, -.02, 0, 1), -webkit-transform .5s cubic-bezier(0, -.02, 0, 1)
}

.opacity-yes {
    opacity: 1!important
}

.opacity-no {
    opacity: 0
}

.close {
    position: fixed;
    top: -100px;
    right: 0;
    z-index: 10;
    background-color: #fff;
    padding: 0 1.4em;
    color: #000;
    -webkit-transition: -webkit-transform 1.1s cubic-bezier(0, -.02, 0, 1.13);
    transition: -webkit-transform 1.1s cubic-bezier(0, -.02, 0, 1.13);
    transition: transform 1.1s cubic-bezier(0, -.02, 0, 1.13);
    transition: transform 1.1s cubic-bezier(0, -.02, 0, 1.13), -webkit-transform 1.1s cubic-bezier(0, -.02, 0, 1.13)
}

.close i {
    font-size: 2.8em
}

.move-top {
    -webkit-transform: translate3d(0, 75vh, 0);
    transform: translate3d(0, 75vh, 0);
    -webkit-transition: -webkit-transform .4s cubic-bezier(0, -.02, 0, 1);
    transition: -webkit-transform .4s cubic-bezier(0, -.02, 0, 1);
    transition: transform .4s cubic-bezier(0, -.02, 0, 1);
    transition: transform .4s cubic-bezier(0, -.02, 0, 1), -webkit-transform .4s cubic-bezier(0, -.02, 0, 1);
    will-change: transform
}

.open-close-button {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.215, .61, .352, 1);
    transition: -webkit-transform .6s cubic-bezier(.215, .61, .352, 1);
    transition: transform .6s cubic-bezier(.215, .61, .352, 1);
    transition: transform .6s cubic-bezier(.215, .61, .352, 1), -webkit-transform .6s cubic-bezier(.215, .61, .352, 1);
    will-change: transform
}

/* :::::::::: 7.1. More Info About Section ::::::::::: */

.more-info .about-section .about-img {
    background-image: url(../img/1.jpg);
    background-repeat: no-repeat;
    min-height: 602px
}

.more-info .about-section .about-img-model {
    background-image: url(../img/8.jpg)!important
}

.more-info .about-section .about-img-book {
    background-image: url(../img/book-more.jpg)!important
}

.more-info .about-section .about-img-product {
    background-image: url(../img/product-more.jpg)!important
}

.more-info .about-section .about-content {
    padding: 1.4em 100px 0 50px
}

.more-info .about-section .about-content .about-header {
    text-transform: capitalize;
    margin-top: 0;
    font-size: 2em
}

.more-info .about-section .about-content hr {
    width: 20%;
    margin-left: 0;
    text-align: left
}

/* :::::::::: 7.2. More Info Our Stats Section ::::::::::: */

.more-info .our-stats {
    background-image: url(../img/3.jpg);
    background-repeat: no-repeat;
    min-height: 100px;
    padding: 250px 0
}

.more-info .our-stats:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    background-repeat: repeat;
    z-index: 1
}

.more-info .our-stats .item-stat {
    z-index: 4;
    color: #fff;
    text-align: center;
    padding: 0 20px
}

.more-info .our-stats .item-stat i {
    font-size: 4em
}

.more-info .our-stats .item-stat .stat-header {
    margin-top: 0;
    font-weight: 300
}

.more-info .our-stats-model {
    background-image: url(../img/our-stats-model.jpg)
}


/* :::::::::: 7.3. More Info Features Section ::::::::::: */

.features-section {
    width: 100%;
    overflow: auto
}

.features-section .not-for-mobile {
    display: block
}

.features-section .not-for-desktop {
    display: none
}

.features-section .feature-image {
    height: 490px;
    background-repeat: no-repeat;
    padding: 0
}

.features-section .feature-image-1 {
    background-image: url(../img/1.png)
}

.features-section .feature-image-2 {
    background-image: url(../img/2.png)
}

.features-section .feature-image-3 {
    background-image: url(../img/3.png)
}

.features-section .feature-image-4 {
    background-image: url(../img/4.png)
}

.features-section .feature-model-1 {
    background-image: url(../img/10.jpg)
}

.features-section .feature-model-2 {
    background-image: url(../img/7.jpg)
}

.features-section .feature-model-3 {
    background-image: url(../img/8.jpg)
}

.features-section .feature-model-4 {
    background-image: url(../img/11.jpg)
}

.features-section .feature-book-1 {
    background-image: url(../img/book-feature-1.jpg)
}

.features-section .feature-book-2 {
    background-image: url(../img/book-feature-2.jpg)
}

.features-section .feature-book-3 {
    background-image: url(../img/book-feature-3.jpg)
}

.features-section .feature-book-4 {
    background-image: url(../img/book-feature-4.jpg)
}

.features-section .feature-item .item-header {
    text-transform: uppercase;
    line-height: 2.8em;
    letter-spacing: 1px;
    margin-top: .8em;
    font-size: 1.071em;
    font-weight: 400;
    color: #222
}

.features-section .feature-item .item-text {
    color: #7d7d7d;
    line-height: 2.1em
}

.features-section .feature-item i {
    font-size: 3em
}

.features-section .feature-style-1 {
    padding-top: 155px;
    padding-right: 35px;
    padding-left: 35px
}

.features-section .feature-style-2 {
    padding-top: 135px;
    padding-right: 35px;
    padding-left: 35px
}

.features-section .feature-style-3,
.features-section .feature-style-4 {
    padding-top: 155px
}

.features-section .feature-style-1,
.features-section .feature-style-2 {
    text-align: center
}

.features-section .feature-style-3 {
    text-align: left
}

.features-section .feature-style-3 .icon-wrapper {
    padding: 2px 20px 0 45px;
    float: left
}

.features-section .feature-style-3 .text-wrapper {
    display: inline-block;
    width: 80%;
    padding: 0 35px 0 0
}

.features-section .feature-style-3 .text-wrapper-no-icon {
    padding: 0 35px
}

.features-section .feature-style-4 {
    text-align: right
}

.features-section .feature-style-4 .icon-wrapper {
    padding: 2px 45px 0 20px;
    float: right
}

.features-section .feature-style-4 .text-wrapper {
    display: inline-block;
    width: 80%;
    padding: 0 0 0 35px
}

.features-section .feature-style-4 .text-wrapper-no-icon {
    padding: 0 35px
}


/* :::::::::: 7.4. More Info Quote Section ::::::::::: */

.quote-section {
    background-color: #f7f7f7;
    padding: 70px 0;
    text-align: center
}

.quote-section .quote-sign {
    font-size: 4em;
    line-height: 2;
    font-weight: 600;
    margin: 0
}

.quote-section .quote {
    margin-top: 0;
    font-size: 1.286em;
    font-weight: 300;
    color: #333;
    padding: 0 200px;
    line-height: 2.4;
    margin-bottom: 3.8em
}

.quote-section .quote-author {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500
}


/* :::::::::: 7.5. More Info Portfolio Section ::::::::::: */

.portfolio-section {
    padding-top: 12em
}

.portfolio-section .line {
    width: 5%;
    display: inline-block;
    float: left;
    padding-top: 18px
}

.portfolio-section .portfolio-header {
    padding-left: 70px;
    margin-top: .76em
}

.portfolio-section .portfolio-subtext {
    padding-left: 70px;
    width: 45%;
    line-height: 2;
    color: #6d6d6d
}

.portfolio {
    text-align: center;
    margin-top: 4em
}

.portfolio .my-gallery img {
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
    -webkit-transition: all .6s cubic-bezier(.215, .61, .352, 1);
    transition: all .6s cubic-bezier(.215, .61, .352, 1)
}

.portfolio .my-gallery figure {
    box-sizing: border-box;
    padding: 8px
}

.portfolio .my-gallery figure .pf-description {
    visibility: none;
    position: absolute;
    width: calc(100% - 16px)
}

.portfolio .my-gallery figure .description-hd {
    opacity: 0;
    margin-top: -.6em
}

.portfolio .my-gallery figure .all-text,
.portfolio .my-gallery figure .description-text {
    display: none
}

.portfolio .my-gallery figure:hover {
    box-shadow: inset 0 0 0 1px #f2f2f2
}

.portfolio .my-gallery figure:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    -webkit-transition: all .6s cubic-bezier(.215, .61, .352, 1);
    transition: all .6s cubic-bezier(.215, .61, .352, 1)
}

.portfolio .my-gallery figure:hover h4 {
    font-size: .857em;
    text-transform: uppercase
}

.portfolio .my-gallery figure:hover .description-hd {
    text-decoration: line-through;
    line-height: 0;
    opacity: 1;
    -webkit-transition: all .7s cubic-bezier(.215, .61, .352, 1);
    transition: all .7s cubic-bezier(.215, .61, .352, 1)
}

.portfolio .my-gallery figure:hover .description-text {
    font-size: 1.2em;
    padding: 0 10px;
    display: none
}


/* :::::::::: 7.6. More Info Contact Section ::::::::::: */

.contact-section {
    margin-top: 10em;
    min-height: 550px;
    margin-bottom: 10em
}

.contact-section .contact-subtext {
    text-align: center;
    padding: 0 200px;
    line-height: 2em;
    margin-bottom: 6em
}

.contact-section form .btn:focus,
.contact-section form .form-control:focus,
button:focus,
input {
    outline: 0
}

.contact-section .line {
    padding-top: 1.3em
}

.contact-section .line hr {
    border-color: #c2c2c2
}

.contact-section .contact-data {
    padding-left: 100px;
    padding-right: 20px
}

.contact-section .contact-sign {
    font-weight: 600;
    color: #000;
    padding-right: 5px
}

.contact-section form {
    padding-right: 80px
}

.contact-section form label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .857em
}

.contact-section form .form-control {
    padding-left: 5px;
    background-color: #ededed;
    height: 36px;
    border: none;
    margin-bottom: 2em;
    width: 100%;
    font-size: 1em;
    -webkit-border-radius: 0!important
}

div #note {
    margin-top: 2em;
}

.contact-section form .form-control input[placeholder] {
    padding-bottom: 20px
}

.contact-section form #msg {
    min-height: 7em;
    margin-bottom: 3em;
    padding-top: 5px
}

.contact-section form .btn {
    border: 2px solid #000;
    background-color: #000;
    color: #fff;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .352, 1);
    transition: all .4s cubic-bezier(.215, .61, .352, 1)
}

.contact-section form .btn:hover {
    color: #000;
    background-color: transparent;
    -webkit-transition: all .4s cubic-bezier(.215, .61, .352, 1);
    transition: all .4s cubic-bezier(.215, .61, .352, 1)
}

.contact-section .error i {
    font-size: 1.4em
}

.contact-section .error .email,
.contact-section .error .name {
    position: absolute;
    right: 20px;
    top: 30px
}

.contact-section .error .message {
    position: absolute;
    right: 20px;
    top: 26px
}


/* :::::::::: 7.7. More Info Google Map Section ::::::::::: */

#google-container {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #e7eaf0
}

#zoom-in,
#zoom-out {
    height: 32px;
    width: 32px;
    cursor: pointer;
    margin-left: 10px;
    background-color: #333;
    background-repeat: no-repeat;
    background-size: 32px 64px;
    background-image: url(../img/icon-controller.svg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

#zoom-in {
    background-position: 50% 0;
    margin-top: 151.5px;
    margin-bottom: 1px
}

#zoom-out {
    background-position: 50% -32px
}


/* :::::::::: 7.8. More Info Footer Section ::::::::::: */

.footer-section {
    min-height: 220px;
    background-color: #3a3a3a;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 0
}

.footer-section a {
    color: #fff;
    font-size: .857em;
    font-weight: 400
}

.footer-section ul {
    margin: 0;
    padding-top: 1em
}

.footer-section li {
    display: inline-block;
    margin: 2em 2.5em 0;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 1.1em
}

.footer-section .copyright {
    margin: 0;
    padding: 8em 0 1em;
    color: #fff;
    font-size: .857em;
    font-weight: 400
}


/* :::::::::: 8. Responsive CSS ::::::::::: */

@media only screen and (min-width:1200px) {
    body {
        overlflow: hidden
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .more-info {
        top: 0;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .main-container {
        -webkit-transition: all 1s cubic-bezier(1, -.6, 0, 1.005);
        transition: all 1s cubic-bezier(1, -.6, 0, 1.005);
        will-change: transform;
        opacity: 1
    }
}

@media only screen and (max-width:1200px) {
    .main-container {
        position: relative!important
    }
    .container-fluid,
    .more-info {
        position: relative
    }
    .close,
    .hover-background,
    .more {
        display: none!important
    }
    .split-main-container-move {
        -webkit-transition: all .4s cubic-bezier(1, -.6, 0, 1.005);
        transition: all .4s cubic-bezier(1, -.6, 0, 1.005);
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        will-change: transform;
        opacity: 0!important;
        pointer-events: none
    }
    .more-info {
        background-color: #fff!important;
        top: 0;
        width: 100%;
        box-shadow: none;
        overflow-y: visible;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .more-info .logo-section {
        display: none
    }
    .portfolio {
        padding-right: 15px
    }
    .features-section .feature-style-3 .icon-wrapper,
    .features-section .feature-style-4 .icon-wrapper {
        padding: 2px 20px 0
    }
}

@media only screen and (max-width:1200px) and (min-width:768px) {
    .image-background,
    .main-container .main-content {
        width: 100%
    }
    .features-section .feature-style-1 p,
    .features-section .feature-style-2 p {
        padding: 0 20px
    }
    .features-section .feature-style-3 .text-wrapper {
        padding: 0 15px 0 20px;
        width: 100%
    }
    .features-section .feature-style-4 .text-wrapper {
        padding: 0 20px 0 15px;
        width: 100%
    }
    .more-info {
        box-shadow: none;
        background: 0 0
    }
    .more-info .logo-section {
        display: none
    }
    .more-info .about-section .about-content {
        padding: 4em 30px
    }
    .more-info .our-stats .item-stat {
        margin: 2em 0
    }
}

@media only screen and (min-width:768px) {
    .vertical-center {
        position: absolute;
        top: 49.9%;
        -webkit-transform: translate3d(0, -50.1%, 0);
        transform: translate3d(0, -50.1%, 0)
    }
    .left-50 {
        left: 49.9%
    }
}

@media only screen and (max-width:992px) {
    .container-fluid,
    .more-info {
        position: relative
    }
    .contact-section .line,
    .more-info .logo-section,
    .portfolio-section .line {
        display: none
    }
    .main-header {
        font-size: 3em
    }
    .main-container {
        width: 100%;
        height: auto
    }
    .main-container.youtube-background .main-content {
        height: auto;
        background: rgba(0, 0, 0, .6)
    }
    .split-container .main-content {
        background: 0 0
    }
    .more-info .about-section .about-img {
        margin: 2em
    }
    .modal-dialog {
        width: 760px
    }
    .more-info {
        box-shadow: none
    }
    .more-info .about-section .about-content {
        padding: 4em 30px
    }
    .more-info .our-stats .item-stat {
        margin: 2em 0
    }
    .main-container .main-content .content-wrapper {
        padding: 0 10px
    }
    .quote-section .quote {
        padding: 0 20px
    }
    .portfolio-section {
        padding-top: 8em
    }
    .portfolio-section .my-gallery figure:hover {
        box-shadow: none
    }
    .portfolio-section .my-gallery figure:hover img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .portfolio-section .portfolio-header {
        padding: 0 15px;
        text-align: center
    }
    .portfolio-section .portfolio-subtext {
        width: 100%;
        padding: 0 15px;
        text-align: center
    }
    .contact-section {
        margin-top: 8em;
        margin-bottom: 6em
    }
    .contact-section .contact-subtext {
        padding: 0 15px;
        margin-bottom: 5em
    }
    .contact-section .contact-data {
        padding-left: 35px;
        margin-bottom: 5em
    }
    .contact-section form {
        padding: 0 20px
    }
    .footer-section ul {
        padding-left: 0
    }
    .footer-section li {
        display: block
    }
}

@media only screen and (max-width:767px) {
    .features-section .feature-style-3,
    .features-section .feature-style-4 {
        text-align: center
    }
    .countdown {
        width: 80%;
        margin-left: 10%;
        height: 180px
    }
    .countdown div {
        margin-top: .3em
    }
    .main-paragraph {
        padding: 0 1em
    }
    .main-paragraph br {
        display: none
    }
    .modal-dialog {
        width: 460px
    }
    .features-section .custom-col-6 {
        width: 100%
    }
    .features-section .not-for-desktop {
        display: block
    }
    .features-section .not-for-mobile {
        display: none
    }
    .features-section .feature-style-1,
    .features-section .feature-style-2,
    .features-section .feature-style-3,
    .features-section .feature-style-4 {
        padding-top: 50px;
        padding-bottom: 50px
    }
    .features-section .feature-style-3 .icon-wrapper {
        padding: 2px 20px 0;
        float: none
    }
    .features-section .feature-style-3 .text-wrapper {
        padding: 0
    }
    .features-section .feature-style-4 .icon-wrapper {
        padding: 2px 20px 0;
        float: none
    }
    .features-section .feature-style-4 .text-wrapper {
        display: inline-block;
        width: 80%;
        padding: 0
    }
    .pswp__caption__center {
        min-width: 50px
    }
}

@media only screen and (max-width:400px) and (max-height:568px) {
    .logo-split {
        position: relative!important;
        margin-bottom: 4em!important
    }
}

@media only screen and (max-width:480px) {
    .main-header {
        font-size: 2em!important
    }
    .modal-dialog {
        width: 320px
    }
    .features-section .feature-style-1,
    .features-section .feature-style-2 {
        padding-right: 10px;
        padding-left: 10px
    }
    .features-section .feature-style-3,
    .features-section .feature-style-4 {
        padding-top: 50px;
        padding-bottom: 50px
    }
}