@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Nunito:ital,wght@0,400;0,600;0,700;0,800;1,300&family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #fff;
}

/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #31274F;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 28px;
    line-height: 1;
}

.text-theme {
    color: #7236BF;
}

.font-heading {
    font-family: "Poppins", sans-serif;
}

.font-body {
    font-family: "Lato", sans-serif;
}

.heading {
    font-family: 'Poppins', sans-serif;
}

.custom-bg {
    background-color: #f3f7fd;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #0e2b3d;
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.custom-heading .head-subtitle {
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 12px;
    color: #7236BF;
    text-transform: capitalize;
}

.custom-heading .head {
    font-family: "Poppins", sans-serif;
    color: #31274F;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0px;
    text-transform: capitalize;
}
@media (max-width: 991px) and (min-width: 280px) {
    .custom-heading .head {
        font-size: 30px;
    }
}
.custom-heading .head-tagline {
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
}

.custom-heading .devider {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #7236BF;
    position: relative;
    z-index: 1;
    left: 10px;
}

.custom-heading .devider:before {
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
    height: 2px;
    width: 10px;
    background: #7236BF;
}

.btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-radius: 0;
    padding: 0;
    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;
    -webkit-transition: 350ms ease-in-out;
    -o-transition: 350ms ease-in-out;
    transition: 350ms ease-in-out;
    border-radius: 5px;
    overflow: hidden;
}

.btn-custom {
    color: #7236BF;
    border-color: #7236BF;
    padding: 0.8rem 1rem;
}

.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
    color: #ffffff;
    background-color: #7236BF;
    border-color: #7236BF;
}


header .navbar .navbar-nav .nav-item {
    padding: 10px 1rem;
}

header .navbar .navbar-nav .nav-item .nav-link {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #31274F;
    position: relative;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.navbar-toggler2 {
    display: block !important;
}

header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #915BDE;
}

header .navbar .navbar-nav .nav-item .nav-link:hover:before {
    background-color: #915BDE;
    width: 50%;
}

header .navbar .navbar-nav .nav-item .nav-link::before {
    position: absolute;
    left: 0;
    bottom: -8px;
    content: '';
    height: 2px;
    width: 0;
    background-color: #31274F;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}

.search-icon {
    font-size: 1.6rem;
    color: #31274F;
    background-color: #fff;
    border: 0;
    outline: none;
}

.search-toggle .search-icon.icon-close {
    display: none;
}

.search-toggle.opened .search-icon.icon-search {
    display: none;
}

.search-toggle.opened .search-icon.icon-close {
    display: block;
}

.search-container {
    position: absolute;
    right: 5%;
    top: 4rem;
    transition: ease 0.3s;
    max-height: 0;
    overflow: hidden;
    background-color: #eee;
}

.search-container.opened {
    max-height: 100px;
}

.search-container.opened form {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.search-container input[type="text"] {
    outline: none;
    font-size: 16px;
    margin: 0 10px;
    width: auto;
    background-color: inherit;
    border: 0;
}

.search-container .search-icon {
    vertical-align: middle;
}
.dropdown-menu {
    margin: 8px 0 0 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #f3f7fd;
}
.navbar-nav .dropdown .mega-menu .dropdown-item .dropend .nav-link:hover:before{
    display: none;
}
.navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner .dropdown-item {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    padding: 0;
    text-transform: capitalize;
    font-weight: 600;
    color: #31274F;
    position: relative;
    display: block;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner .dropdown-item:hover {
    color: #915BDE;
}

.livechat{
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #f57c00;
}
.livechat .nav-link{
    color: #fff !important;
}
.livechat .nav-link:hover:before{
    display: none;
}
.livechat .nav-link span{
    animation: livechat 1s infinite;
}
.psmtc_Ik96{
    top: 5rem !important;
}
@keyframes livechat {
    from {color: #fff;}
    to {color: green;}
}
#sc2rhR a{
    display: none;
}

@media (max-width: 2400px) and (min-width: 992px) {
    .navbar-nav .dropdown:hover .mega-menu{
        display: block !important;
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
    }
    .navbar-nav .dropdown .mega-menu .dropdown:hover .mega-inner{
        display: block !important;
        left: 9.9rem;
        top: 0;
        margin: 0 !important;
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
    }
    .navbar-nav .dropdown .mega-menu{
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
        width: 40rem;
    }
    .navbar-nav .dropdown .mega-menu li {
        float: left;
        width: 50%;
    }
    .navbar-nav .dropdown .mega-menu .dropdown .mega-inner{
        left: 9.9rem;
        top: 0;
        margin: 0 !important;
        padding: 0;
        border: 0;
        box-shadow: 0px 2px 10px 1px rgb(0 0 0 / 15%);
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item{
        padding: 0.5rem;
        position: relative;
        padding-left: 18px;
        margin-left: 10px;
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item::before {
        position: absolute;
        content: "";
        top: 38%;
        bottom: auto;
        left: 0;
        width: 0.625rem;
        height: 0.625rem;
        border-top: 0.125rem solid #1e40cb;
        border-right: 0.125rem solid #a80ceb;
        transform: rotate(45deg);
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item .dropend .dropdown-toggle::after{
        float: right;
        margin-top: 8px;
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner{
        float: right;
        margin-top: 8px;
    }
    .navbar-nav .dropdown .mega-menu .dropdown-item .dropend .mega-inner li .dropdown-item{
        padding: 0.60rem 1rem !important;
    }
}
@media (max-width: 991px) and (min-width: 280px) {
    .navbar-nav .dropdown:visited .dropdown-menu{
        display: block !important;
    }
    .navbar-nav .dropdown .mega-menu.show .dropdown .mega-inner{
        display: block !important;
    }
}
/*--banner--*/
.banner-text .heading-top span {
    border-radius: 27px;
    background-color: #F6F0FD;
    padding: 10px 20px;
}

.banner-text .banner-heading {
    color: #31274F;
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 65px;
    margin-bottom: 28px;
    text-transform: capitalize;
}

.banner-text .banner-footer-text {
    color: #585858;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 45px;
}

.btn-animate {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
}

.btn-animate {
    width: 12rem;
    height: auto;
}

.btn-animate .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3.2rem;
    height: 3.2rem;
    background: #7236BF;
    border-radius: 1.625rem;
}

.btn-animate .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.btn-animate .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.btn-animate .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 0 0 1.85rem;
    color: #7236BF;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.btn-animate:hover .circle {
    width: 100%;
}

.btn-animate:hover .button-text {
    color: #fff;
}

.btn-animate:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.btn-animate .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -0.25rem;
    right: 0.0625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(45deg);
}

/* service items */
.services-items .single-item {
    margin-bottom: 30px;
}

.services-items .item {
    padding: 50px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
    border-radius: 5px;
    position: relative;
    display: flex;
    overflow: hidden;
}

.services-items .item .icon {
    display: inline-block;
    height: 90px;
    width: 90px;
    line-height: 95px;
    border-radius: 5px;
    text-align: center;
    min-width: 90px;
    margin-right: 25px;
    position: relative;
    z-index: 1;
}

.services-items .item .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(8, 106, 216, 0.07);
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.services-items .item span {
    color: #585858;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.services-items .item h4 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px;
}
@media (max-width: 767px) and (min-width: 280px) {
    .services-items .item{
        display: block;
        text-align: center;
    }
    .services-items .item .icon{
        margin-right: 0;
    }
}
/* working process */
.working-process .item {
    position: relative;
    padding: 60px 30px;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 10px;
}

.working-process .item .top {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    justify-content: space-between;
}

.working-process .item span {
    font-size: 50px;
    display: block;
    font-weight: 600;
    text-shadow: -5px 5px 0px #eceefe;
    position: relative;
    line-height: 1;
    color: #7236BF;
    font-family: 'Inter', sans-serif;
}

.working-process .item img {
    opacity: 0.3;
}

.working-process .item h5 {
    font-weight: 600;
}

.working-process .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgb(222 198 255) 0%, rgb(146 90 221) 56%);
    transition: all 0.35s ease-in-out;
}

.working-process .item:hover::after {
    width: 100%;
}

/* client Reviews */
.clients-review {
    position: relative;
}

.clients-review::after {
    position: absolute;
    left: -100px;
    top: 0;
    content: "";
    height: 200px;
    width: 200px;
    background: url(../../dit/img/dot-shape.webp);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.clients-review #owl-testimonial .item {
    display: flex;
    box-shadow: -1px 3px 10px 0 rgb(0 0 0 / 6%);
    padding: 60px 50px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.clients-review #owl-testimonial .item .thumb {
    width: 60px;
    min-width: 60px;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    height: 150px;
    overflow: hidden;
}

.clients-review #owl-testimonial .item .thumb i {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #7236BF;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
}

.clients-review #owl-testimonial .item .bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
    margin-top: 20px;
}

.clients-review #owl-testimonial .item .bottom h5 {
    font-weight: 600;
    margin-bottom: 2px;
}

.clients-review #owl-testimonial .item .bottom span {
    color: #7236BF;
    font-size: 14px;
}

.clients-review #owl-testimonial .item .bottom i {
    font-size: 14px;
    color: #7236BF;
}

.clients-review #owl-testimonial .owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
    margin: 0;
}

.clients-review #owl-testimonial .owl-nav .owl-next,
.clients-review #owl-testimonial .owl-prev {
    margin: 0;
    padding: 0;
    height: 45px;
    width: 45px;
    text-align: center;
    font-weight: 600;
    font-size: 26px;
    margin-left: 10px;
    border: 2px solid #e7e7e7;
    color: #7236BF;
    background: #ffffff;
}
@media (max-width: 767px) and (min-width: 280px) {
    .clients-review #owl-testimonial .item{
        padding: 60px 0;
    }
}
/* blog */
.blog .item {
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 10px;
}

.blog .item .thumb {
    position: relative;
    padding: 15px;
}

.blog .item .thumb .blog-img {
    overflow: hidden;
    border-radius: 8px;
}

.blog .item .thumb .blog-img img {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 8px;
    max-width: 100%;
}

.blog .item:hover .thumb .blog-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog .item .thumb .date {
    position: absolute;
    left: 30px;
    bottom: -30px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
    padding: 15px 20px;
    font-size: 36px;
    color: #7236BF;
    font-weight: 600;
    border-radius: 5px;
    line-height: 1;
    font-family: 'Inter', sans-serif;
}

.blog .item .thumb .date span {
    display: block;
    font-size: 14px;
    color: #232323;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 5px;
    font-family: 'Inter', sans-serif;
}

.blog .item .info {
    padding: 30px;
    padding-top: 50px;
    overflow: hidden;
}

.blog .item .info .meta {
    margin-bottom: 15px;
}

.blog .item .info .meta ul {
    margin-left: 0;
    list-style: inherit;
    margin-top: -5px;
    padding: 0;
}

.blog .item .info .meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
    color: #232323;
    font-size: 13px;
}

.blog .item .info .meta ul li i {
    font-weight: 500;
    margin-right: 2px;
    color: #7236BF;
}

.blog .item .info .meta a {
    font-weight: 600;
    text-transform: capitalize;
}

.blog .item .info h4 {
    font-size: 18px;
    line-height: 24px;
}

.blog .item .btn-more {
    text-transform: capitalize;
}

.blog .item .btn-more i {
    position: relative;
    top: 2px;
    margin-left: 1px;
}

/* footer */
footer {
    background: #101c3d;
}

footer .footer-top p {
    font-size: 16px;
    line-height: 26px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}

footer .footer-top .footer-logo img {
    filter: brightness(0) invert(1);
}

footer .footer-top .footer-social ul li {
    display: inline-block;
    margin-right: 8px;
}

footer .footer-top .footer-social ul li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 17px;
    line-height: 42px;
    color: #3D3D3D;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

footer .footer-top .footer-social ul li a:hover {
    background-color: #7236BF;
    color: #ffffff;
}

footer .footer-top .footer-widget {
    padding-top: 12px;
    margin-bottom: 42px;
}

footer .footer-top .footer-widget .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    text-transform: capitalize;
}

footer .footer-top .footer-widget ul li {
    margin-bottom: 16px;
}

footer .footer-top .footer-widget ul li a {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    position: relative;
    text-transform: capitalize;
}

footer .footer-top .footer-widget ul li a::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-10px);
    -ms-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 11px;
    height: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: #ffffff;
}

footer .footer-top .footer-widget ul li a:hover::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%) translateX(0px);
    -ms-transform: translateY(-50%) translateX(0px);
    transform: translateY(-50%) translateX(0px);
}

footer .footer-top .footer-widget ul li a:hover {
    padding-left: 18px;
    color: #ffffff;
}

footer .footer-top .f-item.address {
    padding-left: 35px;
}

footer .footer-top .f-item .widget-title {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    padding-top: 12px;
    margin-bottom: 42px;
}

footer .footer-top .f-item .address li {
    color: #cccccc;
    margin-bottom: 25px;
    display: flex;
}

footer .footer-top .f-item .address li i {
    color: #ffffff;
}

footer .footer-top .f-item .address li i {
    display: inline-block;
    font-size: 21px;
    margin-right: 16px;
    position: relative;
    top: 5px;
}

footer .footer-top .f-item .address li a {
    color: #cccccc;
}

footer .footer-bottom {
    background: #101c3d;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 30px 0;
}

footer .footer-bottom p a {
    color: #cccccc;
}

footer p {
    color: #cccccc;
}
@media (max-width: 767px) and (min-width: 280px) {
    footer .footer-top .f-item.address{
        padding-left: 0;
    }
}
/*go to top */
#btn-back-to-top {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    display: none;
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    padding: 5px 13px;
}
/*footer live chat */
#live-chat-btn {
    position: fixed;
    z-index: 9999;
    right: 1rem;
    bottom: 4rem;
}
#live-chat-btn #sc2rhR a {
    display: block;
}
/*--Product Page Start--*/
/*--breadcrum start--*/
.breadcrumb {
    padding: 0;
    margin: 0;
}
.breadcrumb ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.breadcrumb ul li{
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #31274f;
}
.breadcrumb ul li:after{
    content: "/";
    margin: 0 5px 0 7px;
}
.breadcrumb li:last-child:after {
    content: '';
}
/*--breadcrum End--*/
/*--banner start--*/
.p-banner-text{
    color: #31274f;
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}
/*--banner end--*/
/*--win-mac-tab start--*/
.win-mac-tab {
    border-bottom: 1px solid #7236bf;
}
.win-mac-tab .nav-link{
    color: #31274f;
    font-weight: 600;
}
.win-mac-tab .nav-link:hover{
    border-color: #fff #fff #7236bf;
}
.win-mac-tab .nav-link.active{
    font-weight: 600;
    color: #7236bf;
    background-color: #fff;
    border-color: #7236bf #7236bf #fff;
}
/*--win-mac-tab end--*/
/*--strip start--*/
.strip{
    background-color: #f3f7fd;
    width: 100%;
    display: inline-flex;
}
.strip ul{
    list-style: none;
    margin: 0;
    padding: 5px 0;
    float: right;
    display: flex;
    align-items: center;
}
.strip ul li{
    float: left;
}
.strip ul li a{
    padding: 0 10px;
}
.strip ul li a.btn-strip{
    background: #fff;
    color: #7236BF;
    border: 1px solid #7236BF;
    padding: 5px 10px;
    margin-left: 10px;
    transition: ease 0.3s;
    display: none;
}
.strip ul li a.btn-strip:hover{
    color: #fff;
    background: #7236BF;
    border: 1px solid #7236BF;
    padding: 5px 10px;
}
.sticky-top ul li a.btn-strip{
    display: block;
}
@media (max-width: 991px) and (min-width: 280px) {
    .sticky-top{
        position: relative;
    }
    .strip ul {
        display: inline-block;
    }
}
/*--strip end--*/
/*--features start--*/
.features{
    list-style: none;
    margin-bottom: 30px;
}
.features li{
    color: #666666;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    position: relative;
}
.features li:before{
    position: absolute;
    left: -35px;
    top: 0;
    height: 30px;
    width: 30px;
    line-height: 30px !important;
    background: rgb(246 240 253);
    text-align: center;
    border-radius: 50%;
    color: rgb(146 90 221);
    font-size: 13px !important;
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*--features end--*/
/*--specification tab start--*/
.spc-tab .nav-tabs{
    border: none !important;
    background: #f6f0fd;
    padding: 15px 20px !important;
    border-radius: 8px;
    margin-top: 30px !important;
}
.spc-tab .nav-tabs .nav-item{
    border: none !important;
    padding: 0 !important;
    margin-right: 10px !important;
    background: transparent !important;
    border-radius: 4px 4px 0 0;
}
.spc-tab .nav-tabs .nav-item .nav-link{
    display: inline-block;
    font-weight: 700;
    color: #515151;
    text-decoration: none;
}
.spc-tab .nav-tabs .nav-item .nav-link.active{
    background: #7236BF !important;
    color: #ffffff !important;
}
/*--specification tab end--*/
/*--accordian start--*/
.accordion-button:not(.collapsed) {
    color: #7236BF;
    font-weight: 600;
    background-color: #f6f0fd;
    box-shadow: inset 0 -1px 0 rgb(146 90 221 / 15%);
}
.accordion-button {
    color: #7236BF;
    font-weight: 600;
}
.accordion-button:focus {
    border-color: transparent;
    box-shadow: inset 0 0 0 0.25rem rgb(246 240 253 / 0%);
}
.accordion-button::after {
    background: none;
    color: #7236BF;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: x-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg);
    background: none;
    color: #7236BF;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: x-large;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.accordion-button::before {
    color: #7236BF;
    content: "Q.";
    margin-right: 5px;
    font-family: "Lato", sans-serif;
    font-weight: 800;
}
/*--accordian end--*/
/*--table start--*/
.table>thead {
    vertical-align: bottom;
    background: #7236BF;
    color: #fff;
    border: 1px solid #7236BF;
}
.table>:not(:first-child) {
    border-top: 2px solid #7236BF;
}
tbody, td, tfoot, th, thead, tr {
    padding: 1rem !important;
}
tbody tr td i.fa {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
}
tbody tr td i.fa-check {
    background: rgb(209 255 220);
    color: rgb(0 169 10);
}
tbody tr td i.fa-times {
    background: rgb(255 221 221);
    color: rgb(255 0 0);
}
/*--table end--*/
/*--Related product start--*/
.related-product .blog .item{
    position: relative;
}
.related-product .blog .item .info {
    padding-top: 30px;
}
.related-product .blog .item .info:after {
    content: "";
    height: 50px;
    width: 50px;
    border: 2px solid #c7a3ff;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 10px;
}
.related-product .blog .item .info:before {
    content: "";
    height: 50px;
    width: 50px;
    border: 2px solid #c7a3ff;
    position: absolute;
    right: 30px;
    top: 30px;
    border-radius: 10px;
}
/*--Related product end--*/
/*--screenshots popup start--*/
#owl-screenshots .owl-nav{
    position: absolute;
    top: 40%;
    right: 0;
    width: 100%;
}
#owl-screenshots .owl-nav .owl-prev{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -15px;
    z-index: 999;
}
#owl-screenshots .owl-nav .owl-prev span{
    font-size: 30px;
    color: #ffffff;
    background: #a42afd;
    padding: 0 10px 10px 10px;
}
#owl-screenshots .owl-nav .owl-next{
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -15px;
}
#owl-screenshots .owl-nav .owl-next span{
    font-size: 30px;
    color: #ffffff;
    background: #a42afd;
    padding: 0 10px 10px 10px;
}
/*--screenshots popup start--*/
/*--video popup start--*/
.video-player {
    position: relative;
    padding-bottom: 56.23%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
.video-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
.video-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url(../../dit/img/ytub-icon.png) no-repeat;
    cursor: pointer;
}
.video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: 0 0;
}
/*--video popup start--*/
/*--about page start--*/
.about-shape {
    position: relative;
    padding: 30px;
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
}
.about-shape img {
    border-radius: 50%;
    border: 15px solid #ffffff;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 8%);
}
.about-shape::after {
    position: absolute;
    left: -50px;
    top: 40px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../../dit/img/about-shape-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: -1;
}
@media (max-width: 767px) and (min-width: 280px) {
    .about-shape{
        margin: 0;
    }
    .about-counter{
        display: block !important;
    }
}
/*--about page end--*/
/*--contact page end--*/
.contact-form .text-danger{
    color: #A90C1C !important;
}
/*--contact page end--*/
/*--search page start--*/
.main-search .gsc-input-box {
    border-bottom: 1px solid #ddd !important;
    border: 0;
}
.main-search #gs_tti50 input {
    background: none !important;
}
.main-search .gsc-search-button-v2 svg {
    fill: #9c10e9;
    width: 23px;
    height: 23px;
}
.main-search .gsc-search-button:focus {
    outline: none !important;
}
.main-search .gsc-webResult {
    text-align: left;
    border-bottom: 1px solid #ddd !important;
}
.main-search .gsc-resultsbox-visible {
    border: 1px solid #ddd;
    border-top: none;
}
.main-search .gsc-search-button-v2 svg:focus {
    outline: none !important;
}
.main-search .gsc-cursor-page {
    border: 1px solid #ddd;
    padding: 5px 10px;
}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.gsc-adBlock {
display: none !important;
}
.gcsc-branding{
display: none !important;
}
/*--search page end--*/
/*--buynow start--*/
.buy-part {background: #fff;text-align: center;border: 1px solid #ddd;border-radius: 10px;padding: 1rem;position: relative;margin-bottom: 10px;}
.license-name {font-size: 20px;color: #7236c1;font-weight: 700;}
.ribbion {position: absolute;width: 94%;left: 3%;top: -35px;padding: 5px;background: #7236c1;color: #fff;border-radius: 10px 10px 0 0;}
.price-name {font-size: 40px; font-weight: 800; color: #31274f; padding: 20px 0;}
.points ul {list-style: none;}
.points ul li {line-height: 30px;}
.buy-part.main{
    border: 1px solid #7236c1;
    background: #f8f2ff;
}
.buy-part.main .btn-custom {
    color: #fff;
    background: #7236BF;
    border-color: #7236BF;
}
@media (max-width: 767px) and (min-width: 280px) {
    .buy-part{
        margin-bottom: 40px;
    }
}
/*--buynow end--*/
/*--Star Rating start--*/
#rate {
    float: left;
    height: 46px;
    text-align: left;
}
#rate:not(:checked) > input {
    position:absolute;
    display: none;
}
#rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:40px;
    color:#ccc;
}
#rate:not(:checked) > label::after {
    /*content: 'â˜… ';*/
    content: "\2605" !important;
}
#rate > input:checked ~ label, #rate input[checked="checked"] ~ label {
    color: #ffc700 !important;    
}
#rate:not(:checked) > label:hover,
#rate:not(:checked) > label:hover ~ label {
    color: #deb217 !important;  
}
#rate > input:checked + label:hover,
#rate > input:checked + label:hover ~ label,
#rate > input:checked ~ label:hover,
#rate > input:checked ~ label:hover ~ label,
#rate > label:hover ~ input:checked ~ label {
    color: #c59b08 !important;
}

.overall-rating{
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    color: #585858 !important;
}

.statusMsg{
    font-size: 16px;
    padding: 10px !important;
    border: 1.5px dashed;
}
.statusMsg.errordiv{
    color: #ff4040 !important;
}
.statusMsg.succdiv{
    color: #00bf6f !important;
}
/*--Star Rating end--*/
.ps_cw{
 display: none !important;   
}
.popup {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    border-bottom: 1px dotted #31274F;
    color: #31274F;
    font-weight: 400;
  }
  .popup:hover .popup-text {
    visibility: visible;
  }
  .popup-text {
    position: absolute;
    bottom: 2rem;
    left: -4rem;
    background: #fff;
    border: 1px solid #7236BF;
    border-radius: 5px;
    font-weight: 600;
    font-size: 13.7px;
    padding: 9px 10px 10px 15px;
    min-width: 100%;
    height: auto;
    z-index: 9999;
    visibility: hidden;
    color: #7236BF;
  }
  .popup-text {
    left: -1rem;
  }
  .cpn-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000}.cpn-popup,.cpn-popup-body p,.cpn-popup-header{position:relative}.cpn-popup{background:#fff;width:450px;min-height:450px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);text-align:center;overflow:hidden}.cpn-popup-header{background:#7236bf;color:#fff!important}.cpn-head-text{display:inline-block;background-color:#fff;color:#000;padding:8px 20px;margin:50px 0 30px;border-radius:120px}.cpn-head{font-size:20px;text-decoration:none;font-weight:700}.cpn-mb-0{margin-bottom:0}.cpn-text-danger{color:#dc3545}.cpn-popup-body p{padding:0 15px 15px;color:#fff!important}.cpn-close-circle{position:absolute;top:10px;right:10px;background:#fff;color:#040836;border-radius:50%;width:30px;height:30px;text-align:center;line-height:30px;font-size:18px;box-shadow:0 2px 6px rgba(0,0,0,.1);font-weight:700;cursor:pointer;z-index:10}.cpn-popup-footer{padding:24px 20px 50px}.cpn-btn,.cpn-btn:hover{font-weight:600;color:#fff!important}.cpn-btn{background:linear-gradient(88deg,#1345c8,#ad0aec);padding:10px 20px;border:none;border-radius:5px;font-size:16px;cursor:pointer}.cpn-btn:hover{background:linear-gradient(88deg,#ad0aec,#1345c8)}.cpn-btn:active{transform:scale(.98)}.cpn-copied-msg{font-size:12px;color:green;right:0;display:none}.cpn-fw-bold{font-weight:700}.cpn-fs-5{font-size:1.25rem}