/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
.crossLine {
  background: transparent;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 45px;
  height: 25px;
  cursor: pointer;
  border: inherit;
}
.crossLine:focus, .crossLine:hover {
  border: inherit;
  outline: none;
}
.crossLine .line {
  display: block;
  background: #ff5402;
  height: 3px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}
.crossLine .line.crossLine1 {
  top: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine2 {
  top: 45%;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine .line.crossLine3 {
  bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.crossLine.active .line.crossLine1 {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.crossLine.active .line.crossLine2 {
  opacity: 0;
}
.crossLine.active .line.crossLine3 {
  bottom: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (max-width: 991px) {
  .crossLine.active {
    background: inherit;
    padding: 25px 0;
  }
  .crossLine.active .line {
    background: #fff;
  }
  .crossLine.active .line.crossLine3 {
    bottom: 50%;
  }
}
#sidebarCollapse {
  z-index: 5555;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body.overflowhidden {
  overflow: hidden;
}

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

ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
ul li {
  font-size: 14px;
  line-height: 24px;
}

.paddingBottom {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .paddingBottom {
    padding: 0px;
  }
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.defaultButton {
  background: #000;
  padding: 10px 15px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.defaultButton:hover, .defaultButton:focus {
  background: #125AD3;
  color: #fff;
}

.bullets {
  list-style: none;
}
.bullets li {
  padding-left: 20px;
}
.bullets li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 7px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #000;
}

p {
  font-family: "Merriweather", serif;
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}

.sectionTitle {
  font-size: 50px;
  line-height: 60px;
  font-weight: 200;
  color: #040C38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 5px;
}
.sectionTitle::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: #680203;
  left: 0;
}
@media (max-width: 1199px) {
  .sectionTitle {
    font-size: 45px;
    line-height: 50px;
  }
  .sectionTitle::before {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .sectionTitle {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
    width: auto;
  }
  .sectionTitle::before {
    height: 60px;
  }
}
@media (max-width: 380px) {
  .sectionTitle {
    font-size: 30px;
    line-height: 35px;
  }
}

.sectionPadding {
  padding: 100px 0px;
}
@media (max-width: 991px) {
  .sectionPadding {
    padding: 60px 0px;
  }
}
@media (max-width: 767px) {
  .sectionPadding {
    padding: 50px 0px;
  }
}

.slick-prev {
  color: #000;
  width: 50px;
  height: 50px;
  left: 30px;
  background: #ff5402 !important;
  z-index: 3;
}
.slick-prev:before {
  color: #fff;
  opacity: 1;
  font-size: 40px;
  content: "\f104";
  font-family: FontAwesome;
}
@media (max-width: 380px) {
  .slick-prev:before {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .slick-prev {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .slick-prev {
    height: 45px;
    width: 45px;
    left: 12px;
  }
}
@media (max-width: 380px) {
  .slick-prev {
    width: 30px;
    height: 30px;
  }
}

.slick-next {
  left: inherit;
  right: 30px;
  color: #000;
  width: 50px;
  height: 50px;
  background: #ff5402 !important;
}
.slick-next:before {
  color: #fff;
  opacity: 1;
  font-size: 40px;
  font-family: FontAwesome;
  content: "\f105";
}
@media (max-width: 380px) {
  .slick-next:before {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .slick-next {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .slick-next {
    width: 45px;
    height: 45px;
    right: 12px;
  }
}
@media (max-width: 380px) {
  .slick-next {
    width: 30px;
    height: 30px;
  }
}

.mainHeader {
  padding: 12px 0;
  background: transparent;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
  z-index: 111;
  width: 100%;
  position: fixed;
  background-color: #fff;
}
.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.mainHeader header .logo a {
  display: block;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
}
.mainHeader header .logo a img {
  height: 75px;
  max-width: 100%;
}
@media (max-width: 575px) {
  .mainHeader header .logo a {
    font-size: 22px;
    line-height: 26px;
  }
}
.mainHeader header .btn-check:focus + .btn, .mainHeader header .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainHeader header .navbarLink ul li {
  margin-left: 10px;
}
.mainHeader header .navbarLink ul li.segmentlink {
  margin-right: 10px;
}
.mainHeader header .navbarLink ul li.dropdown.first {
  padding-right: 6px;
  margin-left: 0px;
}
.mainHeader header .navbarLink ul li.dropdown a {
  padding-right: 0px !important;
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 0px 3px;
}
.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li {
    margin: 10px 0px;
  }
}
.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 20px;
  position: relative;
  padding: 6px 0px 6px 0px;
  display: inline-block;
  margin: 0px 15px;
}
.mainHeader header .navbarLink ul li a.segment {
  margin-right: 0 !important;
}
.mainHeader header .navbarLink ul li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #fff;
  height: 2px;
  width: 0%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 20px;
    padding: 10px;
    margin: 0px 15px;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 24px;
    padding: 3px 12px 3px 12px !important;
    letter-spacing: 2px;
    margin: 0px;
  }
}
.mainHeader header .navbarLink ul li .dropdown-toggle {
  margin: 0 !important;
}
.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  background: none;
  border-radius: 0;
  color: #ff5402;
}
.mainHeader header .navbarLink ul li.active a::before, .mainHeader header .navbarLink ul li:hover a::before {
  width: 100%;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
    color: #fff;
    background: none;
  }
}
.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  margin: 0;
  padding: 12px 0px;
  min-width: 180px;
  -webkit-box-shadow: 0px 2px 9px -4px #000;
          box-shadow: 0px 2px 9px -4px #000;
  border: none;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
  margin: 0px 15px 7px 15px;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 5px 0px;
  line-height: 24px;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #ff5402 !important;
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    top: 0px !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #040C38;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
    background: #fff;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
    color: #ff5402 !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}
.mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}
.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #000 !important;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mainHeader header .navbarLink.active {
  left: 0;
}
@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #ff5402;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 35px;
  }
  .mainHeader header .navbarLink .navi_mobile {
    height: 100%;
  }
  .mainHeader header .navbarLink .navi_mobile .navbar-collapse {
    height: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .mainHeader {
    position: relative;
    background: #fff;
  }
}

.navBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.homebanner {
  position: relative;
}
.homebanner .bannerImage img {
  width: 100%;
}
.homebanner .bannerBox {
  display: block !important;
}
.homebanner .bannerText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
}
.homebanner .bannerText .bannerDesc {
  max-width: 570px;
  font-family: "Oswald", sans-serif;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.49);
}
.homebanner .bannerText .bannerDesc span {
  font-weight: 200;
  display: block;
  font-weight: 400;
  font-size: 70px;
  line-height: 80px;
  text-align: left;
  color: #fff;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.49);
}
@media (max-width: 1199px) {
  .homebanner .bannerText .bannerDesc {
    margin: 0 auto;
    text-align: center;
    font-size: 60px;
    line-height: 70px;
  }
  .homebanner .bannerText .bannerDesc span {
    text-align: center;
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .homebanner .bannerText .bannerDesc {
    margin-bottom: 0px;
    font-size: 50px;
    line-height: 60px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 38px;
    line-height: 45px;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (max-width: 575px) {
  .homebanner .bannerText .bannerDesc {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
  }
  .homebanner .bannerText .bannerDesc span {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
  }
}
@media (max-width: 380px) {
  .homebanner .bannerText .bannerDesc span {
    font-size: 18px;
    line-height: 28px;
  }
}

.innerbanner {
  position: relative;
}
.innerbanner img {
  width: 100%;
}
.innerbanner .bannerBox {
  display: block !important;
}
.innerbanner.requestbanner .innerBlock {
  max-width: 100%;
  left: 0%;
}
.innerbanner .innerBlock {
  position: absolute;
  bottom: 0;
  left: 9%;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  top: 0;
}
.innerbanner .innerBlock .innerText {
  color: #fff;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 0px;
  font-weight: 400;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.86);
  padding: 10px 20px;
}
@media (max-width: 991px) {
  .innerbanner .innerBlock {
    left: 7%;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .innerbanner .innerBlock {
    left: 15%;
  }
}
@media (max-width: 575px) {
  .innerbanner .innerBlock {
    left: 6%;
  }
  .innerbanner .innerBlock .innerText {
    font-size: 28px;
    line-height: 35px;
  }
}

.inquiryForm {
  background: #f1f1f1;
}
.inquiryForm .form-group {
  margin-bottom: 25px;
}
.inquiryForm .defaultButton a {
  color: #fff;
}

.offcanvas {
  position: relative;
  visibility: visible;
}
.offcanvas .offcanvas-start {
  top: inherit;
  left: inherit;
  width: 100%;
  border-right: 0px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  .offcanvas {
    position: fixed;
    visibility: hidden;
  }
  .offcanvas .contentMobile {
    display: none;
  }
  .offcanvas .offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown.svg) no-repeat;
  background-position: center right 20px;
}

.form-floating > label {
  color: #000;
}

.homeSlider {
  margin: 0px;
}
.homeSlider .slick-dots {
  display: none !important;
}
@media (max-width: 991px) {
  .homeSlider .slick-dots {
    display: block !important;
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  .homeSlider .slick-dots {
    bottom: 10px;
  }
}
.homeSlider .slick-dots li.slick-active {
  background-color: #706565;
}
@media (max-width: 991px) {
  .homeSlider .slick-dots li {
    background-color: #ff5402;
    height: 10px;
    width: 10px;
    border-radius: 10px;
  }
}
@media (max-width: 575px) {
  .homeSlider .slick-dots li {
    height: 10px;
    width: 10px;
  }
}
@media (max-width: 991px) {
  .homeSlider .slick-dots li button {
    font-size: 0px;
    line-height: 0px;
  }
}

.homesection {
  padding-top: 80px;
}
.homesection .row:last-child {
  border: 0px !important;
  margin-bottom: 0px !important;
}
.homesection .productimg img {
  width: 100%;
}
.homesection .multiple_benifits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 430px;
}
@media (max-width: 767px) {
  .homesection .multiple_benifits.benefits {
    margin-left: 0;
  }
}
.homesection .multiple_benifits.kitchen {
  margin-left: 0;
  margin: 0;
}
.homesection .multiple_benifits.kitchen .listTitle.keybenefits {
  padding-top: 20px;
}
.homesection .row .col-lg-6 {
  padding: 0px;
}
@media (max-width: 767px) {
  .homesection .row .col-lg-6 {
    padding: 0 15px;
  }
}
.homesection .oddSection {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homesection .oddSection .productimg img {
  width: 100%;
}
@media (max-width: 991px) {
  .homesection .oddSection .productimg img {
    height: 500px;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 575px) {
  .homesection .oddSection .productimg img {
    height: auto;
  }
}
.homesection .oddSection .productDetail {
  padding: 45px 50px;
}
@media (max-width: 1199px) {
  .homesection .oddSection .productDetail {
    padding: 35px 40px;
  }
}
@media (max-width: 991px) {
  .homesection .oddSection .productDetail {
    padding: 45px 20px;
  }
}
@media (max-width: 991px) {
  .homesection .oddSection {
    border-bottom: 1px solid #ccc;
    margin-bottom: 45px;
  }
}
.homesection .row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.homesection .row-reverse .productDetail {
  padding: 45px 50px;
}
@media (max-width: 1199px) {
  .homesection .row-reverse .productDetail {
    padding: 35px 40px;
  }
}
@media (max-width: 991px) {
  .homesection .row-reverse .productDetail {
    padding: 45px 20px;
  }
}
@media (max-width: 991px) {
  .homesection .row-reverse .productimg img {
    height: 500px;
    -o-object-position: left;
       object-position: left;
  }
}
@media (max-width: 575px) {
  .homesection .row-reverse .productimg img {
    height: auto;
  }
}
.homesection .row-reverse .productimg.table_top_one img {
  width: 100%;
}
.homesection .row-reverse .values {
  background: url(../images/values.jpg) no-repeat;
  color: #fff;
  padding: 30px 20px;
  background-size: cover;
}
.homesection .row-reverse .values .sectionTitle {
  color: #fff;
}
.homesection .row-reverse .values .sectionTitle::before {
  background: #fff;
}
.homesection .row-reverse .values ul {
  color: #fff;
  max-width: 390px;
}
.homesection .row-reverse .values ul li::before {
  background: #FFF;
}
@media (max-width: 991px) {
  .homesection .row-reverse {
    border-bottom: 1px solid #ccc;
    margin-bottom: 45px;
  }
}
.homesection .viewMore {
  overflow: hidden;
  color: #680203;
  border: 1px solid #680203;
  position: relative;
  padding: 16px 40px;
  font-family: "Merriweather", serif;
  font-weight: 800;
  font-size: 16px;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 380px) {
  .homesection .viewMore {
    padding: 10px 20px;
  }
}
.homesection .viewMore::before {
  position: absolute;
  content: "";
  background: #680203;
  height: 490%;
  -webkit-transition: 750ms;
  transition: 750ms;
  width: 140%;
  left: -22px;
  top: 46px;
  border-radius: 20px 0px 20px 0;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.homesection .viewMore span {
  color: #680203;
  z-index: 1;
  -webkit-transition: 750ms;
  transition: 750ms;
  position: relative;
}
.homesection .viewMore:hover::before {
  width: 100%;
  left: 5px;
  -webkit-transform: translateX(-20%) translateY(-46%) rotate(45deg);
          transform: translateX(-20%) translateY(-46%) rotate(45deg);
}
.homesection .viewMore:hover span {
  color: #fff;
  -webkit-transition: 750ms;
  transition: 750ms;
}
.homesection .benifits {
  line-height: 24px;
  font-size: 16px;
  font-family: "Merriweather", serif;
  text-align: left;
  font-weight: normal;
  list-style: none;
}
.homesection .benifits li {
  padding-bottom: 12px;
  position: relative;
  padding-left: 25px;
}
.homesection .benifits li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 100%;
  left: 0;
  top: 12px;
  background: #680203;
}
@media (max-width: 380px) {
  .homesection .benifits li::before {
    height: 1px;
    width: 8px;
  }
}
@media (max-width: 380px) {
  .homesection .benifits li {
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 1199px) {
  .homesection .multiple_benifits {
    max-width: 100%;
    margin-left: inherit;
    margin-top: inherit;
  }
  .homesection .multiple_benifits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homesection .multiple_benifits ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .homesection .row-reverse .values {
    padding: 30px 0px;
  }
}
@media (max-width: 991px) {
  .homesection .multiple_benifits ul li {
    padding-right: 20px;
  }
  .homesection.innerpagesSection .oddSection {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .homesection.innerpagesSection .oddSection .productimg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .homesection.innerpagesSection .oddSection .productimg img {
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homesection.innerpagesSection .row-reverse {
    overflow: hidden;
  }
  .homesection.innerpagesSection .row-reverse .productimg img {
    -o-object-fit: inherit;
       object-fit: inherit;
  }
  .homesection .viewMore {
    margin-top: 20px;
  }
  .homesection .oddSection .productimg {
    margin-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .homesection .oddSection .productimg img {
    min-width: 100%;
    width: 70%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homesection .oddSection .productDetail {
    max-width: 100%;
  }
  .homesection .row-reverse {
    overflow: hidden;
  }
  .homesection .row-reverse .productimg {
    text-align: center;
  }
  .homesection .row-reverse .productimg img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
  }
  .homesection .row-reverse .productDetail {
    max-width: 100%;
  }
  .homesection .row-reverse .values ul {
    max-width: 697px;
  }
}
@media (max-width: 767px) {
  .homesection {
    padding-top: 50px;
  }
  .homesection.innerpagesSection .oddSection .productimg {
    margin-left: 0px;
  }
  .homesection.innerpagesSection .row-reverse .productimg img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homesection.innerpagesSection .row-reverse .productDetail {
    max-width: 100%;
  }
  .homesection .multiple_benifits {
    margin-top: -50px;
    margin-bottom: 50px;
  }
  .homesection .multiple_benifits ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .homesection .sectionTitle {
    display: inline-block;
    max-width: 100%;
  }
  .homesection .sectionTitle::before {
    height: 40px;
  }
  .homesection .oddSection {
    padding-bottom: 0px;
  }
  .homesection .oddSection .productimg {
    margin-left: 0px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .homesection .oddSection .productimg img {
    width: 100%;
    min-width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .homesection .oddSection .productDetail {
    max-width: 100%;
  }
  .homesection .row-reverse .productimg {
    text-align: center;
  }
  .homesection .row-reverse .productimg img {
    width: 100%;
  }
  .homesection .row-reverse .values {
    text-align: left;
    background-position: center;
    margin-bottom: 40px;
  }
  .homesection .row-reverse .values .productDetail {
    text-align: left;
  }
  .homesection .row-reverse .productDetail {
    max-width: 100%;
  }
}

.listTitle {
  font-size: 30px;
  line-height: 40px;
  color: #040C38;
  font-weight: 100;
  padding-top: 8px;
  margin-bottom: 12px;
}
.listTitle.keybenefits {
  padding-top: 20px;
  font-family: "Merriweather", serif;
}

.subscribeSection {
  background: #2B313B;
}
@media (max-width: 767px) {
  .subscribeSection {
    text-align: center;
  }
  .subscribeSection .font16 {
    padding-bottom: 0px !important;
  }
}
.subscribeSection .sectionTitle {
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 0px;
  max-width: 100%;
  margin: 0 auto;
}
.subscribeSection .sectionTitle::before {
  background: transparent;
}
.subscribeSection .font16 {
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.subscribeSection .helpsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.subscribeSection .helpsection div {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.subscribeSection .helpsection div a {
  display: block;
}
@media (max-width: 575px) {
  .subscribeSection .helpsection div {
    margin: 10px 0px;
  }
}
.subscribeSection .helpsection div a {
  background: #A4CAED;
  padding: 12px 15px;
  margin: 0px 15px;
  font-weight: 800;
  color: #2B313B;
  font-size: 18px;
  line-height: 24px;
  font-family: "Merriweather", serif;
}
@media (max-width: 991px) {
  .subscribeSection .helpsection div a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .subscribeSection .helpsection div a {
    font-size: 11px;
  }
}
.subscribeSection .helpsection div a:hover {
  background-color: #68b3f9;
}
.subscribeSection .subscribe {
  position: relative;
  margin-top: 40px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.subscribeSection .subscribe input {
  padding: 24px 28px;
  font-size: 18px;
}
.subscribeSection .subscribe input::-webkit-input-placeholder {
  font-size: 18px;
}
.subscribeSection .subscribe input::-moz-placeholder {
  font-size: 18px;
}
.subscribeSection .subscribe input:-ms-input-placeholder {
  font-size: 18px;
}
.subscribeSection .subscribe input::-ms-input-placeholder {
  font-size: 18px;
}
.subscribeSection .subscribe input::placeholder {
  font-size: 18px;
}
.subscribeSection .subscribe .btn {
  background: #A4CAED;
  padding: 24px 28px;
  border-radius: 0px;
  font-size: 18px;
  color: #161616;
  font-family: "Merriweather", serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0px;
}
@media (max-width: 991px) {
  .subscribeSection .sectionTitle {
    font-size: 28px;
  }
  .subscribeSection .subscribe {
    max-width: 470px;
    margin-top: 0px;
  }
  .subscribeSection .subscribe input, .subscribeSection .subscribe .btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .subscribeSection .sectionTitle {
    font-size: 28px;
  }
  .subscribeSection .subscribe {
    max-width: 470px;
    margin-top: 0px;
  }
  .subscribeSection .subscribe input, .subscribeSection .subscribe .btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .subscribeSection .sectionTitle {
    font-size: 22px;
    line-height: 28px;
    padding-left: 0px;
  }
  .subscribeSection .subscribe input, .subscribeSection .subscribe .btn {
    padding: 12px 12px;
    font-size: 14px;
  }
  .subscribeSection .subscribe .btn {
    position: inherit;
    text-align: center;
    border-radius: 12px;
    margin-top: 20px;
    display: block;
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.logosec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .logosec {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 575px) {
  .logosec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.logo_footer {
  position: relative;
  padding: 30px 20px 30px 0;
  padding-right: 20px;
}
@media (max-width: 575px) {
  .logo_footer {
    padding: 7px !important;
  }
}
.logo_footer:before {
  content: "";
  position: absolute;
  border: 1px solid #aea9a9;
  height: 100%;
  right: 0;
  top: 0;
}
@media (max-width: 575px) {
  .logo_footer:before {
    display: none;
  }
}
.logo_footer a {
  display: block !important;
}
.logo_footer p {
  font-size: 15px;
}

.logo_footer img {
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 575px) {
  .logo_footer img {
    height: 50px;
  }
}

.logo_footer .emailTop {
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #680203;
}

.footer {
  background: #e9e9e9;
  color: #000;
}
.footer .logo a {
  display: block;
  color: #000;
  font-size: 28px;
  line-height: 42px;
}
.footer .footertop {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footertop .micronslogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 20px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .footer .footertop .micronslogo {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 252px;
  }
}
.footer .footertop .micronslogo .microns {
  position: relative;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .footer .footertop .micronslogo .microns {
    padding-left: 0;
  }
}
.footer .footertop .micronslogo .microns img {
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .footer .footertop .micronslogo .microns img {
    height: 15px;
  }
}
.footer .footertop .micronslogo .granucol {
  padding-right: 5px;
}
.footer .footertop .micronslogo .granucol img {
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .footer .footertop .micronslogo .granucol img {
    height: 45px;
  }
}
@media (max-width: 767px) {
  .footer .footertop .micronslogo .granucol {
    padding-right: 18px;
  }
}
.footer .footertop .micronslogo .venture {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  color: #838282;
  padding: 6px 0px;
}
@media (max-width: 767px) {
  .footer .footertop .micronslogo .venture {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  .footer .footertop .micronslogo .venture {
    margin-top: 10px;
    margin-left: 10%;
  }
}
.footer .footerLinks {
  text-align: right;
}
.footer .footerLinks ul {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer .footerLinks ul li {
  padding: 10px 0px;
}
.footer .footerLinks ul li a {
  color: #000;
  margin: 0px 18px;
  padding: 10px;
  position: relative;
}
.footer .footerLinks ul li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  background: #000;
  height: 2px;
  width: 0%;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.footer .footerLinks ul li.active a::before, .footer .footerLinks ul li:hover a::before {
  width: 100%;
}
.footer .footerLinks ul li:last-child a {
  margin-right: 0px;
}
.footer .policy {
  text-align: right;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.footer .policy li.active a, .footer .policy li:hover a {
  color: #680203;
}
.footer .policy a {
  text-align: right;
  color: #000;
  margin-right: 0;
  padding: 0 9px;
  margin-bottom: 0px;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
@media (max-width: 767px) {
  .footer .policy {
    text-align: center;
    padding-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .email {
  padding-top: 15px;
  text-align: right;
}
.footer .email .emailTop {
  margin-bottom: 0;
  text-align: right;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #680203;
}
@media (max-width: 767px) {
  .footer .email .emailTop {
    text-align: center;
  }
}
.footer .email a {
  text-align: right;
  color: #000;
  margin-right: 0;
  padding: 5px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.footer .email a:hover {
  color: #680203;
}
.footer .social {
  text-align: right;
  margin-left: 20px;
}
.footer .social .socialLink li {
  display: inline-block;
  margin-right: 10px;
}
.footer .social .socialLink li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 0px !important;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
.footer .social .socialLink li.facebook a {
  background: #787e7e;
}
.footer .social .socialLink li.twitter a {
  background: #787e7e;
}
.footer .social .socialLink li.linkdein a {
  background: #787e7e;
}
.footer .social .socialLink li.youtube a {
  background: #787e7e;
}
.footer .social .socialLink li.instagram a {
  background: #787e7e;
}
.footer .social .socialLink li:hover a {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.footer .social .socialLink li i {
  font-size: 20px;
}
.footer .social .socialLink li:last-child {
  margin-right: 0px;
}
.footer .footerbottom .copyBlock {
  padding: 15px 0px;
  text-align: end;
}
.footer .footerbottom .copyBlock p {
  margin-bottom: 0px;
  color: #7b7a7a;
  font-size: 11px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .footer .footerbottom {
    text-align: center;
    padding-top: 10px;
  }
  .footer .footerbottom .copyBlock {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .footer .footerbottom p {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .footer .footerLinks ul li a {
    margin: 0px 9px;
  }
}
@media (max-width: 991px) {
  .footer .footerLinks ul li a {
    margin: 0px 4px;
    padding: 2px;
  }
}
@media (max-width: 767px) {
  .footer .footertop {
    text-align: center;
  }
  .footer .footertop .footerLinks {
    text-align: center;
    padding-top: 20px;
  }
  .footer .footertop .footerLinks ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footertop .footerLinks ul li a {
    padding: 10px;
  }
  .footer .footertop .email, .footer .footertop .social {
    text-align: center;
  }
  .footer .footertop .social {
    margin-left: 0px;
  }
  .footer .footertop .email a {
    text-align: center;
    margin-right: 0px;
  }
}
@media (max-width: 575px) {
  .footer .footerLinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contactDetail {
  height: 100%;
  padding: 0px;
}
.contactDetail h3 {
  margin-bottom: 30px;
}
.contactDetail ul {
  list-style: none;
}
.contactDetail ul li {
  list-style: none;
  margin-bottom: 30px;
  font-size: 16px;
  max-width: 320px;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #161616;
}
.contactDetail ul li p {
  color: #161616;
  margin-bottom: 0px;
  font-size: 18px;
}
.contactDetail ul li p span {
  color: #680203;
  display: block;
  font-weight: 600;
}
.contactDetail ul li i {
  color: #680203;
  font-style: normal;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 15px;
  padding-right: 10px;
  padding-top: 3px;
}
.contactDetail ul li a {
  font-size: 20px;
  color: #680203;
  line-height: 24px;
}
.contactDetail ul li:nth-child(4) {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .contactDetail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactDetail ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .contactDetail ul li {
    max-width: 250px;
  }
  .contactDetail ul li p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .contactDetail ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .contact_form {
    margin-top: 60px;
  }
}
.contact_form textarea {
  width: 100%;
  height: 130px;
}
.contact_form .form-group {
  margin-bottom: 20px;
  font-family: "Merriweather", serif;
}
.contact_form .form-group .error {
  color: #b70400;
}
.contact_form .form-control {
  border: none;
}
.contact_form .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.contact_form label {
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 10px;
  font-weight: 700;
  width: 100%;
}
.contact_form textarea, .contact_form .form-control {
  background-color: #EEEEEE;
  height: 50px;
}
.contact_form textarea {
  height: 100px !important;
  resize: none;
}
.contact_form select {
  margin-top: 15px;
}

.homesection.inner_content.requestPage {
  background: #2B313B;
  padding-top: 200px;
}
.homesection.inner_content.requestPage .viewMore {
  color: #fff;
  border-color: #fff;
}
.homesection.inner_content.requestPage .viewMore span {
  color: #fff;
}
.homesection.inner_content.requestPage .viewMore::before {
  background: #fff;
}
.homesection.inner_content.requestPage .viewMore:hover span {
  color: #2B313B;
}
.homesection.inner_content.requestPage .contactDetail .sectionTitle {
  color: #fff;
  max-width: 300px;
  margin-bottom: 0px;
}
.homesection.inner_content.requestPage .contactDetail .sectionTitle::before {
  background: #fff;
}
.homesection.inner_content.requestPage .contactDetail .font16 {
  color: #fff;
}
.homesection.inner_content.requestPage .contact_form label {
  color: #fff;
}
.homesection.inner_content.requestPage .contact_form .error {
  color: #b70400;
}
.homesection.inner_content .viewMore {
  margin-top: 20px;
}
.homesection.inner_content .viewMore::before {
  top: 64px;
}
.homesection.inner_content .viewMore:hover::before {
  -webkit-transform: translateX(-40%) translateY(-47%) rotate(55deg);
          transform: translateX(-40%) translateY(-47%) rotate(55deg);
}
@media (max-width: 767px) {
  .homesection.inner_content {
    padding: 45px 0px;
  }
  .homesection.inner_content .viewMore {
    padding: 12px 30px;
  }
}
@media (max-width: 991px) {
  .homesection.inner_content.requestPage {
    padding-top: 50px;
  }
  .homesection.inner_content.requestPage .contact_form {
    margin-top: 15px;
  }
}

.blue {
  color: #040C38;
}

.multiple_benifits .font16 {
  margin-bottom: 10px;
}
.multiple_benifits .bold {
  font-weight: 800;
}

.aspiration_section {
  padding-bottom: 50px;
  padding-top: 50px;
}
.aspiration_section .sectionTitle {
  max-width: 100%;
}
.aspiration_section .font16 {
  margin-bottom: 25px;
}
.aspiration_section .aspiration_box {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
  margin: 25px 0px;
}
.aspiration_section .aspiration_box .aspiration_img img {
  width: 100%;
}
.aspiration_section .aspiration_box .craft_name {
  background: #fff;
  padding: 15px 10px;
}
.aspiration_section .aspiration_box .craft_name .font20 {
  font-size: 20px;
  line-height: 26px;
  color: #040C38;
  margin-bottom: 0px;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 992px) {
  .aspiration_section .aspiration_box .craft_name .font20 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .aspiration_section .aspiration_box .craft_name .font20 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .aspiration_section .font16 {
    margin-bottom: 10px;
  }
  .aspiration_section .aspiration_box {
    margin: 15px 0px;
  }
}

@media (max-width: 1199px) {
  .productPage .productDetail {
    padding-bottom: 0px !important;
  }
  .productPage .productimg img {
    width: 100%;
    min-width: auto !important;
  }
  .productPage .multiple_benifits {
    margin-left: 40px;
  }
  .productPage .multiple_benifits ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 991px) {
  .productPage .multiple_benifits {
    margin-top: 0px;
    margin-left: inherit;
  }
  .productPage .listTitle {
    padding-top: 0px;
  }
  .productPage .row {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .productPage .productDetail {
    text-align: left !important;
  }
}

@media (max-width: 380px) {
  .productDetail p {
    font-size: 14px;
    line-height: 24px;
  }
}
.homesection .productDetail .sideLogo {
  padding-left: 17px;
  margin-top: -15%;
}
.homesection .productDetail .sideLogo img {
  width: 120px;
}
.homesection .productDetail .sideLogo p {
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #680203;
}
@media (max-width: 991px) {
  .homesection .productDetail .sideLogo {
    margin-top: -10%;
  }
}
@media (max-width: 767px) {
  .homesection .productDetail .sideLogo {
    margin-top: 0;
  }
}

.myinnerpage .oddSection .productimg, .myinnerpage .row-reverse .productimg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.myinnerpage .oddSection .productimg img, .myinnerpage .row-reverse .productimg img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .myinnerpage .oddSection .productimg img, .myinnerpage .row-reverse .productimg img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
}
@media (max-width: 575px) {
  .myinnerpage .oddSection .productimg img, .myinnerpage .row-reverse .productimg img {
    height: auto !important;
  }
}

.flexStart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url(../../assets/images/success.png);
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type=text].error, textarea.error, input[type=number].error {
  border-bottom: 2px solid #F00 !important;
}

label.error {
  color: #F00;
}

label.error {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.alert-specialinfo {
  color: #3d8fd8;
  padding: 4px 0 3px 357px;
}

#toTop {
  width: 40px;
  height: 40px;
  border: 1px solid #ff5402;
  background: #ff5402;
  text-align: center;
  padding-top: 0;
  position: fixed;
  bottom: 10px;
  right: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  z-index: 555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.privacySec {
  font-family: "Merriweather", serif;
}
.privacySec .policyContent {
  margin-bottom: 30px;
}
.privacySec .policyContent .benifits {
  line-height: 24px;
  font-size: 16px;
  font-family: "Merriweather", serif;
  text-align: left;
  font-weight: normal;
  list-style: none;
}
.privacySec .policyContent .benifits li {
  padding-bottom: 12px;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  line-height: 26px;
}
.privacySec .policyContent .benifits li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 100%;
  left: 0;
  top: 12px;
  background: #680203;
}
@media (max-width: 380px) {
  .privacySec .policyContent .benifits li::before {
    height: 1px;
    width: 8px;
  }
}
@media (max-width: 767px) {
  .privacySec .policyContent .benifits li {
    padding-left: 18px;
    font-size: 14px;
    line-height: 20px;
  }
  .privacySec .policyContent .benifits li::before {
    top: 9px;
  }
}
.privacySec .policyContent .ppTitle {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}
.privacySec .policyContent p {
  margin-bottom: 10px;
}
.privacySec .policyContent .paraTitle {
  font-weight: 600;
  padding-top: 10px;
}
.privacySec .policyContent a {
  color: #680203;
  -webkit-transition: 0.4s ease-in-out all;
  transition: 0.4s ease-in-out all;
}
.privacySec .policyContent a:hover {
  color: #ff5300;
}
@media (max-width: 991px) {
  .privacySec .policyContent {
    margin-bottom: 20px;
  }
  .privacySec .policyContent .ppTitle {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .privacySec .policyContent .ppTitle {
    font-size: 20px;
    line-height: 30px;
  }
  .privacySec .policyContent p {
    font-size: 14px;
    line-height: 22px;
  }
}

.colorWht {
  color: #fff;
}

.sink_img {
  -o-object-fit: inherit !important;
     object-fit: inherit !important;
}
@media (min-width: 1400px) {
  .sink_img {
    height: 690px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .sink_img {
    height: 672px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .sink_img {
    height: 600px !important;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .sink_img {
    height: 620px !important;
  }
}
@media (max-width: 991px) {
  .sink_img {
    height: 620px !important;
  }
}
@media (max-width: 800px) {
  .sink_img {
    height: 455px !important;
  }
}
@media (max-width: 575px) {
  .sink_img {
    height: 350px !important;
  }
}
@media (max-width: 450px) {
  .sink_img {
    height: 230px !important;
  }
}

@media (min-width: 1400px) {
  .rmWrap {
    -webkit-perspective: 350px !important;
            perspective: 350px !important;
    height: 690px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .rmWrap {
    -webkit-perspective: 350px !important;
            perspective: 350px !important;
    height: 672px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1299px) {
  .rmWrap {
    -webkit-perspective: 350px !important;
            perspective: 350px !important;
    height: 685px !important;
  }
}
@media (min-width: 992px) and (max-width: 1025px) {
  .rmWrap {
    height: 620px !important;
  }
}
@media (max-width: 991px) {
  .rmWrap {
    height: 620px !important;
  }
}
@media (max-width: 800px) {
  .rmWrap {
    height: 455px !important;
  }
}
@media (max-width: 575px) {
  .rmWrap {
    height: 350px !important;
  }
}
@media (max-width: 450px) {
  .rmWrap {
    height: 230px !important;
  }
}

.flxMid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 10px;
}

.flxTp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flxTp .flx70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
}

.flxTp .flx30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}

.flxMid .flxSm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding: 0 !important;
}

.flxMid .flxSm:last-child {
  padding: 5px 15px !important;
  background: #fff;
}

.flxMid .flxSm.upload-image-selection-wrapper {
  border: none;
  padding: 0;
  margin: 0;
}

.flxMid .flxSm .upload-container {
  background: #fff;
  padding: 8px;
  border-radius: 50% !important;
}

.flxMid .flxSm .upload-container img {
  border: none !important;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flxMid .flxSm h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

.flxMid .flxSm .form-check {
  margin-right: 0.75rem;
}

.flxMid .flxSm .form-check label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.flxMid .flxSm .form-check-input:checked {
  background-color: #000000;
  border-color: #000000;
}

.mgTp50 {
  margin-top: 50px;
}

.flxFle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flxFle h5 {
  padding-right: 10px;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  color: #000 !important;
  font-weight: 400;
}

.flxFle .custom-file-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: auto;
}

.flxMid .flxSm:last-child .custom-file-button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.joint-wrap .colors.txtreClrs li {
  width: 65px;
  height: 65px;
  background-size: contain;
}

.tile-block .tile {
  background-image: url("../images/tile-template.jpg");
  background-size: contain;
}
.tile-block.textureTle .tile {
  background-image: url("../images/Granucol_Mix.jpg");
  background-size: contain;
  margin: 0px;
  background-size: 35px;
}
.tile-block.sinkTile {
  bottom: 20px;
  height: 443px;
}
.tile-block.sinkTile .tile {
  background-image: url("../images/sink/white_new.png");
  background-size: contain;
  margin: 0px;
  background-size: 35px;
}
@media (min-width: 1400px) and (max-width: 2500px) {
  .tile-block.sinkTile {
    bottom: 32px;
  }
}
@media (max-width: 1200px) {
  .tile-block.sinkTile {
    bottom: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .tile-block.sinkTile {
    bottom: -4%;
    height: 600px;
  }
}
@media (max-width: 991px) {
  .tile-block.sinkTile {
    height: 580px;
    bottom: -18%;
  }
}
@media (max-width: 767px) {
  .tile-block.sinkTile {
    -webkit-transform: rotateX(248deg) translateX(0px) translateY(86px) scaleX(1.5) !important;
            transform: rotateX(248deg) translateX(0px) translateY(86px) scaleX(1.5) !important;
    bottom: -21% !important;
    height: 612px;
  }
}
@media (max-width: 575px) {
  .tile-block.sinkTile {
    bottom: -36% !important;
    height: 620px;
  }
}
@media (max-width: 480px) {
  .tile-block.sinkTile {
    bottom: -39% !important;
    height: 690px;
  }
}
@media (max-width: 450px) {
  .tile-block.sinkTile {
    -webkit-transform: rotateX(258deg) translateX(0px) translateY(86px) scaleX(1.5) !important;
            transform: rotateX(258deg) translateX(0px) translateY(86px) scaleX(1.5) !important;
    bottom: -100% !important;
  }
}
@media (max-width: 767px) {
  .tile-block {
    bottom: -27px !important;
  }
}

@media (max-width: 767px) {
  .rectangle .tile-block {
    bottom: -75px !important;
  }
}

@media (max-width: 767px) {
  .room-wrapper.room-wall-surface .tile-block {
    bottom: auto !important;
  }
}

@media (max-width: 450px) {
  .room-wrapper.rmWrap .tile-wrap {
    height: 100%;
  }
}

@media (max-width: 767px) {
  .texture_design_page .room-wrapper .tile-wrap {
    height: 62px;
  }
}

@media (max-width: 767px) {
  .visualizer_page .room-wrapper .tile-wrap {
    height: 55px;
  }
}

@media (max-width: 360px) {
  .joint-filler-visualizer .flxMid {
    margin-top: 20px;
  }
  .joint-filler-visualizer .flxMid .joint-filler-wrap, .joint-filler-visualizer .flxMid .tile-size-wrap, .joint-filler-visualizer .flxMid .tile-angle-wrap, .joint-filler-visualizer .flxMid .room-surface-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .joint-filler-visualizer .flxMid .joint-filler-wrap h5, .joint-filler-visualizer .flxMid .tile-size-wrap h5, .joint-filler-visualizer .flxMid .tile-angle-wrap h5, .joint-filler-visualizer .flxMid .room-surface-wrap h5 {
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 18px;
  }
  .joint-filler-visualizer .flxMid .joint-filler-wrap .form-check, .joint-filler-visualizer .flxMid .tile-size-wrap .form-check, .joint-filler-visualizer .flxMid .tile-angle-wrap .form-check, .joint-filler-visualizer .flxMid .room-surface-wrap .form-check {
    margin-right: 0.85rem;
  }
  .joint-filler-visualizer .flxMid .joint-filler-wrap .form-check label, .joint-filler-visualizer .flxMid .tile-size-wrap .form-check label, .joint-filler-visualizer .flxMid .tile-angle-wrap .form-check label, .joint-filler-visualizer .flxMid .room-surface-wrap .form-check label {
    font-size: 16px;
  }
}

.right-column {
  margin-left: 30px;
  border: #D1D1D1 solid 5px;
}
@media (max-width: 768px) {
  .right-column {
    margin: 20px 0px 0px 0px;
  }
}

@media (max-width: 768px) {
  .rectangle .tile-block .tile {
    height: 59px !important;
  }
}

@media (max-width: 1199px) {
  .flxMid .flxSm .upload-container {
    padding: 7px;
  }
  .flxMid .flxSm .upload-container img {
    height: 15px;
  }
  .flxMid .flxSm h5 {
    font-size: 14px;
  }
  .flxMid .flxSm > h5 {
    margin-bottom: 5px;
  }
  .flxMid .flxSm .form-check {
    margin-right: 0.65rem;
  }
  .flxMid .flxSm .form-check label {
    font-size: 12px;
  }
  .mgTp50 {
    margin-top: 30px;
  }
  .flxMid .flxSm:last-child {
    padding: 3px 12px !important;
  }
  .flxFle h5 {
    padding-right: 8px;
    font-size: 12px !important;
  }
  .joint-filler-visualizer .joint-wrap {
    margin-bottom: 1rem !important;
  }
}
@media (max-width: 991px) {
  .flxMid .flxSm h5 {
    font-size: 16px;
  }
  .flxMid .flxSm .form-check label {
    font-size: 14px;
  }
  .mainHeader header .navbarLink ul li a.dropdown-toggle {
    padding-bottom: 1px !important;
  }
}
@media (max-width: 767px) {
  .flxMid .flxSm:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    margin: 0 0 10px !important;
  }
  .flxMid .flxSm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flxMid .flxSm h5 {
    margin-right: 30px;
    text-align: left;
    min-width: 80px;
  }
}
@media (max-width: 450px) {
  .flxMid {
    padding: 0;
  }
  .flxMid .flxSm:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
  }
  .flxMid .flxSm:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
  }
  .flxMid .flxSm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px !important;
  }
  .flxMid .flxSm:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    text-align: center;
    margin: 0 auto 10px !important;
  }
  .joint-wrap .colors.txtreClrs li {
    width: 50px;
    height: 50px;
  }
}
.kitchensink_visual .sink-visualizer .sink-image {
  display: none;
}
.kitchensink_visual .sink-visualizer .textures li {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  background-size: cover;
  background-position: center;
}
.kitchensink_visual .sink-visualizer .textures li.active {
  border: 2px solid #000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.kitchensink_visual .sink-image.active {
  display: block;
  max-width: 100%;
  height: auto;
}
.kitchensink_visual .left-column {
  background-color: #f8f9fa;
}
.kitchensink_visual .sink-wrapper {
  text-align: center;
}
.kitchensink_visual .sink-wrapper img {
  width: 100%;
}
.kitchensink_visual .texture-name-wrap {
  margin-bottom: 20px;
  text-align: center;
}
.kitchensink_visual .sink-visualizer .textures {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.ctaSection {
  background: #680203;
  padding: 30px 30px;
  margin: 30px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ctaSection p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.ctaSection a {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  background: #A4CAED;
  padding: 12px 15px;
  margin-left: 15px;
  font-weight: 800;
  color: #2B313B;
  font-size: 18px;
  line-height: 24px;
  font-family: "Merriweather", serif;
  margin-left: 20px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.ctaSection a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 991px) {
  .ctaSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .ctaSection p {
    text-align: center;
    margin-bottom: 20px;
  }
  .ctaSection a {
    margin: 0px;
  }
}/*# sourceMappingURL=style.css.map */