body,
html {
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}


@font-face {
    font-family: "Alata", sans-serif;
    src: url('../fonts/allerdisplay.woff2') format('woff2'),
        url('../fonts/allerdisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Akshar:wght@300..700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    font-family: "Alata", sans-serif;
    overflow-x: hidden;
    background: #020206;
}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: "Alata", sans-serif;
}

p {
    line-height: 1.6;
    margin: 0 0 1.8em 0;
    font-size: 0.9em;
    font-family: "Akshar", sans-serif;
}

a,
button {
    outline: none;
    transition: all 0.5s ease-out;
    font-family: "Akshar", sans-serif;
}

img.w-100 {
    height: auto;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

button:hover,
.btn-primary:hover,
button:focus,
.btn-primary:focus {
    border-color: none !important;
}

img {
    max-width: 100%;
}
a.navbar-brand {
    font-size: 52px;
    color: #d5a021;
    font-weight: 800;
    font-family: "Alata", sans-serif;
}

.transition {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 21;
    top: 0;
    background: #ffffffa3;
    transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
a.demoid {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px 0 0 0;
    display: inline-block;
}
a.demoid:hover {
    color: #cf6679;
    text-decoration: none;
}

.transition.hide {
    opacity: 0;
    z-index: -1;
    display: none;
}

.container {
    width: 100%;
    max-width: 1620px;
    margin: 0 auto;
}

#mainwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#headerwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 70px 0;
    margin: 0 0 0 0;
    background: url(../images/hero_bg.jpg) no-repeat center top;
}

.navbar-collapse {
    align-items: center;
    justify-content: center;
}

.navbar {
    padding: 0.5em 0 0 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding: 0 18px;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #410fb3;
}

.orange {
    color: #f7849d !important;
}

a.download_btn {
    display: inline-block;
    font-size: 20px;
    padding: 16px 30px;
    color: #020206;
    line-height: 1;
    border-radius: 100px;
    background: rgba(178, 52, 121, 1);
    background: -moz-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178, 52, 121, 1)), color-stop(100%, rgba(207, 114, 52, 1)));
    background: -webkit-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -o-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -ms-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: linear-gradient(to right, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23479', endColorstr='#cf7234', GradientType=1);
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a.download_btn:hover {
    background: rgba(207, 114, 52, 1);
    background: -moz-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 114, 52, 1)), color-stop(100%, rgba(178, 52, 121, 1)));
    background: -webkit-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -o-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -ms-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: linear-gradient(to right, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf7234', endColorstr='#b23479', GradientType=1);
    text-decoration: none;
    color: #020206;
}

.navbar-nav .nav-item {
    position: relative;
}

.hero-slider {
    width: 100%;
    display: inline-block;
    padding: 50px 0 0 0;
}

a.support {
    background: #1f1f1f;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin: 0 20px 0 0;
}

a.support:hover {
    background: #f0ba12;
}

.hero_banner {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: right;
}

.hero-slider .row {
    justify-content: center;
    align-items: center;
}

.hero-slider .slogan {
    float: left;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 680px;
}

.hero-slider .slogan h1 {
    padding: 0 0 0 0;
    font-size: 70px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 600;
}
.hero-slider .slogan h1 span {
    color: #cf6679;
}

.hero-slider .slogan h6 {
    font-size: 2em;
}

.hero-slider .slogan p {
    padding: 1em 0 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1em;
}
.welcome_section{
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 100px 0;
    background: #080808;
}
.welcome_section .row{
    justify-content: center;
}
.welcome_section h3{
    display: inline-block;
    text-align: center;
    font-size: 28px;
    color: #fff;
    width: 100%;
    line-height: 1.2;
}
.welcome_section h2 {
    display: inline-block;
    text-align: center;
    font-size: 60px;
    color: #cf6679;
    width: 100%;
    margin: 0 0 30px 0;
    font-weight: 600;
}
.welcome_section p {
    font-size: 20px;
    line-height: 1.3;
    padding: 25px 0 0 0;
    margin: 0;
}

.download-now {
    display: inline-block;
    font-size: 18px;
    padding: 18px 20px;
    color: #fff;
    line-height: 1;
    border-radius: 100px;
    background: #410fb3;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 1em;
}

.download-now:hover {
    background: #cf6679;
    text-decoration: none;
    color: #fff;
}

.play-now {
    display: inline-block;
    font-size: 18px;
    padding: 16px 25px;
    color: #fff;
    line-height: 1;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 1em;
    background: #cf6679;
    border-radius: 50em;
    border: 2px solid transparent;
}
.btn_width{
    width: 250px;
}

.play-now:hover {
    text-decoration: none;
    color: #fff;
    background: #410fb3;
}

ul.social_menu {
    width: auto;
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0 25px 0 0;
}

ul.social_menu li {
    display: inline-block;
    padding: 0 6px;
}

#middelwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


.be_control_section {
    width: 100%;
    display: inline-block;
    background: #090218;
    padding: 100px 0;
}

.be_control_section h2 {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.control_box_part {
    width: 100%;
    display: flex;
    padding: 50px 0 0 0;
}
.control_box_part .col-lg-3 {
    max-width: 20%;
}

.control_box_part .controlbox {
    width: 100%;
    display: inline-block;
    padding: 1em 2em 2em 2em;
    width: 100%;
    display: inline-block;
    padding: 1em 2em 2em 2em;
    background: rgba(9,2,24,1);
    background: -moz-linear-gradient(top, rgba(9,2,24,1) 0%, rgba(9,2,24,1) 52%, rgba(55,10,161,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(9,2,24,1)), color-stop(52%, rgba(9,2,24,1)), color-stop(100%, rgba(55,10,161,1)));
    background: -webkit-linear-gradient(top, rgba(9,2,24,1) 0%, rgba(9,2,24,1) 52%, rgba(55,10,161,1) 100%);
    background: -o-linear-gradient(top, rgba(9,2,24,1) 0%, rgba(9,2,24,1) 52%, rgba(55,10,161,1) 100%);
    background: -ms-linear-gradient(top, rgba(9,2,24,1) 0%, rgba(9,2,24,1) 52%, rgba(55,10,161,1) 100%);
    background: linear-gradient(to bottom, rgba(9,2,24,1) 0%, rgba(9,2,24,1) 52%, rgba(55,10,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#090218', endColorstr='#370aa1', GradientType=0 );
    border-radius: 10px 60px 10px 60px;
    border: 1px solid #11403b;
    border-radius: 10px 60px 10px 60px;
    -webkit-box-shadow: 0px -3px 0px 0px rgb(255 255 255);
    -moz-box-shadow: 0px -3px 0px 0px rgb(255 255 255);
    box-shadow: 0px -3px 0px 0px rgb(255 255 255);
    border: 1px solid #371289;
    height: 100%;
}

.control_box_part .controlbox h4 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 30px;
}

.control_box_part .controlbox .line {
    width: 100%;
    display: inline-block;
    padding: 10px 0 15px 0;
}

.control_box_part .controlbox p {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 1em;
    margin: 0;
    line-height: 26px;
}

.control_box_part .controlbox .icon {
    padding: 0 0 20px 0;
    display: inline-block;
}

.process_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    background: #0c0c0c;
}
.process_section h2 {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.process_part {
    width: 100%;
    display: flex;
    padding: 70px 0 0 0;
}

.procces_box {
    width: 100%;
    display: block;
    padding: 1.5em 2em;
    background: rgb(50 14 131);
    background: -moz-linear-gradient(-45deg, rgba(12 12 12) 0%, rgba(65 15 179) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(65 15 179)), color-stop(100%, rgba(12 12 12)));
    background: -webkit-linear-gradient(-45deg, rgba(12 12 12) 0%, rgba(65 15 179) 100%);
    background: -o-linear-gradient(-45deg, rgba(12 12 12) 0%, rgba(65 15 179) 100%);
    background: -ms-linear-gradient(-45deg, rgba(12 12 12) 0%, rgba(65 15 179) 100%);
    background: linear-gradient(135deg, rgba(12 12 12) 0%, rgba(65 15 179) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f6442', endColorstr='#172b22', GradientType=1 );
    border-radius: 160px 10px 160px 160px;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    position: relative;
}
.before_arrow::before {
    position: absolute;
    left: -47%;
    top: 50%;
    content: '';
    background: url(../images/arrow_gray.png) no-repeat right top;
    width: 100px;
    height: 12px;
    transform: translateY(-50%);
}

.procces_box .round {
    width: 120px;
    height: 120px;
    display: inline-block;
    line-height: 120px;
    background: #cf6679;
    border-radius: 100px;
}

.procces_box .title {
    width: 100%;
    display: inline-block;
    font-size: 3em;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}

.procces_box h6 {
    width: 100%;
    display: inline-block;
    font-size: 1.3em;
    padding: 20px 0 10px;
}

.procces_box p {
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    padding: 0 0 30px 0;
    margin: 0;
    line-height: 20px;
}

.about_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    background: url(../images/about_bg.jpg) no-repeat center top;
}

.about_part {
    width: 100%;
    display: flex;
    align-items: center;
}

.about_part .info {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 50px;
}

.about_part .info h3 {
    width: 100%;
    display: inline-block;
    padding: 0 0 20px 0;
    font-size: 3em;
    color: #fff;
}

.about_part .info p {
    width: 100%;
    display: inline-block;
    padding: 0;
    font-size: 1em;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}

a.about_playnow {
    display: inline-block;
    font-size: 18px;
    padding: 14px 50px;
    color: #020206;
    line-height: 1;
    border-radius: 100px;
    background: rgba(178, 52, 121, 1);
    background: -moz-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178, 52, 121, 1)), color-stop(100%, rgba(207, 114, 52, 1)));
    background: -webkit-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -o-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -ms-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: linear-gradient(to right, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23479', endColorstr='#cf7234', GradientType=1);
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a.about_playnow:hover {
    background: rgba(207, 114, 52, 1);
    background: -moz-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 114, 52, 1)), color-stop(100%, rgba(178, 52, 121, 1)));
    background: -webkit-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -o-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -ms-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: linear-gradient(to right, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf7234', endColorstr='#b23479', GradientType=1);
    text-decoration: none;
    color: #020206;
}

ul.insta_list {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 20px;
}

ul.insta_list li {
    display: inline-block;
}

ul.insta_list li img {
    border-radius: 12px;

}

.slider_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    background: url(../images/hero_bg.jpg) no-repeat left top;
}
.slider_section h2 {
    display: inline-block;
    width: 100%;
    padding: 0 0 1em 0;
    margin: 0 0 0 0;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.company_box {
    width: 100%;
    text-align: center;
    background: #080808;
    border-radius: 16px;
    padding: 2em 3em;
    box-shadow: 12px 12px 12px 12px rgb(50 9 145 / 12%);
    height: 100%;
}
.company_box .icon_box {
    width: 140px;
    height: 140px;
    display: flex;
    border-radius: 10px;
    background: #cf6679;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.company_box h5 {
    font-size: 26px;
    padding: 1em 0 0 0;
}
.company_box p {
    font-size: 20px;
    padding: 0 0 0 0;
}
.company_box .icon_box img {
    width: auto;
    display: block;
    margin: 0 auto;
}
.owl-item .item {
    transform: translate3d(0,
            0,
            0);
    transform: scale(0.9);

    transition: all .25s ease-in-out;
    margin: 0 0;
    height: 100%;
}
.owl-stage {
    display: flex;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
    margin: 40px 0 0;
}

.screenshot_slider .owl-nav button {
    font-size: 38px !important;
    margin: 0 10px;
    color: #ffffff !important;
}

.slider {
    width: 100%;
    display: inline-block;
}

.slider .owl-dots {
    display: none;
}

.slider button:focus {
    outline: 0;
    outline: 0;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}



.footerwrapper {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 100px 0 20px 0;
    background: #000000;
}

.footer {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
}

.footer .footer_col1 p {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0.5em 0;
    letter-spacing: 1px;
    line-height: 1.4;
}

.footer .footer_col1 .social_menu {
    padding: 60px 0 0 0;
}

ul.footer_menu {
    width: auto;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer_menu li {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

ul.footer_menu li a {
    font-size: 1em;
    color: #fff;
    padding: 0 0 0 0;
    letter-spacing: 1px;
    font-weight: 400;
}

ul.footer_menu li a:hover {
    color: #cf6679;
    text-decoration: none;
}

.footer h5 {
    font-size: 1.4em;
    color: #fff;
    padding: 0 0 0.5em 0;
    font-weight: 500;
}

.footerwrapper .download-now {
    display: inline-block;
    font-size: 30px;
    padding: 18px 50px;
    color: #04080f;
    line-height: 1;
    border-radius: 100px;
    background: #0ecdb9;
    font-weight: 600;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
}

.footerwrapper .download-now img {
    padding-right: 15px;
}

.footerwrapper .download-now:hover {
    background: #a160fb;
    text-decoration: none;
    color: #04080f;
}

.copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #404040;
    padding: 20px 0 0 0;
}

.copyright p {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}

ul.footer_copyright_menu {
    width: auto;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer_copyright_menu li {
    width: auto;
    display: inline-block;
    padding: 0 5px;
}

ul.footer_copyright_menu li a {
    font-size: 1.2em;
    color: #fff;
    padding: 0 0 0 0;
    letter-spacing: 1px;
    font-weight: 400;
}

ul.footer_copyright_menu li a:hover {
    color: #d5a021;
    text-decoration: none;
}

.faq {
    width: 100%;
    display: inline-block;
    padding: 0px 0;
}

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: transparent;
    margin-bottom: 15px;
    border-radius: 6px;
    background-color: #ffffff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
}

.panel-default>.panel-heading {
    padding: 10px 25px;
    border-radius: 0;
    color: #ffffff;
}

.panel-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.panel-title>a {
    display: block;
    padding: 8px 0px 5px;
    text-decoration: none;
    color: #330994;
}

.more-less {
    float: right;
    color: #330994;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent;
    padding: 0px 42px 30px 42px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #330994;
}


.accordion-wrapper button.btn.btn-link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0px 5px;
    text-decoration: none;
    color: #330994;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-align: left;
    white-space: normal;
    font-family: "Alata", sans-serif;
}
.accordion-wrapper .fa{
    margin-top: 5px;
    margin-left: 5px;
}
.accordion-wrapper .card {
    border-color: #fff;
    margin-bottom: 15px;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 0;
}
.accordion-wrapper .card-header {
    padding: 10px 25px;
    border-bottom: 0;
    background-color: #fff;
    border-radius: 6px;
}
.accordion-wrapper .card-body p {
    border-top-color: transparent;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #330994;
    margin: 0;
}
.accordion-wrapper  .card-body {
    padding: 0px 42px 30px 42px;
}



.accordion-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
.accordion-title.collapsed:before {
    float: right !important;
    content:"\f067";
}

.a_wa {
    display: inline-block;
    font-size: 20px;
    padding: 16px 30px 14px 30px;
    color: #fff;
    line-height: 1;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    margin-right: 1em;
    background: #cf6679;
    border-radius: 50em;
    border: 2px solid transparent;
}
.a_wa:hover {
    text-decoration: none;
    color: #fff;
    background: #410fb3;
}
.footer .footer_col4 p {
    font-size: 1em;
    font-weight: 400;
    margin: 0 0 0.5em 0;
    letter-spacing: 1px;
}