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;
}

.banner {
    height: 400px;
    padding-top: 110px;
    position: relative;
    background-image: url("../images/about-banner.jpg");
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
}

.banner h1 {
    font-family: Lato, sans-serif;
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 15px;
    color: #fff;
    line-height: 1.2
}

.banner p {
    font-size: 24px;
    animation: fadeInDown 1s both 0.2s;
    margin-bottom: 5px;
}

.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;
}

@media only screen and (min-width:320px)and (max-width:479px) {
    .banner {
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 32px;
    }
    .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;
    }
}

@media only screen and (min-width:480px)and (max-width:767px) {
    .banner {
        padding-top: 20px;
        height: 200px;
        background-size: cover;
        padding-top: 70px;
    }
    .banner h1 {
        font-size: 35px
    }
    .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;
    }
}

@media only screen and (min-width:768px)and (max-width:1024px) {
    .banner {
        padding-top: 70px;
        height: 200px;
    }
    .banner h1 {
        font-size: 35px
    }
    .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%;
    }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .banner {
        height: 400px;
    }
    .banner h1 {
        font-size: 50px;
    }
}

@media (min-width: 1080px) {
    .banner {
        height: 318px;
    }
    .banner h1 {
        font-size: 60px;
    }
}

@media (min-width:1920px) {
    .banner {
        height: 400px;
        padding-top: 150px;
    }
    .banner h1 {
        font-size: 60px;
    }
}