/*==========================
	Custom css
==========================*/

.bg-img-fix {
    background-size: cover;
    background-position: center;
}

/* Coming Soon Page */
.countdown .date .time {
    font-size: 60px;
    font-weight: bold
}

.countdown .date {
    min-width: 110px;
    color: #fff;
    display: inline-block;
    text-align: center;
}

.countdown .date span {
    display: block;
    margin: 0 auto;
    padding: 1px;
    width: 100%;
    letter-spacing: 2px;
}

.coming-soon-content h2 {
    font-size: 50px;
}

.coming-soon-content p {
    max-width: 800px;
    margin: 0px auto;
}

.dez-coming-soon {
    height: 100%;
    width: 100%;
}

.dez-coming-soon .container {
    position: relative;
}

.dez-coming-soon-full {
    position: fixed;
    overflow-y: scroll;
}

.dez-coming-bx {
    width: 100%;
}

.sidenav.coming-side-bar {
    background-color: rgba(0, 0, 0, 0.9);
}

.coming-side-bar h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.about-section p {
    padding: 0 70px;
}

.dez-coming-soon.two-box {
    width: 50%;
    position: fixed;
    right: 0;
}

.vertical li {
    display: block;
    margin-top: 4px
}

.wow {
    visibility: hidden;
}

.made-by {
    color: inherit;
}

.made-by:hover {
    color: inherit;
    opacity: 0.8;
}

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

    .dez-coming-soon.two-box,
    .dez-coming-soon.two-box .dez-coming-bx {
        position: relative;
        width: 100%;
    }

    .dez-coming-soon.two-box .dez-coming-bx {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .dez-coming-soon.two-box .dez-coming-bx h2 {
        margin-top: 0;
    }

    .coming-side-bar {
        background: #fff;
    }

    .vertical li {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .coming-soon-content h2 {
        font-size: 30px;
    }

    .countdown .date .time {
        font-size: 45px;
    }

    .countdown .date {
        max-width: 50px;
    }

    .dez-coming-bx {
        margin-top: 20px;
    }

    .about-section p {
        padding: 0 0px;
    }
}

/*====== Coming Soon 1 ======*/

.subscribe-form .form-control {
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid;
    border-color: inherit;
    height: 50px;
    border-radius: 50px;
    border-right: 0;
    padding-left: 20px;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
}

.subscribe-form .input-group-append {
    border: 2px solid;
    border-left: 0;
    border-radius: 0 50px 50px 0;
    padding: 0 3px 0 0;
    border-color: inherit;
}

.subscribe-form p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.dez-content h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-top: 5px;
}

.dez-content>span:first-child {
    font-size: 24px;
    font-weight: 300;
}

.dez-coming-btn .site-button {
    font-weight: 300;
    font-weight: 500;
    margin-bottom: 0px;
}

.style-1 {
    padding: 50px;
}

.style-1 .dez-social-icon li a {
    background-color: rgba(255, 255, 255, 0.45)
}

.bottom-bar {
    padding: 50px;
    position: absolute;
    right: 0;
    width: 100%;
}

.bottom-right,
.bottom-left,
.top-right,
.top-left {
    position: absolute;
    z-index: 2;
}

.bottom-right {
    bottom: 30px;
    right: 30px;
}

.bottom-left {
    bottom: 30px;
    left: 30px;
}

.top-right {
    top: 30px;
    right: 30px;
}

.top-left {
    top: 30px;
    left: 30px;
}

.dez-align .top-right,
.dez-align .bottom-right {
    right: 10px;
}

.style-1 {
    padding: 50px;
}

.style-1 .dez-social-icon li a {
    background-color: rgba(255, 255, 255, 0.45)
}

/* Responsive */

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

    .style-1 .top-left,
    .style-1 .bottom-left {
        margin-top: 180px;
    }
}

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

    .style-1 .bottom-right,
    .style-1 .bottom-left,
    .style-1 .top-right,
    .style-1 .top-left,
    .style-1 .max-w450 {
        position: ;
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-1 {
        padding: 20px;
    }

    .dez-content h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .style-1 .top-left,
    .style-1 .bottom-left {
        margin-top: 50px;
    }
}

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

    .style-1 .top-left,
    .style-1 .bottom-left {
        margin-top: 25px;
    }

    .style-1 .bottom-right,
    .style-1 .bottom-left,
    .style-1 .top-right,
    .style-1 .top-left,
    .style-1 .max-w450 {
        position: unset;
        margin-bottom: 15px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-1 .countdown {
        display: none;
    }
}

/*====== Coming Soon 2 ======*/

.style-2 .dez-coming-bx {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    position: absolute;
    right: 0;
    width: 50%;
}

.style-2 .bottom-left {
    left: 30px;
    bottom: 30px;
}

.style-2 .top-left {
    top: 30px;
    left: 30px;
}

.style-2 .bottom-right {
    right: 30px;
    bottom: 30px;
}

.style-2 .top-right {
    right: 30px;
    top: 30px;
}

.style-2 .dez-social-icon.dez-border li a:hover {
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .style-2 .dez-coming-bx {
        width: 70%;
        background-color: rgba(255, 255, 255, 0.5);
    }
}

@media only screen and (max-width: 991px) {
    .style-2 .dez-coming-bx {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        padding: 60px 30px 0;
    }

    .style-2 .top-left,
    .style-2 .bottom-left {
        margin-top: 200px;
    }

    .style-2 .vertical li {
        display: inline-block;
    }

    .style-2 .bottom-right {
        position: unset;
        margin-bottom: 15px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
}

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

    .style-2 .bottom-right,
    .style-2 .bottom-left,
    .style-2 .top-right,
    .style-2 .top-left,
    .style-2 .max-w450 {
        position: unset;
        margin-bottom: 15px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-2 .dez-coming-bx {
        padding: 40px 20px;
        position: fixed;
        text-align: center;
        height: 100%;
        margin-top: 0;
        overflow: scroll;

    }

    .style-2 .vertical li {
        display: inline;
    }

    .style-2 .top-left,
    .style-2 .bottom-left {
        margin-top: 40px;
    }

    .style-2.style-in-1 .top-left,
    .style-2.style-in-1 .bottom-left {
        margin-top: 80px;
    }

    .style-2.style-in-2 .top-left,
    .style-2.style-in-2 .bottom-left {
        margin-top: 70px;
    }
}

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

    .style-2 .top-left,
    .style-2 .bottom-left {
        margin-top: 10px;
    }

    .style-2 .bottom-right,
    .style-2 .bottom-left,
    .style-2 .top-right,
    .style-2 .top-left,
    .style-2 .max-w450 {
        margin-bottom: -2px;
    }

    .style-2.style-in-1 .bottom-right,
    .style-2.style-in-1 .bottom-left,
    .style-2.style-in-1 .top-right,
    .style-2.style-in-1 .top-left,
    .style-2.style-in-1 .max-w450 {
        margin-bottom: 10px;
    }

    .style-2.style-in-1 .top-left,
    .style-2.style-in-1 .bottom-left {
        margin-top: 30px;
    }

    .style-2.style-in-2 .top-left,
    .style-2.style-in-2 .bottom-left {
        margin-top: 7px;
    }
}

/*====== Coming Soon 3 ======*/

.style-3 .dez-coming-bx {
    background-color: rgba(0, 0, 0, 0.50);
    height: 100%;
    position: absolute;
    right: 0;
    width: 50%;
}

.style-3 .bottom-left {
    left: 30px;
    bottom: 30px;
}

.style-3 .top-left {
    top: 30px;
    left: 30px;
}

.style-3 .bottom-right {
    right: 30px;
    bottom: 30px;
}

.style-3 .top-right {
    right: 30px;
    top: 30px;
}

.style-3 {}

.style-3 .site-button,
.style-3 .site-button-secondry {
    color: #000;
}

.style-3 .site-button.outline,
.style-3 .site-button-secondry.outline {
    color: #fff;
}

.style-3 .site-button.outline:hover,
.style-3 .site-button-secondry.outline:hover {
    color: #000;
}

.style-3 .site-button-secondry {}

.style-3 .dez-social-icon.dez-border li a:hover {
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .style-3 .dez-coming-bx {
        width: 70%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (max-width: 991px) {
    .style-3 .dez-coming-bx {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 90px 30px 0;
    }

    .style-3 .dez-coming-bx .dez-content {
        margin: 210px 0;
    }

    .style-3 .bottom-right {
        position: unset;
        margin-bottom: 15px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }
}

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

    .style-3 .bottom-right,
    .style-3 .bottom-left,
    .style-3 .top-right,
    .style-3 .top-left,
    .style-3 .max-w450 {
        position: unset;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-3 .dez-coming-bx {
        padding: 40px 20px;
        position: fixed;
        height: 100%;
        text-align: center;
        margin-top: 0;
        padding-top: 80px;
        overflow: scroll;
    }

    .style-3 .dez-coming-bx .dez-content {
        margin: 89px 0;
    }
}

@media only screen and (max-width: 320px) {
    .style-3 .dez-coming-bx .dez-content {
        margin: 20px 0;
    }

    .style-3 .top-left,
    .style-3 .bottom-left {
        margin-top: 0;
    }
}

/*====== Coming Soon 4 ======*/

.style-4 .dez-coming-bx {
    background-color: rgba(0, 0, 0, 0.50);
    height: 100%;
    position: absolute;
    left: 70px;
    width: 50%;
}

.style-4 .dez-coming-bx.white-ov {
    background-color: rgba(255, 255, 255, 0.4)
}

.style-4 .bottom-left {
    left: 30px;
    bottom: 30px;
}

.style-4 .top-left {
    top: 30px;
    left: 30px;
}

.style-4 .bottom-right {
    right: 30px;
    bottom: 30px;
}

.style-4 .top-right {
    right: 30px;
    top: 30px;
}

.style-4 .dez-social-icon.dez-border li a:hover {
    color: #fff;
}

.style-4 .form-control::-moz-placeholder {
    color: #fff;
}

@media only screen and (max-width: 1280px) {
    .style-4 .dez-coming-bx {
        width: 70%;
        background-color: rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (max-width: 991px) {
    .style-4 .dez-coming-bx {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        padding: 90px 30px 0;
    }

    .style-4 .dez-coming-bx .dez-content {
        margin: 210px 0;
    }
}

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

    .style-4 .bottom-right,
    .style-4 .bottom-left,
    .style-4 .top-right,
    .style-4 .top-left,
    .style-4 .max-w450 {
        position: unset;
        margin-bottom: 20px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-4 .dez-coming-bx {
        padding: 40px 20px;
        position: fixed;
        height: 100%;
        text-align: center;
        margin-top: 0;
        padding-top: 80px;
        overflow: scroll;
    }

    .style-4 .dez-coming-bx .dez-content {
        margin: 89px 0;
    }
}

@media only screen and (max-width: 320px) {
    .style-4 .dez-coming-bx .dez-content {
        margin: 20px 0;
    }

    .style-4 .top-left,
    .style-4 .bottom-left {
        margin-top: 0;
    }


}

/*====== Coming Soon 5 ======*/

.style-5 .bottom-left,
.style-5 .top-left {
    left: 100px;
}

.style-5 .dez-social-icon.dez-border li a {
    background-color: #e6e6e6;
    color: #000;
}

.style-5 .bottom-left {
    bottom: 30px;
}

.style-5 .top-left {
    top: 30px;
}

.style-5 .bottom-right {
    right: 30px;
    bottom: 30px;
}

.style-5 .top-right {
    right: 30px;
    top: 30px;
}

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

    .style-5 .bottom-left,
    .style-5 .top-left {
        left: 50px;
    }

    .style-5 .bottom-right,
    .style-5 .bottom-left,
    .style-5 .top-right,
    .style-5 .top-left {
        position: unset;
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
        width: 100%;
    }

    .style-5 .max-w500,
    .style-5 .max-w450 {
        max-width: 100%;
    }

    .style-5 .dez-coming-bx {
        padding: 80px 20px 40px 20px;
    }

    .style-5 .dez-content {
        margin: 0px 0;
    }
}

@media only screen and (max-width: 767px) {
    .style-5 .dez-content {
        margin: 45px 0;
    }
}

@media only screen and (max-width: 320px) {
    .style-5 .dez-content {
        margin: 0px 0;
    }

    .style-5 .dez-coming-bx {
        margin-top: 0;
    }
}

/*====== Coming Soon 6 ======*/

.style-6:after {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02bf7f+0,0069e9+100 */

    background: rgba(200, 69, 67, 0.8);
    /* Old browsers */

    background: -moz-linear-gradient(45deg, rgba(200, 69, 67, 0.8)0%, rgba(64, 70, 77, 0.8) 100%);
    /* FF3.6-15 */

    background: -webkit-linear-gradient(45deg, rgba(200, 69, 67, 0.8)0%, rgba(64, 70, 77, 0.8) 100%);
    /* Chrome10-25,Safari5.1-6 */

    background: linear-gradient(45deg, rgba(200, 69, 67, 0.8)0%, rgba(64, 70, 77, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(2,191,127,0.8)', endColorstr='rgba(0,105,233,0.8)', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    border: 20px solid rgba(255, 255, 255, 0.8);
    z-index: -1;
}

.style-6 .left-menu.right {
    right: 30px;
    padding: 40px 15px;
}

.style-6 .left-menu .dez-social-icon {
    bottom: 45px;
}

.style-6 .bottom-left {
    bottom: 50px;
    left: 50px;
}

.style-6 .top-left {
    top: 50px;
    left: 50px;
}

.style-6 .bottom-right {
    right: 50px;
    bottom: 50px;
}

.style-6 .top-right {
    right: 50px;
    top: 50px;
}

@media only screen and (max-width: 991px) {
    .style-6 .left-menu.right {
        right: auto;
        padding: 10px 15px;
        background-color: rgba(255, 255, 255, 0.2);
        background: rgba(2, 191, 127, 0.8);
        /* Old browsers */

        background: -moz-linear-gradient(45deg, rgba(200, 69, 67, 0.8)0%, rgba(64, 70, 77, 0.8) 100%);
        /* FF3.6-15 */

        background: -webkit-linear-gradient(45deg, rgba(200, 69, 67, 0.8)0%, rgba(64, 70, 77, 0.8) 100%);
        /* Chrome10-25,Safari5.1-6 */

        background: linear-gradient(45deg, rgba(200, 69, 67, 0.8)0%, rgba(64, 70, 77, 0.8) 100%);

        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(2,191,127,0.8)', endColorstr='rgba(0,105,233,0.8)', GradientType=1);

    }

    .style-6 .bottom-right,
    .style-6 .bottom-left,
    .style-6 .top-right,
    .style-6 .top-left {
        position: unset;
        text-align: center;
        width: 100%;
    }

    .style-6 .posi-center {
        margin: 240px 0;
    }

    .style-6:after {
        border: 5px solid rgba(255, 255, 255, 0.8);
    }
}

@media only screen and (max-width: 767px) {
    .style-6 .posi-center {
        margin: 90px 0;
    }
}

@media only screen and (max-width: 320px) {
    .style-6 .posi-center {
        margin: 20px 0;
    }

    .style-6 .bottom-left {
        margin-top: 0;
    }
}

/*====== Coming Soon 7 ======*/

.style-7 .left-menu.right {
    right: 30px;
    padding: 20px 0px;
}

.style-7 .left-menu .dez-social-icon {
    bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    .style-7 .posi-center {
        margin-top: -17%;
    }
}

@media only screen and (max-width: 991px) {
    .style-7 .left-menu.right {
        right: auto;
        padding: 10px 15px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .style-7 .posi-center {
        margin: 32% 0%;
    }
}

@media only screen and (max-width: 767px) {
    .style-7 .posi-center {
        margin: 27% 0%;
    }
}

@media only screen and (max-width: 320px) {
    .style-7 .posi-center {
        margin: 0% 0%;
    }

    .style-7 .top-left,
    .style-7 .bottom-left {
        margin-top: 50px;
    }
}

/*====== Coming Soon 8 ======*/

.style-8 .bottom-left,
.style-8 .top-left {
    left: 100px;
}

.style-8 .dez-social-icon.dez-border li a {
    background-color: #e6e6e6;
    color: #000;
}

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

    .style-8 .bottom-left,
    .style-8 .top-left {
        left: 50px;
    }

    .style-8 .bottom-right,
    .style-8 .bottom-left,
    .style-8 .top-right,
    .style-8 .top-left {
        position: unset;
        text-align: center;
        width: 100%;
    }

    .style-8 .max-w500,
    .style-8 .max-w450 {
        max-width: 100%;
        width: 100%;
    }

    .style-8 .dez-coming-bx {
        padding: 80px 20px 40px 20px;
    }

    .style-8 .dez-content {
        margin: 27% 0;
    }

    .style-8 .bottom-right,
    .style-8 .bottom-left,
    .style-8 .top-right,
    .style-8 .top-left,
    .style-8 .max-w450 {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .style-8 .dez-content {
        margin: 8% 0;
    }
}

@media only screen and (max-width: 320px) {
    .style-8 .dez-content {
        margin: 5% 0;
    }

    .style-8 .top-left,
    .style-8 .bottom-left {
        margin-top: 10px;
    }
}

/*====== Coming Soon 9 ======*/

.style-9 .dez-coming-bx {
    height: 100%;
    position: absolute;
    left: 0;
    width: 50%;
}

.style-9 .left-menu {
    left: auto;
    right: 0;
}

.style-9 .dez-social-icon.dez-border li a:hover {
    color: #fff;
}

.style-9 .countdown .date,
.style-9 .text-white {
    color: #737373;
}

@media only screen and (max-width: 1280px) {
    .style-9 .dez-coming-bx {
        width: 70%;
    }
}

@media only screen and (max-width: 991px) {
    .style-9 .dez-coming-bx {
        width: 100%;
        left: 0;
        padding: 90px 30px 0px;
    }

    .style-9 .dez-coming-bx .dez-content {
        margin: 215px 0;
    }

    .style-9 .top-left,
    .style-9 .bottom-left {
        margin: 0;
    }
}

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

    .style-9 .bottom-right,
    .style-9 .bottom-left,
    .style-9 .top-right,
    .style-9 .top-left,
    .style-9 .max-w450 {
        position: unset;
        margin-bottom: 0px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-9 .dez-coming-bx {
        padding: 40px 20px;
        position: unset;
        text-align: center;
        height: auto;
        margin-top: 0;
        padding-top: 80px;
    }

    .style-9 .dez-coming-bx .dez-content {
        margin: 89px 0;
    }
}

@media only screen and (max-width: 320px) {
    .style-9 .dez-coming-bx .dez-content {
        margin: 20px 0;
    }
}

/*====== Coming Soon 10 ======*/

.style-10 {
    padding: 50px;
}

.style-10 .text-black,
.style-10 .site-button.outline.black {
    color: #232234;
}

.style-10 .site-button.black {
    background-color: #232234;
}

.style-10 .site-button.outline.black {
    background-color: rgba(0, 0, 0, 0);
    border-color: #232234;
}

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

    .style-10 .top-left,
    .style-10 .bottom-left {
        margin-top: 200px;
    }
}

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

    .style-10 .bottom-right,
    .style-10 .bottom-left,
    .style-10 .top-right,
    .style-10 .top-left,
    .style-10 .max-w450 {
        position: unset;
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-10 {
        padding: 20px;
    }

    .style-10 .top-left,
    .style-10 .bottom-left {
        margin-top: 40px;
    }

    .style-10.style-in-1 .top-left,
    .style-10.style-in-1 .bottom-left {
        margin-top: 70px;
    }
}

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

    .style-10 .top-left,
    .style-10 .bottom-left {
        margin-top: 10px;
    }

    .style-10 .bottom-right,
    .style-10 .bottom-left,
    .style-10 .top-right,
    .style-10 .top-left,
    .style-10 .max-w450 {
        margin-bottom: 10px;
    }

    .style-10.style-in-1 .top-left,
    .style-10.style-in-1 .bottom-left {
        margin-top: 20px;
    }

    .style-10 .countdown {
        display: none;
    }

    .dez-coming-bx {
        margin-top: 10px;
    }
}

/*====== Coming Soon 11 ======*/

.style-11 .left-menu .dez-social-icon {
    bottom: 30px;
    left: 30px;
}

.style-11 .left-menu .button-bar {
    margin-left: 15px;
}

.style-11 .left-menu {
    padding: 20px 15px;
}

.style-11 .dez-coming-bx {
    background-color: rgba(255, 255, 255, 0.85);
    height: 100%;
    position: absolute;
    left: 0px;
    width: 70%;
}

.style-11 .dez-coming-bx.w-5 {
    width: 50%;
}

.style-11 .dez-coming-bx.w-5 .posi-center {
    top: 40%;
}

@media only screen and (max-width: 1024px) {
    .style-11 .posi-center {
        margin-top: -20%;
    }

    .style-11 .dez-coming-bx.w-5 {
        width: 70%;
    }

    .style-11 .dez-coming-bx.w-5 .posi-center {
        top: 50%;
    }
}

@media only screen and (max-width: 991px) {
    .style-11 .left-menu {
        right: auto;
        padding: 10px 15px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .style-11 .dez-coming-bx,
    .style-11 .dez-coming-bx.w-5 {
        width: 100%;
        padding: 90px 30px 0;
    }

    .style-11 .posi-center,
    .style-11 .dez-coming-bx.w-5 .posi-center {
        margin: 34% 0;
        top: auto;
    }

    .style-11 .left-menu .dez-social-icon {
        left: auto;
        right: 15px;
    }

    .style-11 .left-menu .button-bar {
        margin-left: 0;
    }
}

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

    .style-11 .bottom-right,
    .style-11 .bottom-left,
    .style-11 .top-right,
    .style-11 .top-left {
        position: unset;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .style-11 .dez-coming-bx,
    .style-11 .dez-coming-bx.w-5 {
        margin-top: 0;
        padding: 20px 10px 0;
        position: fixed;
        overflow: scroll;
    }

    .style-11 .logo {
        margin-top: 80px;
    }

    .style-11 .posi-center,
    .style-11 .dez-coming-bx.w-5 .posi-center {
        margin: 29% 0;
        top: auto;
    }
}

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

    .style-11 .posi-center,
    .style-11 .dez-coming-bx.w-5 .posi-center {
        margin: 7% 0;
        top: auto;
    }
}

/*====== Coming Soon 12 ======*/

.style-12 {
    padding: 50px;
}

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

    .style-12 .top-left,
    .style-12 .bottom-left {
        margin-top: 160px;
    }
}

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

    .style-12 .bottom-right,
    .style-12 .bottom-left,
    .style-12 .top-right,
    .style-12 .top-left,
    .style-12 .max-w450 {
        position: unset;
        margin-bottom: 30px;
        max-width: 100%;
        text-align: center;
        width: 100%;
    }

    .style-12 {
        padding: 20px;
    }

    .dez-content h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .style-12 .top-left,
    .style-12 .bottom-left {
        margin-top: 40px;
    }
}

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

    .style-12 .top-left,
    .style-12 .bottom-left {
        margin-top: 10px;
    }

    .style-12 .bottom-right,
    .style-12 .bottom-left,
    .style-12 .top-right,
    .style-12 .top-left,
    .style-12 .max-w450 {
        margin-bottom: 10px;
    }
}

/*====== Coming Soon 13 ======*/

.style-13 .dez-coming-bx {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    .style-13 .countdown .date {
        min-width: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .style-13 .dez-coming-bx {
        position: unset;
        height: 100%;
        width: 100%;
        padding: 100px 0;
    }

    .style-13 .bottom-right,
    .style-13 .bottom-left,
    .style-13 .top-right,
    .style-13 .top-left {
        margin-top: 0;
        padding: 20px 0;
        position: unset;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .style-13 .dez-coming-bx {
        margin-top: 0;
    }

    .style-13 .countdown .date {
        min-width: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .style-13 .dez-coming-bx {
        margin-top: 0;
    }
}

/*====== Coming Soon 11 ======*/

.style-14 .left-menu .dez-social-icon {
    bottom: 50px;
    left: 50px;
}

.style-14 .left-menu .button-bar {
    margin-left: 20px;
}

.style-14 .dez-coming-bx {
    height: 100%;
    position: absolute;
    left: 0px;
    width: 50%;
}

.style-14 .posi-center {
    margin-top: -20%;
}

.dez-about-info {
    height: 100%;
    overflow-y: scroll;
    padding: 50px;
    position: fixed;
    right: 0;
    top: 0;
    width: 50%;
}

.gallery-img {
    display: table-cell;
    float: none;
}

.dez-about-info .dez-media {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

.dez-about-info .dez-contect-form {
    margin-left: -5px;
    margin-right: -5px;
    background-color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1024px) {
    .style-14 .posi-center {
        margin-top: -20%;
    }

    .style-14 .dez-coming-bx {
        width: 70%;
    }

    .style-14 .dez-coming-bx .posi-center {
        top: 50%;
    }

    .style-14 .dez-coming-bx {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .style-14 .left-menu {
        right: auto;
        padding: 10px 15px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .style-14 .dez-coming-bx {
        width: 100%;
        padding: 90px 30px 0;
    }

    .style-14 .posi-center {
        margin-top: 20%;
        top: auto;
    }

    .style-14 .left-menu .dez-social-icon {
        left: auto;
        right: 15px;
    }

    .style-14 .left-menu .button-bar {
        margin-left: 0;
    }
}

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

    .style-14 .bottom-right,
    .style-14 .bottom-left,
    .style-14 .top-right,
    .style-14 .top-left {
        position: unset;
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    .style-14 .dez-coming-bx {
        margin-top: 0;
        padding: 20px 30px 0;
        position: fixed;
        overflow: scroll;
    }

    .style-14 .logo {
        margin-top: 80px;
    }

    .style-14 .posi-center {
        margin-top: 10%;
    }
}

.posi-center {
    display: block;
    height: auto;
    margin-top: -12%;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 100%;
    z-index: 2;
}

.posi-center .dez-content {
    margin: auto;
}

@media only screen and (max-width: 991px) {
    .posi-center {
        margin-top: auto;
        position: relative;
        top: auto;
    }

    .top-left,
    .bottom-left {
        width: 100%;
        position: relative;
        left: auto;
        bottom: auto;
        top: auto;
        text-align: center;
        margin-top: 80px;
    }
}

.dez-content span.dancing {
    font-size: 40px;
    font-weight: bold;
}

/*====== Left Menu ======*/

.left-menu {
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    position: fixed;
    width: 70px;
    text-align: center;
    padding: 15px;
    z-index: 3;
}

.left-menu .dez-social-icon {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.button-bar {
    font-size: 28px;
}

a.button-bar:hover,
a.button-bar:focus {
    background-color: rgba(0, 0, 0, 0.0);
}

@media only screen and (max-width: 991px) {
    .left-menu {
        height: 60px;
        width: 100%;
        padding: 10px 20px;
        text-align: left;
    }

    .left-menu .dez-social-icon {
        right: 20px;
        left: auto;
        bottom: auto;
        top: 10px;
    }

    .left-menu .dez-social-icon.vertical li {
        display: inline-block;
    }
}

/* Side Nav */

.left-menu.right {
    left: auto;
    right: 0;
}

.sidenav-lr {
    height: 100%;
    width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: -270px;
    background-color: #f5f7f7;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background-image: url(../images/image.png);
    background-position: bottom;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px 0 #000000;
    text-align: center;
}

.sidenav-lr a {
    padding: 8px 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #909090;
    display: block;
    transition: 0.3s;
    text-transform: uppercase;
}

.sidenav-lr a:hover,
.offcanvas a:focus {
    color: #000;
}

.sidenav-lr .closebtnnav {
    color: #ffffff;
    font-size: 36px;
    height: 40px;
    line-height: 35px;
    margin-left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
}

/* font-family */

.dancing {
    font-family: 'Dancing Script', cursive;
}

/* Pages */
.inner-page .left-menu {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

.full-page-content {
    padding: 50px 50px 30px 120px;
}

.full-page-content.dez-team h4.dez-title {
    margin-bottom: 5px;
}

.full-page-content.dez-team img {
    width: 100%;
}

.dez-map iframe {
    width: 100%;
    min-height: 682px;
}

@media only screen and (max-width: 1200px) {
    .full-page-content {
        padding: 30px 30px 30px 100px;
    }

    .full-page-content h2 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

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

    .top-right,
    .top-left {
        margin-bottom: 30px;
        max-width: 100%;
        position: unset;
        text-align: center;
    }

    .style-3 .bottom-left,
    .style-2 .bottom-left {
        text-align: center;
    }

    .bottom-left {
        position: unset;
        text-align: left;
    }

    .bottom-right {
        bottom: 20px;
    }

    .full-page-content {
        padding: 80px 15px 15px;
    }

    /* Overlay */
    .overlay-w1:after,
    .overlay-w2:after,
    .overlay-w3:after,
    .overlay-w4:after,
    .overlay-w5:after,
    .overlay-b1:after,
    .overlay-b2:after,
    .overlay-b3:after,
    .overlay-b4:after,
    .overlay-b5:after {
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        z-index: -1;
    }

    .overlay-b1:after,
    .overlay-b2:after,
    .overlay-b3:after,
    .overlay-b4:after,
    .overlay-b5:after {
        background: #000000;
    }

    .overlay-b1:after {
        opacity: 0.10;
    }

    .overlay-b2:after {
        opacity: 0.20;
    }

    .overlay-b3:after {
        opacity: 0.30;
    }

    .overlay-b4:after {
        opacity: 0.40;
    }

    .overlay-b5:after {
        opacity: 0.50;
    }

    .overlay-w1:after,
    .overlay-w2:after,
    .overlay-w3:after,
    .overlay-w4:after,
    .overlay-w5:after {
        background: #ffffff;
    }

    .overlay-w1:after {
        opacity: 0.10;
    }

    .overlay-w2:after {
        opacity: 0.20;
    }

    .overlay-w3:after {
        opacity: 0.30;
    }

    .overlay-w4:after {
        opacity: 0.40;
    }

    .overlay-w5:after {
        opacity: 0.50;
    }
}

@media only screen and (max-width: 991px) {
    .full-page-content.dez-about .m-t50 {
        margin-top: 20px;
    }
}

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

    .bottom-right,
    .max-w450 {
        margin-bottom: 30px;
        max-width: 100%;
        position: unset;
        text-align: center;
    }

    .button-lg {
        padding: 10px 20px;
        font-size: 13px;
    }

    .subscribe-form .form-control {
        border-width: 1px 0 1px 1px;
        height: 46px;
    }

    .subscribe-form .input-group-append {
        border: 1px solid;
        border-width: 1px 1px 1px 0px;
    }

    .countdown .date .time {
        font-size: 35px;
    }

    .full-page-content.dez-about .m-t50 {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 480px) {
    .logo img {
        width: 150px;
    }

    .countdown .date .time {
        font-size: 28px;
    }

    .countdown .date span {
        letter-spacing: 0;
        font-size: 12px;
    }

    .countdown .date {
        min-width: 65px;
    }
}

@media only screen and (max-width: 320px) {
    .dez-content h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .dez-content>span:first-child {
        font-size: 16px;
        font-weight: 500;
    }

    .subscribe-form p {
        font-size: 14px;
    }

    .style-1 {
        padding: 15px;
    }


}

/* particles js */

.particles-js-canvas-el {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    z-index: -2;
}

#video-background {
    /*  making the video fullscreen  */

    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

#footerBox {
    position: fixed;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 15px;
}

.f-ele-m {
    z-index: 2;
}

.dez-countdown .date span {
    color: #000;
    font-size: 14px;
}

.dez-countdown.style-2 .date span:last-child {
    color: #fff;
}



@media only screen and (min-device-width: 1340px) and (max-device-width: 2500px) and (orientation:landscape) {

    /* dez countdown */
    .dez-countdown {
        background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
        box-shadow: 0 0 0 11px rgba(0, 0, 0, 0.2);
        height: 145px;
        left: 50%;
        margin-left: -250px;
        margin-top: -72px;
        max-width: 600px;
        position: fixed;
        top: 50%;
        padding: 10px 25px;
    }

    .dez-countdown .date span {
        color: #000;
        font-size: 14px;
    }

    .dez-countdown.style-2 {
        background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
        box-shadow: 0 0 0 11px rgba(255, 255, 255, 0.2);
    }
}

@media only screen and (min-device-width: 991px) and (max-device-width: 1339px) and (orientation:landscape) {
    .dez-countdown {
        background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
        box-shadow: 0 0 0 11px rgba(0, 0, 0, 0.2);
        height: 120px;
        left: 50%;
        margin-left: -200px;
        margin-top: -10px;
        max-width: 450px;
        position: fixed;
        top: 50%;
        padding: 20px 25px;
    }

    .dez-countdown .date .time {
        font-size: 35px;
    }

    .dez-countdown .date {
        min-width: 85px;
    }
}

@media only screen and (min-device-width: 460px) and (max-device-width: 700px) and (orientation:landscape) {

    /* For portrait layouts only */
    .f-ele-m {
        position: unset !important;
    }

    .wow {
        visibility: visible !important;
    }

    .f-ele {
        margin-bottom: 15px;
    }

    .particles-js-canvas-el {
        z-index: -1;
    }
}

@media only screen and (max-width: 767px) {
    .switcher-btn-bx {
        display: none;
    }

    .dez-coming-btn {
        margin-bottom: 20px;
    }
}


/* New Css */
.bg-primary {
    color: #fff;
}

.form-control::-moz-placeholder,
.form-control::placeholder {
    color: #999;
}

.input-group-text {
    background-color: transparent;
    border-color: #e1e6eb;
    border-right: 0px;
    padding: 7px 14px;
    display: unset;
}

h4,
h5,
h6 {
    margin-top: 10px;
}

textarea.form-control {
    height: auto;
}

.dez-about p {
    text-align: justify;
}

.style-1 .form-control::-moz-placeholder {
    color: #fff;
}

.style-5 .form-control::-moz-placeholder {
    color: #fff;
}

.dez-coming-soon.style-8 .form-control::-moz-placeholder {
    color: #fff;
}

.style-12 .form-control::-moz-placeholder {
    color: #fff;
}

@media only screen and (max-width: 1200px) {
    .dez-coming-soon-full .dez-content.top-left h2 {
        font-size: 34px;
        line-height: 46px;
    }

    .coming-side-bar .font-70 {
        font-size: 50px;
    }
}

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

    .style-3 .subscribe-form form .input-group,
    .style-2 .subscribe-form form .input-group {
        margin: auto;
    }

    .dez-coming-soon .dez-content h2 {
        font-size: 34px;
    }

    .bottom-left,
    .bottom-left .max-w450,
    .text-right p,
    .bottom-right {
        text-align: center !important;
    }

    .text-right.bottom-right {
        width: 100%;
    }

    .bottom-left .max-w450 {
        margin: auto;
    }

    .style-3 .bottom-right {
        margin-bottom: 0;
    }

    #footerBox {
        bottom: 10px;
    }

    .dez-coming-bx .text-right.bottom-right .logo,
    .dez-coming-bx .text-right.bottom-right .dez-content {
        text-align: center !important;
    }

    .dez-coming-bx .subscribe-form.bottom-right {
        bottom: 90px;
    }

    .style-4 .logo.bottom-right {
        position: relative;
        text-align: center;
        top: 0;
        width: 100%;
        left: 0;
    }

    .text-right.top-right .dez-social-icon {
        display: block;
    }

    .fes-news .max-w450,
    .crative-news.bottom-right .max-w450 {
        max-width: 100%;
        margin: auto;
    }

    .fes-news {
        text-align: center !important;
        position: unset;
        width: 100%;
    }

    .style-9 .logo.bottom-right,
    .crative-news.bottom-right {
        position: unset;
    }

    .crative-news.bottom-left {
        margin-bottom: 100px !important;
    }
}

@media only screen and (max-width: 767px) {
    .bottom-right.text-right {
        text-align: center !important;
    }

    .subscribe-form form {
        margin: auto;
        width: 100%;
    }

    .dez-coming-soon .dez-content h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .crative-news.bottom-left {
        margin-bottom: 0px !important;
    }

}

@media only screen and (max-width: 360px) {
    .dez-coming-soon .dez-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 30px;
    }

    .dez-coming-btn {
        margin-bottom: 10px;
    }

    .dez-coming-soon-full.style-2 .dez-content.top-left h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .coming-side-bar .font-70 {
        font-size: 40px;
        line-height: 60px
    }
}