.header_menu_area {
    position: relative;
    z-index: 1;
}

.header_menu_area.style-tow {
    background: #fff !important;
}

.header_menu ul {
    display: inline-block;
}

.header_menu ul>li {
    display: inline-block;
    margin-right: 40px;
}

.FE3wXDhl9F {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    transition: opacity 0.3s ease-in-out;
}

.FE3wXDhl9F .cookie-checkbox {
    display: none;
}

.FE3wXDhl9F .accept-btn {
    display: inline-block;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.FE3wXDhl9F .accept-btn:hover {
    background: #fff;
    color: #222;
}

.cookie-checkbox:checked+.pZg6HHWQKP {
    display: none;
}

.comentarios-educacion-financiera {
    background: #fef9f4;
    padding: 60px 20px;
    font-family: 'Nunito', sans-serif;
    color: #2c3e50;
}

.container1 {
    max-width: 1100px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 800;
    margin-bottom: 48px;
    color: #34495e;
    letter-spacing: 0.05em;
}

.comentarios-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px 28px;
}

.comentario {
    background: white;
    border-radius: 20px;
    box-shadow: 0 12px 28px rgba(44, 62, 80, 0.08);
    padding: 32px 30px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.comentario:hover {
    box-shadow: 0 22px 48px rgba(44, 62, 80, 0.15);
    transform: translateY(-10px);
}

.comentario h4 {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 1.4rem;
    color: #1a252f;
}

.rating-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 18px;
}

.rating-dots span {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #e67e22;
    border-radius: 50%;
    box-shadow: 0 0 6px #e67e22aa;
}

.comentario p {
    font-size: 1rem;
    line-height: 1.65;
    color: #4d5d6e;
}

/* Адаптивність планшети */
@media (max-width: 1024px) {
    .comentarios-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px 24px;
    }
}

/* Адаптивність мобільні */
@media (max-width: 640px) {
    .comentarios-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .comentario {
        padding: 24px 20px;
    }
}

.hdr-domain-popup {
    background: #191c1f;
    padding: 20px 24px;
    position: relative;
    z-index: 10;
    font-family: 'Poppins', sans-serif;
}

.hdr-container-domain-popup {
    max-width: 1140px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-domain-popup {
    color: #ffffff;
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.mghPaMnUaz {
    display: flex;
    gap: 30px;
}

.mghPaMnUaz a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.mghPaMnUaz a:hover {
    color: #00c2cb;
}

.lMdWb1QoBM {
    display: none;
}

.burger-domain-popup {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1001;
}

.burger-domain-popup span {
    width: 26px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.popup-menu-domain {
    display: none;
}

@media (max-width: 768px) {
    .mghPaMnUaz {
        display: none;
    }

    .burger-domain-popup {
        display: flex;
    }

    .popup-menu-domain {
        position: fixed;
        top: 60px;
        left: 50%;
        transform: translateX(-50%) translateY(-200%);
        background: rgba(24, 24, 28, 0.95);
        backdrop-filter: blur(12px);
        padding: 40px 30px;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 22px;
        transition: transform 0.3s ease;
        z-index: 1000;
        width: 90%;
        max-width: 300px;
    }

    .lMdWb1QoBM:checked~.popup-menu-domain {
        transform: translateX(-50%) translateY(0);
    }

    .popup-menu-domain a {
        color: #ffffff;
        text-decoration: none;
        font-size: 1.1rem;
        font-weight: 600;
        transition: color 0.3s ease;
    }

    .popup-menu-domain a:hover {
        color: #00c2cb;
    }

    .lMdWb1QoBM:checked+.burger-domain-popup span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .lMdWb1QoBM:checked+.burger-domain-popup span:nth-child(2) {
        opacity: 0;
    }

    .lMdWb1QoBM:checked+.burger-domain-popup span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}



/* Загальні стилі секції */
.edu-finance-section {
    background-color: #f0f4f8;
    padding: 60px 20px;
    font-family: 'Montserrat', sans-serif;
    color: #222;
}

/* Заголовки */
.main-title {
    font-size: 2.5rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px;
    color: #1b263b;
    letter-spacing: 3px;
    text-transform: uppercase;
    user-select: none;
}

/* Контейнер для курсів */
.pu9KpwUwrl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

/* Картка курсу */
.course-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(27, 38, 59, 0.1);
    padding: 25px 20px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: fadeInUp 0.7s ease forwards;
    opacity: 0;
}

.course-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(27, 38, 59, 0.2);
}

/* Картинка курсу */
.gxQTTYiqPL {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
    margin-bottom: 20px;
    user-select: none;
}

/* Заголовок курсу */
.AoFpouOLm2 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 18px;
    color: #0a3d62;
    text-align: center;
}

/* Список опису */
.course-description {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 440px;
    color: #444;
    font-size: 1rem;
    line-height: 1.5;
}

.course-description li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}

.course-description li::before {
    content: "✔";
    color: #38b000;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Ціна та тривалість */
.course-price,
.course-duration {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: #2d3436;
}

/* Кнопка */
.btn-order {
    background: #38b000;
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    user-select: none;
    transition: background 0.3s ease;
}

.btn-order:hover {
    background: #2d6a00;
}

/* Контейнер тарифних планів */
.plans-wrapper {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

/* Картка тарифу */
.plan-card {
    background: white;
    border-radius: 25px;
    box-shadow: 0 18px 40px rgba(56, 176, 0, 0.2);
    padding: 30px 25px;
    width: 320px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    cursor: default;
}

.plan-card:hover {
    transform: translateY(-15px);
    box-shadow: 0 35px 70px rgba(56, 176, 0, 0.35);
}

/* Назва тарифу */
.plan-name {
    font-size: 1.9rem;
    font-weight: 900;
    margin-bottom: 25px;
    color: #0054ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    user-select: none;
}

/* Список переваг тарифу */
.sShu7a0NQz {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    text-align: left;
    font-size: 1rem;
    color: #2d3436;
}

.sShu7a0NQz li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 22px;
}

.sShu7a0NQz li::before {
    content: "✔";
    color: #38b000;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 3px;
}

/* Ціна тарифу */
.DDZKwYs3OO {
    font-weight: 900;
    font-size: 2rem;
    color: #0054ff;
    margin-bottom: 20px;
}

/* Кнопка тарифу */
.QTJ6yhc6Wv {
    background-image: linear-gradient(90deg, #ed2921 0%, #ff7c46 100%);
    color: white;
    padding: 15px 32px;
    font-weight: 800;
    font-size: 1.1rem;
    border-radius: 40px;
    text-decoration: none;
    user-select: none;
    transition: background 0.3s ease;
}

.QTJ6yhc6Wv:hover {
    background: #e1a179;
}

/* Адаптивність */
@media (max-width: 992px) {
    .pu9KpwUwrl {
        grid-template-columns: repeat(2, 1fr);
    }

    .plans-wrapper {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .pu9KpwUwrl {
        grid-template-columns: 1fr;
    }

    .plans-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

/* Анімації */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.header_menu ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    font-family: "Poppins";
    padding: 36px 0;
    transition: 0.5s;
}

.header_menu ul>li>a:hover {
    color: #38b000;
}

.header_menu ul li i {
    font-size: 11px;
    display: inline-block;
    position: relative;
    left: 6px;
    top: -1px;
    color: #232323;
    transition: 0.5s;
}

.header_menu ul>li>a:hover i {
    color: #38b000;
}

.header-sidber-button {
    display: inline-block;
    margin-left: 46px;
    position: relative;
}

.header-sidber-button:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 18px;
    top: 4px;
    left: -21px;
    background: #CECDD2;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #fff !important;
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/*sub-menu*/
.header_menu ul>li.menu-item-has-children {
    position: relative;
}

.header_menu ul>li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #38b000;
    border-radius: 3px 3px 0 0;
}

.header_menu ul>li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header_menu ul>li .sub-menu li a {
    display: block;
    padding: 6px 19px;
    color: #020202;
    width: 200px;
    font-weight: 500;
}

.header_menu ul>li .sub-menu li a:hover {
    background: #38b000;
    color: #fff;
}

/**
======================================================
<--   Hero Area Css -->
======================================================**/

.hero-area {

    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin-top: -100px;
    padding-top: 90px;
}

.hero-content h4 {
    font-size: 18px;
    line-height: 44px;
    color: #050a1e;
    font-weight: 500;
}

.hero-content h1 {
    font-size: 34px;
    line-height: 57px;
    color: #050a1e;
    font-weight: 700;
}

.hero-content span {
    background-image: linear-gradient(-37deg, #9343ff 35%, #0054ff 70%);
    -webkit-background-clip: text;
    color: transparent;
}

p.jHOfwntrWV {
    margin: 14px 0 7px;
    position: relative;
}

.hero-button a {
    display: inline-block;
    background-image: linear-gradient(90deg, #ed2921 0%, #ff7c46 100%);
    border: 2px solid #ff7c46;
    padding: 14px 36px;
    margin-top: 28px;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
}

.hero-button a:hover {
    color: #38b000;
}

.hero-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 5px;
}

.hero-button a:hover:before {
    width: 100%;
    left: 0;

}

.hero-button i {
    display: inline-block;
    background: #fff;
    color: #38b000;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    position: relative;
    left: 8px;
    top: -1px;
    font-size: 10px;
    transition: 0.5s;
}

.hero-button a:hover i {
    color: #fff;
    background: #38b000;
}

.by6RcTm8lQ {
    position: relative;
    left: 79px;
    top: 0;
}

.hero-shape-1 {
    position: absolute;
    left: -42px;
    top: 0;
    animation: moveLeftBounce 4s linear infinite;
}

.hero-shape-2 {
    position: absolute;
    right: 0px;
    top: 0;
    animation: moveLeftBounce 4s linear infinite;
}

.hero-shape-3 {
    position: absolute;
    top: 20%;
    left: 50%;
    animation: dance 3s alternate infinite;
}

.hero-shape-4 {
    position: absolute;
    bottom: 18%;
    left: 41%;
    animation: dance 1s alternate infinite;
}

.hero-shape-5 {
    position: absolute;
    right: 15%;
    top: 28%;
    animation: dance 1s alternate infinite;
}





/* All animation*/
@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes moveRightBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(40px);
        transform: translateX(40px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.0);
    }
}



/**
======================================================
<--   Section Area Css -->
======================================================**/
.section-title {
    margin-bottom: 54px;
}

.section-title.EXrbnZFUyd {
    margin-bottom: 16px;
}

.section-title h4 {
    background-image: linear-gradient(-56deg, #9343ff 50%, #0054ff 0);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 16px;
    line-height: 35px;
    font-weight: 500;
}

h4.sub-title {
    background-image: linear-gradient(-37deg, #9343ff 89%, #0054ff 0);
    -webkit-background-clip: text;
    color: transparent;
}

.section-title h1 {
    font-size: 36px;
    line-height: 34px;
    color: #050a1e;
    font-weight: 600;
}

p.section-desc-1 {
    margin: 21px 0 0;
}


/**
======================================================
<--   feature Area Css -->
======================================================**/
.feature-area {
    padding: 95px 0 0;
}

.single-feature-box {
    border-radius: 5px;
    filter: drop-shadow(0px 10px 25px rgba(205, 183, 229, 0.2));
    background-color: #ffffff;
    padding: 41px 28px 37px;
    position: relative;
    z-index: 1;
}

.single-feature-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background-image: linear-gradient(127deg, #0054ff 0%, #9243ff 100%);
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.single-feature-box:hover:before {
    width: 100%;
    left: 0;
}

.feature-box-icon img {
    transition: 0.5s;
}

.single-feature-box:hover .feature-box-icon img {
    filter: brightness(0) invert(1);
}

.feature-box-content h4 {
    font-size: 21px;
    line-height: 22px;
    color: #050a1e;
    font-weight: 500;
    margin: 26px 0 15px;
    transition: 0.5s;
}

.single-feature-box:hover .feature-box-content h4 {
    color: #fff;
}

.single-feature-box:hover .feature-box-content p {
    color: #fff;
}

.feature-button a {
    display: inline-block;
    font-size: 15px;
    color: #050a1e;
    font-weight: 400;
    font-family: 'Poppins';
    border-bottom: 1px solid #E6E6E8;
    transition: 0.5s;
}

.single-feature-box:hover .feature-button a {
    color: #fff;
}

.feature-button i {
    display: inline-block;
    font-size: 23px;
    transform: rotate(309deg);
    position: relative;
    top: 4px;
    left: 1px;
    transition: 0.5s;
}

.single-feature-box:hover .feature-button i {
    color: #fff;
}






/**
======================================================
<--   About Area Css -->
======================================================**/
.VfM6VEaJeC {
    background: #fff;
    padding: 190px 0 118px;
    position: relative;
}

.about-box-left {
    position: relative;
}

.mbxLz2eqNm {
    margin-left: -110px;
    position: relative;
    z-index: 1;
}

.about-shape-1 {
    position: absolute;
    bottom: 115px;
    left: -3%;
    animation: bounce 4s linear infinite;
}

.single-about-box {
    margin-bottom: -2px;
    display: -webkit-box;
}

.about-box-icon {
    position: relative;
    margin: 21px 18px 0 0;
}

.single-about-content h4 {
    font-size: 20px;
    line-height: 38px;
    color: #050a1e;
    font-weight: 500;
    margin: 0;
}

.about-shape-2 {
    position: absolute;
    right: 122px;
    top: 50px;
    animation: dance 3s alternate infinite;
}

.-button {
    margin-top: 22px;
}

.-button a {
    display: inline-block;
    color: #fff;
    padding: 13px 36px;
    border-radius: 3px;
    background-image: linear-gradient(90deg, #ed2921 0%, #ff7c46 100%);
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 2px solid #ff7c46;
}

.-button a:hover {
    color: #38b000;
}

.-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    border-radius: 3px;
}

.-button a:hover:before {
    width: 100%;
    left: 0;

}

.-button i {
    display: inline-block;
    background: #fff;
    color: #38b000;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 23px;
    position: relative;
    left: 8px;
    top: -1px;
    font-size: 10px;
    transition: 0.5s;
}

.-button a:hover i {
    color: #fff;
    background: #38b000;
}


.section-shape-1 {
    position: absolute;
    left: 0;
    bottom: -53px;
}



/**
======================================================
<--   Counter Area Css -->
======================================================**/
.counter-area .row.add-bg {
    background: url(../images/resource/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0 65px;
    z-index: 1;
    position: relative;
}

.single-counter-box {
    text-align: center;
}

.counter-content h1 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin: 0;
}

.counter-content span {
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
}

.counter-content p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    font-family: 'Poppins';
    margin-bottom: 0;
}

/**
======================================================
<--   Service Area Css -->
======================================================**/
.d5QEkfJdfC {
    padding: 96px 0 90px;
}

.single-service-box {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 15px rgba(205, 183, 229, 0.2));
    background-color: #ffffff;
    padding: 18px 28px 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-service-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
    background: #FFECEB;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.single-service-box:hover:before {
    width: 100%;
    left: 0;
}

.service-box-icon {
    margin: 21px 22px 0 0;
    position: relative;
}

.service-content h4 {
    font-size: 20px;
    line-height: 35px;
    color: #050a1e;
    font-weight: 500;
}


/**
======================================================
<--   Portfolio Area Css -->
======================================================**/
.portfolio-area {
    background: #F5F9FD;
    padding: 96px 0 110px;
    position: relative;
}

.portfolio-area .section-title.EXrbnZFUyd {
    margin-bottom: 50px;
}

.portfolio-area .-button {
    margin-top: 62px;
}

.single-portfolio-box {
    position: relative;
}

.single-portfolio-thumb {
    position: relative;
    z-index: 1;
}

.single-portfolio-thumb:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background-image: linear-gradient(-33deg, #2f73fd 22%, #3472fd -6%, #a365fd 65%, #a365fd 0%);
    opacity: 0.8;
    transition: 0.5s;
    border-radius: 3px;
}

.single-portfolio-box:hover .single-portfolio-thumb:before {
    height: 100%;
}

.single-portfolio-thumb img {
    width: 100%;
}

.single-portfolio-content {
    position: absolute;
    bottom: 0px;
    left: 38px;
    opacity: 0;
    transition: 0.5s;
}

.single-portfolio-box:hover .single-portfolio-content {
    bottom: 36px;
    opacity: 1;
}

.single-portfolio-content h4 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-left: 30px;
    position: relative;
    margin-bottom: 18px;
}

.single-portfolio-content h4:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 2px;
    left: -28px;
    top: 9px;
    background: #fff;
}

.single-portfolio-content a {
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
}

.single-portfoli-button {
    position: absolute;
    right: 29px;
    top: 62px;
    opacity: 0;
    transition: 0.5s;
}

.single-portfolio-box:hover .single-portfoli-button {
    top: 29px;
    opacity: 1;
}

.single-portfoli-button i {
    background-image: linear-gradient(90deg, #ed2921 0%, #ff7c46 100%);
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    transform: rotate(-43deg);
}

.owl-dots {
    position: relative;
    text-align: center;
    left: 0%;
    bottom: 0;
}

.owl-dot {
    display: inline-block;
    border: 2px solid #a3aab2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 48px;
    margin-right: 6px;
}

.owl-dot.active {
    display: inline-block;
    background: #38b000;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-top: 11px;
    margin-right: 6px;
    border: transparent;
}

.single-portfolio-shape {
    position: absolute;
    top: -94px;
    left: 100px;
    animation: bounce 4s linear infinite;
}


/**
======================================================
<-- Skill Area Css -->
======================================================**/
.qACnE8sCAM {
    padding: 120px 0 104px;
}

.qACnE8sCAM .section-title.EXrbnZFUyd {
    margin-bottom: 20px;
}

.skill {
    margin-bottom: 10px;
    position: relative;
    overflow-x: hidden;
}

.skill>p {
    margin: 0;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    color: #050a1e;
}

.skill:before {
    width: 100%;
    height: 10px;
    content: "";
    display: block;
    position: absolute;
    background: #E6E6E8;
    bottom: 17px;
    border-radius: 10px;
}

.skill-bar {
    width: 80%;
    height: 8px;
    display: block;
    position: relative;
    border-radius: 8px;
    left: 0;
    background-image: linear-gradient(90deg, #ed2921 0%, #ff7c46 100%);
}

.skill-bar span {
    /* padding: 3px 0; */
    float: right;
    top: -34px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    color: #050a1e;
}

.skill-bar {
    position: relative;

}

.skill1 .skill-count1 {
    right: -108px;
}

/* SKILL 2 */
.skill2 {
    width: 74%;
    background-image: linear-gradient(90deg, #0054ff 0%, #9243ff 100%);
}

.skill2 .skill-count2 {
    right: -138px;
}

span.skill-count3 {
    right: -184px;
}

.skill.three .skill-bar {
    width: 66%;
}

.skill-thumb {
    position: relative;
    margin-left: 68px;
}

.skill-shape-1 {
    position: absolute;
    right: -63px;
    bottom: 104px;
    animation: bounce 4s linear infinite;
}


/**
======================================================
<--   Contact Area Css -->
======================================================**/
.contact-area {
    padding: 100px 0 100px;
    position: relative;
}

.single-contact-box {
    background: url(../images/resource/contact-box-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 53px 42px 69px;
    text-align: center;
}

.contact-content h4 {
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 39px;
}

.contact-input-box input {
    width: 100%;
    background: transparent;
    border: 1px solid #8794FD;
    height: 54px;
    border-radius: 5px;
    margin-bottom: 22px;
    padding: 0 14px;
    outline: 0;
    color: #fff;
}

.contact-input-box input::placeholder {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Rubik";
}

.contact-input-box select {
    width: 100%;
    height: 55px;
    background: transparent;
    border: 1px solid #8794FD;
    border-radius: 5px;
    color: #ffff;
    padding: 0 8px;
    outline: 0;
}

.contact-input-box option {
    color: #000;
}

.contact-message-box textarea {
    width: 100%;
    background: transparent;
    height: 114px;
    padding: 12px 13px;
    margin-top: 22px;
    border-radius: 5px;
    outline: 0;
    border: 1px solid #8794FD;
    color: #fff;
}

.contact-message-box textarea::placeholder {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Rubik";
}

.contact-button {
    text-align: left;
}

.contact-button button {
    border-radius: 3px;
    background-image: linear-gradient(90deg, #ed2921 0%, #ff7c46 100%);
    color: #ffff;
    border: transparent;
    padding: 14px 41px;
    margin-top: 25px;
}

.single-contact-shape {
    position: absolute;
    left: 18%;
    top: 3%;
    z-index: -1;
    animation: bounce 4s linear infinite;
}

.single-contact-shape-2 {
    position: absolute;
    left: -3px;
    top: -97px;
    z-index: -11;
}

.section-shape-2 {
    position: absolute;
    right: 0px;
    top: -302px;
    z-index: -1;
}


/**
======================================================
<--   Blog Area Css -->
======================================================**/
.nYy1yADKfh {
    padding: 27px 0 120px;
}

.nYy1yADKfh.blog-grid {
    padding: 123px 0 94px;
}

.nYy1yADKfh .section-title.EXrbnZFUyd {
    margin-bottom: 55px;
}

.nYy1yADKfh .section-desc-1 p {
    margin-top: 59px;
}

.single-blog-box.blog-grid {
    margin-bottom: 30px;
}

.single-blog-box {
    filter: drop-shadow(0px 10px 15px rgba(33, 27, 255, 0.05));
    background-color: #ffffff;
    padding: 0 0 5px;
}

.single-blog-thumb {
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.single-blog-content {
    padding: 30px 20px 29px;
    position: relative;
    border-bottom: 1px solid #E7E7E7;
}

.EE9w50uwnt h6 {
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins";
    background: linear-gradient(-37deg, #9343ff 82%, #0054ff 0);
    -webkit-background-clip: text;
    color: transparent;
    margin: 0 0 12px;
}

.single-blog-content a {
    display: inline-block;
    font-size: 20px;
    line-height: 30px;
    color: #050a1e;
    font-weight: 500;
    font-family: "Poppins";
    transition: 0.5s;
}

.single-blog-content a:hover {
    color: #38b000;
}

.blog-bottom {
    padding: 20px 0 15px 10px;
    position: relative;
}

.blog-author {
    display: inline-block;
}

.blog-author span {
    font-size: 15px;
    line-height: 30px;
    color: #050a1e;
    font-weight: 500;
    display: inline-block;
    font-family: "Poppins";
    padding-left: 9px;
}

.meta-blog {
    display: inline-block;
}

.meta-blog p {
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    font-weight: 300;
    font-family: "Rubik";
    margin: 0 0 0 18px;
    position: relative;
}

.meta-blog p:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    left: -11px;
    bottom: 5px;
    background: #E7E7E7;
}

/**
======================================================
<--   Brand Area Css -->
======================================================**/
.brand-area {
    padding: 80px 0 77px;
    background: #F5F8FD;
}

.brand-area.style-2 {
    background: url(../images/resource/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0 70px;
}

.brand-area.style-2 .brand-thumb img {
    width: 100%;
}

.single-brand-box {
    text-align: center;
}




/**
======================================================
<--   Footer Area Css -->
======================================================**/
.footer-area {
    padding: 120px 0 19px;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer-widget-logo a {
    cursor: pointer;
    display: inline-block;
}

.eZTtDwuKhK p {
    padding: 32px 0 13px;
    font-size: 15px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Rubik";
}

.eZTtDwuKhK-2 p {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    font-family: "Rubik";
    margin-top: 6px;
}

.footer-widget-social-title h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.footer-widget-social-icon ul li {
    display: inline-block;
    margin-right: 24px;
    margin-top: 14px;
}

.footer-widget-social-icon ul li i {
    display: inline-block;
    color: #fff;
    transition: 0.5s;
}

.footer-widget-social-icon ul li i:hover {
    color: #38b000;
}

.footer-widget-titel h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    padding: 24px 0 24px;
    margin: 0;
}

.footer-widget-menu ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins";
    transition: 0.5s;
}

.footer-widget-menu ul li a:hover {
    color: #38b000;
}


.newletter-input-box input {
    width: 100%;
    text-align: center;
    height: 60px;
    outline: 0;
    margin-top: 4px;
    border: transparent;
    padding: 0 10px;
    border-radius: 5px;
}

.newsletter-button button {
    border: transparent;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin-top: 11px;
    font-weight: 500;
    font-family: "Poppins";
    background-image: linear-gradient(90deg, #ed2921 0%, #ff7c46 100%);
    border-radius: 5px;
}


.footer-bottom-area {
    margin-top: 103px;
}

.row.add-border {
    border-top: 1px solid rgba(250, 250, 250, 0.1);
}

.DAevadwMgl {
    margin-top: 26px;
    position: relative;
}

.DAevadwMgl-copy p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins";
    margin: 0;
}

.M7AOP2UQen ul li {
    display: inline-block;
    margin-right: 24px;
}

.M7AOP2UQen ul li:last-child {
    margin-right: 0;
}

.M7AOP2UQen ul li a {
    font-size: 15px;
    line-height: 40px;
    color: #fff;
    font-weight: 300;
    font-family: "Poppins";
    display: inline-block;
    transition: 0.5s;
}

.M7AOP2UQen ul li a:hover {
    color: #38b000;
}




/**
======================================================
<--   Service Details Area Css -->
======================================================**/
.service-detials-area {
    padding: 120px 0 89px;
}

.service-detials-area .-service-thumb img {
    width: 100%;
}

/*service page title*/
.service-page-title h1 {
    line-height: 42px;
}

.service-page-title h1 {
    font-size: 36px;
    font-weight: 600;
    color: #0D0E14;
    padding: 20px 0 20px;
    display: inline-block;
}

/*detials description*/
.serivce-details-desc p span {
    color: #38b000;
}

/*detials box*/
.service-details-box {
    background: #F5F5F5;
    padding: 20px 25px 13px;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 5px;
}

/*detials icon*/
.service-details-icon {
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}

.service-details-icon img {
    border-radius: 4px;
}

/*detials title */
.service-details-title h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 28px;
    padding: 0 0 12px;
}

/*detils desc*/
.services-detials-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*page title*/
.service-page-title2 h1 {
    line-height: 38px;
    margin: 0;
}

.service-page-title2 h1 {
    font-size: 30px;
    font-weight: 600;
    color: #0D0E14;
    padding: 10px 0 16px;
    display: inline-block;
}

/*details thumb*/
.service-details-thumb {
    position: relative;
}

/*service details icon*/
.widget-service-details-icon p {
    margin-bottom: 12px;
}

.widget-service-details-icon i {
    font-size: 25px;
    color: #38b000;
    display: inline-block;
    margin-right: 2px;
    position: relative;
    top: 4px;
}

/*service work process box*/
.service-work-process-box {
    padding: 40px 25px 20px;
    background: #F5F5F5;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

/*work process number*/
.service-work-process-number {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.service-work-process-number:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 10px solid #38b000;
    border-radius: 50%;
    opacity: .3;
}

.service-work-process-number span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #38b000;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

/*work process title*/
.service-work-process-title h4 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    padding: 20px 0 10px;
}

/*work process desc*/
.service-work-process-desc p {
    font-size: 15px;
    line-height: 26px;
}

/*widget search*/
.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #0D0E14;
    border: 0;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #38b000;
    border-radius: 0 4px 4px 0;
}

/*widget search upper*/
.upper.widget_search {
    padding: 0;
    margin-bottom: 30px;
    background: inherit;
    text-align: right;
}

.upper.widget_search input {
    height: 56px;
    width: 73%;
    color: #0D0E14;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 4px 0px 0px 4px;
}

.upper.widget_search input:focus-visible {
    box-shadow: none;
}

.upper button.icons {
    height: 56px;
    width: 56px;
}

/*widget categories box*/
.widget-categories-box {
    background: #F5F5F5;
    padding: 42px 40px 25px;
    border-radius: 5px;
}

/*title*/
.categories-title h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 2px solid #E9E9EA;
    padding: 0px 0 15px;
    margin: 0 0 30px;
    position: relative;
}

.categories-title h4:before {
    position: absolute;
    content: "";
    left: -42px;
    top: 0;
    height: 24px;
    width: 2px;
    background: #38b000;
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.widget-categories-menu ul {
    display: block;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: #fff;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: .5s;
    color: #0D0E14;
}

.widget-categories-menu ul li:hover,
.widget-categories-menu ul li.active {
    background: #38b000;
    color: #fff;
}

.widget-categories-menu ul li a {
    display: block;
    transition: .1s;
    color: inherit;
}

/*all hover*/
.widget-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.widget-categories-thumb {
    background: url(../images/resource/srd3.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.widget-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

/*widget button*/
.widget-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #38b000;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.widget-button a i {
    margin-right: 5px;
}






/*--==============================================->

==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), no-repeat center/cover;
    height: 350px;
    position: relative;
}


.gs6nUtnb1t h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.gs6nUtnb1t ul li {
    color: #38b000;
    font-weight: 500;
    font-family: 'Fira Sans';
    text-transform: capitalize;
    display: inline-block;
}

.gs6nUtnb1t ul li a {
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.gs6nUtnb1t ul li a:before {
    position: absolute;
    content: "";
    right: 5px;
    top: 9px;
    background: #fff;
    width: 16px;
    height: 2px;
    transition: .5s;
}

/*breadcumb shape*/
.britcam-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #38b000;
    width: 32%;
    height: 53px;
    padding: 15px 60px 0;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.gs6nUtnb1t ul li {
    color: #fff;
}



/*====================================================
--<  abouts_tow Css -->
======================================================*/
.abouts_tow {
    padding: 123px 0 152px;
    background: #ffff;
}

.abouts_thumb-tow {
    position: relative;
}

.abouts_titles {
    position: absolute;
    bottom: -30px;
    left: -25px;
}

.abouts_titles h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    background: #FF3A00;
    padding: 30px 120px 30px 30px;
    border-radius: 10px;
    position: relative;
    max-inline-size: 25ch;
}

.abouts_icons {
    position: absolute;
    top: 55px;
    right: 30px;
}

.abouts_icons i {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50px;
    line-height: 45px;
    background: #fff;
    color: #FF3A00;
    text-align: center;
    font-size: 20px;
}

.upper.abouts_titles {
    right: -25px;
    left: inherit;
}

/***
======================================================
<--   Team Area Css -->
======================================================***/
.team_area {
    padding: 110px 0 94px;
}

.team_area.upper {
    padding: 97px 0 88px;
}

.team_area .section-title.EXrbnZFUyd {
    margin-bottom: 60px;
}

.single_team {
    margin-bottom: 30px;
}

.single_team_thumb1 {
    position: relative;
    z-index: 1;
}

.single_team_thumb1 img {
    width: 100%;
}

/*team content*/
.single_team_content {
    width: 90%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

/*team title*/
.team-title {
    padding: 10px 0 17px;
    background: #38b000;
    text-align: center;
    width: 80%;
    position: relative;
    z-index: 1;
    left: 10%;
    border-radius: 3px 3px 0 0;
    transform: perspective(500px)rotateX(90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

.team-title h4 {
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 4px;
    color: #fff;
}

.team-title span {
    color: #fff;
}

/*team icon*/
.single_team_icon {
    position: relative;
    z-index: 1;
    left: 10%;
    width: 80%;
    background: #131323;
    text-align: center;
    padding: 14px 0 14px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    -webkit-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    top: -2px;
}

.single_team_icon a {
    width: 38px;
    height: 38px;
    line-height: 41px;
    text-align: center;
    border-radius: 50px;
    background-color: #373644;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single_team_icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #38b000;
    transform: scale(0);
    border-radius: 50px;
    transition: .5s;
}

/*team all hover*/
.single_team:hover .single_team_icon {
    transform: perspective(500px)rotateX(0deg);
}

.single_team:hover .team-title {
    transform: perspective(500px)rotateX(0deg);
}

.single_team_icon a:hover:before {
    transform: scale(1);
}




/***
==================================================
<--  Form Box Css -->
==================================================***/
.contact-us-two {
    padding: 120px 0 120px;
}

.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}

/*form title*/
.contact-form-title {
    padding: 0 0 72px;
}

.contact-form-title h4 {
    font-size: 30px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
}

.contact-form-title p {
    color: #fff;
    font-size: 18px;
    padding: 10px 0 0;
}

/*form input*/
.form_box input {
    width: 100%;
    height: 50px;
    padding-left: 25px;
    background: #f7f4f4;
    border-radius: 30px;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.12);
    transition: .5s;
    padding-right: 25px;
}

.form_box textarea {
    width: 100%;
    background: #f7f4f4;
    padding-left: 25px;
    padding-top: 20px;
    height: 135px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    color: #232323;
    transition: .5s;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form_box input:focus,
.form_box textarea:focus {
    border-color: #38b000;
    outline: 0;
    box-shadow: 0 0 6px rgba(204, 48, 0, 0.6);
}

/*form button*/
.quote_button button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    font-family: 'Fira Sans';
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.quote_button button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #38b000;
    transition: .5s;
}

.quote_button button:hover {
    color: #fff;
    background: #38b000;
}

.quote_button button:hover i {
    color: #fff;
}

.ii3SX3OPSP {
    background: #10102E;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 17px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #38b000;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.GGUgxfIgCy h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.GGUgxfIgCy p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

/***
======================================================
<--   Case study tow Css -->
======================================================***/
.case-study-area-tow {
    padding: 109px 0 195px;
    position: relative;
}

.case-study-area-tow .section-title {
    margin-bottom: 54px;
}

/* Portfolio Nav */
.portfolio_nav {
    margin-bottom: 40px;
}

.portfolio_menu ul {
    text-align: center;
    list-style: none;
}

.portfolio_nav ul li {
    background: #F6F5F5;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    padding: 6px 25px;
    font-weight: 500;
    position: relative;
    margin: 0 3px;
    margin-bottom: 7px;
    display: inline-block;
    border-radius: 30px;
}

.portfolio_menu ul li a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: .5s;
}

.portfolio_menu ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 24px;
    height: 2px;
    width: 0%;
    background: #fff;
    transition: .5s;
}

.portfolio_nav ul li:hover,
.portfolio_nav ul li.current_menu_item {
    color: #fff;
    background: #38b000;
}

.single-case-study-box-2 {
    border-radius: 3px;
    margin-bottom: 30px;
}

.case-study-thumb2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.case-study-thumb2::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    top: 0;
    content: "";
    opacity: 0;
    transition: .5s;
}

.case-study-thumb2:hover:before {
    opacity: 1;
}


.single_portfolio_icon {
    position: absolute;
    right: 168px;
    top: 20px;
    opacity: 0;
    transition: .5s;
}

.case-study-thumb2:hover .single_portfolio_icon {
    right: 100px;
    opacity: 1;
}

.single_portfolio_icon a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #38b000;
    display: inline-block;
    font-size: 16px;
}

.case-study-content-2 {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.case-study-thumb2:hover .case-study-content-2 {
    bottom: -8px;
    opacity: 1;
}

.case-study-content-inner {
    position: relative;
    z-index: 1;
}

.case-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 6px;
    left: 0;
    background: url(../images/case/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
}

.case-study-title {
    padding: 0 0 27px 30px;
}

.case-study-title h6 {
    color: #fff;
}

.case-study-title h3 a {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.video-icon {
    position: absolute;
    top: 80px;
    right: 13px;
    left: inherit;
    border: 0;
    border-radius: 50%;
    padding: 7px;
    transition: .5s;
    opacity: 0;
}

.video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #38b000;
    display: inline-block;
    font-size: 13px;
}

.case-study-thumb2:hover .video-icon {
    top: 13px;
    opacity: 1;
}

.port-shape-thumb {
    position: absolute;
    bottom: 54px;
    left: 0;
}

.port-shape-thumb2 {
    position: absolute;
    right: 122px;
    top: -103px;
}

/***
======================================================
<--  Faq Area Css -->
======================================================***/
.faq-area {
    padding: 109px 0 109px;
    background: #F5F8FD;
}

.faq-area .-button {
    margin-top: 43px;
}

.faq-area .section-title {
    margin-bottom: 42px;
}

.faq-area p.section-desc-2 {
    color: #ffff;
}

.faqs-icon-list ul li {
    color: #050a1e;
    margin-bottom: 16px;
}

.faqs-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #38b000;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}


.col-lg-6.col-md-12.faq-pd {
    padding: 0 0 0 38px;
}

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

/*inner-faqs*/
.tab_container.new-style {
    padding: 20px 15px 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 2px 18px 15px;
    border: 1px solid #E6E6E6;
    margin-bottom: 20px;
    border-left: 4px solid #E6E6E6;
    background: #fff;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    padding: 20px 20px 7px 0px;
    z-index: 1;
    font-size: 17px;
    line-height: 22px;
    color: #050a1e !important;
    font-weight: 500;
    font-family: "Poppins";
    border-bottom: 1px solid #E6E6E6;
    border: none;
}

.accordion li a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100px;
    left: 0;
    top: 0;
    background: transparent;
}

.accordion li p {
    display: none;
    font-size: 16px;
    padding: 15px 0px 5px 0px;
    margin: 0;
}

.accordion li a i {
    float: right;
    transform: rotate(-90deg);
    transition: .5s;
    font-size: 14px;
    left: 24px;
    position: relative;
    top: 3px;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    background: #ffde5d;
    opacity: 1;
}

a.active i {
    transform: rotate(0deg) !important;
}

.accordion a.active {
    padding: 25px 20px 15px 0px;
    border-bottom: 1px solid #E6E6E6;
}

.accordion li a.active:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 179px;
    left: -23px;
    top: -3px;
    background-image: linear-gradient(0deg, #9243ff 0%, #0054ff 100%);
}




/***
======================================================
<--   Service Area tow Css -->
======================================================***/

.d5QEkfJdfC-tow {
    background: url(../images/resource/service-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 112px 0 91px;
}

.d5QEkfJdfC-tow .section-title {
    margin-bottom: 94px;
}

/*service box*/
.service-box-tow {
    padding: 0px 25px 30px;
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-box-tow::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../images/resource/service-box-tow-bg.png);
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.em-service-title h2 {
    font-size: 20px;
    font-weight: 500;
    padding: 55px 0 42px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.em-service-title h2:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    width: 40px;
    height: 2px;
    background: #38b000;
}

.em-service-icon {
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    line-height: 76px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    transition: .5s;
}

.em-service-icon img {
    transition: .5s;
}

.service-number h1 {
    font-size: 55px;
    opacity: 10%;
    position: absolute;
    top: 0;
    left: 10px;
    margin: auto;
}

.em-service-text p {
    transition: .5s;
}

/* box button*/

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    font-family: 'Fira Sans';
    border-radius: 22px;
    background-color: #ffffff;
    color: #232323;
    border: 1px solid rgba(35, 35, 35, 0.1);
    display: inline-block;
    margin-top: 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #10102E;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.service-button a i {
    font-size: 18px;
    color: #38b000;
    display: inline-block;
    position: relative;
    top: 2px;
    transition: .5s;
}


/*all hover*/
.service-box-tow:hover .em-service-title h2,
.service-box-tow:hover .em-service-text p {
    color: #fff;
}

.service-box-tow:hover .em-service-text p {
    color: #fff;
}

.service-box-tow:hover .em-service-icon img {
    filter: brightness(0) invert(1);
}

.service-box-tow:hover .em-service-icon {
    background: #38b000;
}

.service-box-tow:hover .service-button a:before {
    transform: scale(1);
}

.service-box-tow:hover .service-button a {
    color: #fff;
    border: 1px solid #fff;
}

.service-box-tow:hover .service-button a i {
    color: #fff;
}

.service-box-tow:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


/*========================================
<--  About-area Tow Css -->
==========================================*/
.VfM6VEaJeC-three {
    background: #F7F7F7;
    padding: 109px 0 124px;
}

.VfM6VEaJeC-three .section-title {
    margin-bottom: 21px;
}

.mbxLz2eqNm-three {
    position: relative;
    left: -88px;
    z-index: 1;
}

.about-shape {
    position: absolute;
    right: -6px;
    top: -26px;
    z-index: -1;
}

.about-list-item-three ul li {
    color: #232323;
    margin-bottom: 12px;
}

.about-list-item-three ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #38b000;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/*progress bar*/

.progress-box {
    width: 600px;
    margin: 35px auto 0 0px;
    font-family: 'Fira Sans';
}

.circle_percent {
    font-size: 80px;
    width: 80px;
    height: 80px;
    position: relative;
    background: #FFEAE3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 20px 0 0;
    z-index: 1;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em .5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    background: #38b000;
    clip: rect(0 1em 1em .5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 .5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: .5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #38b000;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 22px;
    line-height: 26px;
    color: #232323;
    text-align: center;
}

/*circle progress title*/
.extra-progress {
    display: inline-block;
    padding: 0 0 0 70px;
}

.circle-progress-title {
    display: inline-block;
}

.circle-progress-title h4 {
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    position: relative;
    top: -30px;
}


.VfM6VEaJeC-three .-button {
    margin-top: 35px;
}


/*========================================
<--  Call Do Action Tow Css -->
==========================================*/
.call-do-action-area-tow {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)),
        transparent url(../images/resource/call-do-action-bg2.jpg) no-repeat center/cover;
    padding: 125px 0 125px;
}

.video-icon {
    display: inline-block;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #38b000;
    background: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-animation: hassan 1s linear infinite;
    animation: hassan 1.5s linear infinite;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 28px;
    z-index: 1;
}

@-webkit-keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

@keyframes hassan {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 5px rgba(255, 255, 255, 0.4)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4), 0 0 0 40px rgba(255, 255, 255, 0)
    }
}

.call-do-action-content-tow h4 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    line-height: 35px;
}

.call-do-action-content-tow p {
    width: 33%;
    margin: auto;
    color: #fff;
    padding: 21px 0 0;
}

.call-do-action-area-tow .-button a {
    background: #38b000;
    border: 1px solid #38b000;
}

.call-do-action-area-tow .-button a:hover {
    color: #38b000;
}

.call-do-action-area-tow .-button a:hover i {
    color: #38b000;
}


/*========================================
<--  testimonials-area-tow Css -->
==========================================*/
.testimonials-area-tow {
    padding: 110px 0 90px;
    position: relative;
}

.testimonials-area-tow .section-title {
    margin-bottom: 45px;
}

.testimonial-content-tow {
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
    padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    margin-top: 10px;
    text-align: left;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.testimonial-content-tow:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../images/resource/testi-box-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-content-tow:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../images/resource/testi-box-bg2.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: 0.5s;
}

.testimonial-content-tow:hover:after {
    width: 100%;
    left: 0;
}

.quote-thumb {
    float: left;
    margin-right: 20px;
    position: relative;
    z-index: 1;
}

.quote-thumb:before {
    content: "";
    font-size: 18px;
    position: absolute;
    bottom: 5px;
    right: -10px;
    background: url(../images/resource/testi-quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.testimonial-content-tow:hover .quote-title h4 {
    color: #fff;
}

.quote-title p {
    color: #38b000;
    transition: .5s;
}

.testimonial-content-tow:hover .quote-title p {
    color: #fff;
}

.em-testimonial-text p {
    display: inline-block;
    transition: .5s;
    padding: 20px 0 0px;
}

.testimonial-content-tow:hover .em-testimonial-text p {
    color: #fff;
}

.em-testi-start-icon i {
    color: #38b000;
    transition: .5s;
    display: inline-block;
}

.testimonial-content-tow:hover .em-testi-start-icon i {
    color: #fff;
}

.testi-shape {
    position: absolute;
    left: -102px;
    top: 0;
    opacity: 0.3;
    z-index: -1;
}


/*========================================
<--  Pricing Section Css -->
==========================================*/
.pricing-section {
    padding: 108px 0 94px;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 30px;
    background: #fff;
}

.style-2 .pricing-thumb img {
    filter: brightness(0) invert(1);
}

.pricing-title {
    padding: 12px 0 30px;
}

.pricing-title h3 {
    font-size: 22px;
    font-weight: 600;
}

.currency {
    font-size: 20px !important;
    font-weight: 500 !important;
    position: relative;
    top: -15px;
    color: #616161 !important;
}

.pricing-item-text span {
    font-family: 'Fira Sans', sans-serif;
    display: inline-block;
    font-size: 51px;
    font-weight: 700;
    text-align: center;
    color: #232323;
}

.month {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #616161 !important;
}

.pricing-feature ul li {
    display: block;
    font-size: 16px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-family: 'Fira Sans';
    font-size: 18px;
}

.btn-common.pc-btn a {
    color: #fff;
    background: #EE3C00;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;

}

.btn-common.pc-btn.EXrbnZFUyd a {
    color: #38b000;
    background: #fff;
}

.pricing-single-items.style-2 {
    background: #38b000;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2 .pricing-title h3,
.pricing-single-items.style-2 .pricing-item-text span,
.pricing-single-items.style-2 .pricing-item-text .month,
.pricing-single-items.style-2 .pricing-item-text .currency {
    color: #fff !important;
}

.pricing-single-items.style2 .btn-common.pc-btn a {
    color: #fff;
    background: #38b000;
    border-color: #fff;
}


/*=================================================
<--  Blog Sidber Widget CSS -->
==================================================*/

.blog-section {
    background: #f2f2f2;
    padding: 100px 0 100px;
}

.blog-section.style-6.bg-3 {
    padding: 100px 0 60px;
}

/*pagination*/
.pagination a {
    font-size: 18px;
    font-weight: 500;
    color: #38b000;
    float: left;
    text-decoration: none;
    transition: background-color .3s;
    margin: 0 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
}

.pagination a:hover {
    background: #38b000;
    color: #fff;

}

/*search items*/
.widget-items {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.widget-items form {
    position: relative;
}

.src-input-box {
    border: 1px solid #ccc;
    padding: 17px 9px;
    width: 100%;
}

.src-input-box:focus {
    border: 1px solid #ccc;
}

.src-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #777;
    background: transparent;
    border: none;
}

/*categories*/
.widget-title {
    margin-bottom: 45px;
    position: relative;
}

.widget-title h2 {
    margin-top: 0;
}

.widget-archieve-item {
    color: #232323;
}

.widget-archieve-item:hover {
    color: #ff3b00;
}

.widget-items .widget-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.widget-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.widget-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 36px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #38b000;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@keyframes MOVE-BG {
    0% {
        left: 0px;
        top: 0px;
    }

    100% {
        left: 80px;
        top: 0px;
    }
}

.hr-3 {
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.catagory-item ul li {
    padding-top: 15px;
    margin-top: 18px;
    list-style: none;
}

.catagory-item ul li a {
    color: #686868;
}

.catagory-item ul li:hover a {
    color: #38b000;
}

.upp.widget-items {
    padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
    margin: 0;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #38b000;
}

/*tag menu*/
.tag-item a {
    border: 1px solid #e6e6e6;
    padding: 5px 8px;
    display: inline-block;
    margin: 2px 3px 10px;
    font-size: 15px;
    color: #686868;
    transition: .5s;
    border-radius: 3px;
}

.tag-item a:hover {
    color: #fff;
    background: #38b000;
}

/* Calender*/
.curr-month {
    width: 100%;
    height: 40px;
    background: #d6d6d6;
    color: #000;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

.all-days {
    width: 100%;
    height: 40px;
    background-color: #fff;
    float: left;
}

.tag-item .all-days ul,
.tag-item .all-date ul {
    list-style: none;
    display: block;
    height: 30px;
    width: 100%;
    margin: 0 auto;
    float: left;
    font-size: 15px;
    font-weight: 300;
}

.tag-item .all-days ul li,
.tag-item .all-date ul li {
    float: left;
    width: 48px;
    text-align: center;
    line-height: 41px;
    border: 1px solid #ccc;
    color: #333;
}

.tag-item .all-days ul li {
    font-weight: 500;
    font-family: 'Fira Sans';
    font-size: 16px;
}

.all-date {
    width: 100%;
    height: 305px;
    float: left;
}

.all-date li {
    height: 40px;
    width: 50px;
    line-height: 40px;
    border: 1px solid #ccc;
    background-color: #fff;
}

element.style {
    background-color: rgb(255, 60, 0);
    color: rgb(255, 255, 255);
}

.all-date li.monthdate:hover {
    background-color: #FB3B01;
    color: #fff;
}

.calender-area {
    height: 435px;
}

/*blog section two*/
.style-two.blog-section {
    background: #fff;
    padding: 100px 0 70px;
}

.blog-section.style-two.details {
    padding: 123px 0 173px;
}

.blog-content {
    padding: 15px 35px 20px;
    transition: .5s;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.blog-thumb img {
    width: 100%;
}

.blog-section .blog-content-text h5 {
    font-size: 35px;
    font-weight: 600;
}

.blog-meta span a {
    color: #686868;
    transition: .5s;
    padding: 12px 0 20px;
    display: inline-block;
}

.blog-meta span a:hover {
    color: #38b000;
}

/*quote*/
.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #38b000;
    margin: 30px 0;
}

.block-quote p {
    font-size: 20px;
    font-style: italic;
    color: #232;
    font-family: 'Fira Sans';
    margin-bottom: 12px;
}

.blog-content ol {
    padding-left: 15px;
}

.blog-section .blog-content h4 {
    font-size: 22px;
    margin: 25px 0 12px;
    font-weight: 600;
}

/*blog social*/
.single-blog-social-icon ul {
    margin: 25px 0;
}

.single-blog-social-icon ul li {
    display: inline-block;
    margin-right: 5px;
}

.single-blog-social-icon ul li i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    color: #686868;
}

.single-blog-social-icon ul li:hover i {
    color: #fff;
    background: #38b000;
}

.comment-box {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    transition: .5s;
}

#comment-msg-box {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    transition: .5s;
}

label {
    color: #686868;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
}

.comment-box:focus,
#comment-msg-box:focus {
    border-color: #38b000;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    color: #fff;
    background: #38b000;
    border: 1px solid #38b000;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    transition: .5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: #38b000;
    border: 1px solid #38b000;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #38b000;
}

/*======================================
<--  Case Study Details Css -->
========================================*/
.case-study-details {
    padding: 64px 0 224px;
}

.case-study-intro {
    box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
    padding: 60px;
    margin-top: 60px;
}

.csd-thumb img {
    width: 100%;
}

.csd-info {
    padding: 0 50px;
}

.csd-info ul li {
    list-style: none;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info ul {
    padding: 13px 0;

}

.csd-social-icon li {
    display: inline-block;
    margin: 0px 8px 0 0;
}

.csd-social-icon li i {
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #38b000;
    border-radius: 5px;
    transition: .5s;
}

.csd-social-icon li i:hover {
    background: #11102F;
    color: #fff;
}

.csd-title h3 {
    font-size: 28px;
    font-weight: 600;
}

.csd-info ul li {
    display: inline-flex;
    list-style: none;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 300;
    text-transform: capitalize;
}

.csd-info strong {
    position: relative;
    width: 120px;
    font-size: 16px;
    font-weight: 600;
    margin-right: 10px;
    color: #232323;
}

.csd-info strong:after {
    content: ":";
    position: absolute;
    right: 0;
}

.csd-info span {
    flex: 1;
}

.share-text {
    float: left;
    margin-right: 20px;
}

.share-text h4 {
    font-size: 20px;
    color: #666;
    font-weight: 600;
    margin-top: 6px;
}

.csd-social-icon ul {
    padding: 0;
}

.csd-content img {
    max-width: 100%;
    height: auto;
}

/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/*=====================================
<--  Error Area Css -->
=======================================*/
.error-area {
    padding: 100px 0 100px;
}

.error-thumb {
    text-align: center;
}

.error-content {
    text-align: center;
}

.error-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.error-content h2 span {
    color: #fe4e5b;
}

.error-content p {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.error-search {
    text-align: center;
}

.error-button {
    text-align: center;
    margin-top: 40px;
}

.error-search input {
    width: 50%;
    height: 58px;
    border: 1px solid rgba(35, 35, 35, 0.12);
    border-radius: 30px;
    padding-left: 30px;
    outline: 0;
}

.error-search input:focus {
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

.error-search button {
    outline: 0;
    border: 0;
    background: transparent;
    position: relative;
    margin-left: -55px;
    color: #686868;
}

.error-search ::placeholder {
    color: #686868;
}

.error-button a {
    padding: 14px 40px 14px 40px;
    font-family: 'Fira Sans';
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.error-button a i {
    margin-right: 5px;
}

.error-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #10102E;
    border-radius: 30px;
    transition: .5s;
}

.error-button a:hover {
    border-color: #10102E;
}

.error-button a:hover:before {
    width: 100%;
    left: 0;
}

.map-section {
    position: relative;
    margin-bottom: -7px;
}




/*===========================
<--  Sidbar Css -->
=============================*/
.nav-btn.navSidebar-button {
    display: inline-block;
}

.nav-btn.navSidebar-button a i {
    font-size: 24px;
    display: inline-block;
    color: #38b000;
    transition: .5s;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #38b000;
    font-size: 28px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}

.xs-bg-black {
    background-color: #38b000;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #38b000;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
    font-family: 'Fira Sans';
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #38b000;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #38b000;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #38b000;
    color: #fff;
}




/*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 9999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #9A241C;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #38b000;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    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);
    }
}

@-moz-keyframes spin {
    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);
    }
}

@keyframes spin {
    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);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}




/*** 
====================================================================
    Search Popup
====================================================================
***/


.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #38b000;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;

    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #38b000;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: .5s;
}

.upp.search-box-btn i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9E9FA1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #38b000;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}


span.flaticon-multiply i {
    display: inline-block;
    color: #38b000;
}

.header-search-button i {
    font-size: 18px;
    display: inline-block;
}

.header-search-button.search-box-outer {
    padding: 0px 8px 0 0;
    display: inline-block;
}

.header-search-button.search-box-outer a {
    color: #062462;
    display: inline-block;
    position: relative;
    left: 16px;
}



/*


*/

/*------back-to-top------------*/
.prgoress_indicator {
    position: fixed;
    right: 30px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    /* transform: translateY(15px); */
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #38b000;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: #38b000;
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #38b000;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}


/*


*/
/* bounce-animate */
.bounce-animate1 {
    animation-name: float-bob1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob1;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob1;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob1;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob1 {
    0% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(25px);
        transform: translateX(25px);
    }
}


.rotateme {
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px)
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px)
    }
}