/*
==============
Section Title
==============
*/
.si__section__title.style__two h5 {
    color: var(--st-theme-color);
    font-size: 20px;
    position: relative;
    display: inline-block;
}
.si__section__title h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
}
.si__section__title h1 span{
    color: var(--st-theme-color);
    display: inline-block;
}
.si__section__title.t_left {
    text-align: left;
}
.si__section__title.t_right {
    text-align: right;
}
.si__section__title.t_center {
    text-align: center;
}
.si__section__title.t_left p {
    width: 85%;
    margin-top: 15px;
    margin-bottom: 0;
}
.si__section__title.t_center p {
    width: 50%;
    margin: 20px auto 0;
}
/* Section Title Style Two */
.si__section__title.style__two h5 {
    color: var(--st-theme-color);
    font-size: 16px;
    position: relative;
    margin-left: 75px;
    text-transform: uppercase;
}
.si__section__title.style__two h5::before {
    position: absolute;
    content: "";
    top: 25px;
    left: -75px;
    background: var(--st-theme-color);
    width: 60px;
    height: 2px;
}
.si__section__title.style__two h5::after {
    position: absolute;
    content: "";
    top: 18px;
    left: -28px;
    background: var(--st-theme-color);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* Style Three */
.style__three.si__section__title h1 {
    line-height: 65px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
}
.si__section__title.style__three h5 {
    background: #FFFFFF0F;
    padding: 0px 30px;
    border-radius: 100px;
    border: 1px solid #FFFFFF0F;
    display: inline-block;
    color: #A7AABB;
    font-size: 16px;
}
.si__section__title.style__three h5 i {
    margin-right: 5px;
    display: inline-block;
    animation: spinRotate 2s linear infinite;
    background: var(--st-theme-color-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
}
.spinRotate{
    animation: spinRotate 20s linear infinite;
    -webkit-animation: spinRotate 20s linear infinite;
}
@keyframes spinRotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
/* Style Four */
.style__four.si__section__title h5 {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    background: var(--st-theme-color-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.style__four.si__section__title h1 {
    line-height: 1.2;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
}
/* About Section CSS */
.about-experience-content {
    background: var(--st-theme-color);
    display: block;
    padding: 35px 28px 32px;
    width: 72%;
    border-top: 7px solid #fff;
    margin-left: 104px;
    position: relative;
    margin-top: -70px;
}
.about-experience-year {
    float: left;
    margin-right: 35px;
}
.about-experience-year h2 {
    color: #fff;
    font-size: 80px;
    font-weight: 700;
    margin-bottom: -7px;
    margin-top: -16px;
}
.about-experience-text p {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}
/* Video Box */
.single-video.style-one {
    position: relative;
}
.single-video.style-one .choose-video-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.em-video-image img {
    border-radius: 7px;
}
.video-icon a {
    text-align: center;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 25px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 50%;
    z-index: 1;
    background: var(--st-theme-color);
}
.video-icon a::before {
    background: var(--st-theme-color);
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
@keyframes pulse-border{
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.9);
        opacity: 0;
    }
}
.video-icon.no-before a::before {
    content: none !important;
}
.video-icon.has-before a::before {
    background: var(--st-theme-color, #ff0000);
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

/* Style Three */
.single-video.style-three .video-icon a {
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: var(--st-theme-color);
    border-radius: 50%;
    position: relative;
}
.single-video.style-three .video-icon a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--st-theme-color);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 1;
}
/* Hero Section */
.si__slider__area {
    position: relative;
    z-index: 1;
    padding: 200px 0;
}
.si__slider__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.si__slider__content {
    text-align: left;
}
.si__slider__content h5{
    color: #fff;
    font-size: 18px;
}
.si__slider__content h1 {
    color: #fff;
    font-size: 60px;
    padding: 15px 0 20px;
    line-height: 75px;
    font-weight: 700;
}
.si__slider__content p{
    color: #fff;
}
.si__video {
    background: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: relative;
}
.si__slider__bottom {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 25px;
}
.si__video::before {
    background: #fff;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.si__video::after {
    background: #fff;
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    animation: pulse-border 1700ms ease-out infinite;
    z-index: -1;
}
@keyframes pulse-border{
    0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0;
}
}
.si__slider__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.si__slider__bottom span {
    color: #fff;
    font-size: 18px;
}
/* Slider Four */
.si__slider__four {
    position: relative;
}
.si__slider4__shape {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 1;
}
.bg-fix{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.si__slider__items {
    padding: 200px 0 200px;
    transition: 1s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.si__slider4__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: 12s;
    overflow: hidden;
}
.si__slider4__bg::after {
    content: "";
    position: absolute;
    inset-block: 0px;
    inset-inline-start: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(-104deg, rgba(12, 26, 23, 0) 1.9%, rgba(9, 31, 27, 0.08) 37.31%, rgba(9, 31, 27, 0.17) 40.18%, rgba(9, 31, 27, 0.37) 47.05%, rgba(9, 31, 27, 0.67) 56.36%, #091f1b 73.4%, #091f1b 95.2%, rgba(9, 31, 27, 0.91) 103.44%);
    z-index: -3;
}
.si__slider__content4 h5 {
    color: var(--st-theme-color);
    font-size: 25px;
    font-family: "Caveat", sans-serif;
    font-weight: 800;
}
.si__slider__content4 h1 {
    font-size: 85px;
    line-height: 1.1;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
}
.bottom-line {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='196' height='15' viewBox='0 0 196 15' fill='none'%3E %3Cpath d='M1 13C42.1844 2.92057 142.978 -3.87406 195 9.2668' stroke='%23FBAD17' stroke-width='4'/%3E %3C/svg%3E");
}
.si__slider__content4 h1 span {

}
.si__slider__btn4 {
    display: inline-block;
    padding: 14px 38px;
    background: var(--st-theme-color);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transition: .5s;
}
.si__slider__content4 {
    position: relative;
    z-index: 10;
    text-align: left;
}
.si__slider__btn4:hover{
    background: #fff;
    color: var(--st-theme-color);
}
.slider__video4 {
    display: inline-block;
    width: 70px;
    line-height: 70px;
    height: 70px;
    background: var(--st-theme-color);
    text-align: center;
    border-radius: 50%;
    margin-left: 25px;
    color: #fff;
    transition: .5s;
    position: relative;
}
.slider__video4:hover{
    background: #fff;
    color: var(--st-theme-color);
}
.slider__video4:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--st-theme-color);
    border-radius: 50%;
    animation: pxl_scale1 1500ms ease-out infinite;
    -webkit-animation: pxl_scale1 1500ms ease-out infinite;
    z-index: 1;
}
.slider__video4:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid var(--st-theme-color);
    border-radius: 50%;
    animation: pxl_scale2 1e3ms ease-out infinite;
    -webkit-animation: pxl_scale2 1e3ms ease-out infinite;
    z-index: 1;
}
@keyframes pxl_scale1{
    0% {
        transform: scale(1);
        opacity: .67;
    }
    100% {
        transform: scale(2.2);
        opacity: 0;
    }
}
@keyframes pxl_scale2{
    0% {
        transform: scale(1.2);
        opacity: .57;
    }
    100% {
        transform: scale(2.3);
        opacity: 0;
    }
}
/* Slider Animation */
.swiper-slide-active .si__slider4__bg{
    transform: scale(1.2);
}
.si__slider__content4 h5{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.si__slider__content4 h1{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.si__slider__bottom{
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.swiper-slide-active .si__slider__content4 h5 {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 600ms;
    transition-delay: 600ms;
}
.swiper-slide-active .si__slider__content4 h1{    
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    transition-delay: 1000ms;
}
.swiper-slide-active .si__slider__bottom{    
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
}





/* Navigation */
.si__slider4__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0;
    top: 0;
}
.si__slider4__navigation button {
    border-radius: 50%;
    width: 65px;
    height: 65px;
    line-height: 65px;
    transition: .5s;
    margin: 0 15px;
    border: 1px solid rgba(255,255,255,0.6);
    background: transparent;
    color: #fff;
}
.si__slider4__navigation button:hover{
    background: var(--st-theme-color);
    color: #fff;
    border: 1px solid var(--st-theme-color);
}
/*
=================
Service Box
=================
*/
/* Service Style One */
.si__service__box.style__one {
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: .5s !important;
    -webkit-transition: .5s !important;
    -moz-transition: .5s !important;
    -ms-transition: .5s !important;
    -o-transition: .5s !important;
    overflow: hidden;
}
.si__service__box.style__one.text-left p {
    width: 100%;
}
.si__service__box.style__one p {
    width: 80%;
    margin: 0 auto 30px;
}
.si__service__box.style__one .si__service__btn a {
    display: inline-block;
    background: var(--st-theme-color);
    padding: 12px 32px;
    color: #fff;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    overflow: hidden;
}
.si__service__box.style__one .si__service__btn a::before{
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: var(--st-theme-primary);
    width: 0%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1;
}
.si__service__box.style__one .si__service__btn a:hover::before{
    width: 100%;
    left: 0;
}
.si__service__box.style__one .si__service__thumb{
    overflow: hidden;
    border-radius: 20px;
}
.si__service__box.style__one .si__service__thumb img {
    border-radius: 20px;
    transition: .5s;
    overflow: hidden;
}
.si__service__box:hover .si__service__thumb img{
    transform: scale(1.1);
}
.service__imgicon img {
    width: 45px;
}
.service__icon i {
    font-size: 40px;
}
.si__service__thumb{
    overflow: hidden;
    position: relative;
    transition: .5s;
}
.si__service__thumb img {
    transition: .5s;
    overflow: hidden;
    width: 100%;
}
.si__service__content h4 a{
    font-weight: 700;
}
.si__service__content h4 a:hover{
    color: var(--st-theme-color);
}
.si__service__btn a i{
    margin-left: 5px;
}
.si__service__btn a:hover{
    color: var(--st-theme-color);
}
/* Service Box Two */
.si__service__box.style__two {
    position: relative;
    background: #fff;
    padding: 15px;
    border: 1px solid #fff;
    transition: all 300ms ease;
}
.si__service__box.style__two:hover {
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.si__service__box.style__two .si__service__thumb__wrapper{
    position: relative;
}
.si__service__box.style__two .service__icon i {
    color: #fff;;
}
.si__service__box.style__two .si__service__thumb__wrapper .service__icon,
.si__service__box.style__two .si__service__thumb__wrapper .service__imgicon {
    position: absolute;
    left: 25px;
    bottom: -10px;
    height: 90px;
    width: 90px;
    background: var(--st-theme-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 58px;
    transition: all 300ms ease;
}
.si__service__box.style__two .si__service__thumb__wrapper .service__icon::before,
.si__service__box.style__two .si__service__thumb__wrapper .service__imgicon::before {
    position: absolute;
    bottom: 0;
    left: -10px;
    border-right: 10px solid var(--st-theme-color);
    border-bottom: 10px solid transparent;
    content: "";
}
.si__service__box.style__two .si__service__thumb__wrapper .service__icon::after,
.si__service__box.style__two .si__service__thumb__wrapper .service__imgicon::after {
    position: absolute;
    bottom: 0;
    right: -10px;
    border-left: 10px solid var(--st-theme-color);
    border-bottom: 10px solid transparent;
    content: "";
}
.si__service__box.style__two .si__service__thumb__wrapper .si__service__thumb:after {
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    right: 51%;
    top: 0;
    opacity: 1;
    pointer-events: none;
    transition: all 400ms linear;
}
.si__service__box.style__two:hover .si__service__thumb__wrapper .si__service__thumb:after {
    left: 0;
    right: 0;
    opacity: 0;
}
.si__service__box.style__two .si__service__content {
    position: relative;
    padding: 35px 25px 15px;
}
.si__service__box.style__two .si__service__btn a{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #808287;
    letter-spacing: 0.1em;
}
.si__service__box.style__two .si__service__btn a i{
    color: var(--st-theme-color);
    font-weight: 700;
}
.si__service__box.style__two .si__service__btn a:hover{
    color: var(--st-theme-color);
}
.si__service__box.style__two .si__service__btn a:hover i {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    opacity: 0;
}
/* Service Box Three */
.si__service__box.style__three{

}
.si__service__box.style__three .si__service__thumb__wrapper{
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
}
.si__service__box.style__three .si__service__thumb__wrapper .service__icon,
.si__service__box.style__three .si__service__thumb__wrapper .service__imgicon {
    position: absolute;
    left: 0;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background: var(--st-theme-color);
    color: #fff;
    font-size: 42px;
    transition: all 300ms ease;
}
.si__service__box.style__three .si__service__thumb{
    position: relative;
}
.si__service__box.style__three .si__service__thumb:after {
    background: linear-gradient(-135deg, rgba(23, 23, 23, 0) 40%, var(--st-theme-color) 100%);
    left: 0%;
    bottom: 0;
    width: 0%;
    height: 0%;
    content: "";
    position: absolute;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease;
}
.si__service__box.style__three:hover .si__service__thumb:after{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.si__service__box.style__three .si__service__content {
    position: relative;
    margin-top: -25px;
    margin-right: 30px;
    background-color: #fff;
    padding: 7px 25px 7px;
    transition: all 300ms ease;
    border-top: 5px solid var(--st-theme-color);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.si__service__box.style__three .si__service__btn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__service__box.style__three .si__service__btn:hover{
    background: var(--st-theme-color);
}
.si__service__box.style__three .si__service__btn a i {
    transform: rotate(-40deg);
    display: inline-block;
    font-size: 22px;
}
.si__service__box.style__three .si__service__btn:hover a i{
    color: #fff;
}
/* Service Box Four */
h4 a{
    font-weight: 700;
}
h4 a:hover{
    color: var(--st-theme-color) !important;
}
.si__service__box.style__four{
    position: relative;
}
.si__service__box.style__four:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-height: 4px;
    z-index: 2;
    background-color: var(--st-theme-color);
    transition: all 300ms ease;
    content: "";
}
.si__service__box.style__four .si__service__content {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 20px;
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    padding: 8px 30px;
    transition: all 200ms ease;
}
.si__service__box.style__four .service__icon,
.si__service__box.style__four .service__imgicon {
    position: absolute;
    right: 20px;
    bottom: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background: var(--st-theme-color);
    color: #fff;
    font-size: 42px;
    transition: all 300ms ease;
    z-index: 1;
}
.si__service__box.style__four:hover .si__service__icon__type,
.si__service__box.style__four:hover .si__service__content{
    opacity: 0;
    visibility: hidden;
}
.si__service__box.style__four .si__service__hover__content{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 35px 30px 20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 300ms ease;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: bottom;
}
.si__service__box.style__four:hover .si__service__hover__content{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.si__service__box.style__four .si__service__hover__content::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #0e0f11;
    opacity: 0.9;
    content: "";
    border-bottom: 4px solid var(--st-theme-color);
    z-index: -1;
}
.si__service__box.style__four .si__service__hover__content .si__service__icon__type .service__icon, 
.si__service__box.style__four .si__service__hover__content .si__service__icon__type .service__imgicon {
    position: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    background: var(--st-theme-color);
    color: #fff;
    font-size: 42px;
    transition: all 300ms ease;
}
.si__service__box.style__four .si__service__hover__content h4,
.si__service__box.style__four .si__service__hover__content p,
.si__service__box.style__four .si__service__hover__content a{
    color: #fff;
}
.si__service__box.style__four .si__service__hover__content .si__service__icon__type {
    margin-bottom: 15px;
}
.si__service__box.style__four:hover .si__service__hover__content .si__service__icon__type {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: 300ms;
}
.si__service__box.style__four:hover .si__service__hover__content h4 {
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: 400ms;
}
.si__service__box.style__four:hover .si__service__hover__content p {
    opacity: 0.5;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: 500ms;
}
.si__service__box.style__four:hover .si__service__hover__content .si__service__btn a {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition-delay: 600ms;
    opacity: 1;
}
.si__service__box.style__four .si__service__hover__content .si__service__icon__type,
.si__service__box.style__four .si__service__hover__content h4,
.si__service__box.style__four .si__service__hover__content p,
.si__service__box.style__four .si__service__hover__content .si__service__btn a{
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
/* Service Style Five */
.si__service__box.style__five{

}
.si__service__box.style__five .si__service__thumb__wrapper{
    position: relative;
}
.si__service__box.style__five .si__service__thumb {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.si__service__box.style__five .si__service__thumb__wrapper::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top,rgba(0,0,0,1) 0%,rgba(0,0,0,0) 52%,rgba(0,0,0,0) 73%);
    z-index: 1;
    border-radius: 25px;
}
.si__service__box.style__five .si__service__thumb__wrapper::after {
    content: '';
    position: absolute;
    width: 119px;
    height: 112px;
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
    z-index: 6;
    background-color: #fff;
    mask: url(../images/shape-bottom.png) bottom right no-repeat;
    -webkit-mask: url(../images/shape-bottom.png) bottom right no-repeat;
}
.si__service__box.style__five .si__service__icon__type {
    position: absolute;
    top: 15px;
    left: 30px;
    z-index: 2;
    background: var(--st-theme-color);
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
}
.si__service__box.style__five .si__service__content {
    position: absolute;
    bottom: 15px;
    left: 30px;
    color: #fff;
    z-index: 2;
    width: 75%;
}
.si__service__box.style__five .si__service__content h4 a{
    color: #fff;
}
.si__service__box.style__five .si__service__btn {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    z-index: 8;
}
.si__service__box.style__five .si__service__btn a {
    font-size: 20px;
    background: var(--st-theme-color);
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    transform: rotate(-45deg);
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__service__box.style__five .si__service__btn a:hover{
    background: #fff;
    color: var(--st-theme-color);
}
.si__service__box.style__five .si__service__btn a i{
    margin: 0;
    font-weight: 500;
}
.si__service__box.style__five .si__service__content p {
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.si__service__box.style__five:hover .si__service__content p {
    opacity: 1;
    height: 80px;
}
/* Service Style Six */
.si__service__box.style__six{

}
.si__service__box.style__six .si__service__content {
    position: relative;
    padding: 28px 30px 32px;
    background-color: #fff;
    z-index: 2;
}
.si__service__box.style__six .si__service__content::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    transform: skewY(-9deg);
    z-index: -1;
}
.si__service__box.style__six .si__service__content::after {
    content: "";
    position: absolute;
    top: -38px;
    left: 0;
    width: 100%;
    border: 5px solid #dadadb;
    transform: skewY(-9deg);
    transition: all 0.3s ease;
}
.si__service__box.style__six:hover .si__service__content::after {
    border-color: var(--st-theme-color);
}
.si__service__box.style__six .si__service__icon__type {
    position: absolute;
    top: -60px;
    left: 30px;
    z-index: 99;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: #fff;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-bottom: 0;
    transition: all 0.3s ease;
    color: var(--st-theme-color);
}
.si__service__box.style__six:hover .si__service__icon__type {
    background-color: var(--st-theme-color);
    transform: translateY(-10px);
    color: #fff;
    transition: all 400ms ease;
}
.si__service__box.style__six:hover .si__service__icon__type .service__imgicon img{
    filter: brightness(0) saturate(100%) invert(1);
}
/* Service Style Seven */
.si__service__box.style__seven{
    padding: 10px;
    border: 1px solid #ced7e0;
    position: relative;
    z-index: 2;
}
.si__service__box.style__seven .si__service__icon__type  {
    width: 90px;
    height: 90px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-inline-start: 15px;
    margin-top: -45px;
    margin-bottom: 0;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    z-index: 2;
    text-align: center;
}
.si__service__box.style__seven:hover .si__service__icon__type .service__icon i, 
.si__service__box.style__seven:hover .si__service__icon__type .service__imgicon img {
    transform: rotateY(360deg);
}
.si__service__box.style__seven:hover .si__service__icon__type .service__icon, .si__service__box.style__seven:hover .si__service__icon__type .service__imgicon {
    background-color: var(--st-theme-color) !important;
}
.si__service__box.style__seven .si__service__thumb__wrapper p{
    padding: 0px 20px 0px 20px;
}
.si__service__box.style__seven .si__service__icon__type .service__icon, 
.si__service__box.style__seven .si__service__icon__type .service__imgicon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    font-size: 50px;
    line-height: 1;
    border-radius: 50%;
    color: var(--st-theme-color);
    background-color: #e1e8f0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__service__box.style__seven:hover .si__service__icon__type .service__icon{
    color: #fff;
}
.si__service__box.style__seven:hover .si__service__icon__type .service__imgicon img{
    filter: brightness(0) saturate(100%) invert(1);
}
.si__service__box.style__seven .service__imgicon img{
    width: 35px;
}
.si__service__box.style__seven .si__service__content {
    padding: 10px 20px 5px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    row-gap: 30px;
}
.si__service__box.style__seven .si__service__btn a svg {
    width: 25px;
    filter: brightness(0) saturate(100%) invert(1);
    transform: rotate(-45deg);
    transition: 0.3s ease-in-out;
    text-shadow: -40px 0 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}
.si__service__box.style__seven .si__service__btn a {
    margin-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 1;
    background-color: #000;
    overflow: hidden;
}
.si__service__box.style__seven .si__service__btn a:hover svg {
    animation: .5s forwards toBottomFromTop;
    -webkit-animation: .5s forwards toBottomFromTop;
}
@keyframes toBottomFromTop{
    49% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
}
    50% {
        opacity: 0;
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
}
}
/* Service Style Eight */
.si__service__box.style__eight {
    border: 1px solid #ced7e0;
    padding: 40px 30px 45px;
    position: relative;
    z-index: 2;
}
.si__service__box.style__eight .si__service__icon__type {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    line-height: 1;
    font-size: 70px;
    color: var(--st-theme-color);
    background: #e1e8f0;
    border-radius: 50%;
    margin-bottom: 55px;
    position: relative;
    z-index: 2;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__service__box.style__eight:hover .si__service__icon__type {
    background-color: #fff !important;
}
.si__service__box.style__eight:hover .si__service__icon__type .service__icon,
.si__service__box.style__eight:hover .si__service__icon__type .service__imgicon {
    animation: wobble-horizontal-hover 1s ease-in-out 1;
    -webkit-animation: wobble-horizontal-hover 1s ease-in-out 1;
}
.si__service__box.style__eight .si__service__btn a svg {
    width: 23px;
    margin-left: 5px;
    height: 20px;
}

@keyframes wobble-horizontal-hover {
    16.65% {
    transform: translateX(5px);
}
33.3% {
    transform: translateX(-3px);
}
49.95% {
    transform: translateX(4px);
}
66.6% {
    transform: translateX(-2px);
}
83.25% {
    transform: translateX(1px);
}
100% {
    transform: translateX(0);
}
}

.si__service__box.style__eight .si__service__thumb {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.si__service__box.style__eight .si__service__thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    inset-inline-start: 0;
    background: rgba(5, 18, 41, 0.55);
    z-index: 1;
}
.si__service__box.style__eight:hover .si__service__thumb {
    opacity: 1;
    visibility: visible;
}
.si__service__box.style__eight .si__service__thumb img{
    width: 100%;
}
.si__service__box.style__eight .si__service__content span {
    font-weight: 700;
    font-size: 18px;
}
.si__service__box.style__eight:hover .si__service__content span,
.si__service__box.style__eight:hover .si__service__content h4 a,
.si__service__box.style__eight:hover .si__service__content p,
.si__service__box.style__eight:hover .si__service__content .si__service__btn a{
    color: #fff;
}
.si__service__box.style__eight:hover .si__service__thumb img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.si__service__box.style__eight:hover .si__service__btn a svg {
    filter: brightness(0) saturate(100%) invert(1);
}
/* Service Style Nine */
.si__service__box.style__nine {
    border-radius: 15px;
    background: #fff;
    padding: 30px;
    border: 1px solid #FFFFFF0F;
}
.si__service__box.style__nine:hover .si__service__icon__type .service__icon,
.si__service__box.style__nine:hover .si__service__icon__type .service__imgicon{
    background: var(--st-theme-color) !important;
    color: #fff;
}
.si__service__box.style__nine:hover .si__service__icon__type .service__imgicon img{
    filter: brightness(0) saturate(100%) invert(1);
}
.si__service__box.style__nine .si__service__icon__type .service__icon,
.si__service__box.style__nine .si__service__icon__type .service__imgicon{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 96px;
    height: 96px;
    line-height: 93px;
    border-radius: 50%;
    border: 1px solid #e1e8f0;
    background: #e1e8f0;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.si__service__box.style__nine .si__service__content {
    margin-top: 10px;
}
.si__service__box.style__nine .si__service__thumb {
    margin-top: 25px;
    border-radius: 24px;
    overflow: hidden;
    display: block;
    position: relative;
    z-index: 1;
}
.si__service__box.style__nine .si__service__thumb:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 1;
}
.si__service__box.style__nine:hover .si__service__thumb:before{
    opacity: 0.6;
}
.si__service__box.style__nine .si__service__btn {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    right: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.si__service__box.style__nine:hover .si__service__btn{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.si__service__box.style__nine .si__service__btn a svg {
    width: 40px;
    filter: brightness(0) saturate(100%) invert(1);
    height: 40px;
}
/* Service Style Ten */
.si__service__box.style__ten{
    background-color: #FFFFFF;
    display: block;
    padding: 12px 12px 25px 12px;
}
.si__service__box.style__ten .si__service__icon__type .service__imgicon img{
    width: 45px;
}
.si__service__box.style__ten .si__service__icon__type {
    position: absolute;
    left: 30px;
    top: 30px;
    text-align: center;
}
.si__service__box.style__ten:hover .si__service__icon__type .service__imgicon img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.si__service__box.style__ten .si__service__icon__type .service__icon,
.si__service__box.style__ten .si__service__icon__type .service__imgicon{
    background: #000;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 75px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__service__box.style__ten .si__service__icon__type .service__imgicon img{
    filter: brightness(0) saturate(100%) invert(1);
}
.si__service__box.style__ten .si__service__icon__type::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 39px;
    background: var(--st-theme-color);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__service__box.style__ten:hover .si__service__icon__type::before{
    width: 100%;
    height: 100%;
}
.si__service__box.style__ten .si__service__content {
    padding: 20px 20px 0;
}
.si__service__box.style__ten .si__service__content p {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 15px;
}
.si__service__box.style__ten .si__service__btn a svg {
    margin-left: 7px;
}


























/* Service Carousel Box Four */
.info-box {
    position: relative;
    margin: 5px;
    background: #e7eae9;
    border-radius: 7px;
    text-align: center;
    padding: 25px;
}
.icon-body {
    font-size: 37px;
    color: #fff;
    width: 80px;
    line-height: 80px;
    text-align: center;
    height: 80px;
    position: absolute;
    top: -40px;
    right: 30px;
    border-radius: 50%;
    background: var(--st-theme-color);
    transition: .5s;
}
.info-box:hover .icon-body{
    -ms-transform: rotateY(-360deg);
    -webkit-transform: rotateY(-360deg);
    transform: rotateY(-360deg);
}
.info-style9 .info-item {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.info-style9 .info-item .info-bg-image {
    overflow: hidden;
    border-radius: 7px 7px 0 0;
}
.info-box:hover .info-bg-image img{
    transform: scale(1.2);
}
.info-style9 .info-item .info-bg-image img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}
.info-style9 .info-item .info-content {
    padding: 30px 40px 0;
    position: relative;
}
.icon-body img {
    width: 45px;
}
.info-style9 .info-item .info-content .info-title {
    margin-bottom: 10px;
    line-height: 32px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    display: inline-block;
}
.info-style9 .info-item .info-content .info-title a{
    transition: .5s;
}
.event__list li i {
    margin-right: 5px;
    color: var(--st-theme-color);
}
.info-style9 .info-item .info-content .info-title a:hover{
    color: var(--st-theme-color);
}
.btn-style8 {
    margin-top: 20px;
    font-weight: 400;
    transition: .5s;
    background: var(--st-theme-color);
    display: inline-block;
    padding: 12px 34px;
    color: #fff;
    font-size: 15px;
    border-radius: 30px;
}
.btn-style8:hover{
    background: var( --st-theme-primary);
}
.btn-style8 i {
    margin-left: 5px;
}
.info_list .owl-nav {
    display: flex;
    position: absolute;
    top: -147px;
    right: 0;
}
.info_list .owl-nav div {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--st-theme-color);
    text-align: center;
    border-radius: 50%;
    margin: 0 10px;
    color: #fff;
    display: inline-block;
    transition: .5s;
    border: 1px solid var(--st-theme-color);
}
.info_list .owl-nav div:hover {
    background: #fff;
    color: var(--st-theme-color);
    border: 1px solid var(--st-theme-color);
}
.info_list .owl-nav div i {
    font-weight: 900;
}
.event2 .info_list .owl-nav {
    display: flex;
    position: inherit;
    top: 35px;
    right: 0;
    justify-content: center;
}
/*
==========
Flip Box
==========
*/
.flip-box .flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	transition: .5s;
}
.flip-box .flip-box-inner .flip-box-wrap {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.flip-box .flip-box-inner .back-part, .flip-box .flip-box-inner .front-part {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 100%;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275), -webkit-transform 0.6s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    transition: .5s;
}

.flip-box .flip-box-inner .front-part {
	position: relative;
	bottom: 0;
	z-index: 10;
	padding: 0 25px 0px;
	border-radius: 8px;
	background-color: #6094da;
}
.flip-box .flip-box-inner .front-part .front-background-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 7px;
}
.flip-box.style-one .flip-box-inner .front-part .front-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 7px;
    background-image: linear-gradient(6.51deg, var(--st-theme-primary) 5.61%, rgba(60, 114, 252, 0.1) 72%);
}
.flip-box.style-one .flip-box-inner .back-part .back-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 7px;
    background-image: linear-gradient(6.51deg, var(--st-theme-primary) 5.61%, rgba(60, 114, 252, 0.1) 72%);
}
.flip-box .flip-box-inner .front-part .front-content-part{
    width: 100%;
	z-index: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part {
	margin-bottom: 5px;
	margin-top: 7px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span, .flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 55px;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-icon-part span img,
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part span img{
    width: 60px;
    height: 60px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part {
	margin-bottom: 4px;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-title-part .front-title {
    margin: 20px 0 0;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.5;
    color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-desc-part .front-desc {
	margin-bottom: 0;
	font-size: 15px;
	color: #fff;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn {
    display: inline-block;
    line-height: 1;
}
.flip-box .flip-box-inner .front-part .front-content-part .front-btn-part .front-btn i {
    transition: all 0.4s ease 0s;
}

/* Back Part */
.flip-box.style-two .front-part{
    border: none;
}
.flip-box.style-two .front-part::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--st-theme-color) 0%, rgba(135, 134, 142, 0.1019607843) 90%, rgba(255, 255, 255, 0) 100%);
}
.flip-box.style-two .flip-box-inner .back-part .back-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 7px;
    background: linear-gradient(0deg, var(--st-theme-color) 0%, rgba(135, 134, 142, 0.1019607843) 90%, rgba(255, 255, 255, 0) 100%);
}
.flip-box.style-two .flip-box-inner .front-part .front-background-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 7px;
    background-image: linear-gradient(73.51deg, var(--st-theme-color) 31.61%, rgba(60, 114, 252, 0) 100%);
}
.flip-box .flip-box-inner .back-part {
	position: absolute;
	z-index: -1;
	padding: 0px 25px 37px;
	border-radius: 8px;
}
.flip-box .flip-box-inner .back-part .back-background-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	border-radius: 7px;
}
.flip-box .flip-box-inner .back-part .back-content-part{
	width: 100%;
    z-index: 1;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part {
    display: inline-block;
    text-align: center;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-icon-part .back-img {
    display: inline-block;
}

.flip-box .flip-box-inner .back-part .back-content-part .back-title-part {
    margin-bottom: 4px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-title-part .back-title {
	margin: 0;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-desc-part .back-desc {
    font-size: 16px;
    color: #fff;
    width: 73%;
    margin: 10px auto 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn {
    display: inline-block;
    line-height: 1;
    padding: 14px 25px;
    background: #fff;
    font-size: 18px;
    color: var(--st-theme-color);
    font-weight: 500;
    font-size: 15px;
    border-radius: 2px !important;
    margin-top: 22px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn i {
    transition: all 0.4s ease 0s;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after span {
    float: left;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-after i {
    margin-left: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before span {
    float: right;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn.icon-before i {
    margin-right: 10px;
}
.flip-box .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: var(--st-theme-color);
    color: #fff;
}
.flip-box .flip-box-inner.rs-flip-right .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right .back-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-right .back-content-part {
    right: 15px;
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-right:hover .front-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-right:hover .back-content-part {
    right: 0;
}
.flip-box .flip-box-inner.rs-flip-left .front-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left .back-part {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.flip-box .flip-box-inner.rs-flip-left .back-content-part {
    left: 15px;
}
.flip-box .flip-box-inner.rs-flip-left:hover .front-part {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-part {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}
.flip-box .flip-box-inner.rs-flip-left:hover .back-content-part {
    left: 0;
}
.flip-box .flip-box-inner.rs-flip-up .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up .back-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-up .back-content-part {
    top: 15px;
}
.flip-box .flip-box-inner.rs-flip-up:hover .front-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-up:hover .back-content-part {
    top: 0;
}
.flip-box .flip-box-inner.rs-flip-down .front-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down .back-part {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.flip-box .flip-box-inner.rs-flip-down .back-content-part {
    bottom: 15px;
}
.flip-box .flip-box-inner.rs-flip-down:hover .front-part {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-part {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
.flip-box .flip-box-inner.rs-flip-down:hover .back-content-part {
    bottom: 0;
}
.flip-box .flip-box-inner:hover .back-part {
    z-index: 1;
}
.flip-box .flip-box-inner:hover .front-part {
    z-index: -1;
}
.flip-box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0;
}
.front-part, .back-part {
	min-height: 230px;
}
/* Style Two */
.flip-box.style-two .flip-box-inner .back-part .back-content-part .back-btn-part .back-btn:hover {
    background: var(--st-theme-color);
}
.flip-box.flip-box.style-two .flip-box-inner .back-part {
    padding: 0 25px 26px;
}
.flip-box.style-two .front-part .front-icon i {
    display: inline-block;
    margin-bottom: 15px;
    line-height: 68px;
    border-radius: 50%;
    height: 68px;
    width: 68px;
    border: 1px solid #fff;
    background: transparent;
    font-size: 35px;
}
.flip-box.style-three  .front-part .front-icon i {
    display: inline-block;
    margin-bottom: 15px;
    line-height: 68px;
    border-radius: 5px;
    height: 68px;
    width: 68px;
    border: 1px solid #fff;
    background: transparent;
}
/* Style Three */
.flip-box.style-three .front-part {
    box-shadow: 3px 3px 13px 0 rgb(0 0 0 / 10%);
}
.mfp-hide {
  display: none !important; 
}

/*
============
Form Area
============
*/
.form-box {
    background: var(--st-theme-color);
    box-shadow: 0 0 6px #ddd;
    border-radius: 5px;
}
.contact-title {
    padding: 35px 18px 40px;
}
.form-box-inner {
    background: #fff;
    padding: 35px 35px 25px;
    border-radius: 45px 0 5px 5px;
}
.form-box .buttons {
    text-align: left;
    margin-top: 15px;
}
.form-box .form-group textarea {
    height: 125px;
}
.contact-title h1 {
    font-size: 35px;
    margin: 0;
    color: #fff;
}
.contact-title h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;

}
/* contact form two */
.contact-two .form-box {
    background: transparent;
    box-shadow: none;
    border-radius: 5px;
}
.contact-two .form-box-inner {
    background: transparent;
    padding: 25px 35px 0px;
    border-radius: 0;
}
.contact-two .contact-title {
    padding: 0px 18px 0px;
    color:#151423;
}
.contact-two .contact-title h1 {
    color:#151423;
}
.form-control, textarea {
    height: 54px;
    background: transparent;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b8acac;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}
.contact-two .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: var(--st-theme-color);
    box-shadow: 0 0 0 0.2rem rgb(237 44 65 / 7%);
}
.contact-two .button {
    border-radius: 4px;
}
.contact-two select, .form-control {
    height: 60px;
}

/* contact threee */
.contact-three .form-box {
    box-shadow: none;
}
.form-group textarea {
    padding-top: 20px;
    height: 150px;
    width: 100%;
}
.quote_form .buttons {
    margin-top: 12px;
}
.quote_form .button {
    background: var(--st-theme-color);
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 12px 38px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.quote_form .button:hover{
    background: var(--st-theme-color);
}
.form-area.apppontment-form {
    background: #fff;
    padding: 24px 48px 4px;
    border-radius: 7px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
}
.form-area.apppontment-form .form-control, .form-area.apppontment-form .form-group select {
    height: 54px;
    background-color: #F4F7FC;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #eee;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
    width: 100%;
    color: #666;
}
.form-area.apppontment-form textarea {
    background: #F4F7FC;
}
/*
============
Work Process
============

/*
==========
Case Study
==========
*/

.sthemeit-single-cases-study {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cases-study-content {
	position: absolute;
	left: 0;
	bottom: -100%;
	right: 0;
	text-align: center;
	background: linear-gradient(to right,var(--st-theme-color) 0%,var(--st-theme-color) 0%,var(--st-theme-color) 26%,#4e95ed 100%,#2989d8 100%,#207cca 100%,var(--st-theme-color) 100%);
	margin: auto;
	padding: 25px 30px 18px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 999;
	width: 100%;
}
.sthemeit-single-cases-study:hover .cases-study-content{
	bottom: 0;
}
.case-study-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 1s;
}
.case-study-thumb img{
	width: 100%;
}
.case-study-thumb::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.75);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 5px;
}
.sthemeit-single-cases-study:hover .case-study-thumb:before{
	opacity:1;
}
.em-cases-study-title h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 5px;
}
.em-cases-study-title h2 a {
	margin: 0 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.case_category span {
    color: var(--st-theme-color);
}

.case_default .em-cases-study-content{
    background: transparent;
    width: 100%;
    padding: 40px 27px;
    top: inherit;
    opacity: 1;
    text-align: left;
    bottom: 0;
}
.case_default .sthemeit-single-cases-study {
    margin-bottom: 30px;
}

.case_default .case-study-thumb {
   position:relative;
   z-index: 1;
}

.case_default .case-study-thumb:before {
   display:none;
}

.case_default .em-cases-study-title h2 {
    margin: 0 0 7px;
    color: #fff;
}
.case_default .case_category span,
.case_default .cases-study-content p,
.case_default .em-case-study-button a {
    color: #fff;
}
.case_default .cases-study-content p {
    margin: 20px 0;
}
.case_default .em-cases-study-title h2 a:hover {
    color: #fff;
}
.em-case-study-button {
	margin-top: 10px;
}



/* Case Style Two
------------------*/
.style-two .case-study-thumb::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(237,44,65,.85);
	content: "";
	opacity: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}
.style-two .cases-study-content {
	position: absolute;
	left: 0;
	right: 0;
	top: 70%;
	text-align: center;
	background: inherit;
	width: 100%;
	margin: auto;
	border-radius: 0;
	padding:0;
	opacity: 0;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	transform: translateY(-70%);
	z-index: 2;
	bottom: inherit;
}
.style-two .case_category span {
    color: #fff;
}
.style-two .sthemeit-single-cases-study:hover .cases-study-content{
	opacity:1;
	top:50%;
	bottom:inherit;
	transform: translateY(-50%);
}
.style-two .cases-study-content
.style-two .col-xs-12,
.style-two .col-sm-12,
.style-two .col-md-12{
	padding: 0;
}
.bg-bottom-bf {
    position: relative;
    z-index: 1;
}
.bg-bottom-bf::before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    background: #fff;
    content: "";
    opacity: 0;
    transition:.5s;
}
.bg-bottom-bf::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 14px;
    width: 14px;
    background: #fff;
    bottom: -3px;
    margin: auto;
    transform: rotate(45deg);
    opacity: 0;
    transition:.5s;
}
.style-two .sthemeit-single-cases-study:hover .bg-bottom-bf::after,
.style-two .sthemeit-single-cases-study:hover .bg-bottom-bf::before{
    opacity: 1;
}
.service-box.service-style-six:hover .bg-bottom-bf::after,
.service-box.service-style-six:hover .bg-bottom-bf::before{
    opacity: 1;
}
/* Case Style Three */
.case-study-style3 .em-cases-study-title h2 {
    font-size: 24px;
    margin: 12px 0 0;
}
.case-study-style3 .em-cases-study-title h2 a {
    color:#fff;
}
.case-study-style3 .case_category span {
    color: #fff;
}
.case-study-style3 .em-case-study-button a {
    display: inline-block;
    background: #fff;
    padding: 3px 20px;
    border-radius: 30px;
    color: var(--st-theme-color);
    margin-top: 10px;
}
.case-study-style3 .cases-study-content {
    top: 76%;
    background: transparent;
    width: 100%;
    border-radius: 0;
    padding: 0;
    opacity: 1;
}
.case-study-style3 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(black));
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    top: 25px;
    content: "";
    opacity: 1;
    transition: .5s;
}
.case-study-style3 .sthemeit-single-cases-study:hover .case-study-thumb::before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(37, 19, 209,.2)),to(blue));
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.4),#2513d1);
	top: 0;
}
.case-study-style3 .sthemeit-single-cases-study:hover .cases-study-content{
	top: 70%;
}


/* Style Four */
.case-style-four .sthemeit-single-cases-study {
    margin-bottom: 30px;
    overflow: hidden;
}
.case-style-four .sthemeit-single-cases-study .case-study-thumb:after {
    content: "";
    background: rgba(12,90,219,.85);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transform-origin: top;
	-moz-transition: all .5s ease-out 0s;
    -webkit-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    -moz-transform: perspective(15em) rotateX(-90deg);
    -o-transform: perspective(15em) rotateX(-90deg);
    -ms-transform: perspective(15em) rotateX(-90deg);
	-webkit-transform: perspective(15em) rotateX(-90deg);
    transform: perspective(15em) rotateX(-90deg);
    z-index: 1;
    left: 0;
}
.case-style-four .sthemeit-single-cases-study:hover .case-study-thumb:after {
    -moz-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -webkit-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0);
}
.case-style-four .cases-study-content{
    background: 0 0;
    width: 83%;
    padding: 21px 24px;
    opacity: 1;
    text-align: center;
	background: #fff;
    top: 120%;
    margin: auto;
    border-radius: 0;
	transform: translateY(-50%);
	bottom: inherit;
}
.case-style-four .sthemeit-single-cases-study:hover .cases-study-content {
    top: 80%;
	opacity: 1;
	bottom: inherit;
}

/* Case Style Five */
.case-study-style5 .em-cases-study-title h2 {
    font-size: 24px;
    margin: 12px 0 0;
}
.case-study-style5 .em-cases-study-title h2 a {
color:#fff;
}
.case-study-style5 .case_category span {
    color: #fff;
}
.case-study-style5 .em-case-study-button a {
    display: inline-block;
    background: #fff;
    padding: 3px 20px;
    border-radius: 30px;
    color: var(--st-theme-color);
    margin-top: 10px;
    transition: .5s;
}
.case-study-style5 .em-case-study-button a:hover{
    background: var(--st-theme-color);
    color: #fff;
}
.case-study-style5 .cases-study-content {
	bottom:0%;
	background: transparent;
	width: 100%;
	border-radius: 0;
	padding: 0;
	opacity: 0;
	left: 0;
}
.style-5.single_case_study:hover .cases-study-content{
    bottom: 10%;
    opacity: 1;
}
.case-study-style5 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,rgba(37, 19, 209,.4),var(--st-theme-color));
    content: "";
    opacity: 1;
    transition: .5s;
    bottom: 0;
}
.single_case_study.style-5 {
	padding: 15px;
}
.single_case_study.style-5 .case_category {
	margin-bottom: -5px;
}
.case-study-style5 .sthemeit-single-cases-study:hover .case-study-thumb::before {
    background: linear-gradient(to bottom,rgba(37, 19, 209,.4),var(--st-theme-color));
	top: 0;
}
.case_study_carousel_five .owl-dots {
	bottom: -70px;
}
/* Case Style Six
------------------*/
.style_six.single_case_study:hover .case-study-thumb img{
    transform: scale(1.2);
}
.style-six .case-study-thumb {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: 1s;
}
.style-six .case-study-thumb img{
    border-radius: 5px;
    transition: 1s;
}
.style-six .case-study-thumb::before {
    display: none;
}
.style-six .cases-study-content {
	position: relative;
	background: linear-gradient(90deg,var(--st-theme-color) 0%,var(--st-theme-color) 100%);
	width: 80%;
	margin-top: -58px;
	padding: 32px 10px 26px;
	border-radius: 7px;
}
.em-cases-study-title h2 a {
    font-size: 24px;
    font-weight: 800;
    color: #fff;
}
.style-six .case_category span {
    color: #fff;
}
.style-six .sthemeit-single-cases-study:hover .cases-study-content{
	bottom: inherit;
}
.style-six .sthemeit-single-cases-study:hover .case-study-thumb:before{
    opacity:.7;
}
/*
==============
    Pricing Table
==============
*/
.single_pricing {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 31px 40px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: left;
    border-radius: 8px;
    border: 1px solid #FFFFFF1A;
    background: #FFFFFF00;
}
.pricing_head {
	padding: 0 0 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.pricing_icon {
	text-align: center;
}
.pricing_img {
	text-align: center;
}
.pricing_title h3 {
    font-size: 25px;
    color: var(--st-theme-color);
    text-transform: capitalize;
    padding-bottom: 5px;
}
.price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.price_item {
    padding-bottom: 25px;
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.price_item span {
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    background: var(--st-theme-color-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    background-size: 200% auto;
}
.month_inner {
	display: block;
	margin-top: -10px;
}
.curencyp {
	font-size: 25px !important;
	font-weight: 500;
	position: relative;
	top: -15px;
}
.bootmp {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-top: 15px;
    color: #fff !important;
    background: transparent !important;
    -webkit-text-fill-color: #fff !important;
}
.featur ul li span {
    font-size: 16px;
}
.pricing_btn span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 30px;
	font-size: 15px;
}
.featur {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 7px;
}
.featur ul li {
    display: block;
    font-size: 15px;
    padding: 8px 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--st-theme-color);

}
.featur ul li b {
	font-weight: 600;
}
.featur ul li:last-child {
	padding-bottom: 0;
}
.order_now {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: 36px;
    margin-bottom: 0;
    position: relative;
}
.order_now a {
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: var(--st-theme-color-gradient);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background-size: 200% auto;
}
.order_now a:hover {
    background-position: right center;
    color: #fff;
}
.single_pricing .order_now a,
.single_pricing .price_item_inner,
.single_pricing .pricing_title>h3 {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.featur ul li i {
    font-size: 18px;
    color: var(--st-theme-color);
    font-weight: 400;
    margin-right: 4px;
    display: inline-block;
}
/* Pricing Style Two*/
.style-two.single_pricing {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    position: relative;
    border: inherit;
    background: #111214;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #282D3152;
    padding: 30px 30px 30px;
}
.style-two .pricing_top_bar {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
}
.style-two .pricing_head {
	padding: 0 0 0px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.style-two .pricing_icon {
	text-align: center;
}
.style-two .pricing_title h3 {
    font-size: 28px;
    text-transform: capitalize;
    padding-bottom: 0;
    color: #fff;
    font-weight: 400;
    position: relative;
    display: inline-block;
}
.style-two .monthp {
    padding: 0;
    margin: -20px 0 0 0 !important;
}
.featur ul li svg {
    width: 16px;
    fill: #fff;
    margin-right: 10px;
}
.style-two .pricing_title h3:after, .style-two .pricing_title h3:before {
    content: '';
    top: 48px;
    right: 0;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    background: #fff;
    left: 30px;
    margin: 0;
}
.style-two .pricing_title h3:before {
	width: 25px;
	left: 0;
	right: 0;
	margin: 0;
}
.style-two .pricing_subtitle h4 {
	font-size: 18px;
	color: #656565;
	font-weight: 400;
	margin: 0;
}
.style-two .pricing_img {
    display: inline-block;
    border-radius: 100%;
    margin-bottom: -20px;
    position: relative;
}
.style-two .pricing_img img {
	width: 120px;
}
.style-two.active .pricing_img {
    background: #fff;
    display: inline-block;
    border: 1px solid var(--st-theme-color);
    border-radius: 100%;
    margin-top: 0;
    position: relative;
    margin-bottom: -26px;
}
.style-two .pricing_body {
    padding: 25px 0 25px;
}
.style-two .price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.style-two .price_item {
    -webkit-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 0;
    margin-top: 20px;
}
.style-two .price_item span {
	display: inline-block;
	-webkit-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	font-size: 70px;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.style-two .curencyp {
	font-size: 32px !important;
	font-weight: 700 !important;
	position: relative;
	top: -28px;
	color: #fff;
}
.style-two .bootmp {
	font-size: 20px !important;
	font-weight: 500 !important;
}
.style-two .pricing_btn span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 30px;
	font-size: 15px;
}
.style-two .featur {
	border: inherit;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 7px;
	padding: 0;
}
.style-two .featur ul {
	padding:0;
}
.style-two .featur ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
    text-transform: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
    font-weight: 300;
}
.style-two .featur ul li b {
	font-weight: 600;
}
.style-two .featur ul li:last-child {
	padding-bottom: 0;
}
.style-two .order_now {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	margin-top: 0px;
}

/* Pricing Style Three */
.single_pricing.style-three {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 45px 40px 29px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.single_pricing.style-three .pricing_title {
    margin-bottom: 50px;
}
.single_pricing.style-three .pricing_title h3 {
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    text-transform: uppercase;
    background: var(--st-theme-color-gradient);
    padding: 1px 23px;
    border-radius: 0px 30px 30px 0px;
    background-size: 200% auto;
}
.single_pricing.style-three .price_item {
	margin-bottom: 0;
}
.pricing_img img {
	width: 110px;
	margin-bottom: 8px;
	margin-top: 40px;
}
.single_pricing.style-three .curencyp {
	top: 0;
}
.style-three .featur {
	border: 0;
}
.style-three .featur ul {
    padding: 15px 0 6px;
}
.style-three .featur ul li i {
	color: var(--st-theme-color);
	margin-right: 6px;
	font-size: 14px;
	float: right;
}
.style-three.active .featur ul li i{
    color: #fff;
}
.single_pricing.style-three.active {
	background: var(--st-theme-color);
	padding: 6px 40px 0px;
}
.single_pricing.style-three.active .pricing_title h3 {
	color: var(--st-theme-color);
	background: #fff;
}
.single_pricing.style-three.active .price_item span {
	color: #fff;
}
.single_pricing.style-three.active .featur ul li {
	color: #fff;
}
.single_pricing.style-three:hover .order_now a, .single_pricing.style-three.active .order_now a {
	background-position: right center;
}
.single_pricing.style-three .order_now a {
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: var(--st-theme-color-gradient);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background-size: 200% auto;
    width: 100%;
    text-align: center;
}
/*
==========
Post Tab
==========
*/

.nav-pills {
    line-height: 45px;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 80px !important;
}
.nav-pills li{
	float: left;
	color: #fff;
	border: 0;
	margin: 0;
	width: 23%;
	background: var(--st-theme-color);
	margin-right: 15px;
}
.nav-pills li a{
	padding: 0 30px;
	text-decoration: none;
	outline: 0;
	display: block;
	line-height: 25px;
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	margin: 0;
	padding: 20px 20px 19px;
	border-radius:0;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:hover {
	color: var(--st-theme-color) !important;
	background: #fff !important;
}
.nav>li>a:focus,
.nav>li>a:hover {
text-decoration: none;
background-color: transparent !important;
}
.nav-pills li i {
	font-size: 30px;
	display: block;
	padding-bottom: 8px;
}
/* Tab Content */

.tab_pan_content {
padding-left: 35px;
padding-top: 11px;
}
.post_tab_thumb {
    -webkit-box-shadow: 13px 10px 14px 3px rgba(12,90,219,.1);
    box-shadow: 13px 10px 14px 3px rgba(12,90,219,.1);
    border-radius: 10px;
}
.post_tab_thumb img {
	width: 100%;
	border-radius: 10px;
}
.tab_pan_content h2 {
padding-bottom: 17px;
font-size: 24px;
margin-top: 0;
}
.tab_pan_content .tab_desc {
margin-bottom: 17px;
}
.tab_pan_content ul {
	list-style: none;
	margin: 26px 0 20px;
}
.tab_pan_content ul li {
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 16px;
	margin-left: 20px;
}
.tab_pan_content ul li i {
	color: var(--st-theme-color);
	margin-right: 7px;
}
.tab_pan_content a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: var(--st-theme-color);
	border-radius: 6px;
	padding: 16px 40px;
	margin-top: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-right: 15px;
}
a.active-tab-btn {
background: #1B1829;
}
.tab_pan_content a:hover {
background: #1B1829;
}
a.active-tab-btn:hover {
background: var(--st-theme-color);
}
@media (min-width: 768px){
.em_tab_inner .col-md-6 {
    float: left ;
}}

/* Tab Style Two */
.tab_post_style2 .nav-pills {
    border-bottom: 0 !important;
    margin-bottom: 27px !important;
}
.tab_post_style2 .nav-pills>li.active>a:before {
    display: none;
}
.tab_post_style2 .nav-pills li i {
    font-size: 39px;
    margin-bottom: 0;
    color: #FF3C00;
    width: 90px;
    height: 90px;
    line-height: 90px;
    -webkit-box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    margin-bottom: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.tab_post_style2 .nav-pills>li i:hover,
.tab_post_style2 .nav-pills>li.active i {
    background: #FF3C00;
    color: #fff;
}
/*
==========
Blog Post
==========
*/
.sthemeit-single-blog_adn {
    overflow: hidden;
    text-align: left;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #fff;
    position: relative;
    padding: 0;
}
.sthemeit-blog-meta-left a {
    text-transform: capitalize;
}
.dark-version .sthemeit-single-blog_adn {
	background: #0B0E3C;
	border: 1px solid rgba(255,255,255,0.1);
}
/* Nav Style */
.blog_carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -75px;
    display: flex;
    justify-content: center;
}
.curosel-style .owl-nav div {
    color: var(--st-theme-color);
    font-size: 19px;
    border: 1px solid var(--st-theme-color);
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 50px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: transparent;
}
.blog_carousel .owl-prev {
    margin-left: 68px !important;
}
.blog_carousel .owl-next {
    margin-right: 68px !important;
}
.blog_carousel .owl-nav div:hover {
    background: var(--st-theme-color);
    color: #fff;
}

/* BLOG THUMB CSS */

.blog_adn_thumb_inner {
	position: relative;
}
.sthemeit-blog-thumb_adn {
	overflow: hidden;
	position: relative;
}
.sthemeit-blog-thumb_adn a {
	position: relative;
}

.sthemeit-blog-thumb_adn a {
	display: block;
	overflow: hidden;
}
/* blog dark */
.blog-dark .sthemeit-single-blog_adn {
    background: transparent;
}
.blog-dark .em-blog-content-area_adn {
    background: #212123;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-dark .blog-page-title_adn a {
    color: #fff;
}
.blog-dark .blog-page-title_adn a:hover{
    color:var(--st-theme-color);
}
/* BLOG TITLE AND CONTENT CSS */
.em-blog-content-area_adn {
    padding: 22px 22px 22px;
    text-align: center;
}
.sthemeit-blog-meta-left {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
    padding: 12px 20px;
    border-radius: 3px;
    text-align: center;
    background: #fff;
    margin-top: -48px;
    position: relative;
    z-index: 15;
    margin-bottom: 25px;
}
.blog_style_two .sthemeit-blog-meta-left {
	box-shadow: none;
	padding: 0px 0;
	border-radius: 0;
	text-align: left;
	background: transparent;
	margin: 0;
	border-bottom: none;
}
.blog_style_two .sthemeit-blog-meta-left {
    font-size: 15px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    position: absolute;
    top: -48px;
    left: 0;
    background: var(--st-theme-color-gradient);
    background-size: 200% auto;
    border-radius: 0px 25px 0 0;
}
.blog_style_two .sthemeit-blog-meta-left span i {
	margin-right: 10px;
	font-size: 14px;
	margin-left: 14px;
}
.blog-page-title_adn h2 {
    line-height: 22px;
    margin-top: 0;
}
.blog-page-title_adn h2 a {
    margin-bottom: 0;
    text-transform: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    background-image: linear-gradient(to bottom, var(--st-theme-color) 0%, var(--st-theme-color) 100%);
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: 0 100%;
    transition: all .7s;
    display: inline;
}
.blog-page-title_adn h2 a:hover{
    background-size: 100% 2px;
}
.blog-page-title_adn a:hover {
	color: var(--st-theme-color);
}
.blog-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
	color: var(--st-theme-color);
}
.blog-content_adn p {
    margin: 16px 0 15px;
}
.blog-page-title_adn2 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 9999;
}
.blog-page-title_adn2 h2 {
	margin: 0px;
	background: rgba(0, 0, 0, 0.72);
	padding: 15px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.blog-page-title_adn2 h2 a {
	color: #fff;
}
/* BLOG POST META LEFT CSS */
.sthemeit-blog-meta_adn {
	border-top: 1px solid var(--st-theme-color);
	margin-top: 18px;
	padding-top: 11px;
}
.sthemeit-blog-meta-left_adn a,
.sthemeit-blog-meta-left_adn span {
	color: #595555;
	font-size: 15px;
	margin-right: 16px;
	text-transform: capitalize;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: inline-block;
	text-decoration: none;
	position: relative;
}
.sthemeit-blog-meta-left_adn a::before {
	position: absolute;
	content: "";
	right: -11px;
	width: 1px;
	height: 18px;
	background: #595555;
	top: 5px;
}
.sthemeit-blog-meta-left_adn i {
	margin-right: 0px;
	color: #333;
}

.blog_nospace_adn.col-xs-12 {
	padding: 0px;
}
.blog_nospace_adn .sthemeit-single-blog {
	margin-bottom: 0px;
}
.btn-link {
    font-weight: 500;
    color: #616161;
    font-size: 16px;
}
.btn-link:hover {
	text-decoration:none;
    color: var(--st-theme-color);
}
.btn-link i{
margin-left:5px;
}
.sthemeit-blog-meta-top {
	position: absolute;
	right: 16px;
	top: 72%;
	display: none;
}
.sthemeit-blog-meta-top li{
	display:inline-block;
}
.sthemeit-blog-meta-top li a {
	display: inline-block;
	background: linear-gradient(to right,var(--st-theme-color) 0%,var(--st-theme-color) 0%,var(--st-theme-color) 26%,#4e95ed 100%,#2989d8 100%,#207cca 100%,var(--st-theme-color) 100%);
	padding: 6px 20px;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 400;
	color: #fff;
	border-radius: 30px;
	transition: .5s;
}
.sthemeit-blog-meta-top li a:hover{
    background: linear-gradient(to left,var(--st-theme-color) 0%,var(--st-theme-color) 0%,var(--st-theme-color) 26%,#4e95ed 100%,#2989d8 100%,#207cca 100%,var(--st-theme-color) 100%);
}
.sthemeit-blog-readmore a {
    padding: 0;
    display: inline-block;
    font-weight: 500;
    border-radius: 0;
    transition: .3s;
    margin-bottom: 20px;
    margin-top: 0;
    position: relative;
    z-index: 1;
}
.sthemeit-blog-readmore:hover a,
.sthemeit-blog-readmore:hover i{
    color: var(--st-theme-color);
}
.learn_btn:hover{
    color:#1b1d21;
}
.sthemeit-blog-readmore a i {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    position: relative;
    z-index: 1;
    margin-left: 5px;
    font-weight: 700;
}
.blog_style_two .em-blog-content-area_adn {
    padding: 29px 26px 10px;
    text-align: left;
    position: relative;
}
.blog_style_three .sthemeit-single-blog_adn {
    background: #222427;
}
.blog_style_three .blog-page-title_adn a {
    color: #fff;
}
.blog_style_three .sthemeit-blog-meta-left a, .blog_style_three .sthemeit-blog-meta-left span {
    color: #bcc7cd;
}
.single_blog_adn:hover .sthemeit-blog-thumb_adn a img {
	transform: scale(1.1);
	border-radius: 5px 5px 0 0;
}
.single_blog_adn .sthemeit-blog-thumb_adn a img {
    overflow: hidden;
    transition: .5s;
    border-radius: 0px;
    height: 300px;
    object-fit: cover;
}
.sthemeit-blog-meta-left a {
    text-transform: capitalize;
    color: #fff;
}
.single_blog_adn .sthemeit-blog-thumb_adn{
    overflow: hidden;
    transition: .5s;
}
.menu-social-menu-container ul li {
    list-style: none;
    display: inline-block;
}
.menu-social-menu-container ul li a {
    border: 0;
    display: block;
    margin-right: 1px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    margin-right: 10px;
}
.menu-social-menu-container ul li a:hover{
    background: var(--st-theme-color);
    border-color:var(--st-theme-color);
}

ul#menu-help-link li {
    margin-bottom: 14px;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 16px;
    color: #f8f9fe;
    padding-left: 25px;
    list-style: none;
}
ul#menu-help-link li a{
    color: #fff;
    transition:.5s;
}
ul#menu-help-link li a:hover{
    color:var(--st-theme-color);
}
ul#menu-help-link li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    background: #f8f9fe;
    height: 1px;
    width: 10px;
    font-size: 14px;
}
span.f-adrress {
    font-weight: 800;
}
.footer-socails-icon {
    text-align: center;
}
.footer-socails-icon a {
    display: inline-block;
    font-size: 15px;
    margin: 0 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: var(--st-theme-color);
    text-align: center;
    color: #fff;
    border-radius: 100%;
    margin:0 3px;
}
.footer-socails-icon a:hover{
    background: #fff;
    color:var(--st-theme-color);
}
/*
==========
Portfolio
==========
*/
/* Style one */
.port_style_one .single_protfolio {
    position: relative;
    margin-bottom: 30px;
    border-bottom: none;
    margin-top: 0px;
    padding: 0;
    overflow: hidden;
    border-radius: 25px;
}
.port_style_one .clearfix.kicuakta {
    display: none;
}
.port_style_one .prot_thumb img {
    display: block;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    min-height: 465px;
    object-fit: cover;
}
.port_style_one .prot_thumb::after {
    content: "";
    height: 50%;
    width: 100%;
    background-image: linear-gradient(to top,#000,transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
}
.port_style_one .prot_content {
    background: transparent;
    bottom: -45px;
    width: 100%;
}
.port_style_one .single_protfolio:hover .prot_content {
    bottom: 5px;
}
.port_style_one .prot_content:before {
    display: none;
}

.port_style_one .single_protfolio:hover .prot_thumb img {
    transform: scale(1.1);
    filter: blur(5px);
}
.port_style_one .prot_content p span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    margin-left: 20px;
}
.port_style_one .prot_content p span:before {
    position: absolute;
    content: "\2a";
    top: 7px;
    left: -20px;
    width: 0;
    height: 0;
    border-radius: 7px;
    font-size: 40px;
    color: var(--st-theme-color);
}
.port_style_one .prot_content p {
    margin: 5px 0 0;
    width: 100%;
    line-height: 30px;
    color: #fff;
}
.port_style_one .prot_content h3 a {
    font-weight: 700;
    color: #fff;
    font-size: 22px;
    position: relative;
    transition: .5s;
    display: inline-block;
    margin: 0px 0 0px;
}
.port_style_one .portfolio-desc p {
    visibility: hidden;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.single_protfolio:hover .portfolio-desc p{
    visibility: visible;
    opacity: 1;
}
.port_style_one .sthemeit-port-btn a {
    display: inline-block;
    color: #fff;
    background: var(--st-theme-color-gradient);
    margin-top: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-size: 200% auto;
}
.port_style_one .sthemeit-port-btn a:hover{
    background-position: right center;
    color: #fff;
}
.port_style_one .sthemeit-port-btn a i {
    font-size: 22px;
    margin-left: 0px;
    transform: rotate(-55deg);
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.port_style_one .sthemeit-port-btn a:hover i{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
/* Style Two */
.portfolio_nav {
	padding: 0px 0 18px;
	text-align: center;
}
.port_style-two .prot_thumb a img {
    height: 480px;
    object-fit: cover;
}
.portfolio_nav ul {
	text-align: center;
	margin-bottom: 45px;
	display: inline-block;
	border-radius: 6px;
	padding: 16px 0px;
}
.portfolio_nav ul li {
	background: transparent;
	border: medium none;
	font-size: 16px;
	line-height: 1;
	transition: 1s;
	cursor: pointer;
	text-transform: capitalize;
	font-weight: 500;
	position: relative;
	margin: 0 4px;
	display: inline;
	color: #1e1e2a;
	padding: 4px 26px;
}
.portfolio_nav ul li:last-child {
	border-right: none;
}
.col-lg-3 .prot_content p span {
	display: none;
}
.portfolio_nav ul li::after {
	transition: all 0.5s ease-out;
	content: "";
	height: 100%;
	width: 100%;
	bottom: 0;
	position: absolute;
	left: 0;
	opacity: 0;
	visibility: hidden;
	border-radius: 12px;
	border: 1px solid var(--st-theme-color);
}
.portfolio_nav ul li:hover, .portfolio_nav ul li.current_menu_item::after {
   opacity: 1;
   visibility: visible;
}
.portfolio_nav ul li:hover::after{
    opacity: 1;
    visibility: visible;
}
.prot_wrap {
	overflow: hidden;
}
/* single gallery css */
.single_protfolio {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #333;
    margin-top: -40px;
    padding: 9px 0 35px;
}
.single_protfolio:last-child{
    border: none;
}
.port__title span {
    color: #fff;
    display: block;
    margin-left: 39px;
    margin-bottom: 10px;
}
.prot_thumb img {
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	width: 100%;
}
.single_protfolio:hover .prot_thumb img{
    filter: grayscale(100%);
}
.prot_content {
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    bottom: 10%;
    left: 0;
    opacity: 1;
    text-align: left;
    z-index: 1;
    background: #fff;
    width: calc(85% - 60px);
    right: 0;
    padding: 17px 38px 18px;
    border-radius: 0 43px 43px 0;
}
.prot_content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: var(--st-theme-color);
    height: 100%;
    width: 10px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 0 43px 43px 0;
}
.single_protfolio:hover .prot_content:before {
    width: 100%;
}
.prot_content h3 {
    margin: 0px 0 0px;
    text-transform: capitalize;
    line-height: 1.8;
}
.prot_content h3 a {
    font-weight: 600;
    color: #181818;
    font-size: 22px;
    position: relative;
    transition: .5s;
    display: inline-block;
}
.prot_content_inner {
    position: relative;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.prot_content h3 a:hover{
    color: var(--st-theme-color);
}
.prot_content p {
	margin: 5px 0 0;
	width: 100%;
	line-height: 30px;
}
.prot_content p span {
	display: inline-block;
	padding-top: 0px;
	position: relative;
	color: #181818;
	font-size: 16px;
	opacity: 0.8;
}
.porttitle_inner span {
	position: relative;
	margin: 0 2px;
}
.port-icon {
    position: absolute;
    bottom: 6px;
    right: -21px;
}
.port-icon a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--st-theme-color);
    text-align: center;
    color: #fff;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.single_protfolio:hover .port-icon a{
    background: #fff;
    color: var(--st-theme-color);
}
.single_protfolio:hover .prot_content h3 a,
.single_protfolio:hover .port-category {
    color: #fff;
}
.sthemeit-port-btn {
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.single_protfolio:hover .sthemeit-port-btn{
    opacity: 1;
}
/* Portfolio Style Four */
.si__portfolio__four .si__portfolio__nav {
    text-align: center;
    padding-bottom: 40px;
}
.si__portfolio__four .si__port__main {
    margin-top: 50px;
}
.si__portfolio__four .si__portfolio__nav ul li {
    display: inline;
    cursor: pointer;
    transition: .5s;
    padding: 8px 25px;
    border: 1px solid rgba(255,255,255,0.1);
    margin-left: 20px;
    border-radius: 50px;
}
.si__portfolio__four .current_menu_item {
    padding: 8px 25px;
    background: var(--st-theme-color-gradient);
    color: #fff;
    background-size: 200% auto;
}
.si__portfolio__four .si__prot__thumb img {
    height: 350px;
    object-fit: cover;
}
/* Portfolio Style Five */
.port__stylefive {
    position: relative;
    z-index: 1;
}
.port__items__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.port__items__inner h2 {
    display: inline-block;
    margin-left: 75px;
    color: #fff;
}
.port__btn {
    display: inline-block;
}
li.single_protfolio::before {
    position: absolute;
    top: 75px;
    left: 0;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter);
    display: inline-block;
    font-size: 20px;
    color: #041424;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid rgba(30,30,30,0.08);
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    margin-right: 63px;
    position: relative;
}

.port__items__inner i {
    display: inline-block;
    float: right;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #ffffff;
    line-height: 100px;
    text-align: center;
    font-size: 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
    transform: rotate(-45deg);
}

.port__items__inner i::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: var(--st-theme-color);
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}

.port__items__inner i:hover {
    color: #fff;
}

.port__items__inner i:hover::after {
    transform: scale(1);
}

.awards-one .sec-title h2 {
    color: var(--thm-white);
}

.awards-one__inner {
    position: relative;
    display: block;
}

.awards-one__inner ul {
    position: relative;
    display: block;
}

.port__items {
    position: relative;
}

.awards-one__inner ul li {
    position: relative;
    padding: 43px 0px 43px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    border-bottom: 1px solid rgba(30,30,30,0.08);
}

.awards-one__inner ul li::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    right: 0;
    height: 2px;
    background: var(--thm-primary);
    transform: scaleX(0.9) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 0;
    content: "";
}

.awards-one__inner ul li:hover::before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.awards-one__inner ul li:first-child {
    border-bottom: 1px solid rgba(30,30,30,0.08);
}

.awards-one__inner ul li .port__items__box {
    position: relative;
    align-items: center;
}

.awards-one__inner ul li .date-box {
    position: relative;
    display: block;
    text-align: center;
}

.awards-one__inner ul li .date-box span {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.awards-one__inner ul li .date-box h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}

.awards-one__inner ul li .logo-box {
    position: relative;
    display: block;
    margin-left: 130px;
}

.awards-one__inner ul li .logo-box img {
    width: 100%;
}

.awards-one__inner ul li .port__items__inner {
    position: relative;
    display: block;
    margin-left: 0;
}

.awards-one__inner ul li .port__items__inner p {
    color: #000;
}

.awards-one__inner ul li .port__items__inner h2 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-top: 0;
}

.awards-one__inner ul li .port__items__inner h2 a {
    font-size: 26px;
    color: #041424;
    font-weight: 600;
    font-family: "Rajdhani";
}

.awards-one__inner ul li .port__items__inner h2 a:hover {
    color: #0C5ADB;
}

.port__items__thumb {
    position: absolute;
    width: 264px;
    height: 264px;
    top: 50px;
    left: 185px;
    pointer-events: none;
    transform: translate(-100%, -50%);
    overflow: hidden;
    border-radius: 0%;
    opacity: 0;
    transform: scale(0.8);
    transition: all .5s ease-out;
    z-index: 9;
}

.port__items__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: transform .4s ease-out;
}
/* load button css */
.gallery_load_button a {
	border: 1px solid #ddd;
	color: #444;
	padding: 7px 15px;
	display: inline-block;
	font-size: 17px;
	margin-top: 0px;
}
.gallery_load_button a:hover {
	border-color: #333;
	background: #333;
	color: #fff;
}
.prot_wrap.nospace .gallery_load_button a {
	margin-top: 30px;
}
/* portfolio icon css */
.picon a {
    background: var(--st-theme-color);
    border-radius: 50%;
    color: var(--st-theme-color);
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 40px;
    text-align: center;
    display: inline-block;
    background: #fff;
}
.picon a:hover {
	background: var(--st-theme-primary);
	color: #fff;
}
.prot_thumb{
    position: relative;
    z-index: 1;
}
.picon {
    display: flex;
    justify-content: center;
    gap: 5px;
}
.si__prot__thumb {
    position: relative;
    overflow: hidden;
}
.si__prot__thumb::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    background: var(--st-theme-primary);
    transition: .3s;
    opacity: 0;
    right: 10px;
    bottom: 10px;
    margin: auto;
}
.single_protfolio:hover .si__prot__thumb::before{
    opacity: 0.8;
}
.si__port__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.single_protfolio:hover .si__port__content {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.si__port__text h3{
    margin-bottom: 0;
}
.si__port__text h3 a {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 90%;
    line-height: 1.5;
}
.si__port__text h3 a:hover{
    color: var(--st-theme-color);
}
.si__port__text p{
    color: #ffff;
}
.picon a i {
    font-weight: 700;
}

/* Portfolio Dot CSS */
.portfolio__dotnav .owl-dot {
    background: var(--st-theme-primary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px !important;
    transition: .6s;
    position: relative;
}
.portfolio__dotnav .owl-dot::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--st-theme-primary);
    content: "";
    transform: scale(0);
    transition: .5s;
}
.portfolio__dotnav .owl-dot.active {
    background: var(--st-theme-primary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.portfolio__dotnav .owl-dot.active::before {
    transform: scale(1);
}

/* Nav */
.portfolio__dotnav .owl-nav{
    display: flex;
    justify-content: center;
    gap: 30px;
}
.portfolio__dotnav .owl-nav div {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--st-theme-color);
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.portfolio__dotnav .owl-nav div:hover{
    background: #fff;
    color: var(--st-theme-color);
}



/*
==================
Tab
==================
*/

.tab .nav-tabs li {
    text-align: center;
    background: transparent;
    margin-right: 20px;
    border-radius: 5px;
}
.tab .nav-tabs li.active {
    background: var(--st-theme-color);
}
.tab .nav-tabs li.active a {
    color: #fff;
}
.tab .nav-tabs li a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 12px 30px;
    font-weight: 700;
}
.tab .nav-tabs {
    border-bottom: none;
}
.tab .tab-content {
    background: 0;
    padding: 28px 10px;
}
.tab .tab-content h2{
	font-size: 30px;
}
.tab .tab-content .button a {
	color: #fff;
	font-size: 16px;
}
.tab-content p i {
    color: var(--st-theme-color);
    padding-right: 10px;
}
.tab-content p span {
    padding-bottom: 10px;
    display: inline-block;
}
/* Style Two */
.tab.style-two .nav-tabs li {
    background: transparent;
    border: 1px solid #FFFFFF1A;
}
.tab.style-two .nav-tabs li.active {
    background: var(--st-theme-color-gradient);
    background-size: 200% auto;
}
.tab.style-two .nav-tabs li.active a{
    color: #fff;
}
.tab.style-two .tab-content{
    background: transparent;
}

/*
==================
Effective Slider
==================
*/
.effective-area {
    min-height: 950px;
    padding: 0;
    position: relative;
}

.effective-area.overlay-white::after,
.effective-area .overlay-dark::after {
	background-color: rgba(0, 0, 0, 0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

.overlay-white:after {
	background-color: rgba(0, 0, 0, 0);
}

.effective-content {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	z-index: 1;
}

.effective-content h1 {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 30px;
	color: #fff;
	/* letter-spacing: 1px; */
}

.effective-content h2 {
	color: #fff;
	font-size: 65px;
	text-transform: uppercase;
	margin: 0;
	padding: 25px 0 0;
}

.effective-content>h5 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
}

.effective-content p {
    font-size: 18px;
    margin: 13px auto 32px;
    width: 53%;
    color: #fff;
}

.effective-area .btn {
	margin-top: 30px;
}

.scroll-next {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.scroll-next>a {
	border-radius: 20px;
	display: inline-block;
	height: 30px;
	width: 30px;
	position: relative;
}

.scroll-next i {
	color: #fff;
	font-size: 40px;
	left: 0;
	position: absolute;
	right: 0;
	top: -106px;
}

.effective_icon_inner {
	margin-top: 26px;
}

.effective_icon_inner a {
	display: inline-block;
	font-size: 19px;
	color: #fff;
	margin: 0px 10px;
}

.effective_slider_btn a {
    padding: 14px 36px;
    background: var(--st-theme-color);
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    margin: 0 9px;
}

.effective_slider_btn a:hover {
	background: #fff;
	color: var(--st-theme-color);
}

/* Circle Progress */
.circle-progress {
	box-shadow: 0px 5px 24px 0px rgba(217, 217, 217, 0.4);
	background: #fff;
	padding: 22px 32px;
}
.circle-progress h2 {
	font-size: 22px;
	margin-top: 0;
	color: #1d2124;
	font-weight: 700;
	margin-bottom: 5px;
}
.progress {
	width: 100px;
	height: 100px !important;
	line-height: 150px;
	background: none;
	margin: 0;
	box-shadow: none;
	position: relative;
	display: inline-block !important;
	height: 1rem;
	overflow: hidden;
	font-size: .75rem;
	background-color: #e9ecef;
	border-radius: .25rem;
	background: transparent !important;
	margin-bottom: -23px !important;
}
.progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 10px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
}
.progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress .progress-left {
  left: 0;
}
.progress .progress-bar {
	width: 100%;
	height: 100%;
	background: none;
	border-width: 10px;
	border-style: solid;
	position: absolute;
	top: 0;
	border-color: var(--st-theme-color);
}
.progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 75px;
  border-bottom-right-radius: 75px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress .progress-right {
  right: 0;
}
.progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 75px;
  border-bottom-left-radius: 75px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}
.progress .progress-value {
  display: flex;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 600;
  color: var(--st-theme-color);
}

.progress .progress-value span {
	font-size: 18px;
	text-transform: uppercase;
	margin-left: -5px;
}
.circle-content {
	display: inline-block;
	margin-left: 18px;
}
/* This for loop creates the 	necessary css animation names 
Due to the split circle of progress-left and progress right, we must use the animations on each side. 
*/
.progress[data-percentage="10"] .progress-right .progress-bar {
  animation: loading-1 1.5s linear forwards;
}
.progress[data-percentage="10"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="20"] .progress-right .progress-bar {
  animation: loading-2 1.5s linear forwards;
}
.progress[data-percentage="20"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="30"] .progress-right .progress-bar {
  animation: loading-3 1.5s linear forwards;
}
.progress[data-percentage="30"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="40"] .progress-right .progress-bar {
  animation: loading-4 1.5s linear forwards;
}
.progress[data-percentage="40"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="50"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="50"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="60"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="60"] .progress-left .progress-bar {
  animation: 0;
}

.progress[data-percentage="70"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="70"] .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.5s;
}

.progress[data-percentage="80"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="80"] .progress-left .progress-bar {
  animation: loading-3 1.5s linear forwards 1.5s;
}

.progress[data-percentage="90"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="90"] .progress-left .progress-bar {
  animation: loading-4 1.5s linear forwards 1.5s;
}

.progress[data-percentage="100"] .progress-right .progress-bar {
  animation: loading-5 1.5s linear forwards;
}
.progress[data-percentage="100"] .progress-left .progress-bar {
  animation: loading-5 1.5s linear forwards 1.5s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(36);
    transform: rotate(36deg);
  }
}
@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(72);
    transform: rotate(72deg);
  }
}
@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(108);
    transform: rotate(108deg);
  }
}
@keyframes loading-4 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(144);
    transform: rotate(144deg);
  }
}
@keyframes loading-5 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180);
    transform: rotate(180deg);
  }
}

/* bounce-animate */
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate2 {
  animation-name: float-bob2;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob2;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob2;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob2;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate3 {
  animation-name: float-bob3;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob3;
  -moz-animation-duration: 4s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob3;
  -ms-animation-duration: 4s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob3;
  -o-animation-duration: 4s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
.bounce-animate4 {
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob4;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob4;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob4;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; }
 .bounce-animate5 {
  animation-name: float-bob5;
  animation-duration: 6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob5;
  -moz-animation-duration: 6s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob5;
  -ms-animation-duration: 6s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob5;
  -o-animation-duration: 6s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear; 
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); } }
@-webkit-keyframes float-bob2 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px); } }
@-webkit-keyframes float-bob3 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); }
  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px); }
  100% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px); } }
@-webkit-keyframes float-bob5 {
  0% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); }
  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px); }
  100% {
    -webkit-transform: translateY(-75px);
    transform: translateY(-75px); } 
}
@-webkit-keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes rotateme {
    
    0% {
       transform: rotate(0deg);
       opacity: 1;
     }
   100% {
       transform: rotate(360deg);
       opacity: 1;
     }
}
.si-rotate {
    -webkit-animation-name: si-rotate;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes si-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.rotateme {
    animation:rotateme 2s alternate infinite;
    -webkit-animation:rotateme 2s alternate infinite
   }
@keyframes rotateme2 {
    
    0% {
       transform: rotate(0deg);
       opacity: 1;
     }

   50% {
       transform: rotate(-180deg);
     }
   100% {
       transform: rotate(-360deg);
       opacity: 1;
     }
}
/* Bob Up Down*/
@-webkit-keyframes float_up_down {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes float_up_down {
  0% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(30px);
    transform: translateY(30px);
    opacity: 1;
  }

  100% {
    transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }
}

/* Animation */
.scale2 {
    animation:scale2 2s alternate infinite;
    -webkit-animation:scale2 2s alternate infinite
   }
   @keyframes scale2 {
    from {
     transform:scale(.8);
     -webkit-transform:scale(.8)
    }
    to {
     transform:scale(1);
     -webkit-transform:scale(1)
    }
   }
   @-webkit-keyframes scale2 {
    from {
     transform:scale(.8);
     -webkit-transform:scale(.8)
    }
    to {
     transform:scale(1);
     -webkit-transform:scale(1)
    }
   }
   .dance {
    animation:dance 4s both;
    -webkit-animation:dance 4s both;
    animation-direction:alternate;
    -webkit-animation-direction:alternate;
    animation-iteration-count:infinite;
    -webkit-animation-iteration-count:infinite;
    animation-delay:1s;
    -webkit-animation-delay:1s
   }
   @keyframes dance {
    0% {
     transform:translate3d(0,0,0);
     -webkit-transform:translate3d(0,0,0)
    }
    50% {
     transform:translate3d(15px,-15px,0);
     -webkit-transform:translate3d(15px,-15px,0)
    }
    100% {
     transform:translate3d(0,-15px,15px);
     -webkit-transform:translate3d(0,-15px,15px)
    }
   }
   @-webkit-keyframes dance {
    0% {
     transform:translate3d(0,0,0);
     -webkit-transform:translate3d(0,0,0)
    }
    50% {
     transform:translate3d(15px,-15px,0);
     -webkit-transform:translate3d(15px,-15px,0)
    }
    100% {
     transform:translate3d(0,-15px,15px);
     -webkit-transform:translate3d(0,-15px,15px)
    }
   }
@-webkit-keyframes float_left_right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0.40;
    }
  
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  }
  
  @keyframes float_left_right {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0.40;
    }
  
    100% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 1;
    }
  }

  @-webkit-keyframes float_left_right_two {
    0% {
      -webkit-transform: translateX(-30px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(0px);
      opacity: 0.80;
    }
  
    100% {
      -webkit-transform: translateX(-30px);
      opacity: 1;
    }
  }
  
  @keyframes float_left_right_two {
    0% {
      transform: translateX(-30px);
      opacity: 1;
    }
  
    50% {
      transform: translateX(0px);
      opacity: 0.80;
    }
  
    100% {
      transform: translateX(-30px);
      opacity: 1;
    }
  }

  @-webkit-keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
  
  @keyframes zoom-fade {
    0% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  
    50% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
  
    100% {
      -webkit-transform: scale(0.8);
      transform: scale(0.8);
    }
  }

/* About Us */
.about-stcard {
    position: absolute;
    left: -100px;
    bottom: -76px;
    display: inline-block;
    padding: 31px 40px 60px;
    background: var(--st-theme-color);
}
.about-stcard-content .counter {
	position: relative;
}
.about-stcard-content .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 70px;
	font-weight: 600;
	color:#fff;
	line-height: 1;
	margin-bottom: 5px;
}
.about-stcard-content span {
	font-weight: 600;
	color: #fff;
}
.text-center .about-stcard-content .counter {
	justify-content: center;
	align-items: center;
}
.about-stcard-content {
	display: inline-block;
	text-align: left;
}
.text-center .about-stcard-content {
	text-align: center;
}
.about-stcard li {
	display: flex;
	margin-top: 30px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
}
.about-stcard li i {
    display: inline-block;
    font-size: 60px;
    min-width: 85px;
    position: relative;
    top: 20px;
    color: #fff;
}
.timer {
    color: #fff;
    font-size: 45px;
}
.about-stcard .about-stcard-content .counter {
	color: #fff;
	line-height: 1;
	font-size: 50px;
}
.about-stcard .about-stcard-content span {
	color: #fff;
	font-weight: 600;
	opacity: 0.8;
}
.operator {
    margin-top: -7px;
}
.about-owner-info {
	display: flex;
	align-items: center;
}
.about-owner-info .left-info {
	margin-right: 46px;
	border-right: 1px solidvar(--st-theme-color);
	padding-right: 30px;
}
.right-info img {
	height: 80px;
}
/* Style Two */
.sthemeit-about-thumb {
    position: relative;
    margin-left: -45px;
    margin-bottom: -40px;
}
.overlay-anim {
    position: relative;
}
.sthemeit-about-thumb-main {
    display: inline-block;
}
.sthemeit-thumb-common {
    position: relative;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}
.fix {
    overflow: hidden;
}
.sthemeit-thumb-common-overlay {
    position: absolute;
    content: "";
    top: 0;
    left: 0%;
    width: 0%;
    height: 100%;
    background-color: rgba(60, 114, 252, 0.7882352941);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: sthemeitoverlay;
    animation-name: sthemeitoverlay;
    animation-delay: 0.3s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    z-index: 45;
}
.overlay-anim::after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.overlay-anim:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.w-img img {
    width: 100%;
}
.sthemeit-about-thumb-shape-one .about-image-1 {
    position: absolute;
    top: -100px;
    right: 55px;
    z-index: 9;
}
.sthemeit-about-thumb-shape-two {
    position: absolute;
    bottom: -17px;
    left: -48px;
    z-index: -1;
    animation: opacity-light 3s linear infinite;
}
.sthemeit-about-exprience {
    position: absolute;
    display: inline-block;
    bottom: 10%;
    right: 25%;
}
.sthemeit-about-exprience-title {
    font-size: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.sthemeit-about-exprience p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.sthemeit-about-exprience.counter::before {
    position: absolute;
    content: "";
    background-image: -moz-linear-gradient(-18deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 78%, rgb(15, 13, 29) 100%);
    background-image: -webkit-linear-gradient(-18deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 78%, rgb(15, 13, 29) 100%);
    background-image: -ms-linear-gradient(-18deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 78%, rgb(15, 13, 29) 100%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    top: -40px;
    left: -30px;
    animation: bannerAnimation 10s infinite linear;
    z-index: -1;
}
/* Counter CSS */
/* Style One */
.si-single-counter.style__one {
    display: flex;
}
.style__one .si__workprocess__item__icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border: 1px solid rgba(255,255,255,0.2);
    display: inline-block;
    text-align: center;
    position: relative;
    border-radius: 50%;
}
.style__one .si__workprocess__item__icon i {
    font-size: 30px;
    color: #FFF;
    display: inline-block;
}
.style__one .si__workprocess__item__icon img {
    width: 40px;
    transition: .3s;
    filter: brightness(0) invert(1);
}
.style__one .si-counter-inner {
    display: flex;
    align-items: center;
    gap: 25px;
}
.style__one .si-counter-content {
    padding-top: 20px;
}
.style__one:hover .si__workprocess__item__icon i,
.style__one:hover .si__workprocess__item__icon img{
    -webkit-animation: flip 1s;
    animation: flip 1s;
}
@keyframes flip {
    0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}
.style__one.si-single-counter h1 {
    font-size: 50px;
    color: var(--st-theme-color);
    font-weight: 600;
    display: inline-block;
}
.style__one.si-single-counter .suffix{
    font-size: 50px;
    color: var(--st-theme-color);
    font-weight: 600;
}
.style__one.si-single-counter .counter-icon {
    margin-bottom: 32px;
}
.style__one .si-counter-content h6 {
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}
/* Style Two */
.style__two.si-single-counter .count.percent {
    font-size: 50px;
    font-weight: 800;
    color: var(--st-theme-color);
}
.style__two .si-counter-content h6 {
    line-height: 28px;
    margin-bottom: 0;
    color: #828282;
    margin-top: 15px;
}
.style__two.si-single-counter .suffix {
    font-size: 50px;
    font-weight: 800;
    color: var(--st-theme-color);
}
.style__two.si-single-counter {
    display: flex;
    align-items: center;
    justify-content: center;
}
.style__two .si-counter-icon i {
    font-size: 35px;
    margin-right: 20px;
}
/*<!-- Start Services  Area CSS ============================================= -->*/
.services-tringle-shape img {
	position: absolute;
	max-width: 12%;
	left: 0;
	top: -90px;
}
.services-section-one-area{
	background: #f7f7f7;
}
.services-center-shape {
	background: url(../images/bg-shape.png);
	position: absolute;
	top: 0;
	left: 73%;
	height: 100%;
	width: 30%;
	background-repeat: no-repeat;
	background-size: contain;
}
.services-box-info {
	background: var(--st-theme-color);
	padding: 65px 50px;
	position: relative;
	z-index: 1;
}
.services-box-info::before {
	position: absolute;
	right: -30px;
	bottom: -30px;
	content: "";
	height: 100%;
	width: 100%;
	border-right: 30px solid var(--st-theme-color);
	border-bottom: 30px solid var(--st-theme-color);
	z-index: -1;
	opacity: 0.06;
}
.services-box-sub-title h4 {
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	text-transform: uppercase;
}
.services-box-content h2 {
	color: #fff;
	line-height: 1.3;
}
.services-tab-navs {
	border: none;
	margin: 0;
	margin-top: 20px;
}
div#nav-tab {
    border: none;
}
.services-tab-navs .nav-link i {
	display: inline-block;
	font-size: 30px;
	position: relative;
	top: 3px;
}
.services-tab-navs .nav-link {
	display: block;
	width: 100%;
	border: none;
	margin: 0;
	border: 2px solid #e7e7e7 !important;
	margin-top: 15px;
	border-radius: 10px;
	color: #fff;
	padding: 12px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	position: relative;
	z-index: 1;
}
.services-tab-navs .nav-link:hover{
    color: #fff;
}
.services-tab-navs .nav-link.active::before {
	height: 50px;
}
.services-tab-navs .nav-link.active::before {
	opacity: 1;
}
.services-tab-navs .nav-link::after {
	left: 84px;
	bottom: -2px;
	content: "";
	height: 0;
	width: 30px;
	position: absolute;
	background: var(--st-theme-color);
	z-index: -1;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transition: all 0.35s ease-in-out;
	opacity: 0;
}
.services-tab-navs .nav-link::before {
	left: 100px;
	bottom: -2px;
	content: "";
	height: 0;
	width: 40px;
	position: absolute;
	background: var(--st-theme-color);
	z-index: -1;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	transition: all 0.35s ease-in-out;
	opacity: 0;
}
.services-tab-navs .nav-link.active::after,
.services-tab-navs .nav-link.active::before {
	opacity: 1;
}
.services-tab-navs .nav-link.active::after {
	height: 30px;
}
.services-tab-navs .nav-link.active::before {
	height: 50px;
}
.tab-content {

}
.services-style-one img {
	border-radius: 5px;
}
.services-style-one h4 {
	margin-bottom: 11px;
}
.services-style-one h4 a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}
.services-style-one h4 a:hover{
	color:var(--st-theme-color);
}
.r-relative {
    position: relative;
    overflow: hidden;
}
/* Work Process */

/*<!-- Start Process  Area CSS ============================================= -->*/
.process-shape img {
	position: absolute;
	right: 0;
	top: -120px;
	max-width: 20%;
}
.process-sub-title h4 {
	color: var(--st-theme-color);
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.proces-section-content {
    margin-bottom: 60px;
}
.process-si__section__title h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
}
.process-si__section__title h2::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 2px;
	background: var(--st-theme-color);
	bottom: -25%;
	left: 48%;
}
.process-thumb img {
    border-radius: 50%;
}
.process-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
}
.process-thumb::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 40%;
	width: 100%;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 130%) repeat scroll 0 0;
	mix-blend-mode: multiply;
}
.process-thumb::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -28px;
    height: 21%;
    width: 100%;
    background: var(--st-theme-color);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.process-style-one:hover .process-thumb::after {
     bottom: 0;
}
.process-thumb span {
	font-weight: 600;
	position: absolute;
	bottom: 4px;
	font-size: 80px;
	color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #ffffff;
	text-transform: uppercase;
	font-family: Calibri;
	left: 55px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
}
.process-style-one {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 30px;
}
.process-style-one h4 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.process-style-one p {
    width: 80%;
    text-align: center;
    margin: auto;
}
/*<!-- Start Business Consult Area CSS ============================================= -->*/
.business-consult-bg{
	background: url(../images/business-consult.jpg);
}
.business-consult-bg {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 60%;
	background-size: cover;
	z-index: -1;
}
.business-consult-shpae-left-top img {
	max-width: 10%;
	position: absolute;
	top: 0;
	left: 0;
}
.text-consult {
    position: absolute;
    right: 0;
    bottom: 47px;
    color: rgba(16,110,234,0.5);
    font-size: 140px;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1;
}
.business-consult-list-item ul li {
	list-style: none;
}
.business-consult-area::after {
	position: absolute;
	content: "";
	left: -10%;
	top: 0;
	height: 100%;
	width: 60%;
	background: #000;
	transform: skewX(-10deg);
	z-index: -1;
}
.business-consult-title h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 28px;
}
.business-consult-list-item h4{
	color:#fff;
	margin-bottom: 15px;
}
.business-consult-list-item p{
	color:#fff;
	margin: 0;
	width: 500px;
}
.business-consult-list-item li {
	margin-top: 32px;
}
.business-consult-list-item {
	position: relative;
	padding-left: 30px;
}
.business-consult-list-item::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 7px;
	height: 100%;
	background: var(--st-theme-color);
}
/*<!-- Start Partner Area CSS ============================================= -->*/
.partner-map{
	background: url(../images/map.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}
.partner-map h2 {
	font-size: 250px;
	font-weight: 600;
	display: inline-block;
	margin-top: -10px;
	line-height: 0.8;
}
.partner-map h4 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 30px;
}
.mask-text {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: cover;
	background-position: center;
	margin: 0;
	line-height: 1;
	text-transform: capitalize;
	z-index: 1;
}
.partner-items ul li {
	list-style: none;
}
.partner-items ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-row-gap: 0;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.partner-items ul li {
	padding: 30px;
	display: flex;
	align-items: center;
	position: relative;
}
.partner-items ul img {
	width: auto;
	text-align: center;
	margin: auto;
}
.partner-items ul li::after {
	position: absolute;
	content: "";
	right: -1px;
	top: 0;
	height: 100%;
	width: 1px;
	background: #e7f0fc;
}

/* Team  */
.team-single {
	text-align: center;
}
.team_thumb {
	overflow: hidden;
}
.team_thumb img{
	overflow: hidden;
    transition: .5s;
}
.team-single:hover .team_thumb img{
    transform: scale(1.1);
}
.team-content h2 {
	font-size: 24px;
	margin-bottom: 0;
    cursor: pointer;
}
.social-profiles ul li {
	list-style: none;
	display: inline;
}
.social-profiles ul li a {
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: var(--st-theme-color);
	border-radius: 50%;
	color: #fff;
	margin-right: 10px;
	font-size: 14px;
	margin-top: 15px;
    transition: .5s;
}
.social-profiles ul li a:hover{
    color: #fff;
    background: var(--st-theme-color);
}
.team-content {
	margin-top: 25px;
}
.team-sub-title h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--st-theme-color);
	margin-bottom: 20px;
	}
	.team-titel h2 {
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 1px;
	}
	.team-content .devider {
	display: inline-block;
	width: 50px;
	height: 2px;
	background: var(--st-theme-color);
	position: relative;
	z-index: 1;
	left: 10px;
	}
	.team-content .devider::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	background: var(--st-theme-color);
	top: 0;
	left: -15px;
	}
	.team-social ul li {
	list-style: none;
	}
    .team-social ul li {
        display: inline-block;
        margin: 0 15px 0 0;
    }
	.team-social ul li a {
        color: #fff;
	}

	.team-info h4 {
        margin: 0;
	}
    .team-info a {
        text-decoration: none;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 12px;
        color: #fff;
    }
	.team-info a:hover{
	    color:var(--st-theme-color);
	}
	.team-img {
	    margin-bottom: 20px;
	}
	.team-img img {
	    width: 100%;
	}

	.team-box .team-img {
        position: relative;
        overflow: hidden;
        margin-bottom: 20px;
	}

	.team-box .team-img .team-social {
	position: absolute;
	left: -80px;
	right: 50px;
	bottom: 0;
	padding: 15px;
	background: var(--st-theme-color);
	z-index: 1;
	text-align: center;
	transition: all 0.35s ease-in-out;
	opacity: 0;
	visibility: hidden;
	}

	.team-box.active .team-img .team-social,
	.team-box:hover .team-img .team-social {
	left: 0;
	opacity: 1;
	visibility: visible;
	}

	.team-box .team-img .team-social ul li {
	display: inline-block;
	margin: 0 15px;
	}

	.team-box .team-img .social ul li a {
	display: inline-block;
	color: #fff;
	}

	.team-box .team-img::after {
	position: absolute;
	left: -120px;
	bottom: -50px;
	content: "";
	height: 200px;
	width: 200px;
	background: #000;
	transform: skewX(40deg);
	opacity: 0;
	transition: all 0.15s ease-in-out;
	visibility: hidden;
	}

	.team-box.active .team-img::after, 
	.team-box:hover .team-img::after {
	opacity: 0.5;
	visibility: visible;
	bottom: 0;
	transition-delay: 200ms;
	}

    .team-box .team-img::before {
        position: absolute;
        right: -99px;
        bottom: -100px;
        content: "";
        height: 200px;
        width: 130px;
        background: var(--st-theme-color);
        opacity: 0;
        visibility: hidden;
        transform: skewX(-40deg);
        transition: all 0.35s ease-in-out;
    }

	.team-box.active .team-social, 
	.team-box:hover .team-social {
	left: 0;
	opacity: 1;
	visibility: visible;
	}

	.team-box.active .team-img::before, 
	.team-box:hover .team-img::before {
	opacity: 0.5;
	visibility: visible;
	bottom: 0;
	transition-delay: 400ms;
	transition-duration: 200ms;
	}
	.team-box h4 {
	    margin: 0;
	}
    .team-info span {
        color: var(--st-theme-color);
    }
/* Team Style Two */
.team-layout.style-2 .team-thumbs {
    background: #FFF;
    -webkit-box-shadow: 16px 16px 64px rgba(0,0,0,.12);
    box-shadow: 16px 16px 64px rgba(0,0,0,.12);
    border: 10px solid #fff;
    margin: 0 30px;
    z-index: 2;
    border-radius: 10px;
}
.team-layout .team-thumbs {
    position: relative;
    overflow: hidden;
}
.team-layout.style-2 .team-thumbs a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    width: 100%;
}
.team-layout .team-thumbs img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.team-layout.style-2 .team-thumbs .team-social {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: var(--st-theme-color);
}
.team-layout.style-2 .team-thumbs .team-social .social-item {
    position: relative;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .social-link {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .social-link i {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 16px;
    fill: #fff;
}
.team-layout.style-2 .team-thumbs .team-social:hover .social-item .social-hover-icon i {
    transform: rotate(135deg);
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown {
    position: absolute;
    bottom: 39px;
    right: -15px;
    display: inline-block;
    background: var(--st-theme-color);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: .3s;
}
.team-layout.style-2 .team-thumbs .team-social:hover .social-item .team-social-dropdown {
    transform: scaleY(1);
    border-radius: 10px 0;
}
.team-layout.style-2:hover .team-thumbs img{
    transform: scale(1.1);
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown li:nth-child(1) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.team-layout.style-2 .team-thumbs .team-social .social-item {
    position: relative;
}
.team-layout.style-2 .team-thumbs .team-social-dropdown li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.team-layout.style-2 .team-thumbs .team-social-dropdown .social-item .social-link {
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown li:nth-child(2) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown li:nth-child(3) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown li:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.team-layout.style-2 .team-content {
    padding: 120px 30px 15px 30px;
    margin-top: -100px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    background-color: #E7EAE9;
    transition: all 0.4s ease-in-out;
}
.team-content .name {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 0;
    position: relative;
    font-weight: 600;
}
.team-layout.style-2 .team-content .name a {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-layout.style-2 .team-content .designation {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-layout.style-2 .team-content .team-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}
.team-layout.style-2 .team-content .team-shape svg {
    color: #d1d1d1;
}
.team-layout.style-2 .dot-shape {
    position: absolute;
    bottom: 100px;
    right: 15px;
    -webkit-animation: rt_move 10s infinite linear;
    animation: rt_move 10s infinite linear;
}
@keyframes rt_move{
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.team-layout.style-2 .dot-shape svg {
    color: #444;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-layout.style-2:hover .team-content {
    background-color: #122f2a;
}
.team-layout.style-2:hover .team-content .inner .name a {
    color: #fff;
}
.team-layout.style-2:hover .team-content .inner .designation {
    color: var(--st-theme-color);
}
.team-social li a svg{
    width: 18px !important;
    fill: #fff !important;
}
.team-layout.style-2 .team-thumbs .team-social:hover .social-item .team-social-dropdown li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
/* Team Style Four */
.si__team__four {
    background: var(--st-theme-primary);
    padding: 0 0 25px;
    transform-style: preserve-3d;
    border: 1px solid #FFFFFF0F;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
.si__teamfour__content span{
    font-size: 14px;
}
.si__teamfour__content span, .si__teamfour__content h4 {
    color: #fff;
    line-height: 1.5;
}
.si__team__four .team-social ul li {
    margin: 0 3px;
}
.si__team__four .team-social ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF0F;
    border-radius: 50%;
    font-size: 14px;
    color: var(--st-theme-color);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__team__four .si__teamfour__thumb {
    overflow: hidden;
    border-radius: 25px 25px 0 0;
}
.si__team__four .team-social ul li a:hover{
    background: #fff;
}
.si__team__four .team-social ul li a svg {
    width: 18px;
    fill: var(--st-theme-color) !important;
}
.social-link svg {
    width: 18px;
    fill: var(--st-theme-color) !important;
}
.si__teamfour__content {
    margin: 25px 0 15px;
}
.si__teamfour__thumb{
    overflow: hidden;
}
.si__teamfour__thumb img {
    filter: grayscale(0);
    transition: .5s;
}
.si__team__four:hover .si__teamfour__thumb img{
    transform: scale(1.1);
}
/* Team Style Five */
.si__team__five{
    position: relative;
}
.si__teamfive__thumb{
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.si__teamfive__thumb img {
    transition: .3s;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.si__team__five:hover .si__teamfive__thumb img{
    transform: scale(1.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.si__team__five .si__teamfour__content span, .si__teamfour__content h4 {
    color: inherit;
}
.si__team__five .team-social ul li a {
    color: inherit;
}
.si__teamfive__content span {
    font-size: 13px;
    text-transform: uppercase;
    color: var(--st-theme-color);
}
.si__teamfive__content h4 a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}
.si__teamfive__content {
    margin: 0px auto 5px;
    padding: 17px 0 10px;
    background: #000;
    text-align: center;
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.04);
    position: absolute;
    width: 90%;
    z-index: 3;
    bottom: -70px;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 1px solid #FFFFFF1A;
}
.si__team__five .team-social {
    position: absolute;
    top: 20px;
    right: 0;
    background: var(--st-theme-color-gradient);
    background-size: 200% auto;
    padding: 7px 15px;
    text-align: center;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.si__team__five:hover .team-social{
    top: 0;
    opacity: 1;
    visibility: visible;
}
.si__team__five .team-social ul li {
    display: block;
    text-align: center;
    margin: 0 0 8px;
    color: #fff;
}
/* Team Carousel Style */
.si__team__navigation {
    position: absolute;
    top: -111px;
    right: 0;
    z-index: 2;
    display: flex;
    gap: 20px;
}
.si__team__navigation button {
    border: 1px solid rgba(30,30,47,.1);
    background: transparent;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    transition: .5s;
}
.si__team__navigation button:hover{
    background: var(--st-theme-color);
    border: 1px solid var(--st-theme-color);
    color: #fff;
}
.si__team__navigation button:focus{
    border: 1px solid rgba(30,30,47,.1);
}
.team-layout.style-2.carousel__style1{
    position: relative;
}
.team-layout.style-2.carousel__style1 .team-thumbs {
    background: #FFF;
    -webkit-box-shadow: 16px 16px 64px rgba(0,0,0,.12);
    box-shadow: 16px 16px 64px rgba(0,0,0,.12);
    border: 0;
    margin: 0;
    z-index: 2;
}
.team-layout.style-2.carousel__style1 .team-content {
    padding: 10px 0 10px 41px;
    margin-top: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    background-color: #fafafa;
    transition: all 0.4s ease-in-out;
    position: absolute;
    bottom: 0;
    z-index: 4;
    width: 100%;
    background: #fff;
    left: 0;
    width: calc(100% - 60px);
    border-radius: 0px 10px 0 0px;
}
.team-layout.style-2.carousel__style1:hover .team-content .inner .name a {
    color: inherit;
}
.team-layout.style-2.carousel__style1:hover .team-content .inner .designation {
    color: inherit;
}
.team-layout.style-2.carousel__style1 .team-content .name a {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-layout.style-2.carousel__style1 .team-content .designation {
    color: #646464;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -7px;
}

/* Testimonial Section */


/* Style Four */
.testi__style4{
    position: relative;
}
.testi__style4::before, .testi__style4::after {
    content: "";
    width: 458px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 22%, rgba(255, 255, 255, 0.5) 68%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.testi__style4::after {
    left: auto;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 32%, rgba(255, 255, 255, 1) 77%);
}
.testi__style4 .single_testimonial{
    position: relative;
    height: 100%;
    padding: 25px 30px 23px;
    background-color:#fff;
    border-radius: 10px;
    z-index: 1;
    text-align: left;
}
.testi__style4 .si_testimonial_inner {
    display: flex;
    align-items: center;
    gap: 30px;
}
.testimonial-slider-2{
    margin-top: 30px;
}
.testi__style4 .testi_text p {
    font-size: 16px;
    margin: 25px auto 25px;
    font-style: italic;
    line-height: 1.5;
    width: 100%;
    text-align: left;
}
.testi__style4 .testi_thumb img {
    border-radius: 50%;
    margin: auto;
    border: 2px solid var(--st-theme-color);
}
.testi__style4 .testi_thumb {
    position: relative;
    z-index: 1;
    margin-left: 50px;
}
.testi__style4 .testi_title h2 {
    font-size: 20px;
    margin: 0;
}
.testi__style4 .testimonial-slider, .testimonial-slider-2 {
    overflow: visible;
}
.testi__style4 .testi_thumb::before {
    position: absolute;
    content: "\f10e";
    font-family: "Font Awesome 6 pro";
    top: 19px;
    left: -40px;
    font-size: 20px;
    color: #fff;
    z-index: -1;
    opacity: 1;
    background: var(--st-theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}
.single_testimonial {
    text-align: center;
    position: relative;
}
.single_testimonial:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.testi_thumb{
    position: relative;
    z-index: 1;
}
.testi_thumb img {
    border-radius: 50%;
    margin: auto;
    border: 2px solid var(--st-theme-color);
}
.testi_title h2 {
    font-size: 21px;
    margin: 0;
    line-height: 1.6;
}
.testi-star i.active {
    color: #ffb300;
    margin-right: 5px;
    font-size: 14px;
}
.testi-star i{
    font-size: 14px;
}
.testi_text p {
    font-size: 24px;
    width: 58%;
    margin: 25px auto 25px;
    font-style: italic;
    line-height: 1.5;
}
.reviews_rating {
    margin-bottom: 15px;
}
/* Testi Nav Style Two */
.testimonial_list2 .owl-nav {
    display: flex;
    gap: 30px;
    padding-top: 45px;
}
.testimonial_list2 .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    color: var(--st-theme-color);
    box-shadow: 0 19px 29px 0 rgba(126,126,126,.34);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.testimonial_list2 .owl-nav div:hover{
    background:var(--st-theme-color) ;
    color: #fff;
}
/* Style One */
.single_testimonial.default-style {
    margin: 2px;
    background: var(--st-theme-primary);
}
.single_testimonial.default-style .testi-inner {
    position: relative;
    margin-top: 15px;
    padding: 0 45px 45px;
    -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    border-top: 3px solid var(--theme-color1);
    background-color: var(--theme-color2);
    text-align: center;
    border: 1px solid var(--theme-color2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.single_testimonial.default-style .testi-inner::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: url(../images/dots-4-light.png);
    width: 121px;
    height: 121px;
    background-repeat: no-repeat;
}
.single_testimonial.default-style .testi_thumb img {
    border-radius: 7px;
    margin: auto;
    transition: .5s;
    border: none;
}
.single_testimonial.default-style .testi_thumb {
    margin-right: 20px;
    margin-top: 9px;
}
.single_testimonial.default-style .testi_thumb p {
    font-size: 16px;
    width: 94%;
    margin: 25px auto 25px;
    font-style: italic;
    line-height: 1.8;
    color: #fff;
}
.single_testimonial.default-style .testi-star i {
    color: #fff;
}
.single_testimonial.default-style .testi-star i.active{
    color: #ffb300;
} 
.single_testimonial.default-style .testi_title h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    color: #fff;
}
.single_testimonial.default-style .testi_title span {
    font-size: 15px;
    color: var(--st-theme-color);
    color: #fff;
}
.testi__icon__box {
    position: relative;
    bottom: 14px;
    width: 70px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}
.testi__icon__box:before {
    position: absolute;
    left: -7px;
    right: -7px;
    top: 0;
    height: 15px;
    content: "";
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
    background: var(--st-theme-color-gradient);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}
.testi__icon__box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--st-theme-color-gradient);
    clip-path: polygon(0 0%, 100% 0, 90% 100%, 10% 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}
.single_testimonial.default-style .testi__icon__box img {
    width: 32px;
}
.single_testimonial.default-style .testi_content {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 0;
    margin-top: 30px;
}
/* Testimonial Style Two */
.testimonial_list2 .testi_thumb img {
    border-radius: 50%;
    margin: auto;
    width: 60px;
    border: none;
    margin-top: 15px;
}
.testimonial_list2 .testi_title {
    margin-top: 10px;
}
.testimonial_list2 .testi__wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
/* Style Three */
.testimonial_list3 .testi_title {
    padding: 10px 0 20px;
}
/* Testi Nav & Dot */
.testi__dotnav .owl-dots {
    padding-top: 20px;
    text-align: center;
}
.testi__dotnav .owl-dot.active {
    background: var(--st-theme-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.testi__dotnav .owl-dot {
    background: var(--st-theme-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px !important;
    transition: .6s;
    position: relative;
}
.testi__dotnav .owl-dot::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--st-theme-color);
    content: "";
    transform: scale(0);
    transition: .5s;
}
.testi__dotnav .owl-dot.active::before {
    transform: scale(1);
}

/* Brand Section */
.single-brand img {
    filter: grayscale(100%);
    opacity: 20%;
    transition: all 0.3s ease-in-out;
    margin: auto;
}
.single-brand:hover img {
    filter: grayscale(0);
    opacity: 100%;
}
/* Icon Box */
.icon-box.style-one {
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.icon-box.style-one:hover {
    background: 0 0!important;
    box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0,0,0,.1);
}
.icon-box.style-one:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
}
.icon-box.style-one:hover:before {
    width: 100%;
    opacity: 1;
}
.icon-box.style-one:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -15px;
    right: -15px;
    z-index: 1;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--st-theme-color);
}
.icon-box.style-one:hover:after {
    opacity: 1;
    width: 30px;
    height: 30px;
}
.img-icon img {
    width: 45px;
}
.icon-box.style-one .icon i {
    font-size: 35px;
}
.icon-box.style-one .icon-box-content strong {
    margin-right: 10px;
}
.icon-box.style-one .icon-box-content span {
    display: block;
}
.icon-box-content h4 {
    margin: 10px 0 5px;
}
.icon-box.style-one .img-icon img {
    width: 46px;
}
.icon-box.style-one:hover .img-icon img {
    animation: shake 150ms 2 linear;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
}
.icon-box.style-one:hover .icon i {
    animation: shake 150ms 2 linear;
    -moz-animation: shake 150ms 2 linear;
    -webkit-animation: shake 150ms 2 linear;
    -o-animation: shake 150ms 2 linear;
}
@keyframes shake {
    0% {
      transform: translate(3px, 0);
    }
    50% {
      transform: translate(-3px, 0);
    }
    100% {
      transform: translate(0, 0);
    }
  }
/* Style Two */
.icon-box.style-two {
    display: flex;
    align-items: center;
}
.icon-box.style-two .icon-thumb i {
    display: inline-block;
    font-size: 19px;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: var(--st-theme-color);
    text-align: center;
    border-radius: 50%;
}
.icon-box.style-two .img-icon img {
    width: 35px;
}
.icon-box.style-two .img-icon {
    background: var(--st-theme-color);
    width: 76px;
    height: 76px;
    line-height: 76px;
    border-radius: 50%;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.icon-box.style-two:hover .img-icon{
    background: #000;
}
.icon-box.style-two .icon {
    color: #fff;
    margin-right: 10px;
    background: var(--st-theme-color);
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.icon-box.style-two .icon-box-icon .icon i{
    font-size: 16px;
    display: inline-block;
}
.icon-box.style-two .icon-box-content {
    margin-left: 15px;
    margin-top: 0;
}
.icon-box.style-two .title h2 {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 400;
    color: #fff;
    padding: 0;
    line-height: 2;
}
.icon-box.style-two .description p {
    font-size: 14px;
}
/* IconBox Three */
.si-img-icon img {
    width: 45px;
}
.icon-box.style-three.text-left {
    display: flex;
    align-items: center;
    gap: 20px;
}
.icon-box.style-three.text-left .icon-box-content {
    margin-left: 20px;
}
.icon-box.style-three .img-icon {
    background: #f2f2f2;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    display: inline-block;
}
.icon-box.style-three:hover .img-icon{
    background: var(--st-theme-color) !important;
}
.icon-box.style-three:hover .img-icon img{
    filter: brightness(0) invert(1);
}
.icon-box.style-three .img-icon img {
    width: 40px;
    transition: .5s;
}
.icon-box.style-three .icon {
    background: #f2f2f2;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    display: inline-block;
}
.icon-box.style-three .icon-desc p {
    margin-bottom: 0;
}
.icon-box.style-three:hover .icon{
    color: #fff;
    background: var(--st-theme-color) !important;
}
.icon-box.style-three .icon-title h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.icon-box-content h2 {
    padding: 10px 0 0px;
    font-size: 20px;
    margin-bottom: 0;
}
.icon-box.text-left{
    text-align: left;
}
.icon-box.text-center{
    text-align: center;
}
.icon-box.text-right{
    text-align: right;
}
/* Icon Style Four */
.icon-box {
    transition: all .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
}
.icon-box .icon i {
    font-size: 25px;
}
.icon-box.style-four {
    padding: 40px 45px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    z-index: 1;
}
.icon-box.style-four::before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
    z-index: -1;
}
.icon-box.style-four::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
    transition: all .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
    z-index: -1;
    background: #000;
}
.icon-box.style-four:hover:after {
    opacity: 0.5;
}
.icon-box.style-four:hover:before {
    width: 100%;
    opacity: 1;
}
.icon-box.style-four:hover .icon i,
.icon-box.style-four:hover .icon-box-content h4,
.icon-box.style-four:hover .icon-box-content p,
.icon-box.style-four:hover .icon-box-content a{
    color: #fff;
}
.icon-box.style-four:hover .img-icon img{
     filter: brightness(1) invert(1);
     -webkit-filter: brightness(1) invert(1);
}
i{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
/* Icon Style Five */
.icon-box.style-five {
    padding: 50px 50px 45px;
    border: 1px solid #d4d4d4;
    border-radius: 10px;
    transition: all .3s linear;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -o-transition: .3s linear;
    -ms-transition: .3s linear;
}
.icon-box.style-five:hover{
    border-color: var(--st-theme-color);
}
.icon-box.style-five .img-icon {
    width: 95px;
    height: 95px;
    line-height: 95px;
    background: #f2f2f2;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-align: center;
}
.icon-box.style-five .icon {
    width: 95px;
    height: 95px;
    line-height: 95px;
    background: #f2f2f2;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-align: center;
}
.icon-box.style-five:hover .img-icon {
    background: var(--st-theme-color) !important;
}
.icon-box.style-five:hover .icon {
    background: var(--st-theme-color) !important;
}
.icon-box.style-five:hover .img-icon img{
     filter: brightness(1) invert(1);
     -webkit-filter: brightness(1) invert(1);
}
.icon-box.style-five:hover .icon i {
    color: #fff !important;
}
.icon-box.style-five .icon-box-content h4 {
    margin: 30px 0 10px;
}
.icon-box.style-five .icon-box-content h4 {
    margin: 30px 0 10px;
    font-weight: 500;
    font-size: 25px;
}
.icon-box-content p{
    margin: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
/* Icon Style Six */
.icon-box.style-six{
    position: relative;
    padding: 48px 35px 40px;
    box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 8px 8px 30px 0 rgba(0,0,0,.12);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 29px 29px 29px 29px;
    z-index: 1;
}
.icon-box.style-six:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: var(--st-theme-color-gradient);
    z-index: -1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.icon-box.style-six:hover:before{
    height: 100%;
    top: 0;
}
.service-linear {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 1;
}
.service-linear span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #171618, var(--st-theme-color));
    animation: animate1 2s linear infinite;
}
.service-linear span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, #171618, #5135FF);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
    -webkit-animation: animate2 2s linear infinite;
}
.service-linear span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to left, #171618, var(--st-theme-color));
    animation: animate3 2s linear infinite;
    -webkit-animation: animate3 2s linear infinite;
}
.service-linear span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to top, #171618, #5135FF);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
    -webkit-animation: animate4 2s linear infinite;
}
@keyframes animate1{
    0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(100%);
}
}
@keyframes animate2{
0% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
100% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
}
@keyframes animate3{
0% {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
100% {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}
}
@keyframes animate4{
0% {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
}
100% {
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
}
}
.icon-box.style-six .img-icon {
    width: 95px;
    height: 95px;
    line-height: 95px;
    background: #f2f2f2;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-align: center;
}
.icon-box.style-six .icon {
    width: 95px;
    height: 95px;
    line-height: 95px;
    background: #f2f2f2;
    display: inline-block;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    text-align: center;
}
.icon-box.style-six .icon-box-content a {
    display: inline-block;
    color: var(--st-theme-color);
    text-transform: uppercase;
    font-weight: 600;
}
.icon-box.style-six .icon-box-content a i {
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
}
.icon-box.style-six:hover .icon-box-content h4,
.icon-box.style-six:hover .icon-box-content p,
.icon-box.style-six:hover .icon-box-content a{
    color: #fff;
}
/* Icon Style Seven */
.icon-box.style-seven {
    background: transparent;
    position: relative;
    padding: 48px 35px 40px;
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #FFFFFF0F;
}
.icon-box.style-seven .icon-box-icon .img-icon, .icon-box.style-seven .icon-box-icon .icon {
    display: inline-block;
    background: var(--st-theme-color-gradient);
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    margin-bottom: 17px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-size: 200% auto;
}
.icon-box.style-seven .icon-box-content h4,
.icon-box.style-seven .icon-box-content p,
.icon-box.style-seven .icon-box-content a{
    color: #fff;
}
.icon-box.style-seven .icon-box-content a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.icon-box.style-seven .icon-box-content a i {
    display: inline-block;
    margin-right: 8px;
    font-weight: 700;
}
.icon-box.style-seven .icon-box-icon {
    position: relative;
    text-align: center;
    display: inline-block;
}
.icon-box.style-seven .circle-animate {
    position: absolute;
    width: 119px;
    height: 119px;
    left: -15px;
    top: -15px;
    border: 1px solid rgba(255,255,255, 0.3);
    -webkit-animation: circle_animation 2s infinite linear;
    -moz-animation: circle_animation 2s infinite linear;
    -o-animation: circle_animation 2s infinite linear;
    animation: circle_animation 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.icon-box.style-seven .circle-animate:after {
    content: "";
    width: 12px;
    height: 12px;
    background: var(--st-theme-color);
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -6px;
    margin-top: -6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.circle-animate {
    -webkit-animation: circle_animation 2s infinite linear;
    -moz-animation: circle_animation 2s infinite linear;
    -o-animation: circle_animation 2s infinite linear;
    animation: circle_animation 2s infinite linear;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
@keyframes circle_animation{
        0% {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
    }
    100% {
        -webkit-transform: rotate(585deg);
        -moz-transform: rotate(585deg);
        -o-transform: rotate(585deg);
        transform: rotate(585deg);
    }
}
.icon-box.style-seven:hover .circle-animate {
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.icon-box-content {
    z-index: 1;
    position: relative;
}
.icon-box-content a {
    padding-top: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.icon-box-content a i {
    margin-left: 7px;
}
/* Icon Box Style Eight */
.icon-box.style-eight {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px 10px 0px 0px;
    transition: 0.4s;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    -ms-border-radius: 10px 10px 0px 0px;
    -o-border-radius: 10px 10px 0px 0px;
}
.icon-box.style-eight .icon-box-icon .icon, .icon-box.style-eight .icon-box-icon .img-icon {
    background: var(--st-theme-color);
    width: 90px;
    height: 90px;
    min-width: 90px;
    border-radius: 5px 5px 5px 5px;
    margin: -40px 0px 15px 30px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: inline-flex;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -ms-border-radius: 5px 5px 5px 5px;
    -o-border-radius: 5px 5px 5px 5px;
}
.icon-box.style-eight .icon-box-content {
    z-index: 1;
    position: relative;
    padding: 0px 30px 30px 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.icon-box.style-eight:hover{
    background: #000;
}
.icon-box.style-eight .icon-box-icon .img-icon img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.icon-box.style-eight .icon-box-icon .icon i{
    color: #fff;
}
.icon-box.style-eight .iconbox__btn {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.icon-box.style-eight .iconbox__btn a {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px 15px 30px;
}
.icon-box.style-eight:hover .icon-box-content h4,
.icon-box.style-eight:hover .icon-box-content p{
    color: #fff;
}
.icon-box.style-eight:hover .iconbox__btn{
    background: var(--st-theme-color);
}
.icon-box.style-eight:hover .iconbox__btn a{
    color: #fff;
}
/* Icon Box Style Nine */
.icon-box.style-nine {
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    border: 3px solid #BFC7FF;
    padding: 0px 30px 37px;
}
.icon-box.style-nine {
    border: 3px solid #BFC7FF;
}
.icon-box.style-nine:hover{
    border-color:var(--st-theme-color) !important;
}
.icon-box.style-nine .icon,
.icon-box.style-nine .img-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 90px;
    background: #BFC7FF;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 1;
}
.icon-box.style-nine .icon::before,
.icon-box.style-nine .img-icon::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: var(--st-theme-color);
    transition-delay: 0.5s;
    transition: .5s;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -ms-transform: perspective(400px) rotateX(-70deg) scale(0.0);
    transform: perspective(400px) rotateX(-70deg) scale(0.0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: -1;
}
.icon-box.style-nine:hover .icon::before,
.icon-box.style-nine:hover .img-icon::before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg) scale(1.0);
    -ms-transform: perspective(400px) rotateX(0deg) scale(1.0);
    transform: perspective(400px) rotateX(0deg) scale(1.0);
}
.icon-box.style-nine:hover .icon-box-icon .img-icon img{
    filter: brightness(1) invert(1);
    -webkit-filter: brightness(1) invert(1);
}
.icon-box.style-nine:hover .icon-box-icon .icon i{
    color: #fff;
}
.icon-box-content h4{
    position: relative;
}
.icon-box.style-nine .icon-box-content h4::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: var(--st-theme-color);
    content: "";
}
.icon-box.style-nine .icon-box-content p {
    margin: 25px 0 10px;
}
.icon-box-content a:hover {
    color: var(--st-theme-color);
}
/* Icon Box Style Ten */
.icon-box.style-ten {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 40px 40px 32px;
    border-bottom: 3px solid var(--st-theme-color);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1;
}
.icon-box.style-ten .icon,
.icon-box.style-ten .img-icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    margin: 0 auto 19px;
    border-radius: 50%;
}
.icon-box.style-ten .icon::before,
.icon-box.style-ten .img-icon::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px dashed var(--st-theme-color);
    border-radius: 50%;
    animation-duration: 1500ms;
    animation: rotated 10s infinite linear;
    transition: 500ms all ease;
    animation-play-state: running;
    content: "";
    -webkit-animation: rotated 10s infinite linear;
}
@keyframes rotated{
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(360deg);
}
}
.icon-box.style-ten:hover .icon i,
.icon-box.style-ten:hover .img-icon img{
    -webkit-animation-name: wobble-horizontal-hover;
    animation-name: wobble-horizontal-hover;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes wobble-horizontal-hover {
    16.65% {
        transform: translateX(5px);
    }
    33.3% {
        transform: translateX(-3px);
    }
    49.95% {
        transform: translateX(4px);
    }
    66.6% {
        transform: translateX(-2px);
    }
    83.25% {
        transform: translateX(1px);
    }
    100% {
        transform: translateX(0);
    }
}
/* Blog Section */
.sthemeit-blog-readmore {
    margin-top: 20px;
}
/* Style One */
.blog-section.blog_style-one .aigenz-single-blog {
    margin-bottom: 30px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    align-items: center;
}
.aigenz-blog-thumb {
    position: relative;
    overflow: hidden;
}
.blog-section.blog_style-one .aigenz-blog-thumb {
    border-radius: 20px 20px 0 0px;
}
.blog-section.blog_style-one .aigenz-blog-thumb img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    object-fit: cover;
    height: 100%;
}
.blog-page-title h2 {
    line-height: 23px;
}
.blog-section.blog_style-one .aigenz-single-blog:hover .aigenz-blog-thumb img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.blog-date span {
    background: var(--st-theme-color-gradient);
    background-size: 200% auto;
    color: #fff;
    padding: 2px 13px;
    border-radius: 50px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.blog-section.blog_style-one .blog-date {
    position: absolute;
    right: 15px;
    top: 15px;
}
.blog-date span i {
    margin-right: 5px;
}
.blog-user {
    display: inline-block;
    margin-left: 20px;
}
.blog-user a{
    text-transform: capitalize;
}
.blog-user a i {
    font-size: 14px;
    color: var(--st-theme-color);
}
.aigenz-blog-meta-top {
    margin-bottom: 15px;
}
.blog-page-title h2 a {
    font-size: 20px;
    display: inherit;
    font-weight: 600;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent calc(100% - 2px),currentColor 2px);
    transition: .9s cubic-bezier(.32,.32,.15,1.17);
    background-size: 0 100%;
    width: 100%;
    text-transform: none;
    display: inline;
    line-height: 1.8;
}
.blog-right-content .blog-page-title h2 a {
    color: #000;
}
.blog-page-title h2 a:hover {
    color: var(--st-theme-color);
    background-size: 100% 100%;
}
.blog-content {
    padding: 15px;
}
.blog-cat::before {
    position: absolute;
    content: "\f1af";
    font-family: 'Flaticon';
    left: -22px;
    top: 2px;
    color: var(--st-theme-color);
}
.blog-cat {
    display: inline-block;
    position: relative;
    margin-left: 27px;
}
.blog-cat a {
}
.blog-user a {
    text-transform: capitalize;
}
/* Button Style Four */
.sthemeit-button-box.style4 .sthemeit-button svg {
    margin-left: 7px;
    transition: all 0.4s ease-in-out;
    position: relative;
    top: -2px;
}
.sthemeit-button-box.style4 .sthemeit-button a {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 25px;
    color: var(--st-theme-color);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sthemeit-button-box.style4 .sthemeit-button a:hover svg {
    -webkit-animation: toRightFromLeft 0.3s linear forwards;
    animation: toRightFromLeft 0.4s linear forwards;
}

/* Sthemeit Solve Section */
.sthemeit-solve-item {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: block;
    padding-bottom: 23px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sthemeit-solve-item:hover {
    background-color: #fff;
}
.sthemeit-solve-icon {
    margin-bottom: -20px;
}
.sthemeit-solve-item:hover .sthemeit-solve-icon i {
    background-color: var(--st-theme-color);
    color: #fff;
}
.sthemeit-solve-icon i {
    font-size: 35px;
    color: var(--st-theme-color);
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background-color: rgb(25, 23, 40);
    display: inline-block;
    border-radius: 50%;
    transform: translateY(-41px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sthemeit-solve-title {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}
.sthemeit-solve-item:hover .sthemeit-solve-title {
    color: #0f0d1d;
}
.sthemeit-solve-shape {
    position: absolute;
    right: -1px;
    bottom: -1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.sthemeit-solve-item:hover .sthemeit-solve-shape {
    opacity: 1;
    visibility: visible;
}
/* CTA Section */
.sthemeit-cta-bg {
    padding: 66px 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.sthemeit-cta-title {
    font-size: 30px;
    color: #fff;
    line-height: 1.17;
}
.sthemeit-cta-btn {
    text-align: end;
}
.sthemeit-cta-btn .sthemeit-btn {
    background-color:#fff;
    color:#0B0E3C ;
}
.sthemeit-cta-btn .sthemeit-btn::after{
    display: none;
}
.sthemeit-cta-btn .sthemeit-btn:hover{
    background: #0B0E3C ;
    color: #fff;
}
/* Style Two */
.cta-default.cta-style6 {
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
.cta-default.cta-style6::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 1000%;
    height: 100%;
    background-color: var(--st-theme-color);
    z-index: -1;
    border-top-right-radius: 30px;
}
.cta-style6 .action-box {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-between;
    align-items: center;
}
.cta-style6 .action-box .title {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.cta-style6 .action-box .title .rtin-title {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
    color: #fff;
}
.cta-style6 .action-box .cta-info {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
}
.cta-style6 .action-box .cta-info .cta-port__items__box .content-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cta-style6 .action-box .cta-info .cta-port__items__box .content-list>li {
    margin-right: 30px;
    padding-right: 30px;
}
.cta-style6 .action-box .rtin-button {
    border-right: 1px dashed #fff;
    margin-right: 30px;
}
.btn-style1 {
    border: 1px solid #dfdfdf;
    padding: 15px 30px 15px 30px;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 6px 27px 0 rgba(0,0,0,.1);
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
}
.cta-style6 .action-box .cta-info .cta-port__items__box .content-list .cta-list {
    display: inline-flex;
    justify-content: unset;
    align-items: center;
}
.cta-style6 .action-box .cta-info .icon {
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    padding: 0 15px;
    align-self: flex-end;
}
.cta-style6 .action-box .cta-info .info-text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.cta-style6 .action-box .cta-info .phn-number {
    font-size: 20px;
    font-weight: 500;
}
.cta-style6 .action-box .cta-info .phn-number a {
    color: #fff;
}
.cta-style6 .action-box .btn-style1 svg path {
    fill: var(--st-theme-color);
}
.btn-style1 svg {
    margin-left: 7px;
    transition: all 0.4s ease-in-out;
}
.cta-style6 .action-box .cta-info .cta-icon {
    font-size: 30px;
    line-height: 1;
    vertical-align: middle;
    color: #fff;
    padding: 0 15px;
    align-self: flex-end;
}
.btn-style1:hover svg {
    -webkit-animation: toRightFromLeft 0.3s linear forwards;
    animation: toRightFromLeft 0.4s linear forwards;
}
/* FAQ */
.my-accordion{
    text-align: left;
}
.my-accordion li {
    margin-bottom: 20px;
    background: #0F0F0F;
    padding: 20px;
    border-radius: 7px;
    border: 1px solid #FFFFFF0F;
}
.my-accordion li a {
    position: relative;
    display: block;
    font-size: 16px;
    outline: 0;
    font-weight: 600;
    border: none;
    cursor: pointer;
    color: #fff !important;
    transition: .3s;
    margin-left: 50px;
}
.my-accordion p {
    display: none;
    margin: 20px 10px 10px 54px;
    font-size: 16px;
    width: 85%;
}
.my-accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 6 pro";
    position: absolute;
    left: -50px;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--st-theme-color);
    text-align: center;
    line-height: 30px;
    border-radius: 0;
    color: #fff;
    font-size: 17px;
}
.my-accordion li a.active::after {
    content: "\f068";
}
/* Call To Action */
.call-to-action.style-one {
    text-align: center;
}
.call-video-link a {
    color: #fff;
    height: 120px;
    width: 120px;
    line-height: 120px;
    text-align: center;
    background-color: var(--st-theme-color);
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    position: relative;
    z-index: 9;
}
.call-video-link a:hover{
    background: #FFF;
}
.call-video-link a:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--st-theme-color);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
.call-to-action-title h2 {
    font-size: 70px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
    margin-top: 30px;
}
.call-to-action-btn a {
    padding: 18px 48px;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    border: none;
    background: var(--st-theme-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 40px;
    display: inline-block;
    font-weight: 600;
}
.call-to-action-btn a::after {
    position: absolute;
    top: inherit;
    right: inherit;
    bottom: inherit;
    left: -5%;
    content: "";
    height: 150px;
    width: 115%;
    z-index: -1;
    background-color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(-45%) skew(25deg) scale(0);
    transform: translateY(-45%) skew(25deg) scale(0);
}
.call-to-action-btn a:hover::after {
    -webkit-transform: translateY(-45%) skew(25deg) scale(1.2);
    transform: translateY(-45%) skew(25deg) scale(1.2);
}
/* Image Carousel  */
.portfolio-icon {
    position: relative;
    overflow: hidden;
}
.image-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.image__hover:hover .image-icon {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.image-icon i {
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-size: 25px;
}
.image__hover {
    position: relative;
    margin-bottom: -9px;
}
.image-icon i:hover{
    background: #fff;
    color: var(--st-theme-color);
}
.portfolio-icon:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.image__hover:hover .portfolio-icon:after {
    opacity: 0.8;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* sThemeIT Button */

/* Style1 */
.sthemeit__btn__one {
    padding: 14px 35px;
    background-color: var(--st-theme-color);
    color: #fff;
    display: inline-block;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 30px;
}
.sthemeit__btn__one:hover {
    color: #fff;
    background-color: var(--st-theme-primary);
}
.sthemeit__btn__one::before, .sthemeit__btn__one::after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    inset-inline-start: 0px;
    width: 50%;
    height: 100%;
    border-radius: inherit;
    background-color: var(--st-theme-color);
    transition: .5s;
    z-index: -1;
    border-radius: 0;
}
.sthemeit__btn__one::after {
    inset-inline-start: unset;
    inset-inline-end: 0px;
}
.sthemeit__btn__one:hover::before, .sthemeit__btn__one:hover::after {
    width: 0%;
}
.sthemeit__btn__one i {
    font-size: 16px;
    margin-left: 10px;
    transform: rotate(-45deg);
    transition: .5s;
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
.sthemeit__btn__one:hover i{
    transform: rotate(0deg);
}
/* Style2 */
.sthemeit__btn__two {
    padding: 16px 35px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: var(--st-theme-color-gradient);
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    background-size: 200% auto;
}
.sthemeit__btn__two:hover {
    background-position: right center;
    color: #fff;
}
.link-effect {
    display: block;
    height: 20px;
    line-height: normal;
    overflow: hidden;
    position: relative;
}
.effect-1 {
    display: block;
    height: 100%;
    position: relative;
    top: 0%;
    transition: 0.3s;
}
.sthemeit__btn__two:hover .effect-1{
    top: -100%;
}
.sthemeit__btn__two:hover .effect-1{
    top: -100%;
}
.effect-1 i {
    margin-left: 7px;
    font-size: 16px;
}
/* Service Style Two */
.st__service__box {
    position: relative;
}
.st__service_content {
    position: absolute;
    bottom: -60px;
    left: 30px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.st__service__box:hover .st__service_content{
    bottom: 15px;
}
.st__service_content span {
    color: #fff;
    background: var(--st-theme-color);
    padding: 8px 20px;
    border-radius: 7px;
    font-size: 14px;
}
.st__service__thumb {
    position: relative;
}
.st__service__thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(45, 35, 48,0.5);
    width: 100%;
    height: 100%;
}
.st__service_content h2 {
    margin-top: -7px;
}
.st__service_content h2 a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-top: 20px;
}
.st__service_content .sthemeit-btn {
    font-size: 16px;
    padding: 10px 34px;
    margin-top: 10px;
    border-radius: 7px;
}

/* Animation Text */
.si__image img{
    height: 500px;
}


/* Marquee Section */
.marquee-section {
    position: relative;
}
.marquee.pause-on-hover:hover .marquee-group {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}
.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: var(--gap);
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}
.marquee .text {
    position: relative;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 1px #fff;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 40px;
    margin-left: 40px;
    -webkit-text-fill-color: transparent;
    font-family: "arial";
}
@media (max-width: 991.98px) {
    .marquee .text {
        font-size: 36px;
    }
}
.marquee-section.has-dot .marquee .text::after {
    border-radius: 50%;
    content: "*";
    position: absolute;
    left: 0;
    top: calc(50% - 25px);
    transition: all 300ms ease;
}

.marquee .text:before {
    position: absolute;
    content: attr(data-text);
    top: -35px;
    left: 40px;
    -webkit-text-fill-color: var(--theme-color2);
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% + 55px);
}
/* .marquee .text:hover:before {
    width: 100%;
} */
@media (prefers-reduced-motion: reduce) {
    .marquee .marquee-group {
    -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
                transform: translateX(calc(-100% - var(--gap)));
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
                transform: translateX(calc(-100% - var(--gap)));
    }
}
.marquee.slide-right {
-webkit-transform: scaleX(-1);
        transform: scaleX(-1);
}
.marquee.slide-right .text {
-webkit-transform: scaleX(-1);
        transform: scaleX(-1);
}
/* Feature Box */

/* Style Four */
.feature-box.style-four {
    position: relative;
}
.feature-box-thumb {
    position: relative;
    overflow: hidden;
}
.feature-box-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: var(--st-theme-primary);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.feature-box-thumb img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: .5s;
}
.feature4 .feature-box-thumb img {
    height: 720px;
}
.feature-box.style-four .feature-box-content {
    position: absolute;
    bottom: 40px;
    left: 30px;
}
.feature-box-desc p {
    color: #fff;
}
.feature-box-title h2 a {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    padding: 0 0 7px;
    transition: .5s;
    width: 90%;
}
.feature-box-title h2 a:hover{
    color: var(--st-theme-color);
}
.feature-btn{
    color: #fff;
}
/* CountDown CSS */
.countdown-timer.style1 {
    text-align: center;
}
.si__countdown li{
    display: inline-block;
    color: #fff;
    padding: 40px 20px;
    background: var(--st-theme-color);
    border-radius: 0px;
    text-align: center;
    width: 100%;
}
.si__countdown li h3{
    color: #fff ;
    font-size: 45px;
}
.countdown__list {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
 
  /* RoadMap */
.education-timline {
    text-align: center!important;
    position: relative;
    padding: 0px;
    display: block;
    overflow: hidden;
}

.education-timline::before {
	position: absolute;
	top: 0;
	left: calc(50% - 1px);
	bottom: 0;
	width: 2px;
	background-color: #fff;
	border-radius: 4rem;
	content: ' ';
}
.style-two.education-timline::before {
	background-color:var(--st-theme-color);
}
.single-education {
    position: relative;
    float: left;
    width: 100%;
}

.single-education:not(:last-child) {
    margin-bottom: 65px;
}

.education_points::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: ' ';
    background-color: var(--st-theme-color);
    z-index: 0;
    -webkit-animation: video-icon-animation 1.4s 0.7s linear infinite;
            animation: video-icon-animation 1.4s 0.7s linear infinite;
}
.education_points {
    position: absolute;
    top: 0;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.20);
}
.education_text {
    float: right;
    text-align: left;
    padding-top: 4px;
    padding: 0 20px 0;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.education_text h3 {
	font-size: 22px;
	text-transform: capitalize;
	margin-bottom: 5px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
	margin-top: 0;
}
.education_text span {
    font-size: 15px;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.education_text p {
	margin-top: 19px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: #fff;
}

.education-date {
    text-align: right;
    display: inline-block;
    padding-right: 0px;
}
.education-date span {
    background: var(--st-theme-color);
    display: inline-block;
    padding: 4px 28px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
}

.education-date {
    font-size: 19px;
    font-weight: 500;
}

.education-date,
.education_text {
    width: 46%;
}

.education-timline .single-education:nth-child(even) .education_text {
    float: left;
    text-align: right;
}

.education-timline .single-education:nth-child(even) .education-date {
    text-align: left;
    padding-left: 50px;
    padding-right: 0;
}
.education-timline .single-education:nth-child(odd) .education-date {
    text-align: right;
    padding-right: 50px;
    padding-left: 0;
}
/* Thumb Effect */
.image__effect {
    position: relative;
    overflow: hidden;
}
.image__effect:after {
    content: '';
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: 1;
}
.image__effect:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}
/* Event Section */
.event__item {
    text-align: left;
    border-radius: 11px;
    margin-bottom: -40px;
}
.event__content {
    background: #E7EAE9;
    margin: 0 30px;
    padding: 30px;
    position: relative;
    bottom: 80px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.event__content h3 {
    font-size: 26px;
}
.event__content h3:hover{
    color: var(--st-theme-color);
}
.event__info {
    display: flex;
    gap: 10px;
    margin: 12px 0 0px;
}
.event__btn{
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--st-theme-color);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
}
.event__item:hover .event__btn{
    background: var(--st-theme-primary);
}
.event__btn i {
    font-size: 16px;
    transform: rotate(-45deg);
    transition: .5s;
}
.event__btn:hover i{
    transform: rotate(0deg);    
}
.event__date {
    position: absolute;
    top: 40px;
    right: 15px;
}
.event__thumb {
    position: relative;
    overflow: hidden;
    border-radius: 11px;
}
.event__thumb img{
    border-radius: 11px;
}
.event__item:hover .event__thumb img{
    transform: scale(1.1);
}
.event__date span {
    padding: 20px;
    background: #fff;
    border-radius: 11px;
    font-size: 18px;
    color: var(--st-theme-color);
    font-weight: 600;
}
/* Event Dot */
.event__list .owl-dot {
    background: var(--st-theme-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    transition: .6s;
}
.event__list .owl-dot.active {
    background: var(--st-theme-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: relative;
}
.event__list .owl-dot::before {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--st-theme-color);
    content: "";
    transform: scale(0);
    transition: .5s;
}
.event__list .owl-dot.active::before {
    transform: scale(1);
}
.event__list .owl-dots {
    text-align: center;
}
/* Work Process */
.si__workprocess__item{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.si__workprocess__item__content h4{
    font-weight: 600;
}
.si__workprocess__item__number span{
    font-size: 22px;
}
/* Style One */
.style__one.si__workprocess__item .si__workprocess__item__content h4 {
    border-top: 1px solid #FFFFFF0F;
    padding-top: 15px;
    margin-top: 24px;
}
/* Style Two */
.style__two.si__workprocess__item {
    text-align: center;
}
.style__two.si__workprocess__item .si__workprocess__item__icon {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.style__two.si__workprocess__item .si__workprocess__item__icon img {
    width: 50px;
    height: auto;
}
.style__two.si__workprocess__item .si__workprocess__item__icon span {
    position: absolute;
    top: 20px;
    right: 0;
    background-color: var(--st-theme-color);
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 50%;
    transform: translate(40%, -40%);
    width: 45px;
    height: 45px;
    line-height: 45px;
}
.style__two.si__workprocess__item .step__shape {
    position: absolute;
    right: -45px;
    top: 50%;
    margin: auto 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.style__two.si__workprocess__item .step__shape img {
    width: 80px;
}
/* Style Three */
.si__workprocess__item.style__three .si__workprocess__item__number span {
    font-size: 18px;
    margin-bottom: 25px;
    display: inline-block;
}
.si__workprocess__item.style__three .si__workprocess__item__content {
    margin-top: 20px;
}

/* Progressbar Css*/
.bar-bg {
    height: 5px;
    background: #ddd;
}
.bar-bg .progress-bar {
    height: 6px;
    background-color: var(--st-theme-color);
    transition: width 1s linear;
    width: 0%;
}
.progress-items.progress-area h5 {
    background: var(--st-theme-color);
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
}
.shapeRotate2 {
    animation: shapeRotate2 2.5s linear infinite;
    -webkit-animation: shapeRotate2 2.5s linear infinite;
}
@keyframes shapeRotate2{
    0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
50% {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
}

.si-image-item {
    opacity: 0;
    transform: translateY(40px);
    animation-fill-mode: forwards;
    animation-name: si-image-animate-up;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    animation-delay: 0ms;
    animation-play-state: running;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
    animation-duration: 700ms;
    animation-delay: 0ms;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-name: si-image-animate-up;
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
@keyframes si-image-animate-up {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.si-image-repeater {
    overflow: hidden !important;
}