@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  line-height: 23px;
  color: #797979;
  font-weight: 500;
  background-color: #fff;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}
body.active {
  position: fixed;
  top: 0;
  left: 0px;
  overflow: hidden;
  transition: 0.4s ease-in-out transform;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -ms-transition: 0.4s ease-in-out transform;
  transform: translateX(-470px);
  -webkit-transform: translateX(-470px);
  -moz-transform: translateX(-470px);
  -ms-transform: translateX(-470px);
  -o-transform: translateX(-470px);
  -webkit-transition: 0.4s ease-in-out transform;
  -moz-transition: 0.4s ease-in-out transform;
  -o-transition: 0.4s ease-in-out transform;
}
header .container {
  max-width: 100%;
  padding: 0 30px;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-heading {
  font-size: 34px;
  line-height: 1.284em;
  font-weight: 700;
  color: #202020;
}
.description p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  color: #262626;
}
.py-80 {
  padding: 80px 0;
}
.hashtag p {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  color: #0c7ecf;
  text-align: center;
}
/* Header CSS */
header {
  background-color: transparent;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
header.inner-page-header {
  position: relative;
  background-color: #ffffff;
}
header.fixed {
  position: fixed;
  background-color: #ffffff;
}
header.fixed .site-menu > li {
  line-height: 80px;
}
header .container {
  height: 100%;
}
header .container .header-inner-wrapper {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: center;
}
header.fixed .site-menu > li > a, header.inner-page-header .site-menu > li > a {
  color: #727272;
}
header.fixed .right-side-click svg path, header.inner-page-header .right-side-click svg path, header.fixed .mobile-menu-click svg path, header.inner-page-header .mobile-menu-click svg path {
  stroke: #727272;
}
.site-logo img {
  height:65px;
  max-width: 100%;
}
.site-menu {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-menu > li {
  line-height: 100px;
  padding: 0 5px;
  position: relative;
}
.site-menu > li > a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  font-weight: 700;
  padding: 0 20px;
  display: inline-block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
header.fixed .site-menu > li:hover > a, header.fixed .site-menu > li.active > a {
  background-color: #1f7dc1;
  color: #ffffff !important;
}
.site-menu > li:hover > a, .site-menu > li.active > a {
  background-color: #1f7dc1;
  color: #ffffff !important;
}
.site-menu > li > .dropdown-item-list {
  position: absolute;
  width: 280px;
  top: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  background-color: #fff;
  border-top: 7px solid #1f7dc1;
  transition: top 0.15s ease-out;
  -webkit-transition: top 0.15s ease-out;
  -moz-transition: top 0.15s ease-out;
  -ms-transition: top 0.15s ease-out;
  -o-transition: top 0.15s ease-out;
  overflow: hidden;
}

.dropdown-item-list .nested-dropdown-item-list {
  list-style-type: disc;
  font-size: larger;
  margin-left: 5rem;
}

.nested-dropdown-item-list li a {
  padding: 0 !important;
}

.site-menu > li:hover > .dropdown-item-list {
  visibility: visible;
  opacity: 1;
  top: 100%;
  height: auto;
}
.dropdown-item-list li {
  line-height: 1;
  margin: 20px 0;
}
.dropdown-item-list li a {
  line-height: 22px;
  display: block;
  color: #969696;
  height: auto;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  text-decoration: none;
  padding: 0 30px;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
/* .dropdown-item-list li.dropdown-sub-item:hover a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #1f7dc1;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.dropdown-item-list li:hover a {
  color: #1f7dc1;
  padding-left: 40px;
} */
/* Apply hover effect only to first-level .dropdown-sub-item */
.dropdown-item-list > .dropdown-sub-item:hover > a::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background-color: #1f7dc1;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}

/* Change text color and add padding for first-level items */
.dropdown-item-list > .dropdown-sub-item:hover > a {
  color: #1f7dc1;
  padding-left: 40px;
}

/* Change only text color for nested dropdown items */
.nested-dropdown-item-list .nested-dropdown-sub-item-list:hover > a {
  color: #1f7dc1; /* Change text color on hover */
}

/* Prevent the left border and padding shift for nested items */
.nested-dropdown-item-list .dropdown-sub-item:hover > a::before {
  content: none;
}

.right-side-click {
  padding-left: 1.2rem;
  margin-left: 0.3rem;
  border-left: 1px solid #dddddd;
  cursor: pointer;
}
.right-side-drawer {
  position: fixed;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 470px;
  right: -470px;
  height: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition:
    left 0.2s ease, right 0.2s ease;
  -moz-transition:
    left 0.2s ease, right 0.2s ease;
  -o-transition:
    left 0.2s ease, right 0.2s ease;
  transition:
    left 0.2s ease, right 0.2s ease;
  background-image: url(../images/sidearea.png);
}
.right-side-drawer.active {}
.side-logo {
  display: block;
  text-align: center;
  cursor: pointer;
}
.side-logo img {
  height: 45px;
}
.content p {
  font-size: 14px;
  line-height: 23px;
  color: #797979;
  font-weight: 500;
}
.right-side-drawer h3 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
}
.right-side-drawer .address p {
  color: #287dc1;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
}
.close-right-side-drawer {
  display: inline-block;
}
.close-right-side-drawer img {
  height: 25px;
}
.mobile-menu-click, .site-menu-close {
  display: none;
}
.site-menu-close {
  display: none;
}
@media (max-width: 767px) {
  .mobile-menu-click {
    display: inline-block;
    margin-right: 0.5rem;
    cursor: pointer;
  }
  .right-side-click {
    display: none;
  }
  .site-menu {
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 100%;
    z-index: 99;
    background-color: #ffffff;
    top: 0;
    left: 0;
    flex-direction: column;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    padding-top: 50px;
  }
  .site-menu.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .site-menu-close {
    display: inline-block;
    text-align: right;
    width: auto;
    padding: 1rem 1rem 0 0;
    position: absolute;
    right: 0px;
    top: 0;
  }
  .site-menu-close img {
    height: 25px;
  }
  .site-menu > li > .dropdown-item-list {
    position: static;
    width: 100%;
    border-top: 0;
  }
  header .site-menu > li {
    line-height: 0px !important;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header .site-menu > li > a {
    border-bottom: 1px solid #ccc !important;
    width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    line-height: 50px !important;
    color: #212121 !important;
  }
  .site-menu > li:hover > a, .site-menu > li.active > a {
    background-color: transparent;
    color: #212121 !important;
  }
}
/* Slider CSS */
.slide-item {
  position: relative;
  display: flex;
}
@media (min-width: 992px) {
  .slide-item {
    position: relative;
    display: flex;
    height: 100vh;
    overflow: hidden;
  }
}
.slide-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5rem;
}
.slide-title {
  font-size: 90px;
  line-height: 97px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 22px;
}
.slide-text {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
}
.btn-banner {
  background-color: #1f7dc1;
  font-size: 13px;
  line-height: 56px;
  height: 56px;
  color: #ffffff;
  padding: 0 35px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.35s;
  box-sizing: border-box;
}
.btn-banner:hover {
  box-shadow:
    inset 10em 0 0 0 #000, inset -10em 0 0 0 #000;
  border-color: #000;
  color: #fff;
}
.homeSlider {
  position: relative;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  display: flex;
}
.slick-dots li {
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.3rem;
  opacity: 0.5;
}
.slick-dots li.slick-active {
  border: 2px solid #fff;
  opacity: 1;
}
.slick-dots li button {
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border: none;
  margin: 0;
  padding: 0;
}
.slick-arrow, .one-time .slick-arrow {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.452);
  width: 80px;
  height: 80px;
  font-size: 0;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.one-time .slick-arrow {
  background-color: rgba(0, 0, 0, 0.152);
  width: 40px;
  height: 40px;
  background-size: 20px;
}
.slick-next {
  right: 0;
  background-image: url(../images/arrow-open-right-svgrepo-com.svg);
}
.slick-prev {
  left: 0;
  background-image: url(../images/arrow-open-start-svgrepo-com.svg);
}
/* Middle homeSlider */
.middlehomeSlider .slide-m {
  position: relative;
}
.middlehomeSlider .slide-m .images {
  position: relative;
}
.middlehomeSlider .slide-m .images::before {
  content: "";
  z-index: 9;
  position: absolute;
  width: 50%;
  background-color: rgb(31 27 27 / 95%);
  height: 100%;
  left: 0;
  top: 0;
}
.middlehomeSlider .slide-m .images::after {
  content: "";
  position: absolute;
  width: 120px;
  background-image: url(../images/fullwidth-slider-extend.png);
  height: 100%;
  right: calc(50% - 120px);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
}
.middlehomeSlider .slide-m .slide-m-text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  color: #fff;
}
.middlehomeSlider .slide-m .slide-m-text h2 {
  font-size: 34px;
  line-height: 1.284em;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.middlehomeSlider .slide-m .slide-m-text h4 {
  font-size: 18px;
  line-height: 1.508em;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.middlehomeSlider .slide-m .slide-m-text p {
  font-size: 14px;
  line-height: 23px;
  font-weight: 500;
  color: #fff;
}
.middlehomeSlider .slick-dots {
  position: absolute;
  bottom: 50%;
  left: -7px;
  z-index: 99;
  display: flex;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.btn-with-arrow {
  background-color: #1f7dc1;
  font-size: 13px;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  padding: 0 65px 0 35px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.35s;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 210px;
}
.btn-with-arrow:hover {
  padding: 0 50px;
  color: #f6f6f6;
}
.btn-with-arrow:hover .arrow {
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.btn-with-arrow .arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  right: 0;
  top: 0px;
  justify-content: center;
  background-color: hwb(0 0% 100% / 0.15);
  transition: all 0.35s ease-out;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
}
.btn-with-arrow .arrow img {
  height: 24px;
}
/* flip-section */
.flip-section {
  padding: 80px 0;
}
.card {
  position: relative;
  text-align: center;
  width: 100%;
  height: 280px;
  border: 0;
}
.front, .back {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  -ms-transition: -ms-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}
.front {
  -ms-transform: rotateY(0);
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  color: #000;
}
.front img {
  margin-bottom: 1.5rem;
}
.front h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.25rem;
}
.front p {
  font-size: 18px;
  line-height: 30px;
  color: #797979;
  font-weight: 500;
  border-radius: 10px;
}
.card:hover .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.back {
  background-color: #1f7dc1;
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}
.back h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.btn-outline-white {
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  line-height: 32px;
  padding: 0.5rem 1.5rem;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -ms-transition: 0.35s all;
  -o-transition: 0.35s all;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}
.btn-outline-white:hover {
  box-shadow:
    inset 10em 0 0 0 #fff, inset -10em 0 0 0 #fff;
  border-color: #ffffff;
  color: #1f7dc1;
}
.card:hover .back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.count-numbers-container {
  display: flex;
}
.count-numbers-items {
  width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.count-numbers-items .circle {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background-color: #797979;
  border: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition:
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition:
    background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  color: #ffffff;
  font-size: 30px;
}
.count-numbers-items:hover .circle {
  background-color: #1f7dc1;
}
.count-numbers-item-background-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  line-height: 0;
  border-radius: 50%;
  border: 0 solid transparent;
  box-sizing: border-box;
  -webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.count-numbers-items:hover .count-numbers-item-background-holder {
  border: 20px solid rgba(31, 125, 193, 0.3);
  -webkit-transition: border 0.6s cubic-bezier(0.32, 1.63, 0.44, 1.82);
  transition: border 0.6s cubic-bezier(0.32, 1.63, 0.44, 1.82);
}
.count-numbers-item-icon-holder {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  height: 150px;
  border: 3px solid #e1e1e1;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: border 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.count-numbers-items:hover .count-numbers-item-icon-holder {
  border-color: #1f7dc1;
}
.count-numbers-items-text h3 {
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 600;
  margin: 1rem 0;
  color: #000;
}
.count-numbers-items:hover .count-numbers-items-text h3 {
  color: #1f7dc1;
}
.count-numbers-items-text p {
  font-size: 22px;
}
/* section-home-about-text */
.section-home-about-text p {
  color: #797979;
  font-size: 18px;
  line-height: 1.508em;
  font-weight: 500;
}
.section-home-about-text {
  position: relative;
  padding: 0;
}
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
.section-home-about-text .content {
  padding: 100px 15px;
}
#stats {
  display: none !important;
}
.footer {
  background-color: #212121;
  position: relative;
}
.footer-top {
  padding: 65px 0;
}
.footer-logo {
  margin-bottom: 1.5rem;
  display: block;
}
.footer-logo img {
  height: 45px;
  max-width: 100%;
}
.address p {
  color: #a2a2a2;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.social-media-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.5rem 0;
}
.social-media-link li {
  margin-left: 5px;
  margin-right: 5px;
}
.social-media-link li a {
  color: #ffffff;
  font-size: 22px; 
  padding: 0 0.3rem;
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
	border-radius: 4px;
}
.quick-link {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.quick-link li a {
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.quick-link li a:hover {
  color: #1e7dc1;
}

.quick-link 
.quick-link strong {
  font-size: 16px;
  color: #1e7dc1;
}

.quick-link-item .quick-link-sub {
  list-style-type: disc;
  margin-left: 2rem;
}

.footer-heading {
  color: #fff;
  margin-bottom: 25px;
  font-size: 22px;
  font-weight: 700;
  text-align: left;
}
.your-mail-group {
  position: relative;
}
.your-mail-group .form-control {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
}
.your-mail-group .form-control:focus {
  box-shadow: none !important;
}
.btn-email-footer {
  position: absolute;
  width: 50px;
  height: 100%;
  background-color: #1f7dc1;
  border: 1px solid #1f7dc1;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-email-footer img {
  height: 25px;
}
.your-mail-group .form-control::placeholder {
  font-size: 12px;
  color: #ffffff;
}
.footer-bottom {
  background-color: #303030;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0;
}
.footer-bottom p {
  margin-bottom: 0;
  color: #a2a2a2;
}
.count-numbers-section {
  padding-top: 91px !important;
  padding-bottom: 76px !important;
  background-color: #f8f8f8 !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
/* BluBay Page */
.inner-page-banner {
  width: 100%;
  min-height: 100vh;
  background-position: top center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 60px 0;
}
.inner-page-banner h2 {
  font-size: 72px;
  line-height: 83px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: Capitalize;
  text-align: left;
  color: #ffffff;
}
.inner-page-banner p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
}
#blubay {
  background-image: url(../images/BluBay-Banner.png);
}
/*#blubay-provider {
    background-image: url(../images/BluBay-inner-banner.png);
    background-size: contain;
}*/
.blubay-section-1 {
  background-color: #f8f8f8 !important;
  padding: 80px 0;
}
.bottom-banner-text {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
  color: #020202;
}
/* Farmer-icon-block */
.Farmer-icon-block h4 {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  color: #222;
  text-align: center;
  margin-bottom: 2rem;
}
.testimonails-app {
  background-image: url(../images/Testimonial-Banner-A2.jpg);
  height: 500px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.testimonails-app h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  text-align: right;
}
#contact-us {
  background-image: url(../images/contact-us-final-2.png);
  min-height: 250px;
}
#bluH-breeder-Ambrotechs {
  background-image: url(../images/BluH-For-Breeder.png);
  background-size: cover;
}
#bluH-welcome-Ambrotechs {
  background-image: none;
  background-color: #050220 !important;
  padding-top: 92px !important;
  padding-bottom: 61px !important;
}
#bluH-welcome-Ambrotechs h2 {
  font-size: 36px;
}
#bluH-welcome-Ambrotechs p {
  font-size: 18px;
}
.bgBlue {
  background-color: #d9f2ff !important;
}
.section-heading-sm {
  font-size: 19px;
  line-height: 1.4em;
  font-weight: 600;
  color: #020202;
}
.gallary-img {
  margin: 0.8rem 0;
}
.gallary-main-block {
  background-color: #ffffff;
  padding: 0.8rem 0;
}
#AQU-Welcome {
  background-image: url(../images/aqu-test-3.png);
  height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
}
.Aqu-bg-with-image {
  background-image: url(../images/shrimp-harvest.jpg);
  background-attachment: fixed;
  color: #ffffff;
}
.Aqu-bg-with-image .section-heading {
  color: #ffffff;
}
.slider-method li {
  padding: 0 20px;
}
.gallary-main-block .gallary-img img{
	border-radius: 8px;
}
/* .Aqu-bg-with-image-1{
    background-image: ;
} */
/* Form CSS */
.form-label {
  font-size: 15px;
  font-weight: 600;
  color: #5d5d5d;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 3px;
}
.form-control:focus {
  box-shadow: none;
}
.address-details-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 1rem -1rem;
}
.address-details-inner {
  display: flex;
  width: 50%;
  align-items: start;
  padding: 1rem;
}
.address-details-inner .icon {
  min-width: 40px;
  height: 40px;
  background-color: #1f7dc1;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  margin-right: 1rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.tab-content-list {
  list-style: 0;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  margin-top: 3rem;
}
.tab-content-list li {
  padding: 0.5rem 1rem;
  margin-right: 1rem;
  border: 1px solid #cccccc;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  cursor: pointer;
}
.tab-content-list li:hover, .tab-content-list li.active {
  background-color: #0c7ecf;
  color: #ffffff;
  border: 1px solid #0c7ecf;
}
.tab-content-descr {
  text-align: left;
  margin-top: 2rem;
  display: none;
}
.lazy-image {
  opacity: 0; /* Hide the image initially */
  transition: opacity 0.3s;
}
.lazy-image.loaded {
  opacity: 1; /* Show the image when loaded */
}
#About-us {
  background-image: url(../images/about-updated-final.png);
}
.team-block h3 {
  color: #1f7dc1;
  font-size: 21px;
  margin: 1rem 0;
  font-weight: 700;
  padding-right: 1rem;
}
.team-block h3 a {
  color: #1f7dc1;
}
.team-block h5 {
  color: #020202;
  font-size: 18px;
}
.team-block .images {
  text-align: center;
  margin: 1rem 0;
}
.team-block .images img {
  height: 150px;
  max-width: auto;
}
@media (max-width: 991px) {
  .slide-item {
    min-height: inherit;
    overflow: visible;
  }
  .homeSlider .slick-slide img {
    vertical-align: middle;
    /*width: auto !important;
    height: 100vh;*/
    width: 100%;
  }
  .site-logo img {
    height: 32px;
    max-width: 100%;
  }
  .site-menu > li > a {
    padding: 0px 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  header .container {
    padding: 0 1rem;
  }
  .middlehomeSlider .slide-m .images::before, .middlehomeSlider .slide-m .images::after {
    display: none;
  }
  .count-numbers-container {
    flex-wrap: wrap;
  }
  .count-numbers-items {
    width: 100%;
  }
  .slide-title {
    font-size: 60px;
  }
  .middlehomeSlider .slide-m .slide-m-text {
    background-color: rgb(0 0 0 / 58%);
  }
  .middlehomeSlider .slick-dots {
    bottom: 30px;
    transform: rotate(0deg) translateX(-50%);
    -webkit-transform: rotate(0deg) translateX(-50%);
    -moz-transform: rotate(0deg) translateX(-50%);
    -ms-transform: rotate(0deg) translateX(-50%);
    -o-transform: rotate(0deg) translateX(-50%);
    left: 50%;
  }
  .inner-page-banner h2 {
    font-size: 52px;
  }
  .inner-page-banner {
    min-height: inherit;
    padding: 0;
  }
  .site-logo img {
    height: 40px;
  }
  header.inner-page-header {
    position: relative;
    background-color: #ffffff;
    padding: 5px 0px;
  }
  .address-details-inner {
    width: 100%;
  }
  #AQU-Welcome {
    background-size: cover !important;
  }
}
.bgBlue .back h3 {
  font-size: 16px;
}
.go-top {
  position: fixed;
  bottom: 20%;
  right: 3%;
  padding: 20px;
  display: none;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.go-top:after {
  font-family: FontAwesome;
  content: "\f106";
  background-color: #E5E8F0;
  padding: 15px 15px;
  color: #6a6e7c;
  position: absolute;
  bottom: 10px;
  font-size: 28px;
}
.go-top-text {
  position: absolute;
  width: 60px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  line-height: 1.5;
  letter-spacing: 3px;
  font-size: 12px;
  line-height: 14px;
  margin: 20px 0 0 -4px;
}
.go-top:hover {
  transition: all .4s linear;
  transform: scale(1.1);
}
.thankyoupage {
  min-height: 300px;
}
.thankyoupage h1 {
  color: black;
  font-weight: 600;
}
.thankyoupage h2 {
  font-size: 26px;
  margin-top: 30px;
}
.container p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left; 
}
.tab-content-descr {
  font-size: 18px;
  line-height: 27px;
  color: #262626;
}
.footer .container p{
	color: #fff;
}
.bgBlue .card{
	border-radius: 10px;
}
/*Social Media Classes starts here*/
.facebook{
	background: #0a87f1;
	color: #ffffff;
}
.youtube{
	background: #e40202;
	color: #ffffff;
}
.linkedin{
	background:#027bb4;
	color: #ffffff;
}
/*Social Media Classes ends here*/
@media (max-width:767px) {
  header {
    padding: 5px 0;
  }
  .slick-arrow {
    width: 40px;
  }
  .slide-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .middlehomeSlider .slide-m img {}
  .middlehomeSlider .slide-m .arrow img {
    height: 24px !important;
  }
  .section-home-about-text .content {
    padding: 50px 15px;
  }
  .tab-content-list {
    overflow: auto;
  }
  #bluH-welcome-Ambrotechs {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
  }
  #bluH-welcome-Ambrotechs h2, .section-heading {
    font-size: 26px;
    line-height: 40px;
  }
  .blubay-section-1 {
    background-color: #f8f8f8 !important;
    padding: 30px 0;
  }
  .description p {
    font-size: 16px;
    line-height: 24px;
  }
  .bgBlue .text-end {
    text-align: left !important;
  }
  .bgBlue .card {
    margin-bottom: 30px;
  }
  .go-top {
    position: fixed;
    bottom: 75px;
    right: 40px;
    padding: 20px;
  }
  .go-top-text {
    width: 60px;
    letter-spacing: 1px;
    font-size: 12px;
  }
  .go-top::after {
    padding: 10px 10px;
  }
  .homeSlider {
    min-height: 350px;
  }
  .thankyoupage h2 {
    font-size: 20px;
    margin-top: 30px;
  }
}
.linkedInposts{
	height: 500px;
	overflow-y: auto;
}

header.fixed .site-logo img {
    height: 50px; 
}
.blueFont{
	color: #0c7ecf;
}

.media-block {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
}

.media-block span {
  font-size: 20px;
}

.media-block span a {
  font-size: 20px;
  text-decoration: auto;
}

.media-block span a:hover {
  text-decoration: underline;
}


/* Description Section */
.description {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px 80px;
  flex-wrap: wrap;
}

.description-left {
  flex: 1;
  min-width: 300px;
}

.description-left h1 {
  font-size: 50px;
  font-weight: 600;
  color: #050220;
  line-height: 1.4;
}

.descriptionsubtext {
  margin-top: 12px;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
}

.buttons {
  margin-top: 24px;
}

.btn {
  font-size: 18px;
  font-weight: 500;
  padding: 12px 50px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  margin-right: 12px;
}

.btn-outline {
  background: transparent;
  border: 1.5px solid #1f7dc1;
  color: #1f7dc1;
}

.btn-primary {
  background-color: #1f7dc1;
  color: white;
  border: 1.5px solid #1f7dc1;
}

.description-right {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-mockup img {
  /* max-width: 280px; */
  height: auto;
}

/* Features Section 1 */
.features {
  background-color: #f8f9fd;
  padding: 60px 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.features-text {
  flex: 1;
  min-width: 300px;
}

.features-text h2 {
  font-size: 50px;
  font-weight: 600;
  color: #050220;
  line-height: 1.5;
}

.features-text .highlight {
  color: #013E7B;
}

.features-text .description {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 0;
  max-width: 500px;
  line-height: 28px;
}

.features-list {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.feature-item {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  color: #191A15;
  max-width: 506px;
  line-height: 1.4;
}

.icon {
  margin-right: 13px;
}

#features {
  scroll-margin-top: 150px; /* Adjust this to match your header height */
}

/* Features Section 2 */
.features-section {
  padding: 60px 80px;
  background-color: #ffffff;
  font-family: 'Inter', sans-serif;
}

.features-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.features-header h2 {
  font-size: 50px;
  font-weight: 600;
  color: #193553;
  margin-bottom: 16px;
}

.features-header p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #505050;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 33px;
}

.feature-card {
  border-radius: 12px;
  padding: 24px 44px;
  border: 1px solid #013E7B;
  background-color: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}

.feature-card.dark-blue {
  background-color: #042C71;
  color: white;
  border: none;
}

.feature-card h3 {
  font-size: 24px;
  font-weight: 500;
  color: #013D7A;
  margin-bottom: 16px;
}

.feature-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.feature-card ul li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  color: #013D7A;
}

.feature-card p {
  font-size: 16px;
  font-weight: 400;
  color: #013E7B;
  margin: 0;
}

.white-card {
  background-color: #ffffff;
  border: 1px solid #013E7B;
}

.dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
  background-color: #013E7B; /* Use background-color instead of color */
  margin-left: 10px;
}

.dot.black {
  background-color: #000000;
}

/* How it Works Section */
.how-it-works {
  background-color: #003366;
  position: relative;
}

.how-it-works-section {
  padding: 60px 30px;
  color: white;
  text-align: center;
}

.how-it-works h2 {
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 40px;
  font-weight: 600;
}

.steps-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.step-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  border-radius: 12px;
  padding: 20px 24px;
  width: 290px;
  gap: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  text-align: left;
}

.step-number {
  background-color: #1F7DC1;
  color: white;
  border-radius: 82px;
  display: inline-block;
  padding: 14px 28px;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 20px;
}

.step-box h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

#how-it-works {
  scroll-margin-top: 150px; /* Adjust this to match your header height */
}

/* Ideal Section */
.ideal-for-section {
  padding: 80px 80px;
  background-color: #ffffff;
}

.ideal-for-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.ideal-for-images {
  display: flex;
  flex: 1 1 50%;
}

.image-stack {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.image-stack img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.image-tall {
  flex: 1;
  display: flex;
  align-items: stretch;
}

.image-tall img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ideal-for-content {
  flex: 1 1 45%;
}

.ideal-for-content h2 {
  font-size: 50px;
  font-weight: 600;
  color: #193553;
  margin-bottom: 16px;
  height: 75px;
}

.ideal-for-content p {
  font-size: 16px;
  font-weight: 400;
  color: #1A1A1A;
  line-height: 30.4px;
  margin-bottom: 25px;
  vertical-align: middle;
  opacity: 70%;
  max-width: 467px;
}

.ideal-for-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ideal-for-list li {
  font-size: 20px;
  color: #1A1A1A;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 30px;
  vertical-align: middle;
  max-width: 412.75px;
}

.check-icon {
  margin-right: 10px;
}


/* Benefits section */

.benefits-section {
  margin: 0 auto;
  padding: 60px 20px;
  background-color: #F9F8FE;
  margin-bottom: 10rem;
}
.section-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #013E7B;
  text-align: center;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1100px;
  margin: 0 auto;
}

.benefit-card {
  padding: 20px 40px 0px;
}

.right-bottom-border {
  border-right: 1px solid rgba(85, 85, 85, 0.2);
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}

.bottom-border {
  border-bottom: 1px solid rgba(85, 85, 85, 0.2);
}

.right-border {
  border-right: 1px solid rgba(85, 85, 85, 0.2);
}

.benefit-card img {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
}

.benefit-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 2rem;
}

.benefit-card p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

/* CTA Section */
.cta-section {
  background-color: #003B88;
  color: #ffffff;
  font-family: 'Segoe UI', sans-serif;
  position: relative;
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
}

.cta-text {
  max-width: 900px;
  padding: 7rem 5rem 5rem 7rem;
}

.cta-text h2 {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.2;
}

.cta-subheading {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.2;
}

.cta-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 40px;
  max-width: 700px;
}

.cta-button {
  background-color: #3798DD;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 8px;
  padding: 20px 32px;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  width: 320px;
  height: 68px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #2a84c2;
}

.cta-button .arrow {
  font-size: 20px;
}

.cta-image img {
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: -6rem;
}

.shrimp-ai-img {
  position: absolute;
  top: -100px;
  opacity: 0.4;
  transform: rotate(13.47deg);
}