body, 
html {
  width: 100%;
  height: 100%;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

body {
  font-family: "Trebuchet MS", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  text-align: left;
  background-color: #fff;
  font-weight: 300;
  color: #6a7695;
}

.fa-navicon {
  font-size: 25px;
  color: #198754 !important;
}

.icon-block i {
  font-size: 40px !important;
  color: #198754 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #3f4451;
}

.h1,
h1 {
  font-size: 2.125rem;
  line-height: 40px;
}

.h2,
h2 {
  font-size: 1.625rem;
}

.h3,
h3 {
  font-size: 28px;
}

.h4,
h4 {
  font-size: 22px;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
}

.text-sm {
  font-size: 14px;
}

.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #263b5e;
}

.section-heading h2 {
  color: #263b5e;
  font-weight: 600;
}

.section-heading {
  margin-bottom: 20px;
}

.section {
  position: relative;
  padding: 2rem 0;
}

.section-bottom {
  padding-bottom: 6rem;
}

@media (min-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}

.section-top {
  padding-top: 4rem;
}

@media (min-width: 768px) {
  .section-top {
    padding-top: 6rem;
  }
}

.bg-grey {
  background: #F4F7FC;
}

a {
  color: #222;
  transition: all 0.3s ease-in-out;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.text-lg {
  font-size: 40px;
  line-height: 1.4;
}

.main-navigation {
  z-index: 9999;
  padding: 10px 0px;
}

.navbar-nav .nav-link {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  font-weight: 700;
  color: #051441 !important;
  text-transform: capitalize;
}

.navbar-nav .nav-link.active {
  color: #198754 !important;
}

.navbar {
  position: relative;
  padding: 1rem 1rem;
}

.fixed-top {
  position: fixed;
  z-index: 1030;
  right: 0;
  left: 0;
}

.header-white {
  background: #fff;
  transition: 0s all ease;
} 

@media (max-width: 480px) {
  .fixed-top.site-header {
    background: #fff;
  }
}

.navbar-collapse.collapse.show {
  background: #fff;
}

.py-7 {
  padding: 7.5rem 0;
}

.banner-main {
  position: relative;
  z-index: 1;
}

.banner-main:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  background: #F4F7FC;
  height: 80%;
  z-index: -1;
}

header.site-header {
  color: white;
  padding: 14px 18px;
}

h1 {
  font-size: 60px;
  line-height: 70px;
  color: #263b5e;
  font-weight: 600;
}

.main-banner {
  padding: 80px 0px 150px;
}

.main-banner p {
  padding-right: 100px;
}

@media (max-width: 480px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
}

.about {
  position: relative;
}

.about:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 75%;
  height: 100%;
  background: #F4F7FC;
  border-radius: 20px 0px 0px 20px;
}

.description-item {
  padding: 30px;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  margin-bottom: 30px;
}

.list-unstyled {
  text-align: left;
}

.description-item h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  color: #198754;
}

.description-item:hover {
  transform: translateY(-3px); 
  box-shadow: 0 6px 18px rgba(12,40,80,0.08); 
}

.about-info ul li {
  text-align: left;
}

.about-info ul li i {
  color: #198754;
} 

.scope-block {
  padding: 40px 40px;
  text-align: center;
  border-radius: 40px;
  box-shadow: 12px 7px 90px 0 rgba(110, 123, 131, 0.1);
  transition: all 0.3s ease-in-out;
}

.scope-block:hover {
  transform: translateX(-5px); 
  box-shadow: 0 6px 18px rgba(12,40,80,0.08);
}

.contact-info-block {
  padding: 60px 20px;
  background: #fff;
}

.contact-info-block h4 {
  margin-bottom: 0px;
}

.contact-info-block i {
  font-size: 60px;
  margin-bottom: 20px;
  display: block;
  color: #198754;
}

.news-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(12, 40, 80, 0.15);
}

.footer {
  padding: 20px 0 20px;
}

.footer-copy {
  font-size: 16px;
}

.list-group-item:hover { 
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(12,40,80,0.08); 
}

/* Button */
.btn {
  font-weight: 700;
  position: relative;
  padding: 15px 40px;
  border-radius: 35px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.2s ease-in-out;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out !important;
  padding: 12px 22px;
  font-size: 13px;
}

.btn:focus {
  box-shadow: none !important;
}

.btn-border-primary {
  border-color: #0d6efd;
  background: transparent;
  color: #0d6efd;

}

.btn-border-primary:hover {
  background: #0d6efd;
  color: #fff !important;
}

.btn-border-brown {
  border-color: #7A3C11;
  background: transparent;
  color: #7A3C11;
}

.btn-border-brown:hover {
  background: #7A3C11;;
  color: #fff !important;
}
/* end: Button */

/* Testimonial */
.testimonial {
  position: relative;
}

.testimonial:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40%;
  background: #F4F7FC;
}

.testimonial-item-content {
  text-align: center;
  transition: all 0.7s ease;
  position: relative;
  padding: 40px 30px;
}

.testimonial-item-content:hover {
  cursor: pointer;
}

.test-author-thumb img {
  margin: 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.testimonial-wrap {
  box-shadow: 0px 20px 40px 0px rgba(38, 59, 94, 0.1);
  background: #fff;
  border-radius: 15px;
}

.rating i {
  color: #198754;
}
/* end: Testimonial */

/* Cookies */
.cookie-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
  max-width: 400px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
    
.cookie-banner.show {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
/* end: Cookies */