body, html {
  margin: 0px;
  padding: 0px;
  font-family: 'Catamaran', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 18px;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body, html {
    font-size: 14px;
  }
}

p {
  margin: 0px;
  padding: 0 0 22px;
}

.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none;
}

@media (min-width: 961px) {
  body {
    padding-top: 100px;
  }
}

@media (max-width: 960px) {
  body {
    padding-top: 70px;
  }
}

.cssHeaderpanel {
  position: fixed;
  z-index: 250;
  width: 100%;
  top: 0px;
  color: #562318;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
  text-align: center;
  background: #ffffff;
}

.cssHeaderpanel .cssMobi {
  display: none;
}

.cssHeaderpanel a {
  text-decoration: none;
  color: #562318;
}

.cssHeaderpanel .cssWrapper {
  margin: 0 auto;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cssHeaderpanel .cssWrapper .cssNav {
  margin: 0 35px;
  font-weight: 500;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLang {
  text-align: right;
  padding-bottom: 0px;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks {
  padding: 10px 0;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks ul {
  margin: 0px;
  padding: 0px;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks ul::after {
  clear: both;
  content: " ";
  display: block;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks li {
  float: left;
  margin: 0px;
  padding: 0px 15px 0;
  list-style-type: none;
  position: relative;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks li::after {
  clear: both;
  content: " ";
  display: block;
  background: #562318;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks li:last-child {
  padding-right: 0px;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks li:last-child::after {
  display: none;
}

.cssHeaderpanel .cssWrapper .cssNav .cssLinks li.current-menu-item a {
  color: #c37534;
}

.cssHeaderpanel .cssWrapper .cssLinkout {
  padding: 10px 0 20px;
}

.cssHeaderpanel .cssWrapper .cssLinkout a {
  border-width: 1px;
  border-radius: 4px;
  border-style: solid;
  border-color: #562318;
  padding: 10px 0;
  font-weight: 600;
}

.cssHeaderpanel .cssWrapper .cssLinkout a span {
  padding: 10px;
}

@media (max-width: 767px) {
  .cssHeaderpanel .cssWrapper .cssLinkout a {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .cssHeaderpanel .cssWrapper .cssLinkout {
    padding: 10px 0 10px;
  }
}

.cssHeaderpanel .cssWrapper .cssMenubar {
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
}

.cssHeaderpanel .cssMenubarm {
  text-align: left;
  display: none;
}

.cssHeaderpanel .cssMenubarm li {
  list-style-type: none;
  padding: 10px 40px;
  font-size: 22px;
}

.cssHeaderpanel .cssMenubarm .cssLang {
  padding: 0px 80px 10px;
}

@media (max-width: 960px) {
  .cssHeaderpanel .cssMenubar {
    display: block !important;
    font-size: 48px;
  }
  .cssHeaderpanel .cssWrapper {
    width: calc(100% - 80px);
    text-align: left;
    display: block;
    position: relative;
  }
  .cssHeaderpanel .cssNav {
    display: none;
  }
  .cssHeaderpanel .cssLinkout {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 767px) {
  .cssHeaderpanel .cssWrapper {
    width: calc(100% - 40px);
  }
  .cssHeaderpanel .cssLogo {
    width: 30%;
  }
  .cssHeaderpanel .cssLogo img {
    width: 100%;
  }
  .cssHeaderpanel .cssMenubarm li {
    padding: 10px 20px;
    font-size: 14px;
  }
  .cssHeaderpanel .cssMenubarm .cssLang {
    padding: 0px 60px 10px;
  }
  .cssHeaderpanel .cssLinkout {
    right: 40px;
  }
  .cssHeaderpanel .cssMenubar a {
    font-size: 30px;
  }
  .cssHeaderpanel .cssMobi {
    display: block;
  }
}

body.scroll .cssHeaderpanel {
  position: fixed;
  z-index: 250;
  width: 100%;
  top: 0px;
}

body.opened .cssMenubarm {
  display: block !important;
}

.sectionContent {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.sectionContent h2 {
  color: #562318;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  .sectionContent h2 {
    font-size: 34px;
  }
}

.elementor-accordion-title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.cssPageHeader {
  font-size: 48px;
  color: #562318;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

@media (max-width: 767px) {
  .cssPageHeader {
    font-size: 34px;
  }
}

.cssContentText {
  font-size: 22px;
}

@media (max-width: 767px) {
  .cssContentText {
    font-size: 21px;
  }
}

.cssContentTextS1 {
  font-size: 17px;
}

@media (max-width: 767px) {
  .cssContentTextS1 {
    font-size: 21px;
  }
}

.elementor-section {
  margin-bottom: 80px;
  line-height: 150%;
  font-size: 18px;
}

@media (max-width: 960px) {
  .elementor-section {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .elementor-section {
    font-size: 21px;
  }
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0px;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100%;
  padding: 0px;
}

.cssFooterPanel {
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #000000;
  color: #562318;
  font-size: 12px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 30px 0;
}

.cssFooterPanel a {
  text-decoration: none;
  color: #562318;
}

.cssFooterPanel .cssWrapper {
  margin: 0 auto;
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.cssFooterPanel .cssWrapper .cssText {
  width: calc(100% - 175px);
  margin-left: 40px;
  text-align: left;
}

.cssFooterPanel .cssWrapper .cssText .cssTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.cssFooterPanel .cssWrapper .cssText .cssTop .cssL {
  width: 40%;
}

.cssFooterPanel .cssWrapper .cssText .cssTop .cssL div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.cssFooterPanel .cssWrapper .cssText .cssTop .cssL div span:nth-child(1) {
  width: 70px;
  font-weight: 700;
}

.cssFooterPanel .cssWrapper .cssText .cssTop .cssR div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  line-height: 150%;
}

.cssFooterPanel .cssWrapper .cssText .cssTop .cssR div span:nth-child(1) {
  width: 70px;
  font-weight: 700;
}

.cssFooterPanel .cssWrapper .cssText .cssCopy {
  text-align: right;
}

@media (min-width: 961px) {
  .cssFooterPanel .cssLogo img {
    width: 150px;
  }
}

@media (max-width: 960px) {
  .cssFooterPanel {
    padding: 20px 0 0;
  }
  .cssFooterPanel .cssWrapper {
    width: 100%;
    padding: 0px;
  }
  .cssFooterPanel .cssLogo {
    display: none;
  }
  .cssFooterPanel .cssWrapper .cssText .cssTop {
    display: block;
    padding: 0 0 20px;
  }
  .cssFooterPanel .cssWrapper .cssText {
    width: auto;
    margin: 0 20px 20px;
  }
  .cssFooterPanel .cssWrapper .cssText .cssTop .cssL {
    width: auto;
  }
  .cssFooterPanel .cssWrapper .cssText .cssTop .cssR {
    width: auto;
  }
  .cssFooterPanel .cssWrapper .cssText .cssCopy {
    text-align: left;
  }
}

.cssPbanner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 35%;
  position: relative;
  font-family: 'Raleway', sans-serif;
}

.cssPbanner::after {
  background: rgba(0, 0, 0, 0.1);
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
}

.cssPbanner .cssText {
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cssPbanner .cssText .cssBannerTitle {
  font-size: 74px;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 700;
}

.cssPbanner .cssText .cssBannerContent {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
}

@media (max-width: 960px) {
  .cssPbanner {
    padding-top: 100%;
  }
  .cssPbanner .cssText .cssBannerTitle {
    font-size: 74px;
    padding-bottom: 10px;
  }
  .cssPbanner .cssText .cssBannerContent {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .cssPbanner .cssText .cssBannerTitle {
    font-size: 34px;
    padding-bottom: 10px;
  }
  .cssPbanner .cssText .cssBannerContent {
    font-size: 20px;
  }
}

.post-1758 .cssPbanner,
.post-20 .cssPbanner {
  padding-top: 45%;
}

.post-1758 .cssPbanner .cssText,
.post-20 .cssPbanner .cssText {
  top: 40%;
}

@media (max-width: 960px) {
  .post-1758 .cssPbanner,
  .post-20 .cssPbanner {
    padding-top: 100%;
  }
}

.home_section2 .elementor-container {
  margin: 0 9%;
  width: 82%;
}

.home_section2 .elementor-column {
  padding: 0 45px;
  font-size: 21px;
  line-height: 180%;
}

.home_section2 .elementor-column:first-child {
  padding-left: 0px;
}

.home_section2 .elementor-column:first-child::after {
  clear: both;
  content: " ";
  display: block;
  background: #562318;
  width: 1px;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

.home_section2 .elementor-column h2 {
  font-size: 52px;
}

@media (max-width: 960px) {
  .home_section2 .elementor-container {
    margin: 0 40px;
    width: auto;
  }
  .home_section2 .elementor-container .elementor-container {
    margin: 0;
  }
  .home_section2 .elementor-column {
    padding: 0 40px 40px;
  }
  .home_section2 .elementor-column:first-child::after {
    display: none;
  }
  .home_section2 .elementor-container {
    display: block;
  }
  .home_section2 .elementor-column.elementor-col-50 {
    width: 100%;
  }
  .home_section2 .elementor-column:nth-child(1) .elementor-widget-container {
    text-align: Center;
  }
}

@media (max-width: 767px) {
  .home_section2 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 150%;
  }
  .home_section2 .elementor-container {
    margin: 0 20px;
    width: auto;
  }
  .home_section2 h2 {
    font-size: 34px !important;
  }
  .home_section2 .elementor-column {
    padding: 0 0px 20px;
  }
  .home_section2 .elementor-column:last-child {
    padding-bottom: 0px;
  }
}

.home_section3 {
  position: relative;
}

.home_section3::after {
  background: #E6DEDC;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 70%;
  display: block;
  content: " ";
  z-index: -1;
}

.home_section3 .elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1280px;
  margin: 0 auto;
}

.home_section3 .elementor-widget-text-editor .elementor-widget-container {
  max-width: 960px;
  margin: 0 auto;
}

.home_section3 section.elementor-section {
  margin: 0 0 30px;
}

@media (min-width: 961px) {
  .home_section3 p {
    font-size: 21px;
    line-height: 180%;
  }
}

@media (max-width: 960px) {
  .home_section3::after {
    height: 90%;
  }
  .home_section3 .elementor-column {
    padding: 0 0px 40px;
    width: 100%;
  }
  .home_section3 .elementor-container {
    display: block;
  }
  .home_section3 .elementor-widget-text-editor .elementor-widget-container {
    max-width: 960px;
    margin: 0 40px;
    /*text-align: justify*/
  }
  .home_section3 img {
    width: 85% !important;
    margin: 0 7.5%;
  }
  .home_section3 p {
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .home_section3 .elementor-element-da3812f {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .home_section3 .elementor-column {
    padding: 0 0px 20px;
    width: 100%;
  }
  .home_section3 .elementor-widget-text-editor .elementor-widget-container {
    margin: 0 20px;
  }
}

.home_section4 h2 {
  color: #ffffff;
}

.home_section4 .cssPageHeader h2 {
  color: #562318;
}

@media (min-width: 961px) {
  .home_section4 .cssPageHeader h2 {
    font-size: 52px;
  }
}

.home_section4 .elementor-heading-title {
  padding: 0 0 40px;
}

.home_section4 section.elementor-section {
  margin: 0 0 30px;
}

.home_section4 section.elementor-section .elementor-element {
  position: relative;
  margin: 0 5px;
}

.home_section4 section.elementor-section .elementor-widget-heading {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  color: #ffffff;
  font-size: 72px;
}

.home_section4 section.elementor-section .elementor-widget-heading h2 {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  font-size: 75px;
}

.home_section4 .elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

@media (max-width: 960px) {
  .home_section4 section.elementor-section {
    margin: 0px 40px;
  }
  .home_section4 .elementor-column {
    margin: 0 0 30px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .home_section4 {
    margin-bottom: 0px;
  }
  .home_section4 .elementor-heading-title {
    padding: 0 0 20px;
  }
  .home_section4 .elementor-column {
    margin: 0 0 15px !important;
  }
  .home_section4 section.elementor-section {
    margin: 0px 20px;
  }
  .home_section4 section.elementor-section .elementor-widget-heading h2 {
    font-size: 48px;
  }
}

.home_section5 {
  background: #E6DEDC;
  padding: 45px 0 0px;
  margin-bottom: 0px;
}

.home_section5 .elementor-column {
  max-width: 1280px;
  margin: 0 auto;
}

.home_section5 .elementor-heading-title {
  padding: 0 0 40px;
}

.home_section5 .elementor-accordion .elementor-accordion-item {
  border-width: 0px 0 1px;
  border-color: #000000;
}

.home_section5 .elementor-widget-accordion {
  margin: 0 0 70px;
}

.home_section5 .elementor-button-text {
  font-weight: bold;
}

@media (min-width: 961px) {
  .home_section5 {
    font-size: 21px;
  }
  .home_section5 h2 {
    font-size: 52px;
  }
}

@media (max-width: 960px) {
  .home_section5 .elementor-accordion {
    margin: 0 40px;
  }
  .home_section5 .elementor-accordion .elementor-tab-title {
    padding: 40px 0px 20px;
  }
  .home_section5 .elementor-accordion .elementor-tab-content {
    padding: 0px 0px 40px;
  }
}

@media (max-width: 767px) {
  .home_section5 {
    margin-bottom: 0px;
    padding: 22.5px 0 0px;
  }
  .home_section5 .elementor-heading-title {
    padding: 0 0 0px;
    font-size: 34px;
  }
  .home_section5 .elementor-accordion {
    margin: 0 20px;
  }
  .home_section5 .elementor-widget-accordion {
    margin: 0 0 35px;
  }
  .home_section5 .elementor-accordion .elementor-tab-title {
    padding: 20px 20px 10px;
  }
  .home_section5 .elementor-accordion .elementor-tab-content {
    padding: 0px 20px 20px;
  }
  .home_section5 .elementor-column {
    margin: 0 0 10px !important;
  }
  .home_section5 .home_section5 .elementor-column {
    width: 100%;
  }
  .home_section5 .elementor-widget-wrap > .elementor-element {
    margin-bottom: 0px;
  }
  .home_section5 .elementor-widget-wrap > .elementor-element a {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .home_section5 .elementor-element-776fc3f {
    padding: 20px 0;
  }
}

.buttonstyle1 .elementor-button-link {
  background: #c37534;
  margin: 0 10px;
  font-size: 22px;
  padding: 30px 40px;
}

@media (max-width: 767px) {
  .buttonstyle1 .elementor-button-link {
    margin: 0 20px;
    font-size: 14px;
    padding: 15px 20px;
    width: calc(100% - 40px);
  }
}

@media (max-width: 960px) {
  .mac_sec1 .elementor-column {
    padding: 0 40px 40px;
  }
  .mac_sec1 .elementor-column:first-child::after {
    display: none;
  }
  .mac_sec1 .elementor-container {
    display: block;
  }
  .mac_sec1 .elementor-column.elementor-col-50 {
    width: 100%;
  }
  .mac_sec1 img {
    max-width: 100% !important;
  }
}

@media (max-width: 960px) {
  .mac_sec1 {
    margin-bottom: 0;
  }
  .mac_sec1 .elementor-column {
    padding: 0 20px 20px;
  }
}

.cssMilestone {
  padding: 35px 0 45px;
  background: url("../images/2b_02.jpg") top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.cssMilestone .cssTitle {
  text-align: center;
  color: #ffffff;
  padding-bottom: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

.cssMilestone .cssEnd {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  padding: 38px 0;
}

.cssMilestone .cssEnd span {
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  padding: 10px 35px;
  font-size: 70px;
}

.cssMilestone .cssYear {
  width: 100%;
  text-align: center;
  position: relative;
  padding: 5px 0;
}

.cssMilestone .cssYear::before {
  content: " ";
  display: block;
  width: 4px;
  height: 100%;
  display: block;
  left: calc(50% - 2px);
  top: 0px;
  background: #c37534;
  position: absolute;
}

.cssMilestone .cssYear .cssYr {
  padding: 10px 0;
  width: 100%;
  position: absolute;
  top: 30px;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  font-size: 24px;
}

.cssMilestone .cssYear .cssYr span {
  background: #c37534;
  padding: 10px 30px;
  border-radius: 10px;
}

.cssMilestone .cssYear .cssData {
  text-align: right;
  width: 20%;
  margin-left: calc(30% - 70px);
}

.cssMilestone .cssYear .cssData .cssItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.cssMilestone .cssYear .cssData .cssItem > * {
  margin: 0 10px;
}

.cssMilestone .cssYear .cssData .cssIcon {
  min-width: 91px;
}

.cssMilestone .cssYear:nth-child(2n) .cssData {
  text-align: left;
  margin-left: calc(50% + 70px);
}

.cssMilestone .cssYear:nth-child(2n) .cssItem {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767px) {
  .cssMilestone .cssEnd {
    padding: 15px 0;
  }
  .cssMilestone .cssEnd span {
    padding: 10px 20px;
    font-size: 34px;
  }
  .cssMilestone .cssYear .cssYr {
    position: absolute;
    top: 30px;
  }
  .cssMilestone .cssYear .cssData {
    text-align: center;
    width: 30%;
    margin-left: 20px;
    margin-bottom: 0px;
  }
  .cssMilestone .cssYear .cssData .cssItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cssMilestone .cssYear .cssData .cssItem > * {
    margin: 0 10px;
  }
  .cssMilestone .cssYear .cssData .cssIcon {
    min-width: 91px;
  }
  .cssMilestone .cssYear:nth-child(2n) .cssData {
    text-align: center;
    margin-left: calc(50% + 70px);
  }
  .cssMilestone .cssYear:nth-child(2n) .cssItem {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .cssMilestone .cssYear .cssData .cssIcon {
    min-width: auto;
  }
  .cssMilestone .cssYear .cssData .cssIcon img {
    width: 100%;
  }
  .cssMilestone .cssYear .cssData .cssItem {
    display: block;
  }
}

.mac_sec3 {
  max-width: 1280px;
  position: relative;
}

.mac_sec3 .col1 {
  position: relative;
  z-index: 0;
}

.mac_sec3 .col2 {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 50% !important;
}

.mac_sec3 .col2 .elementor-section {
  margin: 0px;
}

.mac_sec3 .col2 .elementor-section img {
  width: 98%;
  margin: 5px 0;
}

.mac_sec3 .col2 .elementor-section .elementor-column.elementor-col-50 {
  width: calc(50% - 10px);
  margin-left: 10px;
}

.mac_sec3 img {
  max-width: 100% !important;
}

@media (min-width: 961px) {
  .mac_sec3 h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 960px) {
  .mac_sec3 {
    margin-bottom: 0;
  }
  .mac_sec3 > .elementor-container {
    display: block;
  }
  .mac_sec3 .col1 {
    width: 100% !important;
  }
  .mac_sec3 .col1 img {
    max-width: 100% !important;
    height: auto !important;
  }
  .mac_sec3 .col2 {
    width: calc(100% - 80px) !important;
    position: relative;
    top: 0%;
    left: 40px;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  .mac_sec3 .col2 img {
    max-width: 96% !important;
    height: auto !important;
  }
}

.mac_sec4 h2 {
  line-height: 1.5;
  margin-top: 0px;
}

@media (min-width: 961px) {
  .mac_sec4 h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
  }
  .mac_sec4 .elementor-element.elementor-element-36a6758 {
    width: 27%;
  }
  .mac_sec4 .elementor-element.elementor-element-2a8b8b9 {
    width: 72.665%;
  }
}

@media (max-width: 960px) {
  .mac_sec4 h2 {
    font-size: 52px;
  }
  .mac_sec4 .elementor-container {
    display: block;
    margin: 0 40px;
  }
  .mac_sec4 .elementor-column {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .mac_sec4 h2 {
    font-size: 34px;
    line-height: 1.2;
  }
}

.mac_sec5 {
  margin-bottom: 0px;
}

@media (min-width: 961px) {
  .mac_sec5 h2 {
    font-size: 52px;
    font-weight: 600;
  }
}

@media (max-width: 960px) {
  .mac_sec5 {
    padding-bottom: 30px;
  }
  .mac_sec5 h2 {
    font-size: 52px;
  }
  .mac_sec5 .elementor-container {
    margin: 0 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .mac_sec5 .elementor-element.elementor-element-3fe31ec {
    width: 50% !important;
  }
  .mac_sec5 .elementor-element.elementor-element-3fe31ec img {
    max-width: 90%;
  }
  .mac_sec5 .elementor-element.elementor-element-6bd172c {
    width: 50% !important;
  }
  .mac_sec5 .elementor-element.elementor-element-6bd172c img {
    max-width: 90% !important;
  }
  .mac_sec5 .elementor-element.elementor-element-cfc5609 {
    width: 100% !important;
    padding-top: 40px;
  }
}

@media (max-width: 768px) {
  .mac_sec5 h2 {
    font-size: 34px;
  }
}

.mac_sec6 {
  color: #562318;
  position: relative;
  margin-bottom: 0px;
  position: relative;
  /*
    & .elementor-container {
        max-width:1280px !important;margin:0 auto;
       
    }
   
*/
}

.mac_sec6::after {
  background: #E6DEDC;
  content: " ";
  display: block;
  height: 80%;
  position: absolute;
  z-index: -1;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.mac_sec6 .col1 .elementor-element-populated {
  max-width: 600px;
  padding-top: 140px;
  margin: 0 20px 0 auto;
}

.mac_sec6 h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
}

@media (min-width: 961px) {
  .mac_sec6 h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 960px) {
  .mac_sec6 {
    background: #E6DEDC;
    padding-bottom: 0px;
  }
  .mac_sec6 h2 {
    font-size: 52px;
  }
  .mac_sec6 .elementor-container {
    margin: 0 0px;
    -ms-flex-wrap: block;
        flex-wrap: block;
  }
  .mac_sec6 .elementor-container img {
    max-width: 100%;
  }
  .mac_sec6 .elementor-column {
    width: 100%;
  }
  .mac_sec6 .col1 .elementor-element-populated {
    padding: 40px 0 0 0px;
    margin: 0px 40px;
  }
}

@media (max-width: 768px) {
  .mac_sec6 h2 {
    font-size: 34px;
  }
}

.cssContactM0 {
  margin-bottom: 0;
}

.cssContactM1 {
  background: #E6DEDC;
  color: #562318;
  padding: 30px 0;
  margin-bottom: 0px;
  font-family: 'Raleway', sans-serif;
}

.cssContactM1 .elementor-container {
  max-width: 1280px !important;
  margin: 0 auto;
}

.cssContactM1 a {
  color: #562318;
}

.cssContactM1 h2 {
  padding: 0 0 30px;
  margin: 0px;
}

.cssContactM1 .elementor-element-populated {
  margin: 0 20px;
}

.cssContactM1 input, .cssContactM1 textarea {
  width: 100%;
}

.cssContactM1 select, .cssContactM1 input, .cssContactM1 textarea {
  -webkit-appearance: none;
  border-radius: 0px;
}

.cssContactM1 .formrow {
  color: #000000;
  border-color: #562318;
  border-style: solid;
  border-width: 1px;
  padding: 50px 0 20px 0;
}

.cssContactM1 .formrow .cssRow {
  margin-bottom: 20px;
}

.cssContactM1 .formrow .cssRow textarea {
  background: none;
  border-color: #000000;
  border-style: solid;
  border-width: 1px;
  padding: 5px 0;
  width: 100%;
  margin-top: 10px;
}

.cssContactM1 .formrow .btns {
  text-align: center;
  padding: 30px 0;
}

.cssContactM1 .formrow .elementor-element-populated {
  margin: 0 50px;
  padding: 0px 0;
}

.cssContactM1 .formrow .cssRow2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.cssContactM1 .formrow .cssRow2 div {
  width: calc(50% - 20px);
  padding-right: 20px;
}

.cssContactM1 .formrow .cssRow2 input {
  background: none;
  border-color: #000000;
  border-style: solid;
  border-width: 0 0 1px;
  padding: 5px 0;
}

.cssContactM1 .formrow input.submit,
.cssContactM1 .formrow input[type="submit"] {
  color: #ffffff;
  padding: 5px 10px;
  border-width: 1px;
  border-style: solid;
  font-size: 20px;
  -webkit-appearance: none;
  border-radius: 0px;
}

.cssContactM1 .formrow .cssRow.btns {
  margin-bottom: 0px;
}

.cssContactM1 .formrow .cssRow.btns span {
  display: none;
  margin: 0px;
}

@media (min-width: 961px) {
  .cssContactM1 h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 960px) {
  .cssContactM1 .elementor-container {
    margin: 0 0px;
    -ms-flex-wrap: block;
        flex-wrap: block;
  }
  .cssContactM1 .elementor-container img {
    max-width: 100%;
  }
  .cssContactM1 .formrow {
    margin-top: 40px !important;
  }
  .cssContactM1 .formrow .elementor-element-populated {
    margin: 0 20px;
  }
  .cssContactM1 .elementor-column {
    width: 100%;
    margin: 0 40px;
  }
}

@media (max-width: 767px) {
  .cssContactM1 h2 {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  .cssContactM1 .elementor-column {
    margin: 0 0px;
  }
  .cssContactM1 .formrow {
    margin: 20px 20px 0 !important;
    font-size: 20px;
  }
  .cssContactM1 .formrow .cssRow, .cssContactM1 .formrow .cssRow2 {
    margin-bottom: 10px;
  }
  .cssContactM1 .formrow .cssRow2 div {
    width: 100%;
    margin-right: 0%;
  }
  .cssContactM1 .formrow textarea {
    margin-top: 10px;
  }
  .cssContactM1 input, .cssContactM1 textarea {
    width: 100%;
  }
}

.cssContactM2 {
  font-size: 18px;
  margin-bottom: 0px;
  padding: 0;
}

.cssContactM2 .cssAcctform {
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 75px 0;
}

.cssContactM2 .cssRow label, .cssContactM2 .cssRowS2 label {
  display: block;
  padding: 0 0 10px;
}

.cssContactM2 .cssRow input, .cssContactM2 .cssRow select, .cssContactM2 .cssRowS2 input, .cssContactM2 .cssRowS2 select {
  background: #EEEEEE;
  border: 0px;
  width: 100%;
  display: block;
  font-size: 17px;
  margin: 0 0 10px;
}

.cssContactM2 .cssRow select, .cssContactM2 .cssRow input, .cssContactM2 .cssRowS2 select, .cssContactM2 .cssRowS2 input {
  padding: 5px;
}

.cssContactM2 select.cssErr, .cssContactM2 input.cssErr {
  border-color: red;
  border-width: 1px;
  border-style: solid;
}

.cssContactM2 select, .cssContactM2 input {
  -webkit-appearance: none;
  border-radius: 0px;
  color: #000000;
}

.cssContactM2 .cssTitle {
  text-align: center;
  font-size: 48px;
  color: #562318;
  font-family: 'Raleway', sans-serif;
}

.cssContactM2 .cssDesc {
  padding: 50px 0;
}

.cssContactM2 .cssRemark {
  padding: 45px 0;
}

.cssContactM2 .cssUpload {
  font-size: 20px;
}

.cssContactM2 .cssUpload div {
  padding: 10px 130px;
  background: #c37534;
  color: #ffffff;
  text-align: center;
}

.cssContactM2 .cssBtns {
  text-align: center;
}

.cssContactM2 input[type="button"] {
  background: #FFFFFF;
  padding: 0px 20px;
  border-width: 1px;
  border-style: solid;
  margin: 0 20px;
  font-size: 20px;
}

.cssContactM2 input[type="button"].submit,
.cssContactM2 input[type="submit"] {
  background-color: #562318;
  color: #ffffff;
  padding: 10px 30px;
  border-width: 1px;
  border-style: solid;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
}

.cssContactM2 .cssCols1r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cssContactM2 .cssCols1r .cssCols1 {
  width: 30%;
  margin-right: 2%;
}

.cssContactM2 .cssField {
  padding-bottom: 10px;
}

.cssContactM2 .cssRowS2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-width: 0 0 1px;
  border-color: #000000;
  border-style: solid;
}

.cssContactM2 .cssRowS2::after {
  display: block;
  content: " ";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1px;
  background: #000000;
  height: 95%;
}

.cssContactM2 .cssRowS2 .cssCol {
  width: 50%;
  padding: 0 0px 0 20px;
}

.cssContactM2 .cssRowS2 .cssCol:first-child {
  padding: 0 20px 0 0;
}

.cssContactM2 .cssRowS2.cssNoBorder {
  border-width: 0;
}

.cssContactM2 .cssRowS2.cssNoBorder::after {
  display: none;
}

.cssContactM2 .cssRow.cssNoBorder {
  border-width: 0 0 0px;
}

.cssContactM2 .cssRow.cssNoBorder .cssRowS2 {
  border-width: 0;
}

.cssContactM2 .cssRow.cssNoBorder .cssRowS2::after {
  display: none;
}

.cssContactM2 .cssRow {
  padding: 20px 0 0;
  border-width: 0 0 1px;
  border-color: #000000;
  border-style: solid;
}

.cssContactM2 .cssRow table {
  width: 100%;
}

.cssContactM2 .cssRow table tr td:nth-child(1) {
  width: 15%;
}

.cssContactM2 .cssRow table tr td:nth-child(2) {
  width: 25%;
}

.cssContactM2 .cssRow table tr td:nth-child(3) {
  width: 20%;
}

.cssContactM2 .cssRow table tr td:nth-child(4) {
  width: 20%;
}

.cssContactM2 .cssRow table tr td:nth-child(5) {
  width: 20%;
}

.cssContactM2 .cssRow input {
  padding: 5px 10px;
}

.cssContactM2 .cssHead {
  padding: 0 0 10px;
}

@media (min-width: 961px) {
  .cssContactM2 .cssTitle, .cssContactM2 h2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.2;
  }
}

@media (max-width: 960px) {
  .cssContactM2 {
    margin: 0 40px;
  }
  .cssContactM2 .cssRowS2::after {
    display: none;
  }
  .cssContactM2 .cssRowS2 {
    display: block;
  }
  .cssContactM2 .cssRowS2 .cssCol {
    width: 100%;
    padding: 0px;
  }
  .cssContactM2 .cssRowS2 .cssCol:first {
    padding: 0px;
  }
  .cssContactM2 .cssUpload div {
    padding: 20px 70px;
  }
}

@media (max-width: 767px) {
  .cssContactM2 {
    margin: 0 20px;
  }
  .cssContactM2 .cssAcctform {
    padding: 38px 0 75px;
  }
  .cssContactM2 .cssTitle {
    font-size: 34px;
  }
  .cssContactM2 .cssUpload div {
    padding: 20px;
  }
  .cssContactM2 .cssCols1 label {
    min-height: 65px;
  }
  .cssContactM2 .cssRowS2 .cssCol:first-child {
    padding-right: 0;
  }
  .cssContactM2 .cssCols1r .cssCols1:last-child {
    margin-right: 0;
    width: 36%;
  }
  .cssContactM2 .cssRow table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cssContactM2 .cssRow table tr td:nth-child(1) {
    width: 100%;
    display: block;
  }
  .cssContactM2 .cssRow table tr td:nth-child(2) {
    width: 48%;
    margin-right: 2%;
  }
  .cssContactM2 .cssRow table tr td:nth-child(3) {
    width: 48%;
    margin-left: 2%;
  }
  .cssContactM2 .cssRow table tr td:nth-child(4) {
    width: 48%;
    margin-right: 2%;
  }
  .cssContactM2 .cssRow table tr td:nth-child(5) {
    width: 48%;
    margin-left: 2%;
  }
}

@media (max-width: 960px) {
  .cssProductlists {
    display: block;
  }
  .cssProductlists .elementor-column {
    width: 100% !important;
  }
}

.cssCatlist {
  font-family: 'Raleway', sans-serif;
}

.cssCatlist .cssCatrow {
  padding: 0px 0;
  font-size: 14px;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cssCatlist .cssCatrow span:nth-child(1) {
  width: 25px;
}

.cssCatlist .cssCatrow span:nth-child(2) {
  width: calc(100% - 25px);
  line-height: 1.5;
}

@media (max-width: 960px) {
  .cssCatlist .cssCatrow {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cssCatlist .cssCatrow span:nth-child(2) {
    line-height: 1;
  }
}

.cssCatlist .cssCatmenuhead {
  display: none;
}

.cssCatlist .cssCatmenuheadclose {
  display: none;
}

@media (max-width: 960px) {
  .cssCatlist .cssCatmenuheadclose {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 20px;
  }
  .cssCatlist .cssCatmenuhead {
    display: block;
    margin: 0 15px;
    border-width: 1px;
    border-style: solid;
    border-color: #d1d1d1;
    text-align: center;
    padding: 0px 0;
    font-size: 14px;
  }
  .cssCatlist .cssCatmenuhead div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cssCatlist .cssCatmenuhead span {
    width: 48%;
    text-align: center;
  }
  .cssCatlist .cssCatmenuhead span.sp {
    width: 4%;
    text-align: center;
    color: #ffffff;
    position: relative;
  }
  .cssCatlist .cssCatmenuhead span.sp::after {
    content: " ";
    position: absolute;
    top: 50%;
    width: 2px;
    height: 100%;
    background: #d1d1d1;
    top: 0;
  }
  .cssCatlist .cssCatcontent {
    display: none;
  }
  .cssCatlist.clicked .cssCatcontent {
    display: block;
    margin: 0 15px;
    position: relative;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #d1d1d1;
    padding: 10px 0;
  }
  .cssCatlist .cssCatrow {
    width: 100%;
    overflow-x: auto;
  }
  .cssCatlist .cssCatrow br {
    display: inline;
  }
}

.page-id-222 .elementor-section:first-child, .page-id-324 .elementor-section:first-child, .page-id-328 .elementor-section:first-child, .page-id-312 .elementor-section:first-child {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .page-id-222 .elementor-section:first-child, .page-id-324 .elementor-section:first-child, .page-id-328 .elementor-section:first-child, .page-id-312 .elementor-section:first-child {
    margin-bottom: 20px;
  }
}

.cssProducts {
  margin-left: 20px;
}

.cssProducts .cssSubcatsection {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  padding-top: 20px;
}

.cssProducts .cssSubcatsection .cssTitle {
  color: #562318;
  font-size: 24px;
  padding: 0 0 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.cssProducts .cssSubcatsection .cssItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cssProducts .cssSubcatsection .cssItems .cssItem {
  width: 24%;
  margin-right: 1%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.cssProducts .cssSubcatsection .cssItems .cssItem .cssImg img {
  width: 100%;
}

.cssProducts .cssSubcatsection .cssItems .cssItem .cssName, .cssProducts .cssSubcatsection .cssItems .cssItem .cssSku {
  line-height: 1;
}

.cssProducts .cssSubcatsection .cssItems .cssItem .cssName a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 1.4;
}

.cssProducts .cssSubcatsection .cssItems .cssItem .cssSku a {
  text-decoration: none;
  color: #848484;
  font-size: 14px;
}

.cssProducts .cssSubcatsection:nth-child(1) {
  padding-top: 0;
}

.cssProducts .cssSubcatsection:last-child {
  border-width: 0;
}

@media (max-width: 960px) {
  .cssProducts {
    margin: 0 20px;
  }
  .cssProducts .cssSubcatsection .cssItems .cssItem {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
}

@media (max-width: 767px) {
  .cssProducts {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

.cssProductdetail {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cssProductdetail .cssImgs {
  width: 50%;
}

.cssProductdetail .cssInfo {
  width: 45%;
  margin: 0 2.5%;
}

.cssProductdetail .cssInfo .cssName {
  color: #562318;
  font-size: 14px;
}

.cssProductdetail .cssInfo .cssName a {
  text-decoration: none;
  color: #562318;
  font-size: 14px;
}

.cssProductdetail .cssInfo .product_title {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #562318;
  font-size: 38px;
  border-width: 0 0 1px;
  border-color: #562318;
  border-style: solid;
  padding: 0 0 20px !important;
  margin: 0px;
}

.cssProductdetail .cssInfo .cssDesc {
  padding: 20px 0 0;
  color: #231F20;
  font-size: 18px;
}

@media (max-width: 960px) {
  .cssProductdetail {
    margin: 0 40px;
    display: block;
    width: calc(100% - 80px);
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .cssProductdetail .cssImgs {
    width: 100%;
    padding-bottom: 20px;
  }
  .cssProductdetail .cssImgs img {
    max-width: 100%;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .cssProductdetail .cssInfo {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .cssProductdetail {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
}

.cssView .cssTitle {
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #562318;
  font-size: 28px;
  border-width: 0 0 0px;
  border-color: #562318;
  border-style: solid;
  text-align: center;
  margin: 0px;
  padding: 40px 0;
}

.cssView .cssItems {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cssView .cssItems .cssItem {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.cssView .cssItems .cssItem .cssImg img {
  width: 100%;
}

.cssView .cssItems .cssItem .cssName, .cssView .cssItems .cssItem .cssSku {
  line-height: 1;
}

.cssView .cssItems .cssItem .cssName a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.cssView .cssItems .cssItem .cssSku a {
  text-decoration: none;
  color: #848484;
  font-size: 14px;
}

@media (max-width: 960px) {
  .cssView {
    margin: 0 20px;
  }
  .cssView .cssItems .cssItem {
    width: 45%;
    margin-right: 2.5%;
    margin-left: 2.5%;
  }
}
/*# sourceMappingURL=css.css.map */

/* //Feng */
.cssHeaderpanel .cssWrapper .cart-icon-cssLinkout a{
	border:none;
	padding:10px;
}
@media (max-width: 960px) {
	.cssHeaderpanel .cart-icon-cssLinkout{
		transform:translate(-145%, -50%);
	}
}