body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

/*.error{
    display: block ;
}*/
label.error {
    display: block !important;
    color: red !important;
}

section.banner {
    /* background: url(../images/coinpr-banner1.jpg);
    height: auto;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
    /* height: 700px; */

}

section.banner .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

section.banner img {
    width: 100%;
    height: auto;
}

section.banner .banner-content {
    position: absolute;
    top: 100px;
    right: 150px;
}

section.banner .before-img {
    position: absolute;
    top: 18%;
    left: 18%;
    /* width: 144px;
    height: 26px; */
}

button.send_lead_type {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border-radius: 10px;
    height: 40px;
    border: 1px solid #053663;
    width: 30%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

/* 
section.banner::before {
    content: '';
    position: absolute;
    background: url('../images/crypto-news.svg');
    top: 18%;
    left: 18%;
    width: 144px;
    height: 26px;
} */

/* section.banner:before {
    content: "";
    position: absolute;
    background-image: url(../images/banner2.png);
    height: 100%;
    width: 64%;
    right: 0;

    background-size: 100% 94%;
    background-repeat: no-repeat;
    animation-duration: 2.5s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: slideInLeft;

} */

@keyframes slideInLeft {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.banner-slider.slick-initialized.slick-slider {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
}

.container-fluid {
    padding-left: 5%;
    padding-right: 5%;
}

header {
    /* padding: 15px 0px; */
    /* width: 100%; */
    height: 85px;
    position: relative;
    z-index: 3;
}

header.package-header {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 15%);
}

.left-menu {
    width: 20%;
    float: left;
}

.left-menu img {
    width: 60%;
}

.right-menu {
    width: 75%;
    float: right;
    padding: 15px 0px;
}

.right-menu ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    float: right;
    margin-bottom: 0px;
    width: 100%;
    padding: 3px 0px;
    align-items: center;
    justify-content: flex-end;
}

.right-menu ul li:last-child {
    padding-right: 0px;
}

button.sub-pr1:hover,
button.learn:hover {
    background: transparent;
    color: #FFFFFF;
}

.right-menu ul li {
    padding: 0px 12px;
}

a:hover {
    text-decoration: none;
}

.right-menu ul li a {
    font-weight: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

button.login {
    height: 45px;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #005fb4;
    color: #FFFFFF;
    padding: 0px 15px;
    background: #025BB2;
    border-radius: 4px;
}

.service1:hover {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 13%);
}

button.sub-pr:hover {
    background: transparent;
    color: #005fb4;
}

button.sub-pr {
    height: 45px;
    border-radius: 10px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border: 1px solid #005fb4;
    color: #fff;
    padding: 0px 15px;
}

.growing h1 {
    font-weight: bold;
    font-size: 54px;
    line-height: 70px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.growing p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
    margin-bottom: 35px;
}

.right-menu ul li a:hover,
.right-menu ul li.active a,
.right-menu ul li.active a {
    color: #053663;
}

button.login:hover {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    color: #fff;
}

/* span.envo {
    background: linear-gradient(90deg, rgba(255, 90, 157, 0) 0%, rgba(255, 90, 157, 0.7) 46.15%, rgba(255, 90, 157, 0) 100%);
} */

.growing {
    /* width: 52%; */
    padding: 50px 0px;
    text-align: center;
}

.growning1 {
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: slideUp;
}

.slide-1 .growing {
    width: 100%;
    padding: 34% 0%;

}

span.grad {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    display: inline-block;
}

@keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

button.sub-pr1 {
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #025BB2;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    padding: 10px 30px;
}

img.dot-img {
    position: absolute;
    right: 42%;
    bottom: 16%;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
}

img.dot-img1 {
    position: absolute;
    right: 11%;
    top: 38%;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
}

img.helix {
    position: absolute;
    right: 1%;
    top: 10%;
    width: 11%;
    animation-duration: 2s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: fadeIn;
}

@keyframes fadeIn {
    0% {

        opacity: 0;
    }

    100% {

        opacity: 1;
    }
}

img.chart {
    position: absolute;
    right: 2%;
    top: 56%;
    width: 18%;
}

.advertising {
    width: 24%;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 25px 50px rgb(0 0 0 / 15%);
    border-radius: 15px;
    padding: 9px 15px;
    right: 6%;
    display: flex;
    bottom: 18%;
}

.adver ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0px;
}

.adver {
    width: 61%;
}

.adver p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
}

.adver ul li {
    padding-right: 15px;
}

.adver ul li img {
    width: 90%;
}

.add-learn {
    padding: 8px 0px;
}

button.learn {
    padding: 0px 15px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border-radius: 10px;
    border: 1px solid #053663;
    height: 35px;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    box-shadow: 0px 0px 12px -3px #053663;
}

.company-logos {
    /* margin-top: -125px; */
    background: rgba(2, 91, 178, 0.09);
    /* padding: 30px 0px; */
    /* height: 160px; */
}

/* .company-logos .slick-list.draggable {
    padding: 0 5% 0 5%;
} */

.company-logos .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.logo1 img {
    margin: auto;
}

button:focus {
    outline: 0px;
}

section.distribution {
    padding: 65px 0px 0px 0px;
}

section.distribution img {
    width: 100%;
    height: auto;
}

section.distribution .distribution-content {
    display: grid;
    align-items: center;
    justify-content: center;
}

section.distribution .distribution-area {
    width: 80%;
}

section.distribution h2 {
    font-weight: 600;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

section.distribution p {
    font-weight: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    color: #000000;
}

img.border1 {
    display: block;
    position: absolute;
    top: 80%;
    text-align: center;
    left: 45%;
}

section.distribution .price h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

/* section.distribution .price .row {
    padding-top: 140px;

} */
/* .package-area h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.package-area #lite {
    background-image: linear-gradient(90deg, #8EF8FF 1.65%, #8EE4FF 98.98%);
    height: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.package-area #standard {
    background-image: linear-gradient(90deg, #0B5875 0%, #1B6580 22.92%, #2F738D 50%, #42829B 77.08%, #528FA6 100%);
    ;
    height: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.package-area #premium {
    background-image: linear-gradient(90deg, #B07908 0%, #C19325 8.1%, #DDBD53 22.32%, #EED66F 33.29%, #F4E07A 39.61%, #EFD873 44.19%, #D5B354 68.25%, #C69C41 87.71%, #C0943A 100%);
    ;
    height: 8px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.package-area a:hover .package-box {
    filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.15));
}

.package-area .package-box {
    background: #FFFFFF;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.15));
    padding: 30px 20px 0px 20px;
}

.package-area .package-box h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.package-area .package-box h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    text-align: center;
    color: #363636;
    margin-bottom: 20px;
}

.package-area .package-box p {
    font-weight: 500;
    font-size: 12px;
    line-height: 25px;
    text-align: justify;
    color: #000000;
    margin-bottom: 20px;
}

.package-area .package-box ul {
    margin-bottom: 0;
    padding-bottom: 30px;
    list-style-type: none;
}

.package-area .package-box li::before {
    content: "\2022";
    color: #CBD5E0;
    font-weight: bold;
    font-size: 25px;
    display: inline-block;
    width: 20px;
}

.package-area .package-box li {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    padding: 10px 0px;
}

.package-area button {
    background: #EDF2F7;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #2D3748;
    border: none;
    width: 100%;
    padding: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.package-area a:hover button {
    background: #025BB2;
    color: #F7FAFC;
} */

.package {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    border-radius: 15px;
    padding: 40px 20px;
    text-align: center;
    width: 95%;
    transition: transform 1000ms;
    margin: auto;
    height: 100%;
    position: relative;
}

section.dist1 .package {
    height: 85%;
    width: 100%;
}

.package:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 1000ms;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
}

.package div {
    z-index: 1;
    position: relative;
}

.package ul {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
    text-align: left;
}

.package h5 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}

.distribution .package h3 {
    font-weight: 600;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

.distribution .package p {
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    line-height: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.package ul li {
    padding-bottom: 15px;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    position: relative;
    padding-left: 25px;
}

.package ul li:last-child {
    padding-bottom: 0px;
}

.package ul li img {
    padding-right: 12px;
    position: absolute;
    left: 0px;
}

button.lmore {
    margin-top: 60px;
    background: #EDF2F7;
    border: 1px solid #053663;
    height: 40px;
    width: 100%;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #2D3748;
}

.package:hover:before {
    opacity: 1;
}

.package:hover {
    box-shadow: 0px 30px 30px rgb(0 0 0 / 15%);
    border-radius: 15px;
    margin-top: -30px;
    transform: translateY(-30px);
}

.package:hover p {
    color: #FFFFFF;
}

.distribution .package:hover h3 {
    color: #FFFFFF !important;
}

.package:hover h5 {
    color: #FFFFFF !important;
}

.package:hover li {
    color: #FFFFFF;
}

.package:hover p {
    color: #FFFFFF !important;
}

.package:hover button.lmore {
    background: #FFFFFF;
    color: #005fb4;
}

.more-pack {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

button.more-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: transparent;
    border: 1px solid #005fb4;
    color: #005fb4;
    width: 20%;
    height: 45px;
    border-radius: 10px;
}

button.more-btn:hover {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    color: #FFFFFF;
}

section.top-benefit {
    background: #FAF8EC;
    padding: 65px 0px;
}

section.top-benefit h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #212529;
}

img.border2 {
    display: block;
    position: absolute;
    text-align: center;
    left: 47%;
    bottom: -45%;
    top: auto;
}

p.benefit {
    font-weight: normal;
    width: 65%;
    margin: auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.benefit-img img {
    width: 100%;
}

.row.benefit-row {
    padding-top: 80px;
}

.benfit1 {
    /* display: flex; */
    margin-top: 30px;
    background: #FFFFFF;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 30px;
}

.benefit-info h5 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 20px 0px 10px 0px;
}

.benfit1 .img-area {
    text-align: center;
}

.benfit1 .img-color {
    height: 60px;
    margin-right: 20px;
    width: 60px;
    background: #025BB2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 50%;
    padding: 12px;
    margin: 0 auto;
}

.benfit1 span {
    height: 60px;
    margin-right: 20px;
    width: 60px;
    background: #025BB2;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    border-radius: 50%;
    padding: 15px;
}

.benfit1 span img {
    width: 25px;
}

.benefit-info p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
    height: 150px;
}

section.our-services {
    padding: 65px 0px;
}

section.our-services h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #212529;
}

.service1 {
    padding: 40px 30px;
    background: #FFFFFF;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.service1 img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

section.our-services .row {
    padding-top: 65px;
}

.service1 h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 29px;
    text-align: center;
    color: #000000;
    margin-top: 10px;
}

.service1 p {
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
}

/* .service-img {
    width: 100%;
    height: 260px;
} */

section.testimonial {
    background: #E8F0F8;
    padding: 65px 0px 60px 0px;
}

section.testimonial .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

section.testimonial .slick-list.draggable {
    padding: 0 20% 0 20%;
}

section.testimonial h2,
section.our-newsroom h2 {
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    line-height: 48px;
    text-align: center;
    color: #212529;
}

.block {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    /* height: 420px; */
    width: 92% !important;
    padding: 25px 30px;
    margin: auto;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
}

.block p {
    margin: auto;
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
    color: #000000;
}

.customer {
    display: flex;
    padding-top: 15px;
}

.custinfo {
    padding-top: 10px;
    padding-left: 10px;
}

.custinfo span {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.custinfo p {
    text-align: left;

    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
}

.testi-slider {
    margin-top: 50px;
    /* margin-bottom: 50px; */
}

.testi-slider .slick-list.draggable {
    padding-bottom: 40px !important;
}

img.quotes {
    margin-bottom: 8px;
}

.testimonial button.slick-prev.slick-arrow,
.news-slider button.slick-prev.slick-arrow {
    left: 54px;
}

.testimonial button.slick-next.slick-arrow,
.news-slider button.slick-next.slick-arrow {
    right: 54px;
}

.testimonial button.slick-next.slick-arrow,
.testimonial button.slick-prev.slick-arrow,
.news-slider button.slick-next.slick-arrow,
.news-slider button.slick-prev.slick-arrow {
    color: rgba(214, 36, 122, 0.4);
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50%;
    /* border: 1px solid rgba(214, 36, 122, 0.4);*/
    box-shadow: -1px 1px 15px -5px rgb(214 36 122 / 40%);
}

.testimonial .slick-slide {
    text-align: center;
}

.testimonial .slick-prev:before,
.testimonial .slick-next:before,
.news-slider .slick-prev:before,
.news-slider .slick-next:before {
    color: rgba(214, 36, 122, 0.4) !important;
    font-size: 28px;
}

button.slick-prev.slick-arrow {
    z-index: 1;
}

.cimg {
    width: 60px;
    height: 60px;
    box-shadow: 0px 5px 10px rgb(214 36 122 / 20%);
    border-radius: 50%;
}

.cimg img {
    width: 100%;
    border-radius: 10px;
    border: 2px solid rgb(214 36 122 / 75%);
}

section.our-newsroom {
    padding: 65px 0px 30px 0px;
}

section.our-newsroom .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.news-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.news1 {
    width: 90% !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    border-radius: 10px;
}

.news-slider .slick-slide {
    text-align: center;
}

.news-slider .slick-list.draggable {
    padding-bottom: 90px !important;
    padding: 0 10% 0 10%;
}

.news-slider {
    padding-top: 0px;
}

.news-info {
    text-align: left;
    padding: 20px 25px;
}

.news-info h5 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}



.date {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    align-items: center;
}

.date span {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.news-info p {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.7);
}

a.read-more {
    display: flex;
    width: 60%;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #007BFF;
}

a.read-more img {
    padding-left: 12px;
    width: 40%;
}

a.read-more:hover img {
    padding-left: 17px;
}

section.footer {
    /* background: #FAF8EC; */
    background: #025BB2;
    padding: 65px 0px 40px 0px;
}

img.footer-logo {
    padding-bottom: 30px;
    width: 50%;
    display: none;
}

.footer1 p {
    font-weight: normal;
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
}

.footer1 ul {
    display: flex;
    padding-left: 0px;
    list-style: none;
    margin-bottom: 0px;
}

.footer1 ul li {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.footer1 ul li a i {
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: 10px;
    left: 12px;
}

/* 
.footer1 ul li:hover {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border-radius: 50%;
} */

.footer1 ul li:hover i {
    color: #fff;
}

.footer1 h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer2 h5,
.footer3 h5 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer2 ul,
.footer3 ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer2 ul li {
    padding-bottom: 15px;
}

.footer2 ul li a {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer2 {
    padding-left: 100px;
}

.footer3 ul li a {
    font-weight: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #FFFFFF;
}

.footer3 ul li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 40px;
}

.footer3 ul li img {
    position: absolute;
    left: 4px;
    top: 4px;
}

footer.bottom-footer p {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

footer.bottom-footer {
    padding-top: 60px;
}

.about-us .growing {
    width: 100%;
    padding: 0px 0px;
    padding-right: 25px;
}

.about-us .growing h1 {
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    text-align: left;
}

.about-us .growing p {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 15px;
    text-align: justify;
}

.about-us-img img {
    width: 100%;
    filter: hue-rotate(45deg);
}

section.about-us {
    padding: 60px 0px;
}

section.why-choose {
    background: #FAF8EC;
    padding: 65px 0px;
}

.choose-img img {
    width: 100%;
    filter: hue-rotate(45deg);
}

.why-choose .col-sm-6 {
    display: grid;
    align-items: center;
    justify-content: center;
}

.choose-content h2 {
    font-weight: 600;
    position: relative;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    /* margin-bottom: 50px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.choose-content img.border2 {
    left: 10px;
}

.choose-content p {
    font-weight: normal;
    margin-bottom: 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}

.choose-content ul li {
    padding-top: 10px;
}

.choose-content ul {
    margin-bottom: 0px;
}

section.our-team {
    padding: 65px 0px;
}

section.our-team h2 {
    font-weight: 600;
    position: relative;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 50px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.our-team .row {

    width: 90%;
    margin: auto;
}

.member {
    text-align: center;
    margin-top: 90px;
}

.member-img {
    /* height: 180px;
     width: 180px;
             position: relative;
         margin-bottom: 30px !important;
             margin: auto;
     border-radius: 50%;
     box-shadow: 0px 10px 20px rgb(214 36 122 / 15%);
     border: 1px solid #053663;*/
    position: relative;
}

.member-img img {
    /*width: 100%;
    border-radius: 50%;*/
}

.member h5 {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
}

.member p {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0px;
}

.overlay img {
    width: 40px;
}

.overlay {
    position: absolute;
    left: 44%;
    text-align: center;
    bottom: 47%;
    display: none;
    transition: 0.5s;

}

.member-img:hover .overlay {
    display: block;

}

section.dist1 h2 {
    /* font-weight: 600; */
    position: relative;
    /* font-size: 38px;
    line-height: 50px; */
    text-align: center;
    margin-bottom: 0px;

    font-weight: 700;
    font-size: 30px;
    line-height: 37px;

    color: #000000;
    /* background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
    /*    animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-delay: 0s;
        animation-iteration-count: 1;
        animation-name: slideUp;*/
}

/*section.dist1 p.benefit{
     animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-name: slideUp;
}*/
section.dist1 .row {
    padding-top: 90px;
}

section.dist1 .package {
    margin-bottom: 100px;
}

section.newsroom .growing {
    padding-top: 95px;
}

section.about-us span.grad {
    margin-bottom: 15px;
    display: block;
    color: #000000;
    text-align: left;
}

ul.nav.items-blog-tab-menu li {
    font-weight: 600;
    font-size: 15px;
    background: linear-gradient(180deg, rgba(255, 90, 157, 0.2) 0%, rgba(214, 36, 122, 0.2) 100%);
    border-radius: 10px;

    text-align: center;
    margin-right: 20px;
    /* margin-right: 40px; */
    line-height: 27px;
}

ul.nav.items-blog-tab-menu li a {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    padding: 11px 14px;
    border: 1px solid rgba(255, 90, 157, 0.2);
    border-radius: 10px;
}

ul.nav.items-blog-tab-menu li a.active,
ul.nav.items-blog-tab-menu li a:hover {
    border: 1px solid #053663;
    border-radius: 10px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-text-fill-color: #fff;
}

section.newsroom-tabs {
    padding: 0px 0px 0px 0;
}

ul.nav.items-blog-tab-menu li:last-child {
    margin-right: 0px;
}

ul.nav.items-blog-tab-menu {
    margin-bottom: 45px;
}

.tab-content .news1 {
    width: 100% !important;
    margin-bottom: 40px;

    background: #FFFFFF;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.news-img {
    height: 250px;
}

section.newsroom-detail,
section.blog-detail {
    padding: 60px 0px;
}

.detail-content h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 52px;
    color: #000000;
    margin-bottom: 15px;
}

img.detail-img {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 65px;
}

.detail-content p {
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #000000;
}

.social ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    margin-bottom: 0px;
}

.social ul li {
    width: 32px;
    text-align: center;
    padding: 8px 0px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 50%;
    margin-right: 12px;
}

.social h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 20px;
}

.detail-content span {
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
}

.similar-news h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 30px;
}

.similar-news .news1 {
    width: 100% !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-bottom: 30px;
    transform: translateY(0);
}

.similar-news .news-info {
    text-align: left;
    padding: 20px 15px;
}

.similar-news .news-info h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
}

.similar-news .news-info p {
    margin-bottom: 8px;
}

.similar-news .date {
    margin-bottom: 6px;
}

.similar-news a.read-more {
    font-size: 15px;
    line-height: 24px;
}

.detail-content {
    padding-right: 45px;
}

section.service-media {
    padding: 65px 0px;
}

.press-release h2,
.creation-text h2,
.growth-text h2 {
    font-weight: 600;
    position: relative;
    /* font-size: 32px;
    line-height: 52px;
    margin-bottom: 50px; */
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    color: #000000;
    /* background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.press-release img.border2,
.creation-text img.border2,
.growth-text img.border2 {
    left: 0;
    bottom: -30%;
}

.press-release p {
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 0px;
}

section.service-media .col-sm-6.ab-text {
    display: grid;
    align-items: center;
}

.press-release {
    padding-top: 55px;
    padding-right: 45px;
}

.press-img img {
    width: 100%;
    filter: hue-rotate(45deg);
}

.creation-img img {
    width: 100%;
    filter: hue-rotate(45deg);
}

/* .creation-text {
    padding-top: 70px;
    padding-left: 45px;
} */
.service-creation .col-sm-6 {
    display: grid;
    align-items: center;
}

section.service-creation {
    background: #FAF8EC;
    padding: 65px 0px;
}

.creation-text p {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
}

section.service-growth {
    padding: 65px 0px;
}

.growth-img img {
    width: 100%;
    filter: hue-rotate(45deg);
}

/* .growth-text {
    padding-top: 75px;
} */

section.service-growth .col-sm-6.ab-text {
    display: grid;
    align-items: center;
}

.growth-text p {
    margin-bottom: 0px;
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: #000000;
}

section.case-studies h2,
section.contact-us h2,
section.checkout h2 {
    font-weight: 600;
    position: relative;
    /* font-size: 32px;
    margin-bottom: 40px;
    line-height: 59px; */
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center;
    color: #000000;
    /* background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

section.case-studies {
    padding: 80px 0px;
}

section.case-studies img.border1,
section.contact-us img.border1,
section.checkout img.border1 {
    display: block;
    position: absolute;
    top: auto;
    text-align: center;
    left: 48%;
    bottom: -25%;
}

section.blog-detail,
section.contact-us,
section.checkout {
    padding: 65px 0px;
}

.enquiry-form .row {
    margin-top: 0px !important;
}

.blog-text {
    padding: 10px 15px;
}

.case-img img {
    width: 100%;
}

section.case-studies .row {
    padding-top: 60px;
}

.case-study1 .row {
    padding-top: 0px !important;
}

.case-study1 {
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    border-radius: 15px;
    padding: 50px 55px;
    margin-bottom: 40px;
}

.case-text {
    padding-top: 45px;
    width: 90%;
}

.case-text h5 {
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 20px;
}

.case-text p {
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
}

.case-study1:last-child {
    margin-bottom: 0px;
}

.recent-case h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 40px;
}

.recent-case1 img {
    width: 100%;
}

.recent-case1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-bottom: 40px;
}

.rcase-text {
    padding: 20px;
}

.rcase-text h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
    margin-bottom: 8px;
}

.rcase-text p {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

.rcase-text a.read-more img {
    padding-left: 12px;
    width: auto;
}

section.blog .growing {
    width: 100%;
    padding: 100px 0px 0px 0px;

}

section.blog .growing h1 {
    font-size: 46px;
    line-height: 60px;
}

section.blog span.grad {
    margin-bottom: 20px;
    display: block;
}

section.blog .growing p {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 0px;
}

.blog-img img {
    width: 100%;
}

section.blog {
    padding: 80px 0px;
}

.blog1 img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
}

.blog1 {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    border-radius: 10px;
    margin-top: 40px;
}

.blog-text {
    padding: 20px 15px;
}

img.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.user {
    display: flex;
    align-items: center;
}

.user p {
    font-weight: normal;
    font-size: 15px;
    line-height: 28px;
    height: 9px;
    color: #000000;
    padding-left: 15px;
    align-items: center;
    /* padding-top: 19px; */
}

span.business {
    color: #053663;
    display: inline-block;
    background: rgba(254, 121, 156, 0.2);
    border-radius: 10px;
    width: 50%;
    height: 35px;
    text-align: center;
    padding: 6px 0px;
}

.blog-text h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 23px;
    color: #000000;
    margin-bottom: 15px;
    text-align: left;
}

p.des {
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.7);
    text-align: left;
}

section.blogs-list {
    padding: 0px 0px 100px 0px;
}

.blog1:hover {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 13%);
}

.news1:hover,
.case-study1:hover,
.recent-case1:hover {
    box-shadow: 0px 3px 10px rgb(0 0 0 / 13%);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    appearance: none;
}

textarea:focus {
    outline: 0px;
}

section.blog-detail span.business {
    width: auto;
    padding: 6px 20px;
}

.similar-news p.des {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 9px;
}

.similar-news .blog-text h5 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 8px;
}

section.contact-us .row {
    margin-top: 60px;
}

.enquiry-form h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 30px;
}

.text-fields {
    width: 100%;
    height: 47px;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 0px 15px;
    margin-bottom: 20px;
}

textarea.text-fields {
    padding: 8px 15px;
    height: 120px;
}

.company-details {
    background: #FAF8EC;
    border-radius: 10px 10px 10px 10px;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.company-details p {
    margin-bottom: 0px;
}

.company-details h5 {
    margin-bottom: 25px;
    font-weight: 600;
}

.animate .press-img,
.animate .press-release,
.animate .creation-img,
.animate .creation-text,
.animate .growth-text,
.animate .growth-img {
    transition: all ease 1s 0s;
    transform: translateY(0px);
    opacity: 1 !important;
}

.detail-content img {
    width: 100%;
}

.social ul li img {
    width: auto;
}

.press-img,
.press-release,
.creation-img,
.creation-text,
.growth-text,
.growth-img {
    transform: translateY(50px);
    opacity: 0;
}

.company-details span {
    display: block;
    padding-bottom: 9px;
}

.company-details span p img {
    width: 100%;
}

.company-details span p {
    width: 100%;
}

span.comp-img {
    width: 150px;
    height: auto;
    margin-top: 15px;
}

span.comp-img img {
    width: 100%;
    border-radius: 12px;
}

button.send {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border-radius: 10px;
    height: 40px;
    border: 1px solid #053663;
    width: 30%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

button.send:hover {
    color: #053663;
    background: transparent;
}

.contact-info {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    padding: 55px 45px;
}

.contact-info ul {
    padding-left: 0px;
    list-style: none;
}

.contact-info ul img {
    height: 20px;
    margin-right: 20px;
}

.contact-info ul li h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.contact-info ul li p a {
    font-weight: normal;
    font-size: 15px;
    line-height: 21px;
    color: #FFFFFF;
}

.contact-info ul li {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.contact-info ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px;
}

.contact-info ul li p {
    margin-bottom: 0px;
}

input:focus {
    outline: 0px;
}

div#LoginModal .modal-header,
#SignupModal .modal-header {
    border: 0px;
}

div#LoginModal .modal-body h2,
#SignupModal .modal-body h2 {
    text-align: center;
    font-weight: 600;
    font-size: 40px;
    line-height: 59px;
    color: #000000;
    margin-bottom: 45px;
}

div#LoginModal .modal-dialog,
#SignupModal .modal-dialog {
    max-width: 540px;
}

div#LoginModal .modal-body form,
#SignupModal .modal-body form {
    width: 80%;
    margin: auto;
}

p.forget a {
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.7);
}

button.login-btn {
    height: 45px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border-radius: 10px;
    width: 100%;
    border: 1px solid #053663;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

p.member1 {
    text-align: center;
    margin-top: 40px;
    font-weight: normal;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
}

p.member1 a {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#LoginModal .modal-body {
    padding: 50px 0px 90px 0px;
}

#SignupModal .modal-body {
    padding: 20px 0px 50px 0px;
}

div#LoginModal button.close span,
#SignupModal button.close span {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#LoginModal button.close,
#SignupModal button.close {
    text-shadow: none;
    opacity: 1;
    font-weight: 500;
    font-size: 27px;
    border: 1px solid #053663;
    height: 27px;
    width: 30px;
    margin-top: -3px !important;
    margin-right: -3px !important;
    line-height: 2px;
    padding: 14px 5px !important;
    border-radius: 50%;
}

a.sign {
    display: block;
    text-align: center;
}

section.checkout .row {
    margin-top: 100px;
}

section.checkout .order-summary {
    background: #FAF8EC;
    border-radius: 10px 10px 10px 10px;
    padding: 43px 20px;
}

.order-summary h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #000000;
    margin-bottom: 30px;
}

.order {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.order p {
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 0px;
}

.order h5 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0px;
}

input.promo {
    width: 100%;
    background: #FFFFFF;
    border: 0.5px solid rgba(0, 0, 0, 0.3);
    height: 45px;
    border-radius: 10px;
    padding: 0px 15px;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
    position: relative;
}

.order-summary form p {
    position: relative;
}

.order-summary form p .place-btn {
    position: absolute;
    right: -12px;
    top: 3px;
}

.total-order {
    display: flex;
    justify-content: space-between;
}

.total-order p {
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.total-order h5 {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0px;
}

.paymemt-option h5 {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 35px;
}

.rpay {
    display: flex;
    padding-left: 32px;
}

.package.second {
    transform: translateY(-30px);
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
}

.package.second h3 {
    color: #FFFFFF !important;
}

.package.second h5 {
    color: #FFFFFF !important;
}

.package.second p {
    color: #FFFFFF !important;
}

.package.second button.lmore {
    background: #FFFFFF;
    color: #005fb4;
}

.more-pack {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

button.more-btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: transparent;
    border: 1px solid #005fb4;
    color: #005fb4;
    width: 20%;
    height: 45px;
    border-radius: 10px;
}

button.more-btn:hover {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    color: #FFFFFF;
}

.paypal {
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    padding: 13px 18px;
    margin-right: 65px;
    border-radius: 10px;
    width: 200px;
    border: 1px solid #fff;
    height: 70px;
}

div#tab-all .load-more {
    text-align: center;
    margin-bottom: 20px;
}

.load-more {
    text-align: center;
    margin-bottom: 30px;
}

.paypal img {
    width: 100%;
}

.paypal:hover {
    border: 1px solid #053663;
}

.order-btn {
    margin-top: 30px;
}

button.place-btn {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border-radius: 10px;
    border: 1px solid #053663;
    height: 40px;
    width: 20%;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #FFFFFF;
    margin-right: 15px;
}

button.Back-btn {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 40px;
    width: 20%;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    border: 1px solid #053663;
    border-radius: 10px;
}

button.Back-btn:hover {
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    color: #FFFFFF !important;
    -webkit-text-fill-color: #FFFFFF;
}

button.place-btn:hover {
    color: #053663;
    background: transparent;
}

section.order-confirm {
    padding: 80px 0px;
    text-align: center;
}

section.order-confirm img {
    width: 30%;
    margin-bottom: 40px;
}

section.order-confirm h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 59px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0px;
}

img.cross {
    width: auto !important;
    position: absolute;
    right: 32%;
    top: 21%;
}

.fail-img {
    position: relative;
}

.is-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 6px -4px rgb(0 0 0 / 8%);
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: slideInDown;
    animation-duration: 0.5s;
    margin-top: 0;
    z-index: 99999;
    transition: all 0.5s;
    background: #fff;
    padding: 10px 0px;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}


/*banner-slider*/

.banner-img img {
    width: 110%;
}

.banner-slider {
    width: 100%;
}

.banner-slider .row {
    margin-right: 0px;
    margin-left: 0px;
}

div#forgotModal .modal-body h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
}

div#forgotModal .modal-header {
    border: 0px;
}

div#forgotModal .stuser-form-fields {
    width: 80%;
    margin: auto;
}

div#forgotModal .reset-submit {
    width: 45% !important;
}

p.forgot-btn {
    text-align: center;
    margin-bottom: 0px;
}

div#forgotModal .modal-body {
    padding-bottom: 60px;
}

.news-slider .news1 {
    opacity: 1;
}

.mobile-responsive {
    display: none;
}

.member.is-visible,
.news1.is-visible {
    opacity: 1;
    transform: rotateZ(0deg);
}

.member {
    text-align: center;
    margin-top: 90px;
    opacity: 0;
    /* transform: translateY(4em) rotateZ( 
-5deg
 ); */
    transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
    transform: translateY(4em);
}

.news1 {
    text-align: center;
    margin-top: 0px;
    opacity: 0;
    /* transform: translateY(4em) rotateZ( 
-5deg
 ); */
    transition: transform 4s .25s cubic-bezier(0, 1, .3, 1), opacity .3s .25s ease-out;
    transform: translateY(4em);
}

.banner-img {
    opacity: 0;
    transform: translate3d(-68%, 0, 0);
}

.slick-current.slick-active .banner-img {
    animation: spin 0.5s linear;
    animation-delay: 2s;
    opacity: 1;
    transform: translate3d(0%, 0, 0);
}

.similar-news .news1 {
    opacity: 1;
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    40% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.selected {

    border: 1px solid #053663 !important;
}

input.login-btn {
    height: 45px;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    border-radius: 10px;
    width: 100%;
    border: 1px solid #053663;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
}

/*karan*/
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.paypal {
    cursor: pointer;
}

.paypal [type=radio]:checked+img {
    /*outline: 2px solid #f00;*/
}

p.coupon_applied h2 {
    font-size: 26px !important;
    margin-bottom: 0px;
}

label.paypal.checked {
    border: 1px solid #053663;
}

p.coupon_applied {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

span.clear_cpn {
    height: 21px;
    border: 1px solid #053663;
    font-weight: 400;
    border-radius: 50%;
    padding: 2px 5px;
    font-size: 12px;
    margin-top: 13px;
    margin-left: 13px;
    cursor: pointer;
    background: linear-gradient(180deg, #053663 0%, #053663 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.package ul li:before {
    content: "";
    background: url(https://www.coinprwire.com/mediax/assets/site_assets/images/right-tick.svg);
    width: 20px;
    height: 20px;
    background-size: 100%;
    position: absolute;
    background-repeat: no-repeat;
    left: 0;
}


@media (min-width:320px) and (max-width:767px) {
    /* .company-logos {
        margin-top: -151px;
    } */

    .right-menu {
        display: none;
    }

    img.chart {

        right: -4%;
        top: 61%;
        width: 53%;
    }

    /* section.banner {
        height: 70vh;
    } */

    section.banner .before-img {
        width: 10%;
        height: auto;
        top: 3%;
    }

    section.banner .banner-content {
        background: linear-gradient(180deg, #053663 0%, #053663 100%);
        margin-right: -20px;
        margin-left: -20px;
        position: unset;
    }

    /* section.banner img {
        height: 80vh;
    } */

    /*section.banner:before{display:none;}*/
    .advertising {
        width: 90%;
    }

    .testimonial button.slick-next.slick-arrow,
    .news-slider button.slick-next.slick-arrow {
        right: 11px;
    }

    section.distribution h2 {
        font-size: 26px;
        line-height: 34px;
        width: 100%;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    section.distribution .distribution-area {
        width: 100%;
    }

    section.distribution {
        padding: 40px 0px;
    }

    img.border1 {
        left: 32%;
    }

    section.distribution p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    section.distribution .row {
        padding-top: 20px;
    }

    .package {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .package h5 {
        font-size: 21px;
        line-height: 23px;
        margin-bottom: 15px;

    }

    .package h3 {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 15px;
    }

    .package ul li {
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    button.lmore {
        margin-top: 32px;
        height: 35px;
        width: 70%;
        font-size: 15px;
        line-height: 21px;
    }

    button.more-btn {
        font-size: 17px;
        line-height: 22px;
        width: 80%;
        height: 40px;
    }

    .more-pack {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .news-slider .news1 {
        opacity: 1;
        transform: translateY(0);
    }

    .news-slider .slick-list.draggable {
        padding-bottom: 25px !important;
    }

    section.checkout .col-sm-7 {
        order: 2;
        margin-top: 25px;
    }

    section.top-benefit,
    section.our-services {
        padding: 40px 0px;
    }

    section.top-benefit h2 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;

    }

    img.border2 {
        left: 40%;
        bottom: -18%;
    }

    p.benefit {
        width: 100% !important;
        font-size: 14px;
        line-height: 22px;
    }

    .row.benefit-row {
        padding-top: 30px;
    }

    .benefit-info h5 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    section.our-services h2 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    section.our-services .row {
        padding-top: 30px;
    }

    .service1 {
        padding: 20px 15px;
        margin-bottom: 30px !important;
    }

    .service-img {
        height: auto;
    }

    .service1 img {
        margin-bottom: 15px;
    }

    .service1 h5 {
        margin-bottom: 10px;
        text-align: left;
        font-size: 21px;
        line-height: 27px;
    }

    .service1 p {
        font-size: 14px;
        line-height: 22px;
    }

    section.our-services .row .col-sm-4:last-child .service1 {
        margin-bottom: 0px !important;
    }

    section.testimonial {
        padding: 40px 0px 30px 0px;
    }

    section.testimonial h2,
    section.our-newsroom h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .testi-slider {
        margin-top: 30px;
    }

    .testimonial button.slick-next.slick-arrow,
    .testimonial button.slick-prev.slick-arrow,
    .news-slider button.slick-next.slick-arrow,
    .news-slider button.slick-prev.slick-arrow {
        width: 40px;
        height: 40px;
    }

    .testimonial button.slick-prev.slick-arrow,
    .news-slider button.slick-prev.slick-arrow {
        left: 8px;
    }

    .block {
        width: 95% !important;
        padding: 20px 15px;
    }

    .block p {
        font-size: 14px;
        line-height: 22px;
    }

    .cimg {
        width: 50px;
        height: 50px;
    }

    .custinfo {
        padding-top: 0px;
    }

    .custinfo span {
        font-size: 15px;
        line-height: 26px;
    }

    section.our-newsroom {
        padding: 40px 0px 20px 0px;
    }

    .news-slider {
        padding-top: 30px;
    }

    .news-info {
        padding: 15px 15px;
    }

    .news-info h5 {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .date span {
        font-size: 13px;
        line-height: 20px;
    }

    .news-info p {
        margin-bottom: 10px;
    }

    a.read-more {
        font-size: 15px;
        line-height: 18px;
    }

    .footer2 {
        padding-left: 0px;
        margin-bottom: 20px;
    }

    .footer1 p {
        margin-bottom: 15px;
    }

    .footer1 h5 {
        font-size: 18px;
        line-height: 20px;
    }

    .footer1 {
        margin-bottom: 15px;
    }

    .footer2 h5,
    .footer3 h5 {
        font-size: 20px;
        line-height: 19px;
        margin-bottom: 18px;
    }

    .footer2 ul li {
        padding-bottom: 10px;
    }

    .footer3 ul li a {
        font-size: 14px;
        line-height: 23px;
    }

    footer.bottom-footer {
        padding-top: 20px;
    }

    section.footer {
        padding: 40px 0px 30px 0px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    section.about-us .growing {
        display: block;
        padding-right: 0px;
    }

    section.about-us {
        padding: 40px 0px;
    }

    .about-us .growing h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .about-us .growing p {
        font-size: 14px;
        line-height: 22px;

    }

    .col-sm-6.ab-text {
        order: 2;
        margin-top: 25px;
    }

    section.why-choose {
        padding: 40px 0px;
    }

    .choose-content h2 {
        font-size: 28px;
        line-height: 46px;
        margin-bottom: 30px;
    }

    .choose-img img {
        margin-bottom: 20px;
    }

    .choose-content p {
        font-size: 14px;
        line-height: 22px;
    }

    .choose-content ul li {
        padding-top: 6px;
        font-size: 14px;
    }

    .choose-content ul {
        padding-left: 22px;
    }

    section.our-team {
        padding: 40px 0px;
    }

    section.our-team h2 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    header {
        height: 65px;
    }

    .member {
        margin-top: 40px !important;
    }

    section.our-team .col-sm-3 {
        width: 50%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .member-img img {
        width: 100%;
    }

    .member h5 {
        font-size: 15px;
        line-height: 20px;
    }

    .member p {
        font-size: 12px;
        line-height: 17px;
    }

    section.our-team .row {
        width: 100%;
    }

    section.dist1 .row {
        padding-top: 45px;
    }

    section.dist1 .package {
        margin-bottom: 40px;
        height: auto;
    }

    section.blog-detail,
    section.contact-us,
    section.checkout {
        padding: 40px 0px;
    }

    section.checkout .row {
        margin-top: 45px;
    }

    section.case-studies h2,
    section.contact-us h2,
    section.checkout h2 {
        font-size: 34px;
        line-height: 47px;
    }

    section.checkout img.border1 {
        left: 37%;
    }

    .text-fields {
        height: 40px;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .paymemt-option h5 {
        font-size: 21px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .paypal {
        width: 90%;
        height: 55px;
    }

    button.load-more.load.sub-pr {
        width: 70%;
    }

    .order-btn {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    button.place-btn {
        height: 35px;
        width: 45%;
        font-size: 14px;
    }

    button.Back-btn {
        height: 35px;
        width: 40%;
        font-size: 14px;
    }

    section.checkout .order-summary {
        padding: 25px 15px;
    }

    .order-summary h3 {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .order p {
        font-size: 14px;
        line-height: 20px;
    }

    .order h5 {
        font-size: 21px;
        line-height: 24px;
    }

    input.promo {
        height: 40px;
        font-size: 14px;
    }

    .total-order p {
        font-size: 18px;
    }

    .total-order h5 {
        font-size: 22px;
        line-height: 28px;
    }

    section.newsroom .growing {
        padding-top: 20px;
    }

    section.about-us span.grad {
        margin-bottom: 10px;
    }

    ul.nav.items-blog-tab-menu {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: unset;
    }

    ul.nav.items-blog-tab-menu li a {
        width: max-content;
        padding: 6px 14px;
    }

    ul.nav.items-blog-tab-menu li {
        margin-right: 15px;
        font-size: 14px;
    }

    ul.nav.items-blog-tab-menu {
        margin-bottom: 30px;
        display: flex;
        flex-wrap: unset;
        overflow-x: scroll;
        width: 100%;
    }

    .tab-content .news1 {
        margin-bottom: 30px;
    }

    section.newsroom-detail,
    section.blog-detail {
        padding: 10px 0px 40px 0px;
    }

    .detail-content h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .detail-content {
        padding-right: 0px;
        margin-bottom: 25px;
    }

    img.detail-img {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .similar-news .news-info h5 {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .press-release {
        padding-top: 10px;
        padding-right: 0px;
    }

    .press-release h2,
    .creation-text h2,
    .growth-text h2 {
        font-size: 25px;
        line-height: 34px;
        margin-bottom: 28px;
    }

    .press-release p {
        font-size: 14px;
        line-height: 22px;
    }

    section.service-media {
        padding: 40px 0px;
    }

    .creation-text {
        padding-top: 20px;
        padding-left: 0px;
    }

    .creation-text p {
        font-size: 14px;
        line-height: 22px;
    }

    section.service-creation {
        padding: 40px 0px;
    }

    section.service-growth {
        padding: 40px 0px;
    }

    .growth-text {
        padding-top: 10px;
    }

    .growth-text p {
        font-size: 14px;
        line-height: 22px;
    }

    section.contact-us img.border1 {
        left: 37%;
    }

    section.contact-us .row {
        margin-top: 35px;
    }

    .enquiry-form {
        margin-bottom: 30px;
    }

    button.send {
        width: 50%;
        font-size: 15px;
    }

    .contact-info {
        padding: 25px 15px;
    }

    .contact-info ul li h5 {
        font-size: 18px;
        line-height: 18px;
    }

    .contact-info ul li p a {
        font-size: 14px;
        line-height: 17px;
    }

    .mobile-responsive {
        display: block !important;
    }

    span#openbtn {
        float: right;
        margin-right: 15px;
        background: linear-gradient(180deg, #053663 0%, #053663 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        margin-top: 0%;
        z-index: 4;
        right: -7px;
        position: absolute;
        top: 8px;
    }

    div#mySidenav {
        display: block !important;
        box-shadow: -10px 3px 19px -2px black;
        transition: 0.7s;
        background: #fff;
        z-index: 1031;
    }

    .sidenav {
        height: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        overflow-x: hidden;
        transition: 0.5s;
    }

    a#closebtn {
        position: absolute;
        right: 6px;
        background: linear-gradient(180deg, #053663 0%, #053663 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 15px;
        font-size: 22px;
    }

    div#mySidenav a.navbar-brand {
        margin-right: 0px;
        width: 28%;
    }

    h1.site-title {
        margin-left: 15px;
        margin-top: 15px;
    }

    h1.site-title img {
        width: auto;
        height: 80px;
    }

    ul.mynav {
        list-style: none;
        padding-left: 0px;
    }

    div#mySidenav ul li a {
        background: linear-gradient(180deg, #053663 0%, #053663 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 15px;
        display: block;
        font-weight: 600;
    }

    .banner-img img {
        width: 100%;
    }

    .left-menu img {
        width: 100%;
        margin-top: 10px;
    }

    ul.mob-btn {
        padding-left: 0px;
        list-style: none;
        display: flex;
        width: 65%;
        float: left;
        margin-bottom: 0px;
        padding-top: 15px;
    }

    button.login {
        height: 30px;
        border-radius: 8px;
        padding: 0px 8px;
        font-size: 12px;
        margin-left: 15px;
        margin-right: 15px;
    }

    button.sub-pr {
        height: 30px;
        border-radius: 8px;
        padding: 0px 8px;
        font-size: 12px;
    }

    .left-menu {
        width: 25%;
    }

    .slide-1 .col-sm-6 .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }

    .slide-1 .growing {
        padding: 25% 0% 0% 0%;
    }

    span.grad {
        font-size: 18px;
    }

    .growing h1 {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 8px;
    }

    img.helix {
        top: 40%;
        width: 27%;
    }

    .growing p {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    button.sub-pr1 {
        /* height: 38px;
        width: 62%; */
        padding: 6px 15px;
        font-size: 14px;
        line-height: 22px;
    }

    img.dot-img {
        right: 84%;
        bottom: 29%;
    }

    img.dot-img1 {

        right: 8%;
        top: 53%;
    }

    .is-sticky div#mySidenav {
        height: 100vh;
    }

    .growing {
        width: 100%;
        padding: 0px 0px;
    }

    /* section.banner:before {
        width: 120%;
        top: 36%;
        height: 40%;
        left: -17%;
        background-size: 100%;
        animation-name: none;
    } */

    .growning1 {
        animation-name: none;
        /* padding-top: 20px; */
        padding: 40px 20px;
    }

    button.learn {
        font-size: 13px;
    }

    section.case-studies {
        padding: 10px 0px;
    }

    section.case-studies img.border1 {
        left: 38%;
        bottom: -18%;
    }

    section.case-studies .row {
        padding-top: 30px;
    }

    .case-study1 {
        padding: 20px 15px;
    }

    .case-text {
        padding-top: 0px;
        width: 100%;
    }

    .case-text h5 {
        font-size: 25px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .case-text p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .case-text {
        padding-top: 15px;
    }

    .case-study1 .col-sm-7 {
        order: 2;
    }

    .casestd-list {
        margin-bottom: 30px;
    }

    .recent-case h5 {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }

    section.blog {
        padding: 0px 0px;
    }

    section.blogs-list {
        padding: 0px 0px 45px 0px;
    }

    section.blog .growing {
        padding: 15px 0px 0px 0px;
    }

    section.blog .growing h1 {
        font-size: 28px;
        line-height: 38px;
    }

    section.blog .growing p {
        font-size: 15px;
        line-height: 24px;

    }

    .blog1 {
        margin-top: 25px;
    }

    .blog-img {
        margin-top: 20px;
    }

    .blog-text h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    p.des {
        font-size: 14px;
        line-height: 23px;
    }

    img.footer-logo {
        padding-bottom: 15px;
    }

    div#LoginModal .modal-body h2,
    #SignupModal .modal-body h2 {
        text-align: center;
        font-weight: 600;
        font-size: 36px;
        line-height: 49px;
        color: #000000;
        margin-bottom: 27px;
    }

    div#LoginModal .modal-body {
        padding: 25px 0px 55px 0px;
    }

    div#LoginModal .modal-dialog,
    #SignupModal .modal-dialog {
        margin-top: 25%;
    }

    div#LoginModal .modal-body form,
    #SignupModal .modal-body form {
        width: 90%;
    }

    p.member1 {
        margin-top: 25px;
        margin-bottom: 0px;
    }

    div#forgotModal .stuser-form-fields {
        width: 100%;
    }

    div#forgotModal .stuser-form-fields p {
        margin-bottom: 0px;
    }

    input.login-btn {
        height: 35px;
        font-size: 15px;
    }

    div#forgotModal .modal-body {
        padding-bottom: 50px;
    }

    div#forgotModal .modal-dialog {
        margin-top: 25%;
    }

    div#forgotModal button.close {
        text-shadow: none;
        opacity: 1;
        font-weight: 500;
        font-size: 27px;
        border: 1px solid #053663;
        height: 27px;
        width: 30px;
        margin-top: -3px !important;
        margin-right: -3px !important;
        line-height: 2px;
        padding: 14px 5px !important;
        border-radius: 50%;
    }

    div#forgotModal button.close span {
        background: linear-gradient(180deg, #053663 0%, #053663 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    button.login-btn {
        height: 40px;
    }

    .package.second {
        transform: translateY(0px);
    }

}