@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://unicons.iconscout.com/release/v3.0.3/css/line.css");

body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    overflow-x: hidden !important;
    line-height: 28px;
    color: #828697;
    font-weight: 400;
    height: 100%;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 46px;
    line-height: 52px;
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 44px;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 575px) {
    h1 {
        font-size: 30px;
    }
}

h2 {
    font-size: 36px;
    line-height: 42px;
}

@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 34px;
    }
}

@media only screen and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    h2 {
        font-size: 24px;
    }
}

h3 {
    font-size: 28px;
}

@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 26px;
    }
}

@media only screen and (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 22px;
    }
}

h4 {
    font-size: 22px;
}

@media only screen and (max-width: 575px) {
    h4 {
        font-size: 20px;
    }
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Rubik", sans-serif;
    line-height: 1.5;
    font-weight: 600;
    color: #4f4c72;
}

a {
    color: #4f4c72;
    text-decoration: none !important;
    outline: none;
}

p {
    line-height: 30px !important;
}

ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0rem;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
    color: #5A68AF;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.btn:focus {
    outline: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

*:focus {
    outline: none !important;
}

button:focus {
    outline: 0px dotted !important;
    outline: 0px auto -webkit-focus-ring-color;
}

button {
    border: 0 !important;
    outline: 0 !important;
}

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

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 0px;
}

.media {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.breadcrumb {
    letter-spacing: 0.5px;
    padding: 0;
    display: block;
    background-repeat: no-repeat !important;
}

.breadcrumb h3 {
    font-size: 65px;
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: #4f4c72;
}

.breadcrumb .breadcrumb-item a:hover {
    color: #5A68AF;
}

.breadcrumb .breadcrumb-item.active {
    color: #5A68AF;
}

.breadcrumb .breadcrumb-item:before {
    content: "";
}

.breadcrumb .breadcrumb-item:after {
    content: "\f105" !important;
    font-size: 14px;
    color: #4f4c72;
    font-weight: 600;
    font-family: "Line Awesome Free";
    padding-left: 5px;
}

.breadcrumb .breadcrumb-item:last-child:after {
    display: none;
}

.bg-half-170 {
    padding: 250px 0;
}

@media (max-width: 767px) {
    .bg-half-170 {
        padding: 150px 0;
        height: auto;
    }
}

.shadow {
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
    box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4) !important;
}


input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"] {
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    color: #696969;
    border: 1px solid #f8f8fc;
    border-radius: 5px;
    outline: 0;
    background-color: #f8f8fc;
}

textarea {
    width: 100%;
    min-height: 220px;
    padding: 10px 20px;
    color: #696969;
    border: 1px solid #f8f8fc;
    border-radius: 5px;
    outline: 0;
    background-color: #f8f8fc;
}

@media print {

    #topnav,
    .footer {
        display: none !important;
    }
}


.custom-d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}


.custom-align-item-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pagination.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination li a {
    font-size: 16px;
    font-weight: 800;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #a8a9b0;
    border-radius: 50%;
}

.pagination li a:not(.prev):not(.next) {
    width: 48px;
}

.pagination li a:hover {
    color: #4f4c72;
}

.pagination li a.active {
    cursor: default;
    pointer-events: none;
    color: #4f4c72;
    background-color: #e4e6f0;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #5A68AF;
    z-index: 9999999;
}

#preloader #status {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.spinner {
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
    box-shadow: 0 3px 12px rgba(6, 11, 47, 0.06);
    margin: 100px auto;

    content: url(https://v34.net/images/spinner.png);
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px);
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}


.go-top-area {
    position: relative;
    z-index: 999;
}

.go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #5A68AF;
    z-index: 9999;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 0px;
}

.go-top-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 21px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.go-top-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #5A68AF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 0px;
}

.go-top-area .go-top:focus,
.go-top-area .go-top:hover {
    color: #fff;
}

.go-top-area .go-top:focus::before,
.go-top-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.go-top-area .go-top:focus i:first-child,
.go-top-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top-area .go-top:focus i:last-child,
.go-top-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.go-top-area .go-top.active {
    top: 98%;
    -webkit-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0px;
    right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .go-top-area .go-top.active {
        top: 93%;
    }
}

.go-top-wrap {
    position: relative;
}

.go-top-wrap .go-top-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background-color: #5A68AF;
    border-radius: 0px;
}

.go-top-wrap .go-top-btn i {
    font-size: 28px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.go-top-wrap .go-top-btn::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-color: #5A68AF;
    border-radius: 0px;
}

.go-top-wrap .go-top-btn:hover {
    background-color: #222;
    color: #fff;
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.pos-rel {
    position: relative;
}

.pos-abl {
    position: absolute;
}


.bg-section {
    height: 100%;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-image {
    height: 100%;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    background-position: center center;
}

@media (max-width: 767px) {
    .bg-home {
        padding: 150px 0;
        height: auto;
    }
}

.shape-layer {
    z-index: -2 !important;
    position: relative;
}

.shape-layer .layer {
    position: absolute;
}

.shape-layer .layer.layer-one img {
    width: auto;
}

.shape-layer .layer-one {
    bottom: 0;
}

.shape-layer .footer-bg-img {
    position: relative;
    top: -15%;
}

.shape-layer .footer-bg-img img {
    position: relative;
    width: 100%;
}


.width-100 {
    width: 100%;
}


.parallax-img {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-gray-100 {
    background: #f8f8fc;
}

.bg-gray-200 {
    background: #dcdde6;
}

.bg-gray-500 {
    background: #828697;
}

.bg-gray-600 {
    background: #4f4c72;
}

.bg-gray-700 {
    background: #28273a;
}

.bg-gray-800 {
    background: #1d1c29;
}

.gray-100 {
    color: #f8f8fc;
}

.gray-200 {
    color: #dcdde6;
}

.gray-300 {
    color: #bfc1ce;
}

.gray-400 {
    color: #a8a9b0;
}

.gray-500 {
    color: #828697;
}

.gray-600 {
    color: #4f4c72;
}

.gray-700 {
    color: #4f4c72;
}

.theme-color-1 {
    color: #5A68AF !important;
}

.bg-theme-color-1 {
    background-color: #5A68AF;
}

.bg-light {
    background-color: #f6f7f8;
}

.bb-gray-100 {
    border-bottom: 1px solid #f8f8fc;
}

.bb-gray-200 {
    border-bottom: 1px solid #dcdde6;
}

.bb-gray-300 {
    border-bottom: 1px solid #bfc1ce;
}

.bb-gray-400 {
    border-bottom: 1px solid #a8a9b0;
}

.bb-gray-500 {
    border-bottom: 1px solid #828697;
}

.bb-gray-600 {
    border-bottom: 1px solid #4f4c72;
}

.bt-gray-100 {
    border-top: 1px solid #f8f8fc;
}

.bt-gray-200 {
    border-top: 1px solid #dcdde6;
}

.bt-gray-300 {
    border-top: 1px solid #bfc1ce;
}

.bt-gray-400 {
    border-top: 1px solid #a8a9b0;
}

.bt-gray-500 {
    border-top: 1px solid #828697;
}

.bt-gray-600 {
    border-top: 1px solid #4f4c72;
}

.br-gray-100 {
    border-right: 1px solid #f8f8fc;
}

.br-gray-200 {
    border-right: 1px solid #dcdde6;
}

.br-gray-300 {
    border-right: 1px solid #bfc1ce;
}

.br-gray-400 {
    border-right: 1px solid #a8a9b0;
}

.br-gray-500 {
    border-right: 1px solid #828697;
}

.br-gray-600 {
    border-right: 1px solid #4f4c72;
}

.br-35px {
    border-radius: 35px !important;
}


.acavo-responsive-nav {
    display: none;
}

.acavo-nav .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}

.acavo-nav .navbar {
    position: inherit;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.acavo-nav .navbar .navbar-brand {
    font-size: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.acavo-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.acavo-nav .navbar .navbar-nav {
    margin-left: auto;
}

.acavo-nav .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 14px;
    margin-right: 14px;
}

.acavo-nav .navbar .navbar-nav .nav-item a {
    color: #4f4c72;
    font-size: 17px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.acavo-nav .navbar .navbar-nav .nav-item a i {
    font-size: 12px;
    display: inline-block;
    margin-right: -3px;
}

.acavo-nav .navbar .navbar-nav .nav-item a:hover,
.acavo-nav .navbar .navbar-nav .nav-item a:focus,
.acavo-nav .navbar .navbar-nav .nav-item a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item:hover a,
.acavo-nav .navbar .navbar-nav .nav-item.active a {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 250px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    margin-top: 15px;
    position: absolute;
    visibility: hidden;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-top: 3px solid #5A68AF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 10px 20px;
    position: relative;
    display: block;
    color: #4f4c72;
    font-size: 16.5px;
    font-weight: 600;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    margin-top: 15px;
    visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #4f4c72;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4f4c72;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4f4c72;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4f4c72;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -300px;
    visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4f4c72;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 300px;
    visibility: hidden;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #4f4c72;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu {
    position: inherit;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .container {
    display: block;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu {
    width: 100%;
    top: auto;
    left: 0;
    margin-top: 0;
    padding: 30px 0;
    position: absolute;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
    margin-top: 14px;
    color: #4f4c72;
    padding: 0;
    display: block;
    font-size: 16.4px;
    font-weight: 600;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
    color: #5A68AF;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child a {
    margin-top: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding-top: 30px;
    margin-top: 30px;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
    width: 70px;
    height: 70px;
    position: relative;
    background: #f4f4f4;
    text-align: center;
    font-size: 40px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #4f4c72;
    margin-bottom: 15px;
    border-width: 1.5px;
    border-style: dashed;
    border-color: #eeeeee;
    border-radius: 50%;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 800;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
    display: block;
    margin-top: 5px;
    color: #5A68AF;
    font-weight: 600;
    font-size: 15px;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.acavo-nav .navbar .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
    background-color: #5A68AF;
    border-color: #ffffff;
    color: #ffffff;
}

.acavo-nav .navbar .others-option {
    margin-left: 30px;
}

.acavo-nav .navbar .others-option .option-item {
    margin-left: 30px;
}

.acavo-nav .navbar .others-option .option-item:first-child {
    margin-left: 0;
}

.acavo-nav .navbar .others-option .option-item .search-box {
    position: relative;
    width: 300px;
    border-radius: 5px;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #4f4c72;
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search::-webkit-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search::-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus {
    border-color: #5A68AF;
    outline: none;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-webkit-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus:-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::-ms-input-placeholder,
.acavo-nav .navbar .others-option .option-item .search-box .input-search:focus::placeholder {
    color: transparent;
}

.acavo-nav .navbar .others-option .option-item .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #5A68AF;
    border-radius: 5px;
    font-size: 22px;
    padding: 0 15px;
}

.acavo-nav .navbar .others-option .option-item .default-btn {
    margin-bottom: -6px;
}

.navbar-area {
    position: absolute;
    background-color: transparent;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-area.navbar-style-two {
    position: relative;
}

.navbar-area.navbar-style-two.is-sticky {
    position: fixed;
}

.others-option-for-responsive {
    display: none;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -40px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #4f4c72;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #5A68AF;
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.others-option-for-responsive .option-inner {
    padding: 15px 15px 8px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

.others-option-for-responsive .option-inner .search-box {
    margin-bottom: 15px;
    position: relative;
    border-radius: 5px;
}

.others-option-for-responsive .option-inner .search-box .input-search {
    display: block;
    width: 100%;
    height: 48px;
    border: none;
    border-radius: 5px;
    background-color: #f5f5f5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #4f4c72;
    font-size: 17px;
    font-weight: 600;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    padding-right: 0;
}

.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search::-webkit-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search::-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search::placeholder {
    color: #848484;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus {
    border-color: #5A68AF;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder {
    color: transparent;
}

.others-option-for-responsive .option-inner .search-box .input-search:focus::-webkit-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:focus:-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:focus::-ms-input-placeholder,
.others-option-for-responsive .option-inner .search-box .input-search:focus::placeholder {
    color: transparent;
}

.others-option-for-responsive .option-inner .search-box button {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    background-color: transparent;
    border: none;
    color: #5A68AF;
    border-radius: 5px;
    padding: 0 15px;
}

.others-option-for-responsive .option-inner .others-option {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.others-option-for-responsive .option-inner .others-option .option-item {
    margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
    margin-left: 0;
}

.others-option-for-responsive .option-inner .others-option .cart-btn {
    font-size: 22px;
    position: relative;
    line-height: 1;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a {
    display: inline-block;
    position: relative;
    color: #4f4c72;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a span {
    position: absolute;
    right: -4px;
    top: -4px;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #5A68AF;
    font-size: 10px;
    font-weight: 600;
}

.others-option-for-responsive .option-inner .others-option .cart-btn a:hover {
    color: #5A68AF;
}


@media only screen and (max-width: 1199px) {
    .navbar-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-area.is-sticky {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-area.is-sticky .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav {
        margin-top: 63px;
    }

    .navbar-area.is-sticky .others-option-for-responsive .container .container {
        top: 10px;
    }

    .navbar-area.navbar-style-two {
        padding-top: 17px;
        padding-bottom: 17px;
    }

    .acavo-responsive-nav {
        display: block;
    }

    .acavo-responsive-nav .acavo-responsive-menu {
        position: relative;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav {
        margin-top: 70px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li a.active {
        color: #5A68AF;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14.5px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 306px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item {
        overflow: hidden;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .container {
        border-top: 1px solid #eeeeee;
        padding-left: 0;
        padding-right: 0;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row {
        display: block;
        -ms-flex-wrap: unset;
        flex-wrap: unset;
        margin-left: 0;
        margin-right: 0;
        margin-top: -20px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        -webkit-box-flex: unset;
        -ms-flex-positive: unset;
        flex-grow: unset;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:last-child {
        margin-bottom: 15px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row .col:first-child .megamenu-submenu li {
        border-top: none;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item .row:nth-child(2) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .nav-item a {
        width: 100%;
        float: unset;
        display: block;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu a {
        border-bottom: none !important;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .mean-expand {
        display: none !important;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu {
        width: 80%;
        overflow: hidden;
        display: block !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a {
        border: none;
        margin-top: 18px;
        color: #677294;
        padding: 0;
        font-size: 14.5px;
        font-weight: 600;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a:hover,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li a.active {
        color: #5A68AF;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .megamenu-submenu li:first-child {
        border-top: 1px solid #eeeeee;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget {
        position: relative;
        border-top: 0;
        margin-top: 0;
        padding-left: 25px;
        padding-right: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon {
        width: 50px;
        height: 50px;
        position: relative;
        background: #f4f4f4;
        text-align: center;
        font-size: 28px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #4f4c72;
        margin-bottom: 15px;
        border-width: 1.5px;
        border-style: dashed;
        border-color: #eeeeee;
        border-radius: 50%;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .icon i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget h3 {
        margin-bottom: 0;
        font-size: 16px;
        font-weight: 600;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .sub-title {
        display: block;
        margin-top: 5px;
        color: #5A68AF;
        font-weight: 600;
        font-size: 13px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget .link-btn {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 2;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav .nav-item.megamenu .dropdown-menu .single-category-widget:hover .icon {
        background-color: #5A68AF;
        border-color: #ffffff;
        color: #ffffff;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box {
        display: none !important;
        position: absolute;
        right: 340px;
        top: -11px;
        width: 270px;
        border-radius: 5px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search {
        display: block;
        width: 100%;
        height: 48px;
        border: none;
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        color: #4f4c72;
        font-size: 17px;
        font-weight: 600;
        padding-left: 15px;
        padding-top: 1px;
        padding-bottom: 0;
        padding-right: 0;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder {
        color: #848484;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-webkit-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search::placeholder {
        color: #848484;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus {
        border-color: #5A68AF;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder {
        color: transparent;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-webkit-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus:-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::-ms-input-placeholder,
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box .input-search:focus::placeholder {
        color: transparent;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .search-box button {
        position: absolute;
        right: 0;
        top: 0;
        height: 48px;
        background-color: transparent;
        border: none;
        color: #5A68AF;
        border-radius: 5px;
        padding: 0 15px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option {
        position: absolute;
        right: 55px;
        display: none !important;
        top: -10px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .option-item {
        margin-left: 30px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .option-item:first-child {
        margin-left: 0;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn {
        font-size: 22px;
        position: relative;
        line-height: 1;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn a {
        display: inline-block;
        position: relative;
        color: #4f4c72;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn a span {
        position: absolute;
        right: -4px;
        top: -4px;
        width: 14px;
        height: 14px;
        text-align: center;
        line-height: 14px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #5A68AF;
        font-size: 10px;
        font-weight: 600;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .others-option .cart-btn a:hover {
        color: #5A68AF;
    }

    .acavo-responsive-nav .mean-container a.meanmenu-reveal {
        color: #4f4c72;
    }

    .acavo-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #4f4c72;
    }

    .acavo-responsive-nav .logo {
        position: relative;
        width: 70%;
        z-index: 999;
    }

    .acavo-nav {
        display: none;
    }

    .others-option-for-responsive {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul {
        font-size: 16px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav {
        height: 324px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul {
        font-size: 16.5px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 15.5px;
    }

    .acavo-responsive-nav .acavo-responsive-menu.mean-container .navbar-nav {
        height: 327px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .acavo-nav .container-fluid {
        max-width: 1200px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .acavo-nav .navbar .navbar-nav {
        padding-right: 52px;
    }

    .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu {
        left: auto;
        right: 0;
    }

    .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        right: auto;
        left: -250px;
    }

    .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
        left: 250px;
    }

    .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
        left: -250px;
    }

    .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
        left: 250px;
    }

    .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
        left: -250px;
    }

    .acavo-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
        left: 250px;
    }

    .acavo-nav .navbar .others-option {
        display: none !important;
    }

    .others-option-for-responsive {
        display: block;
    }

    .others-option-for-responsive .container .container {
        right: -20px;
    }

    .others-option-for-responsive .dot-menu {
        padding: 0 10px 0 0;
        right: -20px;
        top: -51px;
    }
}


.footer {
    padding: 60px 0 0;
}

.footer .logo-light {
    display: block;
}

.footer .logo-dark {
    display: none;
}

.footer .footer-desc,
.footer .footer-alt {
    color: #4f4c72;
}

.footer .text-left {
    text-align: left;
}

.footer .text-right {
    float: right;
}

.footer .footer-list-title {
    font-size: 24px;
    color: #4f4c72;
}

.footer .footer-icons {
    color: #4f4c72;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer .footer-icons a {
    width: 45px;
    height: 45px;
    line-height: 42px;
    border: 1px solid #4f4c72;
    border-radius: 50%;
    display: block;
    color: #4f4c72;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
}

.footer .footer-icons a:hover {
    color: #ffffff;
    background-color: #5A68AF;
    border: 1px solid #5A68AF;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
    box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
}

.footer .company-sub-menu li {
    padding: 8px 0;
}

.footer .company-sub-menu li a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #4f4c72;
}

.footer .company-sub-menu li a:hover {
    color: #5A68AF !important;
}


.hero-1-bg {
    padding: 170px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.hero-1-bg .hero-1-title {
    font-size: 52px;
    color: #4f4c72;
}

.hero-1-bg p {
    font-size: 16px;
    font-family: "Rubik", sans-serif;
    color: #4f4c72;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.hero-1-bg .subscribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

.hero-1-bg .subscribe-form input {
    padding: 20px 20px;
    width: 100%;
    border: none;
    outline: none !important;
    padding-right: 160px;
    padding-left: 20px;
    background-color: #f4f4fa;
    border-radius: 4px;
}

.hero-1-bg .subscribe-form button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    outline: 0;
}

.hero-1-bg .subscribe-form ::-webkit-input-placeholder {
    font-size: 16px;
    color: #9ea1ae;
}

.hero-1-bg .subscribe-form :-ms-input-placeholder {
    font-size: 16px;
    color: #9ea1ae;
}

.hero-1-bg .subscribe-form ::-ms-input-placeholder {
    font-size: 16px;
    color: #9ea1ae;
}

.hero-1-bg .subscribe-form ::placeholder {
    font-size: 16px;
    color: #9ea1ae;
}

.hero-2-bg {
    padding: 170px 0px 0px;
}

.hero-2-bg h1 {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.hero-2-bg h1 span {
    border-radius: 25px;
    background: #5A68AF;
    color: #ffffff;
    padding: 10px 30px;
}

.hero-2-bg h3 {
    font-size: 68px;
    color: #28273a;
    font-weight: 600;
}

.hero-2-bg h3 span {
    color: #815DA4;
}

.hero-2-bg p {
    color: #828697;
}

.hero-2-bg .hero-2-img {
    position: relative;
    top: 92px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.hero-3-bg {
    padding: 210px 0 170px;
}

.hero-3-bg .hero-3-title {
    font-size: 48px;
    color: #28273a;
}

.hero-3-bg .hero-3-title .text-bottom-border {
    position: relative;
    z-index: 2;
    padding: 0 10px;
}

.hero-3-bg .hero-3-title .text-bottom-border:after {
    content: "";
    background: rgba(102, 111, 255, 0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 10%;
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-3-bg .hero-3-title .text-bottom-border:hover:after {
    background: rgba(102, 111, 255, 0.1);
    height: 100%;
}

.hero-3-bg .hero-3-registration-form {
    -webkit-box-shadow: 0 4px 16px rgba(40, 39, 58, 0.065);
    box-shadow: 0 4px 16px rgba(40, 39, 58, 0.065);
    padding: 40px;
}

.hero-3-bg .hero-3-registration-form .registration-form .form-control {
    border-color: #e6eaed;
}

.hero-3-bg .hero-3-registration-form .registration-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #b8bcff;
}

.hero-3-bg .hero-3-registration-form .form-border {
    border: 1px solid #e9ecef;
}

.hero-4-bg {
    padding: 80px 0 0px;
}

.hero-4-bg .hero-3-title {
    font-size: 60px;
    color: #4f4c72;
    font-family: "Poppins", sans-serif;
}

.hero-4-bg .hero-3-title span {
    color: #815DA4;
}

.hero-4-bg .play-icon-circle {
    border: 2px solid #4f4c72;
    height: 46px;
    font-size: 24px;
    width: 46px;
    color: #4f4c72;
    line-height: 43px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hero-4-bg .play-icon-circle:hover {
    background-color: #5A68AF;
    border-color: #5A68AF;
    -webkit-box-shadow: 0 0px 0px 6px rgba(102, 111, 255, 0.12);
    box-shadow: 0 0px 0px 6px rgba(102, 111, 255, 0.12);
    color: #ffffff !important;
}

@media (max-width: 576px) {

    .hero-1-title,
    .hero-2-title,
    .hero-3-title,
    .hero-4-title {
        font-size: 36px !important;
    }
}

@media (max-width: 768px) {
    .hero-1-bg {
        padding: 150px 0;
    }

    .hero-2-bg {
        padding: 130px 0 70px;
    }

    .hero-3-bg {
        padding: 130px 0 0px;
    }

    .hero-4-bg {
        padding: 140px 0 110px;
    }
}

@media (max-width: 1024px) {
    .hero-2-bg {
        height: auto !important;
        padding: 170px 0 130px;
    }
}



.brand-style-1 .client-logo {
    padding: 15px;
}

@media only screen and (max-width: 767px) {
    .brand-style-1 .client-logo img {
        width: 75%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .brand-style-1 .client-logo img {
        width: 65%;
    }
}

@media only screen and (max-width: 575px) {
    .brand-style-1 .client-logo img {
        width: 65%;
    }
}

@media only screen and (max-width: 479px) {
    .brand-style-1 .client-logo img {
        width: 65%;
    }
}


.brand-style-2 {
    padding: 60px;
    background-color: #fff;
    text-align: center;
    border-radius: 6px;
    -webkit-transition: .7s ease;
    transition: .7s ease;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.brand-style-2:hover {
    -webkit-box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.brand-style-2 a {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.brand-style-2 .main-img {
    position: relative;
}

.brand-style-2 .hover-img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.brand-style-2:hover .hover-img {
    position: absolute;
    opacity: 1;
    -webkit-transition: .7s ease;
    transition: .7s ease;
}

.brand-style-2:hover .main-img {
    opacity: 0;
    -webkit-transition: .6s ease;
    transition: .6s ease;
}


.pricing-area .pricing-item {
    background-color: #fff;
    border-radius: 8px;
    padding: 42px 40px 45px 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(158, 166, 186, 0.2);
}

@media only screen and (max-width: 479px) {
    .pricing-area .pricing-item {
        width: auto;
    }
}

.pricing-area .pricing-item .pricing-tooltip {
    position: absolute;
    width: auto;
    right: 20px;
    left: auto;
    top: 20px;
    border-radius: 4px 4px 0 0;
}

.pricing-area .pricing-item .pricing-tooltip .pricing__tooltip {
    display: inline-block;
    border-radius: 8px;
    padding: 6px 16px;
    font-size: 15px;
    color: #fff;
    background-color: #32d123;
}

.pricing-area .pricing-item .pricing-title {
    padding-bottom: 33px;
    border-bottom: none;
    margin-bottom: 0;
}

.pricing-area .pricing-item .pricing-title .pricing-price {
    font-size: 60px;
    font-weight: 600;
    color: #5A68AF;
    margin-bottom: 0;
}

.pricing-area .pricing-item .pricing-title .pricing-price small {
    font-size: 28px;
    font-weight: 600;
}

.pricing-area .pricing-item .pricing-title .pricing-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-area .pricing-item .pricing-list {
    padding-bottom: 33px;
}

.pricing-area .pricing-item .pricing-list li {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(158, 166, 186, 0.2);
    padding-bottom: 15px;
}

.pricing-area .pricing-item .pricing-list li span {
    color: #2e3d62;
    float: right;
    margin-right: 0;
    font-weight: 500;
}

.pricing-area .pricing-item .pricing-list li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.pricing-area .pricing-item .pricing-price .pricing-meta {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 23px;
    font-size: 12px;
    text-align: center;
}

@media (max-width: 320px) {
    .pricing-item .pricing-title .pricing-price {
        font-size: 50px;
    }
}


.theme-btn {
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    font-family: "Poppins", sans-serif;
    padding: 20px 36px 20px 35px;
    display: inline-block;
    text-align: center !important;
    border-radius: 7px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.theme-btn.clr-1 {
    background: #5A68AF;
}

.theme-btn.clr-2 {
    background: #815DA4;
}

.theme-btn.clr-3 {
    background: #28273a;
}

.theme-btn.clr-4 {
    background: #ffffff;
    color: #28273a;
}

.theme-btn i {
    font-size: 16px;
    line-height: 1;
    margin-left: 5px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.theme-btn::before {
    top: 0px;
    width: 0px;
    left: auto;
    right: 0px;
    z-index: -1;
    bottom: 0px;
    content: "";
    position: absolute;
    border-radius: 7px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.theme-btn:hover {
    color: #ffffff;
}

.theme-btn:hover::before {
    left: 0px;
    width: 100%;
    right: auto;
}

.theme-btn:hover i {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}

.theme-btn-bg::before {
    background: #815DA4;
}

.theme-btn-bg-02::before {
    background: #5A68AF;
}

.theme-btn-bg-03::before {
    color: #28273a;
    background: #ffffff;
}


.google-map.contact-map {
    line-height: 1;
    margin-bottom: -5px;
}

.google-map.contact-map iframe {
    height: 600px;
    width: 100%;
}

@media (max-width: 767px) {
    .contact-area {
        padding-top: 80px;
        padding-bottom: 70px;
    }
}

.contact-area .contact-list li {
    padding-left: 0;
    font-size: 22px;
    line-height: 1;
    color: #828697;
    position: relative;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
    display: table;
}

@media (max-width: 767px) {
    .contact-area .contact-list li {
        font-size: 18px;
    }
}

.contact-area .contact-list li span {
    display: table-cell;
    vertical-align: middle;
}

.contact-area .contact-list li::before {
    display: none;
}

.contact-area .contact-list li i {
    font-size: 30px;
    color: #5A68AF;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .contact-area .contact-list li i {
        font-size: 18px;
    }
}

.contact-area .form textarea {
    padding-top: 16px;
}

.contact-input {
    width: 100%;
    background: #f8f8fc;
    border: none;
    margin-bottom: 30px;
    height: 60px;
    padding: 0 30px;
}

.contact-input:last-child {
    margin-bottom: 25px;
}

.contact-input.contact-input-messege {
    height: 170px;
}

.contact-input.contact-input-messege::-webkit-input-placeholder {
    padding-top: 0;
}

.contact-input.contact-input-messege:-ms-input-placeholder {
    padding-top: 0;
}

.contact-input.contact-input-messege::-ms-input-placeholder {
    padding-top: 0;
}

.contact-input.contact-input-messege::placeholder {
    padding-top: 0;
}



.blog {
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog .thumbnail .image {
    display: block;
}

.blog .thumbnail .image img {
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog .info {
    position: relative;
    padding: 30px 0;
}

.blog .info .category {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 0 0 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4f4c72;
}

.blog .info .category:hover {
    color: #5A68AF;
}

.blog .info .title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}

.blog .info .desc {
    margin-top: 10px;
}

.blog .info .meta {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog .info .meta li {
    margin-right: 28px;
}

.blog .info .meta li:last-child {
    margin-right: 0;
}

.blog .info .meta li i {
    margin-right: 10px;
}

.blog:hover .thumbnail .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.blog-2 {
    position: relative;
    overflow: hidden;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.05);
}

.blog-2 .thumbnail {
    position: relative;
    overflow: hidden;
}

.blog-2 .thumbnail.overlay-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: inherit;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.3)));
    background-image: linear-gradient(-180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
}

.blog-2 .thumbnail .image {
    display: block;
}

.blog-2 .thumbnail .image img {
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-2 .info {
    position: relative;
    padding: 25px 30px;
}

.blog-2 .info.content-absolute {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    padding: 20px 38px 54px;
}

@media only screen and (max-width: 767px) {
    .blog-2 .info.content-absolute {
        padding: 25px 30px;
    }
}

.blog-2 .info.content-absolute .category {
    color: #ffffff;
}

.blog-2 .info.content-absolute .category:hover {
    color: #ffffff;
}

.blog-2 .info.content-absolute .title {
    font-size: 28px;
    line-height: 1.42;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-2 .info.content-absolute .title {
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-2 .info.content-absolute .title {
        font-size: 20px;
        line-height: 1.5;
        margin: 0;
    }
}

.blog-2 .info.content-absolute .title a:hover {
    color: #ffffff;
}

.blog-2 .info.content-absolute .meta li {
    color: #ffffff;
}

.blog-2 .info .category {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 0 0 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4f4c72;
}

.blog-2 .info .category:hover {
    color: #5A68AF;
}

.blog-2 .info .title {
    font-size: 20px;
    line-height: 1.5;
    margin: 0;
}

.blog-2 .info .desc {
    margin-top: 10px;
}

.blog-2 .info .meta {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog-2 .info .meta li {
    margin-right: 28px;
}

.blog-2 .info .meta li:last-child {
    margin-right: 0;
}

.blog-2 .info .meta li i {
    margin-right: 10px;
}

.blog-2:hover .thumbnail .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-2.health-blog {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.blog-2.health-blog .info {
    position: relative;
    padding: 21px 0 20px;
}

.blog-2.health-blog .info .category {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 0 4px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4f4c72;
}

.blog-2.health-blog .info .category:hover {
    color: #815DA4;
}

.blog-2.health-blog .info .title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
    color: #f9c322;
    margin: 0;
}

.blog-2.health-blog .info p {
    margin: 6px 0 0;
}

.blog-2.motivation-blog {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.blog-2.motivation-blog .info {
    position: relative;
    padding: 24px 0 0;
}

.blog-2.motivation-blog .info .meta {
    margin-top: 0;
    margin-bottom: 10px;
}

.blog-2.motivation-blog .info .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
}

.blog-2.motivation-blog .info p {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}


.blog-3 {
    height: 100%;
    margin-bottom: 50px;
    padding-bottom: 50px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-bottom: 1px solid #f3f3f3;
}

.blog-3 .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-3 .thumbnail .image {
    display: block;
}

.blog-3 .thumbnail .image img {
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-3 .info {
    position: relative;
    padding: 30px 0 0;
}

.blog-3 .info .category {
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin: 0 0 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #4f4c72;
}

.blog-3 .info .category:hover {
    color: #5A68AF;
}

.blog-3 .info .title {
    font-size: 28px;
    line-height: 1.42;
    margin: 0;
}

.blog-3 .info .meta {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-right: -28px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog-3 .info .meta li {
    margin-top: 5px;
    margin-right: 28px;
}

.blog-3 .info .meta li i {
    margin-right: 10px;
}

.blog-3 .info .meta li .avatar {
    width: 32px;
    height: 32px;
    margin-right: 8px;
    border-radius: 50%;
}

.blog-3 .info .meta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-3 .info .desc {
    margin-top: 16px;
}

.blog-3 .info .desc .block-quote {
    border-left: 4px solid #5A68AF;
    padding-left: 20px;
    margin: 50px 0 44px 48px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.78;
    max-width: 660px;
}

@media only screen and (max-width: 767px) {
    .blog-3 .info .desc .block-quote {
        margin: 25px 0 20px 0px;
    }
}

.blog-3 .info .entry-post-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.blog-3 .info .entry-post-tags .tag-label {
    margin: 0 7px 0 0;
}

.blog-3 .info .post-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-3 .info .post-share .label {
    font-weight: 500;
    margin-right: 15px;
}

.blog-3 .info .post-share .media {
    position: relative;
}

.blog-3 .info .post-share .media .icon {
    display: block;
    width: 52px;
    height: 52px;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-align: center;
    color: #5A68AF;
    border: 2px solid #EDEDED;
    border-radius: 50%;
}

.blog-3 .info .post-share .media .icon i {
    font-size: 18px;
    line-height: 48px;
}

.blog-3 .info .post-share .media .list {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    width: auto;
    padding: 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    white-space: nowrap;
    opacity: 0;
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
}

.blog-3 .info .post-share .media .list::before {
    position: absolute;
    top: 100%;
    right: 20px;
    content: "";
    border-top: 8px solid #ffffff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}

.blog-3 .info .post-share .media .list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 12px;
    color: #828697;
}

.blog-3 .info .post-share .media .list a:hover {
    color: #5A68AF;
}

.blog-3 .info .post-share .media:hover .icon {
    color: #ffffff;
    border-color: transparent;
    background-color: #5A68AF;
}

.blog-3 .info .post-share .media:hover .list {
    visibility: visible;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 1;
}

.blog-3:hover .thumbnail .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (max-width: 767px) {
    .blog-3 .info .title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-3 .post-share .label {
        display: none;
    }
}


.blog-4 {
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-bottom: 30px;
}

.blog-4 .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.blog-4 .thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(11%, rgba(51, 51, 51, 0)), color-stop(80%, #000));
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0) 11%, #000 80%);
    z-index: 9;
}

.blog-4 .thumbnail .image {
    display: block;
}

.blog-4 .thumbnail .image img {
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.blog-4 .thumbnail .post-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 20px 20px 15px;
}

@media only screen and (max-width: 479px) {
    .blog-4 .thumbnail .post-overlay-content {
        padding: 20px 15px 15px;
    }
}

.blog-4 .thumbnail .post-overlay-content .meta {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-right: -28px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.blog-4 .thumbnail .post-overlay-content .meta li {
    margin-bottom: 5px;
    padding: 0 13px;
}

.blog-4 .thumbnail .post-overlay-content .meta li i {
    margin-right: 10px;
}

.blog-4 .thumbnail .post-overlay-content .meta li a {
    position: relative;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-4 .thumbnail .post-overlay-content .meta li a::after {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #ffffff;
}

.blog-4 .thumbnail .post-overlay-content .meta li a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.blog-4 .info {
    position: relative;
    padding: 20px 0 0;
}

.blog-4 .info .title {
    font-size: 28px;
    line-height: 1.42;
    color: #ffffff;
    margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-4 .info .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-4 .info .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 479px) {
    .blog-4 .info .title {
        font-size: 24px;
    }
}

.blog-4 .info .desc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-4 .info .desc p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}

.blog-4 .info .blog-btn {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #5A68AF;
}

.blog-4 .info .blog-btn i {
    margin-left: 14px;
    vertical-align: middle;
}

.blog-4:hover .thumbnail .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.blog-list-wrap {
    border-left: 1px solid #272931;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-list-wrap {
        border-left: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-list-wrap {
        border-left: 0px;
    }
}

.blog-list-wrap div:first-child {
    padding-top: 0;
}

.blog-list-wrap div:last-child {
    border-bottom: 0;
}


.entry-author .author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .entry-author .author-info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.entry-author .author-avatar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .entry-author .author-avatar {
        margin: 0 auto;
    }
}

.entry-author .author-avatar img {
    border-radius: 50%;
}

@media only screen and (max-width: 575px) {
    .entry-author .author-avatar {
        width: 120px;
    }
}

.entry-author .author-social-networks {
    margin-top: 0;
}

.entry-author .author-social-networks .inner {
    display: inline-block;
    margin: 22px -9px 0;
}

.entry-author .author-social-networks .inner a {
    display: block;
    float: left;
    padding: 6px 9px;
    font-size: 13px;
    line-height: 1;
    color: #4f4c72;
}

.entry-author .author-biographical-info {
    margin-top: 15px;
    font-size: 15px;
    color: #828697;
}

.blog-nav-links {
    margin-top: 35px;
}

.blog-nav-links .nav-list {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
}

@media only screen and (max-width: 767px) {
    .blog-nav-links .nav-list {
        -ms-grid-columns: auto;
        grid-template-columns: auto;
    }
}

.blog-nav-links .nav-list .nav-item.next {
    text-align: right;
}

.blog-nav-links .nav-list .nav-item.next .inner a h6 {
    padding: 20px 50px 20px 30px;
}

.blog-nav-links .nav-list .nav-item.next .inner a h6::before {
    right: 20px;
    content: "\ea62";
}

.blog-nav-links .nav-list .nav-item .inner a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 120px;
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-shadow: 0 15px 50px rgba(51, 51, 51, 0.1);
    box-shadow: 0 15px 50px rgba(51, 51, 51, 0.1);
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.blog-nav-links .nav-list .nav-item .inner a .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4f4c72;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.blog-nav-links .nav-list .nav-item .inner a .hover-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0)), color-stop(80%, #000));
    background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, #000 80%);
    border-radius: 5px;
}

.blog-nav-links .nav-list .nav-item .inner a h6 {
    display: block;
    word-wrap: break-word;
    width: 100%;
    padding: 20px 30px 20px 50px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    margin: 0;
}

.blog-nav-links .nav-list .nav-item .inner a h6::before {
    left: 20px;
    content: "\ea60";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    font-family: 'LineIcons';
    color: #5A68AF;
}

.blog-nav-links .nav-list .nav-item .inner a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.blog-nav-links .nav-list .nav-item .inner a:hover .hover-bg {
    opacity: 1;
}

.blog-nav-links .nav-list .nav-item .inner a:hover h6 {
    color: #ffffff;
}

.blog-nav-links .nav-list .nav-item .inner a:hover h6::before {
    color: #ffffff;
}

.comment-list-wrapper {
    padding-top: 30px;
    margin-top: 45px;
}

.comment-list-wrapper .title {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 50px;
}

.comment-list-wrapper .title span {
    color: #5A68AF;
}

.comment-list {
    margin: 0;
    padding: 0;
}

.comment-list .comment {
    list-style-type: none;
    padding: 25px 0;
}

.comment-list .comment:last-child {
    padding-bottom: 0;
}

.comment-list .comment-author {
    float: left;
}

.comment-list .comment-author img {
    border-radius: 50px;
}

.comment-list .comment-content {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
}

.comment-list .meta {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 479px) {
    .comment-list .meta {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.comment-list .meta .fn {
    font-size: 15px;
    text-transform: uppercase;
    color: #4f4c72;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
}

.comment-list .meta .comment-datetime {
    position: relative;
    display: inline-block;
    padding-left: 15px;
    margin-left: 10px;
    font-size: 14px;
    font-style: italic;
    color: #828697;
}

.comment-list .meta .comment-datetime::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #d8d8d8;
    border-radius: 50%;
}

.comment-list .meta .star-rating {
    font-size: 12px;
    position: relative;
    display: block;
    margin-right: 10px;
}

@media only screen and (max-width: 479px) {
    .comment-list .meta .star-rating {
        margin-top: 10px;
    }
}

.comment-list .meta .star-rating::before {
    font-family: 'LineIcons';
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
    color: #828697;
}

.comment-list .meta .star-rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.comment-list .meta .star-rating .rating-active::before {
    font-family: 'LineIcons';
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
    white-space: nowrap;
    color: #f5cc26;
}

.comment-list .comment-actions a {
    margin-right: 20px;
    font-weight: 500;
    color: #4f4c72;
}

.comment-list .comment-actions a:hover {
    color: #5A68AF;
}

.comment-list .children {
    margin: 20px 0 20px 50px;
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .comment-list .children {
        margin: 20px 0 20px 25px;
    }
}

.comment-list .children li + li {
    margin-top: 35px;
}

.comment-list .comment-actions {
    margin-top: 16px;
    margin-top: 16px;
    color: #828697;
}

.comment-list .comment-actions .comment-datetime {
    display: inline-block;
    margin-right: 10px;
}

.comment-list .comment-actions .comment-reply-link {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
}

.comment-form-wrap {
    margin-top: 60px;
}

.comment-form-wrap .comment-respond .title {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.comment-form-wrap .comment-respond p {
    margin-bottom: 30px;
}

.comment-form-wrap .comment-respond .comment-form-rating label {
    font-weight: 500;
    color: #111;
    margin-right: 26px;
}

.comment-form-wrap .comment-respond .comment-form-rating .rating {
    font-family: 'LineIcons';
    font-size: 12px;
    line-height: 1;
    position: relative;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    color: #f5cc26;
}

.comment-form-wrap .comment-respond .comment-form-rating .rating::before {
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
}

.comment-form-wrap .comment-respond .comment-form-rating .rating .star {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.comment-form-wrap .comment-respond .comment-form-rating .rating .star::before {
    font-weight: 700;
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
}


.sidebar-widget-wrapper {
    float: left;
    width: 100%;
    padding-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (max-width: 767px) {
    .sidebar-widget-wrapper {
        padding-right: 0;
    }
}

.sidebar-widget {
    float: left;
    width: 100%;
}

.sidebar-widget + .sidebar-widget {
    margin-top: 45px;
}

.sidebar-widget-title {
    font-size: 24px;
    margin-bottom: 30px;
}

.sidebar-widget-search form {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.sidebar-widget-search form input {
    padding-right: 50px;
    width: 100%;
    min-height: 56px;
    padding: 3px 20px;
    padding-right: 20px;
    color: #696969;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    outline: 0;
    background-color: #f5f5f5;
}

.sidebar-widget-search form button {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    color: #5A68AF;
    border: none;
    border-radius: 4px;
    background-color: transparent;
}

.sidebar-widget-search form button:hover {
    color: #ffffff;
    background-color: #5A68AF;
}

.sidebar-widget-price-filter {
    padding-bottom: 24px;
    border-bottom: 2px solid #F3F3F3;
}

.sidebar-widget-price-filter .irs--V34 {
    margin-bottom: 65px;
}

.sidebar-widget-price-filter .irs--V34 .irs .irs-single {
    top: calc(100% + 38px);
}

.sidebar-widget-price-filter .btn-price-filter {
    font-size: 14px;
    line-height: 40px;
    float: right;
    height: 40px;
    margin-top: -40px;
    padding: 0 30px;
}

.widget-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.widget-product + .widget-product {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f3f3f3;
}

.widget-product .thumbnail {
    display: block;
    min-width: 100px;
}

.widget-product .thumbnail img {
    width: 100%;
}

.widget-product .info {
    padding-left: 20px;
}

.widget-product .info .title {
    font-size: 15px;
    line-height: 1.34;
}

.widget-product .info .rating {
    font-size: 11px;
    line-height: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 68px;
    margin: 10px 0;
    color: #DDDDDD;
}

.widget-product .info .rating::before {
    font-family: LineIcons;
    font-weight: 900;
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
}

.widget-product .info .rating span {
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #F6B500;
}

.widget-product .info .rating span::before {
    font-family: LineIcons;
    font-weight: 900;
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
}

.widget-product .info .price {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-top: 7px;
    color: #5A68AF;
}

.widget-product .info .price .old {
    font-size: 12px;
    margin-left: 6px;
    text-decoration: line-through;
    color: #4f4c72;
}

.sidebar-widget-list-post {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget-list-post li + li {
    border-top: 1px solid #EEEEEE;
}

.sidebar-widget-list-post li a {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.78;
    position: relative;
    display: block;
    padding: 16px 0 15px 30px;
}

.sidebar-widget-list-post li a::before,
.sidebar-widget-list-post li a::after {
    font-family: 'LineIcons';
    font-size: 15px;
    line-height: 15px;
    position: absolute;
    top: 24px;
    left: 0;
    content: "\ea62";
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.sidebar-widget-list-post li a::after {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    color: #5A68AF;
}

.sidebar-widget-list-post li a:hover::before {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
}

.sidebar-widget-list-post li a:hover::after {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.sidebar-widget-menu {
    list-style: none;
    padding-left: 0;
}

.sidebar-widget-menu li + li {
    margin-top: -1px;
}

.sidebar-widget-menu li a {
    position: relative;
    display: block;
    padding: 16px 40px;
    border: 1px solid #eee;
}

.sidebar-widget-menu li a::before {
    content: '\f111';
    font-size: 6px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 16px;
    color: #ababab;
    font-family: fontAwesome5Pro;
}

.sidebar-widget-menu li a:hover,
.sidebar-widget-menu li a.active {
    background-color: #5A68AF;
    border-color: #5A68AF;
    color: #ffffff;
}

.sidebar-widget-menu li a:hover::before,
.sidebar-widget-menu li a.active::before {
    color: #ffffff;
}

.sidebar-widget-course {
    padding-left: 0;
    list-style: none;
}

.sidebar-widget-course .widget-course {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.sidebar-widget-course .widget-course + .widget-course {
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.sidebar-widget-course .widget-course .thumbnail {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    margin: 0 20px 0 0;
    border-radius: 50%;
}

.sidebar-widget-course .widget-course .info {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    padding: 0;
}

.sidebar-widget-course .widget-course .info .price {
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 10px;
    color: #5A68AF;
}

.sidebar-widget-course .widget-course .info .title {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.sidebar-entry-course-info {
    padding: 30px 30px 33px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    border-radius: 5px;
    width: 100%;
    max-width: 340px;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-entry-course-info {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-entry-course-info {
        max-width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .sidebar-entry-course-info {
        max-width: 100%;
        padding: 20px 20px 23px;
    }
}

.sidebar-entry-course-info .course-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 7px;
}

.sidebar-entry-course-info .course-price .meta-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    color: #4f4c72;
    font-weight: 700;
    line-height: 1.3;
}

.sidebar-entry-course-info .course-price .meta-label i {
    color: #696969;
    min-width: 28px;
    text-align: center;
}

.sidebar-entry-course-info .course-price .meta-value {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sidebar-entry-course-info .course-price .meta-value .price {
    font-size: 24px;
    font-weight: 800;
    color: #5A68AF;
}

.sidebar-entry-course-info .course-price .meta-value .price .decimals-separator {
    font-size: 18px;
}

.sidebar-entry-course-info .course-meta {
    margin-bottom: 17px;
}

.sidebar-entry-course-info .course-meta > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 15px 0;
}

.sidebar-entry-course-info .course-meta > div + div {
    border-top: 1px solid #eee;
}

.sidebar-entry-course-info .course-meta > div .meta-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    color: #4f4c72;
    font-weight: 700;
    line-height: 1.3;
}

.sidebar-entry-course-info .course-meta > div .meta-label i {
    color: #696969;
    min-width: 28px;
    text-align: center;
}

.sidebar-entry-course-info .course-meta > div .meta-value {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.entry-course-share {
    margin-top: 20px;
    text-align: center;
}

.entry-course-share .share-media {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.entry-course-share .share-media:hover {
    color: #5A68AF;
}

.entry-course-share .share-media .share-label {
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
}

.entry-course-share .share-media .share-icon {
    font-size: 15px;
}

.entry-course-share .share-media .share-list {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.entry-course-share .share-media .share-list::before {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.entry-course-share .share-media .share-list a {
    display: inline-block;
    font-size: 15px;
    padding: 10px 12px;
    color: #ababab;
}

.entry-course-share .share-media .share-list a:hover {
    color: #5A68AF;
}

.entry-course-share .share-media:hover .share-list {
    -webkit-transform: translate(-50%, -20px);
    transform: translate(-50%, -20px);
    visibility: visible;
    opacity: 1;
}

.sidebar-entry-event-info {
    border-radius: 5px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    padding: 27px 30px 30px;
}

@media only screen and (max-width: 479px) {
    .sidebar-entry-event-info {
        padding: 20px 20px 23px;
    }
}

.sidebar-entry-event-info .title {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    color: #4f4c72;
}

.sidebar-entry-event-info .event-meta > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 0 !important;
    padding: 10px 0;
    min-height: 62px;
}

.sidebar-entry-event-info .event-meta > div .name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #4f4c72;
    width: 40%;
}

.sidebar-entry-event-info .event-meta > div .value {
    width: 60%;
    text-align: right;
}

.sidebar-entry-event-info .event-meta .notice {
    margin-top: 20px;
    margin-bottom: 0;
}

.sidebar-entry-event-info .lp-event-buttons {
    margin-top: 30px;
}

.sidebar-entry-event-info .lp-event-buttons button {
    margin-bottom: 10px;
}

.sidebar-entry-event-info .lp-event-buttons button:last-child {
    margin-bottom: 0;
}

.sidebar-entry-event {
    padding: 14px 30px 33px;
    background: #fff;
    -webkit-box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    box-shadow: 0 0 20px rgba(51, 51, 51, 0.1);
    border-radius: 5px;
    width: 100%;
    max-width: 340px;
    min-height: 390px;
    float: right;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar-entry-event {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .sidebar-entry-event {
        max-width: 100%;
    }
}

.sidebar-entry-event .entry-event-info {
    list-style-type: none;
    margin: 0 0 20px;
    padding: 0;
}

.sidebar-entry-event .entry-event-info li {
    margin: 0;
    padding: 14px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.sidebar-entry-event .entry-event-info li + li {
    border-top: 1px solid #eee;
}

.sidebar-entry-event .entry-event-info li.meta-price {
    padding: 8px 0;
}

.sidebar-entry-event .entry-event-info li .meta-label {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    color: #4f4c72;
}

.sidebar-entry-event .entry-event-info li .meta-label .meta-icon {
    color: #696969;
    min-width: 28px;
    text-align: center;
}

.sidebar-entry-event .entry-event-info li .meta-value {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
}

.sidebar-entry-event .entry-event-info li .meta-value .event-price {
    font-size: 24px;
    font-weight: 800;
    color: #5A68AF;
}

.sidebar-entry-event .entry-event-info li .meta-value .event-price .decimals-separator {
    font-size: 18px;
}

.sidebar-entry-event .event-register-message {
    margin-top: 10px;
    text-align: center;
}

.sidebar-entry-event .event-register-message a {
    font-weight: 500;
    display: inline-block;
    color: #5A68AF;
    margin-top: 0;
    margin-bottom: 0;
}

.sidebar-entry-event .event-social {
    text-align: center;
}

.tagcloud {
    margin: -5px;
}

.tagcloud a {
    font-size: 13px !important;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    float: left;
    overflow: hidden;
    margin: 5px;
    padding: 7px 15px 6px;
    color: #ABABAB;
    border: 0;
    border-radius: 3px;
    background: #F5F5F5;
}

.tagcloud a:hover {
    color: #ffffff;
    background-color: #5A68AF;
}



.cart-table .table {
    border-bottom: 2px solid #28273a;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .cart-table .table {
        border-top: 2px solid #28273a;
    }
}

.cart-table .table thead {
    background-color: #28273a;
}

@media only screen and (max-width: 767px) {
    .cart-table .table thead {
        display: none;
    }
}

.cart-table .table thead tr th {
    text-align: center;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    padding: 12px 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-table .table thead tr th {
        padding: 12px 12px;
        min-width: 200px;
    }
}

.cart-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #dddddd;
}

@media only screen and (max-width: 767px) {
    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left;
    }
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
    max-width: 120px;
    min-width: 100px;
    width: 120px;
}

@media only screen and (max-width: 767px) {

    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a {
        width: 120px;
    }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
    min-width: 200px;
}

.cart-table td.pro-thumbnail a {
    display: block;
    border: 1px solid #eeeeee;
}

.cart-table td.pro-thumbnail a img {
    width: 100%;
    background-color: #f6f7f8;
}

.cart-table td.pro-title a {
    font-size: 16px;
    font-weight: 600;
    color: #828697;
}

.cart-table td.pro-title a:hover {
    color: #004395;
}

.cart-table td.pro-price span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #828697;
}

.cart-table td.pro-quantity {
    -ms-flex-line-pack: center;
    align-content: center;
}

.cart-table td.pro-quantity .quantity {
    width: 50%;
}

.cart-table td.pro-subtotal span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #828697;
}

.cart-table td.pro-stock span.in-stock {
    font-size: 14px;
    text-transform: capitalize;
    color: #30b878;
}

.cart-table td.pro-stock span.out-stock {
    color: #EB3E32;
}

.cart-table td.pro-remove a {
    display: block;
    font-weight: 600;
    color: #828697;
}

.cart-table td.pro-remove a i {
    font-size: 15px;
}

.cart-table td.pro-remove a:hover {
    color: #ff0000;
}

@media only screen and (max-width: 767px) {
    .cart-table td.pro-remove a {
        width: 60px;
        text-align: center;
    }
}


.calculate-shipping {
    margin-bottom: 23px;
}

.calculate-shipping h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}

.calculate-shipping form select {
    width: 100%;
    border-radius: 0;
    height: 55px;
    border: 1px solid #999999;
    line-height: 40px;
    padding: 9px 20px;
    color: #828697;
    background-color: transparent;
}


.discount-coupon h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
}


.cart-summary {
    float: right;
    max-width: 410px;
    width: 100%;
    margin-left: auto;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary {
        margin-left: 0;
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary {
        margin-left: 0;
        max-width: 100%;
    }
}

.cart-summary .cart-summary-wrap {
    background-color: #f8f8fc;
    padding: 45px 50px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px;
    }
}

.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 30px;
    color: #28273a;
}

.cart-summary .cart-summary-wrap p {
    font-weight: 600;
    line-height: 23px;
    color: #28273a;
}

.cart-summary .cart-summary-wrap p span {
    float: right;
}

.cart-summary .cart-summary-wrap h2 {
    border-top: 1px solid #28273a;
    padding-top: 9px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
    color: #28273a;
    margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
    float: right;
}

.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.cart-summary .cart-summary-button button {
    margin-left: 20px;
    float: right;
}

.cart-summary .cart-summary-button button:last-child {
    margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 20px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 10px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button button {
        width: 130px;
    }
}


.cart-empty-content {
    text-align: center;
}

.cart-empty-content .icon {
    font-size: 80px;
    line-height: 1;
    display: block;
    margin-bottom: 30px;
}

.cart-empty-content .icon i {
    display: block;
}

.cart-empty-content .title {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 18px;
}

.cart-empty-content p {
    margin-bottom: 0;
}

.cart-empty-content .btn {
    margin-top: 30px;
}


.compare-table .table tbody tr td {
    text-align: center;
    padding: 20px 20px;
    vertical-align: middle;
    border-color: #ccc;
}

.compare-table .table tbody tr td.first-column {
    min-width: 175px;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

@media only screen and (max-width: 767px) {
    .compare-table .table tbody tr td.first-column {
        min-width: 115px;
    }
}

.compare-table .table tbody tr td.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .compare-table .table tbody tr td.product-image-title {
        min-width: 220px;
    }
}

.compare-table .table tbody tr td.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

.compare-table .table tbody tr td.product-image-title .image img {
    width: 100%;
}

.compare-table .table tbody tr td.product-image-title .category {
    float: left;
    clear: both;
    color: #5A68AF;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.compare-table .table tbody tr td.product-image-title .title {
    float: left;
    clear: both;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
    margin-top: 5px;
}

.compare-table .table tbody tr td.product-image-title .title:hover {
    color: #5A68AF;
}

.compare-table .table tbody tr td.pro-desc p {
    text-align: left;
    margin: 0;
}

.compare-table .table tbody tr td.pro-price,
.compare-table .table tbody tr td.pro-color,
.compare-table .table tbody tr td.pro-stock {
    font-size: 14px;
    font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button {
    border: none !important;
    background-color: transparent !important;
    padding: 0;
    cursor: pointer;
}

.compare-table .table tbody tr td.pro-remove button:hover {
    color: #5A68AF;
}

.compare-table .table tbody tr td.pro-remove button i {
    font-size: 20px;
}

.compare-table .table tbody tr td.pro-ratting i {
    color: #e7a415;
}


.customer-zone > p {
    font-size: 14px;
    position: relative;
    padding: 14px 30px 14px 60px;
    background-color: #eeeff2;
    margin: 0;
    position: relative;
    color: #373737;
}

@media only screen and (max-width: 767px) {
    .customer-zone > p {
        padding: 14px 30px 14px 40px;
    }
}

.customer-zone > p:before {
    content: "\ea5a";
    color: #6dde6d;
    display: inline-block;
    position: absolute;
    font-family: 'LineIcons';
    left: 15px;
    top: 15px;
    font-size: 18px;
}

.checkout-login-info {
    margin: 20px 0 0;
    display: none;
}

.checkout-login-info p {
    font-size: 14px;
    margin: 0 0 12px;
}

.checkout-login-info form {
    display: block;
    overflow: hidden;
}

.checkout-login-info form .sin-checkout-login {
    margin-bottom: 30px;
}

.checkout-login-info form .sin-checkout-login label {
    font-size: 14px;
    text-transform: capitalize;
    margin: 0 0 5px;
}

.checkout-login-info form .sin-checkout-login label span {
    color: red;
}

.checkout-login-info form .sin-checkout-login input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
}

.checkout-login-info form .sin-checkout-login input:focus {
    border: 1px solid #343538;
}

.checkout-login-info form .button-remember-wrap {
    display: block;
    overflow: hidden;
}

.checkout-login-info form .button-remember-wrap button {
    color: #333;
    font-size: 13px;
    padding: 10px 30px 9px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
}

.checkout-login-info form .button-remember-wrap button:hover {
    background-color: #5A68AF;
    color: #fff;
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0 0;
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn input {
    height: 15px;
    margin: 0;
    position: relative;
    top: 5px;
    width: 17px;
}

.checkout-login-info form .button-remember-wrap .checkout-login-toggle-btn label {
    font-size: 14px;
    margin: 0 0 0 5px;
}

.checkout-login-info form .lost-password {
    margin: 20px 0 11px;
}

.checkout-login-info form .lost-password a {
    font-size: 14px;
}

.checkout-login-info .checkout-login-social span {
    font-size: 14px;
    margin: 0 0 13px;
    display: block;
}

.checkout-login-info .checkout-login-social ul li {
    display: inline-block;
    margin: 0 14px 0 0;
}

.checkout-login-info .checkout-login-social ul li:last-child {
    margin: 0 0px 0 0;
}

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li {
        margin: 0 5px 0 0;
    }
}

.checkout-login-info .checkout-login-social ul li a {
    background-color: #333;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    float: left;
    font-size: 13px;
    padding: 20px;
    padding: 24px 106px 25px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 24px 70px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info .checkout-login-social ul li a {
        padding: 15px 13px 16px;
    }
}

.checkout-login-info .checkout-login-social ul li a:hover {
    background-color: #5A68AF;
    color: #fff;
}

.checkout-login-info3 {
    display: none;
    margin-top: 20px;
}

.checkout-login-info3 form input[type="text"] {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    width: 48%;
    font-size: 14px;
    padding: 0 20px;
}

.checkout-login-info3 form input[type="text"]:focus {
    border: 1px solid #1f2226;
}

.checkout-login-info3 form input[type="submit"] {
    background: #1f2226 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 50px;
    margin-left: 6px;
    padding: 5px 30px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    width: inherit;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .checkout-login-info3 form input[type="submit"] {
        padding: 5px 15px;
    }
}

@media only screen and (max-width: 767px) {
    .checkout-login-info3 form input[type="submit"] {
        padding: 5px 16px;
    }
}

.checkout-login-info3 form input[type="submit"]:hover {
    background-color: #5A68AF;
}

.billing-info-wrap h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 55px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap h3 {
        margin-bottom: 40px;
    }
}

.billing-info-wrap h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #5A68AF;
    width: 50px;
    height: 2px;
}

.billing-info-wrap .billing-info label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

.billing-info-wrap .billing-info label abbr {
    color: red;
}

.billing-info-wrap .billing-info input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    padding: 2px 20px;
    color: #1f2226;
    font-size: 14px;
    width: 100%;
}

.billing-info-wrap .billing-info input:focus {
    border: 1px solid #343538;
}

.billing-info-wrap .billing-info input.billing-address {
    margin-bottom: 20px;
}

.billing-info-wrap .billing-select label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

.billing-info-wrap .billing-select label abbr {
    color: red;
}

.billing-info-wrap .billing-select select {
    border: 1px solid #e6e6e6;
    width: 100%;
    color: #333;
    font-size: 14px;
    height: 50px;
    padding: 2px 20px;
    background: rgba(0, 0, 0, 0) scroll right 18px center;
    cursor: pointer;
}

.billing-info-wrap .billing-select select option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    color: #333;
    font-size: 12px;
}

.billing-info-wrap .checkout-account input {
    border: 1px solid #9fa0a2;
    display: inline-block;
    float: left;
    height: 10px;
    width: 10px;
    position: relative;
    top: 6px;
    color: #333;
}

.billing-info-wrap .checkout-account span {
    color: #333;
    font-weight: 400;
    margin: 0 0 0 12px;
    font-size: 14px;
    text-transform: uppercase;
}

.billing-info-wrap .checkout-account-toggle label {
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

.billing-info-wrap .checkout-account-toggle label abbr {
    color: red;
}

.billing-info-wrap .checkout-account-toggle input {
    border: 1px solid #e8e8e8;
    height: 50px;
    background-color: transparent;
    color: #333;
    font-size: 14px;
    padding: 2px 20px;
    width: 100%;
}

.billing-info-wrap .checkout-account-toggle input:focus {
    border: 1px solid #343538;
}

.billing-info-wrap .different-address {
    display: none;
}

.billing-info-wrap .additional-info-wrap {
    margin: 22px 0 0;
}

.billing-info-wrap .additional-info-wrap label {
    color: #010225;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
    margin: 0 0 5px;
}

.billing-info-wrap .additional-info-wrap textarea {
    min-height: 120px;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    padding: 20px;
    color: #333;
    font-size: 14px;
    width: 100%;
    border: none;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .billing-info-wrap.mr-50 {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .billing-info-wrap.mr-50 {
        margin-right: 0px;
    }
}

.your-order-area {
    padding: 40px 40px 50px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    border-color: rgba(52, 53, 56, 0.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .your-order-area {
        padding: 40px 25px 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .your-order-area {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .your-order-area {
        padding: 40px 12px 50px;
        margin-top: 30px;
    }
}

.your-order-area h3 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin: 0 0 45px;
    text-transform: uppercase;
}

.your-order-area h3:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -12px;
    background-color: #5A68AF;
    width: 50px;
    height: 2px;
}

.your-order-area .your-order-wrap .your-order-info {
    border-bottom: 1px solid #e8e8e8;
}

.your-order-area .your-order-wrap .your-order-info ul li {
    font-size: 14px;
    padding: 0 0 7px;
    text-transform: uppercase;
    font-weight: 500;
}

.your-order-area .your-order-wrap .your-order-info ul li span {
    float: right;
    color: #5A68AF;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal {
    padding: 15px 0 10px;
}

.your-order-area .your-order-wrap .your-order-info.order-subtotal ul li span {
    font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-info.order-shipping {
    padding: 15px 0 13px;
    display: block;
    overflow: hidden;
}

.your-order-area .your-order-wrap .your-order-info.order-shipping ul li > p {
    float: right;
    font-size: 14px;
    text-align: right;
    color: #333;
    text-transform: capitalize;
}

.your-order-area .your-order-wrap .your-order-info.order-total {
    padding: 15px 0 10px;
}

.your-order-area .your-order-wrap .your-order-info.order-total ul li span {
    font-size: 16px;
}

.your-order-area .your-order-wrap .your-order-middle {
    border-bottom: 1px solid #e8e8e8;
    padding: 24px 0 23px;
}

.your-order-area .your-order-wrap .your-order-middle ul li {
    font-size: 14px;
    margin: 0 0 11px;
}

.your-order-area .your-order-wrap .your-order-middle ul li:last-child {
    margin-bottom: 0;
}

.your-order-area .your-order-wrap .your-order-middle ul li span {
    float: right;
    font-size: 16px;
}

.your-order-area .your-order-wrap .payment-method {
    margin: 17px 0 0;
}

.your-order-area .your-order-wrap .payment-method .sin-payment {
    margin-bottom: 20px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment input {
    width: auto;
    display: inline-block;
    float: left;
    height: auto;
    margin-top: 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0 0 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .your-order-area .your-order-wrap .payment-method .sin-payment label {
        display: block;
    }
}

.your-order-area .your-order-wrap .payment-method .sin-payment label img {
    max-width: 140px;
    display: inline-block;
    margin: 0 5px;
}

.your-order-area .your-order-wrap .payment-method .sin-payment label a {
    text-decoration: underline;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box {
    margin: 6px 0 0;
    display: none;
}

.your-order-area .your-order-wrap .payment-method .sin-payment .payment-box p {
    font-size: 14px;
    margin: 0;
}

.your-order-area .Place-order a {
    background-color: #5A68AF;
    display: block;
    cursor: pointer;
    padding: 16px 50px 17px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.your-order-area .Place-order a:hover {
    background-color: #333;
}

@media only screen and (max-width: 767px) {
    .checkout-main-area.pb-70 {
        padding-bottom: 50px;
    }
}

.nice-select.nice-select-style-2 {
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #342D0E;
    width: 100%;
    border: none;
    font-weight: 400;
}

.nice-select.nice-select-style-2 ul {
    width: 100%;
}

.nice-select.nice-select-style-2.cart-tax-select {
    font-size: 13px;
    color: #4f4c72;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nice-select.nice-select-style-2.cart-tax-select {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nice-select.nice-select-style-2.cart-tax-select {
        margin-bottom: 20px;
    }
}

.nice-select.nice-select-style-3 {
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    color: #342D0E;
    width: 100%;
    border: none;
    font-weight: 400;
}

.nice-select.nice-select-style-3 ul {
    width: 100%;
}

.nice-select.nice-select-style-3.nice-select-shop {
    border: 1px solid #EFEFEF;
    font-weight: 300;
    padding-left: 26px;
    color: #808080;
}

.nice-select.nice-select-style-3.cart-tax-select {
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    color: #4f4c72;
    background-color: #F6F6F6;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .nice-select.nice-select-style-3.cart-tax-select {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nice-select.nice-select-style-3.cart-tax-select {
        margin-bottom: 20px;
    }
}

.nice-select::after {
    display: none;
}

.nice-select:before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #0B1154;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.nice-select.open:before {
    border-bottom: 6px solid #0B1154;
    border-top: none;
}



.product .thumbnail {
    position: relative;
    margin-bottom: 24px;
}

.product .thumbnail .image {
    display: block;
    overflow: hidden;
}

.product .thumbnail .image img {
    width: 100%;
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.product .thumbnail .actions {
    position: absolute;
    top: 0;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

.product .thumbnail .actions .action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 5px 0;
    padding: 10px;
    color: #4f4c72;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
}

.product .thumbnail .actions .action:hover {
    color: #ffffff;
    background-color: #5A68AF;
}

.product .info {
    text-align: center;
}

.product .info.large-size .title {
    font-size: 20px;
    line-height: 1.6;
    color: #f9c322;
}

.product .info.large-size .price {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-top: 5px;
}

.product .info .title {
    font-size: 18px;
    line-height: 1.67;
    margin-bottom: 0;
}

.product .info .price {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-top: 2px;
    color: #5A68AF;
}

.product .info .price .old {
    font-size: 13px;
    margin-left: 6px;
    text-decoration: line-through;
    color: #4f4c72;
}

.product:hover .thumbnail .image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product:hover .thumbnail .actions {
    opacity: 1;
}


.selectric {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 3px 40px 3px 20px;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #828697;
    border: 1px solid #f8f8fc;
    border-radius: 5px;
    outline: none;
    background-color: #f8f8fc;
}

.selectric .label {
    font-size: inherit;
    line-height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    margin: 0;
    color: #828697;
}

.selectric .label i {
    margin-right: 15px;
}

.selectric .label span {
    font-weight: 500;
    margin-left: 3px;
    color: #4f4c72;
}

.selectric .arrow {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 52px;
    color: #4f4c72;
    background-color: transparent;
}

.selectric .arrow::after {
    display: none;
}

.selectric:hover,
.selectric.selectric-open {
    border-color: #5A68AF;
    background-color: #ffffff;
}

.selectric:hover .arrow,
.selectric.selectric-open .arrow {
    color: #4f4c72;
}

.selectric-open .selectric {
    border-color: #5A68AF;
    background-color: #ffffff;
}

.selectric-open .selectric .arrow {
    color: #4f4c72;
}

.selectric-items {
    font-weight: 500;
    min-width: 100%;
    padding: 5px 0;
    color: #4f4c72;
    border: 0;
    border-radius: 5px;
    background: #f8f8fc;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.selectric-items .selectric-scroll ul li {
    font-size: 15px;
    line-height: 26px;
    position: relative;
    margin: 0;
    padding: 5px 30px;
    cursor: pointer;
    color: #4f4c72;
}

.selectric-items .selectric-scroll ul li.highlighted {
    color: #4f4c72;
    background-color: transparent;
}

.selectric-items .selectric-scroll ul li.selected::before {
    font-family: 'LineIcons';
    font-weight: 900;
    margin-right: 10px;
    content: "\ea5b";
    color: #5A68AF;
}

.selectric-items .selectric-scroll ul li.selected:hover::before {
    color: #ffffff;
}

.selectric-items .selectric-scroll ul li:hover {
    color: #ffffff;
    background-color: #5A68AF;
}

.selectric-sort-by {
    width: 270px;
}


.irs--V34 {
    margin: 7px 0 40px;
}

.irs--V34 .irs {
    position: relative;
    width: 100%;
}

.irs--V34 .irs .irs-line {
    width: 100%;
    height: 5px;
    background-color: #EEEEEE;
}

.irs--V34 .irs .irs-from,
.irs--V34 .irs .irs-to {
    display: none !important;
}

.irs--V34 .irs .irs-single {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    position: absolute;
    top: calc(100% + 25px);
    left: 0 !important;
    visibility: visible !important;
    color: #4f4c72;
}

.irs--V34 .irs .irs-single::before {
    content: "Price: ";
}

.irs--V34 .irs-bar {
    top: 0;
    height: 5px;
    background-color: #5A68AF;
}

.irs--V34 .irs-handle {
    top: 50%;
    width: 18px;
    height: 18px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999px;
    border-radius: 50%;
    background-color: #5A68AF;
}


[class*=hintT] {
    position: relative;
    z-index: 9;
}

[class*=hintT]::before {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    position: absolute;
    z-index: 9;
    visibility: hidden;
    padding: 8px 10px;
    content: attr(data-hint);
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    white-space: nowrap;
    white-space: nowrap;
    text-transform: initial;
    pointer-events: none;
    opacity: 0;
    color: #fff;
    border-radius: 4px;
    background: #333;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hintT]::after {
    position: absolute;
    z-index: 9;
    visibility: hidden;
    content: "";
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    opacity: 0;
    border: 6px solid transparent;
    background: 0 0;
}

[class*=hintT]:hover {
    z-index: 11;
}

[class*=hintT]:hover::after,
[class*=hintT]:hover::before {
    visibility: visible;
    opacity: 1;
}

.hintT-top::before {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(4px);
    transform: translateX(-50%) translateY(4px);
}

.hintT-top::after {
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(15px);
    transform: translateX(-50%) translateY(15px);
    border-top-color: #333;
}

.hintT-top:hover::before {
    -webkit-transform: translateX(-50%) translateY(-6px);
    transform: translateX(-50%) translateY(-6px);
}

.hintT-top:hover::after {
    -webkit-transform: translateX(-50%) translateY(5px);
    transform: translateX(-50%) translateY(5px);
}

.hintT-right::before {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-4px);
    transform: translateY(-50%) translateX(-4px);
}

.hintT-right::after {
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-15px);
    transform: translateY(-50%) translateX(-15px);
    border-right-color: #333;
}

.hintT-right:hover::before {
    -webkit-transform: translateY(-50%) translateX(6px);
    transform: translateY(-50%) translateX(6px);
}

.hintT-right:hover::after {
    -webkit-transform: translateY(-50%) translateX(-5px);
    transform: translateY(-50%) translateX(-5px);
}

.hintT-bottom::before {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-4px);
    transform: translateX(-50%) translateY(-4px);
}

.hintT-bottom::after {
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-15px);
    transform: translateX(-50%) translateY(-15px);
    border-bottom-color: #333;
}

.hintT-bottom:hover::before {
    -webkit-transform: translateX(-50%) translateY(6px);
    transform: translateX(-50%) translateY(6px);
}

.hintT-bottom:hover::after {
    -webkit-transform: translateX(-50%) translateY(-5px);
    transform: translateX(-50%) translateY(-5px);
}

.hintT-left::before {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%) translateX(4px);
    transform: translateY(-50%) translateX(4px);
}

.hintT-left::after {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%) translateX(15px);
    transform: translateY(-50%) translateX(15px);
    border-left-color: #333;
}

.hintT-left:hover::before {
    -webkit-transform: translateY(-50%) translateX(-6px);
    transform: translateY(-50%) translateX(-6px);
}

.hintT-left:hover::after {
    -webkit-transform: translateY(-50%) translateX(5px);
    transform: translateY(-50%) translateX(5px);
}

.hintT-primary::before {
    color: #fff;
    background-color: #5A68AF;
}

.hintT-primary.hintT-top::after {
    border-top-color: #5A68AF;
}

.hintT-primary.hintT-right::after {
    border-right-color: #5A68AF;
}

.hintT-primary.hintT-bottom::after {
    border-bottom-color: #5A68AF;
}

.hintT-primary.hintT-left::after {
    border-left-color: #5A68AF;
}


.product-detail-area .single-product-image {
    position: relative;
    overflow: hidden;
    display: block;
}

.product-detail-area .single-product-image img {
    width: 100%;
}

.product-detail-area .single-product-image .product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.product-detail-area .single-product-image .product-badges span {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 3px;
    padding: 7px 7px 5px;
    min-height: 0;
    color: #fff;
    background-color: #5A68AF;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.08;
    border-radius: 3px;
    min-width: 50px;
}

.product-detail-area .single-product-content {
    padding-left: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .product-detail-area .single-product-content {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-detail-area .single-product-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .product-detail-area .single-product-content {
        padding-left: 0;
        margin-top: 30px;
    }
}

.product-detail-area .single-product-content .title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 0 0 13px;
}

.product-detail-area .single-product-content .prices {
    font-size: 18px;
    line-height: 1.34;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-detail-area .single-product-content .prices .price-new {
    display: inline-block;
    color: #5A68AF;
}

.product-detail-area .single-product-content .prices .price-old {
    display: inline-block;
    font-size: 13px;
    text-decoration: line-through;
    color: #8c89a2;
    margin-left: 6px;
}

.product-detail-area .single-product-content .product-ratings {
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.product-detail-area .single-product-content .product-ratings .star-rating {
    font-size: 12px;
    position: relative;
    display: block;
    margin-right: 10px;
}

.product-detail-area .single-product-content .product-ratings .star-rating::before {
    font-family: 'LineIcons';
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
    color: #ababab;
}

.product-detail-area .single-product-content .product-ratings .star-rating .rating-active {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.product-detail-area .single-product-content .product-ratings .star-rating .rating-active::before {
    font-family: 'LineIcons';
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    content: "\ebb3\ebb3\ebb3\ebb3\ebb3";
    white-space: nowrap;
    color: #f5cc26;
}

.product-detail-area .single-product-content .product-ratings .review-link {
    margin-left: 16px;
    font-size: 15px;
    line-height: 1;
    position: relative;
    top: 2px;
}

.product-detail-area .single-product-content .product-description {
    margin-top: 20px;
    margin-bottom: 35px;
}

.product-detail-area .single-product-content .quantity-button-wrapper {
    margin-bottom: 30px;
}

.product-detail-area .single-product-content .quantity-button-wrapper .quantity {
    display: inline-block;
}

.product-detail-area .single-product-content .quantity-button-wrapper .quantity label {
    display: inline-block;
    margin: 12px 0 0;
    min-width: 81px;
    padding-right: 15px;
}

.product-detail-area .single-product-content .quantity-button-wrapper .quantity input {
    display: inline-block;
    margin-right: 25px;
    position: relative;
    max-width: 110px;
    padding: 2px 30px 2px 10px;
    width: 100%;
    min-height: 48px;
    border: 1px solid #f8f8fc;
    background: #f8f8fc;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.product-detail-area .single-product-content .quantity-button-wrapper .stock {
    display: inline-block;
    position: relative;
    padding: 9px 0 8px 20px;
    margin-bottom: 0px;
    font-size: 15px;
}

.product-detail-area .single-product-content .quantity-button-wrapper .stock::before {
    color: #38cb89;
    content: "\ea5a";
    font-family: 'LineIcons';
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.product-detail-area .single-product-content .product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 23px;
    margin-bottom: 18px;
    border-bottom: 1px solid #eee;
}

.product-detail-area .single-product-content .product-action button {
    vertical-align: top;
    margin-right: 11px;
    margin-bottom: 15px;
}

.product-detail-area .single-product-content .product-action button.btn-wishlist,
.product-detail-area .single-product-content .product-action button.btn-compare {
    position: relative;
    display: block;
    width: 55px;
    height: 53px;
    border: 1px solid #f8f8fc;
    background: #f8f8fc;
    color: #4f4c72;
    border-radius: 5px;
    line-height: 53px;
    font-size: 16px;
    padding: 0 !important;
}

.product-detail-area .single-product-content .product-action button.btn-wishlist:hover,
.product-detail-area .single-product-content .product-action button.btn-compare:hover {
    border-color: #5A68AF;
    background-color: #5A68AF;
    color: #ffffff;
}

.product-detail-area .single-product-content .product-meta {
    margin-top: 15px;
}

.product-detail-area .single-product-content .product-meta .meta-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px;
}

.product-detail-area .single-product-content .product-meta .meta-item h6 {
    font-size: 14px;
    font-weight: 400;
    min-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

.product-detail-area .single-product-content .product-meta .meta-item .meta-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.product-detail-area .single-product-content .entry-product-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
}

.product-detail-area .single-product-content .entry-product-share h6 {
    font-size: 14px;
    font-weight: 400;
    min-width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 15px 0 0;
}

.product-detail-area .single-product-content .entry-product-share .author-social-networks {
    margin: 0 -10px;
}

.product-detail-area .single-product-content .entry-product-share .author-social-networks a {
    padding: 0 10px;
    font-size: 15px;
}

.product-detail-area .product-info-tab-list {
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
    text-align: center;
}

.product-detail-area .product-info-tab-list::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 1px;
    display: block;
    width: 100%;
    height: 1px;
    border: 0 !important;
    background: #ededed;
    content: '';
}

.product-detail-area .product-info-tab-list li {
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 18px;
}

.product-detail-area .product-info-tab-list li a {
    display: block;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    color: #ccc;
    border-bottom: 3px solid transparent;
}

@media only screen and (max-width: 767px) {
    .product-detail-area .product-info-tab-list li a {
        font-size: 20px;
    }
}

.product-detail-area .product-info-tab-list li a:hover {
    color: #4f4c72;
}

.product-detail-area .product-info-tab-list li a.active {
    color: #4f4c72;
    border-bottom-color: #5A68AF;
}

.product-detail-area .description-list {
    padding-top: 40px;
}

.product-detail-area .description-list ul {
    padding-left: 20px;
    margin-top: 15px;
}

.product-detail-area .description-list ul li + li {
    margin: 10px 0 0;
}

.product-detail-area .review-list-wrapper {
    margin-top: 0;
    padding-top: 40px;
}


.faq-accordion-tab .tabs {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 60px;
    text-align: center;
}

.faq-accordion-tab .tabs li {
    margin-left: 10px;
    margin-right: 10px;
}

.faq-accordion-tab .tabs li a {
    color: #4f4c72;
    text-decoration: none;
    border-radius: 5px;
    padding: 20px;
    display: block;
    -webkit-box-shadow: 0px 20px 20px 0 rgba(25, 26, 70, 0.1) !important;
    box-shadow: 0px 20px 20px 0 rgba(25, 26, 70, 0.1) !important;
    font-size: 17px;
    font-weight: 800;
}

.faq-accordion-tab .tabs li a i {
    font-size: 30px;
    font-weight: 400;
}

.faq-accordion-tab .tabs li a span {
    font-family: "Rubik", sans-serif;
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-top: 8px;
}

.faq-accordion-tab .tabs li a:hover {
    background: #815DA4;
    color: #ffffff;
}

.faq-accordion-tab .tabs li.current a {
    background-color: #5A68AF;
    color: #ffffff;
}

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
    border: none;
    border-radius: 5px;
    display: block;
    -webkit-box-shadow: 0px 20px 20px 0 rgba(25, 26, 70, 0.1) !important;
    box-shadow: 0px 20px 20px 0 rgba(25, 26, 70, 0.1) !important;
    background: #ffffff;
    margin-bottom: 15px;
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
    padding: 20px 25px 17px 60px;
    color: #4f4c72;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 20px;
    font-family: "Rubik", sans-serif;
    font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    left: 25px;
    top: 28px;
    font-size: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 60px;
}

.faq-accordion .accordion .accordion-content p {
    line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
    display: block;
}

.tab .tabs-item {
    display: none;
}

.tab .tabs-item:first-child {
    display: block;
}


.portfolio-detail .portfolio_area_details .portfolio-post-content {
    position: relative;
}

.portfolio-detail .portfolio_area_details .portfolio-post-content h2 {
    font-size: 42px;
    line-height: 58px;
    margin-bottom: 28px;
}

.portfolio-detail .portfolio_area_details .portfolio-post-content img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 29px 0 50px;
}

.portfolio-detail .portfolio_area_details .helping-post {
    background: #f8f8fc;
    padding: 64px 100px 59px;
    border-radius: 15px;
    margin-top: 72px;
    margin-bottom: 97px;
}

.portfolio-detail .portfolio_area_details .helping-post h3 {
    color: #4f4c72;
    font-size: 40px;
    line-height: 55px;
    margin: 0 70px 46px;
    text-align: center;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc {
    position: relative;
    font-size: 19px;
    line-height: 35px;
    color: #606378;
    margin: 0 0 9px;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc h5 {
    font-weight: 700;
    margin: 0;
    font-size: 19px;
    line-height: 35px;
    color: #606378;
    display: inline-block;
    min-width: 155px;
}

.portfolio-detail .portfolio_area_details .helping-post .loan-desc p {
    margin: 0;
    display: inline-block;
    padding-left: 20px;
    word-break: break-all;
}

.portfolio-detail .portfolio_area_details .related-portfolio {
    position: relative;
}

.portfolio-detail .portfolio_area_details .related-portfolio h3 {
    font-size: 40px;
    line-height: 55px;
    color: #4f4c72;
    margin-bottom: 56px;
}

.single-portfolio {
    position: relative;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(51, 60, 142, 0.1);
    box-shadow: 0px 0px 18px 0px rgba(51, 60, 142, 0.1);
}

.single-portfolio .portfolio-thumb {
    position: relative;
}

.single-portfolio .portfolio-thumb img {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

.single-portfolio .portfoilo-overlay {
    position: absolute;
    top: 0;
    z-index: 2;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition-timing-function: cubic-bezier(0.07, 0.72, 0.24, 1);
    transition-timing-function: cubic-bezier(0.07, 0.72, 0.24, 1);
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    background-color: #5A68AF;
    border-radius: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease 400ms;
    transition: all ease 400ms;
}

.single-portfolio .portfoilo-overlay h4 {
    font-size: 20px;
    color: #fff;
    line-height: .8;
    font-weight: 800;
    margin: 0 0 28px;
}

.single-portfolio .portfoilo-overlay h4 a {
    color: #fff;
    z-index: 5;
    top: -30px;
    position: relative;
    -webkit-transition: all ease 1200ms;
    transition: all ease 1200ms;
}

.single-portfolio .portfoilo-overlay h4 a:hover {
    color: #000;
}

.single-portfolio .portfoilo-overlay p {
    font-size: 19px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 32px;
    z-index: 5;
    position: relative;
    -webkit-transition: all ease 1200ms;
    transition: all ease 1200ms;
}

.single-portfolio .portfoilo-overlay .portfolio-btn {
    -webkit-box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
    box-shadow: 0px 17px 43px 1px rgba(255, 255, 255, 0.1);
    background-color: #dcdde6;
    padding: 0px 55px;
    border-radius: 35px;
    font-size: 16px;
    color: #28273a;
    font-weight: 600;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 60px;
    line-height: 60px;
}

.single-portfolio .portfoilo-overlay .portfolio-btn i {
    font-size: 24px;
    position: relative;
    top: 3px;
    line-height: 39px;
}

.single-portfolio .portfoilo-overlay .portfolio-btn:hover {
    background-color: #28273a;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    color: #ffffff;
}

.single-portfolio .portfoilo-overlay .portfolio-aling {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 30px;
}

.single-portfolio:hover .portfoilo-overlay {
    visibility: visible;
    opacity: .90;
    border-radius: 20px;
}

.single-portfolio:hover .portfoilo-overlay h4 a {
    top: 0;
}

.single-portfolio:hover .portfoilo-overlay a.portfolio-btn {
    bottom: 0;
}

.related_slide .slick-dots {
    position: absolute;
    bottom: -105px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.related_slide .slick-dots button {
    border: 0;
    background: #d0cccc;
    width: 10px;
    font-size: 0;
    height: 5px;
    border-radius: 10px;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.related_slide .slick-dots button:hover {
    width: 30px;
    background-color: #5A68AF;
}

.related_slide .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.related_slide .slick-dots li.slick-active button {
    width: 30px;
    background-color: #5A68AF;
}

.related_slide .slick-arrow {
    border: 0;
    background: 0;
    border: 2px solid #ededed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    left: -101px;
    top: 50%;
    line-height: 55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .related_slide .slick-arrow {
        left: 0px;
        background: #ffffff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .related_slide .slick-arrow {
        left: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .related_slide .slick-arrow {
        display: none !important;
    }
}

.related_slide .slick-arrow i {
    font-size: 18px;
    line-height: 1;
    color: #1c243e;
}

.related_slide .slick-arrow.slick-next {
    left: auto;
    right: -100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.related_slide .slick-arrow:hover {
    background: #e92e40;
    border-color: #e92e40;
}

.related_slide .slick-arrow:hover i {
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .related_slide .slick-arrow.slick-next {
        right: -12px;
        background: #ffffff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .related_slide .slick-arrow.slick-next {
        right: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .related_slide .slick-arrow.slick-next {
        display: none !important;
    }
}


.team-area.team-business-area {
    background-color: #f5f5f5;
    padding: 147px 0 0;
}

@media only screen and (max-width: 991px) {
    .team-area.team-business-area {
        padding: 98px 0 0;
    }
}

.team-area.team-business-area .section-title {
    margin-bottom: -290px;
    z-index: 1;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .team-area.team-business-area .section-title {
        margin-bottom: 0;
    }
}

.team-area.team-business-area .section-title .desc p {
    margin-bottom: 67px;
}

@media only screen and (max-width: 767px) {
    .team-area.team-business-area .section-title .desc p br {
        display: none;
    }
}

.team-area.team-business-area .section-title .desc .btn-link {
    color: #5A68AF;
    letter-spacing: .25px;
}

.team-area.team-business-area .section-title .desc .btn-link:after {
    background-color: #5A68AF;
}

.team-area.team-business-area .team-content-area {
    margin-top: -132px;
}

@media only screen and (max-width: 1400px) {
    .team-area.team-business-area .team-content-area {
        margin-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .team-area.team-business-area .team-content-area {
        margin-top: 100px;
    }
}

@media only screen and (max-width: 575px) {
    .team-area.team-business-area .team-content-area {
        margin-top: -80px;
    }
}

@media only screen and (max-width: 479.98px) {
    .team-area.team-business-area .team-content-area {
        margin-top: -50px;
    }
}

.team-area.team-business-area .team-content-area img {
    width: 100%;
}

.team-area.team-online-marketing-area {
    padding: 121px 0 140px;
}

@media only screen and (max-width: 991px) {
    .team-area.team-online-marketing-area {
        padding: 121px 0 70px;
    }
}

.team-area.team-online-marketing-area .section-title {
    margin-bottom: 48px;
}

.team-area.team-online-marketing-area .section-title h5 {
    margin-bottom: 16px;
}

.team-area.team-divider-area {
    background-color: #f5f5f5;
    padding: 126px 0 0;
}

.team-area.team-divider-area .section-title {
    margin-bottom: -290px;
    z-index: 1;
    position: relative;
}

.team-area.team-divider-area .section-title .desc p {
    margin-bottom: 67px;
}

.team-area.team-divider-area .section-title .desc .btn-link {
    color: #5A68AF;
    letter-spacing: .25px;
}

.team-area.team-divider-area .section-title .desc .btn-link:after {
    background-color: #5A68AF;
}

.team-area.team-divider-area .team-content-area {
    margin-top: -210px;
}

.team-area.team-divider-area .team-content-area img {
    width: 100%;
}

.team-member {
    border-radius: 5px;
    -webkit-box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
    box-shadow: 0px 35px 100px 0px rgba(171, 181, 189, 0.35);
    overflow: hidden;
    position: relative;
}

.team-member .thumb img {
    width: 100%;
}

.team-member .content {
    padding: 32px 50px 30px;
}

@media only screen and (max-width: 575px) {
    .team-member .content {
        padding: 32px 42px 30px;
    }
}

.team-member .content .member-info .name {
    font-size: 20px;
    margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
    .team-member .content .member-info .name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .team-member .content .member-info .name {
        font-size: 14px;
    }
}

.team-member .content .member-info .name a {
    color: #0e0e0e;
}

.team-member .content .member-info .name a:hover {
    color: #5A68AF;
}

.team-member .icon {
    background-color: #5A68AF;
    border-radius: 50%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.team-member .icon img {
    width: auto;
}

.team-member .icon.team-btn-active {
    position: absolute;
    right: 30px;
    top: 30px;
}

.team-member .icon.team-btn-active.active + .hover-content {
    left: 0;
}

.team-member .hover-content {
    background-color: #5A68AF;
    border-radius: 5px;
    bottom: 0;
    left: -100%;
    padding: 108px 55px 40px 50px;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media only screen and (max-width: 1199px) {
    .team-member .hover-content {
        padding: 32px 28px;
    }
}

@media only screen and (max-width: 767px) {
    .team-member .hover-content {
        padding: 32px 24px;
    }
}

@media only screen and (max-width: 575px) {
    .team-member .hover-content {
        padding: 25px 22px;
    }
}

.team-member .hover-content.active {
    left: 0;
}

.team-member .hover-content .member-info .icon {
    color: #ffffff;
    font-size: 18px;
    height: auto;
    position: absolute;
    right: 38px;
    top: 38px;
    line-height: 1;
    width: auto;
}

.team-member .hover-content .member-info .name {
    font-size: 20px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 767px) {
    .team-member .hover-content .member-info .name {
        font-size: 16px;
    }
}

@media only screen and (max-width: 479.98px) {
    .team-member .hover-content .member-info .name {
        font-size: 20px;
    }
}

.team-member .hover-content .member-info .name a {
    color: #ffffff;
}

.team-member .hover-content .member-info .designation {
    color: #ffffff;
    margin-bottom: 43px;
    padding-bottom: 8px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .team-member .hover-content .member-info .designation {
        font-size: 14px;
        margin-bottom: 22px;
        padding-bottom: 6px;
    }
}

@media only screen and (max-width: 479.98px) {
    .team-member .hover-content .member-info .designation {
        font-size: 16px;
        margin-bottom: 36px;
        padding-bottom: 14px;
    }
}

.team-member .hover-content .member-info .designation:after {
    background-color: rgba(255, 255, 255, 0.35);
    bottom: -9px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px;
}

.team-member .hover-content .member-info .desc {
    color: #ffffff;
    margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
    .team-member .hover-content .member-info .desc {
        font-size: 15px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 575px) {
    .team-member .hover-content .member-info .desc {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479.98px) {
    .team-member .hover-content .member-info .desc {
        font-size: 16px;
    }
}

.team-member .hover-content .member-info .social-icons a {
    color: #ffffff;
    margin-right: 12px;
}

@media only screen and (max-width: 767px) {
    .team-member .hover-content .member-info .social-icons a {
        font-size: 13px;
    }
}

.team-member .hover-content .member-info .social-icons a:last-child {
    margin-right: 0;
}

.team-col3-carousel.owl-carousel.owl-theme .owl-stage-outer {
    margin: 0 -21px;
}

.team-col3-carousel.owl-carousel.owl-theme .owl-stage-outer .owl-stage {
    margin: 0 21px;
}

.team-col3-carousel.owl-carousel.owl-theme .owl-nav {
    top: -100px;
}

@media only screen and (max-width: 479.98px) {
    .team-col3-carousel.owl-carousel.owl-theme .owl-nav [class*="owl-"] {
        font-size: 15px;
        height: 32px;
        line-height: 32px;
        width: 32px;
    }
}

.team-col3-carousel .team-member {
    -webkit-box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.5);
    box-shadow: 0px 3px 25px 0px rgba(171, 181, 189, 0.5);
    margin-bottom: 30px;
    margin-top: 30px;
}

.team-col3-carousel .team-member .icon img {
    display: inline-block;
}

.gutter-40 {
    margin-right: -20px;
    margin-left: -20px;
}

.gutter-40 [class*="col-lg-"] {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}


.about-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.about-text h4 {
    font-family: "Poppins", sans-serif;
    color: #4f4c72;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}


.testimonial-item:focus {
    outline: none;
}

.text_inner {
    padding: 51px 60px 59px 60px;
    margin-right: 15px;
    margin-left: 15px;
    z-index: 1;
}

.text_inner::before {
    position: absolute;
    right: 60px;
    content: "\eb6e";
    font-family: 'LineIcons';
    top: 40px;
    color: #323232;
    font-size: 130px;
    line-height: 1;
    opacity: 0.03;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .text_inner {
        padding: 51px 25px 59px 25px;
    }
}

@media (max-width: 767px) {
    .text_inner {
        padding: 51px 10px 59px 15px;
    }
}

.text_inner__icon {
    background: #5A68AF;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 113, 220, 0.4);
    box-shadow: 0px 10px 60px 0px rgba(0, 113, 220, 0.4);
    width: 85px;
    height: 85px;
    display: inline-block;
    text-align: center;
    line-height: 105px;
    border-radius: 17px 17px 0 17px;
    float: left;
    margin-right: 28px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .text_inner__icon {
        float: none;
        margin-bottom: 20px;
    }
}

.text_inner__icon i {
    color: #ffffff;
    font-size: 35px;
    line-height: 1;
}

.text_inner__content .test-title {
    line-height: 1.5;
}

.testimonial-author__content span {
    color: #5A68AF;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

.testimonial-area .shape-one {
    position: absolute;
    left: 18%;
    top: 220px;
    -webkit-animation: animationFramesTwo 13s infinite linear;
    animation: animationFramesTwo 13s infinite linear;
}

.testimonial-area .shape-two {
    position: absolute;
    right: 150px;
    bottom: 150px;
    -webkit-animation: animationFramesTwo 13s infinite linear;
    animation: animationFramesTwo 13s infinite linear;
}

.testimonial-area .shape-three {
    position: absolute;
    right: 30%;
    top: 150px;
    -webkit-animation: animationFramesOne 15s infinite linear;
    animation: animationFramesOne 15s infinite linear;
}

@media (max-width: 767px) {
    .testimonial-area .shape-three {
        right: 50%;
    }
}

.testimonial-area .shape-four {
    position: absolute;
    left: 15%;
    bottom: 175px;
}

.testimonial-area .slick-dots {
    position: absolute;
    bottom: -110px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.testimonial-area .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testimonial-area .slick-dots li button {
    text-indent: -10000px;
    background: #d0cccc;
    border: 0;
    border-radius: 7px;
    width: 10px;
    height: 5px;
    display: inline-block;
    left: 100px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-area .slick-dots li.slick-active button {
    width: 30px;
    height: 5px;
    background: #5A68AF;
}

.testimonial-area-02::before {
    position: absolute;
    content: " ";
    background-image: url(../img/shape/12.png);
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    width: 973px;
    min-height: 768px;
}

@media (max-width: 767px) {
    .testimonial-area-02::before {
        display: none;
    }
}

.testimonial-area-02 .slick-slider button {
    border: 0;
    background: 0;
    border: 2px solid #ededed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    left: -101px;
    top: 50%;
    line-height: 55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-02 .slick-slider button {
        left: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-02 .slick-slider button {
        display: none !important;
    }
}

.testimonial-area-02 .slick-slider button i {
    font-size: 18px;
    line-height: 1;
    color: #1c243e;
}

.testimonial-area-02 .slick-slider button.slick-next {
    left: auto;
    right: -100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-02 .slick-slider button.slick-next {
        right: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-02 .slick-slider button.slick-next {
        display: none !important;
    }
}

.testimonial-area-02 .slick-slider button:hover {
    background: #e92e40;
    border-color: #e92e40;
}

.testimonial-area-02 .slick-slider button:hover i {
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area-03 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

@media (max-width: 767px) {
    .testimonial-area-03 {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.testimonial-area-03 .slick-slider button.slick-next:hover,
.testimonial-area-03 .slick-slider button.slick-prev:hover {
    background: #5A68AF;
    border-color: #5A68AF;
}

.text_inner_02 {
    border-radius: 18px;
    padding: 51px 60px 42px 53px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text_inner_02 {
        padding: 51px 14px 42px 25px;
    }
}

@media (max-width: 767px) {
    .text_inner_02 {
        padding: 51px 20px 42px 25px;
    }
}

.text_inner_02 .testimonial-author__img {
    position: relative;
}

.text_inner_02 .testimonial-author__img::before {
    position: absolute;
    content: "\eb6e";
    font-family: 'LineIcons';
    color: #ffffff;
    top: -9px;
    left: -9px;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    background: #e92e40;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 2;
}

.text_inner_02 .testimonial-author__content span {
    color: #e92e40;
}

.text_inner_02 p {
    color: #161c2d;
}

.text_inner_02 .about-testi span {
    color: #5A68AF;
}

.text_inner_02 .author-testi::before {
    background: #5A68AF;
}

.text_inner_03 {
    padding: 40px 32px 37px 32px;
}

.text_inner_03 .text_inner__icon {
    background-image: -ms-linear-gradient(0deg, #2869f9 0%, #4927ce 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 0;
    margin-right: 20px;
}

@media (max-width: 767px) {
    .text_inner_03 .text_inner__icon {
        float: none;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .text_inner_03 .text_inner__icon {
        float: left;
    }
}

.text_inner_03 .text_inner__content .test-title {
    line-height: 1.9;
    font-size: 15px;
}

.text_inner__content-4 p {
    padding: 40px 40px;
}

@media (max-width: 767px) {
    .text_inner__content-4 p {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .text_inner__content-4 .testimonial-author__img {
        margin-left: 0;
    }
}

.testimonial-area-4 .slick-dots {
    margin-top: 65px;
}

.testimonial-area-4 .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: none;
    border: 3px solid #e5e5e5;
}

.testimonial-area-4 .slick-dots li.slick-active {
    background: #815DA4;
    border-color: #815DA4;
}

.testimonial-area-4 .slick-dots li button {
    border: none;
    background: none;
    text-indent: -10000px;
}

.testimonial-area-4 .testimonial-inner {
    position: relative;
}

.testimonial-area-4 .testimonial-inner ::before {
    position: absolute;
    content: "";
    background: #f8f8fc;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-top-right-radius: 13%;
    border-bottom-right-radius: 13%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-4 .testimonial-inner ::before {
        border-bottom-left-radius: 13%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area-4 .testimonial-inner ::before {
        border-bottom-left-radius: 13%;
    }
}

@media (max-width: 767px) {
    .testimonial-area-4 .testimonial-inner ::before {
        border-bottom-left-radius: 13%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-4 .testimonial-inner ::before {
        border-top-right-radius: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-area-4 .testimonial-inner ::before {
        border-top-right-radius: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-4 .testimonial-img-4 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area-4 .testimonial-img-4 {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .testimonial-area-4 .testimonial-img-4 {
        padding-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-4 .testimonial-img-4 img {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .testimonial-area-4 .testimonial-img-4 img {
        margin-top: 50px;
    }
}

.testimonial-area-4.grey-bg {
    border-top-right-radius: 13%;
    border-bottom-right-radius: 13%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area-4.grey-bg {
        border-top-right-radius: 0;
        border-bottom-right-radius: 12%;
        border-bottom-left-radius: 12%;
    }
}

@media (max-width: 767px) {
    .testimonial-area-4.grey-bg {
        border-top-right-radius: 0;
        border-bottom-right-radius: 12%;
        border-bottom-left-radius: 12%;
    }
}

@media (max-width: 767px) {
    .testimonial-area-03 .testimonial-item .text_inner_02 {
        padding: 30px 20px;
    }
}

.testimonial-area-06.testimonial-area-02::before {
    display: none;
}

.testimonial-area-06 .text_inner::before {
    right: 3%;
    font-size: 184px;
    top: 10px;
}

.testimonial-area-06 .text_inner_02 .testimonial-author__img::before {
    background: #5A68AF;
}

.testimonial-area-06 .text_inner_02 .testimonial-author__content span {
    color: #5A68AF;
}

.testimonial-area-06 .slick-slider button:hover {
    background: #5A68AF;
    border-color: #5A68AF;
}

.testimonial-area-06 .slick-slider button:hover i {
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-06 .slick-slider button.slick-prev {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-06 .slick-slider button.slick-prev {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area-06 .slick-slider button.slick-prev {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .testimonial-area-06 .slick-slider button.slick-prev {
        display: none !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-area-06 .slick-slider button.slick-next {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-area-06 .slick-slider button.slick-next {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial-area-06 .slick-slider button.slick-next {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .testimonial-area-06 .slick-slider button.slick-next {
        display: none !important;
    }
}

.text_inner_02 {
    border-radius: 18px;
    padding: 60px 60px 45px 60px;
}

@media (max-width: 767px) {
    .text_inner_02 {
        padding: 25px;
    }
}

.testimonial-active-02 .slick-dots {
    position: absolute;
    bottom: -105px;
    z-index: 5;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

.testimonial-active-02 .slick-dots button {
    border: 0;
    background: #d0cccc;
    width: 10px;
    font-size: 0;
    height: 5px;
    border-radius: 10px;
    z-index: 3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-active-02 .slick-dots button:hover {
    width: 30px;
    background-color: #5A68AF;
}

.testimonial-active-02 .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.testimonial-active-02 .slick-dots li.slick-active button {
    width: 30px;
    background-color: #5A68AF;
}

.testimonial-active-02 .slick-arrow {
    border: 0;
    background: 0;
    border: 2px solid #ededed;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    left: -101px;
    top: 50%;
    line-height: 55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .testimonial-active-02 .slick-arrow {
        left: 0px;
        background: #ffffff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-active-02 .slick-arrow {
        left: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-active-02 .slick-arrow {
        display: none !important;
    }
}

.testimonial-active-02 .slick-arrow i {
    font-size: 18px;
    line-height: 1;
    color: #1c243e;
}

.testimonial-active-02 .slick-arrow.slick-next {
    left: auto;
    right: -100px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-active-02 .slick-arrow:hover {
    background: #e92e40;
    border-color: #e92e40;
}

.testimonial-active-02 .slick-arrow:hover i {
    color: #ffffff;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width: 1366px) and (max-width: 1600px) {
    .testimonial-active-02 .slick-arrow.slick-next {
        right: -12px;
        background: #ffffff;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-active-02 .slick-arrow.slick-next {
        right: -70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-active-02 .slick-arrow.slick-next {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .testimonial-area.pos-rel.grey-bg.pt-125.pb-215 {
        padding-bottom: 168px;
    }
}

@media (max-width: 767px) {
    .testimonial-area-02.pos-rel.grey-bg.testimonial-padding.pt-125.pb-130 {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .testimonial-bg-03 .section-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .testimonial-area-4.pb-130 {
        padding-bottom: 80px;
    }
}


.features-area {
    position: relative;
    z-index: 1;
}

.features-area .single-features-box {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #f4f8fc;
    margin-bottom: 25px;
    text-align: center;
    padding: 30px 20px;
}

.features-area .single-features-box .icon {
    width: 100px;
    height: 100px;
    font-size: 45px;
    position: relative;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    background: #7a5ff1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.features-area .single-features-box .icon i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-area .single-features-box .icon.bg2 {
    background: #5ff166;
    color: #f0ffef;
}

.features-area .single-features-box .icon.bg3 {
    background: #ff54f4;
    color: #ffeffe;
}

.features-area .single-features-box .icon.bg4 {
    background: #6b87ff;
    color: #eff2ff;
}

.features-area .single-features-box .icon.bg5 {
    background: #ff3543;
    color: #ffeff0;
}

.features-area .single-features-box .icon.bg6 {
    background: #f8cd55;
    color: #fffdef;
}

.features-area .single-features-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.features-area .single-features-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1), 0 30px 60px -30px rgba(107, 124, 147, 0.15);
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1), 0 30px 60px -30px rgba(107, 124, 147, 0.15);
}

.features-area .single-features-box:hover .icon {
    border-radius: 50%;
}

.features-area .features-content {
    padding-right: 15px;
}

.features-area .features-content .sub-title {
    display: block;
    margin-bottom: 10px;
    background: #5A68AF;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .1em;
    font-weight: 600;
}

.features-area .features-content h2 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.features-area .features-content .features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 35px;
}

.features-area .features-content .features-list li {
    position: relative;
    margin-bottom: 30px;
    padding-left: 75px;
}

.features-area .features-content .features-list li .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #7a5ff1;
    position: absolute;
    text-align: center;
    color: #fff;
    font-size: 25px;
    left: 0;
    top: 0;
}

.features-area .features-content .features-list li .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-area .features-content .features-list li .icon.bg2 {
    background: #f0ffef;
    color: #5ff166;
}

.features-area .features-content .features-list li .icon.bg3 {
    background: #ffeffe;
    color: #ff54f4;
}

.features-area .features-content .features-list li .icon.bg4 {
    background: #eff2ff;
    color: #6b87ff;
}

.features-area .features-content .features-list li .icon.bg5 {
    background: #ffeff0;
    color: #ff3543;
}

.features-area .features-content .features-list li .icon.bg6 {
    background: #fffdef;
    color: #f8cd55;
}

.features-area .features-content .features-list li h3 {
    font-size: 17px;
    margin-bottom: 10px;
}

.features-area .features-content .features-list li:last-child {
    margin-bottom: 0;
}

.features-area .features-content .btn-box {
    margin-top: 35px;
}

.features-area .features-content .btn-box .default-btn {
    margin-right: 15px;
}

.features-area .features-content .btn-box .link-btn {
    display: inline-block;
    font-weight: 600;
    position: relative;
}

.features-area .features-content .btn-box .link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%;
    bottom: 0;
    height: 1px;
    background-color: #28273a;
}

.features-area .features-content .btn-box .link-btn:hover {
    color: #5A68AF;
}

.features-area .features-content .btn-box .link-btn:hover::before {
    width: 0;
}

.features-area .features-box {
    margin-bottom: 25px;
    text-align: center;
}

.features-area .features-box .icon {
    width: 100px;
    height: 100px;
    font-size: 55px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 15px 20px 35px rgba(38, 42, 55, 0.08);
    box-shadow: 15px 20px 35px rgba(38, 42, 55, 0.08);
    background: #f5efff;
    color: #7a5ff1;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.features-area .features-box .icon i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-area .features-box .icon.bg2 {
    background: #f0ffef;
    color: #5ff166;
}

.features-area .features-box .icon.bg3 {
    background: #ffeffe;
    color: #ff54f4;
}

.features-area .features-box .icon.bg4 {
    background: #eff2ff;
    color: #6b87ff;
}

.features-area .features-box .icon.bg5 {
    background: #ffeff0;
    color: #ff3543;
}

.features-area .features-box .icon.bg6 {
    background: #fffdef;
    color: #f8cd55;
}

.features-area .features-box .icon::before {
    position: absolute;
    height: 31px;
    width: 65px;
    content: '';
    right: 0;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../img/shape/shape12.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features-area .features-box .icon::after {
    -webkit-transform: scaleX(-1) scaleY(-1);
    transform: scaleX(-1) scaleY(-1);
    position: absolute;
    height: 31px;
    width: 65px;
    content: '';
    bottom: 0;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../img/shape/shape12.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features-area .features-box h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.features-area .features-box p {
    margin-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
}

.features-area .features-box:hover .icon {
    border-radius: 0;
}

.features-area .features-lists {
    padding-left: 15px;
}

.features-area .features-lists ul {
    padding-left: 0;
    list-style-type: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -30px;
    margin-left: calc(var(--bs-gutter-x)/-2);
    margin-right: calc(var(--bs-gutter-x)/-2);
}

.features-area .features-lists ul li {
    margin-bottom: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    padding-left: calc(var(--bs-gutter-x)/2);
    padding-right: calc(var(--bs-gutter-x)/2);
}

.features-area .features-lists ul li .icon {
    width: 60px;
    height: 60px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    background: #f5efff;
    color: #7a5ff1;
}

.features-area .features-lists ul li .icon i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-area .features-lists ul li .icon.bg2 {
    background: #f0ffef;
    color: #5ff166;
}

.features-area .features-lists ul li .icon.bg3 {
    background: #ffeffe;
    color: #ff54f4;
}

.features-area .features-lists ul li .icon.bg4 {
    background: #eff2ff;
    color: #6b87ff;
}

.features-area .features-lists ul li .icon.bg5 {
    background: #ffeff0;
    color: #ff3543;
}

.features-area .features-lists ul li .icon.bg6 {
    background: #fffdef;
    color: #f8cd55;
}

.features-area .features-lists ul li h3 {
    font-size: 20px;
    margin-bottom: 12px;
    -webkit-transition: .5s;
    transition: .5s;
}

.features-area .features-item {
    margin-bottom: 25px;
    text-align: center;
}

.features-area .features-item .icon {
    width: 70px;
    height: 70px;
    font-size: 35px;
    position: relative;
    border-radius: 50%;
    color: #7a5ff1;
    -webkit-transition: .5s;
    transition: .5s;
    background: #F5EFFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.features-area .features-item .icon i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.features-area .features-item .icon.bg2 {
    background: #f0ffef;
    color: #5ff166;
}

.features-area .features-item .icon.bg3 {
    background: #ffeffe;
    color: #ff54f4;
}

.features-area .features-item .icon.bg4 {
    background: #eff2ff;
    color: #6b87ff;
}

.features-area .features-item .icon.bg5 {
    background: #ffeff0;
    color: #ff3543;
}

.features-area .features-item .icon.bg6 {
    background: #fffdef;
    color: #f8cd55;
}

.features-area .features-item h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.features-area .features-item.with-border {
    padding: 40px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
}

.features-area .features-item.with-border:hover {
    -webkit-box-shadow: 0 25px 75px rgba(25, 34, 64, 0.15);
    box-shadow: 0 25px 75px rgba(25, 34, 64, 0.15);
}


.cta-area {
    background-size: cover;
    background-position: center center;
    background-image: -webkit-gradient(linear, left top, right top, from(#5A68AF), color-stop(#5A68AF), color-stop(#5A68AF), color-stop(#5A68AF), to(#5A68AF));
    background-image: linear-gradient(to right, #5A68AF, #5A68AF, #5A68AF, #5A68AF, #5A68AF);
}

.cta-area .cta-text span {
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
}

.cta-area .cta-text h1 {
    font-size: 45px;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    margin-bottom: 0;
    margin-top: 11px;
}

.cta-area .cta-button {
    margin-top: 42px;
}

.cta-area .btn-margin {
    margin-left: 5px;
}

.free-trial-content {
    text-align: center;
    position: relative;
    padding: 150px;
    z-index: 1;
}

.free-trial-content .sub-title {
    display: block;
    margin-bottom: 12px;
    letter-spacing: .1em;
    color: #ffffff;
    font-weight: 600;
}

.free-trial-content h2 {
    font-size: 46px;
    line-height: 1.4;
    max-width: 500px;
    color: #ffffff;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.free-trial-content form {
    max-width: 700px;
    position: relative;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
}

.free-trial-content form .input-newsletter {
    width: 100%;
    height: 65px;
    display: block;
    padding-left: 25px;
    background-color: #ffffff;
    color: #28273a;
    border-radius: 5px;
    border: none;
}

.free-trial-content form .input-newsletter::-webkit-input-placeholder,
.free-trial-content form .input-newsletter:-ms-input-placeholder,
.free-trial-content form .input-newsletter::-ms-input-placeholder,
.free-trial-content form .input-newsletter::-webkit-input-placeholder {
    color: #828697;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.free-trial-content form .input-newsletter::-webkit-input-placeholder,
.free-trial-content form .input-newsletter:-ms-input-placeholder,
.free-trial-content form .input-newsletter::-ms-input-placeholder,
.free-trial-content form .input-newsletter::placeholder {
    color: #828697;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.free-trial-content form .input-newsletter:focus::-webkit-input-placeholder,
.free-trial-content form .input-newsletter:focus:-ms-input-placeholder,
.free-trial-content form .input-newsletter:focus::-ms-input-placeholder,
.free-trial-content form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.free-trial-content form .input-newsletter:focus::-webkit-input-placeholder,
.free-trial-content form .input-newsletter:focus:-ms-input-placeholder,
.free-trial-content form .input-newsletter:focus::-ms-input-placeholder,
.free-trial-content form .input-newsletter:focus::placeholder {
    color: transparent;
}

.free-trial-content form button {
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0;
    outline: 0;
}

.free-trial-content .shape8 {
    left: auto;
    right: 12%;
    top: 35%;
}


.section-title > span {
    color: #5A68AF;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.section-title h1 {
    font-size: 45px;
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
    margin-top: 21px;
}

.section-title h1 > span {
    color: #815DA4;
}

.section-title p {
    margin-bottom: 0;
    margin-top: 34px;
    font-size: 15px;
    line-height: 30px;
}

.section-title .border-left-1 {
    height: 3px;
    width: 40px;
    background: #5A68AF;
    left: -15px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.section-title .border-right-1 {
    height: 3px;
    width: 40px;
    background: #5A68AF;
    right: -15px;
    display: inline-block;
    top: -3px;
    position: relative;
}

.section-title .sub-t-left {
    padding-left: 20px;
}

.section-title .b-sm-left-1 {
    height: 3px;
    width: 15px;
    background: #5A68AF;
    left: 0;
    display: inline-block;
    position: relative;
    top: -3px;
}

.section-title .b-sm-left-2 {
    height: 3px;
    width: 40px;
    background: #5A68AF;
    display: inline-block;
    top: -3px;
    position: relative;
    left: 5px;
}

.section-title.section-title-white > span,
.section-title.section-title-white h1 {
    color: #ffffff;
}

.section-title.section-title-white p {
    color: #bbbbbb;
}

.section-title.section-title-white .b-sm-left-1,
.section-title.section-title-white .b-sm-left-2,
.section-title.section-title-white .border-left-1,
.section-title.section-title-white .border-right-1 {
    background: #ffffff;
}

.section-title-left {
    margin-top: 32px;
}

.section-title-left > span {
    position: relative;
    color: #5A68AF;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    text-transform: uppercase;
    padding-left: 86px;
}

.section-title-left > span::after {
    background: #5A68AF;
    height: 3px;
    width: 40px;
    content: "";
    position: absolute;
    left: 26px;
    top: 10px;
}

.section-title-left > span::before {
    background: #5A68AF;
    height: 3px;
    width: 15px;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
}

.section-title-left h1 {
    font-size: 45px;
    font-family: "Rubik", sans-serif;
    line-height: 1.2;
    margin-top: 17px;
    margin-bottom: 22px;
}

.section-title-left h1 > span {
    color: #815DA4;
}

.section-title-left p {
    margin-bottom: 0;
}


.coming-soon-logo-1 {
    position: absolute;
    z-index: 99;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
}

.coming-soon-1 {
    height: 100vh;
    width: 100%;
    min-height: 555px;
    background: url(../images/bg/coming-soon-bg-1.png) no-repeat center;
    background-size: cover;
    display: table;
    position: relative;
}

.coming-soon-1 .coming-soon-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 22;
    color: #FFF;
    padding-top: 66px;
}

.coming-soon-1 .coming-soon-inner h1 {
    font-size: 75px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-1 .coming-soon-inner h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .coming-soon-1 .coming-soon-inner h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .coming-soon-1 .coming-soon-inner h1 {
        font-size: 35px;
    }
}

.coming-soon-1 .coming-soon-inner ul {
    width: 900px;
    margin: 36px auto;
}

@media (max-width: 991.98px) {
    .coming-soon-1 .coming-soon-inner ul {
        width: 100% !important;
    }
}

.coming-soon-1 .coming-soon-inner ul li {
    width: 22%;
    font-size: 31px;
    font-weight: 500;
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-1 .coming-soon-inner ul li {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .coming-soon-1 .coming-soon-inner ul li {
        font-size: 22px;
    }
}

@media only screen and (max-width: 575px) {
    .coming-soon-1 .coming-soon-inner ul li {
        font-size: 18px;
    }
}

.coming-soon-1 .coming-soon-inner ul li span {
    color: #FFF;
    font-size: 84px;
    font-weight: 600;
    display: block;
    padding: 50px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .coming-soon-1 .coming-soon-inner ul li span {
        font-size: 65px;
        padding: 30px 0;
    }
}

@media only screen and (max-width: 767px) {
    .coming-soon-1 .coming-soon-inner ul li span {
        font-size: 45px;
        padding: 20px 0;
    }
}

@media only screen and (max-width: 575px) {
    .coming-soon-1 .coming-soon-inner ul li span {
        font-size: 35px;
        padding: 12px 0;
    }
}

.coming-soon-1 .coming-soon-inner .subscribe {
    max-width: 360px;
    margin: 0 auto;
}

.coming-soon-1 .coming-soon-inner .subscribe input {
    padding: 17px 17px;
    border-radius: 4px;
}

.coming-soon-1 .coming-soon-inner .subscribe button {
    width: 65px;
    border-radius: 0px 4px 4px 0px;
    font-size: 25px;
}

.coming-soon-1 .coming-soon-inner .newsletter {
    padding: 10px 0;
    max-width: 90%;
    margin: auto;
}

.coming-soon-1 .coming-soon-inner .newsletter p {
    margin-bottom: 30px;
}

.coming-soon-1 .coming-soon-inner .subscribe {
    position: relative;
}

.coming-soon-1 .coming-soon-inner .subscribe input {
    padding: 17px 20px;
    outline: none;
    color: #555;
    width: 100%;
    border: none;
}

.coming-soon-1 .coming-soon-inner .subscribe button {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    width: 62px;
    height: 100%;
    cursor: pointer;
    text-align: center;
    background: #28273a;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    border: none;
}

.coming-soon-1 .coming-soon-inner .subscribe button:hover {
    background: #141620;
    color: #fff;
}


.download-area-2 {
    position: relative;
    margin-bottom: 210px;
}

@media (max-width: 991px) {
    .download-area-2 {
        margin-bottom: 90px;
    }
}

.download-area-2.color-1 {
    background-image: -webkit-gradient(linear, left bottom, right top, from(#4ca3f2), color-stop(#479af4), color-stop(#4990f6), color-stop(#5185f5), to(#5e79f3));
    background-image: linear-gradient(to right top, #4ca3f2, #479af4, #4990f6, #5185f5, #5e79f3);
}

.download-area-2 .overlay-bg {
    background-position: center center;
    position: relative;
}

.download-area-2 .overlay-bg .cube-shape-one {
    position: absolute;
    left: 0;
    bottom: 1%;
    -webkit-animation: fade-in 1s ease-in-out alternate infinite;
    animation: fade-in 1s ease-in-out alternate infinite;
}

.download-area-2 .inner-wrapper {
    position: relative;
}

.download-area-2 .inner-wrapper .text h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.8px;
}

.download-area-2 .inner-wrapper .text h2 {
    color: #fff;
    padding: 6px 0 25px;
}

.download-area-2 .inner-wrapper .text h6 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    color: #fff;
    padding-bottom: 20px;
}

.download-area-2 .inner-wrapper .text p {
    color: #fff;
    padding-bottom: 40px;
}

.download-area-2 .inner-wrapper .button-group li {
    display: inline-block;
    margin-right: 15px;
}

.download-area-2 .inner-wrapper .button-group li a {
    font-family: "Poppins", sans-serif;
    width: 170px;
    line-height: 55px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    font-size: 20px;
    color: #313131;
}

.download-area-2 .inner-wrapper .button-group li a i {
    margin-right: 3px;
    font-size: 22px;
}

.download-area-2 .inner-wrapper .button-group li a img {
    display: inline-block;
    width: 20px;
    margin-right: 2px;
    vertical-align: sub;
}

.download-area-2 .inner-wrapper .s8-mockup {
    position: absolute;
    left: -110px;
    top: -130px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .download-area-2 .inner-wrapper .s8-mockup {
        display: none;
    }
}

.download-area-2 .inner-wrapper .x-mockup {
    position: absolute;
    left: 250px;
    bottom: -165px;
    z-index: 1;
}

@media (max-width: 1199px) {
    .download-area-2 .inner-wrapper .x-mockup {
        display: none;
    }
}

.download-area-2 .btn.theme-download {
    color: #fff !important;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    padding: 0px 55px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    height: 60px;
    line-height: 60px;
    background-color: #28273a;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    margin-right: 15px;
    margin-top: 10px;
}

.download-area-2 .btn.theme-download:focus {
    outline: none;
}

.download-area {
    z-index: 1;
}

.download-area::before {
    position: absolute;
    content: "";
    background: #1d1c29;
    width: 100%;
    height: 850px;
    left: 0;
    top: 0;
    z-index: -1;
}

.download-area .download-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.download-area .download-shape::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    left: 170px;
    top: 180px;
    -webkit-animation: animationFramesTwo 15s infinite linear;
    animation: animationFramesTwo 15s infinite linear;
}

.download-area .download-shape::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #feb100;
    border-radius: 50%;
    right: 30%;
    top: 100px;
    -webkit-animation: animationFramesTwo 13s infinite linear;
    animation: animationFramesTwo 13s infinite linear;
}

.download-area .shape-two {
    position: absolute;
    left: 175px;
    top: 50%;
    -webkit-animation: animationFramesTwo 10s infinite linear;
    animation: animationFramesTwo 10s infinite linear;
}

.download-area .shape-three {
    position: absolute;
    right: 160px;
    top: 50%;
    -webkit-animation: animationFramesTwo 13s infinite linear;
    animation: animationFramesTwo 13s infinite linear;
}

.download-area .dashbord_img-02::before {
    position: absolute;
    content: "";
    background: url(../images/shape/14.png) no-repeat;
    width: 100%;
    height: 850px;
    left: 0;
    top: 0;
    z-index: -1;
}

.download-area .download_btn li {
    margin: 0 5px;
}

.download-area .download_btn li a i {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    font-size: 15px;
}

.download-area .download_btn li a:hover i {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    font-size: 15px;
}


.counter-area .counters .counters__icon {
    background: #ffffff;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-area .counters .counters__icon {
        margin-right: 10px;
    }
}

.counter-area .counters .counters__icon i {
    color: #4f4c72;
    font-size: 45px;
    line-height: 100px;
}

.counter-area .counters .counters__content h2 {
    color: #4f4c72;
    font-size: 45px;
    line-height: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .counter-area .counters .counters__content h2 {
        font-size: 30px;
    }
}

.counter-area .counters .counters__content p {
    color: #4f4c72;
}

.counter-area-2 .counter-image-area {
    position: relative;
    z-index: 9;
    height: 100%;
    margin-right: 45px;
}

.counter-area-2 .counter-image-area.right-0 .counter-image {
    right: 0;
}

.counter-area-2 .counter-image-area .counter-image {
    position: relative;
    top: 0;
    right: 45px;
    float: right;
    z-index: 9;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-area-2 .counter-image-area .counter-image {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .counter-area-2 .counter-image-area .counter-image {
        right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .counter-area-2 .counter-image-area .counter-image {
        margin-top: 20px;
        right: 0;
        top: -30px;
    }
}

.counter-area-2 .counter-image-area .counter-image:nth-child(2) {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 8;
    float: left;
    text-align: left;
}

.counter-area-2 .counter-image-area .counter-image img {
    border-radius: 5px;
    -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.counter-area-2 .counter-image-area .counter-image:hover img {
    -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-area-2 .counter-content {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .counter-area-2 .counter-content {
        margin-top: 150px;
    }
}

.counter-area-2 .counter-content p {
    max-width: 420px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .counter-area-2 .counter-content p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .counter-area-2 .counter-content p {
        max-width: 100%;
    }
}

.counter-area-2 .counter-content .counter-funfact .number {
    font-size: 41px;
    line-height: 1;
    color: #5A68AF;
    margin-bottom: 15px;
}

.counter-area-2 .counter-content .counter-funfact .text {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}


.feature-area .text {
    position: relative;
    padding: 0 0 60px 60px;
}

.feature-area .text .number {
    font-family: "Rubik", sans-serif;
    font-size: 60px;
    color: #d8d8d8;
    position: relative;
}

.feature-area .text .number i {
    font-size: 30px;
    background-color: #ecf0ff;
    border-radius: 50px;
    line-height: 50px;
    border: 2px solid #5A68AF;
    padding: 10px;
    color: #5A68AF;
}

.feature-area .text .number:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #8ea3ff;
    opacity: 0.32;
    top: 35px;
    left: -67px;
}

.feature-area .text .number:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #8e90ff;
    top: 39px;
    left: -63px;
    z-index: 1;
}

.feature-area .text .title {
    font-size: 50px;
    line-height: 60px;
}

@media (max-width: 767px) {
    .feature-area .text .title {
        font-size: 40;
        line-height: 50px;
    }
}

.feature-area .text .learn-more {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #3c3c3c;
}

.feature-area .text .learn-more i {
    vertical-align: middle;
    font-size: 25px;
    margin-left: 12px;
}

.feature-area .text p {
    padding: 30px 0;
}

.feature-area .single-block:nth-child(1) .text {
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 0 0 0 20px;
}

.feature-area .single-block:nth-child(1) .text:before {
    content: '';
    width: 1px;
    height: 39px;
    position: absolute;
    background: #fff;
    top: 0;
    left: -1px;
}

.feature-area .single-block:nth-child(2) .img-box {
    border-right: 1px dashed #dcdcdc;
    border-radius: 0 20px 20px 0;
}

.feature-area .single-block:nth-child(2) .text {
    padding: 80px 40px 55px 45px;
}

.feature-area .single-block:nth-child(3) .text {
    border-top: 1px dashed #dcdcdc;
    border-left: 1px dashed #dcdcdc;
    border-bottom: 1px dashed #dcdcdc;
    border-radius: 20px 0 0 20px;
    padding: 80px 0 55px 60px;
}

.feature-area.dark-bg {
    padding: 170px 0 80px;
}

.feature-area.dark-bg .text {
    padding: 0 0 150px 0;
}

.feature-area.dark-bg .text .number {
    color: #3d42e0;
}

.feature-area.dark-bg .text .number:before,
.feature-area.dark-bg .text .number:after {
    display: none;
}

.feature-area.dark-bg .text .title {
    color: #fff;
}

.feature-area.dark-bg .text p {
    color: #d0d0d9;
}

.feature-area.dark-bg .row {
    margin: 0 -70px;
}

.feature-area.dark-bg .row [class*="col"] {
    padding: 0 70px;
}

.pre-card {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
    box-shadow: 0px 10px 80px 0px rgba(215, 215, 215, 0.4);
}

.pre-card .icon {
    width: 80px;
    height: 80px;
    line-height: 72px;
}

.pre-card .icon img {
    width: 100px;
}

.pre-card .content .title {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pre-card .content .title:hover {
    color: #5A68AF !important;
}

.pre-card.pre-primary {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.pre-card.pre-primary .icon2,
.pre-card.pre-primary .para {
    color: #4f4c72 !important;
}

.pre-card:hover {
    -webkit-box-shadow: 0 10px 25px rgba(40, 39, 58, 0.15);
    box-shadow: 0 10px 25px rgba(40, 39, 58, 0.15);
}

.pre-card:hover.pre-primary {
    background-color: #5A68AF !important;
    border-radius: 10px !important;
    color: #ffffff !important;
}

.pre-card:hover.pre-primary .icon2,
.pre-card:hover.pre-primary .para {
    color: #ffffff !important;
}

.pre-card:hover.pre-primary .content,
.pre-card:hover.pre-primary .icon2 {
    z-index: 2;
}

.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.work-area {
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.work-area h4 {
    font-family: "Poppins", sans-serif;
    color: #828697;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
}

.work-area img.work__bg {
    width: 585px;
    position: absolute;
    top: 15%;
    right: 6%;
}

@media only screen and (min-width: 1401px) {
    .work-area img.work__bg {
        right: 14%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-area img.work__bg {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .work-area img.work__bg {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .work-area img.work__bg {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .work-area img.work__bg {
        display: none;
    }
}

.work-area .points ul li {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 26px;
    color: #828697;
    margin-bottom: 20px;
    padding-left: 30px;
}

.work-area .points ul li:last-child {
    margin-bottom: 0;
}

.work-area .points li i {
    position: absolute;
    left: 0;
    top: 5px;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    background: #815DA4;
    -webkit-box-shadow: 0px 5px 24px rgba(207, 54, 54, 0.15);
    box-shadow: 0px 5px 24px rgba(207, 54, 54, 0.15);
}


.process-style {
    position: relative;
    padding: 100px 0px;
}

@media (max-width: 991px) {
    .process-style {
        padding: 40px 0px;
    }
}

.process-style .single-item {
    position: relative;
    padding-top: 20px;
}

.process-style .single-column:nth-child(2) .single-item .shape-layer {
    top: 75px;
}

.process-style .single-item .icon-box {
    position: relative;
    display: inline-block;
    font-size: 50px;
    width: 170px;
    height: 170px;
    line-height: 170px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 30px;
    z-index: 1;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
    box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-style .single-item:hover .icon-box {
    color: #fff;
}

.process-style .single-item .icon-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-style .single-item:hover .icon-box:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.process-style .single-item .icon-box .count-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.process-style .single-item:hover .icon-box .count-box {
    background: #fff;
    -webkit-box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.process-style .single-item h3 {
    margin: 0px;
}

.process-style .sec-title {
    margin-bottom: 55px;
}

.process-style .single-item .icon-box {
    color: #5A68AF;
}

.process-style .single-item .icon-box .count-box,
.process-style .single-item .icon-box:before {
    background-color: #5A68AF;
}

.process-style .single-item:hover .icon-box .count-box {
    color: #5A68AF;
}


.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
}

.myaccount-tab-menu a {
    border: 1px solid #eeeeee;
    border-bottom: none;
    color: #828697;
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 15px 15px 13px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #eeeeee;
}

.myaccount-tab-menu a:hover,
.myaccount-tab-menu a.active {
    background-color: #5A68AF;
    color: #ffffff;
}

.myaccount-tab-menu a i {
    font-size: 14px;
    text-align: center;
    width: 25px;
}


.myaccount-content {
    background-color: #ffffff;
    font-size: 14px;
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content h3 {
    border-bottom: 1px dashed #eeeeee;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.myaccount-content .welcome a {
    color: #000000;
}

.myaccount-content .welcome a:hover {
    color: #5A68AF;
}

.myaccount-content .welcome strong {
    font-weight: 600;
}

.myaccount-content a.edit-address-btn {
    border-color: #28273a;
}

.myaccount-content a.edit-address-btn i {
    padding-right: 5px;
}

.myaccount-content a.edit-address-btn:hover {
    color: #5A68AF;
}


.myaccount-table {
    white-space: nowrap;
    font-size: 15px;
}

.myaccount-table table th,
.myaccount-table .table th {
    padding: 10px;
    font-weight: 600;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 20px 10px;
    vertical-align: middle;
}

.myaccount-table table td a:hover,
.myaccount-table .table td a:hover {
    color: #ffffff;
}

.saved-message {
    border-top: 3px solid #5A68AF;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 13px;
    padding: 20px;
}


.account-details-form h4 {
    margin: 0;
}


.login-signup {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 15px;
}

.login-signup .V34-checkbox-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.login-signup .V34-bg-color {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: rgba(255, 255, 255, 0.795);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
    box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
}

.login-signup .V34-bg-img {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
}

.login-signup .V34-content {
    padding: 65px 90px 45px;
    width: 100%;
    background-color: #cdcdcd00;
}

@media only screen and (max-width: 767px) {
    .login-signup .V34-content {
        padding: 65px 30px 45px;
    }
}

.login-signup .V34-header {
    text-align: center;
    margin-bottom: 50px;
}

.login-signup .V34-header .V34-logo {
    display: block;
    margin-bottom: 7px;
}

.login-signup .V34-header .V34-logo img {
    width: 130px;
}

.login-signup .V34-header h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 10px;
}

.login-signup .V34-header p {
    color: #828697;
}

.login-signup .V34-form h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
}

.login-signup .V34-form p {
    font-size: 18px;
    color: #111111;
    text-align: center;
}

.login-signup .V34-form form .input-label {
    color: #979696;
}

.login-signup .V34-form .form-group {
    position: relative;
    z-index: 1;
}

.login-signup .V34-form .form-group .field-icon {
    position: absolute;
    z-index: 1;
    right: 19px;
    bottom: 18px;
    font-size: 14px;
    color: #a1a1a1;
}

.login-signup .V34-form .form-group .field-icon:before {
    padding: 17px 10px;
}

.login-signup .V34-form .form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
}

.login-signup .V34-form input::-webkit-input-placeholder,
.login-signup .V34-form input::-moz-placeholder,
.login-signup .V34-form input:-moz-placeholder,
.login-signup .V34-form input:-ms-input-placeholder {
    color: #a1a1a1;
    font-size: 15px;
    font-weight: 300;
}

.login-signup .V34-btn-fill {
    font-family: "Rubik", sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    border: 0;
    color: #fff;
    border-radius: 35px;
    padding: 10px 36px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    background-color: #5A68AF;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
    box-shadow: 0px 17px 43px 1px rgba(26, 85, 221, 0.356);
}

.login-signup .V34-btn-fill:hover,
.login-signup .V34-btn-fill:focus {
    background-color: #28273a;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.login-signup .switcher-text {
    color: #828697;
    font-size: 15px;
    margin-top: 5px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-signup .switcher-text:last-child {
    margin-right: 0;
}

.login-signup .switcher-text:hover,
.login-signup .switcher-text.active {
    color: #666;
}

.login-signup .switcher-text2 {
    color: #828697;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 2px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-signup .switcher-text2:last-child {
    margin-right: 0;
}

.login-signup .switcher-text2:hover,
.login-signup .switcher-text2.active {
    color: #000;
}

.login-signup .V34-style-line {
    overflow: hidden;
    text-align: center;
}

.login-signup .V34-style-line h3 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 20px;
    color: #4f4c72;
    display: inline-block;
    position: relative;
    padding: 0 25px;
    z-index: 1;
}

.login-signup .V34-style-line h3:before {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.login-signup .V34-style-line h3:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    background-color: #ebebeb;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

.login-signup .social-media-icons-login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px !important;
}

.login-signup .social-media-icons-login li {
    padding: 5px;
    margin: 0;
}

.login-signup .social-media-icons-login li a {
    padding: 15px 25px;
    border-radius: 5px;
    font-size: 15px !important;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #a8a9b0 !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0;
    font-size: 20px;
}

.login-signup .social-media-icons-login li a i {
    position: relative;
    font-size: 25px;
    top: 3px;
    color: #4f4c72;
    color: #fff;
}

.login-signup .social-media-icons-login li a.facebook {
    background-color: #1778F2;
    border: 1px solid #1778F2 !important;
}

.login-signup .social-media-icons-login li a.twitter {
    background: #1DA1F2;
    border: 1px solid #1DA1F2 !important;
}

.login-signup .social-media-icons-login li a.youtube {
    background: #FE0000;
    border: 1px solid #FE0000 !important;
}

.login-signup .social-media-icons-login li a:hover.facebook {
    border: 1px solid #28273a !important;
    background-color: #28273a;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.login-signup .social-media-icons-login li a:hover.twitter {
    border: 1px solid #28273a !important;
    background-color: #28273a;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.login-signup .social-media-icons-login li a:hover.youtube {
    border: 1px solid #28273a !important;
    background-color: #28273a;
    -webkit-box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
    box-shadow: 0px 17px 43px 1px rgba(36, 30, 52, 0.4);
}

.login-signup .checkbox {
    padding-left: 5px;
}

.login-signup .checkbox label {
    padding-left: 20px;
    color: #828697;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
}

.login-signup .checkbox label:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 0;
    margin-left: -5px;
    border: 1px solid;
    border-color: #dcdcdc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.login-signup .checkbox label:after {
    position: absolute;
    margin-left: -20px;
    padding-left: 3px;
    font-size: 10px;
    color: #555555;
}

.login-signup .checkbox input[type="checkbox"] {
    display: none;
}

.login-signup .checkbox input[type="checkbox"]:checked + label::after {
    font-family: "Line Awesome Free";
    content: "\f00c";
    font-weight: 900;
    color: #ffffff;
    left: 15px;
    top: 4px;
}

.login-signup .checkbox input[type="checkbox"]:checked + label::before {
    background-color: #2e4bf1;
    border-color: #2e4bf1;
}

.login-signup .V34-footer {
    text-align: center;
}

.login-signup .V34-footer p {
    color: #828697;
}
