@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,400&display=swap");
body {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "gilroy", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #fff;
  height: 200vh;
  position: relative;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "gilroy", "Noto Color Emoji";
  color: #000;
}

a {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a,
a:hover {
  text-decoration: none !important;
}

.navback {
  background-color: #00a650;
  width: 100%;
  position: absolute;
  background-size: cover;
  left: 0;
  height: 737px;
}

.nav1 {
  background-color: #fff;
  width: 122%;
  height: -webkit-fill-available;
  position: absolute;
  background-position: center;
  background-size: cover;
  left: -105px;
}

.slider1 {
  width: 100%;
}

.social3 {
  width: 8%;
  float: right;
  height: -webkit-fill-available;
}

.logo1 {
  display: block;
  width: 100%;
  margin-left: 70px;
}

.logo1 img {
  width: 50%;
}

.nav-link {
  width: 120%;
  display: block;
  margin-left: -90px;
  margin-top: 65px;
}

.nav-link ul {
  display: flex;
}

.nav-link ul li {
  display: inline-block;
  padding-right: 10px;
}

.nav-link ul li a {
  font-family: system-ui;
  color: #000;
  font-weight: bold;
  padding-right: 0px;
}

.nav-link ul li a:hover {
  border-bottom: 2px solid #ed1c24;
}

.heading {
  margin-left: 70px;
  width: 89%;
  display: block;
}

.heading h3 {
  text-align: center;
  color: #ed1c24;
  font-family: system-ui;
  font-weight: bold;
  font-size: 46px;
  margin-top: 35px;
}

.heading h1 {
  font-family: system-ui;
  font-weight: bolder;
  font-size: 140px;
  text-align: left;
  line-height: 120px;
  color: #1969bc;
  margin-top: -30px;
}

.heading img {
  width: 38%;
  float: right;
  margin-top: -154px;
}

.heading p {
  color: #ed1c24;
  font-family: system-ui;
  font-weight: bold;
  font-size: 33px;
}

.social-links {
  width: 100%;
  display: block;
  margin: 100px auto;
}

.social-links a {
}

.social-links a img {
  width: 42%;
  margin-left: 28px;
  padding-bottom: 54px;
}

.carousel-item img {
  width: 100%;
  height: 100%;
}

.carousel-control-prev img {
  width: 56%;
  margin-left: 52rem;
}

.carousel-control-next img {
  width: 56%;
  margin-left: 2rem;
}

.carousel-control-prev {
  left: 0;
  align-items: end;
  padding-bottom: 14px;
}

.carousel-control-next {
  right: 0;
  align-items: end;
  padding-bottom: 14px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/*sec 1*/

.sec1 {
  width: 100%;
  display: block;
  margin: 67px auto;
}

.sec1 h1 {
  font-weight: bold;
  color: #1969bc;
  text-align: center;
}

.prob1 {
  color: #232323;
  font-weight: 600;
  font-size: 19px;
}

.prob2 {
  color: #232323;
  opacity: 80%;
  font-size: 13px;
}

.box1 {
  width: 100%;
  display: block;
}

.box1 img {
  width: 20%;
  display: block;
}

.box1 h1 {
  color: #213992;
  font-weight: 600;
  font-size: 28px;
  padding-top: 12px;
}

.box1 p2 {
  color: #232323;
  font-weight: 600;
  opacity: 80%;
}

.box1 p {
  color: #000000;
  font-weight: bold;
}

.box2 {
  width: 100%;
  display: block;
}

.box2 img {
  width: 20%;
  display: block;
}

.box2 h1 {
  color: #213992;
  font-weight: 600;
  font-size: 28px;
  padding-top: 12px;
}

.one-line {
  width: 100%;
  display: flex;
}

.one-line p {
  color: #232323;
  font-weight: 600;
  opacity: 80%;
  padding-right: 40px;
}

.box3 {
  width: 100%;
  display: block;
}

.box3 img {
  width: 20%;
  display: block;
}

.box3 h1 {
  color: #213992;
  font-weight: 600;
  font-size: 28px;
  padding-top: 12px;
}

/*sec 2*/

.cards {
  width: 100%;
  display: block;
}

.cards h1 {
  text-align: center;
  color: #1969bc;
  font-weight: bold;
  font-size: 46px;
}

.cards p {
  color: #232323;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
}

.text-right a img {
  width: 10%;
  padding-bottom: 10px;
}

.card-body {
  width: 100%;
  display: block;
  margin-top: -12px;
}

.card-body h4 {
  color: #1969bc;
  font-weight: 600;
  font-size: 18px;
}

.card-body p {
  color: #232323;
  font-size: 14px;
}

.card-body input {
  float: right;
  background-color: #ed1c24;
  border: #ed1c24;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  height: 32px;
  width: 99px;
}

/*sec 3*/

.caro1 {
  width: 100%;
}

.caro1 h1 {
  color: #1969bc;
  font-family: system-ui;
  font-weight: bold;
  font-size: 42px;
}

.caro1 p {
  font-size: 19px;
  text-align: center;
  color: #232323;
  font-family: system-ui;
  font-weight: 500;
}

/*footer*/

.footer1 {
  background-image: url(images/Rectangle%20172.png);
  width: 100%;
}

.footer-hd {
  padding-top: 75px;
  width: 100%;
  display: block;
}

.footer-hd h1 {
  color: #fff;
  font-family: system-ui;
  font-weight: bold;
  font-size: 120px;
  text-align: right;
  line-height: 100px;
}

.footer-hd2 {
  padding-top: 80px;
  width: 70%;
  display: block;
  margin: 0 auto;
}

.footer-hd2 h1 {
  color: #ed1c24;
  font-weight: bold;
  opacity: 90%;
  font-size: 28px;
  font-family: system-ui;
}

.footer-hd2 p {
  color: #ffffff;
  text-align: left;
  font-family: system-ui;
  font-size: 20px;
}
.footer-hd2 p a {
  color: #ffffff;
  text-align: left;
  font-family: system-ui;
  font-size: 20px;
}

.sociall {
  width: 100%;
  display: block;
  margin-top: 80px;
}

.sociall h1 {
  color: #ed1c24;
  opacity: 90%;
  font-family: system-ui;
  font-weight: bold;
  font-size: 26px;
  text-align: left;
}

.social-links1 {
  display: block;
  width: 100%;
  letter-spacing: 12px;
}

.gap3 {
  padding-top: 40px;
}

.linee {
  border-top: 2px solid #fff;
  width: 100%;
  margin-top: 30px;
}

.linee h2 {
  text-align: center;
  font-family: system-ui;
  color: #fff;
  font-size: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navback {
    background-color: #00a650;
    width: 100%;
    position: absolute;
    background-size: cover;
    left: 0;
    height: 426px;
  }
  .social3 {
    width: 6%;
    float: right;
    height: -webkit-fill-available;
  }
  .social-links {
    width: 100%;
    display: block;
    margin: 60px auto;
  }
  .social-links a img {
    width: 60%;
    margin-left: 0px;
    padding-bottom: 32px;
  }
  .nav1 {
    background-color: #fff;
    width: 137%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -105px;
  }
  .logo1 {
    display: block;
    width: 100%;
    margin-left: 82px;
  }
  .nav-link {
    display: none;
  }
  .heading {
    margin-left: 82px;
    width: 82%;
    display: block;
  }
  .heading h3 {
    text-align: center;
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 30px;
    margin-top: 8px;
  }
  .heading h1 {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 84px;
    text-align: left;
    line-height: 78px;
    color: #1969bc;
    margin-top: -20px;
  }
  .heading img {
    width: 38%;
    float: right;
    margin-top: -102px;
  }
  .heading p {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 20px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 30rem;
  }
  .carousel-control-next img {
    width: 56%;
    margin-left: 1rem;
  }

  /*sec 1*/

  .sec1 {
    width: 100%;
    display: block;
    margin: 10px auto;
  }
  .sec1 h1 {
    font-weight: bold;
    color: #1969bc;
    text-align: center;
    font-size: 24px;
  }
  .prob1 {
    color: #232323;
    font-weight: 600;
    font-size: 12px;
  }
  .prob2 {
    color: #232323;
    opacity: 80%;
    font-size: 12px;
  }

  .box1 h1 {
    color: #213992;
    font-weight: 600;
    font-size: 22px;
    padding-top: 12px;
  }
  .box1 p2 {
    color: #232323;
    font-weight: 600;
    opacity: 80%;
    font-size: 14px;
  }
  .box1 p {
    color: #000000;
    font-weight: bold;
  }
  .box2 h1 {
    color: #213992;
    font-weight: 600;
    font-size: 20px;
    padding-top: 12px;
  }
  .one-line p {
    color: #232323;
    font-weight: 600;
    opacity: 80%;
    padding-right: 12px;
    font-size: 13px;
  }
  .box3 h1 {
    color: #213992;
    font-weight: 600;
    font-size: 22px;
    padding-top: 12px;
  }

  /*sec 2*/

  .cards h1 {
    text-align: center;
    color: #1969bc;
    font-weight: bold;
    font-size: 30px;
  }
  .cards p {
    color: #232323;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
  }
  .card-body h4 {
    color: #1969bc;
    font-weight: 600;
    font-size: 14px;
  }
  .card-body p {
    color: #232323;
    font-size: 10px;
  }
  .card-body input {
    float: right;
    background-color: #ed1c24;
    border: #ed1c24;
    border-radius: 4px;
    color: #ffffff;
    font-size: 12px;
    height: 26px;
    width: 76px;
  }

  /*sec 3*/

  /*footer*/

  .footer1 {
    background-image: url(images/Rectangle%20172.png);
    width: 100%;
  }
  .gap3 {
    padding-top: 26px;
  }
  .footer-hd {
    padding-top: 50px;
    width: 100%;
    display: block;
  }
  .footer-hd h1 {
    color: #fff;
    font-family: system-ui;
    font-weight: bold;
    font-size: 70px;
    text-align: right;
    line-height: 64px;
  }
  .footer-hd2 {
    padding-top: 52px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .footer-hd2 h1 {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 23px;
  }
  .footer-hd2 p {
    color: #ffffff;
    text-align: left;
    font-family: system-ui;
    font-size: 16px;
  }
  .sociall {
    width: 100%;
    display: block;
    margin-top: 52px;
  }
  .sociall h1 {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 23px;
  }
  .social-links1 {
    display: block;
    width: 100%;
    letter-spacing: 6px;
  }
  .linee {
    border-top: 1px solid #fff;
    width: 100%;
    margin-top: 30px;
  }
  .linee h2 {
    text-align: center;
    font-family: system-ui;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 780px) and (max-width: 991px) {
  .navback {
    height: 432px;
  }
}

@media (min-width: 785px) and (max-width: 991px) {
  .navback {
    height: 426px;
  }
  .social3 {
    width: 7%;
    float: right;
    height: -webkit-fill-available;
  }
  .social-links {
    width: 100%;
    display: block;
    margin: 55px auto;
  }
  .social-links a img {
    width: 56%;
    margin-left: 0px;
    padding-bottom: 27px;
  }
}

@media (min-width: 800px) and (max-width: 991px) {
  .navback {
    height: 432px;
  }
}

@media (min-width: 803px) and (max-width: 991px) {
  .navback {
    height: 452px;
  }
  .social-links a img {
    width: 56%;
    margin-left: 10px;
    padding-bottom: 27px;
  }
}

@media (min-width: 860px) and (max-width: 991px) {
  .social-links a img {
    width: 56%;
    margin-left: 0px;
    padding-bottom: 27px;
  }
}

@media (min-width: 900px) and (max-width: 991px) {
  .social-links a img {
    width: 56%;
    margin-left: -5px;
    padding-bottom: 27px;
  }
}

@media (min-width: 931px) and (max-width: 991px) {
  .nav1 {
    background-color: #fff;
    width: 137%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -114px;
  }
}

@media (min-width: 949px) and (max-width: 991px) {
  .nav1 {
    background-color: #fff;
    width: 137%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -118px;
  }
}

@media (min-width: 957px) and (max-width: 991px) {
  .nav1 {
    background-color: #fff;
    width: 140%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -129px;
  }
}

@media (min-width: 979px) and (max-width: 991px) {
  .nav1 {
    background-color: #fff;
    width: 143%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -139px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navback {
    height: 562px;
  }
  .nav1 {
    background-color: #fff;
    width: 122%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -82px;
  }
  .nav-link {
    width: 131%;
    display: block;
    margin-left: -90px;
    margin-top: 65px;
  }
  .nav-link ul li {
    display: inline-block;
    padding-right: 18px;
  }
  .nav-link ul li a {
    font-family: system-ui;
    color: #000;
    font-weight: bold;
    padding-right: 0px;
    font-size: 13px;
  }
  .heading h3 {
    text-align: center;
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 36px;
    margin-top: 12px;
  }
  .heading h1 {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 109px;
    text-align: left;
    line-height: 103px;
    color: #1969bc;
    margin-top: -26px;
  }
  .heading img {
    width: 38%;
    float: right;
    margin-top: -136px;
  }
  .heading p {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 25px;
  }
  .social-links {
    width: 100%;
    display: block;
    margin: 72px auto;
  }
  .social-links a img {
    width: 44%;
    margin-left: 14px;
    padding-bottom: 44px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 39rem;
  }
  .carousel-control-next img {
    width: 56%;
    margin-left: 1rem;
  }

  /*sec 1*/

  .sec1 {
    width: 100%;
    display: block;
    margin: 40px auto;
  }
  .sec1 h1 {
    font-weight: bold;
    color: #1969bc;
    text-align: center;
    font-size: 26px;
  }
  .prob1 {
    color: #232323;
    font-weight: 600;
    font-size: 16px;
  }
  .prob2 {
    color: #232323;
    opacity: 80%;
    font-size: 12px;
  }
  .one-line p {
    color: #232323;
    font-weight: 600;
    opacity: 80%;
    padding-right: 40px;
    font-size: 15px;
  }

  /*sec 2*/

  .cards h1 {
    text-align: center;
    color: #1969bc;
    font-weight: bold;
    font-size: 40px;
  }
  .cards p {
    color: #232323;
    font-weight: 600;
    text-align: center;
    font-size: 20px;
  }

  /*sec 3*/

  /*footer*/

  .footer-hd h1 {
    color: #fff;
    font-family: system-ui;
    font-weight: bold;
    font-size: 96px;
    text-align: right;
    line-height: 86px;
  }
  .footer-hd2 h1 {
    color: #ed1c24;
    font-weight: bold;
    opacity: 90%;
    font-size: 23px;
    font-family: system-ui;
  }
  .footer-hd2 p {
    color: #ffffff;
    text-align: left;
    font-family: system-ui;
    font-size: 18px;
  }
  .sociall h1 {
    color: #ed1c24;
    opacity: 90%;
    font-family: system-ui;
    font-weight: bold;
    font-size: 23px;
  }
  .linee h2 {
    text-align: center;
    font-family: system-ui;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1010px) and (max-width: 1199px) {
  .navback {
    height: 567px;
  }
}

@media (min-width: 1036px) and (max-width: 1199px) {
  .navback {
    height: 576px;
  }
}

@media (min-width: 1060px) and (max-width: 1199px) {
  .navback {
    height: 582px;
  }
}

@media (min-width: 1090px) and (max-width: 1199px) {
  .navback {
    height: 592px;
  }
}

@media (min-width: 1095px) and (max-width: 1199px) {
  .nav1 {
    background-color: #fff;
    width: 122%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -87px;
  }
}

@media (min-width: 1105px) and (max-width: 1199px) {
  .navback {
    height: 594px;
  }
  .nav1 {
    background-color: #fff;
    width: 125%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -100px;
  }
}

@media (min-width: 1108px) and (max-width: 1199px) {
  .navback {
    height: 616px;
  }
}

@media (min-width: 1161px) and (max-width: 1199px) {
  .nav1 {
    background-color: #fff;
    width: 125%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -105px;
  }
}

@media (min-width: 1171px) and (max-width: 1199px) {
  .nav1 {
    background-color: #fff;
    width: 127%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -112px;
  }
}

@media (min-width: 1185px) and (max-width: 1199px) {
  .nav1 {
    background-color: #fff;
    width: 130%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -129px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .slider1 {
    width: 106%;
    margin-top: 353px;
    position: absolute;
    left: -15px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 28rem;
  }
  .navback {
    width: 100%;
    position: absolute;
    background-size: cover;
    left: 0px;
    background-color: #fff;
  }
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: -webkit-fill-available;
  }
  .social-links {
    width: 50%;
    display: block;
    margin: 38px auto;
  }
  .social-links a img {
    width: 113%;
    margin-left: 0px;
    padding-bottom: 32px;
  }
  .nav1 {
    background-color: #fff;
    width: 100%;
    height: -webkit-fill-available;
    position: absolute;
    background-position: center;
    background-size: cover;
    left: -51px;
  }
  .LOGO1 {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
  }
  .logo1 {
    display: block;
    width: 20%;
    margin-left: 50px;
  }
  .COL-8 {
    padding: 0 !important;
    margin-left: -29px;
  }
  .logo1 img {
    width: 100%;
  }
  .nav-link {
    width: 100%;
    padding: 0;
    /* display: none; */
    margin-left: 0px;
    margin-top: 13px;
  }
  .nav-link ul {
    padding: 0;
    width: auto;
    width: 80vw;
  }
  .nav-link ul li a {
    font-size: 10px;
  }
  .heading {
    margin-left: 42px;
    width: 103%;
    display: block;
  }
  .heading h3 {
    text-align: center;
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 22px;
    margin-top: 18px;
  }
  .heading h1 {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 61px;
    text-align: left;
    line-height: 65px;
    color: #1969bc;
    margin-top: -16px;
  }
  .heading img {
    width: 40%;
    float: right;
    margin-top: -78px;
  }
  .heading p {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 15px;
  }

  /*sec 1*/

  .sec1 {
    width: 100%;
    display: block;
    margin: 0px auto;
  }
  .sec1 h1 {
    font-weight: bold;
    color: #1969bc;
    text-align: center;
    font-size: 30px;
  }
  .prob1 {
    color: #232323;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
  }
  .prob2 {
    color: #232323;
    opacity: 80%;
    font-size: 12px;
    text-align: center;
  }
  .one-line p {
    color: #232323;
    font-weight: 600;
    opacity: 80%;
    padding-right: 36px;
  }

  /*sec 2*/

  .cards h1 {
    text-align: center;
    color: #1969bc;
    font-weight: bold;
    font-size: 35px;
  }
  .cards p {
    color: #232323;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
  }
  .text-right a img {
    width: 20%;
    padding-bottom: 10px;
  }

  /*sec 3*/

  /*footer*/

  .footer-hd {
    padding-top: 0px;
    width: 100%;
    display: block;
  }
  .footer-hd h1 {
    color: #fff;
    font-family: system-ui;
    font-weight: bold;
    font-size: 54px;
    text-align: center;
  }
  .footer-hd2 {
    padding-top: 0px;
    width: 70%;
    display: block;
    margin: 0 auto;
  }
  .footer-hd2 h1 {
    color: #ed1c24;
    font-weight: bold;
    opacity: 90%;
    font-size: 22px;
    font-family: system-ui;
    text-align: center;
  }
  .footer-hd2 p {
    color: #ffffff;
    text-align: center;
    font-family: system-ui;
    font-size: 18px;
    line-height: 20px;
  }
  .sociall {
    width: 100%;
    display: block;
    margin-top: 0px;
  }
  .sociall h1 {
    color: #ed1c24;
    opacity: 90%;
    font-family: system-ui;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  .social-links1 {
    display: block;
    width: 100%;
    letter-spacing: 14px;
    text-align: center;
  }
  .linee h2 {
    text-align: center;
    font-family: system-ui;
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 330px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 750px;
  }
  .slider1 {
    width: 106%;
    margin-top: 353px;
    position: absolute;
    left: -17px;
  }
}

@media (min-width: 340px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 763px;
  }
}

@media (min-width: 350px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 780px;
  }
  .slider1 {
    width: 106%;
    margin-top: 353px;
    position: absolute;
    left: -18px;
  }
}

@media (min-width: 370px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 848px;
  }
  .heading h1 {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 72px;
    text-align: left;
    line-height: 65px;
    color: #1969bc;
    margin-top: -16px;
  }
  .heading img {
    width: 36%;
    float: right;
    margin-top: -78px;
  }
  .heading p {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 17px;
  }
  .slider1 {
    width: 106%;
    margin-top: 400px;
    position: absolute;
    left: -18px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 32rem;
  }
}

@media (min-width: 380px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 863px;
  }
}

@media (min-width: 392px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 877px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 34rem;
  }
}

@media (min-width: 410px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 901px;
  }
}

@media (min-width: 421px) and (max-width: 767px) {
  .slider1 {
    width: 104%;
    margin-top: 400px;
    position: absolute;
    left: -15px;
  }
  .heading img {
    width: 36%;
    float: right;
    margin-top: -98px;
  }
}

@media (min-width: 439px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 984px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 38rem;
  }
  .heading h3 {
    text-align: center;
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 26px;
    margin-top: 14px;
  }
  .heading h1 {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 87px;
    text-align: left;
    line-height: 76px;
    color: #1969bc;
    margin-top: -16px;
  }
  .heading img {
    width: 36%;
    float: right;
    margin-top: -98px;
  }
  .heading p {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 21px;
  }
  .slider1 {
    width: 104%;
    margin-top: 456px;
    position: absolute;
    left: -15px;
  }
}

@media (min-width: 454px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1004px;
  }
}

@media (min-width: 465px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1019px;
  }
}

@media (min-width: 489px) and (max-width: 767px) {
  .slider1 {
    width: 104%;
    margin-top: 488px;
    position: absolute;
    left: -17px;
  }
  .heading h1 {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 95px;
    text-align: left;
    line-height: 76px;
    color: #1969bc;
    margin-top: -16px;
  }
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1082px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 42rem;
  }
}

@media (min-width: 510px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1106px;
  }
}

@media (min-width: 530px) and (max-width: 767px) {
  .slider1 {
    width: 104%;
    margin-top: 488px;
    position: absolute;
    left: -18px;
  }
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1129px;
  }
}

@media (min-width: 556px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1162px;
  }
  .slider1 {
    width: 107%;
    left: -33px;
  }
}

@media (min-width: 618px) and (max-width: 767px) {
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1325px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 53rem;
  }
  .slider1 {
    width: 111%;
    margin-top: 582px;
    position: absolute;
    left: -54px;
  }
  .heading h3 {
    text-align: center;
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 35px;
    margin-top: 14px;
  }
  .heading h1 {
    font-family: system-ui;
    font-weight: bolder;
    font-size: 114px;
    text-align: left;
    line-height: 96px;
    color: #1969bc;
    margin-top: -16px;
  }
  .heading img {
    width: 36%;
    float: right;
    margin-top: -134px;
  }
  .heading p {
    color: #ed1c24;
    font-family: system-ui;
    font-weight: bold;
    font-size: 27px;
  }
  .social-links {
    width: 50%;
    display: block;
    margin: 84px auto;
  }
  .social-links a img {
    width: 113%;
    margin-left: 0px;
    padding-bottom: 41px;
  }
}

@media (min-width: 660px) and (max-width: 767px) {
  .slider1 {
    width: 115%;
    margin-top: 582px;
    position: absolute;
    left: -76px;
  }
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1375px;
  }
  .carousel-control-prev img {
    width: 56%;
    margin-left: 57rem;
  }
}

@media (min-width: 672px) and (max-width: 767px) {
  .slider1 {
    width: 111%;
    margin-top: 598px;
    position: absolute;
    left: -74px;
  }
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1414px;
  }
}

@media (min-width: 692px) and (max-width: 767px) {
  .slider1 {
    width: 113%;
    margin-top: 598px;
    position: absolute;
    left: -76px;
  }
  .social3 {
    width: 12%;
    background-color: #00a650;
    float: right;
    height: 1430px;
  }
}
.footer-hd2 ul li a {
  color: white;
  font-size: larger;
  font-weight: bold;
}
.footer-hd2 ul li a:hover {
  color: #02227a;
  transition: 0.2s all;
}
