@font-face {
       font-family:times_new_romans;
      src: url(./font/times_new_roman.ttf);
  }
  /* @font-face {
    font-family: proximanova_black;
    src: url(./font/proximanova_black.ttf);
  } */
  @font-face {
    font-family:times_new_roman_bold;
    src: url(./font/times_new_roman_bold.ttf);
  }
  body p, a{
    font-family:times_new_romans !important ;
     }
     body h1, h2, strong{
        font-family:times_new_roman_bold !important ;
     }
     body  h3 ,h4 , h5, h6{
        font-family:times_new_roman_bold !important ;  
     }

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: proximanova_bold;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-primary:hover {
    background: #44d2f6 !important;
    color: var(--bs-light) !important;
}

.btn.btn-dark {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
    font-family: proximanova_bold;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-dark:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}

.btn.btn-light {
    background: var(--bs-primary) !important;
    color: var(--bs-white) !important;
    font-family: proximanova_bold;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: var(--bs-white) !important;
    color: var(--bs-dark) !important;
}
/*** Topbar Start ***/
.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-dark) !important;
}

@media (max-width: 768px) {
    .topbar {
        display: none;
    }
}
/*** Topbar End ***/

/*** Navbar ***/
.sticky-top,
.sticky-top .container {
    transition: 0.5s !important;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark) !important;
}

.navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 5px !important;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: 0px solid var(--bs-primary);
    transition: 0.5s;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 100%;
    border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 20px !important;
        transition: 0.5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 15px !important;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.nav-link {
        margin: 15px 0 !important;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary) !important;
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    margin-top: 20px !important;
    transition: 0.5s;
    opacity: 1;
}

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: var(--bs-primary);
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, 0.6);
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.header-carousel .header-carousel-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 550px;
}
.header-carousel .header-carousel-item h1 {
    font-size: 60px;
}

.owl-prev,
.owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 20px;
    border-radius: 40px;
    background: var(--bs-primary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.owl-prev {
    left: 30px;
}

.owl-next {
    right: 30px;
}

.owl-prev:hover,
.owl-next:hover {
    background: var(--bs-dark) !important;
    color: var(--bs-white) !important;
}

.header-carousel .header-carousel-item-img-1,
.header-carousel .header-carousel-item-img-2,
.header-carousel .header-carousel-item-img-3 {
    position: relative;
    overflow: hidden;
}

.header-carousel .header-carousel-item-img-1::before,
.header-carousel .header-carousel-item-img-2::before,
.header-carousel .header-carousel-item-img-3::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: -300px;
    right: -300px;
    border-radius: 300px;
    border: 100px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {
        top: -400px;
    }
    50% {
        right: -200px;
    }
    75% {
        top: -200px;
    }
    100% {
        top: -400px;
    }
}

.header-carousel .header-carousel-item-img-1::after,
.header-carousel .header-carousel-item-img-2::after,
.header-carousel .header-carousel-item-img-3::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 70px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
}

@keyframes RotateMoveRight {
    0% {
        left: 0px;
    }
    50% {
        left: 70px;
    }
    100% {
        left: 0px;
    }
}

.header-carousel .header-carousel-item::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 1200px;
    top: -150px;
    left: -265px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}

@keyframes RotateMoveLeft {
    0% {
        left: -240px;
    }
    50% {
        left: -300px;
    }
    100% {
        left: -240px;
    }
}

.header-carousel .header-carousel-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item .carousel-caption {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 10px;
    }
    .header-carousel-item img {
        height: 700px;
        object-fit: cover;
    }

    .owl-prev,
    .owl-next {
        top: 40px !important;
    }

    .owl-prev {
        left: 65%;
    }
}
/*** Header Carousel End ***/

/*** Single Page Hero Header Start ***/


.about-banner{
   background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/about11.jpg)!important ;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
  }
.application-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/product11.jpg) !important; 
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;

}
.blog-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/blog11.jpg) !important; 
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; 
}
.case-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/case11.jpg) !important; 
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; 
}
.product-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/other22.jpg) !important; 
    background-position:center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; 
}
.contact-banner{
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../img/other11.jpg) !important; 
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; 
}
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url(../img/other11.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

.bg-breadcrumb .bg-breadcrumb-single {
    position: absolute;
    width: 500px;
    height: 1200px;
    top: 0px;
    left: 0;
    margin-left: 30px;
    transform: rotate(-30deg);
    background: var(--bs-dark);
    animation: RotateMoveLeft 5s linear infinite;
    opacity: 0.7;
    z-index: 2 !important;
}

.bg-breadcrumb::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    top: -150px;
    right: -150px;
    border-radius: 200px;
    border: 80px solid rgba(68, 210, 246, 0.2);
    animation: RotateMoveCircle 10s linear infinite;
    background: transparent;
    z-index: 2 !important;
}

@keyframes RotateMoveCircle {
    0% {
        top: -200px;
    }
    50% {
        right: -100px;
    }
    75% {
        top: -100px;
    }
    100% {
        top: -200px;
    }
}

.bg-breadcrumb::after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1200px;
    top: -150px;
    left: 0;
    margin-left: 160px;
    transform: rotate(-30deg);
    background: rgba(68, 210, 246, 0.2);
    animation: RotateMoveRight 5s linear infinite;
    z-index: 2 !important;
}
/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .text {
    position: relative;
}

.about .text::after {
    content: "";
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bs-primary);
}
/*** About End ***/

/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.3);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item:hover .service-img img {
    transform: scale(1.2);
}

.service .service-item .service-img::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.service .service-item:hover .service-img::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content {
    position: relative;
}

.service .service-item .service-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-dark);
    transition: 0.5s;
    z-index: 1;
}

.service .service-item:hover .service-content::after {
    width: 100% !important;
    height: 100% !important;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}

.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color: var(--bs-white) !important;
    transition: 0.5s;
    z-index: 2;
}

.service .service-item:hover .service-content .service-content-inner a.h5 {
    color: var(--bs-white) !important;
    transition: 0.5s;
    font-size: 21px;
}

.service
    .service-item:hover
    .service-content
    .service-content-inner
    a.h5:hover {
    color: var(--bs-primary) !important;
}
/*** Service End ***/

/*** Project Start ***/
.project .appli-nexus .owl-carousel {
    height: 100%;
}

.project .appli-nexus .project-item {
    position: relative;
    overflow: hidden;
}

.project .appli-nexus .project-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.project .appli-nexus .project-item .project-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(68, 210, 246, 0.4);
    transition: 0.5s;
}

.project .appli-nexus .project-item:hover .project-img::after {
    height: 100%;
}

.project .appli-nexus .project-item .project-img img {
    transition: 0.5s;
}

.project .appli-nexus .project-item:hover .project-img img {
    transform: scale(1.2);
}

.project .appli-nexus .project-item .project-content {
    position: relative;
    width: 75%;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
}

.project .appli-nexus .project-item .project-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px !important;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project
    .appli-nexus
    .project-item
    .project-content
    .project-content-inner {
    position: relative;
    z-index: 2;
}

.project
    .appli-nexus
    .project-item:hover
    .project-content
    .project-content-inner
    p,
.project
    .appli-nexus
    .project-item:hover
    .project-content
    .project-content-inner
    a.h4,
.project
    .appli-nexus
    .project-item:hover
    .project-content
    .project-content-inner
    .project-icon
    i {
    color: var(--bs-white) !important;
    transition: 0.5s;
}

.project
    .appli-nexus
    .project-item:hover
    .project-content
    .project-content-inner
    a.h4:hover {
    color: var(--bs-primary) !important;
}

.project .appli-nexus .project-item:hover .project-content::after {
    height: 100%;
}

/*** Project End ***/

/*** Blog Start ***/
.blog .blog-item .project-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .project-img .blog-plus-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
    opacity: 0;
}

.blog .blog-item:hover .project-img .blog-plus-icon {
    opacity: 1;
}

.blog .blog-item .project-img img {
    transition: 0.5s;
}

.blog .blog-item:hover .project-img img {
    transform: scale(1.3);
}

/*** Blog End ***/

/*** Team Start ***/
.team {
    background-color: #e4f0f8;
}
.team .team-item {
    position: relative;
    overflow: hidden;
    /* border: 1px solid var(--bs-dark); */
    transition: 0.5s;
}

.team .team-item:hover {
    border: none !important;
}

.team .team-item::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    border: 1px solid;
    border-color: var(--bs-primary) transparent transparent var(--bs-primary) !important;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-radius: 10px;
    border: 1px solid;
    border-color: transparent var(--bs-primary) var(--bs-primary) transparent !important;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.team .team-item:hover:after,
.team .team-item:hover::before {
    width: 100% !important;
    height: 100% !important;
    opacity: 1;
}

.team .team-item .team-img {
    position: relative;
    overflow: hidden;
}
.team .team-item .team-img img {
    border-radius: 50%;
}

.team .team-item .team-img::after {
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgba(68, 210, 246, 0.2);
    transition: 0.5s;
}

.team .team-item:hover .team-img::after {
    height: 100%;
}

.team .team-item .team-img .team-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 8;
    transition: 0.5s;
}

.team .team-item .team-img .team-icon .team-icon-share {
    position: relative;
    margin-top: -200px;
    transition: 0.5s;
    z-index: 9;
}

.team .team-item:hover .team-img .team-icon .team-icon-share {
    margin-top: 0 !important;
}

.team .team-item .team-content {
    position: relative;
    padding: 1px 0;
}

.team .team-item .team-content::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--bs-primary) !important;
    transition: 0.5s;
}

.team .team-item .team-content::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: var(--bs-primary) !important;
    transition: 0.5s;
}

.team .team-item:hover .team-content::after,
.team .team-item:hover .team-content::before {
    width: 100% !important;
    height: 50% !important;
}

.team .team-item:hover .team-content .team-content-inner {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
}

.team .team-item .team-content .team-content-inner h4,
.team .team-item .team-content .team-content-inner p {
    transition: 0.5s;
}

.team .team-item:hover .team-content .team-content-inner p {
    color: var(--bs-white) !important;
}

.team .team-item:hover .team-content .team-content-inner h4 {
    color: var(--bs-dark) !important;
}
/*** Team End ***/

/*** Testimonial Start ***/
.testimonial .testimonial-carousel {
    position: relative;
}

.testimonial .testimonial-carousel .owl-dots {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial .testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--bs-light);
    border: 1px solid var(--bs-primary);
    border-radius: 10px;
    transition: 0.5s;
}

.testimonial .testimonial-carousel .owl-dot.active {
    width: 40px;
    background: var(--bs-primary);
}
/*** Testimonial End ***/

/*** FAQ'S Start ***/
.faq {
    position: relative;
    overflow: hidden;
}

.faq::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/bg.png);
    object-fit: cover;
    z-index: -1;
}

.faq .faq-img {
    position: relative;
}

.faq .faq-img .faq-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*** FAQ'S End ***/

/*** Footer Start ***/
.footer {
    background: var(--bs-dark);
}
.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-body);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 26px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: white;
}

.footer .footer-item-post a {
    transition: 0.5s;
}

.footer .footer-item-post a:hover {
    color: var(--bs-primary) !important;
}

.footer .footer-item-post .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item-post .footer-btn a:hover {
    color: var(--bs-dark);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/* ------------ cusom css ---------- */
.logo-head img {
    height: 60px;
    width: 100%;
}
#our-features {
    background-color: #e4f0f8;
    padding: 2rem 0;
    margin-bottom: 3rem;
}
.platform-tech-marquee-container {
    display: flex;
    gap: 1rem;
    overflow: hidden;
}
.platform-tech-marquee3 {
    animation: slide 30s linear infinite;
    display: flex;
    gap: 3rem;
    padding: 1rem 0;
    white-space: nowrap;
}
@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}
.platform-tech-marquee3 img {
    aspect-ratio: 3/2;
    object-fit: contain;
    transition: all 0.7s;
    width: 120px;
}
.platform-tech-marquee3 img:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

/*  counter code ---- */
.counter {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(25, 64, 154, 0.9), rgba(25, 64, 154, 1)),
        url("https://themewagon.github.io/acuas/img/fact-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.counter .counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.counter .counter-item .counter-item-icon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: var(--bs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.choose-nexus i {
    height: 100px;
    width: 100px;
    padding: 21px 0 0 0;
    background-color: #003f5d;
    color: #fff;
}
.working-process {
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: #4d4994;
    background-attachment: fixed;
}

/*
  -----------------------------------------------------
  -----      CSS for the pulsing play button      -----
  -----------------------------------------------------
*/

.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    box-sizing: content-box;
    display: block;
    /* width: calc(32px + 30px); */
    height: calc(44px + 30px);
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}

[dir="ltr"] .video-play-button {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

[dir="rtl"] .video-play-button {
    right: 50%;
    transform: translateX(50%) translateY(-50%);
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(65px + 30px);
    height: calc(65px + 30px);
    background: #ea580c;
    border-radius: 50%;
    animation: pulseBorder 1500ms ease-out infinite;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: calc(50px + 30px);
    height: calc(50px + 30px);
    background: #ea580c;
    border-radius: 50%;
    transition: all 200ms;
}

.video-play-button:hover:after {
    background: rgba(var(--bs-primary-rgb), 0.8);
}

.video-play-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: calc(16px + 5px) solid white;
    border-top: calc(11px + 5px) solid transparent;
    border-bottom: calc(11px + 5px) solid transparent;
}

@keyframes pulseBorder {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

/* ---------------- product and single product page css-------------- */
/*
-23 shop styles
*/
.shop-style-one {
    padding: 46px 0 100px 0;
}
.shop-style-one .top-block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: end;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.post-pagination {
    margin-top: 20px;
}
.post-pagination a {
    color: #182345;
    font-size: 18px;
    transition: all 0.4s ease;
    font-weight: bold;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
}
.post-pagination a i {
    color: #57b957;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}
.post-pagination a + a {
    margin-left: 30px;
}
.post-pagination a.active,
.post-pagination a:hover {
    color: #57b957;
}
.shop-style-one .top-block p {
    margin: 0;
    color: #848484;
    font-size: 15px;
}
.shop-style-one .top-block p span {
    color: #222222;
    font-weight: 500;
}
.shop-style-one .top-block p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #222222;
    margin-right: 5px;
}
.shop-style-one .top-block p span.filter-text {
    margin-right: 10px;
}
.shop-style-one .top-block .layout-toggler a {
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #222;
    transition: all 0.4s ease;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
}
.shop-style-one .top-block .layout-toggler a:hover {
    border-color: #57b957;
    color: #fff;
    background-color: #57b957;
}
.shop-style-one .top-block .layout-toggler a + a {
    margin-left: 8px;
}
.shop-style-one
    .top-block
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
        .input-group-btn
    ) {
    width: 180px;
}
.shop-style-one .top-block .bootstrap-select > .dropdown-toggle {
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    height: 50px;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    line-height: 48px;
    font-size: 14px;
    color: #222222;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}

.shop-sidebar .single-sidebar + .single-sidebar {
    margin-top: 45px;
}
/* .product-catside {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    padding: 10px;
  } */

.shop-sidebar .search-form input,
.shop-sidebar .search-form button[type="submit"] {
    border: none;
    outline: none;
    background-color: transparent;
}
.shop-sidebar .search-form input {
    width: 100%;
    height: 100%;
    color: #222222;
    font-size: 15px;
    padding-left: 15px;
}
.shop-sidebar .search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}
.shop-sidebar .search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}
.shop-sidebar .search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}
.shop-sidebar .search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}
.shop-sidebar .search-form button[type="submit"] {
    color: #222222;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}
.shop-sidebar .widget-title {
    margin-bottom: 35px;
}

.shop-sidebar .widget-title h3 {
    margin: 0;
    color: #222222;
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 5px;
    border-bottom: 2px solid #dfdfdf;
}
.shop-sidebar ul.category-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -15px;
}
.shop-sidebar ul.category-list li + li {
    margin-top: 15px;
}
.shop-sidebar ul.category-list li a {
    position: relative;
    display: block;
    color: #848484;
    font-size: 15px;
}
.shop-sidebar ul.category-list li a span.count {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.shop-sidebar .price-filter .range-slider-price {
    margin-top: 0px;
    margin-bottom: 15px;
}

.shop-sidebar .price-filter .form-group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.shop-sidebar .price-filter button {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background: #222222;
    border: none;
    outline: none;
    text-transform: uppercase;
    width: 73px;
    height: 35px;
    cursor: pointer;
}
.shop-sidebar .price-filter p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
}
.shop-sidebar .price-filter input {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #999;
    display: inline-block;
}
.shop-sidebar .price-filter .noUi-connect {
    background: #222 !important;
    border-color: #222;
}
.shop-sidebar .price-filter .noUi-background {
    background: #ebeceb !important;
}
.shop-sidebar .price-filter .noUi-handle {
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: none;
    border-color: #222;
    cursor: pointer;
}

.single-product-one {
    margin-bottom: 40px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    transition: 0.3s linear;
    border: 2px solid #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.single-product-one:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px,
        rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.single-product-one .image-block {
    position: relative;
    margin-bottom: 15px;
}
.single-product-one .image-block > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.single-product-one .image-block .product-tooltip {
    width: 50px;
    height: 50px;
    background-color: #161827;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}
.single-product-one .image-block .hover-content-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transition: all 0.3s ease;
}
.single-product-one .image-block .hover-content-block a {
    width: 55px;
    height: 55px;
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 55px;
    color: #161827;
    transition: all 0.4s ease;
}
.single-product-one .image-block .hover-content-block a + a {
    margin-left: 7px;
}
.single-product-one .image-block .hover-content-block a:nth-child(1) {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}
.single-product-one .image-block .hover-content-block a:nth-child(2) {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.single-product-one .image-block .hover-content-block a:nth-child(3) {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
}
.single-product-one .image-block .hover-content-block a:hover {
    color: #fff;
    background-color: #57b957;
}
.single-product-one .image-block:hover .hover-content-block {
    opacity: 1;
}
.single-product-one .image-block:hover .hover-content-block a {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
}
.single-product-one .text-block h3 {
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 5px;
}
.single-product-one .text-block {
    padding: 5px 12px 10px 12px;
}
.single-product-one .text-block .product-category p {
    font-size: 12px;
    color: #848484;
}
.single-product-one .text-block h3 a {
    color: #222222;
    transition: all 0.4s ease;
}
.single-product-one .text-block h3 a:hover {
    color: #57b957;
}
.single-product-one .text-block .price-line {
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
}
.single-product-one .text-block .reg-price {
    text-decoration: line-through;
    opacity: 0.5;
}

.project-carousel .owl-dots {
    position: absolute;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -120px;
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin-right: 15px;
    background: var(--bs-dark);
    transition: 0.5s;
}

.project-carousel .owl-dots .owl-dot.active {
    width: 30px;
    height: 30px;
    border-radius: 40px;
    border: 8px solid var(--bs-primary);
}

.product-related-block .owl-theme .owl-nav {
    display: none;
}
.product-related-block .upper-block {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.product-related-block .upper-block .carousel-btn-block {
    background-color: #ebf0eb;
    padding: 20px 34px;
}
.product-related-block .upper-block .carousel-btn-block .carousel-btn {
    font-size: 25px;
    color: #003f5d;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.product-related-block .upper-block .carousel-btn-block .carousel-btn i {
    line-height: 23px;
    display: block;
    vertical-align: middle;
}
.product-related-block .upper-block .carousel-btn-block .carousel-btn.left-btn {
    border-right: 2px solid rgba(132, 132, 132, 0.25);
    padding-right: 30px;
    margin-right: 26px;
}
.product-related-block .title-block .tag-line {
    display: inline-block;
    vertical-align: middle;
    color: #57b957;
    font-size: 20px;
    font-weight: 500;
    line-height: 1em;
}
.product-related-block .title-block .tag-line:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 2px;
    background-color: #57b957;
}
.product-related-block .title-block .tag-line::before {
    margin-right: 20px;
}
.product-related-block .title-block h2 {
    margin: 0;
    color: #222222;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 10px;
}

.single-shop-page .single-shop-page-content {
    padding-top: 50px;
    margin-bottom: 0;
}
.single-shop-page .single-shop-page-content .img-box {
    position: relative;
}
.single-shop-page .single-shop-page-content .img-box .product-zoomer {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #222;
    font-size: 17px;
    transition: all 0.4s ease;
    position: absolute;
    top: 20px;
    right: 20px;
}
.single-shop-page .single-shop-page-content .img-box .product-zoomer:hover {
    color: #fff;
    background-color: #57b957;
}
.single-shop-page .single-shop-page-content .content-box h3 {
    font-size: 30px;
    color: #222;
    margin: 0;
}
.single-shop-page .single-shop-page-content .content-box .star-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}
.single-shop-page .single-shop-page-content .content-box .star-box a {
    color: #ffb400;
    font-size: 14px;
}
.single-shop-page .single-shop-page-content .content-box span {
    color: #222222;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.single-shop-page .single-shop-page-content .content-box p {
    color: #9fa2a6;
    font-size: 15px;
    font-weight: 400;
    /* font-family: "Open Sans"; */
}
.single-shop-page .single-shop-page-content .content-box p.price {
    margin: 0;
    margin-top: 10px;
}
.single-shop-page .single-shop-page-content .content-box p.price span {
    font-size: 17px;
    font-weight: 500;
    margin-left: 0;
    color: #222;
    vertical-align: middle;
    /* font-family: "Work Sans", sans-serif; */
}
.single-shop-page .single-shop-page-content .content-box p.price del {
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    color: #222;
    opacity: 0.5;
    vertical-align: middle;
    /* font-family: "Work Sans", sans-serif; */
}
.single-shop-page .single-shop-page-content hr {
    margin-bottom: 15px;
}
.single-shop-page .single-shop-page-content p.highlighted {
    font-size: 16px;
    color: #222222;
    margin-top: 7px;
    margin-bottom: 7px;
}
.single-shop-page .single-shop-page-content .pincheck {
    margin-top: 10px;
    margin-bottom: 30px;
}
.single-shop-page .single-shop-page-content .pincheck input[type="text"] {
    width: 150px;
    height: 40px;
    border: 1px solid #f7f7f7;
    padding-left: 10px;
    line-height: 38px;
    border-radius: 4px;
    vertical-align: middle;
    margin-right: 11px;
    outline: none;
}
.single-shop-page .single-shop-page-content .pincheck button {
    background: #f7f7f7;
    height: 40px;
    color: #222222;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    outline: none;
    vertical-align: middle;
}
.single-shop-page .single-shop-page-content form.pincheck p {
    display: inline-block;
    color: #57b957;
    font-weight: 500;
    margin-left: 5px;
    font-size: 14px;
}
.single-shop-page .single-shop-page-content .qty {
    background: #ededed;
    display: inline-block;
    vertical-align: middle;
}
.single-shop-page .single-shop-page-content .qty .quantity-spinner {
    background: black;
}
.single-shop-page .single-shop-page-content .quantity-spinner {
    padding: 5px 0px 5px 20px;
    line-height: 24px;
    height: 43px;
    display: block;
    width: 70px;
    font-size: 20px;
    position: relative;
}
.single-shop-page
    .single-shop-page-content
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-up,
.single-shop-page
    .single-shop-page-content
    .bootstrap-touchspin
    .input-group-btn-vertical
    .bootstrap-touchspin-down {
    background: #ededed;
    border-color: #ededed;
    color: #222;
}
.single-shop-page
    .single-shop-page-content
    .bootstrap-touchspin
    .input-group-btn
    [class*="bootstrap-touchspin-"] {
    background-color: #fff;
    color: #222;
    border-color: #ededed;
}
.single-shop-page .single-shop-page-content .qty .quantity-spinner {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    padding: 0;
    text-align: center;
    background: #fff;
    border: 1px solid #ededed;
}
.single-shop-page .single-shop-page-content .thm-btn {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #57b957;
    border: 1px solid #57b957;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 7.5px 30px;
}
.single-shop-page .single-shop-page-content .thm-btn:hover {
    background-color: #fff;
    color: #57b957;
}
.single-shop-page .single-shop-page-content ul.checklist,
.single-shop-page .single-shop-page-content ul.checklist li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-shop-page .single-shop-page-content ul.checklist {
    margin-top: 15px;
}
.single-shop-page .single-shop-page-content ul.checklist li + li {
    margin-top: 5px;
}
.single-shop-page .single-shop-page-content ul.checklist li {
    font-size: 15px;
    color: #9fa2a6;
}
.single-shop-page .single-shop-page-content ul.checklist li span {
    color: #222222;
    margin-right: 15px;
}
.single-shop-page .single-shop-page-content ul.checklist li.social a {
    color: #9fa2a6;
    font-size: 14px;
}
.single-shop-page .single-shop-page-content ul.checklist li.social a + a {
    margin-left: 10px;
}
.single-shop-page .product-tab-box {
    margin-top: 50px;
}
.single-shop-page .product-tab-box ul,
.single-shop-page .product-tab-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-shop-page .product-tab-box .tab-title {
    background-color: #003f5d;
    border-radius: 5px;
    text-align: center;
}
.single-shop-page .product-tab-box .tab-title p {
    color: #fff;
    margin: 0 !important;
}
.signle-tab-content {
    padding: 10px 20px;
    background-color: #eeebeb;
}

.single-shop-page .product-tab-box .tab-title li {
    display: inline-block;
    margin-bottom: 0 !important;
}
.single-shop-page .product-tab-box .tab-title li a {
    display: block;
    border: none;
    outline: none;
    color: #86909e;
    display: inline-block;
    padding: 14px 33.5px;
    cursor: pointer !important;
    color: #9fa2a6;
    font-size: 18px;
    font-weight: 500;
    border-radius: 0 !important;
    background-color: #f7f7f7;
    transition: all 0.4s ease;
}
.single-shop-page .product-tab-box .tab-title li a:hover {
    border-color: #57b957;
    background: #57b957;
    color: #ffffff;
}
.single-shop-page .product-tab-box .tab-title li a.active {
    border-color: #57b957;
    background: #57b957 !important;
    color: #ffffff !important;
}
.single-shop-page .product-tab-box .tab-title li:first-child a {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}
.single-shop-page .product-tab-box .tab-title li:last-child a {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}
.single-shop-page .product-tab-box .tab-content {
    padding-top: 30px;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review-box
    .text-box
    h3 {
    color: #222222;
}
.single-shop-page .product-tab-box .tab-content .list-box,
.single-shop-page .product-tab-box .tab-content .list-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-shop-page .product-tab-box .tab-content .list-box {
    margin-bottom: 0px;
    margin-top: 0px;
}
.single-shop-page .product-tab-box .tab-content .list-box li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}
.single-shop-page .product-tab-box .tab-content .list-box li + li {
    margin-top: 8px;
}
.single-shop-page .product-tab-box .tab-content .list-box li i {
    color: #222222;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-shop-page .product-tab-box .tab-content .review-box,
.single-shop-page .product-tab-box .tab-content .leave-review-area {
    margin-top: 40px;
}
.single-shop-page .product-tab-box .tab-content .review-box .title,
.single-shop-page .product-tab-box .tab-content .leave-review-area .title {
    margin-bottom: 30px;
}
.single-shop-page .product-tab-box .tab-content .review-box .title h3,
.single-shop-page .product-tab-box .tab-content .leave-review-area .title h3 {
    color: #222222;
    font-size: 24px;
    line-height: 1em;
    margin: 0;
    font-weight: 500;
}
.single-shop-page .product-tab-box .tab-content .review-box {
    margin-top: 0;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    + .single-review {
    margin-top: 37px;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .img-box,
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .text-box {
    display: table-cell;
    vertical-align: top;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .img-box {
    width: 85px;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .text-box {
    padding-left: 25px;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .text-box
    h3,
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .text-box
    p {
    margin: 0;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .text-box
    h3 {
    color: #222222;
    font-size: 20px;
    line-height: 1em;
    margin-bottom: 5px;
    font-weight: 500;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .text-box
    span {
    font-size: 13px;
    line-height: 1em;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .review-box
    .single-review
    .text-box
    p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 5px;
}
.single-shop-page .product-tab-box .tab-content .leave-review-area form input,
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #ebf0eb;
    font-size: 15px;
    color: #222222;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    input::-webkit-input-placeholder,
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    input::-moz-placeholder,
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    input:-ms-input-placeholder,
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    input:-moz-placeholder,
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    input.error,
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    textarea.error {
    background-color: rgba(255, 0, 0, 0.255);
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    label.error {
    display: none !important;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    textarea {
    height: 150px;
    padding-top: 10px;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    button[type="submit"] {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #57b957;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 20px;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    button[type="submit"]:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all 0.4s ease;
}
.single-shop-page
    .product-tab-box
    .tab-content
    .leave-review-area
    form
    button[type="submit"]:hover::before {
    width: 20px;
    margin-right: 15px;
}

/* blog details ---------------------- */
.blog-style-three {
    padding: 120px 0;
  }
  .blog-style-three .single-blog-style-three {
    margin-bottom: 30px;
  }
  .blog-style-three .single-blog-style-three .text-block {
    padding: 56px 40px;
  }
  .blog-style-three .single-blog-style-three .text-block h3 {
    margin: 0;
    margin-bottom: 10px;
  }
  .blog-style-three .single-blog-style-three .text-block .meta-info {
    margin: 0;
    margin-bottom: 40px;
  }
  .blog-style-three .single-blog-style-three .text-block .meta-info a,
  .blog-style-three .single-blog-style-three .text-block .meta-info span {
    display: inline-block;
    vertical-align: middle;
    color: #848484;
  }
  .blog-style-three .single-blog-style-three .text-block .meta-info span.sep {
    margin-left: 6px;
    margin-right: 6px;
  }
  .blog-style-three .single-blog-style-three .text-block .meta-info a:hover {
    color: #57b957;
  }
  
  .post-pagination {
    margin-top: 20px;
  }
  .post-pagination a {
    color: #182345;
    font-size: 18px;
    transition: all .4s ease;
    font-weight: bold;
    line-height: 1em;
    display: inline-block;
    vertical-align: middle;
  }
  .post-pagination a i {
    color: #57b957;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
  }
  .post-pagination a + a {
    margin-left: 30px;
  }
  .post-pagination a.active, .post-pagination a:hover {
    color: #57b957;
  }
  
  .blog-details-content .post-title {
    color: #222222;
    font-weight: 500;
    font-size: 42px;
    margin: 0;
    margin-top: 37px;
    margin-bottom: 5px;
  }
  .blog-details-content .meta-info {
    margin: 0;
  }
  .blog-details-content .meta-info a,
  .blog-details-content .meta-info span {
    display: inline-block;
    vertical-align: middle;
    color: #848484;
  }
  .blog-details-content .meta-info span.sep {
    margin-left: 6px;
    margin-right: 6px;
  }
  .blog-details-content .meta-info a:hover {
    color: #57b957;
  }
  .blog-details-content p {
    margin: 0;
    color: #848484;
    font-size: 15px;
    line-height: 26px;
  }
  .blog-details-content .qoute-block {
    padding: 41px 40px;
    border-left: 2px solid #57b957;
    background-color: #EBF0EB;
  }
  .blog-details-content .qoute-block p {
    font-size: 15px;
    line-height: 26px;
    color: #222222;
    margin: 0;
  }
  .blog-details-content .bullted-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .blog-details-content .bullted-list li {
    position: relative;
    color: #222222;
    font-size: 15px;
    padding-left: 20px;
    font-weight: 500;
  }
  .blog-details-content .bullted-list li + li {
    margin-top: 10px;
  }
  .blog-details-content .bullted-list li i {
    color: #57b957;
    font-size: 7px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .blog-details-content .share-buttons {
    margin-top: 37px;
  }
  .blog-details-content .share-buttons a {
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    border-color: #dddee4;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    color: #848484;
    font-size: 15px;
    transition: all .4s ease;
  }
  .blog-details-content .share-buttons a:hover {
    color: #fff;
    background-color: #57b957;
  }
  
  .comment-block,
  .add-comment-block {
    margin-top: 100px;
  }
  .comment-block .title-block,
  .add-comment-block .title-block {
    margin-bottom: 50px;
  }
  .comment-block .title-block h3,
  .add-comment-block .title-block h3 {
    margin: 0;
    color: #222222;
    font-size: 30px;
    font-weight: 400;
  }
  
  .comment-block .single-comment-block + .single-comment-block {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #e5e5e5;
  }
  .comment-block .single-comment-block .image-block,
  .comment-block .single-comment-block .text-block {
    display: table-cell;
    vertical-align: top;
  }
  .comment-block .single-comment-block .image-block {
    width: 85px;
  }
  .comment-block .single-comment-block .image-block > img {
    width: 100%;
  }
  .comment-block .single-comment-block .text-block {
    position: relative;
    padding-left: 20px;
  }
  .comment-block .single-comment-block .text-block h3,
  .comment-block .single-comment-block .text-block p {
    margin: 0;
  }
  .comment-block .single-comment-block .text-block h3 {
    color: #222222;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 7px;
  }
  .comment-block .single-comment-block .text-block p {
    color: #848484;
    font-size: 15px;
    line-height: 26px;
    /* font-family: 'Open Sans'; */
    font-weight: 400;
    margin-top: 8px;
  }
  .comment-block .single-comment-block .text-block span {
    font-size: 15px;
    color: #848484;
    font-weight: 400;
  }
  .comment-block .single-comment-block .text-block .reply-btn {
    color: #222222;
    font-size: 15px;
    width: 100px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
    border-style: solid;
    border-width: 1px;
    text-align: center;
    border-color: #dddee4;
    transition: all .4s ease;
    position: absolute;
    top: 0;
    right: 0;
  }
  .comment-block .single-comment-block .text-block .reply-btn:hover {
    color: #fff;
    background-color: #57b957;
    border-color: #57b957;
  }
  
  .add-comment-block .contact-form-one input,
  .add-comment-block .contact-form-one textarea {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background-color: #EBF0EB;
    font-size: 15px;
    color: #222222;
    display: block;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .add-comment-block .contact-form-one input::-webkit-input-placeholder,
  .add-comment-block .contact-form-one textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #222222;
  }
  .add-comment-block .contact-form-one input::-moz-placeholder,
  .add-comment-block .contact-form-one textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #222222;
  }
  .add-comment-block .contact-form-one input:-ms-input-placeholder,
  .add-comment-block .contact-form-one textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #222222;
  }
  .add-comment-block .contact-form-one input:-moz-placeholder,
  .add-comment-block .contact-form-one textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #222222;
  }
  .add-comment-block .contact-form-one input.error,
  .add-comment-block .contact-form-one textarea.error {
    background-color: rgba(255, 0, 0, 0.255);
  }
  .add-comment-block .contact-form-one label.error {
    display: none !important;
  }
  .add-comment-block .contact-form-one textarea {
    height: 150px;
    padding-top: 10px;
  }
  .add-comment-block .contact-form-one button[type=submit] {
    cursor: pointer;
    border: none;
    outline: none;
    background-color: #57b957;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 12px 30px;
    margin-top: 20px;
  }
  .add-comment-block .contact-form-one button[type=submit]:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0px;
    height: 2px;
    background-color: #fff;
    margin-right: 0px;
    transition: all .4s ease;
  }
  .add-comment-block .contact-form-one button[type=submit]:hover::before {
    width: 20px;
    margin-right: 15px;
  }

  /*
-22 sidebar styles
*/
.sidebar .single-sidebar + .single-sidebar {
    margin-top: 50px;
  }
  .sidebar .single-sidebar .widget-title {
    margin-bottom: 25px;
  }
  .sidebar .single-sidebar .widget-title h3 {
    margin: 0;
    color: #222222;
    font-size: 30px;
    font-weight: 400;
  }
  .sidebar .single-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sidebar .single-sidebar .search-form {
    width: 100%;
    position: relative;
  }
  .sidebar .single-sidebar .search-form input {
    border: none;
    outline: none;
    border-style: solid;
    border-width: 2px;
    border-color: #e5e5e5;
    width: 100%;
    height: 50px;
    padding-left: 15px;
  }
  .sidebar .single-sidebar .search-form button[type=submit] {
    border: none;
    outline: none;
    background-color: transparent;
    width: 50px;
    height: 50px;
    background-color: #57b957;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
  }
  .sidebar .single-sidebar .category-list {
    margin-top: -20px;
  }
  .sidebar .single-sidebar .category-list li {
    transition: all .4s ease;
  }
  .sidebar .single-sidebar .category-list li + li {
    border-top: 1px solid #e5e5e5;
  }
  .sidebar .single-sidebar .category-list li a {
    display: block;
    color: #848484;
    font-size: 15px;
    padding: 11.5px 0;
    padding-left: 24px;
    position: relative;
    transition: all .4s ease;
  }
  .sidebar .single-sidebar .category-list li a:before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    color: #848484;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .4s ease;
  }
  .sidebar .single-sidebar .category-list li:hover {
    background-color: #57b957;
  }
  .sidebar .single-sidebar .category-list li:hover a {
    color: #fff;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  .sidebar .single-sidebar .category-list li:hover a:before {
    left: 10px;
    color: #fff;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post + .single-latest-post {
    margin-top: 30px;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block,
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block {
    display: table-cell;
    vertical-align: middle;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block {
    width: 85px;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .image-block > img {
    width: 100%;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block {
    padding-left: 20px;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 a {
    color: #222222;
    transition: all .4s ease;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block h3 a:hover {
    color: #57b957;
  }
  .sidebar .single-sidebar .latest-post-wrapper .single-latest-post .text-block span.date-block {
    color: #848484;
    font-size: 15px;
  }
  .sidebar .single-sidebar ul.link-list {
    margin-top: -15px;
  }
  .sidebar .single-sidebar ul.link-list li + li {
    margin-top: 15px;
  }
  .sidebar .single-sidebar ul.link-list li a {
    color: #848484;
    font-size: 15px;
    display: inline-block;
    transition: all .4s ease;
  }
  .sidebar .single-sidebar ul.link-list li a:hover {
    color: #57b957;
  }
  .sidebar .single-sidebar .insta-post-wrapper {
    margin-top: -5px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .sidebar .single-sidebar .insta-post-wrapper .single-insta {
    display: block;
    width: 33.3333%;
    padding: 5px 5px;
    float: left;
  }
  .sidebar .single-sidebar .insta-post-wrapper .single-insta > img {
    width: 100%;
  }
  .sidebar .single-sidebar.category-widget {
    padding: 40px;
    background-color: #F5F5F8;
  }
  