@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --black: #000;
    --grid_skyblue: #478CCA;
    --grid_red: #EC2328;
    --grid_pink: #EA3294;
    --grid_purple: #5A4A9F;
    --grid_green: #40AA49;
    --grid_orange: #F16725;

}

body {
    overflow: hidden;
}

.video-container {
    width: 640px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-container .video-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.career-bg1 {
    background-image: url('{{asset(' public/assets/front/images/section-careers/main-bg-one.png')}}')
}

.career-bg2 {
    background-image: url('{{asset(' public/assets/front/images/section-careers/main-bg-two.png')}}')
}

.career-bg3 {
    background-image: url('{{asset(' public/assets/front/images/section-careers/main-bg-three.png')}}')
}

.career-bg4 {
    background-image: url('{{asset(' public/assets/front/images/section-careers/main-bg-four.png')}}')
}

.career-bg5 {
    background-image: url('{{asset(' public/assets/front/images/section-careers/main-bg-five.png')}}')
}

.fix-ovr-flw {
    overflow-x: hidden;
}

.number-bg1 {
    background: #197dee;
    border-radius: 50%;
}

.number-bg2 {
    background: #fa3b65;
    border-radius: 50%;
}

.number-bg3 {
    background: #ffb70f;
    border-radius: 50%;
}

.number-bg4 {
    background: #11bad4;
    border-radius: 50%;
}

.number-bg5 {
    background: #ff4479;
    border-radius: 50%;
}

.interview_box_cyan1 .interview_box_circle {
    background-color: #FF3F8E;
}

.interview_box_cyan1 .interview_box_shape1,
.interview_box_cyan1 .i_b_b_shape_2::before,
.interview_box_cyan1 .i_b_b_shape_1::after {
    border-bottom-color: #FF3F8E;
    background: #FF3F8E;

}

.interview_box_cyan1 .interview_box_bottom {
    background: #FF3F8E;
}

.interview_box_cyan1 .interview_box_title::before {
    background: #FF3F8E;
}

/* colors 2 */
.interview_box_cyan2 .interview_box_circle {
    background: linear-gradient(#08817A, #14BCDA);
}

.interview_box_cyan2 .interview_box_shape1,
.interview_box_cyan2 .i_b_b_shape_2::before,
.interview_box_cyan2 .i_b_b_shape_1::after {
    border-bottom-color: #05867F !important;
    background: #05867F !important;
}

.interview_box_cyan2 .interview_box_bottom {
    background: #11ADBF !important;
}

.interview_box_cyan2 .interview_box_title::before {
    background: #11ADBF;
}

.interview_box_cyan3 .interview_box_circle {
    background: linear-gradient(#FE740C, #FEC00A);
}

.interview_box_cyan3 .interview_box_shape1,
.interview_box_cyan3 .i_b_b_shape_2::before,
.interview_box_cyan3 .i_b_b_shape_1::after {
    border-bottom-color: #FF780D !important;
    background: #FF780D !important;
}

.interview_box_cyan3 .interview_box_bottom {
    background: #FFB40F !important;
}

.interview_box_cyan3 .interview_box_title::before {
    background: #FFB40F;
}

/* colors 4 */
.interview_box_cyan4 .interview_box_circle {
    background: linear-gradient(#B60E40, #FA3B67);
}

.interview_box_cyan4 .interview_box_shape1,
.interview_box_cyan4 .i_b_b_shape_2::before,
.interview_box_cyan4 .i_b_b_shape_1::after {
    border-bottom-color: #B81141 !important;
    background: #B81141 !important;
}

.interview_box_cyan4 .interview_box_bottom {
    background: #E12B58 !important;
}

.interview_box_cyan4 .interview_box_title::before {
    background: #E12B58;
}

/* colors 5 */
.interview_box_cyan5 .interview_box_circle {
    background: linear-gradient(#122F95, #1879EA);
}

.interview_box_cyan5 .interview_box_shape1,
.interview_box_cyan5 .i_b_b_shape_2::before,
.interview_box_cyan5 .i_b_b_shape_1::after {
    border-bottom-color: #15349C !important;
    background: #15349C !important;
}

.interview_box_cyan5 .interview_box_bottom {
    background: #1769D8 !important;
}

.interview_box_cyan5 .interview_box_title::before {
    background: #1769D8;
}

/* colors 6 */
.interview_box_cyan6 .interview_box_circle {
    background: linear-gradient(#6101AE, #F21496);
}

.interview_box_cyan6 .interview_box_shape1,
.interview_box_cyan6 .i_b_b_shape_2::before,
.interview_box_cyan6 .i_b_b_shape_1::after {
    border-bottom-color: #6F03AE !important;
    background: #6F03AE !important;
}

.interview_box_cyan6 .interview_box_bottom {
    background: #EC1397 !important;
}

.interview_box_cyan6 .interview_box_title::before {
    background: #EC1397;
}

/* colors 7 */
.interview_box_cyan7 .interview_box_circle {
    background: linear-gradient(#3CA3FB, #32FDCE);
}

.interview_box_cyan7 .interview_box_shape1,
.interview_box_cyan7 .i_b_b_shape_2::before,
.interview_box_cyan7 .i_b_b_shape_1::after {
    border-bottom-color: #3DA8FA !important;
    background: #3DA8FA !important;
}

.interview_box_cyan7 .interview_box_bottom {
    background: #35ECD9 !important;
}

.interview_box_cyan7 .interview_box_title::before {
    background: #35ECD9;
}

/* main heading about us */

.page-header.-base {
    position: relative;
    margin-top: 0rem;
}

/* .svg-element.aos-init.aos-animate {
    width: 80%;
    margin: 0 auto;
} */
.bg-our-brand {
    box-shadow: 0px 9px 21px 0px rgb(0 0 0 / 8%);
    padding: 20px 20px 20px 20px;
    background: white;
    border-radius: 20px 20px 20px 20px;
}

.owl-nav {
    display: none;
}

.our-brand-slider-sh {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px;
    margin: 10px;
}

.page-header.-base .page-header__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    padding-bottom: 3.75rem;
}

[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
    transition-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

[data-anim^='scale'],
[data-anim-child^='scale'] {
    opacity: 0;
    transform: scale(0.9) translateY(60px);
    transition-property: opacity, transform;
    pointer-events: none;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim^='slide-up'],
[data-anim-child^='slide-up'] {
    transform: translate3d(0, 2.5rem, 0);
}

.page-header.-base .page-header__title {
    font-size: 3.75rem;
    font-weight: 700;
}

.lh-14 {
    line-height: 1.5 !important;
}

[data-anim^='slide-'].is-in-view,
[data-anim-child^='slide-'].is-in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

.px-20 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}

[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
    transition-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

[data-anim^='slide-'],
[data-anim-child^='slide-'] {
    opacity: 0;
    transition-property: opacity, transform;
    pointer-events: none;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* brand-anbassador */
.world_view_slider .swiper-slide {
    width: 260px !important;
}

.world_view_slider .swiper-slide:not(:last-child) {
    margin-right: 25px;
}

.world_view_slider .swiper-pagination {
    position: unset;
}


/* counter about */
.counter {
    text-align: center;
}

.counter-count {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
    margin: 0;
}

.main-counter-brand {
    display: flex;
}

.count-up h3 {
    font-size: 15px;
    font-weight: 600;
    color: #a5a5a4;
}

.main-counter-icon {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    background-color: #eaedfa;
}

.main-counter-icon.d-flex.justify-content-center.align-items-center i {
    font-size: 30px;
    color: #4279f1;
}

.counter-bg-w {
    background-color: #fff;
    padding: 55px 30px 30px;
    box-shadow: 0px 10px 60px 0px rgb(0 27 175 / 10%);
    position: relative;
}

.counter-bg-w::before {
    left: 0;
    right: 0;
    width: 95%;
    content: "";
    height: 25px;
    bottom: -25px;
    margin: 0 auto;
    position: absolute;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: linear-gradient(5deg, #7f31ff 0%, #4279f1 100%);
}

.counter-cos {
    margin: 20px 0px;
}

/* row_services_counter */
.row_services_counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services_counter_box {
    padding: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    width: 23%;
    margin-left: auto;
    margin-right: auto;
    min-width: 255px;
    max-width: 260px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.services_counter_box:hover {
    transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
}

.services_counter_box_inner {
    padding: 30px;
    padding-top: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 2px 6px 15px #7878784a;
}

.service_count_num {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    min-width: 80px;
    aspect-ratio: 1 / 1;
    padding: 5px;
    color: #02020c;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: -10px -10px 15px rgb(255 255 255 / 50%), 6px 6px 8px rgb(70 70 70 / 19%), 13px 10px 10px rgb(70 70 70 / 6%) inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_count_num h3 {
    font-size: 22px !important;
}

.service_count_txt h4 {
    font-weight: 700;
}

.services_counter_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 30px);
    transform: translateX(-50%) translateY(4.5%);
    aspect-ratio: 1 / 1;
    background: linear-gradient(to bottom, #4689C9 50%, transparent 50%);
    -webkit-transform: translateX(-50%) translateY(4.5%);
    -moz-transform: translateX(-50%) translateY(4.5%);
    -ms-transform: translateX(-50%) translateY(4.5%);
    -o-transform: translateX(-50%) translateY(4.5%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.services_counter_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100%);
    transform: translateX(-50%) translateY(-1%);
    aspect-ratio: 1 / 1;
    background: linear-gradient(to top, #4689C9 50%, transparent 50%);
    -webkit-transform: translateX(-50%) translateY(-1%);
    -moz-transform: translateX(-50%) translateY(-1%);
    -ms-transform: translateX(-50%) translateY(-1%);
    -o-transform: translateX(-50%) translateY(-1%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.services_counter_box .service_shape {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 5px);
    transform: translateX(-50%) translateY(-1%);
    aspect-ratio: 1 / 1;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-1%);
    -moz-transform: translateX(-50%) translateY(-1%);
    -ms-transform: translateX(-50%) translateY(-1%);
    -o-transform: translateX(-50%) translateY(-1%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.services_counter_box .service_shape::after {
    content: '';
    position: absolute;
    top: 50.5%;
    left: -2px;
    transform: translateY(-50%);
    width: 7%;
    height: 3px;
    background: #4689C9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.services_counter_box .service_shape::before {
    content: '';
    position: absolute;
    top: 50.5%;
    right: -2px;
    transform: translateY(-50%);
    width: 7%;
    height: 3px;
    background: #4689C9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* warranty */
#heading {
    text-transform: uppercase;
    color: #673AB7;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform .action-button {
    width: 100px;
    background: #673AB7;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #311B92
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.fs-title {
    font-size: 25px;
    color: #673AB7;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #673AB7;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left;
    font-weight: 600;
}
.employment-heading h5 {
    color: #0096ff;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px;
}
.for-bottom-line {
    border-bottom: 1px solid #d7d2d2;
    padding-bottom: 15px;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    width: 100%;
    padding-bottom: 30px;
}

#progressbar .active {
    color: #673AB7
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f1c0"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f03a"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f0d1"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 70px;
    height: 70px;
    line-height: 65px;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    display: block;
    -webkit-mask: linear-gradient(45deg, transparent 0 var(--bottom-left, var(--all)), #fff 0) bottom left, linear-gradient(-45deg, transparent 0 var(--bottom-right, var(--all)), #fff 0) bottom right, linear-gradient(135deg, transparent 0 var(--top-left, var(--all)), #fff 0) top left, linear-gradient(-135deg, transparent 0 var(--top-right, var(--all)), #fff 0) top right;
    -webkit-mask-size: 50.5% 50.5%;
    -webkit-mask-repeat: no-repeat;
    --all: 50%;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 35px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #673AB7
}

.progress {
    height: 20px
}

.progress-bar {
    background-color: #673AB7
}

.fit-image {
    width: 100%;
    object-fit: cover
}

/* warranty */
/* color1  */
.services_counter_box1::after {
    background: linear-gradient(to bottom, #4689C9 50%, transparent 50%);
}

.services_counter_box1::before {
    background: linear-gradient(to top, #4689C9 50%, transparent 50%);
}

.services_counter_box1 .service_count_num h3,
.services_counter_box1 .service_count_txt h4 {
    color: #4689C9;
    font-weight: 700;
}

.services_counter_box1 .service_shape::after,
.services_counter_box1 .service_shape::before {
    background: #4689C9;
}

/* color2  */
.services_counter_box2::after {
    background: linear-gradient(to bottom, #DE3A90 50%, transparent 50%);
}

.services_counter_box2::before {
    background: linear-gradient(to top, #DE3A90 50%, transparent 50%);
}

.services_counter_box2 .service_count_num h3,
.services_counter_box2 .service_count_txt h4 {
    color: #DE3A90;
    font-weight: 700;
}

.services_counter_box2 .service_shape::after,
.services_counter_box2 .service_shape::before {
    background: #DE3A90;
}

/* color3  */
.services_counter_box3::after {
    background: linear-gradient(to bottom, #3FAA48 50%, transparent 50%);
}

.services_counter_box3::before {
    background: linear-gradient(to top, #3FAA48 50%, transparent 50%);
}

.services_counter_box3 .service_count_num h3,
.services_counter_box3 .service_count_txt h4 {
    color: #3FAA48;
    font-weight: 700;
}

.services_counter_box3 .service_shape::after,
.services_counter_box3 .service_shape::before {
    background: #3FAA48;
}

/* color4  */
.services_counter_box4::after {
    background: linear-gradient(to bottom, #E92529 50%, transparent 50%);
}

.services_counter_box4::before {
    background: linear-gradient(to top, #E92529 50%, transparent 50%);
}

.services_counter_box4 .service_count_num h3,
.services_counter_box4 .service_count_txt h4 {
    color: #E92529;
    font-weight: 700;
}

.services_counter_box4 .service_shape::after,
.services_counter_box4 .service_shape::before {
    background: #E92529;
}

h4.st-mb-non {
    font-weight: 700;
}

.item-filter.row {
    margin: 0px;
}

.white_bg {
    padding: 6.5rem 0 5rem 0;
    /* margin: 4rem 0 1rem; */
    color: #FA09A7;
    background: #fff;
}

.cart_sticky_01 {
    background: #fff;
    border: none;
    box-shadow: 0 7px 21px 0 rgb(0 0 0 / 10%);
}

.cart_sticky {
    border-radius: 4px;
    padding: 1rem 1rem 2rem 1rem;
    width: 100%;
    color: #000;
    border: #0096ff solid 1px;
}

.scholarship_header {
    margin: 0 15px 20px;
}

.scholarship_header h2 {
    font-size: 24px;
    padding: 0;
    width: 100%;
}

.scholarship_header h3 {
    font-size: 15px;
    padding: 0px 0 10px;
    border-bottom: #dfdfdf solid 1px;
    color: #4f4f4f;
}

.scholarship_ul_area_01 {
    margin: 0;
}

.scholarship_ul_area {
    width: 100%;
    margin: 20px 0 0;
    display: inline-block;
}

.scholarship_ul_area h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    background: #0096ff;
    padding: 10px;
    width: 34%;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cart_sticky label {
    margin: 0 0 3px;
    font-size: 14px;
}

.gender label.radio-inline {
    margin: 8px 20px 0 0;
    font-size: 15px;
}

.cart_sticky_01 .btn_signup {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 140px;
    float: none !important;
    display: block;
}

.btn_signup {
    background: #0096ff;
    border: #0096ff solid 1px;
    color: #fff;
}

.other-refer-back {
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    background: #0096ff;
    padding: 10px;
    width: 34%;
    margin: 0 auto;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 10px;
}

.scholarship_header {
    text-align: center;
}

.scholarship_header_text {
    font-weight: 700;
}

.img-sadface {
    text-align: center;
}

.txt-7 {
    margin-bottom: 0rem !important;
    width: 70%;
    margin: 0 auto;
}

.fxprimery {
    color: #fff;
    background-color: #d13939;
    border-color: #d13939;
    width: 80%;
    margin-bottom: 10px;
}

.fxprimery:hover {
    color: #d13939;
    background-color: #ffffff;
    border-color: #d13939;
}

.mainupload {
    text-align: center;
    border: 1px dotted #d13939;
    padding: 30px;
}

.input-file-now {
    font-size: 15px;
    font-weight: 700;
}

.orclas {
    margin: 0;
    font-weight: 600;
    color: gray;
}

input#input-file-now {
    text-align: center;
    margin: 0 auto;
    width: 107px;
}

@media only screen and (max-width: 800px) {
    .page-header.-base .page-header__title {
        font-size: 1.75rem;
        font-weight: 700;
    }

    .world_view_slider .swiper-slide {
        width: 240px !important;
    }

    .fix-ovr-flw {
        overflow-x: auto !important;
    }

    .scholarship_ul_area h1 {
        width: 65%;
    }

    .other-refer-back {

        width: 65%;
    }
}

@media only screen and (max-width: 500px) {
    .txt-7 {
        font-size: 14px !important;
        width: 100%;
        padding: 2px;
        text-align: justify-all !important;
    }

    p.page-header__text {
        font-size: 12px;
    }

    .page-header.-base .page-header__title {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .page-header.-base .page-header__content {
        padding-bottom: 0.3rem;
    }

    .flex-sm-col {
        margin-bottom: 15px;
    }

    .scholarship_ul_area h1 {
        width: 100%;
    }

    .scholarship_ul_area h1 {
        font-size: 16px;
    }

    .other-refer-back {
        font-size: 16px;
        width: 100%;
    }
}

/* End main heading about us */

/* digital future about us */

.layout-pb-sm {
    padding-bottom: 3.75rem;
}

.layout-pt-md {
    padding-top: 6.25rem;
}

[data-anim-wrap].animated {
    pointer-events: auto;
}

.y-gap-48 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
}

.items-center {
    align-items: center !important;
}

.justify-between {
    justify-content: space-between !important;
}

[data-anim^="slide-"].is-in-view,
[data-anim-child^="slide-"].is-in-view {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    pointer-events: auto;
}

[data-anim^='scale'].is-in-view,
[data-anim-child^='scale'].is-in-view {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.y-gap-48>* {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

[data-anim*="delay-2"],
[data-anim-child*="delay-2"] {
    transition-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

[data-anim^="slide-up"],
[data-anim-child^="slide-up"] {
    transform: translate3d(0, 2.5rem, 0);
}

[data-anim^="slide-"],
[data-anim-child^="slide-"] {
    opacity: 0;
    transition-property: opacity, transform;
    pointer-events: none;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-anim*="delay-2"]>*,
[data-anim-child*="delay-2"]>* {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sectionHeading__title {
    color: #1a3454;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
}

.sectionHeading__text {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    margin-top: 1.125rem;
    margin-right: 15px;
}

[data-anim^="scale"].is-in-view,
[data-anim-child^="scale"].is-in-view {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}

.y-gap-48>* {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

[data-anim*="delay-1"],
[data-anim-child*="delay-1"] {
    transition-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

[data-anim^="scale"],
[data-anim-child^="scale"] {
    opacity: 0;
    transform: scale(0.9) translateY(60px);
    transition-property: opacity, transform;
    pointer-events: none;
    transition-duration: 1.2s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.atropos-rotate-touch {
    touch-action: none;
}

.atropos-rotate-touch,
.atropos-rotate-scroll-x,
.atropos-rotate-scroll-y {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.atropos {
    position: relative;
    display: block;
    perspective: 1200px;
    transform: translate3d(0, 0, 0);
}

[data-anim*="delay-1"]>*,
[data-anim-child*="delay-1"]>* {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.atropos-scale,
.atropos-rotate {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition-property: transform;
    display: block;
}

.atropos-rotate {
    position: relative;
}

.image-group.-type-1 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* padding-bottom: 4.375rem; */
    margin-top: 0rem;
}

.d-flex {
    display: flex !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.overflow-visible {
    overflow: visible !important;
}

.atropos-inner {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    transform: translate3d(0, 0, 0);
    display: block;
}

.image-group.-type-1 img:nth-child(1) {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 4.375rem;
    width: 29%;
    display: none !important;
}

.image-group.-type-1 img {
    max-width: 100%;
    height: auto;
}

[data-atropos-offset] {
    transition-property: transform;
}

.image-group.-type-1 img:nth-child(2) {
    z-index: 1;
    position: relative;
    width: 100%;
}

.image-group.-type-1 img:nth-child(3) {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 45%;
}

.atropos-highlight {
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-image: radial-gradient(circle at 50%, rgba(255, 255, 255, 0.25), transparent 50%);
    z-index: 0;
}

.atropos-shadow,
.atropos-highlight {
    position: absolute;
    pointer-events: none;
    transition-property: transform, opacity;
    display: block;
    opacity: 0;
}

.atropos.-no-shadow .atropos-shadow {
    display: none;
}

.atropos-shadow {
    z-index: -1;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    filter: blur(30px);
}

/* End digital future about us */

/* Actionable Sale */

.two-bg-dark-light {
    background-image: linear-gradient(90deg, #0b163f 40%, #e2e8f0 0);
}

.ptb-120 {
    padding: 25px 0;
}

img.img-fluid.shadow.rounded-custom {
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(12, 8, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(12, 8, 0, .05) !important;
    border-radius: 1rem !important;
    width: 100%;
}

.image-wrap.mb-5.aos-init.aos-animate {
    /* text-align: end; */
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}



.section-heading h4 {
    font-weight: 600;
}

.section-heading h2 {
    font-size: 42px;
    font-weight: 700;
}

@media only screen and (max-width: 800px) {
    .section-heading h2 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 500px) {
    .two-bg-dark-light {
        background-image: linear-gradient(90deg, #0b163f 0%, #e2e8f0 0);
    }
}

/* End Actionable Sale */

/* software data */

.bg-danger-soft {
    background-color: rgba(242, 87, 103, .2);
    border-radius: 1rem !important;
    text-align: center;
}

.bg-primary-soft {
    background-color: rgba(23, 92, 255, .2);
    border-radius: 1rem !important;
    text-align: center;
}

.cta-left-info h5 {
    font-weight: 700;
    font-size: 30px;
    font-family: arial;
}

.cta-left-info p {
    font-size: 18px;
    color: #706e6e;
    margin-bottom: 0px;
    ;
}

.btn-outline-primary:hover {
    text-decoration: none;
}

.
/* End software data */

/* Awesome Features */

.features-area.features-about-area {
    z-index: 1;
    background-color: #f8f8f8;
    padding-bottom: 70px;
    padding-top: 70px;
}

.section-title-features {
    margin-bottom: 30px;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.section-title-features h2 {
    font-size: 40px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
}

.section-title-features p {
    font-size: 18px;
}

.features-card {
    margin-top: 30px;
    background-color: #ffffff;
    padding-left: 3px;
    padding-bottom: 3px;
    margin-bottom: 30px;
    border-radius: 100px 0px 100px 0px;
    box-shadow: 0px 0px 30px rgb(85 85 85 / 10%);
    position: relative;
}

.card-bg1 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #0096ff;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg1 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #0096ff;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg1 .features h4 {
    font-size: 20px;
    color: #0096ff;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-bg2 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #ff00a7;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg2 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #ff00a7;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg2 .features h4 {
    font-size: 20px;
    color: #ff00a7;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-bg3 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #00a70c;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg3 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #00a70c;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg3 .features h4 {
    font-size: 20px;
    color: #00a70c;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-bg4 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #ff6500;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg4 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #ff6500;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg4 .features h4 {
    font-size: 20px;
    color: #ff6500;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-bg5 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #5c02d7;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg5 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #5c02d7;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg5 .features h4 {
    font-size: 20px;
    color: #5c02d7;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-bg6 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #ff0000;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg6 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #ff0000;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg6 .features h4 {
    font-size: 20px;
    color: #ff0000;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-bg7 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #00a5ab;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg7 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #00a5ab;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg7 .features h4 {
    font-size: 20px;
    color: #00a5ab;
    margin-bottom: 15px;
    font-weight: 700;
}

.card-bg8 ::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 50%;
    border-right: 10px solid #630202;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg8 ::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    width: 100%;
    border-left: 10px solid #630202;
    border-radius: 100px 0px 100px 0px;
    z-index: 9999;
}

.card-bg8 .features h4 {
    font-size: 20px;
    color: #630202;
    margin-bottom: 15px;
    font-weight: 700;
}

.features-card .features {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    z-index: -1;
}

.features h4 {
    text-align: center;
}

.features-card .features p {
    font-size: 13px;
    line-height: 22px;
}

.card-ibg1 {
    background: #0096ff;
}

.card-ibg2 {
    background: #ff00a7;
}

.card-ibg3 {
    background: #0096ff;
}

.card-obg4 {
    background: #00a70c;
}

.card-ibg5 {
    background: #5c02d7;
}

.card-ibg6 {
    background: #ff0000;
}

.card-ibg7 {
    background: #0096ff;
}

.card-ibg8 {
    background: #0096ff;
}

.card-img-im {
    /* background: green; */
    padding: 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .features-card .features {
        padding-top: 50px;
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
    }
}

/* End Awesome Features */

/* Around the World */

.office-address,
.office-content {
    width: 100%;
    transition: all .3s ease-in;
    border-radius: 1rem !important;
    border: 1px solid rgba(11, 22, 63, .12) !important;
}

.office-address {
    height: 360px;
    position: relative;
}

.z-2 {
    z-index: 2;
}

.office-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45));
}

.office-overlay {
    opacity: 0;
    background-color: rgba(11, 22, 63, .5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: all .3s linear;
    z-index: -1;
}

.office-info {
    flex: 0 1 38%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    transform: translateY(70%);
    transition: all .3s linear;
}

.office-info .h5,
.office-info h5 {
    color: #fff;
}

.office-info address {
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear .5s, opacity .8s linear;
    padding-bottom: 33px;
}

.office-address:hover .office-overlay {
    opacity: 1;
}

.office-address:hover .office-info {
    transform: translateY(0);
}

.office-address:hover .office-info address {
    visibility: visible;
    opacity: 1;
    transition-delay: .2s;
}

/* End Around the World */

/** designe-process **/

.designe-process {
    position: relative;
    padding: 0px 0px 24px 0px;
}

.designe-process .sec-title h2 {
    line-height: 60px;
    margin-bottom: 62px;
}

.designe-process .single-item {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.designe-process .single-item .inner-box {
    position: relative;
    display: block;
    background: #fff;
    padding: 40px 30px 40px 30px;
    box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
    transition: all 500ms ease;
}

.designe-process .single-item .inner-box .icon-box {
    position: relative;
    display: inline-block;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 24px;
    z-index: 1;
}

.designe-process .single-item .inner-box .icon-box:before {
    position: absolute;
    content: '';
    background: #fa09a7;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    transform: rotate(45deg);
    transition: all 500ms ease;
}

.designe-process .single-item:hover .inner-box .icon-box:before {
    transform: rotate(0deg);
}

.designe-process .single-item .inner-box .icon-box:after {
    position: absolute;
    content: '';
    border: 1px dashed #fa09a7;
    width: 80px;
    height: 80px;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    z-index: -1;
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:before {
    background: #34c700;
}

.designe-process .single-column:nth-child(2) .single-item .inner-box .icon-box:after {
    border-color: #34c700;
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:before {
    background: #ff0000;
}

.designe-process .single-column:nth-child(3) .single-item .inner-box .icon-box:after {
    border-color: #ff0000;
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:before {
    background: #ff8500;
}

.designe-process .single-column:nth-child(4) .single-item .inner-box .icon-box:after {
    border-color: #ff8500;
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:before {
    background: #ff00ff;
}

.designe-process .single-column:nth-child(5) .single-item .inner-box .icon-box:after {
    border-color: #ff00ff;
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:before {
    background: #00aeef;
}

.designe-process .single-column:last-child .single-item .inner-box .icon-box:after {
    border-color: #00aeef;
}

.designe-process .single-item .inner-box .icon-box i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    border: 1px dotted #fff;
    font-weight: 700;
}

.designe-process .single-item .inner-box h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

.designe-process .single-item .inner-box h4 a {
    display: inline-block;
    color: #FA09A7;
    text-decoration: none;
}

.designe-process .single-item .inner-box h4 a:hover {
    color: #000;
}

.designe-process .single-item .inner-box .text {
    position: relative;
    display: block;
    font-size: 16px;
    margin: 0 0 15px;
}

.single-item button.btn.btn-primary.btn_signup {
    position: relative;
}

.single-item a.btn.btn-primary.btn_signup {
    position: relative;
}

.designe-process .single-item .inner-box .left-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.designe-process .single-item .inner-box .right-layer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
}

.designe-process .single-item .inner-box .left-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item .inner-box .left-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item .inner-box .right-layer:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item .inner-box .right-layer:after {
    position: absolute;
    content: '';
    right: 0px;
    bottom: 0px;
    width: 50%;
    height: 0%;
    display: block;
    background-color: #F6F7FB;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.designe-process .single-item:hover .inner-box .left-layer:before,
.designe-process .single-item:hover .inner-box .left-layer:after {
    height: 100%;
}

.designe-process .single-item:hover .inner-box .right-layer:before,
.designe-process .single-item:hover .inner-box .right-layer:after {
    height: 100%;
}

.our_process_pop h1 {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.our_process_pop p {
    margin: 0;
    padding: 0;
}

/** end designe-process **/

/* Faq Page */

.resume-title {
    font-size: 24px;
    font-weight: 600;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.resume-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid black !important;
    position: relative;
}

.resume-item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    left: -9px;
    top: 0;
    background: white;
    border: 2px solid #18d26e;
}

.resume-item h4 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #18d26e;
    margin-bottom: 10px;
}

.resume-item ul {
    padding-left: 20px;
}

.resume-item li {
    margin-bottom: 15px;
}

.resume-item h5 {
    font-size: 16px;
    background: #ffffff26;
    padding: 5px 15px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
}

.card {
    border-left: 3px solid red !important;
}

.card.setting-card {
    border-radius: 0 !important;
}

.accordion-body.text-sm.opacity-8 {
    box-shadow: 0px 0px 10px 20px rgb(176 184 214 / 9%), 1px 1px 12px 3px #b0b8d6 !important;
    margin-top: 10px;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: transparent;
    box-shadow: inset 0 0px 0 rgb(0 0 0 / 13%);
}

.accordion-item {
    border: 0;
}

/* end Faq page */

/* Satisfied Customers */

.satisfied:before {
    top: 14%;
    position: absolute;
    content: "";
    height: 500px;
    width: 1166px;
    background: linear-gradient(90deg, #4219dc, #973af1);
    z-index: -1;
    border-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.gap {
    padding: 120px 0;
    position: relative;
}

.customers:before {
    content: url(../images/shaps.png);
    position: absolute;
    left: 26%;
    top: 13%;
    animation: scale 10s linear infinite;
    animation: spin-clockwise 3s infinite linear;
}

@keyframes spin-clockwise {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }

    ;
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.customers h2 {
    font-size: 60px;
    font-weight: bold;
    color: white;
}

.customers p {
    padding-top: 10px;
    width: 65%;
    color: white;
}

.edison {
    background-color: white;
    padding: 60px;
    border-radius: 20px;
    width: 95%;
    margin-left: 28px;
    box-shadow: -47px -1px 0px -25px rgb(227 227 227 / 47%);
    -webkit-box-shadow: -47px -1px 0px -25px rgb(247 248 254);
    -moz-box-shadow: -47px -1px 0px -25px rgba(227, 227, 227, 0.47);
    border-radius: 50px;
}

.edison p {
    font-size: 20px;
    line-height: 30px;
}

.quote-img {
    display: flex;
    align-items: center;
    padding-top: 30px;
}

.quote-img h4 {
    margin: 0;
    font-weight: bold;
}

.quote-img img {
    margin-right: 20px;
    background-color: #9539f0;
    padding: 30px 20px;
    border-radius: 20px;
}

.satisfied:after {
    content: "";
    position: absolute;
    top: 0%;
    z-index: -10;
    border-radius: 25px;
    width: 62% !important;
    height: 650px;
    background-image: linear-gradient(to right, #f6f7fe, #eee0fe, #e1ebf9, #ddf1f8, #d8f5f7);
    right: 0;
}

@media (max-width: 1400px) {
    .satisfied:after {
        top: 0;
    }

    .satisfied:before {
        width: 860px;
        top: 12%;
    }
}

@media (max-width: 800px) {
    .satisfied:before {
        width: 660px;
    }
}

/* End Satisfied Customers */

/* Faq about-us */

.accordion-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}

/* End about-us */

/* Featured Jobs */

.section-bg-color.-image {
    position: relative;
    background-color: transparent;
}

.section-bg-color {
    position: relative;
    padding: 5px 0;
}

.section-bg-color.-image .section-bg-color__item.-image {
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.section-bg-color__item {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #D6ECF4;
    border-radius: 32px;
}

.text-dark-4 {
    color: #21286A !important;
}

.job-block {
    position: relative;
    margin-bottom: 30px;
}

.job-block.-type-2 .inner-box {
    padding: 20px;
    border-radius: 8px;
    background-color: white;
}

.job-block .inner-box {
    position: relative;
    padding: 32px 20px 22px 30px;
    background: #FFFFFF;
    border: 1px solid #ECEDF2;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 300ms ease;
}

.job-block.-type-2 .inner-header {
    display: flex;
    align-items: center;
}

.job-block.-type-2 .inner-header .icon-wrap {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: rgba(25, 103, 210, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-block.-type-2 .inner-header .icon {
    color: #1967D2;
    font-size: 19px;
}

.job-block.-type-2 .inner-header .title {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
}

.job-block.-type-2 .inner-content {
    margin-top: 27px;
}

.job-block.-type-2 .inner-content>h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
}

.job-block h4 {
    font-size: 18px;
    color: #202124;
    font-weight: 500;
    line-height: 26px;
    top: -3px;
    margin-bottom: 3px;
}

.job-block h4 a {
    color: #202124;
    transition: all 300ms ease;
    text-decoration: none;
}

.job-block.-type-2 .inner-content .job-other-info {
    margin-top: 15px;
}

.job-block .job-other-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

.job-block.-type-2 .inner-content .job-other-info li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #696969;
    padding: 0;
    background-color: transparent;
}

.job-other-info li.green,
.job-other-info li.privacy {
    background: rgba(52, 168, 83, 0.15);
    color: #34A853;
}

.job-other-info li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.job-block.-type-2 .inner-content .job-other-info li {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #696969;
    padding: 0;
    background-color: transparent;
}

.job-other-info li.time {
    background: rgba(25, 103, 210, 0.15);
    color: #1967D2;
}

.job-other-info li {
    position: relative;
    font-size: 13px;
    line-height: 15px;
    margin-right: 15px;
    padding: 5px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
}

.job-block.-type-2 .inner-footer {
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-block.-type-2 .inner-footer>.content {
    padding-left: 0;
    min-height: auto;
}

.job-block .content {
    position: relative;
    padding-left: 68px;
    min-height: 51px;
}

.job-block.-type-2 .inner-footer>.content .days {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: #696969;
}

.job-block.-type-2 .inner-footer>.company-logo {
    position: relative;
    width: auto;
}

.job-block .company-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    transition: all 300ms ease;
}

.job-block.-type-2 .inner-footer>.company-logo img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

@media (max-width: 1366px) {
    .section-bg-color__item {
        right: 0;
        left: 0;
    }

    .job-block h4 {
        font-size: 16px;
    }
}

@media (max-width: 1100px) {
    .section-bg-color.-image .section-bg-color__item.-image {
        display: none;
    }
}

/* End Featured Jobs */

/* subscribe-section-two */

.subscribe-section-two.-type-5 {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.subscribe-section-two.-type-5 .background-image {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.subscribe-section-two .background-image {
    position: absolute;
    left: 60px;
    right: 0;
    top: 0;
    height: 100%;
    border-radius: 30px 0 0 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.subscribe-section-two.-type-5 .sec-title {
    margin: 0;
    padding: 68px 0;
    position: relative;
}

.subscribe-section-two.-type-5 .sec-title h2 {
    font-family: Sofia Pro;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #21286A;
    position: relative;
    display: block;
}

.subscribe-section-two.-type-5 .sec-title .text {
    margin: 25px 0px;
    font-family: Sofia Pro;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #21286A;
    position: relative;
}

.subscribe-section-two.-type-5 .sec-title .theme-btn {
    border-radius: 150px;
    background-color: #21286A;
    color: white;
    padding: 18px 40px;
    position: relative;
    display: inline-flex;
    transition: all 0.5s ease;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    z-index: 1;
    text-decoration: none;
    outline: none;
}

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.33333333%;
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (max-width: 500px) {
    .subscribe-section-two.-type-5 .sec-title h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
    }

    .subscribe-section-two.-type-5 .sec-title .text {
        margin-top: 12px;
    }

    .subscribe-section-two.-type-5 .sec-title .theme-btn {
        padding: 10px 20px;
        font-size: 11px;
        margin-top: 19px;
    }

    .subscribe-section-two.-type-5 .sec-title .text {
        font-size: 18px;
        font-weight: 400;
    }

    .subscribe-section-two.-type-5 .sec-title {
        padding: 0px;
    }

    .subscribe-section-two.-type-5 .background-image {
        background-size: cover;
    }
}

/* End subscribe-section-two */

/* Sign up to get */

.mb-60 {
    margin-bottom: 60px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.section-box {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.box-newsletter {
    padding: 50px 0px 50px 130px;
    background: url(http://wp.alithemes.com/html/jobhub/frontend/assets/imgs/theme/bg-newsletter-top.svg) no-repeat 0px 0px;
    background-size: cover;
    border-bottom-right-radius: 40px;
}

.box-newsletter .text-md-newsletter {
    color: #ffffff;
    font-size: 37px;
    line-height: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.box-newsletter .text-lg-newsletter {
    color: #ffffff;
    font-size: 46px;
    line-height: 55px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
}

.box-newsletter .box-form-newsletter {
    background: #ffffff;
    border-radius: 10px;
    max-width: 770px;
    padding: 10px;
    border-radius: 10px;
}

.mt-30 {
    margin-top: 30px !important;
}

.box-newsletter .box-form-newsletter form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
}

.box-newsletter .box-form-newsletter form .input-newsletter {
    width: 90%;
    padding: 15px;
    border: 0px;
    min-height: 60px;
    font-size: 16px;
}

.box-newsletter .box-form-newsletter form .font-heading {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.box-newsletter .icon-send-letter {
    background-image: url(http://wp.alithemes.com/html/jobhub/frontend/assets/imgs/theme/icons/icon-send-letter.svg);
    background-repeat: no-repeat;
    background-position: right 17px center;
    padding-right: 50px;
}

.btn.btn-default {
    color: #ffffff;
    background-color: #9777fa;
}

.box-newsletter-bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.box-newsletter-bottom .newsletter-bottom {
    display: inline-block;
    margin: auto;
    position: relative;
    max-width: calc(100% - 140px);
    width: 100%;
    height: 40px;
    background: url(http://wp.alithemes.com/html/jobhub/frontend/assets/imgs/theme/newsletter-bottom-mid.svg) repeat-x 0px 0px;
}

.box-newsletter-bottom .newsletter-bottom::before {
    left: -36px;
    width: 37px;
    background: url(http://wp.alithemes.com/html/jobhub/frontend/assets/imgs/theme/newsletter-bottom-left.svg) no-repeat 0px 0px;
}

.box-newsletter-bottom .newsletter-bottom::before,
.box-newsletter-bottom .newsletter-bottom::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
}

.box-newsletter-bottom .newsletter-bottom::after {
    right: -37px;
    width: 69px;
    background: url(http://wp.alithemes.com/html/jobhub/frontend/assets/imgs/theme/newsletter-bottom-right.svg) no-repeat right -1px;
}

.box-newsletter-bottom .newsletter-bottom::before,
.box-newsletter-bottom .newsletter-bottom::after {
    content: "";
    position: absolute;
    top: 0px;
    height: 100%;
}

@media (max-width: 991.98px) {
    .box-newsletter {
        padding: 57px 50px 96px 50px;
    }
}

@media (max-width: 570px) {
    .box-newsletter .text-md-newsletter {
        color: #ffffff;
        font-size: 25px;
        line-height: 30px;
    }

    .box-newsletter .text-lg-newsletter {
        color: #ffffff;
        font-size: 35px;
        line-height: 50px;
    }

    .box-newsletter {
        padding: 57px 15px 96px 15px;
    }

    .box-newsletter .box-form-newsletter form .input-newsletter {
        font-size: 14px;
    }

    .box-newsletter .box-form-newsletter form .font-heading {
        font-size: 14px;
    }
}

/* End Sign up to get */

/* Core Value */

#preloader {
    position: fixed;
    background: #151920;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#preloader .loader3 {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
}

#preloader .loader3 span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ffffff;
    animation: loader3 1.5s linear infinite;
}

#preloader .loader3 span:last-child {
    animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
    0% {
        transform: scale(0, 0);
        opacity: 0.8;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

img {
    width: 100%;
    height: 100%;
}

.cls-1 {
    isolation: isolate;
}

.cls-2 {
    fill: none;
    stroke: #4b4a4c;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 4;
}

.cls-3 {
    fill: #f26622;
}

#cls-3 {
    transition: transform 0.3s ease;
}

#cls-3:hover {
    transform: translate(-80px, -40px) scale(1.1);
}

.cls-4 {
    fill: #610d0d;
}

#cls-4 {
    transition: transform 0.3s ease;
}

#cls-4:hover {
    transform: translate(-30px, -40px) scale(1.1);
}

.cls-5 {
    fill: #40aa48;
}

#cls-5 {
    transition: transform 0.3s ease;
}

#cls-5:hover {
    transform: translate(-80px, -60px) scale(1.08);
}

.cls-6 {
    fill: #02a5ab;
}

#cls-6 {
    transition: transform 0.3s ease;
}

#cls-6:hover {
    transform: translate(160px, 130px) scale(0.9);
}

.cls-7 {
    fill: #488cca;
}

#cls-7 {
    transition: transform 0.3s ease;
}

#cls-7:hover {
    transform: scale(0.9);
}

.cls-8 {
    fill: #5a499e;
}

#cls-8 {
    transition: transform 0.3s ease;
}

#cls-8:hover {
    transform: translate(100px, -20px) scale(0.9);
}

.cls-9 {
    fill: #ea3694;
}

#cls-9 {
    transition: transform 0.3s ease;
}

#cls-9:hover {
    transform: translate(-30px, 60px) scale(0.9);
}

.cls-10 {
    fill: #ed2124;
}

#cls-10 {
    transition: transform 0.3s ease;
}

#cls-10:hover {
    transform: translate(160px, 50px) scale(0.9);
}

.cls-11 {
    mix-blend-mode: multiply;
    opacity: 0.4;
}

.cls-115,
.cls-12 {
    fill: #fff;
}

.cls-12 {
    opacity: 0;
}

.cls-13 {
    fill: #fdfcfc;
    opacity: 0.01;
}

.cls-14 {
    fill: #fafafa;
    opacity: 0.02;
}

.cls-15 {
    fill: #f9f8f8;
    opacity: 0.03;
}

.cls-16 {
    fill: #f7f6f6;
    opacity: 0.04;
}

.cls-17 {
    fill: #f5f4f4;
    opacity: 0.05;
}

.cls-18 {
    fill: #f4f3f3;
    opacity: 0.06;
}

.cls-19 {
    fill: #f2f1f1;
    opacity: 0.07;
}

.cls-20 {
    fill: #f1f0f0;
    opacity: 0.08;
}

.cls-21 {
    fill: #efeeee;
    opacity: 0.09;
}

.cls-22 {
    fill: #eeeded;
    opacity: 0.1;
}

.cls-23 {
    fill: #edeceb;
    opacity: 0.11;
}

.cls-24 {
    fill: #ebeaea;
    opacity: 0.12;
}

.cls-25 {
    fill: #eae9e9;
    opacity: 0.13;
}

.cls-26 {
    fill: #e9e7e7;
    opacity: 0.14;
}

.cls-27 {
    fill: #e8e6e6;
    opacity: 0.15;
}

.cls-28 {
    fill: #e6e5e5;
    opacity: 0.16;
}

.cls-29 {
    fill: #e5e3e4;
    opacity: 0.17;
}

.cls-30 {
    fill: #e4e2e2;
    opacity: 0.18;
}

.cls-31 {
    fill: #e2e1e1;
    opacity: 0.19;
}

.cls-32 {
    fill: #e1e0e0;
    opacity: 0.2;
}

.cls-33 {
    fill: #e0dedf;
    opacity: 0.21;
}

.cls-34 {
    fill: #dedddd;
    opacity: 0.22;
}

.cls-35 {
    fill: #dddcdc;
    opacity: 0.23;
}

.cls-36 {
    fill: #dcdadb;
    opacity: 0.24;
}

.cls-37 {
    fill: #dbd9da;
    opacity: 0.25;
}

.cls-38 {
    fill: #d9d8d8;
    opacity: 0.26;
}

.cls-39 {
    fill: #d8d7d7;
    opacity: 0.27;
}

.cls-40 {
    fill: #d7d5d6;
    opacity: 0.28;
}

.cls-41 {
    fill: #d6d4d5;
    opacity: 0.29;
}

.cls-42 {
    fill: #d4d3d4;
    opacity: 0.3;
}

.cls-43 {
    fill: #d3d2d3;
    opacity: 0.31;
}

.cls-44 {
    fill: #d2d1d1;
    opacity: 0.32;
}

.cls-45 {
    fill: #d1d0d0;
    opacity: 0.33;
}

.cls-46 {
    fill: #d0cecf;
    opacity: 0.34;
}

.cls-47 {
    fill: #cfcdce;
    opacity: 0.35;
}

.cls-48 {
    fill: #cecccd;
    opacity: 0.36;
}

.cls-49 {
    fill: #cccbcc;
    opacity: 0.37;
}

.cls-50 {
    fill: #cbcacb;
    opacity: 0.38;
}

.cls-51 {
    fill: #cac9c9;
    opacity: 0.39;
}

.cls-52 {
    fill: #c9c7c8;
    opacity: 0.4;
}

.cls-53 {
    fill: #c8c6c7;
    opacity: 0.41;
}

.cls-54 {
    fill: #c7c5c6;
    opacity: 0.42;
}

.cls-55 {
    fill: #c6c4c5;
    opacity: 0.43;
}

.cls-56 {
    fill: #c5c3c4;
    opacity: 0.44;
}

.cls-57 {
    fill: #c3c2c3;
    opacity: 0.45;
}

.cls-58 {
    fill: #c2c1c2;
    opacity: 0.46;
}

.cls-59 {
    fill: #c1c0c1;
    opacity: 0.47;
}

.cls-60 {
    fill: #c0bec0;
    opacity: 0.48;
}

.cls-61 {
    fill: #bfbdbf;
    opacity: 0.49;
}

.cls-62 {
    fill: #bebcbe;
    opacity: 0.5;
}

.cls-63 {
    fill: #bdbbbd;
    opacity: 0.5;
}

.cls-64 {
    fill: #bcbabc;
    opacity: 0.51;
}

.cls-65 {
    fill: #bbb9bb;
    opacity: 0.52;
}

.cls-66 {
    fill: #b9b8ba;
    opacity: 0.53;
}

.cls-67 {
    fill: #b8b7b9;
    opacity: 0.54;
}

.cls-68 {
    fill: #b7b6b8;
    opacity: 0.55;
}

.cls-69 {
    fill: #b6b5b7;
    opacity: 0.56;
}

.cls-70 {
    fill: #b5b4b6;
    opacity: 0.57;
}

.cls-71 {
    fill: #b4b3b5;
    opacity: 0.58;
}

.cls-72 {
    fill: #b3b2b4;
    opacity: 0.59;
}

.cls-73 {
    fill: #b2b1b3;
    opacity: 0.6;
}

.cls-74 {
    fill: #b1b0b2;
    opacity: 0.61;
}

.cls-75 {
    fill: #b0afb1;
    opacity: 0.62;
}

.cls-76 {
    fill: #afaeb0;
    opacity: 0.63;
}

.cls-77 {
    fill: #aeadaf;
    opacity: 0.64;
}

.cls-78 {
    fill: #adacae;
    opacity: 0.65;
}

.cls-79 {
    fill: #acabad;
    opacity: 0.66;
}

.cls-80 {
    fill: #abaaac;
    opacity: 0.67;
}

.cls-81 {
    fill: #aaa9ab;
    opacity: 0.68;
}

.cls-82 {
    fill: #a9a8aa;
    opacity: 0.69;
}

.cls-83 {
    fill: #a8a7a9;
    opacity: 0.7;
}

.cls-84 {
    fill: #a6a6a8;
    opacity: 0.71;
}

.cls-85 {
    fill: #a5a5a7;
    opacity: 0.72;
}

.cls-86 {
    fill: #a4a4a6;
    opacity: 0.73;
}

.cls-87 {
    fill: #a3a3a5;
    opacity: 0.74;
}

.cls-88 {
    fill: #a2a2a4;
    opacity: 0.75;
}

.cls-89 {
    fill: #a1a1a3;
    opacity: 0.76;
}

.cls-90 {
    fill: #a0a0a2;
    opacity: 0.77;
}

.cls-91 {
    fill: #9f9fa1;
    opacity: 0.78;
}

.cls-92 {
    fill: #9e9ea0;
    opacity: 0.79;
}

.cls-93 {
    fill: #9d9d9f;
    opacity: 0.8;
}

.cls-94 {
    fill: #9c9c9f;
    opacity: 0.81;
}

.cls-95 {
    fill: #9b9b9e;
    opacity: 0.82;
}

.cls-96 {
    fill: #9a9a9d;
    opacity: 0.83;
}

.cls-97 {
    fill: #99999c;
    opacity: 0.84;
}

.cls-98 {
    fill: #98989b;
    opacity: 0.85;
}

.cls-99 {
    fill: #97979a;
    opacity: 0.86;
}

.cls-100 {
    fill: #969699;
    opacity: 0.87;
}

.cls-101 {
    fill: #959698;
    opacity: 0.88;
}

.cls-102 {
    fill: #959597;
    opacity: 0.89;
}

.cls-103 {
    fill: #949497;
    opacity: 0.9;
}

.cls-104 {
    fill: #939396;
    opacity: 0.91;
}

.cls-105 {
    fill: #929295;
    opacity: 0.92;
}

.cls-106 {
    fill: #919194;
    opacity: 0.93;
}

.cls-107 {
    fill: #909093;
    opacity: 0.94;
}

.cls-108 {
    fill: #8f8f92;
    opacity: 0.95;
}

.cls-109 {
    fill: #8e8f91;
    opacity: 0.96;
}

.cls-110 {
    fill: #8d8e91;
    opacity: 0.97;
}

.cls-111 {
    fill: #8c8d90;
    opacity: 0.98;
}

.cls-112 {
    fill: #8b8c8f;
    opacity: 0.99;
}

.cls-113 {
    fill: #8a8b8e;
}

.cls-114 {
    fill: #e2e2e2;
}

.cls-116 {
    font-size: 90.81px;
    fill: #231f20;
    font-family: Arial-BoldMT, Arial;
    font-weight: 700;
}

header {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

main {
    overflow: hidden;
}

footer {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.center {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 70px;
}

@media (min-width: 640px) {
    .center {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (min-width: 1100px) {
    .center {
        display: grid;
        grid-template-columns: 49% 49%;
        justify-content: space-around;
        row-gap: 40px;
    }
}

@media (min-width: 1200px) {
    .center {
        width: 340px;
        display: block;
        margin: auto;
        position: relative;
    }
}

.center .svg-element {
    display: none;
}

@media (min-width: 1200px) {
    .center .svg-element {
        display: block;
    }
}

.card-left {
    margin-top: 200px;
    width: 100%;
    transition: all 0.5s ease;
}

.card-left:hover {
    transform: scale(1.05);
}

@media (min-width: 640px) {
    .card-left {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1100px) {
    .card-left {
        margin-top: 0;
        justify-content: flex-end;
        padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .card-left {
        justify-content: space-around;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .card-left {
        position: absolute;
        left: 0;
        top: 0;
        transform: translate(-105%, 0);
        max-width: 450px;
        width: 100%;
        transition: all 0.8s ease;
    }

    .card-left:hover {
        transform: translate(-100%, 0);
    }
}

.card-left .card {
    position: relative;
}

@media (min-width: 640px) {
    .card-left .card {
        background-color: transparent;
        display: flex;
        align-items: center;
        max-width: 450px;
        width: 100%;
    }
}

.card-left .card .card-circle,
.card-left .card .circle-two {
    position: absolute;
    left: 50%;
    top: 0;
    width: 120px;
    height: 120px;
    padding: 15px;
    border-radius: 50%;
    transform: translate(-50%, -110%);
    background-image: linear-gradient(to top, #e4e4e4, #fff);
}

@media (min-width: 640px) {

    .card-left .card .card-circle,
    .card-left .card .circle-two {
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.card-left .card .card-circle .card-img,
.card-left .card .circle-two .card-img {
    width: 100%;
    height: 100%;
    background-color: #3499cc;
    border-radius: 50%;
    padding: 20px;
}

.card-left .card .circle-two {
    z-index: -1;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

@media (min-width: 640px) {
    .card-left .card .card-body {
        min-height: 130px;
        display: flex;
        padding: 0px;
        padding-left: 60px;
        border-radius: 100px 40px 40px 100px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        background-image: linear-gradient(to top, #e4e4e4, #fff);
    }
}

.card-left .card .card-body .card-text {
    text-align: center;
    /* padding: 10px 15px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 640px) {
    .card-left .card .card-body .card-text {
        text-align: end;
        padding-right: 10px;
    }
}

.card-left .card .card-body .card-text h4 {
    font-size: 25px;
    color: #3499cc;
    font-weight: 700;
}

.card-left .card .card-body .card-text p {
    margin: 0px;
    font-size: 13px;
    color: #231f20;
    font-weight: 700;
    line-height: 15px;
}

.card-left .card .card-body .card-dots {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 0 30px 30px 0;
}

@media (min-width: 640px) {
    .card-left .card .card-body .card-dots {
        display: flex;
    }
}

.card-left .card .card-body .card-dots span {
    width: 6px;
    height: 6px;
    display: block;
    background: #c6cece;
    border-radius: 50px;
}

@media (min-width: 1200px) {
    .card-1 {
        top: 3%;
    }
}

.card-1 .card .card-body .card-dots span:first-child {
    background-color: #3499cc;
}

@media (min-width: 1200px) {
    .card-2 {
        top: 29%;
    }
}

.card-2 .card .card-circle .card-img {
    background-color: #ea3694;
}

.card-2 .card .card-body .card-text h4 {
    color: #ea3694;
}

.card-2 .card .card-body .card-dots span:nth-child(2) {
    background-color: #ea3694;
}

@media (min-width: 1200px) {
    .card-3 {
        top: auto;
        bottom: 29%;
    }
}

.card-3 .card .card-circle .card-img {
    background-color: #40aa48;
}

.card-3 .card .card-body .card-text h4 {
    color: #40aa48;
}

.card-3 .card .card-body .card-dots span:nth-child(3) {
    background-color: #40aa48;
}

@media (min-width: 1200px) {
    .card-4 {
        top: auto;
        bottom: 4%;
    }
}

.card-4 .card .card-circle .card-img {
    background-color: #f26622;
}

.card-4 .card .card-body .card-text h4 {
    color: #f26622;
}

.card-4 .card .card-body .card-dots span:nth-child(4) {
    background-color: #f26622;
}

.card-right {
    margin-top: 200px;
    width: 100%;
    transition: all 0.5s ease;
}

.card-right:hover {
    transform: scale(1.05);
}

@media (min-width: 640px) {
    .card-right {
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (min-width: 1100px) {
    .card-right {
        margin-top: 0;
        justify-content: flex-start;
        padding-left: 10px;
    }
}

@media (min-width: 1200px) {
    .card-right {
        justify-content: space-around;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .card-right {
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(105%, 0);
        max-width: 450px;
        width: 100%;
        transition: all 0.5s ease;
    }

    .card-right:hover {
        transform: translate(100%, 0);
    }
}

.card-right .card {
    position: relative;
}

@media (min-width: 640px) {
    .card-right .card {
        background-color: transparent;
        display: flex;
        align-items: center;
        max-width: 450px;
        width: 100%;
    }
}

.card-right .card .card-circle,
.card-right .card .circle-two {
    position: absolute;
    right: 50%;
    top: 0;
    width: 120px;
    height: 120px;
    padding: 15px;
    border-radius: 50%;
    transform: translate(50%, -110%);
    background-image: linear-gradient(to top, #e4e4e4, #fff);
}

@media (min-width: 640px) {

    .card-right .card .card-circle,
    .card-right .card .circle-two {
        right: 0;
        top: 50%;
        transform: translate(50%, -50%);
    }
}

.card-right .card .card-circle .card-img,
.card-right .card .circle-two .card-img {
    width: 100%;
    height: 100%;
    background-color: #5a499e;
    border-radius: 50%;
    padding: 20px;
    box-shadow: -1px 3px 86px -27px #000 inset;
}

.card-right .card .circle-two {
    z-index: -1;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.card-right.rcard-3 .card {
    border: 0 !important;
}

.card-right.rcard-2 .card {
    border: 0 !important;
}

.card-right.rcard-1 .card {
    border: 0 !important;
}

.card-right.rcard-4 .card {
    border: 0 !important;
}

.card-left.card-1 .card {
    border: 0 !important;
}

.card-left.card-2 .card {
    border: 0 !important;
}

.card-left.card-3 .card {
    border: 0 !important;
}

.card-left.card-4 .card {
    border: 0 !important;
}

@media (min-width: 640px) {
    .card-right .card .card-body {
        min-height: 130px;
        display: flex;
        padding-right: 70px !important;
        padding: 0;
        border-radius: 40px 100px 100px 40px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
        background-image: linear-gradient(to top, #e4e4e4, #fff);
    }
}

.card-right .card .card-body .card-text {
    text-align: center;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 640px) {
    .card-right .card .card-body .card-text {
        text-align: left;
        padding-right: 10px;
    }
}

.card-right .card .card-body .card-text h4 {
    font-size: 25px;
    color: #5a499e;
    font-weight: 700;
}

.card-right .card .card-body .card-text p {
    font-size: 13px;
    color: #231f20;
    font-weight: 700;
    line-height: 15px;
    margin: 0;
}

.card-right .card .card-body .card-dots {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 20px;
    background-color: #ffffff;
    border-radius: 30px 0 0 30px;
}

@media (min-width: 640px) {
    .card-right .card .card-body .card-dots {
        display: flex;
    }
}

.card-right .card .card-body .card-dots span {
    width: 6px;
    height: 6px;
    display: block;
    background: #c6cece;
    border-radius: 50px;
}

@media (min-width: 1200px) {
    .rcard-1 {
        top: 3%;
    }
}

.rcard-1 .card .card-body .card-dots span:nth-child(5) {
    background-color: #5a499e;
}

@media (min-width: 1200px) {
    .rcard-2 {
        top: 29%;
    }
}

.rcard-2 .card .card-circle .card-img {
    background-color: #ed2124;
}

.rcard-2 .card .card-body .card-text h4 {
    color: #ed2124;
}

.rcard-2 .card .card-body .card-dots span:nth-child(6) {
    background-color: #ed2124;
}

@media (min-width: 1200px) {
    .rcard-3 {
        top: auto;
        bottom: 29%;
    }
}

.rcard-3 .card .card-circle .card-img {
    background-color: #02a5ab;
}

.rcard-3 .card .card-body .card-text h4 {
    color: #02a5ab;
}

.rcard-3 .card .card-body .card-dots span:nth-child(7) {
    background-color: #02a5ab;
}

@media (min-width: 1200px) {
    .rcard-4 {
        top: auto;
        bottom: 4%;
    }
}

.rcard-4 .card .card-circle .card-img {
    background-color: #610d0d;
}

.rcard-4 .card .card-body .card-text h4 {
    color: #610d0d;
}

.rcard-4 .card .card-body .card-dots span:last-child {
    background-color: #610d0d;
}

.animation {
    animation: zigglling 1s infinite;
}

.animationtwo {
    animation: ziggllingtwo 1s infinite;
}

@keyframes zigglling {
    0% {
        transform: translateX(14px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(14px);
    }
}

@keyframes ziggllingtwo {
    0% {
        transform: translateX(-14px);
    }

    50% {
        transform: translateX(0px);
    }

    100% {
        transform: translateX(-14px);
    }
}

/* End Core Value */

/* interview_process */

.interview_process {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    /* background: #F1F1F3; */
    position: relative;
}

/*.interview_process h2 {
    text-align: center;
    color: #5C5E5F;
    letter-spacing: 4px;
    font-size: 2rem;
}*/

.row_interview_process {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap_interview_box {
    width: 240px !important;
    margin-top: 10px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin-bottom: 40px;
}

.wrap_interview_box:hover {
    transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
}

.interview_box {
    position: relative;
}

.interview_box_circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68%;
    margin-left: auto;
    margin-right: auto;
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: 0 1px 6px #5c5c5c2c;
    position: relative;
    z-index: 5;
}

.interview_box_icon {
    width: 80%;
    aspect-ratio: 1 / 1;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    filter: drop-shadow(0 1px 8px rgba(66, 66, 66, 0.164));
    -webkit-filter: drop-shadow(0 1px 8px rgba(66, 66, 66, 0.164));
}

/* colors 1 */

.interview_box_pink .interview_box_circle {
    background-color: #FF3F8E;
}

.interview_box_pink .interview_box_shape1,
.interview_box_pink .i_b_b_shape_2::before,
.interview_box_pink .i_b_b_shape_1::after {
    border-bottom-color: #FF3F8E !important;
    background: #FF3F8E !important;
}

.interview_box_pink .interview_box_bottom {
    background: #FF3F8E !important;
}

.interview_box_pink .interview_box_title::before {
    background: #FF3F8E;
}

/* colors 2 */

/* .interview_box_cyan1 .interview_box_circle{
  background: linear-gradient(#08817A, #14BCDA);
}
.interview_box_cyan1 .interview_box_shape1,
.interview_box_cyan1 .i_b_b_shape_2::before,
.interview_box_cyan1 .i_b_b_shape_1::after{
  border-bottom-color: #05867F !important;
  background: #05867F !important;
}
.interview_box_cyan1 .interview_box_bottom{
  background: #11ADBF !important;
}
.interview_box_cyan1 .interview_box_title::before{
  background: #11ADBF;
} */

/* colors 3 */

.interview_box_yellow .interview_box_circle {
    background: linear-gradient(#FE740C, #FEC00A);
}

.interview_box_yellow .interview_box_shape1,
.interview_box_yellow .i_b_b_shape_2::before,
.interview_box_yellow .i_b_b_shape_1::after {
    border-bottom-color: #FF780D !important;
    background: #FF780D !important;
}

.interview_box_yellow .interview_box_bottom {
    background: #FFB40F !important;
}

.interview_box_yellow .interview_box_title::before {
    background: #FFB40F;
}

/* colors 4 */

.interview_box_choco .interview_box_circle {
    background: linear-gradient(#B60E40, #FA3B67);
}

.interview_box_choco .interview_box_shape1,
.interview_box_choco .i_b_b_shape_2::before,
.interview_box_choco .i_b_b_shape_1::after {
    border-bottom-color: #B81141 !important;
    background: #B81141 !important;
}

.interview_box_choco .interview_box_bottom {
    background: #E12B58 !important;
}

.interview_box_choco .interview_box_title::before {
    background: #E12B58;
}

/* colors 5 */

.interview_box_blue .interview_box_circle {
    background: linear-gradient(#122F95, #1879EA);
}

.interview_box_blue .interview_box_shape1,
.interview_box_blue .i_b_b_shape_2::before,
.interview_box_blue .i_b_b_shape_1::after {
    border-bottom-color: #15349C !important;
    background: #15349C !important;
}

.interview_box_blue .interview_box_bottom {
    background: #1769D8 !important;
}

.interview_box_blue .interview_box_title::before {
    background: #1769D8;
}

/* colors 6 */

.interview_box_purple .interview_box_circle {
    background: linear-gradient(#6101AE, #F21496);
}

.interview_box_purple .interview_box_shape1,
.interview_box_purple .i_b_b_shape_2::before,
.interview_box_purple .i_b_b_shape_1::after {
    border-bottom-color: #6F03AE !important;
    background: #6F03AE !important;
}

.interview_box_purple .interview_box_bottom {
    background: #EC1397 !important;
}

.interview_box_purple .interview_box_title::before {
    background: #EC1397;
}

/* colors 7 */

.interview_box_cyan .interview_box_circle {
    background: linear-gradient(#3CA3FB, #32FDCE);
}

.interview_box_cyan .interview_box_shape1,
.interview_box_cyan .i_b_b_shape_2::before,
.interview_box_cyan .i_b_b_shape_1::after {
    border-bottom-color: #3DA8FA !important;
    background: #3DA8FA !important;
}

.interview_box_cyan .interview_box_bottom {
    background: #35ECD9 !important;
}

.interview_box_cyan .interview_box_title::before {
    background: #35ECD9;
}

.interview_box_icon img {
    width: 50%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    height: auto;
}

.interview_box:hover .interview_box_icon img {
    transform: scale(.9) rotate(10deg);
    -webkit-transform: scale(.9) rotate(10deg);
    -moz-transform: scale(.9) rotate(10deg);
    -ms-transform: scale(.9) rotate(10deg);
    -o-transform: scale(.9) rotate(10deg);
}

.interview_box_shape1 {
    display: flex;
}

.interview_box_shape1 div {
    width: 50%;
    height: 40px;
}

.interview_box_shape1 {
    width: 100%;
    aspect-ratio: 1 / 1;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transform: rotate(45deg) scale(.69) skew(-14deg, -14deg);
    -webkit-transform: rotate(45deg) scale(.69) skew(-8deg, -8deg);
    -moz-transform: rotate(45deg) scale(.69) skew(-14deg, -14deg);
    -ms-transform: rotate(45deg) scale(.69) skew(-14deg, -14deg);
    -o-transform: rotate(45deg) scale(.69) skew(-14deg, -14deg);
    margin-top: -54px;
    z-index: 2;
    position: relative;
}

.i_b_b_shape_1::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 2px;
    width: 50px;
    height: 105%;
    transform: skew(55deg) translate(0);
    -webkit-transform: skew(55deg) translate(0);
    -moz-transform: skew(55deg) translate(0);
    -ms-transform: skew(55deg) translate(0);
    -o-transform: skew(55deg) translate(0);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.i_b_b_shape_2::before {
    content: '';
    position: absolute;
    top: -1px;
    right: 2px;
    width: 50px;
    height: 105%;
    transform: skew(-55deg) translate(0);
    -webkit-transform: skew(-55deg) translate(0);
    -moz-transform: skew(-55deg) translate(0);
    -ms-transform: skew(-55deg) translate(0);
    -o-transform: skew(-55deg) translate(0);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.interview_box_bottom {
    min-height: 164px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-bottom-left-radius: 25px 10px;
    border-bottom-right-radius: 25px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.interview_box_num {
    max-width: 120px;
    width: 100px;
    margin-bottom: -12px;
    background: #fff;
    padding: 6px;
    font-weight: 600;
    text-align: center;
    position: relative;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    font-weight: 800;
}

.interview_box_num::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 10px;
    background: #D4D0D2;
    z-index: -5;
    bottom: 0px;
    transform-origin: left bottom;
    left: -10px;
    width: 10px;
    height: 25px;
    transform: skew(-55deg) translate(6.9px);
    -webkit-transform: skew(30deg) translate(9.9px);
    -moz-transform: skew(-55deg) translate(6.9px);
    -ms-transform: skew(-55deg) translate(6.9px);
    -o-transform: skew(-55deg) translate(6.9px);
}

.interview_box_num::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    background: #D4D0D2;
    z-index: -5;
    bottom: 0px;
    transform-origin: right bottom;
    right: -10px;
    transform: skew(-35deg) translate(-10px);
    -webkit-transform: skew(-35deg) translate(-10px);
    -moz-transform: skew(-35deg) translate(-10px);
    -ms-transform: skew(-35deg) translate(-10px);
    -o-transform: skew(-35deg) translate(-10px);
}

.interview_box_bottom {
    position: relative;
}

.interview_box_bottom_after {
    position: absolute;
    bottom: -30px;
    width: 60px;
    height: 4px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: radial-gradient(#000, transparent);
    filter: blur(2px);
    -webkit-filter: blur(2px);
}

.interview_box_title {
    margin-top: -110px;
    color: #000;
    text-transform: capitalize;
    font-weight: 600;
    text-align: center;
    width: calc(100% + 20px);
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    z-index: 2;
}

.interview_box_para {
    color: white;
    z-index: 9999;
    position: absolute;
    padding: 15px 10px;
}

.interview_box_para p {
    font-size: 13px;
}

.interview_box_title::before {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: calc(100% - 20px);
    height: 150%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -2;
}

.interview_box_title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: calc(100% - 20px);
    height: 35px;
    background: linear-gradient(#000, transparent);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: -2;
}

.interview_box_title span {
    background: #fff;
    display: block;
    padding: 6;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.i_b_b_shape_1,
.i_b_b_shape_2,
.i_b_b_shape_3,
.i_b_b_shape_4 {
    position: absolute;
    width: 18px;
    height: 10px;
    background: #D4D0D2;
    z-index: -5;
}

.i_b_b_shape_1 {
    top: -8px;
    left: 0;
    width: 18px;
    height: 10px;
    transform: skew(-55deg) translate(10px);
    -webkit-transform: skew(-55deg) translate(10px);
    -moz-transform: skew(-55deg) translate(10px);
    -ms-transform: skew(-55deg) translate(10px);
    -o-transform: skew(-55deg) translate(10px);
}

.i_b_b_shape_2 {
    top: -8px;
    right: 0;
    width: 18px;
    height: 10px;
    transform: skew(55deg) translate(-10px);
    -webkit-transform: skew(55deg) translate(-10px);
    -moz-transform: skew(55deg) translate(-10px);
    -ms-transform: skew(55deg) translate(-10px);
    -o-transform: skew(55deg) translate(-10px);
}

.i_b_b_shape_3 {
    bottom: -10px;
    left: 0;
    width: 18px;
    height: 10px;
    transform: skew(55deg) translate(6.9px);
    -webkit-transform: skew(55deg) translate(6.9px);
    -moz-transform: skew(55deg) translate(6.9px);
    -ms-transform: skew(55deg) translate(6.9px);
    -o-transform: skew(55deg) translate(6.9px);
}

.i_b_b_shape_4 {
    bottom: -10px;
    right: 0;
    width: 18px;
    height: 10px;
    transform: skew(-55deg) translate(-6.9px);
    -webkit-transform: skew(-55deg) translate(-6.9px);
    -moz-transform: skew(-55deg) translate(-6.9px);
    -ms-transform: skew(-55deg) translate(-6.9px);
    -o-transform: skew(-55deg) translate(-6.9px);
}

.interview_icon {
    margin-top: 260px;
    max-width: 100px;
    min-width: 70px;
    flex: 1;
    display: flex;
    justify-content: center;
    color: #46474B;
}

.interview_icon i {
    font-size: 24px;
}

/* GEORGIA PURCHASER */
.main-heading-pdf {
    width: 36%;
    text-align: center;
    margin: 0 auto;
}

.main-heading-pdf h3 {
    font-weight: 700;
}

.main-heading-pdf img {
    width: 250px;
    margin-bottom: 25px;
}

input.form-control.forline.mb-4 {
    border: 0;
    border-bottom: 1px solid #d9d3d3;
    border-radius: 0;
}
textarea.form-control.forline.mb-4 {
    border: 0;
    border-bottom: 1px solid #d9d3d3;
    border-radius: 0;
}

.chk-lin-1 {
    width: 4%;
    float: left;
}

li.chk-line {
    width: 96%;
    float: left;
    margin-bottom: 30px;
}

.chk-lin-1 .form-check {
    margin: 0;
    padding: 0;
}

.main-chk-line {
    margin: 0;
    padding: 0;
}

/* GEORGIA PURCHASER END */

/* responsive code */

@media(max-width: 1300px) {
    .row_interview_process {
        flex-wrap: wrap;
        justify-content: center;
    }

    .wrap_interview_box {
        width: 15%;
        display: flex;
        justify-content: center;
    }

    .interview_box {
        width: 140px;
    }
}

@media(max-width: 768px) {
    .interview_process {
        padding-left: 25px;
        padding-right: 25px;
    }

    .main-heading-pdf {
        width: 75%;
    }

    .chk-lin-1 {
        width: 8%;
    }

    li.chk-line {
        width: 92%;
    }
}

@media(max-width: 567px) {
    .interview_process h2 {
        font-size: 1.6rem;
    }

    .interview_box_num {
        max-width: 80px;
    }

    /* .interview_box_circle {
      width: 58%;
  } */
    .interview_box_shape1 {
        width: 100%;
        margin-top: -42px;
    }

    .i_b_b_shape_1,
    .i_b_b_shape_2 {
        display: none;
    }

    .interview_box_title,
    .interview_box_num {
        font-size: 14px;
    }

    .main-heading-pdf {
        width: 100%;
    }

    .main-heading-pdf h3 {
        font-weight: 700;
        font-size: 19px;
        margin-bottom: 30px;
    }

    .chk-lin-1 {
        width: 11%;
    }

    li.chk-line {
        width: 89%;
    }
}

@media(max-width: 440px) {
    .container_lg {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media(max-width: 410px) {
    .interview_process {
        padding-left: 10px;
        padding-right: 10px;
    }

    .interview_box_title,
    .interview_box_num {
        font-size: 12px;
    }

    .interview_box_bottom {
        min-height: 100px;
    }
}

/* container code */

.container_lg {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
}

/* @media(min-width: 576px) {
  .container_lg {
      max-width: 540px;
  }
}

@media(min-width: 768px) {
  .container_lg {
      max-width: 720px;
  }
}

@media(min-width: 992px) {
  .container_lg {
      max-width: 960px;
  }
}

@media(min-width: 1200px) {
  .container_lg {
      max-width: 1152px;
  }
} */

@media(min-width: 1400px) {
    .container_lg {
        max-width: 1344px;
    }
}

/* End interview_process */

/* careers about us */

.row_am {
    padding: 50px 0;
}

.app_solution_section .row {
    align-items: center;
}

.app_solution_section .app_text .section_title {
    text-align: left;
    margin-bottom: 20px;
}

.app_solution_section .app_text .section_title h2 {
    letter-spacing: -1px;
}

.section_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #32236f;
}

.section_title h2 span {
    color: #6a49f2;
}

.app_solution_section .app_text p {
    padding-right: 40px;
}

.app_solution_section .app_images {
    position: relative;
}

.app_solution_section .app_images::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 570px;
    height: 570px;
    border-radius: 100%;
    background-color: white;
    /* z-index: -1; */
}

.app_solution_section .app_images ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.app_solution_section .app_images li:first-child {
    text-align: center;
    width: 90%;
    padding-bottom: 30px;
    height: 388px;
}

.app_solution_section .app_images ul li {
    position: relative;
    list-style: none;
}

.app_solution_section .app_images ul li img {
    max-width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.app_solution_section .app_images ul li:nth-child(2) {
    left: -5px;
    cursor: pointer;
    width: 50%;
    height: 210px;
}

.app_solution_section .app_images ul li:nth-child(3) {
    right: -5px;
    width: 50%;
    height: 210px;
}

.app_solution_section .app_images ul li a {
    position: relative;
}

.waves-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 150px;
    height: 150px;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    position: absolute;
    top: 0;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    position: absolute;
    top: 0;
}

.waves {
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.app_images ul li a .play_icon {
    background-color: rgba(255, 255, 255, 0.1);
    width: 65px;
    height: 65px;
    border-radius: 100px;
    text-align: center;
    margin: 0 auto;
    line-height: 96px;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 800px) {
    .app_solution_section .app_images {
        display: none;
    }
}

/* end careers about us */

/* careers contact us */

.section-heading {
    margin-bottom: 10px;
}

.section-heading.text-center p {
    font-size: 18px;
}

.icon-box {
    margin-bottom: 30px;
}

.icon-box span {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 22px;
}

.read-more-link {
    font-weight: 600;
    font-family: Poppins, sans-serif;
    font-size: .9375rem;
}

.contact-info h5 {
    font-weight: 700;
}

.order-0 {
    order: 0 !important;
}

.register-wrap.p-5.bg-white.shadow.rounded-custom {
    border-radius: 8px;
}

select#budget {
    color: gray;
    background-image: none;
}

select#country {
    color: gray;
    background-image: none;
}

.circle-shape-3 {
    bottom: -210px;
    width: 300px;
    min-height: 300px;
    min-width: 300px;
}

.circle-shape-1 {
    top: -240px;
    width: 356px;
    min-height: 356px;
    min-width: 356px;
    right: 5%;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.z--1 {
    z-index: -1;
}

@media (min-width: 992px) {
    .order-lg-1 {
        order: 1 !important;
    }
}

@media (max-width: 992px) {
    button.btn.btn-primary.directory-model.formdl-bt {
        z-index: 999
    }
}

/* end careers contact us */

/* about us boxs */

.contact-section-f {
    background: #efefef;
    padding: 20px 0px;
}

button.btn.btn-primary.directory-model.formdl-bt {
    position: absolute;
    right: 10px;
}

.pel-address {
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 20px rgb(176 184 214 / 9%), 1px 1px 12px 3px #b0b8d6 !important;
    border-radius: 10px;
    padding: 22px;
    margin-bottom: 25px;
    height: 8rem;
}

.pel-address.formdl {
    position: relative;
}

.pel-address ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.pel-address ul li {
    position: relative;
    padding-left: 100px;
}

.pel-address ul li .icon {
    background: rgb(41 78 253 / 5%);
    border-radius: 10px;
    width: 76px;
    height: 74px;
    line-height: 84px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0;
}

.pel-address ul li .icon i {
    font-size: 35px;
    color: #0096ff;
}

.pel-address ul li p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}

.pel-address ul li a {
    display: block;
    color: #555555;
}

button.btn.btn-primary.directory-model {
    font-size: 12px;
}

.directory-body {
    display: flex;
    margin-bottom: 10px;
}

.directory-icon {
    background: #0096ff;
    border-radius: 50%;
    padding: 10px;
    color: white;
}

.directory-text {
    font-size: 15px !important;
    margin-left: 10px;
    margin-top: 5px;
}

.directory-span {
    font-weight: 400;
    margin-left: 5px;
}

.contact-form-heading h4 {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
    color: white;
}

.contact-wrap .form-group {
    position: relative;
}

.contact-wrap .form-group i {
    position: absolute;
    top: 12px;
    left: 19px;
    font-size: 20px;
    z-index: 9;
    color: rgba(69, 69, 69, 0.7411764706);
}

.contact-wrap .form-group .from-control {
    font-size: 14px;
    padding: 11px 20px 14px 45px;
    border-radius: 10px 10px 10px 10px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #35353521;
    color: #35353566;
    width: 100%;
    max-width: 100%;
    opacity: 1;
}

.readon.submit {
    background-color: #534FF8;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0px 15px 30px 0px rgb(43 89 255 / 38%);
    width: 50%;
    padding: 12px 30px 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    color: white;
}

.contact-info-style {
    background-image: linear-gradient(150deg, #534FF8 34%, #E19FAE57 100%);
    padding: 1px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    height: 36.9rem;
}

.address-block-two {
    background: #fff;
    box-shadow: 0px 0px 10px 20px rgb(176 184 214 / 9%), 1px 1px 12px 3px #b0b8d6 !important;
    border-radius: 20px;
    padding: 15px 15px 15px;
    height: 17.9rem;
}

.address-block-two .icon {
    width: 80px;
    height: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
}

.address-block-two .icon img {
    width: 38px;
}

.address-block-two .title {
    font-family: gorditamedium;
    font-size: 24px;
    padding: 10px 0 10px;
    margin-bottom: 0;
}

.address-block-two p {
    line-height: 1.6em;
    color: rgba(0, 40, 78, .5);
    margin-bottom: 0;
}

@media only screen and (max-width: 800px) {
    .address-block-two {
        width: 50%;
        float: left;
    }
}

@media only screen and (max-width: 500px) {
    .address-block-two {
        width: 100%;
    }
}

/* End about us boxs */

/* main-heading-contact-us */

.main-heading-contact-us {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.main-heading-contact-us h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    color: #121933;
    margin: 0;
}

.main-heading-contact-us p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #303030;
    margin: 0;
}

@media only screen and (max-width: 800px) {
    .main-heading-contact-us {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
}

/* End main-heading-contact-us */

/* ambassador intro */

.main-intro {
    text-align: center;
    font-family: "Archivo", Sans-serif;
}

.intro-brand {
    font-size: 42px;
    line-height: 1.4;
    font-weight: 700;
}

.intro-brand-p {
    font-size: 16px;
    line-height: 28px;
    color: #6E6D79;
}

ul.widget-list-ul-main {
    list-style: none;
    font-size: 16px;
    line-height: 28px;
    color: #6E6D79;
}

li.widget-list-li {
    margin-bottom: 10px;
}

/* ENd ambassador intro */

/* Eligibiltiy requirements */

.box-eligibility {
    box-shadow: 0 0 3px rgb(60 72 88 / 0.15) !important;
    background-color: white;
    padding: 20px;
    height: 270px;
}

.text-eligibility {
    margin-left: 20px;
    width: 70%;
}

.icon-eligibility i {
    font-size: 23px;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    text-align: center;
    background-color: rgb(79 70 229 / .05) !important;
    padding: 10px;
    color: blue;
}

.eligibility-h4 {
    font-size: 1.125rem !important;
}

.eligibility-p {
    color: #7d8083;
    font-size: 14px;
}

.main-eligibility:hover .icon-eligibility i {
    color: white;
    background-color: #0096ff !important;
}

.box-eligibility-sec {
    background-color: #4f46e5;
    padding: 20px;
    height: 270px;
}

.text-white-75 {
    color: rgb(255 255 255 / .75) !important;
}

.text-wite-lg {
    font-size: 1.25rem !important;
    margin: 0;
}

.text-2xl {
    color: white;
    font-weight: 600 !important;
    font-size: 1.5rem !important;
}

/* End Eligibiltiy requirements */

/* Benefits  */

/* .subtitle img {
  margin-right: 6px;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  width: 20px;
} */

/* .benefits-small-heading .subtitle {
  color: #f53d5d;
  text-transform: uppercase;
  font-weight:700;
} */

.benefitsmaintxt {
    font-size: 46px;
    font-weight: 700;
}

.gr-color::before {
    background: linear-gradient(93.8deg, rgba(190, 69, 247, .2) 46.89%, rgba(209, 32, 96, 0) 125.37%);
    height: 100%;
    bottom: 0;
}

.gr-color {
    padding-left: 10px;
    padding-right: 10px;
    background: linear-gradient(91.22deg, rgba(113, 47, 254, .9) 6.88%, rgba(188, 42, 141, .9) 52.57%, rgba(251, 0, 241, .9) 69.82%, rgba(255, 0, 107, .9) 87.36%, rgba(255, 24, 135, .9) 93.2%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

span .gr-color::before {
    background: linear-gradient(93.8deg, rgba(190, 69, 247, .2) 46.89%, rgba(209, 32, 96, 0) 125.37%);
    height: 100%;
    bottom: 0;
}

.benifit-para {
    padding: 20px 0px;
}

.before-di {
    /* display: grid; */
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}

.before-di::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px dashed rgba(0, 0, 0, .25);
    content: "";
}

.before-di::after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-right: 1px dashed rgba(0, 0, 0, .25);
    content: "";
}

.al-feature__item:nth-child(1) {
    padding-top: 0;
}

.al-feature__item h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 27px;
    color: #0d0d0d;
}

.benifits-icon {
    height: auto;
    width: 50px;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 30px;
}

.benifits-icon2 {
    height: auto;
    width: 35px;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.al-feature__shape {
    position: absolute;
    top: 50%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

.al-feature__item:hover .benifits-icon {
    animation: icon-bounce .8s ease-out;
    -webkit-animation: icon-bounce .8s ease-out;
}

@media screen (max-width:500px) {
    .before-di::before {
        display: none;
    }

    .before-di::after {
        display: none;
    }

    .before-di {
        display: none;
    }

    .benefits-secrion {
        display: none;
    }
}

/* End Benefits  */

/* how it works brand */

.how_it_works .step_block ul li:nth-child(4) {
    flex-direction: row-reverse;
}

.how_it_works .how_it_inner {
    background-color: #ffffff;
    padding: 20px 0;
    padding-bottom: 0px;
    border-radius: 30px;
    box-shadow: 0px 4px 30px #ede9fe;
}

.section_title h2 {
    font-size: 40px;
    font-weight: 700;
    color: #32236f;
}

.section_title h2 span {
    color: #6a49f2;
}

.how_it_works .step_block ul {
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px;
    display: block !important;
}

.how_it_works .step_block ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 50px;
}

.how_it_works .step_block ul li:first-child::before {
    top: 0;
}

.how_it_works .step_block ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50px;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% + 100px);
    background-color: #dfdaf3;
}

.how_it_works .step_block ul li .step_text,
.how_it_works .step_block ul li .step_img {
    width: 360px;
    text-align: right;
}

.how_it_works .step_block ul li .step_text h4 {
    font-size: 20px;
    font-weight: 600;
}

.how_it_works .step_block ul li .step_text .app_icon {
    margin-bottom: 10px;
}

.how_it_works .step_block ul li .step_text .app_icon a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #dfdaf3;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    transition: .4s all;
}

.how_it_works .step_block ul li .step_text .app_icon a:hover {
    background-color: #6a49f2;
}

.how_it_works .step_block ul li .step_number {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.how_it_works .step_block ul li .step_number h3 {
    font-size: 30px;
    font-weight: 600;
}

.how_it_works .step_block ul li .step_img img {
    max-width: 100%;
}

.how_it_works .step_block ul li:first-child::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 14px;
    height: 14px;
    background-color: #dfdaf3;
    border-radius: 15px;
}

.how_it_works .step_block ul li:nth-child(2) {
    flex-direction: row-reverse;
}

.how_it_works .step_block ul li:nth-child(2) .step_text,
.how_it_works .step_block ul li:nth-child(2) .step_img {
    text-align: left;
}

.how_it_works .step_block ul li .step_text span {
    font-weight: 600;
}

.how_it_works .step_block ul li:last-child::before {
    height: 50%;
    top: 0;
}

.how_it_works .step_block ul li .step_text span a {
    color: #6a49f2;
    text-decoration: underline;
}

.section_title.aos-init {
    text-align: center;
}

/* End how it works brand */

/* social contact */

.social-media-box {
    padding: 50px 0;
    padding-bottom: 20px;
    text-align: center;
}

.social-media-box h5 {
    font-size: 30px;
    color: #FA09A7;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.33;
}

.social-media-box p {
    line-height: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #707070;
    margin: 0 auto;
    width: 70%;
    padding-bottom: 25px;
}

.flip-box.contact_us_social_icon {
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.5rem;
    margin: 0;
    height: auto;
    min-height: 102px;
    margin-bottom: 1.6rem;
}

.flip-box {
    background-color: transparent;
    width: auto;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0.08);
    perspective: 1000px;
    min-height: 300px;
    margin: 15px 0;
    overflow: hidden;
    box-shadow: 0 10px 25px 0 rgb(142 142 142 / 40%);
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.contact_us_social_icon .flip-box-front {
    padding: 21px;
    background: #fff;
}

.flip-box-front {
    background-color: #bbb;
    color: black;
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 0.5rem;
}

.contact_us_social_icon i {
    color: #fa09a7;
}

.contact_us_social_icon .flip-box-back.qrcode_back {
    padding: 10px 48px;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    align-content: center;
    justify-items: center;
    flex-direction: column;
}

.contact_us_social_icon .flip-box-back {
    background-color: #4267B2;
}

.flip-box-back {
    background-color: #FA09A7;
    font-size: 15px;
    width: 100%;
    color: #ffffff;
    padding: 25px 24px;
    text-align: center;
    transform: rotateY(180deg);
    line-height: 25px;
    height: auto;
    min-height: 100px;
    font-weight: 600;
}

.contact_us_social_icon .flip-box-back.qrcode_back img.WAqrcode {
    width: 100%;
    max-width: 200px;
}

.contact_us_social_icon .flip-box-back i {
    color: #fff;
}

.contact_us_social_icon_instagram .flip-box-back {
    background-color: #E1306C;
}

.contact_us_social_icon_twitter .flip-box-back {
    background-color: #00acee;
}

.contact_us_social_icon_linkedin .flip-box-back {
    background-color: #0e76a8;
}

.contact_us_social_icon_youtube .flip-box-back {
    background-color: #FF0000;
}

.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* social contact */

/* counter about */

.counter {
    text-align: center;
}

.counter-count {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
    margin: 0;
}

.main-counter-brand {
    display: flex;
}

.count-up h3 {
    font-size: 15px;
    font-weight: 600;
    color: #a5a5a4;
}

.main-counter-icon {
    width: 80px;
    height: 80px;
    margin-right: 12px;
    background-color: #eaedfa;
}

.main-counter-icon.d-flex.justify-content-center.align-items-center i {
    font-size: 30px;
    color: #4279f1;
}

.counter-bg-w {
    background-color: #fff;
    padding: 55px 30px 30px;
    box-shadow: 0px 10px 60px 0px rgb(0 27 175 / 10%);
    position: relative;
}

.counter-bg-w::before {
    left: 0;
    right: 0;
    width: 95%;
    content: "";
    height: 25px;
    bottom: -25px;
    margin: 0 auto;
    position: absolute;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: linear-gradient(5deg, #7f31ff 0%, #4279f1 100%);
}

.counter-cos {
    margin: 20px 0px;
}

@media only screen and (max-width: 500px) {
    .flex-sm-col {
        margin-bottom: 15px;
    }
}

/* End counter about */

/* bg-our-brand */

.bg-our-brand {
    box-shadow: 0px 9px 21px 0px rgb(0 0 0 / 8%);
    padding: 20px 20px 20px 20px;
    background: white;
    border-radius: 20px 20px 20px 20px;
}

.imgs-brnds {
    width: 100% !important;
    height: 100px !important;
    background-size: cover;
    object-fit: contain;
}

.owl-nav {
    display: none;
}

/* End bg-our-brand */

/* new code */
.section_title h3 {
    font-size: 32px;
    font-weight: 700;
    color: #32236f;
}

.section_title h3 span {
    color: #6a49f2;
}

.section_title h4 {
    font-size: 24px;
    font-weight: 600;
    color: #32236f;
}

.section_title h4 span {
    color: #6a49f2;
}

.application_requirements {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.app_r_row {
    border: 3px solid transparent;
    padding: 10px 16px;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.app_r_row:hover {
    scale: 1.04;
    box-shadow: 0 4px 10px #cbc8c8cc;
}

.app_r_row:hover::after {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
}

.app_r_row p {
    line-height: 1.5;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.app_r_row::after {
    content: attr(data-r);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    position: absolute;
    height: 100%;
    aspect-ratio: 1 / 1;
    border: 6px solid #fff;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.app_r_row::before {
    content: '';
    position: absolute;
    height: calc(100% + 4px);
    aspect-ratio: 1 / 1;
    border-radius: 150px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    -ms-border-radius: 150px;
    -o-border-radius: 150px;
}

/* colors */
.appRow_1 {
    border-color: #8CCDF0;
}

.appRow_1::after {
    background-color: #8CCDF0;
}

.appRow_1::before {
    background: linear-gradient(to right, #8CCDF0 50%, #fff 50%);
}

.appRow_2 {
    border-color: #788EA2;
}

.appRow_2::after {
    background-color: #788EA2;
}

.appRow_2::before {
    background: linear-gradient(to right, #788EA2 50%, #fff 50%);
}

.appRow_3 {
    border-color: #F9A623;
}

.appRow_3::after {
    background-color: #F9A623;
}

.appRow_3::before {
    background: linear-gradient(to right, #F9A623 50%, #fff 50%);
}

.appRow_4 {
    border-color: #57C3B3;
}

.appRow_4::after {
    background-color: #57C3B3;
}

.appRow_4::before {
    background: linear-gradient(to right, #57C3B3 50%, #fff 50%);
}

.appRow_5 {
    border-color: #805BA7;
}

.appRow_5::after {
    background-color: #805BA7;
}

.appRow_5::before {
    background: linear-gradient(to right, #805BA7 50%, #fff 50%);
}

.appRow_6 {
    border-color: #FAAE88;
}

.appRow_6::after {
    background-color: #FAAE88;
}

.appRow_6::before {
    background: linear-gradient(to left, #FAAE88 50%, #fff 50%);
}

.appRow_7 {
    border-color: #F15B22;
}

.appRow_7::after {
    background-color: #F15B22;
}

.appRow_7::before {
    background: linear-gradient(to left, #F15B22 50%, #fff 50%);
}

.appRow_8 {
    border-color: #C73695;
}

.appRow_8::after {
    background-color: #C73695;
}

.appRow_8::before {
    background: linear-gradient(to left, #C73695 50%, #fff 50%);
}

.appRow_9 {
    border-color: #3D86C9;
}

.appRow_9::after {
    background-color: #3D86C9;
}

.appRow_9::before {
    background: linear-gradient(to left, #3D86C9 50%, #fff 50%);
}

.appRow_10 {
    border-color: #73C04F;
}

.appRow_10::after {
    background-color: #73C04F;
}

.appRow_10::before {
    background: linear-gradient(to left, #73C04F 50%, #fff 50%);
}

/*  */

.appRow_1,
.appRow_5 {
    margin-right: -25%;
}

.appRow_2,
.appRow_4 {
    margin-right: -3%;
}

.appRow_3 {
    margin-left: -6.5%;
    margin-right: 6.5%;
}

.appRow_10,
.appRow_6 {
    margin-left: -25%;
    margin-right: 25%;
}

.appRow_9,
.appRow_7 {
    margin-left: -3%;
    margin-right: 3%;
}

.appRow_8 {
    margin-right: -6.5%;
    margin-left: 6.5%;
}

.app_requirement_start .app_r_row {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-right: 55px;
}

.app_requirement_end .app_r_row {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-left: 55px;
}

.app_requirement_start .app_r_row::before {
    top: -2px;
    right: -52px;
}

.app_requirement_start .app_r_row::after {
    top: 0;
    right: -54px;
}

.app_requirement_end .app_r_row::before {
    top: -2px;
    left: -52px;
}

.app_requirement_end .app_r_row::after {
    top: 0;
    left: -54px;
}

.app_requirement_end {
    display: flex;
    flex-direction: column-reverse;
}

:is(.app_requirement_start, .app_requirement_end) .app_r_row {
    margin-bottom: 20px;
}

.app_requirement_middle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app_requirement_middle img {
    width: 86%;
    margin-bottom: 5%;
    user-select: none;
}

.app_requirement_middle h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@media(max-width: 1199px) {
    .app_requirement_middle img {
        width: 80%;
    }

    .app_requirement_middle h2 {
        font-size: 1.6rem;
    }

    .app_r_row p {
        font-size: 14px;
    }
}

@media(max-width: 1120px) {
    .application_requirements {
        flex-wrap: wrap;
    }

    .app_r_row {
        margin-right: 0;
        margin-left: 0;
    }

    .app_requirement_start {
        order: 2;
        margin-right: auto;
        width: 41%;
    }

    .app_requirement_end {
        order: 3;
        width: 41%;
    }

    .app_requirement_middle {
        width: 100%;
        padding-left: 5px;
        padding-right: 20px;
        margin-bottom: 50px;
    }

    .app_requirement_middle img {
        display: none;
    }

    .app_requirement_middle h2 {
        font-size: 32px;
        color: #32236f;
        position: unset;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .app_requirement_middle h2 br {
        display: none !important;
    }

    .app_r_row {
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
    }

    .app_r_row p {
        font-size: 14px;
    }
}

@media(max-width: 800px) {

    .app_requirement_start,
    .app_requirement_end {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        transform: translateX(4%);
        -webkit-transform: translateX(4%);
        -moz-transform: translateX(4%);
        -ms-transform: translateX(4%);
        -o-transform: translateX(4%);
    }

    .app_requirement_start .app_r_row {
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding-left: 55px;
        padding-right: 16px;
    }

    .app_requirement_start .app_r_row::before {
        right: auto;
        left: -52px;
    }

    .app_requirement_start .app_r_row::after {
        right: auto;
        left: -54px;
    }

    .appRow_1::before {
        background: linear-gradient(to left, #8CCDF0 50%, #fff 50%);
    }

    .appRow_2::before {
        background: linear-gradient(to left, #788EA2 50%, #fff 50%);
    }

    .appRow_3::before {
        background: linear-gradient(to left, #F9A623 50%, #fff 50%);
    }

    .appRow_4::before {
        background: linear-gradient(to left, #57C3B3 50%, #fff 50%);
    }

    .appRow_5::before {
        background: linear-gradient(to left, #805BA7 50%, #fff 50%);
    }

}

@media only screen and (max-width: 800px) {
    .page-header.-base .page-header__title {
        font-size: 1.75rem;
        font-weight: 700;
    }
}

@media only screen and (max-width: 500px) {
    p.page-header__text {
        font-size: 12px;
    }

    .page-header.-base .page-header__title {
        font-size: 1.3rem;
        font-weight: 700;
    }

    .page-header__bg img {
        object-position: 80% 80%;
    }

    /* .page-header.-base .page-header__content {
        padding-bottom: 0.3rem;
    } */
}

@media(max-width: 475px) {
    .app_r_row {
        transform: translateX(5%);
        -webkit-transform: translateX(5%);
        -moz-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -o-transform: translateX(5%);
    }
}

@media only screen and (max-width: 400px) {
    .app_r_row p {
        font-size: 12px;
    }
}

/* scholarship */
.scholarship_box {
    min-height: 180px;
    display: flex;
    position: relative;
    z-index: 2;
    transform-origin: left bottom;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.scholarship_box:hover {
    scale: 1.02 !important;
}

.scholarship_box:not(:last-child) {
    margin-bottom: 20px;
}

/* colors */
.scholarship_box1::after,
.scholarship_box1 .scholarship_num p {
    background: linear-gradient(#5685C2 50%, #478BCA 50%);
}

.scholarship_box1 .scholarship_shape2 {
    background: #478BCA;
}

.scholarship_box2::after,
.scholarship_box2 .scholarship_num p {
    background: linear-gradient(#E8108B 50%, #EB3295 50%);
}

.scholarship_box2 .scholarship_shape2 {
    background: #EB3295;
}

.scholarship_box3::after,
.scholarship_box3 .scholarship_num p {
    background: linear-gradient(#3D9548 50%, #3FAA46 50%);
}

.scholarship_box3 .scholarship_shape2 {
    background: #3FAA46;
}

.scholarship_box4::after,
.scholarship_box4 .scholarship_num p {
    background: linear-gradient(#BC1F25 50%, #ED2428 50%);
}

.scholarship_box4 .scholarship_shape2 {
    background: #ED2428;
}

.scholarship_box5::after,
.scholarship_box5 .scholarship_num p {
    background: linear-gradient(#5B3893 50%, #5A4A9D 50%);
}

.scholarship_box5 .scholarship_shape2 {
    background: #5A4A9D;
}

/*  */

.scholarship_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    z-index: -2;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.scholarship_box:hover::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.scholarship_box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    height: 82%;
    aspect-ratio: 1 / 1;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
    background-color: #E6E8EA;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.scholarship_num {
    margin-left: -62px;
    margin-right: 20px;
}

.scholarship_inner {
    position: relative;
    padding: 15px;
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-left: 70px;
    box-shadow: 0 4px 8px #cdcdcda3;
    border: 1px solid #cdcdcda1;
}

.scholarship_inner p {
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
}

.scholarship_shape2 {
    min-width: 25px;
    background: red;
    box-shadow: 6px -6px 8px #40404038 inset;
}

.scholarship_num p {
    font-size: 3.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    color: #fff;
    border-radius: 300px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    -ms-border-radius: 300px;
    -o-border-radius: 300px;
}


@media(max-width: 767px) {
    .scholarship_shape2 {
        display: none;
    }

    .scholarship_inner {
        flex-direction: column;
        margin-left: 0;
    }

    .scholarship_box:not(:last-child) {
        margin-bottom: 70px;
    }

    .scholarship_box:first-child {
        margin-top: 80px;
    }

    .scholarship_box::after {
        top: -40px;
        left: 50%;
        width: 200px;
        height: 200px;
        aspect-ratio: unset;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

    .scholarship_box:hover::after {
        transform: translateX(-50%) rotate(45deg);
        -webkit-transform: translateX(-50%) rotate(45deg);
        -moz-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
        -o-transform: translateX(-50%) rotate(45deg);
    }

    .scholarship_box {
        transform-origin: center center;
    }

    .scholarship_box::before {
        content: '';
        position: absolute;
        top: -30px;
        left: 50%;
        width: 180px;
        height: 180px;
        aspect-ratio: unset;
        transform: translateY(0) translateX(-50%);
        -webkit-transform: translateY(0) translateX(-50%);
        -moz-transform: translateY(0) translateX(-50%);
        -ms-transform: translateY(0) translateX(-50%);
        -o-transform: translateY(0) translateX(-50%);
    }

    .scholarship_num {
        margin-left: 0;
        margin-right: 0;
        margin-top: -30px;
        margin-bottom: 20px;
    }
}

/*  */
.txt_black {
    color: var(--black) !important;
}

.eligibility_grids_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.eligibility_requirements_grid {
    display: flex;
    background: #F5F7FE;
    border-radius: 10px;
    overflow: hidden;
    height: 180px;
    border: 4px solid #FFFFFF;
    box-shadow: 0 8px 8px rgba(32, 32, 32, 0.308);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    transition: all .4s ease-in-out !important;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out !important;
    -moz-transition: all .4s ease-in-out !important;
    -ms-transition: all .4s ease-in-out !important;
    -o-transition: all .4s ease-in-out !important;
}

.eligibility_requirements_grid:hover {
    transform: translateY(-14px) scale(1) !important;
    -webkit-transform: translateY(-14px) scale(1) !important;
    -moz-transform: translateY(-14px) scale(1) !important;
    -ms-transform: translateY(-14px) scale(1) !important;
    -o-transform: translateY(-14px) scale(1) !important;
}

.eligibility_requirements_grid .left {
    min-width: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.eligibility_requirements_grid .left.skyblue_border {
    background: var(--grid_skyblue);
}

.eligibility_requirements_grid .left.red_border {
    background: var(--grid_red);
}

.eligibility_requirements_grid .left.pink_border {
    background: var(--grid_pink);
}

.eligibility_requirements_grid .left.purple_border {
    background: var(--grid_purple);
}

.eligibility_requirements_grid .left.lightgreen_border {
    background: var(--grid_green);
}

.eligibility_requirements_grid .left.orange_border {
    background: var(--grid_orange);
}

.eligibility_requirements_grid .inner_number {
    width: 85px;
    height: 85px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    z-index: 8;
}

.eligibility_requirements_grid .inner_number.skyblue_border {
    background: var(--grid_skyblue);
}

.eligibility_requirements_grid .inner_number.red_border {
    background: var(--grid_red);
}

.eligibility_requirements_grid .inner_number.pink_border {
    background: var(--grid_pink);
}

.eligibility_requirements_grid .inner_number.purple_border {
    background: var(--grid_purple);
}

.eligibility_requirements_grid .inner_number.lightgreen_border {
    background: var(--grid_green);
}

.eligibility_requirements_grid .inner_number.orange_border {
    background: var(--grid_orange);
}

.eligibility_requirements_grid .right {
    text-align: center;
    color: #4E4E4E;
    font-weight: bold;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 40px;
}

.eligibility_requirements_grid .inner_number>p {
    font-size: 1.8rem;
    color: #fff;
    position: relative;
}

.eligibility_requirements_grid .inner_number::after {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    aspect-ratio: 1/0.33;
    background: url('../../images/4_circle_grid_img.png') no-repeat;
    background-size: cover;
    background-position: center center;
}

.eligibility_requirements_grid .after_circle {
    position: absolute;
    top: 50%;
    left: -8px;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 8;
}

.eligibility_requirements_grid .after_circle.skyblue_border {
    border: 3px solid var(--grid_skyblue);
}

.eligibility_requirements_grid .after_circle.red_border {
    border: 3px solid var(--grid_red);
}

.eligibility_requirements_grid .after_circle.pink_border {
    border: 3px solid var(--grid_pink);
}

.eligibility_requirements_grid .after_circle.purple_border {
    border: 3px solid var(--grid_purple);
}

.eligibility_requirements_grid .after_circle.lightgreen_border {
    border: 3px solid var(--grid_green);
}

.eligibility_requirements_grid .after_circle.orange_border {
    border: 3px solid var(--grid_orange);
}

.eligibility_requirements_grid .after_circle .after__inner_circle {
    width: 14px;
    height: 14px;
    background: var(--bs-white);
    border-radius: 50%;
    box-shadow: 0 0 14px -3px #000;
    position: absolute;
}

.eligibility_requirements_grid .after_circle .after__inner_circle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 1px;
    width: 49px;
    height: 6px;
    border: 1px solid #fff;
    border-right-color: #fff;
    border-left-color: transparent;
    transform: translateY(-50%);
}

.eligibility_requirements_grid .after_circle .after__inner_circle.skyblue_border::before {
    background: linear-gradient(to left, transparent 98%, var(--grid_skyblue) 2%);
}

.eligibility_requirements_grid .after_circle .after__inner_circle.red_border::before {
    background: linear-gradient(to left, transparent 98%, var(--grid_red) 2%);
}

.eligibility_requirements_grid .after_circle .after__inner_circle.green_border::before {
    background: linear-gradient(to left, transparent 98%, var(--grid_green) 2%);
}

.eligibility_requirements_grid .after_circle .after__inner_circle.pink_border::before {
    background: linear-gradient(to left, transparent 98%, var(--grid_pink) 2%);
}

.eligibility_requirements_grid .after_circle .after__inner_circle.purple_border::before {
    background: linear-gradient(to left, transparent 98%, var(--grid_purple) 2%);
}

.eligibility_requirements_grid .after_circle .after__inner_circle.purple_border::before {
    background: linear-gradient(to left, transparent 98%, var(--grid_orange) 2%);
}

.eligibility_requirements_grid .after_circle .after__inner_circle::after {
    position: absolute;
    bottom: 30%;
    right: 0;
    width: 4.2vw;
    height: 1px;
    background: #fff;
}

.eligibility_requirements_grid .inner_number::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 1px);
    aspect-ratio: 1/1;
    /* background: #478cca; */
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.eligibility_requirements_grid .inner_number::before.skyblue_border {
    background: var(--grid_skyblue);
}

.eligibility_requirements_grid .inner_number::before.red_border {
    background: var(--grid_red);
}

.eligibility_requirements_grid .inner_number::before.pink_border {
    background: var(--grid_pink);
}

.eligibility_requirements_grid .inner_number::before.purple_border {
    background: var(--grid_purple);
}

.eligibility_requirements_grid .inner_number::before.lightgreen_border {
    background: var(--grid_green);
}

.eligibility_requirements_grid .inner_number::before.orange_border {
    background: var(--grid_orange);
}


/* responsive */
@media(max-width: 992px) {
    .eligibility_grids_wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*  */
.application_box {
    background: #d1d1d1;
    padding: 25px;
    box-shadow: 0 4px 6px #cdcdcd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .3s ease-in-out !important;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
}

.application_box:hover {
    background: #0096ff;
    color: #fff;
}

.application_box:hover h4,
.application_box:hover p,
.application_box:hover a {
    color: #fff;
}

.application_box:hover span {
    color: #ccc;
}

/* row_services_counter */
.row_services_counter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.services_counter_box {
    padding: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    width: 23%;
    margin-left: auto;
    margin-right: auto;
    min-width: 255px;
    max-width: 260px;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
}

.services_counter_box:hover {
    transform: translateY(-16px);
    -webkit-transform: translateY(-16px);
    -moz-transform: translateY(-16px);
    -ms-transform: translateY(-16px);
    -o-transform: translateY(-16px);
}

.services_counter_box_inner {
    padding: 30px;
    padding-top: 20px;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 2px 6px 15px #7878784a;
}

.service_count_num {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    min-width: 80px;
    aspect-ratio: 1 / 1;
    padding: 5px;
    color: #02020c;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-shadow: -10px -10px 15px rgb(255 255 255 / 50%), 6px 6px 8px rgb(70 70 70 / 19%), 13px 10px 10px rgb(70 70 70 / 6%) inset;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_count_num h3 {
    font-size: 22px !important;
}

.service_count_txt h4 {
    font-weight: 700;
}

.services_counter_box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 30px);
    transform: translateX(-50%) translateY(4.5%);
    aspect-ratio: 1 / 1;
    background: linear-gradient(to bottom, #4689C9 50%, transparent 50%);
    -webkit-transform: translateX(-50%) translateY(4.5%);
    -moz-transform: translateX(-50%) translateY(4.5%);
    -ms-transform: translateX(-50%) translateY(4.5%);
    -o-transform: translateX(-50%) translateY(4.5%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.services_counter_box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100%);
    transform: translateX(-50%) translateY(-1%);
    aspect-ratio: 1 / 1;
    background: linear-gradient(to top, #4689C9 50%, transparent 50%);
    -webkit-transform: translateX(-50%) translateY(-1%);
    -moz-transform: translateX(-50%) translateY(-1%);
    -ms-transform: translateX(-50%) translateY(-1%);
    -o-transform: translateX(-50%) translateY(-1%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.services_counter_box .service_shape {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 5px);
    transform: translateX(-50%) translateY(-1%);
    aspect-ratio: 1 / 1;
    background: #fff;
    -webkit-transform: translateX(-50%) translateY(-1%);
    -moz-transform: translateX(-50%) translateY(-1%);
    -ms-transform: translateX(-50%) translateY(-1%);
    -o-transform: translateX(-50%) translateY(-1%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.services_counter_box .service_shape::after {
    content: '';
    position: absolute;
    top: 50.5%;
    left: -2px;
    transform: translateY(-50%);
    width: 7%;
    height: 3px;
    background: #4689C9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.services_counter_box .service_shape::before {
    content: '';
    position: absolute;
    top: 50.5%;
    right: -2px;
    transform: translateY(-50%);
    width: 7%;
    height: 3px;
    background: #4689C9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

/* color1  */
.services_counter_box1::after {
    background: linear-gradient(to bottom, #4689C9 50%, transparent 50%);
}

.services_counter_box1::before {
    background: linear-gradient(to top, #4689C9 50%, transparent 50%);
}

.services_counter_box1 .service_count_num h3,
.services_counter_box1 .service_count_txt h4 {
    color: #4689C9;
    font-weight: 700;
}

.services_counter_box1 .service_shape::after,
.services_counter_box1 .service_shape::before {
    background: #4689C9;
}

/* color2  */
.services_counter_box2::after {
    background: linear-gradient(to bottom, #DE3A90 50%, transparent 50%);
}

.services_counter_box2::before {
    background: linear-gradient(to top, #DE3A90 50%, transparent 50%);
}

.services_counter_box2 .service_count_num h3,
.services_counter_box2 .service_count_txt h4 {
    color: #DE3A90;
    font-weight: 700;
}

.services_counter_box2 .service_shape::after,
.services_counter_box2 .service_shape::before {
    background: #DE3A90;
}

/* color3  */
.services_counter_box3::after {
    background: linear-gradient(to bottom, #3FAA48 50%, transparent 50%);
}

.services_counter_box3::before {
    background: linear-gradient(to top, #3FAA48 50%, transparent 50%);
}

.services_counter_box3 .service_count_num h3,
.services_counter_box3 .service_count_txt h4 {
    color: #3FAA48;
    font-weight: 700;
}

.services_counter_box3 .service_shape::after,
.services_counter_box3 .service_shape::before {
    background: #3FAA48;
}

/* color4  */
.services_counter_box4::after {
    background: linear-gradient(to bottom, #E92529 50%, transparent 50%);
}

.services_counter_box4::before {
    background: linear-gradient(to top, #E92529 50%, transparent 50%);
}

.services_counter_box4 .service_count_num h3,
.services_counter_box4 .service_count_txt h4 {
    color: #E92529;
    font-weight: 700;
}

.services_counter_box4 .service_shape::after,
.services_counter_box4 .service_shape::before {
    background: #E92529;
}

@media(max-width: 768px) {
    .services_counter_box {
        width: 22%;
        margin-left: 1%;
        margin-right: 1%;
    }
}

/*  */