/*
==============
Section Title
==============
*/
.section-title h5 {
    font-weight: 500;
    color: var(--brand-color);
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
}
.section-title h5:before {
    position: absolute;
    content: '';
    height: 2px;
    width: 80px;
    bottom: -15px;
    left: 40px;
    transform: translateX(-50%);
    background: #dedede;
}
.section-title h5:after {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 50px;
    background-color: var(--brand-color);
    left: 0;
    bottom: -18px;
    animation: pulsex 3s ease infinite alternate;
    -webkit-animation: pulsex 3s ease infinite alternate;
}
@keyframes pulsex{
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(74px);
        -webkit-transform: translateX(74px);
        -moz-transform: translateX(74px);
        -ms-transform: translateX(74px);
        -o-transform: translateX(74px);
    }
}
.section-title h1 {
    font-size: 42px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 10px;
    text-transform: unset;
    margin-bottom: 20px;
}
.devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: var(--brand-color);
}
.section-title.t_left {
    text-align: left;
}
.section-title.t_center {
    text-align: center;
}
.section-title.t_left p {
    width: 70%;
    margin-top: 15px;
}
.section-title.t_center p {
    width: 36%;
    margin: 20px auto 0;
}
/* Style Four */
.style-four.section-title h5 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    border: 2px solid #fff;
    padding: 2px 14px;
}
.style-four.section-title h1 {
    font-size: 70px;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 30px;
    text-transform: capitalize;
    margin-bottom: 0;
    color: #fff;
}
/* About Section CSS */
.about-experience-content {
    background: var(--brand-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;
}
.em-video-image img {
    border-radius: 7px;
}
.video-icon a {
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 96px;
}
/* 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(--brand-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(--brand-color);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: 1;
}
/* Hero Section */
.sthemeit-banner-bg {
    position: relative;
    z-index: 1;
}
.theme-bg {
    background-color: #0f0d1d;
}
.sthemeit-banner-social {
    position: absolute;
    transform: rotate(-90deg);
    top: 54%;
    z-index: 2;
    left: -6%;
}
.sthemeit-banner::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: var(--brand-color);
    width: 390px;
    height: 390px;
    z-index: -4;
    top: 35%;
    left: 35%;
    animation: opacity-light 10s infinite linear;
    -webkit-animation: opacity-light 10s infinite linear;
}
@keyframes opacity-light{
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
        color: white;
    }
}
@keyframes fa-spin{
0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}
.spin {
    -webkit-animation: fa-spin 8s linear infinite;
    animation: fa-spin 8s linear infinite;
}
@keyframes sthemeitswing{
    0% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}
.sthemeit-banner-video {
    position: absolute;
    top: 22%;
    right: 35%;
    z-index: 1;
}
.sthemeit-banner-social a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 22px;
}
@keyframes bannerAnimation{
    0% {
        transform: translate(0px, 0px);
    }
    20% {
        transform: translate(10px, -5px);
    }
    40% {
        transform: translate(30px, 10px);
    }
    60% {
        transform: translate(10px, 30px);
    }
    80% {
        transform: translate(-10px, 20px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}
.sthemeit-banner-video 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(--brand-color);
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1;
}
@-webkit-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;
    }
    }
    @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;
    }
    }
.sthemeit-banner-video a {
    color: #fff;
    height: 87px;
    width: 87px;
    line-height: 87px;
    text-align: center;
    background-color: var(--brand-color);
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    position: relative;
    z-index: 9;
}
.sthemeit-banner-video a:hover{
    color: #fff;
}
.sthemeit-banner {
    padding-top: 365px;
    padding-bottom: 260px;
    position: relative;
}
.sthemeit-banner-bg-shape {
    position: absolute;
    top: 104px;
    right: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    mix-blend-mode: luminosity;
    z-index: -1;
    border-radius: 670px 0 0 0;
    opacity: 0.45;
}
.sthemeit-banner-sub-title {
    color: #fff;
    font-size: 16px;
    background-color: rgba(242, 244, 248, 0.08);
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 14px;
    margin-bottom: 12px;
}
.sthemeit-banner-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    font-size: 90px;
    line-height: 1.11;
    margin-bottom: 37px;
}
.sthemeit-banner-title span {
    color: #0e73e4;
    animation: opacity-light-2 2.5s linear infinite;
    -webkit-animation: opacity-light-2 2.5s linear infinite;
}
@keyframes opacity-light-2{
    0% {
        color: #fff;
    }
    25% {
        color: #0e73e4;
    }
    50% {
        color: #0e73e4;
    }
    75% {
        color: #0e73e4;
    }
    100% {
        color: #fff;
    }
}
.sthemeit-btn {
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    border: none;
    background: var(--brand-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 4px;
    display: inline-block;
    border-radius: 50px;
}
.sthemeit-btn::before, .sthemeit-btn::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #0f0d1d;
    transform: skew(15deg);
    transition: all 0.4s ease-in-out;
    z-index: -1;
}
.sthemeit-btn::after {
    right: 0px;
}
.sthemeit-btn::before {
    left: 0px;
}
.sthemeit-btn:hover::after, .sthemeit-btn:hover::before {
    width: 100%;
}
.sthemeit-about-info-item-icon {
    font-size: 18px;
    color: var(--brand-color);
    margin: 0 15px 0 0;
}
.sthemeit-about-info-item-title {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 5px;
}
.about-count-box {
    padding-right: 60px;
    border-right: 1px solid #dee2e6;
    text-align: center;
}
.sthemeit-about-info-item-content p {
    width: 70%;
}
.sthemeit-about-avatar-thumb img {
    height: 60px;
    width: 60px;
    border-radius: 50% !important;
    object-fit: cover;
    border: 1px solid rgb(15, 13, 29) !important;
}
.sthemeit-about-avatar-thumb {
    flex: 0 0 auto;
    margin-right: 24px;
}
.sthemeit-about-avatar-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2px;
}
.sthemeit-about-avatar-info span {
    font-size: 14px;
    color: #777181;
}
.sthemeit-about-details {
    margin-top: 25px;
}
.sthemeit-about-avatar-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: -5px;
}
/* Hero Section Two */
.banner-addon {
    min-height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.banner-addon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.banner-addon .element-list li {
    position: absolute;
    right: 0;
    top: 0;
}
.banner-content {
    position: relative;
    z-index: 2;
}
.banner-addon .subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.banner-addon .banner-title {
    font-size: 72px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.banner-addon .banner-title::before {
    content: "";
    height: 145px;
    width: 5px;
    background-color: var(--brand-color);
    position: absolute;
    bottom: 13px;
    left: 0;
}
.banner-content p {
    font-size: 18px;
    width: 60%;
    margin-bottom: 27px;
    color: #fff;
}
.btn-wrap {
    margin-top: 40px;
}
.btn-style5 {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #444;
    background-color: #fff;
    padding: 14px 28px;
    border: none;
    box-shadow: 0 6px 40px 0 rgba(0,0,0,.2)!important;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
}
.btn-style5:hover {
    background-color: var(--brand-color);
    color: #fff;
    box-shadow: none;
}
.btn-style5:hover svg path {
    fill: #fff;
}
.btn-style5:hover svg {
    -webkit-animation: toRightFromLeft 0.3s linear forwards;
    animation: toRightFromLeft 0.4s linear forwards;
}
.btn-style5 svg {
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
}
.banner-social-section {
    position: absolute;
    left: -2%;
    bottom: 50%;
    transform: translateY(-50%);
    transform: rotate(270deg);
    overflow: hidden;
    z-index: 11;
}
.banner-social-section li span {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin-right: 10px;
}
.banner-social-section li a {
    display: inline-block;
    margin-right: 7px;
    color: #eee;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
    background: var(--brand-color);
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.banner-social-section li a:hover{
    background: #fff;
    color: var(--brand-color);
}
.banner-addon .element-list2 li:first-child {
    z-index: 1;
}
.banner-addon .element-list2 li {
    position: absolute;
    left: 0;
    bottom: 0;
}
.banner-addon:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: -1;
}
/*
=================
Service Box
=================
*/
.sthemeit-box-number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
span.subtitlespan h3 {
    color: #fff;
    margin-bottom: 20px;
}
.sthemeit-box-number span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--brand-color);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
}
.rt-fin-service-box-2 {
    background-color: #FFF;
    -webkit-box-shadow: 8px 8px 54px rgba(0,0,0,.08);
    box-shadow: 8px 8px 54px rgba(0,0,0,.08);
    border-radius: 8px;
    padding: 10px 20px 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.rt-fin-service-box-2::before {
    content: "";
    height: 3px;
    width: 0;
    background-color: var(--brand-color);
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 8px;
    z-index: 1;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}
.rt-fin-service-box-2:hover::before {
    width: 100%;
    -webkit-transition: width 0.6s;
    transition: width 0.6s;
}
.rt-fin-service-box-2 .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 60px;
    color: #000;
}
.position-relative {
    position: relative!important;
}
.rt-fin-service-box-2 .image-box .item-img {
    border-radius: 12px;
    width: 100%;
}
.rt-fin-service-box-2 .image-box .item-img a {
    border-radius: 12px;
    width: 100%;
}
.overflow-hidden {
    overflow: hidden!important;
}
.rt-fin-service-box-2 .image-box .item-img a img {
    border-radius: 12px;
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.rt-fin-service-box-2 .image-box .icon {
    height: 80px;
    width: 80px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}
.rt-fin-service-box-2::after {
    content: "";
    height: 3px;
    width: 100%;
    background-color: #E1E1E1;
    position: absolute;
    top: 0;
    left: 3px;
    right: 3px;
    border-radius: 8px;
    z-index: -1;
}
.fin-button .fin-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 28px;
    border: none;
    -webkit-box-shadow: 0 6px 40px 0 rgba(0,0,0,.2)!important;
    box-shadow: 0 6px 40px 0 rgba(0,0,0,.2)!important;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 5;
    background-color: var(--rt-primary-color);
    color: #fff;
    text-transform: uppercase;
}
.rt-fin-service-box-2 .item-content .fin-button .fin-btn {
    background-color: transparent;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: 0;
    padding: 0;
    border-radius: 0;
    color: #000;
}
.fin-button .fin-btn svg {
    margin-left: 7px;
    position: relative;
    top: -1px;
    color: var(--brand-color);
}
.rt-fin-service-box-2:hover .fin-button .fin-btn svg {
    -webkit-animation: toRightFromLeft 0.4s linear forwards;
    animation: toRightFromLeft 0.4s linear forwards;
}
@keyframes toRightFromLeft{
    49% {
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}
.rt-fin-service-box-2:hover .image-box .item-img a img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sthemeit-box-icon {
    height: 75px;
    width: 75px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    border: 1px solid var(--brand-color);
    box-shadow: 0 12px 12px 0 rgb(0 0 0 / 3%);
}
.sthemeit-box-icon i {
    font-size: 30px;
    color: var(--brand-color);
}
.item-content{
    margin-top: 50px;
}
/* Service Box Four */
.info-box {
    position: relative;
}
.info-style9 .info-item {
    border-radius: 10px;
    background-color: #fff;
    border: .2px solid #dedede;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
}
.info-style9 .info-item .info-bg-image {
    overflow: hidden;
}
.info-style9 .info-item .info-bg-image img {
    min-height: 440px;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
    transform: scale(1);
    opacity: 0;
    transition: all 0.3s ease;
}
.info-style9 .info-item:hover .info-bg-image img {
    opacity: 1;
    transform: scale(1.1);
}
.info-style9 .info-item .info-content {
    padding: 60px 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}
.info-style9 .info-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}
.info-style9 .info-item:hover:after {
    visibility: visible;
    opacity: 1;
}
.info-style9 .info-item .info-content .info-title {
    margin-bottom: 35px;
    line-height: 32px;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    display: inline-block;
}
.info-style9 .info-item .info-content .icon-image {
    margin-bottom: 20px;
}
.info-style9 .info-item .info-content .icon-body, .info-style9 .info-item .info-content .icon-body {
    position: relative;
    display: inline-block;
}
.info-style9 .info-item .info-content .icon-body {
    margin-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.info-style9 .info-item .info-content .info-icon {
    font-size: 60px;
}
.info-style9 .info-item .info-content .icon-body .icon-list {
    transition: all ease 0.5s;
}
.info-style9 .info-item .info-content .info-text {
    margin-bottom: 30px;
}
.info-style9 .info-item:hover {
    border-color: transparent;
}
.info-style9 .info-item .info-content .icon-body .icon-list li {
    position: absolute;
    transition: all 0.5s cubic-bezier(.3,.02,0,.6);
    visibility: hidden;
    opacity: 0;
    list-style: none;
}
.info-style9 .info-item .info-content .icon-body .icon-list li:nth-child(1) {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.info-style9 .info-item:hover .info-content .icon-body .icon-list li:nth-child(1) {
    left: 0;
    top: -27px;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}
.info-style9 .info-item .info-content .icon-body .icon-list li:nth-child(2) {
    right: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.info-style9 .info-item:hover .info-content .icon-body .icon-list li:nth-child(2) {
    right: 0;
    top: -27px;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}
.info-style9 .info-item .info-content .icon-body .icon-list li:nth-child(3) {
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,-50%);
}
.info-style9 .info-item:hover .info-content .icon-body .icon-list li:nth-child(3) {
    left: 0;
    bottom: 0;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}
.info-style9 .info-item .info-content .icon-body .icon-list li:nth-child(4) {
    right: 50%;
    bottom: 50%;
    transform: translate(-50%,-50%);
}
.info-style9 .info-item:hover .info-content .icon-body .icon-list li:nth-child(4) {
    right: 0;
    bottom: 0;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
}
.info-style9 .info-item:hover .info-content .info-title {
    color: #fff;
}
.info-style9 .info-item:hover .info-content .info-text {
    color: #fff;
}
.info-style9 .info-item:hover .info-content .icon-body i {
    color: #fff;
}
.info-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn-style8 svg {
    margin-left: 0;
    transform: translateX(7px);
    width: 20px;
    transition: all 0.4s ease;
    height: 20px;
    fill: var(--brand-color);
}
.btn-style8 {
    display: inline-block;
    padding: 8px 26px;
    background: transparent;
    border: 1px solid var(--brand-color);
    border-radius: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    color: var(--brand-color);
}
.info-style9 .info-item:hover .btn-style8 {
    background: var(--brand-color);
    color: #fff;
}
.info-style9 .info-item:hover .btn-style8 svg{
    fill: #fff;
}
span.info-icon i {
    color: #000;
}
.info_list .owl-dot.active span{
    width: 35px; 
}
.info_list .owl-dot span {
    width: 15px;
    height: 5px;
    background: var(--brand-color);
    line-height: 20px;
    display: inline-block;
    border-radius: 5px;
    margin: 0 8px;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
}
.info_list .owl-dots {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}
.info_list .owl-item:nth-last-of-type(odd){
    margin-top: 40px;
}
/*
==========
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: #0b1030;
    opacity: 0.5;
}
.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(--brand-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(--brand-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(--brand-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(--brand-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(--brand-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(--brand-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%);
}
/*
========
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(--brand-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(--brand-color);
}
.team-content {
	margin-top: 25px;
}
.mfp-hide {
  display: none !important; 
}



/*
============
Form Area
============
*/
.form-box {
    background: var(--brand-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(--brand-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-control:focus, textarea:focus {
	color: #495057;
	background-color: #fff !important;
	border-color: transparent;
	outline: 0;
	box-shadow: none !important;
}
.form-group textarea {
    padding-top: 20px;
    height: 150px;
    width: 100%;
}
.quote_form .buttons {
    margin-top: 12px;
}
.quote_form .button {
    background: var(--brand-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(--brand-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(--brand-color) 0%,var(--brand-color) 0%,var(--brand-color) 26%,#4e95ed 100%,#2989d8 100%,#207cca 100%,var(--brand-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(--brand-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(--brand-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(--brand-color);
    margin-top: 10px;
    transition: .5s;
}
.case-study-style5 .em-case-study-button a:hover{
    background: var(--brand-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(--brand-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(--brand-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(--brand-color) 0%,#0e73e4 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 50px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    background: #fff;
}

.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: 30px;
	color: var(--brand-color);
	text-transform: capitalize;
	padding-bottom: 25px;
}

.price_item_inner_center {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.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: 17px;
	margin-top: 15px;
}
.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: 52px;
	font-weight: 600;
	text-align: center;
}
.month_inner {
	display: block;
	margin-top: -10px;
}

.curencyp {
	font-size: 25px !important;
	font-weight: 500;
	position: relative;
	top: -15px;
    color: #111111;
}
.bootmp {
	font-size: 16px !important;
	font-weight: 500 !important;
	margin-top: 15px;
}
.pricing_top_bar {
	border-bottom: 1px solid #EBEBEB;
	margin-bottom: 4px;
	padding-bottom: 27px;
}
.pricing_body {
	padding: 0 15px;
}
.tk {
	color: #111111;
}
.pricing_btn span {
	border: 1px solid #ddd;
	display: inline-block;
	padding: 0px 23px;
	border-radius: 30px;
	font-size: 15px;
}

.featur{
	border:1px solid #e6e6e6;
	-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 {
	padding: 31px 0 44px;
}
.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;
}
.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 {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 40px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: #fff;
    border-radius: 3px;
    background: var(--brand-color);
    border-radius: 30px;
}
.order_now {
    padding-bottom: 32px;
}
.order_now a:hover{
    background: #0f0d1d !important;
}
.single_pricing:hover .order_now a,
.single_pricing.active .order_now a {
	background: var(--brand-color);
	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;
}
.single_pricing:hover,
.single_pricing.active,
.single_pricing.active .featur,
.single_pricing:hover .featur {
	border-color: var(--brand-color);
}
/* 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;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 0;
    position: relative;
    border: inherit;
    text-align: center;
}
.style-two .pricing_top_bar {
	position: relative;
	background: #fff;
	padding-top: 36px;
	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: 700;
	position: relative;
}
.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: 40px;
	margin: auto;
}
.style-two .pricing_title h3:before {
	width: 25px;
	left: 0;
	right: 0;
	margin: auto;
}
.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(--brand-color);
    border-radius: 100%;
    margin-top: 0;
    position: relative;
    margin-bottom: -26px;
}
.style-two .pricing_body {
	padding: 40px 0 50px;
}
.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: 35px;
    margin-top: 60px;
}
.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;
	text-align: center;
	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: 34px;
}
.style-two .order_now a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 13px 37px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
    border-radius: 4px;
}
.style-two.single_pricing:hover .order_now a {
	background: var(--brand-color);
	color: #fff;
}
.gradient .pricing_top_bar {
	position: relative;
	background: linear-gradient(to bottom, #1F2A6C, #40497c, #ac616c, #c45969, #e94d65) !important;
	padding-top: 25px;
}
.gradient .order_now a {
	color: #e94d65;
	border: 1px solid #e94d65;
}
.gradient .single_pricing:hover .order_now a {
	background: linear-gradient(to right, #38406e, #565b76, #ac616c, #c45969, #e94d65) !important;
}

/* 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: 6px 40px 0px;
	position: relative;
	z-index: 1;
	overflow: inherit;
	text-align: center;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
	border: 0;
	border-radius: 0;
	background: #fff;
	border-radius: 7px;
}
.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(--brand-color);
	padding: 1px 23px;
	border-radius: 0px 30px 30px 0px;
}
.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(--brand-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(--brand-color);
	padding: 6px 40px 0px;
}
.single_pricing.style-three.active .pricing_title h3 {
	color: var(--brand-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: #fff;
    color: #000;
}

/*
==========
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(--brand-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(--brand-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(--brand-color);
	margin-right: 7px;
}
.tab_pan_content a {
	display: inline-block;
	font-size: 17px;
	color: #fff;
	background: var(--brand-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(--brand-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: 30px 30px 0;
    border: 1px solid rgb(215, 214, 222);
}
.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(--brand-color);
    font-size: 19px;
    border: 1px solid var(--brand-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(--brand-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;
}
.sthemeit-blog-thumb_adn img {

}
/* 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(--brand-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;
}

.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: 15px;
}
.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;
}
.blog-page-title_adn a:hover {
	color: var(--brand-color);
}
.blog-content_adn h2 a {
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.blog-content_adn h2 a:hover {
	color: var(--brand-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(--brand-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(--brand-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(--brand-color) 0%,var(--brand-color) 0%,var(--brand-color) 26%,#4e95ed 100%,#2989d8 100%,#207cca 100%,var(--brand-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(--brand-color) 0%,var(--brand-color) 0%,var(--brand-color) 26%,#4e95ed 100%,#2989d8 100%,#207cca 100%,var(--brand-color) 100%);
}
.sthemeit-blog-readmore a {
	padding: 0;
	display: inline-block;
	font-weight: 500;
	border-radius: 0;
	transition: .3s;
	color: #1b1d21;
	margin-bottom: 20px;
	margin-top: 0;
	position: relative;
	z-index: 1;
}
.sthemeit-blog-readmore:hover a,
.sthemeit-blog-readmore:hover i{
    color: var(--brand-color);
}
.learn_btn:hover{
    color:#1b1d21;
}
.sthemeit-blog-readmore a i {
    display: inline-block;
    color: #1b1d21;
    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 0px;
    text-align: left;
}
.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;
}
.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(--brand-color);
    border-color:var(--brand-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(--brand-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(--brand-color);
    text-align: center;
    color: #fff;
    border-radius: 100%;
    margin:0 3px;
}
.footer-socails-icon a:hover{
    background: #fff;
    color:var(--brand-color);
}
/*
==========
Portfolio
==========
*/
/* Style one */
.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,#0B1030,transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.port_style_one .single_protfolio:hover .prot_thumb::after {
    height: 100%;
}
.port_style_one .prot_content {
    background: transparent;
    transform: translateY(165px);
    -webkit-transform: translateY(165px);
    -moz-transform: translateY(165px);
    -ms-transform: translateY(165px);
    -o-transform: translateY(165px);
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}
.port_style_one .single_protfolio:hover .prot_content{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.port_style_one .prot_content:before {
    display: none;
}
.port_style_one .single_protfolio:hover .prot_thumb img {
    filter: none;
}
.port_style_one .prot_content p span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    opacity: 1;
}
.port_style_one .prot_content p span:before {
    position: absolute;
    content: "";
    top: 14px;
    right: -57px;
    background: var(--brand-color);
    width: 50px;
    height: 5px;
    border-radius: 7px;
}
.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: 26px;
    position: relative;
    transition: .5s;
    display: inline-block;
    margin: 12px 0 6px;
}
.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(--brand-color);
    padding: 8px 22px;
    margin-top: 25px;
    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;
}
.port_style_one .sthemeit-port-btn a:hover{
    background: #fff;
    color:var(--brand-color);
}
.port_style_one .sthemeit-port-btn a i {
    font-size: 12px;
    margin-left: 11px;
}
/* Style Two */
.portfolio_nav {
	padding: 0px 0 18px;
	text-align: center;
}
.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(--brand-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;
	overflow: hidden;
}
.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(--brand-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;
}
.prot_content h3 a {
    font-weight: 600;
    color: #181818;
    font-size: 22px;
    position: relative;
    transition: .5s;
    display: inline-block;
}
.prot_content_inner {
    position: relative;
}
.prot_content h3 a:hover{
    color: var(--brand-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(--brand-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(--brand-color);
}
.single_protfolio:hover .prot_content h3 a,
.single_protfolio:hover .port-category {
    color: #fff;
}



/* 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: #E3CCA1 none repeat scroll 0 0;
	border-radius: 50%;
	color: #181818;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 22px 3px 0px;
	width: 40px;
	text-align: center;
	display: inline-block;
}
.picon a:hover {
	background: var(--brand-color);
	color: #fff;
}
.prot_thumb{
    position: relative;
    z-index: 1;
}

/*
==================
Tab
==================
*/

.tab .nav-tabs li {
    text-align: center;
    background: transparent;
    margin-right: 6px;
}
.tab .nav-tabs li.active {
    background: var(--brand-color);
}
.tab .nav-tabs li.active a {
    color: #fff;
}
.tab .nav-tabs li a {
    color: #1c1c1c;
    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(--brand-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 #ddd !important;
}
.tab.style-two .nav-tabs li.active {
    background: var(--brand-color);
}
.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(--brand-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(--brand-color);
}

/* Hero Section Three */
.si__slider__three {
    background: #0e1625;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin: 0px 20px;
    border-radius: 50px;
}
.si__slider__three::before{
    position:absolute;
    content:"";
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}
.si__slider__content h5 {
    background: var(--brand-color);
    color: #fff;
    display: inline-block;
    padding: 2px 30px;
    border-radius: 50px;
    font-size: 16px;
}
.si__slider__content h1 {
    font-size: 65px;
    line-height: 1.1;
    font-weight: 500;
    margin: 10px 0 0;
}
.si__slider__content p {
    margin: 25px 0 40px;
    font-size: 18px;
}
.single__shape {
    position: absolute;
    top: 15%;
    left: 45px;
    right: 0;
    z-index: -1;
    width: inherit !important;
    margin: 0 auto;
}
.single__shape2 {
    position: absolute;
    bottom: 40%;
    left: 0;
    width: inherit !important;
}
.single__shape3 {
    position: absolute;
    right: 0;
    bottom: 13%;
    width: inherit !important;
}
.si__slider__btn1 {
    display: inline-block;
    color: var(--brand-color);
    background: #fff;
    padding: 16px 34px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.si__slider__btn1::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: #111929;
    width: 0%;
    height: 100%;
    border: 1px solid var(--brand-color);
    transition: .5s;
    z-index: -1;
    opacity: 0;
}
.si__slider__btn1:hover::before{
    width: 100%;
    left: 0;
    opacity: 1;
}
.si__slider__btn2 {
    display: inline-block;
    color: #fff;
    padding: 16px 34px;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #fff;
    letter-spacing: 1px;
    position: relative;
    z-index: 1;
}
.si__slider__btn2::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    background: #fff;
    width: 100%;
    height: 0%;
    border: 1px solid #fff;
    transition: .5s;
    z-index: -1;
    opacity: 0;
    color: var(--brand-color);
}
.si__slider__btn2:hover::before{
    height: 100%;
    top: 0;
    opacity: 1;
}
.si__slider__btn1:hover{
    color: #fff;
}
.si__slider__btn2:hover{
    color:var(--brand-color);
}
.si__slider__single__thumb {
    z-index: 1;
    position: relative;
    padding-top: 80px;
    text-align: right;
}
.si__slider__single__thumb img {
    width: 100%;
}
.slider__btn__items {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 40px;
    width: 90%;
}
.si__slider__shape__one img {
    position: absolute;
    right: 0;
    top: 27%;
    z-index: 1;
    transition: all 1000ms ease;
    -webkit-animation: rotateme 10s infinite linear;
}
.si__slider__shape__two img {
    position: absolute;
    left: -10px;
    top: 30%;
    z-index: 10;
    transition: all 1000ms ease;
    -webkit-animation: rotateme 10s infinite linear;
    display: inline-block;
}
.rotateme{
    transition: all 1000ms ease;
    -webkit-animation: rotateme 10s infinite linear;
}
@keyframes rotateme{
    0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
}
.si__slider__content {
    padding-top: 122px;
}
.si__slider__shape__one img {
    width: 150px;
}
.si__slider__shape__two img {
    width: 150px;
}
.about-video-icon {
    position: absolute;
    left: 44%;
    bottom: 27%;
    z-index: 9;
    display: none;
}
/* 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(--brand-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(--brand-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; }4+
.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 rotateme3 {
    
    0% {
       transform: rotate(0deg);
       opacity: 1;
     }

   50% {
       transform: rotate(180deg);
     }
   100% {
       transform: rotate(360deg);
       opacity: 1;
     }
}
@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-card {
    position: absolute;
    left: -100px;
    bottom: -76px;
    display: inline-block;
    padding: 31px 40px 60px;
    background: var(--brand-color);
}
.about-card-content .counter {
	position: relative;
}
.about-card-content .counter {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 70px;
	font-weight: 600;
	color:#fff;
	line-height: 1;
	margin-bottom: 5px;
}
.about-card-content span {
	font-weight: 600;
	color: #fff;
}
.text-center .about-card-content .counter {
	justify-content: center;
	align-items: center;
}
.about-card-content {
	display: inline-block;
	text-align: left;
}
.text-center .about-card-content {
	text-align: center;
}
.about-card li {
	display: flex;
	margin-top: 30px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	padding-bottom: 30px;
}
.about-card li i {
    display: inline-block;
    font-size: 60px;
    min-width: 85px;
    position: relative;
    top: 20px;
    color: #fff;
}
.timer {
    color: #fff;
    font-size: 45px;
}
.about-card .about-card-content .counter {
	color: #fff;
	line-height: 1;
	font-size: 50px;
}
.about-card .about-card-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(--brand-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;
}
.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;
}
.about-video-icon {
    position: absolute;
    left: 44%;
    bottom: 27%;
    z-index: 9;
}
.about-video-icon a {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: var(--brand-color);
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.about-video-icon a:hover{
    background: #fff;
    color: var(--brand-color) ;
}
.about-image-1.overlay-anim.sthemeit-thumb-common.fix img {
    width: 92%;
}
.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: 60px;
    font-weight: 700;
    color: var(--brand-color);
    margin-bottom: 25px;
}
.sthemeit-about-list ul li {
    margin: 0px 0 10px 57px;
}
.sthemeit-about-btn {
    margin-top: 25px;
}
.sthemeit-about-list ul li i {
    margin-right: 10px;
    color: var(--brand-color);
}
.about-count-box p {
    margin-bottom: 0;
}
.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: var(--brand-color);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    top: -101px;
    left: -55px;
    animation: bannerAnimation 10s infinite linear;
    z-index: -1;
}
/* Counter CSS */
.single-counter.style1 {
    text-align: center;
}
.single-counter.style1 .counter-icon i {
    font-size: 60px;
    color: #fff;
}
.single-counter.style1 .count.percent {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}
.single-counter.style1 .suffix{
    font-size: 50px;
    color: #fff;
    font-weight: 600;
}
.single-counter.style1 .counter-icon {
    margin-bottom: 32px;
}
.single-counter.style1 .counter_content h6 {
    font-size: 18px;
    color: #fff;
    margin-top: 12px;
}
/*<!-- 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(--brand-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(--brand-color);
	border-bottom: 30px solid var(--brand-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(--brand-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(--brand-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 {
	margin-left: 60px;
}
.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(--brand-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(--brand-color);
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.proces-section-content {
    margin-bottom: 60px;
}
.process-section-title h2 {
	font-size: 42px;
	font-weight: 600;
	line-height: 1.1;
	position: relative;
}
.process-section-title h2::before {
	position: absolute;
	content: "";
	width: 70px;
	height: 2px;
	background: var(--brand-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: 100%;
    width: 110%;
    background: url(../images/process-shape-1.png);
    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(--brand-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-sub-title h4 {
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 2px;
	color: var(--brand-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(--brand-color);
	position: relative;
	z-index: 1;
	left: 10px;
	}
	.team-content .devider::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 10px;
	background: var(--brand-color);
	top: 0;
	left: -15px;
	}
	.team-social ul li {
	list-style: none;
	}
	.team-social ul li {
	display: inline-block;
	margin: 0 15px;
	}
	.team-social ul li a {
	color: #fff;
	}

	.team-info h4 {
	margin: 0;
	}
	.team-info a {
	text-decoration: none;
	font-size: 20px;
	font-weight: 600;
	}
	.team-info a:hover{
	color:var(--brand-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(--brand-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(--brand-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 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;
}
.team-layout .team-thumbs {
    position: relative;
    overflow: hidden;
}
.team-layout.style-2 .team-thumbs a img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.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%);
    width: 100%;
}
.team-layout.style-2 .team-thumbs .team-social {
    position: absolute;
    bottom: 0;
    right: 0;
}
.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;
    background-color: var(--brand-color);
    overflow: hidden;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .social-link svg {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .social-link:hover svg {
    -webkit-animation: toBottomFromTop 0.5s forwards;
    animation: toBottomFromTop 0.5s forwards;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown {
    position: absolute;
    bottom: 40px;
    right: -15px;
    display: inline-block;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown li:nth-child(1) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.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.3s ease-in-out;
    transition: all 0.3s 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;
    background-color: var(--brand-color);
    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.2s;
    transition-delay: 0.2s;
}
.team-layout.style-2 .team-thumbs .team-social .social-item .team-social-dropdown li:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.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: #fafafa;
    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: #000;
}
.team-layout.style-2:hover .team-content .inner .name a {
    color: #fff;
}
.team-layout.style-2:hover .team-content .inner .designation {
    color: #fff;
}
.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;
}


/* Poerfolio Details */
.portfolio-details-area {
    padding: 100px 0 100px;
}
.medcal-single-icon-port {
    padding-top: 30px;
}
.gitem img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.single_gallery .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: var(--brand-color);
    text-align: center;
    margin: 0 0 14px 0;
    color: #fff;
}
.single_gallery .owl-next {
    position: absolute;
    right: 0;
    top: 45%;
}
.single_gallery .owl-prev {
    position: absolute;
    left: 0;
    top: 45%;
}
.inner-meta-post {
    background: #efefef;
    display: inline-block;
    padding: 40px 30px 26px;
    margin-top: -45px;
    z-index: 2;
    position: relative;
    margin-bottom: 60px;
    width: 29%;
}
.portfolio-title h2 {
    margin-bottom: 30px;
}
.portfolio-details-desc {
    margin-bottom: 40px;
}
.meta-post-item h4 {
    margin-bottom: 0;
    font-size: 18px;
}
.meta-post-item {
    margin-bottom: 15px;
}
h4.meta-post-main-title {
    font-size: 25px;
    color: var(--brand-color);
    font-weight: 600;
}
.medcal-single-icon-port .medcal-single-icon-inner a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: var(--brand-color);
    border: 1px solid var(--brand-color);
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    font-size: 16px;
}
.medcal-single-icon-port .medcal-single-icon-inner a:hover{
    background:var(--brand-color) ;
    border: 1px solid var(--brand-color);
    color: #fff;
}
/* Breadcumb Area */
.breadcumb-area {
    padding: 170px 0 140px;
    position: relative;
    z-index: 1;
}
.breadcumb-area:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #000;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}
.brpt h2 {
    color: #fff;
    font-size: 48px;
}
.breadcumb-inner {
    padding-top: 30px;
}
.breadcumb-inner ul li {
    display: inline;
    color: #fff;
    margin-left: 15px;
    font-size: 20px;
}
.breadcumb-inner ul li a {
    display: inline-block;
    color: #fff;
    font-size: 20px;
}
/* Testimonial Section */
.single_testimonial {
    text-align: center;
}
.testi_thumb img {
    border-radius: 50%;
    margin: auto;
    width: 90px;
}
.testi_title h2 {
    font-size: 26px;
    margin: 0;
}
.testi-star i.active {
    color: #ffb300;
    margin-right: 5px;
    font-size: 14px;
}
.testi-star i{
    font-size: 14px;
}
.testi_text p {
    font-size: 18px;
    width: 58%;
    margin: 25px auto 25px;
    font-style: italic;
    line-height: 1.5;
}
.reviews_rating {
    margin-bottom: 15px;
}
/* Testi Nav */
.testimonial_list2 .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.testimonial_list2 .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.testimonial_list2 .owl-nav div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    color: var(--brand-color);
    box-shadow: 0 19px 29px 0 rgba(126,126,126,.34);
}
.testimonial_list2 .owl-nav div:hover{
    background:var(--brand-color) ;
    color: #fff;
}
.testimonial_list2:hover .owl-prev{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.testimonial_list2:hover .owl-next{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/* Style One */
.single_testimonial.default-style {
    text-align: left;
    border: 1px solid #0000000D;
    padding: 40px;
    background: #fff;
}
.single_testimonial.default-style .testi-inner {
    align-items: center;
}
.single_testimonial.default-style .testi_thumb img {
    border-radius: 50%;
    margin: auto;
    width: 80px;
}
.single_testimonial.default-style .testi_thumb {
    margin-right: 20px;
}
.single_testimonial.default-style .testi_text p {
    font-size: 18px;
    width: 63%;
    margin: 25px 0 0;
    font-style: italic;
    line-height: 1.8;
}
.single_testimonial.default-style .testi_title h2 {
    font-size: 22px;
    margin: 0;
    opacity: 0.8;
}
.single_testimonial.default-style .testi_title span {
    font-size: 15px;
}
/* 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 {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,.1);
    width: 80%;
    padding: 20px 30px 20px;
    position: relative;
    z-index: 1;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}
.icon-box.style-one:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: var(--brand-color);
    width: 5px;
    height: 50px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    z-index: -1;
}
.icon-box.style-one:hover:before{
    width: 100%;
    height: 100%;
}

.icon i {
    color: #fff;
    font-size: 20px;
    margin-right: 20px;
}
.icon-box-content strong {
    color: #fff;
    margin-right: 10px;
}
.icon-box-content span {
    color: #fff;
    display: block;
}
/* Style Two */
.icon-box.style-two {
    display: -webkit-box;
    align-items: center;
    gap: 25px;
}
.icon-box.style-two .icon-box-icon {
    background: #f3f3ff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    display: inline-block;
    display: flex;
    justify-content: center;
    border-radius: 50%;
}
.icon-box.style-two .icon i {
    color: #fff;
    font-size: 35px;
    margin-right: 30px;
    background: var(--brand-color);
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
}
.icon-box.style-two .icon-box-content {
    margin-top: -5px;
}
.icon-box.style-two .title h2 {
    font-size: 25px;
    margin: 0 0 5px;
}
.icon-box.style-two .icon-box-icon img {
    width: 45px;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.icon-box.style-two .icon-box-icon{
    position:relative;
}
.icon-box.style-two .icon-box-icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #0b1030;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.icon-box.style-two:hover .icon-box-icon::before {
    transform: scale(1);
}
.description p {
    width: 80%;
}
.icon-box.style-two:hover .icon-box-icon img {
    filter: brightness(0) invert(1);
}
/* Blog Section */
.sthemeit-blog-readmore {
    margin-top: 20px;
}
/* Style One */
.blog-section.blog_style-one .medcal-single-blog {
    -webkit-box-shadow: 0.68px 12.982px 29px 0 rgb(0 0 0 / 7%);
    box-shadow: 0.68px 12.982px 29px 0 rgb(0 0 0 / 7%);
    background: #fff;
    margin-bottom: 30px;
}
.medcal-blog-thumb {
    position: relative;
    overflow: hidden;
}
.medcal-blog-thumb img{
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.blog-section.blog_style-one .medcal-single-blog:hover .medcal-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 {
    position: absolute;
    right: 0;
    bottom: 8px;
}
.blog-date span {
    background: var(--brand-color);
    color: #fff;
    padding: 12px 22px;
}
.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(--brand-color);
}
.medcal-blog-meta-top {
    margin-bottom: 15px;
}
.blog-page-title h2 a {
    font-size: 24px;
    display: inherit;
    font-weight: 500;
    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;
}
.blog-page-title h2 a:hover {
    color: var(--brand-color);
    background-size: 100% 100%;
}
.blog-content {
    padding: 25px 30px 5px;
}
.blog-cat::before {
    position: absolute;
    content: "\f07c";
    font-family: fontawesome;
    left: -22px;
    top: 2px;
    color: var(--brand-color);
}
.blog-cat {
    display: inline-block;
    position: relative;
    margin-left: 27px;
}
/* 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;
    background: #fff;
    padding: 12px 30px;
    border-radius: 7px;
    color: var(--brand-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(--brand-color);
    color: #fff;
}
.sthemeit-solve-icon i {
    font-size: 35px;
    color: var(--brand-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(--brand-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-content-box .content-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cta-style6 .action-box .cta-info .cta-content-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-content-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(--brand-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 li {
    margin-bottom: 30px;
}
.my-accordion li a {
    position: relative;
    display: block;
    font-size: 20px;
    outline: 0;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: .3s;
    margin-left: 50px;
}
.my-accordion p {
    display: none;
    margin: 20px 10px 10px 54px;
    font-size: 16px;
    width: 61%;
}
.my-accordion li a::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -50px;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--brand-color);
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
}
.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(--brand-color);
    border-radius: 50%;
    display: inline-block;
    font-size: 24px;
    position: relative;
    z-index: 9;
}
.call-video-link a:hover {
    background: #FFF;
    color: #0b1030;
}
.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(--brand-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: 54px;
    color: #fff;
    line-height: 1.1;
    font-weight: 700;
}
.single_call-to-action_text {
    margin-top: 60px;
}
.call-to-action-btn a {
    padding: 16px 38px;
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    border: none;
    background: var(--brand-color);
    position: relative;
    z-index: 1;
    overflow: hidden;
    top: 40px;
    display: inline-block;
    font-weight: 600;
}
.call-to-action-btn a:hover{
    color:var(--brand-color);
}
.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);
}
.sthemeit-subscribe-form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(174, 168, 185, 0.4);
    padding: 0px 50px 15px 0px;
    font-size: 14px;
    color: #aea8b9;
}
.sthemeit-subscribe-form input::placeholder{
    font-size: 16px;
}
.sthemeit-subscribe-form input:focus{
    border-bottom: 1px solid rgba(174, 168, 185, 0.4);
}
.sthemeit-subscribe-form button {
    background: transparent;
    border: none;
}
.sthemeit-subscribe-form button i {
    font-size: 16px;
    color: #fff;
    margin-left: -36px;
}