* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Mulish", sans-serif;
}

a {
  text-decoration: none;
  font-size: 18px;
}

h1, h2 {
  font-size: 42px;
  font-weight: 800;
  color: #184072;
  font-family: "Mulish", sans-serif;
}

h4 {
  font-size: 30px;
  font-weight: 700;
  color: #184072;
  font-family: "Cabin", sans-serif;
}

h5 {
  font-size: 24px;
  font-weight: 700;
  color: #184072;
  font-family: "Cabin", sans-serif;
}

h6 {
  font-size: 20px;
  font-weight: 700;
  font-family: "Cabin", sans-serif;
}

p {
  font-size: 18px;
  font-family: "Cabin", sans-serif;
  color: #000000;
}

section {
  padding: 50px 0;
}

.section-1 {
  padding-top: 150px;
}
.section-1 h1 {
  font-weight: 900;
}

.red-btn {
  background: #EF6351;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  display: block;
}

.green-btn {
  background: #AFE0AB;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-family: "Cabin", sans-serif;
  display: block;
}

.navbar {
  padding: 18px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.navbar .navbar-brand img {
  width: 250px;
}
.navbar .collapse {
  justify-content: end;
}
.navbar .collapse .navbar-nav {
  gap: 10px;
}
.navbar .collapse .navbar-nav .nav-item .nav-link {
  color: #184072;
  font-size: 18px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  background: transparent;
  border-radius: 25px;
  padding: 4px 10px;
  transition: 0.4s;
}
.navbar .collapse .navbar-nav .nav-item .nav-link.active {
  color: #FFFFFF;
  background-color: #EF6351;
  font-weight: 700;
}

.footer-section {
  background: #194072;
  padding: 70px 0 35px;
  color: #fff;
}
.footer-section .footer-logo img {
  max-width: 330px;
}
.footer-section .footer-text {
  max-width: 500px;
  margin-top: 48px;
  font-size: 24px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}
.footer-section .footer-text strong {
  color: #fff;
  font-weight: 600;
}
.footer-section h6 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.footer-section h6 a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.footer-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-section ul li {
  margin-bottom: 12px;
}
.footer-section ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.3s;
}
.footer-section ul li a:hover {
  color: #fff;
}
.footer-section hr {
  margin: 45px 0 25px;
  border-color: rgba(255, 255, 255, 0.3);
}
.footer-section .footer-bottom p,
.footer-section .footer-bottom a {
  margin: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.footer-section .footer-bottom a:hover {
  color: #fff;
}

.home-main .section-1 {
  background-color: #FEF7E5;
  position: relative;
  padding-bottom: 200px;
  padding-top: 100px;
}
.home-main .section-1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/home-img2.png);
  width: 100%;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-main .section-1 .row-1 {
  align-items: center;
  justify-content: space-between;
}
.home-main .section-1 .cc-1 {
  padding-right: 60px;
}
.home-main .section-1 .cc-1 h1 {
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: 900;
}
.home-main .section-1 .cc-1 h1 span {
  position: relative;
}
.home-main .section-1 .cc-1 h1 span::after {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 0;
  background-image: url(../img/h1-icon.svg);
  background-size: contain;
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
}
.home-main .section-1 .cc-1 p {
  font-size: 20px;
}
.home-main .section-1 .cc-1 p span {
  color: #EF6351;
  font-weight: 700;
}
.home-main .section-1 .cc-2 img {
  width: 100%;
}
.home-main .section-2 {
  background-color: #fff;
  padding-bottom: 0;
}
.home-main .section-2 .cc-1 img {
  margin-top: 40px;
  width: 100%;
}
.home-main .section-2 .cc-2 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.home-main .section-2 .cc-2 .blk-1 img {
  margin-right: 40px;
  width: 100px;
}
.home-main .section-2 .cc-2 .blk-1 .blk-01 {
  margin-bottom: 0px;
}
.home-main .section-2 .cc-2 .blk-1 .blk-01 h4 {
  color: #184072;
}
.home-main .section-3 {
  background-color: #d7efd5;
  background-image: url(../img/home-img03.png);
  background-size: 42%;
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 80px 0;
}
.home-main .section-4 .row-1 {
  align-items: center;
}
.home-main .section-4 .row-1 .cc-1 {
  padding-right: 40px;
}
.home-main .section-4 .row-1 .cc-1 img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.home-main .section-5 {
  background-color: #FEF7E5;
}
.home-main .section-5 .cc-1 p span {
  font-weight: 700;
  color: #EF6351;
}
.home-main .section-5 .cc-2 img, .home-main .section-5 .cc-3 img {
  width: 100%;
}
.home-main .section-5 .cc-3 {
  margin-top: 50px;
}
.home-main .section-6 .cc-1 {
  margin-bottom: 50px;
}
.home-main .section-6 .cc-2 {
  margin-bottom: 30px;
}
.home-main .section-6 .cc-2 .blk-1 {
  display: flex;
  align-items: center;
}
.home-main .section-6 .cc-2 .blk-1 img {
  margin-right: 10px;
  width: 62px;
}
.home-main .section-6 .cc-2 .blk-1 h5 {
  color: #184072;
}
.home-main .section-7 {
  background-color: #194072;
}
.home-main .section-7 p {
  color: #FFFFFF;
}
.home-main .section-7 .cc-1 {
  margin-bottom: 40px;
}
.home-main .section-7 .cc-1 h2 {
  color: #FEF7E5;
}
.home-main .section-7 .cc-2 .blk-1 {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.home-main .section-7 .cc-2 .blk-1 img {
  margin-right: 30px;
  padding-right: 15px;
  width: 100px;
  border-right: 1px solid #00000084;
}
.home-main .section-7 .cc-2 .blk-1 h6 {
  color: #184072;
  margin-bottom: 0;
}
.home-main .section-7 .cc-2 .blk-1 p {
  color: #3D4759;
}
.home-main .section-7 .cc-3 {
  padding-left: 40px;
}
.home-main .section-7 .cc-3 img {
  width: 100%;
}
.home-main .section-7 .cc-4 {
  margin-top: 30px;
}
.home-main .section-8 .row-1 {
  align-items: center;
}
.home-main .section-8 .cc-2 img {
  width: 100%;
}

.Offers-main .section-1 {
  background-image: url(../img/offer-img1.jpg);
  box-shadow: 10000px 0 0 inset rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-position: center;
  height: 800px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.Offers-main .section-1 p {
  color: #fff;
  font-size: 20px;
}
.Offers-main .section-1 .row-1 {
  position: relative;
  top: -50px;
}
.Offers-main .section-2 .row-1 {
  margin-bottom: 60px;
}
.Offers-main .section-2 .row-1 .cc-1 {
  margin-bottom: 40px;
}
.Offers-main .section-2 .row-1 .cc-1 h5 {
  font-weight: 400;
}
.Offers-main .section-2 .row-1 .cc-2 .blk-1 {
  display: flex;
  justify-content: space-between;
}
.Offers-main .section-2 .row-1 .cc-2 .blk-1 img {
  width: 200px;
}
.Offers-main .section-2 .row-1 .cc-2 .blk-1 .small-icon {
  width: 50px;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 {
  border: 3px solid #AFE0AB;
  background-color: #f4fbf3;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 .blk-2 {
  padding: 20px 20px 0 20px;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 .blk-2 p {
  margin-bottom: 0;
  min-height: 710px;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 .blk-01 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 .blk-01 img {
  width: 70px;
  margin-right: 20px;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 .blk-01 h4 {
  margin-bottom: 0;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 .blk-01 .blk-02 p {
  min-height: auto;
}
.Offers-main .section-2 .row-2 .cc-1 .blk-1 .bottom-img {
  width: 100%;
  position: absolute;
  bottom: 0;
  object-fit: cover;
  height: 300px;
}
.Offers-main .section-2 .row-2 .cc-1:nth-child(2) .blk-1 {
  border: 3px solid #EF6351;
  background-color: #fde9e7;
}
.Offers-main .section-2 .row-2 .cc-1:nth-child(3) .blk-1 {
  border: 3px solid #F0B41D;
  background-color: #fdf5df;
}
.Offers-main .section-3 {
  background-color: #FEF7E5;
}
.Offers-main .section-3 .row-1 {
  align-items: center;
}
.Offers-main .section-3 .row-1 .cc-1 {
  margin-bottom: 40px;
}
.Offers-main .section-3 .row-1 .cc-2 img {
  width: 100%;
}
.Offers-main .section-3 .row-1 .cc-3 {
  padding-left: 80px;
}
.Offers-main .section-3 .row-1 .cc-3 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.Offers-main .section-3 .row-1 .cc-3 .blk-1 img {
  width: 70px;
  margin-right: 20px;
}
.Offers-main .section-3 .row-1 .cc-3 .blk-1 p {
  margin-bottom: 0;
}
.Offers-main .section-4 .row-1 {
  align-items: center;
}
.Offers-main .section-4 .row-1 .cc-1 {
  padding-right: 60px;
}
.Offers-main .section-4 .row-1 .cc-1 p {
  margin-bottom: 40px;
}
.Offers-main .section-4 .row-1 .cc-1 .blk-1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.Offers-main .section-4 .row-1 .cc-1 .blk-1 img {
  width: 70px;
  margin-bottom: 6px;
}
.Offers-main .section-4 .row-1 .cc-1 .blk-1 p {
  margin-bottom: 0;
  color: #184072;
  font-weight: 600;
}
.Offers-main .section-4 .row-1 .cc-2 img {
  width: 100%;
  max-width: 500px;
}
.Offers-main .section-5 {
  background-color: #fef7e5;
  padding: 0;
}
.Offers-main .section-5 .container {
  padding-left: 0;
  margin-left: 0;
}
.Offers-main .section-5 .row-1 {
  align-items: center;
}
.Offers-main .section-5 .cc-1 {
  padding-right: 50px;
}
.Offers-main .section-5 .cc-1 img {
  width: 100%;
}
.Offers-main .section-6 .cc-1 {
  margin-bottom: 40px;
}
.Offers-main .section-6 .cc-2 {
  margin-bottom: 40px;
}
.Offers-main .section-6 .cc-2 .blk-1, .Offers-main .section-6 .cc-2 .blk-2, .Offers-main .section-6 .cc-2 .blk-3 {
  background-color: #EF6351;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  height: 100%;
}
.Offers-main .section-6 .cc-2 .blk-1 img, .Offers-main .section-6 .cc-2 .blk-2 img, .Offers-main .section-6 .cc-2 .blk-3 img {
  width: 70px;
  margin-bottom: 10px;
}
.Offers-main .section-6 .cc-2 .blk-1 h6, .Offers-main .section-6 .cc-2 .blk-2 h6, .Offers-main .section-6 .cc-2 .blk-3 h6 {
  color: #FFFFFF;
  margin-bottom: 0;
}
.Offers-main .section-6 .cc-2 .blk-1 a, .Offers-main .section-6 .cc-2 .blk-2 a, .Offers-main .section-6 .cc-2 .blk-3 a {
  color: #FFFFFF;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.Offers-main .section-6 .cc-2 .blk-1 p, .Offers-main .section-6 .cc-2 .blk-2 p, .Offers-main .section-6 .cc-2 .blk-3 p {
  margin-bottom: 0;
}
.Offers-main .section-6 .cc-2 .blk-2 {
  background-color: #184072;
}
.Offers-main .section-6 .cc-2 .blk-2 a {
  color: #F0B41D;
  border-bottom: 1px solid #F0B41D;
}
.Offers-main .section-6 .cc-2 .blk-3 {
  background-color: #F0B41D;
}
.Offers-main .section-6 .cc-2 .blk-3 a {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.Offers-main .section-6 .cc-2 .blk-3 h6 {
  color: #000000;
}
.Offers-main .section-6 .cc-3 p {
  font-size: 24px;
}
.Offers-main .section-6 .cc-3 p a {
  color: #EF6351;
  font-size: 24px;
}

.axl-ground-main .section-1 {
  background-color: #FEF7E5;
}
.axl-ground-main .section-1 h1 {
  font-weight: 800;
}
.axl-ground-main .section-1 .cc-2 {
  background: #fff;
  padding: 40px;
  border: 2px solid #184072;
  border-radius: 20px;
  margin-top: 30px;
}
.axl-ground-main .section-2 .row-1 .cc-1 {
  margin-bottom: 40px;
}
.axl-ground-main .section-2 .row-1 .cc-1 h2 {
  margin-bottom: 0;
}
.axl-ground-main .section-2 .row-1 .cc-1 p {
  font-size: 24px;
}
.axl-ground-main .section-2 .row-2 {
  justify-content: center;
}
.axl-ground-main .section-2 .row-2 .cc-1 {
  margin-bottom: 30px;
}
.axl-ground-main .section-2 .row-2 .cc-1 .blk-1 {
  box-shadow: 0 1.33px 2.65px 0 rgba(26, 34, 51, 0.06);
  padding: 20px;
  border-radius: 20px;
  background: #FEF7E5;
  border: 1.3px solid #E7E0D2;
}
.axl-ground-main .section-2 .row-2 .cc-1 .blk-1 iframe {
  border-radius: 10px;
}
.axl-ground-main .section-3 {
  background-color: #FEF7E5;
  position: relative;
}
.axl-ground-main .section-3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ground-img2.png);
  width: 260px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
}
.axl-ground-main .section-3::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/ground-img3.png);
  width: 260px;
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
}
.axl-ground-main .section-3 .cc-1 {
  text-align: center;
}
.axl-ground-main .section-3 .cc-1 img {
  width: 80%;
}

.partnerships-main .section-1 {
  background-color: #FEF7E5;
}
.partnerships-main .section-1 .row-1 {
  justify-content: space-between;
}
.partnerships-main .section-1 .row-1 .cc-1 {
  margin-bottom: 40px;
}
.partnerships-main .section-1 .row-1 .cc-1 h1 {
  font-weight: 800;
  border-bottom: 1px solid #000;
  padding-bottom: 25px;
}
.partnerships-main .section-1 .row-1 .cc-3 .blk-1 {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 20px;
  border: 1.5px solid #E7E0D2;
}
.partnerships-main .section-1 .row-1 .cc-3 .blk-1 img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #000;
  height: 230px;
  object-fit: cover;
  margin-bottom: 10px;
}
.partnerships-main .section-2 .blk, .partnerships-main .section-3 .blk, .partnerships-main .section-4 .blk {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.partnerships-main .section-2 .blk .blk-1, .partnerships-main .section-3 .blk .blk-1, .partnerships-main .section-4 .blk .blk-1 {
  display: flex;
  justify-content: center;
}
.partnerships-main .section-2 .blk .blk-1 img, .partnerships-main .section-3 .blk .blk-1 img, .partnerships-main .section-4 .blk .blk-1 img {
  width: 120px;
  height: 60px;
  object-fit: contain;
  padding-right: 20px;
  border-right: 3px solid #194072;
  border-radius: 0;
}
.partnerships-main .section-2 .blk .blk-1 img:last-child, .partnerships-main .section-3 .blk .blk-1 img:last-child, .partnerships-main .section-4 .blk .blk-1 img:last-child {
  border-right: none;
  margin-right: 0;
}
.partnerships-main .section-2 .cc-1, .partnerships-main .section-3 .cc-1, .partnerships-main .section-4 .cc-1 {
  padding-right: 50px;
}
.partnerships-main .section-2 .cc-1 h2, .partnerships-main .section-3 .cc-1 h2, .partnerships-main .section-4 .cc-1 h2 {
  margin-bottom: 40px;
}
.partnerships-main .section-2 .cc-2 img, .partnerships-main .section-3 .cc-2 img, .partnerships-main .section-4 .cc-2 img {
  width: 100%;
  border-top-left-radius: 200px;
}
.partnerships-main .section-3 {
  background: #E7F6E6;
}
.partnerships-main .section-3 .cc-2 img {
  border-top-left-radius: 0px;
}
.partnerships-main .section-4 .row-1 {
  align-items: center;
}
.partnerships-main .section-4 .row-1 .cc-1 h2 {
  margin-bottom: 20px;
}
.partnerships-main .section-4 .row-1 .cc-2 img {
  border-top-left-radius: 0px;
}

.resources-main .section-1 {
  background-color: #FFF7E6;
}
.resources-main .section-1 .custom-tabs {
  background: #fff;
  border-radius: 40px;
  padding: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.resources-main .section-1 .custom-tabs .nav-item {
  flex: 1;
  position: relative;
}
.resources-main .section-1 .custom-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: 0;
  top: 12px;
  width: 1px;
  height: 28px;
  background: #000;
}
.resources-main .section-1 .custom-tabs .nav-item:last-child::after {
  display: none;
}
.resources-main .section-1 .custom-tabs .nav-link {
  width: 60%;
  margin: 0 auto;
  padding: 10px 20px;
  border: 0;
  border-radius: 30px;
  background: transparent;
  font-family: "Mulish", sans-serif;
  color: #184072;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
}
.resources-main .section-1 .custom-tabs .nav-link:hover, .resources-main .section-1 .custom-tabs .nav-link:focus {
  color: #184072;
}
.resources-main .section-1 .custom-tabs .nav-link.active {
  background: #184072;
  color: #fff;
}
.resources-main .section-1 .tab-content {
  margin-top: 50px;
}
.resources-main .section-1 .tab-content #video .row-2 {
  margin-top: 30px;
  justify-content: center;
}
.resources-main .section-1 .tab-content #video .row-2 .cc-1 {
  margin-bottom: 30px;
}
.resources-main .section-1 .tab-content #video .row-2 .cc-1 .blk-1 {
  box-shadow: 0 1.33px 2.65px 0 rgba(26, 34, 51, 0.06);
  padding: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1.3px solid #E7E0D2;
}
.resources-main .section-1 .tab-content #video .row-2 .cc-1 .blk-1 iframe {
  border-radius: 10px;
}
.resources-main .section-1 .tab-content #brochure .row-2 {
  justify-content: space-evenly;
  margin-top: 30px;
}
.resources-main .section-1 .tab-content #brochure .row-2 .cc-1 .blk-1 {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 20px;
  border: 1.5px solid #E7E0D2;
}
.resources-main .section-1 .tab-content #brochure .row-2 .cc-1 .blk-1 img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #000;
  height: 650px;
  object-fit: cover;
  margin-bottom: 10px;
}
.resources-main .section-1 .tab-content #playbook .row-2 {
  margin-top: 30px;
  align-items: center;
}
.resources-main .section-1 .tab-content #playbook .row-2 .cc-1 .blk-1 {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 20px;
  border: 1.5px solid #E7E0D2;
}
.resources-main .section-1 .tab-content #playbook .row-2 .cc-1 .blk-1 img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #000;
  height: 350px;
  object-fit: cover;
  margin-bottom: 10px;
}
.resources-main .section-1 .tab-content #playbook .row-2 .cc-2 {
  padding-left: 50px;
}
.resources-main .section-1 .tab-content #playbook .row-2 .cc-2 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.resources-main .section-1 .tab-content #playbook .row-2 .cc-2 .blk-1 img {
  width: 26px;
  margin-right: 15px;
}
.resources-main .section-1 .tab-content #playbook .row-2 .cc-2 .blk-1 p {
  margin-bottom: 0;
}
.resources-main .section-1 .tab-content #blog .row-1 p {
  color: #EF6351;
}
.resources-main .section-1 .tab-content #blog .row-2 {
  margin-top: 30px;
}
.resources-main .section-1 .tab-content #blog .row-2 .cc-1 {
  margin-bottom: 30px;
}
.resources-main .section-1 .tab-content #blog .row-2 .cc-1 .blk-1 {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 20px;
  border: 1.5px solid #E7E0D2;
  height: 100%;
}
.resources-main .section-1 .tab-content #blog .row-2 .cc-1 .blk-1 img {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #000;
  height: 200px;
  object-fit: cover;
  margin-bottom: 15px;
}
.resources-main .section-1 .tab-content #blog .row-2 .cc-1 .blk-1 h6 {
  font-weight: 900;
  color: #EF6351;
  text-transform: uppercase;
  font-family: "Mulish", sans-serif;
  min-height: 72px;
}
.resources-main .section-1 .tab-content #blog .row-2 .cc-1 .blk-1 p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  min-height: 200px;
}

.outreach-main .section-1 {
  background-color: #FEF7E5;
}
.outreach-main .section-1 h1 {
  font-weight: 800;
}
.outreach-main .section-1 .row-1 {
  border-bottom: 1px solid #000;
}
.outreach-main .section-1 .outreach-filter .btn {
  width: 250px;
  height: 46px;
  background: #fff;
  border: 1.3px solid #A1A1A1;
  border-radius: 6px;
  color: #184072;
  font-weight: 500;
  font-size: 18px;
  font-family: "Mulish", sans-serif;
  text-align: left;
  position: relative;
}
.outreach-main .section-1 .outreach-filter .btn::after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.outreach-main .section-1 .outreach-filter .dropdown-menu {
  width: 250px;
  border-radius: 6px;
  transform: translate3d(0px, 62px, 0px) !important;
}
.outreach-main .section-1 .outreach-filter .dropdown-menu .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.outreach-main .section-1 .outreach-filter .dropdown-menu .form-check .form-check-input {
  margin-top: 0;
  border: 1.5px solid #818181;
}
.outreach-main .section-1 .outreach-filter .dropdown-menu .form-check .form-check-label {
  font-size: 18px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  color: #184072;
}
.outreach-main .section-1 .row-2 {
  margin-top: 50px;
}
.outreach-main .section-1 .row-2 .cc-1 {
  margin-bottom: 30px;
}
.outreach-main .section-1 .row-2 .cc-1 .blk-1 {
  box-shadow: 0 1.33px 2.65px 0 rgba(26, 34, 51, 0.06);
  padding: 20px;
  border-radius: 20px;
  background: #FFFFFF;
  border: 1.3px solid #E7E0D2;
}
.outreach-main .section-1 .row-2 .cc-1 .blk-1 iframe {
  border-radius: 10px;
}
.outreach-main .section-1 .row-2 .cc-1 .blk-1 img {
  width: 100%;
}

.contact-main .section-1 {
  background-color: #FEF7E5;
}
.contact-main .section-1 .row-1 {
  justify-content: space-between;
}
.contact-main .section-1 .row-1 .cc-1 {
  text-align: center;
}
.contact-main .section-1 .row-1 .cc-1 img {
  width: 120px;
  margin-bottom: 25px;
}
.contact-main .section-1 .row-1 .cc-1 h1 {
  text-align: left;
  margin-bottom: 40px;
}
.contact-main .section-1 .row-1 .cc-1 .blk-1 {
  background: #fff;
  border: 2px solid #EF6351;
  border-radius: 20px;
  padding: 15px 30px;
  text-align: center;
}
.contact-main .section-1 .row-1 .cc-1 .blk-1 img {
  width: 60px;
  margin-bottom: 10px;
}
.contact-main .section-1 .row-1 .cc-1 .blk-1 p {
  text-align: left;
}
.contact-main .section-1 .row-1 .cc-1 .blk-1 p a {
  color: #EF6351;
}
.contact-main .section-1 .row-1 .cc-1 .bottom-img {
  width: 95%;
  position: relative;
  top: -20px;
  left: 16px;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card {
  width: 100%;
  padding: 32px;
  border: 0;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.12);
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card .blk-1 {
  margin-bottom: 30px;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card .form-label {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
  font-family: "Cabin", sans-serif;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card .form-label span {
  color: #ef6351;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card .form-control {
  height: 48px;
  border: 1.5px solid #184072;
  border-radius: 14px;
  box-shadow: none;
  padding: 0 18px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Cabin", sans-serif;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card .form-control:focus {
  border-color: #184072;
  box-shadow: none;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card textarea.form-control {
  height: 120px;
  resize: none;
  padding: 14px 18px;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card .btn-primary {
  font-family: "Cabin", sans-serif;
  background: #184072;
  border: none;
  border-radius: 4px;
  padding: 10px 22px;
  font-size: 18px;
  font-weight: 400;
}
.contact-main .section-1 .row-1 .cc-2 .contact-form-card .btn-primary:hover {
  background: #1d3e6bd8;
}
.contact-main .section-2 .row-1 {
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 40px;
}
.contact-main .section-2 .row-1 .cc-1 img {
  width: 100%;
}

.blog-1-main .section-1 {
  background-color: #184072;
  position: relative;
}
.blog-1-main .section-1 .blk-1 {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.blog-1-main .section-1 .blk-1::after {
  content: '';
  position: absolute;
  background-image: url(../img/blog1-img2.png);
  width: 200px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  bottom: 0;
}
.blog-1-main .section-1 .blk-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  z-index: 2;
  position: relative;
}
.blog-1-main .section-1 .row-1 {
  align-items: center;
}
.blog-1-main .section-1 .cc-1 {
  padding-right: 60px;
}
.blog-1-main .section-1 .cc-1 h1 {
  font-size: 40px;
  font-weight: 900;
  color: #FEF7E5;
  margin-bottom: 30px;
}
.blog-1-main .section-1 .cc-1 h1 span {
  color: #F0B41D;
}
.blog-1-main .section-1 .cc-1 p {
  color: #FEF7E5;
  font-size: 20px;
}
.blog-1-main .section-1 .cc-1 p span {
  color: #EF6351;
  font-weight: 700;
}
.blog-1-main .section-1 .cc-2 img {
  width: 100%;
}
.blog-1-main .section-2 .row-1 {
  align-items: center;
  justify-content: space-between;
}
.blog-1-main .section-2 .row-1 .cc-2 img {
  width: 100%;
}
.blog-1-main .section-2 .row-2 {
  border: 2px solid #EF6351;
  border-radius: 15px;
  margin: 0;
  overflow: hidden;
  padding-bottom: 25px;
}
.blog-1-main .section-2 .row-2 .cc-1 {
  text-align: center;
  background-color: #EF6351;
  padding: 10px 0;
  margin-bottom: 25px;
}
.blog-1-main .section-2 .row-2 .cc-1 h6 {
  color: #fff;
}
.blog-1-main .section-2 .row-2 .cc-2 {
  border-right: 2px solid #EF6351;
}
.blog-1-main .section-2 .row-2 .cc-2, .blog-1-main .section-2 .row-2 .cc-3 {
  padding: 0 30px;
}
.blog-1-main .section-2 .row-2 .cc-2 .blk-1, .blog-1-main .section-2 .row-2 .cc-3 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog-1-main .section-2 .row-2 .cc-2 .blk-1 img, .blog-1-main .section-2 .row-2 .cc-3 .blk-1 img {
  width: 40px;
  margin-right: 10px;
}
.blog-1-main .section-2 .row-2 .cc-2 .blk-1 h6, .blog-1-main .section-2 .row-2 .cc-3 .blk-1 h6 {
  margin-bottom: 0;
  color: #194072;
}
.blog-1-main .section-2 .row-2 .cc-2 p, .blog-1-main .section-2 .row-2 .cc-3 p {
  margin-bottom: 0;
}
.blog-1-main .section-2 .cc-4 {
  margin-top: 30px;
}
.blog-1-main .section-3 {
  background-color: #FEF7E5;
}
.blog-1-main .section-3 .row-1 {
  margin-bottom: 30px;
}
.blog-1-main .section-3 .row-1 h2 span {
  color: #EF6351;
}
.blog-1-main .section-3 .row-2 {
  border-top: 5px solid #EF6351;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.blog-1-main .section-3 .row-2 .cc-1 {
  margin-bottom: 15px;
}
.blog-1-main .section-3 .row-2 .cc-1 h6 {
  color: #EF6351;
}
.blog-1-main .section-3 .row-2 .cc-2 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.blog-1-main .section-3 .row-2 .cc-2 .blk-1 h4 {
  margin-bottom: 0;
  margin-right: 25px;
  height: 50px;
  width: 50px;
  background: #EF6351;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.blog-1-main .section-3 .row-2 .cc-2 .blk-1 p {
  margin-bottom: 0;
}
.blog-1-main .section-3 .row-2 .cc-2 .blk-1 p span {
  font-weight: 700;
}
.blog-1-main .section-3 .row-2 .cc-2 .blk-1:nth-child(2) h4 {
  background: #184072;
  color: #fff;
}
.blog-1-main .section-3 .row-2 .cc-2 .blk-1:nth-child(3) h4 {
  background: #F0B41D;
  color: #000;
}
.blog-1-main .section-3 .row-2 .cc-2 .blk-1:nth-child(4) h4 {
  background: #AFE0AB;
  color: #000;
}
.blog-1-main .section-3 .row-2 .cc-3 img {
  width: 100%;
}
.blog-1-main .section-3 .row-3 {
  border-top: 5px solid #EF6351;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.blog-1-main .section-3 .row-3 .cc-1 {
  margin-bottom: 15px;
}
.blog-1-main .section-3 .row-3 .cc-1 h6 {
  color: #EF6351;
}
.blog-1-main .section-3 .row-3 .cc-2 .blk-1 {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.blog-1-main .section-3 .row-3 .cc-2 .blk-1 img {
  margin-right: 15px;
  width: 50px;
}
.blog-1-main .section-3 .row-3 .cc-2 .blk-1 h5 {
  color: #184072;
}
.blog-1-main .section-3 .row-3 .cc-3 img {
  width: 100%;
}
.blog-1-main .section-3 .row-4 {
  border-top: 5px solid #EF6351;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.blog-1-main .section-3 .row-4 .cc-1 {
  margin-bottom: 15px;
}
.blog-1-main .section-3 .row-4 .cc-1 h6 {
  color: #EF6351;
}
.blog-1-main .section-3 .row-4 .cc-2 .blk-1 {
  border: 1px solid #184072;
  border-radius: 15px;
  background-color: #FEF7E5;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.blog-1-main .section-3 .row-4 .cc-2 .blk-1 img {
  width: 100%;
  border: 1px solid #184072;
  margin-bottom: 15px;
  border-radius: 10px;
}
.blog-1-main .section-3 .row-4 .cc-2 .blk-1 .blk-2 {
  display: flex;
  margin-bottom: 8px;
  align-items: center;
}
.blog-1-main .section-3 .row-4 .cc-2 .blk-1 .blk-2 img {
  margin-right: 15px;
  width: 40px;
  border: none;
  margin-bottom: 0;
}
.blog-1-main .section-3 .row-4 .cc-2 .blk-1 .blk-2 h6 {
  color: #184072;
  margin-bottom: 0;
}
.blog-1-main .section-3 .row-4 .cc-2:nth-child(2) .blk-1 {
  background-color: #d7efd5;
}
.blog-1-main .section-3 .row-4 .cc-2:nth-child(3) .blk-1 {
  background-color: #f7d98e;
}
.blog-1-main .section-3 .row-5 {
  border-top: 5px solid #EF6351;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px;
  justify-content: space-between;
  margin: 0;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.blog-1-main .section-3 .row-5 .cc-1 {
  margin-bottom: 15px;
}
.blog-1-main .section-3 .row-5 .cc-1 h6 {
  color: #EF6351;
}
.blog-1-main .section-3 .row-5 .cc-2 .blk-1 {
  height: 100%;
}
.blog-1-main .section-3 .row-5 .cc-2 .blk-1 h4 {
  margin-bottom: 10px;
  margin-right: 25px;
  height: 50px;
  width: 50px;
  background: #EF6351;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.blog-1-main .section-3 .row-5 .cc-2 .blk-1 h6 {
  color: #1A2233;
}
.blog-1-main .section-3 .row-5 .cc-2 .blk-1 p {
  font-family: "Mulish", sans-serif;
}
.blog-1-main .section-3 .row-5 .cc-2:nth-child(2) h4 {
  background: #194072;
}
.blog-1-main .section-3 .row-5 .cc-2:nth-child(3) h4 {
  background: #F0B41D;
  color: #000;
}
.blog-1-main .section-3 .row-5 .cc-4 {
  margin-top: 20px;
}
.blog-1-main .section-3 .row-5 .cc-4 .blk-1 {
  display: flex;
  align-items: center;
  background: #AFE0AB;
  padding: 15px;
  border-radius: 12px;
}
.blog-1-main .section-3 .row-5 .cc-4 .blk-1 img {
  width: 100px;
  margin-right: 10px;
}
.blog-1-main .section-3 .row-5 .cc-4 .blk-1 h6 {
  color: #1A2233;
  margin-bottom: 0;
}
.blog-1-main .section-3 .row-5 .cc-4 .blk-1 p {
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
}
.blog-1-main .section-4 .row-2 .cc-1 {
  margin-top: 20px;
}
.blog-1-main .section-4 .row-2 .cc-1 .blk-1 {
  background: #FEF7E5;
  padding: 15px;
  border: 1px solid #EF6351;
  border-radius: 12px;
  height: 100%;
}
.blog-1-main .section-4 .row-2 .cc-1 .blk-1 .blk-2 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog-1-main .section-4 .row-2 .cc-1 .blk-1 .blk-2 img {
  width: 35px;
  margin-right: 10px;
}
.blog-1-main .section-4 .row-2 .cc-1 .blk-1 .blk-2 h6 {
  color: #194072;
  margin-bottom: 0;
}
.blog-1-main .section-4 .row-2 .cc-1 .blk-1 .blk-2 p {
  margin-bottom: 0;
  font-family: "Mulish", sans-serif;
}
.blog-1-main .section-5 {
  background: #FEF7E5;
}
.blog-1-main .section-5 .row-2 {
  border: 2px solid #F0B41D;
  border-radius: 15px;
  margin: 0;
  margin-top: 20px;
  overflow: hidden;
  padding-bottom: 25px;
  background: #fff;
}
.blog-1-main .section-5 .row-2 .cc-1 {
  text-align: center;
  background-color: #F0B41D;
  padding: 10px 0;
  margin-bottom: 25px;
}
.blog-1-main .section-5 .row-2 .cc-1 h6 {
  color: #000000;
}
.blog-1-main .section-5 .row-2 .cc-2 {
  border-right: 2px solid #F0B41D;
}
.blog-1-main .section-5 .row-2 .cc-2, .blog-1-main .section-5 .row-2 .cc-3 {
  padding: 0 30px;
}
.blog-1-main .section-5 .row-2 .cc-2 .blk-1, .blog-1-main .section-5 .row-2 .cc-3 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog-1-main .section-5 .row-2 .cc-2 .blk-1 img, .blog-1-main .section-5 .row-2 .cc-3 .blk-1 img {
  width: 40px;
  margin-right: 10px;
}
.blog-1-main .section-5 .row-2 .cc-2 .blk-1 h6, .blog-1-main .section-5 .row-2 .cc-3 .blk-1 h6 {
  margin-bottom: 0;
  color: #194072;
}
.blog-1-main .section-5 .row-2 .cc-2 p, .blog-1-main .section-5 .row-2 .cc-3 p {
  margin-bottom: 0;
}
.blog-1-main .section-6 {
  background-color: #d7ebc8;
}
.blog-1-main .section-6 .row-1 {
  align-items: center;
}
.blog-1-main .section-6 .row-1 .cc-2 img {
  width: 100%;
}

.blog-2-main .section-1 {
  background-color: #FEF7E5;
  background-image: url(../img/blog2-img1.png);
  background-size: 55%;
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.blog-2-main .section-1 h1 {
  font-weight: 800;
  margin-bottom: 20px;
}
.blog-2-main .section-3 {
  background-color: #FEF7E5;
}
.blog-2-main .section-3 .row-1 .cc-1 .blk-1 {
  padding: 15px;
  display: flex;
  align-items: center;
  background: #fce2d0;
  border: 2px solid #EF6351;
  border-radius: 5px;
}
.blog-2-main .section-3 .row-1 .cc-1 .blk-1 img {
  width: 40px;
  margin-right: 10px;
}
.blog-2-main .section-3 .row-1 .cc-2 img {
  width: 100%;
}
.blog-2-main .section-3 .row-1 .cc-3 {
  margin-top: 20px;
}
.blog-2-main .section-3 .row-1 .cc-3 .blk-1 {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.blog-2-main .section-3 .row-1 .cc-3 .blk-1 img {
  width: 40px;
  margin-right: 10px;
}
.blog-2-main .section-3 .row-1 .cc-3 .blk-1 h2 {
  margin-bottom: 0;
}
.blog-2-main .section-4 .cc-1 img {
  width: 100%;
}
.blog-2-main .section-4 .cc-3 {
  margin-top: 40px !important;
  display: flex;
  justify-content: space-between;
}
.blog-2-main .section-4 .cc-3 .blk-1 {
  text-align: center;
  position: relative;
  width: 150px;
}
.blog-2-main .section-4 .cc-3 .blk-1::after {
  content: '';
  position: absolute;
  right: -180px;
  top: 35px;
  background-image: url(../img/blog2-img06.png);
  background-repeat: no-repeat;
  width: 200px;
  height: 15px;
  background-size: contain;
}
.blog-2-main .section-4 .cc-3 .blk-1 img {
  width: 80px;
  margin-bottom: 10px;
}
.blog-2-main .section-4 .cc-3 .blk-1 h6 {
  margin-bottom: 0;
}
.blog-2-main .section-4 .cc-3 .blk-1:last-child::after {
  display: none;
}
.blog-2-main .section-5 {
  background-color: #FEF7E5;
}
.blog-2-main .section-5 .row-1 {
  align-items: center;
}
.blog-2-main .section-5 .row-1 .cc-1 {
  padding-right: 50px;
}
.blog-2-main .section-5 .row-1 .cc-2 img {
  width: 100%;
}
.blog-2-main .section-6 .row-1 {
  align-items: center;
}
.blog-2-main .section-6 .row-1 .cc-1 {
  padding-right: 50px;
}
.blog-2-main .section-6 .row-1 .cc-1 img {
  width: 100%;
}
.blog-2-main .section-7 {
  background-color: #FEF7E5;
  padding: 0;
}
.blog-2-main .section-7 .row-1 {
  align-items: center;
}
.blog-2-main .section-7 .row-1 .cc-1 .blk-1 {
  display: flex;
  align-items: center;
}
.blog-2-main .section-7 .row-1 .cc-1 .blk-1 img {
  width: 60px;
  margin-right: 25px;
}
.blog-2-main .section-7 .row-1 .cc-1 .blk-1 p {
  margin-bottom: 0;
}
.blog-2-main .section-7 .row-1 .cc-2 img {
  width: 100%;
}

.blog-3-main .section-1 {
  background-color: #FEF7E5;
  background-image: url(../img/blog3-img1.png);
  background-size: 55%;
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 530px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.blog-3-main .section-1 h1 {
  font-weight: 800;
  margin-bottom: 20px;
}
.blog-3-main .section-2, .blog-3-main .section-3, .blog-3-main .section-4, .blog-3-main .section-5, .blog-3-main .section-6, .blog-3-main .section-7 {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #fff;
  background-image: url(../img/blog3-img2.png);
  background-size: contain;
  height: 600px;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.blog-3-main .section-2 .row-1, .blog-3-main .section-3 .row-1, .blog-3-main .section-4 .row-1, .blog-3-main .section-5 .row-1, .blog-3-main .section-6 .row-1, .blog-3-main .section-7 .row-1 {
  justify-content: end;
}
.blog-3-main .section-2 .row-1 h3, .blog-3-main .section-3 .row-1 h3, .blog-3-main .section-4 .row-1 h3, .blog-3-main .section-5 .row-1 h3, .blog-3-main .section-6 .row-1 h3, .blog-3-main .section-7 .row-1 h3 {
  color: #EF6351;
  font-size: 42px;
  font-weight: 800;
  font-family: "Cabin", sans-serif;
  padding: 30px;
  border: 2px solid #EF6351;
  border-radius: 10px;
  background-color: #fff;
}
.blog-3-main .section-3, .blog-3-main .section-5, .blog-3-main .section-7 {
  background-position: bottom right;
  background-color: #FEF7E5;
}
.blog-3-main .section-3 .row-1, .blog-3-main .section-5 .row-1, .blog-3-main .section-7 .row-1 {
  justify-content: start;
}
.blog-3-main .section-3 .row-1 h3, .blog-3-main .section-5 .row-1 h3, .blog-3-main .section-7 .row-1 h3 {
  color: #194072;
  border: 2px solid #194072;
}
.blog-3-main .section-3 {
  background-image: url(../img/blog3-img3.png);
}
.blog-3-main .section-4 {
  background-image: url(../img/blog3-img4.png);
}
.blog-3-main .section-5 {
  background-image: url(../img/blog3-img5.png);
}
.blog-3-main .section-6 {
  background-image: url(../img/blog3-img6.png);
}
.blog-3-main .section-7 {
  background-image: url(../img/blog3-img7.png);
}

.blog-4-main .section-1 {
  padding-top: 80px;
  padding-bottom: 0;
}
.blog-4-main .section-1 .box-1 .cc-1 {
  background: #fff6e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 80px;
}
.blog-4-main .section-1 .box-1 .cc-1 .blk-1 {
  max-width: 500px;
}
.blog-4-main .section-1 .box-1 .cc-1 .blk-1 h2 {
  font-size: 36px;
  color: #194072;
  font-weight: 500;
  margin-bottom: 35px;
  border-bottom: 3px solid #194072;
  padding-bottom: 30px;
}
.blog-4-main .section-1 .box-1 .cc-1 .blk-1 p {
  font-size: 36px;
  color: #194072;
  font-style: italic;
  margin: 0;
}
.blog-4-main .section-1 .box-1 .cc-2 {
  padding: 0;
}
.blog-4-main .section-1 .box-1 .cc-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.blog-4-main .section-1 .box-1:nth-child(even) .cc-1 {
  order: 2;
}
.blog-4-main .section-1 .box-1:nth-child(even) .cc-2 {
  order: 1;
}
.blog-4-main .section-1 .box-1:nth-child(2) .cc-1 {
  background-color: #f06351;
}
.blog-4-main .section-1 .box-1:nth-child(2) .cc-1 .blk-1 h2 {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(2) .cc-1 .blk-1 p {
  color: #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(3) .cc-1 {
  background-color: #174173;
}
.blog-4-main .section-1 .box-1:nth-child(3) .cc-1 .blk-1 h2 {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(3) .cc-1 .blk-1 p {
  color: #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(4) .cc-1 {
  background-color: #aee0ab;
}
.blog-4-main .section-1 .box-1:nth-child(5) .cc-1 {
  background-color: #fff6e5;
}
.blog-4-main .section-1 .box-1:nth-child(6) .cc-1 {
  background-color: #f06351;
}
.blog-4-main .section-1 .box-1:nth-child(6) .cc-1 .blk-1 h2 {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(6) .cc-1 .blk-1 p {
  color: #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(7) .cc-1 {
  background-color: #174173;
}
.blog-4-main .section-1 .box-1:nth-child(7) .cc-1 .blk-1 h2 {
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(7) .cc-1 .blk-1 p {
  color: #ffffff;
}
.blog-4-main .section-1 .box-1:nth-child(8) .cc-1 {
  background-color: #aee0ab;
}
.blog-4-main .section-1 .box-1:nth-child(9) .cc-1 {
  background-color: #fff6e5;
}
.blog-4-main .section-2 {
  padding-bottom: 0;
}
.blog-4-main .section-2 img {
  width: 100%;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  a {
    text-decoration: none;
    font-size: 16px;
  }

  h1, h2 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
    font-weight: 700;
    color: #184072;
    font-family: "Cabin", sans-serif;
  }

  h5 {
    font-size: 20px;
    font-weight: 700;
    color: #184072;
    font-family: "Cabin", sans-serif;
  }

  h6 {
    font-size: 18px;
  }

  p {
    font-size: 17px;
    font-family: "Cabin", sans-serif;
    color: #000000;
  }

  section {
    padding: 35px 0;
  }

  .section-1 {
    padding-top: 100px;
  }

  .navbar {
    padding: 12px 0;
  }
  .navbar .navbar-toggler {
    border: none;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-collapse {
    padding: 20px;
    padding-left: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    gap: 5px;
  }
  .navbar .navbar-brand img {
    width: 180px;
  }
  .navbar .collapse .navbar-nav .nav-item .nav-link {
    padding: 4px 20px;
    display: inline-block;
  }

  .footer-section {
    padding: 50px 0;
  }
  .footer-section .footer-logo img {
    max-width: 250px;
  }
  .footer-section .footer-text {
    margin-top: 30px;
    font-size: 20px;
  }
  .footer-section hr {
    margin-top: 0;
  }

  .home-main .section-1 {
    padding-bottom: 100px;
  }
  .home-main .section-1::after {
    height: 100px;
    background-size: contain;
    background-position: bottom;
  }
  .home-main .section-1 .cc-1 {
    padding-right: 12px;
  }
  .home-main .section-1 .cc-1 h1 {
    font-size: 40px;
  }
  .home-main .section-1 .cc-1 h1 span::after {
    bottom: -15px;
  }
  .home-main .section-1 .cc-1 p {
    font-size: 17px;
  }
  .home-main .section-2 .cc-1 img {
    margin: 20px 0;
  }
  .home-main .section-2 .cc-2 .blk-1 {
    align-items: start;
  }
  .home-main .section-2 .cc-2 .blk-1 img {
    margin-right: 20px;
    width: 70px;
  }
  .home-main .section-3 {
    padding-top: 35px;
    padding-bottom: 0px;
    background-image: none;
  }
  .home-main .section-3 .cc-2 .for-mobile {
    display: block !important;
  }
  .home-main .section-3 .cc-2 .for-mobile img {
    margin-top: 20px;
    width: 100%;
  }
  .home-main .section-4 .row-1 .cc-1 {
    padding-right: 12px;
    order: 2;
  }
  .home-main .section-6 .cc-1 {
    margin-bottom: 20px;
  }
  .home-main .section-5 .cc-2 img, .home-main .section-5 .cc-3 img {
    display: none;
  }
  .home-main .section-5 .for-mobile {
    display: block !important;
  }
  .home-main .section-5 .for-mobile img {
    display: block;
    margin: 20px 0;
  }
  .home-main .section-5 .for-mobile ul li {
    font-family: "Cabin", sans-serif;
    margin-bottom: 5px;
  }
  .home-main .section-5 .cc-3 {
    margin-top: 30px;
  }
  .home-main .section-7 .cc-2 .blk-1 {
    align-items: normal;
  }
  .home-main .section-7 .cc-2 .blk-1 img {
    margin-right: 15px;
    width: 80px;
  }
  .home-main .section-7 .cc-3 {
    padding-left: 12px;
  }

  .Offers-main .section-1 {
    height: 530px;
    background-image: url(../img/mobile-img4.png);
    background-color: #FEF7E5;
    background-size: 100%;
    box-shadow: none;
    padding-bottom: 0;
  }
  .Offers-main .section-1 .row-1 {
    display: none;
  }
  .Offers-main .section-01 {
    padding-top: 0;
    display: block !important;
    background-color: #FEF7E5;
  }
  .Offers-main .section-01 h2 {
    font-weight: 900;
  }
  .Offers-main .section-2 .row-1 {
    margin-bottom: 30px;
  }
  .Offers-main .section-2 .row-1 .cc-1 {
    margin-bottom: 20px;
  }
  .Offers-main .section-2 .row-1 .cc-2 .for-mobile {
    display: block !important;
    text-align: center;
  }
  .Offers-main .section-2 .row-1 .cc-2 .for-mobile img {
    width: 65%;
  }
  .Offers-main .section-2 .row-1 .cc-2 .blk-1 {
    display: none;
  }
  .Offers-main .section-2 .row-1 .cc-2 .blk-1 img {
    width: 75px;
  }
  .Offers-main .section-2 .row-1 .cc-2 .blk-1 .small-icon {
    width: 12px;
  }
  .Offers-main .section-2 .row-2 .cc-1 {
    margin-bottom: 30px;
  }
  .Offers-main .section-2 .row-2 .cc-1 .blk-1 {
    padding-bottom: 300px;
  }
  .Offers-main .section-2 .row-2 .cc-1 .blk-1 .blk-2 p {
    min-height: 100%;
  }
  .Offers-main .section-2 .row-2 .cc-1:nth-child(2) .blk-1 p {
    min-height: 100%;
  }
  .Offers-main .section-2 .row-2 .cc-1:nth-child(3) .blk-1 p {
    min-height: 100%;
  }
  .Offers-main .section-3 .row-1 .cc-1 {
    margin-bottom: 20px;
  }
  .Offers-main .section-3 .row-1 .cc-2 {
    text-align: center;
  }
  .Offers-main .section-3 .row-1 .cc-2 img {
    width: 80%;
  }
  .Offers-main .section-3 .row-1 .cc-3 {
    padding-left: 12px;
  }
  .Offers-main .section-4 .row-1 .cc-1 {
    padding-right: 12px;
  }
  .Offers-main .section-5 {
    padding: 35px 0;
  }
  .Offers-main .section-5 .container {
    padding-left: 12px;
  }
  .Offers-main .section-5 .container .cc-1 {
    order: 2;
    padding-right: 12px;
    margin-bottom: 20px;
  }
  .Offers-main .section-6 .cc-3 p {
    font-size: 21px;
  }

  .axl-ground-main .section-1 .cc-2 {
    background-color: transparent;
    padding: 0 12px;
    border: none;
    border-radius: 0px;
  }
  .axl-ground-main .section-1 .india-map {
    background: #fff;
    padding: 12px;
    border: 2px solid #184072;
    border-radius: 20px;
  }
  .axl-ground-main .section-1 .india-map .blk-1 {
    max-width: 196px;
    padding: 5px;
    border: 1px solid #184072;
    bottom: 5px;
    left: auto;
    right: 5px;
  }
  .axl-ground-main .section-1 .india-map .blk-1 p {
    font-size: 12px;
  }
  .axl-ground-main .section-1 .india-map svg {
    width: 100%;
    height: auto;
  }
  .axl-ground-main .section-2 .row-1 .cc-1 {
    margin-bottom: 20px;
  }
  .axl-ground-main .section-3::before, .axl-ground-main .section-3::after {
    width: 80px;
    height: 80px;
  }
  .axl-ground-main .section-3 .cc-1 img {
    width: 100%;
  }
  .axl-ground-main .section-3 .m-car h3 {
    color: #184072;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .axl-ground-main .section-3 .m-car .carousel-item img {
    max-width: 70%;
  }
  .axl-ground-main .section-3 .m-car .carousel-control-prev, .axl-ground-main .section-3 .m-car .carousel-control-next {
    opacity: 1;
  }
  .axl-ground-main .section-3 .m-car .carousel-control-prev img, .axl-ground-main .section-3 .m-car .carousel-control-next img {
    width: 40px;
  }
  .axl-ground-main .section-3 .m-car .carousel-control-next {
    transform: rotate(180deg);
  }
  .axl-ground-main .section-3 .m-car .carousel-indicators {
    position: static;
    margin-top: 20px;
  }
  .axl-ground-main .section-3 .m-car .carousel-indicators button {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    height: 10px;
    width: 10px;
    border: none;
  }
  .axl-ground-main .section-3 .m-car .carousel-indicators button.active {
    background-color: #000;
  }

  .partnerships-main .section-1 .row-1 .cc-1 {
    margin-bottom: 20px;
  }
  .partnerships-main .section-1 .row-1 .cc-1 h1 {
    padding-bottom: 20px;
    text-align: left;
  }
  .partnerships-main .section-1 .row-1 .cc-3 .blk-1 {
    padding: 15px;
  }
  .partnerships-main .section-2 .cc-1 {
    margin-bottom: 0 !important;
  }
  .partnerships-main .section-2 .cc-1 .for-mobile {
    display: block !important;
  }
  .partnerships-main .section-2 .cc-1 .for-mobile img {
    margin: 15px 0;
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }
  .partnerships-main .section-2 .cc-2 {
    display: none;
  }
  .partnerships-main .section-2 .cc-2 img {
    height: 700px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
  }
  .partnerships-main .section-3 .cc-2 {
    display: none;
  }
  .partnerships-main .section-4 .row-1 .cc-1 h2 {
    max-width: 250px;
  }
  .partnerships-main .section-2 .cc-1, .partnerships-main .section-3 .cc-1, .partnerships-main .section-4 .cc-1 {
    padding-right: 12px;
    margin-bottom: 20px;
  }
  .partnerships-main .section-2 .cc-1 .for-mobile, .partnerships-main .section-3 .cc-1 .for-mobile, .partnerships-main .section-4 .cc-1 .for-mobile {
    display: block !important;
  }
  .partnerships-main .section-2 .cc-1 .for-mobile img, .partnerships-main .section-3 .cc-1 .for-mobile img, .partnerships-main .section-4 .cc-1 .for-mobile img {
    margin: 15px 0;
    width: 100%;
  }
  .partnerships-main .section-2 .blk, .partnerships-main .section-3 .blk, .partnerships-main .section-4 .blk {
    margin-bottom: 20px;
  }
  .partnerships-main .section-2 .blk h2, .partnerships-main .section-3 .blk h2, .partnerships-main .section-4 .blk h2 {
    margin-bottom: 0px;
  }
  .partnerships-main .section-2 .blk .blk-1 img, .partnerships-main .section-3 .blk .blk-1 img, .partnerships-main .section-4 .blk .blk-1 img {
    width: 90px;
    height: 50px;
  }

  .resources-main .section-1 .custom-tabs {
    border-radius: 40px;
    padding: 6px 10px;
  }
  .resources-main .section-1 .custom-tabs .nav-item::after {
    right: 0px;
    top: 5px;
    width: 1px;
    height: 22px;
    display: none;
  }
  .resources-main .section-1 .custom-tabs .nav-item .nav-link {
    width: 100%;
    font-size: 12px;
    padding: 6px 10px;
  }
  .resources-main .section-1 .tab-content {
    margin-top: 30px;
  }
  .resources-main .section-1 .tab-content #video .row-2 {
    margin-top: 15px;
  }
  .resources-main .section-1 .tab-content #video .row-2 .cc-1 .blk-1 iframe {
    height: 220px;
  }
  .resources-main .section-1 .tab-content #video .row-2 .cc-1:last-child {
    margin-bottom: 0;
  }
  .resources-main .section-1 .tab-content #brochure .row-2 {
    margin-top: 15px;
  }
  .resources-main .section-1 .tab-content #brochure .row-2 .cc-1 {
    margin-bottom: 30px;
  }
  .resources-main .section-1 .tab-content #brochure .row-2 .cc-1 .blk-1 img {
    height: 450px;
  }
  .resources-main .section-1 .tab-content #playbook .row-2 {
    margin-top: 15px;
  }
  .resources-main .section-1 .tab-content #playbook .row-2 .cc-1 .blk-1 {
    margin-bottom: 25px;
  }
  .resources-main .section-1 .tab-content #playbook .row-2 .cc-2 {
    padding-left: 20px;
  }
  .resources-main .section-1 .tab-content #blog .row-2 {
    margin-top: 15px;
  }
  .resources-main .section-1 .tab-content #blog .row-2 .cc-1 .blk-1 p {
    min-height: auto;
  }

  .outreach-main .section-1 .row {
    align-items: flex-start !important;
  }
  .outreach-main .section-1 .row .col-md-6 {
    width: 40%;
  }
  .outreach-main .section-1 .row .col-md-6:last-child {
    width: 60%;
  }
  .outreach-main .section-1 .row .col-md-6:last-child .outreach-filter {
    padding-bottom: 20px;
  }
  .outreach-main .section-1 .row .col-md-6:last-child .outreach-filter .btn {
    width: 200px;
  }
  .outreach-main .section-1 .row-2 {
    margin-top: 40px;
  }
  .outreach-main .section-1 .row-2 .cc-1 .blk-1 iframe {
    height: 220px;
  }

  .contact-main .section-1 .row-1 .cc-1 img {
    margin-bottom: 15px;
  }
  .contact-main .section-1 .row-1 .cc-2 .contact-form-card {
    padding: 20px;
  }
  .contact-main .section-1 .row-1 .cc-2 .contact-form-card .blk-1 {
    margin-bottom: 20px;
  }
  .contact-main .section-2 .row-1 {
    margin-bottom: 30px;
  }
  .contact-main .section-2 .row-1 .cc-1 {
    text-align: center;
  }
  .contact-main .section-2 .row-1 .cc-1 img {
    width: 50%;
    margin-bottom: 15px;
  }
  .contact-main .section-2 .row-1 .cc-2 {
    text-align: center;
  }
  .contact-main .section-2 .row-1:last-child {
    margin-bottom: 0;
  }

  .blog-1-main .section-1 .cc-1 {
    padding-right: 12px;
  }
  .blog-1-main .section-1 .cc-1 h1 {
    font-size: 40px;
  }
  .blog-1-main .section-1 .cc-1 p {
    font-size: 18px;
  }
  .blog-1-main .section-1 .cc-2 {
    padding-right: 0;
  }
  .blog-1-main .section-1 .blk-1 {
    display: none;
  }
  .blog-1-main .section-2 .row-2 .cc-2, .blog-1-main .section-2 .row-2 .cc-3 {
    border-right: 0;
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .blog-1-main .section-2 .row-2 .cc-3 {
    margin-bottom: 0;
  }
  .blog-1-main .section-3 .row-2 {
    padding: 20px 10px;
  }
  .blog-1-main .section-3 .row-2 .cc-1 {
    margin-bottom: 10px;
  }
  .blog-1-main .section-3 .row-2 .cc-2 .blk-1 {
    align-items: start;
  }
  .blog-1-main .section-3 .row-2 .cc-2 .blk-1 h4 {
    margin-right: 15px;
  }
  .blog-1-main .section-3 .row-3 {
    padding: 20px 10px;
  }
  .blog-1-main .section-3 .row-3 .cc-1 {
    margin-bottom: 10px;
  }
  .blog-1-main .section-3 .row-4 {
    justify-content: center;
    padding: 20px 10px;
  }
  .blog-1-main .section-3 .row-4 .cc-1 {
    margin-bottom: 10px;
  }
  .blog-1-main .section-3 .row-4 .cc-2 {
    margin-bottom: 20px;
  }
  .blog-1-main .section-3 .row-4 .cc-2:last-child {
    margin-bottom: 0;
  }
  .blog-1-main .section-3 .row-5 {
    padding: 20px 10px;
    justify-content: center;
    margin-bottom: 20px;
  }
  .blog-1-main .section-3 .row-5 .cc-1 {
    margin-bottom: 10px;
  }
  .blog-1-main .section-3 .row-5 .cc-2 {
    margin-bottom: 20px;
  }
  .blog-1-main .section-3 .row-5 .cc-4 .blk-1 {
    align-items: start;
  }
  .blog-1-main .section-4 .row-1 p {
    margin-bottom: 0;
  }
  .blog-1-main .section-5 .row-2 .cc-2, .blog-1-main .section-5 .row-2 .cc-3 {
    border-right: 0;
    padding: 0 16px;
    margin-bottom: 20px;
  }
  .blog-1-main .section-5 .row-2 .cc-3 {
    margin-bottom: 0;
  }

  .blog-2-main .section-1 {
    height: 400px;
    background-size: 100%;
    align-items: normal;
  }
  .blog-2-main .section-1 h1 {
    margin-bottom: 10px;
  }
  .blog-2-main .section-4 .cc-3 .blk-1::after {
    content: '';
    position: absolute;
    right: 31px;
    bottom: -50px;
    background-image: url(../img/blog2-img06.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 15px;
    background-size: cover;
    rotate: 90deg;
    background-position: right;
  }
  .blog-2-main .section-4 .cc-3 {
    margin-top: 40px !important;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
  .blog-2-main .section-4 .cc-3 .blk-1 {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .blog-2-main .section-4 .cc-3 .blk-1::after {
    right: 40px;
    bottom: -35px;
    top: auto;
    width: 70px;
    height: 15px;
    background-size: cover;
    rotate: 90deg;
    background-position: right;
  }
  .blog-2-main .section-4 .cc-3 .blk-1:last-child {
    margin-bottom: 0;
  }
  .blog-2-main .section-6 .row-1 .cc-1 {
    order: 2;
    margin-top: 20px;
  }
  .blog-2-main .section-6 .row-1 .cc-1 img {
    width: 100%;
    height: 400px;
    object-fit: contain;
  }
  .blog-2-main .section-7 {
    padding: 35px 0;
  }

  .blog-3-main .section-1 {
    height: 480px;
    background-size: 100%;
    align-items: normal;
  }
  .blog-3-main .section-1 h1 {
    margin-bottom: 10px;
  }
  .blog-3-main .section-2, .blog-3-main .section-3, .blog-3-main .section-4, .blog-3-main .section-5, .blog-3-main .section-6, .blog-3-main .section-7 {
    background-size: cover;
    height: 360px;
  }
  .blog-3-main .section-2 .row-1 h3, .blog-3-main .section-3 .row-1 h3, .blog-3-main .section-4 .row-1 h3, .blog-3-main .section-5 .row-1 h3, .blog-3-main .section-6 .row-1 h3, .blog-3-main .section-7 .row-1 h3 {
    font-size: 22px;
    padding: 18px;
  }

  .blog-4-main .section-1 {
    padding-top: 60px;
  }
  .blog-4-main .section-1 .box-1 .cc-1 {
    padding: 30px;
  }
  .blog-4-main .section-1 .box-1 .cc-1 .blk-1 h2 {
    padding-bottom: 20px;
    font-size: 26px;
    margin-bottom: 15px;
  }
  .blog-4-main .section-1 .box-1 .cc-1 .blk-1 p {
    font-size: 26px;
  }
  .blog-4-main .section-1 .box-1:nth-child(even) .cc-1 {
    order: 1;
  }
  .blog-4-main .section-1 .box-1:nth-child(even) .cc-2 {
    order: 2;
  }
  .blog-4-main .section-2 {
    padding-top: 60px;
  }
}

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