@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Marcellus&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=Inter:wght@100..900&display=swap');
/* font-family: 'Lato', sans-serif;
font-family: "Marcellus", serif; */

* {
    box-sizing: border-box;   font-family: "Inter", sans-serif;
}

body {
    font-size: 16px;
    line-height: 1.4;
   font-family: "Inter", sans-serif;
    font-weight: 400;
    margin: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
     font-family: "Inter", sans-serif;
}

ul,
li {
    margin: 0;
    padding: 0;
     font-family: "Inter", sans-serif;
}

li {
    list-style: none;
}
a{
     font-family: "Inter", sans-serif;
}
a:hover {
    text-decoration: none;
}

/****************** COMMON ***************************/
.project-header .navbar-toggler-icon {
    position: relative;
}

.project-header .navbar-toggler-icon::after {
    content: "\f0c9";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 27px;
        color: #110a49;
}
.navbar-light .navbar-toggler{
    border: 0;
}
.project-header .navbar-light .navbar-toggler-icon {
    background-image: none;
}

.padding-area {
    padding: 80px 0;
}

.project-header .navbar-brand img {
    max-width: 100%;
    height: 60px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
.sec-small-head {
     font-size: 18px;
     color: #000;
     font-weight: 600;
     margin-bottom: 15px;
     text-transform: uppercase;
     /* border: 1px solid #333; */
     display: inline-block;
     padding: 5px 0px;
}

.sec-head {
    font-size: 34px;
    text-transform: capitalize;
    color: #270301;
    /* font-family: "Marcellus", serif; */
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 41px;
    font-family: "Inter", sans-serif;
}

.sec-head-wrap {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
    text-align: center;
}

.pro-box .sec-btn{
    display: block !important;
    margin-top: 0;
}
.sec-btn {
    letter-spacing: 0;
    background: #270301;
    color: #fff;
    padding: 18px 58px;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: 500;
    margin-top: 0;
    position: relative;
    z-index: 9;
    overflow: hidden;
    isolation: isolate;
    transition: 0.5s all;
    border-radius: 10px;
    border: none;
}

.sec-btn:hover{
    background-color: #222;
    color: #fff;
}
input.sec-btn:hover {
    background-color: #222;
}
.sec-btn::before{
    position: absolute;
    content: "";
    -webkit-clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%);
    clip-path: polygon(91% 0, 100% 50%, 91% 100%, 0% 100%, 8% 50%, 0% 0%);
    left: -10%;
    right: -10%;
    top: -2px;
    bottom: -2px;
    width: 120%;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    background-color: #000;
    z-index: -1;
}


.sec-btn:hover::before{
    clip-path: polygon(-10px 0%,100% 0%,calc(100% + 10px) 50%,100% 100%,-10px 100%,0% 50%);
    left: -10%;
    right: -10%;
    top: -2px;
    bottom: -2px;
    width: 120%;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
}

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


.feature-item {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature-icon {
    width: 140px;
    height: 140px;
    line-height: 135px;
    margin: auto;
    background: #ffffff;
    box-shadow: 0 16px 32px 0 rgb(0 0 0 / 4%);
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
feature-icon img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.feature-content h3 {
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0 40px;
    font-size: 28px;
    font-weight: 700;
    color: #2a2d2c;
    min-height: 70px;
}
.feature-content p {
    padding: 0 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #6a6560;
}
.feature-item:hover .feature-icon {
    background: #232323;
}

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

.project-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    /* background: #ffffff; */
}
.project-header.active .bottom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  
    z-index: 9999;
    animation: fadeInDown .5s ease-in-out 0s 1 normal none running;
    border: 0;
 
}
.project-header.active .bottom-header .container{
    border: 0;
}
@keyframes fadeInDown {

    0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}
100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
}
}

.top-header {
    background: transparent;
    color: #fff;
    font-weight: 600;
}

.top-header-details {
     display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 0;
    /* border-right: 1px solid rgba(255, 255, 255, 0.8); */
}

.top-header-details h4,
.top-header-details a,
.top-header-details a span{
    font-size: 14px;
    color: #fff;
}
.top-header-details a:hover,
.top-header-details a span:hover{
    color: #fff;
}
.top-header-details h4 span {
    font-weight: 700;
    text-shadow: 0 2px #000000c4;
}
.top-header-details a i {
    margin-right: 12px;
    color: #ffffff;
}
.bottom-header .container.clss {
  background: #f3f3f3;
  /* border-bottom: 1px solid #592c1c; */
  border-radius: 12px;
  padding: 10px;
}

.container.clss {}
.about {
    background: #fcf1f0;
    padding: 60px 0 120px 0;
}

.bottom-header .navbar-nav li a {
    font-size: 14px;
    color: #000000 !important;
    font-weight: 500;
    padding: 0px 0px 0px 52px !important;
    /* text-transform: uppercase; */
    transition: all 0.5s ease;
    font-family: "Marcellus", serif;
    font-family: "Inter", sans-serif;
}

.bottom-header .navbar-nav li a:hover{
        color: #270301  !important;
        transition: all 0.5s ease;
}
.phone{
display: flex;
    align-items: center;
}
.phone a i{
    transform: rotate(324deg);
    font-size: 30px;
}
.phone a span{
        font-family: "Marcellus", Sans-serif;
    font-size: 22px;
    font-weight: 400;
    /* line-height: 1.25em; */
    letter-spacing: 3px;
    color: #592c1c;
}
.banner-sec{
     background-image: url(../images/banner1.png);
     background-position:center;
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     height: 700px;
     display: flex;
     align-items: center;
}
 
.banner-inner .sec-head{
      font-size: 20px;
      font-weight: 600;
      text-transform: capitalize;
      margin-bottom: 10px;
      color: #ffffff;
}
.banner-inner h1.sec-head {
    /* text-indent: 60px; */
    /* margin-top: -5px; */
    margin-bottom: 20px;
    color: #270301;
    text-align: left;
    padding: 0px;
    /* margin-left: -60px; */
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Inter ", sans-serif;
    background: #ffffff;
    display: inline-block;
    width: auto;
    display: inline-block;
    padding: 5px 9px;
    font-size: 15px !important;
    line-height: normal;
    margin-top: 10px;
}
h2.sec-second {
    display: block;
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 56px;
    line-height: 1.1;
    text-transform: uppercase;
}

.banner-inner p{
     color: #ffffff;
     /* font-family: 'IBM Plex Sans', sans-serif; */
     /* letter-spacing: 0px; */
     font-family: "Marcellus", serif;
     /* text-indent: 50px; */
     padding: 20px 0px 33px 0px;
     display: block;
     font-size: 15px;
     width: 100%;
     display: flex;
}

.banner-shape1{
        position: absolute;
    top: 80px;
    right: 130px;
     -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.banner-shape2{
    position: absolute;
    top: 300px;
    left: -66px;
       -webkit-animation: mover 2s infinite  alternate;
    animation: mover 2s infinite  alternate;
}
.banner-shape3{
        position: absolute;
        right: 76px;
    bottom: 116px;
    z-index: 9;
       -webkit-animation: mover 3s infinite  alternate;
    animation: mover 3s infinite  alternate;
}
.banner-shape4{
    position: absolute;
  top: 64px;
    right: -35px;
       -webkit-animation: mover 3.5s infinite  alternate;
    animation: mover 3.5s infinite  alternate;
}
.banner-bottom-img{
    position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 3;
    -webkit-animation: mover2 3s infinite  alternate;
    animation: mover2 3s infinite  alternate;
}
@-webkit-keyframes mover2 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-70px); }
}
@keyframes mover2 {
    0% { transform: translateX(0); }
    100% { transform: translateX(-70px); }
}
.features-section{
    /* background-image: url(../images/feature-banner.jpg); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    /* background-attachment: fixed; */
}
.bg-lite {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
}
.features-section .sec-head-txt{
        font-size: 18px;
    color: #fff;
}
.bg-lite {
  position: absolute;
  border-radius: 50%;
  color: transparent;
  transform-origin: center;
}
.bg-lite:nth-child(4) {
  width: 296px;
  height: 296px;
  -webkit-animation: ripple4 5s infinite ease-in-out;
          animation: ripple4 5s infinite ease-in-out;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
}
.bg-lite:nth-child(3) {
  width: 380px;
  height: 380px;
  -webkit-animation: ripple3 5s infinite ease-in-out;
          animation: ripple3 5s infinite ease-in-out;
  -webkit-animation-delay: 550ms;
          animation-delay: 550ms;
}
.bg-lite:nth-child(2) {
  width: 464px;
  height: 464px;
  -webkit-animation: ripple2 5s infinite ease-in-out;
          animation: ripple2 5s infinite ease-in-out;
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}
.bg-lite:nth-child(1) {
  width: 548px;
  height: 548px;
  -webkit-animation: ripple1 5s infinite ease-in-out;
          animation: ripple1 5s infinite ease-in-out;
  -webkit-animation-delay: 850ms;
          animation-delay: 850ms;
}

#three {
  background-color: #b3890e;
  opacity: 0.4;
}

#four {
  background-color: #b3890e;
  opacity: 0.3;
}

#five {
  background-color: #b3890e;
  opacity: 0.2;
}

#six {
  background-color: #b3890e;
  opacity: 0.1;
}

@-webkit-keyframes ripple4 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.7);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes ripple4 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(0.7);
  }
  75% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ripple3 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.175);
  }
  50% {
    transform: scale(0.75);
  }
  75% {
    transform: scale(1.175);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple3 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.175);
  }
  50% {
    transform: scale(0.75);
  }
  75% {
    transform: scale(1.175);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ripple2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.15);
  }
  50% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes ripple1 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.125);
  }
  50% {
    transform: scale(0.85);
  }
  75% {
    transform: scale(1.125);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes ripple1 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.125);
  }
  50% {
    transform: scale(0.85);
  }
  75% {
    transform: scale(1.125);
  }
  100% {
    transform: scale(1);
  }
}
.feature{
     background: #b3890e; /* Old browsers */
background: -moz-linear-gradient(top, #b3890e 0%, #b3890e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #b3890e 0%,#b3890e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #b3890e 0%,#b3890e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    padding: 30px 0;
}
.feature-box h4{
        font-size: 20px;
    align-items: center;
    display: flex;
    color: #fff;
    text-transform: capitalize;
}
.feature-box h4 span{
    background: #fff;
    padding: 9px;
    border-radius: 50%;
    margin-right: 10px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.feature-box h4 span i{
        color: #b3890e;
        font-size: 25px;
}
.about-img {
    height: 340px;
    margin-bottom: 40px;
}
.about-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-img{
     /* height: 500px;
  width: 500px; */
  /* border-radius: 50%; */
  /* background-color: #b3890e; */
}
/* .about-img::before,
.about-img::after{
      content: '';
  display: block;
  border: 1px solid #b3890e;
  border-radius: 50%;
z-index: -1;
} */
/* .about-img::before {
     animation: ripple 2s linear infinite;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 10%;
    left: 25%;
} */

/* .about-img::after {
     animation: ripple 2s linear infinite;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 2%;
    left: 16%;
    border: 2px solid #b3890e;
} */

@keyframes ripple{
  0% { transform: scale(1); }
  50% { transform: scale(1.3); opacity:1; }
  100% { transform: scale(1.6); opacity:0; }
}

.about-content p{
    font-size: 17px;
    color: #333;
    line-height: 2;
    margin: 10px 0;
}

.about-info{
  padding: 30px 30px;
}
.about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-img-inner{
        position: relative;
        /* bottom: 0; */
        /* height: 500px; */
        right: 0;
        top: -60px;
}
.about-info p{
        font-size: 18px;
    color: #666666;
    line-height: 1.6;
}

.about-content{
    padding-bottom: 45px;
    padding-left: 30px;
}
/* .about-info .sec-head{
        font-size: 35px;
} */
.about-info .sec-small-head{
        font-size: 16px;
}

.benefit-box{
     padding: 0;
    text-align: center;
    margin-bottom: 30px;
    transition: all ease .4s;
    background-color: rgb(0 0 0);
    margin-top: 30px;
}
.benefit-content h3{
font-size: 22px;
    color: #211e1c;
    padding: 25px 0 6px;
    font-family: 'Prata', serif;
}
.benefit-content p{
         font-size: 17px;
    color: #8b8989;
    line-height: 1.6;
    height: 155px;
}
.benefit-box:hover{
    background-color: #ee2a7b;
}
.benefit-box:hover p,
.benefit-box:hover h3{
    color: #000;
}
.benefit-img{
    width: 100%;
    height: 280px;
}
.benefit-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.benefit .row .col-lg-4.col-sm-6:nth-child(even) .benefit-box{
     background-color: #ee2a7b;
     /* color: #000; */
}
.benefit .row .col-lg-4.col-sm-6:nth-child(even) .benefit-box h3,
.benefit .row .col-lg-4.col-sm-6:nth-child(even) .benefit-box p{
    color: #000;
}
.sec-head-divider{
        width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
    /* background-color: #b3890e; */
    border-radius: 50%;
    position: relative;
}
/* .sec-head-divider::after{
      content: "";
    position: absolute;
    left: -68px;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    width: 200px;
    z-index: 1;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #b3890e 50%, rgba(255, 255, 255, 0) 100%);
} */
.sec-head-divider img{
    position: relative;
    top: 13px;
    z-index: 9;
    width: 45px;
}






























.banner-top{
    display: flex;
    align-items: center;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    background-position: top;
    height: 850px;
    width: 100%;
    z-index: 1;
    /* background-attachment: fixed; */
}

.services-c .sec1-shopnow 
{
  z-index: 3;
}

.services-c{
    
    margin: 0 0;
    position: relative;

}
/* 
.service-content{
    position: relative;
    text-align: left;
} */
/* .service-content p{
	text-align: left;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 1.8;
	margin-bottom: 5%;
} */
/* .service-content h4 {
    color: #fff;
    
    font-size: 30px;
} */
/*.service-content::after{
    position: absolute;
    content: '';
        right: -57px;
    top: 22px;
    height: 78px;
    width: 8px;
    background: #f5a440;
    left: auto;



}*/
.t-2{
       position: relative;
    margin-top: 10%;
}
.t-2::after{
position: absolute;
    content: '';
    left: -25px;
    top: 8px;
    height: 78px;
    width: 8px;
    background: #f5a440;
    right: auto;



}
.text-2 h2{
    
}
.services-c .service-icon{
    color: #222;
    font-size: 50px;
    margin: 0 auto 30px;
}

.services-c h2.title {
font-size: 55px;
    font-weight: 600;
    margin: 20px 0 20px;
    position: relative;
    z-index: 0;
    
    text-align: left;
    background: linear-gradient(to top, #fff 0%, #b3890e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.services-c h3{
    position: relative;
}
.theme-title h2 {
    
    font-size: 50px;
    color: #b3890e;
    font-weight: 600;
}
.theme-title h4{
        font-weight: 400;
        font-size: 22px;
        text-transform: capitalize;
        letter-spacing: 5px;
        color: #7a0446;
        
}
.title-line{
        position: relative;
    display: block;
    padding: 0 7px;
}
.line-1{
        display: inline-block;
    width: 100px;
    height: 1px;
    background: #373536;
}

.product-infos{
    position: relative;
    overflow: hidden;
}
.product-infos img{
    transition: all ease-in-out 0.3s;
     -moz-transition: all ease-in-out 0.3s;
     width: 100%;
}
.product-infos:hover img{
    transform: scale(1.1);
     -webkit-transform: scale(1.1);
}
.inf-2 img{
          object-fit: cover;
    height: 675px;
}
.text-3 h4{
   
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 14px;
}
.bg-10{
        display: flex;
    align-items: center;
    background: #373536;
}
.bg-11{
      display: flex;
    align-items: center;
    background-color: #373536;
}
.prd-text{
         position: absolute;
    max-width: 541px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    top: 24%;
}
.prd-text h2{
        background: rgba(0,0,0,0.5);
    padding: 20px 8px;

    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.title-wrapper{
       display: flex;
    justify-content: center;
    padding-top: 28px;
}
.title-line::before{
          position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 13px;
    height: 28px;
    background: #373536;
    clip-path: polygon(21% 0, 68% 0, 73% 100%, 14% 100%);
    transform: rotate(21deg);
}
.abt-bnr {
    background: url(../images/about-bnr.jpg) no-repeat center center;
    background-size: cover;
    padding: 133px 0;
}
.services-c h3 span{
     position: relative;
    z-index: 99;
    color: #db2d8f;
    /* letter-spacing: 6px; */
    font-weight: 400;
    font-size: 18px;
}

.card .card-title {
    margin-bottom: 0.75rem;

    font-size: 28px;
        
}
.card .card-body {  }

.services-c .description{
color: #db2d8f;
    font-size: 13px;
    line-height: 23px;
    margin: 0;
    padding-top: 1rem;
}
.services-c.darkgreen .service-content{ background-color: #44D1A3; }
.services-c.darkgreen .service-content:before{ background-color: #44D1A3; }
.services-c.blue .service-content{ background-color: #42D6E5; }
.services-c.blue .service-content:before{ background-color: #42D6E5; }
.services-c.darkblue .service-content{ background-color: #4584DF; }
.services-c.darkblue .service-content:before{ background-color: #4584DF; }
@media only screen and (max-width:990px){
    .services-c{margin: 21% 0 3%;}
}








 .text-type-1{
          padding: 30px 0;
    border-top: #e2e2e2 1px solid;
    border-bottom: #e2e2e2 1px solid;
    }
    .section-padding{
        padding: 50px 0;
    }
.footer-widget{
      padding: 60px 0 0 25px;
      text-align: left;
}

.footer-widget h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 18px;
    /* border-bottom: 2px solid #fffdfd; */
    display: inline-block;
    padding: 10px 5px;
    font-family: "Inter", sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
}
.footer-widget li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 10px 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.footer-widget ul li i {
    margin-right: 10px;
    color: #ffffff;
    font-size: 18px;
}

.prod-spec li h4 {
    font-size: 15px;
    font-weight: 600;
    color: #705d53;
}

.contact ul li i{
        background: #ffffff;
        width: 39px;
        height: 40px;
        color: #270301;
        font-size: 19px;
        display: inline-flex;
        text-align: center;
        justify-content: center;
        align-items: center;
}

.contact ul li{
    padding-bottom: 14px;
}
.prds-right li{
      position: relative;
    padding-left: 24px;
}
.prds-right li::before{
           position: absolute;
    content: '';
    left: 0;
    top: 5px;
    margin: auto;
    height: 10px;
    width: 10px;
    background: #373536;
    transform: rotate(29deg);
}

.border-box{
        padding-bottom: 16px;
        padding-top: 60px;
}
.s1 span{
        color: #f63131;
}
.s1 h2{
      text-transform: uppercase;
    
    font-size: 45px;
    padding-bottom: 12px;

}
.ft-2{
    padding: 0 60px;
    padding-left: 98px!important;
}

.navbar-brand{
          position: relative;
          padding-right: 0;
          /* margin-left: -80px; */
          border-right: 1px solid #ddd !important;
          padding: 0;
    }
.footer-logo{
    max-width: 266px;
}

.hover-none i{
  padding: 5px;
    color: #fff!important;
    font-size: 14px!important;
}
  
    .brd-rgt{
      position:relative;
      padding-right: 10px;
    }
    .hover-none a:before{
      display:none;
    }

 .bg-3 {
          background: #383737;
    }
    .zoom-in-effect{
      overflow:hidden;
    }
    .zoom-in-effect img {
      transition:all ease-in-out 0.6s;
      -webkit-transition:all ease-in-out 0.6s;
      -moz-transition:all ease-in-out 0.6s;
    }
    .zoom-in-effect:hover img{
      transform:scale(1.1);
      -webkit-transform:scale(1.1);
      -moz-transform:scale(1.1);
    }
    .model-img img{
      max-width:100%;
      height:auto;
    }
    .section-bg{
      background-size:cover;
      background-repeat:no-repeat;
      background-position:center;
    }
    .bg-1{
      background:#fec200;
    }
    .bg-2{
        background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;

    }
    .info-text{
        
    padding: 100px 50px;
    }
    .info-text h3{
      
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    padding: 10px 0 0 0;
}
    .info-text h4{
     
text-transform: uppercase;
color: #000;
font-weight: 600;
letter-spacing: 8px;
font-size: 15px;
display: block;
width: 100%;
    }
    
    
.site-header {
    position: fixed;
    background: #ffffffc2;
    left: 0;
    box-shadow: 0px 2px 10px #1111111f;
    right: 0;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(3px);
}
    .site-header .nav-item .nav-link{
      position:relative;
    }
    /*.site-header .nav-item .nav-link::before{
      position:absolute;
      content:'';
      bottom:0;
      left:0;
      width:0;
      height:2px;
      background:#fec200;
          transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    }
    .site-header .nav-item:hover .nav-link::before{
       width:100%;
    }*/

    .h-600{
          min-height: 600px;
    }
.jarallax {
      padding: 100px 0;
   
  z-index:90;
}
.site-header i{
  font-size: 19px;
    color: #47af67;
}
 .info-txt{
      padding: 20px;
    }
    .info-txt h2{
      
    font-weight: 900;
    }
    .info-box{
         background: #47af67;
    /* clip-path: polygon(25% 0%, 100% 0, 100% 66%, 75% 100%, 0 100%, 0 29%); */
    clip-path: polygon(10% 0, 100% 0, 100% 86%, 89% 100%, 0 100%, 0 15%);
    }
    .mdl{
          border-radius: 50%;
    border: #64c181 10px solid;
    }
 .hd-4{
          
    color: #fff;
    }
    
    .cont-section p{
      
    }
    .mid-bg{
          padding: 90px 0;
    }
    .section{
      position:relative;
    } 
    .mid-bg::before{
        position: absolute;
    content: '';
    left: 0;
    top: -56px;
    right: 0;
    bottom: 0;
    background: #47af67;
    }
    .title-1{
      position:relative;
      padding-bottom:10px;
      margin-bottom:30px;
    }
.dark-title::before{
  background:#000!important;
}
   .title-1 h2 {
    position: relative;
    z-index: 0;
}

    .light-title h2{
      color:#fff;
    }
    .light-title::before{
        background:#fff;
    }
   
    .title-1 h2 span{
     font-weight: 600;
    color: #f5a440;
    
}
.cont-section h4{
         
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}
    .cont-section h2{
    font-size: 66px;
    line-height: normal;
    font-weight: 700;
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #fec200;
    }
    .site-header .container{
      padding-bottom: 5px;
    }
    .cont-section span{
      color: #47af67;
    }
    .section-padding{
      padding:90px 0;
    }
.site-header .nav-link{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;

}
.site-header .nav-link:hover{
    
    /* margin-bottom: -8px; */
    /* display: block; */
    position: relative;
        color: rgb(243 188 121);
}
.s1{

       padding: 60px 0;
    margin-top: 14px;
    margin-bottom: 60px;
}

.lft-box,.right-box{
    position: relative;
}

.inner-box-model{
  position: relative;
    z-index: 99;
    /* padding: 39px; */
    margin-top: 146px;
    margin-bottom: 139px;
}

.lft-box .inner-box{
      position: relative;
    z-index: 99;
    background: #fff;
    padding: 60px 39px;
  
}
.section-title h2 span{
    color: #b3890e;
}
.bg-img{
    padding: 0!important;
}
.bg-img img{
     object-fit: cover;
    height: 329px;
    width: 100%;
}
.bg-text h4{

    color: #fff;
    font-size: 19px;
}
.bg-2{
      background: #272727;
}
.bg-text{
        background: #f63131;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.bg-5{
       background: #000;
    padding: 77px 50px;
}
.bg-5 h2{
    
    color: #fff;
    font-size: 32px;
   
}
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
/* body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	color: #333333;
	
	font-weight:normal;
} */

div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {
	margin: 0;
	padding: 0;
}
table, tr, td {
	border: 0;
}
.sec1 h2{
      color: #fff;
    
    font-size: 37px;
    text-transform: uppercase;
}

.text-box-1{
                   display: flex;
    position: relative;
    min-height: 115px;
    margin: 40px 0;
    }
    
    .hd-3{
        background: #357ed8;
    padding: 7px 20px;
    clip-path: polygon(0 0, 97% 0, 100% 100%, 0 100%);
    font-size: 20px;
}
* {
	box-sizing: border-box
}
a {
	outline: none;
	color: #fff;
	text-decoration: none;
}
a:hover {
	outline: none;
	color: #000;
	text-decoration: none;
}
.site-header .navbar-brand img{
     max-width: 200px;
}
img {border: none;max-width:100%; vertical-align:middle;}
li {
	list-style: none;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/*-----------------------
MAIN CSS START
------------------------*/

 
.section-bg{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
} 
.parallx{
  background-attachment:fixed;
}
.textinfo h2{
      

    color: #fff;
}
.nav-bar li a{
    color: #fff;
    
    font-size: 14px;
    /* padding: 46px 0; */
    display: inline-block;
    padding: 28px 0;
}
.top_strip {
          float: left;
    width: 100%;
    text-align: center;
    min-width: 1170px;
    position: relative;
}
/*.top_strip::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    background: #357ed8;
    right: 0;
    width: 33%;

    clip-path: polygon(0 0, 91% 0, 100% 100%, 0% 100%);
}*/
.top_lft {
    float: left;
    margin-top: 3px;
}
.logo {
    float: left;
    max-width: 180px;
}
.top-rgt{
	float:right;
	text-align:center;
	
	}
ul.nav-bar {
    float: right;
	}
ul.nav-bar li {
    display: inline-block;
   padding: 0 50px;
	text-transform:uppercase;
    vertical-align: middle;
	}
ul.nav-bar li:last-child{
  padding-right:0;
}

.ul.nav-bar li a.active, ul.nav-bar li a:hover {
         color: #a1bada;
    text-decoration: none;
	}
.nav-bar li .icon-shopping-cart1{
      font-size: 26px;
}

/*================== SECTION I================*/

.sec1 {
         float: left;
    width: 100%;
    /* height: 700px; */
    min-width: 1170px;
    background: url(../images/sec1.jpg) no-repeat center top;
    position: relative;
    background-size: cover;
}
.sec1::before{
 position: absolute;
    content: '';
    left: auto;
    right: 0;
    top: 0;
    width: 67%;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 32% 100%);
}

.sec1_p1 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 20px;
	padding-left: 17px;
	/*background: url(../images/p1-txt-img.png) no-repeat left top;*/
	margin: 15px 0 0 0;
	padding: 10px 20px;
}
.sec1_p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 72px;
	font-weight: bold;
	padding: 10px 0 4px 0;
}
.sec1_p3{
	float: left;
	width: 90%;
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: normal;
	padding: 3px 0;
}
.sec1_p4{
	display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #151515;
    letter-spacing: -0.3px;
    line-height: 28px;
    padding: 18px 0 0 0;
	}
 



    span.icon-box-icon img {
    background: #b3890e;
    padding: 5px;
    border-radius: 50px;
}

.icon-boxes-container .icon-box {
    background: #ffffff;
    padding: 30px 3px;
    border-radius: 5px;
    border: 5px solid #fff;
}
.icon-box-side .icon-box-icon {
    display: inline-block;
    line-height: 0;
    min-width: 7rem;
    text-align: center;
    margin-bottom: 0;
}
.icon-box-side {
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.icon-box-side .icon-box-title {
    font-size: 21px;
    letter-spacing: 0px;
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 0;
    color: #222; 
    
}

.icon-boxes-container{
	padding: 6% 0;
}

/* .feature-box {
    position: relative;
    background: #fff;
    box-shadow: 0px 2px 8px #999;
    padding: 15px;
    border-radius: 10px;
} */
.icon-box {
    color: #777;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    /* margin-bottom: 2rem; */
}
.brand-logo img {
    width: auto;
    height: 60px;
}
.sec1-shopnow, .s3-btm, .add-to-cart {
    position: relative;
    margin: 36px 0 3px 0;
    box-shadow: 0 0 0 rgb(24 24 24 / 30%);
    background-color: #b3890e;
    color: #ebebeb;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border: 1px solid #b3890e;
    text-align: center;
    border-radius: 50px;
    display: block;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    padding: 15px 40px;
    /* border-radius: 0; */
}

/*.sec1-shopnow::before, .s3-btm::before, .add-to-cart::before{
  display: block;
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 50px;
    left: -60px;
    -webkit-transform: skewX(-20deg);
    -moz-transform: skewX(-20deg);
    -ms-transform: skewX(-20deg);
    transform: skewX(-20deg);
    -webkit-transition: 350ms ease all;
    -moz-transition: 350ms ease all;
    transition: 350ms ease all;
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: -moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    -webkit-transition: 0ms ease all;
    -moz-transition: 0ms ease all;
    transition: 0ms ease all;
    opacity: .5;
} */

.sec1-shopnow {
    /* left: 0; */
    /* right: 0; */
    padding: 13px 35px;
    /* position: absolute; */
    /* top: 97px; */
    /* width: 201px; */
    margin: 0 auto;
    display: inline-block;
    margin-top: 15px;
}

.sec1-shopnow:hover::before, .s3-btm:hover::before, .add-to-cart:hover::before{
  left: 110%;
    -webkit-transition: 800ms ease all;
    -moz-transition: 800ms ease all;
    transition: 800ms ease all;
    opacity: .2;
}
.sec1-shopnow:hover, .s3-btm:hover, .add-to-cart:hover{
    color: #fff;
    text-decoration: none;
    background: #000000;
	}


/*================== top_strip================*/	
.strip{
	float: left;
    width: 100%;
    padding: 6px 0;
    background: #fff;
	min-width:1170px;
    border-bottom: 2px solid #e1e1e1;
}
.strip-uls{
	float:left;
	width:100%;
	text-align:center;
}
.strip-uls li{
	position: relative;
    padding: 10px 0 10px 70px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    vertical-align: middle;
    width: 24%;
	text-align:left;
}
.strip-uls li span{
	display: block;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.strip-uls li img{
	position: absolute;
    left: -22px;
    top: 0;
    padding: 15px;
}
.strip-uls li:last-child{
	margin-right:0;
}
/*==================SECTION II===============*/

/*================== SEC2================*/
.sec2{
	float: left;
	width: 100%;
	text-align: center;
	min-width: 1170px;
	background: #fff;
	padding:45px 0 60px;
}
.s2txt1{
	display: inline-block;
    width: 100%;
    font-size: 20px;
    color: #000;
	}
.s2txt2{
	    display: inline-block;
    width: 100%;
    font-size: 28px;
    font-weight: 500;
    color: #1b1b18;
    line-height: 50px;
    letter-spacing: -2px;
    margin-top: 7px;
    margin-bottom: 20px;
   
	}
.s2-line {
    display: block;
    margin: 15px auto 0;
}
.learn-more1{
	display:inline-block;
	}
.s2txt3	{
	display: inline-block;
    color: #000;
    width: 75%;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    padding: 35px 0 0;
	}

/*==================strip2================*/		
.green_strip{
	float:left;
	width:100%;
	min-width:1170px;
	background:url(../images/strip2.jpg) no-repeat center top;
	height:190px;
	}
.st-rgt{
	float: right;
    width: 69%;
    margin-top: 38px;
	}
.st-rgt_txt1{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	}
.st-rgt_txt2{
	float: left;
    width: 83%;
    color: #fff;
    line-height: 26px;
    font-weight: 300;
    font-size: 18px;
    padding: 9px 0 0 0px;
	}

/*==================SECTION III===============*/

.sec3 {
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 45px 0 60px;
}
.s3uls{
	float:left;
	width:100%;
	margin-top:50px;
	}
.s3uls li{
	display: inline-block;
    width: 416px;
    margin-right: 10px;
    /* background: url(../images/s3-bx1.png) no-repeat center top; */
    vertical-align: top;
    margin-top: 30px;
    background: #ffffff;
    padding: 28px 30px;
    min-height: 561px;
    border-left: #357ed8 10px solid;
    box-shadow: 0 25px 35px -5px rgb(0 0 0 / 10%);
	}

.pro-img img{
  transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
img.ind-img {
    /* max-width: 243px; */
    margin: auto;
    display: block;
}
.main-heading .section-title{
position: absolute;
    left: -21px;
    right: -28px;
    margin: auto;
    height: 349px;
    background: #f63131;
    padding: 20px;
    z-index: 10;
    top: -20px;
    padding-top: 76px;
}

.inner-hd h2{
        
    color: #fff;
    font-size: 41px;
}
.main-heading{
        position: relative;
}
.disclamer p {
    font-size: 14px;
    color: #fff;
    font-family: "Marcellus", serif;
}
.copy-site {
       text-align: center;
       background: #292929;
       padding: 15px 0;
}
.pro-box {
    margin-bottom: 40px;
    position: relative;
    padding: 20px;
    box-shadow: 0 0 2px #ccc;
    border-radius: 7px;
    min-height: auto;
}
.abt-light {     background:url(../images/slide-1.jpg) no-repeat center center;
background-size: cover; background-attachment: fixed; padding: 30px 0;;
 }
.order-btn a {
    padding: 15px 58px;
    background: #373536;
    color: #fff;
    border-radius: 50px;
}

.order-btn a:hover {
    padding: 15px 58px;
    background: #373536;
    text-decoration: none;
    color: #fff;
    border-radius: 50px;
}


.pro-box:hover::before{
    border-color: #bdbfbd;
}
/*.pro-box::before{
   content: '';
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
        background: rgb(76 52 23 / 60%);
    height: 0;
    transition: all ease-in-out 0.3s;
}*/

.pro-box .pro-img {
    z-index: 2;
    border-radius: 20px;
    position: relative;
    /* background: #d0dec5; */
}

.bg-para{
    background: url(../images/feature.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover3;
}
.pro-box .pro-info {
    position: relative;
    text-align: center;
    padding: 15px;
}
.product-b{
      padding-bottom: 0;
      background: #ffffff !important;
      width: 100%;
      position: relative;
}

.services-v{
     padding: 7rem 0rem;
    width: 100%;
    position: relative;

}
.services-v h2{
      color: #fec200;
      line-height: 1.5;
  
}
.services-v h2 span{
     color: #15265a;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 50px;
    position: relative;
  
}
.services-v h2 span:before {
    position: absolute;
    content: "";
    top: 0;
    left: -20px;
    right: 0;
    bottom: 0;
    width: 260px;
    height: 60px;
    background: #fec200;
    z-index: -1;
}
.services-v p{
      color: #333;
    padding-top: 1rem;
  
}

.about-b{
      position: relative;
    padding: 7rem 0rem;
    background: #fff;
}
.sup-minv{
    
    position: relative;
}
.sup-minv:after{
    content: '';
    display: block;
    clear: both;
}
.sup-minv:before{
    content: '';
    width: 4px;
    height: 100%;
    border-left: 4px dashed #777;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 0;
}
.sup-minv .timeline{
    width: 50%;
    padding: 0 0 0 25px;
    margin: 0 0 20px 5px;
    float: right;
    position: relative;
}
.sup-minv .timeline:before{
    content: '';
    background-color:#8fc818;
    height: 16px;
    width: 16px;
    transform: translateY(-50%);
    position: absolute;
    left: -8px;
    top: 50%;
}
.sup-minv .timeline-content{
    color: #fff;
    background: #999;
    padding: 25px 45px 25px 65px;
    display: block;
    position: relative;
    z-index: 1;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}
.sup-minv .timeline-content:hover{ text-decoration: none; }
.sup-minv .timeline-content:before,
.sup-minv .timeline-content:after{
    content: '';
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    z-index: -1;
    clip-path: polygon(93% 0, 100% 50%, 93% 100%, 0 100%, 0 0);
}
.sup-minv .timeline-content:after{
    background-color:#8fc818;
    left: 7px;
    top: 7px;
    right: 7px;
    bottom: 7px;
}
.sup-minv .timeline-icon{
    color: #777;
    background-color: #fff;
    font-size: 30px;
    line-height: 65px;
    width: 40px;
    height: 65px;
    padding-left: 3px;
    border-radius: 0 300px 300px 0;
    transform: translateY(-50%);
    position: absolute;
    left: 6px;
    top: 50%;
}
.sup-minv .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.sup-minv .description{
    font-size: 14px;
    margin: 0;
}
.sup-minv .timeline:nth-child(even){
    padding: 0 25px 0 0;
    margin: 0 5px 20px 0;
    float: left;
}
.sup-minv .timeline:nth-child(even):before{
    left: auto;
    right: -8px;
}
.sup-minv .timeline:nth-child(even) .timeline-content{
    padding: 25px 65px 25px 60px;
    clip-path: polygon(7% 0, 0 50%, 7% 100%, 100% 100%, 100% 0);
}
.sup-minv .timeline:nth-child(even) .timeline-content:before,
.sup-minv .timeline:nth-child(even) .timeline-content:after{
    clip-path: polygon(7% 0, 0 50%, 7% 100%, 100% 100%, 100% 0);
}
.sup-minv .timeline:nth-child(even) .timeline-icon{
    padding-left: 7px;
    border-radius: 300px 0 0 300px;
    left: auto;
    right: 6px;
}

@media screen and (max-width:767px){
    .sup-minv:before{
        transform: translateX(0);
        left: 5px;
    }
	/* .about-content{
		background-color: rgb(227 227 227 / 50%);
		padding: 10% 10%;
	} */
	.box-item{
		margin-bottom: 6%;
		height: 700px !important;
	}
    .r-100{
        width:100%!important;
    }
    .navbar-collapse{
            background: rgb(211 211 211 / 90%)!important;
    }
    .prds-left,.prds-right,.cart-summery,.frm-container.step1,.frm-container step2,.frm-container:last-child{
        width: 100%!important;
    }
    .prd_img, .prd_name, .prd_prc, .prd_qty, .prd_total{
            width: 23%!important;
    }
    .prod_name{
        padding: 20px 0 20px 67px!important;
    }
    .cart_prod_qty, .cart_prc_subtotl, .cart_prod_prc{
            width: 17%!important;
    }
    .prd_name, .prd_img{
            width: 30%!important;
    }
    .prod-txt1, .prod-txt2, .prod-tx1 {
            font-size: 32px!important;
    }
    a.prod-clearcart, #browse, .cont-shop, .prcd-chk{
        padding: 10px 6px!important;
    }
    .cart-links{
        padding: 10px 9px!important;
        width: 100%!important;
    }
    a.prod-clearcart, #browse, .cont-shop, .prcd-chk {
        font-size: 16px;
    }
    .navbar-light .navbar-toggler {
    color: rgb(155 150 150 / 50%);
    border-color: rgb(255 255 255 / 10%);
}
.navbar-light .navbar-toggler {
    background: #5a5a5a00;
}
.navbar-toggler {
        padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffff00;
    border: 1px solid transparent;
    border-radius: .25rem;
}
    .ft-2{
        padding-left: 10px!important;
    }
    .title{
            font-size: 47px!important;
    }
    .sup-minv .timeline,
    .sup-minv .timeline:nth-child(even){
        width: 100%;
        padding: 0 0 0 25px;
        margin: 0 0 35px 0;
    }
    .sup-minv .timeline:before,
    .sup-minv .timeline:nth-child(even):before{
        transform: translateY(0);
        right: auto;
        left: 0;
        top: 45px;
    }
    .sup-minv .timeline-content,
    .sup-minv .timeline:nth-child(even) .timeline-content{
        padding: 100px 30px 20px 20px;
        clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
    }
    .sup-minv .timeline-content:before,
    .sup-minv .timeline-content:after,
    .sup-minv .timeline:nth-child(even) .timeline-content:before,
    .sup-minv .timeline:nth-child(even) .timeline-content:after{
        clip-path: polygon(97% 0, 100% 50%, 97% 100%, 0 100%, 0 0);
    }
    .sup-minv .timeline-icon,
    .sup-minv .timeline:nth-child(even) .timeline-icon{
        padding-left: 2px;
        border-radius: 0 300px 300px 0;
        transform: translateY(0);
        left: 7px;
        right: auto;
        top: 20px;
    }
}
.sup-minv h2{
    
    font-size: 27px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 1rem;
    padding-bottom: 0px;
}

.s3-btm{
	float:left;
	margin-top: 25px;
	}	
.s3txt1 {
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0;
}
.s3txt1 span{
	color:#abac3b;
	}

.s3txt2 {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #270301;
    margin-bottom: 15px;
}
/*==================SECTION III===============*/

.total{
	display: inline-block;
	width: 100%;
	margin: 40px 0px 0;
}
.total li{
    float: left;
    width: 48.8%;
    background: #fff;
    margin: 0 0 25px 0px;
    padding-bottom: 15px;
    border: 1px solid #2b64a6;
    position: relative;
    min-height: 254px;
}
.total li:after{
	content:"";
	position:absolute;
	left:270px;
	top:0;
	bottom:0;
	border-right: 1px solid #2b64a6;
}
.total li:nth-child(even) {
    float: right;
}
.total li:nth-child(5), .total li:last-child{
	margin-bottom:0;
}
.left1{
	background:#e0fbe8;
}

.right-sec,.right-sec1{
    float: left;
    width: 100%;
    position: relative;
    padding-left: 296px;
    text-align: left;
}
.right-sec1{
}
.txt{
	display: inline-block;
    width: 100%;
    font-size: 22px;
    line-height: 32px;
    color: #2d2d2d;
    font-weight: 700;
    margin: 25px 0 12px;
    min-height: 66px;
    letter-spacing: 0.5px;
}
.txt1{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    font-weight: 300;
    margin-top: 18px;
}
.txt2{
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 30px;
	color: #2d2d2d;
	font-weight: 300;
	margin: 0px 0 50px 0;
}
.txt2 span{
	color:#050505;
	font-weight:600;
}
.right{
}
/********************************/
.black-strip {
	float: left;
    width: 100%;
    padding: 41px 0 35px;
    background: #eff6ff;
}
.black-strip ul{
	float: left;
    width: 100%;
}
.black-strip ul li{
	float: left;
    width: 25%;
    font-size: 18px;
    line-height: 24px;
    color: #7a7a7a;
    font-weight: 300;
    position: relative;
    padding-left: 90px;
    margin-right: 0px;
}
.black-strip ul li:nth-child(2){margin-right: 34px;}
.black-strip ul li:nth-child(3){width: 22%;}
.black-strip ul li img{
	position: absolute;
    left: 3px;
    top: -8px;
}
.black-strip ul li span{
	display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin-top: 11px;
    color: #2d2d2d;
}
.black-strip ul li:last-child{margin-right: 0;}

/**************/
.s4uls{
	display:inline-block;
	margin-top:56px;
	width:100%;
	}
.s4uls li{
	display: inline-block;
    width: 21%;
    padding: 0 0 17px 0;
    margin: 0px 13px 40px;
    border: 1px solid #dddddd;
}
.s4-pro1 {
	display: block;
    max-width: 175px;
    margin: 22px auto
}
.s4-box1-txt2 {
	display:inline-block;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
	width:93%;
    color: #2d2d2d;
    border-top: 1px solid #dddddd;
    padding: 10px;
}
	
.s4-left, .s4-right {
	float: left;
	width: 475px;
	margin: 59px 0 0 0px;
}
.s4-box1 {
	background: url(../images/s3-box1.jpg) center top no-repeat;
	width: 473px;
	height: 814px;
	margin: 0 0 0 0;
}
.s4-right {
	width: 684px;
	float: right;
}
.s4-box1-txt1 {
	font-weight: 700;
	font-size: 34px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	margin: 0 auto;
	padding: 39px 0 0 0;
}
.s4-box1-txt3 {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #363636;
	margin: 36px 0px 0;
	width: 85%;
}
.stars {
	display: block;
	margin: 10px auto 0 auto;
}
.s4-list {
	margin: 22px 0 0 43px;
}
.box2-stars {
	float: left;
	margin: 14px 0 0 0px;
}
.s4-btn1 {
	margin: 32px auto 0 auto;
	display: inline-block;
}
.s4-box2 {
	background: url(../images/s3-box2.jpg) center top no-repeat;
	width: 672px;
	height: 265px;
	margin-bottom: 10px;
	padding: 15px 20px 3px;
	margin-right: 0;
	float: left;
}
.s4-pro2 {
	float: left;
	max-width: 145px;
}
.s4-box2-right {
	width: 70%;
	float: right;
}
.s4-box2-txt1 {
	float: left;
	width: 100%;
	color: #333333;
	font-size: 34px;
	font-weight: bold;
	text-align: left;
}
.s4-box2-txt2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
	text-align: left;
	color: #006aaa;
	margin: 0 auto;
	padding: 0px 0 0 0;
}
.s4-box2-txt3 {
	float: left;
	width: 100%;
	text-align: left;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	margin: 10px 0 0 0;
}
.s4-btn2 {
	float: left;
	margin: 15px 0 0 0;
}
/*==================FOOTER================*/
.footer-list li a{
        
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
  transition:all ease-in-out 0.3s;
  -moz-transition:all ease-in-out 0.3s;
  -webkit-transition:all ease-in-out 0.3s;
}
.footer-list li a:hover{
  text-decoration:none;
  color: #47af67;
}

div#footer {
    width: 100%;
    font-size: 16px;
    position: relative;
    text-align: center;
    background-color: #270301;
    background-size: cover;
    overflow: hidden;
    padding: 0px 0 40px 0;
    background-position: center;
    background-size: cover;
}

.section-wave {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    width: 100vw;
    line-height: 0;
    will-change: transform;
    z-index: 1;
    overflow: hidden;
}

.foter-sec1, .foter-sec2 {
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
}

.logo-f {
    display: inline-block;
    max-width: 200px;
}
.footer-widget li {
    line-height: 24px;
    color: #fff;
    font-size: 14px;
}
ul.footer-list, .foter-sec2 ul {
	float: left;
	width: 100%;
	text-align:center;
}
.footer-list li, ul.crop-info{
	text-align: left;
	font-weight: 500;
	font-size: 16px;
	padding: 8px 10px;
	display:inline-block;
	position:relative;
}
.footer-list li:after{
	position: absolute;
    height: 20px;
    right: -4px;
    top: 8px;
    content: '';
    border-right: 1px solid #333;
	}
.footer-list li:last-child:after{
	display:none;
	}
ul.crop-info li{
	width:100%;
	padding:5px 0;
	text-align:center;
	}
.ft-bd li {
	border-bottom: none;
}
.fttxt {
	font-size: 14px;
	line-height: 24px;
	clear: both;
	margin-top: 10px;
	float: left;
}
.foter-sec2 {
}
.ff-txt2 {
    font-size: 17px;
    line-height: 22px;
    color: #e8e3e3;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.foter-sec2 li{
  color: #fff;
}
.ft-lg-txt {
	    font-size: 20px;
    line-height: 36px;
    padding: 7px 0 0 0;
    font-weight: 700;
    color: #fff;
}
.f-txt4 {
	font-size: 20px;
	line-height: 28px;
	color: #000;
	padding: 20px 0 0;
	float: left;
}
/*------------------------------
CSS FOR PRODUCTS PAGE
--------------------------------*/
.product {
    width: 100%;
    font-size: 16px;
    padding: 0 0 30px 0;
    text-align: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    min-height: 300px;
    background-position: center;
    background-color: #270301;
}
.brdcmb .container {
  background-color: #270301;
  padding: 10px 0;
  margin-top: -2px;
}
.brdcmb ul {
    padding-left: 20px;
    list-style-type: none;
    /* margin-top: 20px; */
    margin-bottom: 0;
    margin: 0 auto;
    text-align: left;
}
.brdcmb ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 15px;
}
.brdcmb ul li i {
    font-size: 12px;
    padding: 0 5px;
}
.brdcmb ul li a {
    color: #fff;
}
.prod-txt1 {
    padding-top: 107px !important;
}
.con-top{
	background:url(../images/contact.jpg) no-repeat center top;
	float: left;
	width: 100%;
	padding: 60px 0;
}
.prod_left {
	float: left;
	width: 100%;
	margin-top: 0px;
	text-align: left;
}
.prod_mid_txt {
    float: left;
    width: 100%;
    margin-top: 0px;
	font-size:23px;
	line-height:48px;
	color:#212020;
}

.prod-txt1, .prod-txt2, .prod-tx1 {
    width: 100%;
    font-size: 40px;
    line-height: 130px;
    font-weight: 600;
    color: #ffffff; 
    padding: 98px 0 0 0;
}
.prod-tx1 {
	background: none;
	color: #000;}
.prod-txt2 {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 20px;
	background:none;}
/******************************************/
#b3890e {
     display: flex;
     justify-content: center;
     padding: 20px 0;
     background: #b3890e;
     /* max-width: 503px; */
     /* margin: -35px auto 0 auto; */
     /* clip-path: polygon(96% 0, 100% 50%, 96% 100%, 0% 100%, 0 43%, 0% 0%); */
}
#b3890e ul {
  float: none;
    margin: auto;
    display: flex;
    justify-content: center;
}
#b3890e ul li {
      float: left;
    font-size: 16px;
    line-height: 20px;
    color: #efefef;
    position: relative;
    margin-right: 28px;
}
#b3890e ul li:after{
	content: ">>";
	position: absolute;
	right: -23px;
	top: 0;
}
#b3890e ul li a {
    
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}
#b3890e ul li a:hover{
    text-decoration: none;
    color: #ccc;
}
#b3890e ul li:last-child{margin-right:0;}
#b3890e ul li:last-child:after{content:"";}

/******************************************/
.prod-mid-sec,.con-mid-sec,.prod-top {
	float: left;
    width: 100%;
    text-align: center;
    padding: 7px 0 10px 0;
    margin-bottom: 30px;
}
.prod_rgt {
	float: right;
	width: 27.6%;
	margin-top: 0px;
}
.product-total{
	float:left;
	width:100%;
	margin-top:50px;
}
.bottle-box{
	float:left;
	width: 373px;
	height:386px;
	text-align:center;
}
.prd-box1 {
	margin: 15px 0px 0 0;
	float: right;
	width: 60%;
}
.prd-box1:nth-child(5), .prd-box1:nth-child(9) {
}
.prd-box-txt {
	display: inline-block;
	width: 100%;
	font-size: 28px;
	line-height:21px;
	color: #030303;
	margin: 10px 0 10px 0;
	font-weight:800;
}
.prd-box-txt2 {
	display: inline-block;
	width: 77%;
	font-weight: 400;
	color: #000000;
	font-size: 16px;
	line-height: 26px;
	padding: 20px 4px 30px;
}
.prd-bdr-mid {
	float: left;
	width: 100%;
	border-top: 1px solid #e6e9e1;
	margin: 61px 0 0px 0;
	padding: 71px 0 0;
}
.prd_price {
	width: 45%;
	font-size: 37px;
	color: #000000;
	font-weight: 600;
	margin: 15px 0 25px;
	line-height: 24px;
	float: left;
}
.layer{
	max-width:100%;
	margin:0 0 0 20px;
}
.pro-p1 {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 25px;
}
.pro-txt1 {
	font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #2d2d2d;
    margin: 0 auto 0 auto;
    padding: 0px 0 0 0;
}
.pro-txt2 {
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	text-align: center;
	color: #444444;
	margin: 0 auto;
	padding: 0 0 0 0;
}
.pro-btn {
	margin: 14px auto 0 auto;
}
/**********************************/

/*------------------------------
CSS FOR prod-deatails PAGE
--------------------------------*/
.prd-details {
    float: left;
    width: 100%;
    padding: 30px 0 50px;
    position: relative;
}
.prd-details .add-to-cart {
 width: 200px;
 margin-top: 12%;
}
.prod-spec {
	float: left;
	width: 100%;
}
.prds-left {
float: left;
    width: 40.2%;
    text-align: center;
    min-height: 488px;
	position: relative;
}

.prds-left::after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 5px #ccc;
}
.prds-left img {
	display: inline-block;
    padding-top: 42px;
    position: relative;
    z-index: 9
}
.prds-right {
	float: right;
	width: 56%;
	text-align:left;
}
.prd-dtl1 {
    font-size: 30px;
    line-height: 38px;
    color: #2d2d2d;
    font-weight: 700;
    float: left;
    width: 100%;
    
}
.star-image1 {
    display: block;
    margin-top: 21px;
}
.shop-txt{
	font-size: 18px;
	line-height: 30px;
	color: #2d2d2d;
	margin: 22px 0px 0;
	font-weight: normal;
	text-align: left;
	width: 100%;
	float: left;
}
.options_box {
	float: left;
	width: 50%;
	text-align: left;
}
.terms {
    float: left;
    width: 100%;
}
p.trms_trial {
    float: left;
    width: 90%;
    text-align: left;
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
}
.opcityz{
	position:absolute;
	opacity:0;
	}
.pack-opt {
    float: left;
    width: 100%;
    font-size: 18px;
    margin: 5px 0;
}
.opt-hed {
    font-size: 20px;
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
    font-weight: 700;
}
.star2 {
	margin-top: 10px;
	float: left;
}
.prd-dtl3 {
	font-size: 18px;
	line-height: 26px;
	color: #737373;
	padding: 15px 0;
	float: left;
	width: 100%;
	font-weight: 300;
}
ul.prg-bar {
	float: left;
	width: 100%;
	margin-top:10px;
	text-align:left;
}
ul.prg-bar li {
	font-size: 18px;
	line-height: 25px;
	color: #2b3240;
	font-weight: 600;
	float: left;
	width: 100%;
	padding: 6px 21px;
	background: url(../images/circle.png) no-repeat left 13px;
}
ul.prg-bar li img {
	margin-left: 10px;
	float:right;
	margin-top:10px;
}
.pric-box {
	float: left;
	width: 90%;
	margin-top: 10px;
	padding-bottom: 25px;
}
.pro-dtil-rgt-p2 {
	font-size: 31px;
	color: #000000;
	display: inline-block;
	width: 100%;
	margin: 0;
}
p.card-text {
    font-size: 14px;
    
}
h5.card-title.h4 {
    
    font-size: 20px;

    margin: 20px 0;
    font-weight: normal;
    text-transform: capitalize;
}
.price {
    color: #313131;
    font-size: 33px;
    font-weight: 700;
    line-height: 45px;
}
.card_holder{
	padding: 8% 0;
	background: #FFF6F4;
	position: relative;
}
		

.box_img img{
	border: 6px solid #fff;
	border-radius: 50%;
}

.prod-btn{
    float: left;
    margin: 0 0 0 25px;}
.prd_quantity {
	float: left;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	width: 40%;
	margin-top: 27px;
}
.prd_quantity p {
	float: left;
	margin-top: 6px;
	margin-right: 20px;
}

/*-------other------- */
.other-prds{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fff;
	text-align:center;
}
.other-prds ul li{
	margin: 0 7px 0;
}
/*-------Accordion------- */

/*------------------------------
CSS FOR CONTACT PAGE
--------------------------------*/
.cont-mid {
	float: left;
	width: 100%;
	padding:0px 0px;
}
.con-mid-sec{padding: 47px 0;}
.cont-txt2 {
	font-size: 18px;
	line-height: 26px;
	color: #212020;
	font-weight: 500;
	margin: 0 auto;
	padding: 40px 0 0 36px;
	text-align: center;
	float: left;
	width: 100%;
}
.cont-list {
	    display: flex;

  flex-wrap:wrap;
  justify-content:center;
}
.cont-list li {
   line-height: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #4b4d4a;
    float: left;
    margin-bottom: 30px;
    position: relative;
    text-align: left;
    width: 50%;
    margin: 20px 0;
}
.cont-list li:nth-child(even) {
    float: right;
    margin-right: 0;
}
.cont-list li span {
   font-weight: 600;
  font-size: 16px;
    color: #2d2d2d;
    display: block;
    margin: 13px 0 6px 0;
    line-height: 25px;
}

.cinfo {
  overflow: hidden;
  padding-left: 20px;
}
.cont-list li i{
    display: block;
    font-size: 33px;
    float: left;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #000000;
    border-right: #fcfcfc 4px solid;
    }
.cont-icon1 {
	position: absolute;
	left: 0;
	top: 0;
}
.cont-img{
	margin-top:60px;
}
.cont-bg {
	background: url(../images/cont-bg.png) center top no-repeat;
	height: 517px;
	width: 1007px;
	margin: 40px auto 0 auto;
	position: relative;
}
.cont-bg-left {
	width: 705px;
	margin: 0 0 0 0;
}
.cont-bg-txt1 {
	font-weight: 700;
	font-size: 45px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
.cont-bg-txt2 {
	font-weight: 300;
	font-size: 23px;
	line-height: 36px;
	text-align: center;
	color: #2d2d2d;
	margin: 10px auto 0 auto;
	width: 560px;
	display: block;
	border-bottom: 1px solid #6aabce;
	border-top: 1px solid #6aabce;
	padding: 0 0 0 0;
}
.cont-frn {
	width: 668px;
	margin: 20px 0 0 30px;
}
.cont-frn2, .cont-frn3, .cont-frn4 {
	display: inline-block;
	float: left;
	width: 313px;
	margin: 4px 0 4px 0;
}
.cont-frn4 {
	margin: 6px 0 0 0;
	width: 655px;
}
.cont-frn3 {
	margin: 4px 0 4px 25px;
}
.cont-frn2 input, .cont-frn3 input, .cont-frn4 textarea {
	border: none;
	width: 100%;
	height: 51px;
	background: #fff;
	text-align: left;
	color: #6e6e6e;
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 10px;
	border-radius: 6px;
}
.cont-frn4 textarea {
	height: 104px;
	font-size: 18px;
	line-height: 50px;
}
.sub-btn {
	width: 210px;
	height: 53px;
	display: block;
	margin: 35px auto 0 auto;
	padding: 0 0 0 0;
}
.sub-btn a, .sub-btn a:hover {
	text-decoration: none;
}
.cont-pro {
	position: absolute;
	bottom: -25px;
	right: -24px;
}
.thanks-box {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0px 0 30px;
	line-height: 26px;
}
#section2{
	text-align: center;
    width: 100%;
	float:left;
	padding:40px 0;

	}
p.topbnrtxt2-pr {
	    text-align: center;
    color: #404346;
    font-size: 40px;
    /* margin-top: 40px; */
    float: left;
    width: 100%;
}
.billing-info {
    float: left;
    width: 100%;
}
.benefit-section {
      background: url(../images/benefit-bg.jpg) no-repeat left center;
    background-size: cover;
    padding: 100px 0;
    min-height: 1150px;
       
}
.benefit-head h2 {
     color: #f63131;
    line-height: 1.5;
    
    font-weight: 700;
    font-size: 38px;

}
.benefit-head h2 span {
    color: #000;
    
    font-weight: 700;
    

}
.benefit-head h2 span {
    color: #000;
    
    font-weight: 700;
    position: relative;
    z-index: 0;
    display: inline-block;
    padding-left: 7px;
}


.benefit-body h2 {
   position: relative;
    z-index: 0;
    font-size: 21px;
}

.benefit-body h2:before {
position: absolute;
    content: "";
    top: -7px;
    left: -5px;
    right: 0;
    bottom: -5px;
    width: 155px;
    height: 37px;
    background: #f5a440;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);

}
.benefit-head{
    position: relative;
}
/*.benefit-head::before{
   position: absolute;
    content: '';
    left: -17px;
    top: 13px;
    height: 100px;
    width: 9px;
    background: #f5a440;
    right: auto;
}*/
.clear{
        clear:both;
    }
    ul li i{
            color: #fff;
    }

    section#content {
    padding: 100px 0px;
    position: relative;
    z-index: 9;
}

.model-box {
    padding: 50px 60px !important;
    border-radius: 50px 100px 50px 100px !important;
    box-shadow: 0px 8px 30px 0px rgb(109 115 162 / 25%) !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
    position: relative !important;
    z-index: 9 !important;
    background: #f63131 !important;
    overflow: visible !important;
}

.model-box:after {
    content: '';
    width: 157px;
    max-width: 157px;
    height: 200px;
    background: url(../images/aset02.png) rgb(0 0 255 / 0%) center no-repeat;
    position: absolute;
    z-index: -1;
    top: -41px;
    left: -56px;
    background-size: contain;
}

.model-box h2{
  
  color:#ffffff;
}

.model-box p{
  color:#ffffff;
}
.ben-model {
    position: relative;
    padding: 50px 40px;
}
.ben-icon img {
    width: 50%;
    position: relative;
    padding: 12px 0px;
}
.ben-model p {
    color: #000000;
}
.ben-model h2 {
    
    color: #163858;
}

.ben-heading {
    text-align: center;
    margin: 0px 0px 50px 0px;
}
.services-c {
    /* background-color: rgba(9, 4, 5, 0.5); */
    
    position: relative;
    border-radius: 22px;
}

.feature-div{
  	padding:0;       
}
.feature-div h4{
  	color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: 500;
    margin: 54px 0 24px 0;
    text-transform: capitalize;
}
.feature-div p{
 	color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 28px;
    margin: 0 0 0 0;
    padding: 0;
}
.benefits-block {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.block-head {
    margin-bottom: 30px;
}
.block-head h4 {
    
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 300;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
    color: #f63131;
}

.block-head h4:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    left: 0;
    top: 8px;
    background: #f63131;
}

.block-head h4:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    right: 0;
    top: 8px;
    background: #f63131;
}

.block-head h2 {
    
    font-weight: 700;
    font-size: 38px;
    margin: 15px 0;
}
.benefits-block-txt h4 {
    
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
    /* color: #1f0e9c; */
    margin-bottom: 20px;
}

.benefits-block-txt {
    text-align: right;
    padding: 15px 15px 0px;
        min-height: 180px;
}

@media only screen and (max-width: 320px){
    .site-header .navbar-brand img {
    max-width: 179px;
}
.title {
    font-size: 41px!important;
}
.footer-widget li a {
    font-size: 14px;
}
.footer-logo {
    margin-top: 0;
}

}

.bg-dark2 {
    background-color: #fff;
}
/* responsive @media */

/* Extra small devices (phones, 600px and down) */


@media only screen and (max-width: 600px) {  
.add-to-cart {
    margin-top: 20px;
    position: inherit;
    width: 100%;
  
    margin: 0 auto;
   
}

.sec1-shopnow {
    margin-top: 20px;
    left: 0;
    right: 0;
    padding: 13px 16px;
    position: absolute;
    top: 110px;
    width: 201px;
    margin: 0 auto;
}
.abt-bnr {
    background: #fff;
   
}


}


/* about style */

.about-area {
    position: relative;
    z-index: 1;
}

.about-img-two .about-img-border-top {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 430px;
    height: 500px;
    background-color: transparent;
    border: 1px solid #b3890e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 246px 251px 0px 0px;
}
.about-img-two .about-img-border-bottom {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    width: 430px;
    height: 500px;
    background-color: transparent;
    border: 1px solid #b3890e;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 246px 251px 0px 0px;
}
.about-img-two img {
    max-width: 500px;
    border-radius: 246px 251px 0px 0px;
    margin: 0 auto;
}
.about-img-two .sub-img {
    position: absolute;
    top: -20px;
    right: -30px;
}
.about-img-two .sub-img img {
    border-radius: 0;
    -webkit-animation: movebounce 7s linear infinite;
    animation: movebounce 7s linear infinite;
}
.about-shape .shape2 {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-animation: moveleftbounce 7s linear infinite;
    animation: moveleftbounce 7s linear infinite;
}
.about-shape .shape1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: moveleftbounce 7s linear infinite;
    animation: moveleftbounce 7s linear infinite;
}

.about-img-two {
    padding: 30px;
    position: relative;
    max-width: 570px;
    margin-bottom: 30px;
}

.section-title h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.3;
    color: #333;
    margin: 20px 0;
    
}

.section-title span {
    color: #b3890e;
    /* display: block; */
    margin-bottom: 7px;
    /* font-size: 26px; */
    font-weight: 700;
}
.section-title p {
    font-size: 15px;
    
    margin-bottom: 0;
    padding: 10px 0;
    color: #333;
    font-weight: 400;
}

.default-btn {
    padding: 15px 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #b3890e;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
    white-space: nowrap;
    border-radius: 50px;
}

.default-btn:before, .default-btn:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    border-radius: 0;
    z-index: -1;
    height: 100%;
    background: #222;
    will-change: transform;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    /* color: #fff; */
}
.default-btn:before{
	right: 75%;
    margin-right: -1px;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}
.default-btn:after{
	width: 70%;
    left: 75%;
    margin-left: -1px;
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.default-btn:hover:before, .default-btn:hover:after {
    -webkit-transform: skew(-45deg) scaleX(1.5);
    transform: skew(-45deg) scaleX(1.5);
}

.default-btn:hover {
    color: #ffffff !important;
}
.copy-site p {
    
    font-size: 14px;
}
a:hover, a:focus {
    text-decoration: none !important;
}
.bg-shaded {
    background: #e8f5f7;
}
.sub-head-verticle{
    color: #333;
    font-size: 30px;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 30px;
    
    letter-spacing: 0px;
}
.about-area .section-title {
    position: relative;
    padding-left: 0;
}

.card_holder:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 73px;
    background: url(../images/btm-bar.png) no-repeat;
    bottom: 0;
}
.top-leaf{
    position: absolute;
    right: 0;
    -webkit-animation: movebounce 3.0s linear infinite;
    animation: movebounce 3.0s linear infinite;
}
@keyframes movebounce {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(20px)
    }

    100% {
        transform: translateY(0)
    }
}
.spa-icon{
    position: absolute;
    left: 0;
    -webkit-animation: movebounce 3.0s linear infinite;
    animation: movebounce 3.0s linear infinite;
    top: 50%;
}

.ben-head h2 {
font-weight: 100;
    font-size: 30px;
    line-height: 50px;
    color: #333;
    margin: 20px 0;
    
}
.ben-head h2 span {
    color: #b3890e;
    font-size: 50px;
    font-weight: 600;
}

.border-scnd{
    border-top: 1px solid #cc866c;
    margin-top: 70px;
}
.img-new{
    width: 30px;
}
.benefit-content{
    /* padding: 10px; */
    background: #bef8c6;
    padding: 80px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.benefit-box{
    position: relative;
    margin-top: 25px;
    height: 560px; 
}
/* .footer-new{
    max-width: 1140px;
    margin: 0 auto;
}
.footer-p{
   width: 70%;
    margin: 0 auto;
} */

.about-img{
    position: relative;
    margin-bottom: 20px;
}
.img1{
        width: 400px;
    height: 465px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
} 
.img2{
    width: 280px;
    height: 280px;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 12px;
    right: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}


.service-area2{
    background: url(../images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*------------------- 4.00. Service -------------------*/
/* Service Card ---------------------------------- */
.service-card {
    padding: 30px;
    position: relative;
    margin: 50px 0;
    min-height: 442px;
    overflow: hidden;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    border: 2px dotted #ddc096 ;
    isolation: isolate;
}

.service-card:before{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: 0.5s all;
    z-index: -1;
}

a.line-btn {
    color: #705d53;
}
span.text-theme {
    color: #705d53;
}
@media (max-width: 991px) {
  .service-card {
    padding: 30px;
  }
}


.service-card_img {
  margin: 30px 0;
  width: 130px;
  padding: 20px;
  margin-inline: auto;
  position: relative;
}

.service-card_img::after{
    position: absolute;
    content: "";
    inset: 0;
    border: 1px solid #333;
    transform: rotate(45deg);
}

.service-card .box-title {
    font-size: 25px;
    margin: 40px 0 10px;
    font-family: "Marcellus", serif;
    font-weight: 600;
}

.service-card_text {
  font-size: 16px;
  margin: 10px 0;
  line-height: 1.8;
  color: #333;
  min-height: 150px;
}

.service-card .th-btn {
  padding: 14px 25px;
}

.service-card:hover .service-card_overlay {
  opacity: 1;
  visibility: visible;
}

.service-card:hover .service-card_overlay2 {
  opacity: 0.15;
}

.service-card:hover .service-card_img img {

}




.service-card:hover .th-btn.style2 {
  background-color: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}

.service-card:hover .th-btn.style2:before, .service-card:hover .th-btn.style2:after {
  background-color: var(--white-color);
}

.service-card:hover .th-btn.style2:hover {
  border-color: #19a708;
  color: var(--white-color);
  background: #0faf25;
}

.service-card:hover:before {
  height: 0;
}

.service-btn {
  position: relative;
  background-color: var(--smoke-color);
  border: 1px dashed var(--theme-color);
  border-radius: 20px;
  padding: 10px 33px;
  z-index: 2;
  /* Extra small devices */
}

@media (max-width: 575px) {
  .service-btn {
    padding: 10px 10px;
  }
  .service-btn .line-btn {
    font-size: 10px;
  }
}

.service-btn:before, .service-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 770px;
  height: 1px;
  border: 1px dashed var(--theme-color);
  z-index: -1;
}

.service-btn:before {
  left: 0;
}

.service-btn:after {
  right: 0;
}

.service-btn .line-btn:before {
  display: none;
}

.th-btn.style2 {
    background-color: transparent;
    color: var(--theme-color);
    border: 2px solid #bbffc4;
    padding: 15px 40px;
    box-shadow: none;
    border-radius: 50px;
}

@media only screen and (max-width: 768px) {
.banner-inner {
    text-align: center;
}


.cont-list{
    display: block;
}
.cont-list li{
    width: 100%;
}
.footer-logo {
    margin-top: 0;
    text-align: left;
    display: flex;
}
}

.banner-btn{
    display: flex;
    gap: 20px;
}

.package-sec{
    background-color: #ecdec1;
    text-align: center;
}

.package-sec .row{
    row-gap: 20px;
    justify-content: center;
}

.package-sec .icon{
    width: 70px;
    margin-bottom: 20px;
    margin-inline: auto;
}

.secure-otr{
    padding: 20px;
    border: 1px solid #333;
}

.package-sec h4{
    font-size: 20px;
}

#cookiePopup {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #ff044b;
    padding: 15px;
    flex-wrap: wrap;
    z-index: 999999;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}

#cookiePopup h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

#cookiePopup p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    max-width: 850px;
}

#cookiePopup p a {
    color: #fff;
    text-decoration: underline;
}

.cookieBtns {
    display: inline-flex;
    gap: 10px;
}

.cookieBtns button {
    font-size: 15px;
    margin: 10px 0;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    background: transparent;
    cursor: pointer;
    transition: all 0.5s ease;
    border: 2px solid #fff;
}

.cookieBtns button:last-child {
    background-color: #fff;
    color: #000000;
}


body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #777;
    line-height: 1.8em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
/*
==========================
3 Default Css
==========================
*/
/* 3.1 Reset Style */

img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
p,
em {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Lato', sans-serif;
    color: #262626;
    text-transform: initial;
}
.small-text-center {
    text-align: center;
}
.special-font {
    font-size: 24px;
}
section {
    position: relative;
    width: 100%;
    
}
.positionR {
    position: relative;
}
.positionS {
    position: static;
}
.positionA {
    position: absolute;
}
.black-bg {
    background: #fff;
}
.white-bg {
    background: White;
}
.grey-bg {
    background: #f2f2f2;
}
/* .border-box {
    border: 1px solid lightgray;
} */
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li {
    font-size: 16px;
    /* margin-left: 20px; */
}
.clear {
    clear: both;
}
.theme-border-bottom {
    border-bottom: 1px solid;
}
.parallax-style {
    background-attachment: fixed;
}
.colorW {
    color: #fff;
}
.colorB {
    color: #000;
}
.colorG {
    #777
}
.title {
    text-transform: capitalize;
}
.fontB {
    font-weight: 600;
}
.special-para {
    font-size: 14px;
}
.slider-text h1,
.foot-sec h3,
.theme-heading h1,
.opening-hours h1,
.page-header-heading h3,
.sidebar-box h4,
.admin-section h3,
.comment-section h3,
.theme-form h3,
.comming-soon-content h2,
.details-section-boxs h1,
.new-letter-box-text h3 {
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
}
/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #808080;
    outline: none;
    height: 40px;
    font-size: 13px;
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #808080;
    outline: none;
    font-size: 13px;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: visible;
}

.search-box-1 input {
    width: 100%;
    padding: 12px 20px;
    float: left;
    position: relative;
    outline: none;
    height: 33px;
    font-size: 12px;
    color: #a3a2a2;
    background-color: #f2f2f2;
    border: none;
    border: 1px solid #808080;
}
.nav-seach-box input[type=text] {
    border-radius: 15px;
    background-color: #f1f1f1;
    border: none;
    height: 35px;
    margin-top: 3px;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
.product-checkout.sec input[type=checkbox] {
    visibility: visible;
    margin-top: 9px;
}
.product-input-type input {
    width: 90%;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #808080;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #808080;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #808080;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #808080;
}
.search_bar input::-webkit-input-placeholder,
.search_bar select::-webkit-input-placeholder,
.search_bar textarea::-webkit-input-placeholder {
    color: #fff;
}
.search_bar input::-moz-placeholder,
.search_bar select::-moz-placeholder,
.search_bar textarea::-moz-placeholder {
    color: #fff;
}
.search_bar input:-ms-input-placeholder,
.search_bar select:-ms-input-placeholder,
.search_bar textarea:-ms-input-placeholder {
    color: #fff;
}
.search_bar input:-moz-placeholder,
.search_bar select:-moz-placeholder,
.search_bar textarea:-moz-placeholder {
    color: #fff;
}
i.input {
    position: absolute;
    top: 0;
    margin-top: 12px;
    margin-left: 15px;
}
/* 3.3 Button Style */

.itg-button {
    border: 1px solid #262626;
    color: #262626;
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    font-size: 15px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    background-color: transparent;
    outline: none;
}
.product-box-btm-blog a.itg-button.pro.left {
    padding: 9px 0px;
    line-height: 21px;
    margin-left: -8px;
    margin-top: 0px;
    width: 100%;
}
.itg-button.light:hover,
.itg-button:hover,
.itg-button.dark {
    color: #fff;
}
.itg-button.light {
    color: #fff;
    background: #404040;
    border-radius: 25px;
    border: none;
}
.checbox-section input[type="checkbox"] + label:before {
    border: 1px solid #808080;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    width: 16px;
    margin-top: 5px;
}
.checbox-section input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
    font-size: 11px;
    padding-top: 2px;
}
.checbox-section input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
.checbox-section input[type="checkbox"] {
    display: none;
}
.Payment-Method-section .checbox-section input[type="checkbox"] + label:before {
    border: 1px solid #f1f1f1;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 20px;
    margin: 0 15px 0 0;
    padding: 0;
    vertical-align: top;
    width: 20px;
    margin-top: 5px;
    background: #fff;
}
.Payment-Method-section .checbox-section input[type="checkbox"]:checked + label:before {
    color: #fff;
    content: "\2713";
    text-align: center;
    font-size: 11px;
    padding-top: 4px;
}
/* 3.4 Padding Style */

.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}
.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 100px 0;
}
.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
    padding-top: 20px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}
.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}
.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}
.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}
.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}
/* 3.5 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}
.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}
.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}
.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}
.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}
.marLR0 {
    margin-right: 0px;
}
.marLR5 {
    margin-right: 5px;
}
.marLR10 {
    margin: 0 10px;
}
.marLR20 {
    margin: 0 20px;
}
.marLR30 {
    margin: 0 30px;
}
.marLR40 {
    margin: 0 40px;
}
.marLR50 {
    margin: 0 50px;
}
.marLR60 {
    margin: 0 60px;
}
.marLR70 {
    margin: 0 70px;
}
.marLR80 {
    margin: 0 80px;
}
.marLR90 {
    margin: 0 90px;
}
.marLR100 {
    margin: 0 100px;
}
/*
==========================
4 Social Icon
==========================
*/

.social-icon {
    width: 100%;
    float: left;
}
.social-icon li {
    float: left;
}
.theme-circle {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    line-height: 2.1em;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
ul.social-icon .theme-circle:hover {
    color: #fff;
}
.theme-circle:hover,
.theme-circle:focus,
.theme-circle:visited {
    color: #808080;
}
.social-icon.detail a {
    color: #fff;
}
/*
==========================
5 Custom Dropdown
==========================
*/

.custom-dropdown {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.custom-drop ul li:hover .custom-dropdown {
    opacity: 1;
    visibility: visible;
}
/*
==========================
6 Search Bar
==========================
*/

.search_bar {
    position: relative;
}
.search_bar input {
    background-color: #404040;
    border: 0;
    color: #fff;
}
.search_bar button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 1em;
    color: #fff;
    background-color: #404040;
    border: none;
    padding: 0px 20px;
    outline: none;
}
/*
==========================
7 Header Style
==========================
*/
/* 7.1 Top Header */

.contact-info {
    width: auto;
    float: right;
    margin-left: 30px;
}
.contact-info p {
    font-size: 14px;
    margin: 0;
    line-height: 1.2em;
}
.contact-info .theme-circle {
    margin-top: 4px;
}
/* 7.2 Navigation Bar */

.navbar-nav {
    float: left;
    padding: 0px 0px;
    /* margin-left: -50px; */
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>.open>a {
    color: #808080;
}
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav .dropdown-menu>li>a {
    background: transparent;
}
.navbar-nav>li>a {
    position: relative;
}
.navbar-nav>li>a,
.navbar-default .navbar-nav>li>a {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 25px;
    border-bottom: none;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
}
.navbar-nav > li > a i,
.navbar-nav ul.sm-nowrap > li > a i {
    margin-left: 5px;
    float: right;
    line-height: 1.4em;
}
.navbar-collapse.in {
    overflow-y: initial;
}
.navbar-nav>li>a,
.navbar-nav ul.sm-nowrap > li > a {
    text-transform: capitalize;
}
.navbar-brand.box {
    padding: 20px 0px;
    padding-left: 15px;
}
.navigation-icon ul li {
    float: left;
}
#main-menu .navigation-icon {
    position: relative;
    padding: 36.5px 0;
    float: right;
    padding-right: 0px;
    width: 40%;
}
.navigation-icon .search_bar {
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 2;
    right: 15px;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #0d0d0d;
}
.top-bar-icon li a:hover > span {
    opacity: 1;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    visibility: visible;
}
.top-bar-icon li a {
    position: relative;
    color: #808080;
}
.top-bar-icon li a span:before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 16px solid;
    border-left: 20px solid transparent;
    position: absolute;
    top: -12px;
    right: 50%;
    margin-right: -20px;
}
.top-bar-icon li a span {
    position: absolute;
    bottom: -65px;
    z-index: 5;
    right: 0;
    font-size: 15px;
    padding: 5px 25px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    border-radius: 0px;
    color: #fff;
    visibility: hidden;
}
.navbar-default .navbar-nav>li>a {
    text-transform: capitalize;
    font-size: 16px;
}
.nav-seach-box {
    width: 60%;
    float: left;
    position: relative;
    padding: 33.8px 0;
}
.menu-left-side:before {
    display: none;
}
.nav-seach-box .button-style {
    position: absolute;
    top: 37px;
    width: 38px;
    border: none;
    height: 35px;
    right: -1px;
    background: #f1f1f1;
    outline: none;
    border-radius: 15px;
    font-size: 14px;
    color: #808080;
}
#main-menu .navbar-nav>li>.dropdown-menu {
    border-top: 0px solid;
    margin-top: 15px !important;
}
#main-menu .navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-radius: 10px;
}
#main-menu .navbar-nav>li>.dropdown-menu li a:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#main-menu .navbar-nav>li>.dropdown-menu li a:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.has-submenu.highlighted:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -10px;
}
.left-side.menu:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    content: "";
    position: absolute;
    z-index: 9999;
    bottom: 10px;
    left: -14px;
    top: 11%;
}
.navbar .dropdown-menu li .dropdown-menu {
    left: 7% !important;
    box-shadow: none;
    border-top: 0px solid;
}
.left-side.menu {
    border-radius: 25px;
}
.menu-left-side {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.gallery-dropdown-left:after {
    position: absolute;
    top: 16px;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
}
.gallery-dropdown-left {
    border-radius: 25px;
}
.navbar .dropdown-menu li.left-side .dropdown-menu {
    margin-left: -228px !important;
}
.left-side.open a:before {
    display: none;
}
/*
===================================
8 Main Slider
===================================
*/

.slider-text {
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -110px;
}
.slider-text h1 {
    font-weight: 500;
    font-size: 50px;
    color: #fff;
}
.slider-image:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.slider-text h3 {
    color: #fff;
    font-weight: 300;
}
.slider-text p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
#main-menu .navigation-icon .social-icon {
    width: auto;
    float: right;
}
/*
===================================
9 Heading Style
===================================
*/

.heading-lines {
    position: relative;
    display: inline-block;
}
.theme-heading h1 {
    position: relative;
    color: #262626;
    display: block;
    margin-bottom: -10px;
}
.theme-heading.background p {
    color: #fff;
}
.theme-heading p {
    /* max-width: 450px; */
    font-size: 14px;
    margin: auto;
}
.theme-heading.background h1 {
    color: #fff;
}
.theme-heading span {
    position: relative;
}
.theme-heading .heading-lines:after {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    margin-top: -1px;
    content: "";
    background: #808080;
    margin-top: 0.4px;
    left: 22px;
}
.theme-heading .heading-lines:before {
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    margin-top: 0.4px;
    content: "";
    background: #808080;
    right: 22px;
}
.theme-heading span {
    width: 10px;
    height: 10px;
    display: inline-block;
    transform: rotate(45deg);
}
/*
===================================
10 Services
===================================
*/

.service-circle {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 0;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.big-circle {
    width: 100%;
    height: 100%;
    background-color: #262626;
    position: relative;
    display: inline-block;
    border-radius: 10%;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.big-circle i {
    width: 100%;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
}
.service-box:hover .service-circle {
    padding: 5px;
    border: 1px solid #d4d4d4;
}
.service-box.hover:hover .service-circle {
    border-radius: 10%;
}
.service-box:hover .itg-button {
    color: #fff;
}
.big-circle i {
    font-size: 25px;
    color: #fff;
}
.service-box p {
    margin-bottom: 20px;
}
.service-box {
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
.service-box.hover:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.175);
    background: #fff;
}
/*
===================================
11 Collection Style
===================================
*/

.collection-box {
    width: 100%;
    float: left;
}
.collection-box img {
    width: 100%;
}
.page-tool {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.page-tool-box a,
.page-tool-box span,
.product-list-item .list-icon a,
.tag-list a,
div.tab button,
div.tab button.active span {
    font-size: 16px;
    color: #777777;
    font-weight: 500;
}
.tag-list a {
    font-size: 14px;
}
.page-tool a {
    margin-right: 15px;
}
.page-tool a {
    margin-right: 15px;
}
a.viewGrid {
    color: #797979;
}
a.viewList {
    color: #797979;
}
.page-tool-box select {
    width: auto;
    margin: 0 10px;
}
.product-griad .product-lilte-headings {
    clear: both;
    padding-top: 15px;
}
div#productslist .product-lilte-headings {
    clear: both;
    padding-top: 0px;
}
div#productslist .product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 10px;
}
.Categories p {
    color: #202020;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.Categories-title-box {
    width: 100%;
    float: left;
    position: relative;
}
.Categories-title-box .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.8em;
    text-decoration: none;
    font-size: 14px;
    list-style: none;
}
.Categories-title-box ul.list.boxss li {
    margin-bottom: 10px;
}
.Categories-title-box ul.list li a {
    font-size: 14px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
}
.Categories-title-box .ui-state-active {
    background: #FFF;
    color: #202020;
}
.Categories-title-box .ui-state-hover {
    background: #fff;
}
.Categories-title-box .ui-state-default {
    background: #fff;
}
.Categories-title-box .faq-section .ui-state-default {
    border: none;
    font-weight: normal;
}
.Categories-title-box .faq-section .ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0px 0 10px 0;
    padding: 0;
    font-size: 16px;
    color: #202020;
}
.Categories-title-box .faq-section .ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 0px;
}
.Categories-title-box .Categories p {
    margin-top: 0px;
    font-weight: 500;
    margin-bottom: 0px;
}
.Categories-title-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
}
.price-filter-box {
    width: 100%;
    float: left;
    position: relative;
}
.rating-box p {
    text-align: left;
}
.figure-boxx.rsting p {
    text-align: left;
}
.rating-section .itg-button {
    width: 100%;
    text-align: center;
    color: #fff;
}
.price-filter-box .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    font-weight: normal;
    font-size: 14px;
    margin-top: 0px;
}
.price-filter-box .ui-widget.ui-widget-content {
    border: 2px solid #f1f1f1;
}
.price-text p {
    margin-top: 3px;
    margin-bottom: 0;
}
.star-box-section.left p {
    text-align: left;
    margin-top: 5px;
}
.box-list-page p {
    text-align: left;
}
.per-box p {
    font-weight: 500;
    margin-bottom: 0;
}
.box-list-page .social-sharing-box {
    border: none;
}
.star-box-section.left ul li {
    float: left;
    font-size: 16px;
    padding-right: 10px;
    line-height: 18px;
}
.star-box-section.left ul {
    list-style: none;
    padding-left: 0;
}
.star-box-section.left.product-det {
    width: 100%;
    float: left;
    position: relative;
}
.star-box-section.left.product-det li p {
    margin-top: 0px;
}
.product-detail-btn {
    width: 100%;
    float: left;
    position: relative;
}
.order-data.box input {
    border: 1px solid #808080;
}
.social-sharing-box.pro {
    border: none;
}
.setting.box.text p {
    color: #777;
    padding-bottom: 0px;
    padding: 10px 15px;
}
.tap-border {
    border: 1px solid #f1f1f1;
    border-bottom: none;
}
.setting.box.text.border {
    border: 1px solid #f1f1f1;
}
.coming-box .special-style-semidark:before {
    background-color: #000000;
    opacity: 0.7;
}
.coming-box {
    width: 100%;
    float: left;
}
.comming-box-blog {
    margin-top: 12%;
    margin-bottom: 12%;
}
h1.coming-soon-title {
    font-size: 45px;
    color: #fff;
    margin-top: 20px;
    font-weight: 100;
}
.timer-box p {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.timer-box li.timer-circle.colorW {
    color: white;
    font-size: 24px;
    display: inline-block;
    margin-right: 40px;
}
.special-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.second-rows {
    width: 100%;
    float: left;
}
.pagination-box {
    width: 100%;
    float: left;
    position: relative;
}
div#productslist {
    display: none;
}
.pro-top {
    width: 100%;
    float: left;
    position: relative;
}
.pagination-box.section {
    display: none;
}
.billing-box.select.down {
    margin-left: 15px;
}
.boxs-404 {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    z-index: 2;
}
.boxs-404 h4 {
    color: #777;
    padding-bottom: 10px;
}
.drop-box-sec {
    margin-right: -11px;
    float: right;
}
.collection-product-slider .owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 15px;
}
.collection-product-slider .owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 14px;
}
.Reviews-box-blog .comment-section {
    width: 100%;
    float: none;
    position: relative;
    padding: 10px 15px;
}
.Reviews-box-blog article:last-child {
    margin-bottom: 0;
}
.pro-detals-post .tab.table-box .tablinks.active {
    background-color: #fff;
    color: #777777;
    border: 1px solid #f1f1f1;
    border-bottom: none;
    z-index: 2;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.pro-detals-post .tabcontent {
    margin-top: -1px;
    z-index: 1;
    position: relative;
}
.Reviews-box-blog {
    width: 100%;
    float: left;
    position: relative;
    z-index: 5;
}
.tab.table-box {
    width: 100%;
    position: relative;
}
.blog-griad.product button.tablinks:hover {
    background-color: #fff;
    color: #777;
}
.products.list.box.main .product-text-sec-btn1 {
    width: 75%;
    float: left;
    position: relative;
}
.products.list.box.main .product-text-sec-box .itg-button.light {
    float: left;
}
.products.list.box.main .product-text-sec-icons1 {
    width: 25%;
    float: left;
    position: relative;
}
/*
===================================
12 Banner Section
===================================
*/

.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.special-banner-image {
    background-image: url(../images/banner-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.facts i {
    font-size: 25px;
    color: #404040;
    margin-bottom: 10px;
}
.facts h3 {
    color: #fff;
}
.facts h1 {
    font-size: 50px;
}

.Counters-section .theme-heading span {
    background: #fff;
}
.Counters-section .theme-heading .heading-lines:before {
    background-color: #fff;
}
.Counters-section .theme-heading .heading-lines:after {
    background-color: #fff;
}
.facts-icon-box {
    width: 80px;
    height: 80px;
    background: red;
    display: inline-block;
}
.facts.box .service-box {
    background: none;
}
.facts.box .big-circle {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 100%;
}
.facts.box .service-box {
    padding-top: 0px;
    padding-bottom: 0px;
}
.facts.box:hover .service-circle {
    padding: 0px;
    border: 3px solid #ffffff;
    border-radius: 100%;
    transition: none;
}
.facts.box .service-circle {
    transition: none;
}
.facts.box:hover.facts i {
    color: #fff;
}
.facts.box .count-number {
    margin-bottom: -20px;
}
.facts.box h1 {
    color: white;
}
.facts.box .service-circle {
    border-radius: 100%;
}
/*
===================================
13 Menu
===================================
*/

.menu-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}
/*
===================================
14 Opening Hours
===================================
*/

.opening-hours {
    width: auto;
    display: inline-block;
    background: transparent;
    position: relative;
    margin: 0 50px;
    min-width: 332px;
    margin-bottom: 30px;
    border: 4px solid #fff;
    border-radius: 30px;
    -webkit-transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
    -ms-transition: all 0.50s ease-in-out;
}
.special-video-image {
    background-image: url(../img/background/video-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.opening-hours h1 {
    font-size: 40px;
    color: #ffffff;
}
.opening-hours h2 {
    color: #fff;
}
.opening-box {
    margin: auto;
    display: table;
}
.opening-sec-box .theme-heading .heading-lines:before {
    background-color: #FFF;
}
.opening-sec-box .theme-heading .heading-lines:after {
    background-color: #FFF;
}
.opening-sec-box .theme-heading span {
    background: #fff;
}
.opening-hours:hover {
    background: white;
    border: 4px solid;
}
/*
===================================
15 Special Menu
===================================
*/

.menu-list-box {
    width: 100%;
    float: left;
}
.menu-list-box h3 {
    line-height: 1.2em;
    width: 100%;
    margin-bottom: 20px;
}
.menu-list-box h3 span {
    font-size: 18px;
    float: right;
}
.menu-list-box figure img {
    width: 100%;
}
.tabcontent {
    display: none;
}
.tab a {
    font-size: 24px;
    margin: 0 15px;
    color: #000;
    display: inline-block;
}
.menu-list-box figure {
    overflow: hidden;
    position: relative;
}
.menu-list-box img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
/*
===================================
16 Our Team
===================================
*/

.our-team {
    width: 100%;
    float: left;
    margin-bottom: -0px;
}
.team {
    margin-bottom: 0px;
}
.team-member {
    width: 100%;
    float: left;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.team-member ul li {
    display: inline-block;
}
.team-member ul li a {
    margin: 0 15px;
    color: #262626;
}
.team-member p {
    margin-bottom: 30px;
}
.team-member hr {
    border-top: 1px solid #dfdfdf;
    margin: 10px 0;
}
.team-member:hover {
    background-color: #fff;
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
/*
===================================
17 Testimonials
===================================
*/

.customer-section {
    background-color: #212121;
}
.customer-box {
    width: 100%;
    float: left;
    position: relative;
}
.customer-box blockquote {
    padding: 70px 0px 70px;
    margin: 0;
    color: #fff;
    border: none;
    border-left: 0;
}
.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
}
.customer-detail .customer-img {
    display: inline-block;
    border: 1px solid;
    padding: 10px;
    float: left;
}
.customer-detail .caption {
    display: inline-block;
    padding-top: 26px;
}
.customer-detail .caption h3 {
    color: #fff;
    margin-left: 20px;
}
.customer-detail .customer-img figure {
    margin-right: -20px;
}
.customer-detail {
    width: auto;
    display: inline-block;
    background-color: #212121;
    position: absolute;
    bottom: 100%;
    left: 0%;
    margin-left: 0;
    margin-bottom: -49px;
}
#customer-slider .owl-dots {
    position: relative;
    margin-top: 50px;
}
#customer-slider .owl-stage-outer {
    padding-top: 70px;
    margin-top: -70px;
}
.team-member img {
    width: 100%;
}
#customer-slider {
    z-index: 2;
}
.customer-background {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.customer-section .theme-heading .heading-lines:before {
    background-color: #fff;
}
.customer-section .theme-heading .heading-lines:after {
    background-color: #fff;
}
.customer-section .theme-heading span {
    background-color: #fff;
}
.partner-box {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding: 50px 0;
}
/*
===================================
18 Products Section
===================================
*/

.product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #f2f2f2;
    padding: 10px;
}
.product-text-sec-icons1 {
    width: 50%;
    float: left;
    position: relative;
}
.product-text-sec-btn1 {
    width: 50%;
    float: left;
    position: relative;
}
.product-text-sec-icons1 li {
    display: inline-block;
}
.product-text-sec-icons1 li a {
    width: 40px;
    height: 34px;
    background: #ffffff;
    border-radius: 30px;
    color: #808080;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    margin-right: 10px;
}
#productslist .product-text-sec-icons1 li a {
    background: #f7f7f7;
}
#productslist .product-text-sec-box .itg-button.light {
    background: #f7f7f7;
}
.product-text-sec-box .itg-button.light {
    background: #ffffff;
    color: #808080;
    padding: 10px;
    font-size: 14px;
    float: right;
}
.product-lilte-headings {
    clear: both;
    padding-top: 15px;
}
.product-text-sec-box .itg-button.light:hover {
    color: #fff;
}
.product-text-sec-icons1 li a:hover {
    color: #fff;
}
.product-select-boxs select#billing_state29 {
    border-radius: 25px;
    padding: 0 5px;
    margin-top: 5px;
}
.product-select-boxs select#billing_state31 {
    border-radius: 25px;
    padding: 0 5px;
    margin-top: 5px;
}
.product-input-type input.qty {
    width: 90px;
    border-radius: 25px;
}
.product-social-icons-box li a {
    background: #f5f5f5;
    color: #777777;
}
.product-social-icons-box {
    padding-top: 20px;
}
.price-product-section {
    width: 100%;
    float: left;
    position: relative;
}
.product-price-boxs {
    float: left;
    width: 50%;
    position: relative;
}
.product-reating-boxs {
    width: 50%;
    float: left;
    position: relative;
    margin-top: -5px;
}
.product-price-boxs p {
    float: right;
    margin-bottom: 0;
}
.product-reating-boxs p {
    margin-bottom: 0;
}
del.product-price-boxs-text {
    padding-left: 10px;
    color: #000;
}
.detail.Products-section .product-reating-boxs {
    width: 15%;
    float: left;
    position: relative;
    margin-top: -5px;
}
.detail.Products-section .product-price-boxs {
    float: left;
    width: 75%;
    position: relative;
}
.detail.Products-section .product-price-boxs p {
    float: left;
    margin-bottom: 0;
}
.detail.Products-section .product-reating-boxs .star-box-section {
    padding-top: 5px;
}
.products.list.box.main .product-reating-boxs {
    width: 20%;
    float: left;
    position: relative;
    margin-top: -5px;
}
.products.list.box.main .product-price-boxs {
    float: left;
    width: 80%;
    position: relative;
}
.products.list.box.main .product-price-boxs p {
    float: left;
    margin-bottom: 0;
}
.products.list.box.main .star-box-section {
    padding-top: 5px;
}
.product-reating-boxs .star-box-section {
    padding-top: 5px;
}
/*
===================================
19 Price Table
===================================
*/

.table-section {
    width: 100%;
    float: left;
    position: relative;
    background-color: #f5f5f5;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
h3.price-table-title {
    padding-top: 30px;
    text-align: center;
}
.month-box {
    width: 100%;
    float: left;
    position: relative;
}
.month-box a {
    width: 100px;
    height: 100px;
    background: #404040;
    border-radius: 100%;
    margin: 0 auto;
    display: table;
}
.month-box-title {
    font-size: 15px;
    display: block;
    text-align: center;
}
.month-box a {
    font-size: 24px;
    text-align: center;
    padding: 22px 0;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.month-box a:hover {
    color: #fff;
}
.project-table-box p {
    text-align: center;
    padding-bottom: 5px;
}
.table-btn-section {
    text-align: center;
    margin-top: 10px;
    clear: both;
    margin-bottom: 30px;
}
.table-section:hover {
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.175);
    background: #fff;
}
/*
===================================
20 Blog Section
===================================
*/

.blog {
    width: 100%;
    float: left;
}
.blog.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}
#blog-slider .blog {
    margin-bottom: 1px;
}
.blog.full p {
    margin-bottom: 30px;
}
.blog figure img {
    width: 100%;
}
.blog blockquote {
    padding: 30px;
    border: 0px;
    font-size: 16px;
    background-color: #f0f0f0;
    position: relative;
}
.blog blockquote:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d9d9d9;
    opacity: 1;
    font-size: 80px;
    content: "\f10e";
    font-family: FontAwesome;
    margin-left: -37px;
    margin-top: -14px;
}
.blog blockquote i {
    position: relative;
}
.collection-box.hover .product-text-sec-icons1 li a {
    width: 60px;
    height: 34px;
}
.collection-box.hover .product-text-sec-icons1 li a i {
    padding-right: 5px;
}
.box-shadow-hover .collection-box:hover {
    box-shadow: 0px 7px 14px 3px rgba(0, 0, 0, 0.175);
}
.collection-box {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
}
.collection-box.hover p {
    padding: 20px;
    margin-bottom: 0;
}
.collection-box.hover .product-lilte-headings {
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: -10px;
}
.blog-side-bar .product-text-sec-icons1 {
    width: 60%;
    float: left;
    position: relative;
}
.blog-side-bar .product-text-sec-btn1 {
    width: 40%;
    float: left;
    position: relative;
}
.blog.side-bos-style1 .product-lilte-headings {
    padding-top: 0px;
}
/*
===================================
21 Bredcrumb Section
===================================
*/

.breadcrumb {
    background-color: transparent;
    padding: 0;
}
.bredcrumb-section {
    background-image: url(../img/background/bredcrumb-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.bredcrumb-section:after {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.page-head {
    z-index: 1;
    position: relative;
}
/*
===================================
22 Register Page
===================================
*/

.Register-box-btn {
    width: 100%;
    text-align: center;
}
.register-section .tablinks {
    font-size: 16px;
    display: inline-block;
    line-height: 1em;
    padding: 12px 30px;
    text-align: center;
    border: 1px solid #262626;
    color: #262626;
    margin: 0;
}
.register-section .tablinks.active,
.register-section .tablinks:hover {
    color: #fff;
}
.register-section label.radio-label {
    display: inline-block;
    color: #000;
    padding: 0 0 0 10px;
}
.register-section input[type=checkbox] {
    position: relative;
    visibility: visible;
}
.register-sec-box {
    background: #f2f2f2;
}
.Register-bottom-icons .theme-circle {
    background: #404040;
    color: #fff;
}
.Register-bottom-icons {
    text-align: center;
}
/*
===================================
23 Owl Carousel Style
===================================
*/

.owl-dots {
    position: absolute;
    bottom: 4%;
    width: 100%;
}
.owl-theme .owl-nav [class*='owl-'] {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    line-height: 1.8em;
    text-align: center;
    padding: 5px 0px;
    background-color: #404040;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -22.5px;
    width: 100%;
    z-index: -1;
}
.owl-nav .owl-prev {
    float: left;
    margin-left: -50px !important;
}
.owl-nav .owl-next {
    float: right;
    margin-right: -50px !important;
}
.owl-theme .owl-nav .owl-prev i,
.owl-theme .owl-nav .owl-next i {
    font-size: 20px;
    padding: 2px 0;
    width: 100%;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot span {
    width: 40px;
    height: 1px;
    border: 1px solid #f5f5f5;
    background-color: transparent;
}
/*
==========================
24 Preloader
==========================
*/

.preloader {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 1;
    position: fixed;
    z-index: 99999;
}
.preloader .loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.preloader .loader {
    top: 50%;
    margin-top: 20px;
    left: 50%;
    margin-left: -12.5px;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.preloader .loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.preloader .loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.preloader .loader:after {
    left: 3.5em;
}
@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
#loading-center img {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 50%;
    margin-left: -56px;
}
#loading-center {
    width: 100%;
    float: left;
    position: absolute;
    clear: both;
    top: 50%;
    margin-top: -46px;
}
/*
===================================
25 Common Css
===================================
*/
/* 25.1 About */

.about-us {
    width: 100%;
    float: left;
}
.about-us p {
    margin-bottom: 30px;
}
.about-us img {
    width: 100%;
}
.about-us figure {
    overflow: hidden;
    position: relative;
}
/* 25.2 Admin Section */

.admin-section {
    width: 100%;
    float: left;
}
.admin-box figure {
    width: 75px;
    margin: auto;
}
.admin-box figure img {
    width: 100%;
}
/* 25.3 Theme Box */

.theme-box {
    width: 100%;
    float: left;
    background-color: #e5e5e5;
    padding: 0 20px;
}
.theme-box .social-icon {
    width: auto;
    float: right;
    padding: 15px 0;
}
.theme-box.icons .theme-circle {
    color: #fff;
}
.theme-box span {
    padding: 24px 0;
    display: inline-block;
    line-height: 1em;
    margin-right: 30px;
}
.theme-box .theme-circle {
    background: #404040;
}
/* 25.4 Theme Form */

.theme-form {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
}
.theme-form-background .bottom-left {
    bottom: 0;
    left: 0;
    position: absolute;
}
.theme-form-background .bottom-right {
    right: 0;
    bottom: 0;
    position: absolute;
}
.theme-form input,
.theme-form textarea {
    background-color: transparent;
    padding: 5px 40px;
}
/*
===================================
26 Details section
===================================
*/

.details-section-boxs {
    width: 100%;
    float: left;
    position: relative;
}
.detail-box img {
    width: 100%;
}
.details-section-boxs .service-circle {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 100%;
    display: block;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.details-section-boxs .service-box.text-center {
    width: 20%;
    float: left;
    position: relative;
}
.details-section-boxs .details-text-section {
    width: 80%;
    float: left;
    position: relative;
}
.details-section-boxs .big-circle i {
    width: 100%;
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12.5px;
    font-size: 25px;
    color: #fff;
}
.details-section-boxs:hover .service-circle {
    padding: 5px;
    border: 1px solid #d4d4d4;
}
.details-section-boxs .big-circle {
    background-color: #404040;
}
.details-text-section p {
    margin-bottom: 0;
}
.details-section-boxs h1 {
    margin-bottom: 15px;
}
.details-section-boxs .big-circle {
    border-radius: 100%;
}
.details-section-boxs .service-box {
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
}
/*
===================================
27 Service Detail
===================================
*/

.service-detail {
    width: 100%;
    float: left;
}
.service-detail p {
    margin-bottom: 30px;
}
.service-detail.single p {
    margin-bottom: 15px;
}
.service-detail h3 i {
    font-size: 40px;
}
.service-detail figure {
    overflow: hidden;
    position: relative;
}
.service-detail h3 {
    padding-top: 0px;
}
.service-detail.single h3 {
    padding-top: 0px;
}
/*
===================================
28 Gallery
===================================
*/

.gallery-img {
    width: 100%;
    float: left;
}
.gallery-img figure {
    width: 100%;
    position: relative;
}
.gallery-img figure img {
    width: 100%;
}
.gallery-img figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    top: 50%;
    margin-top: -14px;
    z-index: 2;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-img figure:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.gallery-img:hover.gallery-img figure:after,
.gallery-img:hover.gallery-img figure figcaption {
    opacity: 0.90;
    visibility: visible;
}
.gallery-img:hover.gallery-img figure figcaption a i {
    color: #fff;
}
/*
===================================
29 Page style
===================================
*/
/* 29.1 FAQ Page*/

.ui-icon {
    float: right;
    margin-top: 5px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    color: #fff;
}
.ui-accordion .ui-accordion-header {
    outline: none;
    border-radius: 0;
    margin-top: 30px;
}
.ui-icon-triangle-1-s {
    background-position: -65px 0;
}
.ui-icon-triangle-1-e {
    background-position: -32px 0px;
}
/* 29.2 Blockquote */

.dishes img {
    width: 100%;
}
.dish blockquote {
    padding: 30px;
    border: 0px;
    font-size: 16px;
    background-color: #f0f0f0;
    position: relative;
}
.dish blockquote:before {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #d9d9d9;
    opacity: 1;
    font-size: 80px;
    content: "\f10e";
    font-family: FontAwesome;
    margin-left: -37px;
    margin-top: -14px;
}
.dish blockquote i {
    position: relative;
}
/* 29.3 Error Page */

.error-page {
    float: left;
    width: 100%;
}
.error-page h2 {
    font-size: 60px;
    font-weight: 300;
}
.error-page h1 {
    font-size: 70px;
    font-weight: 300;
}
.error-page h1 {
    font-size: 70px;
    font-weight: 300;
}
.error-page h3 {
    font-size: 40px;
    font-weight: 300;
}
.error-img-box {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -110px;
}
/* 29.4 Pagination */

.pagination-box span {
    display: inline-block;
    text-align: center;
    background-color: #404040;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;
    width: 35px;
    height: 35px;
    color: #fff;
    border-radius: 100%;
    padding-top: 2px;
}
.pagination-box a span:hover {
    color: #fff;
}
/* 29.5 Sidebar */

.sidebar {
    width: 100%;
    float: left;
}
.sidebar-box {
    float: left;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px 0;
    margin-bottom: 30px;
}
.sidebar-box ul.meta-link li {
    font-size: 15px;
    margin: 5px 0;
}
.sidebar-box ul.meta-link li a:hover {
    padding-left: 15px;
}
.sidebar-box h5 {
    font-weight: bold;
}
.sidebar-box p {
    font-size: 14px;
}
.feature-post {
    width: 100%;
    float: left;
}
.feature-post figure img {
    width: 100%;
}
.feature-post p {
    font-size: 12px;
    margin-bottom: 0;
}
/* 29.6 Comment Area */

.comment-section {
    width: 100%;
    float: left;
}
.comment-box figure {
    width: 80px;
    margin: auto;
}
.comment-box figure img {
    width: 100%;
}
.comment-section h4 span {
    font-size: 14px;
}
.comment-section p {
    margin-bottom: 0;
    font-size: 14px;
}
/* 29.7 Contact Page */

.contact-detail {
    float: left;
    width: 100%;
}
.contact-detail i {
    font-size: 40px;
    margin-bottom: 20px;
}
.location-map {
    float: left;
    width: 100%;
}
.location-map iframe {
    width: 100%;
    margin: 0;
    border: 0px !important;
    padding: 0;
    height: 500px;
}
/* 29.8 Comming Soon */

.comming-soon-content {
    padding: 20px 0;
    z-index: 3;
    position: relative;
}
.special-style-fixed {
    position: fixed;
}
.comming-soon-style-1 {
    background-image: url(../img/background/comming-soon-1-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.comming-soon-style-2 {
    background-image: url(../img/background/comming-soon-2-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.comming-soon-page .special-section {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -290px;
}
.dark-overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.comming-soon-content h2 {
    font-size: 30px;
}
.comming-soon-content h1 {
    font-size: 60px;
}
.comming-soon-content .search_bar input {
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 30px;
}
.comming-soon-content .search_bar button {
    top: 1px;
    right: 1px;
    height: 96%;
    border-radius: 0px 25px 25px 0px;
}
.timer {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}
.timer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 20px 0;
}
.timer ul li span {
    font-size: 60px;
    display: block;
}
.timer ul li span.normal {
    font-size: 25px;
}
.after-border {
    position: relative;
}
.after-border:after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #717171;
    position: absolute;
    right: 0;
    top: 0;
}
.comming-soon-content.box .theme-circle {
    background: #404040;
    color: #fff;
}
.comming-soon-style-2-overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.65;
}
/* 29.9 Team Detail */

.chef-detail {
    float: left;
    width: 100%;
}
.chef-detail img {
    width: 100%;
}
.chef-detail.box .theme-circle {
    background: #404040;
}
/* 29.10 Tooltip Section */

.tooltip {
    position: relative;
    float: right;
}
.tooltip > .tooltip-inner {
    background-color: #313131;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.popOver + .tooltip > .tooltip-arrow {
    border-left: 0px solid transparent;
    border-right: 12px solid transparent;
    border-top: 8px solid #313131;
}
.tooltip-arrow {
    left: 9% !important;
}
.tooltip.in {
    left: 55px!important;
}
.progress {
    border-radius: 0;
    overflow: visible;
    margin-top: 15px;
    height: 11px;
}
.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
}
/* 29.11 Landing Page */

.demo {
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 60px;
    overflow: hidden;
}
.landing-page h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.demo img {
    width: 100%;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.demo-img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
}
.demo:hover .demo-img {
    top: -25%;
}
.demo-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.demo-button .itg-button {
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.demo:hover .demo-button {
    opacity: 1;
    visibility: visible;
}
.preview-cover {
    position: relative;
    width: 100%;
    float: left;
}
.preview-cover img {
    width: 100%;
}
/* 29.12 Filter Section */

.serch-result {
    width: 100%;
    float: left;
}
.filter-section select {
    line-height: 1.2em;
    font-size: 16px;
    color: #000;
}
.filter-section label {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
}
.filter-section p {
    margin: 0;
}
.filter-section p span {
    color: #000;
    font-weight: 600;
}
.filter-section img {
    width: 100%;
}
.serch-result img {
    width: 100%;
}
.serch-result p {
    margin-bottom: 20px;
}
.detail {
    padding-top: 6%;
}
ul.social-icon.detail {
    padding-top: 0;
}
.filter-slider {
    border-radius: 10px;
}
.filter-slider span {
    border-radius: 10px;
    outline: none;
}
.filter-section input {
    background-color: transparent;
    border: 0;
}
.filter-section form {
    display: inline-block;
    width: 100%;
}
.filter-section input[type="checkbox"] {
    display: none;
}
.filter-section label {
    cursor: pointer;
}
.filter-section input[type="checkbox"] + label:before {
    border: 1px solid #333;
    content: "\00a0";
    display: inline-block;
    font: 16px/1em sans-serif;
    height: 16px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 16px;
    border-radius: 100%;
    margin-top: -3px;
}
.filter-section input[type="checkbox"]:checked + label:before {
    content: "\2713";
    text-align: center;
}
.filter-section input[type="checkbox"]:checked + label:after {
    font-weight: bold;
}
.filter-check-box ul li {
    display: inline-block;
    margin-right: 40px;
}
.filter-check-box label {
    color: #777;
}
.filter-section.box {
    background: #f2f2f2;
}
.serch-result.box-sec .product-text-sec-box {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 0px;
    margin-bottom: 15px;
}
.serch-result.box-sec .product-text-sec-icons1 {
    width: auto;
    float: left;
    position: relative;
}
.serch-result.box-sec .product-text-sec-btn1 {
    width: auto;
    float: left;
    position: relative;
}
.serch-result.box-sec .product-text-sec-icons1 li a {
    background: #f7f7f7;
}
.serch-result.box-sec .product-text-sec-box .itg-button.light {
    background: #f7f7f7;
}
.Filtered-Products-sec {
    background-color: #e6e6e6;
}
/* 29.13 User Profile */

.user-review {
    float: left;
    width: 100%;
    padding: 20px 5px;
    border: 1px solid #d9d9d9;
    margin-bottom: 30px;
}
.user-review p {
    margin-bottom: 0;
}
.user-detail .theme-circle {
    background: #404040;
}
.user-detail img {
    width: 100%;
}
/* 29.14 Sidebar */

.post-section {
    padding-left: 0;
}
.Categories {
    width: 100%;
    float: left;
    position: relative;
}
.imd-box img {
    width: 100%;
}
.post-section p {
    font-size: 14px;
    margin-bottom: 0;
}
.post-section h4 {
    font-size: 16px;
}
.Recent-box {
    width: 100%;
    float: left;
}
ul.Recent-img-box {
    padding-left: 0;
    margin-bottom: 0;
}
ul.Recent-img-box li {
    float: left;
    padding-right: 6.6px;
    padding-bottom: 6px;
    width: 33%;
}
ul.Recent-img-box img {
    width: 100%;
}
.new-letter-box {
    width: 100%;
    float: left;
}
.new-letter-box p {
    font-size: 14px;
    padding-top: 5px;
}
.Categories ul.list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ul.list li a {
    font-size: 14px;
    color: #777777;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}
.tag-list a {
    font-size: 15px;
    background-color: #eee;
    padding: 12px 15px;
    line-height: 1em;
    float: left;
    margin: 0 5px 10px 0;
    transition: all .45s ease-in-out;
}
.tag-list a:hover {
    color: #fff;
}
.search-box-1 button {
    position: absolute;
    top: 1px;
    width: 49px;
    border: none;
    height: 31px;
    right: 1px;
    outline: none;
    background: #f2f2f2;
}
.search-box-1 {
    float: left;
    position: relative;
    width: 100%;
    z-index: 1;
}
.search-box-1 i {
    font-size: 13px;
    padding: 9px 0;
    color: #a3a2a2;
}
.Categories-title-box label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    color: #777777;
}
.checbox-section p {
    margin: 11px 0;
    padding: 0;
}
.checbox-section label {
    cursor: pointer;
    color: #000000;
    font-weight: 100;
}
.price-filter-text {
    width: 50%;
    position: relative;
    float: right;
    border: none;
}
.filter-box-btn {
    width: 50%;
    float: left;
    position: relative;
}
.price-filter-text input#amount2 {
    border: none;
}
.rating-section .itg-button {
    border: none;
}
/* 29.15 Cart Page */

.product-order-table {
    width: 100%;
    float: left;
    border: 1px solid #f1f1f1;
}
strong.dots-box a {
    font-size: 12px;
    color: white;
    background: #f54e33;
    border-radius: 100%;
    padding: 2px 5px;
}
.Cart-Totals-box .billing-box input {
    border: 1px solid #808080;
}
/* 29.16 Checkout Page */

.checkbox.top {
    margin-top: 0;
    margin-bottom: 0;
    color: #262626;
}
.product-checkout .market-info {
    padding: 15px 18px;
    font-size: 16px;
    background: #f2f2f2;
}
.market-info i {
    margin-right: 10px;
}
.from-text label.inline {
    font-size: 14px;
    margin-bottom: 0;
}
.product-checkout form.login.box.row {
    display: none;
}
.product-checkout form.checkout_coupon {
    display: none;
}
.product-checkout form.login.box p {
    padding-top: 10px;
    padding-bottom: 0px;
}
.tab.table-box button {
    padding: 12px 30px;
    background: white;
    outline: none;
    border: none;
}
.Reviews-box-blog .setting.box.text p {
    padding: 0px;
}
.billing-box label {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}
.billing-box input {
    border: 1px solid #808080;
}
.billing-box select {
    padding: 0 0;
}
input#ship-to-different-address-checkbox {
    display: none;
}
.shipping-fields.row {
    display: none;
}
.order-bosx {
    width: 100%;
    float: left;
}
.text-c.order-data h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 15px;
    text-align: left;
}
.order-bosx.price h4 {
    margin-top: 8px;
}
.order-table-cell h4 {
    color: #777777;
    font-size: 14px;
    text-align: left;
}
h4.product-title a {
    color: #777777;
    font-size: 14px;
}
.text-cart-box {
    color: #777;
    font-size: 14px;
    font-weight: 400;
}
.rev-content i {
    font-size: 14px;
}
.Cart-Totals-box {
    background: #f2f2f2;
    border: 1px solid #f1f1f1;
    padding: 20px;
}
.checbox-section p {
    margin: 11px 0;
    padding: 0;
}
.checbox-section label {
    cursor: pointer;
    color: #808080;
    font-weight: 400;
}
.order-text.boxs {
    margin-top: 8px;
}
.form-row {
    margin-bottom: 10px;
}
.Payment-Method-section .checbox-section label {
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}
.Payment-Method-section {
    width: 100%;
    float: left;
    position: relative;
}
/* 29.17 Order Page */

.order-page {
    width: 100%;
    float: left;
    position: relative;
}
.order-page .text-cart-box {
    font-size: 13px;
}
/*
========================================
30 Vertical Slider
========================================
*/

.vertical-slider-box img {
    width: 100%;
}
.vertical-slider-box .popap-box.slide {
    padding: 0;
}
.vertical-slider-box a.bx-prev {
    position: absolute;
    top: -13%;
    outline: 0;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    left: 22px;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-box a.bx-next {
    position: absolute;
    top: 111%;
    outline: 0;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    left: 22px;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-box a.bx-prev:before {
    content: "\f106";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 28%;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-box a.bx-next:after {
    content: "\f107";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 28%;
    font-size: 24px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-box .bx-wrapper {
    -moz-box-shadow: 0 0 0px;
    -webkit-box-shadow: 0 0 0px;
    box-shadow: 0 0 0px;
    border: 0px solid;
}
.vertical-slider-2 a.bx-prev {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    left: 38%;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-2 a.bx-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    outline: 0;
    width: 30px;
    height: 30px;
    background: #f2f2f2;
    right: 38%;
    text-indent: 0;
    font-size: 0px;
    Z-INDEX: 1;
}
.vertical-slider-2 a.bx-prev:before {
    content: "\f104";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 35%;
    font-size: 20px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-2 a.bx-next:after {
    content: "\f105";
    font: normal normal normal 43px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -4px;
    right: 35%;
    font-size: 20px;
    line-height: 38px;
    color: #000;
}
.vertical-slider-2 .bx-wrapper {
    -moz-box-shadow: 0 0 0px #ccc;
    -webkit-box-shadow: 0 0 0px #ccc;
    box-shadow: 0 0 0px #ccc;
    border: 0px solid #fff;
    background: #fff;
    margin-bottom: 0px;
}
.vertical-slider-2 .bx-controls-direction {
    padding-top: 160px;
    margin-bottom: -80px;
}
.border-left-site {
    border-left: 2px solid #828282;
    padding-left: 10px;
    margin-top: 5px;
}
.head-medial-text p {
    font-weight: 500;
    margin-bottom: 0;
    padding-top: 0;
}
/*
========================================
31 Quick View
========================================
*/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.quick-vive-popap {
    width: 100%;
    float: left;
    position: relative;
}
.Quick-view-popup {
    width: 100%;
    background: #fff;
    float: left;
    margin-top: 60px;
}

.quick-vive-popap .modal-header .close {
    margin-top: -2px;
    font-size: 25px;
}
.popap-open-box {
    margin-top: 15px;
    margin-bottom: 15px;
}
.quick-vive-popap .product-input-type input {
    width: 97%;
}
.quick-vive-popap .product-box-btm-blog a.itg-button.pro.left {
    padding: 9px 0px;
    line-height: 21px;
    margin-left: 9px;
    margin-top: 0px;
    width: 100%;
}
.quick-vive-popap .billing-box select {
    border-radius: 25px;
    padding: 0 5px;
}
/*
===================================
32 Footer
===================================
*/

.foot-sec {
    width: 100%;
    float: left;
    color: #cccccc;
    position: relative;
    z-index: 2;
}
.footer-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #4a4a4a;
}
.foot-img-box img {
    float: left;
    width: 100%;
}
.main_footer {
    background-color: #313131;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.foot-sec ul li {
    margin-bottom: 10px;
}
.foot-sec ul.text li span {
    width: 88%;
    float: right;
}
.foot-img-box ul li {
    width: 21%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.foot-sec p {
    margin-bottom: 10px;
    clear: both;
}
.foot-sec h3 {
    position: relative;
}
.foot-sec h3:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 70px;
    top: 50%;
    margin-top: -1px;
    margin-left: 20px;
}
.foot-sec h3.line-hide:after {
    display: none;
}
.bottom-footer p {
    margin: 0;
}
.bottom-footer {
    position: relative;
    background: #2d2d2d;
}
.footer-background .top-left {
    position: absolute;
    top: 0;
    left: 0;
}
.footer-background .bottom-right {
    position: absolute;
    bottom: 105px;
    right: 0;
}
.new-letter-section {
    width: 100%;
    float: left;
    position: relative;
    background: #4a4a4a;
    padding: 20px;
}
.new-letter-box-text h3 {
    color: #fff;
}
.new-letter-box-text p {
    color: #cccccc;
    margin-bottom: 0;
}
.new-letter-section .nav-seach-box {
    width: 100%;
    float: left;
    position: relative;
    padding: 11px 0;
}
.new-letter-section .nav-seach-box .button-style {
    top: 14px;
    border-bottom-right-radius: 99px;
    right: 0px;
    height: 35px;
    width: 100px;
    border-radius: 0 15px 15px 0;
    color: #fff;
}
.footer-icon-box li span {
    width: 88%;
    float: right;
}
ul.footer-icon-box li {
    margin-bottom: 5px;
}
.footer-bottom-icons-section {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    padding: 50px 0;
}
ul.bottom-footer-navigation li {
    display: inline-block;
}
ul.bottom-footer-navigation li a {
    padding: 0 20px;
    color: #ccc;
    font-size: 14px;
}
.footer-bottom-icons-section .foot-sec ul li {
    margin-bottom: 0;
}
.footer-bottom-icons-section .foot-sec {
    margin: auto;
    display: table;
}
.footer-bottom-icons-section ul.social-icon {
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
}
.footer-bottom-icons-section .theme-circle {
    background: #ffffff;
    color: #777;
}

a:hover,

a:focus,

.theme-color,

.facts.box:hover h1,

.facts.box:hover h3,

.opening-hours:hover h1,

.opening-hours:hover h2,

.service-box:hover h4 a,

.tablinks.active,

.team-member ul li a:hover,

.breadcrumb>.active,

.service-detail:hover h3 a,

.pagination-box span:hover,

.sidebar-box h4,

.admin-section h3,

.comment-section h3,

.comment-section p a,

.theme-form h3,

i.red,

.error-page h2,

.contact-detail i,

.timer ul li span.normal,

.thecube h4,

.filter-section input,

.filter-section input[type="checkbox"]:checked + label:before,

ul.bottom-footer-navigation li a:hover,

.Categories ul li a:hover,

.star-box-section.rating-box i,

.star-box-section p i,

.Products-in-stock,

.preloader .loader,

.product-price-boxs p {

    color: #ddc096;

}

.theme-bg,

.itg-button:hover,

.theme-circle:hover,

.theme-circle:focus,

.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span,

.service-box:hover .big-circle,

.owl-theme .owl-nav [class*='owl-']:hover,

.sticker-tag:hover,

.service-box:hover .itg-button,

.top-bar-icon li a span,

.ui-state-hover,

.ui-widget-content .ui-state-hover,

.ui-widget-header .ui-state-hover,

.ui-state-focus,

.ui-widget-content .ui-state-focus,

.ui-widget-header .ui-state-focus,

.ui-button:hover,

.ui-button:focus,

.ui-state-active,

.ui-widget-content .ui-state-active,

.ui-widget-header .ui-state-active,

a.ui-button:active,

.ui-button:active,

.ui-button.ui-state-active:hover,

.itg-button.dark,

.comming-soon-content .search_bar button,

.thecube .cube:before,

.demo-button .itg-button,

.theme-heading h1:before,

.theme-heading h1:after,

.filter-section .ui-state-default,

.filter-section .ui-widget-content .ui-state-default,

.filter-section .ui-widget-header .ui-state-default,

.filter-section .ui-button,

html .ui-button.ui-state-disabled:hover,

.filter-section.ui-button.ui-state-disabled:active,

.filter-section input[type="checkbox"]:checked + label:before,

.register-section .tablinks.active,

.register-section .tablinks:hover,

ul.nav.navbar-nav li a:hover,

.navbar-default .navbar-nav > .open > a:hover,

.navbar-nav>li>.dropdown-menu,

.dropdown-menu,

.theme-heading span,

.navbar-default .navbar-nav .open .dropdown-menu>li>a,

.facts.box:hover .big-circle,

.gallery-img figure:after,

.product-text-sec-box .itg-button.light:hover,

.table-section:hover .itg-button.light,

.table-section:hover .month-box a,

.new-letter-section .nav-seach-box .button-style,

.foot-sec h3:after,

.service-detail:hover .itg-button.light,

.chef-detail.box .theme-circle:hover,

.tooltip-box .progress-bar,

.comming-soon-content.box .theme-circle:hover,

.pagination-box span:hover,

.checbox-section input[type="checkbox"]:checked + label:before,

.rating-section .itg-button,

.order-bosx,

.details-section-boxs:hover .big-circle,

.product-text-sec-icons1 li a:hover,

.serch-result.box-sec .product-text-sec-icons1 li a:hover,

.serch-result.box-sec .product-text-sec-box .itg-button.light:hover,

.facts box:hover .big-circle,

#productslist .product-text-sec-icons1 li a:hover,

#productslist .product-text-sec-box .itg-button.light:hover,

#style-switcher h2 a {

    background-color: #ddc096;

}

.itg-button:hover,

.service-box:hover .itg-button,

.customer-detail figure,

.customer-detail .customer-img,

.owl-theme .owl-dots .owl-dot.active span,

.owl-theme .owl-dots .owl-dot:hover span,

.ui-state-active,

.ui-widget-content .ui-state-active,

.ui-widget-header .ui-state-active,

a.ui-button:active,

.ui-button:active,

.ui-button.ui-state-active:hover,

.itg-button.dark,

.demo-button .itg-button,

.filter-section input[type="checkbox"]:checked + label:before,

.register-section .tablinks.active,

.register-section .tablinks:hover,

.navbar-nav>li>.dropdown-menu,

.dropdown-menu li .dropdown-menu,

.opening-hours:hover {

    border-color: #ddc096;

}

.top-bar-icon li a span:before {

    border-bottom-color: #ddc096;

}

.has-submenu.highlighted:before {

    border-color: transparent transparent #ddc096 transparent;

}

.left-side.menu:after {

    border-color: transparent #ddc096 transparent transparent;

}

.gallery-dropdown-left:after {

    border-color: transparent transparent transparent #ddc096;

}


.carousel-caption h5 {
    font-family: 'Great Vibes', cursive;
    color: #fff;
    font-size: 32px;
}

.carousel-caption {
    position: absolute;
    top: 217px;
}
.overlay{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.carousel-caption p {
    width: 78%;
    margin: 0 auto;
}

.details-text-section h4 {
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 12px;
}

.details-text-section p {
    margin-bottom: 0;
    line-height: 22px;
    font-size: 15px;
}

.details-section-boxs span {
    color: #ddc096;
}

.service-box a {
    font-size: 19px;
    font-weight: bold;
}

.service-circle a {
    line-height: 81px;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
}

.theme-heading {
    padding-top: 100px;
}

section.about-area {
    padding-bottom: 56px;
}
.navbar-collapse{
    /* margin: 0 10px 0 0; */
}
.about-img1 {
    position: relative;
    z-index: 999;
}

.abt-img1 {
    float: left;
    max-width: 300px;
}
.abt-img2 {
    z-index: 3;
    top: 80px;
    position: absolute;
    left: 15%;
}
.abt-img3 {
    float: right;
    max-width: 390px;
    top: 10px;
    position: absolute;
    right: 0;
}
.icon-image{
    text-align: center;
    padding-bottom: 6px;
}
.icon-image img{
    max-width: 40px;
}
.footer-widget h4{
    position: relative;
}
.footer-widget h4::after{
    /* position: absolute; */
    /* content: '';
    background-image: url(../images/f-line.png); */
    top: 0;
    width: 50px;
    left: 7px;
    top: 42px;
    height: 300px;
    width: 300px;
    background-repeat: no-repeat;
    /* bottom: -30px; */
}
.order{
    background-color: #66493b;
    padding: 90px 0;
}
.order h4{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;

    font-family: "Inter", sans-serif;
}
.new-btn1{
    background-color: #fff !important;
    color: #000 !important;
    padding: 20px 56px !important;
}
.new-btn{
        margin: -15px 0 0 -110px !important;
}
.about-content li img{
    width: 25px;
    margin-right: 10px;
}

.about-img1 img::after {
    height: 519px;
    background-image: none;
    width: 553px;
    margin: 60px 0 0 auto;
    color: #111111;
    background-color: #e8bda1;
    position: absolute;
}
.about-inner .sec-head-wrap{
    text-align: center !important;
}
.top-header-details a {
    font-size: 20px;
}
.top-header-details a {
    font-size: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 10px !important;
}
.bottom-header .container.clss {
    background: #f3f3f3;
    /* border-bottom: 1px solid #592c1c; */
    border-radius: 12px;
}
.project-header .navbar-brand img {
    max-width: 100%;
    height: 60px;
}

 a.last i {
    color: #ddd;
    margin-right: 10px;
}
.last {
    background: #270301;
    padding: 10px 20px !important;
    height: auto;
    text-align: center;
    /* align-items: end; */
    display: flex;
    border-radius: 10px;
    color: #ddd;
    margin-right: 18px;
}
span.fnt {
    color: #ddd;
    float: left;
    line-height: 28px;
    font-size: 28px;
    width: 38px;
    background: #ddd;
    border-radius: 50%;
    color: #ff044b;
    padding: 5px;
    margin-top: 4px;
}