html {
  font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-family: "Roboto";
  font-weight: normal;
  color: #515050;
  background: #fff;
  overflow-x: hidden;
  position: relative;
  padding-top: 6.5625rem;
}
body.scroll_off {
  overflow: hidden !important;
}
body img {
  max-width: 100%;
}
body a {
  text-decoration: none;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body a:hover {
  color: #8bc34a;
  text-decoration: none;
}

.mobElement {
  display: none;
}

/* Preloading */
.preLoading {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background: #032949;
  top: 0;
  left: 0;
}

.loader-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-wrapper .loader img {
  width: 150px;
  height: 150px;
  object-fit: contain;
}

p {
  margin-bottom: 0;
}
p + p {
  margin-top: 1.25rem;
}

h1,
h2,
h3,
h4 {
  font-family: "Larsseit";
  font-weight: bold;
}

h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 2.75rem;
  line-height: 1.14;
  color: #4d4d4c;
  margin-bottom: 0.9375rem;
}

h2 {
  font-size: 2.375rem;
  line-height: 1.1;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.625rem;
}

h5 {
  font-size: 1.375rem;
}

h6 {
  font-size: 1.125rem;
}

.sectionHeading {
  padding-bottom: 1.4375rem;
  position: relative;
  margin-bottom: 1.25rem;
  text-transform: capitalize;
}
.sectionHeading::after {
  content: "";
  width: 4.375rem;
  height: 0.625rem;
  background: #8bc34a;
  position: absolute;
  left: 0;
  bottom: 0;
}
.sectionHeading.text-center {
  margin-bottom: 2.8125rem;
}
.sectionHeading.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.sectionHeading + .textHeading {
  margin-top: -1.25rem;
}

.pt-80 {
  padding-top: 5rem;
}

.pt_100p {
  padding-top: 100% !important;
}

.linkBtn {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  background: #8bc34a;
  text-transform: uppercase;
  font-family: "Hind";
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.2;
  padding: 1.2rem 1.875rem 1.025rem;
  border-radius: 0.1875rem;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.linkBtn::before {
  content: "";
  height: 102%;
  width: 102%;
  background: #00469d;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease;
}
.linkBtn:hover {
  color: #fff;
}
.linkBtn:hover::before {
  transform-origin: left;
  transform: scale(1);
}

.bg_img_cover {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
}

.bg_img_contain {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: contain !important;
}

.imgScale {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.imgScale img,
.imgScale .img {
  width: 100%;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.imgScale:hover img,
.imgScale:hover .img {
  transform: scale(1.1);
}

.sectionPadding {
  padding: 4.375rem 0;
}

.sectionPadding_2 {
  padding: 4.0625rem 0 3.4375rem;
}

.sectionPadding_3 {
  padding: 4.0625rem 0;
}

.bg_gray {
  background: #f5f5f5;
}

.bg_gray_light {
  background: #f8f8f8;
}

.heading_with_info {
  margin-bottom: 2.25rem;
}
.heading_with_info .sectionHeading.text-center {
  margin-bottom: 1.25rem;
}

.text-green {
  color: #8bc34a !important;
}

.text-blue {
  color: #00469d !important;
}

.textSection > *:first-child {
  margin-top: 0 !important;
}
.textSection > *:last-child {
  margin-bottom: 0 !important;
}
.textSection h1,
.textSection h2,
.textSection h3 {
  margin-top: 1.875rem;
}
.textSection h4 {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.textSection h5,
.textSection h6 {
  margin-top: 1.5625rem;
}
.textSection p {
  margin-bottom: 1.25rem;
  text-align: justify;
}
.textSection p + p {
  margin-top: 0;
}
.textSection p:last-child {
  margin-bottom: 0;
}
.textSection p a {
  color: #8bc34a;
}
.textSection p a:hover {
  color: #00469d;
}
.textSection p + ul, .textSection p + ol {
  margin-top: -0.625rem;
}
.textSection ul,
.textSection ol {
  margin-bottom: 1.75rem;
  list-style: none;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.textSection ul li,
.textSection ol li {
  margin-bottom: 0.625rem;
  position: relative;
}
.textSection ul li a,
.textSection ol li a {
  color: #00469d;
}
.textSection ul li a:hover,
.textSection ol li a:hover {
  color: #8bc34a;
}
.textSection ul li:last-child,
.textSection ol li:last-child {
  margin-bottom: 0;
}
.textSection ol li {
  padding-left: 1.75rem;
  counter-increment: step-counter;
}
.textSection ol li::before {
  content: counter(step-counter) ".";
  position: absolute;
  top: 0;
  left: -0.125rem;
  color: #515050;
  font-weight: 600;
  width: 1.5rem;
  text-align: right;
}
.textSection ul li {
  padding-left: 1.5rem;
  position: relative;
}
.textSection ul li::before {
  content: "\f058";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #8bc34a;
  top: 0;
  left: 0;
}
.textSection img {
  width: 100%;
  margin-bottom: 1.25rem;
  margin-top: 0.375rem;
}
.textSection img.alignleft {
  width: 35%;
  height: auto;
  margin-right: 1.875rem;
  float: left;
}
.textSection img.alignright {
  width: 35%;
  height: auto;
  margin-left: 1.875rem;
  float: right;
}
.textSection.text-center p {
  text-align: center;
}

.textHeading {
  margin-bottom: 2.1875rem;
}
.textHeading p {
  font-size: 1.125rem;
  font-weight: 500;
}

.textLink {
  font-weight: 500;
  font-size: 1.0625rem;
  color: #00469d;
}

.primaryList {
  list-style: none;
  padding-bottom: 0;
}
.primaryList li {
  position: relative;
  padding-left: 1.375rem;
}
.primaryList li::before {
  content: "\f061";
  position: absolute;
  left: 0;
  top: 0.0625rem;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.9375rem;
}
.primaryList li a {
  padding: 0.3125rem 0;
  color: #00469d;
}
.primaryList li a:hover {
  color: #8bc34a;
}
.primaryList li + li {
  margin-top: 0.75rem;
}
.primaryList li:first-child a {
  padding-top: 0;
}

.playBtn {
  height: 3.75rem;
  width: 3.75rem;
  border-radius: 50%;
  border: 0.125rem solid #fff;
  color: #fff;
  font-size: 1.25rem;
}
.playBtn:hover {
  background: #fff;
}

/* mobile menuBtn */
.menuBtn {
  width: 45px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

.menuBtn span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #00469d;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menuBtn span:nth-child(1) {
  top: 0px;
}

.menuBtn span:nth-child(2),
.menuBtn span:nth-child(3) {
  top: 12px;
}

.menuBtn span:nth-child(4) {
  top: 24px;
}

.menuBtn.open span:nth-child(1) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.menuBtn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menuBtn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menuBtn.open span:nth-child(4) {
  top: 12px;
  width: 0%;
  left: 50%;
}

.menuBackBtn {
  height: 38px;
  width: 38px;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 9999;
  margin-bottom: 0;
}
.menuBackBtn li {
  height: 100%;
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.menuBackBtn li.step_1 {
  z-index: 1;
}
.menuBackBtn li.step_2 {
  z-index: 3;
}
.menuBackBtn li button {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: none;
  background: #8bc34a;
}
.menuBackBtn li button img {
  transform: rotate(180deg);
  width: 15px;
  margin-right: 4px;
  margin-bottom: 1px;
}

/* Header */
header {
  padding: 0 1.5625rem;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
header .logo {
  display: block;
  width: 11.0625rem;
  padding: 0.8125rem 0;
}
header .logo img {
  width: 100%;
}
header .linkBtn {
  padding: 0.8125rem 1.375rem 0.6625rem;
  margin-bottom: 0.75rem;
}
header.fixed {
  position: fixed;
  top: -109px;
}
header.fixed .logo {
  width: 8.75rem;
  padding: 0.625rem 0;
}
header.fixed.in_view {
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  top: 0;
  box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0, 0, 0, 0.18);
}

.enquireBtn.mobElement {
  display: none;
}

/* menu */
.menuWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 4.0625rem;
  flex-grow: 1;
}

.navBar {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}
.navBar li a {
  font-size: 1.125rem;
  color: #555555;
  font-family: "Hind";
  font-weight: 500;
  text-transform: capitalize;
  display: block;
}
.navBar li a[href="javascript:void(0);"] {
  cursor: default;
}
.navBar > li:hover > a {
  color: #8bc34a;
}
.navBar > li:hover > .dd_opener i {
  color: #8bc34a;
}
.navBar > li.currentPage > a, .navBar > li.current-menu-parent > a {
  color: #8bc34a !important;
}
.navBar > li.currentPage > .dd_opener i, .navBar > li.current-menu-parent > .dd_opener i {
  color: #8bc34a !important;
}
.navBar > li a {
  padding: 1.25rem 0;
}
.navBar > li + li {
  margin-left: 1.875rem;
}
.navBar > li:nth-last-child(1) .dropdown-menu .dropdown-menu, .navBar > li:nth-last-child(2) .dropdown-menu .dropdown-menu {
  left: auto;
  right: 100%;
}
.navBar .dropdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.navBar .dd_opener {
  padding-left: 0.375rem;
}
.navBar .dd_opener i {
  font-size: 0.9375rem;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navBar .dropdown-menu {
  padding: 0;
  border-radius: 0;
  margin: 0;
  border: 0;
  float: none;
  width: 16rem;
  box-shadow: 0.0625rem 0.125rem 0.625rem 0rem rgba(0, 0, 0, 0.18);
}
.navBar .dropdown-menu li {
  border-bottom: 1px solid #c8c8c8;
}
.navBar .dropdown-menu li:last-child {
  border-bottom: none;
}
.navBar .dropdown-menu li a {
  font-size: 0.9375rem;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.625rem 0.9375rem 0.5rem;
  display: block;
  background: #ebebeb;
}
.navBar .dropdown-menu li:hover > a, .navBar .dropdown-menu li.currentPage > a {
  background: #00469d;
  color: #fefeff;
}

/* banner */
.banner {
  overflow: hidden;
  position: relative;
}
.banner .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0px;
  position: absolute;
  z-index: 9;
  bottom: 0.9375rem;
  left: 50%;
  transform: translateX(-50%);
}

.bannerContent {
  position: relative;
}

.fadeInDownCt {
  animation-name: fadeInDownCt;
}

@keyframes fadeInDownCt {
  0% {
    opacity: 0;
    transform: translateX(-50%) translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateX(-50%) translate3d(0, 0, 0);
  }
}
.bannerImg {
  padding-top: 43.2%;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
}

.bnrText {
  padding-left: 6.875rem;
  width: 41.5%;
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translateY(-50%);
}
.bnrText h1 {
  animation-delay: 0.9s;
}
.bnrText p {
  margin-bottom: 1.5625rem;
  animation-delay: 1.5s;
  text-align: justify;
}
.bnrText .linkBtn {
  animation-delay: 2.1s;
}

.text_icon {
  width: 75% !important;
  margin-bottom: 1.875rem;
}

/* owl */
.owl-theme .owl-dots {
  line-height: 1;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 1.875rem;
}

.owl-theme .owl-dots .owl-dot span {
  width: 0.625rem;
  height: 0.625rem;
  margin: 0px 0.1875rem;
  background: #d6d6d6;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #8bc34a;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

/* banner moving element */
.moving_element ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.moving_element ul li {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: transparent;
  border: 60px solid;
  position: absolute;
  -webkit-animation: move1 10s linear infinite;
  -moz-animation: move1 10s linear infinite;
  -o-animation: move1 10s linear infinite;
  animation: move1 10s linear infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.moving_element ul li:nth-child(1) {
  border-color: rgba(220, 60, 75, 0.77);
  left: 0;
  bottom: -35%;
  -webkit-animation-name: move3;
  animation-name: move3;
  animation-direction: alternate;
  animation-timing-function: 5s;
}

.moving_element ul li:nth-child(2) {
  width: 142px;
  height: 142px;
  border-radius: 50%;
  background: transparent;
  border-width: 15px;
  border-color: #dd3c49;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.moving_element ul li:nth-child(3) {
  border-color: #fd77aa;
  top: -30%;
  right: -15%;
  -webkit-animation-name: move2;
  animation-name: move2;
  animation-direction: alternate;
}

@-webkit-keyframes move1 {
  from {
    -webkit-transform: rotate(0deg) translateX(30%) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(30%) rotate(-360deg);
  }
}
@-moz-keyframes move1 {
  from {
    -moz-transform: rotate(0deg) translateX(30%) rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg) translateX(30%) rotate(-360deg);
  }
}
@-o-keyframes move1 {
  from {
    -o-transform: rotate(0deg) translateX(30%) rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg) translateX(30%) rotate(-360deg);
  }
}
@keyframes move1 {
  from {
    transform: rotate(0deg) translateX(30%) rotate(0deg);
  }
  to {
    transform: rotate(360deg) translateX(30%) rotate(-360deg);
  }
}
/*--------------------------------------*/
@-webkit-keyframes move2 {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
  }
}
@-moz-keyframes move2 {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
  }
}
@-o-keyframes move2 {
  from {
    -o-transform: translateX(0);
  }
  to {
    -o-transform: translateX(-50%);
  }
}
@keyframes move2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*--------------------------------------*/
@-webkit-keyframes move3 {
  from {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(50%);
  }
}
@-moz-keyframes move3 {
  from {
    -moz-transform: translateX(0);
  }
  to {
    -moz-transform: translateX(50%);
  }
}
@-o-keyframes move3 {
  from {
    -o-transform: translateX(0);
  }
  to {
    -o-transform: translateX(50%);
  }
}
@keyframes move3 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50%);
  }
}
.element2 ul li:nth-child(1) {
  border-color: rgba(195, 241, 240, 0.73);
}

.element2 ul li:nth-child(2) {
  border-color: #e7f7f8;
}

.element2 ul li:nth-child(3) {
  border-color: rgba(234, 242, 243, 0.69);
}

.element2 ul li:nth-child(-n + 3) {
  border-color: rgba(170, 183, 107, 0.6);
}

.element3 ul li:nth-child(-n + 3) {
  border-color: rgba(156, 204, 255, 0.7);
}

/* Product Highlight */
.productsHighlight {
  display: flex;
  flex-wrap: wrap;
}
.productsHighlight .content {
  display: block;
  width: 25%;
  position: relative;
}
.productsHighlight .content .img {
  padding-top: 100%;
  width: 100%;
}
.productsHighlight h4 {
  font-family: "Larsseit";
  font-weight: 800;
  font-size: 1.75rem;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  margin-bottom: 0;
  line-height: 1.071;
  padding: 1.375rem 1.25rem;
  width: 100%;
  text-shadow: 8px 8px 22px rgba(0, 0, 0, 0.4);
}
.productsHighlight h4 small {
  display: block;
  font-weight: bold;
  font-size: 0.6428em;
}

/* petPerform */
.petPerform {
  margin-left: 8%;
}
.petPerform .text {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.petPerform .text .info {
  padding-right: 7.8125rem;
}
.petPerform .text .imgWrapper {
  padding-top: 2rem;
  padding-right: 0.625rem;
}
.petPerform .text .imgWrapper img {
  height: 5.625rem;
}
.petPerform .image {
  width: 30%;
  flex-grow: 1;
}
.petPerform .image .img {
  height: 100%;
}

/* CountUp */
.countUp {
  position: relative;
  min-height: 39.375rem;
}
.countUp .count {
  height: 9.75rem;
  width: 9.75rem;
  background: #00469d;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 8px 8px 22px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
}
.countUp .count + .count {
  margin-top: 1.5625rem;
}
.countUp .count:last-child {
  margin-top: 1.25rem;
}
.countUp .count h5 {
  color: #fff;
  font-family: "Roboto";
  font-weight: bold;
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.2;
  margin-bottom: 0;
  text-transform: uppercase;
}
.countUp .count h5 small {
  display: block;
  font-size: 0.5em;
  font-weight: inherit;
}
.countUp .count h6 {
  margin-bottom: 0;
}
.countUp .count:nth-child(2) {
  background: #8bc34a;
  left: 1.25rem;
}
.countUp .count:last-child {
  left: 11.875rem;
}
.countUp .statistics {
  position: absolute;
  padding-top: 4.5rem;
  top: 0;
  left: -5.9375rem;
}

/* productSlider */
.productSlider {
  margin: 0 -0.9375rem;
}
.productSlider .imgScale .img {
  padding-top: 100%;
}
.productSlider .content {
  padding: 0 0.9375rem;
}
.productSlider .productTitle {
  margin-top: 0.75rem;
}

/* New product */
.newProductSlider .imgScale {
  margin-bottom: 1.125rem;
}
.newProductSlider .title {
  font-size: 1rem;
  font-family: "Roboto";
  font-weight: 900;
}
.newProductSlider .content p {
  font-size: 0.875rem;
  line-height: 1.428;
}

/* upcomingAndLatest */
.upcomingAndLatest {
  padding: 0 4.375rem 2.125rem;
}
.upcomingAndLatest .img {
  padding-top: 67.4%;
}
.upcomingAndLatest .content::after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 70, 157, 0);
  -ms-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.upcomingAndLatest .content:hover::after {
  background: rgba(0, 70, 157, 0.5);
}
.upcomingAndLatest .content h2 {
  font-size: 2.5rem;
  color: #fff;
  padding: 2.1875rem;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.upcomingAndLatest .content h2 small {
  font-size: 0.8em;
  display: block;
}

/* Testimonials */
.testimonials {
  background: url(../images/testimonial-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 13% 0;
}
.testimonials .sectionHeading {
  text-transform: none;
}
.testimonials h2.sectionHeading {
  line-height: 1.16;
}

.testiSlider {
  padding-left: 1.875rem;
  position: relative;
}
.testiSlider::after {
  content: "";
  width: 4.3125rem;
  height: 3.75rem;
  background: url(../images/quote-icon.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 3.625rem;
  left: 0;
}
.testiSlider .sliderWrapper {
  padding: 8.125rem 2.1875rem 9.0625rem;
  background: rgba(0, 17, 39, 0.29);
}
.testiSlider .client {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.3;
  margin-top: 2.1875rem;
}
.testiSlider .client small {
  font-weight: normal;
  font-size: 0.875em;
}
.testiSlider .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  bottom: -4.5rem;
  left: 0;
}

/* owl nav */
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
}
.owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
  margin-left: 0.5rem;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
.owl-theme .owl-nav [class*="owl-"]:focus {
  outline: none;
}
.owl-theme .owl-nav [class*="owl-"] span {
  display: block;
  height: 2rem;
  width: 2rem;
  border: 0.125rem solid #829bc0;
  color: #829bc0;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.4375rem;
  border-radius: 50%;
}

footer {
  background: #003167;
  padding: 4.375rem 0 2.5rem;
  color: #cbd3dd;
  font-size: 0.875rem;
}
footer ul {
  margin-bottom: 0;
  list-style: none;
}
footer ul li a {
  color: inherit;
  padding: 0.25rem 0;
  display: inline-block;
  vertical-align: baseline;
}
footer a.text-white:hover {
  color: #8bc34a !important;
}
footer h6 {
  margin-bottom: 0.625rem;
}
footer .copyright {
  padding-top: 4.375rem;
  font-size: 0.9375rem;
}
footer .copyright p {
  line-height: 1.733;
}

.footerLeft {
  padding-left: 4.0625rem;
}
.footerLeft .contentWrap {
  margin: -0.9375rem;
}
.footerLeft .column {
  padding: 0.9375rem;
}
.footerLeft .column:first-of-type {
  width: 50%;
  flex-grow: 1;
}
.footerLeft .column:last-of-type {
  width: 44%;
}

.footerContact li + li {
  margin-top: 0.125rem;
}

.footerLogos a + a {
  margin-top: 0.75rem;
}

.scroll_to_top {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  border: none;
  text-align: center;
  font-size: 1.875rem;
  position: fixed;
  bottom: 2.5rem;
  right: 1.875rem;
  display: none;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #fff;
  background: rgba(139, 195, 74, 0.6);
  z-index: 99;
}
.scroll_to_top:focus {
  outline: none;
}
.scroll_to_top:hover {
  background: #8bc34a;
}

/* Inner banner */
.inner_banner {
  position: relative;
}
.inner_banner .bannerImg {
  padding-top: 25%;
}
.inner_banner .bnrText {
  top: 50%;
  padding-left: 2.5rem;
}
.inner_banner .bnrText h1 {
  font-size: 3.4375rem;
}

/* Product */
.productListing .content .img {
  padding-top: 100%;
}
.productListing .content .productTitle {
  font-size: 1.125rem;
  font-weight: 500;
  padding-top: 0.625rem;
}
.productListing .row {
  margin: -1.25rem -0.9375rem;
}
.productListing .row .contentWrap {
  padding: 1.25rem 0.9375rem;
}
.productListing.gap_sm .row {
  margin: -1.25rem -0.75rem;
}
.productListing.gap_sm .row .contentWrap {
  padding: 1.25rem 0.75rem;
}

.pagination .page-numbers {
  border-radius: 0;
  color: #515050;
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  border: 1px solid #8bc34a;
}
.pagination .page-numbers:focus {
  box-shadow: none;
}
.pagination .page-numbers:hover {
  background: rgba(139, 195, 74, 0.2);
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-numbers {
  margin: 0 0.3125rem;
}
.pagination .page-numbers.current {
  color: #fff;
  background: #8bc34a;
  border-color: #8bc34a;
}

/* common section */
.commonSection aside {
  background: #00469d;
  padding: 2.5rem 1.875rem;
}

.aideHeading {
  font-size: 1.6875rem;
  text-transform: capitalize;
}

.asideLinks {
  list-style: none;
  margin-bottom: 0;
}
.asideLinks li a {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0.9375rem;
  border-radius: 0.1875rem;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #00469d;
}
.asideLinks li a span {
  width: 50%;
  flex-grow: 1;
  padding-right: 1.25rem;
}
.asideLinks li a img {
  width: 1.6875rem;
}
.asideLinks li a:hover {
  background-color: #8bc34a;
  color: #fff;
}
.asideLinks li.active > a {
  background-color: #8bc34a;
  color: #fff;
}
.asideLinks li + li {
  margin-top: 0.625rem;
}
.asideLinks.archivesLinks li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding-right: 0.9375rem;
  font-weight: 500;
  font-size: 1.0625rem;
  color: #00469d;
  border-radius: 0.1875rem;
  overflow: hidden;
}
.asideLinks.archivesLinks li a {
  flex-grow: 1;
  margin-right: 0.625rem;
  width: 50%;
  border-radius: 0;
  box-shadow: none;
}

/* Product modal */
.productsModal .modal-header {
  padding: 0;
  border-bottom: 0;
}
.productsModal .modal-content {
  border: none;
  border-radius: 0.25rem;
}
.productsModal .modal-dialog {
  max-width: 40.625rem;
  margin: 0 auto;
  height: 100%;
  padding: 3.125rem 0;
}
.productsModal .modal-body {
  padding: 1.5625rem;
}

.modal-header {
  position: relative;
}
.modal-header .close {
  padding: 0;
  margin: 0;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  font-size: 1.875rem;
  background: transparent;
  color: #8bc34a;
  text-shadow: none;
  opacity: 1 !important;
  font-weight: 400;
  position: absolute;
  top: -2.0625rem;
  right: -2.0625rem;
  line-height: 1;
  padding-bottom: 0.1563rem;
  border: 2px solid #8bc34a;
}
.modal-header .close:hover {
  opacity: 1 !important;
}
.modal-header .close:focus {
  outline: none;
}

.productPreview .content {
  display: none;
}
.productPreview .owl-theme .owl-nav [class*="owl-"] span {
  height: 2.5rem;
  width: 2.5rem;
  border: 0.125rem solid #829bc0;
  color: #829bc0;
  font-size: 2.4375rem;
  line-height: 1.9375rem;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.productPreview .owl-theme .owl-nav [class*="owl-"] span:hover {
  background: #829bc0;
  color: #fff;
}
.productPreview .owl-theme .owl-nav {
  margin-top: 0px;
}
.productPreview .owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.productPreview .owl-theme .owl-nav [class*="owl-"] + [class*="owl-"] {
  margin-left: 0;
}
.productPreview .owl-carousel .owl-nav button.owl-next {
  right: -4.0625rem;
}
.productPreview .owl-carousel .owl-nav button.owl-prev {
  left: -4.0625rem;
}

.previewSlider {
  position: relative;
  margin: 0 auto;
  width: 25rem;
  border: 0.125rem solid #ececec;
  background: #ececec;
}
.previewSlider .img {
  height: 25rem;
  width: 100%;
  padding-top: 0 !important;
}

.owl-thumbs {
  margin-top: 0.9375rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.owl-thumbs .thumbsImg .img {
  height: 5rem;
  width: 5rem;
  padding-top: 0 !important;
}
.owl-thumbs .owl-thumb-item {
  border: 0.1875rem solid #ececec;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  margin: 0.3125rem;
}
.owl-thumbs .owl-thumb-item::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
  background: rgba(255, 255, 255, 0.4);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-thumbs .owl-thumb-item.active {
  border-color: #8bc34a;
}
.owl-thumbs .owl-thumb-item.active::after {
  background: rgba(255, 255, 255, 0);
}
.owl-thumbs .owl-thumb-item:focus {
  outline: none;
}
.owl-thumbs .owl-thumb-item:hover::after {
  background: rgba(255, 255, 255, 0);
}

.modal-backdrop.show {
  opacity: 0.7;
}

/* Contact */
.contactBox {
  border: 1px solid #ced4da;
  border-radius: 0.75rem;
}
.contactBox .contactInfo,
.contactBox .socialMedia {
  padding: 1.25rem 1.875rem;
  margin-bottom: 0;
}
.contactBox .socialMedia {
  border-top: 1px solid #ced4da;
}
.contactBox + * {
  margin-top: 2.5rem;
}

.moreInfo {
  background: #00469d;
  width: 100%;
  min-height: 16.875rem;
  border-radius: 0.625rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreInfo::after {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 31, 122, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.moreInfo .text {
  position: relative;
  z-index: 5;
  padding: 2.5rem;
  width: 100%;
}
.moreInfo .text h5 {
  margin-bottom: 0.9375rem;
}

.contactInfo {
  list-style: none;
}
.contactInfo li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #ced4da;
}
.contactInfo li:first-child {
  padding-top: 0;
}
.contactInfo li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.contactInfo li span:first-child {
  padding-right: 1.125rem;
  min-width: 6.6875rem;
}
.contactInfo li span:last-child {
  width: 50%;
  flex-grow: 1;
}
.contactInfo li i {
  color: #8bc34a;
  padding-right: 0.625rem;
}
.contactInfo li a {
  display: inline-block;
  color: #707070;
}
.contactInfo li a:hover {
  color: #00469d;
}

.socialMedia {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.socialMedia li + li {
  margin-left: 0.625rem;
}
.socialMedia i {
  display: block;
  height: 2.25rem;
  width: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  font-size: 1rem;
  background: #8bc34a;
  border-radius: 0.3125rem;
  color: #fff;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socialMedia i.fa-facebook-f:hover {
  background: #3b5998;
}
.socialMedia i.fa-twitter:hover {
  background: #1da1f2;
}
.socialMedia i.fa-instagram:hover {
  background: #833ab4;
}
.socialMedia i.fa-linkedin-in:hover {
  background: #0077b5;
}
.socialMedia i.fa-youtube:hover {
  background: #ff0000;
}

.contactFrmWrap {
  padding-left: 1.875rem;
}
.contactFrmWrap p {
  text-align: justify;
}

/* common frm */
.commonFrm {
  margin-top: 2.1875rem;
}

.commonFrm form label {
  margin-bottom: 0.375rem;
}

.commonFrm textarea.form-control {
  height: 7.5rem;
}

.commonFrm .form-control:focus {
  box-shadow: none;
}

.commonFrm .submitBtn {
  margin-bottom: 0;
}
.commonFrm .submitBtn .ajax-loader + p {
  margin-top: 0.9375rem;
}

.commonFrm .submitBtn .linkBtn {
  border: none;
  font-size: 1.25rem;
  width: 12.75rem;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.commonFrm .submitBtn .linkBtn + p {
  margin-top: 0.9375rem;
}

.commonFrm .submitBtn .linkBtn:hover {
  background: #00469d;
}

.commonFrm .submitBtn .linkBtn:focus {
  outline: none;
}

/* form */
.form-control {
  line-height: 1.4;
  height: 2.625rem;
}

.form-group {
  margin-bottom: 1.2rem;
}

select.form-control {
  padding-right: 1.875rem;
  background-image: url(../images/angle_down_light_black.png);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 0.75rem auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.map {
  height: 23.75rem;
}

/* Common Modal */
.commonModal .modal-dialog {
  padding: 3.125rem 0;
  margin: 0 auto;
  max-width: 750px;
  height: 100%;
}
.commonModal .modal-content,
.commonModal .modal-body {
  height: 100%;
}
.commonModal .modal-header {
  padding: 0;
  border: none;
}
.commonModal .modal-body {
  padding: 2.5rem 0;
}
.commonModal .contentWrapper {
  padding: 0px 1.5625rem;
  max-height: 100%;
  overflow: auto;
}

/* Blog listing */
.allPost article {
  background: #fff;
  border-radius: 0.375rem;
  overflow: hidden;
}
.allPost article + article {
  margin-top: 1.875rem;
}
.allPost article.withImage .info {
  padding-left: 0;
}
.allPost .imgScale .img {
  min-height: 14.0625rem;
}
.allPost .info {
  padding: 1.5625rem 1.875rem;
  align-items: flex-start;
}
.allPost .info h5 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #00469d;
}
.allPost .info p {
  text-align: justify;
}
.allPost .date {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
}

/* Blog sidebar */
.postSidebar .info {
  padding: 1.875rem;
  background: #00469d;
  border-radius: 0.375rem;
}
.postSidebar .info + .info {
  margin-top: 1.875rem;
}
.postSidebar .primaryList {
  margin-bottom: 0;
}
.postSidebar .primaryList li a {
  color: #fff;
}
.postSidebar .primaryList li a:hover {
  color: #8bc34a;
}
.postSidebar .primaryList li::before {
  color: #fff;
}

.postImg {
  margin-bottom: 2.5rem;
}

/* accordion */
.accordion .group + .group {
  margin-top: 0.75rem;
}
.accordion .group:first-of-type .accContent {
  display: block;
}
.accordion .group.open {
  margin-bottom: 1.5625rem;
}
.accordion .group:last-of-type {
  margin-bottom: 0 !important;
}

.accHeading {
  padding: 0.875rem 1.25rem;
  background: #8bc34a;
  border-radius: 0.3125rem;
  cursor: pointer;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accHeading h6 {
  margin-bottom: 0;
  font-weight: 500;
  width: 50%;
  flex-grow: 1;
}
.accHeading .icon {
  padding-left: 2.5rem;
  padding-top: 0.1875rem;
  line-height: 0.5;
}
.accHeading .icon i {
  font-size: 1.375rem;
  line-height: inherit;
  transform: rotate(0deg);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accHeading:hover {
  background: #00469d;
}
.accHeading.active {
  background: #00469d;
  border-radius: 0.3125rem 0.3125rem 0 0;
}
.accHeading.active .icon i {
  transform: rotate(180deg);
}

.accContent {
  padding: 1.25rem 1.875rem 1.875rem;
  background: #fff;
  border: 0.0625rem solid #00469d;
  border-top: none;
  border-radius: 0 0 0.3125rem 0.3125rem;
  display: none;
}

/* videos */
.allVideos .img {
  padding-top: 75%;
  background-color: #00469d;
}
.allVideos .playBtn {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
}
.allVideos .content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 70, 157, 0.2);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.allVideos .content:hover::after {
  background: rgba(0, 70, 157, 0.5);
}
.allVideos .column {
  padding: 0.9375rem;
}
.allVideos .row {
  margin: -0.9375rem;
}

.sec_404 .icon {
  width: 11.25rem;
  margin-bottom: 2.5rem;
}

.boardMembers .imgScale {
  border-radius: 0.1875rem;
}
.boardMembers .imgScale .img {
  padding-top: 123%;
}
.boardMembers .contentWrapper {
  margin: -1.125rem;
}
.boardMembers .content {
  padding: 1.125rem;
  width: 33.3333%;
}
.boardMembers .infoWrapper {
  background: #f5f5f5;
  padding: 1.25rem;
  padding-bottom: 1.875rem;
  border-radius: 0.1875rem;
  overflow: hidden;
  height: 100%;
}
.boardMembers .info {
  padding-top: 0.9375rem;
}
.boardMembers .info h6 {
  line-height: 1.3;
}
.boardMembers .info h6 small {
  display: block;
  font-size: 0.85em;
  font-weight: 500;
}
.boardMembers .info .qualification {
  font-size: 0.9375rem;
}

.imgTextSec .row {
  margin: -1.25rem;
}
.imgTextSec .row + .row {
  padding-top: 1.875rem;
}
.imgTextSec .row:nth-child(2n+2) .content:first-of-type {
  order: 2;
}
.imgTextSec .row:nth-child(2n+2) .content:last-of-type {
  order: 1;
}
.imgTextSec .content {
  padding: 1.25rem;
}
.imgTextSec .content .image {
  padding-top: 77%;
}
.imgTextSec .content .info {
  height: 100%;
  display: flex;
  align-items: center;
}
.imgTextSec .content .info .textSection {
  width: 100%;
}

/* Product details */
.productInfo h3 {
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 2.25rem;
}
.productInfo .content {
  background: #fff;
  border: 0.0625rem solid #dadada;
}
.productInfo .content + .content {
  margin-top: 1.875rem;
}
.productInfo .content .img {
  width: 22.6%;
  border-right: 0.0625rem solid #dadada;
}
.productInfo .content .img img {
  width: 100%;
  height: auto;
}
.productInfo .content .info {
  width: 50%;
  flex-grow: 1;
}
.productInfo .table-responsive {
  height: 100%;
}
.productInfo .table-responsive .table {
  min-width: 700px;
  height: 100%;
}
.productInfo .thead-dark tr th:first-child {
  width: 77.2px;
}
.productInfo.model_2 .content {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.productInfo.model_2 .content .img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-right: none;
  border-bottom: 1px solid #dadada;
}
.productInfo.model_2 .content .info {
  width: 100%;
  display: flex;
}
.productInfo.model_2 .content .table-responsive {
  overflow-x: hidden;
  height: auto;
}
.productInfo.model_2 .content .table-responsive .table {
  min-width: auto;
  width: 100%;
}
.productInfo.model_2 .row {
  margin: -0.9375rem;
  justify-content: center;
}
.productInfo.model_2 .row [class*="col-"] {
  padding: 0.9375rem;
}
.productInfo + .productInfo {
  margin-top: 3.75rem;
}

.primaryTable .table {
  margin-bottom: 0;
}
.primaryTable .table thead {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Larsseit";
  font-weight: bold;
}
.primaryTable .table thead th {
  vertical-align: middle;
  line-height: 1.2;
  padding: 0.875rem 0.625rem;
}
.primaryTable .table thead th span {
  text-transform: lowercase;
}
.primaryTable .table tbody {
  color: #767676;
  font-size: 0.8125rem;
}
.primaryTable .table tbody td {
  padding: 0.7656rem 0.625rem;
  vertical-align: middle;
}
.primaryTable .table tbody td span {
  font-size: 1.25rem;
  vertical-align: baseline;
  line-height: 0.5;
  position: relative;
  top: 1px;
}
.primaryTable table .thead-dark th {
  background-color: #8bc34a;
}
.primaryTable .table td,
.primaryTable .table th {
  border-top: none;
  border-right: 0.0625rem solid #dadada;
}
.primaryTable .table td:last-child,
.primaryTable .table th:last-child {
  border-right: none;
}
.primaryTable .table thead th {
  border-bottom: none;
}
.primaryTable .table-striped tbody tr:nth-of-type(2n+1) {
  background-color: #e6f0fb;
}
.primaryTable.model_2 .table tr {
  border-bottom: 0.0625rem solid #dadada;
}
.primaryTable.model_2 .table tr:last-child {
  border-bottom: none;
}
.primaryTable.model_2 .table th,
.primaryTable.model_2 .table td {
  font-size: 0.875rem;
}
.primaryTable.model_2 .table tbody th,
.primaryTable.model_2 .table tbody td {
  padding: 0.3rem 0.75rem;
  vertical-align: middle;
}
.primaryTable.model_2 .table tbody th {
  padding-left: 0.9375rem !important;
  padding-right: 0.9375rem !important;
  font-family: "Larsseit";
  font-weight: bold;
}
.primaryTable.model_2 .table th {
  border-right: none;
  color: #fff;
  background-color: #8bc34a;
}

.pageload_modal .modal-dialog {
  max-width: 600px;
}

.pageload_modal .modal-header {
  border: 1px solid #8bc34a;
  background: #8bc34a;
  border-bottom: none;
  border-radius: 0;
  align-items: center;
  padding: 10px 15px;
}

.pageload_modal .modal-header h6 {
  margin-bottom: 0;
  color: #fff;
}

.pageload_modal .modal-content {
  border: none;
  border-radius: 0;
}

.pageload_modal .modal-body {
  border: 1px solid #8bc34a;
}

.modal_img ul {
  margin: 0;
  padding: 0;
}

.modal_img ul li {
  list-style: none;
  width: 75%;
  margin: 0 auto 15px;
  border: 1px solid #8bc34a;
  padding: 5px;
}

.modal_img ul li a img {
  width: 100%;
}

.pageload_modal .modal-content p {
  margin-bottom: 15px;
}

.pageload_modal .modal-content p:last-child {
  margin-bottom: 0;
}

.pageload_modal .modal-content p + p {
  margin-top: 0;
}

.pageload_modal .close {
  background: #00469d;
  padding: 1px 0;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: table;
  text-align: center;
  opacity: 1;
}

.pageload_modal .close img {
  width: 12px;
}

/* Upcoming Exhibitions */
.upcomingExhibitions .simaMesseContainer .messeninfoTile .inner {
  background-color: #eaeaea;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile.active .inner {
  background-color: #cee6eb;
}
.upcomingExhibitions .simaMesseContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -0.625rem;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile {
  width: 25%;
  max-width: none !important;
  padding: 0.625rem;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .tileMeta {
  padding: 0.625rem 0.75rem 1.25rem;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .tileHeader .headBottom .time {
  color: #ffffff;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile.active .tileHeader {
  background-color: #00469d;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile.active .tileHeader .time {
  color: #fff;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .tileHeader {
  background-color: #8bc34a;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .tileHeader .headBottom .time {
  padding: 0.5rem 0.625rem;
  font-size: 1rem;
  font-weight: 500;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.3 !important;
  color: #00469d;
  height: 48px;
  margin-bottom: 0.375rem;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .title:hover {
  color: #8bc34a;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .description,
.upcomingExhibitions .simaMesseContainer .messeninfoTile p {
  font-size: 0.9375rem;
}
.upcomingExhibitions .simaMesseContainer.tilesOnly .messeninfoTile .description {
  height: 45px;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .description,
.upcomingExhibitions .simaMesseContainer .messeninfoTile .zutritt {
  padding-right: 0.625rem;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .zutritt {
  margin-bottom: 0.3125rem;
  line-height: 1.3 !important;
  height: 20px;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .messeTerminLocation .messeTerminZentrum {
  margin-bottom: 0.1875rem;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .messeTerminLocation .messeTerminZentrum a:link,
.upcomingExhibitions .simaMesseContainer .messeninfoTile .messeTerminLocation .messeTerminZentrum a:visited {
  color: #00469d;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .messeTerminLocation .messeTerminZentrum a:link:hover,
.upcomingExhibitions .simaMesseContainer .messeninfoTile .messeTerminLocation .messeTerminZentrum a:visited:hover {
  color: #8bc34a;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .messeTerminLocation {
  font-size: 1.0625rem;
  line-height: 1.3;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .extraMeta {
  height: 2.5rem;
}
.upcomingExhibitions .simaMesseContainer .messeninfoTile .description {
  line-height: 1.4 !important;
}

/* fancy box */
.fancybox-slide--image {
  padding: 2.75rem 0;
}

.fancybox-infobar {
  font-size: 0.8125rem;
  height: 2.75rem;
  line-height: 2.75rem;
  min-width: 2.75rem;
  padding: 0 0.625rem;
}

.fancybox-button {
  height: 2.75rem;
  padding: 0.625rem;
  width: 2.75rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.4375rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 1.9375rem 1.625rem 1.9375rem 0.375rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 1.9375rem 0.375rem 1.9375rem 1.625rem;
  right: 0;
}

.fancybox-navigation .fancybox-button {
  height: 6.25rem;
  top: calc(50% - 3.125rem);
  width: 4.375rem;
}

.fancybox-caption {
  font-size: 0.875rem;
  padding: 1.5625rem 2.75rem;
}

.fancybox-progress {
  height: 0.125rem;
}

.fancybox-thumbs {
  padding: 0.125rem 0.125rem 0.25rem;
  width: 13.25rem;
}

.fancybox-thumbs__list a {
  height: 4.6875rem;
  margin: 0.125rem;
  max-height: calc(100% - 0.5rem);
  max-width: calc(50% - 0.25rem);
  width: 6.25rem;
}

.fancybox-thumbs__list a::before {
  border-width: 0.375rem;
}

.careersInfo .textSection.pb-4 {
  padding-bottom: 2.1875rem !important;
}

/* clients */
.clientsLocation {
  padding-top: 5.625rem;
  margin-bottom: -2.75rem;
  position: relative;
  z-index: 2;
}
.clientsLocation .clientsMap {
  width: 90%;
}

.stuffImg.animated {
  animation-fill-mode: none;
}

.ourClients .clients-img {
  margin-bottom: 0 !important;
  margin-top: 2.5rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 0.9375rem;
  margin-top: 0.3125rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ff0000;
}

.wpcf7 form .wpcf7-response-output {
  margin: 1.5625rem 0 0;
  padding: 0.4rem 0.9375rem;
  text-align: center;
}

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