/*-----------------------------------------------------------
    Exclusive Hyip Template
    Design by uniquehyips.com
    Trusted Hyip Developer since 2015
-------------------------------------------------------------*/

/*-------------------------------------------------
    ===== Table Of Contents All Pages Css====
---------------------------------------------------

** Default Styles 
** Header & Navbar Area
** Search Form Area Css
** Shopping Cart Area Css
** Mobile Nav Area Css
** Banner Area Css
** Banner Two Css
** Features Section Css
** About Section Css
** Headline Section Css
** Working Process Section Css
** Services Section Css
** Portfolio Section Css
** Testimonial Section Css
** FAQ & Counter Section Css
** Free Art Section Css
** Blog Section Css
** Partner Logo Css
** Footer Area Css
** Describe Area Css
** Team Section Css
** Video Section Css
** Single Service Section Css
** Single Team Section Css
** Shop Section Css
** Product Details Section Css
** Product Details TAb Css
** Related Product CSs
** Pricing Plan Css
** Checkout Form Area Css
** Our Blog Details Area
** Faq Section Css
** Contact Us Css
** Map Section Css
** Customer Support Section
** 404 Error Section Css

----------------------------------*/

/*======= Start Default Styles ========*/

@import url("https://fonts.googleapis.com/css2?family=Urbanist:wght@300;400;500;600;700;800;900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800;9..40,900;9..40,1000&amp;display=swap");
body {
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.bg-color-1 {
    background: #131A3A;
}

.bg-color-2 {
    background: #14173D;
}

.bg-color-3 {
    background: #212451;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

a:focus {
    outline: 0;
}

p {
    font-size: 17px;
    color: #666872;
}

.pl-20 {
    padding-left: 20px;
}

.ptb-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.ptb-150 {
    padding-top: 130px;
    padding-bottom: 130px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-90 {
    padding-top: 90px;
}

.ml-7 {
    margin-left: 7px !important;
}

.ml-20 {
    margin-left: 20px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-65 {
    margin-left: 65px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.border-right {
    border-right: 1px solid #33374B;
}

.border-left {
    border-left: 1px solid #33374B;
}

.custom-btn {
    font-size: 17px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    background: #16eee3;
    padding: 15px 40px;
    color: #0F142B;
    text-transform: capitalize;
    border: none;
    border-radius: 10px;
    position: relative;
    display: inline-block;
    transition: 0.5s;
}

.custom-btn:hover {
    background: #0F142B;
    color: #ffffff;
}

.section-title {
    text-align: center;
    max-width: 650px;
    margin: auto;
    margin-bottom: 70px;
    line-height: 1;
}

.section-title span {
    color: #0F142B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-decoration-line: underline;
    text-transform: capitalize;
    margin-bottom: 30px;
    display: inline-block;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 50px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #0F142B;
    line-height: 1.2;
}

.section-title p {
    margin-top: 30px;
    line-height: 1;
    font-size: 17px;
}

.section-title.section-title-2 {
    position: relative;
    z-index: 1;
}

.section-title.section-title-2 .section-shape img {
    position: absolute;
    top: -129px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    width: 588px;
}

.section-title.section-title-2 h2 {
    color: #ffffff;
}

.section-title.section-title-2 span {
    color: #ffffff;
}

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #0F142B;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 99999;
}

.preloader .loader {
    width: 48px;
    height: 48px;
    background: #16eee3;
    display: block;
    margin: 20px auto;
    position: relative;
    box-sizing: border-box;
    animation: rotationBack 3s ease-in-out infinite reverse;
}

.preloader .loader::before {
    content: "";
    box-sizing: border-box;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    position: absolute;
    width: 48px;
    height: 48px;
    background: #0F142B;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.preloader .loader::after {
    content: "";
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #ffffff;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.preloader.preloader-deactivate {
    visibility: hidden;
}

.go-to-top {
    position: fixed;
    bottom: -40px;
    right: -10px;
    display: inline-block;
    margin: 0;
    padding: 15px 20px;
    background: #0F142B;
    border: 2px solid #16eee3;
    z-index: 9;
    border-radius: 0px 25px 25px 0px;
    transform: rotate(-90deg);
    transition: all 0.5s;
}

.go-to-top p {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0;
}

.go-to-top p i {
    margin-left: 10px;
}

.go-to-top:hover {
    cursor: pointer;
    bottom: 25px;
}

/*-- Animation Keyframe --*/

@keyframes mover {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-10px);
    }
}

@keyframes rotate3d {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgb(255, 255, 255);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.7);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
    }
}

@keyframes flip {
    0% {
        transform: perspective(400px) rotateY(0);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) rotateY(360deg) scale(0.95);
        animation-timing-function: ease-in;
    }
    100% {
        transform: perspective(400px) scale(1);
        animation-timing-function: ease-in;
    }
}

@keyframes bounce {
    70% {
        transform: translateY(0%);
    }
    80% {
        transform: translateY(-15%);
    }
    90% {
        transform: translateY(0%);
    }
    95% {
        transform: translateY(-7%);
    }
    97% {
        transform: translateY(0%);
    }
    99% {
        transform: translateY(-3%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes flash {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/*======= End Default Styles ========*/

/*--------------------------------------
    Start Header & Navbar Area Css
----------------------------------------*/

.navbar-area {
    background: #0F142B;
    border-bottom: 1px solid #33374B;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.navbar-two {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: rgba(20, 22, 62, 0.7);
}

.navbar-area.navbar-two.is-sticky {
    background: #14173D;
}

.navbar-area .main-nav .container-fluid {
    max-width: 1750px !important;
}

.navbar-area .main-nav .navbar {
    padding: 0 15px;
}

.navbar-area .main-nav .navbar .navbar-brand {
    color: #ffffff;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 120px;
}

.navbar-area .main-nav .navbar button.btn.side-menu.d-none {
    border: 1px solid #33374B;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    list-style-type: none;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
    color: #ffffff;
    line-height: 0.9;
    letter-spacing: 1px;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
    padding-top: 40px;
    margin-right: 40px;
    text-transform: uppercase;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active {
    color: #16eee3;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle::after {
    visibility: visible;
    opacity: 1;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.active.dropdown-toggle::before {
    visibility: hidden;
    opacity: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #16eee3;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    visibility: visible;
    opacity: 1;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::before {
    visibility: hidden;
    opacity: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle {
    padding-right: 20px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::before {
    content: "+";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    border: none;
    line-height: 1;
    transition: ease 0.5s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    content: "-";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center;
    font-family: "DM Sans", sans-serif !important;
    font-weight: 500;
    font-size: 16px;
    border: none;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
    transition: ease 0.5s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap {
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-in-out;
    background: #2E334E;
    position: absolute;
    visibility: hidden;
    border-radius: 0px;
    display: block;
    width: 220px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 75px;
    left: 0;
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item {
    padding: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item .nav-link {
    color: #ffffff;
    padding: 16px;
    border-bottom: 1px dashed #666872;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    display: block;
    position: relative;
    transition: 0.8s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item .nav-link:hover {
    color: #16eee3;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item .nav-link.dropdown-toggle::before {
    right: 13px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item .nav-link.dropdown-toggle::after {
    right: 13px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item .nav-link.active {
    color: #16eee3;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item:last-child .nav-link {
    border-bottom: none;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item .dropdown-wrap {
    position: absolute;
    visibility: hidden;
    z-index: 99;
    opacity: 0;
    top: 0;
    left: 100%;
    padding: 0;
    transition: all 0.5s;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-wrap .nav-item:hover .dropdown-wrap {
    visibility: visible;
    opacity: 1;
    top: -9px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-wrap {
    top: 82%;
    opacity: 1;
    margin-top: 20px;
    visibility: visible;
}

.others-options ul {
    display: flex;
    align-items: center;
}

.others-options ul li {
    position: relative;
    display: inline-block;
}

.others-options ul li.join-coummuinity {
    margin-right: 20px;
}

.others-options ul li.join-coummuinity a {
    display: flex;
    align-items: center;
}

.others-options ul li.join-coummuinity a i {
    font-size: 25px;
    color: #16eee3;
    margin-right: 10px;
}

.others-options ul li.join-coummuinity a span {
    color: #ffffff;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    transition: ease 0.5s;
    line-height: 1;
    letter-spacing: 1px;
}

.others-options ul li.join-coummuinity a:hover span {
    color: #16eee3;
}

.others-options ul li.search-area {
    display: flex;
    align-items: center;
}

.others-options ul li.search-area button {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #33374B;
    border-right: 1px solid #33374B;
    border-radius: 0;
}

.others-options ul li.search-area button img {
    width: 20px;
    position: relative;
    display: block;
}

.others-options ul li.search-area button img:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.others-options ul li.search-area button:hover {
    cursor: pointer;
}

.others-options ul li.search-area button:hover i {
    color: #16eee3;
}

.others-options ul li.search-area button:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.others-options ul li.view-cart {
    display: flex;
    align-items: center;
    position: relative;
}

.others-options ul li.view-cart a {
    margin-right: 20px;
    margin-left: 20px;
}

.others-options ul li.view-cart a img {
    width: 25px;
    position: relative;
}

.others-options ul li.view-cart a img:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.others-options ul li.view-cart a:hover img {
    cursor: pointer;
}

.others-options ul li.view-cart a:hover img i {
    color: #16eee3;
}

.others-options ul li.view-cart a:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    left: 0;
}

.others-options ul li.view-cart a i {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.5s;
}

.others-options ul li.view-cart .badge {
    background-color: #00C2DC;
    color: #ffffff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    white-space: nowrap;
    position: absolute;
    right: 9px;
    top: -6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.others-options ul li.button-wrap {
    margin-left: 8px;
}

.others-options ul li.button-wrap .custom-btn:hover {
    background: #353862;
}

.others-options ul li.side-menu-wrap {
    margin-left: 10px;
    margin-bottom: 2px;
}

.others-options ul li.side-menu-wrap .side-m-2 {
    background: #131A3A;
}

.others-options ul li.side-menu-wrap button {
    background: #111534;
    padding: 12px 12px;
    border: 1px solid #33374B;
    border-radius: 10px;
}

.others-options ul li.side-menu-wrap button img {
    width: 30px;
}

.others-options ul li.side-menu-wrap button img:nth-child(2) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.others-options ul li.side-menu-wrap button:hover img i {
    color: #16eee3;
}

.others-options ul li.side-menu-wrap button:hover img:nth-child(2) {
    visibility: visible;
    opacity: 1;
    left: 0;
}

/*--------------------------------------
    End Header & Navbar Area Css
----------------------------------------*/

/*--------------------------------------
    Start Search Form Area Css
----------------------------------------*/

.offcanvas {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #0F142B;
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 275px;
    max-height: 100%;
    transform: translateY(-100%);
}

.offcanvas .offcanvas-header {
    position: relative;
    margin-bottom: 30px;
}

.offcanvas .offcanvas-header .close-btn {
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 20px;
    background: unset !important;
    border: none;
    transition: all 0.5s;
    color: #ffffff;
}

.offcanvas .offcanvas-header .close-btn i {
    font-size: 35px;
}

.offcanvas .offcanvas-header .close-btn:hover {
    color: #B1F315 !important;
}

.offcanvas .offcanvas-header .search-area button {
    background: unset;
    border: none;
}

.offcanvas .offcanvas-body .src-form {
    position: relative;
}

.offcanvas .offcanvas-body .src-form .src-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #0F142B;
    background-color: #16eee3;
    border: 0;
    font-size: 25px;
    z-index: 9;
    transition: all 0.5s;
}

.offcanvas .offcanvas-body .src-form .src-btn:hover {
    background: #ffffff;
    color: #0F142B;
}

.form-control {
    background-color: #353862;
    color: #ffffff;
    border: none;
    height: 55px;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
    letter-spacing: 1px;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::-moz-placeholder {
    color: #ffffff;
}

.form-control::placeholder {
    color: #ffffff;
}

input[type=text]:focus {
    background-color: #353862;
    color: #ffffff;
}

/*--------------------------------------
    End Search Form Area Css
----------------------------------------*/

/*--------------------------------------
    Start Mobile Nav Area Css
----------------------------------------*/

.for-mobile-nav {
    padding-top: 0 !important;
    padding-bottom: 0;
}

.for-mobile-nav .offcanvas-footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #33374B;
    display: flex;
    align-items: center;
    justify-content: center;
}

.for-mobile-nav .offcanvas-footer .sroll-down i {
    font-size: 25px;
    color: #ffffff;
}

.for-mobile-nav .offcanvas-footer .sroll-down h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}

.for-mobile-nav .offcanvas-header {
    border-bottom: 1px solid #B1F315;
    padding-top: 0;
    padding-bottom: 0;
}

.for-mobile-nav .offcanvas-header .logo .navbar-brand {
    margin-right: 150px;
}

.for-mobile-nav .offcanvas-header .logo .navbar-brand img {
    max-width: 120px;
}

.for-mobile-nav .offcanvas-header .search-area {
    text-align: right;
}

.for-mobile-nav .offcanvas-header .search-area button {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
}

.for-mobile-nav .offcanvas-header .search-area button img {
    width: 20px;
}

.for-mobile-nav .offcanvas-header .search-area button:hover {
    cursor: pointer;
}

.for-mobile-nav .offcanvas-header .search-area button:hover i {
    color: #16eee3;
}

.for-mobile-nav .offcanvas-header .view-cart a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.for-mobile-nav .offcanvas-header .view-cart a img {
    width: 25px;
}

.for-mobile-nav .offcanvas-header .view-cart a i {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.5s;
}

.for-mobile-nav .offcanvas-header .close-btn {
    right: 0;
    bottom: 0;
    text-align: right;
    border-left: 1px solid #33374B;
    padding-top: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item {
    border: 0;
    padding: 0;
    border-radius: 0;
    color: #ffffff;
    background: #2E334E;
    margin-bottom: 10px;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-button {
    width: 100%;
    display: block;
    box-shadow: unset;
    position: relative;
    color: #ffffff;
    background-color: #2E334E;
    transition: all 0.5s;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-button:hover {
    color: #16eee3;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-button.active {
    color: #16eee3;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-button.dropdown-toggle::before {
    position: absolute;
    content: "+";
    line-height: 1;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "remixicon";
    font-size: 20px;
    margin-top: -2px;
    font-weight: 700;
    visibility: visible;
    opacity: 1;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-button.dropdown-toggle::after {
    display: none;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body {
    padding: 0;
    border-top: 1px dashed #666872;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item {
    margin-bottom: 0;
    border-bottom: 1px dashed #666872;
    padding: 16px 20px;
    padding-left: 20px;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link {
    color: #ffffff;
    transition: all 0.5s;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 500;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link:hover {
    color: #16eee3;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item .accordion-link.active {
    color: #16eee3;
}

.for-mobile-nav .offcanvas-body .accordion .accordion-item .accordion-collapse .accordion-body .accordion-item:last-child {
    border-bottom: none;
}

.for-mobile-nav .others-options .option-item {
    display: block;
    align-items: center;
    margin-top: 30px;
}

.for-mobile-nav .others-options .option-item .join-coummuinity {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 25px;
}

.for-mobile-nav .others-options .option-item .join-coummuinity a {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.for-mobile-nav .others-options .option-item .join-coummuinity a i {
    font-size: 25px;
    color: #16eee3;
    margin-right: 10px;
}

.for-mobile-nav .others-options .option-item .join-coummuinity a span {
    color: #ffffff;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    transition: ease 0.5s;
    line-height: 1;
    letter-spacing: 1px;
}

.for-mobile-nav .others-options .option-item .join-coummuinity a:hover span {
    color: #16eee3;
}

.for-mobile-nav .others-options .option-item .social-network {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.for-mobile-nav .others-options .option-item .social-network li {
    margin-right: 10px;
}

.for-mobile-nav .others-options .option-item .social-network li:last-child {
    margin-right: 0;
}

.for-mobile-nav .others-options .option-item .social-network li a {
    font-size: 22px;
    color: #ffffff;
    background: #2E334E;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    line-height: 40px;
    transition: all 0.5s;
}

.for-mobile-nav .others-options .option-item .social-network li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.for-mobile-nav .others-options .option-item .button-wrap {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.for-mobile-nav .others-options .option-item .search-area {
    display: none;
}

.for-mobile-nav .others-options .option-item .view-cart {
    display: none;
}

.for-mobile-nav .others-options .option-item .side-menu-wrap {
    display: none;
}

/*--------------------------------------
    End Mobile Nav Area Css
----------------------------------------*/

/*--------------------------------------
    Start Banner Area Css
----------------------------------------*/

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #B1F315 0%, #ffffff 29%, #ffffff 67%, #B1F315 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.banner-section-wrapper {
    background: #0F142B;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-section-wrapper.b-bg-image {
    background-image: url(../image/banner/shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

.banner-section-wrapper .shape img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.banner-section-wrapper .shape img:nth-child(1) {
    top: -12px;
    right: 0;
    left: unset;
    width: 125px;
    animation: flash 3s ease infinite alternate;
}

.banner-section-wrapper .shape img:nth-child(2) {
    top: unset;
    bottom: 0;
    right: 160px;
    left: unset;
    width: 190px;
    animation: flash 2s ease infinite alternate;
}

.banner-section-wrapper .shape img:nth-child(3) {
    top: 100px;
    left: 0;
    width: 125px;
    animation: flash 4s ease infinite alternate;
}

.banner-section-wrapper .banner-item {
    position: relative;
}

.banner-section-wrapper .banner-item h1 {
    font-family: "Urbanist", sans-serif;
    font-weight: 900;
    font-size: 200px;
    text-transform: uppercase;
    color: #ffffff;
    line-height: 150px;
    position: relative;
    margin-bottom: 75px;
}

.banner-section-wrapper .banner-item h1 img {
    margin-bottom: 50px;
}

.banner-section-wrapper .banner-item .mobile-btn {
    display: none;
}

.banner-section-wrapper .banner-item .form-wrapper {
    position: relative;
}

.banner-section-wrapper .banner-item .form-wrapper i {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #16eee3;
    font-size: 18px;
}

.banner-section-wrapper .banner-item .form-wrapper .form-control {
    height: 110px;
    width: 968px;
    background: #2E334E;
    border-radius: 10px;
    padding-left: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
    caret-color: #ffffff;
    color: #B2B3C2;
    margin-right: 20px;
    line-height: 1;
}

.banner-section-wrapper .banner-item .form-wrapper .form-control::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #B2B3C2;
    line-height: 1;
}

.banner-section-wrapper .banner-item .form-wrapper .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #B2B3C2;
    line-height: 1;
}

.banner-section-wrapper .banner-item .form-wrapper .custom-btn {
    padding: 40px 70px;
    border: none;
}

.banner-section-wrapper .banner-item .form-wrapper .custom-btn:hover {
    background: #2E334E;
}

.banner-section-wrapper .banner-item .responsive-form {
    display: none;
}

.banner-section-wrapper .banner-item .keyword-wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.banner-section-wrapper .banner-item .keyword-wrap h3 {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    margin-right: 20px;
    line-height: 1;
}

.banner-section-wrapper .banner-item .keyword-wrap .single-tag a {
    padding: 10px 15px;
    background: #2E334E;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ffffff;
    display: block;
    border-radius: 5px;
    margin-right: 10px;
    transition: all 0.5s;
}

.banner-section-wrapper .banner-item .keyword-wrap .single-tag a:hover {
    background: #16eee3;
    color: #0F142B;
}

/*--------------------------------------
    End Banner Area Css
----------------------------------------*/

/*--------------------------------------
    Start Banner Two Css
----------------------------------------*/

.banner-two-section {
    background-image: url(../images/bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    padding-top: 260px;
    padding-bottom: 375px;
    overflow: hidden;
}

.banner-two-section .banner-content {
    text-align: center;
    max-width: 695px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.banner-two-section .banner-content h1 {
    font-size: 65px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 25px;
}

.banner-two-section .banner-content p {
    font-size: 17px;
    color: #ffffff;
    margin-bottom: 40px;
}

.banner-two-section .art-shape img:nth-child(1) {
    position: absolute;
    top: 265px;
    left: 145px;
    width: 280px;
    border: 15px solid #ffffff;
    transform: rotate(-15deg);
}

.banner-two-section .art-shape img:nth-child(2) {
    position: absolute;
    top: 256px;
    right: 145px;
    width: 280px;
    border: 15px solid #ffffff;
    transform: rotate(15deg);
}

.banner-two-section .art-shape img:nth-child(3) {
    position: absolute;
    bottom: 122px;
    left: 383px;
    width: 280px;
    border: 15px solid #ffffff;
    transform: rotate(-15deg);
}

.banner-two-section .art-shape img:nth-child(4) {
    position: absolute;
    bottom: 122px;
    right: 383px;
    width: 280px;
    border: 15px solid #ffffff;
    transform: rotate(15deg);
}

.banner-two-section .art-shape img:nth-child(5) {
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0;
    margin: auto;
}

/*--------------------------------------
    End Banner Two Css
----------------------------------------*/

/*--------------------------------------
    Start Features Section Css
----------------------------------------*/

.features-section-wrap {
    background: #F0F6FA;
    position: relative;
    z-index: 1;
}

.features-section-wrap.feature-s-2 {
    background: #14173D;
}

.features-section-wrap.feature-s-2 .single-feature {
    background: #212451;
}

.features-section-wrap.feature-s-2 .single-feature:hover {
    background: #16eee3;
}

.features-section-wrap.feature-s-2 .single-feature:hover h3 {
    color: #0F142B;
}

.features-section-wrap.feature-s-2 .single-feature:hover p {
    color: #0F142B;
}

.features-section-wrap.feature-s-2 .single-feature:hover .image-wrap .icon img:nth-child(1) {
    visibility: hidden;
    opacity: 0;
}

.features-section-wrap.feature-s-2 .single-feature:hover .image-wrap .icon img:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.features-section-wrap.feature-s-2 .single-feature:hover .image-wrap .icon img:nth-child(3) {
    visibility: visible;
    opacity: 1;
}

.features-section-wrap.feature-s-2 .single-feature:hover .image-wrap .icon img:nth-child(4) {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
}

.features-section-wrap.feature-s-2 .single-feature h3 {
    color: #ffffff;
}

.features-section-wrap.feature-s-2 .single-feature p {
    color: #B2B3C2;
}

.features-section-wrap .s-shape img:nth-child(1) {
    position: absolute;
    top: 100px;
    left: 0;
    max-width: 400px;
    z-index: -1;
}

.features-section-wrap .s-shape img:nth-child(2) {
    position: absolute;
    top: 100px;
    right: 0;
    max-width: 400px;
    z-index: -1;
}

.single-feature {
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 50px 30px;
    margin-bottom: 30px;
    transition: all 0.5s;
}

.single-feature .image-wrap {
    margin-bottom: 30px;
}

.single-feature .image-wrap .icon {
    background-repeat: no-repeat;
    width: 100px;
    height: 90px;
    margin: auto;
    position: relative;
}

.single-feature .image-wrap .icon img:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
    z-index: 1;
    transition: 0.5s;
}

.single-feature .image-wrap .icon img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}

.single-feature .image-wrap .icon img:nth-child(3) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 35px;
    margin: auto;
    z-index: 1;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.single-feature .image-wrap .icon img:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.single-feature:hover {
    background: #16eee3;
}

.single-feature:hover h3 {
    color: #0F142B;
}

.single-feature:hover p {
    color: #0F142B;
}

.single-feature:hover .image-wrap .icon img:nth-child(1) {
    visibility: hidden;
    opacity: 0;
}

.single-feature:hover .image-wrap .icon img:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.single-feature:hover .image-wrap .icon img:nth-child(3) {
    visibility: visible;
    opacity: 1;
}

.single-feature:hover .image-wrap .icon img:nth-child(4) {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0;
}

.single-feature h3 {
    color: #0F142B;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 22px;
    transition: all 0.5s;
}

.single-feature p {
    color: #666872;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
    transition: all 0.5s;
}

/*--------------------------------------
    End Features Section Css
----------------------------------------*/

/*--------------------------------------
    Start About Section Css
----------------------------------------*/

.about-section.about-2 {
    background: #14173D;
    position: relative;
}

.about-section.about-2 .section-title p {
    color: #B2B3C2;
}

.about-section.about-2 .single-about .image-wrap-2 .left-box img {
    width: 100%;
}

.about-section.about-2 .single-about .item-list .content-wrap .icon img:nth-child(1) {
    z-index: 1;
}

.about-section.about-2 .single-about .item-list .content-wrap .icon img:nth-child(2) {
    z-index: 0;
}

.about-section.about-2 .single-about .item-list .content-wrap h3 {
    color: #ffffff;
}

.about-section.about-2 .single-about .item-list p {
    color: #B2B3C2;
}

.about-section.about-2 .shape img:nth-child(1) {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 200px;
    margin: auto;
    animation: flash 2s ease infinite alternate;
}

.about-section.about-2 .shape img:nth-child(2) {
    position: absolute;
    bottom: 200px;
    right: 0;
    width: 150px;
    animation: flash 2.5s ease infinite alternate;
}

.about-section.about-3 {
    background: #F0F6FA;
}

.about-section.about-4 {
    background: #ffffff;
}

.about-section.about-4 .single-about .section-title span {
    color: #0F142B;
}

.about-section.about-4 .single-about .section-title h2 {
    color: #0F142B;
}

.about-section.about-4 .single-about .section-title p {
    color: #666872;
}

.about-section.about-4 .single-about .item-list p {
    color: #666872;
}

.about-section.about-4 .single-about .item-list .content-wrap h3 {
    color: #0F142B;
}

.about-section.about-4 .single-about .skill-main {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-section.about-4 .single-about .skill-main .skill-wrrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.about-section.about-4 .single-about .skill-main .skill-wrrap:last-child {
    margin-bottom: 0;
}

.about-section.about-4 .single-about .skill-main .skill-wrrap .skill-name {
    color: #0F142B;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.about-section.about-4 .single-about .skill-main .skill-wrrap .skill-bar {
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #CFD0D4;
    border-radius: 4px;
    padding: 3px;
}

.about-section.about-4 .single-about .skill-main .skill-wrrap .skill-per {
    height: 12px;
    background: #16eee3;
    border-radius: 2px;
    width: 0;
    transition: 1s linear;
    position: relative;
    display: block;
}

.about-section.about-4 .single-about .skill-main .skill-wrrap .skill-per:before {
    content: attr(data-per);
    position: absolute;
    padding: 4px 6px;
    background-color: #16eee3;
    color: #0F142B;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    top: -45px;
    right: 20px;
    transform: translateX(50%);
}

.about-section.about-4 .single-about .skill-main .skill-wrrap .skill-per:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #16eee3;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: -20px;
    right: 15px;
    border-radius: 2px;
    margin: auto;
}

.about-section.about-4 .shape {
    display: none;
}

.about-section .single-about {
    position: relative;
}

.about-section .single-about .image-wrap.image-wrap-2 {
    max-width: 720px;
}

.about-section .single-about .image-wrap.image-wrap-2 .left-box img {
    margin-top: 60px;
}

.about-section .single-about .image-wrap.image-wrap-2 .right-box img:nth-child(1) {
    margin-top: 0;
}

.about-section .single-about .image-wrap.image-wrap-2 img {
    width: 100%;
    border-radius: 10px;
}

.about-section .single-about .image-wrap.image-wrap-2 img:nth-child(1) {
    margin-bottom: 25px;
}

.about-section .single-about .image-wrap.image-wrap-2 img:nth-child(2) {
    position: unset;
}

.about-section .single-about .image-wrap.image-wrap-2 img:nth-child(3) {
    position: unset;
}

.about-section .single-about .image-wrap.image-wrap-3 {
    position: relative;
}

.about-section .single-about .image-wrap.image-wrap-3::before {
    content: "";
    position: absolute;
    background: #16eee3;
    top: 0;
    right: 115px;
    width: 15px;
    height: 250px;
}

.about-section .single-about .image-wrap.image-wrap-3 img:nth-child(1) {
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.about-section .single-about .image-wrap.image-wrap-3 img:nth-child(2) {
    position: absolute;
    bottom: -63px;
    right: 70px;
    top: unset;
    left: unset;
    border-radius: 100%;
    box-shadow: -10px -7px 0px #ffffff;
}

.about-section .single-about .image-wrap img:nth-child(1) {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-section .single-about .image-wrap img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 356px;
}

.about-section .single-about .image-wrap img:nth-child(3) {
    position: absolute;
    top: 408px;
    left: 300px;
}

.about-section .single-about .section-title {
    text-align: left;
    margin-bottom: 50px;
}

.about-section .single-about .section-title.title-two {
    margin-bottom: 40px;
}

.about-section .single-about .section-title h2 {
    margin-bottom: 25px;
}

.about-section .single-about .section-title p {
    margin-bottom: 0;
    line-height: 30px;
}

.about-section .single-about .item-list {
    margin-bottom: 50px;
}

.about-section .single-about .item-list .content-wrap {
    position: relative;
    display: inline-flex;
}

.about-section .single-about .item-list .content-wrap .icon {
    max-width: 80px;
    width: 100%;
}

.about-section .single-about .item-list .content-wrap .icon img:nth-child(1) {
    position: relative;
    left: 25px;
    top: 15px;
}

.about-section .single-about .item-list .content-wrap .icon img:nth-child(2) {
    position: absolute;
    background-image: url(../image/about/icon-shape.png);
    background-repeat: no-repeat;
    width: 80px;
    height: 70px;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    z-index: -1;
}

.about-section .single-about .item-list .content-wrap h3 {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    margin-left: 20px;
}

.about-section .single-about .item-list p {
    margin-top: 28px;
}

.about-section .single-about .feature-list {
    margin-bottom: 50px;
}

.about-section .single-about .feature-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    color: #666872;
    font-weight: 700;
    text-transform: capitalize;
}

.about-section .single-about .feature-list li:last-child {
    margin-bottom: 0;
}

.about-section .single-about .feature-list li i {
    background: #0F142B;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
}

.about-section .single-about .text-head {
    margin-bottom: 50px;
}

.about-section .single-about .text-head h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #0F142B;
    margin-bottom: 30px;
    line-height: 1;
}

/*--------------------------------------
    End About Section Css
----------------------------------------*/

/*--------------------------------------
    Start Headline Section Css
----------------------------------------*/

@keyframes urmove {
    from {
        right: 0;
    }
    to {
        right: -140px;
    }
}

.headline-section {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #0F142B;
    position: relative;
    overflow: hidden;
}

.headline-section ul {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    animation: urmove 8s linear infinite alternate;
}

.headline-section ul li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-left: 40px;
    margin-left: 20px;
}

.headline-section ul li::before {
    position: absolute;
    content: "*";
    right: -50px;
    top: 0;
    color: #16eee3;
    font-size: 40px;
}

.headline-section ul li a {
    color: #16eee3;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 70px;
    text-transform: uppercase;
}

/*--------------------------------------
    End Headline Section Css
----------------------------------------*/

/*--------------------------------------
    Start Working Process Section Css
----------------------------------------*/

.working-process .section-title {
    padding-bottom: 50px;
}

.working-process.w-process-2 {
    background: #14173D;
    position: relative;
}

.working-process.w-process-2 .single-working-p {
    background: #212451;
}

.working-process.w-process-2 .single-working-p h3 {
    color: #ffffff;
}

.working-process.w-process-2 .single-working-p p {
    color: #ffffff;
}

.working-process.w-process-2 .single-working-p .count span {
    border: 1px solid #33374B;
}

.working-process.w-process-2 .shape img:nth-child(1) {
    position: absolute;
    top: 12%;
    left: 0;
    width: 190px;
    animation: flash 2s ease infinite alternate;
}

.working-process.w-process-2 .shape img:nth-child(2) {
    position: absolute;
    bottom: 12%;
    right: 0;
    width: 190px;
    animation: flash 2.5s ease infinite alternate;
}

.single-working-p {
    background: #F0F6FA;
    padding: 55px;
    border-radius: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    margin-bottom: 60px;
}

.single-working-p:hover {
    background-color: #16eee3;
}

.single-working-p:hover .icon img:nth-child(1) {
    visibility: hidden;
    opacity: 0;
}

.single-working-p:hover .icon img:nth-child(2) {
    visibility: hidden;
    opacity: 0;
}

.single-working-p:hover .icon img:nth-child(3) {
    visibility: visible;
    opacity: 1;
}

.single-working-p:hover .icon img:nth-child(4) {
    visibility: visible;
    opacity: 1;
    top: -50px;
    left: 0;
}

.single-working-p:hover .count span {
    color: #16eee3;
}

.single-working-p .icon {
    margin-bottom: 30px;
}

.single-working-p .icon img:nth-child(1) {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: all 0.5s;
}

.single-working-p .icon img:nth-child(2) {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s;
}

.single-working-p .icon img:nth-child(3) {
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.single-working-p .icon img:nth-child(4) {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.single-working-p h3 {
    color: #0F142B;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 30px;
}

.single-working-p p {
    margin-bottom: 10px;
    font-size: 17px;
}

.single-working-p .count {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.single-working-p .count span {
    display: inline-block;
    background: #0F142B;
    padding: 18px 20px;
    color: #B2B3C2;
    border-radius: 10px;
    transition: 0.5s;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

/*--------------------------------------
    End Working Process Section Css
----------------------------------------*/

/*--------------------------------------
    Start Services Section Css
----------------------------------------*/

.service-section-two {
    background: #14173D;
}

.single-service {
    position: relative;
    margin-bottom: 30px;
}

.single-service::before {
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 65px;
    z-index: 1;
    width: 378px;
    height: 536px;
    margin: auto;
    border-radius: 10px;
}

.single-service:hover .image-wrap .image-content {
    background: #ffffff;
    padding: 30px 20px;
}

.single-service:hover .image-wrap .image-content .content-item {
    height: 335px;
    visibility: visible;
    opacity: 1;
}

.single-service .image-wrap {
    position: relative;
}

.single-service .image-wrap img {
    border-radius: 10px;
    width: 100%;
}

.single-service .image-wrap .image-content {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 20px 20px;
    background-color: #16eee3;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.5s;
    overflow: hidden;
}

.single-service .image-wrap .image-content .content-item {
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.single-service .image-wrap .image-content .content-item .icon {
    height: 90px;
    width: 100px;
    margin: auto;
    margin-bottom: 20px;
    transition: all 0.5s;
}

.single-service .image-wrap .image-content .content-item .icon img {
    width: auto;
}

.single-service .image-wrap .image-content .content-item .icon img:nth-child(1) {
    position: absolute;
    top: 50px;
    left: 10px;
    right: 0;
    margin: auto;
}

.single-service .image-wrap .image-content .content-item .icon img:nth-child(2) {
    z-index: -1;
}

.single-service .image-wrap .image-content .content-item p {
    margin-bottom: 3px;
}

.single-service .image-wrap .image-content .content-item .view-more {
    padding: 10px 20px;
    background-color: #0F142B;
    border-radius: 5px;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 60px;
    transition: all 0.5s;
}

.single-service .image-wrap .image-content .content-item .view-more:hover {
    background: #16eee3;
    color: #0F142B;
}

.single-service .image-wrap .image-content .title h3 {
    border-radius: 10px;
    color: #0F142B;
    text-align: center;
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    text-transform: capitalize;
    transition: all 0.5s;
}

/*--------------------------------------
    End Services Section Css
----------------------------------------*/

/*--------------------------------------
    Start Portfolio Section Css
----------------------------------------*/

.gallery-wrapper {
    background-color: #F0F6FA;
    overflow: hidden;
    padding-top: 400px;
    margin-top: -390px;
}

.gallery-wrapper.gallery-2 {
    padding-top: 0px;
    margin-top: 0;
    background: #14173D;
}

.gallery-wrapper.gallery-2 .gallery-heading .section-title h2 {
    color: #ffffff;
}

.gallery-wrapper.gallery-2 .gallery-heading .section-title span {
    color: #ffffff;
}

.gallery-wrapper.gallery-2 .gallery-heading .iso-nav ul li {
    color: #ffffff;
    border: 1px solid #33374B;
}

.gallery-wrapper.gallery-2 .gallery-heading .iso-nav ul li.active {
    color: #0F142B;
}

.gallery-wrapper.portfolio-3 {
    background: #ffffff;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 75px;
}

.gallery-wrapper .gallery-heading {
    margin-bottom: 70px;
}

.gallery-wrapper .gallery-heading .section-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.gallery-wrapper .gallery-heading .iso-nav {
    text-align: right;
}

.gallery-wrapper .gallery-heading .iso-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gallery-wrapper .gallery-heading .iso-nav ul li {
    font-size: 17px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    background: transparent;
    padding: 15px 25px;
    display: inline-block;
    color: #0F142B;
    box-sizing: border-box;
    text-transform: capitalize;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.gallery-wrapper .gallery-heading .iso-nav ul li:last-child {
    margin-right: 0;
}

.gallery-wrapper .gallery-heading .iso-nav ul li.active {
    background: #B1F315 !important;
    border: 1px solid transparent;
}

.gallery-wrapper .gallery-heading .iso-nav ul li:hover {
    background: #B1F315 !important;
    border: 1px solid transparent;
    color: #0F142B;
}

.main-iso img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
}

.main-iso .item {
    margin-bottom: 25px;
    position: relative;
}

.main-iso .item .image-wrap {
    overflow: hidden;
}

.main-iso .item .image-wrap img {
    transform: scale(1.1);
    transition: 0.5s;
}

.main-iso .item .hover-content {
    background: #16eee3;
    padding: 15px 30px;
    border: 5px solid rgba(242, 248, 253, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 75%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.main-iso .item .hover-content span {
    font-size: 17px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}

.main-iso .item .hover-content h3 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0F142B;
}

.main-iso .item:hover .image-wrap img {
    overflow: hidden;
    transform: scale(1.2);
}

.main-iso .item:hover .hover-content {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

/*--------------------------------------
    End Portfolio Section Css
----------------------------------------*/

/*--------------------------------------
    Start Testimonial Section Css
----------------------------------------*/

.testimonial-section {
    position: relative;
    background-color: #F0F6FA;
    z-index: 1;
    overflow: hidden;
}

.testimonial-section.testimonial-2 {
    background: #212451;
    margin-top: -30px;
}

.testimonial-section.testimonial-2 .section-title h2 {
    color: #ffffff;
}

.testimonial-section.testimonial-2 .section-title p {
    color: #ffffff;
}

.testimonial-section.testimonial-2 .section-title span {
    color: #ffffff;
}

.testimonial-section.testimonial-2 .shape img:nth-child(1) {
    opacity: 0.1;
    top: 0;
    right: 0;
}

.testimonial-section.testimonial-2 .slider-content {
    position: relative;
}

.testimonial-section.testimonial-2 .slider-content.owl-carousel .owl-dots {
    display: none;
}

.testimonial-section.testimonial-2 .slider-content.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    bottom: 28px;
    right: 33%;
}

.testimonial-section.testimonial-2 .slider-content.owl-carousel .owl-nav button {
    font-size: 17px;
    background: transparent;
    border: 1px solid #666872;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1;
    transition: all 0.5s;
}

.testimonial-section.testimonial-2 .slider-content.owl-carousel .owl-nav button:hover {
    background: #16eee3;
}

.testimonial-section.testimonial-2 .slider-content.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.testimonial-section.testimonial-2 .slider-content.owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
}

.testimonial-section.testimonial-2 .slider-content.owl-carousel .owl-item img {
    width: auto;
}

.testimonial-section.testimonial-2 .slider-content .slider-item .single-client {
    position: relative;
    padding-left: 30px;
}

.testimonial-section.testimonial-2 .slider-content .slider-item .single-client .image-wrap img:nth-child(1) {
    margin-left: 20px;
}

.testimonial-section.testimonial-2 .slider-content .slider-item .single-client .image-wrap img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 25px;
    z-index: -1;
    height: 95%;
    bottom: 0;
    margin: auto;
}

.testimonial-section.testimonial-2 .slider-content .slider-item .single-client .image-wrap img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 90%;
    bottom: 0;
    margin: auto;
}

.testimonial-section.testimonial-2 .slider-content .slider-item .single-client p {
    color: #B2B3C2;
}

.testimonial-section.testimonial-2 .slider-content .slider-item .single-client .author-details h3 {
    color: #ffffff;
}

.testimonial-section.testimonial-2 .slider-content .slider-item .single-client .author-details span {
    color: #B2B3C2;
}

.testimonial-section .shape img:nth-child(1) {
    position: absolute;
    top: -30px;
    right: -110px;
    width: 1797px;
    height: 777.44px;
    z-index: -4;
}

.testimonial-section .shape img:nth-child(2) {
    position: absolute;
    top: 14%;
    right: 20%;
    animation: bounce 5s ease infinite;
}

.testimonial-section .shape img:nth-child(3) {
    position: absolute;
    top: 40%;
    right: 8%;
    animation: mover 1s infinite alternate;
}

.testimonial-section .shape img:nth-child(4) {
    position: absolute;
    bottom: 7%;
    right: 15%;
    animation: mover 0.9s infinite alternate;
}

.testimonial-section .shape img:nth-child(5) {
    position: absolute;
    top: 25%;
    left: 11%;
    animation: bounce 7s ease infinite;
}

.testimonial-section .shape img:nth-child(6) {
    position: absolute;
    bottom: 20%;
    left: 6%;
    animation: mover 1.1s infinite alternate;
}

.testimonial-section .slider-content {
    position: relative;
}

.testimonial-section .slider-content.owl-carousel .owl-dots {
    display: none;
}

.testimonial-section .slider-content.owl-carousel .owl-nav {
    display: block;
    position: absolute;
    bottom: 28px;
    right: 33%;
}

.testimonial-section .slider-content.owl-carousel .owl-nav button {
    font-size: 17px;
    background: #ffffff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 1;
    transition: all 0.5s;
}

.testimonial-section .slider-content.owl-carousel .owl-nav button:hover {
    background: #16eee3;
}

.testimonial-section .slider-content.owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}

.testimonial-section .slider-content.owl-carousel .owl-nav button.owl-next {
    margin-right: 0;
}

.testimonial-section .slider-content.owl-carousel .owl-item img {
    width: auto;
}

.testimonial-section .slider-content .slider-item .single-client {
    position: relative;
    padding-left: 30px;
}

.testimonial-section .slider-content .slider-item .single-client .image-wrap img:nth-child(1) {
    margin-left: 20px;
}

.testimonial-section .slider-content .slider-item .single-client .image-wrap img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 25px;
    z-index: -1;
    height: 95%;
    bottom: 0;
    margin: auto;
}

.testimonial-section .slider-content .slider-item .single-client .image-wrap img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    height: 90%;
    bottom: 0;
    margin: auto;
}

.testimonial-section .slider-content .slider-item .single-client .rating {
    margin-bottom: 20px;
}

.testimonial-section .slider-content .slider-item .single-client .rating li {
    display: inline-block;
    color: #FFA620;
    font-size: 24px;
}

.testimonial-section .slider-content .slider-item .single-client p {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
}

.testimonial-section .slider-content .slider-item .single-client .author-details h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.testimonial-section .slider-content .slider-item .single-client .author-details span {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: #666872;
}

/*--------------------------------------
    End Testimonial Section Css
----------------------------------------*/

/*--------------------------------------
    Start FAQ & Counter Section Css
----------------------------------------*/

.faq-two {
    background: #14173D;
}

.faq-two .single-fq-c .counter-item p {
    color: #B2B3C2;
}

.faq-two .single-fq-c .counter-item h3 {
    color: #16eee3;
}

.faq-two .single-fq-c .image-wrap {
    position: relative;
}

.faq-two .single-fq-c .image-wrap img {
    width: 100%;
}

.faq-two .single-fq-c .image-wrap .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-two .single-fq-c .image-wrap .icon a {
    color: #0F142B;
    background: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 25px;
    display: block;
    line-height: 80px;
    text-align: center;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    transform: scale(1);
    border-radius: 50%;
}

.faq-two .single-fq-c .fq-wrap {
    padding-left: 20px;
}

.faq-two .single-fq-c .fq-wrap .section-title {
    text-align: left;
    margin-bottom: 45px;
}

.faq-two .single-fq-c .fq-wrap .section-title h2 {
    margin-bottom: 25px;
}

.faq-two .single-fq-c .fq-wrap .section-title p {
    color: #B2B3C2;
}

.faq-two .single-fq-c .fq-wrap .section-title span {
    margin-bottom: 25px;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item {
    background: #353862;
    border: none;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item .accordion-header:focus {
    box-shadow: none;
    background: none;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    color: #ffffff;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    color: #ffffff;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: 0;
    box-shadow: none;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    color: #16eee3;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item .accordion-body {
    padding: 25px 0;
    color: #B2B3C2;
}

.faq-two .single-fq-c .fq-wrap .accordion .accordion-item .accordion-collapse {
    border-top: 1px solid #666872;
}

.counter-up-two {
    background: #14173d;
}

.counter-up-two .col-lg-3 {
    border-right: 1px solid #33374B;
}

.counter-up-two .col-lg-3:last-child {
    border-right: none;
}

.counter-up-two .col-lg-3:nth-child(1) {
    display: flex;
    justify-content: center;
}

.counter-up-two .col-lg-3:nth-child(2) {
    display: flex;
    justify-content: center;
}

.counter-up-two .col-lg-3:nth-child(3) {
    display: flex;
    justify-content: center;
}

.counter-up-two .col-lg-3:nth-child(4) {
    display: flex;
    justify-content: center;
}

.single-fq-c .counter-item {
    margin-bottom: 60px;
    padding-right: 20px;
}

.single-fq-c .counter-item:last-child {
    margin-bottom: 0;
}

.single-fq-c .counter-item .icon img {
    margin-bottom: 25px;
}

.single-fq-c .counter-item p {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    color: #666872;
    margin-bottom: 25px;
    line-height: 1;
    text-transform: capitalize;
}

.single-fq-c .counter-item h3 {
    font-size: 50px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    line-height: 1;
}

.single-fq-c .counter-item h3 span {
    text-transform: capitalize;
}

.single-fq-c .counter-item.counter-item-two {
    padding-right: 0;
    position: relative;
}

.single-fq-c .counter-item.counter-item-two p {
    color: #B2B3C2;
}

.single-fq-c .counter-item.counter-item-two h3 {
    color: #16eee3;
}

.single-fq-c .image-wrap {
    position: relative;
}

.single-fq-c .image-wrap img {
    width: 100%;
    border-radius: 10px;
}

.single-fq-c .image-wrap .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-fq-c .image-wrap .icon a {
    color: #0F142B;
    background: #ffffff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 25px;
    display: block;
    line-height: 80px;
    text-align: center;
    animation: pulse 2s infinite;
    box-shadow: 0 0 0 0 rgb(255, 255, 255);
    transform: scale(1);
    border-radius: 50%;
}

.single-fq-c .fq-wrap {
    padding-left: 20px;
}

.single-fq-c .fq-wrap .section-title {
    text-align: left;
    margin-bottom: 45px;
}

.single-fq-c .fq-wrap .section-title h2 {
    margin-bottom: 25px;
}

.single-fq-c .fq-wrap .section-title p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 0;
}

.single-fq-c .fq-wrap .section-title span {
    margin-bottom: 25px;
}

.single-fq-c .fq-wrap .accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    padding: 0 30px;
}

.single-fq-c .fq-wrap .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header:focus {
    box-shadow: none;
    background: none;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1px;
    padding: 25px 0;
    text-transform: capitalize;
    background: none !important;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\ea6c";
    font-family: remixicon !important;
    background-image: none;
    width: unset;
    height: unset;
    font-weight: 400;
    font-size: 20px;
    color: #0F142B;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button::before {
    display: none !important;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: unset;
    background-color: unset;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button:hover {
    box-shadow: 0;
    background: 0;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: 0;
    box-shadow: none;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-body {
    padding: 25px 0;
    color: #666872;
}

.single-fq-c .fq-wrap .accordion .accordion-item .accordion-collapse {
    border-top: 1px solid #CFD0D4;
}

/*--------------------------------------
    End FAQ & Counter Section Css
----------------------------------------*/

/*--------------------------------------
    Start Free Art Section Css
----------------------------------------*/

.free-art {
    background-color: #16eee3;
    position: relative;
    overflow: hidden;
}

.free-art .container-fluid {
    max-width: 1920px;
    margin: auto;
}

.free-art .shape img:nth-child(1) {
    position: absolute;
    bottom: 200px;
    left: 54%;
    backface-visibility: visible !important;
    animation: flip 2s ease infinite;
}

.free-art .shape img:nth-child(2) {
    position: absolute;
    bottom: -30px;
    left: 12%;
    animation: mover 1s infinite alternate;
}

.single-free-art.content-wrap {
    padding-top: 135px;
    padding-bottom: 135px;
}

.single-free-art.content-wrap {
    max-width: 632px;
    margin-left: auto;
}

.single-free-art .section-title {
    text-align: left;
    margin-bottom: 38px;
}

.single-free-art .section-title p {
    line-height: 28px;
    color: #0F142B;
}

.single-free-art .form-wrap {
    position: relative;
}

.single-free-art .form-wrap .form-control {
    background: #ffffff;
    height: 70px;
    border-radius: 10px;
    color: #0F142B;
}

.single-free-art .form-wrap .form-control:focus {
    box-shadow: none;
}

.single-free-art .form-wrap .form-control::-moz-placeholder {
    font-size: 16px;
    color: #666872;
    font-weight: 400;
    text-transform: capitalize;
}

.single-free-art .form-wrap .form-control::placeholder {
    font-size: 16px;
    color: #666872;
    font-weight: 400;
    text-transform: capitalize;
}

.single-free-art .form-wrap .button-wrap {
    display: flex;
    position: absolute;
    top: 7px;
    right: 7px;
}

.single-free-art .form-wrap .button-wrap .submit-btn {
    background: none;
    border: none;
    padding: 0;
    border-right: 1px solid #ffffff;
    background: #0F142B;
    border-radius: 10px 0 0 10px;
    transition: all 0.5s;
}

.single-free-art .form-wrap .button-wrap .submit-btn:hover {
    background-color: #16eee3;
}

.single-free-art .form-wrap .button-wrap .submit-btn:hover i {
    color: #0F142B;
}

.single-free-art .form-wrap .button-wrap .submit-btn:focus {
    box-shadow: none;
    border-right: 1px solid #ffffff;
    outline: 0;
}

.single-free-art .form-wrap .button-wrap .submit-btn i {
    font-size: 30px;
    transition: 0.5s;
    color: #ffffff;
    padding: 0 15px;
    display: inline-block;
    line-height: 40px;
}

.single-free-art .form-wrap .button-wrap .submit-btn i:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}

.single-free-art .form-wrap .button-wrap .custom-btn {
    background-color: #0F142B;
    color: #ffffff;
    padding: 16px 20px;
    transition: all 0.5s;
    border-radius: 0 10px 10px 0;
}

.single-free-art .form-wrap .button-wrap .custom-btn:hover {
    background-color: #16eee3;
    color: #0F142B;
}

.single-free-art .image-wrap {
    display: flex;
    transform: rotate(-27.051deg);
    position: absolute;
    top: -20%;
    right: -25px;
    width: 760px;
}

.single-free-art .image-wrap img {
    margin-bottom: 20px;
}

.single-free-art .image-wrap .one-col {
    margin-right: 20px;
    position: relative;
    bottom: 110px;
    animation: moveUp 2s linear infinite;
}

.single-free-art .image-wrap .one-col img:last-child {
    margin-bottom: 0;
}

.single-free-art .image-wrap .two-col img:last-child {
    margin-bottom: 0;
}

/*--------------------------------------
    End Free Art Section Css
----------------------------------------*/

/*--------------------------------------
    Start Blog Section Css
----------------------------------------*/

.blog-section-wrap {
    padding-bottom: 10px;
}

.blog-section-wrap.blog-section-two {
    background: #14173D;
}

.blog-section-wrap.blog-section-two .single-blog .content-wrap {
    background: #212451;
    box-shadow: none;
}

.blog-section-wrap.blog-section-two .single-blog .content-wrap h3 {
    color: #ffffff;
}

.blog-section-wrap.blog-section-two .single-blog .content-wrap ul li {
    color: #B2B3C2;
}

.blog-section-wrap.blog-section-two .single-blog .content-wrap .read-more-btn {
    color: #B2B3C2;
}

.single-blog {
    margin-bottom: 30px;
}

.single-blog .image-wrap {
    overflow: hidden;
    border-radius: 10px;
}

.single-blog .image-wrap img {
    transform: scale(1.1);
    transition: all 0.5s;
    width: 100%;
}

.single-blog .content-wrap {
    border-radius: 20px 0px 0px 0px;
    background: #ffffff;
    box-shadow: 0px 8px 14px 0px rgba(217, 217, 217, 0.5);
    padding: 35px 30px;
    margin-left: 30px;
    position: relative;
    z-index: 1;
    bottom: 60px;
    transition: all ease 0.5s;
}

.single-blog .content-wrap ul.top {
    margin-bottom: 28px;
}

.single-blog .content-wrap ul.top li {
    font-size: 16px;
    font-weight: 500;
    color: #666872;
    text-transform: capitalize;
    margin-right: 35px;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 1;
}

.single-blog .content-wrap ul.top li:last-child {
    margin-right: 0;
}

.single-blog .content-wrap ul.top li img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.single-blog .content-wrap ul.top li span {
    line-height: 1;
    margin-top: 1px;
}

.single-blog .content-wrap h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 22px;
    transition: all 0.5s;
}

.single-blog .content-wrap h3:hover {
    color: #B1F315 !important;
}

.single-blog .content-wrap p {
    margin-bottom: 30px;
}

.single-blog .content-wrap .read-more-btn {
    font-family: "Urbanist", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #666872;
    transition: all 0.5s;
}

.single-blog .content-wrap .read-more-btn:hover {
    color: #B1F315 !important;
}

.single-blog:hover .image-wrap img {
    transform: scale(1.3) rotate(5deg);
}

.single-blog:hover .content-wrap {
    margin-left: 0;
    border-radius: 0;
}

/*--------------------------------------
    End Blog Section Css
----------------------------------------*/

/*--------------------------------------
    End Partner Logo Css
----------------------------------------*/

.partner-logo .section-title {
    position: relative;
    max-width: unset;
}

.partner-logo .section-title::before {
    content: "";
    position: absolute;
    background: #CFD0D4;
    width: 38%;
    height: 1px;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.partner-logo .section-title::after {
    content: "";
    position: absolute;
    background: #CFD0D4;
    width: 38%;
    height: 1px;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.partner-logo .section-title h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
}

.logo-slider {
    display: flex;
    align-items: center;
}

.logo-slider img {
    display: block;
}

.logo-slider.logo-slider-two img {
    opacity: 0.5;
}

.logo-slider.owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}

/*--------------------------------------
    End Partner Logo Css
----------------------------------------*/

/*--------------------------------------
    Start Footer Area Css
----------------------------------------*/

.footer-area {
    background: #0F142B;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.footer-area .shape-wrap img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.footer-area .shape-wrap img:nth-child(2) {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100px;
    animation: flash 1.5s ease infinite alternate;
}

.footer-area .shape-wrap img:nth-child(3) {
    position: absolute;
    top: 47%;
    right: 0;
    width: 112px;
    animation: flash 2s ease infinite alternate;
}

.footer-area .shape-wrap img:nth-child(4) {
    position: absolute;
    top: 0;
    left: 50%;
    animation: flash 2.5s ease infinite alternate;
}

.single-widget h2 {
    font-family: "Urbanist", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-left: 8px;
}

.single-widget .contact-area .logo {
    margin-bottom: 30px;
}

.single-widget .contact-area p {
    margin-bottom: 30px;
    font-size: 17px;
    color: #B2B3C2;
    max-width: 435px;
}

.single-widget .form-wrap {
    position: relative;
}

.single-widget .form-wrap .form-control {
    background: #2F3553;
    height: 70px;
    border-radius: 10px;
    color: #B2B3C2;
    caret-color: #B2B3C2;
}

.single-widget .form-wrap .form-control:focus {
    box-shadow: none;
}

.single-widget .form-wrap .form-control::-moz-placeholder {
    font-size: 16px;
    color: #B2B3C2;
    font-weight: 400;
    text-transform: capitalize;
}

.single-widget .form-wrap .form-control::placeholder {
    font-size: 16px;
    color: #B2B3C2;
    font-weight: 400;
    text-transform: capitalize;
}

.single-widget .form-wrap .button-wrap {
    position: absolute;
    top: 7px;
    right: 7px;
}

.single-widget .form-wrap .button-wrap .submit-btn {
    background-color: #16eee3;
    color: #0F142B;
    padding: 16px 20px;
    transition: all 0.5s;
    border-radius: 10px;
    border: none;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    transition: 0.5s;
}

.single-widget .form-wrap .button-wrap .submit-btn:focus {
    box-shadow: none;
    border-right: 1px solid #ffffff;
    outline: 0;
}

.single-widget .form-wrap .button-wrap .submit-btn i {
    font-size: 30px;
    transition: 0.5s;
    color: #ffffff;
    padding: 0 15px;
    display: inline-block;
    line-height: 40px;
}

.single-widget .form-wrap .button-wrap .submit-btn i:focus {
    box-shadow: none;
    border: 0;
    outline: 0;
}

.single-widget .quick-links li:last-child a {
    margin-bottom: 0;
}

.single-widget .quick-links li a {
    font-size: 17px;
    font-weight: 400;
    color: #B2B3C2;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.5s;
    line-height: 1;
}

.single-widget .quick-links li a:hover {
    color: #FFA620;
}

.single-widget .quick-links li a i {
    font-size: 25px;
    margin-top: 2px;
    position: relative;
    top: 3px;
}

.single-widget .instagram-link li {
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-right: 8px;
}

.single-widget .instagram-link li img {
    border-radius: 10px;
    width: 142px;
}

.single-widget .instagram-link li .image-hover {
    position: absolute;
    background: rgba(177, 243, 21, 0.8);
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

.single-widget .instagram-link li .image-hover i {
    font-size: 30px;
    color: #ffffff;
    opacity: 1;
    transition: all 0.5s;
}

.single-widget .instagram-link li .image-hover i:hover {
    color: #0F142B;
}

.single-widget .instagram-link li:hover .image-hover {
    left: 0;
    right: unset;
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid #33374B;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-bottom .single-f-bottom-widget p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #B2B3C2;
}

.footer-bottom .single-f-bottom-widget p a {
    color: #16eee3;
}

.footer-bottom .social-network li {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
}

.footer-bottom .social-network li:last-child {
    margin-right: 0;
}

.footer-bottom .social-network li a {
    font-size: 22px;
    color: #ffffff;
    background: #2E334E;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-transform: capitalize;
    transition: all 0.5s;
    display: block;
}

.footer-bottom .social-network li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.footer-bottom .important-link {
    text-align: right;
}

.footer-bottom .important-link ul li {
    display: inline-block;
    position: relative;
}

.footer-bottom .important-link ul li::before {
    content: "";
    position: absolute;
    background: #B2B3C2;
    width: 2px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 7px;
    margin: auto;
}

.footer-bottom .important-link ul li:last-child::before {
    display: none;
}

.footer-bottom .important-link ul li:last-child a {
    margin-right: 0;
}

.footer-bottom .important-link ul li a {
    color: #B2B3C2;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 0.5s;
    margin-right: 20px;
}

.footer-bottom .important-link ul li a:hover {
    color: #16eee3;
}

/*--------------------------------------
    End Footer Area Css
----------------------------------------*/

/*--------------------------------------
    Start Describe Area Css
----------------------------------------*/

.describe-section {
    position: relative;
}

.describe-section .describe-wrap {
    padding: 30px;
    padding-right: 70px;
    border-radius: 10px;
}

.describe-section .describe-wrap .image-wrap img {
    width: 100%;
}

.describe-section .describe-wrap .describe-details {
    line-height: 1;
    margin-top: 10px;
}

.describe-section .describe-wrap .describe-details h3 {
    font-size: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 30px;
    line-height: 1;
}

.describe-section .describe-wrap .describe-details .form-wrapper {
    position: relative;
}

.describe-section .describe-wrap .describe-details .form-wrapper i {
    position: absolute;
    top: 24px;
    left: 30px;
    color: #16eee3;
    font-size: 18px;
}

.describe-section .describe-wrap .describe-details .form-wrapper .form-control {
    height: 160px;
    width: 500px;
    background: #353862;
    border-radius: 10px;
    padding-left: 55px;
    padding-top: 25px;
    padding-bottom: 25px;
    caret-color: #ffffff;
    color: #B2B3C2;
    margin-right: 20px;
    line-height: 1;
}

.describe-section .describe-wrap .describe-details .form-wrapper .form-control::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #B2B3C2;
    line-height: 1;
}

.describe-section .describe-wrap .describe-details .form-wrapper .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #B2B3C2;
    line-height: 1;
}

.describe-section .describe-wrap .describe-details .form-wrapper .custom-btn {
    padding: 40px 45px;
    border: none;
    font-size: 20px;
}

.describe-section .describe-wrap .describe-details .select-style {
    margin-top: 26px;
}

.describe-section .describe-wrap .describe-details .select-style .head {
    margin-bottom: 15px;
}

.describe-section .describe-wrap .describe-details .select-style .head span {
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
}

.describe-section .describe-wrap .describe-details .select-style .head .more-option-btn {
    font-size: 17px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #B2B3C2;
    text-transform: capitalize;
    transition: all 0.5s;
}

.describe-section .describe-wrap .describe-details .select-style .head .more-option-btn img {
    margin-left: 3px;
}

.describe-section .describe-wrap .describe-details .select-style .head .more-option-btn:hover {
    color: #16eee3;
}

.describe-section .describe-wrap .describe-details .select-style .body-img .style-one {
    margin-right: 20px;
    margin-bottom: 10px;
}

.describe-section .describe-wrap .describe-details .select-style .body-img .style-one:last-child {
    margin-right: 0;
}

.describe-section .describe-wrap .describe-details .select-style .body-img .style-one p {
    margin-bottom: 0;
    text-transform: capitalize;
    color: #B2B3C2;
    margin-top: 10px;
    transition: all 0.5s;
}

.describe-section .describe-wrap .describe-details .select-style .body-img .style-one:hover p {
    color: #16eee3;
}

.describe-section .shape img {
    position: absolute;
    top: 70px;
    right: 0;
    width: 190px;
    animation: flash 2s ease infinite alternate;
}

/*--------------------------------------
    End Describe Area Css
----------------------------------------*/

/*--------------------------------------
    Start Inner Page Banner Area Css
----------------------------------------*/

.inner-page-banner {
    background: #0F142B;
    height: 400px;
    align-items: center;
    display: flex;
    text-align: center;
    position: relative;
}

.inner-page-banner.bg-image {
    background-image: url(../image/inner-p-banner/bg-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.inner-page-banner .banner-content {
    line-height: 1;
}

.inner-page-banner .banner-content h1 {
    font-size: 70px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.inner-page-banner .banner-content .page-marker li {
    text-transform: capitalize;
}

.inner-page-banner .banner-content .page-marker li span {
    color: #ffffff;
    font-size: 17px;
}

.inner-page-banner .banner-content .page-marker li a {
    color: #16eee3;
    transition: all 0.5s;
    font-size: 17px;
}

.inner-page-banner .banner-content .page-marker li a:hover {
    color: #ffffff;
}

.inner-page-banner .shape-all img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 20%;
    width: 115px;
    animation: flash 2.5s ease infinite alternate;
}

.inner-page-banner .shape-all img:nth-child(2) {
    position: absolute;
    right: 0;
    top: 0;
    width: 107px;
    animation: flash 2s ease infinite alternate;
}

.inner-page-banner .shape-all img:nth-child(3) {
    position: absolute;
    right: 25%;
    bottom: 0;
    width: 200px;
    animation: flash 2.5s ease infinite alternate;
}

/*--------------------------------------
    End Inner Page Banner Area Css
----------------------------------------*/

/*--------------------------------------
    Start Team Section Css
----------------------------------------*/

.single-team {
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-team:hover .image-wrap img {
    transform: scale(1.3) rotate(5deg);
}

.single-team .image-wrap {
    margin-top: 10px;
    margin-left: -10px;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.single-team .image-wrap img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.5s;
}

.single-team .image-wrap .social-network {
    position: relative;
}

.single-team .image-wrap .social-network .option-btn {
    position: absolute;
    bottom: 20px;
    left: 40px;
    z-index: 9;
}

.single-team .image-wrap .social-network .option-btn .share-icon i {
    color: #0F142B;
    background: #ffffff;
    width: 50px;
    height: 50px;
    font-size: 25px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    display: block;
    transition: 0.5s;
}

.single-team .image-wrap .social-network .option-btn .share-icon i:hover {
    cursor: pointer;
    background: #16eee3;
}

.single-team .image-wrap .social-network .option-btn:hover .social-icon {
    visibility: visible;
    opacity: 1;
    bottom: 70px;
}

.single-team .image-wrap .social-network .option-btn .social-icon {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.single-team .image-wrap .social-network .option-btn .social-icon::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(51% 100%, 0 0, 100% 0);
    clip-path: polygon(51% 100%, 0 0, 100% 0);
    background: #ffffff;
    width: 18px;
    height: 15px;
    margin: auto;
}

.single-team .image-wrap .social-network .option-btn .social-icon li {
    margin-bottom: 10px;
}

.single-team .image-wrap .social-network .option-btn .social-icon li:first-child {
    margin-top: 10px;
}

.single-team .image-wrap .social-network .option-btn .social-icon li a {
    background: #F0F6FA;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 40px;
    margin: auto;
    font-size: 20px;
    color: #0F142B;
    transition: all 0.5s;
}

.single-team .image-wrap .social-network .option-btn .social-icon li a:hover {
    background: #16eee3;
}

.single-team .title-wrap {
    padding: 40px 30px;
}

.single-team .title-wrap h3 {
    font-size: 24px;
    font-family: "Urbanist", sans-serif;
    font-weight: 700;
    color: #0F142B;
    text-transform: capitalize;
    line-height: 1;
    margin-bottom: 15px;
    transition: all 0.5s;
}

.single-team .title-wrap h3:hover {
    color: #16eee3;
}

.single-team .title-wrap p {
    text-transform: capitalize;
    margin-bottom: 0;
}

/*--------------------------------------
    End Team Section Css
----------------------------------------*/

/*--------------------------------------
    Start Video Section Css
----------------------------------------*/

.video-section {
    background-image: url(../image/video-section/bg-img.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 650px;
    position: relative;
}

.video-section .video-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #16eee3;
    border: 10px solid #F1FFCF;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    line-height: 100px;
}

.video-section .video-wrap a {
    text-align: center;
    font-size: 30px;
    color: #0F142B;
}

/*--------------------------------------
    End Video Section Css
----------------------------------------*/

/*--------------------------------------
    Start Single Service Section Css
----------------------------------------*/

.left-aside .service-list {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.left-aside .service-list h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.left-aside .service-list ul li {
    margin-bottom: 15px;
}

.left-aside .service-list ul li:last-child {
    margin-bottom: 0;
}

.left-aside .service-list ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #666872;
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    line-height: 1;
    transition: all 0.5s;
}

.left-aside .service-list ul li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.left-aside .send-message {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.left-aside .send-message h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.left-aside .send-message .form-wrap .form-group {
    position: relative;
}

.left-aside .send-message .form-wrap .form-group .form-control {
    background: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
    color: #666872;
    margin-bottom: 15px;
    border-radius: 10px;
    padding-right: 40px;
}

.left-aside .send-message .form-wrap .form-group .form-control::-moz-placeholder {
    color: #666872;
}

.left-aside .send-message .form-wrap .form-group .form-control::placeholder {
    color: #666872;
}

.left-aside .send-message .form-wrap .form-group i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: flex;
    font-size: 20px;
    color: #666872;
    align-items: center;
}

.left-aside .send-message .form-wrap .form-group.text-area i {
    top: 7px;
    bottom: unset;
}

.left-aside .send-message .form-wrap .form-group textarea.form-control {
    height: 110px;
}

.left-aside .send-message .form-wrap .custom-btn {
    font-size: 17px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    text-align: center;
    display: block;
    width: 100%;
    transition: 0.5s;
}

.left-aside .send-message .form-wrap .custom-btn:hover {
    background: #0F142B;
    color: #ffffff;
}

.left-aside .download-file {
    background: #0F142B;
    padding: 35px 25px;
    border-radius: 10px;
}

.left-aside .download-file h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.left-aside .download-file ul li {
    margin-bottom: 15px;
    position: relative;
}

.left-aside .download-file ul li:last-child {
    margin-bottom: 0;
}

.left-aside .download-file ul li img {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}

.left-aside .download-file ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    background: #2E334E;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    line-height: 30px;
    padding: 20px;
    padding-left: 80px;
    transition: all 0.5s;
    position: relative;
}

.left-aside .download-file ul li a:hover {
    color: #16eee3;
}

.left-aside .download-file ul li a::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #666872;
    top: 0;
    left: 63px;
}

.right-aside p {
    margin-bottom: 0;
}

.right-aside h2.main-heading {
    font-size: 50px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #0F142B;
    margin-bottom: 40px;
}

.right-aside .image-top-p {
    margin-bottom: 50px;
}

.right-aside .main-image img {
    margin-bottom: 50px;
    border-radius: 10px;
}

.right-aside h3.title-heading {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.right-aside .single-working-p {
    padding: 55px 28px;
    margin-bottom: 60px;
}

.right-aside .single-working-p h3 {
    margin-bottom: 22px;
}

.right-aside .single-working-p img:nth-child(1) {
    width: 40px;
    top: -8px;
}

.right-aside .single-working-p img:nth-child(2) {
    width: 90px;
    top: -35px;
}

.right-aside .single-working-p img:nth-child(3) {
    width: 40px;
    top: -8px;
}

.right-aside .single-working-p img:nth-child(4) {
    width: 90px;
    top: -35px !important;
}

.right-aside .discover-wrap {
    margin-top: 50px;
}

.right-aside .single-disk img {
    width: 100%;
    border-radius: 10px;
}

.right-aside .single-disk h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
}

.right-aside .single-disk .feature-list {
    margin-top: 30px;
}

.right-aside .single-disk .feature-list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    font-size: 17px;
    color: #666872;
    font-weight: 700;
    text-transform: capitalize;
}

.right-aside .single-disk .feature-list li:last-child {
    margin-bottom: 0;
}

.right-aside .single-disk .feature-list li i {
    background: #0F142B;
    border-radius: 50%;
    color: #ffffff;
    margin-right: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 28px;
}

.right-aside .faq-head {
    margin-top: 60px;
    margin-bottom: 60px;
}

.right-aside .single-fq-c .fq-wrap {
    padding-left: 0px;
}

/*--------------------------------------
    End Single Service Section Css
----------------------------------------*/

/*--------------------------------------
    Start Single Team Section Css
----------------------------------------*/

.single-team-wrap .left-aside .related-team {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-team-wrap .left-aside .related-team ul li {
    display: flex;
    border-bottom: 1px solid #CFD0D4;
    padding-bottom: 20px;
    padding-top: 20px;
    align-items: center;
    transition: 0.5s;
}

.single-team-wrap .left-aside .related-team ul li:first-child {
    padding-top: 0;
}

.single-team-wrap .left-aside .related-team ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.single-team-wrap .left-aside .related-team ul li:last-child:hover {
    border-bottom: none;
}

.single-team-wrap .left-aside .related-team ul li:hover {
    border-bottom: 1px solid #33374B;
}

.single-team-wrap .left-aside .related-team ul li img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.single-team-wrap .left-aside .related-team ul li .team-info {
    margin-left: 20px;
}

.single-team-wrap .left-aside .related-team ul li .team-info a h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0F142B;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1;
    transition: all 0.5s;
}

.single-team-wrap .left-aside .related-team ul li .team-info a h3:hover {
    color: #16eee3;
}

.single-team-wrap .left-aside .related-team ul li .team-info p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 0;
}

.single-team-wrap .right-aside .user-information .single-team {
    margin-bottom: 0;
}

.single-team-wrap .right-aside .user-information .single-team .image-wrap {
    margin: 0;
}

.single-team-wrap .right-aside .user-information .single-team-details .title-wrap h4 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #666872;
    margin-bottom: 10px;
}

.single-team-wrap .right-aside .user-information .single-team-details .title-wrap h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #0F142B;
    margin-bottom: 20px;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience {
    margin-top: 30px;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main .skill-wrrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main .skill-wrrap:last-child {
    margin-bottom: 0;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main .skill-wrrap .skill-name {
    color: #0F142B;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main .skill-wrrap .skill-bar {
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #CFD0D4;
    border-radius: 4px;
    padding: 3px;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main .skill-wrrap .skill-per {
    height: 12px;
    background: #16eee3;
    border-radius: 2px;
    width: 0;
    transition: 1s linear;
    position: relative;
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main .skill-wrrap .skill-per:before {
    content: attr(data-per);
    position: absolute;
    padding: 4px 6px;
    background-color: #16eee3;
    color: #0F142B;
    font-size: 12px;
    font-weight: 700;
    border-radius: 4px;
    top: -45px;
    right: 20px;
    transform: translateX(50%);
}

.single-team-wrap .right-aside .user-information .single-team-details .personal-experience .skill-main .skill-wrrap .skill-per:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #16eee3;
    -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    top: -20px;
    right: 15px;
    border-radius: 2px;
    margin: auto;
}

.single-team-wrap .right-aside .user-information .summery {
    margin-top: 40px;
}

.single-team-wrap .right-aside .user-information .summery h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.single-team-wrap .right-aside .user-information .team-contact-form h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 35px;
    margin-top: 40px;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form {
    position: relative;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form .form-control {
    background: #ffffff;
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #666872;
    padding: 15px 20px;
    margin-right: 20px;
    line-height: 1;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form .form-control::-moz-placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form .form-control::placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form.text-area-form .form-control {
    height: 180px;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form.text-area-form i {
    top: 15px;
    bottom: unset;
}

.single-team-wrap .right-aside .user-information .team-contact-form .single-form i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    align-items: center;
    display: flex;
    color: #666872;
    font-size: 20px;
    line-height: 1;
}

.single-team-wrap .right-aside .user-information .team-contact-form .form-check {
    display: block;
    min-height: 0;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
}

.single-team-wrap .right-aside .user-information .team-contact-form .form-check .form-check-input {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    box-shadow: none;
    border-color: #B2B3C2;
}

.single-team-wrap .right-aside .user-information .team-contact-form .form-check .form-check-input:checked {
    background-color: #16eee3;
    box-shadow: none;
    border-color: #16eee3;
}

.single-team-wrap .right-aside .user-information .team-contact-form .form-check .form-check-input:checked[type=checkbox] {
    background-image: url(../image/team/check-line.png);
}

.single-team-wrap .right-aside .user-information .team-contact-form .form-check .form-check-label {
    text-transform: capitalize;
    color: #666872;
    padding-left: 25px;
}

.single-team-wrap .right-aside .user-information .team-contact-form .form-check .form-check-label:hover {
    cursor: pointer;
}

.single-team-wrap .right-aside .user-information .team-contact-form .custom-btn {
    margin-top: 45px;
}

/*--------------------------------------
    End Single Team Section Css
----------------------------------------*/

/*--------------------------------------
    Start Shop Section Css
----------------------------------------*/

.single-shop-wrap .left-aside .category {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.single-shop-wrap .left-aside .category h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.single-shop-wrap .left-aside .category ul li {
    margin-bottom: 25px;
}

.single-shop-wrap .left-aside .category ul li:last-child {
    margin-bottom: 0;
}

.single-shop-wrap .left-aside .category ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #666872;
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    line-height: 1;
    transition: all 0.5s;
}

.single-shop-wrap .left-aside .category ul li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.single-shop-wrap .left-aside .price-range-slider {
    background: #F0F6FA;
    padding: 35px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.single-shop-wrap .left-aside .price-range-slider h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.single-shop-wrap .left-aside .price-range-slider .filter-details {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.single-shop-wrap .left-aside .price-range-slider .filter-details .custom-btn {
    padding: 10px 20px;
}

.single-shop-wrap .left-aside .price-range-slider .filter-details .range-value {
    margin: 0;
    margin-left: 20px;
}

.single-shop-wrap .left-aside .price-range-slider .filter-details .range-value input {
    width: 100%;
    background: none;
    color: #666872;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    border: none;
}

.single-shop-wrap .left-aside .price-range-slider .filter-details .range-value input:focus {
    outline: 0;
}

.single-shop-wrap .left-aside .price-range-slider .range-bar {
    border: none;
    background: #16eee3;
    height: 5px;
    width: 100%;
    border-radius: 0;
    width: 96%;
    margin-left: 0;
}

.single-shop-wrap .left-aside .price-range-slider .range-bar .ui-slider-range {
    background: #0F142B;
}

.single-shop-wrap .left-aside .price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 50%;
    background: #16eee3;
    border: 2px solid #ffffff;
    height: 15px;
    width: 15px;
    top: -5px;
    cursor: pointer;
}

.single-shop-wrap .left-aside .price-range-slider .range-bar .ui-slider-handle:focus {
    outline: 0;
}

.single-shop-wrap .left-aside .price-range-slider .range-bar .ui-slider-handle+span {
    background: #16eee3;
}

.single-shop-wrap .left-aside .recent-product {
    background: #F0F6FA;
    padding: 35px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}

.single-shop-wrap .left-aside .recent-product h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.single-shop-wrap .left-aside .recent-product ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.single-shop-wrap .left-aside .recent-product ul li:last-child {
    margin-bottom: 0;
}

.single-shop-wrap .left-aside .recent-product ul li a img {
    border-radius: 10px;
}

.single-shop-wrap .left-aside .recent-product ul li .text-wrap {
    margin-left: 20px;
}

.single-shop-wrap .left-aside .recent-product ul li .text-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    margin-bottom: 10px;
    transition: 0.5s;
}

.single-shop-wrap .left-aside .recent-product ul li .text-wrap h3:hover {
    color: #16eee3;
}

.single-shop-wrap .left-aside .recent-product ul li .text-wrap span {
    font-size: 16px;
    font-weight: 700;
    color: #666872;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head {
    margin-bottom: 30px;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .shorting .nice-select {
    padding-left: 20px;
    padding-right: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: unset;
    width: 200px;
    line-height: 1;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .shorting .nice-select::after {
    content: "\ea4e";
    top: 0;
    bottom: 0;
    right: 30px;
    align-items: center;
    display: flex;
    margin: auto;
    font-family: remixicon !important;
    border-right: 0;
    border-bottom: 0;
    height: 0;
    transform: rotate(0);
    font-size: 20px;
    color: #666872;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .shorting .nice-select .list {
    width: 100%;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .shorting .nice-select span {
    color: #666872;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .shorting .nice-select .option {
    font-size: 16px;
    text-transform: capitalize;
    color: #666872;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product {
    position: relative;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product input {
    border: 1px solid #CFD0D4;
    padding: 17px 20px;
    border-radius: 5px;
    width: 100%;
    background: #ffffff;
    caret-color: #666872;
    color: #666872;
    line-height: 1;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product input:focus {
    outline: 0;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product input::-moz-placeholder {
    font-size: 16px;
    color: #666872;
    line-height: 1;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product input::placeholder {
    font-size: 16px;
    color: #666872;
    line-height: 1;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product button {
    position: absolute;
    top: 0;
    right: 0;
    background: #16eee3;
    color: #0F142B;
    height: 100%;
    padding-right: 18px;
    padding-left: 18px;
    border-radius: 5px;
    font-size: 24px;
    color: #0F142B;
    border: 0;
    box-shadow: 0;
    transition: 0.5s;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product button:focus {
    outline: 0;
    background: none;
}

.single-shop-wrap .right-aside .shop-product-wrap .product-filter-head .search-form-product button:hover {
    background: #0F142B;
    color: #ffffff;
}

.single-shop-wrap .pagination-wrap {
    padding-top: 30px;
}

.single-shop-wrap .pagination-wrap .pagination {
    justify-content: center;
}

.single-shop-wrap .pagination-wrap .pagination .page-item {
    margin-right: 10px;
}

.single-shop-wrap .pagination-wrap .pagination .page-item:last-child {
    margin-right: 0;
}

.single-shop-wrap .pagination-wrap .pagination .page-item .page-link {
    padding: 20px 27px;
    font-size: 17px;
    font-weight: 700;
    color: #666872;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #B2B3C2;
    transition: 0.5s;
}

.single-shop-wrap .pagination-wrap .pagination .page-item .page-link:focus {
    box-shadow: none;
    outline: 0;
}

.single-shop-wrap .pagination-wrap .pagination .page-item .page-link.active {
    background: #16eee3;
    color: #0F142B;
    border: 1px solid #B1F315;
}

.single-shop-wrap .pagination-wrap .pagination .page-item .page-link:hover {
    background: #16eee3;
    color: #0F142B;
    border: 1px solid #B1F315;
}

.single-product {
    margin-bottom: 50px;
}

.single-product .image-wrap {
    overflow: hidden;
    border-radius: 10px;
}

.single-product .image-wrap img {
    border-radius: 10px;
    transition: 0.5s;
    width: 100%;
}

.single-product .product-details {
    text-align: center;
}

.single-product .product-details ul.rating {
    margin-top: 20px;
    line-height: 1;
}

.single-product .product-details ul.rating li {
    display: inline-block;
    color: #FF824D;
    font-size: 25px;
}

.single-product .product-details h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-product .product-details span {
    font-size: 17px;
    font-weight: 700;
    color: #666872;
}

.single-product .product-details .custom-btn {
    margin-top: 20px;
}

.single-product:hover .image-wrap img {
    transform: scale(1.3) rotate(5deg);
}

/*--------------------------------------
    End Shop Section Css
----------------------------------------*/

/*--------------------------------------
    Start Product Details Section Css
----------------------------------------*/

.product-slider .item {
    padding-left: 160px;
}

.product-slider .item img {
    border-radius: 10px;
}

.product-slider .owl-thumbs {
    position: absolute;
    left: 0;
    top: 0;
}

.product-slider .owl-thumbs .owl-thumb-item {
    height: auto;
    width: 100%;
    max-width: 150px;
    background: transparent;
    border: none;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}

.product-slider .owl-thumbs .owl-thumb-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.product-slider .owl-dots {
    display: none;
}

.products-filter .raiting {
    border-bottom: 1px solid #CFD0D4;
}

.products-filter .raiting h3 {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 20px;
    color: #0F142B;
}

.products-filter .raiting .rate-star li {
    display: inline-block;
    color: #FF824D;
    margin-bottom: 20px;
}

.products-filter .raiting p.price {
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
}

.products-filter .raiting p.price del {
    color: #666872;
    font-weight: 500;
}

.products-filter .description {
    margin-top: 20px;
    border-bottom: 1px solid #CFD0D4;
    margin-bottom: 15px;
}

.products-filter .color-item {
    margin-top: 20px;
}

.products-filter .color-item h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #0F142B;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.products-filter .color-item ul li {
    display: inline-block;
    margin-right: 10px;
}

.products-filter .color-item ul li:last-child {
    margin-right: 0;
}

.products-filter .color-item ul li .instock-link {
    color: #00C2DC;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.5s;
}

.products-filter .color-item ul li .instock-link:hover {
    color: #0F142B;
}

.products-filter .quantity-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0F142B;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Urbanist", sans-serif;
}

.products-filter .quantity-wrap .input-counter {
    max-width: 175px;
    min-width: 175px;
    border-radius: 0;
    text-align: center;
    display: inline-block;
    position: relative;
    border: 1px solid #DFE4EB;
    margin-right: 10px;
}

.products-filter .quantity-wrap .input-counter span {
    position: absolute;
    top: 0;
    background-color: #F0F6FA;
    cursor: pointer;
    color: #666872;
    width: 50px;
    height: 100%;
    line-height: 0;
    transition: all ease 0.5s;
}

.products-filter .quantity-wrap .input-counter span:hover {
    color: #666872;
}

.products-filter .quantity-wrap .input-counter span i {
    position: relative;
    top: 27px;
}

.products-filter .quantity-wrap .input-counter span.minus-btn {
    left: 0;
    font-size: 20px;
    font-weight: 500;
    color: #666872;
    margin-bottom: 0;
}

.products-filter .quantity-wrap .input-counter span.minus-btn:hover {
    color: #666872;
}

.products-filter .quantity-wrap .input-counter span.plus-btn {
    right: 0;
    font-size: 20px;
    font-weight: 500;
    color: #666872;
}

.products-filter .quantity-wrap .input-counter span.plus-btn:hover {
    color: #666872;
}

.products-filter .quantity-wrap .input-counter input {
    height: 55px;
    background: #ffffff;
    outline: 0;
    padding: 0;
    display: block;
    border: none;
    background-color: var(--whiteColor);
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600;
}

.products-filter .quantity-wrap .tag-sku-category {
    margin-top: 20px;
}

.products-filter .quantity-wrap .tag-sku-category a {
    color: #666872;
    transition: 0.5s;
}

.products-filter .quantity-wrap .tag-sku-category a:hover {
    color: #00C2DC;
}

.products-filter .quantity-wrap .tag-sku-category h4 {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 600;
    color: #666872;
    text-transform: capitalize;
}

.products-filter .quantity-wrap .tag-sku-category h4:last-child {
    margin-bottom: 0;
}

.products-filter .quantity-wrap .tag-sku-category h4 span {
    font-size: 18px;
    color: #0F142B;
    margin-right: 5px;
}

/*--------------------------------------
    End Product Details Section Css
----------------------------------------*/

/*--------------------------------------
    Start Product Details TAb Css
----------------------------------------*/

.product-details-tabs {
    border-bottom: 1px solid #CFD0D4;
}

.product-details-tabs .nav-tabs {
    margin-bottom: 50px;
    background: #2E334E;
    border-radius: 12px;
    width: 668.3px;
}

.product-details-tabs .nav-tabs .nav-link {
    font-size: 17px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #ffffff;
    border: none;
    padding: 24px 55px;
}

.product-details-tabs .nav-tabs .nav-link.active {
    background: #16eee3;
    border-radius: 10px;
    color: #0F142B;
}

.product-details-tabs .tab-content .tab-pane h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.product-details-tabs .tab-content .tab-pane p {
    margin-bottom: 30px;
}

.product-details-tabs .tab-content .tab-pane .product-list li {
    font-size: 17px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    color: #666872;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.product-details-tabs .tab-content .tab-pane .product-list li:last-child {
    margin-bottom: 0;
}

.product-details-tabs .tab-content .tab-pane .product-list li i {
    margin-right: 10px;
}

.product-details-tabs .tab-content .tab-pane .people-review-list h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0F142B;
    line-height: 1;
    margin-bottom: 35px;
}

.product-details-tabs .tab-content .tab-pane .people-review-list .reviewer {
    display: flex;
    margin-bottom: 50px;
}

.product-details-tabs .tab-content .tab-pane .people-review-list .reviewer .text-wrap {
    margin-left: 20px;
}

.product-details-tabs .tab-content .tab-pane .people-review-list .reviewer .text-wrap h4 {
    color: #0F142B;
    font-size: 22px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 5px;
}

.product-details-tabs .tab-content .tab-pane .people-review-list .reviewer .text-wrap h4 span {
    font-size: 15px;
    color: #666872;
    font-weight: 500;
}

.product-details-tabs .tab-content .tab-pane .people-review-list .reviewer .text-wrap p {
    margin-bottom: 5px;
}

.product-details-tabs .tab-content .tab-pane .people-review-list .reviewer .text-wrap .star-icon li {
    display: inline-block;
}

.product-details-tabs .tab-content .tab-pane .review-box {
    padding: 40px;
    border-radius: 10px;
    background-color: #F0F6FA;
}

.product-details-tabs .tab-content .tab-pane .review-box h1 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1;
}

.product-details-tabs .tab-content .tab-pane .review-box .star-icon {
    margin-bottom: 25px;
}

.product-details-tabs .tab-content .tab-pane .review-box .star-icon li {
    display: inline-block;
}

.product-details-tabs .tab-content .tab-pane .review-box form .form-group {
    margin-bottom: 15px;
}

.product-details-tabs .tab-content .tab-pane .review-box form .form-group .form-control {
    height: 60px;
    border-radius: 5px;
    padding-left: 20px;
    box-shadow: unset;
    border: unset;
    background-color: #ffffff;
    color: #0F142B;
    font-size: 17px;
    caret-color: #0F142B;
}

.product-details-tabs .tab-content .tab-pane .review-box form .form-group .form-control::-moz-placeholder {
    color: #0F142B;
    text-transform: capitalize;
    font-size: 17px;
}

.product-details-tabs .tab-content .tab-pane .review-box form .form-group .form-control::placeholder {
    color: #0F142B;
    text-transform: capitalize;
    font-size: 17px;
}

.product-details-tabs .tab-content .tab-pane .review-box form .form-group textarea.form-control {
    height: 150px;
}

/*--------------------------------------
    End Product Details TAb Css
----------------------------------------*/

/*--------------------------------------
    End Related Product Css
----------------------------------------*/

.related-product h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 50px;
    line-height: 1;
}

/*--------------------------------------
    End Related Product Css
----------------------------------------*/

/*--------------------------------------
    Start Pricing Plan Css
----------------------------------------*/

.single-pricing {
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    transition: cubic-bezier(0, 1.54, 0.63, -0.77) all 0.5s;
    margin-bottom: 30px;
}

.single-pricing:hover {
    background: #2E334E;
}

.single-pricing:hover .pricing-content {
    background: #16eee3;
}

.single-pricing:hover .pricing-content .price-head {
    border-bottom: 1px solid #90C710;
}

.single-pricing:hover .pricing-content .price-head p {
    color: #0F142B;
}

.single-pricing:hover .pricing-content .price-head h3 {
    color: #0F142B;
}

.single-pricing:hover .pricing-content .price-body ul li {
    color: #0F142B;
}

.single-pricing:hover .pricing-content .price-bottom {
    border-top: 1px solid #90C710;
}

.single-pricing:hover .pricing-content .price-bottom .custom-btn {
    background: #0F142B;
    color: #ffffff;
}

.single-pricing .pricing-content {
    background: #F0F6FA;
    padding: 25px;
    border-radius: 10px;
    transition: all 0.7s;
}

.single-pricing .pricing-content .price-head {
    margin-bottom: 35px;
    border-bottom: 1px solid #CFD0D4;
    text-align: center;
    transition: all 0.5s;
}

.single-pricing .pricing-content .price-head p {
    font-size: 20px;
    font-weight: 500;
    color: #666872;
    text-transform: capitalize;
    margin-bottom: 20px;
    line-height: 1;
    transition: all 0.5s;
}

.single-pricing .pricing-content .price-head h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    margin-bottom: 28px;
    line-height: 1;
    transition: all 0.5s;
}

.single-pricing .pricing-content .price-body {
    padding-left: 20px;
    transition: all 0.5s;
}

.single-pricing .pricing-content .price-body ul li {
    font-size: 17px;
    font-weight: 400;
    color: #666872;
    text-transform: capitalize;
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
    transition: all 0.5s;
}

.single-pricing .pricing-content .price-body ul li:last-child {
    margin-bottom: 0;
}

.single-pricing .pricing-content .price-body ul li i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 20px;
    align-items: center;
    display: flex;
}

.single-pricing .pricing-content .price-bottom {
    border-top: 1px solid #CFD0D4;
    margin-top: 35px;
    text-align: center;
}

.single-pricing .pricing-content .price-bottom .custom-btn {
    margin-top: 30px;
}

/*--------------------------------------
    End Pricing Plan Css
----------------------------------------*/

/*--------------------------------------    
    Start Checkout Form Area Css
----------------------------------------*/

.checkout-form-area .left-aside .login-box {
    background: #F0F6FA;
    padding: 25px 20px;
    border-radius: 10px;
}

.checkout-form-area .left-aside .login-box .content {
    position: relative;
}

.checkout-form-area .left-aside .login-box .content img {
    position: absolute;
    top: -2px;
    left: 0;
}

.checkout-form-area .left-aside .login-box .content p {
    font-size: 17px;
    font-weight: 600;
    color: #666872;
    text-transform: capitalize;
    transition: 0.5s;
    padding-left: 28px;
    margin-bottom: 0;
    line-height: 1;
}

.checkout-form-area .left-aside .login-box .content p a {
    color: #0F142B;
    transition: all 0.5s;
}

.checkout-form-area .left-aside .login-box .content p a:hover {
    color: #16eee3;
}

.checkout-form-area .left-aside .billing-info {
    margin-top: 50px;
}

.checkout-form-area .left-aside .billing-info h3 {
    margin-bottom: 35px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
}

.checkout-form-area .left-aside .billing-info .form-label {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0F142B;
    display: block;
}

.checkout-form-area .left-aside .billing-info .form-control {
    background-color: #ffffff;
    border: 1px solid #CFD0D4;
    color: #666872;
    border-radius: 10px;
    caret-color: #666872;
    margin-bottom: 25px;
}

.checkout-form-area .left-aside .billing-info .form-control::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #666872;
    text-transform: capitalize;
}

.checkout-form-area .left-aside .billing-info .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #666872;
    text-transform: capitalize;
}

.checkout-form-area .left-aside .billing-info .nice-select {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    border: 1px solid #CFD0D4;
    line-height: 52px;
    margin-bottom: 25px;
}

.checkout-form-area .left-aside .billing-info .nice-select::after {
    content: "\ea4e";
    top: 0;
    bottom: 0;
    right: 30px;
    align-items: center;
    display: flex;
    margin: auto;
    font-family: remixicon !important;
    border-right: 0;
    border-bottom: 0;
    height: 0;
    transform: rotate(0);
    font-size: 20px;
    color: #666872;
}

.checkout-form-area .left-aside .billing-info .nice-select span {
    font-size: 16px;
    font-weight: 400;
    color: #666872;
    text-transform: capitalize;
}

.checkout-form-area .left-aside .billing-info .nice-select .list {
    width: 100%;
}

.checkout-form-area .left-aside .billing-info .nice-select .list .selected.focus {
    font-size: 16px;
    font-weight: 600;
    color: #666872;
    text-transform: capitalize;
}

.checkout-form-area .left-aside .billing-info .nice-select .list li {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
    text-transform: capitalize;
}

.checkout-form-area .left-aside .billing-info .right-aside {
    margin-top: 50px;
}

.checkout-form-area .left-aside .billing-info .form-check {
    margin-bottom: 20px;
}

.checkout-form-area .left-aside .billing-info .form-check .form-check-input {
    border-radius: 50%;
    box-shadow: none;
    border: 1px solid #666872;
}

.checkout-form-area .left-aside .billing-info .form-check .form-check-input:checked {
    background-color: #0F142B;
    border: none;
    box-shadow: none;
}

.checkout-form-area .left-aside .billing-info .form-check .form-check-label {
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    color: #0F142B;
    margin-top: 2px;
}

.checkout-form-area .left-aside .billing-info .form-check .form-check-label:hover {
    cursor: pointer;
}

.checkout-form-area .left-aside .billing-info .textarea {
    height: 200px;
    margin-bottom: 0;
}

.checkout-form-area .right-aside .your-order {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.checkout-form-area .right-aside .your-order h3 {
    color: #0F142B;
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 10px;
    line-height: 1;
}

.checkout-form-area .right-aside .your-order ul li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CFD0D4;
}

.checkout-form-area .right-aside .your-order ul li:last-child {
    border-bottom: 0;
}

.checkout-form-area .right-aside .your-order ul li a {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.checkout-form-area .right-aside .your-order ul li a img {
    border-radius: 10px;
}

.checkout-form-area .right-aside .your-order ul li a h3 {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    margin-bottom: 0;
    margin-left: 20px;
    transition: all 0.5s;
}

.checkout-form-area .right-aside .your-order ul li a:hover h3 {
    color: #16eee3;
}

.checkout-form-area .right-aside .your-order ul li span.price {
    display: block;
    margin-left: auto;
}

.checkout-form-area .right-aside .your-order .coupon-code {
    margin-top: 15px;
    display: flex;
}

.checkout-form-area .right-aside .your-order .coupon-code .form-control {
    background: #ffffff;
    border-radius: 10px;
    color: #666872;
    caret-color: #666872;
    height: 60px;
    box-shadow: 0px 2px 10px 0px rgba(215, 221, 225, 0.2);
}

.checkout-form-area .right-aside .your-order .coupon-code .form-control::-moz-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #666872;
    text-transform: capitalize;
}

.checkout-form-area .right-aside .your-order .coupon-code .form-control::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #666872;
    text-transform: capitalize;
}

.checkout-form-area .right-aside .your-order .coupon-code .form-control:focus {
    outline: 0;
    box-shadow: none;
}

.checkout-form-area .right-aside .your-order .coupon-code .custom-btn {
    margin-left: 10px;
}

.checkout-form-area .right-aside .total-bill-payment {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill h3 {
    color: #0F142B;
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill ul li {
    display: flex;
    margin-bottom: 30px;
    line-height: 1;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill ul li:last-child {
    margin-bottom: 0;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill ul li p {
    font-size: 17px;
    font-weight: 500;
    color: #0F142B;
    text-transform: capitalize;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill ul li span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin-left: auto;
    color: #666872;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill ul li.t-value-wrap {
    border-top: 1px solid #CFD0D4;
    border-bottom: 1px solid #CFD0D4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill ul li.t-value-wrap .t-value {
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.checkout-form-area .right-aside .total-bill-payment .total-bill ul li.t-value-wrap .count-value {
    font-size: 18px;
    font-weight: 700;
}

.checkout-form-area .right-aside .total-bill-payment .payment {
    margin-top: 35px;
}

.checkout-form-area .right-aside .total-bill-payment .payment h3 {
    color: #0F142B;
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.checkout-form-area .right-aside .total-bill-payment .payment .accordion-item {
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
}

.checkout-form-area .right-aside .total-bill-payment .payment .accordion-item .accordion-button {
    font-size: 18px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: none;
    padding: 22px 20px;
    line-height: 1;
}

.checkout-form-area .right-aside .total-bill-payment .payment .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.checkout-form-area .right-aside .total-bill-payment .payment .accordion-item .accordion-button::after {
    content: "\ea4c";
    font-family: remixicon !important;
    width: unset;
    height: unset;
    background-image: unset;
    transform: rotate(-90deg);
}

.checkout-form-area .right-aside .total-bill-payment .payment .accordion-item .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
}

.checkout-form-area .right-aside .total-bill-payment .payment .accordion-item .accordion-body {
    padding-top: 0;
}

.checkout-form-area .right-aside .total-bill-payment .payment .custom-btn {
    display: block;
    text-align: center;
}

/*--------------------------------------
    End Checkout Form Area Css
----------------------------------------*/

/*--------------------------------------
    Start Signup Form Area Css
----------------------------------------*/

.signup-form-wrapper {
    overflow: hidden;
    background: #2e334e;
}

.signup-form-wrapper .single-form-img {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(../image/login-signup/bg-image.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.signup-form-wrapper .single-form {
    background: #2E334E;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 100px 130px;
}

.signup-form-wrapper .single-form .sign-up-box .top-head {
    text-align: center;
}

.signup-form-wrapper .single-form .sign-up-box .top-head h3 {
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 20px;
}

.signup-form-wrapper .single-form .sign-up-box .top-head p {
    font-weight: 500;
    text-transform: capitalize;
    color: #B2B3C2;
    margin-bottom: 0;
}

.signup-form-wrapper .single-form .sign-up-box .top-head a {
    font-weight: 500;
    text-transform: capitalize;
    color: #B2B3C2;
    transition: 0.5s;
}

.signup-form-wrapper .single-form .sign-up-box .top-head a:hover {
    color: #16eee3;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 30px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link li {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link li:last-child {
    margin-right: 0;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    padding: 20px 30px;
    border-radius: 5px;
    line-height: 1;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link li a i {
    font-size: 20px;
    margin-right: 6px;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link li:nth-child(1) a {
    background: #2B57B4;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link li:nth-child(2) a {
    background: #139AF0;
}

.signup-form-wrapper .single-form .sign-up-box .top-head .social-link li:nth-child(3) a {
    background: #EA4335;
}

.signup-form-wrapper .single-form .sign-up-box .form-area {
    margin-top: 30px;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input label {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form {
    position: relative;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form .form-control {
    background: #2F3553;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    height: 60px;
    padding-right: 35px;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form .form-control::-moz-placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #B2B3C2;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form .form-control::placeholder {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #B2B3C2;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form .password {
    color: #ffffff;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form img, 
.single-input .form i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

.single-input .form i {
   top: 20px;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form img:hover {
    cursor: pointer;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .forgotten-pass {
    margin-left: auto;
    text-align: right;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .forgotten-pass a {
    color: #B2B3C2;
    transition: 0.5s;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .forgotten-pass a:hover {
    color: #16eee3;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form-check {
    margin-bottom: 0;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form-check .form-check-label {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    color: #B2B3C2;
    margin-bottom: 25px;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form-check .form-check-label:hover {
    cursor: pointer;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form-check .form-check-input {
    border-radius: 0%;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    --bs-form-check-bg: transparent;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .form-check .form-check-input:checked {
    background-color: #2E334E;
    border: none;
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input .custom-btn {
    display: block;
    width: 100%;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input p {
    font-size: 16px;
    font-weight: 500;
    color: #B2B3C2;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input p a {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.5s;
}

.signup-form-wrapper .single-form .sign-up-box .form-area .single-input p a:hover {
    color: #16eee3;
}

/*--------------------------------------
    End Signup Form Area Css
----------------------------------------*/

/*--------------------------------------
    Start Our Blog Details Area Css
----------------------------------------*/

.blogs-area-section .right-aside .single-blog .content-wrap ul.top li {
    margin-right: 35px;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 1;
}

.blogs-area-section .right-aside .single-blog .content-wrap ul.top li:last-child {
    margin-right: 0;
}

.blogs-area-section .right-aside .single-blog .content-wrap ul.top li img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.blogs-area-section .right-aside .single-blog .without-img {
    background: #F0F6FA;
    margin: 0;
    border-radius: 10px;
    margin-top: 90px;
}

.blogs-area-section .right-aside .single-blog .without-img:hover {
    border-radius: 10px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details {
    margin-bottom: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap {
    margin-top: 40px;
    bottom: 0;
    border-radius: 0;
    margin-left: 0;
    background: unset;
    box-shadow: none;
    padding: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap:hover {
    margin-left: 0;
    border-radius: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap h3 {
    font-size: 50px;
    margin-bottom: 22px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap h3:hover {
    color: #0F142B !important;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap h4 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .delivering {
    margin-bottom: 20px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .delivering .single-box {
    margin-bottom: 20px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .delivering .single-box img {
    border-radius: 5px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .delivering .single-box p {
    margin-bottom: 20px;
    line-height: 28px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .deep-learning .quote-wrap {
    padding: 50px;
    background: #F0F6FA;
    margin-bottom: 30px;
    border-radius: 10px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .deep-learning .quote-wrap .content-quote {
    position: relative;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .deep-learning .quote-wrap .content-quote .icon {
    background: #16eee3;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .deep-learning .quote-wrap .content-quote .quote-text {
    padding-left: 120px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .deep-learning .quote-wrap .content-quote .quote-text p {
    font-size: 20px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    margin-bottom: 20px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .deep-learning .quote-wrap .content-quote .quote-text .username span {
    font-size: 17px;
    font-weight: 500;
    color: #666872;
    text-transform: capitalize;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .chatbots h4 {
    margin-bottom: 30px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .chatbots img {
    border-radius: 10px;
    margin-bottom: 30px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .chatbots .chatbot-list li {
    position: relative;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    color: #666872;
    padding-left: 25px;
    margin-bottom: 30px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .chatbots .chatbot-list li:last-child {
    margin-bottom: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .chatbots .chatbot-list li img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap {
    background: #F0F6FA;
    padding: 30px 40px;
    border-radius: 10px;
    margin-top: 40px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap ul.tags-list {
    margin-bottom: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap ul.tags-list li {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0F142B;
    padding-left: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap ul.tags-list li:last-child {
    margin-right: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap ul.tags-list li a {
    background: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 15px 20px;
    display: inline-block;
    margin-right: 0;
    color: #666872;
    transition: all 0.5s;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap ul.tags-list li a:focus {
    outline: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap ul.tags-list li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap .social-link {
    margin-bottom: 0;
    text-align: right;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap .social-link li {
    display: inline-block;
    margin-right: 10px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #0F142B;
    padding-left: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap .social-link li:last-child {
    margin-right: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap .social-link li a {
    background: #ffffff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 10px 15px;
    display: inline-block;
    margin-right: 0;
    color: #666872;
    transition: all 0.5s;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap .social-link li a:focus {
    outline: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .tags-wrap .social-link li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn {
    display: flex;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #CFD0D4;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn .prev a {
    font-size: 17px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #666872;
    display: inline-block;
    transition: all 0.5s;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn .prev a:hover {
    color: #16eee3;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn .prev a span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #0F142B;
    max-width: 205px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn .next {
    text-align: right;
    margin-left: auto;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn .next a {
    font-size: 17px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #666872;
    display: inline-block;
    transition: all 0.5s;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn .next a:hover {
    color: #16eee3;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .next-prev-btn .next a span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #0F142B;
    max-width: 205px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply {
    margin-top: 40px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply h3 {
    font-family: "Urbanist", sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form {
    position: relative;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form .form-control {
    background: #ffffff;
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #666872;
    padding: 15px 20px;
    margin-right: 20px;
    line-height: 1;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form .form-control::-moz-placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form .form-control::placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form.text-area-form .form-control {
    height: 180px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form.text-area-form i {
    top: 15px;
    bottom: unset;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .single-form i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    align-items: center;
    display: flex;
    color: #666872;
    font-size: 20px;
    line-height: 1;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .form-check {
    display: block;
    min-height: 0;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .form-check .form-check-input {
    position: absolute;
    left: 0;
    top: 6px;
    margin: auto;
    box-shadow: none;
    border-color: #B2B3C2;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .form-check .form-check-input:checked {
    background-color: #16eee3;
    box-shadow: none;
    border-color: #16eee3;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .form-check .form-check-input:checked[type=checkbox] {
    background-image: url(../image/team/check-line.png);
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .form-check .form-check-label {
    text-transform: capitalize;
    color: #666872;
    padding-left: 25px;
    font-size: 17px;
    line-height: 30px;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .form-check .form-check-label:hover {
    cursor: pointer;
}

.blogs-area-section .right-aside .single-blog.single-blog-details .content-wrap .leave-reply .custom-btn {
    margin-top: 30px;
}

.blogs-area-section .right-aside .pagination-wrap .pagination {
    justify-content: start;
}

.blogs-area-section .right-aside .pagination-wrap .pagination .page-item {
    margin-right: 10px;
}

.blogs-area-section .right-aside .pagination-wrap .pagination .page-item:last-child {
    margin-right: 0;
}

.blogs-area-section .right-aside .pagination-wrap .pagination .page-item .page-link {
    padding: 15px 20px;
    font-size: 15px;
    font-weight: 700;
    color: #666872;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #B2B3C2;
    transition: 0.5s;
}

.blogs-area-section .right-aside .pagination-wrap .pagination .page-item .page-link:focus {
    box-shadow: none;
    outline: 0;
}

.blogs-area-section .right-aside .pagination-wrap .pagination .page-item .page-link.active {
    background: #16eee3;
    color: #0F142B;
    border: 1px solid #B1F315;
}

.blogs-area-section .right-aside .pagination-wrap .pagination .page-item .page-link:hover {
    background: #16eee3;
    color: #0F142B;
    border: 1px solid #B1F315;
}

.blogs-area-section .left-aside .search-box {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blogs-area-section .left-aside .search-box h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.blogs-area-section .left-aside .search-box form {
    position: relative;
}

.blogs-area-section .left-aside .search-box form input {
    border: unset;
    padding: 17px 20px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    background: #ffffff;
    caret-color: #666872;
    color: #666872;
    line-height: 1;
}

.blogs-area-section .left-aside .search-box form input:focus {
    outline: 0;
}

.blogs-area-section .left-aside .search-box form input::-moz-placeholder {
    font-size: 16px;
    color: #666872;
    line-height: 1;
    text-transform: capitalize;
}

.blogs-area-section .left-aside .search-box form input::placeholder {
    font-size: 16px;
    color: #666872;
    line-height: 1;
    text-transform: capitalize;
}

.blogs-area-section .left-aside .search-box form button {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #16eee3;
    color: #0F142B;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 5px;
    font-size: 20px;
    border: 0;
    box-shadow: none;
    transition: 0.5s;
    line-height: 1;
}

.blogs-area-section .left-aside .search-box form button:focus {
    outline: 0;
    background: none;
}

.blogs-area-section .left-aside .search-box form button:hover {
    background: #0F142B;
    color: #ffffff;
}

.blogs-area-section .left-aside .category {
    background: #F0F6FA;
    padding: 35px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blogs-area-section .left-aside .category h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
    line-height: 1;
}

.blogs-area-section .left-aside .category ul li {
    margin-bottom: 25px;
}

.blogs-area-section .left-aside .category ul li:last-child {
    margin-bottom: 0;
}

.blogs-area-section .left-aside .category ul li a {
    font-size: 17px;
    font-weight: 500;
    color: #666872;
    text-transform: capitalize;
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    width: 100%;
    padding: 20px 20px;
    line-height: 1;
    transition: all 0.5s;
}

.blogs-area-section .left-aside .category ul li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.blogs-area-section .left-aside .recent-product {
    background: #F0F6FA;
    padding: 35px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    line-height: 1;
}

.blogs-area-section .left-aside .recent-product h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.blogs-area-section .left-aside .recent-product ul li {
    margin-bottom: 20px;
}

.blogs-area-section .left-aside .recent-product ul li:last-child {
    margin-bottom: 0;
}

.blogs-area-section .left-aside .recent-product ul li.row {
    align-items: center;
}

.blogs-area-section .left-aside .recent-product ul li a img {
    border-radius: 10px;
    width: 100%;
}

.blogs-area-section .left-aside .recent-product ul li .text-wrap h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    margin-bottom: 0;
    line-height: 28px;
    transition: 0.5s;
}

.blogs-area-section .left-aside .recent-product ul li .text-wrap h3:hover {
    color: #16eee3;
}

.blogs-area-section .left-aside .recent-product ul li .text-wrap span {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #666872;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blogs-area-section .left-aside .recent-product ul li .text-wrap span img {
    margin-right: 10px;
    width: 15px;
}

.blogs-area-section .left-aside .solid-tag {
    background: #F0F6FA;
    padding: 35px 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-radius: 10px;
    line-height: 1;
}

.blogs-area-section .left-aside .solid-tag h3 {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.blogs-area-section .left-aside .solid-tag ul {
    overflow: hidden;
}

.blogs-area-section .left-aside .solid-tag ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.blogs-area-section .left-aside .solid-tag ul li:last-child {
    margin-right: 0;
}

.blogs-area-section .left-aside .solid-tag ul li a {
    display: block;
    font-size: 16px;
    padding: 15px 20px;
    text-transform: capitalize;
    color: #666872;
    background: #ffffff;
    border-radius: 5px;
    transition: all 0.5s;
}

.blogs-area-section .left-aside .solid-tag ul li a:hover {
    background: #16eee3;
    color: #0F142B;
}

.blogs-area-section .left-aside .addvice-space {
    background: #2E334E;
    border-radius: 10px;
    padding: 25px;
    position: relative;
}

.blogs-area-section .left-aside .addvice-space img {
    width: 100%;
    border-radius: 10px;
}

.blogs-area-section .left-aside .addvice-space .add-size h5 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: rgba(46, 51, 79, 0.8);
    border: 10px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 100px;
    text-align: center;
    line-height: 80px;
}

/*--------------------------------------
    End Our Blog Details Area Css
----------------------------------------*/

/*--------------------------------------
    Start Faq Section Css
----------------------------------------*/

.faq-section-wrap .help-form {
    background: #F0F6FA;
    padding: 100px 225px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.faq-section-wrap .help-form .search-box h3 {
    font-size: 30px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.faq-section-wrap .help-form .search-box form {
    position: relative;
    z-index: 1;
}

.faq-section-wrap .help-form .search-box form input {
    border: unset;
    padding: 17px 20px;
    border-radius: 10px;
    width: 100%;
    height: 60px;
    background: #ffffff;
    caret-color: #666872;
    color: #666872;
    line-height: 1;
}

.faq-section-wrap .help-form .search-box form input:focus {
    outline: 0;
}

.faq-section-wrap .help-form .search-box form button {
    position: absolute;
    top: 8px;
    right: 10px;
    background: #16eee3;
    color: #0F142B;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
    padding-left: 12px;
    border-radius: 5px;
    font-size: 20px;
    border: 0;
    box-shadow: none;
    transition: 0.5s;
    line-height: 1;
}

.faq-section-wrap .help-form .search-box form button:focus {
    outline: 0;
}

.faq-section-wrap .help-form .search-box form button:hover {
    background: #0F142B;
    color: #ffffff;
}

.faq-section-wrap .help-form .shape img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.faq-section-wrap .help-form .shape img:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
}

.faq-section-wrap .help-form .shape img:nth-child(3) {
    position: absolute;
    top: 95px;
    left: 80px;
}

.faq-section-wrap .help-form .shape img:nth-child(4) {
    position: absolute;
    top: 95px;
    right: 80px;
    transform: rotateY(180deg);
}

.faq-section-wrap .help-form .shape img:nth-child(5) {
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.faq-section-wrap .faq-more-question .question-form {
    background: #F0F6FA;
    padding: 30px;
    border-radius: 10px;
}

.faq-section-wrap .faq-more-question .question-form .image-wrap img {
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
}

.faq-section-wrap .faq-more-question .question-form h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    color: #0F142B;
    margin-bottom: 20px;
}

.faq-section-wrap .faq-more-question .question-form .single-form {
    position: relative;
}

.faq-section-wrap .faq-more-question .question-form .single-form .form-control {
    background: #ffffff;
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #666872;
    padding: 15px 20px;
    margin-right: 20px;
    line-height: 1;
}

.faq-section-wrap .faq-more-question .question-form .single-form .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.faq-section-wrap .faq-more-question .question-form .single-form .form-control::-moz-placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.faq-section-wrap .faq-more-question .question-form .single-form .form-control::placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.faq-section-wrap .faq-more-question .question-form .single-form.text-area-form .form-control {
    height: 180px;
}

.faq-section-wrap .faq-more-question .question-form .single-form.text-area-form i {
    top: 15px;
    bottom: unset;
}

.faq-section-wrap .faq-more-question .question-form .single-form i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    align-items: center;
    display: flex;
    color: #666872;
    font-size: 20px;
    line-height: 1;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item {
    margin-bottom: 20px;
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    padding: 0 30px;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header:focus {
    box-shadow: none;
    background: none;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header .accordion-button {
    color: #0F142B;
    font-size: 20px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    letter-spacing: 1px;
    padding: 25px 0;
    text-transform: capitalize;
    background: none !important;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header .accordion-button::after {
    content: "\ea6c";
    font-family: remixicon !important;
    background-image: none;
    width: unset;
    height: unset;
    font-weight: 400;
    font-size: 20px;
    color: #0F142B;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header .accordion-button::before {
    display: none !important;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: unset;
    background-color: unset;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header .accordion-button:hover {
    box-shadow: 0;
    background: 0;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background: 0;
    box-shadow: none;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-body {
    padding: 25px 0;
    color: #666872;
}

.faq-section-wrap .faq-questions-all .accordion .accordion-item .accordion-collapse {
    border-top: 1px solid #CFD0D4;
}

/*--------------------------------------
    End Faq Section Css
----------------------------------------*/

/*--------------------------------------
    End Contact Us Css
----------------------------------------*/

.contact-us-section-wrapper .get-in-touch .section-title {
    margin: 0;
    margin-bottom: 55px;
}

.contact-us-section-wrapper .get-in-touch .section-title p {
    line-height: 30px;
}

.contact-us-section-wrapper .get-in-touch .live-chat {
    background: #F0F6FA;
    padding: 45px;
    border-radius: 10px;
}

.contact-us-section-wrapper .get-in-touch .live-chat .text-wrap {
    display: flex;
    align-items: center;
}

.contact-us-section-wrapper .get-in-touch .live-chat .text-wrap .title {
    max-width: 335px;
}

.contact-us-section-wrapper .get-in-touch .live-chat .text-wrap .title .icon {
    position: relative;
    margin-bottom: 30px;
}

.contact-us-section-wrapper .get-in-touch .live-chat .text-wrap .title .icon img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    margin: auto;
}

.contact-us-section-wrapper .get-in-touch .live-chat .text-wrap .title .icon h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0F142B;
    text-transform: capitalize;
    padding-left: 70px;
    line-height: 50px;
}

.contact-us-section-wrapper .get-in-touch .live-chat .text-wrap .title p {
    margin-bottom: 0;
}

.contact-us-section-wrapper .get-in-touch .live-chat .text-wrap .button-wrap {
    margin-left: auto;
}

.contact-us-section-wrapper .direct-contact {
    background: #F0F6FA;
    padding-left: 70px;
    padding-right: 150px;
    padding-top: 70px;
    padding-bottom: 70px;
    border-radius: 10px;
}

.contact-us-section-wrapper .direct-contact ul li {
    border-bottom: 1px solid #CFD0D4;
    padding-bottom: 30px;
    padding-top: 30px;
}

.contact-us-section-wrapper .direct-contact ul li:first-child {
    padding-top: 0;
}

.contact-us-section-wrapper .direct-contact ul li:last-child {
    padding-bottom: 0;
    border-bottom: unset;
}

.contact-us-section-wrapper .direct-contact ul li p {
    font-size: 20px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    color: #666872;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.contact-us-section-wrapper .direct-contact ul li h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    color: #0F142B;
    margin-bottom: 30px;
    text-transform: capitalize;
}

/*--------------------------------------
    End Contact Us Section Css
----------------------------------------*/

/*--------------------------------------
    Start Map Section Css
----------------------------------------*/

.location-map .image-wrap {
    position: relative;
}

.location-map .image-wrap .locate-icon img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}

/*--------------------------------------
    End Map Section Css
----------------------------------------*/

/*--------------------------------------
    Start Customer Support Section Css
----------------------------------------*/

.customer-support .support-form .section-title {
    margin-bottom: 35px;
    margin: 0;
}

.customer-support .support-form .section-title p {
    line-height: 35px;
    margin-top: 20px;
}

.customer-support .support-form .section-title h2 {
    margin: 0;
}

.customer-support .support-form .single-form {
    position: relative;
}

.customer-support .support-form .single-form .form-control {
    background: #ffffff;
    border: 1px solid #CFD0D4;
    border-radius: 10px;
    margin-bottom: 30px;
    color: #666872;
    padding: 15px 20px;
    margin-right: 20px;
    line-height: 1;
}

.customer-support .support-form .single-form .form-control:focus {
    box-shadow: none;
    outline: 0;
}

.customer-support .support-form .single-form .form-control::-moz-placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.customer-support .support-form .single-form .form-control::placeholder {
    color: #B2B3C2;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    color: #666872;
}

.customer-support .support-form .single-form.text-area-form .form-control {
    height: 180px;
}

.customer-support .support-form .single-form.text-area-form i {
    top: 15px;
    bottom: unset;
}

.customer-support .support-form .single-form i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    align-items: center;
    display: flex;
    color: #666872;
    font-size: 20px;
    line-height: 1;
}

.customer-support .support-form .form-check {
    display: block;
    min-height: 0;
    padding-left: 0;
    margin-bottom: 0;
    line-height: 1;
    position: relative;
}

.customer-support .support-form .form-check .form-check-input {
    position: absolute;
    left: 0;
    top: 6px;
    margin: auto;
    box-shadow: none;
    border-color: #B2B3C2;
}

.customer-support .support-form .form-check .form-check-input:checked {
    background-color: #16eee3;
    box-shadow: none;
    border-color: #16eee3;
}

.customer-support .support-form .form-check .form-check-input:checked[type=checkbox] {
    background-image: url(../image/team/check-line.png);
}

.customer-support .support-form .form-check .form-check-label {
    text-transform: capitalize;
    color: #666872;
    padding-left: 25px;
    font-size: 17px;
    line-height: 30px;
}

.customer-support .support-form .form-check .form-check-label:hover {
    cursor: pointer;
}

/*--------------------------------------
    End Customer Support Section Css
----------------------------------------*/

/*--------------------------------------
    Start 404 Error Section Css
----------------------------------------*/

.error-section {
    background-image: url(../image/404-error/bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.single-error h2 {
    font-size: 80px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 30px;
    color: #ffffff;
}

.single-error h3 {
    font-size: 50px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    text-transform: capitalize;
    margin-bottom: 40px;
    color: #ffffff;
}

.single-error p {
    margin-bottom: 50px;
    color: #B2B3C2;
    max-width: 450px;
}

.single-error .button .custom-btn {
    background: rgb(125, 6, 243);
    background: linear-gradient(38deg, rgb(125, 6, 243) 0%, rgb(255, 24, 204) 100%);
    color: #ffffff;
}

/*--------------------------------------
    End 404 Error Section Css
----------------------------------------*/

/*--------------------------------------
    Start Shopping Cart Area Css
----------------------------------------*/

.cart-area .cart-controller {
    background-color: #ffffff;
    border: 1px solid #CFD0D4;
    border-bottom: none;
    margin-bottom: 35px;
}

.cart-area .trash {
    text-align: center !important;
}

.cart-area .trash .remove {
    color: #FFA620;
    font-size: 20px;
}

.cart-area .trash .remove:hover {
    color: #FFA620;
}

.cart-area .product-thumbnail {
    width: 130px;
}

.cart-area .product-thumbnail img {
    border: 1px solid #CFD0D4;
}

.cart-area .cart-table {
    text-align: center;
}

.cart-area .cart-table table {
    margin-bottom: 0;
}

.cart-area .cart-table table thead tr {
    border-style: none;
}

.cart-area .cart-table table thead tr th {
    border: none;
    color: #16eee3;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 30px;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
}

.cart-area .cart-table table tbody tr td {
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
    padding: 15px 30px;
    color: #fff;
}

.cart-area .cart-table table tbody tr td span {
    color: #666872;
}

.cart-area .cart-table table tbody tr td a {
    color: #0F142B;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Urbanist", sans-serif;
    transition: 0.5s;
}

.cart-area .cart-table table tbody tr td a:hover {
    color: #16eee3;
}

.cart-area .cart-table table tbody tr td .default-btn {
    display: inline-block;
    color: #16eee3;
    font-weight: 600;
}

.cart-area .cart-table table tbody tr td.product-quantity {
    width: 145px;
    padding: 0;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter {
    position: relative;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #0F142B;
    outline: 0;
    display: block;
    border: none;
    background-color: #F0F6FA;
    text-align: center;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    border-top: 1px solid #CFD0D4;
    border-bottom: 1px solid #CFD0D4;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
    color: #0F142B;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #0F142B;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
    color: #0F142B;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: ease all 0.5s;
    border: 1px solid #CFD0D4;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn i {
    font-weight: 700;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
    color: #16eee3;
    background-color: var(--main-color);
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    color: #0F142B;
    width: 40px;
    height: 100%;
    line-height: 48px;
    transition: ease all 0.5s;
    border: 1px solid #CFD0D4;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn i {
    font-weight: 700;
}

.cart-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
    color: #16eee3;
}

.cart-area .coupon-cart {
    padding-top: 5px;
    margin-bottom: 0;
}

.cart-area .coupon-cart form {
    margin-bottom: 30px;
}

.cart-area .coupon-cart .form-group {
    position: relative;
}

.cart-area .coupon-cart .form-group .form-control {
    border: 1px solid #CFD0D4;
    background: #ffffff;
    border-radius: 10px;
    caret-color: #666872;
    color: #666872;
}

.cart-area .coupon-cart .form-group .form-control:focus {
    border: 1px solid #CFD0D4;
}

.cart-area .coupon-cart .form-group .form-control::-moz-placeholder {
    color: #666872;
    font-size: 16px;
    text-transform: capitalize;
}

.cart-area .coupon-cart .form-group .form-control::placeholder {
    color: #666872;
    font-size: 16px;
    text-transform: capitalize;
}

.cart-area .coupon-cart .form-group .default-btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 40px;
    height: 55px;
    line-height: 24px;
}

.cart-area .coupon-cart .form-group .default-btn::before {
    display: none;
}

.cart-area .coupon-cart .form-group .default-btn::after {
    display: none;
}

.cart-area .coupon-cart .default-btn.update-cart {
    float: right;
    height: 50px;
}

.cart-area .cart-totals {
    padding: 30px;
    background-color: #F0F6FA;
    border-radius: 10px;
}

.cart-area .cart-totals h3 {
    margin-bottom: 21px;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    color: #0F142B;
    font-family: "Urbanist", sans-serif;
}

.cart-area .cart-totals h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #CFD0D4;
    width: 150px;
    height: 2px;
}

.cart-area .cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none;
}

.cart-area .cart-totals ul li {
    color: #0F142B;
    position: relative;
    margin-bottom: 15px;
}

.cart-area .cart-totals ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.cart-area .cart-totals ul li span {
    float: right;
    color: #666872;
    font-weight: normal;
}

.cart-area .cart-totals .custom-btn {
    display: block;
    text-align: center;
    padding: 15px 35px;
}

/*--------------------------------------
    End Shopping Cart Area Css
----------------------------------------*/

/*# sourceMappingURL=style.css.map */