/*
Template Name: 
Template URL: 
Author: 
Author URI : http:///
Version: 1.0
Description: HTML5 Responsive Template.
Tag: HTML5, CSS3, jQuery, Responsive Template.
*/


/* Table of Contents
==================================================
# Global 
# header 


==================================================

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

html,
body {
    font-size: 14px;
    font-family: var(--primary-font);
    color: #C7C5D0;
    display: block;
    font-weight: normal;
    background-color: #090E23;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
}

ul {
    margin:0;
    padding:0;
    list-style:none;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: var(--primary-color);
}

img {
    max-width: 100%;
}

section {
    padding: 100px 0;
}

:root {
    --primary-color: #A48F7C;
   --primary-font: 'Poppins', sans-serif;
}

.btn {
    font-size: 16px;
    padding: 5px 35px;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    line-height: 45px;
    background-color: transparent;
    border: 1px solid #fff;
    text-transform: capitalize;
}

.btn:hover {
    color: #fff !important;
    border-color: #fff !important;
    background-color: #3D47A2 !important;
}

.btn.btn-1 {
    color: #090E23;
    background-color: #fff;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h1 {
    font-size: 32px;
    color: #fff;
    font-family:stargaze;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.section-title h1:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 210px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 55%);
}

.section-title.title-center h1:after {
    left: 50%;
    margin-left: -105px;
}

.title-center {
    text-align: center;
}

input, 
textarea{
    height: 55px;
    border-radius: 4px;
    padding: 6px 20px;
    width: 100%;
    color: #fff;
    position: relative;
}

textarea {
    height: 200px;
    resize: none;
    padding-top: 15px;
}

label {
    margin-bottom: 5px;
    color: #3f3f3f; 
}

@font-face {
    font-family:stargaze;
    src: url(../fonts/stargaze-regular.otf);
}

.img-hover {
    overflow: hidden;
}

.img-hover:hover img {
    transform: scale(1.1);
}

.shap {
    position: absolute;
    top: -35px;
}

.shap1 {
    left: 0;
}

.shap2 {
    right: 0;
}

/*header*/

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.navbar {
    padding: 20px 0;
}

.navbar-nav {
    margin-right: 20px;
}

.navbar-nav li {
    margin-right: 20px;
}

.navbar-nav li a {
    color: #fff;
    padding: 20px 10px !important;
    position: relative;
}

.navbar-nav li a:before {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    width: 100%;
    height: 10px;
    opacity: 0;
    background-color: #3D47A2;
}

.navbar-nav li a:hover:before,
.navbar-nav .nav-link.active:before {
    opacity: 1;
}

.navbar-nav li a:hover,
.navbar-nav .nav-link.active, 
.navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-toggler {
    color: #fff;
    padding: 5px 8px;
    border: 1px solid #fff;
    font-size: 16px;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

/*banner-section*/

.banner-section {
    position: relative;
    padding: 250px 0 320px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-text {
    font-size: 16px;
    max-width: 500px;
}

.banner-text h1 {
    color: #fff;
    font-size: 50px;
    font-family:stargaze;
    margin-bottom: 20px;
}

.banner-text .btn {
    margin-top: 20px;
}

.banner-thumb {
    position: absolute;
    right: 0;
    top: 150px;
    width: 50%;
    z-index: 99;
}

.sp {
    position: absolute;
}

.sp1 {
    top: 100px;
    left: -20px;
    max-width: 110px;    
}

.sp1,
.sp6, 
.contact-section .shap6,
.contact-section .shap5,
.banner-4 .sp12,
.contact-section .shap7,
.banner-3 .sp2 {
    -webkit-animation: shap-2 10s linear infinite;
    -moz-animation: shap-2 10s linear infinite;
    animation: shap-2 10s linear infinite;  
}

@-webkit-keyframes shap-2 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(-10px, 0px) scale(0.8, 0.8);
        transform: translate(-10px, 0px) scale(0.8, 0.8);
    }
    50% {
        -webkit-transform: translate(-10px, -0px) scale(1, 1);
        transform: translate(-10px, -0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@-moz-keyframes shap-2 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(0px, 0px) scale(0.8, 0.8);
        transform: translate(0px, 0px) scale(0.8, 0.8);
    }
    50% {
        -webkit-transform: translate(-0px, -0px) scale(1, 1);
        transform: translate(-0px, -0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@keyframes shap-2 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(10px, 10px) scale(0.8, 0.8);
        transform: translate(10px, 10px) scale(0.8, 0.8);
    }
    50% {
        -webkit-transform: translate(10px, 10px) scale(1, 1);
        transform: translate(10px, -10px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

.sp2 {
    bottom: 220px;
    left: 17%;
    max-width: 45px;     
}

.banner-1 .sp2, 
.sp3, .sp5, .banner-2 .sp2, 
.banner-4 .sp8, .banner-4 .sp9, 
.banner-4 .sp10 {
    -webkit-animation: shap-3 10s linear infinite;
    -moz-animation: shap-3 10s linear infinite;
    animation: shap-3 10s linear infinite; 
}

@-webkit-keyframes shap-3 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(0px, 0px) scale(0.8, 0.8);
        transform: translate(0px, 0px) scale(0.8, 0.8);
    }
    50% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@-moz-keyframes shap-3 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(0px, 0px) scale(0.8, 0.8);
        transform: translate(0px, 0px) scale(0.8, 0.8);
    }
    50% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@keyframes shap-3 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(0px, 0px) scale(0.2, 0.2);
        transform: translate(0px, 0px) scale(0.2, 0.2);
    }
    50% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

.sp3 {
    top: 200px;
    left: 42%;
    max-width: 50px;
}

.sp4 {
    top: 335px;
    left: 50%;
    z-index: 999;
    max-width: 255px;
    margin-left: -55px;
    -webkit-animation: shap-4 10s linear infinite;
    -moz-animation: shap-4 10s linear infinite;
    animation: shap-4 10s linear infinite;          
}

@-webkit-keyframes shap-4 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(0px, 0px) scale(0.9, 0.9);
        transform: translate(0px, 0px) scale(0.9, 0.9);
    }
    50% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@-moz-keyframes shap-4 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(0px, 0px) scale(0.9, 0.9);
        transform: translate(0px, 0px) scale(0.9, 0.9);
    }
    50% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@keyframes shap-4 {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    25% {
        -webkit-transform: translate(0px, 0px) scale(0.9, 0.9);
        transform: translate(0px, 0px) scale(0.9, 0.9);
    }
    50% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
    }
    75% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

.sp5{
    top: 280px;
    right: 100px;
    max-width: 60px;
}

.sp6{
    top: 80px;
    right: 0;
    max-width: 50px;
}

/*banner-2*/

.banner-2 {
    padding: 200px 0 120px;
}

.banner-2 .banner-thumb {
    position: static;
    width: initial;
    max-width: 580px;
    border-radius: 100%;
    display: inline-block;
    background-color: #161A36;
    padding: 40px;
}

.banner-2 .banner-thumb img {
    border-radius: 100%;
    padding: 10px;
    box-shadow: 0 0 10px #fff;
    border: 2px solid #fff;
}

.banner-2 .banner-text {
    max-width: 100%;
}

.banner-2 .banner-text h1 {
    font-size: 48px;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.banner-2 .banner-text h1:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 210px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 55%);
}

.banner-2 .sp1 {
    top: 50%;
    width: 30px;
}

.banner-2 .sp2 {
    max-width: 50px;
    bottom: 200px;
    left: 15%;
}

.banner-4 {
    padding: 220px 0 150px;
}

.banner-section.banner-4 {
    background-position: bottom center;
}

.banner-4 .banner-text {
    max-width: 100%;
    text-align: center;
}

.banner-4 .sp8 {
    max-width: 50px;
    left: 50px;
}

.banner-4 .sp9 {
    top: 150px;
    left: 20%;
    max-width: 50px;
}

.banner-4 .sp10 {
    top: initial;
    left: initial;
    right: 250px;
    bottom: 80px;
    max-width: 50px;
}

.banner-4 .sp12 {
    top: 50%;
    left: initial;
    right: 0;
    margin-top: -20px;
    max-width: 40px;
}

/*banner-3*/

.banner-3 {
    padding-bottom: 450px;
}

.banner-3 .banner-text {
    max-width: 1000px;
    display: inline-block;
}

.banner-3 .sp2 {
    left: initial;
    right: -10px;
    bottom: 0;
    max-width: 140px;
    z-index: 999;
}

.banner-3 .sp1 {
    max-width: 80px;
}

/*games-section*/

.games-section {
    position: relative;
    background-color: #050416;
}

.games-content {
    margin-top: -415px;
}

.games-section:before {
    position: absolute;
    content: "";
    top: -160px;
    right: 0;
    height: 100px;
    border-left: 2600px solid transparent;
    border-bottom: 160px solid #050416;
}

.games-content ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;  
    margin-bottom: 70px;
}

.games-content ul li:last-child {
    margin-bottom: 0;
}

.games-content ul li .game-thumb,
.games-content ul li .game-text {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    align-self: center;
}

.games-content ul li .game-thumb {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.games-content ul li .game-text {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.games-content ul li:nth-child(even) .game-thumb {
    order: 6;
    text-align: right;
}

.game-thumb .thumb {
    display: inline-block;
    position: relative;
    padding-top: 50px;
    padding-left: 50px;    
}

.games-content ul li:nth-child(even) .game-thumb .thumb  {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 50px;
    padding-right: 50px;
}

.games-content ul li:nth-child(even) .game-thumb .thumb:before {
    top: initial;
    left: initial;
    bottom: 0;
    right: 0;
}

.game-thumb .thumb img {
    position: relative;
    z-index: 999;
}

.game-thumb .thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 80%;
    height: 80%;
    background-color: #090E23;
}

.game-text {
    font-size: 16px;
}

.game-text h1 {
    font-size: 42px;
    color: #fff;
    font-family: stargaze;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.game-text h1:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0;
    width: 120px;
    height: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 55%);
}

/*action-packed*/

.action-packed {
    font-size: 14px;
    text-align: center;
    position: relative;
    background-color: #161A36;
}

.action-packed:before {
    position: absolute;
    content: "";
    top: -100px;
    right: 0;
    height: 100px;
    border-left: 1920px solid transparent;
    border-bottom: 80px solid #161A36;
}

.action-packed .shap2 {
    top: -115px;
}

/*about-section*/

.about-section {
    position: relative;
    padding: 200px 0;
    background-color: #070B1E;
}

.about-thumb {
    left: 0;
    top: 120px;
    width: 50%;
    position: absolute;
}

/*simulation-section*/

.simulation-section {
    padding: 150px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.simulation-content .btn {
    margin-top: 30px;
}

/*download-section*/

.download-section {
    background-color: #02010F;
}

/*brand-promotion*/

.brand-promotion {
    position: relative;
}

.brand-promotion .shap3 {
    z-index: 99;
    left: 50%;
    margin-left: -170px;
}

.brand-promotion .shap4 {
    z-index: 99;
    left: 50%;
    margin-left: -170px;
    top: initial;
    bottom: -32px;
}

.brand-promotion ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -50px;
    margin-left: -50px;    
}

.brand-promotion ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 50px;
    padding-left: 50px;       
}

.brand {
    padding: 30px 50px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #070B1E;
    min-height: 430px;
}

.brand .icon {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    background-color: #050416;
}

.brand h2 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

/*our-vision*/

.our-vision {
    position: relative;
}

.our-vision .section-title {
    margin-bottom: 70px;
}

.our-vision p {
    margin-bottom: 50px;
}

.our-vision p:last-child {
    margin-bottom: 0;
}

.vision-thumb {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
}

/*orewa-section*/

.orewa-section {
    position: relative;
    padding: 600px 0 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #050416;
    background-position: center;
}

.orewa-logo {
    position: relative;
    display: inline-block;
}

.orewa-logo:before, 
.orewa-logo:after {
    position: absolute;
    content: "";
    width: 210px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 55%);
}

.orewa-logo:before {
    right: 100%;
    margin-right: 50px;
} 

.orewa-logo:after {
    left: 100%;
    margin-left: 50px;
}

.orewa-thumb {
    position: absolute;
    bottom: 0;
}

/*faq-section*/

.faq-section {
    position: relative;
}

.faq-section .shap {
   top: -60px;
}

.accordion-item {
    color: #fff;
    margin-bottom: 20px;
    background-color: #161A36;
    border: 0;
}

.accordion-button {
    position: relative;
    padding: 20px 30px;
    padding-right: 50px;
}

.accordion-button:before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 30px;
    width: 85px;
    height: 5px;
    opacity: 1;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 55%);
}

.accordion-button:after {
    position: absolute;
    content: "\f068";
    right: 30px;
    top: 18px;
    color: #0861D3;
    font-size: 18px;
    font-family: "fontawesome";
    background-image: none !important;
}

.accordion-button.collapsed:after {
    content: "\2b";
}

.accordion-button.collapsed:before {
    opacity: 0;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-body {
    padding: 20px 30px;
}

.accordion-body ul {
    list-style: disc;
    padding-left: 17px;
}

.accordion-body p:last-child {
    margin-bottom: 0;
}

.accordion-button, 
.accordion-button:not(.collapsed),
.accordion-item:first-of-type .accordion-button {
    background-color: #161A36;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
}

.accordion-button:focos {
    box-shadow: none;
    outline: none;
}

.faq-content {
    padding: 50px 80px;
    position: relative;
    z-index: 99;
    margin-bottom: -150px;
    background-color: #090E23;
}

.faq-thumb img {
    width: 100%;
}


/*contact-section*/

.contact-section {
    padding-top: 180px;
    position: relative;
    overflow: hidden;
}

.contact-section:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 36%;
    height: 100%;
    background-image: url(../images/bg/contact.jpg);
}

.contact-content form  {
    position: relative;
    margin-top: 70px;
    padding-top: 70px;
    z-index: 9999;
}

.contact-content form:after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 210px;
    height: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 20px rgb(255 255 255 / 55%);
}

.contact-content form textarea,
.contact-content form input {
    border: 1px solid #161A36;
    background-color: #161A36;
    margin-bottom: 20px;
}

.contact-content form input {
    height: 60px;
}

.contact-content form textarea {
    height: 200px;
    color: #fff;
}

.contact-content form textarea::-webkit-input-placeholder,
.contact-content form input::-webkit-input-placeholder {
  color: #fff;
}
.contact-content form textarea::-moz-placeholder,
.contact-content form input::-moz-placehold,er {
  color: #fff;
}
.contact-content form textarea:-ms-input-placeholder,
.contact-content form input:-ms-input-placeholder {
  color: #fff;
}
.contact-content form textarea:-moz-placeholder,
.contact-content form input:-moz-placeholder {
  color: #fff;
}

.contact-content form .btn {
    margin-top: 30px;
}

.contact-thumb {
    position: absolute;
    top: 50%;
    right: 100px;
    z-index: 999;
    margin-top: -235px;
}

.contact-thumb .thumb {
    border-radius: 100%;
    overflow: hidden;
    max-width: 470px;
    padding: 10px;
    box-shadow: 0 0 10px #fff;
    border: 3px solid #fff;    
}

.contact-section .shap5 {
    top: initial;
    bottom: 40px;
    right: 30%;
    z-index: 99;
    max-width: 250px;
}

.contact-section .shap6 {
    top: initial;
    bottom: 30%;
    right: 50px;
    z-index: 99;
    max-width: 250px;
}

.contact-section .shap7 {
    top: 95px;
    right: -30px;
    z-index: 99;
}

.radio-group {
    margin-top: 15px;
    margin-bottom: 20px;
}

.radio-group ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; 
    margin-bottom: 20px;  
}

.radio-group ul li {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    align-self: center; 
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
} 

.radio-group [type="radio"]:checked,
.radio-group [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.radio-group [type="radio"]:checked + label,
.radio-group [type="radio"]:not(:checked) + label{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
.radio-group [type="radio"]:checked + label:before,
.radio-group [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.radio-group [type="radio"]:checked + label:after,
.radio-group [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 14px;
    height: 14px;
    background: #0a58ca;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.radio-group [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.radio-group [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*footer-section*/

.footer-section {
    padding: 50px 0;
    background-color: #070B1E;
}

.footer-top {
    font-size: 16px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.footer-menu ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
}

.footer-top .right-content {
    display: flex;
    align-items: center;
}

.footer-menu ul li {
    margin-right: 30px;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li a:hover {
    color: #0861D3;
}

.social ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social ul li {
    margin-right: 15px;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background-color: #161A36;
}

.social ul li a:hover {
    background-color: #0861D3;
}

.footer-bottom {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom p {
    margin-bottom: 0;
}


/* page loader  */
#preloader {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.loader3 {
    width: 5.0rem;
    height: 5.0rem;
    display: inline-block;
    padding: .0rem;
    text-align: left;
}

.loader3 span {
    position: absolute;
    display: inline-block;
    width: 5.0rem;
    height: 5.0rem;
    border-radius: 100%;
    background: #3D47A2;
    -webkit-animation: loader3 1.5s linear infinite;
    animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
                transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        opacity: 0;
    }
}

@-webkit-keyframes loader3 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0;
    }
}

a, button, .navbar-nav li a:before {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
