.copyright-container {
  display: flex;
  flex-direction: column;
  max-width: 1300px !important;
  width: 100%;
  padding-top: 60px;
}
.copyright-container .footer-line {
  content: "";
  display: block;
  flex: 1 1 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  padding-top: 20px;
  margin-bottom: -20px;
  opacity: 0.3;
  color: #ccc;
}

.footer {
  background: linear-gradient(to top, rgb(216, 216, 216) 0%, rgba(255, 255, 255, 0) 10%);
}

.footer-header h3 {
  display: flex;
  align-items: center;
  border-color: rgba(0, 0, 0, 0.06);
  flex-direction: row;
}
.footer-header h3:after {
  content: "";
  display: block;
  flex: 1 1 auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
  margin-left: 20px;
}

.copyright {
  color: #000;
  font-size: 12px;
  opacity: 80%;
  display: flex;
  justify-content: center;
}

.ct-footer [data-row] > div {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-column-gap: var(--columns-gap, 50px);
  grid-row-gap: var(--columns-gap, 50px);
  padding-block: 10px !important;
}

[data-footer*=type-1] .ct-footer [data-row*=middle] > div {
  --container-spacing: 70px;
  --theme-border: none;
  --theme-border-top: 1px solid #dddddd;
  --theme-border-bottom: 1px solid #dddddd;
  --grid-template-columns: repeat(3, 1fr);
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.ct-footer .ct-widget:not(:first-child) {
  margin-top: var(--widgets-gap, 16px) !important;
}

/*Navigation menus*/
/*Quick Links*/
#menu-item-93,
#menu-item-94 {
  padding: 4px 0px;
}
#menu-item-93 a,
#menu-item-94 a {
  text-decoration: none;
}
#menu-item-93 a:hover,
#menu-item-94 a:hover {
  color: #e9840a;
}

/*Resources*/
#menu-item-95,
#menu-item-96,
#menu-item-97 {
  padding: 4px 0px;
}
#menu-item-95 a,
#menu-item-96 a,
#menu-item-97 a {
  text-decoration: none;
}
#menu-item-95 a:hover,
#menu-item-96 a:hover,
#menu-item-97 a:hover {
  color: #e9840a;
}

/*Quick Contact*/
.ct-widget.widget_block ul li {
  padding: 4px 0px;
}

/*Line for footer elements on mobile*/
[data-footer*=type-1] .ct-footer [data-column=widget-area-1],
[data-footer*=type-1] .ct-footer [data-column=widget-area-3],
[data-footer*=type-1] .ct-footer [data-column=widget-area-2] {
  --text-horizontal-alignment: left;
  --horizontal-alignment: flex-start;
  --vertical-alignment: flex-start;
  border-bottom: 1px dashed #cec7d5;
}
@media (min-width: 768px) {
  [data-footer*=type-1] .ct-footer [data-column=widget-area-1],
  [data-footer*=type-1] .ct-footer [data-column=widget-area-3],
  [data-footer*=type-1] .ct-footer [data-column=widget-area-2] {
    border-bottom: none;
  }
}
#block-40 h6 {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: black !important;
}

.widget-title {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: black !important;
}

#block-15 ul li {
  padding-left: 5px !important;
  font-weight: 400 !important;
}

#menu-item-95,
#menu-item-96,
#menu-item-97,
#menu-item-93,
#menu-item-94 {
  padding-left: 5px;
  font-weight: 400 !important;
}

#menu-item-97,
#menu-item-94 {
  padding-bottom: 20px;
}

.custom-footer-heading {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: black !important;
}

li .custom-footer-link {
  text-decoration: none !important;
}
li .custom-footer-link:hover {
  color: #e9840a !important;
}

/*Font awesome 4.7 icon styling*/
.fa {
  color: black;
  font-size: 60px !important;
}

.wp-block-group.alignwide.mobile-aligncenter.is-content-justification-space-between.is-layout-flex.wp-container-core-group-is-layout-4.wp-block-group-is-layout-flex.wp-container-2.is-position-sticky {
  width: 100%;
  padding: 0 30px;
}

.ct-container-full {
  padding-top: 0 !important;
}

[data-header*=type-1] [data-sticky*=yes] {
  background-color: rgb(232, 132, 7);
  background-image: none;
}
@media (min-width: 768px) {
  [data-header*=type-1] [data-sticky*=yes] {
    background-color: rgba(150, 98, 34, 0.5);
  }
}
[data-header*=type-1] [data-sticky*=yes]:hover {
  background-color: rgb(232, 132, 9);
  transition: 0.5s ease-in-out;
}

nav a {
  transition: 0.3s ease-in-out;
}

#menu-item-19,
#menu-item-21,
#menu-item-20,
#menu-item-23,
#menu-item-22 {
  transition: 0.3s ease-in-out;
}

.ct-panel-actions {
  padding-top: 40px !important;
}

/*Button styling*/
.read-more a {
  padding: 10px 15px;
}

.wp-block-button__link.has-background.has-text-align-left.wp-element-button,
.wp-block-button__link.has-background.wp-element-button {
  background-color: #e9840a !important;
  transition: 0.3s ease-in-out;
  color: white;
}
.wp-block-button__link.has-background.has-text-align-left.wp-element-button:hover,
.wp-block-button__link.has-background.wp-element-button:hover {
  background-color: #d17609 !important;
}

.wp-block-button__link.has-background.wp-element-button {
  background-color: #e9840a !important;
  transition: 0.3s ease-in-out;
}
.wp-block-button__link.has-background.wp-element-button:hover {
  background-color: #d17609 !important;
}

.icon-container {
  display: flex;
  justify-content: center;
}

.bottom-cover {
  display: flex;
  flex-direction: column;
}

.hide {
  display: none;
}

.invisible-space {
  padding-bottom: 30px;
}

.header-content {
  display: flex;
}

.contact-us-section {
  width: 100%;
  height: 100%;
  padding: 0px;
}

body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.small-box-container {
  min-height: 260px;
  box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .small-box-container {
    min-height: 300px;
  }
}
.small-box-container:hover {
  transform: translateY(-8px);
}

.small-box-header {
  line-height: 25px;
  padding-bottom: 10px;
}

.big-header {
  font-size: 40px;
}

.custom-header {
  font-size: 20px;
}

.main-cover {
  min-height: 578px;
}
@media (min-width: 1080px) {
  .main-cover {
    min-height: 792px;
  }
}

.phone-number a {
  text-decoration: none;
  color: #000000;
}
.phone-number a:hover {
  color: #e9840a !important;
  transition: 0.3s ease-in-out;
}

.wp-block-heading.big-header {
  padding-top: 5px;
  margin-top: 0px;
}

.we-provide-block {
  display: none;
}
@media (min-width: 768px) {
  .we-provide-block {
    display: block;
  }
}
/*Title style for each page title*/
.page-title {
  padding-top: 30px;
  justify-content: center;
  display: flex;
  font-family: HelveticaNeueMedium;
}
@media (min-width: 768px) {
  .page-title {
    font-size: 35px;
    padding-top: 50px;
  }
}

#header {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

#header [data-row*=middle] {
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

.product-container {
  overflow: hidden;
  border-bottom: 3px solid #f1f1f1;
  border-top: 3px solid #f1f1f1;
  transition: transform 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.product-container:hover {
  border-bottom: 3px solid #e9840a;
  border-top: 3px solid #e9840a;
}
.product-container .product-image {
  position: relative;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease-in-out;
  overflow: hidden !important;
}
.product-container .product-image:hover {
  transform: scale(1.2);
}
.product-container .product-text {
  position: relative;
  z-index: 1 !important;
}

.form-container {
  border-style: none;
  border-width: 0px;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  max-width: 1300px !important;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .form-container {
    padding-top: 40px;
    padding-bottom: 80px;
    flex-direction: row;
  }
}
.form-container .evangroup-form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-container .evangroup-form input {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: 1px solid rgba(100, 55, 31, 0.72);
}
.form-container .evangroup-form p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px !important;
}
.form-container .evangroup-form .form-submit-button {
  justify-content: center;
  display: flex;
  align-items: center;
}
.form-container .evangroup-form .form-submit-button p {
  justify-content: center;
  display: flex;
  align-items: center;
}
.form-container .evangroup-form .form-submit-button .wpcf7-spinner {
  display: none;
}
.form-container .evangroup-form .wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #ffffff;
  background-color: #e9840a;
  padding: 10px;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
}
.form-container .evangroup-form .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background-color: #a05a07 !important;
}

.form-header {
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .form-header {
    padding-bottom: 20px;
  }
}

.contact-us-container {
  border-style: none;
  border-width: 0px;
  padding-top: 80px;
}

.form-container-left {
  flex-basis: 0;
  flex-grow: 1;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-container-left #ub-content-toggle-19815a8b-153d-4d2f-a74b-9a76bd9a2236 {
  max-width: 450px;
  min-width: 340px;
}

.wpcf7-spinner {
  display: none;
}

.form-container .evangroup-form textarea {
  border: 1px solid rgba(100, 55, 31, 0.72);
  height: 77px;
  width: 353px;
  padding: 7px !important;
  margin: 0px !important;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
}

.wp-block-contact-form-7-contact-form-selector.evangroup-form p {
  font-size: 12px;
}

[data-footer*=type-1] .ct-footer [data-row*=middle] > div {
  --container-spacing: 70px;
  --theme-border: none;
  --theme-border-top: 1px solid #dddddd;
  --theme-border-bottom: 1px solid #dddddd;
  --grid-template-columns: repeat(3, 1fr);
  padding-top: 45px !important;
  padding-bottom: 45px !important;
  padding-left: 10px;
  display: flex;
  flex-direction: column !important;
  justify-content: space-around;
}
@media (min-width: 768px) {
  [data-footer*=type-1] .ct-footer [data-row*=middle] > div {
    flex-direction: row !important;
  }
}

.ct-footer [data-row] > div {
  display: grid;
  grid-template-columns: var(--grid-template-columns);
  grid-column-gap: var(--columns-gap, 50px);
  grid-row-gap: var(--columns-gap, 20px) !important;
  padding-block: 10px !important;
}
@media (min-width: 768px) {
  .ct-footer [data-row] > div {
    grid-row-gap: var(--columns-gap, 50px) !important;
  }
}

.wpcf7 label,
.wpcf7 textarea {
  min-width: 300px;
}
@media (min-width: 768px) {
  .wpcf7 label,
  .wpcf7 textarea {
    min-width: 600px;
  }
}

#ub-content-toggle-a89c17d1-eb54-4114-8c0c-218d7158d956 {
  padding-top: 5px;
  max-width: 600px;
  padding-bottom: 50px;
}

.wp-block-ub-content-toggle {
  margin: 20px 0 20px 0;
  max-width: 100%;
  min-width: 350px;
  width: 100%;
  padding-top: 17px;
}
@media (min-width: 768px) {
  .wp-block-ub-content-toggle {
    max-width: 600px;
  }
}

.wpcf7 label:not(.wpcf7-form-control-wrap) {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding-top: 10px;
}

#ub-content-toggle-6898fc36-e46f-422e-92c4-1fdf358f075e {
  padding-top: 17px;
}

.top-cover-text-container {
  overflow: visible;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  justify-content: flex-start;
  border-color: rgba(255, 255, 255, 0.25);
  position: absolute;
  transform-origin: 50% 50%;
  transform: perspective(600px) skew(-15deg, 0deg) scale(1, 0.9848);
  display: block;
  left: 30px;
  top: 110px;
  max-width: 640px;
  max-height: 260px;
  background: rgba(0, 0, 0, 0.3);
  backface-visibility: visible;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  pointer-events: none;
  font-size: 40px;
  z-index: 99;
}
@media (min-width: 1080px) {
  .top-cover-text-container {
    left: 145px;
    top: 80px;
    max-width: 640px;
    max-height: 350px;
    padding: 30px;
    font-size: 65px;
  }
}

.top-paragraph-container {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  padding: 5px 30px;
  -webkit-clip-path: polygon(0% 100%, 10% 0%, 100% 0%, 90% 100%);
  clip-path: polygon(0% 100%, 6% 0%, 100% 0%, 94% 100%);
  width: 300px;
  height: auto;
  background: #e9840a;
  pointer-events: none;
  position: absolute;
  top: 297px;
  left: 70px;
  text-align: center;
  font-size: 15px;
  z-index: 99;
}
@media (min-width: 1080px) {
  .top-paragraph-container {
    -webkit-clip-path: polygon(0% 100%, 6% 0%, 100% 0%, 94% 100%);
    clip-path: polygon(0% 100%, 6% 0%, 100% 0%, 94% 100%);
    top: 385px;
    left: 285px;
    width: 345px;
    line-height: 30px;
    padding: 5px 40px;
    font-size: 19px;
  }
}

.wp-block-cover__background.has-border-background-color.has-background-dim-0.has-background-dim {
  max-height: 20%;
}

.wp-block-group.alignfull.is-layout-constrained.wp-block-group-is-layout-constrained {
  max-height: 20%;
}

.wp-block-cover.alignfull.main-cover-content {
  max-height: 20%;
}

.main-cover-content {
  border: 1px solid red;
  min-height: 100vh;
  width: 100%;
  display: block;
}

.contact-us-container {
  min-width: 100% !important;
  width: 100% !important;
}

.column-style {
  box-shadow: 0 6px 30px 3px rgba(14, 14, 14, 0.0588235294);
  transition: 0.5s;
}

.partner-us-paragraph {
  margin-bottom: 0;
  padding: 0px !important;
}

[data-vertical-spacing*=bottom] {
  padding-bottom: 0px !important;
}

/*Quality, good pricing, logistics, financial planning */
.wp-block-group.alignfull.has-lower-background-background-color.has-background.is-layout-constrained.wp-block-group-is-layout-constrained {
  border-style: none !important;
  border-width: 0px !important;
  padding-top: 50px !important;
  padding-right: 30px !important;
  padding-bottom: 50px !important;
  padding-left: 30px !important;
}
@media (min-width: 768px) {
  .wp-block-group.alignfull.has-lower-background-background-color.has-background.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
/*About Us -> WE PROVIDE*/
.wp-block-group.alignfull.has-background.is-layout-constrained.wp-block-group-is-layout-constrained {
  padding-top: 50px !important;
  padding-right: 30px !important;
  padding-bottom: 50px !important;
  padding-left: 30px !important;
}
@media (min-width: 768px) {
  .wp-block-group.alignfull.has-background.is-layout-constrained.wp-block-group-is-layout-constrained {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
}
.main-cover {
  display: flex;
  position: relative;
}

:root {
  --accent: 200, 100%, 50%;
  --angle-skew-before: 75;
  --angle-skew-after: -55;
}

.main-cover::before {
  background: linear-gradient(to bottom, rgb(255, 122, 0), rgb(233, 133, 10));
  right: 50%;
  transform: skew(calc(var(--angle-skew-before) * 1deg));
  transform-origin: 100% 95%;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.main-cover::after {
  background: white;
  opacity: 50%;
  right: 90%;
  transform: skew(calc(var(--angle-skew-after) * 1deg));
  transform-origin: 0% 100%;
  top: 0%;
  bottom: auto;
  content: "";
  position: absolute;
  height: 80%;
  width: 110%;
  z-index: 4;
}

.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  color: inherit;
  width: 100%;
  z-index: 10;
}

.under-construction-title {
  display: flex;
  text-align: center;
  font-family: HelveticaNeueBlack;
  font-size: 22px;
  justify-content: center;
}
@media (min-width: 768px) {
  .under-construction-title {
    text-align: left;
    font-size: 30px;
  }
}
.construction-image {
  display: flex;
  justify-content: center;
  max-height: 200px;
  max-width: 200px !important;
}
@media (min-width: 768px) {
  .construction-image {
    max-height: 300px;
    max-width: 300px !important;
  }
}

.under-construction-p1,
.under-construction-p2 {
  font-family: HelveticaNeueMedium;
  display: flex;
  justify-content: center;
  text-align: center;
}

.under-construction-p2 {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .under-construction-p2 {
    padding-bottom: 70px;
  }
}

.under-construction-p1 {
  padding-top: 30px;
  margin-bottom: 30px !important;
}
@media (min-width: 768px) {
  .under-construction-p1 {
    padding-top: 50px;
  }
}

mark {
  --color1: #ff8c00;
  --color2: #ff8c00;
  --bg-height: 30%;
  all: unset;
  background-image: linear-gradient(var(--color1), var(--color2));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--bg-height);
  animation: highlight 1200ms 1 ease-out;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

@keyframes highlight {
  to {
    background-size: 100% var(--bg-height);
  }
}
.fade-in {
  opacity: 0;
  transition: opacity 800ms ease-in;
}

.fade-in.appear {
  opacity: 1;
}

.landing-animation {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img:hover {
  transform: scale(1.2);
}

.envira-gallery-wrap .envira-gallery-public.envira-clear {
  clear: both;
  margin-bottom: 60px !important;
}

.bwg-icon-arrows-out.bwg_ctrl_btn.bwg_fullscreen {
  display: none;
}

.bwg-background {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
  width: 100%;
  padding-bottom: 50px;
}

div[id^=bwg_container] * {
  margin: 0;
  z-index: 1;
}

.main-cover-about-us {
  display: flex;
  position: relative;
  padding-bottom: 100px;
}

:root {
  --accent: 200, 100%, 50%;
  --angle-skew-before: 75;
  --angle-skew-after: -55;
}

.main-cover-about-us::before {
  background: linear-gradient(to bottom, rgb(255, 122, 0), rgb(233, 133, 10));
  right: 50%;
  transform: skew(calc(var(--angle-skew-before) * 1deg));
  transform-origin: 100% 95%;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.about-us-page-text {
  display: flex;
  padding-left: 0px;
  justify-content: center;
}
.responsibility {
  display: flex;
  justify-content: center;
}

.responsibility-cover {
  display: flex;
  position: relative;
  padding-bottom: 100px;
}
@media (min-width: 768px) {
  .responsibility-cover {
    padding-bottom: 126px;
  }
}

:root {
  --accent: 200, 100%, 50%;
  --angle-skew-before: 75;
  --angle-skew-after: -55;
}

.responsibility-cover::before {
  background: linear-gradient(to bottom, rgb(255, 122, 0), rgb(233, 133, 10));
  right: 50%;
  transform: skew(calc(var(--angle-skew-before) * 1deg));
  transform-origin: 100% 95%;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.responsibility-para {
  max-width: 600px !important;
  display: flex !important;
  justify-content: space-evenly !important;
  text-align: justify;
}

/*Breakpoints*/
/* Fonts*/
@font-face {
  font-family: HelveticaNeueBlack;
  src: url(fonts/HelveticaNeueBlack.ttf);
}
@font-face {
  font-family: HelveticaNeueMedium;
  src: url(fonts/HelveticaNeueMedium.ttf);
}
@font-face {
  font-family: HelveticaNeueLight;
  src: url(fonts/HelveticaNeueLight.ttf);
}
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Verdana", "Arial", sans-serif;
  line-height: 1.3;
  color: #373737;
}

#wpfront-scroll-top-container img {
  width: 50px !important;
  height: auto;
}/*# sourceMappingURL=style.css.map */