body {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}

.company {
    position: relative;
    padding: 80px 0px;
}

.abtimg-wrap {
    position: relative;
    margin-right: 45px;
}

.about-images {
    padding-right: 30px;
    text-align: right;
}

.about-images img {
    border-radius: 15px;
    vertical-align: top;
}

.about-images img:nth-child(2) {
    border-radius: 15px 20px 0px 15px;
    margin-top: 24px;
    position: relative;
    z-index: 1;
}

.abtimg-wrap .shape img {
    position: absolute;
    z-index: -1;
}

.abtimg-wrap .shape img:nth-child(1) {
    top: 43%;
    z-index: 1;
}

.abtimg-wrap .shape img:nth-child(2) {
    left: 20%;
    bottom: -6%;
}

.abtimg-wrap .abtdots {
    -webkit-animation: abtdots 2s ease-in-out 0s infinite alternate;
    animation: abtdots 2s ease-in-out 0s infinite alternate;
    animation-duration: 2s;
    animation-duration: 3s;
}

@keyframes abtdots {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes abtdots {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.experience-wrap {
    background: #110f31;
    border-radius: 94px 16px 13px 13px;
    padding: 38px 43px 246px 43px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.experience-wrap h2 {
    font-size: 64px;
    margin-bottom: 5px;
    color: #fff;
    line-height: 0.8;
    font-family: 'Poppins-Bold';
}

.experience-wrap span {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 1.5;
    color: #fff;
}

.profit-wrap {
    display: flex;
    align-items: center;
    -webkit-border-radius: 10px 30px;
    -moz-border-radius: 10px 30px;
    -o-border-radius: 10px 30px;
    -ms-border-radius: 10px 30px;
    border-radius: 10px 30px;
    border: 1px solid #848484;
    background: #fff;
    box-shadow: 11px 11px 0px 0px rgba(0, 0, 0, 0.27);
    gap: 12px;
    padding: 17px 22px;
    position: absolute;
    left: 27px;
    bottom: 14%;
    z-index: 2;
}

.profit-wrap h5 {
    margin-bottom: 0;
    font-size: 20px;
    font-family: 'Poppins-Semibold';
    font-weight: 600;
    color: #070832;
}

.profit-wrap span {
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.about {
    position: relative;
}

.about .sub-title {
    display: block;
    text-transform: uppercase;
    font-family: 'Poppins-Semibold';
    font-size: 15px;
    line-height: 1.4;
    color: #ed212b;
    margin: 0px 0px 10px 0px;
}

.about h2 {
    font-size: 36px;
    line-height: 1.2;
    margin: 0 0;
    text-transform: capitalize;
    font-family: 'Poppins-Bold';
    color: #01022e;
}

.about h2 span {
    font-family: 'Poppins-Regular';
}

.about p {
    margin: 20px 0px;
    width: 95%;
    font-size: 16px;
}

.box-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 30px;
    margin-bottom: 20px;
}

.box {
    width: 44.4%;
    flex: 0 0 auto;
}

.box-item {
    /* background: #f5f6fc; */
    background: #f5f5fa;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
    gap: 17px;
    padding: 29px 24px;
}

.box-item:hover .icon {
    transform: rotateY(180deg);
}

.box-item .icon {
    font-size: 50px;
    line-height: 0;
    color: #0047ff;
    -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;
}

.box-item .icon {
    font-size: 50px;
    line-height: 0;
    color: #ed212b;
}

.box-item .content .title {
    margin-bottom: 0;
    font-size: 17px;
    font-family: 'Poppins-Medium';
    color: #01022e;
    padding: 0% 10% 0% 0%;
}

.ryttxt p {
    margin-bottom: 25px;
    font-size: 16px;
}

.ryttxt ul {
    margin: 0px;
    padding: 0px;
}

.ryttxt ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;
    color: #343c4d;
}

.ryttxt ul li i {
    color: #ed212b;
}

.about a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    background: #ed212b;
    position: relative;
    z-index: 9;
}

.about a:hover {
    background: #01022e;
    color: #fff;
}

.services {
    position: relative;
    background: #f8f9fd;
    padding: 80px 0px;
    text-align: center;
}

.services span {
    font-size: 16px;
    color: #ed212b;
    text-transform: uppercase;
    font-family: 'Poppins-Semibold';
    margin-bottom: 10px;
}

.services h2 {
    font-family: 'Poppins-Bold';
    color: #01022e;
    font-size: 36px;
    padding: 0% 28%;
    margin-bottom: 50px
}

.services .card {
    border-radius: .85rem;
    border: 0px;
    transition: all .3s ease-in-out;
}

.services .card:hover {
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.1);
}

.services .card img {
    border-top-left-radius: .85rem;
    border-top-right-radius: .85rem
}

.card-body {
    padding: 20px 40px;
}

.card-body h5 {
    font-family: 'Poppins-Semibold';
    color: #01022e;
}

.card-body p {
    font-size: 16px;
    margin-top: 20px !important;
    font-family: 'Poppins-Regular' !important;
    line-height: 26px;
}

.card-body a {
    font-family: 'Poppins-Semibold';
    font-size: 16px;
    color: #343C4D;
    transition: all .3s ease-in-out;
}

.card-body a:hover {
    color: #0047ff;
}

.card-body a i {
    font-size: 20px;
    vertical-align: -.135em;
}

.icn {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0f0d1f;
    color: #fff;
    font-size: 40px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    left: 37px;
    top: 171px;
}

.services-shape img {
    /* position: absolute;
right: 0;
bottom: 0; */
    z-index: -1;
    opacity: 0.3;
    filter: grayscale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -50px;
}

.services .card:hover .services-shape img {
    opacity: 1;
    filter: grayscale(0);
}

.shine {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.shine::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.services .card:hover .shine::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

.servicesbg img {
    position: absolute;
}

.servicesbg img:nth-child(1) {
    right: 0;
    top: 0px;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

.servicesbg img:nth-child(2) {
    left: 0;
    bottom: 0;
    opacity: 0.6;
}

.services p {
    margin-top: 50px;
    font-size: 16px;
    font-family: 'Poppins-Medium';
}

.services .red {
    color: #ed212b;
}

.help {
    position: relative;
    background: #110f31;
    padding: 80px 0px;
}

.help h2 {
    color: #fff;
    font-size: 30px;
    padding: 0% 5% 0% 5%;
}

.help p {
    color: #fff;
    font-family: 'Poppins-Light';
    font-size: 18px;
}

.help .but {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 8px 22px;
    border-radius: 50px;
    transition: all .3s ease-in-out;
    background: #ed212b;
    position: relative;
    z-index: 9;
    margin: 20px 0px 0px 30px;
}

.help .but:hover {
    background: #fff;
    color: #000;
}

.help img {
    position: absolute;
    z-index: 1;
}

.help img:nth-child(1) {
    left: 0;
    top: 128px;
    mix-blend-mode: luminosity;
}

.help img:nth-child(2) {
    right: 20%;
    bottom: 0;
}

.help img:nth-child(3) {
    right: 20%;
    top: 0px;
}

.counter {
    position: relative;
    background: #f5f6fc;
    background-image: url("../images/bg-pattern.svg");
    padding: 80px 0px;
    text-align: center;
}

.counter section {
    padding: 20px 30px;
    background-color: var(--bs-white);
    border-radius: 20px;
    box-shadow: 0 4px 23px 0 rgba(174, 191, 210, 0.3);
    text-align: left;
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.counter section img {
    height: 80px;
    margin-bottom: 30px;
}


/* .counter section {
line-height: 1;
font-size: 45px;
color: #01022e;
font-family: 'Poppins-Semibold';
} */

.counter section p {
    font-family: 'Poppins-Semibold';
    font-size: 45px;
    color: #110f31;
    margin: 20px 0px 10px 0px !important;
}

.counter section h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #49595b;
    font-family: 'Poppins-Regular';
}

.counter figure {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    margin: 0px 10px;
}

.counter figure::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(17, 15, 49) 100%);
}

.employee {
    position: relative;
}

.counter .wrap {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute;
    padding: 34px 34px 37px;
}

.counter .wrap h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -1px;
    color: var(--bs-white);
    font-family: 'Poppins-Semibold';
    padding: 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 4px #0d0939;
}

.counter .wrap h3 span {
    color: #ed212b;
}

.counter .wrap h3 .grn {
    color: #32d077;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .company {
        padding: 40px 0px;
    }
    .profit-wrap {
        display: none;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .box-wrap {
        flex-wrap: wrap;
        gap: 0px 30px;
    }
    .box {
        width: 100%;
    }
    .box-item .content .title {
        padding: 0px;
    }
    .abtimg-wrap {
        margin-right: 0px;
    }
    .about-images {
        padding-right: 0px;
    }
    .about-images img {
        width: 99%;
    }
    .abimg {
        width: 350px !important;
    }
    .abtimg-wrap .shape img:nth-child(1) {
        top: 41%;
        left: -4%;
        max-width: 90px;
    }
    .abtimg-wrap .shape img:nth-child(2) {
        left: 1%;
    }
    .experience-wrap {
        padding: 30px 20px 230px 32px;
        border-radius: 70px 16px 13px 13px;
    }
    .experience-wrap h2 {
        font-size: 50px;
    }
    .experience-wrap span {
        font-size: 16px;
    }
    .ryttxt ul li {
        font-size: 16px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .help {
        padding: 45px 0px;
        text-align: center;
    }
    .help h2 {
        font-size: 20px;
    }
    .help .but {
        margin: 20px 0px 0px 0px;
    }
    .help img:nth-child(2),
    .help img:nth-child(3) {
        opacity: 0.5;
        right: 0;
    }
    .help img:nth-child(1) {
        top: auto;
        max-width: 100px;
        bottom: 0;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter section img {
        margin-bottom: 0px;
    }
    .counter section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .company {
        padding: 40px 0px;
    }
    .profit-wrap {
        display: none;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 22px;
        line-height: 1.5;
    }
    .box-wrap {
        flex-wrap: wrap;
        gap: 0px 30px;
    }
    .box {
        width: 100%;
    }
    .box-item .content .title {
        padding: 0px;
    }
    .abtimg-wrap {
        margin-right: 0px;
    }
    .about-images {
        padding-right: 0px;
    }
    .about-images img {
        width: 99%;
    }
    .abimg {
        width: 350px !important;
    }
    .abtimg-wrap .shape img:nth-child(1) {
        top: 41%;
        left: -4%;
        max-width: 90px;
    }
    .abtimg-wrap .shape img:nth-child(2) {
        left: 1%;
    }
    .experience-wrap {
        padding: 30px 20px 230px 32px;
        border-radius: 70px 16px 13px 13px;
    }
    .experience-wrap h2 {
        font-size: 50px;
    }
    .experience-wrap span {
        font-size: 16px;
    }
    .ryttxt ul li {
        font-size: 16px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .help {
        padding: 45px 0px;
        text-align: center;
    }
    .help h2 {
        font-size: 20px;
    }
    .help .but {
        margin: 20px 0px 0px 0px;
    }
    .help img:nth-child(2),
    .help img:nth-child(3) {
        opacity: 0.5;
        right: auto;
    }
    .help img:nth-child(1) {
        top: auto;
        max-width: 100px;
        bottom: 0;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter section img {
        margin-bottom: 0px;
    }
    .counter section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .company {
        padding: 40px 0px;
    }
    .about {
        margin-top: 40px;
    }
    .about h2 {
        font-size: 30px;
        line-height: 1.5;
    }
    .abtimg-wrap .shape img:nth-child(2) {
        left: 0%;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .card-body p {
        padding: 0px;
    }
    .icn {
        width: 60px;
        height: 60px;
        font-size: 30px;
        top: 125px;
    }
    .help h2 {
        font-size: 20px;
    }
    .help {
        padding: 45px 0px;
        text-align: center;
    }
    .help h2 {
        font-size: 20px;
        text-align: left;
        padding: 4% 10% 0% 5%;
    }
    .help .but {
        margin: 20px 0px 0px 0px;
    }
    .help img:nth-child(2),
    .help img:nth-child(3) {
        opacity: 0.5;
        right: auto;
    }
    .help img:nth-child(1) {
        top: auto;
        max-width: 100px;
        bottom: 0;
    }
    .counter {
        padding: 40px 0px;
    }
    .counter section {
        width: 100%;
    }
    .counter section img {
        margin-bottom: 0px;
    }
    .counter section p {
        font-size: 36px;
        margin: 10px 0px 0px 0px !important;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {
    /* .about h2 {
        font-size: 30px;
        line-height: 1.5;
    } */
}

@media (min-width: 1080px) {}