/*
Theme Name: Mueller
Author: Josh Yager
Author URI: https://thedevq.com/
Description: Custom Theme build by The Dev Q
Version: 1.0.0
*/


body, p, ul, li {
  font-family: var(--font2);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #333131;
}

.leftsec {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: var(--tertiary);
  width: 20px;
  z-index: 2;
}

.btn {
  text-decoration: none;
  font-weight: 400;
  text-align: center;
  margin: 15px 0;
  position: relative;
  color: white;
  background-color: var(--tertiary);
  border-radius: 50px;
  padding: 10px 50px;
  display: inline-block;
  transition: all .3s ease-in-out;
  font-size: 20px;
}

.btn:hover {
  transform: scale(1.06);
  box-shadow: 3px 3px 10px #00000042;
}



@media (max-width:1199px) {

  .fixedbackrel {
    display: none !important;
  }

  body, p {
    font-size: 18px;
  }

  body {
    padding-left: 10px;
  }

  .leftsec {
    width: 10px;
  }
}

html, body {
  overflow-x: hidden !important;
  position: relative;
}

@media (min-width:991px) {
  .container, .container-full {
    padding-right: 60px;
    padding-left: 60px;
  }
}


.maincopy ul li {
  list-style: none;
  position: relative;
  margin-bottom: 15px;
}

.maincopy ul li:before {
  content: '';
  position: absolute;
  left: -30px;
  background: var(--primary-darker);
  display: inline-block;
  top: 12px;
  width: 7px;
  height: 7px;
}

/* 
.container-fluid{
  max-width:2400px;
  margin:auto;
} */


h1, h2, h3, h4, h5 {
  font-family: var(--font1);
  color: var(--primary);
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width:991px) {
  h2 {
    font-size: 30px;
  }
}

img {
  max-width: 100%;
}


::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--tertiary);
}

::-webkit-scrollbar {
  width: 10px;
}

.mobileonly {
  display: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
  max-width: 100%;
  height: auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Styles for dialog window */
#small-dialog {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}

/*** Fade-zoom animation for first dialog*/

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}


html {
  scroll-behavior: smooth;
}

/* Basic Html */
body {
  margin: 0px;
  background: #fff;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 10px;
}

/* Header Styles & Main Logo */
.mainLogo {
  padding: 0;
  display: block;
  width: 350px;
  height: auto;
  margin: 15px 0;
  position: relative;
}

#navDesktop {
  background: #fff;
  padding-right: 0px;
}

#navDesktop [class*=col-] {
  padding: 0px 15px;
}

#navTablet {
  display: none;
  background-color: #fff;
}

.topHeaderMobile {
  padding: 0px 15px;
  display: none;
}

.mobileLeft a {
  color: white;
  font-weight: 600;
  text-align: center;
  display: table;
  margin: 20px auto 10px auto;
  text-decoration: none;
}

.mobileRight {
  text-align: center;
}

.mobileCenter {
  background-color: #fff
}


.topHeaderRight {
  padding-right: 0px !important;
}

/* .current_page_item a { text-decoration: underline !important; } */
.menutop ul {
  display: flex;
  list-style: none;
  align-items: center;
}



/* Drop Down Menu */
.dropdown-menu {
  display: none;
  transform-origin: center top 0;
  transition: all .1s ease 0s;
  position: absolute;
  min-width: 140%;
  left: 0;
  overflow: hidden;
  padding: 0px 0 0;
  margin-top: -6px;
}

.dropdown-menu li:hover a {
  color: initial !important;
}

.menu-depth-1 {
  position: relative;
}

/* Hamburger Styles */
.mburger strong {
  display: block;
  position: absolute;
  left: calc(var(--mb-button-size)*((1 - var(--mb-bar-width))/2));
  width: calc(var(--mb-button-size)*var(--mb-bar-width));
  height: var(--mb-bar-height);
  border-radius: calc(var(--mb-bar-height)/2);
  background: black;
  color: inherit;
  opacity: 1;
}

.mburger strong {
  background: var(--tertiary);
}

.mburger strong {
  border-radius: 3px;
}

.mburger {
  color: #fff;
}

.mburger:hover,
.mburger:focus,
.mburger:active {
  color: #fff;
}

.mburger strong:nth-of-type(1) {
  bottom: calc(45% + var(--mb-bar-spacing));
}

.mburger strong:nth-of-type(3) {
  top: calc(45% + var(--mb-bar-spacing));
}

.mburger span {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}

.mm-menu {
  --mm-color-background: #fff;
}

.mm-listitem__text,
.mm-navbar__title>span {
  font-weight: 600;
  color: var(--primary);
}

.mm-wrapper {
  overflow: hidden;
}

/* Top Header */
.topHeader [class*=col-] {
  padding: 3px 20px;
}

.topHeader p {
  color: white;
  font-weight: 600;
  font-size: 14px;
  margin: 7px;
}

.topHeader p a {
  color: white;
  text-decoration: none;
}

.topHeader p a:hover {
  text-decoration: underline;
}

.topHeaderNav {
  list-style-type: none;
  display: inline-block;
  margin: 0px;
}

.topHeaderNav li {
  display: inline-block;
}

.topHeaderNav li a {
  color: white;
  font-size: 14px;
  margin: 0px 15px;
  font-weight: 600;
  text-decoration: none;
}

.topHeaderNav li a:hover {
  text-decoration: underline;
}

.topHeaderRight {
  text-align: right;
}

.menu-utility-nav-container {
  display: inline-block;
}

.topHeaderRight .fa-search {
  color: white;
  margin-right: 20px;
  cursor: pointer;
}

.topHeaderRight .fa-search:hover {
  color: #e7e7e7;
}

.topHeaderForm {
  position: absolute;
  right: 70px;
  bottom: 0px;
  display: none;
}

.topHeaderForm input {
  padding: 4px 20px;
  width: 250px;
  border-radius: 5px 0px 0px 5px;
  border: none;
  font-size: 16px;
}

.topHeaderForm button {
  border: none;
  padding: 6px 20px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: -10px;
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
  height: 26px;
}

.closeForm {
  display: block;
  position: absolute;
  right: 40px;
  color: #fff;
  font-size: 20px;
  bottom: 0px;
  display: none;
  cursor: pointer;
}

/* Footer */
.footerContactContainer {
  background-size: cover;
  background-position: center;
  padding-right: 15px;
}

.footerFormWrapper {
  margin-left: auto;
  padding: 80px 40px 80px 300px;
  max-width: 55%;
  clip-path: circle(91.1% at 96% 49%);
}

.footerRight {
  text-align: right;
  padding-bottom: 50px;
  padding-right: 60px;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  position: absolute;
  right: 0;
  height: 100%;
}

.footerRight h2 {
  font-size: 30px;
  color: white;
  margin-right: 10px;
  margin-bottom: 5px;
}

.footerFormWrapper::after {
  content: "";
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.95;
}

.formContent {
  position: relative;
  z-index: 1;
}

.formFull {
  padding: 0px 3px;
}

.formLeft {
  padding: 0px 3px;
  width: 50%;
  display: inline-block;
}

.formRight {
  padding: 0px 3px;
  width: 50%;
  display: inline-block;
  clear: both;
}

.footerIconFan {
  display: inline-block;
  margin-right: 10px;
  margin-top: 20px;
}



.footerFormWrapper .ginput_container_checkbox {
  margin-top: 10px;
}

.footerFormWrapper .ginput_container_checkbox label {
  color: white;
}

.footerFormWrapper .gform_button {
  width: 220px;
  margin-top: 10px;
  border-radius: 20px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
}

.footerFormWrapper .gform_button:hover {
  background-color: white;
  background-image: none;
}

.footerFormBottom {
  padding: 0px 3px;
  margin-top: 15px;
  font-size: 12px;
}

.footerFormBottom p {
  color: white;
  margin: 0px;
  line-height: 180%;
}

.footerFormBottom a {
  color: white;
  display: table;
  line-height: 180%;
}

.footerCopyright {
  background: #F7F9FB;
  text-align: center;
}

.footerCopyright p {
  color: #000;
  font-size: 14px;
  display: inline-block;
  padding-left: 12px;
}

.menu-copyright-container {
  display: inline-block;
}

.copyrightmenu {
  padding: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  display: inline-block;
}

.copyrightmenu li {
  display: inline-block;
  margin: 0px 10px;
}

.copyrightmenu li a {
  color: white;
  font-size: 16px;
  padding: 0px;
  font-weight: 500;
  text-decoration: none;
}

.copyrightmenu li a:hover {
  text-decoration: underline;
}

.footerIconColumn {
  text-align: right;
  padding-right: 15px !important;
}


.copyMenuBottom {
  list-style-type: none;
  padding: 0px;
  margin-left: 20px;
}

.copyMenuBottom li {
  display: inline-block;
}

.copyMenuBottom li a {
  font-size: 14px;
  padding: 0px 5px;
}


@media screen and (max-width:1399px) {
  .footerFormWrapper {
    padding-left: 200px;
  }
}

/* Menu Tablet */
@media screen and (max-width:1199px) {
  .mobileonly {
    display: inherit;
  }

  .topHeaderMobile {
    display: inherit;
  }

  .mainLogo {
    margin: 0px auto;
    width: 200px;
    height: auto;
  }

  .footerFormWrapper {
    padding-left: 150px;
  }

  .footerFluid {
    padding-right: 30px;
  }

  .footerLeft {
    margin: 0px auto;
    padding: 20px;
    text-align: center;
  }

  .socialFooter {
    text-align: center;
  }
}

@media screen and (max-width:991px) {
  .footerFormWrap {
    position: relative;
    bottom: 0;
    background-position: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 0px;
  }

  .footerFormColumn {
    border-radius: 0px;
    border-bottom-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  }

  .footerFormLeft {
    position: relative;
    border-top-right-radius: 10px;
    box-shadow: inset 0 0 0 2000px rgba(200, 139, 17, 0.5);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .footerFormLeft:before {
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 2px solid rgba(256, 256, 256, 1);
    z-index: 2;
    pointer-events: none;
  }

  .footerFormContainer {
    padding-top: 20px;
  }

  .footerCtaLink {
    padding: 10px 20px;
  }

  .sidebarForm {
    margin-left: 0px;
  }

  .footerFormWrapper {
    padding: 40px;
    max-width: 100%;
    clip-path: none;
  }

  .footerContactContainer {
    padding-left: 15px;
  }

  .copyrightmenu li a {
    font-size: 12px;
  }

  .copyMenuBottom {
    margin-top: 0px;
    padding: 0px;
  }

  .footerCopyright p {
    padding: 0px;
    margin: 10px auto;
    display: block;
  }
}

@media screen and (max-width:767px) {
  .maincopy h2 {
    font-size: 24px;
  }

  .gfield_checkbox label {
    font-size: 10px;
  }

  .menu-footer-container {
    display: none;
  }

  .footerCopyright p {
    display: block;
    text-align: center;
  }

  .menu-copyright-container {
    display: block;
    text-align: center;
  }

  .footerIconColumn {
    text-align: center;
    padding: 0px 0px 10px 0px !important;
  }

  .cardImage {
    height: 250px;
  }

  .basicIcon {
    right: 20px;
    font-size: 35px;
    bottom: 30px;
  }

  .cardBasicCopy {
    padding-right: 20px;
  }

  .footerCtaLink {
    margin: 0px;
    padding: 10px 35px;
  }

  .footerCtaGrid p {
    margin-bottom: 0px;
  }

  .footerCtaGrid {
    padding: 30px;
    background-image: none !important;
    background-color: var(--primary);
  }

  .footerCtaGrid h2 {
    margin-top: 0px;
  }

  .footerCtaLink:hover,
  .footerCtaLink:focus,
  .footerCtaLink:active {
    background-color: #fff;
    color: var(--primary);
  }

  .fontSizeWrap {
    display: none;
  }

  .blogDate {
    text-align: left;
    float: none;
    margin-top: 0px;
  }

  .blogTop h1 {
    text-align: left;
  }

  .footerFormWrap {
    padding: 40px;
  }

  .formLeft, .formRight {
    width: 100%;
    padding: 0px;
  }

  .footerFormWrapper h2 {
    margin-top: 0px;
  }

  .footerRight {
    padding: 20px;
    text-align: center;
    position: relative;
  }

  .copyrightmenu li {
    display: block;
    padding: 5px;
  }

  .copyMenuBottom li a {
    font-size: 12px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* omj styles */

.omjfooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 70px 0 20px 0;
}

.omjfooter img {
  width: 200px;
  max-width: 30%;
}

.topmenu ul, .bottommenu ul {
  display: flex;
  list-style: none;
}

.topmenu ul li a, .bottommenu ul li a {
  text-decoration: none;
  margin: 0 40px 0 0;
  color: initial;
}

.topmenu ul li:last-child {
  margin-right: -40px;
}

.flexomjtoptop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 20px;
  overflow: visible;
}

@media (max-width:1199px) {
  .omjfooter img {
    max-width: 100%;
  }

  .menusdepth1 {
    display: none;
  }
}





/* forms */


.devqform {
  width: 100%;
  padding-bottom: 40px;
  max-width: 1200px;
  margin: auto;
}

.devqform input,
.devqform textarea,
.devqform select {
  padding: 10px;
  display: inline-block;
  border-radius: 0;
  font-size: 18px;
  font-family: var(--font1);
  background: #ecebec;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  margin-bottom: 1rem !important;
}

.devqform select {
  text-transform: uppercase;
}



.devqform input::placeholder, .devqform textarea::placeholder, .devqform select::placeholder {
  font-weight: 300;
  color: #a9a9a9;
  font-family: var(--font2);
  font-size: 16px;
}



.devqform .gform_footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.devqform .button {
  background: var(--primary);
  color: white;
  margin: 0;
  cursor: pointer;
  transition: all .5s;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  width: 300px;
  max-width: 100%;
  margin-right: 10px;
}

.devqform .button:hover {
  background: var(--tertiary);
  color: initial;
}

.devqform textarea {
  height: 110px !important;
}

.devqform .gform_fields {
  grid-row-gap: 4px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  display: inline-block !important;
}

.col25 {
  width: 25%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}

.col33 {
  width: 33.33%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}

.col50 {
  width: 50%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}

.col100 {
  width: 100%;
  padding: 5px 10px !important;
  display: inline-block;
  clear: both;
}

.boxFormFlex .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.boxFormFlex .gchoice {
  width: 33%;
  height: 50px;
  display: flex;
  align-items: center;
}

.boxFormFlex input {
  margin: 0 10px 0 0 !important;
}

.boxFormFlex {
  margin: 30px 0 !important;
}

.devqform h2 {
  margin-bottom: 30px;
}

.devqform .gform_button_select_files {
  padding: 15px;
  font-family: var(--font1);
  font-size: 18px;
  border: 0;
}

@media (max-width:991px) {
  .boxFormFlex .gchoice {
    width: 50%;
  }



  .col50, .col25, .col33, .col100 {
    width: 100%;
    padding: 5px 0 !important;
  }
}


.parrelative {
  position: relative;
}

.parhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}

.menutop ul li a {
  text-decoration: none;
  color: var(--primary);
  margin: 0 20px;
  font-weight: 600;
  font-size: 18px;

  position: relative;
}

.menutop ul li a i {
  display: none;
}

.menutop ul li:last-child a {
  margin-right: 0;
}

.mm-navbar.mm-navbar_sticky {
  display: none;
}

@media (min-width:1199px) {
  .getARide a {
    position: absolute;
    right: 60px;
    bottom: -35px;
    font-size: 19px !important;
    padding: 5px 25px;
    background: white;
    color: var(--secondary) !important;
    border: 3px solid var(--secondary);
    border-radius: 30px;
  }
}


.headerOption2 .menutop ul li a {
  color: var(--primary);
}


.mobileOnly {
  display: none;
}

@media (max-width:1199px) {
  .desktopOnly {
    display: none !important;
  }

  .mobileOnly {
    display: initial;
  }

  .footeraddress1, .footerman, .footersocial {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .footerfluidcolor {
    padding: 70px 0 40px;
  }

  .footerfluid2 p {
    text-align: center;
  }
}

.flextophead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0 15px;
}

.desktopOnly.headScrolled .flextophead {
  padding: 15px 0;
}

img.mobilelogo {
  width: 230px;
  margin: 0 15px;
}

.mobilemen {
  margin: 0;
  padding-right: 0px;
}

img.mobileLogo {
  padding: 30px;
}


#buttonTop {
  display: inline-block;
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 2px solid white;
}

#buttonTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}

#buttonTop:hover {
  cursor: pointer;
  background-color: #333;
}

#buttonTop:active {
  background-color: #555;
}

#buttonTop.show {
  opacity: 1;
  visibility: visible;
}


ul.dropdown-menu {
  display: none;
}

a.dropdown-toggle i {
  padding-left: 5px;
}

.dropdown:hover ul.dropdown-menu {
  display: block;
  position: absolute;
  /* background: var(--primary); */
  color: white;
  padding-top: 10px;
  z-index: 3;
}

.menu-item-has-children {
  position: relative;
}

.dropdown-menu a {
  margin: 0 !important;
  width: 100%;
  display: block;
}

.dropdown-menu li {
  background: var(--primary);
  padding: 7px 5px 7px 15px;
  /* border-bottom: 2px solid white; */
  /* border-radius: 30px; */
  position: relative;
}

.dropdown-menu li:after {
  position: absolute;
  height: 1px;
  width: 140px;
  background: #00000021;
  bottom: 0;
  left: 16px;
  content: "";
}

.dropdown-menu li:last-child:after {
  display: none;
}




.menutop ul li a:hover {
  color: var(--tertiary);
}

.logoMission img {
  width: 300px;
  max-width: 100%;
  margin: auto;
}

.dropdown-menu li a {
  color: var(--secondary) !important;
  font-size: 14px !important;
}

.dropdown-menu li a:hover:after,
.dropdown-menu li a:hover:before {
  display: none;
}

.dropdown-menu li:hover {
  background: var(--secondary);
}

.fixedbackrel {
  position: relative;
  display: block;
  width: 100%;
  height: var(--navheight);
  z-index: -1;
}

.mainLogo {
  transition: all .3s ease-in-out;
}

.desktopOnly.headScrolled .mainLogo {
  width: 270px;
}

.desktopOnly {
  transition: all .3s ease-in-out;
  position: fixed;
  height: var(--navheight);
  width: 100%;
  z-index: 2;
}

.desktopOnly.headScrolled {
  width: 100%;
  z-index: 9999;
  display: block;
  background: #ffffffed;
  height: 100px;
}

.parhead {
  height: var(--navheight);
  transition: all .3s ease-in-out;
}


.utilityTop ul {
  display: flex;
  justify-content: flex-end;
}

.utilityTop ul li {
  margin: 0;
  padding: 5px 40px;
  font-size: 18px;
  box-shadow: none;
}

.utilityTop ul li a {
  color: white !important;
  text-decoration: none;
}

/* .desktopOnly.headScrolled .menutop {
  display: none;
} */

.devqform {
  width: 1010px;
  max-width: 100%;
}

.blue2023 {
  background: var(--primary);
  display: flex;
}

.flexSt {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
}

.flexSt p {
  margin: 5px 0 0 0;
  font-size: 12px;
  color: var(--primary);
  font-weight: 600;
  background: white;
  padding: 5px 25px;
  border-radius: 10px 10px 0 0;
}

.flexSt p i {
  padding-right: 5px;
}

a.btn2 i {
  margin-left: 8px;
}

.flexSt a {
  text-decoration: none;
  font-size: 12px;
  color: var(--primary);
  background: var(--secondary);
  height: 100%;
  padding: 5px 15px;
  font-weight: 400;
  margin-left: 10px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  height: 25px;
  margin-top: 2px;
  border-radius: 8px;
}

.styleup {
  position: absolute;
  width: 100%;
  z-index: 20;
}

.desktopOnly.headScrolled .parhead {
  height: 100px;
  padding: 0;
}

@media (max-width:991px) {
  .flexSt p {
    display: none;
  }

  .flexSt a {
    width: 100%;
    margin: 0;
  }

  .blue2023 {
    background: var(--secondary);
  }
}


.makebtn a {
  background: var(--tertiary);
  color: white !important;
  width: 200px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: all .3s ease-in-out;
}

.makebtn a:hover {
  background: var(--primary);
  color: white !important;
}

@media (max-width:991px) {
  .makebtn a {
    border-radius: 0;
    justify-content: flex-start;
  }
}