/*** base colors start ***/
/* transition start */
/* transition end */
/* transition start */
/* transition end */
/* Reverse Row Class for Col-Order Change ---- START ----*/
@media only screen and (min-width: 1001px) {
  .cda-reverse-row > .col.span_12 {
    flex-direction: row-reverse !important;
  }
  /* Spacing between col */
  .cda-reverse-row .col > div:last-child {
    margin-left: 0;
    margin-right: 2.1%;
  }
}
/* Reverse Row Class for Col-Order Change ---- END ----*/
/* ++++++++++ MEDIAQUERIES ++++++++++ */
/* ++++++++++ MEDIAQUERIES ++++++++++ */
/* ==========================================================================
   navbar MAIN
   ======================================================================== */
/* ==========================================================================
   Content
   ========*/
/* ==========================================================================
   Footer
   ========================================================================== */
#footer-outer {
  z-index: 9 !important;
}
#footer-outer .widget h4 {
  font-size: 18px;
  font-weight: 400;
}
#footer-outer .row {
  padding-bottom: 0;
}
#footer-outer .row.cda-widget-row {
  padding: 30px 0 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer-outer .row.cda-widget-row {
    padding: 30px 15px 0 15px;
  }
}
#footer-outer .row.cda-widget-row .widget.widget_nav_menu .menu .menu-item {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 767px) {
  #footer-outer .row.cda-widget-row .widget.widget_nav_menu .menu .menu-item {
    display: block;
  }
}

.widget_custom_html h4 {
  color: rgb(255, 255, 255);
}

@media only screen and (min-width: 1000px) {
  body #footer-outer .row {
    padding: 40px 0 0px 0;
  }
}
.footer-logo img {
  max-width: 200px !important;
  height: auto;
}

#footer-outer {
  background-size: auto !important;
  background-repeat: repeat !important;
}

.customFooterLogo {
  max-width: 240px !important;
  height: auto !important;
}

.cda-fancy-text-image {
  position: relative;
}
.cda-fancy-text-image .background-shape {
  position: absolute;
  background: #ededed;
  width: calc(71% + 900px);
  transform: translateX(900px);
}
.cda-fancy-text-image .background-shape--left-full {
  left: 0;
  top: -80px;
  bottom: -80px;
  transform: translateX(-900px);
}
.cda-fancy-text-image .background-shape--right-full {
  right: 0;
  top: -80px;
  bottom: -80px;
}
.cda-fancy-text-image .background-shape--left-bottom {
  left: 0;
  bottom: -80px;
  height: 65%;
  transform: translateX(-900px);
}
.cda-fancy-text-image .background-shape--right-bottom {
  right: 0;
  bottom: -80px;
  height: 65%;
}
.cda-fancy-text-image .background-shape--left-top {
  left: 0;
  top: -80px;
  height: 65%;
  transform: translateX(-900px);
}
.cda-fancy-text-image .background-shape--right-top {
  right: 0;
  top: -80px;
  height: 65%;
}

/*# sourceMappingURL=main.css.map */
