* {
    padding: 0;
    margin: 0
}

body {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    line-height: 1.9;
    color: #576477
}

p {
    margin-bottom: 0
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0 solid
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #001737;
    font-family: Poppins, sans-serif
}

h1 {
    font-size: 64px
}

h2 {
    font-size: 36px
}

h3,
h3 a {
    font-size: 23px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.h3 .h6 {
    font-weight: 600;
    color: #001737;
    font-family: Poppins, sans-serif
}

.h6 {
    font-size: 16px;
    color: #fff
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

li {
    display: inline-block
}

.white,
.white a,
.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6 {
    color: #fff
}

.pd-80 {
    padding: 0 0
}

.pd-100 {
    padding: 100px 0
}

.pt-40 {
    padding-top: 40px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-100 {
    padding-bottom: 100px
}

.ptb1 {
    padding: 23px 0 0 0
}

.o-hi {
    overflow: hidden
}

.dwnBtn {
    font-size: 29px;
    color: #1c008a;
    padding: 22px 49px;
    border-radius: 52px;
    background-color: #fcfcfc;
    box-shadow: 2px 7px 1px #eab44a;
    background: linear-gradient(45deg, #f1c877, #fcfcfc)
}

.aic {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dfx {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.header-area {
    padding-top: 17px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header-absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9
}

#mainmenu-area-sticky-wrapper {
    position: relative;
    z-index: 9
}

.is-sticky .header-area {
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / .14), 0 4px 8px rgb(218 213 213 / .31);
    box-shadow: 0 0 4px rgb(0 0 0 / .14), 0 4px 8px rgb(218 213 213 / .31);
    z-index: 99999;
    margin: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background-color: #fff;
    padding-top: 13px
}

.mainmenu {
    text-align: right
}

.mainmenu li {
    position: relative
}

.mainmenu li a {
    display: block;
    padding: 10px 13px 25px;
    color: #576477;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 15px
}

.mainmenu li a.active {
    color: #c82c29 !important
}

.mainmenu li:hover a {
    color: #c82c29
}

.mainmenu li ul {
    position: absolute;
    left: 0;
    top: 63px;
    width: 200px;
    background-color: #fff;
    text-align: left;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 5px 20px 0 rgba(0, 0, 0, .1);
    border-radius: 3px
}

.mainmenu li:hover ul {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.mainmenu li li {
    display: block;
    position: relative
}

.mainmenu li ul li>a {
    padding: 5px 20px;
    font-weight: 400;
    color: #576477 !important
}

.mainmenu li li:hover>a {
    color: #c82c29 !important
}

.is-sticky .mainmenu li a {
    padding-bottom: 25px
}

.is-sticky .mainmenu li ul li a {
    padding: 5px 20px
}

.mainmenu li a:after {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 0;
    height: 3px;
    content: "";
    background-color: #c82c29;
    z-index: -1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px
}

.mainmenu li a.active:after,
.mainmenu li:hover a:after {
    width: 100%;
    left: 0;
    right: auto
}

.mainmenu li ul li a:after {
    opacity: 0
}

.hero-area {
    background-color: #028ee6;
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px
}

.hero-area .h-icon {
    font-size: 25px;
    background-color: #362785;
    width: 55px;
    height: 55px;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 55px;
    border-radius: 5px;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, .3)
}

.hero-area h3 {
    color: #8392a5;
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.hero-area h1 span {
    font-weight: 200
}

.hero-area h1 {
    line-height: 1.1;
    margin-bottom: 40px
}

.button {
    display: inline-block;
    background-color: #c82c29;
    padding: 12px 30px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1
}

.button:hover {
    color: #fff
}

.button:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    content: "";
    background-color: #001737;
    z-index: -1;
    border-radius: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.button:hover:after {
    width: 100%;
    left: 0;
    right: auto
}

.hero-img {
    position: relative
}

.hero-img img {
    position: relative;
    z-index: 3;
    border: 10px solid #fff;
    border-radius: 45px
}

.hero-img img.path-1-img {
    position: absolute;
    right: -21px;
    top: 58%;
    width: 354px;
    margin-top: -15px;
    pointer-events: none;
    border: none
}

img.path-1-img.path-3-img {
    right: -320px;
    bottom: 17%;
    top: auto;
    pointer-events: none;
    z-index: 2
}

img.path-1-img.path-2-img {
    left: -42%;
    bottom: -125px;
    top: auto;
    z-index: 2;
    pointer-events: none;
    width: 336px
}

.title h6 {
    color: #8392a5;
    font-weight: 400;
    margin-bottom: 20px
}

.title h2 span {
    font-weight: 200
}

.title h2 {
    line-height: 1.4;
    color: #0d06a7
}

.title {
    margin-bottom: 20px
}

.single-features-item {
    margin-bottom: 30px;
    -webkit-box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 40px -6px rgba(0, 0, 0, .1);
    padding: 20px;
    border-radius: 7px;
    width: 100%
}

.features-icon {
    width: 20%;
    margin-right: 8%
}

.features-content {
    width: 80%
}

.features-icon .mdi {
    display: inline-block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #35bfe6;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #35bfe6
}

.features-icon span.mdi.mdi-file-music {
    background-color: #7142f8;
    border: 1px solid #7142f8
}

.features-icon span.mdi.mdi-dice-multiple {
    background-color: #0b0037;
    border-color: #0b0037
}

.features-icon span.mdi.mdi-account {
    background-color: #5cbc2b;
    border-color: #5cbc2b
}

.features-icon span.mdi.mdi-radio {
    background-color: #f38550;
    border-color: #f38550
}

.features-icon span.mdi.mdi-server {
    background-color: #fa4c9a;
    border-color: #fa4c9a
}

.single-features-item:hover span.mdi.mdi-account {
    color: #5cbc2b
}

.single-features-item:hover span.mdi {
    background-color: #fff;
    color: #35bfe6
}

.single-features-item:hover span.mdi.mdi-file-music {
    color: #7142f8
}

.single-features-item:hover span.mdi.mdi-dice-multiple {
    color: #0b0037
}

.single-features-item:hover span.mdi.mdi-radio {
    color: #f38550
}

.single-features-item:hover span.mdi.mdi-server {
    color: #fa4c9a
}

.features-image {
    position: relative;
    z-index: 1;
    text-align: center
}

/*.features-image:after{position:absolute;right:8%;bottom:23%;width:100px;height:300px;content:"";background-color:#0b0037;z-index:-1;-webkit-transform:rotate(23deg);-ms-transform:rotate(23deg);transform:rotate(23deg);border-radius:0 20px;-webkit-animation:animatebg 3s linear infinite;animation:animatebg 3s linear infinite}*/

@-webkit-keyframes animatebg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes animatebg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(23deg);
        transform: rotate(23deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.features-image img {
    border-radius: 34px
}

.features-area .title {
    margin-bottom: 0
}

.c-border-bg {
    position: relative;
    z-index: 1;
    padding: 20px 0;
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae);
    margin: 30px 0
}

.c-border-bg:after {
    /*background-image:url(../image/Path-4.png);*/
    position: absolute;
    left: 0;
    top: -40px;
    content: "";
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.counter-number {
    font-size: 30px;
    color: #001737;
    font-weight: 600
}

.single-counter-box h6 {
    font-weight: 500;
    color: #8392a5;
    text-transform: uppercase
}

.single-counter-box {
    text-align: center
}

.btn-icon-img {
    width: 15%;
    margin-right: 10px
}

.btn-content {
    width: 80%
}

.btn-content h6 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.btn-content h6 span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 8px
}

.boxed-btn.right-btn {
    margin-left: 15px
}

.list {
    padding: 0;
    margin: 0;
    list-style: none
}

.list li {
    display: block;
    color: #001737;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    padding-left: 0px;
    margin-bottom: 20px;
    line-height: 23px
}

.rectangle-img {
    position: relative;
    z-index: 1
}

.rectangle-img img.mask {
    position: absolute;
    left: 5%;
    top: 25%;
    pointer-events: none;
    -webkit-animation: maskimg 15s linear infinite;
    animation: maskimg 15s linear infinite;
    margin-right: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 10px
}

@-webkit-keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes maskimg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.rectangle-img img.message-1 {
    position: absolute;
    right: 3%;
    bottom: 20%;
    pointer-events: none;
    margin-right: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.title .mdi {
    background-color: #362785;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 25px;
    border-radius: 50% 50% 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 7px 30px rgba(0, 0, 0, .3);
    box-shadow: 0 7px 30px rgba(0, 0, 0, .3)
}

.rectangle-area {
    position: relative;
    z-index: 1
}

.rectangle-area {
    background: #fff
}

@-webkit-keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0)
    }
}

@keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 #fff
    }
    50% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, .3);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, .3)
    }
    90% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 50px rgba(255, 255, 255, 0)
    }
}

img.shape-img {
    position: absolute;
    right: -10%;
    top: 34%;
    z-index: -1;
    pointer-events: none
}

.rectangle-img img {
    margin-right: 100px;
    box-shadow: 0 10px 55px rgba(0, 0, 0, .1);
    border-radius: 32px
}

.c-border-bhav {
    position: relative;
    z-index: 1;
    padding-bottom: 48px;
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae)
}

.bhav-head {
    color: #aeddff;
    font-size: 25px;
    font-weight: 600;
    font-family: none;
    text-align: center
}

.bhav-rate {
    color: #fff;
    font-size: 20px
}

h3.bhav-rate-head {
    font-size: 35px;
    padding: 20px 0;
    color: #fff;
    text-align: center
}

.bhav-para {
    margin-left: 35px;
    margin-top: 20px
}

.testimonial-area {
    z-index: 1;
    padding: 64px 0 80px
}

.testimonial-area:after {
    background-color: #0b0037;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 65%;
    content: "";
    z-index: -1
}

.t-title h2,
.t-title h6 {
    color: #fff
}

.testimonial-area h6 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 16px;
    color: #2f308c
}

.testimonial-area h4 {
    font-weight: 700;
    font-size: 30px;
    color: #2f308c
}

.nav-bar {
    text-align: right;
    margin-top: 25px
}

.nav-bar button {
    background: 0 0;
    border: none;
    color: #313397;
    font-size: 25px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px;
    position: relative;
    z-index: 1
}

.nav-bar button.prevbtn:after {
    position: absolute;
    right: -10px;
    top: 0;
    width: 2px;
    height: 50px;
    content: "";
    background-color: #313397;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: .2
}

.t-carousel.nav-bar {
    text-align: left
}

.single-c-item {
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae);
    padding: 40px 30px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .1);
    margin: 30px 15px;
    height: 345px;
    border: 2px inset #17026b;
    border-radius: 10px 35px 10px 50px
}

.single-c-item p {
    color: #fff
}

.single-c-item h5 {
    margin-bottom: 20px;
    color: #fff
}

.t-image img {
    border-radius: 50%
}

.t-content {
    margin-top: 40px
}

.t-image {
    width: 20%;
    margin-right: 20px
}

.t-text {
    width: 80%
}

.t-text h6 span {
    display: block;
    font-size: 14px;
    color: #576477;
    font-weight: 400;
    margin-top: 8px
}

.name p {
    color: #000
}

.gallery-slider .slide-item {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 30px 0;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 0 0 #fff, 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 0 #fff, 0 0 30px 0 rgba(0, 0, 0, .1)
}

.gallery-slider .swiper-slide-active .slide-item {
    -webkit-box-shadow: 0 0 0 12px #fff, 0 0 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 12px #999, 0 0 30px 0 rgba(0, 0, 0, .1)
}

.swiper-container {
    padding-bottom: 0
}

.about h3 {
    text-align: center;
    padding: 60px
}

.copyright {
    padding-top: 0
}

.play-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9
}

.youtube-img {
    height: 50px
}

.link-btn {
    padding-left: 73px;
    vertical-align: middle;
    font-size: 20px;
    padding: 10px 5px 15px 15px;
    border: 1px solid #000;
    border-radius: 34px
}

.c-border {
    padding: 10px;
    background: #f5f5f5;
    margin-bottom: 20px
}

.link-head {
    text-align: center;
    margin-bottom: 40px
}

.btnMsg {
    background: #3639a8;
    padding: 15px 43px;
    color: #fff;
    font-size: 19px;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 31px
}

.image-responsive {
    margin-left: 160px
}

.linkcls {
    text-align: center
}

.play-btn {
    padding: 10px
}

.footer-area {
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae)
}

p.para {
    color: #fff
}

span.dwnBtnFoot {
    font-size: 29px;
    color: #fff;
    background: linear-gradient(45deg, #2da8f3, #09629a);
    padding: 10px 20px;
    border-radius: 5px;
    margin: 30px
}

.copyright-section,
.footer-btn {
    text-align: right;
    margin-top: 33px
}

.footer-btn h4 {
    margin-bottom: 25px
}

.footer-btn .boxed-btn {
    text-align: left
}

.copyright-section li a {
    padding-left: 15px;
    display: block;
    font-weight: 500;
    color: #576477;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.copyright {
    padding-top: 0;
    text-align: center
}

a.footer-logo {
    margin-bottom: 15px;
    display: block;
    width: 210px
}

.copyright-section li a:hover {
    color: #c82c29
}

.social-icon img {
    padding: 10px
}

.sponsor-area {
    color: #8392a5;
    font-size: 20px
}

p.headfoot {
    color: #fff;
    font-size: 22px
}

.casino-heading {
    text-align: center;
    padding: 30px;
    font-size: 34px;
    color: #0d06a7;
    font-weight: 600
}

.casino-heading h2 {
    color: #0d06a7
}

.casino-img {
    border-radius: 34px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    width: 330px
}

.casinoPara {
    font-size: 16px;
    text-align: justify;
    margin-bottom: 35px;
    color: #000;
    margin-top: 30px
}

.fa-star:before {
    content: "\f005";
    padding: 15px;
    color: #3639aa
}

.casino-game {
    font-size: 25px;
    color: #000
}

.footer .container .col-md-12 .mdi {
    font-size: 28px;
    border-radius: 5px;
    color: #fff;
    padding: 3px
}

.footer-martket-link ul li a {
    font-size: 18px;
    padding: 0 7px;
    color: #78b4ff
}

.footer-martket-link {
    text-align: center;
    margin-top: 20px
}

.callBtnFoot {
    color: #fff;
    background: linear-gradient(45deg, #2da8f3, #09629a);
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 23px
}

#topcontrol {
    z-index: 9
}

#topcontrol {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #c82c29;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

#topcontrol:hover {
    background-color: #35bfe6
}

.header-2 .mainmenu li a {
    color: #fff
}

.header-2 .mainmenu li:hover>a {
    color: #fff
}

.is-sticky .header-2 .mainmenu li a {
    color: #576477
}

.is-sticky .header-2 .mainmenu li:hover>a {
    color: #c82c29
}

.is-sticky .logo-1,
.logo-2 {
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.is-sticky .logo-2 {
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero-2 {
    background-color: #362785
}

.hero-2 .mdi {
    background-color: #f9fafc;
    color: #001737
}

.hero-2 h3 {
    color: #adb9c7
}

.hero-2 h1 {
    color: #f9fafc
}

.hero-2 .boxed-btn {
    border: 1px solid #c0ccda;
    background-color: #362785;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero-2 .boxed-btn:hover {
    background-color: #c82c29;
    -webkit-box-shadow: 0 10px 30px -14px #c82c29;
    box-shadow: 0 10px 30px -14px #c82c29;
    border-color: #c82c29
}

.hero-2 .hero-img:after {
    background: rgba(73, 52, 182, .6);
    border-radius: 50%;
    -webkit-animation: animatetwoimg 3s linear infinite;
    animation: animatetwoimg 3s linear infinite
}

@-webkit-keyframes animatetwoimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 0 rgba(73, 52, 182, .6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 0 rgba(73, 52, 182, .6)
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(73, 52, 182, .2);
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(73, 52, 182, .2)
    }
    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
}

@keyframes animatetwoimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 0 rgba(73, 52, 182, .6);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3), 0 0 0 0 rgba(73, 52, 182, .6)
    }
    40% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(73, 52, 182, .2);
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 0 rgba(73, 52, 182, .2)
    }
    80% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 50px rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0);
        box-shadow: 0 0 0 0 rgba(255, 109, 74, 0), 0 0 0 30px rgba(255, 109, 74, 0)
    }
}

.play-btn {
    padding: 10px
}

.Appbtn {
    margin-top: 20px
}

span.dwnBtnApp {
    font-size: 18px;
    color: #fff;
    padding: 10px 11px;
    border-radius: 5px;
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae)
}

span.dwnBtnPlay {
    font-size: 29px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae)
}

.fa-play-circle:before {
    content: "\f144";
    font-size: 25px
}

.bazzarbox p {
    margin-top: 0;
    /*margin-bottom: 1rem;*/
    margin-bottom: 5.1%;
    font-size: 16px;
    color: #000;
}

.bazzarbox {
    padding: 0;
    border: 2px solid #000;
    text-align: center;
    border-radius: 29px 30px;
    font-size: 17px;
    font-weight: 700;
    margin: 40px 0
}

span.leftTime {
    float: left;
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae);
    padding: 33px 14px;
    border-radius: 25px 0 0 28px;
    position: relative;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 400
}

span.rightTime {
    float: right;
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae);
    padding: 33px 14px;
    border-radius: 0 28px 27px 0;
    position: unset;
    bottom: 0;
    left: 13px;
    color: #fff;
    font-weight: 400
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.testimonial {
    background: #fff;
    padding: 20px;
    margin: 0 15px 10px 15px;
    position: relative;
    height: 269px
}

.testimonial:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #c82c29;
    position: absolute;
    top: 4%;
    left: 2%;
    opacity: .5;
    z-index: -1
}

.testimonial .title {
    font-size: 20px;
    font-weight: 500;
    color: #19036f;
    text-transform: uppercase;
    margin-top: 0
}

.testimonial .description {
    font-size: 17px;
    color: #555;
    line-height: 30px;
    margin-top: -42px;
    margin-bottom: 19px
}

.testimonial .testimonial-content {
    position: relative
}

.testimonial .pic {
    display: inline-block;
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden
}

.testimonial .pic img {
    width: 100%;
    height: auto
}

.testimonial .content {
    display: inline-block;
    margin: 10px 0
}

.testimonial .name {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize
}

.testimonial .post {
    font-size: 14px;
    color: #c82c29;
    line-height: 24px
}

.testimonial .rating {
    padding: 0;
    margin: 0;
    list-style: none
}

.testimonial .rating li {
    display: inline-block;
    color: #ffc207
}

.owl-theme .owl-controls {
    margin-top: 20px
}

.owl-theme .owl-controls .owl-page span {
    background: #000
}

.aboutBox {
    border: 2px solid #2b2b7c;
    margin-bottom: 15px;
    text-align: justify
}

.aboutBox p {
    color: #000
}

h3.aboutHead {
    font-size: 27px;
    padding-top: 11px;
    color: #0d06a7;
    text-align: center
}

iframe.howVideo {
    width: 560px;
    height: 315px;
    border: 2px solid #000;
    margin-left: -6px
}

.dwnIcon {
    font-size: 55px !important;
    color: #eab44a
}

.userIcon {
    font-size: 55px !important;
    color: bisque
}

.starIcon {
    font-size: 55px !important;
    color: #f9a19d
}

.moneyIcon {
    font-size: 55px !important;
    color: #86f7f2
}

.rectangle-right {
    color: #000
}

body {
    font-size: 16px
}

.header-btn {
    text-align: right;
    margin-top: 4px
}

.is-sticky .header-4 .mainmenu li>a {
    color: #576477
}

.hero-3 {
    background-color: #0b0037;
    padding-bottom: 100px;
    z-index: 1;
    -webkit-clip-path: polygon(100% 0, 100% 81%, 85% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 81%, 85% 100%, 0 100%, 0 0)
}

.hero-3:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    /*background-image:url(../image/elements.png);*/
    background-position: center;
    background-size: cover;
    pointer-events: none;
}

.hero-3 h1 {
    color: #fff;
    position: relative;
    font-size: 23px;
    margin-bottom: 10px
}

h1.sliderText {
    font-size: 57px
}

.hero-3 h1 sup {
    background-color: #c82c29;
    font-size: 18px;
    padding: 15px 20px;
    border-radius: 50px;
    position: absolute;
    top: 10px
}

.hero-3 h2 {
    color: #adb9c7;
    margin-bottom: 55px;
    font-weight: 200
}

.hero-3 .boxed-btn {
    background-color: #0b0037;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.hero-3 .boxed-btn:hover {
    background-color: #c82c29;
    -webkit-box-shadow: 0 10px 30px -14px #c82c29;
    box-shadow: 0 10px 30px -14px #c82c29;
    border-color: #c82c29
}

.hero-3-img {
    position: relative;
    z-index: 1;
    margin-top: 32px;
}

.hero-3-img img {
    border-radius: 34px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.hero-3-img img.profile-1 {
    position: absolute;
    left: -17%;
    bottom: 10%;
    pointer-events: none;
    -webkit-animation: maskimg 10s linear infinite;
    animation: maskimg 10s linear infinite;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.hero-3-img img.profile-1.profile-2 {
    right: -13%;
    left: auto;
    bottom: 13%;
    -webkit-animation: none;
    animation: none;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.header-btn .button {
    padding: 6px 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.header-btn .button:after {
    background-color: #fff;
    border-radius: 4px
}

.is-sticky .header-btn .button:after {
    background-color: #001737
}

.header-btn .button:hover {
    color: #001737
}

.is-sticky .header-btn .button:hover {
    color: #fff
}

.taghead {
    color: #fff;
    position: relative;
    font-size: 35px;
    margin-bottom: 10px
}

.service-area {
    position: relative;
    z-index: 1
}

.service-area:after {
    position: absolute;
    left: calc((-100vw + 65%)/ 2);
    top: 0;
    width: 40%;
    height: 30%;
    content: "";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1
}

.service-area:after,
.t-c-2 .single-c-item:after {
    background: #c0ccda;
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #c0ccda), to(#fff));
    background: -o-linear-gradient(left, #c0ccda 1%, #fff 100%);
    background: linear-gradient(to right, #c0ccda 1%, #fff 100%)
}

.service-area .title {
    margin-bottom: 70px
}

.single-s-item {
    text-align: center;
    -webkit-box-shadow: 0 0 20px #f3efef;
    box-shadow: 0 0 20px #f3efef;
    padding: 40px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-top: 0
}

.single-s-item:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-bottom: 4px solid #5cbc2b;
    margin-top: -10px
}

.s-icon {
    margin-bottom: 35px;
    display: inline-block;
    position: relative
}

.s-icon .icon {
    width: 80px;
    height: 96px;
    line-height: 96px;
    display: inline-block;
    background: #5cbc2b;
    color: #fff;
    font-size: 32px;
    -webkit-box-shadow: 0 23px 30px rgba(92, 188, 43, .5);
    box-shadow: 0 23px 30px rgba(92, 188, 43, .5);
    -webkit-clip-path: polygon(100% 0, 100% 75%, 70% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 75%, 70% 100%, 0 100%, 0 0);
    position: relative;
    z-index: 1
}

.icon-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 80%;
    background: rgba(92, 188, 43, .3);
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.s-icon span.bar {
    width: 65%;
    height: 2px;
    display: block;
    position: absolute;
    left: 24%;
    top: 72%;
    background-color: #fff;
    z-index: 1;
    opacity: .2;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.s-icon span.bar:nth-child(1) {
    top: 30%
}

.s-icon span.bar:nth-child(3) {
    top: 70%;
    left: 73%;
    width: 55%
}

.color-o span.icon-bg {
    background-color: rgba(243, 133, 80, .3)
}

.color-o .icon {
    background-color: #f38550
}

.color-o:hover {
    border-color: #f38550
}

.color-b span.icon-bg {
    background-color: rgba(53, 191, 230, .3)
}

.color-b .icon {
    background-color: #35bfe6
}

.color-b:hover {
    border-color: #35bfe6
}

.single-s-item h4 {
    margin-bottom: 15px
}

.border-btn {
    color: #001737;
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #c0ccda;
    margin-top: 25px;
    display: inline-block;
    padding-bottom: 5px;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.border-btn:hover {
    color: #5cbc2b;
    border-color: #5cbc2b
}

.color-o .border-btn:hover {
    color: #f38550;
    border-color: #f38550
}

.color-b .border-btn:hover {
    color: #35bfe6;
    border-color: #35bfe6
}

.features-area-3 {
    position: relative;
    z-index: 1
}

.features-area-3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1
}

.features-area-3:before {
    background: #fff;
    background: -o-linear-gradient(45deg, #fff 0, #e5e9f2 100%);
    background: linear-gradient(45deg, #fff 0, #e5e9f2 100%);
    -webkit-clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
    clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%)
}

.f-border {
    position: absolute;
    bottom: 0;
    left: -27%;
    z-index: -1
}

.features-left {
    position: relative;
    z-index: 1
}

.features-left img.focus {
    position: absolute;
    left: 35%;
    bottom: 38%;
    pointer-events: none;
    -webkit-animation: maskimg 10s linear infinite;
    animation: maskimg 10s linear infinite;
    margin: 0;
    border-radius: 5px
}

.features-left:after {
    position: absolute;
    left: 0;
    bottom: 4%;
    width: 60%;
    height: 75%;
    content: "";
    background-color: #c82c29;
    z-index: -1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 84%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 25% 100%, 0 84%, 0 0)
}

.features-left img {
    margin-left: 15%;
    position: relative;
    z-index: 2;
    margin-bottom: 90px;
    border-radius: 34px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.features-left span.f-bar {
    width: 40%;
    height: 2px;
    display: block;
    position: absolute;
    left: 14%;
    top: 74%;
    background-color: #fff;
    z-index: 1;
    opacity: .2;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.features-left span.f-bar.bar-1 {
    top: 38%
}

.features-left span.f-bar.bar-2 {
    top: 50%
}

.features-left span.f-bar.bar-3 {
    top: 58%;
    width: 20%;
    left: 20%
}

.features-left span.f-bar.bar-4 {
    top: 85%
}

.features-left span.f-bar.bar-5 {
    top: 90%;
    left: 40%
}

.counter-icon {
    width: 24%;
    margin-right: 20px
}

.counter-text {
    width: 76%
}

.counter-icon .mdi {
    font-size: 50px;
    color: #35bfe6
}

.counter-icon img {
    width: 45px
}

.counter-text h6 {
    text-transform: uppercase
}

.features-right:after {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 100% 84%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 84%, 80% 100%, 0 100%, 0 0);
    background-color: #0b0037
}

.features-right span.f-bar {
    left: auto;
    right: -26%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.features-right img.focus {
    left: 10%;
    -webkit-animation: none;
    animation: none;
    bottom: 45%;
    margin: 0
}

.features-left.features-right {
    text-align: right
}

.features-left.features-right img {
    margin-right: 15%
}

.features-right span.f-bar.bar-3 {
    right: 0;
    left: auto
}

.features-right span.f-bar.bar-5 {
    left: auto;
    right: 0
}

.testimonial-3 .title {
    margin-bottom: 0
}

.t-c-2 .single-c-item:after {
    position: absolute;
    left: -40%;
    bottom: 23%;
    width: 100%;
    height: 40%;
    content: "";
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.t-c-2 .t-image img {
    border-radius: 0;
    -webkit-clip-path: polygon(100% 0, 100% 70%, 75% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 75% 100%, 0 100%, 0 0)
}

.s-bg {
    position: relative;
    z-index: 1;
    background-color: #0b0037;
    padding: 50px 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 92% 100%, 20% 100%, 0 100%, 0 20%);
    clip-path: polygon(0 0, 100% 0, 100% 20%, 100% 80%, 92% 100%, 20% 100%, 0 100%, 0 20%)
}

.s-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url(../image/suc.png);
    background-position: top center;
    background-size: 100% 165%
}

.s-bg .subscribe-bg-c {
    background: 0 0;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.s-bg .subscribe-bg-c h2 {
    color: #fff
}

.single-team-item {
    text-align: center
}

.team-img {
    position: relative;
    z-index: 1
}

.footer li a,
.solial-link li a {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    color: #576477;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px
}

.footer li a:hover,
.solial-link li a:hover {
    color: #c82c29
}

.solial-link {
    background-color: #fff;
    padding: 10px 15px;
    -webkit-clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 75%, 90% 100%, 0 100%, 0 0);
    position: absolute;
    left: 0;
    bottom: -30%;
    -webkit-transform: translate(14%, -40%);
    -ms-transform: translate(14%, -40%);
    transform: translate(14%, -40%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.team-img:hover .solial-link {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.single-team-item h3 {
    margin-top: 30px
}

.single-team-item h3 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #8392a5;
    margin-top: 10px
}

.mask-title h4 {
    color: #8392a5;
    margin-bottom: 20px;
    font-weight: 400
}

.mask-title h2 {
    margin-bottom: 40px
}

.mask-title .boxed-btn {
    text-align: left
}

.mask-title h6.version {
    font-size: 14px;
    font-weight: 500;
    color: #576477;
    margin-top: 30px
}

.mask-title h6.version span {
    color: #c82c29;
    margin-left: 10px
}

.mask-Group-area {
    position: relative;
    z-index: 1;
    background-color: #e5e9f2
}

.group-image img {
    position: absolute;
    left: 0;
    bottom: 0;
    pointer-events: none;
    box-shadow: 0 10px 55px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.group-image img:nth-child(1) {
    bottom: auto;
    top: 0;
    width: 250px;
    left: 10%;
    -webkit-animation: maskimg 10s linear infinite;
    animation: maskimg 10s linear infinite
}

.group-image img:nth-child(2) {
    bottom: auto;
    top: 10%;
    left: -5%
}

.group-image img:nth-child(3) {
    left: 3%;
    -webkit-animation: maskimg 10s linear infinite;
    animation: maskimg 10s linear infinite
}

.group-image img:nth-child(4) {
    left: auto;
    right: 12%;
    width: 208px;
    bottom: -25%;
    z-index: 2;
    border-radius: 30px;
    border: 10px solid #fff
}

.group-image img:nth-child(5) {
    left: auto;
    right: 4%;
    width: 208px;
    bottom: -10%;
    z-index: 1;
    border-radius: 30px;
    border: 10px solid #fff
}

.mask-title {
    position: relative;
    z-index: 2
}

.mask-Group-area:after {
    position: absolute;
    left: -30px;
    bottom: -150px;
    width: 100%;
    height: 300px;
    content: "";
    z-index: -9;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mask-Group-area:after {
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#e5e9f2));
    background: -o-linear-gradient(left, #fff 0, #e5e9f2 100%);
    background: linear-gradient(to right, #fff 0, #e5e9f2 100%)
}

.footer-area-3 {
    padding: 80px 0 30px
}

.footer p.mt-20 {
    margin-top: 20px;
    font-size: 16px
}

.footer h4 {
    margin-bottom: 30px
}

.footer-menu li {
    display: block
}

.footer-menu li a {
    font-size: 15px;
    font-weight: 500
}

.footer ul {
    margin-top: 15px
}

h2.headTxt {
    font-size: 34px;
    text-align: center
}

.titleScreen h2 {
    margin-bottom: 20px;
    text-align: center;
    color: #0d06a7 !important
}

.bg-poker {
    background-color: #0b0037;
    margin: 50px 0 10px
}

.bg-poker p {
    text-align: center;
    margin: 40px 0 0
}

a.dBtn2 {
    background: linear-gradient(45deg, #c89a34, #fadc72);
    padding: 10px 20px;
    font-size: 26px;
    color: #14025d;
    border-radius: 5px
}

.dBtn {
    position: absolute;
    font-size: 30px;
    right: 172px;
    color: #100b45;
    margin-top: 279px;
    background: linear-gradient(45deg, #b9953c, #fada73);
    padding: 0 10px;
    border-radius: 7px;
    box-shadow: 2px 2px 3px 2px #100b45
}

.getlink-sec {
    padding: 30px 0
}

.getlink-sec p {
    text-align: center;
    color: #0d06a7;
    font-family: system-ui;
    font-size: 44px;
    padding-bottom: 32px
}

.infield {
    padding: 10px 68px 10px 11px;
    border: 2px inset #383ba9;
    border-radius: 9px;
    font-size: 22px;
    box-shadow: 1px 1px 5px 1px #9e9d9d;
    margin: 0 18px 18px
}

.getlinkBtn {
    font-size: 27px;
    padding: 6px 45px;
    border: 2px solid #303290;
    background: linear-gradient(45deg, #211f50, #373aae, #211f50, #373aae);
    color: #fff;
    border-radius: 38px;
    box-shadow: 1px 1px 5px 1px #9e9d9d
}

.single-c-item h3 {
    color: #fff;
}

.mtb1 {
    margin: 50px 0px 20px;
}