@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Rubik:wght@400;500;600;700&display=swap");

body {
    font-family: "Rubik", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #565872;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.8;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus,
.btn:focus,
select:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input,
textarea,
select {
    border: 2px solid #e2eeff;
    padding: 0 30px;
    font-size: 16px;
    background-color: transparent;
    color: #222222;
    width: 100%;
    height: 60px;
    border-radius: 40px;
}

input[type="submit"] {
    background-color: #4c3ec7;
    color: #fff;
    border-color: #4c3ec7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

input[type="submit"]:hover {
    background-color: #222f5a;
    color: #fff;
    border-color: #222f5a;
}

textarea {
    height: 185px;
    padding-top: 30px;
    resize: none;
}

.form-btn {
    padding: 16px 35px;
    line-height: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    border: none;
    background-color: #1574f6;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-btn:hover {
    background-color: #222f5a;
}

::-webkit-input-placeholder {
    opacity: 1;
    color: inherit;
}

::-moz-placeholder {
    opacity: 1;
    color: inherit;
}

:-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

::-ms-input-placeholder {
    opacity: 1;
    color: inherit;
}

::placeholder {
    opacity: 1;
    color: inherit;
}

::-webkit-scrollbar {
    background-color: #ccc;
    width: 5px;
}

::-webkit-scrollbar:horizontal {
    background-color: #ccc;
    height: 5px;
}

::-webkit-scrollbar-thumb {
    background-color: #4c3ec7;
}

.slick-slide img {
    display: inline-block;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0px;
    color: #222f5a;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #222f5a;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    margin: 0px;
}

a {
    color: #4c3ec7;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:hover {
    color: #222f5a;
}

table {
    width: 100%;
}

.section-gap {
    padding-top: 140px;
    padding-bottom: 140px;
}

.section-gap-top {
    padding-top: 140px;
}

.section-gap-bottom {
    padding-bottom: 140px;
}

.section-title .title {
    font-size: 40px;
}

.section-title .title-tag {
    font-size: 14px;
    line-height: 1;
    padding: 12px 20px;
    border-radius: 30px;
    color: #4c3ec7;
    background-color: #eceaf9;
    margin-left: 55px;
    position: relative;
    margin-bottom: 20px;
}

.section-title .title-tag::before {
    position: absolute;
    left: -55px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    width: 40px;
    background-color: #4c3ec7;
    border-radius: 30px;
    content: "";
}

.main-btn {
    padding: 12px 40px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    background-color: #4c3ec7;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 1;
    border: none;
}

.main-btn i {
    margin-left: 15px;
}

.main-btn::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: #222f5a;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    content: "";
    z-index: -1;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
}

.main-btn:hover {
    color: #fff;
}

.main-btn:hover::before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.main-btn.main-btn-2,
.main-btn.main-btn-2::before {
    border-radius: 3px;
}

/*=======  Utilitis =======*/
.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-80 {
    margin-top: 60px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

/*======= Animation keyframes =======*/
@-webkit-keyframes float1 {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}
@keyframes float1 {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    50% {
        -webkit-transform: translatey(-20px);
        transform: translatey(-20px);
    }
    100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}

@-webkit-keyframes float2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes float2 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@-webkit-keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@keyframes sticky {
    0% {
        top: -200px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*======= Preloader =======*/
div#preloader {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #222f5a;
    z-index: 9999999;
}

div#preloader .line {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    width: 60px;
    height: 4px;
    background: #fff;
    -webkit-animation: spin 1.5s infinite ease;
    animation: spin 1.5s infinite ease;
}

div#preloader .line:nth-of-type(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

div#preloader .line:nth-of-type(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

div#preloader .line:nth-of-type(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

/*======= Header =======*/
.nav-container {
    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;
    position: relative;
}

.nav-aside {
    position: fixed;
    top: 0;
    left: 0;
    padding: 45px 30px;
    overflow: hidden;
    overflow-y: scroll;
    width: 285px;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px -77px 46px rgba(0, 0, 0, 0.07);
    box-shadow: 0px -77px 46px rgba(0, 0, 0, 0.07);
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav-aside::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}

.nav-aside::-webkit-scrollbar-thumb {
    background: #4c3ec7;
    border-radius: 3px;
}

.nav-aside .site-logo {
    margin-bottom: 150px;
    text-align: center;
}

.nav-aside .site-logo .small-logo {
    display: none;
}

.nav-aside .main-menu li {
    display: block;
    margin-bottom: 35px;
}

.nav-aside .main-menu li a {
    font-size: 16px;
    font-weight: 600;
    color: #222f5a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-aside .main-menu li span.icon {
    font-weight: 400;
    font-size: 28px;
    margin-right: 20px;
    line-height: 1;
}

.nav-aside .main-menu li a:hover {
    color: #4c3ec7;
}

.nav-toggole {
    background: transparent;
    border: 1px solid #222f5a;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9999;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    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: 50px;
    width: 50px;
    display: none;
}

.nav-toggole span span {
    width: 25px;
    height: 2px;
    margin: 5px 0;
    background: #222f5a;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: block;
}

.nav-toggole.active span span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(5px);
    -ms-transform: rotate(45deg) translateY(5px);
    transform: rotate(45deg) translateY(5px);
}
.nav-toggole.active span span:nth-child(2) {
    display: none;
}
.nav-toggole.active span span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-5px);
    -ms-transform: rotate(-45deg) translateY(-5px);
    transform: rotate(-45deg) translateY(-5px);
}

.header-one .nav-toggole {
    position: fixed;
    top: 0;
    left: 0;
    border: none;
    border-radius: 0;
    background: #4c3ec7;
}

.header-one .nav-toggole span span {
    background: #fff;
}

.header-one .nav-toggole.active {
    left: 120px;
}

.header-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
}

.header-two .main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-two .main-menu a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #222f5a;
    padding: 10px;
}

.header-two .main-menu a:hover {
    color: #4c3ec7;
}

.header-two .main-menu li {
    padding: 20px 10px;
}

.header-two .main-menu li:last-child a {
    padding-right: 0;
}

header.sticky-header.sticky-on {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;
    visibility: visible;
    opacity: 1;
}

/*======= Hero Area =======*/
.hero-section {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section .shape-img img {
    position: absolute;
    -webkit-animation: float1 3s ease-in-out infinite;
    animation: float1 3s ease-in-out infinite;
}

.hero-section .shape-img img.img-1 {
    left: 12%;
    bottom: 30%;
    -webkit-animation: float2 4s ease-in-out infinite;
    animation: float2 4s ease-in-out infinite;
}

.hero-section .shape-img img.img-2 {
    left: 15%;
    top: 20%;
}

.hero-section .shape-img img.img-3 {
    right: 25%;
    top: 25%;
    -webkit-animation: float2 4s ease-in-out infinite;
    animation: float2 4s ease-in-out infinite;
}

.hero-section .shape-img img.img-4 {
    right: 15%;
    bottom: 18%;
}

.hero-section .shape-img img.img-5 {
    right: 100px;
    top: 40%;
    -webkit-animation: float2 4s ease-in-out infinite;
    animation: float2 4s ease-in-out infinite;
}

.hero-section .hero-wrapper {
    padding: 200px 0 140px;
}

.hero-content .author-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    margin: auto;
    margin-bottom: 25px;
    -webkit-filter: drop-shadow(0px 13px 36px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 13px 36px rgba(0, 0, 0, 0.05));
    -webkit-animation: float1 4s ease-in-out infinite;
    animation: float1 4s ease-in-out infinite;
}

.hero-content h1 {
    font-size: 40px;
    margin-bottom: 5px;
}

.hero-content h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 25px;
}

.hero-content .social-link {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-content .social-link a {
    margin: 0 5px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #eeeeee;
    color: #222f5a;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    text-align: center;
    line-height: 35px;
}

.hero-content .social-link a:hover {
    color: #fff;
}

.hero-content .social-link a.facebook:hover {
    background: #3d5a96;
}

.hero-content .social-link a.twitter:hover {
    background: #2aa3ef;
}

.hero-content .social-link a.youtube:hover {
    background: #f52929;
}

.hero-content .social-link a.instagram:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#7024c4),
        color-stop(41.55%, #c21975),
        color-stop(70.22%, #c74c4d),
        to(#e09b3d)
    );
    background: -o-linear-gradient(
        #7024c4 0%,
        #c21975 41.55%,
        #c74c4d 70.22%,
        #e09b3d 100%
    );
    background: linear-gradient(
        #7024c4 0%,
        #c21975 41.55%,
        #c74c4d 70.22%,
        #e09b3d 100%
    );
}

.hero-content .social-link a.behance:hover {
    background: #105dfb;
}

.hero-content .social-link a.dribbble:hover {
    background: #db417c;
}

/*======= About Css =======*/
.about-text {
    padding-left: 40px;
}

/*======= Portfolio =======*/
.portfolio-area {
    padding-top: 140px;
    padding-bottom: 30px;
}

.portfolio-sites h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

.portfolio-sites ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.portfolio-sites ul li i {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    background-color: #1767fb;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
}

.portfolio-sites ul li.behance a {
    color: #1767fb;
}

.portfolio-sites ul li.behance i {
    background-color: #1767fb;
}

.portfolio-sites ul li.dribbble a {
    color: #ed4989;
}

.portfolio-sites ul li.dribbble i {
    background-color: #ed4989;
}

.portfolio-sites ul li.instagram a {
    color: #ffae00;
}

.portfolio-sites ul li.instagram i {
    background-color: #ffae00;
}

.portfolio-sites ul li:not(:last-child) {
    margin-right: 30px;
}

/*======= Skills Css =======*/
.skill-progress .title {
    font-size: 16px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.skill-progress .progressbar-wrap {
    position: relative;
    height: 5px;
    border-radius: 30px;
    background-color: #dbd8f4;
}

.skill-progress .progressbar-wrap .progressbar {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-radius: 30px;
    background-color: #4c3ec7;
    -webkit-transition: width 2s ease-in-out;
    -o-transition: width 2s ease-in-out;
    transition: width 2s ease-in-out;
}

.skill-progress.color-1 .progressbar-wrap {
    background-color: #dbd8f4;
}

.skill-progress.color-2 .progressbar-wrap {
    background-color: #fff3d8;
}

.skill-progress.color-3 .progressbar-wrap {
    background-color: #fee6dd;
}

.skill-progress.color-2 .progressbar-wrap .progressbar {
    background-color: #ffc13c;
}

.skill-progress.color-3 .progressbar-wrap .progressbar {
    background-color: #f78058;
}

.skill-progress:not(:last-child) {
    margin-bottom: 30px;
}

/*======= Service Boxes =======*/
.service-boxes .service-box {
    margin-top: 30px;
    border-radius: 40px;
    background-color: #ffc13c;
    text-align: center;
    padding: 50px 40px;
    color: #fff;
}

.service-boxes .service-box h4 {
    font-size: 22px;
    margin-bottom: 25px;
}

.service-boxes .service-box h4,
.service-boxes .service-box h4 a {
    color: #fff;
}

.service-boxes .service-box .icon {
    height: 110px;
    width: 110px;
    line-height: 110px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
}

.service-boxes .service-box .icon img {
    max-width: 60px;
}

.service-boxes .service-box.color-2 {
    background-color: #4c3ec7;
}

.service-boxes .service-box.color-3 {
    background-color: #f78058;
}

/*======= Experience =======*/
.experience-box .box-title {
    background-color: #4c3ec7;
    border-radius: 40px 40px 0 0;
    padding: 25px;
}

.experience-box .box-title i {
    height: 50px;
    width: 50px;
    font-size: 26px;
    text-align: center;
    line-height: 50px;
    background-color: #fff;
    color: #4c3ec7;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: 300;
}

.experience-box .box-title h5 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.experience-box .experience-content {
    padding: 30px;
    border: 2px solid #e2eeff;
    border-top: 0;
    border-radius: 0 0 40px 40px;
}

.experience-box .experience-content h6 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.experience-box .single-experience {
    padding-bottom: 25px;
    position: relative;
    padding-left: 50px;
    z-index: 2;
}

.experience-box .single-experience .check-icon {
    background-color: #edebf9;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    font-weight: 400;
}

.experience-box .single-experience .check-icon svg {
    width: 13px;
    fill: #4c3ec7;
    height: 10px;
}

.experience-box .single-experience:before {
    position: absolute;
    content: "";
    background-color: #edebf9;
    top: 0;
    left: 15px;
    width: 1px;
    height: 100%;
    z-index: -1;
}

.experience-box .single-experience:last-child::before {
    display: none;
}

.experience-box.color-version-2 .box-title {
    background-color: #f78058;
}

.experience-box.color-version-2 .box-title i {
    color: #f78058;
}

.experience-box.color-version-2 .single-experience .check-icon svg {
    fill: #f78058;
}

.experience-box.color-version-2 .single-experience:before,
.experience-box.color-version-2 .single-experience .check-icon {
    background-color: #fff2ee;
}

.experience-box.color-version-2 .experience-content {
    border-color: #fff2ee;
}
/*======= Latest Posts =======*/
.latest-post-box {
    margin-top: 30px;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.08));
    border-radius: 20px;
}

.latest-post-box .post-desc {
    padding: 30px;
    border-radius: 0 0 20px 20px;
}

.latest-post-box h5 {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 20px;
}

.latest-post-box .post-meta li {
    display: inline-block;
    position: relative;
    font-size: 12px;
}

.latest-post-box .post-meta li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
}

.latest-post-box .post-meta li:not(:last-child)::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.latest-post-box .post-meta li a {
    color: #444444;
    font-weight: 500;
}

.latest-post-box .post-meta li i {
    color: #1574f6;
    margin-right: 5px;
}

.latest-post-box .post-thumb img {
    border-radius: 30px 30px 0 0;
}

/*======= Product Boxes =======*/
.product-box {
    margin-top: 30px;
}

.product-box .product-img img {
    border-radius: 20px 20px 0 0;
}

.product-box .product-desc {
    border-radius: 0 0 20px 20px;
    padding: 20px;
    border: 2px solid #e2eeff;
    border-top: none;
}

.product-box .title {
    font-size: 20px;
    margin-bottom: 20px;
}

.product-box .title a:hover {
    color: #4c3ec7;
}

.product-box .order-btn {
    background-color: #4c3ec7;
    color: #fff;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
}

.single-product .order-btn {
    background-color: #4c3ec7;
    color: #fff;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
}

.order-details .order-btn {
    background-color: #4c3ec7;
    color: #fff;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 4px;
}

.product-box .price {
    font-size: 14px;
    text-transform: uppercase;
}

.product-box .price span {
    margin-left: 5px;
    font-weight: 700;
    color: #4c3ec7;
}

/*======= Consultation section =======*/
.consultation-section {
    background-color: #edebf9;
    padding-top: 150px;
    padding-bottom: 150px;
}

/* .consultation-section .consultation-text {
    padding-bottom: 150px;
    padding-top: 150px;
} */

.consultation-section .title-tag {
    background-color: #ddd9f4;
}

.contact-info-boxes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    line-height: 1.3;
}

.contact-info-boxes .info-box {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 15px 30px rgba(88, 126, 213, 0.1);
    box-shadow: 5px 15px 30px rgba(88, 126, 213, 0.1);
    padding: 25px 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 40px 15px 1fr;
    grid-template-columns: 40px 1fr;
    grid-gap: 15px;
}

.contact-info-boxes .info-box .icon img {
    max-width: 40px;
    margin-top: 5px;
}

.contact-info-boxes .info-box .title {
    margin-bottom: 8px;
    font-size: 18px;
    color: #565872;
    font-weight: 700;
    display: block;
}

.consultation-form {
    margin-left: 70px;
    padding: 60px 50px 50px;
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center;
    background-image: url(../img/contact-img.jpg);
    margin-top: -200px;
}

.consultation-form::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-color: #222f5a;
    opacity: 0.9;
}

.consultation-form .form-title {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.consultation-form input,
.consultation-form select,
.consultation-form textarea {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 4px;
    padding: 0px 25px;
}

.consultation-form textarea {
    height: 160px;
    padding-top: 20px;
}

.consultation-form input[type="submit"] {
    border-color: #4c3ec7;
}

.consultation-form input[type="submit"]:hover {
    border-color: #222f5a;
}

/*======= Portfolio =======*/
.portfolio-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.portfolio-filter button {
    font-size: 18px;
    color: #222f5a;
    cursor: pointer;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    padding: 15px 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
    line-height: 1;
    margin-right: 5px;
    border: none;
    background-color: transparent;
}

.portfolio-filter button.active,
.portfolio-filter button:hover {
    background-color: #4c3ec7;
    color: #fff;
}

.portfolio-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    min-height: 408px;
}

.portfolio-item::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #222f5a;
    content: "";
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.portfolio-item img {
    border-radius: 10px;
}

.portfolio-item .portfolio-btn {
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: visible;
}

.portfolio-item .portfolio-btn a {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 52px;
    background-color: #fff;
    color: #222f5a;
    font-size: 14px;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.portfolio-item .portfolio-btn a:hover {
    color: #fff;
    background-color: #4c3ec7;
}

.portfolio-item:hover .portfolio-btn {
    visibility: visible;
    opacity: 1;
    top: 50%;
}

.portfolio-item:hover::before {
    visibility: visible;
    opacity: 0.5;
}

/*======= Testimonial =======*/
.testimonial-slider-wrap {
    padding: 80px 70px;
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: 10px 10px 40px rgba(34, 47, 90, 0.1);
    box-shadow: 10px 10px 40px rgba(34, 47, 90, 0.1);
    margin-top: -480px;
    position: relative;
}

.testimonial-slider {
    position: relative;
}

.testimonial-slider .testimonial-author {
    margin-top: 50px;
}

.testimonial-slider .name {
    font-size: 20px;
    margin-bottom: 5px;
}

.testimonial-slider .author-position {
    font-size: 14px;
    line-height: 1.4;
}

.testimonial-img img {
    border-radius: 10px;
}

.testimonial-slider-wrap .slider-btn {
    position: absolute;
    right: 70px;
    bottom: 85px;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-slider-wrap .slider-btn div {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: #e2eeff;
    text-align: center;
    color: #4c3ec7;
    line-height: 40px;
    cursor: pointer;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-slider-wrap .slider-btn i {
    opacity: 0.41;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.testimonial-slider-wrap .slider-btn div:hover {
    color: #fff;
    background-color: #4c3ec7;
}

.testimonial-slider-wrap .slider-btn div:hover i {
    opacity: 1;
}

/*======= Contact Section =======*/
.contact-text h4 {
    font-size: 23px;
    margin-bottom: 20px;
}

.contact-text:not(:last-child) {
    margin-bottom: 10px;
}

.contact-text a,
.contact-text span {
    color: #f78058;
}

.contact-text .world-map {
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

/*======= Breadcrumb =======*/
.breadcrumb-section {
    padding: 130px 0;
    position: relative;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-image: url(../img/breadcrumb.jpg);
    z-index: 2;
}

.breadcrumb-section::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.6;
    background-color: #222;
}

.breadcrumb-section .page-title {
    font-size: 42px;
    margin-bottom: 20px;
    color: #fff;
}

.breadcrumb-section .breadcrumb-nav {
    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;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb-section .breadcrumb-nav li {
    position: relative;
    padding: 0 15px;
}

.breadcrumb-section .breadcrumb-nav li:not(:last-child):before {
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "|";
    font-size: 14px;
}

.breadcrumb-section .breadcrumb-nav li,
.breadcrumb-section .breadcrumb-nav li a {
    color: #fff;
}

/*======= Blog Details =======*/
.blog-post-details {
    padding: 50px 45px;
    border: 2px solid #ededed;
    font-size: 15px;
    line-height: 1.8;
}

.post-content .post-cats {
    margin-bottom: 30px;
}

.post-content .post-cats a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: #4c3ec7;
    line-height: 1;
    padding: 8px 30px;
    margin-right: 5px;
}

.post-content .title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
}

.post-content .entry-meta {
    margin-bottom: 25px;
}

.post-content .entry-meta li {
    display: inline-block;
    padding-left: 0;
}

.post-content .entry-meta li:not(:last-child) {
    margin-right: 25px;
}

.post-content .entry-meta li a {
    font-size: 14px;
    font-weight: 600;
}

.post-content .entry-meta li::before {
    display: none;
}

.post-content .entry-meta li a i {
    margin-right: 10px;
}

.post-content p:not(:last-of-type) {
    margin-bottom: 25px;
}

.post-content figure {
    margin: 50px 0;
}

.post-content .subtitle {
    font-size: 24px;
    margin-bottom: 25px;
}

.post-content hr {
    margin: 35px 0;
    border-top: 1px solid #e1e6ff;
}

.post-content ul li {
    position: relative;
    padding-left: 45px;
}

.post-content ul li::before {
    position: absolute;
    left: 20px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
}

.post-content ul li:not(:last-child) {
    margin-bottom: 8px;
}

.post-content blockquote {
    padding: 60px;
    background-color: #f8f8f8;
    text-align: center;
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin: 35px 0;
    color: #222f5a;
}

.post-content blockquote cite {
    display: block;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: normal;
    color: #4c3ec7;
}

.post-footer {
    margin-top: 50px;
}

.post-footer .related-tags h5,
.post-footer .social-share h5 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.post-footer .related-tags li,
.post-footer .social-share li {
    display: inline-block;
}

.post-footer .related-tags li {
    margin-right: 4px;
}

.post-footer .related-tags li a {
    background-color: #efefef;
    font-size: 12px;
    font-weight: 700;
    color: #222f5a;
    text-transform: uppercase;
    padding: 5px 20px;
}

.post-footer .related-tags li a:hover {
    color: #fff;
    background-color: #222f5a;
}

.post-footer .social-share li {
    margin-left: 20px;
}

.post-footer .social-share li a {
    color: #b5becc;
    font-size: 16px;
}

.post-nav {
    padding: 50px 0;
    margin: 50px 0;
    border-top: 1px solid #e1e6ff;
    border-bottom: 1px solid #e1e6ff;
    position: relative;
    z-index: 1;
}

.post-nav .prev-post,
.post-nav .next-post {
    font-weight: 600;
    line-height: 1.2;
}

.post-nav .prev-post span,
.post-nav .next-post span {
    display: block;
    letter-spacing: 1px;
    color: #4c3ec7;
    margin-bottom: 5px;
    font-size: 14px;
}

.post-nav .prev-post a,
.post-nav .next-post a {
    font-size: 22px;
    color: #222f5a;
    font-weight: 700;
    display: block;
}

.post-nav .next-post {
    text-align: right;
}

.related-post .title {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.related-post .single-related-post {
    margin-bottom: 50px;
}

.related-post .single-related-post .thumb {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.related-post .single-related-post .desc {
    padding: 30px;
    font-size: 14px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
    box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}

.related-post .single-related-post .desc .date {
    color: #4c3ec7;
    margin-bottom: 10px;
}

.related-post .single-related-post .desc .date i {
    margin-right: 5px;
}

.related-post .single-related-post .desc h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-post-details .author-info {
    border: 2px solid #ededed;
    padding: 40px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 180px 40px 1fr;
    grid-template-columns: 180px 1fr;
    gap: 40px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-post-details .author-info span {
    font-size: 12px;
    margin-bottom: 5px;
    color: #4c3ec7;
    font-weight: 700;
}

.blog-post-details .author-info h3 {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
}

/*======= Blog sidebar =======*/
.primary-sibebar .widget {
    padding: 40px;
    border: 2px solid #ededed;
    margin-bottom: 40px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget .widget-title {
    font-size: 18px;
    margin-bottom: 40px;
    padding-left: 45px;
    position: relative;
    text-transform: capitalize;
}

.widget .widget-title::before,
.widget .widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #4c3ec7;
}

.widget .widget-title::before {
    height: 4px;
    width: 18px;
    border-radius: 2px;
}

.widget .widget-title::after {
    left: 22px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.widget.about-author-widget .author-info {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
}

.widget.about-author-widget .author-info .thumb {
    margin-bottom: 30px;
}

.widget.about-author-widget .author-info .thumb img {
    max-width: 140px;
    border-radius: 50%;
}

.widget.about-author-widget .author-info .name {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.widget.about-author-widget .author-info .social-icon {
    margin-top: 25px;
}

.widget.about-author-widget .author-info .social-icon li {
    display: inline-block;
    font-size: 14px;
    margin: 0px 10px;
    line-height: 1;
}

.widget.about-author-widget .author-info .social-icon li a {
    color: #b3bed3;
}

.widget.about-author-widget .author-info .social-icon li a:hover {
    color: #4c3ec7;
}

.widget.search-widget form {
    position: relative;
}

.widget.search-widget form input {
    border-radius: 0;
}

.widget.search-widget form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    background-color: #4c3ec7;
    font-size: 14px;
    border: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.widget.search-widget form button:hover {
    background-color: #222f5a;
}

.widget.recent-post-widget li {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 80px 20px 1fr;
    grid-template-columns: 80px 1fr;
    gap: 20px;
}

.widget.recent-post-widget li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

.widget.recent-post-widget li h6 {
    font-size: 16px;
    line-height: 1.3;
}

.widget.recent-post-widget li .post-thumb {
    height: 80px;
    width: 80px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}

.widget.recent-post-widget li .time {
    font-size: 13px;
}

.widget.recent-post-widget li .time i {
    margin-right: 8px;
}

.widget.categories-widget li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.categories-widget li a {
    background-color: #272c4c;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 14px 20px;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.widget.categories-widget li a span {
    float: right;
}

.widget.categories-widget li a:hover {
    background-color: #4c3ec7;
    color: #fff;
}

.widget.social-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -4px;
}

.widget.social-widget ul li {
    display: inline-block;
    padding: 4px;
}

.widget.social-widget ul li a {
    background-color: #ededed;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #272c4c;
}

.widget.social-widget ul li a:hover {
    background-color: #4c3ec7;
    color: #fff;
}

.widget.twitter-widget li {
    padding-left: 35px;
    position: relative;
}

.widget.twitter-widget li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e1e6ff;
}

.widget.twitter-widget li::before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "";
    font-family: "Font Awesome 5 Brands";
    color: #4c3ec7;
}

.widget.twitter-widget li a {
    color: #626262;
    font-size: 12px;
}

.widget.twitter-widget li .date {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.widget.tag-widget ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px;
}

.widget.tag-widget ul li {
    padding: 5px;
}

.widget.tag-widget ul li a {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #f4f4f4;
    color: #626262;
    padding: 8px 15px;
    font-weight: 500;
}

.widget.tag-widget ul li a:hover {
    background-color: #4c3ec7;
    color: #fff;
}

/*======= Comment Template =======*/
.comment-template {
    margin-top: 50px;
}

.comment-template .template-title {
    font-size: 24px;
    margin-bottom: 40px;
}

.comment-lists li {
    position: relative;
    padding-left: 130px;
    margin-bottom: 50px;
}

.comment-lists li .thumb {
    position: absolute;
    left: 0;
    top: 0;
}

.comment-lists li .comment-desc {
    position: relative;
    z-index: 1;
    font-size: 14px;
}

.comment-lists li .comment-desc h5 {
    font-size: 18px;
    line-height: 1;
}

.comment-lists li .comment-desc .date {
    color: #4c3ec7;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1;
}

.comment-lists li .comment-desc .reply-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border-radius: 20px;
    border: 2px solid #f4f4ff;
    line-height: 1;
    padding: 10px 20px;
    font-size: 14px;
    color: #565872;
    font-weight: 500;
}

.comment-lists li .comment-desc .reply-btn i {
    margin-right: 5px;
}

.comment-lists li .comment-desc .reply-btn:hover {
    background-color: #202344;
    border-color: #202344;
    color: #fff;
}

.comment-lists li li {
    margin-top: 50px;
}

.comment-template .comment-form {
    background-color: #f0f4f7;
    padding: 50px;
}

.comment-template .comment-form textarea,
.comment-template .comment-form input {
    border-radius: 0;
    border-color: #e1e1e1;
    background-color: #fff;
    color: #565872;
}

/*======= Footer =======*/
footer {
    padding: 125px 0;
    background-color: #f8f9fe;
}

footer .contact-email {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    color: #222f5a;
    line-height: 1;
}

footer .contact-email span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

footer .social-links {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .social-links a {
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background-color: #1574f6;
    border-radius: 50%;
    margin-left: 20px;
}

footer .social-links a.facebook {
    background-color: #3d5a96;
}

footer .social-links a.twitter {
    background-color: #2aa3ef;
}

footer .social-links a.youtube {
    background-color: #f52929;
}

footer .social-links a.instagram {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#7024c4),
        color-stop(41.55%, #c21975),
        color-stop(70.22%, #c74c4d),
        to(#e09b3d)
    );
    background: -o-linear-gradient(
        #7024c4 0%,
        #c21975 41.55%,
        #c74c4d 70.22%,
        #e09b3d 100%
    );
    background: linear-gradient(
        #7024c4 0%,
        #c21975 41.55%,
        #c74c4d 70.22%,
        #e09b3d 100%
    );
}

footer .social-links a.behance {
    background-color: #105dfb;
}

footer .social-links a.dribbble {
    background-color: #db417c;
}

/*======= Product =======*/
.product-loop .single-product {
    text-align: center;
    margin-bottom: 40px;
}

.single-product .product-img {
    margin-bottom: 30px;
    position: relative;
}

.single-product .product-action {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    text-align: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.single-product .product-action a {
    height: 40px;
    width: 40px;
    background-color: #4c3ec7;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    margin: 0 5px;
}

.single-product .product-action a:hover {
    background-color: #222f5a;
}

.single-product:hover .product-action {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-product .rating {
    margin-bottom: 10px;
}

.single-product .rating li {
    display: inline-block;
    font-size: 15px;
    color: #ffb503;
}

.single-product .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-product .price {
    font-size: 15px;
    color: #4c3ec7;
    font-weight: 700;
}

/*======= Shop Sidebar =======*/
.primary-sibebar.shop-sidebar .widget {
    padding: 40px 30px;
}

.primary-sibebar.shop-sidebar .widget .widget-title {
    padding-left: 0;
    padding-bottom: 15px;
}

.primary-sibebar.shop-sidebar .widget .widget-title::before,
.primary-sibebar.shop-sidebar .widget .widget-title::after {
    top: auto;
    bottom: 0;
    transform: translateY(0);
}

.widget.product-cat-widget li:not(:last-child) {
    margin-bottom: 10px;
}

.widget.product-cat-widget a {
    font-weight: 500;
}

.widget.product-cat-widget a:hover {
    padding-left: 5px;
}

.shop-sidebar .widget.search-widget form button {
    background-color: transparent;
    color: #222f5a;
}

.shop-sidebar .widget.search-widget form input {
    padding-left: 15px;
}

.widget.product-filter-widget
    .slider-range
    .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    height: 4px;
    border: none;
    border-radius: 0;
    background-color: #dfdfdf;
}

.widget.product-filter-widget .slider-range .ui-widget-header {
    background-color: #4c3ec7;
    border-radius: 0;
}

.widget.product-filter-widget .ui-slider-handle {
    height: 10px;
    width: 10px;
    border: none;
    border-radius: 0;
    top: -3px;
    background: #4c3ec7;
    margin-left: -5px;
}

.widget.product-filter-widget .ui-slider-handle:focus {
    outline: none;
}

.widget.product-filter-widget .price-ammount {
    position: relative;
    margin-top: 30px;
}

.widget.product-filter-widget .price-ammount span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 600;
    color: #616161;
}

.widget.product-filter-widget .price-ammount input {
    color: #222f5a;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    border: none;
    padding: 0;
    margin-left: 60px;
}

/*======= Pagination =======*/
.pagination-wrap {
    margin-top: 30px;
}

.pagination-wrap li {
    display: inline-block;
    margin-right: 5px;
}

.pagination-wrap li a {
    height: 60px;
    width: 60px;
    display: block;
    line-height: 60px;
    border: 2px solid #eaeaea;
    text-align: center;
    border-radius: 50%;
    color: #616161;
    font-weight: 600;
    font-size: 16px;
}

.pagination-wrap li.active a,
.pagination-wrap li:hover a {
    background-color: #4c3ec7;
    color: #fff;
    border-color: #4c3ec7;
}

/*======= Product Single =======*/
.product-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-gallery .product-dots-slider {
    max-width: 140px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    margin: -10px 0;
}

.product-gallery .product-dots-slider .dot-img {
    cursor: pointer;
    padding: 10px 0;
}

.product-gallery .product-main-slider {
    max-width: calc(100% - 140px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
    padding-left: 25px;
}

.product-gallery img {
    background-color: #fbfbfb;
    border: 2px solid #f2f2f2;
}

.product-summery .product-title {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.product-summery .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.product-summery .rating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product-summery .rating ul li {
    color: #ffb503;
    cursor: pointer;
    margin-right: 5px;
    font-size: 16px;
}

.product-summery .rating .rating-text {
    margin-left: 10px;
    font-size: 15px;
    color: #181a2f;
}

.product-summery .product-price {
    font-size: 32px;
    color: #222f22;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
}

.product-summery .product-meta {
    margin-bottom: 30px;
    font-size: 16px;
}

.product-summery .product-meta,
.product-summery .product-meta a {
    color: #222f5a;
}

.product-summery .product-meta .meta-title {
    font-weight: 700;
    margin-right: 5px;
}

.product-summery .quantity-area .quantity-box {
    border: 1px solid #a3bbc8;
    display: inline-block;
}

.product-summery .quantity-area .quantity-minus,
.product-summery .quantity-area .quantity-plus,
.product-summery .quantity-area input[type="number"] {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: transparent;
    color: #181a2f;
    font-size: 15px;
    cursor: pointer;
}

.product-summery .quantity-area input[type="number"] {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #a3bbc8;
    border-right: 1px solid #a3bbc8;
    padding: 0;
    border-radius: 0;
}

.product-summery .quantity-area .form-button button {
    margin-top: 15px;
    width: 210px;
    height: 50px;
    border-radius: 5px;
    background-color: #4c3ec7;
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.08em;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: none;
}

.product-summery .quantity-area .form-button button:hover {
    background-color: #222f5a;
}

.product-summery .social-share-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.product-summery .social-share-link .share-title {
    font-size: 16px;
    font-weight: 700;
    color: #999999;
    margin-right: 20px;
}

.product-summery .social-share-link a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #eeeeee;
    color: #888888;
    font-size: 12px;
    text-align: center;
    margin-right: 8px;
}

.product-summery .social-share-link a:hover {
    background-color: #4c3ec7;
    color: #fff;
}

.product-tabs {
    padding-top: 100px;
}

.product-tabs .nav {
    margin-bottom: 40px;
}

.product-tabs .nav a {
    padding: 15px 70px;
    font-size: 18px;
    font-weight: 500;
    background-color: #f5f5ff;
    color: #222f5a;
    border-radius: 5px;
    margin-right: 15px;
}

.product-tabs .nav a.active,
.product-tabs .nav a:hover {
    background-color: #4c3ec7;
    color: #fff;
}

.product-tabs .tab-content .tab-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.product-tabs .review-lists .single-review {
    background-color: #fbfbfb;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
    position: relative;
}

.product-tabs .review-lists .single-review .thumb {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
}

.product-tabs .review-lists .single-review .thumb img {
    border-radius: 50%;
}

.product-tabs .review-lists .single-review .date {
    line-height: 1;
    font-size: 14px;
    color: #4c3ec7;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}

.product-tabs .review-lists .single-review .rating {
    position: absolute;
    top: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #ffb503;
}

.product-tabs .review-lists .single-review .reply-btn {
    font-size: 15px;
    font-weight: 500;
    color: #222f5a;
    margin-top: 10px;
}

.product-tabs .review-lists .single-review .reply-btn:hover {
    color: #4c3ec7;
}

.product-tabs .review-lists .single-review:last-child {
    margin-bottom: 0;
}

.product-tabs .reviews-form {
    padding: 30px;
    background-color: #fbfbfb;
}

.product-tabs .reviews-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.product-tabs .reviews-form .row .col,
.product-tabs .reviews-form .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}

.product-tabs .reviews-form h5 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.product-tabs .reviews-form p {
    text-align: center;
    max-width: 400px;
    margin: 10px auto 30px;
}

.product-tabs .reviews-form textarea,
.product-tabs .reviews-form input {
    border-radius: 0;
    border-color: #e1e1e1;
    background-color: #fff;
    color: #565872;
}

/*======= Dark version =======*/
body.dark-version {
    background-color: #272c4c;
    color: #a5a7b4;
}

.dark-version .header-two {
    background-color: #202344;
}

.dark-version .header-two .main-menu a {
    color: #fff;
}

.dark-version .nav-toggole {
    border-color: #fff;
}

.dark-version .nav-toggole span span {
    background-color: #fff;
}

.dark-version .section-title .title,
.dark-version h1,
.dark-version h2,
.dark-version h3,
.dark-version h4,
.dark-version h5,
.dark-version h6,
.dark-version h1 a,
.dark-version h2 a,
.dark-version h3 a,
.dark-version h4 a,
.dark-version h5 a,
.dark-version h6 a {
    color: #fff;
}

.dark-version .main-btn {
    background-color: #fff;
    color: #4c3ec7;
}

.dark-version .main-btn::before,
.dark-version .section-title .title-tag::before {
    background-color: #fff;
}

.dark-version .section-title .title-tag {
    background-color: #202344;
    color: #fff;
}

.dark-version .experience-box .experience-content {
    border-color: #4c3ec7;
    background-color: #202344;
}

.dark-version .experience-box.color-version-2 .experience-content {
    border-color: #f78058;
}

.dark-version .portfolio-filter button {
    color: #fff;
}

.dark-version .consultation-section {
    background-color: #202344;
}

.dark-version .contact-info-boxes .info-box {
    background: #272c4c;
    -webkit-box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
    color: #a8aab7;
}

.dark-version .contact-info-boxes .info-box .title,
.dark-version .product-box .title a:hover {
    color: #fff;
}

.dark-version .main-btn.main-btn-2 {
    background-color: #4c3ec7;
    color: #fff;
}

.dark-version .main-btn.main-btn-2:hover {
    color: #222f5a;
}

.dark-version .product-box .price span {
    color: #fff;
}

.dark-version .product-box .price {
    color: #bdbdc7;
}

.dark-version .testimonial-slider-wrap {
    background-color: #202344;
}

.dark-version .testimonial-slider-wrap .slider-btn div {
    background-color: #414460;
    color: #202344;
}

.dark-version .testimonial-slider-wrap .slider-btn div:hover {
    background-color: #4c3ec7;
    color: #fff;
}

.dark-version .latest-post-box {
    -webkit-filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.08));
    filter: drop-shadow(0px 3px 26px rgba(0, 0, 0, 0.08));
}

.dark-version .latest-post-box .post-desc {
    background-color: #202344;
    border: 2px solid rgba(226, 238, 255, 0.3);
}

.dark-version .latest-post-box .post-meta li a,
.dark-version .latest-post-box .post-meta li a i {
    color: #a5a7b4;
}

.dark-version input,
.dark-version textarea,
.dark-version select {
    background-color: #202344;
    color: #fff;
    border-color: rgba(226, 238, 255, 0.1);
}

.dark-version .consultation-form::before {
    background-color: #202344;
}

.dark-version .consultation-form input,
.dark-version .consultation-form select,
.dark-version .consultation-form textarea {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.05);
}

.dark-version .consultation-form input[type="submit"] {
    border-color: #4c3ec7;
    background: #4c3ec7;
}

.dark-version footer {
    background-color: #202344;
}

.dark-version footer .contact-email {
    color: #bcbdc7;
}

.dark-version footer .contact-email .title {
    color: #fff;
}

.dark-version .contact-text .world-map {
    opacity: 0.1;
}

.left-card{
    padding: 40px 40px;
}

/*---------------------------
** Checkout page css
---------------------------*/

.checkout-message {
    padding: 120px 0px;
    max-width: 780px;
    margin: 0 auto;
}

.checkout-success {
    background: #f1f1f1;
    padding: 40px 0px;
    text-align: center;
    border-radius: 15px;
}

.checkout-success h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.checkout-success p {
    line-height: 26px;
}

.checkout-success .icon i {
    font-size: 60px;
}

.checkout-success .icon {
    display: block;
    margin-bottom: 20px;
}


/*------------------------
** Process Steps Area
-------------------------*/
.process-steps-area{
    margin-bottom: 50px;
    display: block;
  }
  .process-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  }
  .user-dashbord .user-profile-details .order-details .header-area {
    display: block;
    margin-top: 80px;
  }
  .process-steps li {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
  }

  .process-steps li .title {
  font-weight: 600;
  font-size: 13px;
  color: #777;
  margin-top: 8px;
  }

  .process-steps li .icon {
  height: 30px;
  width: 30px;
  margin: auto;
  background: #efefef;
  border-radius: 50%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  position: relative;
  }

  .process-steps li:after {
  position: absolute;
  content: "";
  height: 3px;
  width: calc(100% - 30px);
  background: #efefef;
  top: 14px;
  z-index: 0;
  right: calc(50% + 15px);
  }
  .process-steps li:first-child::after{
    display: none;
  }
  .process-steps li.done .icon{
  color: transparent;
  }
  .process-steps li.done:after,
  .process-steps li.active:after,
  .process-steps li.active .icon{
  color: #fff;
  background: #ff5500;
  }
  .process-steps li.done .icon:before{
  position: absolute;
  content: "";
  left: 11px;
  top: 7px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  }

  /*  support Area CSS  */

/*  Starting of new view details area  */
.order-table-wrap {
    background: #fff;
    padding: 30px 30px 30px; }
    
    .order-table-wrap .mr-table {
    padding: 0px;
    margin-top: 20px;
    text-align: center; }
    .order-table-wrap .mr-table .title {
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
    }
    
    .order-table-wrap .table > tbody > tr > td,
    .order-table-wrap .table > tbody > tr > th {
    border-top: none; }
    
    .order-table-wrap .table > tbody > tr.tr-head {
    position: relative; }
    
    .order-table-wrap .table > tbody > tr > th.order-th {
    font-size: 20px;
    padding-bottom: 10px; }
    
    .order-table-wrap .table td,
    .order-table-wrap .table th {
    padding: 0.50rem; }
    
.support-ticket-wrapper .panel-body img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
  }
  
  .support-ticket-wrapper .panel-heading {
    font-size: 14px;
  }
  
  .support-ticket-wrapper button {
    border: 0px;
  }
  
  .support-ticket-wrapper .panel-footer {
    background-color: #ffffff;
    padding: 20px 0px 0px;
  }
  
  .support-ticket-wrapper table tr>td {
    width: 100%;
    border-top: none;
  }
  
  .support-ticket-wrapper .panel {
    border-color: #dddddd;
  }
  
  .support-ticket-wrapper .panel,
  .support-ticket-wrapper .panel-heading,
  .support-ticket-wrapper textarea,
  .support-ticket-wrapper button {
    border-radius: 0;
  }
  
  .support-ticket-wrapper .ticket-date {
    font-size: 14px;
    color: #737373;
    margin-bottom: 0px;
  }
  
  .single-reply-area.user {
    background-color: #ddd;
    padding: 10px;
  }
  
  .support-ticket-wrapper .panel-body img {
    height: 60px;
    width: 60px;
    border-radius: 100%;
  }
  
  .support-ticket-wrapper .single-reply-area.user {
    padding: 20px 30px;
  }
  
  .support-ticket-wrapper .single-reply-area.user .reply-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .support-ticket-wrapper .single-reply-area.user .reply-area .left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .support-ticket-wrapper .single-reply-area.user .reply-area .right {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
  }
  
  .support-ticket-wrapper .single-reply-area.admin {
    padding: 20px 30px;
    background: #f1f1f1;
  }
  
  .support-ticket-wrapper .single-reply-area.admin .reply-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .support-ticket-wrapper .single-reply-area.admin .reply-area .left {
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
  }
  
  .support-ticket-wrapper .single-reply-area.admin .reply-area .right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
  }

  /* Admin User Message */
  .user-dashbord .user-profile-details .order-history {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 30px 30px; }
    .user-dashbord .user-profile-details .order-history .header-area {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding-bottom: 10px; }
      .user-dashbord .user-profile-details .order-history .header-area .title {
        font-size: 20px;
        font-weight: 600;
        color: #143250; }
    .user-dashbord .user-profile-details .order-history .table th {
      border-top: 0px;
      font-size: 14px;
      font-weight: 600;
      color: #29293a; }
    .user-dashbord .user-profile-details .order-history .table td {
      border-top: 0px;
      font-size: 14px;
      font-weight: 4600; }
    .user-dashbord .user-profile-details .order-history .table thead th {
      vertical-align: bottom;
      border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
  .user-dashbord .user-profile-details .order-details {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 30px 30px; }
    .user-dashbord .user-profile-details .order-details .header-area {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2);
      padding-bottom: 10px;
      margin-bottom: 20px; }
      .user-dashbord .user-profile-details .order-details .header-area .title {
        font-size: 20px;
        font-weight: 600;
        color: #143250; }
    .user-dashbord .user-profile-details .order-details .view-order-page .order-code {
      font-size: 20px;
      font-weight: 600;
      line-height: 30px; }
    .user-dashbord .user-profile-details .order-details .view-order-page .print-order a {
      background: #ff5500;
      color: #fff;
      padding: 10px 20px; }
    .user-dashbord .user-profile-details .order-details .view-order-page .shipping-add-area h5,
    .user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area h5,
    .user-dashbord .user-profile-details .order-details .view-order-page .table-responsive h5 {
      font-size: 18px;
      font-weight: 600; }
    .user-dashbord .user-profile-details .order-details .view-order-page .billing-add-area {
      margin-bottom: 10px; }
    .user-dashbord .user-profile-details .order-details .view-order-page address,
    .user-dashbord .user-profile-details .order-details .view-order-page p {
      font-size: 14px; }
    .user-dashbord .user-profile-details .order-details .view-order-page .veiw-details-table td {
      font-size: 14px; }
    .user-dashbord .user-profile-details .order-details .back-btn {
      background: #143250;
      color: #fff;
      padding: 8px 25px;
      margin-top: 15px;
      display: inline-block; }
