html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
}


/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	color: #071e70;
}
p {
	color: #000;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 10px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 4rem 0;
}
.page-section {
	padding: 2rem 0;
}

.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}


.mrg-tp {
	margin-top: 30%;
}

.carousel-caption {
    position: absolute;
    left: 16%;
    right: 45%;
    z-index: 10;
    color: #fff;
    margin-bottom: 0;
    background-color: #004264a8;
    border-radius: 25px;
    padding: 30px 38px;
    display: flex;
    align-items: center;
    text-align: left;
}


.carousel-caption p {
	color: #fff;
	text-align: justify;
	font-size: 18px;

}
.carousel-caption h5 {
	color: #fff;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}
.carousel-btn a {
    float: right;
    background-color: #007bff;
    color: #fff;
    padding: 7px 12px;
    border-radius: 12px;
    margin-right: -7px;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

/* .navbar {
	background-color: transparent!important;
}

.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #09619a!important;
	line-height: 50px;
    text-transform: uppercase;
}

.navbar-dark .navbar-toggler {
	border:2px solid #fff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
	outline: none;
}

.customNav  {
	background-color: #fff!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
}

.dropdown-toggle {
	border:none;
	background-color:transparent!important;
}

@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    text-transform: uppercase;
    line-height: 43px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: solid 1px #8080805c;
}

.dropdown-item:hover  {
	 color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    background-color: #005c98;
}
.nav-link:hover {
	color: #000!important;
} */

.logo-img {
	width: 135px;
}

.brand-link {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	width: 135px;
	text-decoration: none;
}
.brand-link:hover { text-decoration: none; }

.brand-tagline {
    display: block;
    width: 90%;
    margin-top: 0px;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}
.brand-tagline .tg-blue { color: #1e7fd1; }
.brand-tagline .tg-green { color: #52b030; }
.brand-tagline > span + span { margin-left: 5px; }

@media (max-width: 768px) {
	.brand-tagline { display: none; }
}

@-webkit-keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }

  @keyframes slideLeft {
    0% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
  }

  @-webkit-keyframes slideRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }

  @keyframes slideRight {
    0% {
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
    }
    100% {
      opacity: 0;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
  }



  @media only screen and (max-width: 768px) {
    a,
    button {
      cursor: default !important;
      border: none;
      outline: none;
    }
  }

  img,
  video {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .container {
    max-width: 80rem;
    width: 100%;
    height: auto;
    padding: 0 2rem;
    margin: 0 auto;
  }

  @media only screen and (max-width: 992px) {
    .container {
      padding: 0 1rem;
      margin: 0 auto;
    }
  }


  .header {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
    margin: 0 auto;
    z-index: 999;
    border: none;
    outline: none;
    background: transparent;
    /* -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
    /* box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); */
}

  .header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-item-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
  }

  .header-item-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66%;
            flex: 0 0 66%;
  }

  .header-item-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
            flex: 0 0 17%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .header-item-right .menu-icon {
    font-size: 1.35rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1rem;
    margin-left: 1rem;
    border: none;
    outline: none;
    color: #121212;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .header .menu > ul > li {
    display: inline-block;
    line-height: 3.125rem;
    margin-left: 1.5rem;
  }

  .header .menu > ul > li > a {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    border: none;
    outline: none;
    color: #004a89;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs {
    position: absolute;
    width: 100%;
    height: auto;
    margin-top: 1.75rem;
    padding: 1rem 2rem;
    border: none;
    outline: none;
    z-index: 500;
    opacity: 0;
    visibility: hidden;
    border-radius: 0.25rem;
    border-top: 2px solid #0876bb;
    background: #fafafa;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .header .menu > ul > li .menu-subs > ul > li {
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs > ul > li > a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-column-1 {
    min-width: 16rem;
    max-width: 20rem;
  }

  .header .menu > ul > li .menu-subs.menu-mega {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li {
    display: block;
    line-height: 1;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    padding: 0.5rem 0;
    border: none;
    outline: none;
    color: #121212;
    text-transform: capitalize;
    text-rendering: optimizeLegibility;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 68rem;
    width: 100%;
    padding: 1.25rem 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    padding: 0 1rem;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item .title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1;
    padding: 0.75rem 0;
    border: none;
    outline: none;
    color: #000;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
    text-align: center;
  }

  .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-top: 0.75rem;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: middle;
  }

  .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a:hover,
  .header .menu > ul > li .menu-subs > ul > li > a:hover {
    color: #000;
  }

  .header-item-right a:hover,
  .header .menu > ul > li:hover > a {
    color: #000;
  }

  @media only screen and (min-width: 993px) {
    .header .menu > ul > li.menu-item-has-children:hover .menu-subs {
      margin-top: 0.5rem;
      opacity: 1;
      visibility: visible;
    }
  }

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

  @media only screen and (max-width: 992px) {
    .header{
        position: relative;
    }
    .main-wrapper{margin-top: 0px !important;}
    .header-item-center {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
    }
    .header-item-left, .header-item-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
    }
    .wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
    .header .menu-mobile-trigger {
      position: relative;
      display: block;
      cursor: pointer;
      width: 1.75rem;
      height: 1rem;
      border: none;
      outline: none;
      margin-left: 1.25rem;
      background: none;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.35s ease-in-out;
      -o-transition: 0.35s ease-in-out;
      transition: 0.35s ease-in-out;
    }
    .header .menu-mobile-trigger span {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      border: none;
      outline: none;
      opacity: 1;
      border-radius: 0.25rem;
      background: #121212;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transition: 0.25s ease-in-out;
      -o-transition: 0.25s ease-in-out;
      transition: 0.25s ease-in-out;
    }
    .header .menu-mobile-trigger span:nth-child(1) {
      top: 0;
    }
    .header .menu-mobile-trigger span:nth-child(2), .header .menu-mobile-trigger span:nth-child(3) {
      top: 0.5rem;
    }
    .header .menu-mobile-trigger span:nth-child(4) {
      top: 1rem;
    }
    .header-item-right {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
    .header .menu {
      position: fixed;
      top: 0;
      left: 0;
      width: 20rem;
      height: 100%;
      z-index: 1099;
      overflow: hidden;
      background: #fafafa;
      -webkit-transform: translate(-100%);
          -ms-transform: translate(-100%);
              transform: translate(-100%);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .header .menu.active {
      -webkit-transform: translate(0%);
          -ms-transform: translate(0%);
              transform: translate(0%);
    }
    .header .menu > ul > li {
      display: block;
      line-height: 1;
      margin: 0;
    }
    .header .menu > ul > li > a {
      display: block;
      line-height: 3.125rem;
      height: 3.125rem;
      padding: 0 3.125rem 0 1rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .menu > ul > li > a i.ion {
      position: absolute;
      font-size: 1.25rem;
      line-height: 3.125rem;
      top: 0;
      right: 0;
      width: 3.125rem;
      height: 3.125rem;
      text-align: center;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
    .header .menu .menu-mobile-header {
      position: relative;
      position: -webkit-sticky;
      position: sticky;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      top: 0;
      height: 3.125rem;
      z-index: 501;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      background: #fafafa;
    }
    .header .menu .menu-mobile-header .menu-mobile-arrow {
      display: none;
      font-size: 1.25rem;
      line-height: 3.125rem;
      width: 3.125rem;
      height: 3.125rem;
      cursor: pointer;
      border-right: 1px solid rgba(0, 0, 0, 0.1);
      color: #121212;
      text-align: center;
    }
    .header .menu .menu-mobile-header.active .menu-mobile-arrow {
      display: block;
    }
    .header .menu .menu-mobile-header .menu-mobile-title {
      font-size: 1rem;
      font-weight: 500;
      line-height: inherit;
      color: #121212;
      text-transform: capitalize;
      text-rendering: optimizeLegibility;
    }
    .header .menu .menu-mobile-header .menu-mobile-close {
      font-size: 2.25rem;
      line-height: 3.125rem;
      cursor: pointer;
      width: 3.125rem;
      height: 3.125rem;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      color: #121212;
      text-align: center;
    }
    .header .menu .menu-section {
      height: 100%;
      overflow-y: auto;
      overflow-x: hidden;
    }
    .header .menu > ul > li .menu-subs {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      max-width: none;
      min-width: auto;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 1rem;
      padding-top: 4rem;
      opacity: 1;
      overflow-y: auto;
      visibility: visible;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.menu-mega {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      max-width: none;
      min-width: auto;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 1rem;
      padding-top: 4rem;
      opacity: 1;
      overflow-y: auto;
      visibility: visible;
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-box-shadow: none;
              box-shadow: none;
    }
    .header .menu > ul > li .menu-subs.active {
      display: block;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      padding: 0rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item img.responsive {
      margin-top: 0;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center .title {
      margin-bottom: 1.25rem;
    }
    .header .menu > ul > li .menu-subs.menu-column-4 > .list-item.text-center:last-child .title {
      margin-bottom: 0rem;
    }
    .header .menu > ul > li .menu-subs > ul > li > a {
      display: block;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul {
      margin-bottom: 1rem;
    }
    .header .menu > ul > li .menu-subs.menu-mega > .list-item > ul > li > a {
      display: block;
    }
    .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1098;
      opacity: 0;
      visibility: hidden;
      background: rgba(0, 0, 0, 0.55);
      -webkit-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .overlay.active {
      opacity: 1;
      visibility: visible;
    }
  }

  .list-item ul {
    padding-left: 0;
  }



/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/
.owl-prev span, .owl-next span {
    color: red;
    font-size: 20px;
    display: none;
}

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}



/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span, .owl-next span {
	color: red;
	font-size: 20px;
}

.owl-prev span:hover,
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

/* .owl-carousel .owl-item img {
	width: 65%;
} */



/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
    margin-top: -23px;
}

.test-img img {
	width:175px!important
}

.testimonial-card-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 30px 16px;
    border-radius: 50px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.test-img {
	margin-right: 25px;
}

.checked {
	color: orange;
	margin-bottom: 10px;
}

.default-btn a {
	background-color: #7cbbaa;
    color: #fff;
    padding: 7px 13px;
    border-radius: 5px;
    position: relative;
    top: 18px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.default-btn a:hover {
	background-color:#071e70;
    color: #fff;
}
.default-btn1 a {
    background-color: #ffffff;
    color: #071e70;
    padding: 7px 13px;
    border-radius: 30px;
    position: relative;
    left: 83px;
    top: 27px;
}

.category-card-wrap {
	background-color: #fff;
	border-radius: 30px;
}

.category-card-heading {
	padding: 25px 25px;
}

.default-btn {
margin-top: 30px;
text-align: center;
}


.hm-category-wrapper {
	background-image: url(../img/bg-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right;

}

.hm-industry-wrapper {
	background-image: url(../img/industry-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;

}

.default-heading p {
color: #fff;
}

.default-heading h4 {
	font-weight: 700;
	font-size: 30px;

}

.default-heading h2 {
	color: #fff;
	font-size: 45px;
}

.testimonials-wrapper {
	background-image: url(../img/bg-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-card-wrapper h4 {
	font-size: 16px;
}

.industry-card-wrap {
	background-image: url(../img/card-one.png);
	background-size: cover;
    border-radius: 54px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -58px;
    padding: 63px 18px;
    z-index: -1;
	text-align: center;
	min-height: 326px;
}

.industry-img {
	width: 160px;
	height: auto;
	margin: auto;
}

.industry-card-heading h3 {
	font-size: 20px;
}
.indus p {
	padding-top: 10px;
}

.category-card-heading h3 {
      font-size: 20px;
    color: #357299;
    text-align: center;
	text-transform: uppercase;
}
.category-card-heading h4 {
	font-size: 22px;
    color: #357299;
    font-weight: 500;
}

.category-img img {
    border-radius: 15px;
    padding: 16px 73px 0 73px;
    margin: auto;
}

.benefits-list {
	padding-left: 0;
    line-height: 38px;
    margin-top: 20px;
}
.benefits-list i {
	margin-right: 9px;
    background-color: #1c8ccc;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
}
.ingredients-list {
	padding-left: 0;
    line-height: 38px;
    margin-top: 20px;
}

.ingredients-list i {
    margin-right: 9px;
    background-color: #1c8ccc;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
}

.red {
	color: red!important;
}

.blue {
	color: #56a1d9!important;
}
.green {
	color: #0d958b!important;
}
.pink {
	color: #7e2069!important;
}

.tooth-img {
	border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/
.page-banner-wrap-about {
	background-image: url(../img/about-banner.jpg);
    background-size: cover;
    padding: 120px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #b2bcc3;
}

.caption {
	text-align: center;
}

.about-img-info img {
	border-radius: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.history-wrapper{
	background-image: url(../img/ab-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #114637;
}

.history-heading h3 {
	color: #fff;
}

.history-details p {
	color: #fff;
}

.download-link a {
    background-color: #1c8ccc;
    color: #fff;
    padding: 5px 13px;
    border-radius: 19px;
}
.download-link a:hover {
    background-color: #000000;
    color: #fff;
}
.download-link span {
	color: #000;
    font-weight: 500;
    font-size: 22px;
}




/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/
.product-various-industries-wrapper {
	background-color: #f6f6f6;
}

.card-wrap {
	margin-top:4rem
}

.gsupport-inner-cover {
	transition: 0.3s;
    box-shadow: 0px 3px 10px 0px rgb(41 45 194 / 8%);
    position: relative;
    height: 100%;
    background-color: #ffffff;
    padding: 28px 26px;
    text-align: center;
    border-radius: 19px;
}

.gsupport-text-wrap h5 {
    color: #000;
}

.wgl-infobox-content_wrapper {
    padding-left: 20px;
}

.wgl-icon {
    padding: 7px;
    background-color: #7cbbaa;
    color: #ffffff;
    border-radius: 50%;
}

.wgl-infobox-title_wrapper h5 {
	color: #000;
}


.icon-box-wrapper {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 26px 30px 26px 30px;
}

.packaged-water-info h4 {
	    margin-top: 1rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #000;
}
.packaged-water-info h5 {
	    margin-top: 2rem;
    text-decoration: underline;
}
.hospitality-feature {
	padding-left: 0;
    line-height: 35px;
}

.minerals-list {
    display: flex;
    align-items: center;
}

.minerals-list i {
    margin-right: 9px;
    background-color: #1c8ccc;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
}
/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}
.contact-form-bg {
	background-color: #7dbbac;
	padding: 3rem;
}
.contact-input {
	border-radius: 0;
    height: 56px;
}
.contact-title {
	color :#000000;
	font-weight: 600;
}
.contact-phone-wrap i {
	color: rgb(255, 255, 255);
	background-color: #7dbbac;
    border-radius: 50%;
    padding: 7px;
	font-size: 12px;
}
.contact-phone-wrap {
	border-bottom: solid 1px #E7DFD5;
	margin-bottom: 12px;

}
.contact-email-wrap i {
	color: rgb(255, 255, 255);
	background-color: #7dbbac;
    border-radius: 50%;
	padding: 7px;
	font-size: 12px;

}
.contact-email-wrap {
	border-bottom: solid 1px #E7DFD5;
	margin-bottom: 12px;

}
.contact-location-wrap i {
	color: rgb(255, 255, 255);
	background-color: #7dbbac;
    border-radius: 50%;
    padding: 7px;
	font-size: 12px;
}
.contact-location-wrap {
	border-bottom: solid 1px #E7DFD5;
	margin-bottom: 12px;

}
.contact-social-list {
	padding: 0;
    margin-bottom: 0;
    display: flex;

}
.contact-social-list li i {
	color: #ffffff;
    width: 31px;
    height: 31px;
    font-size: 17px;
    border: 1px solid #ffffff;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    transition: all 0.3s;
    background: #7dbbac;
}
.contact-info {
	margin-top: 4rem;
}
.btn-contact {
	color: #000;
    background: #fff;
    border-radius: 0px;
    letter-spacing: 0em;
    font-size: 13px;
	padding: 20px 32px;
	line-height: 1;
	font-weight: 600;

}

.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/

.page-not-found {
	display: table;
	margin: 0 auto;
	padding: 5rem 0;
	width: 50%;
	filter: drop-shadow(2px 4px 6px black);
	display: none;
}
.page-not-found-text {
	text-align: center;
	margin: 8rem 0 5rem;
}

/* oops text with fill background image */
.page-not-found-text h1 {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 20vw;
	color: #000;
  background: url("../img/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
		text-transform: capitalize;
	/*display: none; currently not visible*/
}

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/

.top-footer-wrapper {
	background-image: url(../img/bg-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 6rem 4rem;
}
.footer-list {
    padding: 0;
	line-height: 30px;

}
.footer-list li a {
    color: #3a3a3a;
}
.footer-inner-content p {
	color: #206a56;
}

.footer-inner-content h5 {
	color: #206a56;
	font-weight: 600;
	margin-bottom: 30px;
}
.footer-inner-content h6 {
	color: #206a56;
	font-weight: 600;
}

.footer-inner-content::before {
	content: "";
    position: absolute;
    height: 3px;
    width: 34px;
    background-color: #206a56;
    top: 24px;
    left: 19px;
}

.footer-inner-content::after {
	content: "";
    position: absolute;
    height: 3px;
    width: 91px;
    background-color: #fff;
    top: 24px;
    left: 52px;
}

.footer-info-wrapper ::before {
	content: "";
    position: absolute;
    height: 3px;
    width: 34px;
    background-color: #206a56;
    top: 24px;
    left: 19px;
}

.footer-info-wrapper::after {
	content: "";
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #fff;
    top: 24px;
    left: 52px;
}

.footer-inner-links::before {
	content: "";
    position: absolute;
    height: 3px;
    width: 34px;
    background-color: #206a56;
    top: 24px;
    left: 19px;
}

.footer-inner-links::after {
	content: "";
    position: absolute;
    height: 3px;
    width: 79px;
    background-color: #fff;
    top: 24px;
    left: 52px;
}
.footer-list li a {
    color: #206a56;
}

.bottom-footer-wrapper {
	background-color: #7cbbaa;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: #fff;
}
.creator-link:hover {
	color: #fff;
}
.test-details p{
	min-height:75px;
}
