@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400;1,700&family=Sarabun:wght@800&display=swap');
/* Usage: "Roboto Condensed",Arial,Helvetica,sans-serif; */ /* "Sarabun",Arial,Helvetica,sans-serif; */ 

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
	font-smooth: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
    background: #161D5A;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif !important;
    color: #000;
    /*padding-top: 83px*/
}

.navbar-light .navbar-toggler {
	background-color:#fff;
}

#fofd {
    display: flex;
    align-items: center;
    background: #1B445A;
    color:white;
}
    #fofd .latest_news {
        width: 200px;
        background: #CF354D;
        text-align: center;
        padding: 2px 0;
    }
        #fofd .latest_news p {
            color: white;
            font-size: 20px;
        }
        .team-area img {
            border-radius: 50% !important;
            height: 250px !important;
            width: 250px !important;
        }

.logoSlot {
    text-decoration: none;
}
.social_link a {
    margin: 0 10px !important;
    width: 30px;
    height: 30px;
    background: #cc834c;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    color: white;
    font-size:15px;
}
.team-area img{
    border-radius:50%!important;
}
.team-area .col-lg-3{
    margin-bottom:10px;
}
.moneySlot{
    height:100%;
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
}

.container-fluid {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
/**************** header-section *******************************************/




.header-area {
    background-color: #168cd5;
    padding: 8px 0px;
}

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
            text-decoration: none;
        }

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
        }

.right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .right ul li {
        margin-left: 25px;
        font-size: 16px;
        color: #fff;
    }

        .right ul li a {
            color: #fff;
        }

.a_logo {
    width: 42%;
}

.header-section {
    transition: all .3s ease;
   
}

.background-dark { background:#050A2F !important;color:#efefef !important;}
.text-dark {color:#efefef !important;}

p.atmetext {
    font-size: 18px;
    margin: 19px 0px 0px 2px;
    color: #000;
}

.header-section.fixed {
    background: #202020;
    transition-duration: 500ms;
    /* background-color: #d7dfef; */
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transition: all .3s ease;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999999;
}


#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/loader.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99;
    background-size: 22%;
}

.hide {
    display: none;
}

ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
	margin-top:20px;
}

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 5px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link.fixed {
            color: #fff;
        }


        ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
            /* background: #ca170e; */
            color: #296f93;
        }

.trad_abut:hover {
    border-radius: 8px;
    transition: all ease-in-out;
    cursor: pointer;
}

ul.navbar-nav.headerSlot li.nav-item a.nav-link {
    font-size: 15px;
    color: #efefef;
    font-weight: 700;
    padding: 9px 15px;
    border-radius: 0px;
    text-transform: uppercase;
    text-decoration: none;
}

h2.abd_hrading {
    font-size: 25px;
    font-weight: bold;
    line-height: 41px;
}

.login_signup a.nav-link {
    background: #e7a756 !important;
    color: #fff !important;
    box-shadow: 0px 0px 10px 3px #6ec16540;
}





@keyframes glowing {
    0% {
        background-color: #8a4b9e;
        box-shadow: 0 0 5px #8a4b9e;
    }

    50% {
        background-color: #8a4b9e;
        box-shadow: 0 0 20px #8a4b9e;
    }

    100% {
        background-color: #8a4b9e;
        box-shadow: 0 0 5px #8a4b9e;
    }
}
/*
.login_signup a.nav-link {
    animation: glowing 1300ms infinite;
}







*/

.login_signup a.nav-link:hover {
    background: linear-gradient(to left, rgba(57,100,208,1) 0%, rgba(45,193,201,1) 100%);
    box-shadow: none;
}

ul.navbar-nav.headerSlot li.nav-item a.nav-link.active {
    color: #FFF;
    background: #35b3dc;
}
/*ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover  {
    background: #35b3dc;
    color: #fff;
}*/

.visn_misn{
    padding:50px 0;
}
    .visn_misn .container {
        padding: 40px;
    }
    img.logo_imgs {
        
        max-height: 100px;
        transition: all .3s ease;
        border-radius: 11px;
        padding: 40px 0px 10px 0px;
        margin-left: 5px;
    }

.header-section.fixed img.logo_imgs {
    width: 26%;
    height: auto;
    transition: all .3s ease;
}

button.owl-prev {
    margin: 0px 0px 0px 20px;
}

button.owl-next {
    margin: 0px 20px 0px 0px;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
    z-index: 9;
	/* background-color:#504DE1; */
}

section.carousel_slider {
    position: relative;
}

.carousel-caption.sloder_text {
    position: absolute;
    top: 58%;
    left: 35%;
    text-align: inherit;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}


.choose_header {
    text-align: center;
    position: relative;
}

    .choose_header h3 {
        font-size: 35px;
        letter-spacing: 1.2px;
        font-weight: 600;
        color: #333;
        text-transform: capitalize;
        /*font-family: 'Gotham' !important;*/
        font-family: 'Playfair Display', serif;
    }


.reflection-text {
    position: relative;
    margin: -5px 0px 30px;
    display: inline-block;
}

    .reflection-text div {
        position: absolute;
        text-align: center;
        bottom: -2rem;
        width: auto;
        display: inline;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
    }

        .reflection-text div i {
            color: #ca170e;
            z-index: 9;
            font-size: 20px;
            padding: 0 2px;
            position: relative;
        }

    .reflection-text .one {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        left: 130%;
        background: #333;
        z-index: 9;
    }

    .reflection-text .two {
        width: 90px;
        height: 2px;
        position: absolute;
        top: 50%;
        right: 130%;
        background: #333;
        z-index: 9;
    }





section.magic-world {
    background: #F7F8FA;
    padding: 50px 0px;
}

.info_box {
    border: 3px solid #eeeeee;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 60px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    border-bottom: 6px solid #b28e55;
    height: 220px;
}

    .info_box:hover {
        border-bottom: 6px solid #f03d2a
    }


    .info_box:hover {
        background: transparent;
        transform: translate(0px,-10px) !important;
    }

.info_left {
    background: #ea3828;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: -70px auto 0px;
    line-height: 94px;
    box-shadow: inset 0px 0px 9px 3px #0000000a;
}

.info_right {
    padding-top: 30px;
}

.info_left h4 {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    margin-left: 15px;
}

.info_box:hover .info_left h4 {
    color: #000;
}

.info_left img {
    width: 100%;
    max-width: 60px !important;
}

.info_left {
    padding-bottom: 20px;
}

.info_right h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.info_right p {
    line-height: 24px;
    text-align: left;
    font-size: 16px;
    letter-spacing: 1.2px !important;
    font-size: 15px;
    /* text-shadow: 1px 1px 4px #80808078; */
    color: #000;
}

/*.info_box:hover .info_right h4 {
    color: #fff;
}

.info_box:hover .info_right p {
    color: #fff;
}*/
.about-img {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.info_left i {
    font-size: 40px;
    color: #fff;
}

.info_box:hover .info_left i {
    color: #fff;
}



section.scrollicon-fixed.fixed {
    display: block;
}

section.scrollicon-fixed {
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 999;
    transition: all .5s ease;
    display: none;
}

.scroll_sec ul li a {
    font-size: 24px;
    background: #db3236;
    padding: 7px 18px;
    color: #fff;
    transition: all .5s ease;
}

.scroll_sec ul li {
    margin-bottom: 20px;
    position: relative;
    transition: all .5s ease;
}

    .scroll_sec ul li a i {
        width: 20px;
    }

.overlay_icon {
    font-size: 18px;
    position: absolute;
    top: -6px;
    left: 75px;
    background: #4267B2;
    padding: 0 15px;
    height: 47px;
    line-height: 45px;
    width: 111px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    color: #fff;
    /* display: none; */
    transition: all .5s ease;
}

.scroll_sec ul li:hover .overlay_icon {
    left: -110px;
    transition: all .5s ease;
    cursor: pointer;
}

.overlay_icon.whatsapp {
    background: #40d366;
}

.overlay_icon.googles {
    background: #db3236;
}

.overlay_icon.instagram {
    background: #8a3ab9;
}

.f-bootom {
    text-align: center;
    background: #000000;
    color:#ccc;
    font-size: 14px;
    padding: 10px 0px;
}

/*section.banner_section {
    background-image: url(../images/home_gif.gif);
    height: 100vh;
   
    padding: 50px 0px;
    z-index: 99999;
}*/
/* background: url(../images/banner-bg.svg) no-repeat center / cover; */
/* background-color: #3f0999; */
/*section.banner_section {
    padding: 190px 0px 140px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/banner-bg.png);
    height: 100%;
}*/

section.banner_section:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 100px;
    width: 100%;
    background-image: url(../images/curve-img.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    z-index: 9;
    display: none;
}

.sliderSlot.bg_section {
    background-image: url('../images/AFX-banner5.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-15px);
    }
}

/*.banner-img {
    padding: 50px 0px;
}*/

.banner-img img {
    width: 100%;
}

.sliderSlot {
    position: relative;
}

section.banner_section button.owl-prev span {
    color: #fff;
    font-size: 30px;
    line-height: 22px;
}

section.banner_section button.owl-prev {
    width: 50px;
    background: #cd8e42 !important;
    border-style: none;
    box-shadow: none;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -100px;
}

    section.banner_section button.owl-prev:hover {
        background: linear-gradient( to left, #d0a923 7%,#fff09f 60%,#d0a923 100%) !important;
    }

section.banner_section button.owl-next span {
    color: #fff;
    font-size: 30px;
    line-height: 22px;
}

section.banner_section button.owl-next {
    width: 50px;
    background: #cd8e42 !important;
    border-style: none;
    box-shadow: none;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 20px;
}

    section.banner_section button.owl-next:hover {
        background: linear-gradient( to left, #d0a923 7%,#fff09f 60%,#d0a923 100%) !important;
    }

section.banner_section .owl-dots {
    position: absolute;
    bottom: 15px;
    left: 0px;
    right: 0px;
    text-align: center;
    display: none;
}

section.banner_section button.owl-dot {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50px;
    margin: 0px 5px;
    border: 2px solid #fff !important;
}

    section.banner_section button.owl-dot.active {
        background: linear-gradient( to right, #d0a923 7%,#fff09f 60%,#d0a923 100%) !important;
        border: none !important;
    }

.banner-img img {
    width: 100%;
}

.banner_content {
    padding-top: 130px;
}

    .banner_content h3 {
        font-size: 45px;
        color: #fff;
        font-weight: 500;
        line-height: 60px;
        text-shadow: 6px 5px 3px #00000078;
        text-transform: uppercase;
    }

    .banner_content p {
        color: #fff;
        margin: 20px 0px 0px 0px;
    }

a.learn_more {
    width: 150px;
    height: 45px;
    text-align: center;
    background: #32bd49;
    padding: 10px 20px;
    color: #fff;
    margin: 30px 0px 0px 10px;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    /* border-radius: 30px; */
    /*box-shadow: 0px 0px 12px 3px #ccc;*/
}
/*a.learn_more:hover {
         background: linear-gradient(-45deg, rgba(182,139,38,1) 1%,rgba(238,220,102,1) 47%,rgba(182,139,38,1) 100%);
    }*/

.crypto_content h2 {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    margin-bottom: 10px;
}

.crypto_content h6 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin: 15px 0px;
}

.crypto_imgs img {
    width: 93%;
}

.investment-left {
    float: left;
    margin-right: 20px;
    background: #ffbc59;
    width: 80px;
    height: 80px;
    padding: 10px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

    .investment-left img {
        width: 90%;
    }

.investment-right h5 {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.investment-box {
    margin: 20px 0px 20px;
    padding: 20px;
    box-shadow: 10px 10px 40px -6px rgb(0 0 0 / 10%);
    transition-duration: 0.6s;
}

    .investment-box:hover {
        box-shadow: none;
        transition-duration: 0.6s;
    }

section.cryptoSlot {
    padding: 100px 0px;
}

    section.cryptoSlot.faq {
        padding: 100px 0px 50px;
    }

.crypto_imgs {
    position: relative;
}

.play-video.text-center {
    position: absolute;
    top: 66%;
    left: 40%;
}

    .play-video.text-center a {
        width: 70px;
        height: 70px;
        transition: .5s;
        background-image: linear-gradient(45deg, #5a82e4 50%,#5a82e4 1%,#00dddb 100%);
        background-position: left center;
        background-size: 200% auto;
        border: 0;
        color: #FFF;
        display: inline-block;
        color: #fff;
        font-size: 45px;
        border-radius: 50%;
        padding: 2px 23px;
        box-shadow: 0px 0px 18px 0px #00dddb;
    }

        .play-video.text-center a:hover {
            background-position: right center;
        }

section.about_sec {
    background: #f2f2f2;
    padding: 80px 0px;
}

.aboutSlot {
    -webkit-box-shadow: 0px 0px 65px 0px rgb(157 172 193 / 25%);
    box-shadow: 0px 0px 65px 0px rgb(157 172 193 / 25%);
    padding: 70px 70px 40px;
    background: #fff;
    border-top: 6px solid #ca170e;
}

.about-img img {
    width: 73%;
}

.vd_about {
    width: 100%;
    height: auto;
    padding: 40px 0px;
}

.company-txt {
    margin: 0px 0px 30px;
}

    .company-txt h4 {
        font-size: 37px;
        /* text-align: center; */
        margin: 0px 0px 15px;
        color: #000000;
        font-family: 'Playfair Display', serif;
    }

.moneySlot {
    padding: 20px;
    /* background: #f2f2f2; */
    border-radius: 5px;
    height: 195px;
    border-top: 4px solid #ca170e;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-bottom: 4px solid #ca170e;
}

    .moneySlot h5 {
        font-size: 18px;
        color: #000;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .moneySlot p {
        font-size: 15px;
        letter-spacing: 1.4px;
        text-align: left; 
    }

.company-txt h6 {
    margin: 30px 0px 0px;
}

ul.ul_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px 0px 0px;
}

    ul.ul_list li {
        width: 33.33%;
        /* margin-right: 15px; */
        padding: 20px;
        text-align: center;
        border-right: 1px dashed #999;
    }

        ul.ul_list li h1 {
            font-size: 40px;
            color: #333;
            margin-bottom: 10px;
        }

section.crypto_solution:after {
    display: none;
    /*content: '';
    background-image: url(../images/solution-shape.png);
    background-repeat: no-repeat;*/
    /* background-size: cover; */
    /*position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: fixed;*/
}

section.crypto_solution.roadmap {
    position: relative;
}

    section.crypto_solution.roadmap .owl-nav {
        display: none;
    }

    section.crypto_solution.roadmap:hover .owl-nav {
        display: block;
    }

    section.crypto_solution.roadmap button.owl-prev span {
        color: #000;
        font-size: 30px;
        line-height: 22px;
    }

    section.crypto_solution.roadmap button.owl-prev {
        width: 35px;
        background: #d0a923;
        border-style: none;
        box-shadow: 0 0 7px 5px rgb(0 0 0 / 19%);
        height: 35px;
        border-radius: 50%;
        position: absolute;
        top: -2%;
        left: -32px;
    }

    section.crypto_solution.roadmap button.owl-next span {
        color: #000;
        font-size: 30px;
        line-height: 22px;
    }

    section.crypto_solution.roadmap button.owl-next {
        width: 35px;
        background: #d0a923;
        border-style: none;
        box-shadow: 0 0 7px 5px rgb(0 0 0 / 19%);
        height: 35px;
        border-radius: 50%;
        position: absolute;
        top: -2%;
        right: -40px;
    }

.crypto_content ul {
    padding-left: 30px;
}

    .crypto_content ul li {
        margin-bottom: 20px;
        position: relative;
    }

        .crypto_content ul li h4 {
            font-size: 20px;
            line-height: 28px;
            color: #333;
            font-weight: 600;
        }

        .crypto_content ul li:after {
            content: '';
            position: absolute;
            top: 10px;
            left: -40px;
            width: 20px;
            height: 20px;
            background: #5f40fe;
            border-radius: 50%;
        }

        .crypto_content ul li.soft-cap:after {
            background: #1688cc;
        }

        .crypto_content ul li.soft-cap2:after {
            background: #37cccb;
        }

        .crypto_content ul li.soft-cap3:after {
            background: #3fcd44;
        }

        .crypto_content ul li.soft-cap4:after {
            background: #99e600;
        }

section.crypto_solution {
    background-repeat: no-repeat;
    background-image: url(../images/scrd.png);
    /* background: -webkit-linear-gradient(left,#140E38,#194089); */
    background: -moz-linear-gradient(left,#140E38,#194089);
    background: -o-linear-gradient(left,#140E38,#194089);
    position: relative;
    padding: 100px 0px 50px 0px;
}

.solution_text {
    border: 1px solid #ffffff3b;
    padding: 30px;
    height: 376px;
    overflow: hidden;
    text-align: center;
    transition: 0.3s ease;
}

    .solution_text h5 {
        font-size: 22px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        margin: 50px 0px 10px;
    }

.solution_imgs {
    width: 100px;
    height: 100px;
    background: white;
    text-align: center;
    line-height: 100px;
    /*border-radius: 50%;*/
    margin: 0px auto;
    transform: rotate(45deg);
}

    .solution_imgs img {
        width: 60px;
        transform: rotate(-45deg);
    }

.solution_text p {
    color: #fff;
}

.solution_text:hover .solution_imgs {
    transform: rotate(360deg);
    transition: 0.3s ease;
    border-radius: 50%;
    transition-duration: .4s;
    box-shadow: none;
}

    .solution_text:hover .solution_imgs img {
        transform: inherit;
    }

.chart .crypto_imgs img {
    width: 100%;
    max-width: 68%;
    margin: 0px auto;
    display: flex;
}

.team_img {
    padding: 7px;
    border-radius: 50%;
    cursor: pointer;
    background: -webkit-linear-gradient( 45deg,#ffffff,#2cb0df);
    background: -moz-linear-gradient(45deg,#29BEFF,#1C76FE);
    /* background: linear-gradient( 
45deg
 ,#29BEFF,#1C76FE); */
    /* -webkit-box-shadow: 0 0 12px 0 #29beff; */
    box-shadow: 0 0 12px 0 #000;
    position: relative;
    z-index: 1;
    /* background: white; */
}

    .team_img:hover {
        -webkit-box-shadow: 0 0 12px 0 #ff4137;
        box-shadow: 0 0 12px 0 #ff4137;
        background: -webkit-linear-gradient( 45deg,#FF4137,#FDC800);
        background: -moz-linear-gradient(45deg,#FF4137,#FDC800);
        background: -o-linear-gradient(45deg,#FF4137,#FDC800);
        background: linear-gradient(45deg, rgba(182,139,38,1) 1%,rgba(238,220,102,1) 47%,rgba(182,139,38,1) 100%);
    }

    .team_img img {
        border-radius: 50%;
        width: 150px;
        height: 150px;
        border: 5px solid #FFF;
    }

    .team_img:before {
        content: '';
        position: absolute;
        height: 213px;
        top: -19px;
        left: 50%;
        z-index: -1;
        transform: rotate( 45deg);
        border-right: 3px solid #29BEFF;
        border-image-source: linear-gradient(to top,#29BEFF,#1C76FE);
        border-image-slice: .5;
        transition-property: transform;
        transition-duration: .5s;
    }

    .team_img:hover:before {
        border-image-source: linear-gradient(to top,#FF4137,#FDC800);
        -webkit-transform: rotate(55deg);
        -moz-transform: rotate(55deg);
        -ms-transform: rotate(55deg);
        -o-transform: rotate(55deg);
        transform: rotate(55deg);
    }

.team_txt {
    padding: 35px 0px 35px 30px;
}

    .team_txt h5 {
        color: #fff;
        font-size: 22px;
        font-weight: 400;
    }

    .team_txt p {
        color: #fff;
        font-size: 14px;
        margin: 5px 0px;
    }

.team_box {
    margin-bottom: 30px;
}

.decoration_img {
    float: left;
}

    .decoration_img img {
        width: 100%;
        border-radius: 7px;
    }

.decoration_txt {
    width: 100%;
    /* margin-left: 20px; */
}

    .decoration_txt p {
        line-height: 28px;
        margin-left: 30px;
    }


.accordion-item.faqSlot {
    border: 1px solid rgba(0,0,0,.125);
    margin-bottom: 15px;
    box-shadow: 0px 0px 4px #00000030;
}

.faqSlot button.accordion-button.collapsed {
    border-radius: 0px !important;
    border: 0px;
    background: #f9f9f9;
    box-shadow: 0 0 0px 0px rgb(0 0 0 / 10%);
}

.faqSlot .accordion-collapse {
    border: 0px;
    border-width: 0 1px;
}

button.accordion-button::aria-expanded="true" {
    position: absolute;
    background-image: none;
    content: "\f067";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}

button.accordion-button.accordionSlot.collapsed:after {
    position: absolute;
    background-image: none;
    display: none;
    content: "\f068";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}













button.accordion-button.accordionSlot {
    padding: 11px 15px;
    border: 0px;
    background: white !important;
    border-radius: 0px !important;
    box-shadow: -3px 2px 10px 0px #00000024;
    margin: 0px;
}

    button.accordion-button.accordionSlot.collapsed {
        box-shadow: none;
    }

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #2f3f46;
}

.faq_section .accordion-item {
    margin-bottom: 15px;
}

.accordion-collapse.collapseSlot {
    background: #ffffff;
    color: #6c757d;
    font-size: 14px;
    line-height: 25px;
    border: 0px;
    padding: 12px 7px 0px;
    margin: 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-item {
    border: 1px solid rgba(0,0,0,.125);
    padding: 0px 0px 0px 0px !important;
}

.accordion-item {
    border: 1px solid rgba(0,0,0,.125);
    padding: 0px;
}

.faq_txt h4 {
    font-size: 35px;
    color: #333;
}

.faq_txt span {
    font-size: 40px;
    font-weight: 300;
    color: #6c757d;
    letter-spacing: 2px;
}

.faq_txt {
    margin-bottom: 30px;
}

.faq_img img {
    width: 100%;
}

button.accordion-button.accordionSlot:after {
    position: absolute;
    background-image: none;
    content: "\f067";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}

button.accordion-button.accordionSlot.collapsed:after {
    position: absolute;
    background-image: none;
    content: "\f068";
    font-family: FontAwesome;
    padding-right: 3px;
    vertical-align: middle;
    top: 10px;
    right: 10px;
}

button.btn.btn-secondary._closed {
    background: #ccc;
    border: 1px solid #ccc;
    padding: 0px 0px;
    height: 40px;
    width: 80px !important;
    color: #333;
    font-size: 15px;
}

footer.footer-section {
    /* background: #3c8dbd; */
    padding: 50px 0px 30px;
    background: #35b3dc url(../images/dot_bg.png);
    position: relative;
    overflow: hidden;
}

.footer-section:before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 270px;
    z-index: 1;
    left: 20%;
    margin-left: -179px;
    height: 630px;
    top: -76%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 40%, rgba(255,255,255,0.05) 100%);
    transform: rotate( 133deg );
    /* transform-origin: bottom right; */
    transform-origin: center;
}

.footer-section:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 300px;
    z-index: 1;
    right: 50%;
    margin-right: -125px;
    height: 3600px;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 10%, rgba(255,255,255,0.05) 100%);
    transform: rotate(60deg);
    transform-origin: bottom right;
}

.logo_sec p {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    padding-top: 20px;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px 10px;
}

.compant_txt li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
}
    .compant_txt li a:hover {
        color: #FC20B6;
        
    }
    .compant_txt li a {
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition-duration: 0.6s;
        /* font-family: 'Gotham' !important; */
    }

        .compant_txt li a .fa_icon {
            padding-right: 10px;
        }

ul.social-icon li i {
    padding-right: 10px;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 0px;
}

.location-icon {
    margin-right: 15px;
}

.submitbtn {
    width: 100%;
    height: 42px;
    background: none;
    border-style: none;
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
}

    .submitbtn:hover {
        background: #2b2b2b;
    }

.compant_txt li .form-control {
    background: no-repeat;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
}

    .compant_txt li .form-control::placeholder {
        color: #fff;
    }

form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.line-brack2 {
    border-bottom: 2px solid #ffffff;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 90%;
    position: relative;
}

    .line-brack2:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 22%;
        width: 120px;
        height: 2px;
        background: #415076;
        transform: translate(-50%, -50%);
    }

.footer-bottom {
    background: #2b2b2b;
    padding: 2px 0px;
}

    .footer-bottom ul.social-icon {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }

        .footer-bottom ul.social-icon li {
            margin-right: 15px;
        }

            .footer-bottom ul.social-icon li a {
                color: #fff;
            }

p.footer-company-name {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px 0px;
}




.feature-icon i {
    font-size: 1rem;
    width: 40px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid;
    border-color: currentColor;
    margin-left: 0;
}

.feature-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 63px;
    border-radius: 50%;
    margin-bottom: 0;
}

.bg-theme-grad-s2 {
    position: relative;
}

.title-thin {
    font-weight: 500 !important;
    font-size: 18px;
    color: #212529;
    margin-bottom: 5px;
}

.bg-theme-grad-s2:before {
    content: '';
    background-image: url('../images/shape-a.png');
    /*background-image: url('../images/shape-q.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.feature-text.feature-text-s1 p {
    font-size: 14px;
    color: #333;
}

.feature-s1 {
    display: flex;
    margin: 30px 0px 0px 20px;
    align-items: center;
}

p.animated {
    font-size: 15px;
    line-height: 28px;
}

h2.title {
    font-size: 24px;
    color: #212529;
    font-weight: 600;
}

title-thin {
    font-weight: 500;
    font-size: 20px;
    color: #6c757d;
    margin-bottom: 6px;
}

.feature-text p {
    font-size: 15px;
    color: #333;
    line-height: 25px;
}

.gfx.gfx-auto img {
    width: 100%;
}

.banner_caption {
}

    .banner_caption h4 {
        font-size: 35px;
        color: #fff;
        line-height: 45px;
        margin-bottom: 10px;
    }

    .banner_caption p {
        font-size: 15px;
        color: #fff;
        line-height: 25px;
    }

.banner_imgs img {
    width: 100%;
}

button.aboutbtn {
    width: 150px;
    height: 45px;
    color: #ffffff;
    background-color: #35b3dc;
    border: 2px #ffffff solid;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 4px 9px 0 rgb(0 0 0 / 20%);
    border-radius: 7px;
    vertical-align: middle;
}

section.service_section {
    background: #f2f2f2;
    padding: 60px 0px;
}

.header-sec {
    text-align: center;
}

    .header-sec h5 {
        font-size: 30px;
        color: #212529;
        font-weight: 500;
        padding: 0px 0px 5px;
    }

    .header-sec p {
        color: #333;
    }

.boxSlot {
    background: #fff;
    padding: 30px 20px;
    margin: 0px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 7px 0px #00000014;
    border-radius: 7px;
    position: relative;
    height: 120px;
    margin-bottom: 30px;
}

.left_imgs {
    float: left;
}

    .left_imgs img {
        width: 100%;
        max-width: 50px;
    }

.right_txt {
    position: absolute;
    top: 20px;
    left: 90px;
}

    .right_txt h3 {
        font-size: 18px;
        color: #000;
        margin-bottom: 10px;
    }

    .right_txt p {
        color: #333;
        font-size: 14px;
    }

section.section.bg-theme {
    background: #35b3dc;
}

p.lead-s2.animated {
    color: #fff !important;
}

section.work_section {
    background-image: url('../images/section-bg2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0px;
}

.how_itwork {
    text-align: center;
}

    .how_itwork h5 {
        font-size: 35px;
        color: #fff;
        font-weight: 500;
        padding: 0px 0px 10px;
    }

    .how_itwork p {
        color: #fff;
    }

.video_icon i {
    font-size: 30px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: linear-gradient( 90deg, #3bb5dd 0%, #445ac0 100%);
    margin: 0 auto 10px;
    overflow: hidden;
    color: #fff;
    padding: 15px 22px;
    text-align: center;
}

.imgs_s img {
    width: 100%;
    border-radius: 7px;
}

section.weare_media {
    /* background-image: url(../images/ico_bg_image.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0px;
    background: #f0f4f7;
}



h6.sub-title {
    color: #b5b5b5;
    position: absolute;
    opacity: 0.2;
    font-size: 49px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    transform: translate(-50%);
    text-transform: uppercase;
    top: -40px;
    left: 50%;
    z-index: -9;
}



section.breadcrumbs {
    background-image: url('../images/breadcrumb_bg.jpg') !important;
    /* background-image: url(../images/bg_sec.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 220px 0px 150px;
    margin: 0px;
    background-position: 50%;
    position: relative;
    /*background: #866bfe;*/
}

section#about {
    MARGIN: 50px 0px;
}

h2.contact_Slot {
    font-size: 35px;
    color: #fff;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: left;
    justify-content: left;
    padding: 0px 0px;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

    li.breadcrumb-item a {
        color: #fff;
    }

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fdfeff;
    content: "/";
}

button.btn.btn-secondary._closed {
    background: #ccc;
    border: 1px solid #ccc;
    padding: 0px 0px;
    height: 40px;
    width: 80px !important;
    color: #333;
    font-size: 15px;
}

footer.footer-section {
    /* background: #3c8dbd; */
    padding: 120px 0px 40px;
    background: #151515 url('/images-winworld/bg-sidecurve.png');
	background-size:cover;
    position: relative;
    overflow: hidden;
}

.footer-section:before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 270px;
    z-index: 1;
    left: 20%;
    margin-left: -179px;
    height: 630px;
    top: -76%;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 40%, rgba(255,255,255,0.05) 100%);
    transform: rotate( 133deg );
    /* transform-origin: bottom right; */
    transform-origin: center;
    display: none;
}

.footer-section:after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 300px;
    z-index: 1;
    right: 50%;
    margin-right: -125px;
    height: 3600px;
    background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.05) 10%, rgba(255,255,255,0.05) 100%);
    transform: rotate(60deg);
    transform-origin: bottom right;
    display: none;
}

.logo_sec p {
    color: #fff;
    line-height: 25px;
    padding-top: 20px;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px 10px;
}

.compant_txt li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
    color: #fff;
    font-size: 14px;
}

    .compant_txt li a {
        color: #ddd;
        text-decoration: none;
        font-size: 15px;
        font-weight: 400;
        
        
    }

        .compant_txt li a .fa_icon {
            padding-right: 10px;
        }

ul.social-icon li i {
    padding-right: 10px;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 0px;
}

.location-icon {
    margin-right: 15px;
}

.submitbtn {
    width: 100%;
    height: 42px;
    background: #FC20B6;
    border-style: none;
    font-size: 15px;
    color: #fff;
    
    box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
    outline: none;
    margin-top: 10px;
}

    .submitbtn:hover {
        background: #000;
    }

.compant_txt li .form-control {
    background: no-repeat;
    border: 1px solid #FC20B6;
    color: #fff !important;
    border-radius: 0px;
    font-size: 14px;
    height: 42px;
    width: 100%;
}

    .compant_txt li .form-control::placeholder {
        color: #fff;
    }

form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.line-brack2 {
    border-bottom: 2px solid #ffffff;
    padding: 0px 0px 0px;
    margin-bottom: 17px;
    width: 120px;
    position: relative;
}

    .line-brack2:after {
        content: '';
        position: absolute;
        top: 1px;
        left: 50%;
        width: 120px;
        height: 2px;
        background: linear-gradient(to right, #AA4CCF, #FC20B6);
        transform: translate(-50%, -50%);
    }

.footer-bottom {
    background: #2b2b2b;
    padding: 2px 0px;
}

    .footer-bottom ul.social-icon {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }

        .footer-bottom ul.social-icon li {
            margin-right: 15px;
        }

            .footer-bottom ul.social-icon li a {
                color: #fff;
            }

p.footer-company-name {
    margin: 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0px 0px;
}




.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e4dab0;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border-bottom-width: 2px;
    background: #0000009c;
    color: #fff5d3;
    background: #6f573db3 !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 2px solid #ece7d5;
    background: rgba(255, 240, 224, 0.64);
}

.resplifeaddd {
    margin: 60px 0px 30px;
}

.back1 {
    background-color: #e3c73f;
}

input.btn-light.button-black {
    background: #ea3828;
    border-style: none;
    font-size: 14px;
    padding: 8px 17px;
    /* border-radius: 30px; */
    color: #fff !important;
    margin-top: 30px;
}

    input .btn-light.button-black:hover {
        background: #000;
    }


.resplifeaddd .form-control {
    height: 45px;
    padding: 0px 15px;
    font-size: 14px;
    border: 1px solid #ea3828;
    border-radius: 0px !important;
    box-shadow: none;
    outline: none;
}

.single_ctinfo {
    margin-bottom: 1.5rem;
    padding: 1rem 1.5rem;
    /* border: 1px solid #dfe5ef; */
    border: 1px solid #ea3828;
    border-radius: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
}

.ctinfo_icon {
    margin-right: 1rem;
    color: #ca170e;
    font-size: 35px;
}

.single_ctinfo .single_info_title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #83672a;
}

article.ctinfo_detail {
    font-size: 14px;
}

textarea.form-control {
    height: 150px !important;
    padding: 15px 15px !important;
}

.socialicon {
    display: inline-block;
}

.socialicon {
    text-align: center;
    font-size: 20px;
    color: #000;
    padding: 7px 12px;
    text-decoration: none;
    /* border-color: #ecc043; */
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 6%);
    background: #8a4b9e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: ease-in-out .1s;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 2px solid #8a4b9e;
}

    .socialicon:hover {
        box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
        transform: translateY(-5px);
    }

.social_icon {
    margin-bottom: 30px;
    text-align: center;
}

a.social-margin {
    text-decoration: none;
}

.social_icon h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
/*****************Step-ection cssssssss******************************/
.step1 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 375px;
    padding-top: 20px;
    /*float: left;*/
}

    .step1 span {
        color: #fff;
        font-size: 22px;
        display: block;
        margin-top: 6px;
    }
img.img-fluid.logo_img {
    width: 38%;
}
a.join_btn {
    background: #ef3d2a;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 54px;
    display: inline-block;
    width: 185px;
    height: 50px;
    text-decoration: none;
    /* border-radius: 30px; */
    margin: 20px auto 0 auto;
}

    a.join_btn:hover {
        background: linear-gradient( to left, #ca170e 7%,#ff8d00e6 60%,#ca170e 100%) !important;
    }

.step1 img {
    width: 220px;
    margin-top: 120px;
}

.step2 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 250px;
    padding-top: 20px;
    /*float: left;*/
    margin-left: 14px;
}

    .step2 img {
        width: 220px;
        margin-top: 60px;
        margin-bottom: 110px;
        display: block;
    }

    .step2 span {
        color: #fff;
        font-size: 22px;
        display: block;
        margin-top: 6px;
    }

.step3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    width: 375px;
    padding-top: 20px;
    /*float: left;*/
    margin-left: -95px;
}

    .step3 span {
        color: #fff;
        font-size: 22px;
        display: block;
        margin-top: 6px;
    }

    .step3 img {
        width: 216px;
        margin-top: 115px;
        margin-right: 0px;
    }

.step-section {
    background-image: url('../images/steps.png');
    width: 100%;
    height: 585px;
    margin: 0 auto;
    background-repeat: no-repeat;
}
/*****************Step-ection cssssssss******************************/
.spinnerSlot {
    padding: 64px 0px 0px;
}

    .spinnerSlot h3 {
        font-size: 43px;
        margin: 0px 0px 15px;
    }

    .spinnerSlot p {
        font-size: 17px !important;
    }

/*****************Road map cssssssss******************************/

section.crypto_solution.roadmap {
    background-image: url(../images/home_3.jpg);
}

.roadmap_sec {
    position: relative;
    margin-top: 50px;
}

    .roadmap_sec:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 0px;
        border-top: 2px solid #fff;
        width: 100%;
    }

.roadmapSlot {
    padding: 90px 0px 0px;
    text-align: center;
    position: relative;
}

    .roadmapSlot h3 {
        font-size: 20px;
        text-transform: capitalize;
        color: #fff;
        font-weight: 500;
        margin: 0px 0px 3px;
    }

span.position {
    color: #fff;
    font-size: 14px;
}

.testimonialSlot {
    position: relative;
}

.roadmapSlot:after {
    content: '';
    position: absolute;
    top: 26px;
    left: 50%;
    width: 2px;
    height: 50px;
    background: white;
}

.small-round span {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #fff;
}

.small-round {
    position: absolute;
    top: 0px;
    left: 46%;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 9;
    background: #8a4b9e;
}

@media(max-width: 767px) {
	
	.navbar-collapse {background:#504DE1;}
    h6.sub-title {
        font-size: 27px;
    }

    .header-section.fixed img.logo_imgs {
        width: 38%;
        height: auto;
    }

    img.logo_imgs {
        width: 70%;
        
        height: auto;
        transition: all .3s ease;
        padding: 0px 0px;
    }

    section.crypto_solution {
        background-repeat: no-repeat;
        /* background-image: url(../images/scrd.png);*/
        background: -webkit-linear-gradient(left,#140E38,#194089);
        background: -moz-linear-gradient(left,#140E38,#194089);
        background: -o-linear-gradient(left,#140E38,#194089);
    }

    

    .logo_sec p {
        padding-top: 6px !important;
    }

    .logo_sec ing {
        max-width: 51%;
    }

    p.atmetext {
        color: #000;
        font-size: 14px;
        margin: 8px 0px 0px 2px;
    }
}

#header {
    position: absolute;
    width: 100%;
    z-index: 9999999;
}
.about_img {
    position: relative;
    margin-bottom: 30px;
}
    .about_img img {
        position: relative;
        z-index: 1;
    }
    .about_img::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#bc823d), to(#c7813f));
        /* background-image: linear-gradient(to right, #ff2500, #ff7100); */
        border-radius: 50% 30% 50% 30%;
    }
    .about_img::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        z-index: -1;
        border-radius: 30% 40% 30% 40%;
    }
.about-content {
    margin-left: 70px;
    margin-bottom: 30px;
}
.about_section{
    padding:100px 0;
}
.section-title span, .progress-area .section-title span {
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
	font-size:18px;
    text-transform: Uppercase;
    padding-bottom: 5px;
    font-weight: 400;
    /* color:#1B445A; */
	display:flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	
	background: -webkit-linear-gradient(#3AF09F, #1DA6F3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title span:before {
	display:block;
	content:'';
	
	width:50px;
	height:2px;
	flex-grow:0;
	flex-shrink:0;
	margin-right:6px;
	border-top-color: rgb(233, 77, 101);
		border-top-style: solid;
		border-top-width: 2px;
		box-sizing: border-box;
}


	
.pre-title:after {
	display:block;
	content:'';
	width: 50px;
	height: 2px;
	z-index:1111;
	border-top-color: rgb(233, 77, 101);
	border-top-style: solid;
	border-top-width: 2px;
	box-sizing: border-box;
	margin-left:6px;
}
	
.background-dark .section-title span:before, .background-dark .pre-title:after { border-top-color:#efefef !important;}


.section-title h2 {
	font-family:"Sarabun",Arial,Helvetica,sans-serif;
    font-size: 60px;
    font-weight: 800;
    margin-top: 5px;
	letter-spacing:-.03em;
	
}
.h2-color {
    color: #c98246;
}
.fancy-heading { color:#1b4962; }
.background-dark .fancy-heading { color:#efefef; }

.section-title h2 b {
    color:#FC20B6;
}
.about-content h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 20px;
}
.about-content p {
    margin-bottom: 0;
    color: #6c6c6c;
}
.about-content .about-btn {
    margin-top: 40px;
}
.default-btn {
    padding: 16px 65px 16px 27px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    background-image: -webkit-gradient(linear, left top, right top, from(#FC20B6), to(#AA4CCF));
    background-image: linear-gradient(to right, #FC20B6, #AA4CCF);
    border: none;
    outline: none;
}
.default-btn:hover { color:#fff;}
    .default-btn::before {
        content: '';
        position: absolute;
        top: 0;
        width: 0;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#0049b1), to(#1e71e6));
        background-image: linear-gradient(to right, #0049b1, #1e71e6);
        left: 0;
        right: 0;
        opacity: 0;
        z-index: -1;
        -webkit-transition: .7s;
        transition: .7s;
    }
    .default-btn i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        color: #ff3900;
        display: inline-block;
        background-color: #fff;
        border-radius: 50px;
        text-align: center;
        position: absolute;
        top: 5px;
        right: 5px;
        -webkit-transition: .7s;
        transition: .7s;
    }

.bx {
    font-family: boxicons !important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    display: inline-block;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.counter-area {
	background-image: url('/images-winworld/bg-keys.jpeg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 65px 0;

   
}
.counter-area .container {
	max-width: 1140px;
}
.single-counter {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
}
.single-counter i {
	position: relative;
	display: inline-block;
	top: -15px;
	left: 0;
	font-size: 50px;
	color: #ff3900;
	margin-right: 15px;
}
.single-counter .content {
	text-align: center;
	display: inline-block;
}
.single-counter .content h3 {
	font-family: "Sarabun",Arial,Helvetica,sans-serif;
	font-size: 60px;
	line-height: .7;
	margin-bottom: 10px;
	font-weight: 800;
	color:white;
}
.single-counter .content p {
	color: white;
	font-size:18px;
	font-weight: 300;
	margin-bottom: 0;
}

.pb-70 {
    padding-bottom: 58px;
}

.pt-100 {
    padding-top: 58px;
}
.progress-area .container {
    max-width: 1140px;
}
.section-title{
    text-align:center;
}


.progress-area .sp-after {
    position: relative;
    margin-right: 45px;
}
.progress-area .section-title h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.progress-area .section-title h2 {
    font-size: 50px;
    font-weight: 600;
    margin-top: 5px;
    line-height: 1.4;
}
.pt-45 {
    padding-top: 45px;
}
.pr-bg-color-1 {
    background-color: #2966be;
}

.progress-card {
    margin-bottom: 30px;
    padding: 60px;
    text-align: center;
    
    position: relative;
}
.pr-bg-color-1 {
    background: linear-gradient(45deg,#452C59, #162EC5);
}

    .progress-card img {
        margin-bottom: 25px;
    }
    .progress-card h3 {
        font-size: 40px;
        line-height: .7;
        color: #fff;
        font-weight: 500;
        margin-bottom: 15px;
    }
.progress-card p {
    color: #fff;
    margin-bottom: 0;
}
.pr-bg-color-1::before {
    background-image: linear-gradient(to right,#000000,#000000);
}

.progress-card::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 48% 50% 48% 50%;
    -webkit-transition: .7s;
    transition: .7s;
}
.pr-bg-color-2 {
    background-image: -webkit-gradient(linear,left top,right top,from(#CF354D),to(#ff7100));
    background-image: linear-gradient(to right,#CF354D,#ff7100);
}
    .pr-bg-color-2::before {
        background-color: #000000;
    }
.pr-bg-color-3 {
    background-image: linear-gradient(to right,#CF354D,#ff7100);
    position: relative;
}
    .pr-bg-color-3::before {
        background-image: -webkit-gradient(linear,left top,right top,from(#CF354D),to(#ff7100));
        background-image: linear-gradient(to right,#000000,#000000);
    }
.progress-card:hover::before {
    /*-webkit-animation: rotated360 6s infinite linear;*/
    animation: rotated360 6s infinite linear;
}
.work-area {
    background:#4D3159;
	
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
   
}
.pb-70 {
    padding-bottom: 58px;
}
.pt-100 {
    padding-top: 58px;
}


.sp-after {
    position: relative;
    margin-right: 45px;
}
    .sp-after::after {
        content: '';
        position: absolute;
        bottom: 10px;
        right: -45px;
        width: 45px;
        height: 1px;
        background-image: -webkit-gradient(linear,left top,right top,from(#ff2500),to(#ff7100));
        background-image: linear-gradient(to right,#ff2500,#ff7100);
    }
        .sp-after::after{
            display:none!important;
        }

        .work-card {
            text-align: center;
            margin-bottom: 30px;
        }
    .work-card h2 {
        font-size: 40px;
        font-weight: 500;
        color: #2966be;
        width: 130px;
        height: 100px;
        margin: 0 auto;
        line-height: 100px;
        text-align: center;
        background-color: #fff;
        border-radius: 30% 70% 30% 70%;
        position: relative;
    }
        .work-card h2::before {
            content: '';
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-color: #2966be;
            border-radius: 70% 30% 70% 30%;
            -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
        }
    .work-card h3 {
        font-size: 20px;
        color: white;
        margin-top: 20px;
        margin-bottom: 10px;
    }
.work-area .h2-color {
    color:white!important;
}
.work-area .section-title span {
    color: #ffffff;
}
.work-area .sp-after::after{
    display:none!important;
}

.pricing-area {
    position: relative;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pricing-area .section-title {
    margin-bottom: 45px;
}
.price-width {
    max-width: 1320px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    padding: 60px;
    margin: 0 auto;
}
.pricing-card {
    border: 1px dashed #94b7e2;
    padding: 5px;
    -webkit-transition: .7s;
    transition: .7s;
}
    .pricing-card .pricing-card-into {
        text-align: center;
        padding: 0 30px 30px;
    }

.color-bg1 {
    background-color: #f3f3f3;
}
.pricing-card .pricing-card-into .pricing-icon {
    position: relative;
    margin-top: -40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 3%);
    box-shadow: 0 0 15px rgb(0 0 0 / 3%);
    width: 95px;
    height: 95px;
    font-size: 35px;
    border-radius: 50px;
    display: inline-block;
    text-align: center;
    line-height: 95px;
}

.color-1 {
    color: #2966be;
}
.flaticon-banner:before {
    content: "\f11a";
}
.pricing-card .pricing-card-into h3 {
    font-size: 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500;
    background-color: #fff;
    padding: 10px;
}
.pricing-card .price-rate {
    padding-bottom: 10px;
    border-bottom: 1px solid #b7d0ee;
    margin-bottom: 20px;
}
.pricing-card .purchase-btn {
    margin-top: 20px;
    padding: 12px 27px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: capitalize;
    border-radius: 50px;
    border: none;
    outline: none;
}

.button-bg1 {
    background-image: -webkit-gradient(linear,left top,right top,from(#0f0788),to(#280fb8));
    background-image: linear-gradient(to right,#0f0788,#280fb8);
}
.pricing-card .price-rate h2 {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 0;
}
.pricing-card .price-rate span {
    font-size: 16px;
}
#fkkfh{
    margin:40px 0;
}
    #fkkfh .fa {
        margin-right: 10px;
        width: 33px;
        height: 33px;
        line-height: 33px;
        text-align: center;
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
        border-radius: 50%;
    }
        #fkkfh a{
            color:black;
        }
        #fkkfh img {
            border-radius: 40% 60% 40% 60%;
        }
    #fkkfh .social_link{
        padding:5px 0;  
    }
.team-area {
    background: #f1f1f1;
}
.footer-top {
    border-bottom: 1px solid #e6e6e6;
    /* padding: 20px 0; */
    margin: 40px 0;
    padding-bottom: 12px;
}
.footer-social-icon .social-link {
    /*float: right;*/
    margin: 0;
    padding: 0;
    list-style: none;
    text-align:center;
}
    .footer-social-icon .social-link li {
        display: inline-block;
        margin-right: 15px;
    }
        .footer-social-icon .social-link li:nth-child(1) a {
            background-color: #3b5998;
        }
        .footer-social-icon .social-link li:nth-child(2) a {
            background-color: #55acee;
        }
        .footer-social-icon .social-link li:nth-child(3) a {
            background-color: #3f729b;
        }
        .footer-social-icon .social-link li:nth-child(4) a {
            background-color: red;
        }
        .footer-social-icon .social-link li:nth-child(5) a {
            background-color: #c80000;
        }

element.style {
}

.footer-social-icon .social-link li:nth-child(1) a {
    background-color: #3b5998;
}


element.style {
}

.footer-social-icon .social-link li:nth-child(1) a {
    background-color: #3b5998;
}

.footer-social-icon .social-link li a {
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    display:inline-block;
}
.footer-social-icon .social-link li:nth-child(1) a:hover {
    background-color: #ff3900;
  /*  -webkit-animation: tada 1s linear;*/
    animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(2) a:hover {
    background-color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(3) a:hover {
    background-color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(4) a:hover {
    background-color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}
.footer-social-icon .social-link li:nth-child(5) a:hover {
    background-color: #ff3900;
    -webkit-animation: tada 1s linear;
    animation: tada 1s linear;
}
.logo_admin {
    width: 40%;
    margin: 0 auto;
    margin-top:0px!important;
}
.img.img.img-responsive{
    width:auto!important;
}
.footer-section .footer-img img{
    display:block;
    width:65%;
}
.footer-section .footer-img{
    margin-bottom:30px;
}
.social_link .fa{
    transition:0.5s ease-out;
}
    .social_link .fa:hover {
        background: #ff3900;
        color: white;
        animation: tada 1s linear;
    }


/* STYLES FOR WINWORLD */

.navbar { padding:0px; }
.lh-130 { line-height:1.3em;}

.infobox-winworld {
    border-radius:10px 50px 10px 10px;
	background: linear-gradient(45deg,#452C59, #162EC5);
	padding: 30px 30px 15px;
	margin-bottom:30px;
}

.infobox-keyfeatures {
    border-radius:10px;
	background: #05092E;
	padding: 30px 30px 15px;
	margin-bottom:30px;
}

.services-img{
    width: 111px;
    height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px;
    position: relative;
}
.infobox-winworld i {
	font-size:80px;
}
.infobox-winworld .content h3 {
	font-family: "Sarabun",Arial,Helvetica,sans-serif;
	font-size: 30px;
	line-height: .7;
	margin-bottom: 10px;
	font-weight: 700;
	color:white;
}
.infobox-winworld .content h4 {
	font-family: "Sarabun",Arial,Helvetica,sans-serif;
	
	line-height: .7;
	margin-bottom: 10px;
	font-weight: 700;
	color:white;
}

.infobox-keyfeatures .content h3 {
	font-family: "Sarabun",Arial,Helvetica,sans-serif;
	font-size: 24px;
	line-height: .7;
	margin-bottom: 10px;
	font-weight: 700;
	color:white;
} 
.infobox-winworld .content p { margin-bottom:15px; }

.big-icon img { max-width:100%;text-align:center;}