/*----------------------------------------*/
/*  13. choose css start
/*----------------------------------------*/
.it-choose-area .it-about-list-box ul li span svg,
.it-choose-area i {
    color: var(--it-theme-2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-area.it-choose-area.pt-185 {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-left {
        margin-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .it-choose-left .row [class*=col-]:first-child .it-about-list-box {
        margin-bottom: 30px;
    }
}

.it-choose-left p {
    margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-left p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .it-choose-thumb img {
        width: 100%;
    }
}

.it-choose-thumb.style-1 {
    margin-right: 125px;
    transform: rotate(168deg);
}

@media (max-width: 767px) {
    .it-choose-thumb.style-1 {
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 60px;
        transform: rotate(180deg);
    }
}

.it-choose-thumb.style-1 img {
    border: 10px solid var(--it-common-white);
    outline: 10px solid var(--it-theme-1);
}

.it-choose-thumb.style-2 {
    margin-top: -45px;
    margin-left: 160px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .it-choose-thumb.style-2 {
        margin-top: 0;
        margin-left: 0;
    }
}

.it-choose-thumb.style-2 img {
    border: 10px solid var(--it-common-white);
    outline: 10px solid var(--it-theme-2);
}

.it-choose-shape-1 {
    position: absolute;
    top: -60%;
    left: 0;
    z-index: -1;
}

.it-choose-shape-2 {
    position: absolute;
    top: -7%;
    left: 1%;
    z-index: -1;
}

.it-choose-shape-3 {
    position: absolute;
    z-index: -1;
    top: 14%;
    right: -13%;
    animation: itrotate2 3s ease-in-out 3s infinite alternate forwards;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-shape-3 {
        display: none;
    }
}

.it-choose-shape-4 {
    position: absolute;
    z-index: -1;
    top: 10%;
    right: -6%;
    animation: rotate 2s linear infinite;
}

.it-choose-2-item {
    padding: 50px 40px;
    padding-bottom: 35px;
    border-radius: 20px;
    background-color: var(--it-common-white);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
    border: 1px solid rgba(26, 182, 157, 0.2);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-2-item {
        padding: 40px 20px;
    }
}

.it-choose-2-item p {
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-2-item p {
        font-size: 14px;
    }
}

.it-choose-2-item:hover .it-choose-2-icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.it-choose-2-title {
    font-size: 28px;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-2-title {
        font-size: 22px;
    }
}

.it-choose-2-icon {
    margin-bottom: 22px;
}

.it-choose-2-icon svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-2-icon svg {
        height: 55px;
    }
}

.it-choose-2-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.it-choose-2-shape-2 {
    position: absolute;
    z-index: -1;
    top: 15%;
    right: 10%;
    animation: flap 0.4s infinite alternate ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-choose-2-shape-2 {
        top: 10%;
        transform: scale(0.6);
    }
}

.it-choose-2-style-2 .it-choose-2-title {
    font-size: 24px;
}

.it-choose-2-style-2 .it-choose-2-item {
    border-radius: 20px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(248, 198, 47, 0.1);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.05);
}

.it-choose-2-style-2 .it-choose-2-item:hover .shape-1 {
    opacity: 0;
}

.it-choose-2-style-2 .it-choose-2-item:hover .shape-2 {
    opacity: 1;
}

.it-choose-2-style-2 .it-choose-2-item .shape-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.4s;
}

.it-choose-2-style-2 .it-choose-2-item .shape-2 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.4s;
    opacity: 0;
}

.it-choose-2-style-2 .it-choose-2-icon {
    margin-bottom: 18px;
}

.it-choose-3-item {
    position: relative;
    z-index: 1;
    padding: 40px 30px;
    padding-top: 45px;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;
    background-color: var(--it-common-white);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.05);
    border: 1px solid rgba(248, 198, 47, 0.1);
}

.it-choose-3-item p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-choose-3-item p {
        padding: 0 20px;
    }
}

.it-choose-3-item:hover {
    border: 1px solid rgba(26, 182, 157, 0.2);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
}

.it-choose-3-item:hover .it-choose-3-shape-1 {
    opacity: 1;
    left: 0;
}

.it-choose-3-item:hover .it-choose-3-icon svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.it-choose-3-title {
    font-size: 24px;
    margin-bottom: 13px;
}

.it-choose-3-icon {
    margin-bottom: 25px;
}

.it-choose-3-icon svg {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.it-choose-3-shape-1 {
    position: absolute;
    top: 50%;
    left: -25%;
    z-index: -1;
    opacity: 0;
    transition: 0.7s all ease;
    transform: translateY(-50%);
}

.it-choose-3-shape-2 {
    position: absolute;
    top: -25%;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-3-shape-2 {
        display: none;
    }
}

.it-choose-4-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.it-choose-4-thumb {
    border-radius: 18px;
    overflow: hidden;
}

.it-choose-4-thumb img {
    width: 100%;
    border-radius: 18px;
    transition: 1.3s all ease;
}

.it-choose-4-title {
    font-size: 26px;
    margin-bottom: 22px;
    text-transform: uppercase;
    font-family: var(--it-ff-edensor-regular);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-4-title {
        font-size: 20px;
    }
}

.it-choose-4-number {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    height: 88px;
    width: 88px;
    line-height: 93px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: var(--it-common-white);
    outline: 5px solid #536f5a;
    background-color: var(--it-common-black);
    font-family: var(--it-ff-spartan-semibold);
}

.it-choose-4-number::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -35px;
    width: 34px;
    height: 30px;
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg' transform='rotate(0)'%3E%3Cg transform='rotate(90 100 100)'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='%23536f5a' /%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.it-choose-4-number::after {
    content: "";
    position: absolute;
    top: 29px;
    right: -37px;
    width: 34px;
    height: 30px;
    transform: rotate(0deg);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0,0 L0,200 Q0,0 200,0 Z' fill='%23536f5a' /%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}

.it-choose-4-number i {
    line-height: 1;
    font-style: normal;
}

.it-choose-4-item {
    border-radius: 20px;
    padding: 30px 23px;
    padding-top: 100px;
    margin-top: 30px;
    background-color: var(--it-common-white);
}

.it-choose-4-item:hover .it-choose-4-thumb img {
    transform: scale(1.2);
}

.it-choose-4-shape-1 {
    position: absolute;
    top: 10%;
    left: 1.5%;
    animation: itswing 1s forwards infinite alternate;
    transform-origin: bottom center;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-4-shape-1 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-choose-4-shape-1 img {
        transform: scale(0.7);
    }
}

.it-choose-4-shape-2 {
    position: absolute;
    top: 10%;
    right: 5%;
    animation: rotate 15s linear infinite;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-4-shape-2 {
        display: none;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-choose-4-shape-2 img {
        transform: scale(0.7);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-5-area .it-choose-section-title-box.mb-45 {
        margin-bottom: 30px !important;
    }
}

.it-choose-5-wrap {
    padding: 20px;
    padding-right: 140px;
    border-radius: 50px;
    background-color: var(--it-gray-1);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-choose-5-wrap {
        padding-right: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-5-wrap {
        padding-right: 20px;
        padding-bottom: 40px;
    }
}

.it-choose-5-list-box ul li {
    padding-top: 35px;
    list-style-type: none;
    border-top: 1px solid rgba(98, 98, 99, 0.3);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-5-list-box ul li {
        padding-top: 25px;
    }
}

.it-choose-5-list-box ul li:last-child .it-choose-5-list-content p {
    margin-bottom: 0;
}

.it-choose-5-list-content .title {
    font-size: 24px;
    position: relative;
    padding-left: 52px;
    margin-bottom: 11px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .it-choose-5-list-content .title {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .it-choose-5-list-content .title {
        font-size: 18px;
        padding-left: 35px;
    }
}

.it-choose-5-list-content .title span {
    position: absolute;
    top: 0;
    left: 0;
}

.it-choose-5-list-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: #61616a;
    margin-bottom: 33px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-choose-5-list-content p {
        font-size: 17px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-5-list-content p {
        font-size: 15px;
        margin-bottom: 23px;
    }
}

.it-choose-5-right {
    padding-left: 105px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .it-choose-5-right {
        padding-left: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-choose-5-right {
        padding-left: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-choose-5-right {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-5-right {
        padding-left: 0;
        margin-top: 50px;
    }
}

.it-choose-5-thumb {
    position: relative;
    z-index: 1;
}

.it-choose-5-thumb img {
    max-width: inherit;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px),
only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-5-thumb img {
        width: 100%;
    }
}

.it-choose-5-thumb::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -7%;
    z-index: -1;
    width: 100%;
    height: 74.5%;
    border-radius: 30px;
    transform: translateY(-50%);
    background-color: var(--it-theme-1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-choose-5-thumb::after {
        display: none;
    }
}

.it-choose-5-shape-1 {
    position: absolute;
    z-index: -1;
    bottom: -15%;
    right: 0;
}

/*----------------------------------------*/
/*  36. stats css start
/*----------------------------------------*/
.it-stats-wrap {
    padding: 50px 60px;
    border-radius: 20px;
    background-color: var(--it-theme-1);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-stats-wrap {
        padding: 40px 30px;
    }
}

.it-stats-wrap span {
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-family: var(--it-ff-spartan-semibold);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-stats-wrap span {
        font-size: 14px;
    }
}

.it-stats-wrap .row [class*=col-]:nth-child(2) .it-stats-item {
    position: relative;
    padding-left: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-stats-wrap .row [class*=col-]:nth-child(2) .it-stats-item {
        padding-left: 0;
    }
}

.it-stats-wrap .row [class*=col-]:nth-child(2) .it-stats-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -19%;
    height: 120%;
    width: 2px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-stats-wrap .row [class*=col-]:nth-child(2) .it-stats-item::before {
        left: -24%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-stats-wrap .row [class*=col-]:nth-child(2) .it-stats-item::before {
        display: none;
    }
}

.it-stats-wrap .row [class*=col-]:nth-child(2) .it-stats-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -27%;
    height: 120%;
    width: 2px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-stats-wrap .row [class*=col-]:nth-child(2) .it-stats-item::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .it-stats-wrap .row [class*=col-]:not(:last-child) .it-stats-item {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .it-stats-item {
        text-align: center;
        justify-content: center !important;
    }
}

.it-stats-title {
    font-size: 60px;
    margin-bottom: 0;
    color: var(--it-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-stats-title {
        font-size: 38px;
    }
}

/*----------------------------------------*/
/*  03. activities css start
/*----------------------------------------*/
.it-activities-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.it-activities-item {
    padding: 70px 20px;
    padding-bottom: 62px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-activities-item {
        padding: 30px 20px;
        border-radius: 20px;
        border: 5px solid var(--it-theme-1);
    }

    .it-activities-item:hover {
        border: 5px solid var(--it-theme-2);
    }
}

.it-activities-item::before {
    position: absolute;
    content: url(../img/shape/activities-4-1.png);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-activities-item::before {
        display: none;
    }
}

.it-activities-item::after {
    position: absolute;
    content: url(../img/shape/activities-4-2.png);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    transition: 0.3s;
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    transform: perspective(400px) rotateX(90deg) scaleY(0.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: 0.3s;
    transition-timing-function: ease-in-out;
    transition: 0.6s;
    transition-property: all;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-activities-item::after {
        display: none;
    }
}

.it-activities-item p {
    font-size: 14px;
    margin: 0 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .it-activities-item p {
        margin: 0;
    }
}

.it-activities-item:hover::after {
    -webkit-transform: perspective(400px) rotateX(0deg) scaleY(1);
    -ms-transform: perspective(400px) rotateX(0deg) scaleY(1);
    transform: perspective(400px) rotateX(0deg) scaleY(1);
}

.it-activities-item:hover .it-activities-icon svg,
.it-activities-item:hover .it-activities-icon i {
    color: var(--it-theme-2);
}

.it-activities-icon {
    margin-bottom: 28px;
}

.it-activities-icon svg,
.it-activities-icon i {
    transition: 0.3s;
    color: var(--it-theme-1);
}

.it-activities-title {
    margin-bottom: 15px;
}

.it-activities-shape-1 {
    position: absolute;
    z-index: -1;
    top: 23%;
    left: 5%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-activities-shape-1 {
        top: 10%;
        transform: scale(0.5);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-activities-shape-1 {
        display: none;
    }
}

.it-activities-shape-2 {
    position: absolute;
    z-index: -1;
    right: 7%;
    animation: rotate 15s linear infinite;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-activities-shape-2 {
        top: 10%;
        transform: scale(0.5);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-activities-shape-2 {
        display: none;
    }
}

/*----------------------------------------*/
/*  41. video css start
/*----------------------------------------*/
.it-video-right {
    margin-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-video-right {
        margin-left: 0;
    }
}

.it-video-right.it-about-4-content .it-about-list-box ul li span {
    font-size: 22px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .it-video-right.it-about-4-content .it-about-list-box ul li span {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .it-video-right.it-about-4-content .it-about-list-box ul li span {
        font-size: 16px;
    }
}

.it-video-right .it-about-4-content p {
    margin-right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-video-thumb {
        margin-right: 25px;
    }
}

.it-video-thumb.thumb-overlay::after {
    border-radius: 30px;
    background-color: rgba(31, 36, 50, 0.5);
}

.it-video-thumb .it-about-thumb-icon {
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.it-video-thumb .it-about-thumb-icon svg {
    width: 24px;
    height: 20px;
    color: var(--it-theme-4);
}

/*----------------------------------------*/
/*  19. faq css start
/*----------------------------------------*/
.it-faq-area .it-about-2-left {
    padding-left: 35px;
    padding-bottom: 55px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-faq-area .it-about-2-left {
        margin: 0 70px;
    }
}

@media (max-width: 767px) {
    .it-faq-area .it-about-2-left {
        padding-left: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.it-faq-area .it-about-2-thumb-sm {
    right: auto;
    left: -1.5%;
    bottom: 2%;
    border-left: none;
    border-top: 10px solid var(--it-common-white);
    border-right: 12px solid var(--it-common-white);
    animation: updown 1s infinite alternate;
}

@media (max-width: 767px) {
    .it-faq-area .it-about-2-thumb-sm {
        left: 0;
        animation: unset;
    }
}

.it-faq-area .it-about-2-shape-7 {
    left: auto;
    right: -12%;
    animation: zoom 3s infinite;
}

.it-faq-left {
    margin-right: 83px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-faq-left {
        margin-right: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-faq-left {
        margin-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-faq-left {
        margin-right: 0;
        margin-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-faq-left .it-section-title-3 br {
        display: none;
    }
}

.it-faq-shape-1 {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.it-faq-shape-2 {
    position: absolute;
    z-index: -1;
    top: -25%;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-faq-shape-2 {
        display: none;
    }
}

.it-faq-style-2 .it-custom-accordion .accordion-buttons {
    font-family: var(--it-ff-spartan-semibold);
}

.it-faq-style-3 .it-custom-accordion .accordion-items {
    background-color: var(--it-gray-1);
}

@media (max-width: 767px) {
    .it-faq-style-3 .it-about-2-thumb img {
        width: 100%;
    }
}

.it-faq-tab-box ul {
    padding: 16px 0;
    border-top: 1px solid rgba(121, 121, 121, 0.3);
    border-bottom: 1px solid rgba(121, 121, 121, 0.3);
}

.it-faq-tab-box ul li button {
    padding: 0;
    font-size: 20px;
    margin: 0 20px;
    color: var(--it-text-body);
    font-family: var(--it-ff-spartan-semibold);
}

.it-faq-tab-box ul li button.active {
    color: var(--it-theme-1);
}

.it-faq-tab-box ul li button:hover {
    color: var(--it-theme-1);
}

@media (max-width: 767px) {
    .it-faq-tab-content {
        margin-bottom: 50px;
    }
}

.it-faq-tab-content .it-details-title-sm {
    font-family: var(--it-ff-heading);
}

.it-faq-tab-content ul li {
    list-style-type: none;
}

.it-faq-tab-content ul li:not(:last-child) {
    margin-bottom: 14px;
}

.it-faq-inner-style .it-custom-accordion .accordion-items {
    border-radius: 10px;
    background-color: var(--it-gray-1);
    border: 1px solid rgba(14, 32, 81, 0.1);
}

.it-faq-inner-style .it-custom-accordion .accordion-buttons {
    font-family: var(--it-ff-spartan-semibold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-faq-inner-style .it-custom-accordion .accordion-buttons {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .it-faq-inner-style .it-custom-accordion .accordion-buttons {
        font-size: 16px;
    }
}

.it-faq-inner-style .it-custom-accordion .accordion-body p {
    margin-right: 15px;
    font-size: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-faq-inner-style .it-custom-accordion .accordion-body p {
        margin-right: 0;
        font-size: 14px;
    }
}

/*----------------------------------------*/
/*  31. price css start
/*----------------------------------------*/
.it-price-area {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-price-section-title-box {
        margin-bottom: 30px;
    }
}

.it-price-item {
    padding: 60px 40px;
    padding-top: 57px;
    border-radius: 20px;
    position: relative;
    background-color: var(--it-common-white);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.05);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-price-item {
        padding: 45px 25px;
    }
}

.it-price-item .price-amount {
    font-weight: 700;
    font-size: 45px;
    line-height: 1;
    color: var(--it-theme-5);
    font-family: var(--it-ff-oxanium);
}

.it-price-item .price-amount span {
    font-size: 16px;
    font-weight: 400;
    color: var(--it-text-body);
}

.it-price-item .it-btn-yellow {
    border-radius: 0;
    background-color: var(--it-text-body);
}

.it-price-item .it-btn-yellow span,
.it-price-item .it-btn-yellow svg {
    color: var(--it-common-white);
}

.it-price-item .tag {
    position: absolute;
    top: 45px;
    right: 25px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 5px 22px;
    border-radius: 1000px;
    display: inline-block;
    transform: rotate(14deg);
    color: var(--it-common-white);
    background-color: var(--it-theme-5);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .it-price-item .tag {
        right: 0;
        transform: rotate(14deg) scale(0.7);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-price-item .tag {
        display: none;
    }
}

.it-price-item .tag svg {
    margin-top: -3px;
}

.it-price-item.active {
    background-color: var(--it-common-black);
}

.it-price-item.active .it-price-title {
    color: var(--it-common-white);
}

.it-price-item.active .it-price-features {
    color: var(--it-common-white);
}

.it-price-item.active .it-price-features ul li {
    color: var(--it-common-white);
}

.it-price-item.active .it-price-features ul li span svg {
    color: var(--it-common-white);
}

.it-price-item.active .it-price-features ul li.inactive {
    color: var(--it-text-body);
}

.it-price-item.active .it-price-features ul li.inactive span svg {
    color: var(--it-text-body);
}

.it-price-item.active .it-btn-yellow {
    background-color: var(--it-theme-5);
}

.it-price-item.active .it-btn-yellow span,
.it-price-item.active .it-btn-yellow svg {
    color: var(--it-common-white);
}

.it-price-head {
    margin-bottom: 20px;
}

.it-price-value {
    padding-bottom: 31px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(108, 117, 125, 0.5);
}

.it-price-title {
    line-height: 1;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
    font-family: var(--it-ff-oxanium);
}

.it-price-features {
    margin-bottom: 45px;
}

.it-price-features ul li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
}

.it-price-features ul li:not(:last-child) {
    margin-bottom: 19px;
}

.it-price-features ul li span {
    position: absolute;
    top: -2px;
    left: 0;
}

.it-price-features ul li span svg {
    color: var(--it-common-black);
}

.it-price-features ul li.inactive span svg {
    color: var(--it-text-body);
}

.it-price-tab-wrap {
    border-radius: 30px;
    padding: 5px;
    display: inline-block;
    background-color: var(--it-common-white);
    border: 1px solid rgba(254, 130, 53, 0.1);
    box-shadow: 0 20px 30px 0 rgba(1, 6, 20, 0.05);
}

.it-price-tab-wrap .it-price-tab ul li {
    display: inline-block;
}

.it-price-tab-wrap .it-price-tab ul li button {
    transition: 0.4s;
    font-size: 14px;
    padding: 9px 25px;
}

.it-price-tab-wrap .it-price-tab ul li button.active {
    z-index: 1;
    position: relative;
    color: var(--it-common-white);
}

.it-price-tab-wrap .it-price-tab #lineMarker {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    z-index: 0;
    height: 100%;
    transition: 0.4s;
    border-radius: 1000px;
    background: var(--it-theme-5);
}

.it-price-shape-1 {
    position: absolute;
    z-index: -1;
    top: 12%;
    right: 10%;
    animation: flap 0.4s infinite alternate ease-in-out;
}

.it-price-inner-style .it-price-item {
    background-color: rgba(9, 31, 46, 0.1);
}

.it-price-inner-style .it-price-item.active {
    background-color: var(--it-common-black);
}

.it-price-inner-style .it-price-item.active .it-btn-yellow {
    border-radius: 10px;
    background-color: var(--it-theme-1);
}

.it-price-inner-style .it-price-item.active .price-amount {
    color: var(--it-common-white);
}

.it-price-inner-style .it-price-item.active .tag {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.it-price-inner-style .it-btn-yellow {
    border-radius: 10px;
    background-color: var(--it-theme-1);
}

.it-price-inner-style .it-price-item .price-amount {
    color: var(--it-theme-1);
    font-family: var(--it-ff-heading);
}

/*----------------------------------------*/
/*  39. text slider css start
/*----------------------------------------*/
.it-text-slider-ptb {
    padding: 25px 0;
    background-color: var(--it-theme-6);
}

.it-text-slider-item {
    display: flex;
    align-items: center;
}

.it-text-slider-item span {
    font-size: 50px;
    line-height: 1;
    color: var(--it-common-white);
    font-family: var(--it-ff-newyork);
    display: inline-block;
}

.it-text-slider-item img {
    margin: 0 20px;
}

.it-text-slider-active .slider-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.it-text-slider-active .swiper-slide {
    width: auto;
}

/*----------------------------------------*/
/*  07. brand css start
/*----------------------------------------*/
.it-brand-item {
    height: 120px;
    line-height: 120px;
    position: relative;
}

@media (max-width: 767px) {
    .it-brand-item {
        text-align: center;
    }
}

.it-brand-wrap {
    padding: 30px 80px;
    border-radius: 20px;
    border: 1px solid rgba(3, 89, 78, 0.5);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-brand-wrap {
        padding: 30px;
    }
}

.it-brand-wrap .row:first-child [class*=col] {
    border-bottom: 1px solid rgba(3, 89, 78, 0.1);
}

@media (max-width: 767px) {
    .it-brand-wrap .row:first-child [class*=col] {
        border-bottom: none;
    }
}

.it-brand-wrap .row [class*=col]:not(:last-child) .it-brand-item::after {
    position: absolute;
    top: 0;
    right: 17%;
    content: "";
    height: 100%;
    width: 1px;
    background-color: rgba(3, 89, 78, 0.1);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-brand-wrap .row [class*=col]:not(:last-child) .it-brand-item::after {
        display: none;
    }
}

.it-brand-wrap .row [class*=col]:nth-child(2) .it-brand-item {
    transform: translateX(-10px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-brand-wrap .row [class*=col]:nth-child(2) .it-brand-item {
        transform: translateX(0);
    }
}

.it-brand-wrap .row [class*=col]:nth-child(2) .it-brand-item::after {
    right: -17%;
}

.it-brand-wrap .row [class*=col]:nth-child(3) .it-brand-item {
    transform: translateX(60px);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-brand-wrap .row [class*=col]:nth-child(3) .it-brand-item {
        transform: translateX(0);
    }
}

.it-brand-wrap .row [class*=col]:nth-child(3) .it-brand-item::after {
    right: -5%;
}

.it-brand-active .slider-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.it-brand-active .swiper-slide {
    width: auto;
}

.it-brand-2-shape-1 {
    position: absolute;
    top: 0;
    left: 1%;
}

.it-brand-2-shape-2 {
    position: absolute;
    bottom: 0;
    right: 5%;
}

.it-brand-2-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-brand-3-area {
        padding-bottom: 130px;
    }
}

.it-brand-3-item {
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
(max-width: 767px) {
    .it-brand-3-item img {
        height: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-brand-3-item img {
        height: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-brand-3-left .it-section-title {
        font-size: 31px;
    }

    .it-brand-3-left .it-section-title br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .it-brand-3-left .it-section-title br {
        display: none;
    }
}

.it-brand-3-wrap {
    padding: 40px 50px;
    border-radius: 20px;
    background-color: var(--it-common-white);
    border: 1px solid rgba(61, 151, 254, 0.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .it-brand-3-wrap {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-brand-3-wrap {
        padding: 40px 30px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .it-brand-3-wrap {
        padding: 30px 20px;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-brand-3-wrap {
        padding: 40px;
    }
}

.it-brand-3-wrap .row [class*=col]:not(:last-child) .it-brand-3-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    height: 100%;
    width: 1px;
    background-color: rgba(108, 117, 125, 0.15);
}

.it-brand-3-wrap .row [class*=col]:not(:last-child) .it-brand-3-item.style-2::after {
    right: -16%;
}

.it-brand-3-wrap .row:first-child [class*=col] .it-brand-3-item {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(108, 117, 125, 0.15);
}

.it-brand-3-wrap .row:last-child [class*=col] .it-brand-3-item {
    padding-top: 20px;
}

.it-brand-3-shape-1 {
    position: absolute;
    bottom: 14%;
    right: 12%;
    z-index: -1;
    animation: rotate 40s linear infinite;
}

.it-brand-4-ptb {
    padding: 51px 0;
}

.it-brand-4-active .slider-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.it-brand-4-active .swiper-slide {
    width: auto;
}

.it-brand-4-top-text {
    line-height: 0;
    position: relative;
}

.it-brand-4-top-text::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    z-index: -3;
    transform: translateY(-50%);
    background-color: #A3C8C3;
}

@media (max-width: 767px) {
    .it-brand-4-top-text::after {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .it-brand-4-top-text::after {
        display: block;
    }
}

.it-brand-4-top-text h5 {
    padding: 8px 20px;
    border-radius: 100px;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    color: var(--it-theme-1);
    border: 1px solid rgba(3, 89, 78, 0.3);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .it-brand-4-top-text h5 {
        font-size: 14px;
        padding: 4px 25px;
    }
}

@media (max-width: 767px) {
    .it-brand-4-top-text h5 {
        font-size: 12px;
        line-height: 1.4;
        padding: 4px 15px;
    }
}

.it-brand-4-top-text h5::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 100px;
    background-color: rgba(26, 182, 157, 0.1);
}

.it-brand-4-top-text h5::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 100px;
    background-color: var(--it-common-white);
}

.it-brand-5-item {
    padding: 15px 15px;
    padding-right: 50px;
    border-radius: 10px;
    background-color: var(--it-common-white);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .it-brand-5-item {
        padding: 13px 15px;
        padding-right: 25px;
    }
}

.it-brand-5-item img {
    margin-right: 15px;
    flex: 0 0 auto;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .it-brand-5-item img {
        height: 30px;
        width: 30px;
    }
}

.it-brand-5-item span {
    font-size: 24px;
    color: var(--it-common-black);
    font-family: var(--it-ff-spartan-semibold);
}

@media (max-width: 767px) {
    .it-brand-5-item span {
        font-size: 16px;
    }
}

.it-brand-5-area {
    margin-top: -40px;
}

@media (max-width: 767px) {
    .it-brand-5-area {
        margin-top: -28px;
    }
}

.it-brand-5-area .it-brand-6-active {
    padding-bottom: 30px;
}

.it-founder-thumb img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.it-founder-title-box .it-section-subtitle {
    color: #F69600;
    font-weight: 600;
}

.it-founder-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.it-founder-info {
    gap: 15px;
    margin-top: 20px;
}

.it-founder-sign {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #64237E, #F69600);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
}

.it-founder-info h5 {
    font-size: 18px;
    font-weight: 600;
}

.it-founder-info span {
    font-size: 14px;
    color: #777;
}

/* Section Background */
.vision-premium {
    background: linear-gradient(135deg, #64237E, #F69600);
    position: relative;
    overflow: hidden;
}

/* Card Style */
.premium-card {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 35px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
}

/* Glow Hover */
.premium-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

/* Icon Style */
.premium-card .it-vision-icon {
    min-width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #F69600, #fff);
    color: #64237E;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Text */
.premium-card .it-vision-title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.premium-card p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 15px;
    line-height: 1.7;
}

/* Floating Shapes (optional premium feel) */
.vision-premium::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.vision-premium::after {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
}

.our-goals-section {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.goal-title span {
    color: #f7c600;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.goal-title h2 {
    /* font-size: 52px;
    color: #6f2382; */
    font-weight: 700;
    margin-bottom: 15px;
}

.goal-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
    padding-bottom: 60px;
}

.goal-card {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    height: 100%;
    transition: .4s;
    border: 1px solid rgba(111, 35, 130, .12);

    box-shadow:
        0 10px 30px rgba(111,
            35,
            130,
            0.08);
}

.goal-card:hover {

    transform: translateY(-8px);

    background:
        linear-gradient(135deg,
            #6f2382,
            #8c35a1);

}

.goal-card:hover h4,
.goal-card:hover p {
    color: #fff;
}

.goal-icon {

    width: 80px;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        rgba(247,
            198,
            0,
            0.12);

    margin-bottom: 25px;

    transition: .4s;

}

.goal-icon i {

    font-size: 34px;

    color: #6f2382;

    transition: .4s;

}

.goal-card:hover .goal-icon {

    background:
        rgba(255,
            255,
            255,
            0.15);

}

.goal-card:hover .goal-icon i {

    color: #f7c600;

}

.community-area {
    background: #fff;
    position: relative;
    overflow: hidden;
}

/* .community-title span {
    color: #f7c600;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
} */



.community-title p {
    max-width: 750px;
    margin: auto;
    padding-bottom: 60px;
    color: #666;
}

.community-card {

    background: #fff;

    padding: 35px;

    height: 100%;

    border-radius: 24px;

    position: relative;

    overflow: hidden;

    border: 1px solid rgba(111,
            35,
            130,
            0.10);

    box-shadow:
        0 20px 50px rgba(111,
            35,
            130,
            0.08);

    transition: .4s;
}

.community-card:hover {

    transform:
        translateY(-10px);

    background:
        linear-gradient(135deg,
            #6f2382,
            #8b35a0);

}

.community-card:hover h4,
.community-card:hover p {
    color: #fff;
}

.community-card:hover .community-icon {
    background: #fff;
}

.community-card:hover .community-icon i {
    color: #f7c600;
}

.community-icon {

    width: 85px;
    height: 85px;

    border-radius: 50%;

    background:
        rgba(247,
            198,
            0,
            0.15);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;
}

.community-icon i {

    font-size: 34px;

    color: #6f2382;

}

.community-card h4 {

    font-size: 28px;

    margin-bottom: 15px;

    color: #6f2382;

}

.community-card p {

    line-height: 30px;

    color: #666;

    margin: 0;
}

.achievement-premium {
    background: #faf8fc;
    position: relative;
    overflow: hidden;
}

.achievement-wrapper {
    position: relative;
    margin-top: 70px;
}

.achievement-wrapper:before {

    content: "";

    position: absolute;

    left: 50%;

    top: 0;

    width: 3px;

    height: 100%;

    background:
        linear-gradient(180deg,
            #6f2382,
            #f7c600);

    transform: translateX(-50%);
}

.achievement-item {

    display: flex;

    align-items: center;

    margin-bottom: 40px;

    position: relative;
}

.achievement-item:nth-child(even) {
    flex-direction: row-reverse;
}

.achievement-number {

    width: 90px;
    height: 90px;

    border-radius: 50%;

    background: #6f2382;

    color: #fff;

    font-size: 28px;
    font-weight: 700;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 2;

    margin: 0 40px;
}

.achievement-content {

    flex: 1;

    background: #fff;

    padding: 35px;

    border-radius: 25px;

    box-shadow:
        0 20px 50px rgba(111,
            35,
            130,
            0.08);

    border-left: 5px solid #f7c600;

    transition: .4s;
}

.achievement-content:hover {

    transform: translateY(-8px);

    background: #6f2382;
}

.achievement-content:hover h4,
.achievement-content:hover p {
    color: #fff;
}

.achievement-content:hover .achievement-icon {
    background: #fff;
}

.achievement-content:hover i {
    color: #f7c600;
}

.achievement-icon {

    width: 75px;
    height: 75px;

    border-radius: 50%;

    background:
        rgba(247,
            198,
            0,
            0.15);

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.achievement-icon i {
    font-size: 30px;
    color: #6f2382;
}

@media(max-width:991px) {

    .achievement-wrapper:before {
        display: none;
    }

    .achievement-item,
    .achievement-item:nth-child(even) {

        flex-direction: column;
    }

    .achievement-number {
        margin-bottom: 20px;
    }

}

.achievement-wrapper {
    position: relative;
    max-width: 1100px;
    margin: auto;
}

.achievement-wrapper:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: #f7c600;
    transform: translateX(-50%);
}

.achievement-item {
    width: 50%;
    position: relative;
    padding: 0 40px;
    margin-bottom: 50px;
}

.achievement-item.left {
    left: 0;
}

.achievement-item.right {
    left: 50%;
}

.achievement-content {

    background: #fff;

    padding: 35px;

    border-radius: 24px;

    box-shadow:
        0 20px 40px rgba(111,
            35,
            130,
            0.08);

    position: relative;

    transition: .4s;

    border-top: 4px solid #6f2382;
}

.achievement-content:hover {
    transform: translateY(-8px);
}

.achievement-icon {

    width: 75px;
    height: 75px;

    background:
        rgba(247, 198, 0, .15);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;
}

.achievement-icon i {
    font-size: 30px;
    color: #6f2382;
}

.achievement-no {

    position: absolute;

    top: -18px;

    right: 25px;

    background: #6f2382;

    color: #fff;

    width: 55px;
    height: 55px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
}

.achievement-item.left .achievement-content:before {

    content: "";

    position: absolute;

    right: -15px;

    top: 45px;

    width: 30px;
    height: 30px;

    background: #f7c600;

    border-radius: 50%;
}

.achievement-item.right .achievement-content:before {

    content: "";

    position: absolute;

    left: -15px;

    top: 45px;

    width: 30px;
    height: 30px;

    background: #f7c600;

    border-radius: 50%;
}

@media(max-width:991px) {

    .achievement-wrapper:before {
        left: 20px;
    }

    .achievement-item,
    .achievement-item.right {

        width: 100%;
        left: 0;
        padding-left: 70px;
        padding-right: 0;
    }

}