﻿@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-moz-keyframes upDown {
    0% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -moz-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-o-keyframes upDown {
    0% {
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -o-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.slider-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 45px 0 105px 0;
    border-width: 0 !important;
    border-color: transparent;
    outline: none;
    cursor: default;
    user-select: none;
    overflow-x: hidden;
}

.slider-section.yagna-wave-border {
    --size: 3rem;
    --m: 0.5;
    --p: calc(var(--m)*var(--size));
    --R: calc(var(--size)*sqrt(var(--m)*var(--m) + 1));
    --d: bottom;
    min-height: 5rem;
    margin: 0;
    mask: radial-gradient(var(--R) at left 50% var(--d,top) calc(var(--size) + var(--p)),#000 99%,#0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at left 50% var(--d,top) calc(-1*var(--p)),#0000 99%,#000 101%) left 50% var(--d,top) var(--size)/calc(4*var(--size)) 100% repeat-x;
    -webkit-mask: -webkit-radial-gradient(var(--R) at left 50% var(--d,top) calc(var(--size) + var(--p)),#000 99%,#0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at left 50% var(--d,top) calc(-1*var(--p)),#0000 99%,#000 101%) left 50% var(--d,top) var(--size)/calc(4*var(--size)) 100% repeat-x;
    -webkit-mask: radial-gradient(var(--R) at left 50% var(--d,top) calc(var(--size) + var(--p)),#000 99%,#0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at left 50% var(--d,top) calc(-1*var(--p)),#0000 99%,#000 101%) left 50% var(--d,top) var(--size)/calc(4*var(--size)) 100% repeat-x;
    -moz-mask: -moz-radial-gradient(var(--R) at left 50% var(--d,top) calc(var(--size) + var(--p)),#000 99%,#0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at left 50% var(--d,top) calc(-1*var(--p)),#0000 99%,#000 101%) left 50% var(--d,top) var(--size)/calc(4*var(--size)) 100% repeat-x;
    o-mask: -o-radial-gradient(var(--R) at left 50% var(--d,top) calc(var(--size) + var(--p)),#000 99%,#0000 101%) calc(50% - 2*var(--size)) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at left 50% var(--d,top) calc(-1*var(--p)),#0000 99%,#000 101%) left 50% var(--d,top) var(--size)/calc(4*var(--size)) 100% repeat-x;
    background: -webkit-linear-gradient(left, #84bbe6, #84bbe6);
    background: -o-linear-gradient(left, #84bbe6, #84bbe6);
    background: linear-gradient(to right, #84bbe6, #84bbe6);
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}

.slider-section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider-section .detail-box {
    color: #00204a;
}

.slider-section .detail-box h1 {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
    text-shadow: 0 3px 5px rgba(0,0,0,0.3);
}

.slider-section .detail-box p {
    color: #fefefe;
    font-size: 14px;
}

.slider-section .detail-box .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
    margin-top: 25px;
}

.slider-section .detail-box .btn-box a {
    margin: 5px;
    text-align: center;
    width: 165px;
}

.slider-section .detail-box .btn-box .btn1 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #00bbf0;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
	   -moz-transition: all 0.4s ease;
         -o-transition: all 0.4s ease;
	        transition: all 0.4s ease;
	-webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
        -ms-transform: perspective(1px) translateZ(0);
         -o-transform: perspective(1px) translateZ(0);
	        transform: perspective(1px) translateZ(0);
    border: none;
    border-radius: var(--border-radius-base);
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}

.slider-section .detail-box .btn-box .btn1:hover {
    color: #333333;
}

.slider-section .detail-box .btn-box .btn1:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: var(--border-radius-base);
}

.slider-section .detail-box .btn-box .btn1:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.slider-section .img-box img {
    width: 100%;
    pointer-events: none;
    user-select: none;
    -webkit-animation: upDown 5s infinite;
    -moz-animation: upDown 5s infinite;
    -o-animation: upDown 5s infinite;
    animation: upDown 5s infinite;
}

.hero-slider .prevArrow {
    height: 32px;
    width: 32px;
    border: none;
    outline: none;
    left: -100px;
    z-index: 12;
    cursor: pointer;
    background-image: url(../images/yagna-slider/arrows_32.png);
    background-size: 32px 32px cover;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}

.slider-section .owl-nav .owl-prev {
    position: absolute;
    height: 32px;
    width: 32px;
    border: none;
    outline: none;
    left: -100px;
    top: calc(50% - 16px);
    cursor: pointer;
    background-image: url(../images/yagna-slider/arrows_32.png) !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-origin: border-box !important;
    background-color: transparent !important;
}

.slider-section:hover .owl-nav .owl-prev {
    left: 0px;
}

.slider-section .owl-nav .owl-next {
    position: absolute;
    height: 32px;
    width: 32px;
    border: none;
    outline: none;
    right: -100px;
    top: calc(50% - 16px);
    cursor: pointer;
    background-image: url(../images/yagna-slider/arrows_32.png) !important;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-origin: border-box !important;
    background-color: transparent !important;
}

.slider-section:hover .owl-nav .owl-next {
    right: 0px;
}

.hero-slider:hover .prevArrow {
    left: 10px;
}

.hero-slider .nextArrow {
    height: 32px;
    width: 32px;
    border: none;
    outline: none;
    right: -100px;
    z-index: 12;
    cursor: pointer;
    background-image: url(../images/yagna-slider/arrows_32.png);
    background-size: 32px 32px cover;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: transparent;
}

.hero-slider:hover .nextArrow {
    right: 10px;
}

.slider-section .owl-dots {
    list-style: none;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items:center;
    justify-items:center;
}

.slider-section .owl-dots .owl-dot {
    border: none;
    outline: none;
    background-color: transparent;
    width: 20px;
    height: 20px;
    background-image: url(../images/yagna-slider/bullet_24.png);
    background-position: 0px 0px;
    background-origin: border-box;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-section .owl-dots .owl-dot.active{
    background-position: left bottom;
}

.service-img-1{
    height:auto;
    width: 100%;
    display: block;
}

.price-card-section .price-plan {
    text-shadow: 0 1px rgba(255,255,255,.8);
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    padding: 1rem;
    position: relative;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.price-card-section .price-plan .list-price {
    font-size: 20px;
    font-weight: normal;
    padding: 25px 10px 20px 10px;
    margin: -20px -14px 50px -14px;
    background-color: #eee;
    background-image: -moz-linear-gradient(#fff,#eee);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
    background-image: -webkit-linear-gradient(#fff, #eee);
    background-image: -o-linear-gradient(#fff, #eee);
    background-image: -ms-linear-gradient(#fff, #eee);
    background-image: linear-gradient(#fff, #eee);
    position: relative;
    border: none;
}

.price-card-section .price-plan .price-title{
    color: #999999;
    text-shadow: 0 3px 5px rgba(0,0,0,0.1);
}

.price-card-section .price-plan .list-price .price {
    font: bold 25px/100px Georgia, Serif;
    color: #777;
    background: #fff;
    border: 5px solid #fff;
    height: 140px;
    width: 140px;
    margin: 10px auto -85px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
    top: -50%;
}

.price-card-section .price-plan .list-price .price em{
    font-size: 1rem;
    font-weight: 300;
}

.price-card-section .price-plan hr{
    background-color: #aaa !important;
}

.price-card-section .price-plan ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}

.price-card-section .price-plan ul li {
    border-top: 1px solid #ddd;
    padding: 15px 0;
    font-size: 14px;
    white-space: nowrap;
}

.price-card-section .price-plan .pricing-table-tag{
    display: flex;
    justify-content:center;
    align-items: center;
    position: absolute;
    top: -15px;
    padding: 5px 20px;
    text-align: center;
    background-color: var(--primary-background-color);
    font-size: 12px;
    color: #fff;
    border-radius: var(--border-radius-base);
    left: 50%;
    transform: translateX(-50%);
}

.price-card-section .price-plan .pricing-table-tag p{
    font-size: 12px;
    color: #fff;
}

.price-card-section .price-pan-popular {
    border: 2px solid var(--primary-border-color);
}

.price-card-section .price-plan .price-btn{
    margin-top: 35px;
}

.service-feature-section-1 {
    width: 100%;
    overflow-x: hidden;
    background-image: url(../images/background/background-5.png);
    background-position: left top;
    background-origin: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0 18rem 0;
}

.service-heading {
    padding-bottom: 50px;
    margin-top: 10px;
    transition: all 0.3s ease 0s;
    display: inline-block;
}

/* Deafult title */
.service-title-icon {
    display: inline-block;
    font-size: 2rem;
    margin-right: 15px;
    color: var(--primary-background-color);
    vertical-align: middle;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0.5rem;
}

.service-heading .service-title-icon {
    color: #81c83c;
}

.service-title-icon.classic {
    margin-top: 0;
}

.service-title {
    font-family: "Lato", serif;
    position: relative;
    margin: 0;
    line-height: 32px;
    border-left: 2px solid #e7e7e7;
    display: inline-block;
    padding-left: 15px;
    transition: all 0.3s ease 0s;
    font-size: 26px;
}

.service-title-desc {
    font-family: "Lato", serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    text-transform: capitalize;
    display: block;
    color: #6A6A6A;
    margin-top: 5px;
    text-align: left;
}

.feature-item {
    margin: 40px 0 -30px;
    padding-bottom: 30px;
    -webkit-transition: box-shadow .25s ease-in-out;
    transition: box-shadow .25s ease-in-out;
}

.feature-item:hover {
    box-shadow: 0 9px 46px 8px rgba(0,0,0,.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,.2)
}

.feature-item .icon {
    background-color: #f5f5f5;
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
    padding-left: 10px;
    border: 10px solid #fff;
    border-radius: 50%;
    -webkit-transition: background-color .25s ease-in;
    transition: background-color .25s ease-in;
}

.feature-item:hover .icon {
    background-color: #ff4081;;
    border-width: 0;
    padding: 20px
}

.feature-item .icon .vc-parent {
    width: 100%;
    height: 100%;
    display: table;
}

.feature-item .icon .vc-child {
    display: table-cell;
    vertical-align: middle;
}

.feature-item .icon span.fa-icon {
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    font-size: 30px;
    color: #ff5252;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
}

.feature-item:hover .icon span.fa-icon {
    color: #fff;
    font-size: 40px
}

.feature-item .content:before {
    position: absolute;
    right: -15px;
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.09)
}

.feature-item .heading {
    margin-bottom: 10px;
    margin-top:10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center
}

.feature-item .desc {
    text-align: center;
    margin: 0 0 20px
}

.feature-item .read-more-btn {
    text-align: center;
}

.feature-item .read-more-btn .btn-sm{
    border-color:#86c33a;
}

.service-feature-section-3 .btn-primary-outline{
    border-color: var(--primary-border-color);
}

.email-market-card-hover {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 32px -10px rgba(0, 0, 0, 0.08);
}

.email-market-card-hover:has(.email-market-card-hover__link:hover) .email-market-card-hover__extra {
    transform: translateY(0);
    transition: transform 0.35s;
}

.email-market-card-hover:hover .email-market-card-hover__content {
    background-color: #DEE8C2;
    bottom: 100%;
    transform: translateY(100%);
    padding: 50px 60px;
    transition: all 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.email-market-card-hover:hover .email-market-card-hover__link {
    opacity: 1;
    transform: translate(-50%, 0);
    transition: all 0.3s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.email-market-card-hover:hover img {
    transform: scale(1);
    transition: 0.35s 0.1s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.email-market-card-hover__content {
    width: 100%;
    text-align: center;
    background-color: #86B971;
    padding: 0 60px 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(0);
    transition: all 0.35s 0.35s cubic-bezier(0.1, 0.72, 0.4, 0.97);
    will-change: bottom, background-color, transform, padding;
    z-index: 1;
}

.email-market-card-hover__content::before, .email-market-card-hover__content::after {
    content: "";
    width: 100%;
    height: 120px;
    background-color: inherit;
    position: absolute;
    left: 0;
    z-index: -1;
}

.email-market-card-hover__content::before {
    top: -80px;
    -webkit-clip-path: ellipse(60% 80px at bottom center);
            clip-path: ellipse(60% 80px at bottom center);
}

.email-market-card-hover__content::after {
    bottom: -80px;
    -webkit-clip-path: ellipse(60% 80px at top center);
            clip-path: ellipse(60% 80px at top center);
}

.email-market-card-hover__title {
    font-size: 1.1rem;
    margin-bottom: 1em;
}

.email-market-card-hover__title span {
    color: #2d7f0b;
}

.email-market-card-hover__text {
    font-size: 0.75rem;
}

.email-market-card-hover__link {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 10%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
    color: #2d7f0b;
    opacity: 0;
    padding: 10px;
    transition: all 0.35s;
}

.email-market-card-hover__link:hover svg {
    transform: translateX(4px);
}

.email-market-card-hover__link svg {
    width: 18px;
    margin-left: 4px;
    transition: transform 0.3s;
}

.email-market-card-hover__extra {
    height: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    font-size: 1.1rem;
    text-align: center;
    background-color: #86b971;
    padding: 80px;
    bottom: 0;
    z-index: 0;
    color: #dee8c2;
    transform: translateY(100%);
    will-change: transform;
    transition: transform 0.35s;
}

.email-market-card-hover__extra span {
    color: #2d7f0b;
}

.email-market-card-hover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    z-index: -1;
    transform: scale(1.2);
    transition: 0.35s 0.35s transform cubic-bezier(0.1, 0.72, 0.4, 0.97);
}

.service-feature-section-5 .btn-primary-outline {
    border-color: var(--primary-border-color);
}

.heading_container h1 span:first-child {
    color: #00bbf0;
}

.support__box {
    padding: 50px 30px;
    text-align: center;
    border: 1px solid #86B971;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.support__box:hover {
    background: #86B971;
    border-color: #86B971;
}

.support__box .icon {
    margin-bottom: 25px;
}

.support__box .icon img{
    margin-left:auto;
    margin-right:auto;
    vertical-align:middle;
    border-style: none;
}

.support__box .icon .hover {
    display: none;
}

.support__box .icon .default {
    display: block;
}

.support__box:hover .icon .hover {
    display: block;
}

.support__box:hover .icon .default {
    display: none;
}

.support__box:hover .title{
    color: #fff;
}

.support__box:hover p{
    color: #fff;
}

.hero-page-img{
    width: 100%;
}

.hero-page-img img{
    width: 100%;
}

.service-feature-section-6 {
    background-image: url(../images/background/16332399_rm347-porpla-01.png);
    background-position: center center;
    background-origin: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .service-feature-section-6{
        background-image: none;
    }
}

#service-img-container-1{
    display: block;
    position: relative;
    overflow: hidden;
}

.slide-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    position: relative;
}

.slide-box .box-original {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-box .box-original .icon {
    background-color: #fdfdfd;
    width: 120px;
    height: 120px;
    margin: 10px auto 0;
    border: 2px solid #00bbf0;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: background-color .25s ease-in;
    transition: background-color .25s ease-in;
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);
}

.slide-box .box-original .icon .slide-vc-icon {
    font-size: 3rem;
    color: #00bbf0;
    -webkit-transition: .25s ease-in;
    transition: .25s ease-in;
}

.slide-box .box-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #6d94bb;
    line-height: 100%;
    color: #fff;
    transform-origin: 0 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
}

.slide-box .box-overlay1 {
    background-image: url(../images/services/email-service-6.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-box .box-overlay2 {
    background-image: url(../images/services/email-service-7.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-box .box-overlay3 {
    background-image: url(../images/services/email-service-8.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-box .box-overlay4 {
    background-image: url(../images/services/email-service-9.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-box .box-overlay5 {
    background-image: url(../images/services/email-service-10.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.slide-box:hover .box-overlay {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.slide-box .box-overlay .btn {
    color: #ffffff;
}

.service-section4-image {
    box-shadow: 0 3px 5px rgba(0,0,0,0.7);
}

.slide-in-box {
    position: relative;
    overflow: hidden;
    background-color: #bbb;
    text-align: center;
    box-shadow: 0 3px 5px rgba(0,0,0,0.7);
}

.slide-in-box .slide-in-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.slide-in-box:hover .slide-in-overlay {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.service-section-6 {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url(../images/services/service-section-6.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.service-section-6 .section-icon {
    font-size: 5rem;
    text-shadow: 0 0 3px rgba(0,0,0,0.7);
}

.service-feature-section-5 {
    position: relative;
    padding-top: 6rem;
    padding-bottom: 6rem;
    background-image: url(../images/services/service-section-7.jpg);
    background-attachment: fixed;
    background-size: cover;
}

.feature-section-1 .feature-title {
    display: inline-block;
    position: relative;
}

.feature-section-1 .feature-title:before {
    position: absolute;
    content: '';
    width: 70%;
    height: 2px;
    background-color: #323edd;
    top: 50%;
    right: calc(100% + 25px);
} 

.feature-section-1 .feature-title:after {
    position: absolute;
    content: '';
    width: 70%;
    height: 2px;
    background-color: #323edd;
    top: 50%;
    left: calc(100% + 25px);
}

.feature-section-1 .services-1 {
    background: #56a3d6;
    width: 100%;
    padding: 20px;
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section-1 .services-1 .icon {
    display: block;
    padding: 1.5rem;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    border: 4px solid #fff;
    background-color: #ffa41b;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.1);
}

.feature-section-1 .services-1 .icon span {
    font-size: 3rem;
    color: #fff;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section-1 .services-1 h3 {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}

.feature-section-1 .services-1 p {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #f3f3f3;
}

.feature-section-1 .services-1 .btn {
    border-color: #fff;
    color: #fff;
} 

.feature-section-1 .services-1 .line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.feature-section-1  .services-1 .line:before, .feature-section-1  .services-1 .line:after {
    position: absolute;
    content: '';
    width: 14px;
    height: 6px;
    background: #f23a2e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section-1 .services-1 .line:before {
    top: 0;
    right: 0;
}

.feature-section-1 .services-1 .line:after {
    bottom: 0;
    left: 0;
}

.feature-section-1 .services-1:before, .feature-section-1 .services-1:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 14px;
    background: #f23a2e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.feature-section-1  .services-1:before {
    top: 0;
    right: 0;
}

.feature-section-1  .services-1:after {
    bottom: 0;
    left: 0;
}

.feature-section-1 .services-1:hover {
    background: #4784ad; 
}

.feature-section-1 .services-1:hover:after, .feature-section-1 .services-1:hover:before {
      height: 30px;
      background: #ffa41b; 
}

.feature-section-1 .services-1:hover .line:before, .feature-section-1 .services-1:hover .line:after {
      width: 30px;
      background: #ffa41b; 
}

.feature-section-1 .services-1:hover .icon span {
      color: #f23a2e; 
}

.feature-section-1 .services-1:hover h3 {
      color: #ffa41b; 
}

.feature-section-1 .services-1:hover .btn {
      color: #ffa41b;
      border-color: #ffa41b;
}

.feature-section-1 .services-1 .btn:before {
    border-radius: 35px !important;
    border-color: #333;
    overflow: hidden;
    background-color: #333;
    color: #fff;
}

.feature-section-1 .services-1 .btn:hover {
    color: #fff;
    border-color: #333;
}

.feature-section-1 .services-1 .btn:hover:before {
    border-radius: 35px;
}

.feature-section-1 .feature-subheading {
    display: inline-block;
    padding: 5px 20px;
    color: #FBB244;
    text-transform: uppercase;
    background-color: rgba(251, 178, 68, 0.2);
    border-radius: 30px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Open Sans", sans-serif;
    user-select: none;
}

.service-feature-section-3 .slide-box-1 {
    margin-bottom: 30px;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-feature-section-3 .slide-box-1 .icon {
    height: 100px;
    width: 100px;
    display: block;
    background-position: top center;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 50% 0 50% 50%;
    border: 2px solid #00bbf0;
    z-index: 2;
    background-color: #fff;
}

.service-feature-section-3 .slide-box-1 .icon span {
    font-size: 2.5rem;
    color: #00bbf0;
}

.service-feature-section-3 .slide-box-1  .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    content: '';
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-feature-section-3 .slide-box-1 .slide-box-text {
    position: relative;
    background: #fcfcfc;
    padding: 50px 20px 30px 20px;
    border-radius: 0;
    width: 93%;
    margin: 0 0 0 auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: -45px;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 5px 25px -2px rgba(0, 0, 0, 0.11);
}

.service-feature-section-3 .slide-box-1 .slide-box-text:before {
    z-index: -1;
    background-color: #00bbf0;
}

.service-feature-section-3 .slide-box-1 .slide-box-text h4 {
    font-weight: 500;
    margin-bottom: 15px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.service-feature-section-3 .slide-box-1 .slide-box-text .btn {
    background-color: transparent;
    border-color: #00bbf0;
}

.margin-28 {
    margin-top: 0px !important;
}

.service-feature-section-3 .slide-box-1:hover .slide-box-text, .service-feature-section-3 .slide-box-1:focus .slide-box-text {
    *color: rgba(255, 255, 255, 0.8);
}

.service-feature-section-3 .slide-box-1:hover .slide-box-text h4,
.service-feature-section-3 .slide-box-1:hover .slide-box-text p {
    color: #fff;
}

.service-feature-section-3 .slide-box-1 .img-wrap:hover + .slide-box-text h4,
.service-feature-section-3 .slide-box-1 .img-wrap:hover + .slide-box-text p {
    color: #333;
}

.service-feature-section-3 .slide-box-1:hover .btn {
    border-color: #fff;
    color: #fff;
    position: relative;
}

.service-feature-section-3 .slide-box-1:hover .btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #fff;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 35px;
}

.service-feature-section-3 .slide-box-1:hover .btn:hover {
    color: #FF4495
}

.service-feature-section-3 .slide-box-1:hover .btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent;
    color: #333;
}

.service-feature-section-7 .feature-wrapper .feature-icon {
    width: 120px;
    height: 120px;
    border: 2px solid #9f9f9f;
    border-radius: 100%;
}

.service-feature-section-7 .feature-wrapper .icon {
    font-size: 3rem;
    color: #00bbf0;
}

.service-section-9 {
    position: relative;
    display: block;
    height: 45rem;
}

#service-section-video-9 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45rem;
    object-fit: cover;
    min-height: 100%;
    z-index: -1;
}

.service-section-wrapper-9 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

.service-section-content {
    width: 100%;
    height: 100%;
}

.service-section-content .border-btn {
    border: 1px solid #fff;
    color: #fff;
    background: none;
    text-transform: uppercase;
    padding: 15px 34px !important;
    -moz-user-select: none;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    position: relative;
    transition: color 0.4s linear;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    z-index: 1
}

.service-section-content .border-btn::before {
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 101%;
    height: 101%;
    background: #fff;
    z-index: -1;
    transition: transform 0.5s;
    transition-timing-function: ease;
    transform-origin: 0 0;
    transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
    transform: scaleY(0);
    border-radius: 0
}

.service-section-content .border-btn:hover {
    color: #FF4495
}

.service-section-content .border-btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent
}
