.btn-primary,
.btn-primary:hover {
    border-color: #642F85;
    moz-transition: all 0.4s ease-in-out;
}
.prd-item .prd-feature,
.prd-item h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.faq-cat,
.navbar .d-flex .nav-item a {
    list-style: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: Metropolis;
    font-style: normal;
    font-weight: 400;
    src: local("metropolis-regular"), url("fonts/metropolis-regular.html") format("opentype");
}
@font-face {
    font-family: OpenSans;
    font-style: normal;
    font-weight: 400;
    src: local("OpenSans-Regular"), url("fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
    font-family: RobotoSlab;
    font-style: normal;
    font-weight: 400;
    src: local("RobotoSlab-Medium"), url("fonts/RobotoSlab-Medium.ttf") format("truetype");
}
body {
    font-family: OpenSans, sans-serif;
    color: #141414;
    font-size: 15.5px;
    line-height: 24px;
    background-color: #fff;
    overflow-x: hidden;
    letter-spacing: 0.2px;
}
p {
    line-height: 28px;
}
.btn {
    border-radius: 25px;
    padding: 11px 30px;
}
.btn-primary {
    color: #fff;
    background-color: #642F85;
    background-size: 300% 100%;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.btn-primary:hover {
    background-position: 100% 0;
    -o-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-image: linear-gradient(to right, #642F85, #642F85, #000, #000);
}
.btn-outline-primary.blue-btn:hover,
.btn-primary.blue-btn {
    color: #fff;
    background-color: #00357c;
    border-color: #00357c;
}
.btn-primary.blue-btn:hover {
    background-color: #000;
    border-color: #000;
}
.btn-outline-primary {
    
    color: #fff;
    background-color: #642F85;
    border-color: #642F85;
}
.btn-outline-primary:hover {
    color: #642F85;
    border-color: #642F85;
    background-color:#fff;
}
.btn-outline-primary.blue-btn {
    color: #00357c;
    border-color: #00357c;
}
.text-primary {
    color: #642F85 !important;
}
.text-primary:hover {
    color: #000 !important;
}
.form-control {
    padding: 0.75rem;
    font-size: 14px;
}
.box-shadow {
    background: #fff;
    padding: 25px;
    box-shadow: 0 15px 50px rgb(0 0 0 / 7%);
    border-radius: 3px;
    border: none;
    margin-bottom: 30px;
}
.about-image,
.about-video,
.start-about {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-main,
.top-header {
    border-bottom: 1px solid #e6e6e6;
}
.card img,
.title-name.text-center:before {
    margin: auto;
}
img {
    max-width: 100%;
}
section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.title-name {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 40px;
    position: relative;
}
.title-name:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    width: 110px;
    bottom: -16px;
    border-bottom: 2px solid #642F85;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: RobotoSlab, sans-serif;
    color: #141414;
    letter-spacing: 0.5px;
}
a {
    color: #252525;
    text-decoration: none;
}
.footer .social li a:hover,
a:hover {
    color: #642F85;
}
.bgcolor,
.prddet-pic {
    background-color: #f7e4ff;
}
.abt-box,
.category-icon,
.contact-info,
.contact-location,
.glance li,
.prd-item,
.rent-content .icon,
.why,
.wkstep-box,
abt-vis {
    transition: 0.2s;
}
.abt-box:hover,
.abt-vis:hover,
.category-icon:hover,
.contact-info:hover,
.contact-location:hover,
.prd-item:hover,
.why:hover,
.wkstep-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 25px rgb(70 74 85 / 10%);
}
.top-header {
    padding: 10px 15px;
    background-color: #fff;
    text-align: center;
}
.scrollable-dropdown {
    height: auto;
    max-height: 320px;
    overflow-x: hidden;
}
.header-main {
    padding: 10px 0;
}
.hd-search .form-control {
    border-radius: 30px 0 0 30px;
}
.hd-contact {
    font-weight: 700;
}
.fixed-nav {
    position: fixed;
    top: -40px;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    transform: translateY(40px);
    transition: transform 0.3s;
    border: none;
    box-shadow: 0 0 25px rgb(70 74 85 / 10%);
}
.testimonial,
.wkstep-box {
    position: relative;
}
.navbar {
    z-index: 99;
    -webkit-box-shadow: 0 5px 11px 0 rgb(62 79 101 / 11%);
    box-shadow: 0 5px 11px 0 rgb(62 79 101 / 11%);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.navbar-light .navbar-nav .nav-link {
    color: #08192b;
}
.navbar-light .d-flex .navbar-nav .nav-link i {
    color: #642F85;
    font-size: 20px;
}
.navbar .nav-item .dropdown-menu {
    padding: 0;
    border: 1px solid #ededed;
    min-width: 250px;
    -webkit-box-shadow: 0 5px 11px 0 rgb(62 79 101 / 11%);
    box-shadow: 0 5px 11px 0 rgb(62 79 101 / 11%);
}
.navbar .nav-item .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ededed;
    font-size: 14.5px;
    padding: 0.5rem 1rem;
}
.navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #642F85;
    color: #fff;
}
.nv-desk {
    display: none;
}
.news-logo {
    text-align: center;
    border: 1px solid #004AF5;
    border-radius: 20px;
}
.news-logo .card-body {
    padding: 1rem 0.3rem;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        margin-top: 0;
    }
    .navbar .nav-item:hover .nav-link {
        color: #642F85;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: 0.3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0);
    }
}
.carousel-caption {
    left: 15%;
    bottom: 28%;
    width: 30%;
    text-align: left;
}
.carousel-caption h1 {
    font-size: 45px;
    line-height: normal;
}
.carousel-caption .btn {
    padding: 13px 60px;
}
.carousel-dark .carousel-indicators [data-bs-target],
.mobile-nav .nav,
.popup-form .modal-header {
    background-color: #642F85;
}
.carousel-control-next,
.carousel-control-prev {
    top: 46%;
    bottom: auto;
    width: 45px;
    height: 45px;
    background-color: #642F85;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
}
.carousel-control-prev {
    left: 10px;
}
.carousel-control-next {
    right: 10px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}
.category-icon {
    text-align: center;
    border: 1px solid #004AF5;
    border-radius: 20px;
    transition: 0.2s;
}
.prd-item,
.why {
    border-radius: 15px;
}
.category-icon .card-body {
    height: 123px;
    line-height: 93px;
}
.category-icon .card-footer {
    background-color: transparent;
    border-top: 1px solid #004AF5;
}
#video-popup .modal-body,
.delivery-info .badge,
.prd-item .card-body,
.why .card-body {
    padding: 0;
}
.prd-item .card-img-top {
    border-radius: 20px;
}
.prd-item {
    text-align: center;
    border: 1px solid #004AF5;
    background-color: #fff;
    padding: 15px;
}
.item-bag,
.single-testimonial .icon i,
.wstep-no {
    background-color: #642F85;
    text-align: center;
}
.prd-item h5 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 15px;
    -webkit-line-clamp: 1;
}
.prd-item .prd-feature {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
    min-height: 37px;
    -webkit-line-clamp: 2;
}
.prd-item .card-footer {
    background-color: transparent;
    border: none;
    padding-top: 15px;
    padding-bottom: 0;
}
.prditem-price {
    font-size: 16px;
    font-weight: 600;
    color: #642F85;
}
.prditem-price span {
    color: #929292;
    padding-left: 3px;
    font-weight: 400;
    font-size: 14px;
}
.prd-item .card-footer .btn {
    padding: 6px 16px;
}
.item-bag {
    font-size: 13px;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
}
.item-bag:hover {
    background-color: #000;
    color: #fff;
}
.home-item .prd-item .card-footer {
    display: none !important;
}
.why {
    border: 1px solid #004AF5;
    margin: 20px 0;
    padding: 25px 30px;
    min-height: 526px;
}
.why img {
    margin: 0 auto 20px;
    display: block;
}
.why h5 {
    font-size: 19px;
}
.abt-box p,
.abt-vis p,
.footer .social li:not(:last-child),
.page-header .breadcrumb,
.rent-content p,
.why p,
.wkstep-box p {
    margin-bottom: 0;
}
.wkstep-box {
    margin-top: 30px;
    border-radius: 15px;
    border: 1px solid #004AF5;
    padding: 10px 30px 20px;
    min-height: 460px;
    background-color: rgb(255, 252, 255);
}
.wstep-no {
    font-size: 20px;
    font-weight: 600;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
    margin: -30px auto 23px;
}
.work-step img {
    margin: auto;
    display: block;
}
.footer .social li,
.glance li,
.video-btn {
    display: inline-block;
}
.glance li:hover,
.rent-content:hover .icon,
.why:hover {
    transform: translateY(-5px);
}
.glance {
    text-align: center;
    padding-left: 0;
}
.glance li {
    vertical-align: top;
    width: 19%;
    text-align: center;
    margin-top: 30px;
}
.ft-contact .fa,
.ft-contact span {
    display: table-cell;
    vertical-align: top;
}
.abt-box img,
.glance li img {
    margin-bottom: 15px;
}
.glance li h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
}
.glance li h5,
.top-link li {
    font-size: 14px;
}
.faq-cat li h4,
.footer-sec .nav li .fa {
    font-size: 22px;
}
.single-testimonial {
    margin-top: 25px;
    position: relative;
}
.single-testimonial .icon i {
    margin: auto;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    z-index: 2;
    font-size: 35px;
}
.single-testimonial .testimonial-desc {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 75px 50px 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    max-width: 100%;
    margin: auto;
    border-radius: 80px 0;
    border-right: 2px solid #f4f0fc;
    border-bottom: 20px solid #fae8db;
}
.single-testimonial .testimonial-desc p {
    margin-bottom: 0;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-style: italic;
    font-size: 16px;
    line-height: 26px;
}
.single-testimonial .testimonial-info {
    margin-top: 20px;
}
.single-testimonial .testimonial-info img {
    display: inline-block;
    height: 100px;
    width: 100px;
    padding: 3px;
}
.page-header h1,
.single-testimonial .testimonial-info h5 {
    margin-top: 15px;
}
.testimonial-image-box img {
    position: absolute;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    opacity: 0.1;
}
.testimonial-image-box img:first-child {
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-image-box img:nth-child(2) {
    left: 5%;
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}
.testimonial-image-box img:nth-child(3) {
    left: 10%;
    top: 80%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
.testimonial-image-box img:nth-child(4) {
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.testimonial-image-box img:nth-child(5) {
    right: 5%;
    top: 65%;
    -webkit-transform: translateY(-65%);
    transform: translateY(-65%);
}
.testimonial-image-box img:nth-child(6) {
    right: 10%;
    top: 80%;
    -webkit-transform: translateY(-80%);
    transform: translateY(-80%);
}
.get-start {
    padding: 45px;
    text-align: center;
}
.get-start .btn {
    font-size: 20px;
    margin-top: 10px;
}
.footer {
    width: 100%;
    padding: 60px 0 0;
}
.footer-sec {
    padding: 0 0 30px;
    border-bottom: 1px solid #303030;
}
.footer,
.footercopy {
    background-color: #e6f1ff;
    color: #000;
    font-size: 14px;
}
.footer hr {
    margin: 1rem 0 2.5rem;
}
.footer a,
.footercopy a {
    color: #000;
}
.about-video h1,
.about-video p,
.footer a:hover,
.footercopy a:hover,
.popup-form .modal-header h5,
.video-btn:hover i {
    color: #642F85;
}
.footer h5 {
    color: #642F85;
    margin-bottom: 20px;
    line-height: normal;
}
.faq-cat li,
.footer ul,
.prd-cat {
    margin-bottom: 30px;
}
.footer li {
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.footer li:hover {
    margin-left: 6px;
}
.footer li:not(:last-child) {
    margin-bottom: 9px;
}
.footer-sec .ft-link li a:before {
    font: 15px/1 FontAwesome;
    content: "\f105";
    margin-right: 6px;
}
.ft-contact .fa {
    padding-right: 15px;
}
.footer .social {
    margin: 0;
    padding: 0;
}
.footer .social li {
    margin-bottom: 0;
}
.footer .social li a {
    width: 26px;
    line-height: normal;
    float: left;
    text-align: center;
    color: #000;
    margin-right: 7px;
}
.footer .social i {
    font-size: 18px;
    line-height: none;
}
.footercopy {
    padding: 20px;
    text-align: center;
}
.owl-item .prd-cat,
.top-link {
    margin-bottom: 0 !important;
}
.top-link li {
    margin-right: 15px;
    line-height: normal;
    padding-right: 15px;
    margin-bottom: 15px !important;
}
.top-link li:not(:last-child) {
    border-right: 1px solid #bababa;
}
.top-link li a {
    margin: 0;
    padding: 0;
    line-height: none;
}
.page-header {
    padding: 20px 0;
}
.faq-cat {
    margin: 0;
    padding: 0;
}
.faq-cat li h4 {
    margin-bottom: 5px;
}
.prd-detial {
    padding: 15px 0;
}
.prdside-btm,
.prdside-top {
    background-color: #fafafa;
    padding: 15px;
}
.prdside-top {
    margin-bottom: 15px;
}
.prdside-btm {
    font-size: 18px;
    text-align: center;
}
.abt-vis img,
.product-title {
    margin-bottom: 10px;
}
.product-feature {
    font-size: 15px;
    margin-bottom: 15px;
    min-height: 165px;
    max-height: 60px;
}
.prddet-price {
    text-align: center;
    font-size: 32px;
    color: #642F85;
    margin-bottom: 0;
    line-height: normal;
}
.delivery-info {
    margin: 5px 0 6px;
}
.delivery-info .list-group-item {
    font-size: 11.9px;
    background-color: #f1f1f1;
    border: none;
    margin-bottom: 6px;
    padding: 0.5rem 0.1rem;
}
.prd-sidebar .btn {
    border-radius: 0;
    margin: 0 -15px -15px;
}
.prdinfo-tab .nav {
    padding: 10px 15px;
}
.prdinfo-tab .nav-link {
    color: #141414;
    font-weight: 700;
    width: 250px;
    text-align: center;
    border-radius: 25px;
    padding: 13px 25px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #642F85;
}
.why-rent .list-group-item {
    padding: 0.9rem 1rem;
}
.why-rent .badge {
    margin-right: 50px;
}
.faq-list .accordion-item {
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 3px 15px rgb(0 0 0 / 8%);
}
.faq-list .accordion-button {
    padding: 1.1rem 1.25rem;
    font-size: 18px;
    font-weight: 600;
}
.faq-list .accordion-button:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #642F85;
    box-shadow: none;
}
.abt-box {
    min-height: 400px;
    padding: 25px 15px;
}
.about-why .why {
    box-shadow: 0 15px 50px rgb(0 0 0 / 7%);
    border-radius: 3px;
    padding: 25px 10px;
}
.about-video {
    text-align: center;
    background-image: url(../images/about-bg.jpg);
    background-attachment: fixed;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 130px 28%;
    position: relative;
    z-index: 1;
}
.about-video:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.start-about,
.video-btn {
    background-color: #642F85;
}
.video-btn-animat {
    margin-top: 50px;
    z-index: 1;
    -webkit-animation: 2s 0.2s both zoomIn;
    animation: 2s 0.2s both zoomIn;
}
.video-btn {
    width: 90px;
    height: 90px;
    line-height: 92px;
    text-align: center;
    border-radius: 50%;
    color: #190f3c;
    position: relative;
    top: 3px;
    z-index: 1;
    cursor: pointer;
    padding-left: 9px;
}
.video-btn i {
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    font-size: 30px;
    height: 100%;
}
.video-btn::after,
.video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    background-color: #642F85;
    -webkit-animation: 1.6s ease-out infinite ripple;
    animation: 1.6s ease-out infinite ripple;
}
.video-btn:hover,
.video-btn:hover::after,
.video-btn:hover::before {
    background-color: #000;
}
#video-popup .modal-content {
    background-color: transparent;
    border: none;
    box-shadow: none;
}
#video-popup .modal-header {
    border: none;
}
#video-popup .modal-header .btn-close {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    margin-top: -22px;
}
#video-popup .modal-header .btn-close:hover {
    color: #fff !important;
    background-color: transparent;
}
@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}
.start-about {
    padding: 75px 100px;
    border-radius: 20px;
    background-image: url(../images/line-bg.png);
}
.about-area {
    padding: 0;
    margin-top: 3px;
}
.about-area .container-fluid {
    padding-left: 0;
}
.about-image {
    background-image: url(../images/about.jpg);
    height: 100%;
    width: 100%;
    position: relative;
}
.about-content {
    max-width: 650px;
    padding-bottom: 35px;
}
.about-image .video-btn-animat {
    position: absolute;
    left: 45%;
    top: 40%;
}
.rent-content {
    position: relative;
    padding-left: 130px;
    margin-top: 35px;
}
.rent-content .icon {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    height: 95px;
    width: 95px;
    line-height: 95px;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #3c62e9;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.rent-content:hover .icon {
    background-color: #ffead5;
    color: #fff;
}
.rent-content .icon img {
    height: 64px;
    width: 64px;
}
.rent-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.abt-vis {
    min-height: 435px;
}
.contact-info,
.contact-location {
    background: #fff;
    padding: 40px;
    box-shadow: 0 15px 50px rgb(0 0 0 / 7%);
    border-radius: 3px;
    border: none;
    text-align: center;
    margin-bottom: 30px;
}
.blog,
.comment-form,
.related-post {
    border-radius: 8px;
    box-shadow: 0 0 25px rgb(70 74 85 / 10%);
}
.contact-info {
    padding: 40px 25px;
    margin-bottom: 0;
    margin-top: 15px;
}
.contact-info img,
.contact-location img {
    margin: 0 auto 15px;
    width: auto;
    max-height: 70px;
}
.contact-form textarea {
    height: 120px !important;
}
.contact-location {
    min-height: 270px;
    padding: 30px 25px;
}
.blog {
    margin-bottom: 35px;
    border: none;
}
.blog .card-footer,
.blog .card-header {
    background-color: transparent;
    padding: 15px;
}
.entry-meta {
    margin-bottom: 15px;
    text-align: center;
}
.entry-meta .blog-category,
.entry-meta .comments,
.entry-meta .views,
.entry-meta span.entry-date {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
    border: 1px solid #ff7d2a;
    padding: 4px 18px;
    border-radius: 50px;
}
.entry-meta .blog-category:before,
.entry-meta .comments:before,
.entry-meta .entry-date:before,
.entry-meta .views:before {
    color: #ff7d2a;
    font-family: FontAwesome;
    padding-right: 6px;
}
.entry-meta .entry-date:before {
    content: "\f017";
}
.entry-meta .views:before {
    content: "\f06e";
}
.entry-meta .comments:before {
    content: "\f075";
}
.entry-meta .blog-category:before {
    content: "\f07c";
}
.btn-arrow:after {
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 5px;
    transition: 0.3s;
}
.btn-arrow:hover:after {
    margin-left: 18px;
}
.share-social .nav-link {
    padding: 0.1rem 0.5rem;
    color: #642F85;
}
.share-social .nav-link:hover {
    color: #000;
}
.comment-form,
.related-post {
    margin-bottom: 35px;
    border: none;
    padding: 25px;
}
.sidebar {
    padding-left: 30px;
}
.sidebar .title {
    font-size: 25px;
    margin-bottom: 30px;
    position: relative;
}
.sidebar .title:before {
    content: " ";
    position: absolute;
    width: 125px;
    bottom: -4px;
    border-bottom: 2px solid #642F85;
}
.sidebar .widget:not(:last-child) {
    margin-bottom: 35px;
}
.sidebar .widget {
    padding: 20px 20px 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 25px rgb(70 74 85 / 10%);
    transition: 0.5s;
    transform: scale(1);
}
.recent-post:not(:last-child) {
    margin-bottom: 20px;
}
.recent-post img {
    width: 125px;
    height: 65px;
}
.sidebar .widget .badge {
    padding: 12px 15px;
}
.sidebar .tag-links {
    display: -webkit-box;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-direction: row;
    -ms-flex-wrap: wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    clear: both;
    list-style: none;
    padding: 0;
}
.sidebar .tag-links li {
    width: auto !important;
    -webkit-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    word-break: break-all;
    padding: 0 !important;
    margin: 0 4px 15px 0;
}
.sidebar .tag-links a {
    background-color: #f8f9fa;
    display: inline-block;
    padding: 6px 15px !important;
    border-radius: 35px;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.sidebar .tag-links a:hover {
    color: #fff;
    background: #ec1111;
    background: -moz-linear-gradient(left, #ec1111 2%, #ff7d2a 82%);
    background: -webkit-linear-gradient(left, #ec1111 2%, #ff7d2a 82%);
    background: linear-gradient(to right, #ec1111 2%, #ff7d2a 82%);
}
.page-item {
    font-size: 19px;
    color: #ff7d2a;
    margin: 0 2px;
}
.page-link {
    padding: 0.7rem 1.1rem;
    line-height: 1.25;
    color: #642F85;
    background-color: #fff;
    border: 1px solid #642F85;
    border-radius: 4px;
}
.page-item .page-link:hover,
.page-item.active .page-link {
    color: #fff;
    border-color: #642F85;
    background: #642F85;
}
.popup-form .modal-content {
    background-color: #fffaf6;
}
.mobile-nav {
    display: none;
}
.mobile-nav .nav-item:not(last-child) {
    border-right: 1px solid #feae74;
}
.mobile-nav .nav a {
    padding: 13px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.mobile-nav .nav a .fa {
    margin-right: 7px;
    font-size: 17px;
}
.thank-box {
    width: 50%;
    margin: auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 15px 50px rgb(0 0 0 / 7%);
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    text-align: center;
}
.backtotop,
.thank-icon {
    color: #fff;
    border-radius: 50%;
    text-align: center;
}
.thank-icon {
    font-size: 45px;
    line-height: 85px;
    width: 85px;
    height: 85px;
    background-color: #51a941;
    margin: 0 auto 15px;
}
#topcontrol {
    z-index: 2;
}
.backtotop {
    font-size: 22px !important;
    height: 50px;
    width: 50px;
    padding-top: 11px;
    border: 2px solid #642F85;
    background: #642F85;
}
.backtotop:hover {
    background: #fae8db;
    border: 2px solid #fae8db;
    color: #642F85;
}
@media only screen and (max-width: 1800px) {
    .carousel-caption {
        width: 30%;
        left: 10%;
    }
    .carousel-caption h1 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 1600px) {
    .carousel-caption {
        width: 35%;
        bottom: 18%;
        left: 7%;
    }
}
@media only screen and (max-width: 1400px) {
    .carousel-caption {
        width: 35%;
    }
    .carousel-caption h1 {
        font-size: 35px;
    }
    .work-step {
        background-size: 56%;
    }
    .why {
        min-height: 470px;
    }
    .wkstep-box {
        min-height: 430px;
    }
    .product-feature {
        max-height: inherit;
    }
}
@media only screen and (max-width: 1200px) {
    .carousel-caption h1,
    h1 {
        font-size: 30px;
    }
    .carousel-caption {
        bottom: 10%;
    }
    .why {
        min-height: 515px;
    }
    .wkstep-box {
        min-height: 455px;
    }
    .glance li h2 {
        font-size: 28px;
    }
    .glance li h5 {
        font-size: 15px;
    }
    .testimonial-image-box img:first-child,
    .testimonial-image-box img:nth-child(3) {
        left: 5%;
    }
    .testimonial-image-box img:nth-child(2) {
        left: 1%;
    }
    .testimonial-image-box img:nth-child(4),
    .testimonial-image-box img:nth-child(6) {
        right: 5%;
    }
    .testimonial-image-box img:nth-child(5) {
        right: 1%;
    }
    .prddet-pic {
        margin-bottom: 15px;
    }
    .work-step {
        background-size: 60%;
    }
    .get-start {
        padding: 45px 0;
    }
    .product-feature {
        min-height: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .why {
        min-height: 510px;
    }
}
@media only screen and (max-width: 991px) {
    .navbar-light .navbar-toggler {
        color: #642F85;
        border-color: #642F85;
        margin-right: 0;
        margin-left: auto;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-toggler {
        padding: 0.1rem 0.5rem;
        font-size: 1.2rem;
    }
    .navbar-toggler-icon {
        width: 1.1em;
        height: 1.1em;
    }
    .main-menu .navbar-nav {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 8px;
    }
    .navbar-nav .nav-item {
        border-top: 1px solid #e6e6e6;
    }
    .nv-desk {
        display: block;
    }
    .carousel-caption {
        bottom: 20%;
    }
    .carousel-caption p,
    .mobile-nav {
        display: none;
    }
    .carousel-caption h1 {
        font-size: 25px;
    }
    .carousel-caption .btn {
        padding: 8px 20px;
    }
    .header-main {
        text-align: center;
    }
    .header-main .hdprd-search,
    .main-menu form {
        display: none !important;
    }
    .why,
    .wkstep-box {
        min-height: 395px;
    }
    .glance li {
        width: 32%;
    }
    .start-about,
    .start-about .text-end,
    .text-end.hd-contact {
        text-align: center !important;
    }
    .single-testimonial .testimonial-desc {
        padding: 65px 20px 25px;
    }
    .prdinfo-tab .nav-link {
        width: 220px;
    }
    .contact-form {
        margin-bottom: 35px;
    }
    .about-video {
        padding: 130px 5%;
    }
    .start-about {
        padding: 45px 25px;
    }
    .start-about .btn {
        margin-top: 10px;
    }
    .about-area .container-fluid {
        padding-left: 15px;
    }
    .about-image {
        height: 550px;
    }
    .about-content {
        max-width: 100%;
        padding: 30px 0;
    }
    .work-step {
        background-image: none;
    }
    .footer {
        padding: 45px 0 0;
    }
    .gmap {
        margin-top: 35px;
    }
}
@media only screen and (max-width: 767px) {
    .h5,
    h5 {
        font-size: 1.15rem;
    }
    .title-name {
        font-size: 25px;
    }
    section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    .carousel-caption {
        left: 10%;
    }
    .why {
        min-height: 450px;
    }
    .wkstep-box {
        min-height: 435px;
    }
    .sidebar,
    .testimonial-image-box {
        display: none;
    }
    .prdinfo-tab .nav-link {
        width: 162px;
        padding: 13px 4px;
    }
    .prdinfo-tab .nav {
        margin-bottom: 25px !important;
    }
    .footercopy,
    .text-end {
        text-align: center !important;
    }
    .footer .social {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 620px) {
    .carousel-caption {
        bottom: 18%;
    }
    .hd-contact .btn {
        padding: 9px 13px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 575px) {
    .post-title,
    .title-line,
    .title-name,
    h1,
    h2 {
        font-size: 20px;
    }
    .carousel-indicators {
        margin-bottom: 0.1rem;
    }
    .carousel-caption .btn,
    .carousel-control-next,
    .carousel-control-prev,
    .hd-search,
    .top-header {
        display: none;
    }
    .header-main img {
        max-height: 45px;
    }
    .carousel-caption {
        width: 45%;
        bottom: 10%;
        left: 15px;
    }
    .carousel-caption h1 {
        font-size: 15px;
        font-weight: 400;
    }
    .why,
    .wkstep-box {
        min-height: auto;
    }
    .glance li {
        width: 49%;
    }
    .prdinfo-tab .nav-link {
        width: 100%;
    }
    .about-video {
        padding: 80px 5%;
    }
    .row .col-sm-6:last-child .prd-cat {
        margin-bottom: 0;
    }
    .testimonial .owl-carousel .owl-stage-outer {
        margin-bottom: -25px;
    }
}
