* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #164059;
}
body.scroll-up .navbar {
  top: -180px;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  color: #164059;
}

section {
  padding: 40px 0;
}

section {
  scroll-margin-top: 70px;
}

p {
  font-size: 20px;
  color: #231F20;
}

h3 {
  font-size: 44px;
  font-weight: 400;
  color: #000;
}

h4 {
  font-weight: 700;
  font-size: 28px;
  color: #346C73;
}

h5 {
  font-size: 24px;
  font-weight: 600;
  color: #164059;
}

h6 {
  color: #231F20;
  font-weight: 500;
  font-size: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.navbar {
  padding: 24px 0;
  background: #fff;
}
.navbar .navbar-brand {
  margin-left: 20px;
}
.navbar .navbar-collapse {
  justify-content: end;
}
.navbar .main-logo {
  width: 260px;
}
.navbar .navbar-nav .nav-link {
  color: #164059;
  font-weight: 600;
  transition: 0.3s;
  border-radius: 40px;
  padding: 6px 16px;
  background-color: transparent;
  border: none;
  display: inline-block;
}
.navbar .navbar-nav .nav-link:hover {
  color: #8EA637;
}
.navbar .navbar-nav .nav-link.active {
  background: linear-gradient(90deg, #CBCF23 0%, #8EA637 100%);
  color: #fff;
}

.home-main .carousel img {
  max-width: 100%;
}
.home-main .carousel .carousel-indicators [data-bs-target] {
  background-color: #EFE4D0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  border: 0 !important;
}
.home-main .carousel .carousel-indicators .active {
  border-radius: 8px;
  width: 20px;
  background-color: #D3C4A9;
}
.home-main .carousel .arrow-btn {
  border: 0.75px solid #231F20;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 6px 15px;
  display: inline-block;
}
.home-main .carousel .carousel-control-prev .arrow-btn {
  transform: rotate(180deg);
}
.home-main .carousel .carousel-control-prev, .home-main .carousel .carousel-control-next {
  z-index: 11;
}
.home-main .carousel .carousel-control-prev .carousel-control-prev-icon, .home-main .carousel .carousel-control-prev .carousel-control-next-icon, .home-main .carousel .carousel-control-next .carousel-control-prev-icon, .home-main .carousel .carousel-control-next .carousel-control-next-icon {
  position: relative;
}
.home-main .carousel .carousel-control-prev .carousel-control-prev-icon:after, .home-main .carousel .carousel-control-prev .carousel-control-next-icon:after, .home-main .carousel .carousel-control-next .carousel-control-prev-icon:after, .home-main .carousel .carousel-control-next .carousel-control-next-icon:after {
  content: "";
  position: absolute;
  background-color: #164059;
  width: 50px;
  height: 50px;
  z-index: -1;
  left: -7px;
  top: -9px;
  border-radius: 50%;
}
.home-main .carousel .item-1 {
  background-color: #FFFAF0;
  padding: 80px 0;
}
.home-main .carousel .section-1 {
  position: relative;
  z-index: 2;
  padding: 0;
}
.home-main .carousel .section-1 .cc-1 h1 {
  font-size: 58px;
  color: #164059;
  font-weight: 600;
  margin: 0;
}
.home-main .carousel .section-1 .cc-1 .voice-btn {
  background: linear-gradient(90deg, #8EA637 0%, #346C73 100%);
  border: none;
  border-radius: 40px;
  padding: 8px 26px;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 30px;
}
.home-main .carousel .section-1 .cc-1 .voice-btn span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.home-main .carousel .section-1 .cc-1 p {
  color: #164059;
}
.home-main .carousel .section-1 .cc-2 img {
  width: 100%;
  height: 590px;
  object-fit: contain;
}
.home-main .carousel .item-2, .home-main .carousel .item-3 {
  background: linear-gradient(90deg, #8faec0 0%, #b9b878 52%, #f0bd05 100%);
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.home-main .carousel .item-2::after, .home-main .carousel .item-3::after {
  content: "";
  position: absolute;
  background-image: url(../img/item-bg2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 140px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.home-main .carousel .item-2 .row, .home-main .carousel .item-3 .row {
  align-items: center;
}
.home-main .carousel .item-2 p, .home-main .carousel .item-3 p {
  font-size: 26px;
  margin-bottom: 50px;
}
.home-main .carousel .item-2 .blk-1, .home-main .carousel .item-3 .blk-1 {
  display: flex;
  align-items: center;
}
.home-main .carousel .item-2 .blk-1 img, .home-main .carousel .item-3 .blk-1 img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 15px;
  margin-right: 20px;
}
.home-main .carousel .item-2 .blk-1 h6, .home-main .carousel .item-2 .blk-1 h5, .home-main .carousel .item-3 .blk-1 h6, .home-main .carousel .item-3 .blk-1 h5 {
  font-size: 18px;
  font-weight: 600;
  color: #164059;
}
.home-main .carousel .item-2 .blk-1 h6, .home-main .carousel .item-3 .blk-1 h6 {
  font-size: 18px;
  font-weight: 700;
}
.home-main .carousel .item-3 {
  background: linear-gradient(90deg, #dfc13b 0%, #c7be58 40%, #afba60 72%, #a1b55e 100%);
  padding: 80px 0;
}
.home-main .carousel .item-3::after {
  background-image: url(../img/item-bg3.png);
  background-size: auto;
  background-repeat: repeat-x;
  background-position: top;
  height: 250px;
  width: 100%;
  bottom: 100px;
  left: 0;
  z-index: 1;
}
.home-main .section-2 {
  background-image: url(../img/sec2-bg.png);
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0;
}
.home-main .section-2 .content {
  margin: 0 auto 40px;
}
.home-main .section-2 .content p {
  margin-bottom: 24px;
  color: #164059;
}
.home-main .section-2 .stats-wrapper {
  background: #F2B705;
  border-radius: 15px;
  padding: 50px 20px;
  row-gap: 30px;
  margin: 0;
}
.home-main .section-2 .stats-wrapper .cc-1 {
  padding: 0 20px;
}
.home-main .section-2 .stats-wrapper .stat-box {
  display: flex;
  align-items: center;
  gap: 26px;
  height: 100%;
}
.home-main .section-2 .stats-wrapper .stat-box .custom-border {
  width: 3px;
  height: 130px;
  position: relative;
  background: #DA9700;
  border-radius: 20px;
  flex-shrink: 0;
}
.home-main .section-2 .stats-wrapper .stat-box .custom-border:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 58%;
  background: #AE003D;
  border-radius: 20px;
}
.home-main .section-2 .stats-wrapper .stat-box .text h2 {
  font-size: 42px;
  line-height: 1;
  color: #A6032F;
  margin: 0 0 10px;
  font-weight: 500;
}
.home-main .section-2 .stats-wrapper .stat-box .text p {
  margin: 0;
}
.home-main .video-section {
  padding: 0;
}
.home-main .video-section .video-thumbnail {
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  transition: 0.3s ease;
}
.home-main .section-3 {
  background: #F9F4EA;
  background-image: url(../img/img-1.png);
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: -12% 33%;
  padding: 80px 0;
}
.home-main .section-3 .cc-1 img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  display: none;
}
.home-main .section-3 .cc-2 h3 {
  color: #000;
  margin-bottom: 24px;
}
.home-main .section-3 .cc-2 p {
  margin-bottom: 24px;
}
.home-main .section-4 .row-1 {
  margin-bottom: 40px;
}
.home-main .section-4 .row-1 .cc-1 {
  margin-bottom: 40px;
}
.home-main .section-4 .row-1 .cc-2 h4, .home-main .section-4 .row-1 .cc-2 p {
  margin-bottom: 24px;
}
.home-main .section-4 .row-2 .cc-1:first-child .content {
  position: relative;
  z-index: -1;
}
.home-main .section-4 .row-2 .blk-1 {
  text-align: center;
}
.home-main .section-4 .row-2 .blk-1 img {
  width: 70%;
  position: relative;
  top: 25px;
}
.home-main .section-4 .row-2 .blk-1 .content {
  text-align: left;
  background-color: #EEF1F6;
  padding: 80px 40px;
  border-radius: 20px;
  min-height: 470px;
  padding-bottom: 0;
}
.home-main .section-4 .row-2 .blk-1 .content p {
  margin-bottom: 0;
}
.home-main .section-4 .row-2 .blk-1 .content h5 {
  margin-bottom: 15px;
}
.home-main .section-5 .cc-1 h4, .home-main .section-5 .cc-1 p {
  margin-bottom: 24px;
}
.home-main .section-5 .cc-2 {
  margin-top: 60px;
}
.home-main .section-5 .cc-2 img {
  width: 100%;
}

.open-infra-main {
  background-color: #EEF1F6;
}

.section-6 {
  padding-bottom: 0;
}
.section-6 .row-1 {
  align-items: center;
  justify-content: space-between;
}
.section-6 .row-1 .cc-1 h3 {
  text-align: center;
  margin-bottom: 50px;
}
.section-6 .row-1 .cc-2 h4 {
  margin-bottom: 15px;
}
.section-6 .row-1 .cc-2 h6 {
  margin-bottom: 30px;
}
.section-6 .row-1 .cc-3 img {
  width: 100%;
}

.section-7 {
  padding-bottom: 0;
}
.section-7 .row-1 {
  margin-bottom: 30px;
}
.section-7 .row-1 h6 {
  text-align: center;
  font-size: 26px;
}
.section-7 .row-2 .cc-2 {
  margin-bottom: 40px;
}
.section-7 .row-2 .cc-2 .blk-1 {
  background: linear-gradient(90deg, #CBCF23 0%, #8EA637 100%);
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.section-7 .row-2 .cc-2 .blk-1 img {
  height: 65px;
  margin-bottom: 25px;
}
.section-7 .row-2 .cc-2 .blk-1 h5 {
  margin-bottom: 15px;
  max-width: 300px;
  color: #FFFFFF;
  min-height: 58px;
}
.section-7 .row-2 .cc-2 .blk-1 p {
  max-width: 300px;
  color: #FFFFFF;
  margin-bottom: 0;
}
.section-7 .row-2 .cc-2:nth-child(2) .blk-1 {
  background: linear-gradient(90deg, #F28405 0%, #F2B705 92%);
}
.section-7 .row-2 .cc-2:nth-child(3) .blk-1 {
  background: linear-gradient(90deg, #305290 0%, #164059 89%);
}
.section-7 .row-2 .cc-2:nth-child(4) .blk-1 {
  background: linear-gradient(90deg, #3CB4DC 0%, #3A7491 100%);
}
.section-7 .row-2 .cc-2:nth-child(5) .blk-1 {
  background: linear-gradient(90deg, #EF5E91 0%, #C63470 100%);
}
.section-7 .row-2 .cc-2:nth-child(6) .blk-1 {
  background: linear-gradient(90deg, #F2B705 0%, #8EA637 100%);
}

.section-8 {
  padding-bottom: 0;
}
.section-8 .cc-1 .blk-1 {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 40px;
}
.section-8 .cc-1 .blk-1 h6 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
}
.section-8 .cc-1 .blk-1 .blk-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-8 .cc-1 .blk-1 .blk-2 img {
  width: 110px;
  height: 110px;
  object-fit: contain;
}

.section-9 .row-1 {
  align-items: center;
}
.section-9 .row-1 .cc-1 h4 {
  margin-bottom: 15px;
}
.section-9 .row-1 .cc-1 h6 {
  margin-bottom: 30px;
}
.section-9 .row-1 .cc-2 {
  position: relative;
}
.section-9 .row-1 .cc-2:after {
  content: "";
  box-shadow: 0px -35px 36px #fff inset;
  height: 596px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section-9 .row-1 .cc-2 img {
  height: 596px;
  object-fit: cover;
  object-position: top;
  float: right;
}
.section-9 .row-2 .cc-2 {
  margin-bottom: 60px;
}
.section-9 .row-2 .cc-2 .blk-1 {
  background: linear-gradient(90deg, #CBCF23 0%, #8EA637 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 40px;
  text-align: center;
  height: 100%;
}
.section-9 .row-2 .cc-2 .blk-1 img {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 25px;
}
.section-9 .row-2 .cc-2 .blk-1 h6 {
  color: #FFFFFF;
  font-size: 21px;
  font-weight: 600;
  padding: 0 40px;
  margin-bottom: 0;
}
.section-9 .row-2 .cc-2:nth-child(2) .blk-1 {
  background: linear-gradient(90deg, #3CB4DC 0%, #3A7491 100%);
}
.section-9 .row-2 .cc-2:nth-child(3) .blk-1 {
  background: linear-gradient(90deg, #EF5E91 0%, #C63470 100%);
}
.section-9 .row-3 {
  background: linear-gradient(90deg, #305290 0%, #164059 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  padding: 30px 40px;
  padding-right: 0;
  border-radius: 20px;
  margin: 0;
}
.section-9 .row-3 .cc-1 h2, .section-9 .row-3 .cc-1 p {
  color: #fff;
}
.section-9 .row-3 .cc-1 p {
  max-width: 200px;
  margin-bottom: 0;
}
.section-9 .row-3 .cc-1 h2 {
  font-size: 54px;
  font-weight: 500;
}

.section-10 {
  padding: 40px 0;
}
.section-10 .row-1 .cc-1 {
  text-align: center;
}
.section-10 .row-1 .cc-1 img {
  width: 80px;
  margin-bottom: 20px;
}
.section-10 .row-1 .cc-1 p {
  margin-bottom: 0;
  font-weight: 600;
  padding: 0 30px;
}

.section-11 .cc-1 .blk-1 {
  background-color: #FAFAFA;
  border-radius: 20px;
  padding: 40px;
}
.section-11 .cc-1 .blk-1 h6 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 26px;
}
.section-11 .cc-1 .blk-1 .blk-2 {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.section-11 .cc-1 .blk-1 .blk-2 img {
  width: 150px;
  height: 120px;
  object-fit: contain;
}

.section-12 {
  background-color: #F5F5F5;
}
.section-12 .row {
  align-items: center;
}
.section-12 .row .cc-1 h3 {
  text-align: center;
  margin-bottom: 20px;
}
.section-12 .row .cc-3 img {
  width: 100%;
}
.section-12 .cc-1 {
  margin-bottom: 30px;
}
.section-12 .cc-1 .blk-1 {
  height: 260px;
  border: 0.5px solid #164059;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border-radius: 24px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.section-12 .cc-1 .blk-1 img {
  max-width: 120px;
}
.section-12 .cc-1 .blk-1 .hover-content {
  position: absolute;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  padding: 30px;
}
.section-12 .cc-1 .blk-1 .hover-content h4 {
  color: #fff;
  margin-bottom: 10px;
}
.section-12 .cc-1 .blk-1 .hover-content P {
  color: #fff;
}
.section-12 .cc-1 .blk-1:hover .hover-content {
  opacity: 1;
  visibility: visible;
}
.section-12 .cc-1:nth-child(3n+1) .blk-1 .hover-content {
  background: linear-gradient(90deg, #CBCF23 0%, #8EA637 100%);
}
.section-12 .cc-1:nth-child(3n+2) .blk-1 .hover-content {
  background: linear-gradient(90deg, #3CB4DC 0%, #3A7491 100%);
}
.section-12 .cc-1:nth-child(3n+3) .blk-1 .hover-content {
  background: linear-gradient(90deg, #EF5E91 0%, #C63470 100%);
}

.section-13 {
  background: linear-gradient(90deg, #2E5576 0%, #224A67 27%, #19425C 62%, #164059 100%);
  padding-bottom: 60px;
}
.section-13 .cc-1 {
  margin-bottom: 30px;
}
.section-13 .cc-1 h3, .section-13 .cc-1 h6, .section-13 .cc-1 p {
  color: #fff;
}
.section-13 .cc-1 h6 {
  margin-bottom: 30px;
}
.section-13 .cc-2 .nav {
  margin-bottom: 40px;
}
.section-13 .cc-2 .nav .nav-item {
  margin-right: 20px;
}
.section-13 .cc-2 .nav .nav-item .nav-link {
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  padding: 8px 30px;
}
.section-13 .cc-2 .nav .nav-item .nav-link.active {
  background: linear-gradient(90deg, #F2B705 0%, #8EA637 100%);
  border: 1px solid transparent;
}
.section-13 .cc-2 .tab-content h4, .section-13 .cc-2 .tab-content h6, .section-13 .cc-2 .tab-content p, .section-13 .cc-2 .tab-content h2 {
  color: #fff;
}
.section-13 .cc-2 .tab-content .row-1 {
  margin-bottom: 30px;
}
.section-13 .cc-2 .tab-content .row-1 h4 {
  font-weight: 600;
  position: relative;
}
.section-13 .cc-2 .tab-content .row-1 h4::after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #F2B705 0%, #8EA637 100%);
  width: 100px;
  height: 2px;
  bottom: -15px;
  left: 0;
}
.section-13 .cc-2 .tab-content .row-1 img {
  width: 80%;
  margin-top: 30px;
}
.section-13 .cc-2 .tab-content .row-2 h6 {
  margin-bottom: 30px;
  font-weight: 500;
}
.section-13 .cc-2 .tab-content .row-2 .blk-1 {
  padding: 40px;
  background: rgba(241, 242, 242, 0.13);
  border-radius: 15px;
  height: 100%;
}
.section-13 .cc-2 .tab-content .row-2 .blk-1 h2 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 0;
}
.section-13 .cc-2 .tab-content .row-2 .blk-1 h2 span {
  font-size: 20px;
}
.section-13 .cc-2 .tab-content .row-2 .blk-1 p {
  font-weight: 700;
}

.section-14 {
  background-color: #FFFAF0;
}
.section-14 .row-1 {
  margin-bottom: 40px;
}
.section-14 .row-1 .cc-1 h3 {
  text-align: center;
}
.section-14 .row-2 {
  justify-content: space-between;
}
.section-14 .row-2 .cc-1 {
  text-align: center;
}
.section-14 .row-2 .cc-1 a {
  text-decoration: none;
}
.section-14 .row-2 .cc-1 img {
  width: 100%;
  margin-bottom: 40px;
}
.section-14 .row-2 .cc-1 p {
  font-weight: 500;
}
.section-14 .row-2 .cc-1 h5 {
  color: #346C73;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
}

.section-15 {
  background-color: #EEF1F6;
}
.section-15 .cc-1 {
  margin-bottom: 60px;
}
.section-15 .cc-1 h3 {
  text-align: center;
}
.section-15 .owl-carousel .item {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.section-15 .owl-carousel .item::after {
  content: "";
  position: absolute;
  background: #00000037;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.section-15 .owl-carousel .item img {
  height: 400px;
  object-fit: cover;
}
.section-15 .owl-carousel .item h6 {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  z-index: 2;
}

.section-16 .row-1 {
  margin-bottom: 60px;
}
.section-16 .row-1 h3 {
  text-align: center;
}
.section-16 .row-2 {
  align-items: end;
  margin-bottom: 100px;
}
.section-16 .row-2 .cc-1 {
  padding: 0;
  border-bottom: 1px solid #231F20;
}
.section-16 .row-2 .cc-1 .blk-1 {
  max-width: 400px;
  padding-bottom: 40px;
}
.section-16 .row-2 .cc-1 .blk-1 h2 {
  margin-bottom: 15px;
}
.section-16 .row-2 .cc-1 .date-blk {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.section-16 .row-2 .cc-1 .date-blk span {
  font-size: 42px;
  font-weight: 400;
  color: #2d2d2d;
}
.section-16 .row-2 .cc-1 .date-blk .line {
  width: 70px;
  height: 1px;
  background: #2d2d2d;
}
.section-16 .row-2 .cc-1 .event-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #9cab2f;
  border-radius: 50px;
  padding: 10px 18px;
  margin-bottom: 28px;
}
.section-16 .row-2 .cc-1 .event-badge img {
  width: 18px;
  filter: brightness(0) invert(1);
}
.section-16 .row-2 .cc-1 .event-badge span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.section-16 .row-2 .cc-1 p {
  margin-bottom: 20px;
}
.section-16 .row-2 .cc-1 .arrow-btn {
  border: 0.75px solid #231F20;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
  padding: 6px 15px;
  display: inline-block;
}
.section-16 .row-2 .cc-2 {
  padding-left: 0;
}
.section-16 .row-2 .cc-2 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.section-17 {
  background-color: #EEF1F6;
}
.section-17 .row-2 .cc-2 .blk-1 h6 {
  min-height: 72px;
  max-width: 270px;
}

.section-18 .row-2 .cc-2 .blk-1 h6 {
  min-height: 72px;
  max-width: 270px;
}

.section-17 .row-1, .section-18 .row-1 {
  margin-bottom: 30px;
}
.section-17 .row-1 h3, .section-17 .row-1 p, .section-18 .row-1 h3, .section-18 .row-1 p {
  text-align: center;
}
.section-17 .row-2 .cc-2, .section-18 .row-2 .cc-2 {
  margin-bottom: 40px;
}
.section-17 .row-2 .cc-2 .blk-1, .section-18 .row-2 .cc-2 .blk-1 {
  background: linear-gradient(90deg, #CBCF23 0%, #8EA637 100%);
  border-radius: 15px;
  padding: 20px;
  text-align: center;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-17 .row-2 .cc-2 .blk-1 img, .section-18 .row-2 .cc-2 .blk-1 img {
  margin-bottom: 20px;
  height: 80px;
  object-fit: contain;
}
.section-17 .row-2 .cc-2 .blk-1 h2, .section-17 .row-2 .cc-2 .blk-1 p, .section-17 .row-2 .cc-2 .blk-1 h6, .section-18 .row-2 .cc-2 .blk-1 h2, .section-18 .row-2 .cc-2 .blk-1 p, .section-18 .row-2 .cc-2 .blk-1 h6 {
  color: #FFFFFF;
}
.section-17 .row-2 .cc-2 .blk-1 h2, .section-18 .row-2 .cc-2 .blk-1 h2 {
  font-size: 42px;
}
.section-17 .row-2 .cc-2 .blk-1 h6, .section-18 .row-2 .cc-2 .blk-1 h6 {
  font-weight: 600;
}
.section-17 .row-2 .cc-2:nth-child(2) .blk-1, .section-18 .row-2 .cc-2:nth-child(2) .blk-1 {
  background: linear-gradient(90deg, #F28405 0%, #F2B705 100%);
}
.section-17 .row-2 .cc-2:nth-child(3) .blk-1, .section-18 .row-2 .cc-2:nth-child(3) .blk-1 {
  background: linear-gradient(90deg, #305290 0%, #164059 100%);
}
.section-17 .row-2 .cc-2:nth-child(4) .blk-1, .section-18 .row-2 .cc-2:nth-child(4) .blk-1 {
  background: linear-gradient(90deg, #3CB4DC 0%, #3A7491 100%);
}
.section-17 .row-2 .cc-2:nth-child(5) .blk-1, .section-18 .row-2 .cc-2:nth-child(5) .blk-1 {
  background: linear-gradient(90deg, #EF5E91 0%, #C63470 100%);
}

.join-section {
  background: linear-gradient(90deg, #376385 0%, #528AB1 100%);
  overflow: hidden;
  position: relative;
}
.join-section::after {
  content: "";
  position: absolute;
  background-image: url(../img/contact-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.join-section .container {
  position: relative;
  z-index: 2;
}
.join-section .main-title {
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}
.join-section .join-content h2 {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
}
.join-section .join-content p {
  color: #fff;
}
.join-section .join-content span {
  display: block;
  font-size: 20px;
  color: #fff;
}
.join-section .join-content a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
}
.join-section .join-form form {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.join-section .join-form .form-group input,
.join-section .join-form .form-group textarea {
  width: 100%;
  border: 1px solid #F1F2F2;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 12px 20px;
  color: #fff;
  font-size: 20px;
  outline: none;
  backdrop-filter: blur(5px);
}
.join-section .join-form .form-group textarea {
  height: 180px;
  resize: none;
}
.join-section .join-form .form-group input::placeholder,
.join-section .join-form .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.join-section .join-form .submit-btn {
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  transition: 0.3s ease;
  background: linear-gradient(180deg, #a7bb26 0%, #6d9800 100%);
  width: 250px;
  text-align: center;
}
.join-section .join-form .submit-btn:hover {
  transform: translateY(-2px);
}

@media screen and (min-width: 1200px) and (max-width: 1340px) {
  .navbar .navbar-nav .nav-link {
    font-size: 15px;
    padding: 6px 12px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 13px;
    padding: 6px 10px;
  }

  .navbar .main-logo {
    width: 224px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
  .navbar .navbar-nav .nav-link {
    font-size: 12px;
    padding: 6px 10px;
  }

  .navbar .main-logo {
    width: 224px;
  }
}
html {
  zoom: 0.75;
}

.navbar {
  zoom: 1.2;
}

.container {
  max-width: 1320px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  html {
    zoom: 1;
  }

  .navbar {
    zoom: 1;
  }

  section {
    padding: 50px 0;
  }

  p {
    font-size: 18px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 20px;
  }

  .navbar {
    padding: 14px 0;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .main-logo {
    width: 220px;
  }

  .home-main .item-1 .section-1 .row {
    display: revert;
  }
  .home-main .section-4 .row-2 .cc-1 {
    margin-bottom: 30px;
  }
  .home-main .section-8 .cc-1 .blk-1 .blk-2 {
    flex-wrap: wrap;
  }
  .home-main .section-8 .cc-1 .blk-1 .blk-2 img {
    margin-bottom: 20px;
    width: 130px;
  }
  .home-main .section-9 {
    background-color: #EEF1F6;
  }
  .home-main .section-9 .row-1 .cc-2::after {
    height: 400px;
  }
  .home-main .section-9 .row-1 .cc-2 img {
    height: 400px;
  }
  .home-main .section-9 .row-2 .cc-2 {
    margin-bottom: 40px;
    width: 33.33%;
  }
  .home-main .section-9 .row-2 .cc-2 .blk-1 {
    padding: 12px;
    border-radius: 10px;
  }
  .home-main .section-9 .row-2 .cc-2 .blk-1 img {
    height: 30px;
    margin-bottom: 10px;
  }
  .home-main .section-9 .row-2 .cc-2 .blk-1 h6 {
    padding: 0;
    font-size: 11px;
    line-height: 16px;
  }
  .home-main .section-9 .row-2 .cc-2 .blk-1 h6 br {
    display: none;
  }
  .home-main .section-9 .row-3 {
    padding: 20px;
  }
  .home-main .section-9 .row-3 .cc-1 {
    width: 50%;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .home-main .section-9 .row-3 .cc-1:last-child {
    margin-bottom: 0;
  }
  .home-main .section-9 .row-3 .cc-1 .blk-1 {
    padding: 12px;
  }
  .home-main .section-9 .row-3 .cc-1:first-child:after, .home-main .section-9 .row-3 .cc-1:nth-child(3):after {
    content: '';
    border-right: 1px solid #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .home-main .section-9 .row-3 .cc-1:first-child:after, .home-main .section-9 .row-3 .cc-1:nth-child(2):after {
    content: '';
    border-bottom: 1px solid #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .home-main .section-9 .row-3 .cc-1 h2 {
    font-size: 32px;
  }
  .home-main .section-10 {
    background-color: #EEF1F6;
  }
  .home-main .section-10 .row-1 .cc-1 {
    margin-bottom: 20px;
    width: 33.33%;
  }
  .home-main .section-10 .row-1 .cc-1 img {
    width: 60px;
    margin-bottom: 6px;
  }
  .home-main .section-10 .row-1 .cc-1 p {
    font-size: 16px;
    padding: 0;
  }
  .home-main .section-11 .cc-1 .blk-1 .blk-2 {
    flex-wrap: wrap;
  }
  .home-main .section-11 .cc-1 .blk-1 .blk-2 img {
    margin-bottom: 20px;
  }
  .home-main .section-12 {
    background-color: #ffffff;
  }
  .home-main .section-12 .container .row:nth-child(2) {
    justify-content: center;
  }
  .home-main .section-12 .container .row:nth-child(2) .cc-1 {
    width: 33.33%;
  }
  .home-main .section-12 .container .row:nth-child(2) .cc-1 img {
    max-width: 80px;
  }
  .home-main .section-12 .container .row:nth-child(2) .cc-1 .blk-1 {
    padding: 12px;
    height: 140px;
  }
  .home-main .section-13 h6 {
    line-height: 28px;
  }
  .home-main .section-13 .cc-1 h3 {
    margin-bottom: 20px;
  }
  .home-main .section-13 .cc-2 .nav {
    margin-bottom: 20px;
  }
  .home-main .section-13 .cc-2 .nav .nav-item .nav-link {
    margin-bottom: 20px;
    padding: 6px 12px;
    font-size: 18px;
  }
  .home-main .section-13 .cc-2 .tab-content .row-1 h4 {
    margin-bottom: 20px;
  }
  .home-main .section-13 .cc-2 .tab-content .row-1 h4::after {
    bottom: -4px;
  }
  .home-main .section-13 .cc-2 .tab-content .row-1 img {
    width: 100%;
    margin-top: 30px;
    max-width: 400px;
    margin-bottom: 30px;
  }
  .home-main .section-13 .cc-2 .tab-content .row-2 .col-md-4 {
    margin-bottom: 30px;
  }
  .home-main .section-13 .cc-2 .tab-content .row-2 .col-md-4:last-child {
    margin-bottom: 0;
  }
  .home-main .section-13 .cc-2 .tab-content .row-2 .blk-1 {
    padding: 24px;
  }
  .home-main .section-13 .cc-2 .tab-content .row-2 .blk-1 h2 {
    font-size: 44px;
    display: inline;
  }
  .home-main .section-13 .cc-2 .tab-content .row-2 .blk-1 p {
    display: inline;
  }
  .home-main .section-14 .row-2 .cc-1 img {
    max-width: 300px;
  }
  .home-main .section-15 .owl-carousel .item img {
    height: 300px;
  }
  .home-main .section-16 {
    padding-bottom: 0;
  }
  .home-main .section-16 .row-2 {
    margin-bottom: 70px;
  }
  .home-main .section-16 .row-2 .cc-1 {
    padding: 0px 12px;
    order: 2;
  }
  .home-main .section-16 .row-2 .cc-2 {
    order: 1;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .home-main .section-17 .row-1 h3 {
    margin-bottom: 10px;
  }
  .home-main .section-17 .row-2 .cc-2, .home-main .section-18 .row-2 .cc-2 {
    width: 50%;
  }
  .home-main .section-17 .row-2 .cc-2 img, .home-main .section-18 .row-2 .cc-2 img {
    height: 50px;
  }
  .home-main .section-17 .row-2 .cc-2 .blk-1, .home-main .section-18 .row-2 .cc-2 .blk-1 {
    padding: 12px;
    min-height: 215px;
    height: auto;
    align-items: flex-start;
  }
  .home-main .section-17 .row-2 .cc-2 h2, .home-main .section-18 .row-2 .cc-2 h2 {
    font-size: 30px;
  }
  .home-main .section-17 .row-2 .cc-2 h6, .home-main .section-18 .row-2 .cc-2 h6 {
    font-size: 14px;
    min-height: 55px;
    margin-bottom: 10px;
  }
  .home-main .section-17 .row-2 .cc-2 p, .home-main .section-18 .row-2 .cc-2 p {
    font-size: 14px;
  }
  .home-main .join-section .main-title {
    font-size: 44px;
    margin-bottom: 40px;
  }
  .home-main .join-section .join-content {
    margin-bottom: 20px;
  }
  .home-main .section-18 .row-2 .cc-2:last-child {
    margin-bottom: 0;
  }
  .home-main .video-section {
    height: 300px;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .home-main .video-section img {
    width: auto !important;
    height: 100%;
    max-width: max-content !important;
  }
  .home-main .carousel .carousel-control-next, .home-main .carousel .carousel-control-prev {
    top: 200px;
    display: none;
  }
  .home-main .carousel .carousel-item {
    max-height: 750px;
  }
  .home-main .carousel .item-1 {
    padding: 50px 0;
  }
  .home-main .carousel .item-2, .home-main .carousel .item-3 {
    padding: 50px 0;
  }
  .home-main .carousel .item-2 p, .home-main .carousel .item-3 p {
    font-size: 19px;
  }
  .home-main .carousel .section-1 .cc-1 {
    order: 2;
  }
  .home-main .carousel .section-1 .cc-1 h1 {
    font-size: 40px;
  }
  .home-main .carousel .section-1 .cc-2 {
    order: 1;
    margin-bottom: 40px;
  }
  .home-main .carousel .section-1 .cc-2 img {
    height: 250px;
  }
  .home-main .section-2 {
    padding: 50px 0;
  }
  .home-main .section-2 .stats-wrapper {
    padding: 40px 10px;
  }
  .home-main .section-2 .stats-wrapper .cc-1 .stat-box .text h2 {
    font-size: 38px;
    margin-bottom: 5px;
  }
  .home-main .section-2 .stats-wrapper .cc-1 .stat-box .custom-border {
    height: 90px;
  }
  .home-main .section-3 {
    background-image: none;
    padding-bottom: 0;
  }
  .home-main .section-3 .cc-1 {
    order: 2;
    padding: 0;
  }
  .home-main .section-3 .cc-1 img {
    display: block;
    height: 400px;
    object-fit: cover;
  }
  .home-main .section-3 .cc-2 p:last-child {
    margin-bottom: 0;
  }
  .home-main .section-4 .row-1 {
    margin-bottom: 0;
  }
  .home-main .section-4 .row-1 .cc-1 {
    margin-bottom: 20px;
  }
  .home-main .section-4 .row-1 .cc-2 h4, .home-main .section-4 .row-1 .cc-2 p {
    margin-bottom: 20px;
  }
  .home-main .section-4 .row-2 .blk-1 img {
    width: 100%;
    max-width: 390px;
  }
  .home-main .section-4 .row-2 .blk-1 .content {
    min-height: 100%;
    padding: 60px 20px;
    padding-bottom: 40px;
    position: relative;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: -1;
  }
  .home-main .section-4 .row-2 .blk-1 .content:before {
    content: '';
    background-color: #EEF1F6;
    height: 100px;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    z-index: -1;
  }
  .home-main .section-5 {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .home-main .section-5 .cc-1 h4, .home-main .section-5 .cc-1 p {
    margin-bottom: 20px;
  }
  .home-main .section-5 .cc-2 {
    margin-top: 40px;
  }
  .home-main .section-6 {
    background-color: #EEF1F6;
  }
  .home-main .section-7 {
    background-color: #EEF1F6;
  }
  .home-main .section-7 .row-2 .cc-2 {
    width: 50%;
  }
  .home-main .section-7 .row-2 .cc-2 .blk-1 {
    padding: 12px;
  }
  .home-main .section-7 .row-2 .cc-2 .blk-1 img {
    height: 40px;
    margin-bottom: 10px;
  }
  .home-main .section-7 .row-2 .cc-2 .blk-1 h5 {
    font-size: 17px;
    margin-bottom: 10px;
    min-height: 46px;
  }
  .home-main .section-7 .row-2 .cc-2 .blk-1 p {
    font-size: 13px;
  }
  .home-main .section-8 {
    background-color: #EEF1F6;
    padding-bottom: 50px;
  }
  .home-main .section-8 .cc-1 .blk-1 {
    background-color: #ffffff;
    padding: 20px;
  }
  .home-main .section-8 .cc-1 .blk-1 h6 {
    margin-bottom: 0;
  }
  .home-main .section-8 .cc-1 .blk-1 .blk-2 img {
    width: 90px;
    margin: 0 8px;
  }
  .home-main .section-8 .cc-1 .blk-1 .blk-2 img:nth-child(4) {
    width: 60px;
  }
  .home-main .section-8 .cc-1 .blk-1 .blk-2 img:nth-child(5) {
    width: 40px;
  }
  .home-main .section-8 .cc-1 .blk-1 .blk-2 img:nth-child(6) {
    width: 60px;
  }
  .home-main .section-8 .cc-1 .blk-1 .blk-2 img:nth-child(7) {
    width: 70px;
  }

  .open-infra-main .section-1 .row-1 .cc-1 h3 {
    margin-bottom: 30px;
  }
  .open-infra-main .section-3 .cc-1 .blk-1 .blk-2 {
    flex-wrap: wrap;
  }
  .open-infra-main .section-3 .cc-1 .blk-1 .blk-2 img {
    width: 100px;
    height: auto;
    margin-bottom: 30px;
  }
  .open-infra-main .section-4 .row-1 .cc-1 {
    margin-bottom: 30px;
  }
  .open-infra-main .section-4 .row-1 .cc-2 img {
    height: 300px;
  }
  .open-infra-main .section-4 .row-2 .cc-2 {
    margin-bottom: 30px;
  }
  .open-infra-main .section-4 .row-2 .cc-2 .blk-1 {
    padding: 30px;
  }
  .open-infra-main .section-4 .row-2 .cc-2 .blk-1 img {
    width: 75px;
  }
  .open-infra-main .section-4 .row-3 {
    padding: 30px;
    text-align: center;
  }
  .open-infra-main .section-4 .row-3 .cc-1 {
    margin-bottom: 20px;
  }
  .open-infra-main .section-4 .row-3 .cc-1 h2 {
    font-size: 40px;
  }
  .open-infra-main .section-4 .row-3 .cc-1:last-child {
    margin-bottom: 0;
  }
  .open-infra-main .section-5 {
    padding: 0;
  }
  .open-infra-main .section-5 .row-1 .cc-1 {
    margin-bottom: 30px;
    flex: auto;
    width: 50%;
  }
  .open-infra-main .section-6 .cc-1 .blk-1 .blk-2 {
    flex-wrap: wrap;
  }
  .open-infra-main .section-6 .cc-1 .blk-1 .blk-2 img {
    margin-bottom: 30px;
  }
  .open-infra-main .section-6 .cc-1 .blk-1 .blk-2 img:last-child {
    margin-bottom: 0;
  }

  .partner-main .section-1 .row .cc-1 h3 {
    margin-bottom: 30px;
  }
  .partner-main .section-1 .cc-1 .blk-1 .hover-content p {
    font-size: 18px;
  }
  .partner-main .section-1 .cc-1:last-child {
    margin-bottom: 0;
  }
  .partner-main .section-2 {
    padding: 80px 0;
  }
  .partner-main .section-2 .cc-1 {
    margin-bottom: 30px;
  }
  .partner-main .section-2 .cc-1 h6 {
    margin-bottom: 30px;
  }
  .partner-main .section-2 .cc-2 .nav {
    margin-bottom: 40px;
  }
  .partner-main .section-2 .cc-2 .nav .nav-item .nav-link {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .partner-main .section-2 .cc-2 .tab-content .row-1 h4 {
    margin-bottom: 40px;
  }
  .partner-main .section-2 .cc-2 .tab-content .row-2 .blk-1 {
    margin-bottom: 30px;
  }
  .partner-main .section-3 .row-2 .cc-1 {
    margin-bottom: 20px;
  }
  .partner-main .section-3 .row-2 .cc-1 img {
    margin-bottom: 25px;
    height: 330px;
    object-fit: contain;
  }

  .gallery-main .section-1 .owl-carousel .item img {
    height: 300px;
  }
  .gallery-main .section-1 .cc-1 {
    margin-bottom: 30px;
  }
  .gallery-main .section-2 .row-2 {
    margin-bottom: 50px;
  }
  .gallery-main .section-2 .row-2 .cc-1 {
    padding: 0 12px;
    border-bottom: 0;
  }
  .gallery-main .section-2 .row-2 .cc-1 .blk-1 {
    padding-bottom: 30px;
  }
  .gallery-main .section-2 .row-2 .cc-1 .date-blk {
    margin-bottom: 18px;
  }
  .gallery-main .section-2 .row-2 .cc-1 .date-blk span {
    font-size: 30px;
  }
  .gallery-main .section-2 .row-2 .cc-2 {
    border-bottom: 1px solid #000;
    padding: 0;
  }
  .gallery-main .section-2 .row-2 .cc-2 img {
    height: 300px;
  }
  .gallery-main .section-2 .row-2:last-child {
    margin-bottom: 0;
  }
  .gallery-main .section-3 .row-1, .gallery-main .section-4 .row-1 {
    margin-bottom: 30px;
  }
  .gallery-main .section-3 .row-2 .cc-2, .gallery-main .section-4 .row-2 .cc-2 {
    margin-bottom: 30px;
  }
  .gallery-main .section-3 .row-2 .cc-2 .blk-1, .gallery-main .section-4 .row-2 .cc-2 .blk-1 {
    padding: 30px;
  }
  .gallery-main .section-3 .row-2 .cc-2 .blk-1 img, .gallery-main .section-4 .row-2 .cc-2 .blk-1 img {
    width: 75px;
  }
  .gallery-main .section-3 .row-2 .cc-2:last-child, .gallery-main .section-4 .row-2 .cc-2:last-child {
    margin-bottom: 0;
  }
  .gallery-main .join-section .main-title {
    margin-bottom: 40px;
  }
  .gallery-main .join-section .join-content {
    margin-bottom: 40px;
  }
  .gallery-main .join-section .join-content h2 {
    font-size: 28px;
  }
  .gallery-main .join-section .join-content p {
    font-size: 20px;
  }
}

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