@charset "UTF-8";

/*
NISHAWEB.COM 
*/
/*
Theme Name: Nishaweb-code 
Theme URI: https://Nishaweb.com
Author: Nishaweb Growth Agency
Author URI: https://Nishaweb.com
Description:  Nishaweb Growth Agency
Tags: Doctor
Version: 1
License: GNU General Public License v2 or later
Text Domain: nishaweb
This theme is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'IRANSansWebFaNum';
    src: url('../fonts/IRANSansWeb(FaNum).eot');
    src: url('../fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        url('../fonts/IRANSansWeb(FaNum).woff') format('woff'),
        url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANYekanWebFn';
    src: url('../fonts/iranyekanwebregularfanum.eot');
    src: url('../fonts/iranyekanwebregularfanum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iranyekanwebregularfanum.woff') format('woff'),
        url('../fonts/iranyekanwebregularfanum.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'YekanBakhFat';
    src: url('../fonts/YekanBakhFaNumFat.eot');
    src: url('../fonts/YekanBakhFaNumFat.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakhFaNumFat.woff') format('woff'),
        url('../fonts/YekanBakhFaNumFat.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'YekanBakhReg';
    src: url('../fonts/YekanBakhFaNumRegular.eot');
    src: url('../fonts/YekanBakhFaNumRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/YekanBakhFaNumRegular.woff') format('woff'),
        url('../fonts/YekanBakhFaNumRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



:root {
    --text: #130F26;
    --header-text: #292A2C;
    --header-title: #0E264F;
    --title: #000;
    --gradient: linear-gradient(100.72deg, #1851B3 -12.83%, #2F64FF 104.22%);
    --yellow: #ffe200;
    --header-btn-color:#212341;
    --primary-paragraph: #2D365D;
    --primary-text: #1c1c1c;


    --primary: #6E432C;
    --secondary: #C7A17A;
    --info-back: #E5F3FE;
    --info-back-border: #CFEAFF;
    --info-back-text: #4a4a4a;
    --about-box-text: #3D3D3D;
    --foot-title: #ffffff;
    --foot-text: #CBCBCB;
    --foot-before: #2A7FFF;
    --btn-color: #FFDFBE;
    --orange: #f68e62;

    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --theme-bg-light: #F2F9FF;
    --theme-bg-dark: #08112B;
    --gray: #767575;
    --gray-dark: #434242;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #c2c2c2;
    --lightgray: #eeeeee;
    --dark: #130F26;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family: YekanBakhReg;
    --font-family-title-fat: YekanBakhFat;
    /* Font Sizes */
    --font-normal: 1em;
    --font-small: 0.8125rem;
    /* Sidebar */
    --sidebar-width: 280px;
    --content-max-width: 860px;
}


*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    line-height: 1.15;
}

body {
    color: var(--about-box-text);
    overflow-x: hidden;
    font-family: var(--font-family);
}

a {
    color: var(--text);
}

a,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-dark);
    font-weight: bold
}

dl,
ol,
ul {
    /* margin-top: revert; */
    /* margin-bottom: revert; */
}

.btn {
    padding: .375rem 1rem;
    height: 2.75rem;
    transition: all 0.4s ease-in-out
}


.btn:focus,
.btn.focus {
    box-shadow: none !important
}

.btn-primary {
    color: #fff
}

.form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    border-color: var(--light);
    background: #f9f9f9;
    border:#F5F3F3 1px solid;
}

/*
####################################################
H E A D E R   S T Y L E
####################################################
*/


.nw-header {
    /*background: url('../images/slider2.svg') no-repeat bottom ;*/
    background: #efefef;
    height: 800px;
    background-size: cover;
}
.nw-header__top{
    background-color: #efefef;
    align-items: center;
    border-radius: 0 0 16px 16px;
    display: flex;
    height: 150px;
}
.nw-header__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 110px; */
}
.nw-header__logo a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.nw-header__top__cta{
    display: flex;
    justify-content: space-between;
}
.nw-header__lang{
    display: flex;
    align-items: center;
}
.lang-icon {
    border: solid 1px #f5f3fc;
    border-radius: 16px;
    /* width: 46px; */
    height: 46px;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nw-header__account{
    display: flex;
    align-items: center;
}
.nw-header__phone{
    display: flex;
    align-items: center;
    height: 110px;
}
.nw-header__basket{
    display: flex;
    align-items: center;
    background-color: #49BE78;
    height: 110px;
    width: 60px;
    justify-content: center;
}
.account-icon {
    background-color: #ECFCFC;
    padding: 10px;
    border-radius: 15px;
    /* margin-left: 10px; */
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.account-text{
    margin-right: 10px;    
}

.nw-header__middle{display: flex;}

.nw-header__slideshow{/* margin-top: 80px; */}
.nw-header__slideshow__img{
    width: 95%;

}

.nw-header__bottom{
    /* height: 100px; */
    margin-top: 50px;
    /* background: url('../images/top-back.png') no-repeat center #ffe200; */
    /* background-blend-mode: color-burn; */
    /* width: 85%; */
    /* margin: 125px auto; */
    /* border-radius: 50px; */
    /* line-height: 100px; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* -webkit-box-shadow: 0px -12px 10px -10px #FFE200; */
    /* box-shadow: 0px -12px 10px -10px #FFE200; */
    position: relative;
    /* box-shadow: 0px -20px 0px -14px #ffe20047; */
}

.nw-header__bottom:after{
    
    position: absolute;
    top: -50px;
    right:20px;
    width: 43px;
    height: 127px;
    background-color: red;
    border-radius: 50px 0;
    background-image: linear-gradient(
  140deg,
  hsl(356deg 97% 46%) 0%,
  hsl(356deg 97% 45%) 9%,
  hsl(356deg 97% 43%) 18%,
  hsl(356deg 98% 42%) 27%,
  hsl(356deg 98% 40%) 36%,
  hsl(356deg 99% 39%) 45%,
  hsl(356deg 99% 37%) 55%,
  hsl(356deg 99% 36%) 64%,
  hsl(356deg 99% 34%) 73%,
  hsl(356deg 100% 33%) 82%,
  hsl(356deg 100% 31%) 91%,
  hsl(356deg 100% 30%) 100%
);
    /* box-shadow: 0px 0px 20px 0px #e90412; */
    box-shadow: 0px 0px 75px -10px #e90412;
}

.nw-header__bottom p{
    color: var(--header-btn-color);
    ;
}


.nw-header-inside {
    /* background: url('../images/slider2.svg') no-repeat bottom; */
    /* height: 550px; */
    /* background-size: cover; */
    background-color: #efefef;
    z-index: 999;
    position: relative;
}
.nw-header__inside__title {
    display: flex;
    justify-content: center;
}
.nw-header__inside__title h1 {
    text-align:center;
    color:white;
    font-family:var(--font-family-title-fat);
    margin:100px;
    position:relative;
    display: inline-block;
}
.nw-header__inside__title h1:before {
    content: '';
    position:absolute;
    top: 18px;
    background-color: white;
    width:100px;
    height:10px;
    margin: 0px -8rem;
}
.nw-header__inside__title h1:after {
    content: '';
    position:absolute;
    top: 18px;
    background-color: white;
    width:100px;
    height:10px;
    margin: 0px 2rem;
}

.inside-info-box {
    border: solid 1px var(--primary);
    padding: 50px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -184px;
    position: relative;
    background: white;
}
.inside-info-box3 {
    border: solid 1px var(--primary);
    padding: 50px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -200px;

    position: relative;
    background: #ffffff63;
    width: 80%;
    margin: 0 auto;
}
.inside-info-box-inside{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
}
.inside-info-box:before {
    content:'';
    border: solid 1px var(--primary);
    width:102%;
    height:500px;
    border-radius:20px;
    top: -16px;
    position: absolute;
    background: #212341;
    z-index: -5;
}
.inside-info-box2 {
    border: solid 1px var(--primary);
    padding: 50px;
    border-radius: 35px;
    /*! top: -184px; */
    position: relative;
    background: white;
    transform-style: preserve-3d;
}
.inside-info-box2:before {
    content:'';
    border: solid 1px var(--primary);
    width:102%;
    height:60%;
    border-radius:20px;
    top: -16px;
    right:-10px;
    position: absolute;
    background: var(--primary);
    
    transform: translateZ(-1px);
}
.nw-header__bottom2 p{margin: 0;}
.nw-header__bottom2 {
    height: 100px;
    margin-top: 125px;
    background: url(../images/top-back.png) no-repeat center #ffe200;
    background-blend-mode: color-burn;
    width: 85%;
    display: flex;
    align-items: center;
    margin: 125px auto;
    border-radius: 50px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    -webkit-box-shadow: 0px -12px 10px -10px #FFE200;
    box-shadow: 0px -12px 10px -10px #FFE200;
    position: relative;
    box-shadow: 0px -20px 0px -14px #ffe20047;
    justify-content: space-evenly;
    align-content: center;
}
.nw-header__bottom2:after {
    content: '';
    position: absolute;
    top: -50px;
    right: 20px;
    width: 43px;
    height: 127px;
    background-color: red;
    border-radius: 50px 0;
    background-image: linear-gradient( 140deg, hsl(356deg 97% 46%) 0%, hsl(356deg 97% 45%) 9%, hsl(356deg 97% 43%) 18%, hsl(356deg 98% 42%) 27%, hsl(356deg 98% 40%) 36%, hsl(356deg 99% 39%) 45%, hsl(356deg 99% 37%) 55%, hsl(356deg 99% 36%) 64%, hsl(356deg 99% 34%) 73%, hsl(356deg 100% 33%) 82%, hsl(356deg 100% 31%) 91%, hsl(356deg 100% 30%) 100% );
    /* box-shadow: 0px 0px 20px 0px #e90412; */
    box-shadow: 0px 0px 75px -10px #e90412;
}
.header-time {
    font-size: 14px;
    margin-left: 5px;
}

.hero-header-top {}

.hero-header-middle {}

.hero-header-middle-text {
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 70%;
    margin-right: 15%;
}
.slideshow-box{
background-color: #fff;
border-radius: 24px;
}

.hero-header-middle-title{
    /* display:flex; */
    /* justify-content: center; */
}
.hero-header-middle-title h2 {
    font-size: 24px;
    font-family: var(--font-family-title-fat);
    font-weight: 900;
    color: var(
    --primary);
    position:relative;
    z-index:5;
    width:fit-content;
}
.nw__special-offerbox {
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.nw__special-offer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
}
.icon-offer{
    color: #fff;
    margin-left: 10px;

}
.offer-item {
    background: var(--primary);
    border-radius: 5px;
    /* transform: rotate(45deg); */
    width: 40px;
    height: 40px;
    display: flex;
    margin-left: 5px;
    justify-content: center;
    transition: all 1s;
    
  
}
.nw__special-offer img {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}
.nw__special-offer p {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 700;
}
.nw__special-offer span {
    font-size: 12px;
}
.hero-header-middle-title span{
font-weight: 900;
font-size: 14px;
}

.hero-header-middle-title h2:after {
    content:'';
    background-color:#005020;
    position:absolute;
    z-index:-2;
    top:20px;
    right:1px;
    width:100%;
    height:25px;  
    display: none;
}
.hero-header-middle-paragraph p {
    color: #000;
    text-align: justify;
}


.hero-header-middle-btn {
    display: flex;
}

.hero-header-middle-btn div {
    margin-left: 10px;
}


.hero-header-top {}



/*
####################################################
C O M P O N E N T S
####################################################
*/




.home-cta-btn {
  font-size: 16px;
  font-weight: 600;
  /* letter-spacing: 1px; */
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid black !important;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  position:relative;
  z-index: 0;
}

.home-cta-btn:after {
  content: "";
  background-color: var(--btn-color);
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

.home-cta-btn:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .home-cta-btn {
    padding: 13px 50px 13px;
  }
  .nishaweb-product__body__readmore .home-cta-btn {
    padding: 10px 30px 10px;
  }
}


.view-cta-btn{
  background:#1b1b1b;
  padding: 10px 20px;
  border-radius:2px;
  border:0;
}

/****learn more button **/

/* From uiverse.io */


button.learn-more {
    width: 12rem;
    height: auto;
    position: relative;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    border: 0;
    font-family: inherit;
}

button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: var(--gradient);
    border-radius: 1.625rem;
}

button.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    right: 0.75rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: -5.3rem;
    /*! left: 0.29rem; */
    width: 0.625rem;
    height: 0.625rem;
    border-top: 0.125rem solid #fff;
    border-right: 0.125rem solid #fff;
    transform: rotate(225deg);
    top: -0.27rem;
    /*! right: 0.0625rem; */
}

button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0 1rem 0 0;
    color: #282936;
    font-weight: 100;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
}

button:hover .circle {
    width: 100%;
}

button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(-10px, 0px);
    /*! margin-right: 5px; */
}

button:hover .button-text {
    color: #fff;
}


.header-middle {
    background: var(--primary);
}

.nw-header__top .logo {
    width: 33%;
}

.nw-header .site-title {
    text-decoration: none;
    display: none !important;
}

.menu-nishaweb-top {
    display: flex;
    align-content: center;
    align-items: center;
    height: 30px;
    font-size: 12px;
    color: #4f4f4f;
}

.menu-nishaweb-top ul li {
    list-style: none;
    padding: 10px;
}

.menu-nishaweb-top ul {
    margin: 0;

}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0 5px 0 0 !important;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
nav.menu-nishaweb {
    border-bottom: solid 1px #ffffff26;
    flex-grow: 2;
}

.menu-nishaweb-top ul {
    display: flex;
}

nav.menu-nishaweb ul {
    /* background: #555; */
}

nav.menu-nishaweb a {
    color: #fff;
    font-size: 15px;
    height: 70px;
    line-height: 70px;
    position: relative;
}

nav.menu-nishaweb a:hover {
    color: #ffe200 !important;
    border-bottom: #ffe200 1px solid;
}

a.nav-link.active {
    border-bottom: #ffe200 1px solid;
}
nav.menu-nishaweb a::after {
   

    
}

nav.menu-nishaweb ul li {
    list-style: none;
    /* padding: 5px; */
    margin: 0 10px;
    /* height: 0px; */
}

nav.menu-nishaweb ul li:hover {
    /* background: #ffffff; */
    border-radius: 5px;
}
nav.menu-nishaweb ul li ul li a {
    color: var(--primary) !important;
    border-bottom: var(--primary) 1px solid;
    height:50px;
    line-height:50px;
    background-color:#f1f1f1;
}
nav.menu-nishaweb ul li ul li a:hover {
    color: var(--primary) !important;
    border-bottom: var(--primary) 1px solid;
    height:50px;
    line-height:50px;
    background-color:#f1f1f1;
}
.menu-nishaweb {
    height: 70px;
}

.flex-container {
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.d-flex-topmenu {
    display: flex;
    align-items: center;
    height: 30px;
}

.flex-item {}

.navbar {

    padding-top: 0;
    padding-bottom: 0;
}

.navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

/****        search   ***/

.search-container .button {

}

.search-container .button:hover {
    color: white;
}

.search-container {
    display: flex;
    justify-content: center;
}
.search-form {
    background-color: var(--primary);
    padding: 0 10px;
     border-radius: 5px;
}



.search-container .searchbutton {
}

.search:focus+.searchbutton {
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.search-container .search {height: 50px;border: 0;/* border-radius: 5px; */background: var(--primary);outline: 0;color: white;}

.search:focus {
 
}
.search-form input[type="search"]::placeholder {
    color: #fff;
      opacity: 1;
    
  }


/*******end of search*/



.header .btn-primary {
    background: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    font-size: 1rem;
    padding-top: 0.5rem
}

.header .btn-primary:hover {
    background: rgba(0, 0, 0, 0.4);
    border-color: transparent
}

.header .navbar {
    padding: 2rem 1rem
}

.header .navbar-dark .navbar-toggler {
    border: none;
    padding: .25rem .6rem
}

.header .navbar-dark .navbar-toggler:hover {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.header .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(256,256,256, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.header .menu-item {
    font-weight: bold;
    float: right;
    margin-right: 20px;
    list-style: none;
}

.header .nav-item.active .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.header .nav-item.active .nav-link:hover {
    text-decoration: none
}

.header .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8)
}

.header .nav-item .nav-link:hover {
    text-decoration: underline;
    color: rgba(0, 0, 0, 0.6)
}

.logo {}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link{
 /* color: var(--primary); */
 }
/*---------------*/
/***** Zoe *****/
/*---------------*/

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    background: #fff;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
    /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
    content: '\e000';
}

.icon-paper-clip::before {
    content: '\e001';
}

.icon-heart::before {
    content: '\e024';
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}




/*
####################################################
F R O N T  P A G E
####################################################
*/


/* info box */


.services .primary-title h2{
    margin-top:8%;
}

.primary-title {
    color: var(--primary);
}

.primary-title h2 {
    font-size: 3rem;
    font-weight: 900;
    font-family: var(--font-family-title-fat);
    color: var(--primary);
    position:relative;
    z-index:5;
    width:fit-content;
    text-align: center;
    margin: 0 auto;
}

.primary-title h2:after {
    content:'';
    background-color:#EDF5E6;
    position:absolute;
    z-index:-2;
    top:20px;
    right:1px;
    width:100%;
    height:25px;  
}
.primary-paragraph p {
    color: var(--primary-paragraph);
    text-align: center;
}
.service-box:nth-child(2):before{
    background-image: url('../images/pattern.png');
    background-repeat: no-repeat;
    background-position: top left;
    width: 96px;
    content: '';
    position: absolute;
    height: 152px;
    left: -27px;
    top: -20px;
    display: flex;
    z-index: -5;
}
.service-box{
    display: flex;
    /* border-radius: 35px; */
    height: 165px;
    padding: 25px;
    flex-direction: column;
    box-shadow: 0px -5px 40px 0px rgb(190 190 190 / 10%);
    /* position: relative; */
    /* background: white; */
    /* margin: 0 0 20px 0; */
    justify-content: center;
    align-items: center;
    filter: drop-shadow(1px 1px 25px rgba(55, 19, 3, 0.11));
}
.service-box:hover{
    /* box-shadow: 0px 10px 0px -3px #E90412, 0px -5px 40px 0px rgb(190 190 190 / 10%); */
    position: relative;
}
.service-box-img{
    display: flex;
    position: relative;
    z-index: 5;
    justify-content: center;
}
.service-box2:before {
    position: absolute;
    background: url(../images/pattern.png) no-repeat center;
    width: 100px;
    height: 165px;
    z-index: -9999;
    left: -50px;
    top: -30px;
}

.service-box:hover .service-box-img:before{
    /* content:''; */
    position:absolute;
    width: 170px;
    height: 170px;
    background-color:#ffffff00;
    border:25px solid #E90412;
    border-radius:50%;
    z-index: -2;
    top: 20px;
}
.service-box-img:before{
    /* content:''; */
    position:absolute;
    width: 150px;
    height: 150px;
    background-color:#ffffff00;
    border:25px solid var(--primary);
    border-radius:50%;
    z-index: -2;
    top: 20px;
    transition:all 0.5s;
}
.service-box-text{
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-evenly; */
    /* padding: 0 0 0 56px; */
}
.service-box-text h3{
    margin: 0;
}
.primary-title h3 {
    font-size: 1rem;
    font-weight: 900;
    /* font-family: var(--font-family-title-fat); */
    color: #6E432C;
    position:relative;
    z-index:5;
    width:fit-content;
    margin: 20px auto 30px;
}

.primary-title h3:after {
    content:'';
    background-color:#EDF5E6;
    position:absolute;
    z-index:-2;
    
    right:1px;
    width:100%;
    height:25px;
}
.service-box-text p {
    color: var(--primary-text);
    font-size: 14px;
    line-height: 30px;
}

section.about {
    /* margin: 50px; */
    margin: 12rem 0;
}

.about__body {
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 420px;
}
.about-page .about__body {
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
     height: auto;
}
.about-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about__body_title {
    position:relative;
}
.about__body_title:before {
    content: '';
    position: absolute;
    background: url(../images/pattern.png) no-repeat center;
    width: 100px;
    height: 165px;
    z-index: -5;
    right: -130px;
    top: -30px;
}
.about__body_title span {
    color:var(--primary-paragraph);
    font-size:22px;
}
.about__body_title h5 {
    color:var(--primary);
    font-size: 32px;
    font-family:var(--font-family-title-fat);
}
.about__body__text {   
    position:relative;
}
.about__body__text:before {
    content: '';
    position: absolute;
    background: url(../images/img-about-back1.webp) no-repeat center;
    width: 230px;
    height: 206px;
    z-index: -5;
    right: -180px;
    top: 149px;
}
.about__body__text p{
    color:var(--primary-text);
    font-size:14px;
    line-height: 30px;
    /* font-weight: 600; */
    text-align: justify;
}
.about__body__text2 p{
    color:var(--primary-text);
    font-size:14px;
    line-height: 30px;
    /* font-weight: 600; */
    text-align: justify;
}

.about__body_title2 span {
    color:var(--primary-paragraph);
    font-size:22px;
}
.about__body_title2 h5 {
    color:var(--primary);
    font-size: 32px;
    font-family:var(--font-family-title-fat);
}

.about__body__cta {
    float: left;
}

.about-button {
    background: transparent;
    border: solid 1px #b3bbc7;
    color: #B3BBC7;
    font-size: 14px;
    width: 170px;
    border-radius: 25px;
    height: 55px;
    position:relative;
    right:0px;
    
    
}
.about-button img {
    transition:all 0.5s;
    position:relative;
    right:0px;
}
.about-button:hover img {
    right:15px;
    position:relative;  
    animation: go-right 1s ease infinite;
}

@keyframes go-right {
	0% {
		right: 0px
	}

	50% {
		right: 15px;
	}

	100% {
		right: 0px;
	}
}

.bg-btn{
    background: var(--secondary);
    font-size: 16px !important;
    padding: 5px 20px;
    border-radius: 5px;
    color: #000;
}
ul.nisha{
    padding-right: 1rem;
}
ul.nisha li{
    line-height: 40px;
    list-style: none;
    
  }
ul.nisha li:before{
    content: "";
    background: url('../images/tick.svg') no-repeat;
    width: 24px;
    height: 24px;
    right: 0;
    display: inline-block;
    vertical-align: middle;
  }
.team-box__body {
}
.team-box {
    box-shadow: 0px -5px 40px 0px rgb(190 190 190 / 10%);
    background-color:white;
    padding-bottom: 20px;
}
.team-box__head {
}
.team-box__body {
}
.team_box__title h4 {
  color: var(--primary);
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
}
.team_box__title p {
    color: #000;
    font-size: 16px;
    font-weight: bold;
  }
.info-box {
    height: fit-content;
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 50px rgba(47, 100, 255, 0.1);
    border-radius: 10px;
}
.info-box-header {
    margin: 0 0 0 5px;

}
.info-box-body h4 {
    color: var(--secondary);
    font-size: 17px;
    font-weight: bolder;
}
.info-box-header h4::before {
    content: '';
    background: url("../images/feature-back.png");
    background-position: center center;
    background-size: cover;
    height: 72px;
    margin: 15px;
    /* transform: rotate(180deg); */
    width: 70px;
    position: absolute;
    top: 15px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;


    transition: all 700ms;


}

.info-box-header img {
    display: block;
    margin:0 auto 20px
}

.info-box-body {
    font-size: 13px;
    color: var(--info-back-text);
    text-align: justify;
    line-height: 26px;

}
.info-box-body p {
    padding:0 10px 0 0;
}

.info-box-body h6 {
    color: var(--header-title);
    margin: 20px;
    font-size: 16px;
}

.about-box {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.about-box-body-button {
    background: #F3F1FF;
    border-radius: 25px;
    font-size: 13px;
    width: 150px;
    border: none;
    font-weight: 100;
    color: var(--foot-before);
}
.about-box-body-button-full {
    background: var(--foot-before);
    border-radius: 25px;
    font-size: 13px;
    border: none;
    font-weight: 100;
    color: var(--white);
}
.about-box-body h6,
.about-box-subtitle h6 {
    color: var(--primary);
}
.about-box-body h4,
.about-box-title h4 {
    color: var(--title);
}
.about-box-body p {
    color: var(--about-box-text);
    font-size: 13px;
    text-align: justify;
    line-height: 26px;
}
.about img {
   
}

.about__img {
    position: relative;  
}

.about__img:before {
    /* content:''; */
    position:absolute;
    background: url(../images/pattern.png) no-repeat center;
    width: 100px;
    height: 165px;
    z-index: -5;
    right: -50px;
    top: -30px;
}

.offer-box{
    background:var(--primary);
    margin-top: 80px;
}


.offer__body {
    padding: 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 420px;
}
.offer-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.offer__body_title {
    position:relative;
}
.offer__body_title:before {
    content: '';
    position: absolute;
    background: url(../images/pattern.png) no-repeat center;
    width: 100px;
    height: 165px;
    z-index: -5;
    right: -130px;
    top: -30px;
}
.offer__body_title span {
    color: var(--white);
    font-size:22px;
}
.offer__body_title h5 {
    color: var(--white);
    font-size: 32px;
    font-family:var(--font-family-title-fat);
}
.offer__body__text {   
    position:relative;
}
.offer__body__text:before {
    content: '';
    position: absolute;
    background: url(../images/img-about-back1.webp) no-repeat center;
    width: 230px;
    height: 206px;
    z-index: -5;
    right: -180px;
    top: 149px;
}
.offer__body__text p{
    color: var(--white);
    font-size:14px;
    line-height: 30px;
    /* font-weight: 600; */
    text-align: justify;
}

.offer__body__cta {
    /* float: left; */
    display: flex;
    justify-content: space-between;
}
button.offer-btn {
    padding: 10px 30px;
    border: 0;
    border-radius: 2px;
    color: var(--primary);
}
/****************about page  */

.inside-info-head-text{
    position:relative;
}
    .inside-info-head-text:before {
        content: '';
        position: absolute;
        background: url(../images/pattern.png) repeat-y center;
        width: 100px;
        height: 200px;
        right: 50px;
        top: 10px;
}
.inside-info-head {
    display: flex;
    align-items: center;
}

.inside-info-head__title {
    font-family:var(--font-family-title-fat);
    color:red;
    font-size:2rem;
    position:relative;
}

.inside-info-head__title:before {
    content:'';
    background-color:red;
    width:50px;
    height:15px;
    position:absolute;
    right:-70px;
    top:14px
}

.inside-info-head__subtitle {
    font-size:1.5rem;
    color:var(--primary-paragraph);
    margin-top:1rem;
    
}
.inside-info-head__social .social-box{
    justify-content:end;
}


/*
####################################################
P R O D U C T  P A G E
####################################################
*/

.product-header {box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);border-radius: 32px;padding: 20px;}
.product-img {border: solid 2px #f5f5f5;border-radius: 24px;}
.product-metabox__title {
    color:var(--primary-paragraph);
    font-family:var(--font-family-title-fat);
    font-size:2rem;
    position:relative; 
    margin-bottom:30px;
    
}

.product-metabox:hover .product-metabox__title:after {
    content:'';
    position:absolute;
    width:50%;
    height:5px;
    background-color:red;
    right:1px;
    bottom:-20px;
    border-radius:10px;
    

}
.product-metabox__title:after {
    content:'';
    position:absolute;
    width:80px;
    height:5px;
    background-color:red;
    right:1px;
    bottom:-20px;
    border-radius:10px;
    transition: all 0.5s;
    

}

.product-metabox__meta {}

.product-metabox__meta__tag {
    color: var(--primary-paragraph);
}

.product-metabox__meta_category {
    color: var(--primary-paragraph);
}

.product-metabox__excerpt {
     color: var(--primary-text);
}

.product-metabox__button .btn-primary {
    background: var(--primary);
    font-size: 14px;
    font-weight: 400;
    width: 170px;
    border-radius: 25px;
    color: var(--white);
    border: none;
    height: 50px;
}



.faq {
   position: relative;
   z-index: 5;
   background: white;
}

.faq::before {
    content: "";
    background: url(../images/faq-bg.webp) no-repeat;
    width: 100%;
    height: 359px;
    position: absolute;
    left: -27px;
    top: -185px;
    z-index: -1;
  }


  .content-head {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    height: 150px;
    }
    .content-head__suptitle {
      background: var(--secondary);
      font-size: 16px !important;
      padding: 8px 20px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .content-head__suptitle h5 {
      margin: 0;
      font-size: 16px;
      font-weight: 100;
      color: #000;
      
    }
    .content-head__title {
      color: var(--primary);
      font-size: 32px;
      font-family: var(--font-family-title-fat);
      line-height: 32px;
    }
    .content-head__title h4 {
       color: var(--primary);
      font-size: 32px;
      font-family: var(--font-family-title-fat);
       margin: 0;
    }
    .content-head__subtitle p{
      font-size: 15px;
      color: var(--primary-text);
      line-height: 30px;
      text-align: justify;
      margin: 0;
    }

    
.accordion-item {
    border: none;
    font-size: 14px;
    margin: 20px 0;
}
.accordion-body {
    color:#000;
}

.faq .accordion-button::after {
    display: none;

}
.accordion-button::after {
    display: none;
}
.accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out
}

.accordion-button:not(.collapsed)::before {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    transform: rotate(180deg);
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    font-weight: bold;
    color: #212529;
    text-align: right;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease
}
.accordion-button:not(.collapsed) {
  color: var(--primary);
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.accordion-button2::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 10px;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    color: white;
    border-radius: 50%;
    padding: 2px;
}

.franchise .nw-readmore {
    color: var(--white);
    font-size: 14px;
    background: var(--primary);
    padding: 10px 80px;
    float: left;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.franchise .nw-readmore a{
    color: var(--white);
}

.feature {}

.feature-box {
    /*box-shadow: 1px 4px 20px 1px rgb(0 0 0 / 5%);*/
    border-radius: 2px;
    padding: 25px;
    position: relative;
}

.info-box .feature-box {
    border-style: solid;
    border-color: var(--primary);
    border-width: 1px;
}

.feature-header {
    font-size: 18px;
    direction: ltr;
}

.feature-header span {
    color: var(--primary);
}

.info2 {
    padding: 40px 0;
    margin: 40px 0;
}

.info2 .row {
    box-shadow: 1px 4px 20px 1px rgb(0 0 0 / 5%);

}

.icon-box-wrapper {
    text-align: center;

}

.icon-box-icon {

    border-radius: 50%;
    width: 124px;
    height: 124px;
    margin: 0 auto;
    font-size: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-box-content {
    padding-top: 20px;
}



.main-wrapper {
    margin-left: var(--sidebar-width);
    background: #fff;
}

.main-wrapper .container {
    max-width: var(--content-max-width);
}

.page-title {
    position: sticky;
    top: 0;
    z-index: 9999;
    transition: all .2s;
}

.sticky {
    padding: 1em 0 !important;
}

.page-title .heading {
    font-size: 2rem;
    font-weight: bold;
    color: white;
}


.gradient {
    background: rgb(43, 43, 43);
    background: linear-gradient(151deg, var(--orange) 0%, var(--pink) 35%, var(--primary) 100%) !important;
}

.brands {
    background-color: var(--primary);
    height: auto;
    padding: 50px;
    margin: 50px 0;
}

.brand-box {
    background-color: #f6f6f6;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    padding: 20px;
    height: 135px;
}
.brandswiperinside{

    height: 600px;
}
.brandswiperinside .swiper-slide{
    height: calc((100% - 10px) / 2); 
}
.brandswiperinside img{
    width: 100%;
}

/*
####################################################
C O N T E N T  S E C T I O N
####################################################
*/

.nw-title h1 {
    color: var(--header-title);
    text-align: center;
    font-size: 30px;
    z-index: 2;
    position: relative;
    width: fit-content;
    margin: 0 auto 30px;


}

.nw-title h1::before {
    content: '';
    background: #C7A17A;
    opacity: 0.5;
    height: 5px;
    width: 100%;
    position: absolute;
    margin-top: 40px;
    z-index: -5;
  }

.nw-title:after {
    background: red;
    text-align: center;
    font-size: 30px;
    position: absolute;
}

.content {
    background: #fff;
}

.content-wrap {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
}

.content-wrap-page {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
}

.content-wrap-page p {
    font-size: 15px;
    line-height: 33px;
}

.content-style {
    line-height: 2.1;
}

.content-body {
    padding: 5px;
}

.content-title {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: bold;
    margin: 20px;
    text-align: center;
}

.content-title:before {
    content: '';
    background: #FECF5B;
    height: 20px;
    width: 3px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}

.content .post .title {
    font-size: 1.275rem
}

.content .post .title a {
    color: var(--gray-dark)
}

.content .post .title a:hover {
    color: var(--gray-dark)
}

.content-wrap p {
    font-size: 15px;
    line-height: 33px;
}

.content .post .post-thumb {
    max-width: 160px;
    border-radius: 2px
}

.content .post .intro {
    font-size: 0.875rem
}

.content .post .more-link {
    font-size: var(--font-small);
}

.meta,
.meta a {
    color: #8f8f8f !important;
    font-size: var(--font-small);
    margin: 10px auto;
    /* width: 100%; */
}

.meta span {
    display: inline-block;
    margin-right: .25em;
}

.meta span a {
    color: #8f8f8f
}

.meta span.tag {
    background-color: var(--lightgray);
    padding: 0 .5em;
    border-radius: 5px;
}

.meta span a:hover {
    color: var(--secondary)
}



.meta span:last-child:after {
    display: none
}

.blog-nav .nav-link {
    background: var(--primary);
    color: #fff;
    font-size: 1rem;
    padding: 1rem;
    font-weight: bold;
    position: relative
}

.blog-nav .nav-link:hover {
    background: var(--secondary);
}

.blog-nav .nav-link-prev {
    border-right: 1px solid var(--secondary);
}

.blog-nav .arrow-prev {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
    color: #fff
}

.blog-nav .arrow-next {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    color: #fff
}

.content .title {
    font-weight: bold;
    font-size: 2rem
}

.wp-block-group h2 {

    font-size: 14px;

}

.wp-block-group {
    box-sizing: border-box;
    font-size: 12px;
    line-height: 25px;
}

.content .content-body h1 {
    font-size: 1.125rem
}

.content .content-body h2 {
    font-size: 1rem
}

.content .content-body h3 {
    font-size: 1rem
}

.content .content-body h4 {
    font-size: 1rem
}

.content .content-body h5 {
    font-size: 1rem
}

.content .content-body h6 {
    font-size: 1rem
}

.content .image-caption {
    color: #8f8f8f;
    font-size: 0.875rem
}

.content .image-caption a {
    color: #8f8f8f;
    text-decoration: underline
}

.content .image-caption a:hover {
    color: var(--secondary)
}

.content .blockquote {
    font-family: Georgia, "Times New Roman", Times, serif;
    border-left: 2px solid var(--gray-dark);
    font-size: 1.5rem
}

.content .blockquote p {
    font-size: 1.5rem
}

@media (prefers-reduced-motion: reduce) {
    .social-list a {
        transition: none
    }

    .btn {
        transition: none
    }
}

@media (min-width: 768px) {}

@media (max-width: 991.98px) {
    .page-title {
        position: static;
    }

    .header {
        position: sticky;
        width: inherit;
        height: auto
    }

    .header .site-title {
        width: 100%;
        position: absolute;
        left: 0;
        top: 1.2rem;
        color: var(--white);
        font-size: 1.5em;
        display: block;
    }

    .header .btn-primary {
        width: 100%
    }

    .header .navbar {
        padding: 1rem
    }

    .main-wrapper {
        margin-left: 0
    }
}

@media (max-width: 767.98px) {}



/* -------------------------------------------------------------------------- */
/*  12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
    margin-top: 3rem;
}

.comment-reply-title {
    margin: 0 0 4rem 0;
    text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
    padding-top: 3.5rem;
}

div.comment:first-of-type {
    margin-top: 3.5rem;
    padding-top: 0;
}

.comments .comments-header+div {
    margin-top: 0;
    padding-top: 0;
}

.comment-body {
    position: relative;
}

.comment .comment {
    padding-left: 5%;
}

.comment-meta {
    line-height: 1.1;
    margin-bottom: 0;
    min-height: 5rem;
    padding-left: 5rem;
    position: relative;
}

.hide-avatars .comment-meta {
    min-height: 0;
    padding-left: 0;
}

.comment-meta a {
    color: inherit;
}

.comment-author {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.027777778em;
}

.comment-author a {
    text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
    text-decoration: none;
}

.comment-meta .avatar {
    height: 4rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 4rem;
}

.comment-author .url {
    text-decoration: underline;
}

.comment-metadata {
    color: var(--gray);
    font-size: var(--font-small);
    font-weight: 500;
    margin-top: 0.6rem;
}

.comment-metadata a {
    text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
    text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 100%;
    background-color: var(--lightgray);
    padding: .5em;
}

.comment-content.entry-content .alignleft {

    /*rtl:ignore*/
    margin-left: 0;
}

.comment-content.entry-content .alignright {

    /*rtl:ignore*/
    margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: var(--font-small);
    font-weight: 600;
    justify-content: flex-start;
    letter-spacing: 0.030833333em;
    line-height: 1;
    margin: 1.5rem 0 -1rem -1.5rem;
    text-transform: uppercase;
}

.comment-footer-meta>* {
    margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
    background-color: var(--primary);
    border-radius: 2px;
    color: #fff;
    display: block;
    padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
    display: block;
}

.comment-footer-meta a {
    text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
    text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
    padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 6rem;
    text-align: center;
}

.comments-pagination.only-next {
    justify-content: flex-end;
}

.comments-pagination .page-numbers {
    display: none;
    text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
    text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
    display: block;
}

.comments-pagination .prev {
    left: 0;
}

.comments-pagination .next {
    right: 0;
    text-align: right;
}


/* Comment Respond ---------------------------- */
.comment-respond textarea {
    min-height: 220px;
}

.comment-form-author,
.comment-form-email {
    display: inline-block;
    width: 48%;
}

.comment-form-cookies-consent {
    display: none !important;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
    padding: 15px;
    color: #777;
    border-radius: 50px;
    border: 1px solid #f6f6f8 !important;
    display: flex;
    background: #f6f6f8;
    width: 100%;
    height: 45px;
    transition: all 0.5s;
}

.comment-respond::after {
    clear: both;
    content: "";
    display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
    color: #6d6d6d;
    font-size: 1rem;
    line-height: 1.4;
    margin: -3rem 0 4rem 0;
    text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
    color: inherit;
    text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
    text-decoration: underline;
}

.comment-respond p {
    line-height: 1.1;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.comment-respond p:not(.comment-notes) {
    max-width: 58rem;
}

.comment-form-cookies-consent {
    align-items: baseline;
    display: flex;
}

.comment-respond>p:last-of-type {
    margin-bottom: 0;
}

.comment-respond label {
    display: block;
}

.comment-respond input[type="checkbox"]+label {
    font-size: 1.5rem;
    line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
    margin-bottom: 0;
}

.comment-respond textarea {
    height: 15rem;
    width: 100%;
}

.comment-respond #submit {
    display: block;
    background: #2370C8;
    border-radius: 25px;
    font-size: 12px;
    width: 150px;
    border: none;
    font-weight: 100;
    color: white;
}

.comment-respond .comments-closed {
    text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
    padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
    text-align: left;
}

.comment-reply-title small {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.0277em;
    margin: 0.5rem 0 0 0;
    white-space: nowrap;
}

.comment-reply-title small a {
    text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
    text-decoration: underline;
}



blockquote {
    position: relative;
    width: 76%;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #E4E8EB;
    padding: 48px 18px 18px 18px;
    margin: 50px auto 60px auto;
    font-family: var(--main_font);
}

blockquote:before {
    /* content: ''; */
    /* position: absolute; */
    /* width: 48px; */
    /* height: 48px; */
    /* top: -25px; */
    /* left: -webkit-calc(50% - 24px); */
    left: -moz-calc(50% - 24px);
    /* left: calc(50% - 24px); */
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    /* border-radius: 50%; */
    /* background: #fff url(https://yekmodir.com/wp-content/uploads/2021/07/roundbadge.png) no-repeat; */
    /* -webkit-background-size: 30px 30px; */
    -moz-background-size: 30px;
    -o-background-size: 30px;
    /* background-size: 30px; */
    /* background-position: center; */
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    /* border: 1px solid #E4E8EB; */
    /* image-rendering: -webkit-optimize-contrast; */
    image-rendering: crisp-edges;
    z-index: 2;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    content: '';
    position: absolute;
    top: -31px;
    right: 10px;
    width: 30px;
    height: 60px;
    background-color: red;
    border-radius: 50px 0;
    background-image: linear-gradient( 140deg, hsl(356deg 97% 46%) 0%, hsl(356deg 97% 45%) 9%, hsl(356deg 97% 43%) 18%, hsl(356deg 98% 42%) 27%, hsl(356deg 98% 40%) 36%, hsl(356deg 99% 39%) 45%, hsl(356deg 99% 37%) 55%, hsl(356deg 99% 36%) 64%, hsl(356deg 99% 34%) 73%, hsl(356deg 100% 33%) 82%, hsl(356deg 100% 31%) 91%, hsl(356deg 100% 30%) 100% );
    /* box-shadow: 0px 0px 20px 0px #e90412; */
    box-shadow: 0px 0px 75px -10px #e90412;
}

blockquote:hover:before {
    -webkit-transform: rotate(32deg);
    -moz-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    -o-transform: rotate(32deg);
    transform: rotate(32deg);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*blockquote.p2:before{*/
/*    transform: rotate(37deg);*/
/*    filter: grayscale(0);*/
/*    opacity: 0;*/
/*}*/
blockquote:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: 1;
    left: -webkit-calc(50% - 40px);
    left: -moz-calc(50% - 40px);
    /* left: calc(10% - 40px); */
    background: var(--primary);
    top: -2px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    /* height: 90%; */
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0.5px;
}

blockquote:hover:after {
    /* width: 120px; */
    opacity: 1;
    left: -webkit-calc(50% - 60px);
    left: -moz-calc(50% - 60px);
    left: calc(50% - 60px);
    /* height: 90%; */
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 0px;
}

blockquote>p:first-child:after {
    content: '';
    position: absolute;
    height: 2px;
    /* width: 50%; */
    /* left: -webkit-calc(50%); */
    left: -moz-calc(50% - 60px);
    /* left: calc(50% ); */
    background: #c8c8c8;
    top: -0.5px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    /* height: 90%; */
    width: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* top: 50%; */
}

blockquote>p:first-child:hover:after {
    opacity: 0;
}

blockquote em {
    position: absolute;
    right: 30px;
    bottom: -38px;
    color: #a1abb3;
    font-size: 12px;
    font-style: normal;
}

blockquote em:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 1px;
    background: #bc8971;
    top: 10px;
    right: -22px;
}


.content-view p {
    text-align: justify;
    font-size: 15px;
    line-height: 32px;
    margin: 0 0 10px;
    background: url();
}


/*
####################################################



Page
####################################################
*/

.icon-box {
    display:flex;
    align-items: center;
    gap: 10px;
  }
  .icon-box-head {
    background: var(--secondary);
    padding: 10px;
    border-radius: 8px;
  }
  .icon-box-body {
  }
  .before-footer .icon-box-head {
    background: var(--secondary);
    padding: 10px;
    border-radius: 8px;
    border:solid 1px var(--primary);
  }
 .before-footer .icon-box-title {
    color:#000;
    font-size: 18px;
    font-family: var(--font-family);
  }
 .before-footer .icon-box-body {
    color:var(--primary);
    font-family: var(--font-family-title-fat);
     font-size: 20px;
  }
  .icon-box-title {
    color:#000;

    
  }
  .icon-box-body {
    color:var(--primary);
;
  }

  .contact-box {
    background: white;
    color: white;
    padding: 24px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.contact-box-title {
    margin: 20px 0 20px 0;
}

.contact-box h6 {
    color: white;
}

.contact-box-info h4 {
    color: var(--title);
    font-size: 18px;
    line-height: 28px;
}

.contact-box-info p {}

.text-justify {
    text-align: justify;
}


/*
####################################################
Services Page
####################################################
*/



.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.equal-height {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px 0;
    padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
    background: #00a01d none repeat scroll 0 0;
    border-color: #00a01d;
}

.we-offer-area .item {
    background: #ffffff none repeat scroll 0 0;
    border-left: 2px solid #00a01d;
    -moz-box-shadow: 0 0 10px #cccccc;
    -webkit-box-shadow: 0 0 10px #cccccc;
    -o-box-shadow: 0 0 10px #cccccc;
    box-shadow: 0 0 10px #cccccc;
    overflow: hidden;
    /* align-self: stretch; */
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-area.text-center .item {
    background: #ffffff none repeat scroll 0 0;
    border: medium none;
    padding: 67px 40px 64px;
    align-self: stretch;
}

.we-offer-area.text-center .item i {
    background: var(--foot-before) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    position: relative;
    text-align: center;
    width: 80px;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
    border: 2px solid var(--foot-before);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 90px;
    left: -5px;
    position: absolute;
    top: -5px;
    width: 90px;
    z-index: -1;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
    border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
    margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {

    font-size: 50px;
    font-weight: 900;
    opacity: 0.1;
    position: absolute;
    right: 30px;
    top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
    background: var(--foot-before) none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
    color: #ffffff;
}

.we-offer-area .item i {
    color: var(--foot-before);
    display: inline-block;
    font-size: 60px;
    margin-bottom: 20px;
}

.we-offer-area .item h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}

.we-offer-area .item p {
    margin: 0;
    font-size: 14px;
    text-align: justify;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
    background: var(--foot-before) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 100%;
    z-index: -1;
}

.we-offer-area .item:hover::after {
    left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
    color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i::after {
    border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
    background-color: #ffffff !important;
    color: var(--foot-before) !important;
}

.we-offer-area.text-left .item i {
    background: var(--foot-before) none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 60px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    position: relative;
    width: 100px;
    z-index: 1;
    text-align: center;
}

.we-offer-area.text-left .item i::after {
    border: 2px solid var(--foot-before);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 120px;
    left: -10px;
    position: absolute;
    top: -10px;
    width: 120px;
}




/*
####################################################
Woocommerce Page
####################################################
*/

.woofc-area {
    font-family: 'IRANSansWebFaNum';
}

.woofc-area a,
.woofc-area input,
.woofc-area p {
    font-family: 'IRANSansWebFaNum';
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    border-radius: 20px;
    background: var(--primary);
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: right;
    margin: 0;
    padding: 0px 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0;
    border-radius: 30 px;
}

.product_meta {
    background: #efefef;
    padding: 5px 15px;
    border-radius: 25px;
}

.tagged_as {
    float: left;
}

.product {

    font-size: 13px;
    line-height: 30px
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    right: 0;
    border-bottom: none;
    z-index: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;

}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: #efefef;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 25px;
    margin: 0px 10px;
    padding: 0 1em;
}




table.shop_table {
    border-collapse: collapse;
    border: 1px solid #eee;
    border-bottom: 2px solid var(--primary);
    width: 100%;
    background: #fff;
}


/*table tr:hover {
    background: #f4f4f4;
}
table tr:hover td {
    color: #555;
}*/
table.shop_table th,
table.shop_table td {
    color: #222;
    border: 1px solid #eee;
    padding: 15px !important;
    border-collapse: collapse;
    vertical-align: middle;
    text-align: center;
}

table.shop_table th {
    background: var(--primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: var(--primary);
}



/*
/*####################################################
/* P R O D U C T  C A R D
/*####################################################
*/

section.product-box {
 
    margin: 20rem 0 0 0;
    height: 400px;
}
.product-box .container {
     margin-bottom: 37px;
     position: relative;
     top: -300px;
}

.product-box .swiper {
     margin-top: 50px;
  
    
}
.productswiper{
    padding: 20px !important;
}
.nishaweb-product {
    background: white;
    padding: 15px;
    border-radius: 5px;
    margin-top: 24px;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.nishaweb-product__head {}

.nishaweb-product__body {}

.nishaweb-product__head img{
    display: block;
    margin: 0 auto;
}


.nishaweb-product__body__title {
    color:var(--primary-paragraph);
    text-align:center;
    margin:30px 0;
}

.nishaweb-product__body__text {}

.nishaweb-product__body__text p{
    color:var(--primary-text);
    font-size:14px;
    line-height:29px;
}

.nishaweb-product__body__meta {
    display: flex;
}

.nishaweb-product__body__readmore {
    display: flex;
    align-items: center;
    justify-content: space-around;
}


.new-product {
    background: var(--primary);

    padding: 20px 0px;
}

.nishaweb-product-card-title {
    text-align: center;
    margin: 10px;
    font-size: 14px;
}

.nishaweb-product-card-title a {
    color: var(--primary);
}

.nw-product-card-meta-list {
    display: flex;
    list-style: none;
    justify-content: space-between;
    font-size: 14px;
}

.nw-product-card-meta-list2 {

    list-style: none;
    font-size: 14px;
}

.nishaweb-add-btn {
    background: #E9EDF4;
    border: none;
    width: 30px;
    margin-left: 5px;
    height: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.nishaweb-add-btn img {
    width: 100%;
}

.nishaweb-product-card {
    border-radius: 20px;
    height: inherit;
    padding: 20px;
}

.nishaweb-product-card img {
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
    height: auto;

}

.woocommerce .star-rating {
    float: inherit;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}


/*
####################################################
B R A N D
####################################################
*/

.nishaweb-brand {}

.nishaweb-brand__head {}

.nishaweb-brand__head img {
    width: 100%;
    margin:0 auto;
    /* filter: grayscale(1); */
    display: block;
    border-radius: 14%;
    border: solid 17px white;
    /* -webkit-filter: grayscale(100%); */ /* Safari 6.0 - 9.0 */
    /* filter: grayscale(100%); */
    position: relative;
    /* top: 35px; */
}

.nishaweb-brand__body {
    /* text-align: center; */
    /* background: rgb(255,255,255); */
    /* background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(248,249,251,1) 100%); */
    /* border-radius: 24px 24px 0 0; */
    /* padding: 50px 50px 19px 50px; */
}

.nishaweb-brand__body__title {}
.nishaweb-brand__body__title h5{
    font-family:var(--font-family-title-fat);
    color: var(--primary-paraghraph);
}
.nishaweb-brand__body__title h5 a{
    color: var(--primary-paragraph);
}

.nishaweb-brand__body__text {}
.nishaweb-brand__body__text p {
    color:var(--primary-text);
    
}



/*
####################################################
B L O G
####################################################
*/

.nishaweb-blog {
    display: flex;
    background: #FFF7EE;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 1px 1px 15px 0px rgba(0, 0, 0, 0.10);
    height: 495px;


}
.nishaweb-blog:hover {
    display: flex;
    background: #fff;
    flex-direction: column;
    border-radius: 16px;
    /* height: 215px; */
}

.nishaweb-blog__head {
    /* width: 35%; */
    padding: 16px;
    position: relative;
}
.nishaweb-blog__head img{
    /* height:180px; */
    /* object-fit:cover; */
    width: 100%;
    border-radius: 5px;
}
.nishaweb-blog__body {
    /* width: 70%; */
    padding: 15px;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-around; */
}
.nishaweb-blog__body__title h5{
    /* font-family: var(--font-family-title-fat); */
    font-size: 18px;
}

.nishaweb-blog__body__text p{
 color: #000;
 font-size: 14px;
 line-height: 28px;
 /* text-align: justify; */
}
.nishaweb-blog__body__meta {
    display: flex;
}

.nishaweb-blog__body__meta__comment {
    background: var(--primary);
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    margin-right: -40px;
    position: absolute;
    top: 25px;
    left: 16px;
}

.nishaweb-blog__body__meta__date {
    background: #FFDFBE;
    color: #000;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    /* font-weight: bold; */
    position: absolute;
    top: 25px;
    right: 25px;
}

.nishaweb-blog__body__meta__date img, .nishaweb-blog__body__meta__comment img{
  width:24px;
}

.blog-box {   
    /* margin: 3rem 0; */
    margin-top: 100px;
    }
    .franchise{
        margin-top: 50px;
    }

.blog-box .nw-readmore {
    color: var(--primary-paragraph);
    font-size: 14px;
    background: #f8f9fb;
    padding: 10px 30px;
    border-radius: 125px 0 0 0px;
    float: left;
}
.product-box .nw-readmore {
    /* color: var(--white); */
    font-size: 14px;
    background: var(--primary);
    padding: 10px 80px;
    /* border-radius: 125px 0 0 0px; */
    float: left;
    border-radius: 4px;
    display:flex;
    align-items:center;
    /* line-height: 14px; */
}
.product-box .nw-readmore a {
  color:white;
}
.product-box .nw-title :nth-child(1) {
    color:var(--header-btn-color);
    font-size:20px;
}

.product-box .nw-title :nth-child(3) {
    color: var(--primary);
    font-family:var(--font-family-title-fat);
    font-size:24px;
}

.product-box .nw-title :nth-child(4) {
    color: var(--primary);
    font-family:var(--font-family-title-fat);
    font-size:24px;
}

.blog-box .nw-title :nth-child(1) {
    color:var(--header-btn-color);
    font-size:20px;
}

.blog-box .nw-title :nth-child(3) {
    color: var(--primary);
    font-family:var(
    --font-family-title-fat);
    font-size:24px;
}

.blog-box .nw-title :nth-child(4) {
    color: var(--primary);
    font-family:var(--font-family-title-fat);
    font-size:24px;
}
.blog-box .titr-asli h5 {
   

}

.titr-asli h5 {
    font-size: 16px;

}

.titr-asli p {
    font-size: 12px;
}

.blogswiper {}





.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primary);
    opacity: 0.5;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: 0.5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    /*! margin: 20px 0; */
}

.nishaweb-blog:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}

.nishaweb-card-blog-inside:hover .overlay {
    bottom: 0;
    height: 100%;
    width: 100%;
}

.top-overlay {
    bottom: 100%;
    height: 0;
}

.nishaweb-blog:hover .top-overlay {
    bottom: 0;
}

.nishaweb-blog-inside:hover .top-overlay {
    bottom: 0;
}

.bottom-overlay {
    top: 100%;
}

.nishaweb-blog:hover .bottom-overlay {
    top: 0;
}

.nishaweb-blog-inside:hover .bottom-overlay {
    top: 0;
}


/**************************/

.nishaweb-card-blog {
    height: 435px;
    width: 100%;
    color: #333333;
    text-align: justify;
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 50px rgba(47, 100, 255, 0.1);
    margin: 30px 0;
    border-radius: 10px;
}

.nishaweb-card-blog-inside {
    width: 100%;
    color: #333333;
    text-align: justify;
    border-radius: 0;
    border: none;
    box-shadow: 0px 4px 50px rgba(47, 100, 255, 0.1);
    margin: 30px 0;
    border-radius: 10px;
}

.nishaweb-card-blog-inside a {
    color: #0C1A41;
    font-size: 14px;
}

.nishaweb-card-blog-inside p {
    color: #333333;
    font-size: 12px;
    line-height: 32px;
}

.nishaweb-card-blog a {

    color: #0C1A41;
    font-size: 14px;

}

.nishaweb-card-blog p {
    color: #333333;
    font-size: 12px;
    line-height: 32px;
}

.nishaweb-card-blog img {
    height: auto;
    border-radius: 10px 10px 0 0;
}

.nishaweb-card-blog .card-text {
    font-size: 12px;
    line-height: 27px;
}

.nishaweb-card-blog .card-title {
    font-size: 16px;
    line-height: 27px;
}

.btn-nw-readmore {
    float: left;

}

.btn-nw-readmore a {
    color: #000;
    font-size: 12px;
}

button:hover .button-text a {
    color: #fff;
}

.category-name {
    background: #ffffff;
    color: #353535;
    border-radius: 20px;
    padding: 9px 10px;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
}

.btn-nw-meta {
    background: var(--primary);
    color: #ffffff !important;
    border-radius: 20px 0;
    padding: 9px 10px;
    /* width: 110px; */
    position: absolute;
    /* text-align: left; */
    top: 10px;
    /*! left: 10px; */
    transition: 0.5s ease;
}

.btn-nw-meta a {
    color: #353535;
    font-size: 12px;
}

.btn-nw-meta-time {
    /*! background: var(--primary); */
    color: #353535;
    border-radius: 20px;
    padding: 9px 10px;
    position: absolute;
    /*! bottom: 245px; */
    left: 10px;
    transition: 0.5s ease;
    transition: ;
}

.btn-nw-meta-comment {
    /*! background: var(--primary); */
    color: #353535;
    border-radius: 20px;
    /*! padding: 9px 10px; */
    position: absolute;
    /*! bottom: 245px; */
    right: 10px;
    transition: all 3s;
}

.btn-nw-meta span {
    display: none;
}

.nishaweb-card-blog:hover .btn-nw-meta span {
    display: inline-block;
}



.nishaweb-slideshow {
    height: 400px;
}




/*
/*####################################################
/* C A T E G O R I E S  B O X
/*####################################################
*/

.cat-box {
    color: #3E4A5E;
    font-size: 11px;
    padding: 20px;
    height: 182px;
    border-radius: 20px;
    overflow: hidden;
}

.cat-box h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.cat-box ul li {
    line-height: 22px;

}




/****** swiper js *****/

.swiper {}

.swiper-slide {

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}






/*
####################################################
F O O T E R
####################################################
*/

footer.nw-footer {
    position: relative;
}

.float {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float svg {
    width: 25px;
    height: 25px;
}

.fwhatapp {
    background-color: #25d366;
    bottom: 50px;
}

.ftelegram {
    background-color: #3F8FEC;
    bottom: 110px;
}

.fcontact {
    background-color: #d32576;
    bottom: 170px;
}

.theme-bg-light {
    background: var(--theme-bg-light) !important
}

.theme-bg-dark {
    background: var(--theme-bg-dark) !important
}

.before-footer {
    height: 145px;
    background: var(--secondary);
    border-radius: 15px;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.item-features {
    font-size: 12px;
}

.item-features img {
    width: 64px;
}
.footer-top-icon {
    background-color: var(--primary);
    border-radius: 100px 0 0 0;
    background-image: url(../images/foot-back.png);
    background-blend-mode: multiply;
    /* box-shadow: 0px 0px 75px -10px #e90412; */
    height: 100%;
    width: 65px;
}
.footer-flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    position: relative;
}
.footer {
    color: var(--header-btn-color);
    padding-top: 40px;
    font-size: 12px;
    line-height: 26px;
    padding: 50px  0 0 0;
}
.footer__top__section {
    color: wheat;
    background: #242424;
    padding: 125px 0 0 0;
    margin-top: 100px;
    background: #242424 url('../images/coffee-bg1.webp') no-repeat bottom 20% left 10%
}

.footer__top {
    background-color: var(--primary);
    height: 125px;
    border-radius: 8px;
}
.footer_middle {}

.footer_bottom, .footer_bottom a {
    background:#202020;
    color:white;
    height:65px;
    line-height:65px;
}

.footer-menu-text ul {
    padding: 0 !important;
}

.footer-menu-text ul li {
    line-height: 40px;
    list-style-type: none;
    position:relative;
    /* color: white; */
}
.footer-menu-text ul li:before {
    content:'';
    width:8px;
    height:8px;
    background-color: var(--secondary);
    position:absolute;
    border-radius:10px;
    top:15px;
    right:0px;
}
.footer-contact ul li:before {
    display: none;
}
.footer-menu-text ul li:hover:before {
    content:'';
    width:8px;
    height:8px;
    background-color:#e90412;
    position:absolute;
    border-radius:10px;
    top:15px;
    right:0px;
}


.footer-menu-text ul li a {
    list-style-type: none;
    color: white;
    margin-right: 15px;
}

.footer a {
    color: var(--header-btn-color);
}
.footer a:hover {
    color: #e90412;
}

.footer-bottom {
    background: #3eab59;
    border-radius: 10px;
    align-items: center;
    margin-top: 30px;
    padding: 10px;

}

.footer-logo::after {
    content: "";
    background-color: var(--primary);
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: -1px;
    right: 5px;
}
.footer-about-title {
    display: flex;
    align-items: center;
}
.footer-title {
    font-size: 15px;
    color: var(--foot-title);
    font-weight: 400;
    margin-bottom: 20px;
}
.footer-title h5 {
    font-size: 20px;
    color: var(--secondary);
    font-family: var(--font-family-title-fat);
}
.footer-about-title span {
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.footer-phone {
    font-family: var(--font-family-title-fat);
    font-size: 1rem;
}
.footer-contact-text img {
    /*filter: invert(32%) sepia(93%) saturate(882%) hue-rotate(184deg) brightness(97%) contrast(91%);*/
}

.namad-container {
    display: flex;
    justify-content: center;

}

.namad-container img {
    width: 80px;
    /*filter: brightness(20.5);*/
}

.footer-box {
    display: flex;
    font-size: 16px;
    color: #fff;
}

.footer-box-header {
    align-self: center;
}

.footer-box-header span.phonenumber {
    font-size: 26px;
}

.footer-box-body img {
    width: 50px;
}

.social-box {
    display: flex;
    justify-content: center;
}

.social-item {
    background: var(--primary);
    border-radius: 5px;
    /* transform: rotate(45deg); */
    width: 40px;
    height: 40px;
    display: flex;
    margin-left: 5px;
    align-items: center;
    justify-content: center;
    transition: all 1s;
}

.social-item img {
    /* transform: rotate(-45deg); */
}

.social-item:hover {
    transform: scale(1.5);
}

.btn-primary{
    background: var(--secondary);
    font-size: 14px;
    font-weight: 400;
    
    border-radius: 25px;
    color: var(--header-btn-color);
    border: none;
  
}
.btn-primary:hover{
    background: var(--primary);
    font-size: 14px;
    font-weight: 400;
   
    border-radius: 25px;
    color: white;
    border: none;
   
}

.btn-text{
    font-size: 14px;
    width: 170px;
    border-radius: 25px;
    color: #fff;
    border: none;
    height: 50px;
}
.btn-text:hover{
    color: #fff;
}

.btnc-head {
    padding: 10px 20px;
}

.btnp {
    background: var(--primary);
    font-size: 14px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--white);
    border: none;
    height: 50px;
}

.btnt {
    background: #3F8FEC;
    font-size: 14px;
    font-weight: 400;
    border-radius: 25px;
    border: none;

}

.btnw {
    background: #1FC744;
    font-size: 14px;
    font-weight: 400;
    border-radius: 25px;
    border: none;
}

.newsletter-form {
    border-radius: 20px !important;
}

.submit-footer {
    border-radius: 20px !important;
    width: 130px;
    height: 36px;
    transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
    z-index: 100;
    background-color: var(--primary);
    color: #fff;
    font-size: .875rem;
    line-height: 1;
    position: absolute;
    left: 9px;
    top: 5px;
    border: none;
}

.copyright {
    /* margin-top: 20px; */
    font-size: 12px;
}

.copyright-line {
    /*! border-top: solid 1px #5b5f64; */
}

.box-part {
    background: #F0FFFF;
    padding: 60px 10px;
    margin: 30px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px
}

.box-part:hover {
    background: #000000
}

.box-part:hover .fa,
.box-part:hover .title,
.box-part:hover .text,
.box-part:hover a {
    color: #FFF;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.footer-animation1,
.footer-animation2,
.footer-animation3,
.footer-animation4 {
    position: relative;
}

.footer-animation1::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    /*! margin: 90px 0; */
    width: 75px;
    height: 75px;
    position: absolute;
    /*! left: 93px; */
    /*! top: 158px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;

}

.footer-animation1:hover::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    margin: 90px 0;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 93px;
    top: 24px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    animation: swing;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
    animation-delay: 0.5s;
    opacity: 1;
}

.footer-animation1::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    margin: -80px 0;
    width: 100px;
    height: 85px;
    position: absolute;
    left: 0;
    top: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;
    background-repeat: no-repeat;
}

.footer-animation1:hover::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 85px;
    ;
    position: absolute;
    left: 0px;
    top: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;

}

.footer-animation2::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    /*! margin: 90px 0; */
    width: 75px;
    height: 75px;
    position: absolute;
    /*! left: 93px; */
    /*! top: 158px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;

}

.footer-animation2:hover::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    margin: 90px 0;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 93px;
    top: 24px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    animation: swing;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
    animation-delay: 0.5s;
    opacity: 1;
}

.footer-animation2::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    margin: -80px 0;
    width: 100px;
    height: 85px;
    position: absolute;
    left: 85px;
    top: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;
    background-repeat: no-repeat;
}

.footer-animation2:hover::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    width: 100px;
    height: 85px;
    position: absolute;
    left: 85px;
    top: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    background-repeat: no-repeat;

}

.footer-animation3::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    /*! margin: 90px 0; */
    width: 75px;
    height: 75px;
    position: absolute;
    /*! left: 93px; */
    /*! top: 158px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;

}

.footer-animation3:hover::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    margin: 90px 0;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 93px;
    top: 24px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    animation: swing;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
    animation-delay: 0.5s;
    opacity: 1;
}

.footer-animation3::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    margin: -80px 0;
    width: 100px;
    height: 85px;
    position: absolute;
    left: 170px;
    top: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;

    background-repeat: no-repeat;
}

.footer-animation3:hover::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    width: 100px;
    height: 85px;
    position: absolute;
    left: 170px;
    top: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    background-repeat: no-repeat;

}

.footer-animation4::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    /*! margin: 90px 0; */
    width: 75px;
    height: 75px;
    position: absolute;
    /*! left: 93px; */
    /*! top: 158px; */
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;

}

.footer-animation4:hover::after {
    content: '';
    background: url(../images/flower.svg);
    background-position: center center;
    background-size: cover;
    margin: 90px 0;
    width: 75px;
    height: 75px;
    position: absolute;
    left: 93px;
    top: 24px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    animation: swing;
    /* referring directly to the animation's @keyframe declaration */
    animation-duration: 2s;
    /* don't forget to set a duration! */
    animation-delay: 0.5s;
    opacity: 1;
}

.footer-animation4::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    margin: -80px 0;
    width: 100px;
    height: 85px;
    position: absolute;
    left: 250px;
    top: 1px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    transition: all 700ms;

    background-repeat: no-repeat;
}

.footer-animation4:hover::before {
    content: '';
    background: url(../images/icon/footer-icon-back.svg);
    background-position: center center;
    background-size: contain;
    width: 100px;
    height: 85px;
    position: absolute;
    left: 250px;
    top: 10px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 0;
    background-repeat: no-repeat;

}



/*
####################################################
M E D I A  Q U E R I E S                           
####################################################
*/


    /* X-Small devices (portrait phones, less than 576px)*/
    @media (max-width: 575.98px) {

.nw-header {
    /*background: url('../images/slider2.svg') no-repeat bottom ;*/
    background: #efefef;
    height: auto;;
    background-size: cover;
}
        
.nw-header__inside__title h1:after {
    content: '';
    position: absolute;
    top: 18px;
    background-color: white;
    max-width: 100px;
    height: 10px;
    display: none;
    margin: 0px 2rem;
}
        .nw-header__top .logo {
            width: 33%;
            margin-top: 70px;
        }
        .swiper-rispansiv{
            margin-top: 100px;
        }
                .navbar-dark .navbar-toggler-icon {
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 1, 1, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
                    width: 30px;
                    height: 30px;
                }
                                nav.menu-nishaweb a {
                                    color: #fff;
                                    font-size: 15px;
                                    height: 40px;
                                    line-height:0;
                                    position: relative;
                                }
                .swiper-slide img{
                    /* width:100%;
                    height: 200px; */
                }
                .offer-box {
  background: var(--primary);
  margin-top: 80px;
  display: none;
}
.blog-box {
  /* margin: 3rem 0; */
  margin-top: 30px;
}
.before-footer {
  height: 200px;
  background: var(--secondary);
  border-radius: 15px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
     .before-footer .icon-box-head {
  background: var(--secondary);
  padding: 10px;
  border-radius: 8px;
  border: solid 1px var(--primary);
  width: 50px;
  height: 50px;
}   
.before-footer .icon-box-title {
  color: #000;
  font-size: 18px;
  font-family: var(--font-family);
  padding-top: 20px;
}
    .d-md-block {
        display:inline;
    }
    .clear{
        display: none;
    }
    .about__body_title::before {
  content: '';
  position: absolute;
  background: url(../images/pattern.png) no-repeat center;
  width: 100px;
  height: 165px;
  z-index: -5;
  right: -130px;
  top: -30px;
  display: none;
}
.about__body__text::before {
  content: '';
  position: absolute;
  background: url(../images/img-about-back1.webp) no-repeat center;
  width: 230px;
  height: 206px;
  z-index: -5;
  right: -180px;
  top: 149px;
  display: none;
}

element {
}
.nw-title h1 {
  color: var(--header-title);

  text-align: center;

  font-size: 30px;

  z-index: 2;

  position: relative;

  width: fit-content;

  margin: 0 auto 30px;

  padding-top: 80px;

}
    .footer-title h5 {
  font-size: 20px;
  color: var(--secondary);
  font-family: var(--font-family-title-fat);
  padding-top: 30px;
}
    .footer-menu{
        display: none;
    }
.before-footer .icon-box-body {
  color: var(--primary);
  font-family: var(--font-family-title-fat);
  font-size: 14px;
}     
.about__body_title span {
    color: var(--primary-paragraph);
    font-size: 22px;
    display: none;
}
.about__body_title-img{
    display: none;
}
.product-box .nw-readmore {
    color: var(--white);
    font-size: 14px;
    background: var(--primary);
    padding: 10px ;
    border-radius: 125px 0 0 0px;
    float: left;
    border-radius: 4px;
    display: flex;
    align-items: center;
    line-height: 12px;
    width: 100px;
    height: 40px;
}
.product-box .nw-readmore a {
    color: white;
    padding-top: 10px;
}
.about__img {
    position: relative;
    margin-top: 10px;
}
.about__body_title h5 {
    color: var(--primary);
    font-size: 25px;
    font-family: var(--font-family-title-fat);
}
.nw-header__inside__title h1 {
    margin: 50px;
}
        .nw-header__bottom2 {
    height: 150px;
    margin-top: 125px;
    background: url(../images/top-back.png) no-repeat center #ffe200;
    background-blend-mode: color-burn;
    width: 95%;
    display: flex;
    flex-direction:column;
    align-items: center;
    margin: 50px auto;
    border-radius: 50px;
    line-height: 0px;
}
.primary-title h3 {
    font-size: 18px;
    font-weight: 900;
    font-family: var(--font-family-title-fat);
    color: var(--primary);
    position: relative;
    z-index: 5;
    width: fit-content;

}
        
        .inside-info-head-text:before {
    content: '';
    position: absolute;
    background: url(../images/pattern.png) repeat-y center;
    width: 100px;
    height: 200px;
    right: 50px;
    top: 10px;
            display:none;
}
section.about {
  margin: 50px;
  margin: 1rem 0;
}        
.about__body {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
} 
  .hero-header-middle-text {
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 70%;
  margin-right: 15%;
}
.hero-header-middle-title h2 {
  font-size: 1rem;
  font-family: var(--font-family-title-fat);
  font-weight: 900;
  color: var( --white);
  position: relative;
  z-index: 5;
  width: fit-content;
}
.nw-header__bottom {

}
        
.footer-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    position: relative;
}

.service-box {
    display: block;
    border-radius: 35px;
    height: auto;
    padding: 25px;
    position: relative;
    text-align: center;
}
        .service-box2:before {
    content: '';
    position: absolute;
    background: url(../images/pattern.png) no-repeat center;
    width: 100px;
    height: 165px;
    z-index: -9999;
    left: -50px;
    top: -30px;
            display:none;
}

.service-box-text {
    padding: 0 0 0 0px;
}
        .primary-title h3 {
  font-size:2rem;
    font-weight: 900;
    font-family: var(--font-family-title-fat);
    color: var(--primary);
    position: relative;
    z-index: 5;
    width: fit-content;
    margin: 20px auto 30px;
}
        
        .search:focus {
            width: 230px;
            /* Bar width+1px */
            padding: 0 16px 0 0;
        }

        .footer-box span {
            font-size: 12px;
        }

        .footer-box-header span.phonenumber {
            font-size: 18px;
        }

        .footer-box-body img {
            width: 30px;
        }

        .namad-container img {
            width: 70px;

        }

        .social-item {
            width: 30px;
            height: 30px;

        }

        .social-box {
            margin-top: 15px;
            justify-content:space-evenly;
        }

        .social-item img {
            width: 20px;
        }

        .footer-box-header span:nth-child(4) {
            display: none;
        }

        .about-box-body h6 {}

        .about-box-body h4 {
            font-size: 1.2rem;
            margin: 10px 0;
            line-height: 35px;
        }

        .about-box-body p {
            color: var(--about-box-text);
            font-size: 13px;
            text-align: justify;
            line-height: 28px;
        }

        #wprmenu_bar .menu_title {
            font-size: 16px;
            font-weight: ;
        }
    }

    /* Small devices (landscape phones, less than 768px)*/

.nw-header__inside__title h1 {
    margin: 50px;
}

    @media (max-width: 767.98px) {
        .nw-header__slideshow__img {
  width: 75%;
}
      .hero-header-middle-text {
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 70%;
  margin-right: 15%;
}
     .hero-header-middle-title h2 {
font-size: 22px;
    font-family: var(--font-family-title-fat);
    font-weight: 900;
    color: var(--primary);
    position: relative;
    z-index: 5;
    width: fit-content;
    padding-top: 230px;
}
.slide-img{
    margin-top: 170px;
}
 .nw-header__bottom {

}
.primary-title h3 {
    font-size: 18px;
    font-weight: 900;
    font-family: var(--font-family-title-fat);
    color: var(--primary);
    position: relative;
    z-index: 5;
    width: fit-content;

}
    .services .primary-title h2 {
  margin-top: 15%;
}    
.service-box {
  display: block;
  border-radius: 35px;
  height: auto;
  padding: 25px;
  position: relative; 
    }
  }
    /* Medium devices (tablets, less than 992px)*/
   @media (max-width: 991.98px) {

        
.primary-title h3 {
  font-size:18px;
  font-weight: 900;
  font-family: var(--font-family-title-fat);
  color: var(--primary);
  position: relative;
  z-index: 5;
  width: fit-content;
  margin: 20px auto 30px;
}
        
.service-box {
    border-radius: 35px;
    height: auto;
    padding: 10px;
    position: relative;
    text-align: center;
}

.service-box-text {
    padding: 0 0 0 0px;
 }
.service-box-text p{
    font-size: 12px;
}

.primary-title h3 {
  font-size:18px;
  font-weight: 900;
  font-family: var(--font-family-title-fat);
  color: var(--primary);
  position: relative;
  z-index: 5;
  width: fit-content;

}
   .service-box-img::before {

}  
       
.service-box:hover .service-box-img::before {

}
        .search:focus {
            width: 230px;
            /* Bar width+1px */
            padding: 0 16px 0 0;
        }
    
        .footer-box span {
            font-size: 12px;
        }
    
        .footer-box-header span.phonenumber {
            font-size: 18px;
        }
    
        .footer-box-body img {
            width: 30px;
        }
    
        .namad-container img {
            width: 70px;
    
        }
    
        .social-item {
            width: 30px;
            height: 30px;
    
        }
    
        .social-box {
            margin-top: 15px;
        }
    
        .social-item img {
            width: 20px;
        }
    
        .footer-box-header span:nth-child(4) {
            display: none;
        }
    
        .hero-header-middle-btn {
            margin: 0 auto;
        }
    
        .about-box-body h6 {}
    
        .about-box-body h4 {
            font-size: 1.2rem;
            margin: 15px 0;
        }
    
    
    }

    /* Large devices (desktops, less than 1200px)*/
    @media (min-width: 1199.98px) {
        
 
        .service-box {
  /* display: flex; */
  /* border-radius: 35px; */
  /* height: 260px; */
  padding: 15px;
  /* box-shadow: 0px 10px 0px -3px #005321, 0px -5px 40px 0px rgb(190 190 190 / 10%); */
  /* position: relative; */
  /* z-index: 5; */
  background: white;
  /* background: url('../images/services-back.png') no-repeat; */
}
    }

    /* X-Large devices (large desktops, less than 1400px)*/
    @media (max-width: 1399.98px) {
        ...
    }

    /* XX-Large devices (larger desktops)*/
    /* No media query since the xxl breakpoint has no upper bound on its width*/




    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%281, 1, 1, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
      }