/* Custom easing */
/* Media Query Mixins */
* {
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-logo img {
  width: 400px;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .site-logo img {
    margin: 30px auto 0;
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .site-logo img {
    margin: 30px auto 0;
    width: 300px;
  }
}

h3 {
  font-family: "Montserrat";
}

body.iphcc-front-page .site-header,
body.page-id-6212 .site-header,
body.page-id-6234 .site-header {
  display: none;
}

body.iphcc-front-page .site-content,
body.page-id-6212 .site-content,
body.page-id-6234 .site-content {
  padding: 0rem;
}

.site-content {
  padding: 3rem;
}

.container.fluid {
  max-width: 100% !important;
  padding: 0 3rem !important;
}

.page-title {
  color: white;
  font-family: "Poppins";
  font-size: 24px;
  margin: 20px 0 0 0;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .page-title {
    font-size: 2vw;
  }
}

@media only screen and (max-width: 767px) {
  .page-title {
    font-size: 3vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .header-col {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100% !important;
    display: block !important;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .header-col {
    width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100% !important;
    display: block !important;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  ul#menu-reportsmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  ul#menu-reportsmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  ul#menu-reportsmenu li {
    margin-bottom: 2px;
  }
}

@media only screen and (max-width: 767px) {
  ul#menu-reportsmenu li {
    margin-bottom: 2px;
  }
}

header {
  background-color: black;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  header {
    padding: 10px 0;
  }
  header .col {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 10px 0;
  }
  header .col {
    height: 60px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .site-header .container {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .site-header .container {
    max-width: 100%;
  }
}

/* .nav-col {
  @include sm-screen {
    align-items: flex-start !important;
  }
} */
.nav {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

.mt-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mt-nav > li {
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mt-nav > li.current-menu-item > a,
  .mt-nav > li.current-menu-parent > a {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .mt-nav > li.current-menu-item > a,
  .mt-nav > li.current-menu-parent > a {
    color: #fff;
  }
}

.mt-nav > li > a {
  color: white;
  margin: 0 7px 1rem 7px;
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  z-index: 1;
  text-align: center;
  padding: 8px 20px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .mt-nav > li > a {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mt-nav > li > a {
    margin: 0;
    padding: 1rem 15px;
    color: #1b1b1b;
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .mt-nav > li > a {
    margin: 0;
    padding: 1.35rem 15px;
    color: #1b1b1b;
    border-bottom: 1px solid #ccc;
  }
}

.mt-nav > li > a:hover {
  color: white;
  text-decoration: none;
}

.mt-nav > li > a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* @include transition(all, 0.3s); */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#54abec+0,3ac3eb+100 */
  background: #54abec;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#54abec), to(#3ac3eb));
  background: linear-gradient(to bottom, #54abec 0%, #3ac3eb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mt-nav > li > a::before {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-nav > li > a::before {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.mt-nav > li > a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mt-nav > li.current_page_item > a::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mt-nav > li.menu-item-has-children.current-menu-parent > a::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.mt-nav > li ul.sub-menu {
  position: relative;
  display: inline;
  list-style: none;
  z-index: 1000;
}

.mt-nav > li ul.sub-menu ul {
  list-style: none;
}

.mt-nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 8px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mt-nav > li ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 290px;
  padding: 0;
  background: white;
  color: #353535;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transform: "translateY" -10px;
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mt-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    transition: all 0s ease;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .mt-nav > li ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    transition: all 0s ease;
    -moz-transition: all 0s ease;
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.mt-nav > li ul.sub-menu > li a {
  color: white;
  display: block;
  padding: 15px 10px 15px 30px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #474747;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mt-nav > li ul.sub-menu > li a {
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .mt-nav > li ul.sub-menu > li a {
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #ccc;
  }
}

.mt-nav > li ul.sub-menu > li.current_page_item > a {
  background-color: #4b9bd3;
  color: white;
}

.mt-nav > li ul.sub-menu > li a:hover {
  background-color: #4b9bd3;
  color: white;
}

.mt-nav > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.mt-nav > li ul.sub-menu.menu-expand {
  max-height: 1000px;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 10px 0;
  position: initial !important;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mt-nav > li:hover .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mt-nav > li:hover .sub-menu {
    visibility: hidden;
    opacity: 0;
  }
}

/* .mt-nav li ul::before {
  left: 34px;
  border-width: 0 8px 8px;
  border-style: solid;
  border-color: #fff transparent;
} */
.mt-nav li ul::after,
.mt-nav li ul::before {
  content: "";
  position: absolute;
  bottom: 100%;
}

body.nav-visible {
  overflow: hidden;
}

body.nav-visible .nav {
  visibility: visible;
  opacity: 1;
}

body.nav-visible .mt-nav > li.sub-menu:hover > ul {
  visibility: hidden;
  opacity: 0;
}

/* Mobile menu toggle */
.mt-header__aside {
  display: none;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .mt-header__aside {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .mt-header__aside {
    display: block;
  }
}

.mobile-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 17px;
  padding-top: 7px;
  margin-left: 14px;
  vertical-align: middle;
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
  z-index: 1200;
}

.mobile-btn::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background: #fff;
  z-index: -1;
  -webkit-transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  opacity: 0;
}

.mobile-btn span {
  display: block;
  height: 3px;
  background: #fff;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s;
  -webkit-transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s,
 background 0.3s;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s;
}

/* body.nav-visible .mobile-btn span {
  background-color: #000 !important;
} */
.mobile-btn span:first-child {
  bottom: 14px;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:last-child {
  top: 14px;
}

.mobile-btn.nav-visible span:first-child {
  bottom: 9px;
  -webkit-transform: translateY(2px) rotate(45deg);
  transform: translateY(2px) rotate(45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
}

.mobile-btn.nav-visible span:nth-child(2) {
  opacity: 0;
}

.mobile-btn.nav-visible span:last-child {
  top: 9px;
  -webkit-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s, background 0.3s,
 -webkit-transform 0.15s 0.3s;
  -webkit-transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s;
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s,
 background 0.3s, -webkit-transform 0.15s 0.3s;
}

.nav {
  z-index: 1000;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

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

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

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

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

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

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.no-padding {
  padding: 0 !important;
}

.primary {
  color: #4b9bd3;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

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

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flex-list > li {
  margin: 0 0.3rem;
}

.flex-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.light {
  color: white;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

/* (min-width: 1200px) and (max-width: 5000px) */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-hd {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .laptop-hd {
    display: none;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .hidden-xl {
    display: none;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .mt-product-item-container:hover .mt-product-item-hover-desc {
    padding-top: 25%;
    opacity: 1;
  }
  .mt-product-item-container:hover .mt-product-thumb > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .mt-product-item-container:hover > span {
    opacity: 0.8;
  }
}

/* (min-width: 991px) and (max-width: 1200px) */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .hidden-lg {
    display: none;
  }
  .mt-product-item-container:hover .mt-product-item-hover-desc {
    padding-top: 35%;
    opacity: 1;
  }
  .mt-product-item-container:hover .mt-product-thumb > img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .mt-product-item-container:hover > span {
    opacity: 0.8;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .mt-blog-img-container {
    padding-top: 100px;
  }
  .mt-coffee-cup {
    left: 10px;
  }
  .mt-cupcake {
    right: 10px;
  }
  .mt-header {
    padding: 40px 20px;
  }
  body.fixed-nav .mt-header {
    padding: 10px 20px;
  }
  .mt-footer nav ul + ul {
    margin-left: 20px;
  }
  nav.footer-nav {
    padding: 0px 40px;
  }
  .mt-footer address {
    padding-left: 40px;
  }
  .mt-footer a {
    font-size: 12px;
  }
  .mt-footer {
    padding: 70px 0px;
  }
  /* Intro banner */
  .mt-hero-banner > svg {
    display: none;
  }
  .mt-showcase-text {
    padding: 0px;
  }
  .mt-coffee-cup,
  .mt-cupcake {
    display: none;
  }
}

/* (min-width: 767px) and (max-width: 991px) */
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  /* Mobile menu collapse */
  .mt-header {
    padding: 10px 25px;
  }
  body.fixed-nav .mt-header {
    background-color: #2c3e50;
    padding: 10px 25px;
  }
  .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 160px;
    width: 100%;
    background-color: #fff;
  }
  body.logged-in .nav,
  body.logged-in .nav::after {
    top: 130px;
  }
  .nav::after {
    content: "";
    height: 68px;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .mt-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mt-nav > li a {
    display: block;
    text-align: center;
  }
  .mt-nav > li.sub-menu > ul {
    left: 0px;
    top: 0px;
    border-radius: 0px;
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .mt-nav li ul::before {
    border-width: 0px;
  }
  .mt-nav > li > a.client-login {
    position: fixed;
    z-index: 6;
    right: 70px;
    top: 0;
    border-bottom: 0;
    border-right: 1px solid #242424;
    border-left: 1px solid #242424;
    line-height: 2.1em;
  }
  .mt-nav > li > a.client-login > span {
    display: inline;
    padding-left: 10px;
  }
  .mt-col.risk-free {
    margin-bottom: 80px;
    padding: 0 15px;
  }
  .mt-container.bg-half::after {
    height: 50%;
    width: 100% !important;
    background-color: #ffea5b;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: bottom right;
  }
  .mt-container.bg-half.mt-post::after {
    height: 0;
  }
  .mt-col.blog-post-home {
    padding-right: 0px;
  }
  .mt-center-md {
    text-align: center;
  }
  .mt-back-end-samples {
    padding-bottom: 120px;
  }
  #single_blog_sidebar {
    margin-top: 30px;
  }
  .order-mobile-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* (max-width: 767px) */
@media only screen and (max-width: 767px) {
  /* Mobile menu collapse */
  .mt-header {
    padding: 10px 20px;
  }
  body.fixed-nav .mt-header {
    background-color: #2c3e50;
    padding: 10px 20px;
  }
  .mt-logo {
    padding-top: 5px;
  }
  .nav,
  .nav::after {
    position: fixed;
    left: 0;
    top: 160px;
    width: 100%;
    background-color: #fff;
  }
  body.logged-in .nav,
  body.logged-in .nav::after {
    top: 130px;
  }
  .nav::after {
    content: "";
    height: 68px;
    /* border-bottom: 1px solid #242424; */
  }
  .nav {
    visibility: hidden;
    opacity: 0;
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    overflow-y: auto;
    height: 100%;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .mt-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mt-nav > li a {
    display: block;
    text-align: center;
  }
  .mt-nav > li.sub-menu > ul {
    left: 0px;
    top: 0px;
    border-radius: 0px;
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
  }
  .mt-nav li ul::before {
    border-width: 0px;
  }
  .mt-nav > li > a.client-login {
    position: fixed;
    z-index: 6;
    right: 70px;
    top: 0;
    border-bottom: 0;
    border-right: 1px solid #242424;
    border-left: 1px solid #242424;
    line-height: 2.1em;
  }
  .mt-nav > li > a.client-login > span {
    display: inline;
    padding-left: 10px;
  }
  .mt-col.risk-free {
    margin-bottom: 80px;
  }
  .mt-container.bg-half::after {
    height: 50%;
    width: 100% !important;
    background-color: #ffea5b;
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-position: bottom right;
  }
  .mt-container.bg-half.mt-post::after {
    height: 0;
  }
  .mt-col.blog-post-home {
    padding-right: 0px;
  }
  .footer-border-left {
    border-left: 0px solid #cccccc;
  }
  .mt-center-sm {
    text-align: center;
  }
  .order-mobile-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-mobile-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* (max-width: 480px) */
@media (max-width: 480px) {
  .mt-col-title {
    font-size: 24px;
  }
  .mt-column-title {
    font-size: 22px;
    line-height: 1.6;
  }
  .mt-col-title.small {
    font-size: 22px;
  }
  .mt-note-title {
    font-size: 1em;
  }
  .mt-container.bg-half.mt-post::after {
    height: 0;
  }
  body.home .mt-content {
    margin-top: 40%;
  }
  .mt-banner-ipad {
    top: 90%;
  }
  .mt-hero-banner-group h1 {
    font-size: 36px;
    padding: 20px;
  }
  .mt-hero-banner.home > .mt-hero-banner-group {
    margin-top: -50px;
  }
  .mt-hero-banner-group p {
    font-size: 14px;
  }
  .mt-hero-banner-group small {
    font-size: 14px;
  }
  body.fixed-nav .mt-header {
    background-color: #2c3e50;
  }
  .mt-col-icon {
    display: block;
    height: auto;
    float: none;
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
  .mt-center-xs {
    text-align: center;
  }
  body.home .mt-nav-tabs {
    margin: 50px 40px 10px;
  }
  #order_form {
    padding-bottom: 10px;
  }
}

/* (max-width: 320px) */
@media (max-width: 320px) {
  /* ipad */
  .mt-banner-ipad {
    width: 90%;
    top: 90%;
  }
  .mt-banner-ipad > div {
    top: 20px;
  }
  .mt-banner-ipad:hover > div {
    top: 40px;
    opacity: 1;
  }
  .mt-banner-ipad div p {
    font-size: 12px;
  }
  .mt-banner-ipad > div {
    width: 200px;
  }
  .mt-banner-ipad a {
    top: 120px;
    font-size: 12px;
    width: 140px;
  }
  .mt-banner-ipad:hover a {
    top: 100px;
    opacity: 1;
  }
  .mt-banner-ipad > img.tablet-item {
    top: 7px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    left: 11px;
  }
  .mt-banner-ipad:hover > img.tablet-item {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: brightness(10%);
            filter: brightness(10%);
  }
  /* ipad end */
}

footer {
  padding: 6rem 0;
/*
  background-color: #3d8090;
  background-image: url("images/footer-bg.jpg");
  background-position: top right;
*/  
background-color: #242548;
background-image: url("images/footer-bg-i101-4.jpg") !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  footer {
    padding: 4rem 0;
  }
}

@media only screen and (max-width: 767px) {
  footer {
    padding: 3rem 0 1rem;
  }
}

.wp-block-social-links .wp-social-link a {
  padding: 0.15em;
  font-size: 30px;
}

.footer-col-group .wp-block-column p strong {
  color: white;
  font-family: "Poppins";
  font-size: 16px;
  text-transform: uppercase;
}

.footer-col-group .wp-block-column p,
.footer-col-group .wp-block-column a {
  color: white;
  font-family: "Montserrat";
  font-size: 16px;
}

.footer-title {
  color: white;
  font-family: "Poppins";
  font-size: 16px;
}

.widget-footer-right {
  border-left: 1px solid #67bfd5;
  padding-left: 50px;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .widget-footer-right {
    border-left: 0px solid #67bfd5;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .widget-footer-right {
    border-left: 0px solid #67bfd5;
    padding-left: 15px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .footer-location-spacer {
    height: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer-location-spacer {
    height: 20px !important;
  }
}

header {
  background-color: transparent !important;
}

.site-header {
  background-color: #2d8eaa;
  padding: 3rem 0 8.7rem;
/*
  background-image: url("images/home-banner.jpg");
*/  
  background-image: url("/wp-content/uploads/2024/08/home-banner-i101.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .site-header {
    padding: 3rem 0;
    overflow: visible;
    border-bottom: 5px solid #00e1ff;
  }
}

@media only screen and (max-width: 767px) {
  .site-header {
    padding: 3rem 0;
    overflow: visible;
    border-bottom: 5px solid #00e1ff;
  }
}

.site-header::after {
  content: url("images/header-overlay-small.png");
  position: absolute;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .site-header::after {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-header::after {
    content: none;
  }
}

.login-info {
  margin-right: 25px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .login-info {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .login-info {
    margin-right: 0px;
  }
}

.login-info > a {
  font-style: none !important;
  color: white !important;
  font-family: "Montserrat";
  text-decoration: none !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.login-info > a:hover {
  opacity: 0.8 !important;
}

.login-info > a > i {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .login-info > a {
    font-size: 11px;
  }
}

.login-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -100px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .login-container {
    top: -40px;
  }
}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .login-container {
    top: -40px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  .login-container {
    top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .login-container {
    top: 0px;
    margin-top: 40px;
  }
}

.login-container > p.title {
  background-color: #4b9bd3;
  padding: 8px 10px;
  text-align: center;
  font-size: 22px;
  font-family: "Montserrat";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -22px;
  display: table;
  width: 270px;
  color: white;
  text-transform: uppercase;
  z-index: 10;
  font-weight: bold;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.login-container .login-username label,
.login-container .login-password label {
  display: block;
  font-size: 14px;
  font-family: "Poppins";
  padding-left: 10px;
}

.login-container .login-remember label {
  font-size: 14px;
  font-family: "Poppins";
}

.login-container .login-remember label > input {
  position: relative;
  top: 1px;
}

.login-container .login-username input,
.login-container .login-password input {
  width: 100%;
  background-color: #e7e7e7 !important;
  padding: 14px;
  border: none;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
}

.login-container .login-submit {
  margin: 0 !important;
  text-align: center;
}

.login-container .login-submit input[type="submit"] {
  background-color: #ec0928;
  border: none;
  color: white;
  padding: 14px 50px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.login-container .login-submit input[type="submit"]:hover {
  background-color: #aa1327;
}

.lost-password {
  float: right;
  font-family: "Poppins";
  color: #55595c !important;
  font-size: 14px;
}

.lost-password:hover {
  color: #ec0928 !important;
}

.card {
  background-color: white;
  padding: 65px 35px 35px 35px;
  -webkit-box-shadow: 2px, 2px, 12px, rgba(0, 0, 0, 0.2);
          box-shadow: 2px, 2px, 12px, rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -o-border-radius: 30px;
}

.card.login {
  width: 370px;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.owl-carousel .owl-stage-outer {
  padding: 30px 0;
}

.card.course-owl-item {
  padding: 0;
  overflow: hidden;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -o-border-radius: 14px;
}

.card.course-owl-item > .content {
  padding: 30px;
  font-family: "Poppins";
  font-size: 20px;
  color: #252525;
}

/*
.card.course-owl-item .thumb {
  height: 200px;
}

.card.course-owl-item .thumb img {
  min-height: 200px;
  max-height: 200px;
}
*/  


.gl-btn {
  padding: 10px 15px;
  background-color: #ec0928;
  color: white;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.gl-btn:hover {
  color: white;
  background-color: #a8071c;
}

.tabulator {
  border: 1px solid #fff !important;
  background-color: #f5f5f5 !important;
}

.tabulator .tabulator-header {
  border-bottom: 0px solid #fff !important;
}

.tabulator-row.tabulator-group {
  border-bottom: 0px solid #fff !important;
  border-right: 1px solid #fff !important;
  border-top: 1px solid #fff !important;
}

.tabulator .tabulator-header .tabulator-col {
  border-right: 1px solid #fff !important;
}

.tabulator-row .tabulator-cell {
  border-right: 0px solid #aaa !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 4px 10px !important;
}

.tabulator-row.tabulator-group span {
  margin-left: 0px !important;
}

.tabulator-row .tabulator-cell {
  padding: 4px 10px !important;
}

.tabulator-row.tabulator-group .tabulator-arrow {
  border-left: 6px solid #fff !important;
}

.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  border-top: 6px solid #fff !important;
  border-left: 6px solid transparent !important;
}

.tabulator
.tabulator-header
.tabulator-col.tabulator-sortable[aria-sort="none"]
.tabulator-col-content
.tabulator-col-sorter
.tabulator-arrow {
  border-bottom: 6px solid #fff !important;
}

.tabulator
.tabulator-header
.tabulator-col.tabulator-sortable[aria-sort="asc"]
.tabulator-col-content
.tabulator-col-sorter
.tabulator-arrow {
  border-bottom: 6px solid #fff !important;
}

.tabulator
.tabulator-header
.tabulator-col.tabulator-sortable[aria-sort="desc"]
.tabulator-col-content
.tabulator-col-sorter
.tabulator-arrow {
  border-top: 6px solid #fff !important;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  font-family: "Montserrat" !important;
  font-size: 14px !important;
  font-weight: 600;
}

.tabulator-row.tabulator-group span {
  font-family: "Poppins" !important;
}

.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg .meta-bg-corner {
  -webkit-transform: rotate(0deg) skew(0deg);
          transform: rotate(0deg) skew(0deg);
}

.cluevo-content {
  background-color: white !important;
}

.cluevo-content > a {
  overflow: hidden !important;
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -o-border-radius: 14px !important;
}

.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container {
  padding: 0 30px !important;
}

.cluevo-content-container {
  padding: 0 30px !important;
}

.cluevo-content .cluevo-content-item-link .cluevo-description {
  padding-bottom: 30px !important;
}

.cluevo-description {
  font-family: "Poppins";
  font-size: 20px;
  color: #252525;
}

/* .cluevo-module-tile-overlay {
    padding: 30px;
} */
.cluevo-btn {
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.cluevo-btn.yes {
  background-color: #4b9bd3 !important;
}

.cluevo-btn.yes:hover {
  background-color: #2c72a5 !important;
}

.cluevo-btn.no {
  background-color: #ec0928 !important;
}

.cluevo-btn.no:hover {
  background-color: #a8071c !important;
}

.cluevo-btn::before {
  content: none !important;
}

.cluevo-btn::after {
  content: none !important;
}

.cluevo-back-link-container .cluevo-content-list-style-switch .cluevo-btn.active,
.cluevo-back-link-container .cluevo-content-list-style-switch .cluevo-btn:hover {
  background-color: #4b9bd3 !important;
}

#cluevo-module-lightbox-overlay div.cluevo-close-button {
  background-color: #4b9bd3 !important;
}

ul#menu-reportsmenu li {
  margin-right: 0.5em !important;
  padding: 0.4em 1.2em !important;
  border-radius: 99px !important;
  -webkit-border-radius: 99px !important;
  -o-border-radius: 99px !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

ul#menu-reportsmenu li a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.reports-lg-button {
  padding: 0.35em 2em !important;
  border-radius: 99px !important;
  -webkit-border-radius: 99px !important;
  -o-border-radius: 99px !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.reports-lg-button:hover {
  background-color: #a8071c !important;
}

.input-with-label span,
label {
  font-size: 14px;
  color: #252525;
  letter-spacing: 0px;
  font-weight: 600;
  display: block;
  cursor: default;
}

.input-with-label span > p,
label > p {
  font-weight: 400;
}

label > .note {
  float: right;
  font-size: 12px;
  color: #8f8f8f;
  font-weight: 400;
}

input[type="file"] {
  font-size: 16px !important;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  color: #616a66;
  padding: 10px;
  width: 100%;
  display: block;
  font-size: 14px !important;
  line-height: 20px;
  margin: 0 0 13px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

input:focus {
  background-color: #e9ecef;
  color: #616a66;
  outline: #fff;
  border: 1px solid #e9ecef;
}

textarea:focus {
  border: 1px solid #e9ecef;
  background-color: #e9ecef;
  color: #616a66;
  outline: #e9ecef;
}

select {
  width: 100%;
  margin: 0 0 13px;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  background-color: #fff;
  color: #666;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

input[type="range"] {
  display: block;
  width: 100%;
}

input:-moz-read-only {
  border: 1px solid #c5c5c5;
  background-color: #dfdfdf;
  cursor: auto;
  color: black;
}

input:read-only {
  border: 1px solid #c5c5c5;
  background-color: #dfdfdf;
  cursor: auto;
  color: black;
}

input#date_of_birth,
input#student_date_of_birth {
  background-color: white;
}

input#date_of_birth:hover,
input#student_date_of_birth:hover {
  cursor: text;
}

input#date_of_birth:focus,
input#student_date_of_birth:focus {
  background-color: #4b9bd3;
}

input:focus:-moz-read-only {
  color: black !important;
  background-color: #dfdfdf !important;
  border: 1px solid transparent !important;
}

input:focus:read-only {
  color: black !important;
  background-color: #dfdfdf !important;
  border: 1px solid transparent !important;
}

.error-message {
  padding: 0.7rem 1rem;
  background-color: #e86084;
  border: 1px solid #ba2c51;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.error-message.active {
  display: block;
}

.error-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.success-message {
  padding: 0.27rem 1rem;
  background-color: #3164f0;
  border: 1px solid #1d44af;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.success-message.active {
  display: block;
}

.success-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.form-field-message {
  font-size: 11px;
  font-style: italic;
  margin: 5px 0 10px;
  padding: 0;
  color: #777777;
  position: relative;
}

.ea-card.sp-ea-single.ea-expand h3 a, 
.ea-card.sp-ea-single.ea-expand h3 a i {
  background: #e36c94 !important;
  color: #fff !important;
}
/* #e36c94 */

/* TABS */
.tab_content_item {
  display: none;
  padding: 0.5em;
  background: #fff; /*  #dfe6e9; */
  color: #076790;
}
.tab_content_item.active {    
  display: block;
}
ul.tab_menu {
  list-style: none;
  text-align: left;
  margin: 0 0 1em -2.5em !important;
  border-bottom: solid 1px #076790 !important;
}
ul.tab_menu li {
  display: table-cell; /* inline-block; */
  padding: 10px 16px;
  cursor: pointer;
  color: #4097b7;
  background: #fff; /* #7ed3f6; */
  border-top: solid 1px #4097b7;
  border-right: solid 1px #4097b7;
  border-left: solid 1px #4097b7;        

  border-top-left-radius: 1em;
  border-top-right-radius: 1em;    
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
ul.tab_menu li.active {
  font-weight: bold;
  color: #fff;  
  background: #076790;
  border-top: solid 1px #076790;
  border-right: solid 1px #076790;
  border-left: solid 1px #076790;        

  transition: background 0s, background 0.25s linear;
}

/* TABS END */

.cluevo-crumb:nth-child(1), 
.cluevo-crumb-spacer:nth-child(2),
.cluevo-crumb:nth-child(3),
.cluevo-crumb-spacer:nth-child(4) {
  display: none !important;
}


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