/*------- Google Font links -------*/
@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@400;500;700&family=Open+Sans:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Gidole Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Gidole Regular'), url('../fonts/Gidole-Regular.woff') format('woff');
}


/*-------- Theme Stylesheets ---------*/
/*@import url("font-awesome/css/font-awesome.css");
@import url("bootstrap.css");
@import url("nodeCursor.css");
@import url("vegas.css");
@import url("jquery.fancybox.css");*/


/*--- Basic CSS ---*/
*{
    margin: 0 auto;
}

body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400; 
    line-height: 22px;
    background: #fff;
    color: #4e4e4e;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}
ul li a{
    text-decoration:none;
}
ul, ol{
    padding: 0;
}
div, a,input,textarea,i,a i{
    outline:0px;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
div:hover, a:hover,a:focus,a:active,input:focus,textarea:focus,i:hover,a:hover i,:hover{
    outline:0px;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
a{
    color: #fff;
    text-decoration:none;
}
a:hover,a:active,a.active{
    text-decoration:none;
    color: #fff;
}
a:focus{
  color: inherit;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Gidole Regular';
}
h1{
    font-size: 36px;
    line-height: 40px;
}
h2{
    font-size: 30px;
    line-height: 36px;
}
h3{
    font-size: 24px;
    line-height: 30px;
}
h4{
    font-size: 20px;
    line-height: 24px;
}
h5{
    font-size: 16px;
    line-height: 20px;
}
h6{
    font-size: 14px;
    line-height: 18px;
}
@media only screen and (min-width: 1601px) {
    h1{
        font-size: 48px;
        line-height: 52px;
    }
    h2{
        font-size: 34px;
        line-height: 38px;
    }
    h3{
        font-size: 30px;
        line-height: 36px;
    }
    h4{
        font-size: 24px;
        line-height: 30px;
    }
    h5{
        font-size: 20px;
        line-height: 24px;
    }
    h6{
        font-size: 16px;
        line-height: 18px;
    }
}
p{
    margin-bottom: 0px;
}

::-webkit-input-placeholder { 
    font-size: 12px;
    color: #4e4e4e;
}
::-moz-placeholder { 
    font-size: 12px;
    color: #4e4e4e;
}
:-ms-input-placeholder { 
    font-size: 12px;
    color: #4e4e4e;
}
:-moz-placeholder { 
    font-size: 12px;
    color: #4e4e4e;
}
:placeholder { 
    font-size: 12px;
    color: #4e4e4e;
}
.pd_0{
    padding: 0px;
}
.pd_5{
    padding: 5px;
}
.pd_10{
    padding: 10px;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background: #4e4e4e;
}
::-webkit-scrollbar-thumb {
    background: #fb7777;
}

.nav-logo{
    margin-bottom: 30px;
}
.nav-logo .logo_img a{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fb7777;
}
.nav-logo .logo_img img{
    width: auto;
}
.navbar-default {
    position:fixed;
    z-index: 4;
    top: 50%;
    right: 17px;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: auto;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
ul.navbar-nav > li{
    width: 100%;
    display: inline-block;
    text-align: center;
    transform: rotate(90deg);
}
.navbar-default ul.navbar-nav li a{
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 30px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.navbar-default ul.navbar-nav li.active a,
.navbar-default ul.navbar-nav li a:hover{
    color: #fb7777;
}

@media only screen and (max-width: 991px) {
    .navbar-default ul.navbar-nav li a{
        color: #b73ee2;
    }
}
/*------ Social Icon -------*/
.social_icons{
    margin: 10px 0px;
    padding: 0px;
    width: auto;
    height: auto;
    background: transparent;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.social_icons ul{
    list-style: none;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.social_icons li {
    text-align: center;
    margin: 0px 4px;
}
.social_icons li:first-child{
    margin-left: 0px;
}
.social_icons li:last-child{
    margin-right: 0px;
}
.social_icons li a{
    color: #ddbbaf;
    text-align: center;
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    background: #fff;
    border: 1px solid #ddbbaf;
    border-radius: 0px;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.social_icons li a:hover{
    background: #4e4e4e;
    border: 1px solid #4e4e4e;
    color: #fff;
}
/******* Navbar Bottom ************/
.footer{
    margin-top: 20px;
    text-align: center;
}
.footer .copy-text{
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #4e4e4e;
}
.footer .copy-text a{
    color: #fb7777;
}
.footer .copy-text a:hover{
    color: #4e4e4e;
}


section{
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: #dadada;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 3;
    overflow-x: hidden;
    overflow-y: auto;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
}
section.active{
    top: 0;
    -o-transition: all .8s;
    -ms-transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    transition: all .8s;
}
section.home{
    top: 0;
    left: auto;
    right: 0;
    background: transparent;
}
section>div{
    position: relative;
    z-index: 4;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 991px) {
    section{
        width: 100%;
        max-width: 100%;
    }
}
/*-------- Intro ------*/
.intro_page_content {
    width: 100%;
    padding: 50px;
}
.home .intro_page_content {
    width: 100%;
    max-width: 770px;
    padding: 40px;
    /*background: -webkit-repeating-linear-gradient(45deg,#fb7777, #e73c7e, #9d08f3, #fbcdb2, #23d5ab);
    background: -moz-repeating-linear-gradient(45deg,#fb7777, #e73c7e, #9d08f3, #fbcdb2, #23d5ab);
    background: repeating-linear-gradient(45deg,#fb7777, #e73c7e, #9d08f3, #fbcdb2, #23d5ab);
    background-size: 400% 400%;
	animation: gradient 5s ease infinite;*/
}
.home .intro_page_content::-webkit-scrollbar {
    display: none;  /* Chrome, Opera, Safari */
}
.home .intro_page_content {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.home .intro_page_content .intro_wrapper > *{
    position: relative;
    z-index: 9;
}

/*-- Shape 1 --*/
/*.shape1 .home .intro_wrapper:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 130px;
    height: 130px;
    background: rgba(251, 119, 119, 0.25);
    border-radius: 50px 70px 50px 150px;
    animation: floating 20s alternate infinite;
}*/
/*.shape1 .home .intro_wrapper:after{
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background: rgba(251, 119, 119, 0.15);
    border-radius: 150px 50px 70px 50px;
    animation: rotating 50s alternate infinite;
}*/

.shape1_gradient .home .intro_wrapper:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 130px;
    height: 130px;
    background: -webkit-linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: -moz-linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    border-radius: 50px 70px 50px 150px;
    animation: floating 20s alternate infinite;
}
.shape1_gradient .home .intro_wrapper:after{
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background: -webkit-linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: -moz-linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    border-radius: 150px 50px 70px 50px;
    animation: rotating 50s alternate infinite;
}

/*-- Shape 2 --*/
.shape2 .home .intro_wrapper:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 130px;
    height: 130px;
    background: rgba(251, 119, 119, 0.30);
    border-radius: 100%;
    animation: floating 20s alternate infinite;
}
.shape2 .home .intro_wrapper:after{
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background: rgba(251, 119, 119, 0.15);
    border-radius: 100%;
    animation: scaling 15s alternate infinite;
}
.shape2_gradient .home .intro_wrapper:before{
    content: '';
    position: absolute;
    right: 20px;
    top: 20px;
    width: 130px;
    height: 130px;
    background: -webkit-linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: -moz-linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: linear-gradient(135deg, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    border-radius: 100%;
    animation: floating 20s alternate infinite;
}
.shape2_gradient .home .intro_wrapper:after{
    content: '';
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    background: -webkit-radial-gradient(circle, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: -moz-radial-gradient(circle, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    background: radial-gradient(circle, rgba(217, 26, 255, 0.15), rgba(49, 170, 241, 0.15), rgba(67, 171, 51, 0.15), rgba(253, 47, 47, 0.15));
    border-radius: 100%;
    animation: scaling 20s alternate infinite;
}

@keyframes floating{
    0%{
        -webkit-transform:translate(0px,0px);
        -ms-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
    50%{
        -webkit-transform:translate(-60px,60px);
        -ms-transform:translate(-60px,60px);
        transform:translate(-60px,60px);
    }
    100%{
        -webkit-transform:translate(0px,0px);
        -ms-transform:translate(0px,0px);
        transform:translate(0px,0px);
    }
}

@keyframes rotating{
    0%{
        -webkit-transform:rotate(0) translate(0px,0px);
        -ms-transform:rotate(0) translate(0px,0px);
        transform:rotate(0) translate(0px,0px);
    }
    20%{
        -webkit-transform:rotate(360deg) translate(0px,0px);
        -ms-transform:rotate(360deg) translate(0px,0px);
        transform:rotate(360deg) translate(0px,0px);
    }
    40%{
        -webkit-transform:rotate(0) translate(0px,0px);
        -ms-transform:rotate(0) translate(0px,0px);
        transform:rotate(0) translate(0px,0px);
    }
    60%{
        -webkit-transform:rotate(360deg) translate(0px,0px);
        -ms-transform:rotate(360deg) translate(0px,0px);
        transform:rotate(360deg) translate(0px,0px);
    }
    80%{
        -webkit-transform:rotate(0) translate(0px,0px);
        -ms-transform:rotate(0) translate(0px,0px);
        transform:rotate(0) translate(0px,0px);
    }
    100%{
        -webkit-transform:rotate(360deg) translate(0px,0px);
        -ms-transform:rotate(360deg) translate(0px,0px);
        transform:rotate(360deg) translate(0px,0px);
    }
}

@keyframes scaling{
    0%{
        -webkit-transform:scale(0.5);
        -ms-transform:scale(0.5);
        transform:scale(0.5);
    }
    50%{
        -webkit-transform:scale(1);
        -ms-transform:scale(1);
        transform:scale(1);
    }
    100%{
        -webkit-transform:scale(0.5);
        -ms-transform:scale(0.5);
        transform:scale(0.5);
    }
}

/*-------- Time Counter ------*/
.timer{
    width: 100%;
    margin-bottom: 30px;
}
.timer .counting {
    display: inline-block;
    width: 130px;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
}
.timer .counting span {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
}
/*-------- Intro text ------*/
.alert_text h2{
    margin: 10px 0px 15px 0px;
}
.alert_bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap ;
    margin-top: 20px;
}
/*-------- Newsletter ------*/
.newsletter{
    height: 0px;
    overflow: hidden;
}
.newsletter.active{
    height: 50px;
    margin-top: 30px;
}
.newsletter .newsletter_header .title{
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}
.newsletter .newsletter_header p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.newsletter .field_group{
    position: relative;
}
.input_field{
    width: 100%;
    height: 48px;
    padding: 5px 15px;
    background: transparent;
    border: 1px solid rgba(251, 119, 119, 0.3);
    border-radius: 0px;
    letter-spacing: 1px;
}
.input_field:focus, .input_field:active{
    border: 1px solid rgba(251, 119, 119, 0.8);
}
.newsletter .button {
    position: absolute;
    top: 3px;
    right: 3px;
}

/*-------- Button ------*/
/*-------- Button ------*/
.box {
    position: relative;
    font-size: 22px;
    padding: 2px;
    border-radius: 0px;
    border: 0px solid #b4b4b4;
    background: #b4b4b4;
    color: #fff;
    overflow: hidden;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);  
    user-select: none;
    z-index: 2;
    outline: none;
    display: inline-block;
    text-transform: uppercase;
    margin: 0px;
}
button:focus{
    outline: none;
}
.box a:before,
.box a:after{
    content: '';
    position: absolute; 
    transition: inherit;
    z-index: -1;
}
.box a:hover, .box:active, 
.box.active, .box:focus {
    color: #fff;
    transition-delay: .5s;
}
.box a:hover:before {
    transition-delay: 0s;
}
.box a:hover:after {
    transition-delay: .35s;
}
.box a:before{
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    border: 1px solid #ddbbaf;
    border-left: 0;
    border-right: 0;
}
.box a:after{
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: #ddbbaf;
}
.box a:hover:before {
    left: 0;
    width: 100%;
}

.box a:hover:after {
    top: 0;
    height: 100%;
}
.box a {
    position: absolute;
    font-size: 20px;
    font-weight: 600;
    border: 3px solid #fff;
    padding: 16px 10px;
    background: #a4afaf;
    top: 16px;
    z-index: 1;
}
@media only screen and (min-width: 1601px) {
    .intro_page_content{
        padding: 20px;
    }
    .home .intro_page_content{
        max-width: 820px;
        padding: 10px;
    }
}
@media only screen and (max-width: 1600px) {
    .timer .counting {
        width: 100px;
        font-size: 36px;
        line-height: 30px;
    }
    .timer .counting span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /*.home .intro_page_content{
        max-width: 440px;
        height: calc(100% - 100px);
        overflow: auto;
    }*/
}
@media only screen and (max-width: 580px) {
    
    /*.home .intro_page_content {
        width: calc(100% - 100px);
        max-width: 100%;
        height: 450px;
        overflow: auto;
    }*/
    .home .intro_page_content .intro_wrapper{
        height: auto;
        /* padding: 30px 15px; */
        text-align: center;
    }
    .timer{
        margin-bottom: 10px;
    }
    .timer .counting{
        width: 65px;
        font-size: 24px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .timer .counting span{
        font-size: 12px;
        font-weight: 500;
        margin-top: 5px;
    }
    .alert_text h5{
        font-size: 14px;
        font-weight: 500;
    }
    /*.alert_text h2{
        font-size: 22px;
        font-weight: 500;
        line-height: 26px;
    }*/
    .footer .copy-text {
        text-align: center;
    }
}
@media only screen and (max-width: 480px) {
    .alert_bottom,
    .social_icons ul{
        justify-content: center;
    }
}

/*-------- Service ------*/
.service_header{
    margin-bottom: 40px;
    text-align: center;
}
.service_header h3{
    position: relative;
    margin-bottom: 5px;
    z-index: 1;
}
.service-item{
    margin-bottom: 25px;
}
.service-item h5{
    margin-bottom: 10px;
}
.gallery{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.gallery:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid #ddd;
}
.gallery-item{
    position: relative;
    box-shadow: 0px 0px 30px rgba(0,0,0,.1);
    margin-bottom: 30px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gallery-item a{
    display: block;
}
.gallery-item img {
    box-shadow: 0px 5px 10px rgba(119, 119, 119, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.gallery-item h6{
    color: #4e4e4e;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
    text-transform: capitalize;
}
.block_header{
    margin-bottom: 20px;
    text-align: center;
}
.layouts{
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
/*------- Service End ----------*/


/*----------- Contact Start --------*/
.form_field{
    margin-bottom: 15px;
}
.contact_form textarea.input_field{
    height: 80px;
    margin-bottom: -7px;
}
.contact-address{
    margin-top: 40px;
}
.contact-address h5{
    margin-bottom: 10px;
}
.gmap{
    margin-top: 40px;
}
.gmap iframe{
    width: 100%;
    height: 450px;
}

@media only screen and (max-width: 991px) {
    .contact-address{
        margin-top: 20px;
    }
    .contact-address .contact_info{
        margin-top: 20px;
    }
}

/*----- Vegas Slide ----*/
.vegas_show{
    width: 100vw;
    height: 100vh;
}
.vegas-content:before{
    content: '';
    position: absolute;
    background: rgb(0,0,0);
    background: -moz-repeating-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.9) 100%);
    background: -webkit-repeating-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.9) 100%);
    background: repeating-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e4e4e000",endColorstr="#4e4e4e000",GradientType=1);
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/*--- BG Solid ---*/
.bg_solid1{
    background: #5d0092;
}
.bg_solid2{
    background: #08448e;
}
.bg_solid3{
    background: #b14303;
}

/*--- BG Gradient ---*/
.bg_gradient1 {
	background: -webkit-repeating-linear-gradient(90deg, #fb7777, #e73c7e, #9d08f3, #23d5ab);
	background: -moz-repeating-linear-gradient(90deg, #fb7777, #e73c7e, #9d08f3, #23d5ab);
	background: repeating-linear-gradient(90deg, #fb7777, #e73c7e, #9d08f3, #23d5ab);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.bg_gradient2 {
	background: -webkit-repeating-linear-gradient(45deg, #fb7777, #9d08f3, #23d5ab, #e73c7e);
	background: -moz-repeating-linear-gradient(45deg, #fb7777, #9d08f3, #23d5ab, #e73c7e);
	background: repeating-linear-gradient(45deg, #fb7777, #9d08f3, #23d5ab, #e73c7e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}
.bg_gradient3 {
    background: radial-gradient(circle,  #d91aff, #31aaf1, #43ab33, #fd2f2f);
	background-size: 200% 200%;
	animation: gradient 15s ease infinite;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*----- Move BG ----*/
.move_bg1 {
    background:url('../images/bg/bg13.jpg');
    position:fixed ;
    top:0;
    width:100%;
    height:100%;
    background-size: calc(100% + 50px);
    background-repeat: no-repeat;
    z-index:0;
}

.move_bg2 {
    background:url('../images/bg/bg14.jpg');
    position:fixed ;
    top:0;
    width:100%;
    height:100%;
    background-size: calc(100% + 50px);
    background-repeat: no-repeat;
    z-index:0;
}

/*----- Particles ----*/
#particles-js{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}





/*--  Layout Second  --*/
.layout_2 section.home{
    width: 100%;
    max-width: 100%;
}
.layout_2 section.home .row{
    align-items: center;
    height: 100%;
}
.layout_2 .home .intro_page_content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
}
.layout_2 .timer{
    margin-bottom: 0px;
    text-align: center;
}
.layout_2 .timer .counting {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    margin: 10px;
    padding: 27px 15px 15px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.layout_2 .timer .counting span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
}
@media only screen and (max-width: 1600px){
    .layout_2 .timer .counting {
        width: 140px;
        height: 140px;
        font-size: 60px;
        line-height: 60px;
    }
    .layout_2 .timer .counting span {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991px){
    .layout_2 .timer{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .layout_2 .timer .counting {
        width: 110px;
        height: 110px;
        font-size: 36px;
        line-height: 30px;
        padding: 29px 15px 15px 15px;
        margin: 5px 5px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .layout_2 .timer .counting span {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 580px){
    .layout_2 .home .intro_page_content {
        width: calc(100% - 0px);
    }
    .layout_2 .timer .counting {
        width: 90px;
        height: 90px;
        padding: 19px 15px 15px 15px;
    }
}


/*--  Layout Third  --*/
.layout_3 section.home{
    width: 100%;
    max-width: 100%;
}
.layout_3 section.home .row{
    align-items: center;
    height: 100%;
}
.layout_3 .home .intro_page_content {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
}
.layout_3 .timer{
    margin-bottom: 0px;
    text-align: center;
}
.layout_3 .timer .counting {
    display: inline-block;
    width: 160px;
    height: 160px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    margin: 5px 5px;
    padding: 27px 15px 15px 15px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.layout_3 .timer .counting span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
}
@media only screen and (max-width: 1600px){
    .layout_3 .timer .counting {
        width: 140px;
        height: 140px;
        font-size: 60px;
        line-height: 60px;
    }
    .layout_3 .timer .counting span {
        font-size: 20px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 991px){
    .layout_3 .timer{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .layout_3 .timer .counting {
        width: 110px;
        height: 110px;
        font-size: 36px;
        line-height: 30px;
        padding: 29px 15px 15px 15px;
    }
    .layout_3 .timer .counting span {
        font-size: 16px;
        line-height: 20px;
        font-weight: 400;
    }
}

@media only screen and (max-width: 580px){
    .layout_3 .home .intro_page_content {
        width: calc(100% - 0px);
    }
}

.anchor {
    color: #ddbbaf;
}


/*--- Pre-Loader ---*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgb(231, 60, 126);
    background: -webkit-repeating-linear-gradient(45deg,#fb7777, #e73c7e, #9d08f3, #fbcdb2, #23d5ab);
    background: -moz-repeating-linear-gradient(45deg,#fb7777, #e73c7e, #9d08f3, #fbcdb2, #23d5ab);*/
    background: #fff;
    height: 100%;
    z-index: 9999;
  /* makes sure it stays on top */
}

.status {
  position: fixed;
  left: 50%;/* centers the loading animation horizontally one the screen */
  top: 50%;/* centers the loading animation vertically one the screen */
  transform: translate(-50%, -50%);
}

.spinner {
  margin: 0px auto;
  width: auto;
  height: 80px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background: #4e4e4e;
  height: 100%;
  width: 8px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  background: #ddbbaf;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  background: #fb7777;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.spinner .rect6 {
  background: #fb7777;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/*.landing_page:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 83%);
}*/

.intro_page_content{
height: 100vh;
    display: flex;
    align-items: center;
}

.box{
    margin: 5px;
    height: 325px;
    width: 325px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
}

/* .box a {
    font-size: 25px;
    font-weight: 600;
    border: 1px solid #ccc;
    padding: 18px 5px;
} */

@media all and (max-width: 768px) {
.box{
    margin: 5px;
    height: 240px;
    width: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.box a{
    font-size: 10px;
    padding: 0 5px;
}
}

@media all and (max-width: 540px) {
.box{
    margin: 5px;
    height: 140px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

/* .box a{
    font-size:18px;
    font-weight:600;
} */

}
