/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */

:root {
  --color-1: #fe811a;
  --color-2: #1b0178;
  --color-3: #e6c4d7;
  --color-4: #f8f3ff;
  --color-5: #fef6e9;
  --color-6: #fa4b00;
  --cat-color-1: #8490FF;
  --cat-color-2: #DBE55C;
  --cat-color-3: #F4BEBE;
  --cat-color-4: #1c524f;
}

.hidden {
  display: none !important;
}

h1 {
  font-size: 42px;
  line-height: 44px;
  font-weight: 700;
  color: #1d212c;
}

h1 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 700;
}

h4 {
  font-size: 22px;
  line-height: 34px;
  color: #1d212c;
}

p {
  color: #1d212c;
  font-size: 20px;
  line-height: 32px;
}

.test-container {
  max-width: 100%;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

#main-header {
  box-shadow: none !important;
}

#main-header.et-fixed-header {
  box-shadow: none !important;
}

/* Custom Header */

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-container .logo_container {
  position: relative;
  flex: none;
  width: auto;
}

.header-container .logo_container img {
  height: 40px !important;
}

.header-container .main-menu-wrapper {
  flex: 1;
}

.header-container .menu-items ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#main-header-custom {
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999;
  background-color: white;
}

.header-container .menu-items ul li a {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.2px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 30px;
}

.header-container .menu-items ul li a:hover {
  color: var(--color-1);
  cursor: pointer;
  text-decoration: none;
  transition: 0.2s;
}

@media (min-width: 992px) {
  .mobile-close-menu {
    display: none;
  }
}

.mobile-menu-trigger {
  display: none !important;
}

@media (max-width: 992px) {
  .main-menu-wrapper {
    display: none !important;
  }

  .header-container .logo_container {
    width: 100% !important;
  }

  .main-menu-wrapper.open {
    display: flex !important;
  }

  .mobile-menu-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    position: fixed;
    top: 28px;
    right: 35px;
  }

  .header-container .main-menu-wrapper {
    flex: 1;
    display: flex;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: black;
    padding: 35px;
    align-items: center;
    justify-content: center;
  }

  .header-container .menu-items {
    max-height: 100vh;
    height: calc(100vh - 50px);
    width: 100%;
    display: block;
    padding: 50px;
    overflow-y: scroll;
    background-color: #fff;
    background-image: linear-gradient(
      370deg,
      rgba(218, 227, 241, 0.4),
      rgba(203, 218, 241, 0) 35%
    );
    box-shadow: 0 4px 24px -8px rgb(0 0 0 / 20%);
    border-radius: 20px;
  }

  .header-container .menu-items ul {
    flex-direction: column;
  }

  .header-container .menu-items ul li a {
    margin-left: 0px !important;
    margin-bottom: 30px;
    display: block;
    font-size: 24px;
    line-height: 130% !important;
    font-weight: bold !important;
    text-align: center;
  }

  .header-container .menu-items ul li:last-child a {
    margin-bottom: 0px !important;
  }

  .mobile-close-menu {
    position: absolute;
    top: 30px;
    right: 25px;
    z-index: 99;
  }

  .mobile-close-menu img {
    height: 65px;
    width: 100px;
    transform: scale(1);
  }

  .mobile-close-menu img:hover {
    transform: scale(1.05);
    cursor: pointer;
    transition: 0.2s;
  }
}

/* End of Custom Header */

/* Menu Dropdown */

.dropdown-trigger {
  position: relative;
}

.dropdown-expanded {
  display: none !important;
  width: 300px !important;
  left: calc(0px - 50%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.dropdown-expanded .dropdown-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 4px 24px -12px rgb(0 0 0 / 32%);
}

.dropdown-expanded .dropdown-wrapper .dropdown-inner {
  max-height: calc(100vh - 100px);
  overflow-y: scroll;
  position: relative;
  z-index: 0;
  padding: 24px;
  border-radius: 20px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(248, 248, 251, 0.5)),
    to(hsla(0, 0%, 100%, 0))
  );
  background-image: linear-gradient(
    90deg,
    rgba(248, 248, 251, 0.5),
    hsla(0, 0%, 100%, 0)
  );
}

.dropdown-expanded .dropdown-wrapper ul {
  flex-direction: column;
  align-items: flex-start !important;
}

.dropdown-expanded .dropdown-wrapper ul a {
  margin-left: 0px !important;
}

.dropdown-expanded .dropdown-wrapper ul li {
  margin-bottom: 12px;
}

.dropdown-expanded .dropdown-wrapper ul li:last-child {
  margin-bottom: 0px;
}

.dropdown-expanded .pointer {
  position: absolute;
  left: auto;
  top: 50px;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 16px -6px rgb(0 0 0 / 36%);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 992px) {
  .dropdown-expanded {
    display: block !important;
    position: relative;
    width: 100% !important;
    padding-top: 0px;
    left: 0;
    margin-bottom: 20px;
    box-shadow: none;
    background-color: transparent;
  }

  .dropdown-expanded .dropdown-wrapper .dropdown-inner {
    max-height: inherit !important;
    width: 100%;
    overflow-y: hidden;
    background: none !important;
  }

  .header-container .menu-items ul {
    align-items: center !important;
  }

  .dropdown-expanded .dropdown-wrapper {
    box-shadow: none !important;
    padding-top: 0px !important;
  }

  .dropdown-expanded ul li a {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }

  .dropdown-expanded .dropdown-wrapper .dropdown-inner {
    padding-top: 0px !important;
  }
}

.dropdown-trigger:hover > .dropdown-expanded {
  display: block !important;
}

/* End of Menu Dropdown */

/* Home Slider */

#homeSlider {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-6);
}

#homeSlider .inner{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

#homeSlider .inner .left{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  text-align: center;
}

#homeSlider .inner .left .texts{

}

#homeSlider .inner .left .texts h1{
  font-size: 40px;
  line-height: 48px;
  color: white;
  margin-bottom: 20px;
}

#homeSlider .inner .left .texts p{
  color: white;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 40px;
}

#homeSlider .inner .left .texts a{
  display: table;
  margin: 10px auto;
  background-color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px 30px;
  border: 1px solid white;
}

#homeSlider .inner .left .texts a:hover{
  background-color: var(--color-6);
  color: white;
  transition: 0.2s;
  cursor: pointer;
}

#homeSlider .inner .right{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#homeSlider .inner .right img{
  object-fit: cover;
  min-height: 100vh;
}

@media (max-width: 992px){
  #homeSlider {
    min-height: auto;
  }

  #homeSlider .inner{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  #homeSlider .inner .left{
    width: 100%;
    order: 2;
  }

  #homeSlider .inner .right{
    width: 100%;
    order: 1;
    max-height: 50vh;
    overflow: hidden;
  }

  #homeSlider .inner .right img{
    min-height: auto;
    width: 100%;
  }
}


.btn {
  padding: 16px 32px;
  border-radius: 100px;
  background-color: var(--color-1);
  color: white;
  font-family: Circularxx, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.071em;
  text-transform: uppercase;
}

.btn:hover {
}

.upper-light {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.071em;
  text-transform: uppercase;
}

.op-60 {
  opacity: 0.6;
}

@media (max-width: 992px) {
  #homeSlider .content {
    flex-wrap: wrap;
    flex-direction: column;
  }

  #homeSlider .content h1 {
    font-size: 40px !important;
    margin-bottom: 15px;
    text-align: center;
  }

  #homeSlider .content .left p {
    text-align: center;
  }

  #homeSlider .content .left {
  }

  #homeSlider .content .right {
  }

  #homeSlider .content a {
    margin-right: 0px;
  }

  #homeSlider .content .cta {
    justify-content: center;
    margin-bottom: 40px;
  }

  #homeSlider .content .left p {
    width: inherit;
  }
}

/* End of Home Slider */

/* Section */

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.no-margin {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section h2.title {
  font-size: 44px;
  font-weight: 700;
}

.section h2.title.white {
  color: white;
}

.center {
  text-align: center;
}

.section.cols .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section.cols .content .left {
  width: 50%;
}

.section.cols .content .right {
  width: 50%;
}

.section.cols.left-60 .content .left {
  width: 60%;
}

.section.cols.left-60 .content .right {
  width: 40%;
}

.section.cols.right-60 .content .left {
  width: 40%;
}

.section.cols.right-60 .content .right {
  width: 60%;
}

.section .content .left.text {
  padding-right: 50px;
}

.section .content .right.text {
  padding-left: 50px;
}

.section .content h2.title {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px;
}

.section .content .image img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section.color-1 .content strong {
  color: var(--color-1);
}

.section.color-2 .content strong {
  color: var(--color-2);
}

.section.color-3 .content strong {
  color: var(--color-3);
}

.section.color-4 .content strong {
  color: var(--color-4);
}

.section.color-5 .content strong {
  color: var(--color-5);
}

.section.color-6 .content strong {
  color: var(--color-6);
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-70 {
  margin-top: 70px;
}

.background-1 {
  background-color: var(--color-1);
}

.background-2 {
  background-color: var(--color-2);
}

.background-3 {
  background-color: var(--color-3);
}

.background-4 {
  background-color: var(--color-4);
}

.background-5 {
  background-color: var(--color-5);
}

.background-6 {
  background-color: var(--color-6);
}

.background-7 {
  background-color: #f3f3f3;
}

img.max-80 {
  max-width: 90%;
  width: auto !important;
  max-height: 400px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.background-gradient-1 {
  background: var(--color-1);
  background: linear-gradient(
    180deg,
    var(--color-1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: opacity(0.1);
}

.background-gradient-2 {
  background: #3cb9b326;
  background: linear-gradient(
    180deg,
    #3cb9b326 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.background-gradient-2 .container {
  z-index: 9;
}

/* End of Section */

/* Clients */

.clients-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 25px;
  margin-top: 50px;
}

.clients-wrapper .item {
}

.clients-wrapper .item img {
  max-height: 25px;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* End of Clients */

.ceo-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ceo-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 90%;
  width: 250px;
}

.ceo-image .name {
}

.ceo-image .function {
}

.ceo-text {
  text-align: center;
}

.ceo-text .name {
  margin-top: 30px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ceo-text .function {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.071em;
  text-transform: uppercase;
  opacity: 0.6;
}

.big-cta-home .wrapper {
  border-radius: 20px;
  padding: 50px;
  background: url("https://ibc.widevisiondesign.com/wp-content/uploads/2022/10/bg-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.big-cta-home h3 {
  max-width: 70%;
  width: 500px;
  font-size: 38px;
  font-weight: 600;
  line-height: 130%;
  color: white;
  display: block;
  margin-bottom: 30px;
}

.big-cta-home a {
  background-color: var(--color-6);
}

.blog-items-wrapper-home {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 25px;
  margin-top: 40px;
}

.blog-items-wrapper-home .item {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(
    370deg,
    rgba(218, 227, 241, 0.4),
    rgba(203, 218, 241, 0) 35%
  );
  box-shadow: 0 4px 24px -8px rgb(0 0 0 / 20%);
  transform: scale(1);
}

.blog-items-wrapper-home .item:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 24px -8px rgb(0 0 0 / 30%);
  transition: 0.2s;
  cursor: pointer;
}

.blog-items-wrapper-home .item .image-wrapper {
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.blog-items-wrapper-home .item .image-wrapper img {
  object-fit: cover;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
}

.blog-items-wrapper-home .item .content {
  padding: 0px;
}

.blog-items-wrapper-home .item .content h4 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-right: 25px;
  padding-left: 26px;
  color: #1d212c;
  font-size: 26px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 25px;
}

@media (max-width: 992px) {
  .blog-items-wrapper-home .item .content h4 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 25px;
    padding-left: 26px;
    color: #1d212c;
    font-size: 22px;
    line-height: 130%;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 0px;
  }

  #clients {
    padding-top: 0px;
  }

  #clients .container {
    padding-top: 15px !important;
  }

  .clients-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section h2.title {
    font-size: 36px;
    font-weight: 700;
    line-height: 130%;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.cols .content {
    flex-direction: column;
  }

  .section .content .left,
  .section .content .right {
    padding-right: 0px !important;
    padding-left: 0px !important;
    width: 100% !important;
  }

  .section.cols .content .left.text {
    order: 2;
  }

  .section.cols .content .right.image {
    order: 1;
  }

  .section.cols .content .image {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .section.cols .content {
    text-align: center;
    margin-bottom: 20px;
  }

  .big-cta-home h3 {
    max-width: 100%;
    width: 500px;
    font-size: 28px;
    font-weight: 600;
    line-height: 130%;
    color: white;
    display: block;
    margin-bottom: 30px;
  }

  .blog-items-wrapper-home {
    grid-template-columns: 1fr;
  }
}

/* Language Switcher */

.switcher {
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
  cursor: pointer;
  overflow: hidden;
  width: 173px;
  line-height: 17px;
}
.switcher a {
  text-decoration: none;
  display: block;
  font-size: 12pt;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.switcher a img {
  vertical-align: middle;
  display: inline;
  border: 0;
  padding: 0;
  margin: 0;
  opacity: 0.8;
}
.switcher a:hover img {
  opacity: 1;
}
.switcher .selected {
  background: #fff linear-gradient(180deg, #efefef 0%, #fff 70%);
  position: relative;
  z-index: 9999;
}
.switcher .selected a {
  border: 1px solid #ccc;
  color: #666;
  padding: 3px 5px;
  width: 161px;
}
.switcher .selected a:after {
  height: 24px;
  display: inline-block;
  position: absolute;
  right: 10px;
  width: 15px;
  background-position: 50%;
  background-size: 11px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
  background-repeat: no-repeat;
  content: "" !important;
  transition: all 0.2s;
}
.switcher .selected a.open:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.switcher .selected a:hover {
  background: #fff;
}
.switcher .option {
  position: relative;
  z-index: 9998;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #eee;
  display: none;
  width: 171px;
  max-height: 198px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow-y: auto;
  overflow-x: hidden;
}
.switcher .option a {
  color: #000;
  padding: 3px 5px;
}
.switcher .option a:hover {
  background: #fff;
}
.switcher .option a.selected {
  background: #fff;
}
#selected_lang_name {
  float: none;
}
.l_name {
  float: none !important;
  margin: 0;
}
.switcher .option::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
.switcher .option::-webkit-scrollbar {
  width: 5px;
}
.switcher .option::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #888;
}

#goog-gt-tt {
  display: none !important;
}

.goog-te-banner-frame {
  display: none !important;
}

.goog-te-menu-value:hover {
  text-decoration: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

body {
  top: 0 !important;
}

#google_translate_element2 {
  display: none !important;
}

#languageWrapper {
}

#languageWrapper ul li a {
  margin-left: 0px !important;
}

#languageWrapper .trigger {
  display: flex;
  align-items: center;
  margin-left: 30px;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  padding: 5px 5px;
  position: relative;
}

#languageWrapper .trigger:hover {
  cursor: pointer;
}

#languageWrapper .trigger .flag img {
  width: 100%;
  height: 100%;
  display: inherit;
}

#languageWrapper .trigger .flag {
  flex: none;
  overflow: hidden;
  width: 25px;
  border-radius: 4px;
  margin-right: 8px;
}

#languageWrapper .trigger .name {
  font-size: 14px;
  font-weight: bold;
  line-height: 0px;
}

#languageWrapper .trigger .languages {
  position: absolute;
  top: 30px;
  width: 110px;
  background: white;
  box-shadow: 0 0 20px #0000001c;
  right: 0px;
  padding: 15px;
  border-radius: 6px;
}

#languageWrapper .trigger .languages .item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.hidden {
  display: none !important;
}

#languageWrapper .trigger .languages .item .flag {
  flex: none;
}

#languageWrapper .trigger .languages .item:last-child {
  margin-bottom: 0px;
}

#languageWrapper .trigger .languages .item:hover {
  cursor: pointer;
  transition: 0.2s;
}

#translateWrapper {
  margin-left: 30px;
}

#translateWrapper .option {
  position: absolute;
  width: 50px;
}

#translateWrapper a {
  margin-left: 0px !important;
  font-size: 0px !important;
  border: none !important;
  background: transparent;
}

#translateWrapper .option a {
  display: flex;
  align-items: center;
  justify-content: center;
}

#translateWrapper .option {
  display: block;
  border: none;
  padding: 10px;
  border-radius: 4px;
  background: white;
}

#translateWrapper .selected {
  background: none !important;
  border: 0px !important;
  width: 60px;
}

#translateWrapper .switcher {
  width: 60px;
}

@media (max-width: 992px) {
  #translateWrapper {
    margin-left: 0px;
  }

  #translateWrapper .switcher {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #translateWrapper a {
    width: 30px;
  }

  #translateWrapper .option {
    top: inherit;
    margin-top: 0px;
    width: 100%;
    display: flex;
    left: 0px;
    position: relative;
    top: 0px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: transparent;
  }

  #translateWrapper .option a {
    flex: none;
  }

  #translateWrapper .selected {
    width: 60px !important;
    flex: none;
  }
}

/* End of Language Switcher */

/* Remove Sidebar */
/*** Remove the divider line between content and sidebar ***/
#main-content .container:before {
  background: none;
}

/*** Hide Sidebar ***/
#sidebar {
  display: none;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
  #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
  }
}
/* End of Remove Sidebar */

/* Custom Page Design */

/* #pageTitleWithBackground{
    background: var(--color-1);
    background: linear-gradient( 180deg, var(--color-1) 0%, rgba(255, 255, 255, 0) 100% );
} */

#pageTitleWithBackground h1 {
  color: white;
}

#pageTitleWithBackground p {
  color: white;
  text-align: center;
}

.et_pb_section h2 {
  font-size: 36px;
  font-weight: 700 !important;
  line-height: 140%;
  margin-bottom: 20px;
}

.et_pb_section p {
  color: #1d212c;
  font-size: 20px;
  line-height: 32px;
}

.divi-section .et_pb_row {
  display: flex;
  align-items: center;
}

.divi-section .et_pb_row img {
  max-width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.divi-section {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}

.divi-section-full {
  text-align: center;
}

.divi-section-full h1 {
  margin-bottom: 20px;
  text-align: center;
}

.divi-section-full p {
  text-align: center;
}

.divi-section-full a {
  margin-left: auto;
  margin-right: auto;
  display: table;
  margin-top: 20px;
  line-height: 150%;
}

.divi-section-full.with-bg {
  background-color: #090d27;
}

.divi-section-full.with-bg h1 {
  color: white;
}

.divi-section-full.with-bg p {
  color: white !important;
}

.divi-section-full.with-bg .et_parallax_bg {
  background-blend-mode: luminosity;
  filter: opacity(0.3);
}

.divi-section img {
  border-radius: 20px;
}

.et_builder_inner_content .divi-section:last-child {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .divi-section .et_pb_row {
    flex-direction: column;
  }

  .divi-section .reverse .et_pb_column:last-child {
    order: 1;
  }

  .divi-section .reverse .et_pb_column:first-child {
    order: 2;
    margin-top: 30px;
  }

  .divi-section {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
  }

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

  .et_pb_section h2 {
    text-align: center;
  }

  .et_pb_section p {
    text-align: center;
    font-size: 18px;
    line-height: 170%;
  }

  .et_pb_row {
    width: 90%;
  }

  .container {
    width: 90%;
  }

  .divi-section .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/* End of Custom Page Design 

/* Boxes */

.boxes-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.boxes-wrapper.layout-6 .box {
  width: 30%;
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .boxes-wrapper.layout-6 .box {
    width: 40%;
  }
}

@media (max-width: 992px) {
  .boxes-wrapper.layout-6 .box {
    width: 100%;
  }
}

.boxes-wrapper .box .icon-wrapper {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: white;
  background-color: var(--color-1);
  border-radius: 50%;
  margin-bottom: 20px;
}

.boxes-wrapper .box .title {
  font-size: 20px !important;
  font-weight: bold !important;
  text-align: left;
}

.boxes-wrapper .box .desc {
  text-align: left;
}

.boxes-wrapper .box.color-1 .icon-wrapper {
  background-color: var(--color-1);
}

.boxes-wrapper .box.color-2 .icon-wrapper {
  background-color: var(--color-2);
}

.boxes-wrapper .box.color-3 .icon-wrapper {
  background-color: var(--color-3);
}

.boxes-wrapper .box.color-4 .icon-wrapper {
  background-color: var(--color-4);
}

.boxes-wrapper .box.color-5 .icon-wrapper {
  background-color: var(--color-5);
}

.boxes-wrapper .box.color-6 .icon-wrapper {
  background-color: var(--color-6);
}
/* End of Boxes */

/* Form */

.input-row {
}

.input-row.mb {
  margin-bottom: 15px;
}

.input-group {
}

.input-row.half {
  display: flex;
  align-items: top;
  justify-content: space-between;
}

.input-row.half .input-group {
  width: 48%;
}

@media (max-width: 992px) {
  .input-row.half {
    flex-wrap: wrap;
  }

  .input-row.half .input-group {
    width: 100%;
  }

  .input-row.half .input-group:first-child {
    margin-bottom: 15px;
  }
}

.input-group .label {
  color: #8990a3;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 7px;
}

.input-group .input-def {
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 7px 15px;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #f3f3f3;
  width: 100%;
}

.input-group .input-def:focus {
  border: 2px solid gray;
  transition: 0.2s;
}

/* End of Form */

/* Contact */

.contact-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -20px;
}

.contact-items .item {
  width: 30%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .contact-items .item {
    width: 100%;
  }
}

.contact-items .item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  color: white;
  background-color: var(--color-1);
  margin-bottom: 20px;
  font-size: 32px;
}

.contact-items .item .desc {
  font-size: 20px;
  font-weight: bold;
}

.company-details {
  text-align: center;
  margin-top: 15px;
}

.contact-form {
  margin-top: 30px;
}

/* End of Contact */

.et-cart-info {
  display: none !important;
} 

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a{
  color: black !important;
}

#top-menu a{
  color: black !important;
}

.main_title{
  text-align: center;
}

.home-categories .inner{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
}

.home-categories .inner .category-box{
    aspect-ratio: 1 / 1;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 25px;
    overflow: hidden;
}

@media (max-width: 1200px){
  .home-categories .inner .category-box{
    width: 50%;
  }
}

.home-categories .inner .category-box:hover{
  cursor: pointer;
  transition: 0.2s;
}

.home-categories .inner .category-box:hover i, .home-categories .inner .category-box:hover p{
  transform: scale(1.1);
  transition: 0.2s;
}

.cat-color-1{
  background-color: var(--cat-color-1);
}

.cat-color-2{
  background-color: var(--cat-color-2);
}

.cat-color-3{
  background-color: var(--cat-color-3);
}

.cat-color-4{
  background-color: var(--cat-color-4);
}

.category-box i{
  font-size: 100px;
  color: white;
  margin-bottom: 30px;
}

.category-box p{
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: white;
}

.home-products-carousel{
  padding: 70px 0px;
}

.home-products-carousel .container, .home-products-carousel .container-fluid{
  padding: 0px !important;
}

.home-products-carousel .title{
  text-align: center;
}

.product-box{
}

.product-box .inner{ 
  padding: 15px;
  margin: 20px;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.05);
  background-color: white;
}

.product-box .meta{
  
}

.product-box .meta .name{
    font-size: 16px;
    line-height: 22px;
    display: block;
    text-align: center;
}

.product-box .meta .price{
  font-size: 16px;
  line-height: 22px;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

.product-box .add-to-cart-btn{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid var(--color-1);
}

.product-box .add-to-cart-btn i{
  margin-right: 9px;
}

.product-box .add-to-cart-btn:hover{
  background-color: white;
  color: var(--color-1);
  transition: 0.2s;
  border: 1px solid var(--color-1);
  cursor: pointer;
}

.recomandate-carousel{
  background-color: #eaf6f5;
}

.page-title{
  padding: 50px 0px !important;
  background-color: #f3f3f3;
}

.page-title .title{
  text-align: center;
}

.page-title .container{
  padding: 0px !important;
}

/* Shop Listing Custom */

.grid-view-listing{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 25px;
}

@media(max-width: 1200px){
  
  .grid-view-listing{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 25px;
  }

}

@media(max-width: 992px){
  
  .grid-view-listing{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-gap: 25px;
  }

}

/* End of Shop Listing Custom */

#paginationContent{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 70px;
}

.listing-with-filters{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* .listing-with-filters .filters-area-sidebar{
  width: 280px;
  padding-right: 50px;
} */

.listing-with-filters .content-area-right{
  flex: 1;
}

.listing-with-filters .product-box .inner{
  margin: 0px;
}

.listing-with-filters input{
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #d3d3d3;
    font-size: 16px;
}

.listing-with-filters .label{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

/* Custom Mobile Menu */

#et_mobile_nav_menu{
  display: none !important;
}

.et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container{
  text-align: left;
}

.mobile-menu-trigger{
  display: none;
}

.mobile-menu-trigger:hover{
  cursor: pointer;
  color: var(--color-1);
  transition: 0.2s;
}

.hidden{
  display: none;
}

.mobile-menu-wrapper{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: var(--color-2);
  z-index: 99999 !important;
  overflow: hidden;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-wrapper .content{
  max-height: 100%;
  overflow-y: scroll;
  width: 100%;
  text-align: center;
}

@media (max-width: 980px){
  .logo_container{
      display: flex;
      align-items: center;
      justify-content: flex-start !important;
      width: 100% !important;
  }

  .mobile-menu-trigger{
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 30px;
    position: absolute;
    right: 0px;
  }

  .et_header_style_left #logo{
    width: auto;
    max-width: inherit;
    max-height: inherit;
  }
}

.mobile-menu-wrapper .close-wrapper{
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 30px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}

.mobile-menu-wrapper li a{
  color: white;
  padding: 20px 25px;
  display: block;
  font-size: 26px;
  font-weight: bold;
}


#main-header{
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo_container a{
    display: inline-block;
}

.et_header_style_split #main-header .centered-inline-logo-wrap a{
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 980px){
  .logo_container a{
    height: 60px !important;
    top: -0px;
  }

  .et_header_style_split #logo{
    max-width: 100% !important;
    height: 100%;
  }
}

.et_menu_container{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation{
  padding: 0px !important;
}

.et_header_style_left #et-top-navigation nav>ul>li>a, .et_header_style_split #et-top-navigation nav>ul>li>a{
  padding-bottom: 0px !important;
}

.et_pb_svg_logo #logo{
  height: 60px;
}

/* End of Custom Mobile Menu */
