/*
Theme Name: CBYS
Theme URI: https://www.cbys.com
Author: Esigners
Author URI: https://www.esigners.in
Description: CBYS WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: cbys-wp
*/
body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

img {
    min-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

h1 {
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 0px;
    line-height: normal;
}

h2 {
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 20px;
    line-height: normal;
}

h3 {
    font-weight: 700;
    font-size: 30px;
    padding-bottom: 20px;
    line-height: normal;
}

h4 {
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 20px;
    line-height: normal;
}

h5 {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 10px;
    line-height: normal;
}

h6 {
    font-weight: 600;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: normal;
}

p {
    line-height: 35px;
    font-size: 18px;
    margin: 0px;
    padding-bottom: 15px;
}

.headerMenuContainer{
    background: #e8d94f;
}

.headerMenuContainer p{
    color: #000;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 15px 0;
}

.headerMenuContainer p a{
    color: #000;
}
.navContainer .logo img{
    width: auto;
    min-width: auto;
}

.headericon ul li{
    display: inline-block;
}

.headericon ul li a {
    color: #000;
}


.navContainer{
    background: url(assets/images/bgTop.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
    height: 100px;
}
.navContainer nav {
    text-align:center;
    width:100%;
    position:relative;
    height:100px;
/*    overflow:hidden;*/
    background:none;
}
.logo{
    position: relative;
    top: -60px;
}


#menuToggle {
    display: block;
    position: absolute;
    top: -55px;
    right: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #0d142c;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

#menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

#menu {
    position: absolute;
    width: 300px;
    margin: -50px 0 0 0;
    padding: 50px;
    padding-top: 65px;
    right: -100px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);

    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
    display: block;
}

#menuToggle input:checked~ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
}

 ul#menu li a{
    color: #0d142c;
    font-size: 19px;
    font-weight: 600;

}
.navContainer nav ul li a:hover {
    color:#e8d94f;
    font-size: 19px;
    font-weight: 600;
    background: #054c0e;
    padding: 10px 20px;
    transition: 0.8s ease-out;
   
}
.headermenusec ul li{
    text-align: center;
    margin: 35px 0;
}
.headermenusec ul li {
    display: inline-block;
    padding: 0 5px;
}
.headermenusec ul li a {
    color: #0d142c;
    font-size: 19px;
    font-weight: 600;
    padding: 0 10px;
}
.headermenusec ul li a:hover {
    color:#e8d94f;
    font-size: 19px;
    font-weight: 600;
    background: #054c0e;
    padding: 10px;
   
}
.headericon ul{
    margin: 35px 0;
}
.headericon ul li{
    display: inline-block;
    padding: 0 20px;
}

.headericon ul li i{
    color: #0d142c;
    cursor: pointer;
}

/*styling open close button*/
/*.button {
    display:inline;
    position:absolute;
    right:50px;
    top:25px;
    z-index:999;
    font-size:30px;
}
.button a {
    text-decoration:none;
}
.btn-open:after {
    color:#0d142c;
    content:"\f0c9";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#0d142c;
}
.btn-close:after {
    color:#fff;
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #34B484;
}*/

.btn-close{
    background: none;
    border: 1px solid #333;
}
/*overlay*/
.overlay {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:100%;
    background:#333;
    overflow:auto;
    z-index:99;
}
.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:90%;
    margin:0 auto;
}
.wrap ul.wrap-nav {
    border-bottom:1px solid #575757;
    text-transform:capitalize;
    padding:0px;
}
.wrap ul.wrap-nav li {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:24%;
    position:relative;
}
.wrap ul.wrap-nav li a {
    color:#34B484;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
/*.wrap ul.wrap-nav li a:hover {
    color:#f0f0f0;
}*/
.wrap ul.wrap-nav ul {
    padding: 0;
}
.wrap ul.wrap-nav ul li {
    display:block;
    font-size:13px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
}
/*.wrap ul.wrap-nav ul li a:hover {
    color:#34B484;
}*/

.wrap ul li h3{
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 0px;
}
/*.social {
    font-size:25px;
    padding:20px;
}
.social p {
    margin:0;
    padding:20px 0 5px 0;
    line-height:30px;
    font-size:13px;
}
.social p a {
    color:#34B484;
    text-decoration:none;
    margin:0;
    padding:0;
}
.social-icon {
    width:80px;
    height:50px;
    background:#e9e9e9;
    color:#333;
    display:inline-block;
    margin:0 20px;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.social-icon:hover {
    background:#34B484;
    color:#f0f0f0;
}
.social-icon i {
    margin-top:12px;
}*/

.content {
    width:100%;
    margin-top:200px;
    font-size:20px;
    color#333;
    text-align: center;
}
/*----------Product Categories---------*/
.categoriesContainer{
    margin-top: 50px;
    padding: 0 15px;
}

.categoriesContainer h2{
    color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
}

.categoriesList{
    text-align: center;
}
.categoriesList li{
  display: inline-block;
  padding: 0 5px;
  width: 19%;
  vertical-align: top;
}
.categoriesList li:hover{
      box-shadow: 5px 5px 60px rgb(235, 235, 235), -5px -5px 60px rgb(237, 237, 237);
       transition: 0.7s ease-out;
}

.categoriesList ul li img {
    width: 235px;
    height: 235px;
    border: 1px solid #04220a;
    border-radius: 100%;
    min-width: 100%;
    padding: 3px;
}
.categoriesList ul li div {
    width: 245px;
    height: 245px;
  border-radius: 100%;
  box-shadow: inset 0px 0px 0px 3px white;
  border: 1px solid #04220a;
  padding: 4px;
}



.categoriesList ul li h3{
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0 0;
    color: #04220a;
    padding-bottom: 0px;
} 

.categoriesList ul li h5{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #494949;
    margin: 6px 0 0 0;
    font-weight: 300;
}

.welcomeContainer{
    margin-top: 50px;
}

.welcomeContainer h2{
    color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.welcomeContainer h4{
    color: #748a53;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 0 0;
    padding-bottom: 0px;
}

.welcomeContainer p{
    color: #494949;
    font-size: 16px;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0 50px;
    line-height: 30px;
}

.personalizedContainer{
    margin-top: 50px;
    padding: 0 25px;
}

.personalizedContainer h2{
    color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.persomalizedproduct img{
    border: 5px solid #FFF;
    width: 100%;
    height: 391px;
    object-fit: cover;
}


.persomalizedproduct h3{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 22px 0 0 0;
    padding: 0px 5px;
    min-height: 40px;
}

.persomalizedproduct h3 a{
    color: #000;
}

.persomalizedproduct p{
    text-align: center;
}
.persomalizedproduct .priceCut {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding-left: 10px;
    text-decoration: line-through;
}

.persomalizedproduct .hilightPrice {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 0 10px;
}

.productBgA{
    background: #e1898f;
}

.peronalisedImg{
    padding: 10px;  
}

.peronalisedImg{
  position: relative;
  overflow: hidden;
}
.peronalisedImg::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.peronalisedImg:hover::before, .peronalisedImg:focus::before {
  -webkit-animation: shine 0.85s;
          animation: shine 0.85s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}


.productBgB{
    background: #88c490;
}

.productBgC{
    background: #bfb68b;
}

.productBgD{
    background: #cbab8f;
}

.persomalizedproduct{
    margin: 40px 0 0 0;
}
.persomalizedproduct:hover{
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  opacity: 1;
  transition: 0.7s ease-out;
}
.productBgE{
    background: #7fb5b7;
    text-align: center;
    padding-bottom: 10px;
}

.productBgE ins{
    text-decoration: none;
}

.productBgF{
    background: #c797bc;
    text-align: center;
    padding-bottom: 10px;
}
.productBgF ins{
    text-decoration: none;
}

.productBgG{
    background: #bb8889;
    text-align: center;
    padding-bottom: 10px;
}
.productBgG ins{
    text-decoration: none;
}
.productBgH{
    background: #b99a84;
    text-align: center;
    padding-bottom: 10px;
}
.productBgH ins{
    text-decoration: none;
}
.peronalisedImgBig img{
    height: 370px;
    object-fit: cover;
}

.productBgI{
    background: #cbab8f;
}

.productBgJ{
    background: #99cc99;
}

.productBgK{
    background: #e1898f;
}

.discoveryMorebtn{
    margin: 40px 0 0 0;
    text-align: center;
}

.discoveryMorebtn a{
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 20px 20px;
    background: #054c0e;
}
.discoveryMorebtn a:hover{
    transition: 0.7s ease-out;
    border: 1px solid #054c0e;
    background: #fff;
    color: #054c0e;
}

.bestsellersContainer{
    margin-top: 50px;
}

.bestsellersContainer h2{
    color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}
.bestSellers{
    text-align: center;
    margin: 30px 0 0 0;
}

.bestSellers ul li{
    display: inline-block;
    padding: 0 5px;
    width: 19%;
    padding: 0 0 20px 0;
}

.bestSellers ul li img{
    width: 100%;
    border: 5px solid #cbab8f;
    height: 345px;
    object-fit: cover;
}

.bestSellers ul li h3{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #054c0e;
    margin: 20px 0 0 0;
    padding-bottom: 0px;
    min-height: 40px;
}

.bestSellers ul li h3 a {
    color: #054c0e;
}

.bestSellers ul li p{
    margin: 5px 0 0 0;
    text-align: center;
    padding-bottom: 0px;
}

.bestSellers ul li .priceCut{
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #054c0e;
    margin: 20px 0 0 0;
    padding-bottom: 0px;
    text-decoration: line-through;
}

.bestSellers ul li .hilightPrice {
    font-size: 17px;
    color: #054c0e;
    font-weight: 400;
    padding: 0 10px;
}

.occasionContainer{
    margin: 50px 0 0 0;
}

.starRating .checked:before{
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #5f8331;
    color: #fff;
}

.occasionContainer h2{
    color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.sliderCon{
    margin: 20px 0 0 0;
}
.productitem img{
     opacity: 0.3;
    transition: 0.7s ease-out;
}

.productitem img:hover{
    opacity: 0.5;
    transition: 0.7s ease-out;
}

.productitem h4{
   position: absolute;
    top: 50%;
    left: 0%;
    right: 0%;
    /* transform: translate(-50%, -50%); */
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}


.occasionContainer .container{
    position: relative;
  text-align: center;
  color: white;
}

.productitem{
   background-color: rgb(0 0 0 / 95%);
}

/*.overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: red;
  z-index: 200;
}*/
.overlay:hover {
  display: block;
}

.occasionContainer .ion-ios-arrow-forward {
    padding: 2px 10px !important;
    border: 1px solid #000 !important;
}

.occasionContainer .ion-ios-arrow-back {
    padding: 2px 10px !important;
    border: 1px solid #000 !important;
}
.owl-nav{
    text-align: center;
    margin: 0px 0 0 0;
}
.owl-nav .owl-prev{
    background: #88c490;
    border: 1px solid #88c490;
    margin: 0 10px;
}
.owl-nav .owl-next{
    background: #88c490;
    border: 1px solid #88c490;
    margin: 0 10px;
}
.owl-nav .owl-next span{
    color: #fff;
    padding: 10px 5px;
}
.owl-nav .owl-prev span{
    color: #fff;
    padding: 10px 5px;
}
.newlaunchdContainer{
    margin-top: 50px;
}

.newlaunchdContainer h2{
    color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.productcolorE{
    background: #e1898f;
}

.newProductImg img{
    width: 100%;
    border: 5px solid #FFF;
    height: 319px;
    object-fit: cover;
}

.newLaunchProduct li{
    display: inline-block;
    padding: 0px;
    width: 19%;
    vertical-align: top;
}


.productlaunchbox h3{
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin: 22px 0 0 0;
    padding-bottom: 0px;
    min-height: 40px;
}

.productlaunchbox h3 a{
    color: #000;
}

.productlaunchbox p{
    text-align: center;
}


.productlaunchbox .priceCut {
    display: inline-block;
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding-left: 10px;
    text-decoration: line-through;
}

.productlaunchbox .hilightPrice {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    padding: 0 10px;
}

.productlaunchbox ins{
    text-decoration: none;
}

.launchproductA{
    background: #e1898f;
}

.launchproductB{
    background: #88c490;
}

.launchproductC{
    background: #bfb68b;
}
.launchproductD{
    background: #cbab8f;
}
.launchproductE{
    background: #89aee1;
}

.newLaunchProduct{
    text-align: center;
    margin: 40px 0 0 0;
}
.badge-overlay {
  position: absolute;
  margin: 5px;
  /*left: 0%;
  top: 0px;*/
  /*width: 100%;
  height: 100%;*/
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
  -webkit-transition: width 1s ease, height 1s ease;
  -moz-transition: width 1s ease, height 1s ease;
  -o-transition: width 1s ease, height 1s ease;
  transition: width 0.4s ease, height 0.4s ease;
}

/* ================== Badge CSS ========================*/
.badge {
  margin: 0;
  padding: 0;
  color: white;
  padding: 10px 10px;
  font-size: 15px;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  background: #ed1b24;
  font-family: "Roboto", serif;
  font-weight: 400;
}

.badge::before, .badge::after {
  content: "";
  position: absolute;
  top: 0;
/*  margin: 0 -1px;*/
  width: 100%;
  height: 100%;
  background: inherit;
  min-width: 55px;
}

.badge::before {
  right: 100%;
}

.badge::after {
  left: 100%;
}
.top-left {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
  transform: translateX(-30%) translateY(0%) rotate(-45deg);
  -ms-transform-origin: top right;
  -webkit-transform-origin: top right;
  transform-origin: top right;
}



.productlaunchbox{
    padding: 10px;
}


.discountContainer{
    margin-top: 50px;
    padding: 0 25px;
}


.discountCollMainHd{
    position: absolute;
    bottom: 30px;
    left: 15px;
/*    z-index: 999;*/
    top: 50%;
    transform: translateY(-50%);
}

.discountCollMainHd h3{
    font-size: 58px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    display: inline-block;
}
.discountCollectionMain{
    position: relative;
    background-color: rgb(0 0 0 / 95%);
}


.discountCollectionMain img{
    width: 100%;
    height: 318px;
    object-fit: cover;
    opacity: 0.3;
    transition: 0.7s ease-out;
}
.discountCollectionMain img:hover{
    opacity: 0.5;
    transition: 0.7s ease-out;
}

.rightdiscountimgMain img:hover{
    opacity: 0.5;
    transition: 0.7s ease-out;
}

.rightdiscountimgMain{
    position: relative;
    background-color: rgb(0 0 0 / 95%);
}

.rightdiscountimgMain img{
    width: 100%;
    height: 154px;
    object-fit: cover;
    opacity: 0.3;
}

/*.rightdiscountimgMain{
    position: absolute;
    z-index: 999;
}*/

.rightdiscountimgMain h3{
    font-size: 58px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    display: inline-block;
}

/*.rightfutureCollMainHd{
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 999;
}*/
.rightfutureCollMainHd{
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
    
.discountCollMainHd h4{
    font-size: 15px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

.rightfutureCollMainHd p{
    text-align: left;
}
.discountCollMainHd .priceCut{
    color: #fff;
    font-weight: 400;
}
.rightfutureCollMainHd .priceCut{
    color: #fff;
        font-weight: 400;
}

.discountCollMainHd .hilightPrice{
    color: #fff;
        font-weight: 400;
    padding: 0 0px;
}
.rightfutureCollMainHd .hilightPrice{
    color: #fff;
        font-weight: 400;
    padding: 0 0px;
}

.rightfutureCollMainHd p{
    color: #fff;
}

.rightdiscounttext .hilightPrice{
     color: #fff;
        font-weight: 400;
    padding: 0 0px;
}

.rightdiscounttext p{
    color: #fff;
}

.discountCollMainHd p{
    color: #fff;
}

.rightfutureCollMainHd h4{
        font-size: 15px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

.rightgdiscontainer ul li:nth-child(2){
    margin: 10px 0 0 0;
}

.rightdiscounttext{
    text-align: right;
}

/*.rightdiscounttext{
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 999;
}*/

.rightdiscounttext{
        margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.rightdiscounttext h3 {
    font-size: 58px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
    display: inline-block;
}

.rightdiscounttext h4 {
    font-size: 15px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    font-weight: 400;
}

.rightdiscounttext .priceCut {
    color: #fff;
    font-weight: 400;
}

.rightdiscounttext .hilightPrice {
    color: #fff;
    font-weight: 400;
    padding: 0 0px;
}

.clientTestimonial{
    margin: 50px 0 0 0;
}

.clientTestimonial h2{
        color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.testimonialsimg img{
    border: 5px solid #cbab8f;
    min-width: 0;
    max-width: none;
    height: 480px;
    object-fit: cover;
}

.testimonialsbox p{
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
}

.testimonialsbox li:nth-child(1){
    padding: 0px 20px 0 0;
/*    width: 20%;*/
}

.testimonialsbox li:nth-child(2){
    padding: 0px;
    width: 79%;
    margin: 0;
    position: absolute;
    top: 15%;
    transform: translateY(-50%);
}

.testimonialsbox li{
    display: inline-block;
}
    
.testimonialsbox h4{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    padding-bottom: 0px;
}
.testimonialsbox h4 span{
    font-size: 17px;
    font-weight: bold;
    color: #748a53;
}

.testimonialsbox{
        margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.testimonialsliderCon{
    margin: 40px 0 0 0;
}

.testimonialsliderCon .owl-nav .owl-prev span{
    color: #3e332b;
}
.testimonialsliderCon .owl-nav .owl-prev span:hover{
    color: #748a53;
}

.testimonialsliderCon .owl-nav .owl-prev {
    background: #fff;
    border: 1px solid #fff;
    margin: 0 10px;
}

.testimonialsliderCon .owl-nav .owl-next span{
    color: #3e332b;
}
.testimonialsliderCon .owl-nav .owl-next span:hover{
    color: #748a53;
}

.testimonialsliderCon .owl-nav .owl-next {
    background: #fff;
    border: 1px solid #fff;
    margin: 0 10px;
}

.footerContainer{
    background: #95a289;
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
}

.footerContainer .footerNav h5{
    font-weight: bold;
    font-size: 32px;
    color: #fff;
}

.footerContainer .footerNav ul li a{
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}

.footerContainer .footerNav ul li a:hover{
    color: #054c0e;
    transition: 0.9s ease-out;
}

.footerNav ul{
    padding: 0 10px;
}

.footersocialMedia ul li{
    display: inline-block;
}

.footersocialMedia ul li a{
    color: #fff;
    padding: 0 10px;
}

.footersocialMedia ul li a:hover{
    color: #054c0e;
    transition: 0.9s ease-out;
}

.copyrightContainer p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.copyrightContainer p a{
    color: #fff;
}


.footerContainer hr{
    color: #fff;
}

.paymentCard ul li p{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    text-align: right;
}

.paymentCard ul li{
    display: inline-block;
    width: 49%;
}

.paymentCard ul li img{
    width: 100%;
}



.footersocialMedia{
    text-align: center;
}

.footersocialMedia ul{
    padding: 8px 0;
}

/*Default page template styles*/
.heroImageContainer img {
    width: 100%;
}

.innerPageContainer {
    margin: 50px 0 0 0;
}

.innerPageContainer h1 {
    color: #054c0e;
    font-size: 34px;
    font-weight: 800;
    padding-bottom: 0px;
}

.innerPageContainer h2 {
    color: #054c0e;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.innerPageContainer h3 {
    color: #054c0e;
    font-size: 30px;
    font-weight: 800;
    padding-bottom: 0px;
}

.innerPageContainer h4 {
    color: #054c0e;
    font-size: 28px;
    font-weight: 800;
    padding-bottom: 0px;
}

.innerPageContainer h5 {
    color: #054c0e;
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 0px;
}

.innerPageContainer h2 {
    color: #054c0e;
    font-size: 25px;
    font-weight: 800;
    padding-bottom: 0px;
}

.innerPageContainer p{
    color: #494949;
    font-size: 16px;
    margin: 15px 0 0 0;
    line-height: 30px;
}

.innerPageContainer ul {
    padding: 15px;
}

.innerPageContainer ul li {
    color: #494949;
    font-size: 16px;
    line-height: 30px;
}

.innerPageContainer ol {
    padding: 15px;
}

.innerPageContainer ol li {
    color: #494949;
    font-size: 16px;
    line-height: 30px;
}

/*Default page template styles*/


.aboutContainer img{
    width: 100%;
}
.aboutContainerText h2{
    color: #054c0e;
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}
.aboutContainerText h4 {
    color: #748a53;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 0 0;
    padding-bottom: 0px;
}
.aboutContainerText p{
    color: #494949;
    font-size: 16px;
/*    text-align: center;*/
    margin: 15px 0 0 0;
    line-height: 30px;
}
.journeyImages{
    margin: 45px 0 0 0;
    padding: 0 0 0 10px;
}

.journeytext{
    margin: 45px 0 0 0;
}

.journeyImages img{
    width: 100%;
}

.journeytext p{
    color: #494949;
    font-size: 16px;
    text-align:left;
    margin: 15px 0 0 0;
    line-height: 30px;
    padding: 0 20px 0 0;
}

.leftjourneytext p{
    color: #494949;
    font-size: 16px;
    text-align:right;
    margin: 15px 0 0 0;
    line-height: 30px;
    padding: 0 0 0 20px;
}

.leftjourneytext{
    margin: 45px 0 0 0;
}

.rightjourneyImages{
    margin: 45px 0 0 0;
    padding: 0 10px 0 0;
}

.rightjourneyImages img{
    width: 100%;
}

.aboutContainerText{
    margin: 50px 0 0 0;
}

/*styling open close button*/
.button {
    display:inline;
    position:absolute;
/*    right:200px;*/
    top:25px;
    z-index:999;
    font-size:30px;
}
.button a {
    text-decoration:none;
}
.btn-open:after {
    color:#0d142c;
    content:"\f0c9";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-open:hover:after {
    color:#0d142c;
}
.btn-close:after {
    color:#fff;
    content:"\f00d";
    font-family:"FontAwesome";
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.btn-close:hover:after {
    color: #fff;
}
/*overlay*/
.overlay {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    width:30%;
    background:#333;
    overflow:auto;
    z-index:99;
    right: 0;
}
.wrap {
    color:#e9e9e9;
    text-align:center;
    max-width:90%;
    margin:0 auto;
}
.wrap ul.wrap-nav {
    border-bottom:1px solid #575757;
    text-transform:capitalize;
    padding:150px 0px 100px;
}
.wrap ul.wrap-nav li {
    font-size:20px;
    display:inline-block;
    vertical-align:top;
    width:100%;
    position:relative;
}
.wrap ul.wrap-nav li a {
    color:#34B484;
    display:block;
    padding:8px 0;
    text-decoration:none;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.wrap ul.wrap-nav li a:hover {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul {
    padding:20px 0;
}
.wrap ul.wrap-nav ul li {
    display:block;
    font-size:13px;
    width:100%;
    color:#e9e9e9;
}
.wrap ul.wrap-nav ul li a {
    color:#f0f0f0;
}
.wrap ul.wrap-nav ul li a:hover {
    color:#34B484;
}
.social {
    font-size:25px;
    padding:20px;
}
.social p {
    margin:0;
    padding:20px 0 5px 0;
    line-height:30px;
    font-size:13px;
}
.social p a {
    color:#34B484;
    text-decoration:none;
    margin:0;
    padding:0;
}
.social-icon {
    width:80px;
    height:50px;
    background:#e9e9e9;
    color:#333;
    display:inline-block;
    margin:0 20px;
    transition-property:all .2s linear 0s;
    -moz-transition:all .2s linear 0s;
    -webkit-transition:all .2s linear 0s;
    -o-transition:all .2s linear 0s;
}
.social-icon:hover {
    background:#34B484;
    color:#f0f0f0;
}
.social-icon i {
    margin-top:12px;
}

.content {
    width:100%;
    margin-top:200px;
    font-size:20px;
    color#333;
    text-align: center;
}

.mobileMenuContainer{
    display: none;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

.contactBodyContainer{
    margin: 50px 0 0 0;
}
.contactBodyContainer h2{
    color: #054c0e;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.contactInformation svg{
        color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
    background: #054c0e;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.64);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.64);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.64);
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.contactInformation h4{
    font-size: 20px;
    color: #054c0e;
    padding-bottom: 0px;
    font-weight: 600;
}

.contactInformation a{
     font-size: 17px;
    color: #000;
    padding-bottom: 0px;
    font-weight: 400;
}

.contactInformation p{
     font-size: 17px;
    color: #000;
    padding-bottom: 0px;
    font-weight: 400;
    line-height: 25px;
}

.contactForm ul li .formsmfield {
    height: 40px;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.contactForm ul li .formbgfield{
    height: 100px;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    outline: none;
}



.contactmap{
    margin: 30px 0 0 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 10px;
}

.innerBodyContainer{
    margin: 50px 0 0 0;
}

.innerBodyContainer h2{
        color: #054c0e;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}

.postEntry {
    padding: 0 20px 0 0;
}

.postEntry h3 a{
    color: #054c0e;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0px;
}

.postEntry h3{
    line-height: 25px;
}

.postEntry h2{
    line-height: 32px;
}

.singleblogBodyContainer h2{
    color: #054c0e;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 0px;
}

.singleblogBodyContainer{
    margin: 50px 0 0 0;
}

.singleBlogtag{
    margin: 50px 0 0 0;
}

.postEntry p{
    color: #494949;
    font-size: 16px;
    line-height: 30px;
}

.postmetadata a{
    color: #054c0e;
}

.more a{
    background-color: #054c0e;
    color: #fff;
    position: unset;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 15px;
}
.more{
    display: inline-block;
    margin: 0 0 20px 0;
}

.blog-sidebar{
    margin: 50px 0 0 0;
}

.blog-sidebar .widget {
    margin: 0 0 20px 0;
}

.blog-sidebar h3{
    color: #054c0e;
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 0px;
}

.blog-sidebar ul li::before{
    color: #748a53;
    content: '\f061';
    font-family: "FontAwesome";
    padding: 10px;
}

.blog-sidebar ul li a{
    color: #054c0e;
    font-size: 16px;
    line-height: 30px;
}

.wp-block-group.caegories-rightbar {
    margin: 30px 0 0 0;
}

.caegories-rightbar ul li::before{
    color: #000;
    content: '\f0a9';
    font-family: "FontAwesome";
    padding: 10px;
}

.caegories-rightbar ul li a{
    color: #000;
    font-size: 14px;
    line-height: 25px;
}

.caegories-rightbar ul li{
    padding: 0 0 5px 0;
}

.singleProductContainer{
    margin: 30px 0 0 0;
    display: flex;
}

.mobilemenuList ul li a{
    color: #000;
}

.videogallerybox video{
    width: 100%;
}
.videogallerycontainer h2{
    color: #054c0e;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 0px;
}
.videogallerycontainer {
    margin: 50px 0 0 0;
}

.videogallerybox:hover{
    box-shadow: 5px 5px 60px rgb(235 235 235 / 0%), -5px -5px 60px rgb(237 237 237 / 83%);
    transition: 0.7s ease-out;
    padding: 15px;
}
.videogallerybox{
    padding: 15px;
}

.contacticon{
    float: left;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 2px 0 0 0;
    background: #054c0e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0 10px 0 0;
}

.contacttitle{
    width: 80%;
    padding: 0 10px 0 0;
    text-align: left;
}
.contactInformation{
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    padding: 10px;
    margin: 0 0 10px 0;
}

.contactformbtn{
        background-color: #054c0e;
    color: #fff;
    position: unset;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0px;
    padding: 10px 15px;
    float: right;
    border: none;
}

.contactmap h3{
    font-size: 20px;
    color: #054c0e;
    padding-bottom: 0px;
    font-weight: 600;
}

.commentBlock textarea{
    width: 100%;
    height: 100px;
    outline: none;
}

.commentBlock input{
    width: 100%;
    outline: none;
}

.commentBlock #submit{
    width: auto;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    background: #054c0e;
}

.woocommerce-form-register__submit{
     width: auto;
    border: none !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 10px 20px !important;
    background: #054c0e !important;
}

.woocommerce-form-login__submit{
    width: auto;
    border: none !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 10px 20px !important;
    background: #054c0e !important;
}

.show-password-input{
  top: 25px !important;
}

.woocommerce-privacy-policy-text p{
    padding-bottom: 0px;
    line-height: 25px;
}

.btn-close::after {
  color: #000 !important;
}

.button .btn-close::after{
  color: #fff !important;
}

.wrap h3{
    font-size: 20px;
    color: #fff;
    padding-bottom: 0px;
}

.modal-header .btn-close{
    padding: 5px 10px 10px 10px;
}

