   /************* ABOUT US ***********/


.about-area {
    position: relative;
}
.about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.about-img-wrap .mask-img-wrap {
    -webkit-mask-image: url("../img/bg/mask_img.png");
    mask-image: url("../img/bg/mask_img.png");
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 472px;
    width: 417px;
    margin: 0 auto;
}
.about-img-wrap .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-wrap .shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    
    -webkit-transform: translate(-50%, -50%);
    z-index: -1;
}
    .experience-year {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c42e2e;
    border: 4px solid #262b55;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
.experience-year .icon {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#fff;
    color: #ffffff;
    line-height: 0;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.experience-year .content .circle1 {
    position: absolute;
    margin-bottom: 0;
    font-size: 15px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
}

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

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.experience-year .content .circle1 span {
    position: absolute;
    top: -64px;
    display: inline-block;
    transform-origin: 0 64px;
}

.about-shape-wrap img:nth-child(1) {
    right: 10%;
    top: 30%;
}

.about-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.about-shape-wrap img:nth-child(2) {
    right: 6%;
    top: 36%;
    z-index: -2;
}

.about-shape-wrap img {
    position: absolute;
    z-index: -1;
}
.ribbonRotate {
    -webkit-animation-name: ribbonRotate;
    animation-name: ribbonRotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes ribbonRotate {
    0%, 100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    25%, 75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}
.about-left-shape img {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.mb-35 {
    margin-bottom: 35px;
}
.section-title .sub-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    color: #5c63a7;
    margin-bottom: 12px;
}
.section-title .title {
    margin-bottom: 0;
    font-size: 35px;
}

@media only screen and (max-width: 576px) {
.section-title .title {
    font-size: 30px;
}
  }

.about-list .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 -15px;
    gap: 30px 0;
    margin-bottom: 25px;
}
.about-list .list-wrap li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.list-wrap li {
    list-style: none;
}
.about-list .list-wrap li .icon {
    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:#5c63a773;
    color: #474790;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    flex: 0 0 auto;
    font-size: 40px;
    line-height: 0;
}
.about-list .list-wrap li .icon i {
    transition: 0.3s linear;
}
.about-list .list-wrap li .content .title {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 600;
}
.about-list .list-wrap li .content p {
    margin-bottom: 0;
}
.about-content > p {
    margin-bottom: 30px;
    width: 93%;
    line-height: 1.62;
}
@media only screen and (max-width: 576px) {
    .about-content > p {
        width: 100%;
    }
  }
.about-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px;
}


@media (max-width: 767.98px) {
    .about-area {
        padding: 100px 0;
    }
    .about-img-wrap .mask-img-wrap {
        height: 370px;
        width: 320px;
    }
    .about-img-wrap .shape img {
        display: none;
    }
    .about-shape-wrap img:nth-child(2) {
        display: none;
    }
    
}
@media (max-width: 991.98px) {
    .about-img-wrap {
        margin-bottom: 50px;
    }
}
@media (max-width: 1199.98px) {
    .about-shape-wrap img:nth-child(1) {
        right: 10%;
        top: 4%;
    }
}

.sway__animationX {
    animation: swayX 1s linear infinite alternate;
}

@keyframes swayX {
    0% {
        transform: translateX(20px);
    }
    
    100% {
        transform: translateX(0px);
    }
}

.flip {
	backface-visibility: visible !important;
	animation: flip 2s ease infinite;
}
@keyframes elastic-spin {
    0% {
		transform: perspective(400px) rotateY(0);
		animation-timing-function: ease-out;
	}
	40% {
		transform: perspective(400px) translateZ(150px) rotateY(170deg);
		animation-timing-function: ease-out;
	}
	50% {
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		animation-timing-function: ease-in;
	}
	80% {
		transform: perspective(400px) rotateY(360deg) scale(.95);
		animation-timing-function: ease-in;
	}
	100% {
		transform: perspective(400px) scale(1);
		animation-timing-function: ease-in;
	}
}


/************* ABOUT US END ***********/