/* ===================================
                About
   =================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page , Multi Parallax Template
    Tags: one page, multi page, multipurpose, parallax, creative, html5

 */

/* ===================================
          Table of Contents
   =================================== */

/*
01 body
02 Page Loader
03 Coming Soon
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
body {
    font-size: 15px;
    color: #535353;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
    direction: ltr;
    line-height: 1.5;
}


/* ---- PreLoader ---- */


.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #fff;
}
.loader-spinner {
    width: 75px;
    height: 75px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #002E5B;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s spin linear infinite;
    animation: 1s spin linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*counter container*/
.section-bg{
    width: 100%;
    height: 100vh;
    background-image: url("../images/bg.jpg");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.row-bg{
    background-color:#fff;
    color: #676767;
    border-radius: 20px;
    box-shadow: 7px 7px 20px -5px #1f1f1f;
    overflow: hidden;
    padding: 0 10px;
}

.count-down-form{
    width: 100%;
    margin-top: 30px;
}
.count-down-form form {
    margin: 0 auto;
    position: relative;
}

.count-down-form form .form-placeholder {
    border-radius: 40px;
    border: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 26px;
    margin-bottom: 0;
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 100;
    color: inherit;
    text-align: left;
}

.count-down-form form .email-placeholder {
    background: transparent;
    width: 100%;
    border: 1px solid #a5a5a5;
    border-radius: 40px;
    display: flex;
}

.form-placeholder::placeholder{
    color: #ffffff55;
}

.count-down-form form .button {
    transition: all linear 300ms;
    margin: 5px 5px 5px 2px;
}
.button {
    position: relative;
    display: inline-block;
    font-size: 15px;
    padding: .8rem 2.25rem;
    line-height: 1;
    text-transform: capitalize;
    text-align: center;
    font-weight: 500;
    z-index: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.btn-yellow{
    background-color: #fbbb01;
    border: 1px solid #fbbb01;
    color: #fff !important;
}
.btn-yellow:hover{
    background-color: #fba300;
    border: 1px solid #fba300;
}



/*  social icons  */


/* ----- Social Icons ----- */

ul.social-icons li {
    display: inline-block;
}

ul.social-icons li a {
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 14px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
    display: block;
    color: #c3c3c3;
    position: relative;
    z-index: 1;
    border: none;
}


ul.social-icons li:last-child a {
    margin-right: 0;
}

ul.social-icons li:first-child a {
    margin-left: 0;
}

ul.social-icons li a::before {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: -1px;
    opacity: 0;
    visibility: hidden;
    background: #ffb902;
    border-radius: inherit;
    z-index: -1;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
    transform: scale(.5);
    transition: 0.2s all;
}

ul.social-icons li a:hover::before,
ul.social-icons li a:focus::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

ul.social-icons li a:hover,
ul.social-icons li a:focus{
    color: #fff;
}


/*icon bg bover */
.facebook:before{
    background-color: #4267B2 !important;
}
.twitter:before{
    background-color: #1DA1F2 !important;
}
.insta:before{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%) !important;
}
.linkedin:before{
    background-color: #0077B5 !important;
}
.whatsapp:before{
    background-color: #09cc16 !important;
}



/*media quries*/


@media (max-width: 991px) {

    .right-panel{
        position: absolute;
        z-index: 1;
    }
    .left-panel{
        opacity: 0.1;
        text-align: center;
    }
    .right-panel{
        text-align: center;
    }
    .left-panel img{
        max-width: 400px;
    }
    .row-bg{
        padding: 0;
    }
	.logo {
		width:220px;
	}
	.text {
		font-size:12px !important;
	}
}