
/* ========================== */
/* Header Customization Start*/
/* ======================== */

/* Enable class below once you're done editing the menu */

/* Prevent flash of mega dropdown before JS builds */
/* Mobile menu always on top */
/* QDIN: Mobile submenu default hidden + caret */


.dropdown-menu-row {
  display: none !important;
}

.dropdown-menu-item .et-pb-icon {
  background: var(--primary-light);
  display: flex;
  height: 40px;
  width: 40px;
  font-size: 20px !important;
  border-radius: 50%;
  color: var(--primary-color) !important;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-shadow: rgba(50, 50, 93, 0.3) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}



.dropdown-menu-item:hover .et-pb-icon {
  background: var(--primary-color) !important;
  color: var(--primary-light) !important;
  transform: scaleX(1.02) scaleY(1.02) !important;
  transition: all 0.3s ease;
}

.dropdown-menu-item .et_pb_blurb_content {
  padding: 10px 20px;
  margin: 0px;
}

.dropdown-menu-item .et_pb_blurb_content:hover {}

.dropdown-menu-item .et_pb_module_header {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.dropdown-menu-item .et_pb_blurb_description p {
  color: var(--secondary-dark);
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  letter-spacing: .2px;
}



.et_pb_menu__menu [class*="dropdown-menu-container"] {
  position: absolute;
  top: 80px;
  left: -110px;
  background-color: var(--primary-light);
  width: 380px;
  -webkit-box-shadow: 1px 2px 44px 0px rgba(32, 125, 233, 0.57);
  -moz-box-shadow: 1px 2px 44px 0px rgba(32, 125, 233, 0.3);
  box-shadow: 1px 2px 44px 0px rgba(84, 81, 179, 0.36);
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  -moz-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  -o-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  -ms-transition: 300ms all cubic-bezier(.4, 0, .2, 1);
  transition: 300ms all cubic-bezier(.4, 0, .2, 1);
}


.et_pb_menu__menu ul>li:hover [class*="dropdown-menu-container"] {
  visibility: visible;
  opacity: 1;
}

.et_pb_sticky_module .et_pb_main_blurb_image .et_pb_image_wrap {
  border-radius: 100%;
  box-shadow: 0 8px 20px -6px rgba(1, 97, 205, 0.8);
}

.et_pb_menu .et-menu>li {
  padding-left: 15px;
  padding-right: 15px;
}

.et_pb_menu__menu [class*="dropdown-menu-container"]:before {
  position: absolute;
  left: 170px;
  top: -20px;
  width: 0;
  height: 0;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid var(--primary-light);
}

.et_mobile_menu [class*="dropdown-menu-container"] {
  background-color: var(--primary-light);
  padding-top: 25px;
  padding-bottom: 5px;
}

.et_mobile_menu li>a {
  background-color: transparent;
  position: relative;
}

.first-level>a:after {
  content: '\4c';
  font-family: 'ETmodules';
  color: var(--primary-color);
  font-weight: normal;
  position: absolute;
  font-size: 16px;
  right: -16px;
}

.et_mobile_menu .first-level>a:after {
  content: '\22';
   font-family: 'ETmodules';
  color: var(--primary-color);
  font-weight: normal;
  position: absolute;
  font-size: 16px;
  top: 13px;
  right: 10px;
}

.et_mobile_menu .first-level>.icon-switch:after {
  content: '\4d';
  color: var(--primary-color);
}

.et_mobile_menu [class*="dropdown-menu-container"] {
  display: none;
}

.et_mobile_menu [class*="dropdown-menu-container"].reveal-items {
  display: block;
}

.et_mobile_menu {
  width: -webkit-fill-available;
  margin-left: -5.5%;
  margin-right: -5.5%;
  min-height: 100vh;
}

ul#mobile_menu1 {
  margin-top: 10px !important;
}



.et_pb_menu__menu>nav>ul>li>a{
	color:#333333;
	/*text-transform: uppercase;*/
	font-weight:500;
}

.et-menu a:hover{
	opacity:1;
	color:var(--primary-color);
}


.divi-cta-button a {
    background-color:var(--primary-color) !important;
    padding: 10px 20px!important;
    border-radius: 5px;
    text-align: center;
    max-height: 48px;
    margin-top: 12px;
    color: #fff !important;
    letter-spacing: 1px!important;
    text-transform: capitalize!important;
}


.divi-cta-breathing {
    -webkit-animation: divi-bar-breathing 7s ease-out infinite normal;
    animation: divi-bar-breathing 7s ease-out infinite normal
}


@keyframes wiggle {
    2% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    4% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    6% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    8% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    10% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    12% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    14% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    16% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    18% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    20% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}

.divi-bar-breathing {
    -webkit-animation: divi-bar-breathing 7s ease-out infinite normal;
    animation: divi-bar-breathing 7s ease-out infinite normal
}

@-webkit-keyframes divi-bar-breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9)
    }
}

@keyframes divi-bar-breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }

    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9)
    }
}


/* Header Customization END */
