@font-face {
    font-family: 'malayalam_mnregular';
    src: url('./fonts/malayalam-mn-webfont.woff2') format('woff2'),
         url('./fonts/malayalam-mn-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'avenir';
    src: url('./fonts/avenirltstd-book-webfont.woff2') format('woff2'),
         url('./fonts/avenirltstd-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
font-family:avenir;
}
section.header_section {
  position: absolute;
  width: 100%;
  top: 0;
}
section.banner_section {
  position: relative;
  text-align: center;
}
section.header_section a.logo {
  margin: 0px;
  float: none;
  display: inline-block;
}
section.banner_section .page-main {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0px auto;
  text-align: center;
}

h3.banner_title {
    font-size: 55px;
    line-height: 75px;
    font-weight: 400;
    max-width: 550px;
    margin: 0px auto;
    color: #fff;
    margin-bottom: 25px;
    font-family: malayalam_mnregular;
}
a.pirmary_btn {
    display: inline-block;
    background: #F1EBDF;
    height: 50px;
    width: 285px;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 900;
    line-height: 50px;
    text-align: center;
    border: 1px solid #000;
}
h2.main-title {
  font-size: 55px;
  text-align: center;
  font-weight: 400;
  line-height: 70px;
  margin-bottom: 30px;
  font-family: malayalam_mnregular;
}
.category_row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.category_coll.left {
  width: 46%;
}
.category_coll.right {
  width: 46%;
}
.category_box a.pirmary_btn {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: rgb(241 235 223 / 70%);
}
.category_coll.right .category_box:first-child {
  margin-bottom: 80px;
}
.category_row{
  position: relative;
}
.category_row::before {
    content: '';
    width: 1px;
    height: 110%;
    position: absolute;
    border-left: 1px solid #000;
    left: 0;
    top: -2%;
    right: 0;
    margin: 0px auto;
}
.category_row::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -8%;
  border-radius: 50%;
}
section.offer_section {
  padding: 50px 0px;
}
section.offer_section ul.offer-list {
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0px;
}
section.offer_section ul.offer-list li {
  width: 20%;
  text-align: center;
  padding: 0px 15px;
  margin:0px;
}
section.offer_section ul.offer-list li img {
  max-height: 100px;
  width: auto;
  margin-bottom: 20px;
}
section.offer_section h4.offer_title {
  font-weight: 900;
  font-size: 24px;
  line-height: 40px;
  color: #000;
  margin:0px;
}
section.category_section {
  padding: 50px 0px;
}
.category_box {
  position: relative;
}
p.main-subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    max-width: 100%;
    margin: 0px auto 50px;
    text-align: center;
}
section.brand_section {
  padding: 50px 0px;
}
section.brand_section h2.main-title {
    margin: 0px;
}
.brand-row {
  display: flex;
  justify-content: space-between;
}
.brand-coll {
  width: 33.3%;
  padding: 0px 15px;
  box-sizing: border-box;
  text-align: center;
}
.brand-coll-inner .brand-img {
  position: relative;
}
.brand-coll-inner .brand-img img.brand_.logo {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 50%;
  transform: translateY(-50%);
}
section.overtextbanner_section, section.overtextbanner_section img {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    position: relative;
}
section.overtextbanner_section .page-main h2.main-title {
    margin: 0;
}

section.overtextbanner_section .page-main {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #fff;
}
section.overtextbanner_section::after {
    content: "";
    width: 1px;
    height: 90px;
    background-color: #000;
    display: inline-block;
    position: absolute;
    top: 102%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.overtextbanner_section {
    margin-bottom: 100px;
}
section.overtextbanner_section::before {
    content: "";
    display: inline-block;
    background-color: #000;
    position: absolute;
    top: calc(100% + 103px);
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
section.stories_section.hidecss {
    display: none !important;
}
section.stories_section {
  padding: 50px 0px;
  position: relative;
  overflow:hidden;
}
.stories-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.stories-coll {
  padding: 0px 15px;
  text-align: center;
}
.stories-coll-inner {
  position: relative;
}
.stories-coll-inner a.pirmary_btn.stories-title {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -19px;
  background: rgba(241,235,223,0.7);
}
.stories-row .stories-coll:nth-child(2) .stories-coll-inner::before {
  content: "";
  width: 1px;
  border-left: 1px solid #000;
  position: absolute;
  height: 50%;
  bottom: -65%;
}
.stories-row .stories-coll:nth-child(2) .stories-coll-inner::after {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  bottom: -65%;
  left: 1px;
  right: 0;
  margin: 0px auto;
  content: '';
}
.stories-row .stories-coll:nth-child(2) {
  margin-top: -75px;
}
section.stories_section::before {
  content: "";
  background: rgba(222, 220, 211, 0.8);
  width: 100%;
  height: 200px;
  position: absolute;
  z-index: -9;
}
section.stories_section h2.main-title {
  display: inline-block;
  float: right;
  margin-bottom: 0;
  margin-top: 40px;
}
section.ourcleint_section {
  padding: 50px 0px;
}
section.ourcleint_section h2.main-title {
    margin: 0px;
}

.page.messages {
    margin: 0px;
}
header.header {
    position: absolute;
    width: 100%;
}
.panel.wrapper {
    display: none;
}
.logo_header {
    display: inline-block;
    width: 100%;
    text-align: center;
    clear: both;
}
.logo_header .logo {
    margin: 13px auto;
    display: inline-block;
    float: none;
    max-width: 350px;
    filter: invert(1);
}
section.library_section {
    background: #F2EDE2;
    padding: 50px 0px;
}
.library-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
}
.library-coll.first h2.main-title {
    text-align: left;
    margin: 0px;
}
.library-coll.thired ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.library-coll.thired ul li a {
    font-size: 24px;
    font-weight: 900;
}
section.sustainable_section {
    padding: 50px 0px;
}
.sustainable-row {
    display: flex;
    justify-content: space-between;
    //align-items: center;
}
.sustainable-coll {
    width: 47%;
}
.sustainable-coll .content_box {
    height: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}
.sustainable-coll h2.main-title {
    text-align: left;
}
.sustainable-coll .content_box p {
    font-size: 24px;
    line-height: 70px;
}
section.testimonial_section {
    padding: 50px 0px;
}
section.testimonial_section h2.main-title.left {
    text-align: left;
}
.testimonial-row {
    display: flex;
    justify-content: space-between;
}
.testimonial-coll {
    width: 47%;
}
.testimonial-coll-inner {
    text-align: center;
    background: #F1EBDF;
    padding: 25px;
    height: 100%;
    position: relative;
    box-sizing: border-box;
	margin-top: 35px;
}
.testimonial-coll-inner img {
    margin-top: -45px !important;
    display: inline-block;
}
.testimonial-coll-inner p {
    font-size: 24px;
    line-height: 42px;
	font-style: italic;
}
span.author {
    font-size: 24px;
    color: rgba(0,0,0,0.6);
}
.testimonial-coll-inner img {
    margin-top: -80px;
}
section.contact_section {
    padding: 50px 0px;
}
section.contact_section .contact-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    padding-bottom: 100px;
}
section.contact_section .contact-row .contact-coll {
    width: 43%;
}
section.contact_section .contact-row .contact-coll.left h2.main-title.left {
    text-align: left;
}
form.contact_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form.contact_form .form-filed {
    width: 49%;
    float: left;
}
form.contact_form .form-filed input {
    height: 50px;
    padding: 0px;
    border: none;
    border-bottom: 1px solid #000;
	background:transparent;
}
form.contact_form .form-filed textarea {
    border: none;
    border-bottom: 1px solid #000;
    height: 100px;
	background:transparent;
}
.contact-coll.left ul {
    padding: 0px;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    max-width: 225px;
    bottom: -20px;
}
form.contact_form button#contact {
    width: 100%;
    height: 40px;
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 22px;
    padding: 0px;
    color: #000;
    background: rgba(241, 235, 223, 0.46);
    margin-top: -10px;
}
.contact-row::before {
    content: '';
    width: 1px;
    height: 40%;
    position: absolute;
    border-left: 1px solid #000;
    left: 0;
    top: 35%;
    right: 0;
    margin: 0px auto;
}
.contact-row::after {
    width: 5px;
    height: 5px;
    position: absolute;
    background: #000;
    border-radius: 50%;
    top: 74%;
    left: 0px;
    right: 0;
    margin: 0px auto;
    content: '';
}
.contact-coll.left::after {
    content: "";
    width: 30%;
    height: 250px;
    background: rgba(222, 220, 211, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: -20px;
    z-index: -9;
}
section.footer_section {
    padding: 50px 0px;
    background: #F1EBDF;
}
section.footer_section .footer-row {
    display: flex;
    justify-content: space-between;
}
.footer-coll.left {
    font-size: 24px;
    line-height: 45px;
}.footer-coll.left strong {
    font-weight: 600;
}
.footer-coll.right ul.social-link {
    padding: 0px;
    list-style: none;
}
.footer-coll.right ul.social-link img {
    max-width: 35px;
}
.footer-bottm {
    background: #EDE8E5;
    padding: 20px 0;
    display: none;
}
.columns .column.main {
    padding-bottom: 0px;
}

section.banner_section img {
    width: 100%;
}
.footer-coll.right ul.social-link li.fb img {
    width: 31px;
    margin: 0px auto;
    display: block;
}



/*18922*/


.brand-coll {
    width: auto;
    padding: 0px 15px;
    box-sizing: border-box;
    text-align: center;
    max-width: 100%;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    width: auto;
    max-width: 100%;
    margin: 0px auto;
}
.testimonial-row .owl-stage {
    display: flex;
}
.testimonial-coll {
    width: 100%;
    padding: 0px 15px;
    height: 100%;
}
section.stories_section h2.main-title {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-top: 40px;
    width: 100%;
    text-align: right;
}
.stories-row .owl-item.active + .owl-item.active {
    margin-top: -60px;
}
.stories-row .owl-item.active + .owl-item.active + .owl-item.active {
    margin-top: 0px;
}
.stories-row .owl-item.active + .owl-item.active + .owl-item.active {
    margin-top: 0px;
}
.stories-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: -60px;
    position: relative;
}
.stories-row .owl-stage {
    padding: 50px 0px;
}
.stories-row::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 1px;
    height: 110px;
    border-right: 1px solid #000;
    bottom: -40px;
    overflow: visible;
}
.stories-row::after {
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
    border-radius: 50%;
    margin: 0px auto;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
button.owl-prev, button.owl-next {
    width: 35px;
    height: 35px;
    border: 1px solid #000 !important;
    border-radius: 50% !important;
	position:relative;
	background:transparent !important;
}
button.owl-prev span, button.owl-next span {
    font-size:0px;
}

button.owl-prev::before {
    content: "";
    border-right: 10px solid #000;
    border-left: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: -12px;
    right: 0;
    margin: 0px auto;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
}
button.owl-next::before {
    content: "";
    border-left: 10px solid #000;
    border-right: 10px solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    left: 0;
    right: -12px;
    margin: 0px auto;
    width: 10px;
    top: 50%;
    transform: translateY(-50%);
}
section.brand_section button.owl-prev {
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
}
section.brand_section button.owl-next {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
}
section.stories_section button.owl-prev {
    position: absolute;
    left: 10px;
    top: -5px;
}
section.stories_section button.owl-next{
    position: absolute;
    left: 60px;
    top: -5px;
}
section.testimonial_section button.owl-prev {
    position: absolute;
    right: 60px;
    top: -80px;
}
section.testimonial_section button.owl-next {
    position: absolute;
    right: 10px;
    top: -80px;
}
.page.messages {
    margin: 0px;
    display: none;
}


section.contact_section .contact-row .contact-coll span.icon img {
    width: 25px;
}
section.contact_section .contact-row .contact-coll li a {
    display: flex;
    align-items: center;
}
section.contact_section .contact-row .contact-coll li a span.icon {
    display: inline-block;
    margin-right: 5px;
	min-width: 25px;
}



@media only screen and (min-width:1460px){

section.banner_section .page-main {
    top: 28%;
    transform: translateY(-50%);
}

}


/*Menu*/

@media only screen and (min-width:992px){

.nav-sections 
    {  -webkit-overflow-scrolling: touch;
        -webkit-transition: left 0.5s;
        -moz-transition: left 0.5s;
        -ms-transition: left 0.5s;
        transition: left 0.5s;
        height: 100% !important;
        left: -100% !important;
        overflow: auto;
        position: fixed;
        top: -1px !important;
        width:85% !important;
        margin: 0px;
    }
    
    .page-header.fixed-header .nav-sections 
    {   top: 167px !important;
    }
    .nav-sections-item-content
    {   padding: 0px !important;
        margin-top: 0px;
    }
    .nav-sections .navigation .level0.first
    {   padding-left: 0;
        background: none;
    }
    .nav-sections .navigation .level0.left-menu
    {   float:none;
    }
    .navigation li.level0.fullwidth .submenu,
    .navigation li.level0 li.level1 > .container
    {   position: absolute; right: 0; top: 52px !important;width: 100%;height: 100%; padding:0px !important;
        background: #fff !important;
        color: #000; z-index: 100; overflow-y: scroll;-webkit-transform: translateX(100%);-ms-transform: translateX(100%);
        -o-transform: translateX(100%); transform: translateX(100%);-o-transition: -o-transform .5s ease;transition: -webkit-transform .5s ease;
        transition: transform .5s ease;text-align: center; border-top:0px;
         max-height: 560px;
        min-height: 84vh; 
    }
    .navigation li.level0 li.level1 > .container{ top:0px !important;}
    header.page-header .nav-sections,.nav-sections-item-content > .navigation, .nav-sections-items
    {   background: #ffffff;height:100%;
    }
    header.page-header .nav-sections
    {    border-right: 1px solid #e4e4e4;
    }    
    .navigation li.level0.fullwidth .submenu.opened,
    .navigation li.level0 li.level1 > .container.opened
    {    -webkit-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0);transform: translateX(0);
    }
    .sw-megamenu.navigation li.active-parent
    {   position:static !important;        
    }
    .navigation li.level0 .subchildmenu
    {   padding-left: 0px; text-align: left;
    }
    .navigation .back
    {   font-size: 17px; margin-bottom: 10px; text-align: left; margin-left: -9px;          
    }
    .navigation .submenu .back:after
    {   content: "\f855"; right: 0px; font-size: 13px; color: #000; display: inline-block;font-family: 'porto-icons'; margin-left: 20px; 
    }
    .navigation .submenu.opened .back:before
    {   content: "\f855"; right: 0px; font-size: 13px; color: #000; display: inline-block; font-family: 'porto-icons'; margin-right: 10px;           
    }
    .navigation .submenu:not(:first-child) ul>li.level2
    {   padding: 2px 0px;
    }

    .navigation .submenu:not(:first-child) ul>li.level2:last-child
    {   border-bottom: none;padding-bottom: 5px;
    }
    .navigation .submenu.opened .back:after{ display: none;  }
    .navigation li.level0 li.level1 .open-children-toggle
    {   width: 30px; height: 30px; text-align: right; cursor: pointer; top: auto; margin-top: 15px; left: 86%;
        top: auto; right: 0; left: 0; margin-top: 16px; width:100% !important; padding-right: 30px;     
    }
    .navigation li.level0 li.level1 .open-children-toggle::before
    {
        content: "\f105"; font-size: 0px !important; color:#929292; display: inline-block;font: normal normal normal 22px/1 FontAwesome;
        line-height: 30px; margin-top: 0px;background: url(../images/icon-arrow-right.svg) no-repeat center center;
        background-size: 8px auto;
        width: 15px;
        height: 20px;
        opacity: 0.25;
        position: relative;
        top: -3px;
    }
    .navigation li.level0 li.level1.active-parent .open-children-toggle::before
    {   content: "\f105";  font-size: 12px; font-weight: bold;font: normal normal normal 14px/1 FontAwesome;
    }
    .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle
    {   top: auto; right: 0; left: 0; margin-top:0px;width:auto; position: absolute; display: block;
        height: 63px; z-index: 99;left: 80%;
    }
    .navigation .parent .level-top:after
    {   position: absolute;
        right: 0px !important;
        top: -5px !important;
        color: #868686;
        opacity: 0.25;
        margin-top: 15px;
        left: 96%; 
        background-size:6px auto;
        width: 15px;
        height: 20px;
        font-size: 0px;
        opacity: 1;
    }
    .nav-sections.menu-open2.menu-open1, .nav-sections.menu-open2
    {   left: 0 !important; z-index: 99;transition: all 0.5s;

    }
    .nav-sections.menu-open2.menu-open1, .nav-sections.menu-open2
    {   left: 0 !important; 
        z-index: 99999;
        overflow-x: hidden;
    }
    .level0.active-parent > .open-children-toggle,
    .navigation .ui-menu-item.level0.active-level1 .subchildmenu .ui-menu-item.level1.active-parent >  .open-children-toggle
    {   position: absolute !important;
        top: 0px !important;
        z-index: 999 !important;
        width: 100% !important;
        left: 0px !important;
        right: 54px !important;
        background: #fff;
        height: 51px !important;
        color: #000;
        width: 90% !important;
        margin: 0px 15px;
        padding: 10px 1px;
        border-bottom: 1px solid #DEDEDE;
    }
    .navigation .ui-menu-item.level0.active-level1 .subchildmenu .ui-menu-item.level1.active-parent > .open-children-toggle
    {
        top: -15px !important;
        margin: 0px 0px;
        padding: 10px 1px;
        width: 100% !important;
        padding: 15px 1px;
        text-align: left;
    }
    .level0.active-parent > .open-children-toggle::before,
    .navigation .ui-menu-item.level0.active-level1 .subchildmenu .ui-menu-item.level1.active-parent > .open-children-toggle::before
    {   
        display: inline-block; color: #fff; font-size: 0px;
        content: '';
        background-size: 7px auto;
        width: 15px;
        height: 15px;       
        transform: rotate(180deg);
    }     
    .hide-back
    {   display: none;        
    }
    .navigation li.level0 .ui-menu-item>a:before
    {   vertical-align: inherit; color: #000;  display: none;     
    }
    .sw-megamenu.navigation .submenu.level0.opened .container
    {   max-width: inherit; padding: 0px;       
    }
    .sw-megamenu.navigation .submenu.level0.opened .container .row .subchildmenu
    {   padding: 0px;
        padding-left:20px; 
        margin-top: 10px;
    }
    .navigation .submenu:not(:first-child) ul > li a
    {   color: #000000;
    }
    .navigation .ui-menu-item.level0.active-level1 > .open-children-toggle{ display:none; }
    
    
         
    .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle > span
    {   color: #000;
        font-size: 20px;
        font-weight: normal;
        padding-left: 12px;
        display:none;
        font-family: Lustria;
    }
    .nav-sections .navigation li.ui-menu-item.active-parent > .open-children-toggle > span
    {   display:inline-block;
    }
    .sw-megamenu.navigation .submenu.level0.opened .container > .row > a
    {   border-bottom: 1px solid #d1d1d1;
    }
    .sw-megamenu.navigation .submenu.level0.opened .container > .row > a span
    {   color: #b7b7b7;
    }
    .navigation .ui-menu-item.level0.active-level1 .level0.submenu.opened{ top:0px !important; }
    .navigation li.level0 li.level1 > .container.opened
    {   padding-top:0px !important;    
    }
    .nav-sections-item-content .dropdown-menu
    {   list-style: none; padding-left: 0px;
    }
    .nav-sections-item-content .dropdown-menu .switcher-option
    {   margin-bottom:0px;
    }   
    .nav-sections-item-content .dropdown-menu .switcher-option a
    {   color: #000000;
        display: block;                   
        border-bottom: 1px solid #d1d1d1;
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        color: #000;
        letter-spacing: 0;
        padding: 18px 40px 18px 20px;
    }
    .nav-sections-item-content .dropdown-menu .switcher-option a img
    {
        display: inline-block;
        margin-right: 15px;
        vertical-align: middle;
        max-width: 22px;
    }
    .switcher-language .switcher-toggle
    {   border:0px;
        border-bottom: 1px solid #d1d1d1;
        border-radius: 2px;
        padding: 5px;
        width: 100%;
        max-width: 100%;
        box-shadow: none; 
        position: relative;
        background: #fff;                
        text-align: left;
        padding-left: 30px;
        margin-bottom: 0px;                
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
        color: #000;
        letter-spacing: 0;
        padding: 18px 40px 18px 20px;
        font-family: 'Roboto', sans-serif;
    }         
    .switcher-language .switcher-toggle img
    {
        margin-right: 10px;
        vertical-align: middle;
        max-width: 22px;
        display: inline-block;
    }
    .switcher-language .switcher-toggle .fa-angle-down
    {   display:none;
    }
    body.active-toggle:after 
    {   background: rgba(0, 0, 0, 0.82);
        content: '';
        display: block;
        height: 100%;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 5;z-index: 1199;
    }
    body.active-toggle:before 
    {   content: '';
        width: 20px;
        height: 20px;
        position: fixed;
        right: 22px;
        top: 14px;
        z-index: 1299 !important;
        color: #fff;
        z-index: 9999;
        font-size: 24px;
        background: url(./images/menu-close.svg) no-repeat center center;
        background-size: 16px auto;
    }
    .switcher-dropdown li a
    {   color:#000;
    }
    .nav-sections-item-title
    {   border: none !important; width: 50% !important;display: none;
    }
    .nav-sections-item-title a
    {
        font-size: 14px;
        text-transform: uppercase;
        color:#000;
    }
    .nav-sections-item-title.active a
    {
        color:#000;
    }    
    .sw-megamenu.navigation li.ui-menu-item > a,.nav-sections .navigation li.level0 .level-top,
    .nav-sections .navigation .level0.left-menu .level-top,.nav-sections .navigation .subchildmenu li.ui-menu-item a,
     .navigation .submenu:not(:first-child) ul>li.level2 a
    {   font-size: 16px;
        font-weight: normal;
        text-transform: capitalize;
        color: #000;
        letter-spacing:0; 
        padding: 8px 25px 8px 0px !important;
        text-align:left;
		line-height: inherit !important;
    }
    .nav-sections .navigation li.ui-menu-item
    {   border-top:0;
        border-bottom: 0px;
    }
    .nav-sections .navigation li.ui-menu-item:first-child
    {   border-top:0px;
    } 
    .sw-megamenu   
    {   margin:15px 20px 15px; padding: 0px !important;
    }
    .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li
    {   width: 100% !important;
    }
    .navigation li.level0 .subchildmenu .level1 .open-children-toggle + a
    {   font-size: 16px !important;
        text-transform: capitalize !important;
        color: #000 !important;
        letter-spacing: 0 !important;
        padding: 13px 0 4px 0 !important;
        text-align: left !important;
    }
    .sw-megamenu .level0 .row
    {   display: block; margin: 0px !important;width: 100%;
    }
    .navigation .submenu ul > li.level2 .open-children-toggle{ display: none; }
    .navigation .submenu ul > li.level2 .container{ display: none !important; }
    .menu-login
    {
        border-top: 2px solid #DEDEDE;
        border-bottom: 2px solid #DEDEDE;
        padding: 15px 20px;
        background: url(../images/user-icon.svg) no-repeat left 20px center;
        background-size: 16px auto;
        padding-left: 21px;
    }
    
    .custom-menu
    {
        padding: 15px 20px;
    }
    .custom-menu a
    {
        font-size: 16px;
        color: #000;
        padding-left: 30px;
    }
    .menu-store
    {
        padding-left: 0px;
    }
    .nav-sections .switcher
    {
        border: 0px !important;
    }
    .menu-whishlist
    {
        padding-top: 3px;
    }
    .menu-whishlist a
    {
        padding-left: 0px;
        background: url(../images/mob-whish.svg) no-repeat right center;
        background-size: 16px auto;
        padding-right: 30px;
    }
    .menu-open2 .nav-sections-items:before
    {
        content: '';
        width: 15px;
        height: 15px;
        background: url(../images/menu-close.svg) no-repeat center center;
        background-size: 13px auto;
        position: absolute;
        display: block;
        top: 5px;
        right: -15px;
    }

.nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    left: initial;
    color: red;
}
.nav-toggle::before {
    color: #fff;
}
.navigation ul {
    padding: 0;
    margin: 0 -10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sw-megamenu.navigation li.level0.fullwidth {
    position: static;
    width: 100%;
    box-sizing: border-box;
}
.nav-sections {
    margin: 0px;
    max-width: 300px;
}
.open-children-toggle::after {
    content: '\e622';
    font-family: 'luma-icons';
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 12px;
    top: 8px !important;
    position: relative;
    right: -10px;
}
.level0.active-parent > .open-children-toggle::before, .navigation .ui-menu-item.level0.active-level1 .subchildmenu .ui-menu-item.level1.active-parent > .open-children-toggle::before {
    content: '\e622';
    font-family: 'luma-icons';
    transform: rotate(90deg);
    display: inline-block;
    font-size: 12px;
    top: 2px !important;
    position: relative;
    right: -10px;
	color:#000;
}
.sw-megamenu.navigation li.level0.fullwidth > .submenu, .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 5px 8px 10px;
    left: -10px;
}
.level0.active-parent > .open-children-toggle, .navigation .ui-menu-item.level0.active-level1 .subchildmenu .ui-menu-item.level1.active-parent >  .open-children-toggle {
    margin: 0px;
}
li.ui-menu-item.level0.fullwidth.parent.active-parent.opened-active .open-children-toggle::after{
   display:none;
}
.navigation .parent .level-top:after{
display:none;
}
.sw-megamenu.navigation li.level0.fullwidth {
    position: static;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
}

}


@media only screen and (max-width:1199px){
h3.banner_title {
    font-size: 45px;
    line-height: 70px;
}
h2.main-title {
    font-size: 45px;
    line-height: 65px;
}
}

@media only screen and (max-width:991px) {
.custom-menu {
    display: none;
}
.logo_header .nav-toggle {
    right: 10px;
    position: absolute;
    left: initial;
        filter: invert(1);
}
.logo_header {
    margin-left: 0;
    margin-top: 0;
}
h3.banner_title {
    font-size: 40px;
    line-height: 65px;
}
a.pirmary_btn {
    width: 275px;
    font-size: 20px;
}
section.offer_section ul.offer-list li img {
    max-height: 60px;
}
section.offer_section h4.offer_title {
    font-size: 17px;
    line-height: 25px;
}
section.overtextbanner_section img {
    min-height: 200px;
    object-fit: cover;
}
p.main-subtitle {
    font-size: 20px;
    line-height: 35px;
    max-width: 70%;
}
.stories-coll-inner a.pirmary_btn.stories-title {
    max-width: 100%;
}
section.stories_section h2.main-title {
    display: inline-block;
    float: none;
    margin-top: 20px;
    margin-bottom: 70px;
    text-align: right;
    width: 100%;
}
.sustainable-coll .content_box p {
    font-size: 24px;
    line-height: 50px;
}
.testimonial-coll-inner p {
    font-size: 20px;
    line-height: 35px;
}
span.author {
    font-size: 18px;
  }
  h2.main-title {
    font-size: 40px;
    line-height: 55px;
}
.stories-row .owl-item.active + .owl-item.active {
    margin-top: 0;
}
section.brand_section button.owl-next {
    right: -10px;
    background: #fff !important;
}
section.brand_section button.owl-prev {
    position: absolute;
    left: -10px;
    background: #fff !important;
}
section.stories_section h2.main-title {
    margin-bottom: 10px;
    text-align: right;
    padding-right: 10px;
}
section.overtextbanner_section::after {
    height: 40px;
}
section.overtextbanner_section::before {
    top: calc(100% + 42px);
}
section.overtextbanner_section {
    margin-bottom: 30px;
}
}

@media only screen and (max-width:767px){
.category_row {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.category_coll.right {
    width: 100%;
}
.category_coll.right .category_box:first-child {
    margin-bottom: 70px;
    margin-top: 70px;
}
.category_row::before {
   display:none;
}
.category_row::after {
   display:none;
}
section.offer_section ul.offer-list {
    justify-content: center;
    flex-wrap: wrap;
}
section.offer_section ul.offer-list li {
    width: 33.3%;
    text-align: center;
    padding: 0px 15px;
    margin: 15px 0px;
}
p.main-subtitle {
    max-width: 100%;
    margin-bottom: 40px;
}
.stories-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
section.stories_section h2.main-title {
    display: inline-block;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.stories-row .stories-coll:nth-child(2) {
    margin-top: 50px;
    margin-bottom: 50px;
}
.stories-coll {
    padding: 0px 15px;
    text-align: center;
    width: 100%;
}
.stories-row .stories-coll:nth-child(2) .stories-coll-inner::before {
    display:none;
}
.stories-row .stories-coll:nth-child(2) .stories-coll-inner::after {
    display:none;
}
.library-row {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.library-coll {
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}
.library-coll.first h2.main-title {
    text-align: center;
    margin: 0px;
}
.sustainable-row {
    justify-content: center;
    flex-wrap: wrap;
}
.sustainable-coll {
    width: 100%;
    text-align: center;
}
.sustainable-coll.right {
    text-align: center;
    margin: 25px 0px 0px;
}
.sustainable-coll h2.main-title {
    text-align: center;
    margin-bottom: 15px;
}
.sustainable-coll .content_box p {
    font-size: 20px;
    line-height: 35px;
}
.testimonial-row {
    justify-content: center;
    flex-wrap: wrap;
}
.testimonial-coll {
    width: 100%;
    margin: 15px 0px;
}
section.contact_section .contact-row {
    width: 100%;
    justify-content: center;
    position: relative;
    padding-bottom: 0;
    flex-wrap: wrap;
}
section.contact_section .contact-row .contact-coll {
    width: 100%;
}
.contact-row::before{
display:none;
}
.contact-row::after {
    display:none;
}
.contact-coll.left ul {
    padding: 0px;
    list-style: none;
    position: static;
    left: 0;
    right: 0;
    margin: 0px auto;
    max-width: 100%;
    bottom: -20px;
    display: flex;
    justify-content: center;
}
.contact-coll.left ul li {
    padding: 0px 5px;
}
section.contact_section .contact-row .contact-coll.left h2.main-title.left {
    text-align: center;
}
.footer-coll.left {
    font-size: 20px;
    line-height: 35px;
}
.category_coll.left {
    width: 100%;
}
section.stories_section h2.main-title {
    text-align: right;
}
section.brand_section {
    padding: 50px 0px 0px;
}
.library-coll.first h2.main-title br {
    display: none;
}
section.banner_section img {
    min-height: 300px;
    object-fit: cover;
}
section.banner_section .page-main {
    top: 50%;
    transform: translateY(-50%);
}
}

@media only screen and (max-width:639px) {

h3.banner_title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
}
a.pirmary_btn {
    width: 275px;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}

h2.main-title {
    font-size: 30px;
    line-height: 40px;
}
.category_row {
    margin-top: 30px;
}
section.offer_section {
    padding: 15px 0px;
}
section.brand_section {
    padding: 15px 0px;
}
section.stories_section {
    padding: 15px 0px;
    position: relative;
}
section.library_section {
    padding: 25px 0px;
}
section.sustainable_section {
    padding: 25px 0px;
}
section.testimonial_section {
    padding: 25px 0px;
}
section.footer_section .footer-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.footer-coll.right ul.social-link {
    margin: 0px;
    display: flex;
    margin-top: 15px;
}
section.footer_section {
    padding: 25px 0px;
    background: #F1EBDF;
}
.footer-coll.left {
    font-size: 18px;
    line-height: 30px;
}
.footer-coll.right ul.social-link li {
    padding: 0px 5px;
}
.stories-row::after {
    bottom: -25px;
  }
}

@media only screen and (max-width:479px){
.logo img {
    display: block;
    height: auto;
    max-width: 200px;
}
.logo_header .nav-toggle {
    right: 10px;
}
h3.banner_title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
}

h2.main-title {
    font-size: 25px;
    line-height: 30px;
}
section.category_section {
    padding: 25px 0px;
}
section.offer_section ul.offer-list li {
    width: 50%;
    text-align: center;
    padding: 0px 15px;
    margin: 15px 0px;
}
section.offer_section {
    padding: 40px 0px 15px;
}
section.offer_section h4.offer_title {
    font-size: 18px;
    line-height: 30px;
}
p.main-subtitle {
    font-size: 17px;
    line-height: 25px;
 }
.brand-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.brand-coll {
    width: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    text-align: center;
}
.library-coll.thired ul li a {
    font-size: 18px;
    font-weight: 900;
}
.sustainable-coll .content_box p {
    font-size: 18px;
    line-height: 30px;
}
.testimonial-coll-inner p {
    font-size: 16px;
    line-height: 26px;
}
span.author {
    font-size: 16px;
}
section.contact_section {
    padding: 20px 0px;
}
.contact-coll.left ul {
    padding: 0px;
    list-style: none;
    position: static;
    left: 0;
    right: 0;
    margin: 0px auto;
    max-width: 100%;
    bottom: -20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
form.contact_form .form-filed {
    width: 100%;
    float: none;
}
form.contact_form button#contact {
    margin-top: 20px;
}
form.contact_form .form-filed textarea {
    padding: 10px 0px;
    text-transform: capitalize;
}
.footer-coll.left {
    font-size: 14px;
    line-height: 30px;
}

section.testimonial_section button.owl-prev {
    position: absolute;
    right: 0px;
    top: -31px;
    left: -60px;
    margin: 0px auto !important;
}
section.testimonial_section button.owl-next {
    position: absolute;
    right: 0;
    top: -31px;
    left: 40px;
    margin: 0px auto !important;
}
section.testimonial_section h2.main-title.left {
    text-align: center;
}
.stories-row::before {
    height: 60px;
  }
}