.topbar-area {
    background-color: #14212A;
    padding: 10px 0 10px;
}

.topbar-info ul li {
    display: inline-block;
}

.cookies-eu-banner {
    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;
}

.cookies-eu-banner .cookie-checkbox {
    display: none;
}

.cookies-eu-banner .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;
}

.cookies-eu-banner .accept-btn:hover {
    background: #fff;
    color: #222;
}

.cookie-checkbox:checked+.cookies-content {
    display: none;
}

.comentarios-finanzas {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    background-color: #ffffff;
    padding: 50px 30px;
    border-top: 5px solid #2a9d8f;
}

.comentario {
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    transition: border-color 0.3s ease, transform 0.3s ease;
    background-color: #f9f9f9;
}

.comentario:hover {
    border-color: #2a9d8f;
    transform: translateY(-5px);
}

.comentario h4 {
    margin-top: 0;
    font-size: 18px;
    color: #264653;
    font-weight: 600;
    margin-bottom: 10px;
}

.estrellas {
    color: #e9c46a;
    margin-bottom: 12px;
    font-size: 16px;
}

.comentario p {
    margin: 0;
    font-size: 15.5px;
    line-height: 1.6;
    color: #333;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* ✅ Адаптація для планшетів */
@media (max-width: 1024px) {
    .comentarios-finanzas {
        grid-template-columns: repeat(2, 1fr);
        padding: 40px 20px;
        gap: 24px;
    }
}

/* ✅ Адаптація для мобільних */
@media (max-width: 600px) {
    .comentarios-finanzas {
        grid-template-columns: 1fr;
        padding: 30px 16px;
        gap: 20px;
    }

    .comentario {
        padding: 18px;
    }

    .comentario h4 {
        font-size: 17px;
    }

    .comentario p {
        font-size: 14.5px;
    }
}




.fOgIAZXkT5 {
    background: linear-gradient(135deg, #1f1f1f, #292929);
    color: #ffffff;
    padding: 20px 30px;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1000;
}

.hdr-wrap-dmn-float {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    position: relative;
}

.dJB5i1UwsK {
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #ffffff;
}

.KXnXDMpHc5 {
    display: flex;
    gap: 32px;
}

.KXnXDMpHc5 a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.KXnXDMpHc5 a:hover {
    color: #00f7ff;
}

.toggle-dmn-float {
    display: none;
}

.menu-icon-dmn-float {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 1101;
}

.menu-icon-dmn-float span {
    height: 3px;
    width: 26px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.tGw3ziA7hH {
    display: none;
}

@media (max-width: 768px) {
    .menu-icon-dmn-float {
        display: flex;
    }

    .KXnXDMpHc5 {
        display: none;
    }

    .tGw3ziA7hH {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(0.8);
        width: 80%;
        background: radial-gradient(circle at top, #232526, #414345);
        border-radius: 20px;
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
        padding: 40px 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        opacity: 0;
        pointer-events: none;
        transition: all 0.4s ease;
        z-index: 1100;
    }

    .toggle-dmn-float:checked~.tGw3ziA7hH {
        opacity: 1;
        pointer-events: auto;
        transform: translate(-50%, -50%) scale(1);
    }

    .tGw3ziA7hH a {
        color: #ffffff;
        font-size: 1.3rem;
        font-weight: 700;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .tGw3ziA7hH a:hover {
        color: #00f7ff;
    }

    .toggle-dmn-float:checked+.menu-icon-dmn-float span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .toggle-dmn-float:checked+.menu-icon-dmn-float span:nth-child(2) {
        opacity: 0;
    }

    .toggle-dmn-float:checked+.menu-icon-dmn-float span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }
}


.financial-courses-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #f9fafd;
    padding: 60px 20px;
    color: #222;
}

.qjrdgiriEU {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #14ab88;
    text-transform: uppercase;
    letter-spacing: 2px;
}


.i8CgCVbi4i {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}


.uIkiDsTiYg {
    background: white;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.uIkiDsTiYg:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.kiB7kQkjzM {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 18px;
    box-shadow: 0 6px 14px rgba(13, 110, 253, 0.3);
}

.course-title {
    font-size: 1.8rem;
    margin-bottom: 18px;
    font-weight: 700;
    color: #14ab88;
}

.course-points {
    list-style: inside disc;
    margin-bottom: 20px;
    padding-left: 0;
    color: #555;
    font-size: 1rem;
    line-height: 1.5;
    max-width: 100%;
}

.course-points li {
    margin-bottom: 10px;
}

.course-price {
    font-weight: 700;
    font-size: 1.2rem;
    color: #198754;
    margin-bottom: 4px;
}

.course-duration {
    font-size: 1rem;
    color: #6c757d;
    margin-bottom: 20px;
}

.btn {
    background-color: #14ab88;
    color: white !important;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: background-color 0.3s ease;
    display: inline-block;
    min-width: 160px;
}

.btn:hover {
    background-color: #084cdf;
}


.KmDwBXQbaO {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
}

.plan-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
    padding: 30px 25px;
    max-width: 320px;
    text-align: center;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
}

.plan-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.plan-title {
    font-size: 1.9rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #14ab88;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.plan-details {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
    color: #444;
    font-size: 1rem;
    text-align: left;
}

.plan-details li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 22px;
}

.plan-details li::before {
    content: "✔";
    color: #198754;
    position: absolute;
    left: 0;
    top: 2px;
    font-weight: bold;
}

.znv4gGZYj9 {
    font-weight: 700;
    font-size: 1.5rem;
    color: #198754;
    margin-bottom: 20px;
}

.btn-outline-primary {
    background-color: transparent;
    border: 2px solid #14ab88;
    color: #14ab88 !important;
    padding: 12px 25px;
    border-radius: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 160px;
}

.btn-outline-primary:hover {
    background-color: #14ab88;
    color: white !important;
}

/* Адаптивність */
@media (max-width: 991px) {
    .i8CgCVbi4i {
        grid-template-columns: repeat(2, 1fr);
    }

    .KmDwBXQbaO {
        justify-content: center;
    }
}

@media (max-width: 600px) {
    .i8CgCVbi4i {
        grid-template-columns: 1fr;
    }

    .KmDwBXQbaO {
        flex-direction: column;
        align-items: center;
    }
}

.topbar-info ul li a {
    display: inline-block;
    padding-right: 33px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}

.topbar-info ul li.upper a::after {
    position: absolute;
    content: "";
    top: 4px;
    left: -18px;
    height: 20px;
    width: 1px;
    background: #fff;
    opacity: 0.2;
}

.topbar-info ul li.upper a::before {
    position: absolute;
    content: "";
    top: 3px;
    right: 15px;
    height: 20px;
    width: 1px;
    background: #fff;
    opacity: 0.2;
}

.topbar-info ul li a i {
    display: inline-block;
    padding-right: 7px;
}

/*---topbar-social-icon---*/
.topbar-social-icon {
    text-align: right;
}

.topbar-social-icon ul li {
    display: inline-block;
}

.topbar-social-icon ul li a i {
    color: #fff;
    font-size: 15px;
    padding-left: 16px;
}

li.topbar-time {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    position: relative;
    z-index: 1;
    padding-right: 22px;
}

li.topbar-time::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #fff;
    right: -1px;
    opacity: 0.2;
    top: 5px;
}

li.topbar-time i {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    padding-right: 7px;
}

/*================================
 <--end dreamhub topbar Area Css-->
==================================*/
/*================================
 <-- ww Header Top Menu Area Css-->
==================================*/
.header-top-area {
    background: #14212A;
    padding: 10px 0;
}

.header-top-address ul li {
    list-style: none;
    display: inline-block;
    margin-right: 25px;
}

.header-top-address ul li a {
    font-size: 15px;
    color: #fff;
}

.header-top-address ul li span {
    font-size: 15px;
    color: #fff;
}

.header-top-address ul li i {
    margin-right: 5px;
    color: #fff;
    font-size: 15px;
}

.header-top-social {
    text-align: right;
}

.header-top-social a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin-left: 14px;
    transition: .5s;
}

.header-top-social a:hover {
    color: #FF3C00;
}

.header_top_menu {
    background: #141323;
    height: 61px;
    padding: 12px 0 0;
}

/*menu text*/
.header_top_menu_text p {
    color: #fff;
    padding: 0 0 0 18px;
    position: relative;
    z-index: 1;
}

.header_top_menu_text p:before {
    position: absolute;
    content: "";
    left: -12px;
    top: 4px;
    height: 100%;
    width: 100%;
    background: url(../../img/oJu6EncM3Q.jpg);
    background-repeat: no-repeat;
}

.menu-title {
    margin-right: 10px;
    display: inline-block;
}

.menu-title h6 {
    font-size: 15px;
    font-family: 'Fira Sans';
    font-weight: 500;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
}

.menu-title h6:before {
    position: absolute;
    content: "";
    left: -45px;
    top: 8px;
    height: 2px;
    width: 35px;
    background: #FF3B00;
}

.header_top_menu_icon_inner {
    display: inline-block;
}

.header_top_menu_icon_inner ul li {
    display: inline-block;
    list-style: none;
}

.header_top_menu_icon_inner ul li a {
    color: #1773ea;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 29px;
    border-radius: 50%;
    background: #ffff;
    text-align: center;
}

li.menu-icon a {
    color: #e04b85 !important;
    display: inline-block;
}

/*================================
<--  ww Nav Menu Area Css -->
==================================*/
.ww_nav_manu {
    background: transparent;
    transition: .5s;
    z-index: 2;
    position: relative;
    padding: 5px 100px 5px;
}

.ww_nav_manu::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 32%;
    background: #14ab88;
    left: 0;
    top: 0;
}

.ww_nav_manu.inner {
    background: #10102E;
    margin-bottom: 0;
}

.ww_nav_manu.transparent_menu {
    background: transparent;
    margin-bottom: -87px;
    position: relative;
}

.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: #050A1E !important;
    transition: .5s;
    z-index: 9;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/* ww Menu Css*/
nav.ww_menu {
    text-align: right;
}

.ww_menu ul {
    list-style: none;
    display: inline-block;
}

.ww_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.ww_menu>ul>li>a {
    display: block;
    margin: 30px 14px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    font-family: "Rubik";
}

.ww_nav_manu.inner .ww_menu>ul>li>a {
    color: #fff;
}

nav.ww_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

.ww_menu>ul>li>a:hover {
    color: #ff3c00;
}

/*menu button*/
.header-button {
    display: inline-block;
    padding-left: 21px;
}

.header-button a {
    padding: 12px 39px;
    background: #FF3C00;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
}

.header-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #050A1E;
    transform: scale(0);
    transition: .5s;
    border-radius: 30px;
    transform: perspective(500px)rotateX(90deg);
}

.header-button a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 8px;
}

.header-button a:hover:before {
    transform: scale(1);
    border: 1px solid #14ab88;
}

/*ww nav menu style two*/
.style-two.ww_nav_manu {
    background: transparent;
    transition: .5s;
    z-index: 2;
    position: relative;
    margin-bottom: -110px;
}

.style-two.sticky {
    background: transparent !important;
    box-shadow: none;
}

.row.header-bg {
    background: #fff;
    border-radius: 5px;
    height: 110px;
    padding: 0 18px;
    box-shadow: 0 2px 5px -2px rgb(0 0 0 / 10%);
    z-index: 1;
}

.style-two nav.ww_menu {
    text-align: left;
}

.style-two .ww_menu>ul>li>a {
    color: #232323;
}

.style-two .header-button {
    padding-left: 18px;
}

.style-two .ww_menu>ul>li>a:hover {
    color: #FF3C00;
}

/* Style Three */
.ww_nav_manu.style-three {
    margin-bottom: 0;
}

.ww_nav_manu.style-three.sticky {
    background: #fff !important;
}

/*** Sub Menu Style ***/
.ww_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #ff3c00;
    opacity: 0;
}

.ww_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 107%;
    opacity: 1;
}

.ww_menu ul .sub-menu li {
    position: relative;
}

.ww_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
    font-family: 'Rubik';
}

.ww_menu ul .sub-menu li:hover>a,
.ww_menu ul .sub-menu .sub-menu li:hover>a,
.ww_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.ww_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #ff3c00;
    color: #fff !important;
}

/* sub menu 2 */
.ww_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.ww_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */
.ww_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.ww_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.ww_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background: #FF3C00;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    font-family: 'Fira Sans';
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span {
    background: rgba(255, 255, 255, 0.20);
}

/* sub menu 4 */
.ww_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.ww_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.ww_menu li a:hover:before {
    width: 101%;
}

.ww_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.ww_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .ww_menu li a {
    color: #fff;
}

.ww_nav_manu.sticky a.dtbtn {
    color: #fff;
    background: #F16722;
    border: 2px solid #F16722;
}

.ww_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*Sub menu style three*/
.ww_nav_manu.style-three .ww_menu>ul>li>a {
    color: #232323;
    font-weight: 500;
}

.ww_nav_manu.style-three .header-button a {
    border-radius: 0;
    border: 1px solid #FF3C00;
}

.ww_nav_manu.style-three .header-button a:before {
    border-radius: 0;
}

.ww_nav_manu.style-three .header-button a:hover {
    border: 1px solid #10102E;
}




/*


*/


.slider-area.d-flex.align-items-center {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../../img/iHDxtTLzvg.jpg) no-repeat center/cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
}

.slider-area2.d-flex.align-items-center {
    background: url(../../img/kDXZHfqX0E.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 800px;
}

.slider-content h5 {
    font-size: 17px;
    line-height: 61px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    padding-left: 51px;
}

.slider-content h5::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background: #14ab88;
    top: 29px;
    left: 0;
}

.slider-content h1 {
    font-size: 56px;
    line-height: 64px;
    color: #fffdfd;
    font-weight: 700;
    font-family: "Poppins";
}

.slider-content span {
    color: #14ab88;
}

.dO30OGqos6 p {
    font-size: 17px;
    line-height: 28px;
    color: #e3e3e3;
    font-weight: 400;
    font-family: "Rubik";
    margin: 0;
    padding: 30px 0 34px;

}

.slider-btn {
    display: inline-block;
}

.slider-btn a {
    display: inline-block;
    background: #14ab88;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    padding: 13px 40px 12px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.slider-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #10102E;
    right: 0;
    top: 0;
    border-radius: 30px;
    opacity: 0;
    z-index: -1;
    transition: .5s;
    transform: perspective(500px)rotateX(90deg);
}

.slider-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.slider-area-icon {
    display: inline-block;
    margin-left: 25px;
    position: relative;
    top: 2px;
}

.slider-area-icon a i {
    display: inline-block;
    height: 56px;
    width: 56px;
    background: #14ab88;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
}

.slider-btn a:hover:before {
    opacity: 1;
    width: 100%;
    left: 0;

    transform: perspective(500px)rotateX(0deg);
}

.owl-nav {
    position: relative;
    top: -453px;
    right: -70px;
}

.slider_list .owl-prev {
    height: 55px;
    width: 55px;
    line-height: 59px;
    text-align: center;
    background: #14ab88;
    border-radius: 50%;
    margin-bottom: 11px;
    transition: .5s;
}

.slider_list .owl-next {
    height: 55px;
    width: 55px;
    line-height: 59px;
    text-align: center;
    background: #14ab88;
    border-radius: 50%;
    margin-bottom: 11px;
    transition: .5s;
}

.slider_list .owl-prev i {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    transition: .5s;
}

.slider_list .owl-next i {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    transition: .5s;
}

.slider_list .owl-prev:hover {
    background: #050A1E;
}

.slider_list .owl-next:hover {
    background: #050A1E;
}

/*


*/


/*


*/

.qjrdgiriEU.text-center {
    margin-bottom: 59px;
}

.qjrdgiriEU.KWpkzTDxEa {
    margin-bottom: 40px;
}

.portfolio-area1 .qjrdgiriEU.KWpkzTDxEa {
    margin-bottom: 57px;
}

.testimonial-area1 .qjrdgiriEU.KWpkzTDxEa {
    margin-bottom: 48px;
}

.section-sub-title h5 {
    font-size: 15px;
    line-height: 28px;
    color: #ff3c00;
    font-weight: 500;
    font-family: "Poppins";
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.section-sub-title h5::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background: #14ab88;
    bottom: 13px;
    right: 0;
    margin: auto;
    left: -131px;
}

.section-sub-title h5:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 40px;
    background: #14ab88;
    bottom: 13px;
    right: 0;
    margin: auto;
    left: 126px;
}

.about-area1 .section-sub-title h5::before {
    left: -92%;
}

.about-area1 .section-sub-title h5 {
    padding-left: 52px;
}

.about-area1 .section-sub-title h5:after {
    background: transparent;
}

.portfolio-area1 .section-sub-title h5::before {
    left: -96%;
}

.portfolio-area1 .section-sub-title h5:after {
    background: transparent;
}

.portfolio-area1 .section-sub-title h5 {
    padding-left: 52px;
}

.testimonial-area1 .section-sub-title h5::before {
    left: -96%;
}

.testimonial-area1 .section-sub-title h5:after {
    background: transparent;
}

.testimonial-area1 .section-sub-title h5 {
    padding-left: 52px;
}

.section-main-title h1 {
    font-size: 38px;
    line-height: 49px;
    color: #232323;
    font-weight: 700;
    font-family: "Poppins";
}

.section-main-title span {
    color: #14ab88;
}

.description p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;

    margin: 0;
    padding: 32px 0 0;
}

p.description2 {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Rubik";
    padding: 29px 0 0;
}

.pricing-area .section-sub-title h5::before {
    left: -158px;
}

.pricing-area .section-sub-title h5:after {
    left: 156px;
}

.blog-area1 .section-sub-title h5::before {
    left: -168px;
}

.blog-area1 .section-sub-title h5:after {
    left: 167px;
}



/*


*/



.feature-area1 {
    padding: 0 0 120px;
    margin-top: -249px;
}

.JU9Rpq1tRi {
    border-radius: 5px 0 5px 0;
    filter: drop-shadow(0px 7px 20px rgba(92, 92, 92, 0.1));
    background-color: #ffffff;
    padding: 39px 39px 14px;
    position: relative;
    z-index: 1;
}

.feature-icon img {
    transition: .5s;
}

.JU9Rpq1tRi:after {
    position: absolute;
    content: "";
    height: 98%;
    width: 1px;
    background: #EEEEEE;
    top: 0;
    left: 0;
}

.JU9Rpq1tRi::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background: #14ab88;
    left: 0;
    bottom: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 5px 0 0 5px;
}

.JU9Rpq1tRi.two {
    border-radius: 0 0 0 0;
}

.JU9Rpq1tRi.two.JU9Rpq1tRi::before {
    border-radius: 0 0 0 0;
}

.JU9Rpq1tRi.three {
    border-radius: 0 0 0 0;
}

.JU9Rpq1tRi.three.JU9Rpq1tRi::before {
    border-radius: 0 0 0 0;
}

.JU9Rpq1tRi.upper {
    border: none;
    border-radius: 0 5px 0 0;
}

.JU9Rpq1tRi.upper.JU9Rpq1tRi::before {
    border-radius: 0 5px 5px 0;
}

h3.feature-title {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    padding: 13px 0 0;
    transition: .5s;
}

p.feature-desc {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Rubik";
    transition: .5s;
}

.JU9Rpq1tRi:hover h3.feature-title {
    color: #fff;
}

.JU9Rpq1tRi:hover p.feature-desc {
    color: #fff;
}

.JU9Rpq1tRi:hover::before {
    height: 100%;

}

.JU9Rpq1tRi:hover:after {
    background: none;
}

.JU9Rpq1tRi:hover .feature-icon img {
    filter: brightness(0) invert(1);
}

/*


*/




/*


*/

.about-area1 {
    padding: 0 0 105px;
}

.LIhFetLTw0 {
    margin-left: -25%;
    position: relative;
    z-index: 1;
}

.about-content-thumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-content {
    position: absolute;
    bottom: 36px;
    right: 74px;
    text-align: center;
    padding: 35px 39px 0;
}

.about-number h2 {
    display: inline-block;
}

.about-number h2 {
    font-size: 45px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    margin: 0 0 6px -4px;
}

p.about-text {
    font-size: 19px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    margin: 0;
    line-height: 30px;
}

.about-btn a {
    display: inline-block;
    background: #14ab88;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    padding: 13px 42px 12px;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.about-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #fff;
    right: 0;
    top: 0;
    z-index: -1;
    border-radius: 30px;
    opacity: 0;
    transition: .5s;
    border: 1px solid #14ab88;
}

.about-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 6px;
}

.about-btn a:hover::before {
    opacity: 1;
    width: 100%;
    border: 1px solid #14ab88;
    left: 0;
}

.about-btn a:hover {
    color: #14ab88;
}

/*


*/




/*


*/



.service-area1 {
    padding: 110px 0 86px;
    background: #F6F7F9;
}

.service-single-box1 {
    background: #fff;
    text-align: center;
    padding: 74px 29px 46px;
    margin-bottom: 30px;
}

.service-icon {
    position: relative;
    z-index: 1;
    margin-bottom: 68px;
}

.service-icon::before {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    left: 33%;
    top: -54%;
    border-radius: 50%;
    border: dotted 2px #14ab88;
    transition: .5s;

}

.service-icon::after {
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    line-height: 100px;
    z-index: -1;
    left: 35%;
    top: -37%;
    background: #FFF5F3;
    border-radius: 50%;
    transition: .5s;
}

h3.service-title {
    font-size: 22px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    line-height: 28px;
}

p.cqliIlTsM5 {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Rubik";
    margin: 0;
    padding: 13px 0 31px;
}

.service-btn a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
    border-radius: 23px;
    border: 1px solid #EFEFEF;
    padding: 9px 29px 9px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #14ab88;
    left: 0;
    top: 0;
    border-radius: 23px;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
    opacity: 0;
}

.service-btn a i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 4px;
    transition: .5s;
}


.service-single-box1:hover .service-btn a {
    color: #fff;
}

.service-single-box1:hover .service-btn a i {
    color: #fff;
}

.service-single-box1:hover .service-btn a::before {
    transform: scale(1);
    opacity: 1;
}

.service-single-box1:hover .service-icon::after {
    left: 33%;
    top: -51%;
}

.service-single-box1:hover .service-icon::before {
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 15s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}


/*


*/



/*


*/


.mission-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../../img/yHv0teLzUt.jpg) no-repeat center/cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 110px 0 199px;
}

.mission-content {
    text-align: center;
}

h1.mission-title {
    font-size: 70px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Poppins";
}

.mission-btn {
    margin-top: 31px;
}

.mission-btn a {
    display: inline-block;
    background: #14ab88;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    border-radius: 27px;
    padding: 14px 42px 14px;
    transition: .5s;
    border: 1px solid transparent;
}

.mission-btn a i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.mission-btn a:hover {
    border: 1px solid #fff;
    background: transparent;
}





/*


*/




/*


*/

.portfolio-area1 {
    padding: 111px 0 88px 368px;
    background: #F6F7F9;
}

.portfolio-single-box {
    margin-bottom: 30px;
}

.portfolio-thumb1 {
    position: relative;
    z-index: 1;
}

.portfolio-content1 {
    position: absolute;
    bottom: 11%;
    left: 0;
    right: 0;
    background: #fff;
    width: 84%;
    margin: auto;
    text-align: center;
    padding: 22px 0 34px;
    border-radius: 66px;
    transition: .5s;
    transform: perspective(500px)rotateX(90deg);
}

h3.portfolio-title a {
    display: inline-block;
    font-size: 23px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    text-align: center;
    margin-bottom: 6px;
}

p.portfolio-text {
    font-size: 16px;
    line-height: 28px;
    color: #ff3c00;
    font-weight: 400;
    font-family: "Rubik";
    text-align: center;
    margin: 0;
}

.portfolio-btn {
    text-align: left;
    margin-top: -35px;
    margin-left: -55%;
}

.portfolio-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    background: #14ab88;
    border-radius: 72px;
    padding: 14px 40px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.portfolio-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #F6F7F9;
    left: 0;
    top: 0;
    transition: .5s;
    border-radius: 27px;
    transform: perspective(500px)rotateX(90deg);
    z-index: -1;
}

.portfolio-btn a i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 7px;
    transition: .5s;
}


.portfolio-thumb1 img {
    width: 100%;
}

.portfolio-single-box:hover .portfolio-content1 {
    transform: perspective(500px)rotateX(0deg);
}

.portfolio-btn a:hover::before {
    transform: perspective(500px)rotateX(0deg);
    border: 1px solid #14ab88;
}

.portfolio-btn a:hover {
    color: #14ab88;
}

.portfolio-btn a:hover i {
    color: #14ab88;
}

/*


*/



/*


*/



.pricing-area {
    padding: 111px 0 100px;
}

.pricing-single-box {
    border-radius: 7px;
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    padding: 47px 40px 48px;
    margin-bottom: 30px;
}

.pricing-head1 {
    padding: 0 0 37px;
    border-bottom: 1px solid #EEEEEE;
}

.pricing-icon {
    position: relative;
}

h4.pricing-text {
    position: absolute;
    right: -15%;
    font-size: 16px;
    line-height: 28px;
    color: #232323;
    font-weight: 400;
    font-family: "Rubik";
    background: #F6F7F9;
    padding: 3px 24px 3px;
    border-radius: 20px 0 0 20px;
}

h3.pricing-title1 {
    font-size: 22px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    padding: 27px 0 17px;
}

h2.pricing-dolar {
    display: inline-block;
    font-size: 20px;
    line-height: 28px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
}

h2.pricing-number {
    display: inline-block;
    font-size: 49px;
    font-weight: 600;
    color: #232323;
}

p.pricing-month {
    display: inline-block;
    color: #FF3C00;
    font-weight: 500;
    font-size: 17px;
    margin: 0;
}

.pricing-body1 {
    padding: 33px 0 22px;
}

.pricing-list ul li {
    list-style: none;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Rubik";
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.pricing-list ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background: #14ab88;
    border-radius: 50%;
    bottom: 10px;
    left: 0;
}

.pricing-btn1 a {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    color: #ff3c00;
    font-weight: 400;
    font-family: "Rubik";
    border: 2px solid #ff3c00;
    border-radius: 27px;
    padding: 11px 39px 11px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.pricing-btn1 a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #14ab88;
    left: 0;
    top: 0;
    border-radius: 27px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.pricing-btn1 a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    padding-left: 4px;
}

.pricing-btn1 a:hover::before {
    transform: scale(1);
}

.pricing-btn1 a:hover {
    color: #fff;
}









/*


*/






/*


*/

.counter-area {
    margin-top: -80px;
    padding: 0 0 120px;
}

.row.coun {
    border-radius: 120px;
    filter: drop-shadow(0px 10px 25px rgba(109, 109, 109, 0.1));
    background-color: #ffffff;
    padding: 46px 3px 9px;
    width: 88%;
    margin: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-counter-box {
    text-align: center;
    margin-bottom: 30px;
}

.counter-number h2 {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 28px;
    color: #ff3c00;
    font-weight: 700;
    font-family: "Poppins";
    text-align: center;
}

.counter-text2 span {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #232323;
    font-weight: 500;
    font-family: "Poppins";
}

.counter-shape {
    position: absolute;
    top: -281%;
    left: 0;
}

/*


*/



/*


*/


.testimonial-area1 {
    padding: 110px 0 113px;
    background: #F6F7F9;
}

.testimonial-single-box1 {
    border-radius: 5px;
    padding: 35px 37px 57px;
    position: relative;
    z-index: 1;
    margin: 9px 0 30px 0;
    filter: drop-shadow(0px 12px 17px rgba(104, 100, 104, 0.08));
    box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.07);
    overflow: hidden;
}

.testimonial-single-box1::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #14ab88;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 5px;
    transform: scale(.2, 1);
    opacity: 0;
    transition: .5s;
}

.testimonial-rating {
    margin-bottom: 19px;
}

.testimonial-rating ul li {
    list-style: none;
    display: inline-block;
    padding-right: 6px;
}

.testimonial-rating ul li i {
    display: inline-block;
    color: #FF3B00;
    font-size: 17px;
    transition: .5s;
}

.testi-text p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    margin: 0;
    font-family: "Rubik";
}

.quote-thumb1 {
    float: left;
    margin-right: 19px;
}

.quote-title1 {
    position: relative;
    top: 3px;
}

.quote-title1 h4 {
    font-size: 20px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    transition: .5s;
    line-height: 29px;
}

.quote-title1 p {
    font-size: 16px;
    line-height: 28px;
    color: #ff3c00;
    font-weight: 400;
    font-family: "Rubik";
    margin: 0;
    transition: .5s;
}

.testi-text p {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    margin: 0;
    font-family: "Rubik";
    padding: 0 0 33px;
    transition: .5s;
}

.quote-icon {
    float: right;
    position: absolute;
    bottom: 38px;
    z-index: -1;
    right: 14px;
}

.quote-icon img {
    transition: .5s;
}

.testi-shape {
    position: absolute;
    top: 6%;
    right: 5%;
}

.testimonial-area1 .owl-nav {
    position: relative;
    top: -125%;
    left: -10px;
}

.testimonial-area1 .owl-prev {
    position: absolute;
    right: 0;
}

.testimonial-area1 .owl-next {
    display: inline-block;
    right: 65px;
    position: absolute;
}

.testimonial-area1 .owl-prev,
.owl-next {
    height: 55px;
    width: 55px;
    line-height: 59px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
}

.testimonial-area1 .owl-prev i,
.owl-next i {
    color: #C4C5C7;
    font-size: 22px;
    display: inline-block;
    transition: .5s;
}

.testimonial-area1 .owl-dots {
    text-align: center;
    padding-top: 8px;
}

.testimonial-area1 .owl-dot {
    width: 20px;
    height: 6px;
    background: #CCCCCC;
    display: inline-block;
    margin-right: 14px;
    border-radius: 10px;
}

.testimonial-area1 .owl-dot.active {
    background: #FF3D03;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    top: 3px;
    position: relative;
}

.testimonial-area1 .owl-next:hover {
    background: #FF3C00;
    color: #fff;
}

.testimonial-area1 .owl-prev:hover {
    background: #FF3C00;
    color: #fff;
}

.testimonial-area1 .owl-prev:hover i,
.owl-next:hover i {
    color: #fff;
}

.testimonial-single-box1:hover::before {
    opacity: 1;
    transform: scale(1);
}

.testimonial-single-box1:hover .testimonial-rating ul li i {
    color: #fff;
}


.testimonial-single-box1:hover .quote-title1 h4 {
    color: #fff;
}

.testimonial-single-box1:hover .quote-title1 p {
    color: #fff;
}

.testimonial-single-box1:hover .testi-text p {
    color: #fff;
}

.testimonial-single-box1:hover .quote-icon img {
    filter: brightness(0) invert(1);
}

/*


*/





/*


*/

.blog-area1 {
    padding: 110px 0 90px;
}

.blog-single-box1 {
    filter: drop-shadow(0px 5px 7.5px rgba(0, 0, 0, 0.08));
    background-color: #ffffff;
    padding: 20px;
    margin-bottom: 30px;
}

.blog-top-btn {
    position: absolute;
    bottom: 9%;
    right: 6%;
}

.blog-top-btn h2 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Rubik";
    background: #14ab88;
    border-radius: 27px;
    padding: 2px 20px 2px;
}

.wTBnjBZ8kn {
    position: relative;
    overflow: hidden;
}

.wTBnjBZ8kn img {
    width: 100%;
    transition: .5s;
    transform: scale(1);
}

.blog-content1 {
    padding: 31px 20px 10px;
}

.blog-meta.left {
    float: left;
    margin-right: 37px;
}

.blog-meta.left span {
    display: inline-block;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Rubik";
}

.blog-meta.left span i {
    display: inline-block;
    color: #FF3B00;
    font-size: 14px;
    padding-right: 6px;
}

.blog-meta.right span {
    display: inline-block;
    font-size: 16px;
    color: #555555;
    font-weight: 400;
    font-family: "Rubik";
}

.blog-meta.right span i {
    display: inline-block;
    color: #FF3B00;
    font-size: 18px;
    padding-right: 4px;
}

h3.blog-title1 a {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    color: #232323;
    font-weight: 600;
    font-family: "Poppins";
    padding: 14px 0 14px;
    transition: .5s
}

p.blog-descr {
    font-size: 16px;
    line-height: 28px;
    color: #555555;
    font-weight: 400;
    font-family: "Rubik";
    margin: 0;
}

.blog-btn {
    background: #F6F7F9;
    width: 114%;
    left: -7%;
    right: 0;
    margin: auto;
    position: relative;
    top: 20px;
}

.blog-btn a {
    display: inline-block;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    font-family: "Rubik";
    padding: 12px 42px 14px;
    transition: .5s;
}

.blog-btn a i {
    display: inline-block;
    color: #FF3B00;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 4px;
    transition: .5s;
}

.blog-single-box1:hover .wTBnjBZ8kn img {
    transform: scale(1.1);
}

h3.blog-title1 a:hover {
    color: #14ab88;
}

.blog-btn a:hover {
    color: #14ab88;
}

.blog-btn a:hover i {
    padding-left: 7px;
}

/*


*/



/*


*/


.brand-area {
    padding: 118px 0 118px;
    background: #F6F7F9;
}

.brand-single-box {
    text-align: center;
    background: #fff;
    padding: 21px 16px 21px;
    border-radius: 50px;
    transition: .5s;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.brand-single-box:hover {
    background: #14ab88;
}

.brand-thumb img {
    transition: .5s;
}

.brand-single-box:hover .brand-thumb img {
    filter: brightness(0) invert(1);
}


/*


*/







/*


*/


.footer-middle {

    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 0px;
    background-position: center center;
}

.footer-bg {
    padding: 0 0 93px;
    position: relative;
}

.style-two .footer-bg {
    padding: 85px 0 90px;
}

/*widget title*/
h4.UBK6WaPCoC {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Poppins";
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
}

h4.UBK6WaPCoC:before {
    position: absolute;
    content: "";
    left: 0;
    top: 53px;
    background: #ff3c00;
    width: 50px;
    height: 2px;
    transition: .5s;
}

.rLRHKgqXIx p {
    padding: 15px 0 5px;
    font-size: 16px;
    line-height: 28px;
    color: #cccccc;
    font-weight: 400;
    font-family: "Rubik";
    width: 82%;
}

/*social icon*/
.follow-company-icon a {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #187DFF;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
    position: relative;
    z-index: 1;
}

.follow-company-icon a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #11112E;
    border-radius: 50px;
    transform: scale(0);
    transition: .5s;
}

a.social-icon-color1 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #219ff9;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

a.social-icon-color2 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(135deg, #b618c1 0%, #f3593d 100%);
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    margin-right: 8px;
}

a.social-icon-color3 {
    width: 37px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #F70102;
    border-radius: 50px;
    display: inline-block;
    color: #fff;
    ;
    margin-right: 8px;
}

/*footer menu*/
.menu-quick-link-content {
    padding: 10px 0 0;
}

ul.footer-menu li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
}

ul.footer-menu li a {
    transition: .5s;
    font-size: 16px;
    color: #cccccc;
    font-weight: 400;
    font-family: "Poppins";
}



/*footer all hover*/
ul.footer-menu li a:hover {
    color: #FF3C00;
}

.follow-company-icon a:hover:before {
    transform: scale(1);
}

.recent-post-text a:hover {
    color: #FF3C00;
}

/**footer bottom area**/
.BG94NVnuna {
    padding: 19px 0;
    border-top: 1px solid #1D2236;
}


.nde0e3EhSx {
    text-align: right;
    padding: 10px 0 0;
}

.nde0e3EhSx-copy p {
    margin: 0 0 5px;
    font-size: 16px;
    line-height: 30px;
    color: #cccccc;
    font-weight: 400;
    font-family: "Rubik";
}

.footer-middle.new-style .nde0e3EhSx-copy p {
    opacity: .7;
}

.nde0e3EhSx-copy span {
    color: #FF3C00;
}

.contact-form-footer {
    padding: 25px 0 0;
}

.newsletter-text p {
    font-size: 16px;
    line-height: 28px;
    color: #cccccc;
    font-weight: 400;
    font-family: "Rubik";
    margin-top: 52px;
    margin-bottom: 8px;
}

.subscribe_form {
    position: relative;
}

.contact-form-footer .subscribe_form input {
    font-size: 14px;
    height: 56px;
    padding: 5px 65px 5px 14px;
    position: relative;
    width: 100%;
    color: #fff;
    background: #323232;
    border: 0;
    margin-bottom: 14px;
    border-radius: 5px;
}

.contact-form-footer .subscribe_form button {
    padding: 11px 16px;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 0px 5px 5px 0px;
    background: #ff3c00;
    font-size: 22px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}





/*


*/





/*


*/







/*


*/


/**
======================================================
<--  ww Service Area css -->
======================================================**/

/*service box*/

.service-area {
    padding: 95px 0 70px;
}

.unique-theme-service-box {
    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;
}

.unique-theme-service-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../images/resource/box-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: #ff3c00;
}

.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;
}

/*ww box button*/

.service-button a {
    padding: 8px 18px 8px 24px;
    font-size: 15px;
    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: #ff3c00;
    display: inline-block;
    position: relative;
    top: 2px;
    transition: .5s;
}

/*ww button*/
.ww-button a {
    padding: 10px 14px 15px 42px;
    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;
}

.ww-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.ww-button a i {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 25px;
    text-align: center;
    background: #fff;
    color: #FF3B00;
    display: inline-block;
    margin-left: 14px;
    position: relative;
    top: 3px;
    transition: .5s;
}

.ww-button a:hover {
    color: #FF3B00;
}

.ww-button a:hover:before {
    width: 100%;
    left: 0;
}

.ww-button a:hover i {
    background: #FF3B00;
    color: #fff;
}

/*all hover*/
.unique-theme-service-box:hover .em-service-title h2,
.unique-theme-service-box:hover .em-service-text p {
    color: #fff;
}

.unique-theme-service-box:hover .em-service-text p {
    color: #fff;
}

.unique-theme-service-box:hover .em-service-icon img {
    filter: brightness(0) invert(1);
}

.unique-theme-service-box:hover .em-service-icon {
    background: #ff3c00;
}

.unique-theme-service-box:hover .service-button a:before {
    transform: scale(1);
}

.unique-theme-service-box:hover .service-button a {
    color: #fff;
    border: 1px solid #fff;
}

.unique-theme-service-box:hover .service-button a i {
    color: #fff;
}

.unique-theme-service-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}


/*style two upper*/



/**
======================================================
<--  ww Service Details Area Css -->
======================================================**/
.service-detials-area {
    padding: 100px 0 70px;
}

.service-detials-area .ww-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: #FF3C00;
}

/*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*/
.X3eNQ6y5GI-service-details-icon p {
    margin-bottom: 12px;
    font-size: 16px;
}

.X3eNQ6y5GI-service-details-icon i {
    font-size: 25px;
    color: #FF3C00;
    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 #FF3C00;
    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: #FF3C00;
    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: #FF3C00;
    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*/
.X3eNQ6y5GI-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: #FF3C00;
}

.service-detials-area .categories-title h4:before {
    left: -37px;
}

/*categories menu*/
.X3eNQ6y5GI-categories-menu ul {
    display: block;
}

.X3eNQ6y5GI-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;
}

.X3eNQ6y5GI-categories-menu ul li:hover,
.X3eNQ6y5GI-categories-menu ul li.active {
    background: #FF3C00;
    color: #fff;
}

.X3eNQ6y5GI-categories-menu ul li a {
    display: block;
    transition: .5s;
    color: inherit;
}

/*all hover*/
.X3eNQ6y5GI-categories-menu ul li:hover a {
    color: inherit;
}

.service-details-icon-box {
    margin-left: 20px;
}

/*widget categories thumb*/
.X3eNQ6y5GI-categories-thumb {
    background: url(../images/resource/srd3.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 80px;
    margin-top: 30px;
    background-size: cover;
}

/*widget title2*/
.X3eNQ6y5GI-title2 h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 600;
    color: #ffff;
    padding: 31px 0 40px;
}

/*widget button*/
.X3eNQ6y5GI-button a {
    padding: 17px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #FF3C00;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
}

.X3eNQ6y5GI-button a i {
    margin-right: 5px;
}


/*<--About Area Style Three-->*/
.style-three.about-area {
    background: #fff;
    padding: 0px 0 82px;
}

/*upper style*/
.upper.style-three.about-area {
    padding: 90px 0 90px;
}

/*upper end*/
p.about-text1 {
    opacity: inherit;
    padding: 16px 0 0;
}

/*about thumb*/
.style-three.about-area .unique-theme-about-thumb {
    margin: 0px 0 0 -72px;
}

.style-three .unique-theme-icon-list ul li {
    padding: 12px 0 0px;
}

.style-three .unique-theme-icon-list ul li span {
    color: #232323;
}

.style-three .unique-theme-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ff3c00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/*about syle two*/
.style-three .about-button a {
    padding: 14px 37px;
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #FF3B00;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 16px;
}

.style-three .about-button a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #fff;
    right: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    border-radius: 30px;
}

.style-three .about-button a i {
    font-size: 19px;
    width: 0;
    height: 0;
    line-height: 0;
    color: #fff;
    margin-left: 0;
    top: 2px;
    transition: .5s;
}

.style-three .about-button a:hover {
    color: #FF3B00;
}

.style-three .about-button a:hover i {
    color: #FF3B00;
}

.style-three .about-button a:hover::before {
    width: 100%;
    opacity: 1;
    left: 0;
}

/*progress bar*/

.progress-box {
    width: 600px;
    margin: 32px auto 58px 0px;
}

.circle_percent {
    font-size: 114px;
    width: 112px;
    height: 112px;
    position: relative;
    background: #FFEAE3;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 0 26px 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: #FF3C00;
    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: #FF3C00;
    content: '';
}

.circle_inbox {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background: #05091D;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    left: 52%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-size: 36px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 600;
}

/*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;
}

/*about shape two*/
.style-three .about-shape-thumb1 {
    position: absolute;
    left: -191px;
    bottom: -98px;
    z-index: 1;
    display: none;
}

.style-three .about-shape-thumb3 {
    position: absolute;
    right: 37px;
    top: -4px;
    z-index: -1;
}

/*style three upper1*/
.upper1.style-three.about-area {
    padding: 88px 0 82px;
    background: url(../images/resource/why-choose-bg.png);
}

.upper1.style-three.about-area .unique-theme-about-thumb {
    margin: 0px 0 0 30px;
}

.upper1.style-three .about-shape-thumb3 {
    position: absolute;
    right: -68px;
    top: -4px;
    z-index: -1;
}


/* Abpit New Style */
.about-area.new-style {
    background: url(../images/about/about-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-area.new-style .LIhFetLTw0 {
    position: relative;
    margin-left: -100px;
    margin-right: 50px;
}

.about-area.new-style .LIhFetLTw0 img {
    width: 100%;
}

.about-area.new-style .about-icon-thumb {
    float: left;
    margin-right: 20px;
}

.about-area.new-style .about-icon-box {
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.about-area.new-style .about-icon-box.border-non {
    border-bottom: none;
}

.about-area.new-style .about-box-content {
    overflow: hidden;
}

.about-area.new-style .about-box-content h2 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-top: 0;
}

.new-button a {
    display: inline-block;
    background: #FF3C00;
    padding: 14px 35px;
    color: #fff;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}

.new-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: #10102E;
    transform: scale(0);
    transition: .5s;
}

.new-button a:hover:before {
    transform: scale(1);
}



/***
======================================================
<--  ww Counter Area Css -->
======================================================***/
.counter-vip {
    padding: 85px 0 0;
}

.couter-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 76px;
}

.couter-top-title h3:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.couter-top-title h3:after {
    position: absolute;
    content: "";
    right: -40px;
    top: 9px;
    height: 2px;
    width: 393px;
    background-color: rgba(255, 255, 255, 0.14901960784313725);
}

.counter-title h4 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
}

.counter-title span {
    font-size: 48px;
    font-weight: 600;
    display: inline-block;
    color: #FF3C00;
}

.counter-title p {
    color: #9D9EA6;
}


/**Case study are style three**/

.style-three.case-study-area {
    background: #fff;
    padding: 95px 0 70px;
}

/* 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: #FF3C00;
}

/*case study thumb*/
.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 img {
    width: 100%;
}

.case-study-title h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: #fff;
}

/*case study content*/
.style-three .case-study-content {
    position: absolute;
    bottom: -120px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    opacity: 0;
}

.case-study-content-inner {
    position: relative;
    z-index: 1;
}

.case-study-content-inner:before {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    background: url(../images/resource/port.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 160px;
}

.style-three .case-study-title {
    padding: 0 0 27px 30px;
}

.style-three .case-study-title h3 {
    line-height: 26px;
}

.style-three .case-study-title h3 a {
    color: #fff;
    font-weight: 500;
}

.style-three .case-study-title h6 {
    color: #fff;
}

.style-three .case-study-title h6:before {
    border: 1px solid #fff;
}


/*case study icon*/



.style-three .style-two.video-icon a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ff3c00;
    display: inline-block;
    font-size: 13px;
}

.single_portfolio_icon {
    position: absolute;
    right: 168px;
    top: 20px;
    opacity: 0;
    transition: .5s;
}

.single_portfolio_icon a i {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    background: #ff3c00;
    display: inline-block;
    font-size: 16px;
}

/*case all hover*/
.case-study-thumb2:hover .case-study-content {
    bottom: 0px;
    opacity: 1;
}

.case-study-thumb2:hover .style-two.video-icon {
    top: 40px;
    opacity: 1;
}

.case-study-thumb2:hover .single_portfolio_icon {
    right: 100px;
    opacity: 1;
}

.case-study-thumb2:hover:before {
    opacity: 1;
}

/*port shape thumb*/
.port-shape-thumb {
    position: absolute;
    left: -149px;
}

.port-shape-thumb2 {
    position: absolute;
    right: -149px;
}

.port-shape-thumb2 {
    position: absolute;
    top: -147px;
    right: -240px;
    z-index: 11;
}

/* Case Study New Style */

.portfolio-area {
    background: #fff;
    padding: 92px 0 70px;
}

.portfolio-area .row.prtb-bg {
    padding: 0 100px;
}

.single-portfolio {
    margin-bottom: 30px;
    position: relative;
}

.portfolio-thumb {
    position: relative;
}

.portfolio-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.30);
    transition: .5s;
    opacity: 0;
}

.single-portfolio:hover .portfolio-thumb:before {
    opacity: 1;
}

.portfolio-thumb img {
    width: 100%;
    border-radius: 5px;
}

.portfolio-content {
    position: absolute;
    left: 0;
    bottom: -10px;
    right: 0;
    text-align: left;
    background: #FF3C00;
    margin: auto;
    padding: 5px 30px 18px;
    width: 92%;
    border-radius: 5px;
    transition: .5s;
    opacity: 0;
}

.portfolio-title h3 a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.portfolio-title span {
    color: #fff;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

.single-portfolio:hover .portfolio-content {
    bottom: 30px !important;
    opacity: 1;
}





/***
======================================================
<--  ww Testimonial Area Css -->
======================================================***/
.testimonial-area {
    background: url(../images/resource/testimonial-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 97px 0 69px;
    position: relative;
    z-index: 1;
}

/*testimonial*/
.testimonial-single-box {
    padding: 18px 30px 24px;
    transition: all .4s ease 0s;
    position: relative;
    margin-top: 10px;
    text-align: left;
    z-index: 1;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px;
}

.testimonial-single-box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 12px;
    height: 100%;
    width: 100%;
    transition: .5s;
    z-index: -1;
    background: url(../images/resource/earth.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.testimonial-single-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    height: 100%;
    width: 0;
    transition: .5s;
    z-index: -1;
    border-radius: 3px;
    background: url(../images/resource/box-bg4.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.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/quote1.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 31px;
    height: 31px;
}

/*quote title*/
.quote-title {
    position: relative;
    top: 10px;
}

.quote-title h4 {
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    padding: 0 0 5px;
}

.quote-title p {
    color: #ff3c00;
    transition: .5s;
}

.em-testimonial-text p {
    display: inline-block;
    transition: .5s;
    padding: 20px 0 0px;
}

.em-testi-start-icon i {
    color: #FF3C00;
    transition: .5s;
    display: inline-block;
}

/*testi counter*/
.testi-counter-box {
    text-align: right;
}

.upper.testi-counter-box {
    position: relative;
    z-index: 1;
}



.testi-counter-title h3 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}

.testi-counter-title span {
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    font-family: 'Fira Sans';
    color: #FF3C00;
}

.testi-counter-title p {
    color: #fff;
    padding: 10px 0 0;
}

/*testimonial all hover*/
.testimonial-single-box:hover:after {
    left: 0;
    width: 100%;
}

.testimonial-single-box:hover .quote-title h4,
.testimonial-single-box:hover .quote-title p,
.testimonial-single-box:hover .em-testimonial-text p,
.testimonial-single-box:hover .em-testi-start-icon i {
    color: #fff;
}

/*testi shape thumb*/
.testi-shape-thumb {
    position: absolute;
    left: -120px;
    top: 0;
    animation: moveLeftBounce 3s linear infinite;
    z-index: -1;
    opacity: .2;
}

.row.testi-rotate {
    position: relative;
}

.testi-shape-thumb1 {
    position: absolute;
    left: 165px;
    top: -85px;
}

/*owl carousel*/
.testimonial-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
}

.testimonial_list .owl-dots {
    text-align: center;
    padding: 20px 0 0;
}

.testimonial-area.style-two .testimonial-single-box {
    filter: drop-shadow(0px 0 5px rgba(0, 0, 0, 0.1));
}

.testimonial-area.style-two .owl-dot {
    width: 19px;
    height: 5px;
    border-radius: 2px;
    background-color: #131323;
    display: inline-block;
    margin-right: 10px;
}

.testimonial-area.style-two .owl-dot.active {
    width: 14px;
    height: 14px;
    border-radius: 6px;
    background-color: #ff3c00;
    display: inline-block;
    position: relative;
    top: 4px;
}

/* Testimonial New Style */

.testimonial-area.new-style {
    background: url(../images/resource/testi-bg.jpg);
}

.testimonial-icon-thumb {
    float: left;
}

.testimonial-ratting {
    text-align: right;
    margin-right: 25px;
}

.testimonial-ratting i {
    color: #FF3C00;
    font-size: 13px;
}

.testimonial-text {
    padding: 25px 19px 10px 0;
}

.testimonial-title {
    border-top: 1px solid#E5E5E7;
    padding-top: 15px;
}

.testimonial-title h2 {
    font-size: 22px;
}

.testimonial-content span {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 6px;
    font-size: 15px;
}

.testimonial-content span:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    height: 2px;
    width: 22px;
    background: #f00;
}





/***
======================================================
<--  ww Team Area Css -->
======================================================***/
.team_area {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 240px 0 140px;
    margin-top: -141px;
}

.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: #FF3C00;
    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;
}

.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: #FF3C00;
    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);
}

/*style two*/
.style-two.team_area {
    padding: 100px 0 100px;
    margin-top: 0;
}

/*upp*/
.upp.style-two.team_area {
    padding: 100px 0 65px;
    margin-top: 0;
}

.upp .single_team {
    margin-bottom: 60px;
}

.upp .single_team_content {
    bottom: 30px;
}

.upp .single_team_icon {
    top: -1px;
}

/***
======================================================
<-- ww Faq Area Css -->
======================================================***/
.faq-area {
    background: url(../images/resource/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 94px 0 96px;
    position: relative;
    z-index: 1;
}

.faq-area:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 30, 0.8);
}

/*accordion*/
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.active .accordion li:before {
    background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    border: 1px solid #626065;
    padding: 14px 20px 14px 59px;
    border-radius: 30px;
    z-index: 1;
}

.accordion li p {
    display: none;
    font-size: 15px;
    color: #B1B2B4;
    padding: 25px 0 10px 22px;
    margin: 0;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: #FF3C00;
    position: absolute;
    right: 32px;
    content: " ";
    top: 22px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: #FF3C00;
    position: absolute;
    right: 28px;
    content: " ";
    top: 26px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #fff !important;
    border: 1px solid #FF3C00 !important;
    background: #FF3C00 !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/resource/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

/*accordion start*/
.tab_container {
    position: relative;
}

.faq-sectiions {
    background: url(../images/resource/faq-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 85px;
    position: relative;
    z-index: 1;
}

.faq-sectiions:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 15, 30, 0.8);
}

.faq-sectiions .unique-theme-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ff3c00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.unique-theme-icon-list ul li span {
    color: #fff;
}

.faq-sectiions .ww-section-title h2 {
    margin-bottom: 18px;
}

.why-choose-button a {
    padding: 14px 38px;
    font-weight: 500;
    color: #fff;
    background: #FF3B00;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 38px;
    transition: .5s;
}

.why-choose-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #fff;
    border-radius: 30px;
    transition: .5s;
}

.why-choose-button a:hover {
    color: #000;
}

.why-choose-button a:hover:before {
    width: 100%;
    left: 0;
}

.study-button a i {
    transition: .5s;
}

.study-button a:hover i {
    color: #FF3C00;
}

/* Faq New Style */
.faq-area.new-style {
    background: url(../images/resource/faq-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.faq-area.new-style:before {
    display: none;
}

.faq-area.new-style .accordion li a {
    padding: 16px 20px 16px 30px;
    border-radius: 0;
    background-color: #1F2932;
    border: 0;
}

.faq-area.new-style .accordion li a span:after {
    display: none;
}

.faq-area.new-style .accordion li p {
    padding: 25px 0 25px 30px;
    background: #1F2932;
}


/***
==================================================
<-- ww Brand Section Css -->
==================================================***/

.brand-section {
    padding: 50px 0 50px;
}

.single-brand img {
    width: 100%;
}

/*style two*/

.upper1.brand-section {
    background: url(../images/resource/counter-bg23.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.srv-page {
    padding: 50px 0 50px;
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.brand-section.new-style {
    background: #FF3C00;
    padding: 60px 0 60px;
}

/***
==================================================
<-- ww Call Do Section Css -->
==================================================***/
.call-do-action-section {
    background: linear-gradient(rgba(17, 26, 58, 0.75), rgba(17, 26, 58, 0.75)), transparent url(../../img/oJu6EncM3Q.jpg) no-repeat center/cover;
    padding: 100px 0 115px;
}

.call-do-action-content h2 {
    font-size: 35px;
    font-weight: 600;
}

.call-do-action-content p {
    width: 35%;
    margin: auto;
    padding: 15px 0 0;
}

/*button*/
.btn-common a {
    color: #fff;
    font-size: 17px;
    background: #FF3C00;
    padding: 14px 31px;
    border: 1px solid #FF3C00;
    border-radius: 5px;
    transition: .5s;
    text-transform: capitalize;
}

.btn-common a:hover {
    background: #fff;
    color: #FF3C00;
}

.video-icon {
    display: inline-block;
}

.video-icon-cda a {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 100%;
    color: #FF3C00;
    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)
    }
}

/***
==================================================
<-- ww Form Box Css -->
==================================================***/
.contract-form-bg {
    padding: 15px 35px 40px;
    background: #fff;
    border-radius: 3px;
    width: 430px;
    position: relative;
    z-index: 1;
    margin-top: -140px;
    left: 100px;
}

.contract-form-bg:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 147px;
    width: 100%;
    background: #FF3C00;
    z-index: -1;
    border-radius: 3px 3px 0 0;
}

.contract-form-bg:after {
    position: absolute;
    content: "";
    top: 137px;
    left: 0;
    height: 100%;
    width: 100%;
    background: url(../images/resource/square-line.png);
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain;
}

/*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;
}

.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: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.eGsFfPQtwi button {
    padding: 13px 15px;
    background: #10102E;
    display: block;
    color: #fff;
    border-radius: 30px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    transition: .5s;
}

.eGsFfPQtwi button i {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    position: relative;
    top: 2px;
    color: #FF3C00;
    transition: .5s;
}

.eGsFfPQtwi button:hover {
    color: #fff;
    background: #FF3C00;
}

.eGsFfPQtwi button:hover i {
    color: #fff;
}

/***
======================================================
<-- ww Brand Area Css -->
======================================================***/
.unique-themes-top-title h3 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 0 0 44px;
}

.unique-themes-top-title h3:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}

.unique-themes-top-title h3:after {
    position: absolute;
    content: "";
    right: -15px;
    top: 9px;
    height: 2px;
    width: 380px;
    background-color: rgba(35, 35, 35, 0.10196078431372549);
}


/***
======================================================
<--  ww Blog Area Css -->
======================================================***/
.blog-area {
    background: url(../images/resource/blog-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 94px 0 70px;
}

.single-blog-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.single-blog-thumb {
    transition: .5s;
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    overflow: hidden;
    transition: .5s;
}

.blog-top-button {
    position: absolute;
    top: 10px;
    left: 10px;
}

.blog-top-button a {
    padding: 4px 17px 2px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    background: #FF3C00;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.blog-top-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #10102E;
    border-radius: 30px;
    transform: scale(0);
    transition: .5s;
}

.blog-top-button a:hover:before {
    transform: scale(1);
}

/*blog content*/
.em-blog-content {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
    padding: 22px 30px 18px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.em-blog-content:before {
    position: absolute;
    content: "";
    bottom: 62px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: rgba(29, 33, 36, 0.12);
}

.meta-blog-text p {
    padding: 0 0 0 25px;
    margin: 0;
    position: relative;
    z-index: 1;
}

.meta-blog-text p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 55%;
    height: 55%;
    background: url(../images/resource/date.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.em-blog-title h2 {
    font-size: 22px;
    padding: 2px 0 42px;
}

.em-blog-title h2 a {
    display: inline-block;
    font-weight: 600;
    transition: .5s;
    line-height: 30px;
    padding: 10px 0 0;
}

.em-blog-thumb {
    float: left;
}

.em-blog-icon {
    float: left;
}

.em-blog-icon-title {
    display: inline-block;
}

.em-blog-icon-title h6 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    margin-top: -9px;
}

/*blog button*/
.blog-button {
    text-align: right;
}

.blog-button a {
    display: inline-block;
    color: #232323;
    transition: .5s;
    font-weight: 600;
}

.blog-button i {
    font-size: 20px;
    display: inline-block;
    color: #FF3C00;
    position: relative;
    top: 2px;
}

/*blog all hover*/
.single-blog-box:hover .em-blog-title h2 a {
    color: #FF3C00;
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.1);
}

.single-blog-box:hover .em-blog-content {
    filter: drop-shadow(0 0 35px rgba(196, 196, 196, 0.5));
    background-color: #ffffff;
    border: 1px solid rgba(29, 33, 36, 0.12);
}

/**Blog area style two**/
.blog-area.style-two {
    background: #fff;
    padding: 95px 0 70px;
    position: relative;
}

.blog-area.style-two.page {
    padding: 100px 0 100px;
}

/*blog button*/
.blog-area.style-two .ww-button a {
    padding: 15px 33px;
}

.blog-area.style-two .ww-button a i {
    font-size: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    background: inherit;
    color: #fff;
    margin-left: 0;
    margin-right: 25px;
}

.blog-button a:hover {
    color: #FF3C00;
}

/*blog all hover*/
.blog-area.style-two .ww-button a:hover i {
    color: #FF3C00;
}

/*blog shape*/
.blog-area.style-two .port-shape-thumb2 {
    position: absolute;
    top: -70px;
    right: 10px;
    z-index: 11;
    opacity: .3;
}

/* Blog New Style */

.blog-area.new-style {
    background: #fff;
}

.blog-area.new-style .single-blog-thumb {
    position: relative;
}

.blog-area.new-style .blog-top-button a {
    border-radius: 5px;
}

.blog-area.new-style .blog-top-button a:before {
    border-radius: 5px;
}

.blog-area.new-style .blog-top-button {
    bottom: 25px;
    left: 30px;
    top: inherit;
}

.blog-area.new-style .em-blog-content:before {
    display: none;
}

.blog-area.new-style .em-blog-title h2 {
    font-size: 20px;
    padding: 0px 0 15px;
}

.blog-area.new-style .meta-blog-text a {
    color: #232323;
    padding-right: 25px;
    font-weight: 500;
    position: relative;
    transition: .5s;
}

.blog-area.new-style .meta-blog-text a::before {
    content: "";
    background: #68697d;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 12px;
    top: 3px;
}

.blog-area.new-style .meta-blog-text a:hover {
    color: #FF3C00;
}

.blog-area.new-style .owl-dot {
    background-color: #1F2932;
}

.blog-area.new-style .owl-dot.active {
    background-color: #ff3c00;
}


/*


*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FF3C00;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

/*


*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*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);
    }
}




/*--==============================================->
  
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/*--==============================================->

==================================================-*/
.breadcumb-area {
    background: linear-gradient(rgba(19, 19, 35, 0.6), rgba(0, 0, 0, 0.5)), url(../../img/iHDxtTLzvg.jpg) no-repeat center/cover;
    height: 350px;
    position: relative;
}

.p6v3247lYf h1 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 10px;
}

.p6v3247lYf ul li {
    color: #FF3C00;
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
}

.p6v3247lYf ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
}

.p6v3247lYf 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: #FF3C00;
    width: 32%;
    height: 53px;
    padding: 15px 60px 0;
    clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.upp.p6v3247lYf ul li {
    color: #fff;
}

/*====================================================
--< ww abouts_areas Css -->
======================================================*/
.abouts_areas {
    padding: 100px 0 130px;
}

.abouts_thumb {
    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;
    line-height: 34px;
}

.abouts_icons {
    position: absolute;
    top: 58px;
    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;
}

/*about inner all hover*/
.abouts_titles h3:hover {
    background: #10102E;
}

/*====================================================
<-- ww Feture-Area Css -->
======================================================*/

.feature-area {
    background: #fff;
    padding: 0 0 80px;
}

.row.feature-bg {
    position: relative;
    z-index: 1;
    margin-top: -20px;
}

.single-feature-box {
    padding: 45px 19px 49px 40px;
    border: 0;
    text-align: left;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    overflow: hidden;
    border-top: 5px solid #14ab88;
    transition: .5s;
    background: #fff;
    box-shadow: 0px 5px 30px 0px rgb(137 139 143 / 10%);
}

.single-feature-box:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: url(../../img/kDXZHfqX0E.jpg);
    transition: .5s;
    opacity: 0;
    z-index: -1;
}

.feature-box-inner {
    transition: .4s;
}

.feature-title h3 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
}

.feature-icon1 {
    font-size: 35px;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
}

.feature-icon1:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 14px;
    height: 74px;
    width: 74px;
    background: #f5f5f5;
    border-radius: 100%;
    z-index: -1;
}

.feature-text p {
    margin: 0 0 35px;
    line-height: 25px;
}

/*serivece ber*/
.feature-bar {
    background: #ff3c00;
    height: 3px;
    width: 64px;
    position: relative;
    border-radius: 30px;
}

.feature-bar:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    height: 3px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
    border-radius: 10%;
    -webkit-animation: MOVIE-BG 4s linear infinite alternate;
    animation: MOVIE-BG 4s linear infinite alternate;
}

/*feature back title*/
.ww-feature-back {
    position: absolute;
    top: 0;
    left: 0;
    height: 44%;
    width: 100%;
    text-align: left;
    background: #131323ed;
    padding: 32px 20px 0 46px;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 1;
    transform-origin: 50% 0%;
    transition: .5s;
}

.feature-back-title h3 {
    color: #ff3c00;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Fira Sans';
    margin: 0 0 0;
    position: relative;
    left: 40px;
}

.feature-back-title h3:before {
    position: absolute;
    content: "";
    top: 10px;
    left: -40px;
    height: 2px;
    width: 35px;
    background: #ff3c00;
}

.feature-back-title h2 {
    margin: 11px 0 14px 0;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.feature-back-icon a {
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 74px;
    margin: auto;
    height: 58px;
    width: 58px;
    background: #ff3b00;
    line-height: 58px;
    border-radius: 100%;
    left: 0;
    bottom: -73px;
    font-size: 24px;
    color: #fff;
}

/*service all hover*/
.single-feature-box:hover .feature-box-inner {
    opacity: 0;
}

.single-feature-box:hover .ww-feature-back {
    transform: perspective(500px)rotateX(0deg);
}

.single-feature-box:hover .feature-content-back {
    opacity: 0;
}

.single-feature-box:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.single-feature-box:hover .feature-icon1 img {
    opacity: 0;
}

.single-feature-box:hover .feature-icon1:after {
    opacity: 0;
}

/*feature shape*/
.feature-shape {
    position: absolute;
    right: -220px;
    bottom: -160px;
}

.style-two.feature-area {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0 100px;
}

.style-two .unique-theme-icon-list ul li span {
    color: #686868;
}

.ww-section-title h5 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    color: #ff3c00;
    margin: 0 0 16px;
    position: relative;
    margin-left: 53px;
    display: inline-block;
}

.ww-section-title h5:before {
    position: absolute;
    content: "";
    top: 24px;
    left: -48px;
    height: 2px;
    width: 41px;
    background: #FF3C00;
}

.ww-section-title h5:after {
    position: absolute;
    content: "";
    top: 24px;
    left: 105px;
    height: 2px;
    width: 41px;
    background: #FF3C00;
}

.testimonial-area.style-two .ww-section-title h5:after {
    position: absolute;
    content: "";
    top: 24px;
    left: 123px;
    height: 2px;
    width: 41px;
    background: #FF3C00;
}

.feature-area.style-two .ww-section-title h5:after {
    background: transparent;
}

.testimonial-area .ww-section-title h5:after {
    background: transparent;
}

.faq-sectiions .ww-section-title h5:after {
    background: transparent;
}

.about-area.style-three .ww-section-title h5:after {
    background: transparent;
}

.team_area.style-two .ww-section-title h5:after {
    left: 139px;
}

.ww-section-title h2 {
    font-size: 36px;
    margin: 0;
}

.ww-section-title span {
    color: #FF3C00;
}

p.about-text1 {
    opacity: inherit;
    padding: 16px 0 0;
}

.unique-theme-icon-list ul li {
    display: inline-block;
    list-style: none;
    padding: 14px 0 0px;
}

.unique-theme-icon-list ul li i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background-color: #ff3c00;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    margin-right: 10px;
}

.feature-area.style-two .unique-theme-icon-list ul li i {
    line-height: 22px;
}

.style-two .unique-theme-icon-list ul li span {
    color: #686868;
}

/*tabe*/

@import url(../../../../../css);

.tab {
    padding-top: 50px;
    position: relative;
    left: 10px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}

.tabs li {
    float: left;
    line-height: 38px;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.tabs li a {
    background-color: #10102E;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 5px 23px;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #FF3C00;
    font-family: 'Rubik';
}

.tabs_item {
    display: none;
    padding: 30px 0;

}

.tabs_item:first-child {
    display: block;
}

.tabs_item img {
    width: 178px;
    float: left;
    margin-right: 14px;
    margin-top: 17px;
}

li.current a {
    background: #FF3C00 !important;
    color: #fff;
}

ul.tabs-inner-list li {
    display: inline-block;
    margin: 3px 0;
}

ul.tabs-inner-list li i {
    display: inline-block;
    margin-right: 12px;
    color: #FF3C00;
    font-size: 15px;
}

.feture-area .unique-theme-icon-list ul li span {
    color: #232323;
    font-weight: 400;
    font-family: "Fira Sans";
}

.feture-area .unique-theme-icon-list ul li i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    border-radius: 0;
    background-color: inherit;
    display: inline-block;
    color: #ff3c00;
    font-size: 22px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

/* iner counter */
.counter-section {
    background: url(../images/resource/counter-bg23.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 71px 0 97px;
}

.counter-text h1 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.counter-text h1::before {
    position: absolute;
    content: "";
    top: 1px;
    left: -10px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    z-index: -1;
}

.counter-section .counter-text span {
    font-weight: 500;
    font-size: 80px;
    color: #fff;
}

.counter-section .counter-title {
    float: right;
    position: relative;
    top: -13px;
    left: 30px;
}

.counter-section .counter-title::before {
    position: absolute;
    content: "";
    top: 7px;
    left: -16px;
    width: 2px;
    height: 60px;
    background: #fff;
}

.counter-section .counter-title h4 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0 0 0;
}

.counter-section .counter-title h3 {
    font-size: 20px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    line-height: 11px;
}

/*========================================
<-- ww Pricing Section Css -->
==========================================*/
.pricing-section {
    padding: 95px 0 70px;
    background: url(../images/resource/why-choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing-single-items {
    box-shadow: 0 0 25px rgb(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: 18px;
    padding: 7px 0;
}

.pricing-feature ul li b {
    font-weight: 500 !important;
    font-size: 21px;
}

.btn-common.pc-btn a {
    color: #EE3C00;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 37px;

}

.pricing-single-items:hover .btn-common.pc-btn a {
    color: #fff;
    background: #FF3C00;
}

.pricing-single-items.style-2 {
    background: #FF3C00;
    color: #fff;
    padding: 25px 0;
}

.pricing-single-items.style-2:hover .btn-common.pc-btn a {
    background-color: #fff;
    color: #ff3c00
}

.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: #FF3C00;
    border-color: #fff;
}



/*===================================
<-- ww Contact  US Css -->
=====================================*/
.contact-us {

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 100px;
}

.contact-us .appoinment-title {
    text-align: left;
}

.contact-us .input-box {
    width: 40%;
    float: left;
    margin: 8px 15px;
    background: #fff;
}

.contact-us .appoinment-title {
    margin: 0 15px;
}

.contact-us .input-box.textarea {
    width: 85%;
}

.contact-us .ap-submit-btn {
    width: 30%;
    float: left;
    margin: 15px;
}

.appointment-content {
    height: 100%;
}

.appointment-content .appointment-form {
    height: 100% !important;
    padding: 0 0 0 40px;
}

.cda-icon i {
    font-size: 35px;
    color: #fff;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #Ff3C00;
    border-radius: 5px;
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.cda-content-inner h4 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.cda-content-inner p {
    color: rgba(255, 255, 255, 0.74);
    margin: 10px 0;
}

.cda-content-area {
    background: #10102E;
    padding: 21px 0;
}

.cda-single-content {
    margin: 0 45px;
    padding: 25px 0 4px;
}

.contact-us .appoinment-title h3 {
    margin-bottom: 20px;
    padding-top: 35px;
    font-weight: 500;
}

.contact-us .input-box {
    color: #000;
}

.J6InuQZWmh {
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 27px 40px 45px;
}

/*=================================================
<-- ww 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: #FF3C00;
    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: #FF3C00;
    color: #fff;

}

/*search items*/
.X3eNQ6y5GI-items {
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.X3eNQ6y5GI-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*/
.X3eNQ6y5GI-title {
    margin-bottom: 45px;
    position: relative;
}

.X3eNQ6y5GI-title h2 {
    margin-top: 0;
}

.X3eNQ6y5GI-archieve-item {
    color: #232323;
}

.X3eNQ6y5GI-archieve-item:hover {
    color: #ff3b00;
}

.X3eNQ6y5GI-items .X3eNQ6y5GI-title h2 {
    color: #232323;
    display: block;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.X3eNQ6y5GI-title h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 80px;
    height: 3px;
    background: #aec6ef;
}

.X3eNQ6y5GI-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 56px !important;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #FF3C00;
    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: #FF3C00;
}

.upp.X3eNQ6y5GI-items {
    padding: 35px 27px 15px;
}

/*post thumb*/
.rpost-thumb {
    margin-right: 20px;
    padding: 0 0 22px;
}

/*post title*/
.rpost-title h4 {
    font-size: 18px;
    font-weight: 500;
    transition: .5s;
    margin: 0;
    line-height: 21px;
}

.rpost-title span {
    font-size: 14px;
    padding: 5px 0 0;
    display: inline-block;
}

.rpost-title h4:hover {
    color: #FF3C00;
}

/*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: #FF3C00;
}

/* 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: 100px 0 50px;
}

.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: #ff3c00;
}

/*quote*/
.block-quote {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 25px;
    border-radius: 5px;
    border-left: 4px solid #FF3C00;
    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: #FF3C00;
}

.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: #FF3C00;
    outline: 0;
    box-shadow: 0 0 6px rgb(204, 48, 0, 0.6);
}

/*form button*/
.comment-form .submit-comment {
    color: #fff;
    background: #FF3C00;
    border: 1px solid #FF3C00;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
    transition: .5s;
}

.comment-form .submit-comment {
    color: #fff;
    background: #FF3C00;
    border: 1px solid #FF3C00;
    border-radius: 3px;
    padding: 13px 35px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.comment-form .submit-comment:hover {
    background: #fff;
    color: #FF3C00;
}

/*======================================
<-- ww Case Study Details Css -->
========================================*/
.case-study-details {
    background: url(../images/resource/why-choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0 100px;
}

.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: #FF3C00;
    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);
    }
}

/*=====================================
<-- ww 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-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;
}



/*===========================
<-- ww 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: 666;
}

.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: #FF3C00;
    -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: #FF3B00;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -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;
    outline: 0;
}

.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: #FF3B00;
    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;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 45px;
    color: #fff;
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: #FF3B00;
}