.main-header {
    /*border-bottom: 1px solid #373745;*/
    position: relative;
    z-index: 22;
}
.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.heder-menu ul li {
    display: inline-block;
    margin-right: 30px;
}
.heder-menu ul {
    display: inline-block;
}
/*.valume-content{
    display: flex;
}*/
.bges{
     background: transparent;
    color: black;
    border-radius: 72px;
    padding: 2px 35px;
    width: 100%;
}
.uss{
    background-color: rgba(44,255,78,.2)
}
.us{
    background: black;
    padding: 15px 15px;
    color: white;
    border-radius: 50%;
}
.heder-menu ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
    padding: 35px 0 30px;
    transition: .5s;
    color: #000;
    position: relative;
}
.heder-menu ul li a:hover {
    color: #4C3FA2;
}
.header-icon {
    display: inline-block;
}
.header-icon a {
    display: inline-block;
    font-size: 15px;
    color: #FFB900;
    font-weight: 400;
}
.header-icon a i {
    display: inline-block;
    padding: 0 12px;
}
.menu-button {
    display: inline-block;
}
.menu-button a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat';
    border: 1px solid #373745;
    padding: 12px 30px;
    color: #000;
    border-radius: 50px;
    transition: .5s;
}
.menu-button a:hover {
    background: #745CEC;
}
/* sub-menu */
.heder-menu ul li .sub-menu {
    position: absolute;
    top: 140px;
    opacity: 0;
    height: auto;
    width: 230px;
    background: #262644;
    transition: .5s;
    visibility: hidden;
    display: block;
    padding: 15px 0px 12px;
    border-radius: 5px;
}
.sub-menu ul li a {
    padding: 0 7px 7px 25px;
}
.sub-menu ul li a:hover{
    color: #715AEB;
}
.heder-menu ul li:hover .sub-menu {
    left: ;
    top:93px;
    opacity: 1;
    visibility: visible;
}
div#sticky-header:hover .sub-menu {
    top: 94px;
}
/*<!-- ============================================================== -->
<!-- Start  breadcumb-area   Css -->
<!-- ============================================================== -->*/
.breadcumb-area {
    background: url(assets/images/inner-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 375px;
    position: relative;
    margin-top: -94px;
}
.breacumb-content {
    text-align: center;
    padding-top: 104px;
}
.breadcumb-title h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
    text-align: center;
}
.breadcumb-content-text a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}
.breadcumb-content-text a span::before {
    position: absolute;
    content: "";
    top: 10px;
    right: -19px;
    height: 1px;
    width: 15px;
    background: #715AEB;
}
.breadcumb-content-text a span {
    margin-right: 20px;
    color: #624ECD;
    position: relative;
    z-index: 1;
}
.section-title-1 h2 {
    text-align: center;
    font-size: 39px;
    text-transform: capitalize;
    letter-spacing: 8px;
    color: #303030;
    font-family: 'Montserrat';
    line-height: 1;
    font-weight: 400;
    position: relative;
}
.section-title-1 p {
    margin-top: 7px;
    margin-bottom: 0;
    width: 84%;
    margin: 7px auto 0;
    letter-spacing: 2px;
    color: #626262;
    font-size: 15px;
    text-align: center;
    padding: 0 0 12px;
}
.breadcumb-area.style-nine {
    background: url(assets/images/service-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 375px;
    position: relative;
    margin-top: -94px;
}
/*<!-- ============================================================== -->
<!-- Start  slider-area   Css -->
<!-- ============================================================== -->*/
.breadcumb-area.style-two {
    background: url(assets/images/contact-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 375px;
    position: relative;
    margin-top: -94px;
}
.info-area {
    background: #020415;
    padding: 90px 0 69px;
    margin-top: -2px;
}
.info-area .single-info-box {
    background: #131227;
    padding: 40px 25px 20px;
    border-radius: 7px;
}
.info-icon {
    float: left;
}
.info-icon i {
    display: inline-block;
    font-size: 30px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    color: #735CEC;
    background: #202644;
    border-radius: 50px;
    margin: 0 25px 0 0;
}
@media only screen and (max-width: 600px) {
    .media{
        width: 100%

    }
    
}
.info-area-title h3 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-family: 'Montserrat';
}
.info-area-title p {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #919da4;
    line-height: 1.7;
}
/*<!-- ============================================================== -->
<!-- Start  contact-area    Css -->
<!-- ============================================================== -->*/
.contact-area {
    background: #020415;
    padding: 50px 0 80px;
}
.contact-area .sections-title {
    text-align: center;
}
.contact-area .sections-title .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 108px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.contact-area .sections-title .sub-title h3::after {
    position: absolute;
    content: "";
    top: 3px;
    left: -79px;
    height: 100%;
    width: 100%;
    background: url(assets/images/feature-shap.png);
    background-repeat: no-repeat;
}
.contact-area .contact-thumb img {
    width: 100%;
}
.single-contact-box {
    margin: 50px 0 30px;
}
.contact-area .singles-contacts-box {
    background: #131227;
    padding: 30px 35px;
    border-radius: 10px;
    margin: 50px 0 30px;
}
.contact-area .singles-contacts-box .contact-title h3 {
    font-size: 28px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin: 0 0 26px;
}
 .form_box {
    margin-bottom: 15px;
}
.contact-area .form_box input {
    width: 100%;
    height: 54px;
    padding-left: 20px;
    background: #131227;
    transition: .5s;
    border: 1px solid #202644;
    border-radius: 50px;
    color: #fff;
}
.contact-area .form_box textarea {
    width: 100%;
    padding-left: 20px;
    padding-top: 15px;
    border: 1px solid #202644;
    height: 120px;
    outline: 0;
    transition: .5s;
    background: #131227;
    border-radius: 20px;
    color: #fff;
}
 .contact-area .form_box input:focus{
    border-color: #735CEC;
    outline: 0;
}
 .contact-area .form_box textarea:focus{
    border-color: #735CEC;
}
 .contact-area input::placeholder {
    color: #919CAA;
}
 .contact-area textarea#massage::placeholder {
    color: #919CAA;
}
 .contact-area .form-button {
    text-align: left;
}
.contact-area .form-button button {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: capitalize;
    display: inline-block;
    padding: 15px 38px;
    background: #745CEC;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    border: none;
}
.contact-area .form-button button::before {
    position: absolute;
    content: "";
    top: 0;
    left: -90px;
    height: 100%;
    width: 100%;
    background: url(assets/images/btn-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
 .contact-area .form-button button:hover::before {
    opacity: 1;
    left: 0;
}
/*<!-- ============================================================== -->
<!-- Start  roadmap-area Css -->
<!-- ============================================================== -->*/
.roadmap-area {
    padding: 90px 0 0px;
    background: #020415;
}
.row.road {
    border-bottom: 1px solid #1B1F39;
    padding-bottom: 85px;
}
.single-rodmap-box {
    background: #090C2A;
    border-radius: 10px;
    padding: 34px 17px 34px 45px;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}
.rodmap-content {
    padding-left: 28px;
}
.rodmap-content h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin: 0  0 10px;
}
.rodmap-content span {
    font-size: 16px;
    font-weight: 400;
    color: #6859df;
}
.rodmap-content p {
    color: #919da4;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0;
    padding: 10px 0 0;
}
.road-text {
    position: absolute;
    top: 83px;
    left: -30px;
}
.road-text h4 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    font-family: 'Montserrat';
    transform: rotate(-90deg);
    background: #6F58E4;
    height: 40px;
    width: 100px;
    text-align: center;
    line-height: 40px;
    border-radius: 0 0 5px 5px;
}
.singles-rodmaps-box {
    padding: 15px 0 40px;
    margin-bottom: 30px;
}
.rodmap-content h1 {
    font-size: 80px;
    color: #6859df;
    font-weight: 600;
    font-family: 'Montserrat';
    text-align: right;
    margin: 0;
}
.rodmapss-content h1 {
    font-size: 80px;
    color: #6859df;
    font-weight: 600;
    font-family: 'Montserrat';
}
h1.bottoms {
    margin: 40px 0 25px;
}
/*<!-- ============================================================== -->
<!-- Start  team-area  Css -->
<!-- ============================================================== -->*/
.team-area {
    background: #020415;
    padding: 90px 0 0px;
}
.row.teams {
    border-bottom: 1px solid #171443;
    padding-bottom: 40px;
}
.single-team-box {
    text-align: center;
    margin:0 40px 50px 0;
}
.team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team-thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(127,111,222, 0.7);
    border-radius: 100%;
    opacity: 0;
    transition: .5s;
}
.single-team-box:hover .team-thumb::before{
    opacity: 1;
}
.team-thumb img {
    width: 100%;
}
.team-icon {
    position: absolute;
    top: 43px;
    left: -200px;
    right: 0;
    margin: 0 auto 0;
    opacity: 0;
    transition: .5s;
}
.single-team-box:hover .team-icon{
    opacity: 1;
    left: 0px;
}
.team-icon ul {
    display: inline-block;
}
.team-icon ul li {
    line-height: normal;
    margin: 10px 0 0;
    display: block;
}
.team-icon ul li a {
    display: inline-block;
    color: #725BE9;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    width: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50px;
}
.team-title h3 {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    margin: 25px 0 9px;
}
.team-title span {
    font-size: 18px;
    color: #735CEA;
    font-family: 'Montserrat';
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
}
/*<!-- ============================================================== -->
<!-- Start  slider-area   Css -->
<!-- ============================================================== -->*/
.slider-area {
    background: url(assets/images/tranding.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0 0px;
    margin-top: -45px;
}
.text-gradient {
    background: var(--gradient2, linear-gradient(62deg, #a65fff 0%, #bd83cb 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slider-title h1 {
    font-size: 39px;
   
    color: #000;
    font-weight: 800;
    text-transform: capitalize;
    font-family: "Montserrat";
    margin: 0;
    line-height: 1.3;
}
.slider-title p {
    font-size: 16px;
    font-weight: 400;
    width: 93%;
    padding: 15px 0;
    line-height: 1.5;
    color: #000000;
    font-family: "Montserrat";
}
.slider-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-family: "Montserrat";
    background: linear-gradient(62deg, #7ED375 0%, #7ED375 100%);
    padding: 17px 35px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.slider-button a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -90px;
    height: 100%;
    width: 100%;
    background: url(assets/images/btn-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.slider-button a:hover::before{
    opacity: 1;
    left: 0px;
}
.slider-button a i {
    display: inline-block;
    padding-left: 8px;
}
.single-sliders-box {
    position: relative;
    margin-top: 50px;
}
.shaps_img {
    position: absolute;
    top: 0;
    left: -115px;
}
.shaps_img img {
    width: 120px;
}
.seps_img {
    position: absolute;
    top: 90px;
    left: -66px;
}
/*<!-- ============================================================== -->
<!-- Start  brand-area   Css -->
<!-- ============================================================== -->*/
.brand-area {
    position: relative;
    top: -106px;
}
.row.top {
    padding: 80px 0 80px;
    background: url(assets/images/tranding-5.png);
    background-repeat: no-repeat;
    border-radius: 10px;
}
.single-brand-box {
    text-align: center;
}
/*<!-- ============================================================== -->
<!-- Start  about-area   Css -->
<!-- ============================================================== -->*/
.about-area {
   background: #f5f5f5;
    padding: 50px 0 50px;
   /* margin-top: -197px;*/
}
.single-about-box {
    margin-bottom: 30px;
}
.about-thumb {
    margin-top: 70px;
}
.about-thumb img {
    width: 100%;
}
.about-tmb img {
    float: left;
    margin-right: 10px;
}
.about-titles h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat';
    margin: 0;
    line-height: 1.5;
    text-transform: capitalize;
}
.about-tmb {
    margin: 36px 0 -3px;
}
.about-button {
    margin-top: 40px;
}
.about-button.upper {
    margin-top: 60px;
}
.about-button a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Montserrat';
    text-transform: capitalize;
    display: inline-block;
    padding: 15px 38px;
    background: #745CEC;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.about-button a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -90px;
    height: 100%;
    width: 100%;
    background: url(assets/images/btn-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.about-button a:hover::before{
    opacity: 1;
    left: 0px;
}
.skills-area {
    background: #020415;
    padding: 90px 0 80px;
}
/*<!-- ============================================================== -->
<!-- Start  upper  Css -->
<!-- ============================================================== -->*/
.about-area.style-one {
    padding: 90px 0 90px;
    margin: 0;
}
.row.about-btm {
    border-bottom: 1px solid #1B1F39;
    padding-bottom: 25px;
}
.about-area.style-one.upper .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 100px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.about-area.style-one .about-tmb i {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #735CEC;
    text-align: center;
    border-radius: 50px;
    margin: 2px 10px 0 0;
}
.about-area.style-one .about-tmb {
    margin: 36px 0 -15px;
}
.brand-area.upper {
    top: 0;
    padding: 85px 0 85px;
    background: url(assets/images/tranding-5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.feature-area.style-one .single-feature-box {
    text-align: left;
    border-radius: 7px;
    background: inherit;
    padding:0;
    margin-bottom: 30px;
}
.feature-area.style-one {
    background: #020415;
    padding: 100px 0 0px;
}
.feature-area.style-one .row.bottom {
    border-bottom: 1px solid #1B1F39;
    padding-bottom: 85px;
}
.feature-area.style-one .single-feature-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: inherit;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.feature-area.style-one .feature-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: 'Montserrat';
    margin: 25px 0 20px;
    transition: .5s;
}
.feature-area.style-one .single-feature-box:hover .feature-title h3{
    color: #735CEA;
}
.feature-area.style-one .section-text p {
    margin: 0 auto 0;
    width: 60%;
}
.feature-area.style-one .single-feature-box .feature-title p {
    text-align: left;
    font-size: 15px;
}
.feature-area.style-one .single-feature-box .feature-thumb {
    text-align: center;
    height: 90px;
    width: 90px;
    line-height: 90px;
    transition: .5s;
}
.feature-area.style-one.upper .single-feature-box {
    text-align: center;
}
.feature-area.style-one.upper .single-feature-box .feature-title p {
    text-align: center;
    font-size: 15px;
}
.about-area.style-one.upper {
    padding: 90px 0 0px;
    margin: 0;
}
.feature-area.style-one.upper .sections-title .sub-title h3::before {
    left: 85px;
}
/*<!-- ============================================================== -->
<!-- Start  style-four.feature-area   Css -->
<!-- ============================================================== -->*/
.style-four.feature-area {
    background: #020415;
    padding: 100px 0 70px;
}
.style-four .feature-single-box {
    padding: 45px 40px 30px 40px;
    text-align: left;
    background: #141227;
    border-radius: 10px;
    margin-bottom: 30px;
}
.style-four .feature-icon1 {
    float: left;
    margin-right: 30px;
    width: 95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    background: #1F2544;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}
.style-four .feature-icon1::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, #745CEC 35%, #745CEC 82% );
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}
.feature-icon1 img {
    transition: .5s;
}
.style-four .feature-title {
    overflow: hidden;
}
.style-four .feature-title h3 {
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient( to right, #00D2A0 50%, #fff 50%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: 200%, 100%;
    background-position: 100%;
    transition: .5s;
    margin: 0 0 10px;
}
.style-four .feature-title p {
    font-size: 16px;
    color: #919DA4;
    padding: 14px 0 0;
    font-family: 'Montserrat';
    font-weight: 400;
}
.style-four.feature-area .feature-button {
    margin-top: 12px;
}
.style-four.feature-area .feature-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    transition: .5s;
    color: #6c5ce7;
    padding: 0 0 0 3px;
}
.style-four .feature-single-box:hover .feature-icon1 img {
    filter: brightness(0) invert(1);
}
.style-four .feature-single-box:hover .feature-icon1::before {
    transform: scale(1);
}
/*<!-- ============================================================== -->
<!-- Start  call-do-actions-area   Css -->
<!-- ============================================================== -->*/
.call-do-actions-area {
    padding: 100px 0 90px;
    background: url(assets/images/About_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.calls-do-actions-title h1 {
    font-size: 40px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Montserrat';
    line-height: 1.3;
    margin: 0px 0 19px;
}
.call-do-action-text p {
    font-size: 16px;
    color: #919da4;
    font-weight: 400;
    font-family: 'Montserrat';
    margin: 0;
}
.call-do-btn {
    margin-top: 40px;
    text-align: right;
}
.call-do-btn a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-family: "Montserrat";
    background: #745CEC;
    padding: 13px 35px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.call-do-btn a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -90px;
    height: 100%;
    width: 100%;
    background: url(assets/images/btn-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.call-do-btn a:hover::before {
    opacity: 1;
    left: 0px;
}
/*==========================================
    pricing-area  Css  
 ==========================================*/
.pricing-area {
    background: #020415;
    margin-top: -2px;
    padding: 90px 0 90px;
}
.pricing-area .section-title {
    text-align: center;
}
.pricing-area .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 86px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.pricing-area .sub-title h3::after {
    position: absolute;
    content: "";
    top: 3px;
    left: -150px;
    right: 0;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/feature-shap.png);
    background-repeat: no-repeat;
}
.pricing-area .section-text p {
    font-size: 16px;
    color: #919da4;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    font-family: 'Montserrat';
    width: 61%;
    margin: 0 auto 0;
}
.pricing-single-box {
    background: #141227;
    text-align: center;
    padding: 60px 50px 40px 37px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin: 50px 10px 30px 30px;
    border-radius: 8px;
}
.pricing-title h3 {
    position: absolute;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 40px;
    background: #745CEC;
    border-radius: 0 0 5px 5px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    transition: .5s;
}
.pricing-items {
    padding: 8px 0 10px;
    position: relative;
    z-index: 1;
}
.pricing-items::before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 270px;
    height: 1px;
    background: rgba(255,255,255,0.10196078431372549);
}
.pricing-items-title h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
.pricing-items-title p {
    color: #919da4;
    padding: 8px 0 0;
}
.pricing-items-center {
    margin: 25px 0 13px;
}
span.tk {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    font-family: 'Montserrat';
}
span.curencyp {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #fff;
    transition: .5s;
    position: relative;
    top: -22px;
    left: -5px;
}
span.monthp {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #705DEA;
    transition: .5s;
    position: relative;
    left: 5px;
}
.pricing-text p {
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0 0;
    transition: .5s;
}
/*pricing booy*/
.pricing-boody {
    text-align: left;
}
.pricing-featur ul {
    display: block;
    list-style: none;
    padding: 11px 0 0;
}
.pricing-featur ul li {
    display: block;
    padding: 12px 0 0;
    color: #919da4;
    font-family: 'Montserrat';
    font-size: 16px;
}
.pricing-featur ul li span i {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    width: 21px;
    height: 21px;
    line-height: 21px;
    background: #715AE8;
    text-align: center;
    border-radius: 50%;
    margin-right: 5px;
}
span.price-icon-text i {
    font-size: 8px !important;
    background: #434B5D !important;
    line-height: 22px !important;
}
li.price-icon-text {
    text-decoration: line-through;
    position: absolute;
    opacity: 0;
    transition: .5s;
    left: 88px;
}
/*pricing button*/
.pricing-button {
    text-align: center;
    transition: .5s;
}
.pricing-button a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Montserrat';
    color: #fff;
    background: transparent;
    padding: 14px 40px;
    border: 2px solid #745CEC;
    border-radius: 30px;
    margin-top: 40px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.pricing-button a::before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 30px;
    background: #745CEC;
    transform: scale(0);
    transition: .5s;
}
.pricing-single-box:hover li.price-icon-text {
    opacity: 1;
    left: 38px;
}
.pricing-single-box:hover .pricing-button {
    margin-top: 38px;
}

.pricing-single-box:hover .pricing-button a::before {
    transform: scale(1);
}
.pricing-single-box:hover .pricing-button a {
    color: #fff;
}
/*active*/
.active.pricing-single-box:hover .pricing-button {
    margin-top: 0px;
}
.active .pricing-button a {
    color: #fff;
}
.active .pricing-button a::before {
    transform: scale(1);
}
/*<!-- ============================================================== -->
<!-- Start  benefit-area   Css -->
<!-- ============================================================== -->*/
.benefit-area {
    padding: 90px 0 60px;
    background: #020415;
}
.benefit-area .sections-title {
    text-align: center;
}
.benefit-area .sections-title .sub-title h3::after {
    position: absolute;
    content: "";
    top: 3px;
    left: -155px;
    right: 0;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/feature-shap.png);
    background-repeat: no-repeat;
}
.benefit-area .sections-title .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 88px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.dreamit-benefit-single-box {
    margin-bottom: 30px;
}
/*benefit top title*/
.benefit-top-title h4 {
    font-size: 24px;
    font-weight: 600;
    padding: 0 0 25px;
    margin: 0;
    color: #fff;
}
/*benefit thumb*/
.dreamit-single-thumb img {
    border-radius: 14px;
    width: 100%;
}
/*benefit title*/
.benefit-title p {
    color: #919ea4;
    margin: 25px 0 16px;
    font-size: 16px;
}
.benefit-area .about-check-text p {
    margin-bottom: 5px;
    color: #fff;
}
.benefit-area .about-check-text p span i {
    display: inline-block;
    font-size: 10px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #735CEC;
    text-align: center;
    border-radius: 50px;
    margin-right: 7px;
}
.about-area.style-one .about-tmb i {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 12px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #735CEC;
    text-align: center;
    border-radius: 50px;
    margin: 2px 10px 0 0;
}
/*<!-- ============================================================== -->
<!-- Start  prossess-ber   Css -->
<!-- ============================================================== -->*/
.skills-area {
    padding: 100px 0 60px;
    background: #020415;
}
.row.skills {
    border-bottom: 1px solid #171443;
    padding-bottom: 50px;
}
.skills-area .section-text p {
    font-size: 16px;
    color: #919da4;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 31px;
}
.prossess-ber-plugin span {
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: capitalize;
}
.barfiller {
    width: 100%;
    height: 7px;
    background: #251E5A;
    position: relative;
    margin-bottom: 22px;
    margin-top: 12px;
    border-radius: 5px;
}
.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}
.barfiller .tipWrap { display: none; }
.barfiller .tip {
    font-size: 17px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -35px;
    font-weight: 500;
    color: #fff;
}
.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}
span.fill {
    background: #735CEA!important;
    border-radius: 5px;
}
.skills-area.style-one {
    padding: 100px 0 2px;
}
/*<!-- ============================================================== -->
<!-- Start  counter-area   Css -->
<!-- ============================================================== -->*/
.counter-area {
    position: relative;
    padding: 90px 0 90px;
    background: url(assets/images/About_1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.counter-area .single-counter-box {
    padding: 30px 0 30px;
    border-radius: 3px;
}
.counter-area .single-counter-box .counter-content {
    text-align: center;
}
.counter-area .single-counter-box .counter-content .counter-title h1 {
    font-size: 40px;
    letter-spacing: 2px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    color: #6c5ce7;
    margin-bottom: 18px;
}
.counter-area .single-counter-box .counter-content .counter-title h5 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat';
}
/*<!-- ============================================================== -->
<!-- Start  blog-area   Css -->
<!-- ============================================================== -->*/
.blog-area {
    padding: 80px 0px 100px 0px;
    background-color: #020415;
    margin-top: -2px;
}
.blog-area .sections-title {
    text-align: center;
}
.blog-area .section-text p {
    width: 60%;
    margin: 0 auto 0;
}
.blog-area .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 62px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.blog-area .sub-title h3::after {
    position: absolute;
    top: 4px;
    left: -62px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/images/feature-shap.png);
    background-repeat: no-repeat;
}
.blog-single-box {
    position: relative;
    border-radius: 5px;
    transition: .5s;
    margin: 50px 0 0;
}
.blog-content {
    padding: 25px 27px 26px;
    position: absolute;
    bottom: 0;
    background: rgb(97, 81, 206, 0.9);
    transition: .5s;
    bottom: -94px;
    left: 0;
}
.blog-single-box:hover .blog-content{
    background: #735CEC;
    bottom: 0;
}
.blog-thumb{
    position: relative;
}
.blog-thumb img {
    width: 100%;
    border-radius: 5px 5px 0 0px;
}
.blog-left ul {
    display: inline-block;
}
.blog-left ul li {
    display: inline-block;
    list-style: none;
}
.blog-left ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}
.blog-left ul li a {
    font-size: 15px;
    display: inline-block;
    color: #919BA0;
}
.blog-left ul li span {
    font-size: 14px;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0px 5px 0 5px;
    color: #fff;
    position: relative;
    font-weight: 400;
    font-family: 'Montserrat';
}
.blog-content h2 a {
    display: inline-block;
    font-size: 20px;
    margin: 5px 0 0px;
    color: #fff;
    font-family: 'Montserrat';
    font-style: normal;
    line-height: 1.2;
    font-weight: 600;
    transition: .5s;
    text-decoration: none;
}
.blog-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat';
    line-height: 1.5;
    margin: 0;
    transition: .5s;
}
.blog-single-box:hover .blog-content p{
    display: inline-block;
    transition: .5s;
}
.blog-button a {
    font-size: 16px;
    text-transform: capitalize;
    color: #255946;
    display: inline-block;
    font-weight: 600;
    position: relative;
    transition: .5s;
    letter-spacing: 1px;
}
.blog-button a:hover {
    color: #87C03D;
    letter-spacing: 2px;
    font-style: italic;
}

/* blog-page */
.blog-areas {
    padding: 100px 0 100px;
    background: #020415;
}
.blog-areas .blogs-singles-boxs {
    background: #131227;
    padding: 0 0 30px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.blog-areas .blogs-singles-boxs h2 a {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin: 16px 0 6px;
}
.blog-areas .blogs-content {
    padding: 30px 20px 0px 30px;
}
.blog-areas .blogs-content p {
    font-size: 16px;
    color: #919da4;
    font-weight: 400;
    font-family: 'Montserrat';
    line-height: 1.7;
}
.blog-areas .blogs-content .about-button {
    margin-top: 25px;
}

.blog-areas .pagination {
    margin: 10px 0 0;
    text-align: center !important;
}
.blog-areas .pagination ul {
    list-style: none;
}
.blog-areas a.active {
    background: #292C3B !important;
    color: #fff;
}
.blog-areas .pagination ul li a {
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    font-family: 'Montserrat';
    color: #919da4;
}
.blog-areas .pagination ul li a:hover {
    background: #292C3B;
    color:#fff; 
}
.sideber-title h3 {
    font-size: 20px;
    transition: .5s;
    margin: 15px 0 23px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat';
   border-bottom: 1px solid #2D2C41;
    padding-bottom: 20px;
}
.sideber-search-box {
    position: relative;
    background: #131227;
    padding: 8px 30px 30px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 14px 15px;
    font-weight: 400;
    height: 50px;
    line-height: 1.5;
    background: #495057;
    border: none;
}
.sideber-search-box button {
    position: absolute;
    right: 36px;
    top: 103px;
    border: none;
    background: transparent;
    display: inline-block;
    font-size: 15px;
    color: #899BA3;
}
.catagories-body ul li {
    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #2D2C41;
    transition: .5s;
    padding-bottom: 10px;
}
.catagories-body ul li span {
    float: right;
    color: #6853D8;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
}
.sideber-box {
    background: #131227;
    padding: 8px 30px 15px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.catagories-body ul li a {
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat';
}
.catagories-body ul li a i {
    display: inline-block;
    margin-right: 5px;
}
.resent-post-single-box {
    margin-bottom: 22px;
    border-bottom: 1px solid #2D2C41;
    padding-bottom: 20px;
}
.resent-thunb img {
    border-radius: 5px;
}
.resent-post-single-box.two {
    border: none;
    margin: 0;
    padding: 0 0 20px;
}
.resent-title a h3 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
}
.resent-thunb {
    float: left;
    margin-right: 18px;
}
.resent-title a span {
    color: #5949B9;
}
.tag-body ul li {
    display: inline-block;
    margin: 0 5px 16px 0;
}
.tag-body ul li a {
    padding: 5px 14px;
    display: inline-block;
    transition: .5s;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background: #21213F;
}
.tag-body ul li a:hover {
    background: #745CEC;
    color: #fff;
}
/* blog-details */
.blog-details-tmb {
    background: #1B1C35;
    padding: 23px 30px 20px;
    border-radius: 10px;
    margin: 40px 0;
}
.blog-details-tmb img {
    float: left;
    padding: 0 25px 25px 0px;
}
.blog-details-tmb span {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    font-family: 'Montserrat';
    font-style: italic;
}
.blog-details-icon ul li{
    display: inline-block;
    list-style: none;  
}
.blog-details-icon ul li a i {
    display: inline-block;
    color: #745CEA;
    font-size: 10px;
    border: 1px solid #745CEA;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 5px 12px 0;
}
.paginationss {
    margin: 45px 0;
}
.paginationss-title h3 {
    font-size: 18px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 5px 20px 0 0;
    float: left;
}
.paginationss-title ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
.paginationss-title ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    background: #21213F;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    transition: .5s;
}
.paginationss-title ul li a:hover{
    background: #725BEB;

}
.comments-box {
    background: #141227;
    padding: 20px 40px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.comments-title h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    margin: 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #2D2C41;
}
.comment-tumb {
    margin: 25px 0 0;
    position: relative;
}
.comment-tumb img {
    float: left;
    margin-right: 15px;
}
.comment-titles h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Montserrat';
    text-transform: capitalize;
    margin: 0;
}
.comment-titles span {
    color: #6655D9;
}
.comment-icon {
    font-size: 16px;
    color: #6c5ce7;
    font-weight: 400;
    font-family: 'Montserrat';
    position: absolute;
    top: 0;
    right: 0;
}
.comments-tumbs {
    margin: 25px 0px 0 100px;
    position: relative;
    border-top: 1px solid #2D2C41;
    padding: 33px 0 0;
}
.comments-tumbs img {
    float: left;
    margin-right: 15px;
}
.comments-tumbs .comment-icon {
    font-size: 16px;
    color: #6c5ce7;
    font-weight: 400;
    font-family: 'Montserrat';
    position: absolute;
    top: 30px;
    right: 0;
}
.contact-form-box {
    background: #141227;
    padding: 50px 30px 70px;
    border-radius: 10px;
}
.blog-areas input[type="text"] {
    background: #171931;
    height: 60px;
    border: none;
    border-radius: 8px;
    padding-left: 10px;
    color: #fff;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    font-family: 'Montserrat';
}
.blog-areas input::focus{
    border: none!important;

    outline: 0!important;
}
.blog-areas input::placeholder {
    color: #7F929B;
}
.blog-areas textarea#massage::placeholder{
    color: #7F929B;
}
.from-box textarea {
    height: 150px;
    border-color: transparent;
    transition: .5s;
    border: none;
    padding: 6px 20px;
    box-shadow: none;
    border-radius: 5px;
    display: block;
    width: 100%;
    color: #fff;
    margin-bottom: 16px;
    background: #171931;
    font-family: 'Montserrat';
}
.contact-button.text-left button {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-family: "Montserrat";
    background: #745CEC;
    padding: 13px 35px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    border: none;
}
.contact-button.text-left {
    margin-top: 10px;
}
.contact-button.text-left button::before {
    position: absolute;
    content: "";
    top: 0;
    left: -90px;
    height: 100%;
    width: 100%;
    background: url(assets/images/btn-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.contact-button.text-left button:hover::before{
    opacity: 1;
    left: 0px;
}

/*<!-- ============================================================== -->
<!-- Start  section   Css -->
<!-- ============================================================== -->*/
.sub-title h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #6c5ce7;
    font-family: 'Montserrat';
    margin: 0;
    position: relative;
    display: inline-block;
}
.sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 71px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.main-title h1 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 1.3;
    margin: 12px 0 20px;
}
h1.bottom {
    padding: 0 0 45px;
}
.section-text p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    line-height: 1.6;
    margin: 0;
    font-family: 'Montserrat';
}
/*<!-- ============================================================== -->
<!-- Start  data-table   Css -->
<!-- ============================================================== -->*/
.data-table {
   /* background: #020415;*/
    padding: 115px 0 100px;
}
.data-table .main-title p {
    font-size: 18px;
    color: #000000;
    font-weight: 500;
   
    margin: 0px 0 50px;
}
.data-table .main-title h1 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 1.3;
    margin: 12px 0 12px;
}
.data-table .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 87px;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.row.data-box-inner {
    background: #ededed;
    padding: 23px 0px 8px 20px;
    border-radius: 7px;
    margin-bottom: 20px;
}

.data-thumb {
    margin-right: 19px;
}
.change-thumb {
    position: relative;
    top: -8px;
}
.change span{
    color: #88dba9;
    font-size: 16px;
}
span.more {
    color: #db2304;
}
.data-content h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 6px;
    color: #000;
}
.data-content p {
    display: inline-block;
    color: #000;
    font-size: 15px;
}
.data-content span{
    display: inline-block;
    color: #8c8c95;
    font-size: 15px;
}
.amrcat-cap-content p,
.tsupply-content p,
.valume-content p{
    color: #000;
}
.amrcat-cap-content,
.tsupply-content,
.valume-content{
    text-align: center;
}
/*data box inner*/
.row.data-box {
    padding: 0 0px 0px 27px;
    border-radius: 7px;
    margin-bottom: 11px;
}
.data-box .change span {
    color: #000;
}

/*<!-- ============================================================== -->
<!-- Start  feature-area   Css -->
<!-- ============================================================== -->*/
.feature-area {
    padding: 100px 0 115px;
    background: url(assets/images/tranding-6.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.feature-area .sections-title {
    text-align: center;
    margin-bottom: 60px;
}
.feature-area .sections-title .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 106px;
    right: 0;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.feature-area .sections-title .sub-title h3::after {
    position: absolute;
    content: "";
    top: 3px;
    left: -155px;
    right: 0;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/feature-shap.png);
    background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
    .single-feature-box {
    
    
    height: auto;
}
}
.single-feature-box {
    /*text-align: center;*/
    background: #f5f5f5;
    padding: 55px 40px;
    height: 380px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid #b3dbae !important;
}
/*.single-feature-box:hover{
    background:#7ed375 !important; 
      
}*/
.single-feature-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/service.png);
    z-index: -1;
    opacity: 0;
    transition: .5s;
}
.single-feature-box:hover::before{
   opacity: 1; 
}
.single-feature-box:hover{
    border-radius: 30px;
}
.feature-thumb {
   display: inline-block;
    height: 100px;
    width: 100px;
    padding: 25px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 42px;
    background: #000;
    border-radius: 25px;
}
/*.single-feature-box:hover .feature-thumb{
      background: #745CEC;      
}
.single-feature-box:hover .feature-thumb img{
      filter: brightness(0)invert(1);      
}*/
.feature-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Montserrat';
    margin: 15px 0 15px;
}
.feature-title p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
    /*text-align: center;*/
    color: #000;
    margin: 0;
    line-height: 1.5;
}

.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
    -webkit-transform: scale(7);
    transform: scale(7);
}
.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 70%;
    left: 70%;
    bottom:-70%;
    right:-20%;
    background: #7ed375;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
/*<!-- ============================================================== -->
<!-- Start  testimonial-area   Css -->
<!-- ============================================================== -->*/
.testimonial-area {
    background: url(assets/images/tranding.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0 130px;
}
.testimonial-area .sections-title {
    text-align: center;
}
.testimonial-area .sections-title .sub-title h3::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 137px;
    right: 0;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/about-1.png);
    background-repeat: no-repeat;
}
.testimonial-area .sections-title .sub-title h3::after {
    position: absolute;
    content: "";
    top: 3px;
    left: -155px;
    right: 0;
    margin: 0 auto 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/feature-shap.png);
    background-repeat: no-repeat;
}
.single-testimonial-box {
    background: rgb(245 245 245);
    border: 1px solid #b3dbae !important;
    padding: 40px 36px 30px 35px;
    border-radius: 8px;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
.single-testimonial-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(assets/images/tranding-2.png);
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.single-testimonial-box:hover::before{
    opacity: 1;
}
.testimonial-thumb img {
    margin-right: 20px;
    float: left;
}
.testi-title {
    margin-bottom: 30px;
}
.testi-title h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat';
    text-transform: capitalize;
}
.testi-title h4 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    text-transform: capitalize;
}
.testimonial-text p {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.5;
}
.testimonial-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 3px;
    color: #745CEC;
}
.testimonial-icon ul li span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat';
    padding-left: 5px;
}
/*<!-- ============================================================== -->
<!-- Start  call-do-action-area   Css -->
<!-- ============================================================== -->*/
.call-do-action-area {
    padding: 100px 0 90px;
    background: url(assets/images/call-do.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 500px;*/
}
.bt{
    color: #000;
    font-weight: 500;
}
.joc_social {
    color: #fff;
    border-radius: 17px;
    background: #000;
    border: transparent;
}
.joc_social_row {
    margin-top: 2rem;
}
.joc_social {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #000;
        width: 65px;
    padding: 22px 18px;
    border-radius: 15px;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    transition: 0.2s all;
    border: 1px solid #333;
    font-weight: 300;
}
.bgsw{
    border:1px solid #b3dbae !important;
    background:#f5f5f5;
    border-radius: 30px
}
.section-title1 {
    border: 0;
    padding-left: 70px;
}
.section-title {
    border: 0;
    
}
.call-do-action-title h1 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    font-family: 'Montserrat';
    line-height: 1.3;
    margin: 12px 0 30px;
}
.call-do-action-title p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Montserrat';
    color: #000;
    line-height: 1.5;
}
.call-do-button {
    margin-top: 40px;
}
.call-do-button a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    font-family: "Montserrat";
    background: #745CEC;
    padding: 13px 35px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.call-do-button a::before {
    position: absolute;
    content: "";
    top: 0;
    left: -90px;
    height: 100%;
    width: 100%;
    background: url(assets/images/btn-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    z-index: -1;
    transition: .5s;
}
.call-do-button a:hover::before{
    opacity: 1;
    left: 0px;
}
.single-call-do-box {
    position: relative;
    top: -152px;
    z-index: 1;
}
.call-do-action-thumb {
    position: relative;
    z-index: 1;
    text-align: right;
}
.call-shap {
    position: absolute;
    top: 121px;
    left: 180px;
    z-index: 22;
}
.call-do-shap {
    position: absolute;
    top: 158px;
    left: 65px;
    z-index: 1;
}


/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } }
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/* bounce-animate */    
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes moveleftbounce {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/*<!-- ============================================================== -->
<!-- Start  footer-area   Css -->
<!-- ============================================================== -->*/
.footer-area {
      background: #f6f7fc;
    padding: 0px 0 30px;
    
}
.row.tops {
    /*border-top: 1px solid #16192B;*/
    padding: 105px 0 0;
}
.footer-logo {
    padding-bottom: 15px;
}
.footer-title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: left;
    line-height: 1.7;
    padding-bottom: 5px;
}
.footer-logo img {
    margin-bottom: 20px;
}
.footer-title h5 {
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-bottom: 20px;
    color: #fff;
    float: left;
    margin-right: 15px;
}
.single-footer-box {
    margin-bottom: 85px;
}
.single-footer-box button {
    float: right;
    position: relative;
    top: -52px;
    right: 8px;
    border: navajowhite;
    background: #745CEC;
    border-radius: 50px;
    color: #fff;
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.footer-ico ul {
    display: inline-block;
    padding-left: 20px;
}
.footer-icon ul li {
    display: inline-block;
    margin-right: 6px;
}
.footer-icon ul li a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    transition: .5s;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 42px;
    border-radius: 50px;
    background: #292C3B;
}
.footer-icon ul li a:hover{
  background: #735CEC;
}
.footer-ico ul li a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-family: 'Montserrat';
}
.footer-ico ul li a::before {
    position: absolute;
    content: "";
    top: 13px;
    left: -27px;
    height: 1px;
    width: 15px;
    background: #725AED;
    z-index: -1;
}
.footer-ico ul li a:hover{
  color: #725AED;
}
.footer-ico ul li a:hover::before{
  background: #725AED;
}
.footer-title h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
    text-transform: capitalize;
    margin-bottom: 26px;
}
.footer-titles h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    color: #000;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.footer-titles p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: left;
    line-height: 1.7;
    padding-bottom: 5px;
}
.footer-ico ul li {
    list-style: none;
    padding: 8px 0 0 0;
}
.footer-ico ul li a {
    color: #000;
    display: inline-block;
}
.footer-icons p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat';
    text-align: left;
    line-height: 1.7;
}
.footer-area .form_box input {
    font-size: 14px;
    height: 58px;
    padding: 0px 0px 0 25px;
    width: 100%;
    background: #16192B;
    margin: auto;
    border: none;
    border-radius: 50px;
    text-transform: capitalize;
    color: #000;
    font-family: 'Montserrat';
}
.footer-area .form_box input::placeholder {
    color: #fff;
}
.row.footer-bottom {
    border-top: 1px solid #16192B;
}
.copy-left-box {
    padding: 27px 0 0;
}
.copy-right-box {
    padding: 23px 0 0;
}
.copy-left-title h3 {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    text-align: left;
}
.copy-left-title h3 span {
    color: #000;
    font-weight: 600;
}
.copy-right-title ul li {
    list-style: none;
    display: inline-block;
    margin-right: 50px;
}
.copy-right-title {
    text-align: right;
}
.copy-right-title ul li a {
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 400;
    color: #000;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.copy-right-title ul li a::before {
    position: absolute;
    content: "";
    top: 9px;
    left: -19px;
    height: 10px;
    width: 10px;
    background: #725BEC;
    border-radius: 50px;
}







































/* rotateme*/
.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

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

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

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}





/* Search Box */
/*** 
====================================================================
  Search Popup
====================================================================
***/

.search-popup{
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.search-popup{
  width: 100%;
}
.search-active .search-popup{
  transform: translateY(0%);
  margin-top: 0;
}
.search-box-btn.search-box-outer {
    display: inline-block;
}
.search-box-btn.search-box-outer i {
    display: inline-block;
    cursor: pointer;
    color: #FFB900;
    padding: 0 15px 0 0;
}
.sticky-nav .search-box-btn.search-box-outer i {
    color: #fff;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #FFBA00;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-popup .close-search i {
    position: relative;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #333;
    display: inline;
    text-align: center;
}

.search-active .search-popup .close-search{
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.search-popup form{
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin:-35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-active .search-popup form{
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.search-popup .form-group{
  position:relative;
  margin:0px; 
  overflow: hidden;
}
.search-popup .close-search.style-two{
  position: absolute;
  right: 25px;
  left: auto;
  color:#ffffff;
  width:auto;
  height:auto;
  top:25px;
  margin:0px;
  border:none;
  background:none !important;
  box-shadow:none !important;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.search-popup .close-search.style-two i {
    font-size: 20px;
    color: #FFBA00;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
  position:relative;
  display:block;
  font-size:18px;
  line-height: 50px;
  color:#000000;
  height:70px;
  width:100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
  font-weight:500;
  text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
  color:#000000;
}

/*===========================scroll strat===========================  
 ===========================************===========================  */ 
.scroll-area {
  position: relative;
  z-index: 999;
}
.scroll-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 30px;
  color: #ffffff;
  background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
  z-index: 9999;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-radius: 10px;
}
.scroll-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.scroll-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.scroll-area .go-top::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
  color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.scroll-area .go-top.active {
  top: 95%;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 50px;
  border-radius: 100%;
}
.top-wrap {
  position: relative;
}
.top-wrap .go-top-button {
    display: inline-block;
    width: 60px;
    height: 59px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background: #745CEC;
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
}
.top-wrap .go-top-button i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.top-wrap .go-top-button::after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    animation: zoomBig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: 0.5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/*<!-- ============================================================== -->
<!-- Start  sticky-nav  Css -->
<!-- ============================================================== -->*/
.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #f5f5f5 !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 50px 5px;
}
a.main_sticky {
    display: none;
}
.sticky-nav .header-menu ul li a {
    color: #fff!important;
}
.sticky-nav a.main_sticky {
    display: inline-block !important;
}
.sticky-nav .header-logo a {
    display: none;
}
.sticky-nav ul.sub-menu li a {
    display: inline-block;
    margin: 6px 0px 6px 21px;
    color: #6e7673 !important;
    transition: .5s;
}
.sticky-nav .header-con i {
    color: #fff;
}
.header-menu ul .sub-menu li {
    display: block;
    margin-right: 0;
    transition: .5s;
}
 ul.sub-menu li:hover{
    background: #87C03D;
}
 ul.sub-menu li a:hover{
    color: #fff !important;
}
.sticky-nav ul.sub-menu li:hover{
    background: #87C03D;
}
.sticky-nav ul.sub-menu li a:hover{
    color: #fff !important;
}


.chart {
  position: absolute;
  width: 450px;
  height: 450px;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -225px;
}
.pieTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 18px 6px;
  border-radius: 2px;
  background: rgba(255,255,255,.97);
  color: #444;
  font-size: 19px;
  text-shadow: 0 1px 0 #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .06em;
  box-shadow: 0 0 3px rgba(0,0,0,0.2), 0 1px 2px rgba(0,0,0,0.5);
  -webkit-transform: all .3s;
     -moz-transform: all .3s;
      -ms-transform: all .3s;
       -o-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
}
.pieTip::after {
      position: absolute;
      left: 50%;
      bottom: -6px;
      content: "";
      height: 0;
      margin: 0 0 0 -6px;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-top: 6px solid rgba(255,255,255,.95);
      line-height: 0;
}
.chart path { cursor: pointer; }
 .main__card {
    background: linear-gradient(180deg, #71bd69 20%, #a2dc9a 80%);
    transition: .3s;
    color: #000;}


.main__card {
    margin: 0 0;
    padding: 32px;
    border-radius: 25px;
    transition: .3s;
    background: #ffffff1a;
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff3d;
    cursor: pointer;
}

.main__card {
  background: #D2E9CF;
  border-color: #a8c3a4;
}

.main__icon {
  display: flex;
  align-items: center;
  height: 45px;
  width: 45;
  margin-bottom: 16px;
}

.main__icon img {
  max-width: 100%;
  max-height: 100%;
}
.main__line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.66667;
  font-weight: 600;
}
.main__subtitle {
  margin-right: 12px; 
}
.main__positive, .main__negative {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.66667;
  font-weight: 600; 
}
.main__price {
  margin-bottom: 4px;
  font-size: 34px;
  line-height: 1.33333;
  font-weight: 600;
  letter-spacing: -.01em;
}
.main__money {
  font-size: 17px;
  line-height: 1.56667;
}

.main__card:hover { 
  /* background: linear-gradient(180deg, #71bd69 20%, #a2dc9a 80%); */
  /* background-color: #ffffff2b; */
  transition: .3s;

  color: #000;
}

.main__card:before {
  content: "";
  background: linear-gradient(180deg, #71bd69 20%, #a2dc9a 80%);
  width: 80px;
  height: 80px;
  filter: blur(20px);
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
  transition: 0.3s;
}
.main__card:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 20px;
  transition: 0.3s;
  filter: blur(0px);
  opacity: 1;
}

 .slick-slide {
  transform: scale(0.9);
} 
.mb_slide .slick-slide.slick-center.slick-current {
  transform: scale(1);
  padding: 0 13px;  
  transition: .3s;  
}
 .main__card { 
  background: linear-gradient(180deg, #71bd69 20%, #a2dc9a 80%); 
  transition: .3s; 
  color: #000;
}


.main__icon {
  display: flex;
  align-items: center;
  height: 40px;
  margin-bottom: 16px;
}



.how_it_sec {
  padding: 100px 0;
  /* background: #0f051d; */
  /* margin: 100px 0; */
}

.dd_cards {
   
    /* padding: 80px 0 0; */
    /* position: relative; */
    margin: 120px 0 0 0;
    background: black;

}

.dd_sec.tbf_section:after {
    content: "";
    height: 285px;
    background: #000000;
  /*  position: absolute;*/
    bottom: 0;
    width: 100%;
    z-index: 0;
}
.hiw_card {
    background: transparent !important;
    padding: 0 40px;
    position: relative;
    transform: translate(0) !important;
   
    color: #fff;
    top: -110px;
}

.wallet-block .thumb {
    width: 130px;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin: 0 auto -13px;
}
.thumb img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    /* background: #00181c; */
    /* padding: 6px; */
}


