﻿@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
}

@-moz-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
}

@-o-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
    }

    100% {
        box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
    }
}

.slider-section {
    overflow-y: hidden;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* slider section */
.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;
    background-image: url(../images/background/hero-bg-light-blue4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-origin:border-box;
    background-size: cover;
    border-width: 0 !important;
    border-color: transparent;
    outline: none;
    cursor: default;
    user-select: none;
    overflow-x: hidden;
}

.slider_section {
    overflow-x: hidden;
}

.slider_section .row {
    -webkit-box-align: center;
       -moz-box-align:center;
       -ms-flex-align: center;
          align-items: center;
}

.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 .detail-box .btn-box .btn2 {
    display: inline-block;
    padding: 10px 15px;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

.slider_section .detail-box .btn-box .btn2:hover {
    background-color: black;
}

.slider_section .img-box {
    margin: 45px 0;
}

.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;
}

@-webkit-keyframes upDown {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

@-moz-keyframes upDown {
    0% {
        -moz-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -moz-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -moz-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

@-o-keyframes upDown {
    0% {
        -o-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -o-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -o-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

@keyframes upDown {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }

    50% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }

    100% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
    }
}

.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;
}

.hover-bg-dark:hover, .hover-bg-dark.active {
    background: #252d39 !important;
}

.hover-bg-dark:hover *, .hover-bg-dark.active * {
    color: #fff !important;
}

.text-shadow-1{
    color: #cccccc;
    text-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bg-background-1{
    position: relative;
    width: 100%;
}

.bg-background-1::before {
    position: absolute;
    content: "";
    width: 216px;
    height: 282px;
    left: 0;
    background: url(../images/background/wave29.png);
    background-repeat: no-repeat;
    background-origin: border-box;

    background-size: 100% 100%;
    top: -1px;
    z-index: -100;
}

@media (max-width: 667px) {
    .bg-background-1::before {
        background-image: none !important;
    }
}

.feature-heading-1{
    overflow: hidden;
    position: relative;
    color: #333333;
    white-space: normal;
    cursor: pointer;
    user-select: none;
}

.feature-heading-1 span{
    position: relative;
    white-space: normal;
    -webkit-transform: perspective(1px) translateZ(0);
       -moz-transform: perspective(1px) translateZ(0);
         -o-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
    -webkit-transition: all 1s ease;
       -moz-transition: all 1s ease;
         -o-transition: all 1s ease;
            transition: all 1s ease;
    overflow: hidden;
}

.feature-heading-1 span:after{
    position: absolute;
    content: attr(data-text);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #86c33a;
    -webkit-transform: scaleX(0);
       -moz-transform: scaleX(0);
         -o-transform: scaleX(0);
            transform: scaleX(1) translateX();
    -webkit-transform-origin: 50%;
       -moz-transform-origin: 50%;
         -o-transform-origin: 50%;
            transform-origin: 50%;
}

.feature-heading-1 span:hover:after{
    -webkit-transform: scaleX(1.5) scaleY(1.5);
    -moz-transform: scaleX(1.5) scaleY(1,5);
    -o-transform: scaleX(1.5) scaleY(1.5);
    transform: scaleX(1.5) scaleY(1.5);
}

.editor-section{
    position: relative;
}

.editor-section:after {
    position: absolute;
    content: "";
    width: 15.625rem;
    height: 24.375rem;
    right: 0;
    background: url(../images/background/midile.png);
    background-repeat: no-repeat;
    background-origin: border-box;
    background-size: 100% 100%;
    top: -1px;
    z-index: -100;
}

.section-title .eicon-flip-box {
    display: inline-flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    text-align: center;
    background-color: var(--primary-background-color);
    border-radius: 50%;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 1rem;
}

.section-title {
    display: inline-block;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.section-title .section--title-border {
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease;
}

.editor-section .section--title-border:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    left: 0;
    top: calc(100% + 6px);
    background-color: var(--primary-background-color);
    transform: scaleX(0.1) rotate(0deg);
}

.editor-section .section--title-border:hover:before,
.editor-section .section-title:hover .section--title-border:before {
    transform: scaleX(1) rotate(0deg);
}

.editor-iconbox-1 {
    text-align: center;
    width: 100%;
    position: relative;
    border: 2px solid var(--secondary-border-color);
    padding: 0 10px 20px 10px;
    margin-top: 50px;
    max-width: 100%;
    width: calc(100% - 10px);
    box-sizing: border-box;
    margin-left: 10px !important;
    margin-right: 10px !important;
    background: #ffffff;
}

.editor-iconbox-1:after, .editor-iconbox-1:before {
	top: calc(100% - 15px);
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	transform: rotate(180deg) translateY(12px);
}		
		
.editor-iconbox-1:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: var(--secondary-border-color);
	border-width: 15px;
	margin-left: -15px;
}

.editor-iconbox-1:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: var(--secondary-border-color);
	border-width: 15px;
	margin-left: -15px;
}

.editor-iconbox-1 .editor-icon{
	position: absolute;
	width: 100px;
	height: 100px;
	transform: translateY(-55%) translateX(-50%);
	background: #ffffff;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	border:2px solid var(--secondary-border-color);
	display:inline-block;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-transition: 0.5s ease 0s;
	-moz-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}

.editor-iconbox-1 .editor-icon i{
	font-size: 50px;
	color: var(--secondary-border-color);
	vertical-align:middle;
}

.editor-iconbox-1 .editor-title{
	margin-top: 60px;
	font-family: "Oswald", sans-serif;
    font-size: 22px !important;
}

.editor-iconbox-1:hover{
    border-color: var(--primary-border-color);
}

.editor-iconbox-1:hover:after {
	border-top-color: var(--primary-border-color);
}

.editor-iconbox-1:hover:before {
	border-top-color: var(--primary-border-color);
}

.editor-iconbox-1:hover .editor-icon {
    background-color: var(--primary-border-color);
    border-radius: 0 100px 100px;
}

.editor-iconbox-1:hover .editor-icon i {
    color: #ffffff;
}

.editor-btn {
    border-radius: 30px;
    margin-bottom: 15px;
    text-decoration: none;
    font-family: "Nunito", sans-serif;
    padding: 5px 15px;
    font-size: 70%;
    border-color: #cccccc;
}

.editor-iconbox-1:hover .editor-btn {
    border-color: var(--primary-border-color);
    border-radius: 15px 0 15px;
    border-width: 2px;
}

.about-us-section {
    position: relative;
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-image: url(../images/background/about-us-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    /*background-repeat: no-repeat;
    background-size: cover;*/
}

.about-us-section .section-title,
.about-us-section p{
    color: #ffffff;    
}

.feature-item-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 340px;
    height: 325px;
}

.feature-item-wrapper .feature-item-right-border {
    position: absolute;
    width: calc(100% + 24px);
    height: calc(100% + 24px);
    top: -12px;
    left: 50%;
    overflow: hidden;
}

.feature-item-wrapper .feature-item-right-border:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 11px solid var(--primary-border-color);
    border-radius: 800px;
    left: -50%;
}

.feature-item-wrapper .feature-item-img-wrapper{
    height: 148px;
    width: 148px;
    line-height: 148px;
    border-radius: 50%;
    position: relative;
    background-color: #ffffff;
    box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    vertical-align: middle;
    margin-left: -74px;
    top: -66px;
    margin-top: -24px;
}

.feature-item-wrapper .feature-item-img-inner {
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 500px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
    background: #fff;
}

.feature-item-wrapper img{
    position: relative;
    border: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    top:0;
    padding: 0;
    margin: 0 auto;
    left: 32px;
    width: 64px;
    height: 64px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}

.feature-item-content-wrapper {
    position: relative;
    margin-top: -15.5px;
}

.feature-item-wrapper .feature-item-title {
    padding-top: 0;
    margin: 0 0 30px;
    text-align: center;
    line-height: 1.5;
}

.feature-item-wrapper .feature-item-title.feature-item-counter-added > span {
    margin-left: 25px;
    border-radius: 0 50px 50px 0;
}

.feature-item-wrapper .feature-item-title span {
    display: inline-block;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    text-shadow: none;
    border-radius: 50px;
    color: #252525;
    font-size: 18px;
}

.feature-item-wrapper .feature-item-title > span {
    box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12), 5px 0px 40px rgba(80, 80, 80, 0.1);
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    background-color: #fff;
}

.feature-item-wrapper .feature-item-title > span span{
    box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2), 5px 0px 80px rgba(80, 80, 80, 0.15);
    padding: 10px 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 30px;
    white-space: nowrap;
    position: absolute;
    top:-5px;
    left: -40px;
    border-radius: 50px;
    background-color: #ffffff;
}

.feature-item-wrapper .feature-item-excerpt {
    color: #252525;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 40px;
    font-size: 14px;
}

.feature-item-fix-bottom {
    position: absolute;
    top: -12px;
    left: 15px;
    width: calc(100% - 30px);
    height: calc(100% + 4px);
    border-radius: 1000px;
    z-index: 10;
}

.feature-item-wrapper:after {
    content: "";
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15), 15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
    bottom: -30px;
    background-size: 40%;
    color: #555;
    line-height: 52px;
    position: absolute;
    background-color: #fff;
    z-index: 6;
}

.feature-item-wrapper .feature-item-fix-bottom a {
    position: absolute;
    bottom: -38px;
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    z-index: 10;
}

.feature-item-wrapper .feature-item-fix-bottom a img{
    width: 32px;
    height: 32px;
    margin:auto;
    left: 50%;
    margin-left: -15px;
}

.feature-item-wrapper .feature-item-fix-bottom a:before {
    content: "";
    position: absolute;
    top: -74px;
    left: 50%;
    margin-left: -74px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    z-index: 10;
}

.feature-item-wrapper .feature-item-fix-bottom a:after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 10;
    animation: ripple 0.7s linear infinite;
}

.customer-support-section {
    width: 100%;
    padding-top: 13rem;
    padding-bottom: 13rem;
    background-attachment: fixed;
    background-image: url(../images/background/background-1.jpg);
    /*background-origin: border-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
}

.btn-green-mask {
    position: relative;
    padding: 15px 60px;
    border: 2px solid var(--primary-border-color);
    color: var(--primary-border-color);
    overflow: hidden;
    transition: 1s all ease;
}

.btn-green-mask:before{
    position: absolute;
    background-color: var(--primary-background-color);
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
    transition: all 0.6s ease;
}

.btn-green-mask:before {
    width: 100%;
    height: 0%;
    transform: translate(-50%,-50%) rotate(45deg);
}

.btn-green-mask:hover{
    color: var(--secondary-color);
}

.btn-green-mask:hover:before {
    height: 380%;
    color: var(--secondary-color);
}

.service-wrapper {
    transform: translateY(-200px);
}

.card-icon {
  position: absolute;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #86c33a;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 32px;
  left: 15px;
  top: -90px;
}

.service-bg-dots {
  position: relative;
}

.service-bg-dots:before {
  position: absolute;
  content: "";
  background: url(../images/backgrounds/service-page-2.png);
  top: 0px;
  right: 0px;
  height: 100%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.service-wrapper .card-img-top {
    width: 100%;
}

/* Team list */
.team-list .img-hexagon {
    float: left;
    margin-right: 30px;
}

@media (max-width: 991px) {
    .team-list,
    .team-list-square {
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
}

.team-list .team-content,
.team-list-square .team-content {
    display: flex;
    flex-direction: column;
}

/* Team list square */
.team-list-square .img-square {
    float: left;
    margin-right: 30px;
}

.section-sub-title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    user-select: none;
}

.section-sub-title.text-primary span:first-child,
.section-sub-title.text-primary span:last-child,
.section-sub-title.text-primary span:first-child::after,
.section-sub-title.text-primary span:last-child::after {
    background: #6222CC;
}

.section-sub-title.text-secondary span:first-child,
.section-sub-title.text-secondary span:last-child,
.section-sub-title.text-secondary span:first-child::after,
.section-sub-title.text-secondary span:last-child::after {
    /*background: var(--primary-background-color);*/
}

.feature-section-3 {
    /*background-image: url(../images/background/background-4.png);*/
    background-origin: border-box;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-social {
    position: relative;
    width: 11em;
    height: 14em;
    margin-top: 3rem;
    margin-bottom: 2rem;
}

.feature-social .feature-deck{
    position: absolute;
    width: 10em;
    height: 13em;
    top: 50%;
    left: 50%;
    list-style-type: none;
    list-style: none;
    margin: -6.5em 0 0 -5em;
    -webkit-backface-visibility: hidden;
    font-family: 'Ubuntu', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-align: center;
}

.feature-social .feature-deck .deck__item {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: .3em;
    border: 0.1em solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.3em rgba(0, 0, 0, 0.3), inset 0 6em 6em rgba(255, 255, 255, 0.1);
    transform-origin: 90% 92%;
    transition: .3s;
}

.feature-social .feature-deck .deck__item:hover ~ .deck__item {
    transform: rotate(120deg);
}

.feature-social .feature-deck .deck__item:last-of-type:after {
    content: "";
    position: absolute;
    left: 90%;
    top: 92%;
    border-radius: 50%;
    width: 1.2em;
    height: 1.2em;
    background: white;
    margin: -.6em 0 0 -.6em;
    box-shadow: inset 0 1px 1px white, inset 0 -0.3em 0.2em #dddcdb, 0 0 0.6em rgba(0, 0, 0, 0.2);
}

.feature-social .feature-deck .deck__item:last-of-type:before {
    content: "";
    position: absolute;
    right: .4em;
    bottom: .9em;
    width: 1.1em;
    height: .15em;
    background: silver;
    background: rgba(0, 0, 0, 0.1);
    z-index: 2;
}

.feature-social .feature-deck .deck__link {
    text-decoration: none;
    display: block;
    color: white;
    color: rgba(255, 255, 255, 0.8);
}

.feature-social .feature-deck .deck__icon {
    font-family: 'FontAwesome', sans-serif;
    font-size: 4em;
    color: black;
    color: rgba(0, 0, 0, 0.6);
    display: block;
    margin: .5em auto;
}

.feature-social .feature-deck .deck__item--facebook {
    background: #3b5998;
    transform: rotate(-20deg);
}

.feature-social .feature-deck .deck__item--github {
    background: #4183c4;
    transform: rotate(-10deg);
}

.feature-social .feature-deck .deck__item--twitter {
    background: #00a0d1;
    transform: rotate(0deg);
}

.feature-social .feature-deck .deck__item--linkedin {
    background: #0e76a8;
    transform: rotate(10deg);
}

.feature-social .feature-deck .deck__item--pinterest {
    background: #910101;
    transform: rotate(20deg);
}

.feature-social .feature-deck .deck__item--googleplus {
    background: #db4a39;
    transform: rotate(30deg);
}

.feature-section-2 {
    display: block;
    background-image: url(../images/background/wave31.png);
    background-origin:border-box;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    overflow-x: hidden;
}

@media (max-width: 1024px) {
    .feature-section-2 {
        background-image: none !important;
    }
}

.feature-heading-section{
    padding-top: 4rem;
}

.feature-section-2 .feature-list {
    --col-gap: 2rem;
    --barH: 1rem;
    --roleH: 2rem;
    --flapH: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: var(--col-gap);
    justify-content: center;
    align-items: flex-start;
    list-style: none;
    padding-inline: calc(var(--col-gap) / 2);
}

.feature-section-2 ul li {
    width: 10em;
    display: grid;
    grid-template:
        "role"
        "icon"
        "title"
        "descr";
    align-items: flex-start;
    gap: 1rem;
    padding-block-end: calc(var(--flapH) + 1rem);
    text-align: center;
    background: var(--accent-color);
    background-image: linear-gradient( rgba(0, 0, 0, 0.6) var(--roleH), rgba(0, 0, 0, 0.4) calc(var(--roleH) + 0.5rem), rgba(0, 0, 0, 0) calc(var(--roleH) + 0.5rem + 5rem) );
    clip-path: polygon( calc(var(--col-gap) / -2 - 5px) 0, calc(100% + var(--col-gap) / 2 + 5px) 0, calc(100% + var(--col-gap) / 2 + 5px ) calc(100% - var(--flapH)), 50% 100%, calc(var(--col-gap) / -2 - 5px) calc(100% - var(--flapH)) );
}

.feature-section-2 ul li::before {
    content: "";
    grid-area: role;
    height: var(--barH);
    width: calc(100% + var(--col-gap));
    margin-left: calc(var(--col-gap) / -2);
    margin-top: calc(var(--roleH) / 2 - var(--barH) / 2);
    background: grey;
    z-index: -1;
    background-image: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) );
}

.feature-section-2 ul li::after {
    content: "";
    grid-area: role;
    background: var(--accent-color);
    background-image: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.1) 40%, rgba(0, 0, 0, 0.1) 60%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.4) );
    height: var(--roleH);
}

.feature-section-2 ul li .icon,
.feature-section-2 ul li .title,
.feature-section-2 ul li .descr {
    color: white;
    text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}

.feature-section-2 ul li .icon span {
    font-size: 3rem;
}

.feature-section-2 ul li .title {
    font-weight: 700;
}

.feature-section-2 ul li .descr {
    font-size: 0.9rem;
    padding: 0 0.5rem;
}

.heading_container h1 span {
    color: #00bbf0;
}

.feature-container-3 {
    --color: rgba(30, 30, 30);
    --bgColor: rgba(245, 245, 245);
    display: grid;
    align-content: center;
    gap: 2rem;
    padding: 2rem;
    font-family: "Jura", sans-serif;
    color: var(--color);
    background: var(--bgColor);
}

.feature-container-3 .feature-list-3 {
    width: 100%;
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    justify-content: center;
    gap: 2rem;
    list-style: none;
}

.feature-container-3 .feature-list-3 li {
    max-width: 12rem;
    justify-self: center;
    display: grid;
    grid-template:
        "icon"
        "line"
        "dot"
        "title"
        "descr" 1fr;
    justify-items: center;
    align-items: flex-start;
    text-align: center;
}

.feature-container-3 .feature-list-3 li .icon {
    grid-area: icon;
    width: 6rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: white;
    font-size: 3.5rem;
    border: 0.4rem solid var(--bgColor);
    border-radius: 50%;
    background: var(--accent-color);
    box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45), inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
}

.feature-container-3 .feature-list-3 li .icon span{
    font-size: 3rem;
}

.feature-container-3 .feature-list-3 li::before {
    content: "";
    grid-area: line;
    height: 2rem;
    border-right: 2px dotted currentColor;
}

.feature-container-3 .feature-list-3 li::after {
    content: "";
    grid-area: dot;
    width: 1rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--accent-color);
    justify-self: center;
    margin-bottom: 0.5rem;
}

.feature-container-3 .feature-list-3 li .title {
    grid-area: title;
    margin-block: 0.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.team-section .our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.team-section .our-team img {
    width: 100%;
    height: auto;
}

.team-section .our-team .team-content {
    width: 100%;
    background: #84bbe6;
    color: #fff;
    padding: 15px 0 10px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}

.team-section .our-team:hover .team-content {
    padding-bottom: 40px;
}

.team-section .our-team .team-content:before,
.team-section .our-team .team-content:after {
    content: "";
    width: 60%;
    height: 38px;
    background: #84bbe6;
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
}

.team-section .our-team .team-content:before {
    left: -3%;
}

.team-section .our-team .team-content:after {
    right: -3%;
    transform: rotate(-15deg);
}

.team-section .our-team .title {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}

.team-section .our-team .title:before,
.team-section .our-team .title:after {
    content: "";
    width: 7px;
    height: 93px;
    background: #ff5543;
    position: absolute;
    top: -78px;
    z-index: -2;
    transform: rotate(-74deg);
}

.team-section .our-team .title:before {
    left: 32%;
}

.team-section .our-team .title:after {
    right: 32%;
    transform: rotate(74deg);
}

.team-section .our-team .post {
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}

.team-section .our-team .social-links {
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -43px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

.team-section .our-team:hover .social-links{
    bottom: 0;
}

.team-section .our-team .social-links li{
    display: inline-block;
}

.team-section .our-team .social-links li a{
    display: block;
    font-size: 16px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
    background: #d5d5d5;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    user-select: none;
    vertical-align: middle;
}

.team-section .our-team .social-links li:last-child a {
    margin-right: 0;
}

.team-section .our-team .social-links li a:hover {
    color: #ff5543;
}

.team-section .our-team .social-links a.fb:hover {
    background: #325c94;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #ffffff;
}

.team-section .our-team .social-links a.tw:hover {
    background: #00abdc;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #ffffff;
}

.team-section .our-team .social-links a.gp:hover {
    background: #dd4b39;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #ffffff;
}

.team-section .our-team .social-links a.ln:hover {
    background: #007bb6;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #ffffff;
}

.team-section .our-team .social-links a.pt:hover {
    background: #ea4c89;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    color: #ffffff;
}

@media only screen and (max-width: 990px){
    .team-section .our-team {
        margin-bottom: 30px;
    }

    .team-section .our-team .team-content:before,
    .team-section .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }

    .team-section .our-team .title:before,
    .team-section .our-team .title:after{
        top: -85px;
        height: 102px;
    }

    .team-section .our-team .title:before{
        left: 35%;
    }

    .team-section .our-team .title:after{
        right: 35%;
    }
}

@media only screen and (max-width: 767px){
    .team-section .our-team .team-content:before,
    .team-section .our-team .team-content:after {
        height: 75px;
    }

    .team-section .our-team .team-content:before {
        transform: rotate(8deg);
    }

    .team-section .our-team .team-content:after {
        transform: rotate(-8deg);
    }

    .team-section .our-team .title:before,
    .team-section .our-team .title:after {
        width: 10px;
        top: -78px;
        height: 102px;
    }

    .team-section .our-team .title:before {
        left: 42.5%;
        transform: rotate(-82deg);
    }

    .team-section .our-team .title:after {
        right: 42.5%;
        transform: rotate(82deg);
    }
}

.testimonial-section{
    overflow-x: hidden;
}

.testimonial-section .carousel-wrap .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px;
    margin-left: 7vw;
    margin-right: 7vw;
    position: relative;
    max-width: 100%;
}

.testimonial-section .carousel-wrap .box::before {
    content: "";
    position: absolute;
    top: calc(5vw - 10px);
    left: -4vw;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%), rgba(255, 255, 255, 0.8);
    box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .testimonial-section .carousel-wrap .box::before {
        top: calc(12vw + 10px);
        left: -6vw;
        width: 12vw;
        height: 12vw;
    }
}

.testimonial-section .carousel-wrap .box::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: -4vw;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    background: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%), rgba(255, 255, 255, 0.8);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .testimonial-section .carousel-wrap .box::after {
        right: -6vw;
        width: 12vw;
        height: 12vw;
    }
}

.testimonial-section .carousel-wrap .box .img-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  margin-bottom: -50px;
  margin-left: 25px;
  position: relative;
  background-color: transparent;
}

.testimonial-section .carousel-wrap .box .img-box img {
    border-radius: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    border: 5px solid #e8965a;
}

.testimonial-section .carousel-wrap .box .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.testimonial-section .carousel-wrap .box .client_id .client_info h6 {
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-section .carousel-wrap .box .client_id .client_info p {
    margin-bottom: 0;
    font-size: 15px;
    font-size: 14px;
    margin-bottom: 10px;
}

.testimonial-section .carousel-wrap .box .detail-box {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 75px 25px 25px 25px;
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}

.testimonial-section .carousel-wrap .box .detail-box i {
    color: #00204a;
    margin-bottom: 10px;
}

.testimonial-section .carousel-wrap .owl-nav .owl-prev {
    position: absolute;
    height: 32px;
    width: 32px;
    border: none;
    outline: none;
    left: -32px;
    top: calc(50% - 16px);
    cursor: pointer;
    background-image: url(../images/yagna-slider/arrows-32-32-1.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;
    transition: none;
}

.testimonial-section .carousel-wrap .owl-nav .owl-prev:hover{
    background-position: left bottom !important;
}

.testimonial-section .carousel-wrap .owl-nav .owl-next {
    position: absolute;
    height: 32px;
    width: 32px;
    border: none;
    outline: none;
    right: -32px;
    top: calc(50% - 16px);
    cursor: pointer;
    background-image: url(../images/yagna-slider/arrows-32-32-1.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;
    transition: none;
}

.testimonial-section .carousel-wrap .owl-nav .owl-next:hover{
    background-position: right bottom !important;
}

.fact-section {
    padding: 165px 0px;
    background-image: url(https://cabinet.yagnaitsolution.com/images/others/background-image2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-origin: border-box;
    margin-bottom: 6em;
}

.fact-section .fa{
    font-size: 65px !important;
    text-shadow: 0 1px 8px rgba(0,0,0,0.7);
}

.fact-section h1{
    text-shadow: 0 3px 10px rgba(0,0,0,0.5);
}

.yagna-sub-title {
    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;
}

.fact-section .border-btn {
    border: 2px 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;
    font-weight: 600;
}

.fact-section .border-btn::before {
    border: 2px 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
}

.fact-section .border-btn:hover {
    color: #FF4495
}

.border-btn:hover::before {
    transform: scaleY(1);
    border: 1px solid transparent
}

.fact-section-1 .border-btn {
    background: #2577fd;
    -moz-user-select: none;
    text-transform: capitalize;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 0;
    margin-bottom: 0;
    padding: 27px 44px;
    border-radius: 25px;
    margin: 10px;
    cursor: pointer;
    transition: color 0.4s linear;
    position: relative;
    z-index: 1;
    border: 0;
    overflow: hidden;
    margin: 0;
}

.fact-section-1 .border-btn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00b1ff;
    z-index: 1;
    border-radius: 5px;
    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: scaleX(0);
}

.fact-section-1 .border-btn:hover::before {
    transform: scaleX(1);
    color: #fff !important;
    z-index: -1;
}