@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');




body {
    font-family: "Noto Sans", sans-serif;
}

.main-container {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/bg2.jpg);
    background-attachment: fixed;
}

img {
    max-width: 100%;
}

.topmark-section {
    padding: 0;
    background: #0f0a41;
    box-shadow: 0 0 8px #67676726;
}

.topmark-section1 {
    padding: 14px 0 9px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    text-transform: capitalize;
}

.top-list {
    padding: 0;
}

.top-list1 {
    background: #0f0a41;
    font-size: 20px;
    text-align: center;
    padding: 10px 15px 8px;
    display: inline-block;
    text-transform: capitalize;
    color: #fff;
    line-height: 34px;
}

.mark-section {
    padding: 0;
    background: #ffffff;
    box-shadow: 0 0 8px #67676726;
}

.mark-section1 {
    padding: 8px 0 8px;
    color: #333232;
    font-size: 22px;
    text-align: center;
    line-height: 37px;
    text-transform: capitalize;
}

.add {
    background: #fdec06;
}

.add-section1 {
    padding: 36px 0px;
}

.add-left1 {
    padding: 0;
    border-right: 1px solid #0f0a41;
}

.add-left2 {
    text-align: right;
    padding: 0px 20px 10px 0;
}

.add-left2 p {
    color: #000;
    font-size: 31px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 52px;
    padding: 0 0 10px;
}

.add-left2 strong {
    color: #ffffff;
    font-size: 31px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 47px;
    background: #0f0a41;
    padding: 7px 17px 7px;
    display: inline-block;
    border-radius: 50px;
}

.add-left2 span {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 38px;
    display: block;
    padding: 14px 0 0;
}

.add-right1 {
    padding: 0px 10px 0px 10px;
}

.add-right2 {
    padding: 0px 0 0 14px;
}

.add-right2 p {
    color: #000;
    line-height: 44px;
    font-size: 22px;
    font-weight: 600;
    padding: 0 0 14px 0px;
}

.add-right2 a {
    border: 0;
    border-radius: 30px;
    font-size: 32px;
    text-transform: capitalize;
    font-weight: 600;
    background: #0f0a41;
    color: #ffffff;
    padding: 3px 20px;
    display: inline-block;
}

.bestservices {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.about-title {
    padding: 0 0 10px;
    text-align: center;
}

.about-title strong {
    text-transform: uppercase;
    font-size: 41px;
    font-weight: 800;
    padding: 0;
    display: block;
    color: #0f0a41;
    margin: 0 0 -10px;
}

.about-title p {
    text-transform: uppercase;
    display: inline-block;
    padding: 4px 42px 3px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    background: #fdec06;
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
}

.bestsv1 {
    padding: 71px 15px 0;
}

.bestsv2 {
    text-align: left;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius: 0px 80px 10px 0;
    padding: 30px 25px 25px;
    border-left: 1px solid #0f0a41;
    background: #fdec06;
}

.best-img {
    padding: 0;
}

.best-img img {
    border-radius: 50%;
    width: 174px;
    margin: -78px 0 0;
    border: 5px solid #fdec06;
}

.best-text {
    padding: 0;
}

.best-text span {
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 800;
    padding: 12px 0 1px;
    display: inline-block;
    color: #0f0a41;
    border-radius: 30px;
}

.best-text p {
    font-size: 15px;
    font-weight: 500;
    line-height: 33px;
    color: #353535;
    padding: 0px 0 11px;
}

.bestsv2:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.sv-call a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 0 14px 0 0;
    position: relative;
    z-index: 1;
    background: #0f0a41;
    line-height: 36px;
    border-radius: 0 20px 20px 0;
    border: 1px solid #fff;
}

.sv-call a:before {
    content: "";
    height: 38px;
    width: 51px;
    display: block;
    background: #0f0a41;
    position: absolute;
    left: -28px;
    z-index: -1;
    border: 1px solid #fff;
    border-right: 0;
    top: -1px;
}

.counter {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.counter-box {
    padding: 15px 20px 0;
    border-radius: 12px;
    margin: 25px 0 0;
    background: #0f0a41;
}

.counter-1 {
    padding: 0 5px;
}

.counter-2 {
    padding: 0;
    text-align: center;
}

.counter-count {
    color: #ffffff;
    font-size: 53px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 0px 15px;
}

.count-up span {
    color: #0f0a41;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    background: white;
    border-radius: 20px 20px 0 0;
    padding: 5px 14px 4px;
    display: inline-block;
    position: relative;
    margin: 31px 0 0;
}

.count-up span:before {
    content: "";
    font-size: 17px;
    text-align: center;
    padding: 5px 10px 0 0px;
    position: absolute;
    background: white;
    width: 100%;
    height: 5px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -44px;
    z-index: 0;
}

.count-up span:after {
    content: "";
    font-size: 17px;
    text-align: center;
    position: absolute;
    background: white;
    width: 6px;
    height: 42px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -39px;
    z-index: 0;
}

.astrosev-sec {
    float: left;
    width: 100%;
    padding: 50px 0px;
}

.astro-sv {
    padding: 25px 15px 10px;
}

.astro-sv1 {
    text-align: left;
    transition: background 0.3s;
    border-radius: 0px 80px 10px 0;
    padding: 30px 20px 0;
    display: flex;
    align-items: center;
    background: #0f0a41;
    overflow: hidden;
}

.astro-img {
    padding: 0;
    width: 86%;
    position: relative;
}

.astro-img:before {
    content: "";
    position: absolute;
    background: white;
    width: 20px;
    height: 530px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: -226px;
    z-index: 0;
}

.astro-img img {
    border-radius: 50%;
    border: 5px solid #fdec06;
    position: relative;
    z-index: 1;
    margin: -27px 0 0;
}

.astro-text {
    width: 271%;
    padding: 0 0 0 15px;
}

.astro-text span {
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 4px 16px 2px;
    border: 1px solid #fff;
    margin: 0 0 4px;
    border-radius: 50px;
    background: #fdec06;
    text-align: center;
}

.astro-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 33px;
    color: #ffffff;
    padding: 5px 0 11px;
}

.astro-call {
    text-align: right;
}

.astro-call a {
    border-radius: 15px 15px 0 0;
    text-align: center;
    text-transform: capitalize;
    color: #0f0a41;
    font-size: 19px;
    padding: 6px 12px 6px;
    font-weight: 700;
    background: #fff;
}

.header {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    background: #fff;
}

.about-us {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.abt-sub {
    float: left;
    width: 100%;
    text-align: center;
}

.abt-sub span {
    color: #000000;
    font-size: 19px;
    text-transform: capitalize;
    margin: 0;
    border-radius: 22px 21px 0px 0px;
    display: inline-block;
    background: linear-gradient(to top, white, #ffbf00);
    font-weight: 700;
    padding: 2px 27px 2px 34px;

}

.abt-header {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 35px;
    padding: 10px 0px;
    color: #0f0a41;

}

.abt-left {
    float: left;
    width: 100%;
    padding-top: 30px;
}

.abt-desc {
    float: left;
    width: 100%;
    font-size: 15px;
    color: #000;
    line-height: 28px;

}

.abt-desc span {
    color: #0f0a41;
    font-weight: 600;
}

.abt-desc ul {
    padding: 10px 0px 10px 0px;
    margin: 0;
    list-style: none;
    text-align: left;
}

.abt-desc ul li {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0 0 0px;
    border: 1px solid #dadada;
    font-weight: 500;
    padding: 6px 13px;
    text-transform: capitalize;

}

.abt-desc ul li i:before {
    color: #b00000;
    font-weight: 900;
    background: linear-gradient(to left, transparent, #ffa700);
    display: inline-block;
    font-size: 18px;
    border-radius: 5px 0px 0 5px;
    padding: 0;
    text-align: center;
    height: 35px;
    width: 35px;
    line-height: 35px;
}

.abt-right {
    float: left;
    width: 100%;
    background: #fdec06;
    padding: 40px 10px 20px;
    border-radius: 10px;
    text-align: center;

    margin-top: 30px;
}

.contact-details3 i {
    display: inline-block;
    background: #c90000;
    border-radius: 50%;
    text-align: center;
    height: 85px;
    width: 85px;
    color: #ffffff;
    border: 3px solid #d5a102;
    line-height: 77px;
    font-size: 49px;
}

.contact-details2 p {
    color: #000;
    font-size: 15px;
    margin: 0;
    text-transform: capitalize;
    line-height: 30px;
    padding: 10px 0 15px;
}

.contact-details2 ul {
    padding: 10px 10px 10px;
    margin: 0;
    list-style: none;
    background: black;
}

.contact-details2 ul li {
    color: #fff;
    padding: 8px 0;
    font-size: 17px;
    text-align: left;
}

.contact-details2 ul li i {
    color: #ffbe00;
    display: inline-block;
    font-size: 16px;
    padding: 0 6px 0 0px;
}

.contact-details2 strong {
    font-size: 28px;
    color: #c90000;
    margin: 0;
    display: block;
    padding: 16px 0 13px;

    text-transform: uppercase;
}

.contact-details2 span {
    font-size: 17px;
    margin: 0px 0 9px 0;
    color: #ffffff;
    display: inline-block;
    background: #000000;
    text-transform: capitalize;
    padding: 6px 28px;
    border-radius: 33px;
}

.contact-details2 a {
    display: block;
    color: #000;
    font-size: 38px;
    margin: 0;
}

.contact-details2 img {
    display: table;
    margin: 0 auto;
    float: none;
    width: 50%;
}


.best-ser {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.best-border2 {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #fdec06;
    transition: 0.5s;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 36px 30px;
    position: relative;
    min-height: 310px;
    border-radius: 4px;
    z-index: 1;
}

.best-border2 strong {
    font-size: 45px;
    line-height: 56px;
    color: #000;

}

.color-text-bold {
    color: #fff;
    font-weight: 800;
}

.best-border2 p {
    color: #000;

    padding: 15px 0px;
    line-height: 28px;
}

.coin-btn {
    color: #fff;
    border: 1px solid green;
    background: green;
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    display: inline-block;
    padding: 12px 20px;
    font-size: 18px;

}

.best-border2 a {
    color: #fff;
}

.best-border {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #fff;
    transition: 0.5s;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 36px 30px;
    position: relative;
    min-height: 310px;
    border-radius: 4px;
    z-index: 1;
}

.best-border strong {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #0f0a41;

    margin-top: 10px;
}

.best-border p {
    color: #101010;

    line-height: 28px;
}

.best-border img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.best-border:hover img {
    -webkit-animation: flipInY .5s ease-in-out;
    animation: flipInY .5s ease-in-out;
}

.best-border:hover {
    background: #fdec06;
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg);
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1;
    }
}

.best-border a {
    color: #fff;
}

.best-border3 a {
    color: #fff;
}

.best-border3 {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    background: #fdec06;
    transition: 0.5s;
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 36px 30px;
    position: relative;
    min-height: 310px;
    border-radius: 4px;
    z-index: 1;
}

.best-border3 strong {
    float: left;
    width: 100%;
    font-size: 25px;
    color: #0f0a41;

    margin-top: 10px;
}

.best-border3 p {
    color: #101010;

    line-height: 28px;
}

.best-border3 img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.best-border3:hover img {
    -webkit-animation: flipInY .5s ease-in-out;
    animation: flipInY .5s ease-in-out;
}

.best-border3:hover {
    background: #fff;
}

.testi {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.testimonials1 {
    padding: 20px;
}

.testimonials2 {
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0 3px #00000021;
}

.testimonials-2 {
    padding: 20px 0px 33px 0px;
}

.testimonials4 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 0;
}

.testimonials4 .testi-pic {
    width: 25%;
    padding: 0 0 0 9px;
}

.testimonials4 .testi-pic img {
    border-radius: 50%;
    border: 13px solid #fdec06;
    width: 80px;
    height: 80px;
}

.testimonials4 .testi-text {
    width: 75%;
    margin: 0 0px 0 9px;
    border-radius: 40px 0px 0px 40px;
    text-align: right;
    background: #0f0a41;
    padding: 5px 11px 5px 0;
}

.testi-text p {
    font-size: 19px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;

}

.testi-text p span {
    font-size: 15px;
    text-transform: capitalize;
    color: #fdec06;

}

.testi-text i {
    color: #fdec06;
}

.testimonials3 {
    padding: 0;
}

.testimonials3 p {
    color: #222;
    padding: 0px 14px 0 14px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;

}

.footer {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fdec06;
}

.footer1 {
    font-size: 30px;
    color: #0f0a41;
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    float: left;
    width: 100%;
    text-align: center;

}

.footer2 {
    float: left;
    width: 100%;
    text-align: center;

}

.footer2 a {
    color: #ba0000;
    font-size: 57px;
    margin: 0;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    animation: anii 0.2s infinite;
}

@keyframes anii {
    0% {
        color: #e80000;
    }

    100% {
        color: #000000;
    }
}

.copy {
    float: left;
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    background: #000;
}

.copy p {
    color: #fff;

    font-size: 16px;
}

.copy span {
    float: left;
    width: 100%;
    color: #fbc401;

    font-size: 16px;
    text-transform: uppercase;
    border-top: 1px solid #fbc401;
    margin-top: 10px;
    padding-top: 15px;
}


@media(min-width:992px) and (max-width:1200px) {}

@media(min-width:768px) and (max-width:991px) {
    .about-us .col-sm-8{width: 100%;}
    .about-us .col-sm-4{width: 50%;}
    .bestservices .col-md-6{width: 50%;}
    .best-ser .col-sm-4{width: 50%;}
    .testi .col-sm-4{width: 50%;}
}

@media(min-width:640px) and (max-width:767px) { .header2 {
    display: none;
}}

@media(min-width:480px) and (max-width:639px) {
    .footer2 a {
        color: #ba0000;
        font-size: 45px;
    } .header2 {
        display: none;
    }
   
}

@media(min-width:320px) and (max-width:479px) {
    .header2 {
        display: none;
    }

    .astro-sv1 {
        display: block;
    }

    .astro-img::before {
        z-index: -1;
    }

    .astro-text {
        width: 100%;
        padding: 0 0 0 15px;
    }

    .testimonials4 {
        display: block;
    }

    .testimonials4 .testi-pic img {
        border: 3px solid #fdec06;
        width: 100px;
        height: 100px;
    }

    .testimonials4 .testi-pic {
        width: 50%;
    }

    .testimonials4 .testi-text {
        width: 100%;
    }
    .footer2 a {
        color: #ba0000;
        font-size: 30px;
    }
}