@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia';
  src: url('../fonts/Georgia.eot');
  src: url('../fonts/Georgia.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia.woff2') format('woff2'), url('../fonts/Georgia.woff') format('woff'), url('../fonts/Georgia.ttf') format('truetype'), url('../fonts/Georgia.svg#Georgia') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Georgia-Bold';
  src: url('../fonts/Georgia-Bold.eot');
  src: url('../fonts/Georgia-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Georgia-Bold.woff2') format('woff2'), url('../fonts/Georgia-Bold.woff') format('woff'), url('../fonts/Georgia-Bold.ttf') format('truetype'), url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

::-moz-selection {
  color: #fff;
  background: #ccc;
}

::selection {
  color: #fff;
  background: #ccc;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: 'Montserrat-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  font-weight: normal;
  padding: 0px;
  font-family: 'Montserrat-Bold';
}

.h2 {
  font-size: 45px;
  line-height: 45px;
}

.h3 {
  font-size: 35px;
  line-height: 45px;
}

.h4 {
  font-size: 30px;
  line-height: 45px;
}

p {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-family: 'Georgia';
  font-size: 20px;
  line-height: 34px;
  color: #000000;
  padding-bottom: 15px;
}

img {
  border: none;
  max-width: 100%;
  object-fit: contain;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

a {
  display: inline-block;
  color: #000000;
}

a,
a:hover {
  cursor: pointer;
  text-decoration: none;
  transition: all ease .4s;
}

.overflow {
  display: block;
  overflow: hidden;
}

.wrapper {
  display: block;
  overflow: hidden;
}

/* header css start */

.logo img {
  width: auto;
  height: 52px;
}

.header-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-bottom {
  padding: 30px;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.fixed-header.header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #005DA6;
  box-shadow: 0px 0px 50px #00000029;
  animation: slide-down 0.7s;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.navigation-menu {
  padding: 0;
}

.navigation-menu ul li {
  margin: 0 30px 0 0 !important;
  position: relative;
  cursor: pointer;
}

.navigation-menu ul li.nav-item:last-child {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px !important;
}

.navigation-menu ul li a {
  position: relative;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  padding: 16px 0 !important;
  float: left;
  font-family: 'Montserrat-Medium';
}

.navigation-menu ul.navbar-nav>li>a:not(.contact-btn):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 9px;
  background-image: url('../images/menu-hover01.png');
  background-repeat: repeat-x;
  background-size: 23px auto;
  content: '';
  transition: ease 0.4s all;
}

.navigation-menu ul li:hover>a:not(.contact-btn)::after,
.navigation-menu ul li.current-menu-item>a:not(.contact-btn)::after,
.navigation-menu ul li.current-menu-parent>a:not(.contact-btn)::after {
  width: 100%;
}

.navigation-menu ul li a:hover~.menu-arrow:after,
.navigation-menu ul li.current-menu-parent a~.menu-arrow:after,
.navigation-menu ul li.current_page_item a~.menu-arrow:after
/*,
  .submenu-hover ul li > a ~ .menu-arrow:after*/

  {
  border-right: 2px solid #FADD54;
  border-bottom: 2px solid #FADD54;
}

.navigation-menu.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.navigation-menu.navbar-expand-lg .navbar-nav {
  align-items: center;
}

.navigation-menu .menu-arrow {
  float: left;
  margin-left: 12px;
  margin-top: 12px;
}

.navigation-menu .menu-arrow:after {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
  content: " ";
  display: inline-block;
  /*transform: rotate(-45deg);*/
  display: inline-block;
  /*top: 3px;*/
  transform: rotate(45deg);
  top: 0;
}

.navigation-menu ul li>.sub-menu {
  display: none;
}

.navigation-menu ul li>.sub-menu.toggle {
  display: block;
}

.navigation-menu ul li>.sub-menu.toggle {
  display: block;
}

.menu-item-has-children.toggle .menu-arrow {
  transform: rotate(90deg);
}

.navigation-menu .sub-menu {
  position: absolute;
  background: #fff;
  box-shadow: 0 0 4px #eee;
  min-width: 300px;
  z-index: 9;
  padding-right: 0;
  top: 100%;
  left: 0;
  margin: 0;
  max-height: 420px;
  overflow-y: auto;
}

.navigation-menu ul li ul.sub-menu li a:hover,
.navigation-menu .sub-menu li.current-menu-item a {
  color: #005DA6 !important;
}

.navigation-menu .sub-menu li.menu-item {
  border-bottom: 1px solid #f9f9f9;
  position: relative;
  margin: 0 !important;
  /*display: inline-block;*/
  display: grid;
  width: 100%;
}

.navigation-menu .sub-menu li a,
.navigation-menu .sub-menu li .sub-menu li a {
  padding: 10px 33px 10px 14px !important;
  width: 100%;
  display: inline-block;
  color: #000000 !important;
  font-size: 15px;
}

.navigation-menu .sub-menu li .sub-menu li a:before {
  position: absolute;
  content: "-";
  margin-right: 4px;
  color: #005DA6;
  left: 12px;
}

.navigation-menu .sub-menu li .sub-menu li a {
  padding: 10px 33px 10px 30px !important;
}

.navigation-menu .sub-menu li .sub-menu {
  position: relative;
  top: 0;
}

.navigation-menu ul li ul.sub-menu .menu-arrow {
  position: absolute;
  right: 13px;
  top: 7px !important;
  cursor: pointer;
  float: none;
  margin: 0;
}

.navigation-menu ul li ul.sub-menu .menu-arrow::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.navigation-menu ul li ul.sub-menu li.change-icon .menu-arrow::after {
  transform: rotate(45deg);
}

.navigation-menu ul li a.contact-btn span {
  margin-left: 20px;
}

.fixed-header.header-bottom .contact-btn svg path {
  stroke: #fff;
}

/* home page css start */

body .container-min {
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
}

.h1 {
  font-family: 'Montserrat-Black';
  font-size: 100px;
  line-height: 110px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-shadow: 4px 4px 0px #005DA6;
  text-transform: uppercase;
}

.navigation-menu ul li a.contact-btn {
  position: relative;
  color: #005DA6 !important;
  border-radius: 15px 43px 15px 32px;
  padding: 16px 23px !important;
  font-family: 'Montserrat-Bold';
  display: inline-flex;
  align-items: center;
}

.navigation-menu ul li a.contact-btn::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #FADD54 0% 0% no-repeat padding-box;
  border-radius: 15px 43px 15px 32px;
  width: calc(100% - 60px);
  height: 54px;
  z-index: -1;
  transition: ease 0.4s all;
}

.navigation-menu ul li a.contact-btn:hover::before {
  width: 100%;
  transition: ease 0.4s all;
}


/* button css */

.btn-next,
.navigation .pagination .page-link.prev,
.navigation .pagination .page-link.next {
  position: relative;
  color: #fff !important;
  border-radius: 15px 43px 15px 32px;
  padding: 12px 20px 12px 20px !important;
  font-family: 'Montserrat-Bold';
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  outline: none !important;
  z-index: 1;
}

.btn-next::before,
.navigation .pagination .page-link.prev:before,
.navigation .pagination .page-link.next:before {
  position: absolute;
  content: '';
  top: 0;
  width: calc(100% - 45px);
  left: 0;
  background: #164272 0% 0% no-repeat padding-box;
  border-radius: 15px 43px 15px 32px;
  height: 100%;
  z-index: -1;
  transition: all ease .4s;
}

.btn-next:hover::before,
.navigation .pagination .page-link.prev:hover:before,
.navigation .pagination .page-link.next:hover:before {
  width: 100%;
  transition: all ease .4s;
}

.btnSVG,
.contact-btn span {
  margin-left: 10px;
  overflow: hidden;
  width: 58px;
}

.btnSVG svg,
.contact-btn span svg {
  display: inline-block;
  position: relative;
  height: 14px;
}

.btn-next:hover .btnSVG svg,
.contact-btn:hover svg,
.navigation .pagination .page-link.prev:hover svg,
.navigation .pagination .page-link.next:hover svg {
  animation: wave1 3s linear infinite;
}

@keyframes wave1 {
  0% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-25%)
  }

  100% {
    transform: translateX(-50%)
  }
}

.main-title {
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  text-transform: uppercase;
  color: #005DA6;
  position: relative;
}

.about-title {
  position: relative;
  margin-bottom: 20px;
}

.box-title {
  font-family: 'Montserrat-Bold';
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #000;
  padding-top: 10px;
}

.home-banner {
  position: relative;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.home-banner::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 269px;
  background: transparent linear-gradient(180deg, #000000 0%, #80808000 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

.home-banner::after {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 318px;
  background: transparent linear-gradient(180deg, #005DA600 0%, #002F53 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

.home-banner .container-fluid,
.home-banner .row,
.home-banner .banner-content {
  height: 100vh;
}

.home-banner .banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 70px;
  position: relative;
}

.s-title {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding-bottom: 4px;
  font-family: 'Montserrat-Regular';
}

.banner-content h1 {
  margin-bottom: 0;
}

/* .sub-title svg {
    width: auto;
    fill: none;
    stroke: #FADD54;
    stroke-width: 5;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-animation: dash 4s linear infinite;
    animation: dash 4s linear infinite;
    transition-delay: 0.1s;
} */

.top-bottom {
  position: absolute;
  right: 0;
}

.top-bottom svg {
  animation: change-icon 4s infinite;
  height: 100px;
}

.top-bottom svg path {
  fill: none;
  stroke: #FADD54;
  stroke-width: 1.5;
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 6s linear infinite;
  animation: dash 6s linear infinite;
  transition-delay: 0.1s;
}

.top-bottom svg path#Path_25968 {
  stroke-width: 2;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: none;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
    fill: none;
  }
}

.top-bottom span {
  font-size: 16px;
  color: #fff;
  transform: rotate(90deg);
  display: inline-block;
  height: 10px;
  margin-left: -15px;
}

.top-bottom .btn-explore {
  display: block;
}

.top-bottom .btn-explore:hover span {
  color: #FADD54;
}

.home-about {
  position: relative;
  padding: 200px 40px 165px 230px;
  overflow: hidden;
}

.image-wrap {
  padding: 8px;
  position: relative;
  background-color: #FFFFFF;
  box-shadow: 10px 10px 5px #00000042;
  transition: ease 0.6s all;
}

.image-wrap img {
  width: 100%;
  height: auto;
  transition: ease 0.6s all;
}

.image-wrap:hover img,
.helpful-resources .slider figure:hover .image-wrap img {
  transform: scale(1.1, 1.1) rotate(-2deg);
}

.image-wrap .overflow {
  position: relative;
}

.image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
  height: 40%;
  text-align: left;
  display: flex;
  align-items: flex-end;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,002f53+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 47, 83, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 47, 83, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 47, 83, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#002f53', GradientType=0);
  /* IE6-9 */
}


.about-images {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 500px;
  width: 100%;
  overflow: hidden;
}

.about-images img {
  border: none;
  width: 100%;
  object-fit: contain;
}


/* .about-images img {
    border: none;
    height: 700px;
    object-fit: contain;
} */

.about-content ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.about-content ul li {
  list-style: disc;
  font-family: 'Georgia-Bold';
  font-size: 20px;
  line-height: 35px;
}


/* home-mission-vision css start */

.home-mission-vision {
  overflow: hidden;
  position: relative;
  padding: 36px 0px 70px 0px;
}

.home-mission-vision .column-wrap {
  position: relative;
}

.home-mission-vision .col {
  padding-left: 5px;
  padding-right: 5px;
}

.home-mission-vision .mission-box {
  background-color: #005DA6;
  color: #fff;
  padding: 122px 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.top-border-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.top-border-animation .yellow,
.top-border-animation .blue {
  height: 10px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transition: transform 0.4s ease;
  transform-origin: center center -5px;
  -webkit-transform-origin: center center -5px;
}

.top-border-animation .yellow {
  background-color: #fff;
  transform: perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
}

.top-border-animation .blue {
  background: #fadd54;
  transform: perspective(100px) rotateX(90deg) rotateY(0deg) rotateZ(0deg);
}

.mission-box:hover .top-border-animation .yellow {
  transform: perspective(100px) rotateX(-90deg) rotateY(0) rotateZ(0deg);
}

.mission-box:hover .top-border-animation .blue {
  z-index: 99999;
  transform: perspective(100px) rotateX(0deg) rotateY(0deg) rotateZ(0);
}

.home-mission-vision .mission-box svg.Layer_1,
.home-mission-vision .mission-box img,
.home-mission-vision .mission-box .top-border-animation+svg {
  height: 126px;
  width: 126px;
  margin-bottom: 30px;
}

/* Wave CSS */
.wave-animation {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  margin: auto;
  height: 120px;
  z-index: 1;
}

.wave-bg {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 6400px;
  height: 100px;
  background-repeat: repeat;
  background-position: left bottom;
  transform-origin: left bottom;
  background-size: contain;
  background-image: url(../images/wave-2.svg);
  animation: wave 12s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  background-repeat: repeat-x;
  transform: translate3d(0, 0, 0);
}

@keyframes wave {
  0% {
    margin-left: -1600px;
  }

  100% {
    margin-left: 0;
  }
}

/* @keyframes wave {
  100% {
    transform: translateX(0)
  }

  50% {
    transform: translateX(-25%)
  }

  0% {
    transform: translateX(-50%)
  }
} */

.home-mission-vision .owl-carousel .owl-stage {
  display: flex;
}

.home-mission-vision .owl-carousel .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1;
}


/* Owl Carousel CSS */
.owl-carousel {
  display: block;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: unset;
  -moz-user-select: unset;
  -ms-user-select: unset;
  user-select: unset;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
}

.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  text-align: center;
}

.owl-carousel .owl-dot.active {
  width: 100px;
  height: 30px;
  display: block;
  background: #FADD54;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: #D8D8D8;
  text-indent: -999px;
  cursor: pointer;
  outline: none;
  border-radius: 100%;
  transition: all ease .4s;
  pointer-events: auto;
}

.owl-carousel button.owl-dot.active {
  width: 20px;
  height: 20px;
  background-color: #FADD54;
}

.owl-carousel .owl-nav {
  text-align: center;
}

.owl-carousel .owl-nav button {
  position: absolute;
  top: 50%;
  left: -100px;
  display: inline-block;
  vertical-align: middle;
  width: 51px;
  height: 60px;
  margin: 0 10px;
  background-color: #dedede;
  outline: none;
  border-radius: 6px;
  transition: all ease .4s;
  transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -100px;
  transform: translateY(-50%) rotate(-180deg);
}

.owl-carousel .owl-nav button:before {
  position: absolute;
  top: 50%;
  left: 23px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  content: '';
  transform: translateY(-50%) rotate(-45deg);
}

.owl-carousel .owl-nav button:hover {
  background-color: #FADD54;
}

.owl-stage {
  margin: 0 auto;
}

.owl-drag .disabled {
  display: none;
}

.slider-no-current {
  display: none;
  padding-top: 46px;
}

.current-no:after {
  content: "/"
}

/* JK CSS END */

.home-mission-vision .mission-box .h3 {
  margin-bottom: 6px;
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  font-family: 'Montserrat-Bold';
}

.home-mission-vision .mission-box p {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  margin-top: 43px;
}


/* home-mission-vision css end */


/* counter css */

.home-program-impact {
  position: relative;
  padding: 100px 0px 140px 0px;
}

.home-program-impact .about-title {
  max-width: 1086px;
}

.subtitle {
  padding-top: 10px;
  font-size: 30px;
  line-height: 50px;
}

.home-program-impact .counter-main-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}

.counter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 66px 15px;
}

.counter::before {
  position: absolute;
  content: '';
  background-image: url('../images/counter-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.4s ease all;
  transform: scale(0);
}

.counter:hover:before {
  visibility: visible;
  opacity: 1;
  transition: 0.4s ease all;
  transform: scale(1);
}

.counter p {
  width: 100%;
  font-size: 22px;
  line-height: 30px;
}

.counter .item {
  width: 100%;
  padding-bottom: 7px;
  font-size: 40px;
  color: #005DA6;
  font-family: 'Montserrat-Bold';
}

.counter .item span {
  display: inline-block;
  font-size: 80px;
  line-height: 60px;
  color: #005DA6;
  font-family: 'Montserrat-Bold';
}

.counter-box {
  width: 25%;
  border: 1px solid #FADD54;
  position: relative;
}

.counter-box:nth-of-type(1) {
  border-left: 0px;
  border-top: 0px;
}

.counter-box:nth-of-type(1)::before {
  position: absolute;
  content: '';
  right: -20px;
  bottom: -20px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}

.counter-box:nth-of-type(2)::before {
  position: absolute;
  content: '';
  right: -20px;
  bottom: -20px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}

.counter-box:nth-of-type(3)::before {
  position: absolute;
  content: '';
  right: -20px;
  bottom: -20px;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 100%;
  z-index: 1;
}

.counter-box:nth-of-type(2),
.counter-box:nth-of-type(3) {
  border-top: 0px;
}

.counter-box:nth-of-type(4) {
  border-top: 0px;
  border-right: 0px;
}

.counter-box:nth-of-type(6),
.counter-box:nth-of-type(7) {
  border-bottom: 0px;
}

.counter-box:nth-of-type(5) {
  border-left: 0px;
  border-bottom: 0px;
}

.counter-box:nth-of-type(8) {
  border-right: 0px;
  border-bottom: 0px;
}

.home-partners {
  position: relative;
  padding: 60px 0px;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
}

.partners-list li {
  width: 20%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}

.partners-list li a {
  padding: 20px 15px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partners-list li a:hover {
  box-shadow: 8px 8px 4px #00000042;
}

.partners-list li a:hover img {
  transform: scale(0.9);
}

.partners-list li img {
  width: auto;
  object-fit: contain;
  transform: scale(1);
  transition: all ease .4s;
}


.counter-main-box .row>.col-lg-12 .about-title,
.counter-main-box .row>.col-lg-12 p {
  max-width: 100%;
}

/* Home Program */
.home-program {
  position: relative;
  padding: 50px 0px 200px 70px;
  background: linear-gradient(0deg, rgba(250, 221, 84, 1) 58%, rgba(255, 255, 255, 1) 42%);
}

.home-program .row {
  max-width: 1920px;
  margin: 0 auto;
}

.home-program .right-box {
  max-width: 945px;
  padding-left: 83px;
}

.our-program-list {
  height: 367px;
  margin-top: 70px;
  position: relative;
}

.our-program-list::before {
  position: absolute;
  content: '';
  left: 3px;
  top: 0;
  height: 100%;
  border: 1px solid #164272;
}

.our-list-box {
  margin-bottom: 62px;
  padding-top: 10px;
  padding-left: 50px;
  position: relative;
}

.our-list-box {
  margin-bottom: 42px;
}

.our-list-box::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0px;
  height: 128px;
  border: 4px solid #005DA6;
}

.our-program-list .h3 {
  display: block;
  padding-bottom: 12px;
  color: #000000;
  font-size: 35px;
}

.our-program-list p {
  max-width: 714px;
  line-height: 30px;
}

.our-program-list .btn-text {
  display: inline-block;
  margin-top: 12px;
  font-family: 'Montserrat-Bold';
  color: #000000;
  font-size: 20px;
}

.our-program-list .btn-text:hover {
  color: #005DA6;
}

.our-program-list .btn-text svg {
  width: 29px;
}

.our-program-list .btn-text:hover svg path {
  stroke: #005DA6;
}

.our-program-list .mCSB_scrollTools,
.our-program-list .mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.our-program-list .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.our-program-list .mCustomScrollBox:hover>.mCSB_scrollTools,
.our-program-list .mCustomScrollBox:hover~.mCSB_scrollTools,
.our-program-list .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.our-program-list .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.our-program-list .mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.our-program-list .mCustomScrollBox:hover>.mCSB_scrollTools,
.our-program-list .mCustomScrollBox:hover~.mCSB_scrollTools,
.our-program-list .mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.our-program-list .mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 0;
  visibility: hidden;
}

#style-3::-webkit-scrollbar-track {
  -webkit-box-shadow: unset;
  background-color: transparent;
}

#style-3::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

#style-3::-webkit-scrollbar-thumb {
  background-color: transparent;
}

/* Resources CSS */
.home-program-resources {
  position: relative;
  padding: 200px 0 274px 0;
  margin-bottom: 90px;
}

.home-program-resources .row {
  max-width: 1440px;
  margin: 0 auto;
}

.home-program-resources::before {
  position: absolute;
  content: '';
  top: -210px;
  left: -202px;
  background-image: url(../images/blue-shape.svg);
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1592px;
  min-height: 1341px;
  height: 100%;
  z-index: -1;
}

.home-program-resources .about-title .main-title {
  color: #fff;
}

.home-program-resources .about-title p {
  max-width: 893px;
  color: #fff;
}

.right-bottom-img {
  display: inline-block;
  position: absolute;
  bottom: 80px;
  right: 95px;
  width: auto;
}

.right-bottom-img img {
  height: 370px;
  width: auto;
}

.right-top-img {
  position: absolute;
  top: -115px;
  right: 98px;
  max-width: 394px;
}

.home-program-resources .pr-list {
  padding-top: 10px;
}

.home-program-resources .pr-list .btn-next {
  margin-top: 28px;
}


/* Contact Us CSS */

.contact-us {
  position: relative;
}

.contact-us:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.3%;
  height: 100%;
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+10,fadd54+10 */
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(250, 221, 84, 1) 10%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 10%, rgba(250, 221, 84, 1) 10%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 10%, rgba(250, 221, 84, 1) 10%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fadd54', GradientType=0);
  /* IE6-9 */
}

.contact-us:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43.7%;
  height: calc(100% + 93px);
  content: '';
  background-image: url(../images/form-bg01.png);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: 0 100%;
  margin-bottom: -93px;
}

.contact-us .container {
  position: relative;
  z-index: 1;
}

.contact-us [class*="col-"]:first-child {
  width: calc(50% + 120px);
  padding-right: 133px;
}

.contact-us [class*="col-"]:last-child {
  width: calc(50% - 120px);
}

.contact-us .content {
  padding-left: 130px;
}

.contact-us .small-container .content {
  max-width: 690px;
  padding-left: 0;
}

.contact-us .small-container [class*="col-"]:first-child {
  padding-right: 115px;
}

.contact-us .image-wrap {
  min-height: 10px;
  top: -50px;
  margin-top: -20px;
}

.contact-us .about-title svg path {
  fill: #fff;
}

.contact-us p {
  font-size: 30px;
  line-height: 50px;
}

.cognito-form-wrapper {
  padding: 105px 0 30px 150px;
}

form .btn-next {
  width: auto;
  padding: 15.25px 45px !important;
  font-family: 'Montserrat-Bold';
  font-size: 25px;
  border: none;
  background: transparent;
  z-index: 1;
  border-radius: 15px 43px 15px 32px;
  line-height: var(--bs-body-line-height);
}

form .btn-next:before {
  width: calc(100% - 88px);
}

form .btn-next::after {
  right: 30px;
}

form .btn-next span {
  margin-left: 25px;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

/* Form CSS */

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFFFFF !important;
  opacity: 1;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #FFFFFF !important;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #FFFFFF !important;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF !important;
  opacity: 1;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF !important;
  opacity: 1;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #FFFFFF !important;
  opacity: 1;
}

#cognito-form {
  height: 850px;
}

.form-group {
  margin-bottom: 30px;
}

.form-control,
.wpcf7-form-control {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 14px 27px;
  font-family: 'Georgia';
  color: #FFFFFF;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0;
  background-color: transparent !important;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border: 1px solid #FFFFFF;
  border-radius: 35px 22px 33px 25px;
  box-shadow: none;
  text-overflow: ellipsis;
  overflow: hidden;
}

textarea.form-control {
  padding: 24px 25px;
  height: 219px;
  resize: none;
  overflow-y: auto;
  border-radius: 55px 28px 89px 45px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.wpcf7-form-control-wrap.your-message .wpcf7-not-valid-tip {
  position: static;
}

.recaptcha {
  font-family: 'Georgia';
  font-size: 18px;
  color: #FFFFFF;
}

.recaptcha a {
  color: #FFFFFF;
  text-decoration: underline;
}

.recaptcha a:hover {
  color: #FADD54;
}


/* Blogs CSS */

.blogs {
  padding: 200px 20px 10px;
  overflow: hidden;
}

.blogs .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.blogs .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

.blogs figure {
  position: relative;
}

.blogs figure .image-wrap {
  display: block;
  position: static;
}

.blogs figure .image-wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
}

.blogs figure .image-wrap img {
  height: 485px;
  object-fit: cover;
}

.blogs .owl-stage .owl-item:nth-child(2n) figure .image-wrap img {
  height: 265px;
}

.blogs figcaption {
  padding: 40px 40px 61px;
  position: relative;
  overflow: hidden;
  z-index: -1;
}

.blogs figcaption::before {
  position: absolute;
  top: 0;
  left: 8px;
  right: 8px;
  height: 100%;
  content: '';
  background-color: #005DA6;
  transform: translateY(-100%);
  transition: ease 0.4s all;
  border-radius: 0px 0px 62px 30px;
}

.blogs figure:hover figcaption::before {
  transform: translateY(0);
}

.blogs .blog-title {
  font-family: 'Montserrat-Bold';
  font-size: 22px;
  line-height: 32px;
  position: relative;
  transition: ease 0.4s all;
  z-index: 1;
}

.blogs figure:hover .blog-title {
  color: #fff;
}

.blogs .owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Wave CSS */

.waveBox {
  background: url(../images/wave.svg) repeat-x;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 1920px;
  height: 76px;
  animation: waveBox 7s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
}

@keyframes waveBox {
  100% {
    margin-left: 0;
  }

  0% {
    margin-left: -900px;
  }
}


/* Page Title CSS */

.page-title {
  display: flex;
  align-items: flex-end;
  padding: 200px 0 70px;
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.page-title:before,
.page-title:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 269px;
  content: '';
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,002f53+100&1+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 47, 83, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 47, 83, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 47, 83, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00002f53', GradientType=0);
  /* IE6-9 */
}

.page-title:after {
  top: auto;
  bottom: 0;
  height: 209px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,002f53+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 47, 83, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 47, 83, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 47, 83, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#002f53', GradientType=0);
  /* IE6-9 */
}

.page-title .container {
  height: 100%;
  position: relative;
}

.page-title .content-wrap {
  position: relative;
  z-index: 1;
}

.page-title .title {
  padding-bottom: 20px;
  font-family: 'Montserrat-Black';
  font-size: 100px;
  line-height: 86px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-shadow: 4px 4px 0px #005DA6;
}

.page-title nav ol li,
.breadcrumb-item.active {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: #fff;
}

.page-title nav ol li a {
  color: #FADD54;
}

.page-title nav ol li a:hover {
  color: #FFFFFF;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
  margin-right: 10px;
  color: #fff;
  content: '';
  width: 7px;
  height: 2px;
  background-color: #fff;
}


/* Default Section CSS */

.default-section {
  padding: 175px 0;
}

.home-about.default-section {
  padding-bottom: 30px;
}

/* Icon Animation CSS */
.icon-animation {
  padding: 0 50px;
  width: 400px;
  margin-left: auto;
}

@keyframes moveAcross {
  0% {
    transform: rotate(-6deg);
  }

  50% {
    transform: rotate(12deg);
  }

  100% {
    transform: rotate(-6deg);
  }
}

@keyframes moveAcross1 {
  0% {
    left: 20px;
  }

  50% {
    left: calc(100% - 104px);
  }

  100% {
    left: 24x;
  }
}

@keyframes moveAcross2 {
  0% {
    left: -4px;
  }

  50% {
    left: 35px;
  }

  100% {
    left: -4px;
  }
}

@keyframes moveAcross3 {
  0% {
    right: 35px;
  }

  50% {
    right: -8px;
  }

  100% {
    right: 35px;
  }
}

@keyframes moveAcross4 {
  0% {
    transform: translateX(-35px);
  }

  50% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-35px);
  }
}

@keyframes moveAcross5 {
  0% {
    transform: translateX(20px);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(20px);
  }
}

.top-circles {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-top: 72px;
  animation: moveAcross 6s linear infinite;
}

.small-circle {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #005da6;
  border-radius: 100%;
  animation: moveAcross2 6s linear infinite;
}

.big-circle {
  position: absolute;
  left: 20px;
  width: 72px;
  height: 72px;
  background-color: #164272;
  border-radius: 100%;
  animation: moveAcross1 6s linear infinite;
}

.square {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #164272;
  animation: moveAcross3 6s linear infinite;
}

.square:before {
  position: absolute;
  top: -25px;
  right: -15px;
  content: '';
  border-top: 25px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 28px solid #FADD54;
  animation: moveAcross4 6s linear infinite;
}

.black-line {
  display: block;
  width: 100%;
  height: 9px;
  background-color: #000000;
  animation: moveAcross 6s linear infinite;
}

.yellow-circle {
  display: block;
  width: 110px;
  height: 110px;
  margin: 0 auto;
  background-color: #FADD54;
  border-radius: 100%;
  animation: moveAcross5 6s linear infinite;
}

/* Footer CSS Start */

.footer {
  padding: 100px 0;
  background-color: #005DA6;
  position: relative;
}

.footer:before {
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 100%;
  height: 585px;
  content: '';
  background-image: url(../images/footer-yellow-shape.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer:after {
  position: absolute;
  bottom: -70px;
  right: -70px;
  width: 286px;
  height: 332px;
  content: '';
  background-image: url(../images/shape-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer .container {
  position: relative;
  z-index: 1;
}

.nsts-about {
  max-width: 545px;
}

.footer-logo {
  display: inline-block;
  padding-bottom: 25px;
}

.footer-logo img {
  max-width: 486px;
  width: 100%;
  height: auto;
}

.footer .main-title {
  display: block;
  color: #fff;
  line-height: 1.2;
}

.contact-no {
  padding-bottom: 6px;
}

.contact-email {
  padding: 35px 0 12px;
}

.contact-info a {
  font-family: 'Montserrat-Medium';
  color: #fff;
  font-size: 20px;
}

.contact-info a:hover,
.footer-menu li a:hover,
.footer-menu li.current-menu-item>a {
  color: #FADD54;
}

.footer-menu li:hover:before,
.footer-menu li.current-menu-item:before {
  border-bottom-color: #FADD54;
}

.btn-next::before {
  background: #164272;
}

.footer-menu li {
  margin-bottom: 9px;
  padding-left: 33.5px;
  position: relative;
}

.footer-menu li a:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
  content: '';
  border-bottom: 3px solid #164272;
}

.footer-menu li:hover:before {
  border-bottom-color: #FADD54;
}

.footer-menu li a {
  font-family: 'Montserrat-Medium';
  color: #fff;
  font-size: 20px;
}

.socials {
  display: flex;
  align-items: center;
  padding: 16px 0 8px;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  margin-right: 15px;
  padding: 10px 10px;
  text-align: center;
  background-color: #164272;
  border-radius: 15px 43px 15px 32px;
}

.socials a:hover {
  background-color: #FADD54;
}

.socials a:hover svg path {
  fill: #164272;
}

.socials a:last-child {
  margin-right: 0;
}


/* Copyright CSS */

.copyright {
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.copyright .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.copyright p {
  padding: 0;
  font-size: 18px;
}

.copyright p a {
  color: #000;
}

.copyright p a:hover {
  color: #005DA6;
}

.wedesignby {
  display: flex;
  align-items: center;
  font-family: 'Georgia';
  font-size: 16px;
  color: #000;
}

.wedesignby a {
  display: inline-block;
  margin-left: 13px;
}

.wedesignby img {
  width: auto;
  height: 26px;
}

/* Refer a Youth Page CSS */
.refer-a-youth {
  margin: 170px 0;
}

.contact-us.refer-a-youth .content {
  padding-left: 0;
}

.refer-a-youth #cognito-form {
  height: 1950px;
}

.contact-us.refer-a-youth::before,
.contact-us.refer-a-youth::after {
  width: 50%;
}

.contact-us.refer-a-youth::after {
  height: calc(100% + 93px);
  margin-bottom: -93px;
  background-image: url(../images/form-bg02.png);
}


/* 404 CSS */
.error404 .page-title {
  height: 100vh;
  text-align: center;
  background-size: cover;
}

.error404 .page-title .content-wrap {
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.error404 .page-title h2 {
  padding: 10px 0 35px;
  color: #fff;
  text-shadow: 3px 3px 0px #005DA6;
}

.error404 .page-title .icon-animation {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.error404 .page-title+.icon-animation {
  display: none;
}

/* Privacy Policy CSS */
.privacy-policy .about-title {
  margin-bottom: 10px;
}

.privacy-policy p+.about-title {
  margin-top: 20px;
}

/* Back to Top CSS */
.back-to-top {
  position: fixed;
  bottom: -85px;
  right: 20px;
  transition: all ease .3s;
  z-index: 3;
}

.back-to-top.active {
  bottom: 75px;
}

.back-to-top a {
  display: flex;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: 'Averta-Bold';
  font-size: 0;
  color: #000000;
  text-align: center;
  border-radius: 10px 22px 10px 22px;
  text-transform: uppercase;
  justify-content: center;
  position: relative;
  box-shadow: 0 0 15px rgba(255, 255, 255, .1);
  background-color: #FADD54;
}

.back-to-top a:before {
  margin-top: 8px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #005DA6;
  border-right: 3px solid #005DA6;
  content: "";
  transition: all ease .4s;
  transform: rotate(-45deg);
}

.back-to-top a:hover {
  color: #ffffff;
  background-color: #164272;
}

.back-to-top a:hover:before {
  border-color: #fff;
}

.show-modal {
  display: none;
}

#exampleModalCenter .cognito-form-wrapper {
  padding: 0;
}

#exampleModalCenter #cognito-form {
  height: 500px;
}

#exampleModalCenter .close {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #005DA6;
  border: none;
  border-radius: 100%;
}

#exampleModalCenter .close span {
  font-size: 30px;
  line-height: 33px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#exampleModalCenter .close:hover {
  background: red;
}

.page-template-thank-you .home-partners {
  padding-bottom: 0;
}

.page-template-thank-you .home-partners .about-title {
  margin: 0;
}

.page-template-thank-you .home-partners .about-title p {
  font-family: 'Montserrat-Black';
  font-size: 22px;
  line-height: 26px;
  color: #005DA6;
  text-align: center;
  padding-bottom: 0 !important;
}

ul.bullet-list {
  margin: 0;
  padding: 0 0 18px;
}

ul.bullet-list li {
  margin-bottom: 10px;
  padding-left: 31px;
  list-style: none;
  font-family: 'Montserrat-Bold';
  line-height: 30px;
  position: relative;
}

ul.bullet-list li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: '';
  background-color: #FADD54;
  border-radius: 100%;
}

.cust-nsts-application-form iframe#cognito-forms {
  height: 7900px;
}

/* Responsive CSS */
@media screen and (min-width:992px) {
  .blogs .owl-carousel .owl-dots {
    display: none;
  }
}

@media screen and (min-width:1200px) {

  /* Header CSS */
  .navigation-menu ul>li:hover .sub-menu {
    display: inline-block;
  }

  .navigation-menu li.submenu-hover>a {
    color: #FFBA00 !important;
  }

  .navigation-menu li.submenu-hover .menu-arrow::after {
    border-right: 2px solid #FFBA00;
    border-bottom: 2px solid #FFBA00;
  }

  .navigation-menu ul li.current-menu-parent>a {
    position: relative;
  }

  .mobile-header {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  .home-banner {
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1441px) {

  /* Normal CSS */
  .container.small-container {
    max-width: 1433px;
  }
}

@media screen and (min-width:1651px) {

  /* Header CSS */
  .navigation-menu ul li.current-menu-parent>a:before {
    bottom: 48px;
  }
}

@media screen and (min-width: 1700px) {

  /* Normal CSS */
  .container {
    max-width: 1600px;
  }
}

@media screen and (min-width: 1921px) {

  body .container-min,
  .home-about,
  .home-mission-vision,
  .home-program-resources,
  .blogs {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1999px) {

  /* Footer CSS */
  .footer::before {
    background-size: 50% auto;
  }
}

@media screen and (min-width: 2400px) {

  /* Footer CSS */
  .footer::before {
    background-size: 52% auto;
  }
}

@media screen and (max-width: 1850px) {
  .right-top-img {
    right: 75px;
    max-width: 300px;
  }

  .right-bottom-img {
    right: 75px;
  }

  .right-bottom-img img {
    height: 300px;
  }
}

@media screen and (max-width: 1799px) {

  /* Header CSS */
  .logo img {
    height: 45px;
  }

  .navigation-menu ul li {
    margin: 0 14px 0 0 !important;
  }

  .navigation-menu ul li a.contact-btn {
    width: 100%;
  }

  /* Banner CSS */
  body .container-min {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }

  /* Home About CSS */
  .home-about {
    display: flex;
    justify-content: center;
    padding: 200px 12px 165px 12px;
  }

  .home-about>.row {
    max-width: 1600px;
  }

  /* Mission Vision */
  .home-mission-vision .mission-box {
    padding: 60px 60px 86px;
  }

  /* Footer CSS */
  .footer {
    padding: 80px 0;
  }

  .footer::before {
    top: -10px;
    bottom: 0;
    left: -2%;
    height: auto;
  }
}

@media screen and (max-width: 1699px) {

  /* Normal CSS */
  .box-title {
    font-size: 33px;
  }

  /* Header CSS */
  .logo img {
    height: 40px;
  }

  .navigation-menu ul li a {
    font-size: 15px;
  }

  .navigation-menu .menu-arrow {
    margin-left: 9px;
  }

  .navigation-menu .menu-arrow::after {
    width: 10px;
    height: 10px;
  }

  .navigation-menu ul li:last-child {
    margin: 0 !important;
  }

  .navigation-menu ul li a.contact-btn {
    padding: 13px 17px !important;
  }

  .navigation-menu ul li a.contact-btn::before {
    height: 48px;
    width: calc(100% - 43px);
  }

  .navigation-menu ul li a.contact-btn span {
    margin-left: 8px;
    width: 52px;
  }

  .navigation-menu ul li a.contact-btn span svg {
    height: 13px;
  }

  /* Banner CSS */
  .h1 {
    font-size: 85px;
    line-height: 95px;
  }

  .s-title {
    font-size: 32px;
    line-height: 38px;
  }

  /* Home About CSS */
  .home-about>.row {
    max-width: 1320px;
  }

  /* Mission Vision */
  .home-mission-vision .mission-box {
    padding: 44px 44px 86px;
  }

  .home-mission-vision .mission-box .h3 {
    font-size: 45px;
    line-height: 45px;
  }

  .home-mission-vision .mission-box .h3+svg {
    width: 180px;
  }

  .home-mission-vision .mission-box p {
    margin-top: 33px;
    font-size: 20px;
    line-height: 28px;
  }

  /* Our Program CSS */
  .home-program {
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 55%, rgba(255, 255, 255, 1) 45%);
  }

  .home-program .row {
    padding-right: 40px;
  }

  /* Program Resources */
  .home-program-resources {
    padding: 150px 0 130px 0;
  }

  .home-program-resources .row {
    max-width: 1320px;
    margin: 0 auto;
  }

  .home-program-resources::before {
    width: 1350px;
    min-height: 1140px;
  }

  .right-bottom-img {
    bottom: 50px;
    height: auto;
  }

  .right-bottom-img img {
    height: 250px;
  }

  /* Contact Us CSS */
  .contact-us:after {
    margin-bottom: -91px;
    height: calc(100% + 91px);
  }

  .contact-us .content {
    padding-left: 40px;
  }

  .contact-us p {
    font-size: 28px;
    line-height: 45px;
  }

  .cognito-form-wrapper {
    padding: 80px 0 30px 100px;
  }

  .contact-us .small-container .content {
    max-width: 650px;
  }

  /* Blog CSS */
  .blogs figcaption {
    padding: 35px 30px 51px;
  }

  .blogs .blog-title {
    font-size: 20px;
    line-height: 28px;
  }

  /* Page title CSS */
  .page-title {
    padding: 180px 0 50px;
  }

  .page-title .title {
    padding-bottom: 10px;
    font-size: 85px;
    line-height: 85px;
  }

  .page-title nav ol li,
  .breadcrumb-item.active {
    font-size: 26px;
  }

  .home-banner .banner-content .s-title+div>svg {
    width: 50%;
  }

  .contact-us.refer-a-youth::after {
    height: calc(100% + 92px);
    margin-bottom: -92px;
  }
}

@media screen and (max-width: 1600px) {

  /* Footer CSS */
  .footer::before {
    left: -2%;
  }

  .footer:after {
    position: absolute;
    bottom: -70px;
    right: -70px;
    width: 200px;
    height: 246px;
  }
}

@media screen and (max-width: 1599px) {

  /* Footer CSS */
  .footer::before {
    left: -5%;
  }

  .home-program {
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 53%, rgba(255, 255, 255, 1) 47%);
  }

  .blogs figure .image-wrap img {
    height: 380px;
  }

  .blogs .owl-stage .owl-item:nth-child(2n) figure .image-wrap img {
    height: 265px;
  }
}

@media screen and (max-width: 1499px) {

  /* Footer CSS */
  .footer::before {
    left: -7%;
  }
}

@media screen and (max-width: 1440px) {

  /* Normal CSS */
  p {
    font-size: 18px;
    line-height: 30px;
  }

  .about-title {
    margin-bottom: 0px;
  }

  .main-title {
    font-size: 20px;
  }

  .about-title svg {
    width: 120px;
  }

  .box-title {
    font-size: 30px;
    line-height: 40px;
  }

  .default-section {
    padding: 140px 0;
  }

  /* Btn CSS */
  .btn-next {
    font-size: 18px;
  }

  .btn-next::before {
    width: calc(100% - 43px);
  }

  .btnSVG {
    width: 54px;
  }

  .btnSVG svg {
    height: 13px;
  }

  /* Header CSS */
  .header-bottom {
    padding: 20px;
  }

  .logo img {
    height: 35px;
  }

  /* Home About CSS */
  .home-about {
    padding: 120px 12px;
  }

  .about-content ul li {
    font-size: 18px;
    line-height: 30px;
  }

  /* Mission Vision CSS */
  .home-mission-vision {
    padding: 0 0 50px;
  }

  .home-mission-vision .mission-box {
    padding: 35px 35px 95px;
  }

  .top-border-animation .yellow,
  .top-border-animation .blue {
    height: 8px;
    transform-origin: center center -4px;
    -webkit-transform-origin: center center -4px;
  }

  .home-mission-vision .mission-box svg.Layer_1,
  .home-mission-vision .mission-box img,
  .home-mission-vision .mission-box .top-border-animation+svg {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }

  .home-mission-vision .mission-box .h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .home-mission-vision .mission-box .h3+svg {
    width: 160px;
  }

  .home-mission-vision .mission-box p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 26px;
  }

  /* Counter CSS */
  .home-program-impact {
    padding: 70px 0px 100px 0px;
  }

  .home-program-impact .about-title {
    max-width: 935px;
  }

  .subtitle {
    font-size: 26px;
    line-height: 44px;
  }

  .home-program-impact .counter-main-box {
    margin-top: 35px;
  }

  .counter .item {
    padding: 0;
    font-size: 30px;
  }

  .counter .item span {
    font-size: 60px;
  }

  .counter p {
    font-size: 20px;
    line-height: 28px;
  }

  /* Our Program CSS */
  .home-program {
    padding-left: 40px;
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 56%, rgba(255, 255, 255, 1) 44%);
  }

  .home-program .row {
    padding-right: 40px;
  }

  .home-program .right-box {
    max-width: 772px;
    padding-left: 40px;
  }

  .our-program-list {
    height: 326px;
    margin-top: 40px;
  }

  .our-list-box {
    padding-top: 0;
    padding-left: 40px;
  }

  .our-program-list .h3 {
    padding-bottom: 0;
    font-size: 28px;
  }

  .our-program-list p {
    max-width: 614px;
    font-size: 20px;
  }

  .our-program-list .btn-text {
    margin-top: 5px;
  }

  /* Program Resources */
  .home-program-resources {
    padding: 150px 0 130px 0;
  }

  .home-program-resources::before {
    width: 1250px;
    min-height: 1070px;
    top: -100px;
    left: -150px;
  }

  .right-top-img {
    top: -80px;
    right: 50px;
    max-width: 250px;
  }

  .right-bottom-img {
    right: 50px;
  }

  .right-bottom-img img {
    height: 240px;
  }

  .home-program-resources .pr-list .btn-next svg {
    width: auto;
  }

  /* Contact Us CSS */
  .contact-us .about-title {
    margin-bottom: 15px;
  }

  form .btn-next::before {
    width: calc(100% - 85px);
  }

  /* Blog CSS */
  .blogs {
    padding: 120px 25px 10px;
  }

  /* Icon Animation CSS */
  .icon-animation svg {
    width: 250px;
    height: auto;
  }

  /* Footer CSS */
  .footer::before {
    left: -3%;
  }

  .footer .about-title {
    margin-bottom: 10px;
  }

  .contact-info a,
  .footer-menu li a {
    font-size: 17px;
  }

  .footer-menu li {
    padding-left: 28px;
  }

  .footer-menu li::before {
    top: 12px;
    width: 14px;
    height: 2px;
  }

  .copyright p {
    font-size: 16px;
  }

  .wedesignby a {
    margin-left: 10px;
  }
}

@media screen and (max-width: 1399px) {

  /* Normal CSS */
  .box-title {
    font-size: 28px;
    line-height: 38px;
  }

  .default-section {
    padding: 120px 0;
  }

  .wave-bg {
    background-size: contain;
  }

  /* Header CSS */
  .logo img {
    height: 33px;
  }

  .navigation-menu ul li a {
    font-size: 14px;
  }

  .navigation-menu ul li a.contact-btn {
    padding: 11px 15px !important;
  }

  .navigation-menu ul li a.contact-btn::before {
    height: 44px;
    width: calc(100% - 38px);
  }

  .navigation-menu ul li a.contact-btn span {
    width: 38px;
  }

  .navigation-menu ul li a.contact-btn span svg {
    height: 12px;
  }

  /* Banner CSS */
  body .container-min {
    padding-left: 50px;
    padding-right: 50px;
  }

  .home-banner .banner-content {
    padding-bottom: 50px;
  }

  .h1 {
    font-size: 75px;
    line-height: 85px;
  }

  .s-title {
    font-size: 28px;
    line-height: 34px;
  }

  /* Home About CSS */
  .home-about>.row {
    max-width: 1140px;
  }

  .about-images {
    min-height: auto;
  }

  /* Counter CSS */
  .home-program-impact {
    padding: 50px 0px 70px 0px;
  }

  .home-program-impact .about-title {
    max-width: 860px;
  }

  .subtitle {
    font-size: 24px;
    line-height: 40px;
  }

  .counter {
    padding: 45px 15px;
  }

  .counter .item span {
    font-size: 50px;
  }

  /* Our Program CSS */
  .home-program {
    padding-bottom: 170px;
  }

  .home-program .right-box {
    max-width: 680px;
  }

  .our-program-list {
    height: 316px;
    margin-top: 30px;
  }

  .our-list-box {
    margin-bottom: 32px;
    padding-left: 40px;
  }

  .our-program-list .h3 {
    font-size: 26px;
  }

  .our-program-list p {
    max-width: 580px;
  }

  .our-program-list .btn-text {
    margin-top: 5px;
  }

  /* Program Resources */
  .home-program-resources {
    padding: 100px 0 100px 0;
  }

  .home-program-resources .row {
    max-width: 1140px;
    margin: 0 auto;
  }

  .home-program-resources::before {
    width: 1020px;
    min-height: 860px;
    left: -85px;
  }

  .right-bottom-img img {
    height: 220px;
  }

  .right-top-img img {
    height: auto;
  }

  .home-program-resources .pr-list {
    padding-top: 0;
  }

  .home-program-resources .pr-list .btn-next {
    margin-top: 18px;
  }

  /* Contact Us CSS */
  .contact-us:after {
    margin-bottom: -89px;
    height: calc(100% + 89px);
  }

  .contact-us .image-wrap {
    top: -35px;
  }

  .contact-us .content {
    padding-left: 30px;
  }

  .contact-us p {
    font-size: 24px;
    line-height: 40px;
  }

  .cognito-form-wrapper {
    padding: 60px 0 30px 50px;
  }

  textarea.form-control {
    height: 180px;
  }

  /* Blog CSS */
  .blogs figcaption {
    padding: 35px 20px 35px;
  }

  .blogs .blog-title {
    font-size: 18px;
    line-height: 26px;
  }

  /* Page title CSS */
  .page-title {
    min-height: 500px;
  }

  .page-title {
    padding: 160px 0 40px;
  }

  .page-title .title {
    font-size: 75px;
    line-height: 75px;
  }

  .page-title nav ol li,
  .breadcrumb-item.active {
    font-size: 24px;
  }

  /* Footer CSS */
  .footer {
    padding: 70px 0;
  }

  .footer::before {
    left: 0;
    width: 50%;
    background-size: cover;
    background-position: 100% 0;
  }

  .nsts-about {
    max-width: 400px;
  }

  .footer-logo img {
    max-width: 330px;
  }

  .socials {
    padding: 10px 0 2px;
  }

  .refer-a-youth {
    margin: 100px 0;
  }

  .contact-us.refer-a-youth::after {
    height: calc(100% + 90px);
    margin-bottom: -90px;
  }

  .blogs figure .image-wrap img {
    height: 350px;
  }

  .blogs .owl-stage .owl-item:nth-child(2n) figure .image-wrap img {
    height: 265px;
  }
}

@media screen and (max-width: 1299px) {

  /* Header CSS */
  .header-bottom {
    padding: 15px 12px;
  }

  .logo img {
    height: 28px;
  }

  .navigation-menu ul li a {
    font-size: 13px;
  }

  .navigation-menu .menu-arrow {
    margin-left: 7px;
  }

  .navigation-menu .menu-arrow::after {
    width: 8px;
    height: 8px;
  }

  .s-title {
    padding-bottom: 0;
  }

  /* Mission Vision CSS */
  .home-mission-vision .mission-box {
    padding: 25px 25px 85px;
  }

  .top-border-animation .yellow,
  .top-border-animation .blue {
    height: 6px;
    transform-origin: center center -3px;
    -webkit-transform-origin: center center -3px;
  }

  .home-mission-vision .mission-box svg.Layer_1,
  .home-mission-vision .mission-box img,
  .home-mission-vision .mission-box .top-border-animation+svg {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }

  .home-mission-vision .mission-box .h3 {
    font-size: 32px;
    line-height: 32px;
  }

  .home-mission-vision .mission-box .h3+svg {
    width: 130px;
  }

  .home-mission-vision .mission-box p {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1199px) {

  /* Header CSS */
  .header-bottom,
  .mobile-header {
    padding: 15px 12px;
  }

  .mobile-header {
    background-color: #005DA6;
  }

  .mobile-header .logo {
    display: inline-block;
  }

  .logo img {
    height: 35px;
  }

  .navigation-menu .sub-menu {
    position: relative;
    top: 0;
  }

  .navigation-menu {
    justify-content: flex-end;
  }

  .navigation-menu button:focus {
    box-shadow: none;
  }

  .navigation-menu button:focus-visible {
    outline: none;
  }

  .navigation-menu button span {
    background: none !important;
  }

  .navigation-menu button span {
    width: 25px;
    height: 3px;
    background: #fff !important;
    margin: 3px 0;
    display: inline-block;
    position: relative;
  }

  .navigation-menu button span:after,
  .navigation-menu button span:before {
    width: 30px;
    height: 3px;
    background: #fff;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
  }

  .navigation-menu button span::before {
    top: -8px;
  }

  .navigation-menu button span::after {
    bottom: -8px;
    width: 20px;
  }

  .navigation-menu button {
    position: absolute;
    top: 50%;
    right: 0;
    border: none;
    padding: 10px 15px;
    transform: translateY(-50%);
    background-color: #FADD54;
    border-radius: 15px 43px 15px 32px;
  }

  .navigation-menu button img {
    display: block;
    width: 29px;
    max-width: unset;
    margin: 0;
  }

  .navigation-menu .navbar-collapse {
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: all ease .7s;
    /* transform: translateX(100%); */
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
  }

  .open-menu .navigation-menu .navbar-collapse {
    right: 0;
    opacity: 1;
    visibility: visible;
  }

  .open-menu.home-header .navigation-menu ul li a {
    color: #282728 !important;
  }

  .navigation-menu ul.navbar-nav>li>a:not(.contact-btn):after {
    display: none;
  }

  .navigation-menu.navbar-expand-lg .navbar-nav {
    align-items: flex-start;
  }

  .open-menu {
    overflow: hidden;
  }

  .navigation-menu .sub-menu {
    box-shadow: none;
  }

  .navigation-menu ul li a:hover~.menu-arrow::after,
  .navigation-menu ul li.current-menu-parent a~.menu-arrow::after {
    border-right: 2px solid #5E2037;
    border-bottom: 2px solid #5E2037;
  }

  .navigation-menu ul li.contact-btn a {
    width: auto;
    margin: 15px 25px !important;
  }

  .navigation-menu ul li {
    margin: 0 !important;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .navigation-menu ul li:last-child {
    border-bottom: none;
  }

  .navigation-menu ul li a {
    width: 100%;
    color: #000 !important;
    font-size: 14px;
    padding: 16px 12px !important;
  }

  .navigation-menu ul li.current-menu-item>a,
  .navigation-menu ul li.current-menu-parent>a,
  .navigation-menu ul li a:hover {
    color: #005DA6 !important;
  }

  .navigation-menu ul li a.contact-btn {
    width: auto;
    margin-top: 16px;
    margin-bottom: 40px;
  }

  .navigation-menu .menu-arrow {
    margin-top: 0;
    width: 35px;
    height: 54px;
    position: absolute;
    right: 0;
    top: 0;
  }

  .navigation-menu .menu-arrow::after {
    position: absolute;
    right: 15px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    top: 14px;
  }

  .navigation-menu .change-icon>.menu-arrow::after {
    transform: rotate(45deg);
    top: 10px;
  }

  .navigation-menu ul li ul.sub-menu .menu-arrow::after {
    top: 7px;
    right: 2px;
  }

  .navigation-menu ul li ul.sub-menu li.change-icon .menu-arrow::after {
    top: 3px;
  }

  .navigation-menu .close-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 21px;
    right: 17px;
    z-index: 99999;
  }

  .navigation-menu .close-icon::after,
  .navigation-menu .close-icon::before {
    width: 24px;
    height: 3px;
    background: #FFFFFF;
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
  }

  .navigation-menu .close-icon::before {
    transform: rotate(45deg);
  }

  .navigation-menu .close-icon::after {
    transform: rotate(-45deg);
  }

  .navigation-menu .sub-menu li {
    border-top: 1px solid #eee;
    border-bottom: none;
  }

  .navigation-menu .sub-menu li a,
  .navigation-menu .sub-menu li .sub-menu li a {
    font-size: 14px;
  }

  .navigation-menu .sub-menu li a,
  .navigation-menu .sub-menu li .sub-menu li a {
    float: none;
    padding: 13px 20px !important;
  }

  .navigation-menu ul li.current_page_item a~.menu-arrow::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .navigation-menu .menu-arrow {
    margin: 0;
  }

  .menu-item-has-children.toggle .menu-arrow {
    transform: none;
  }

  .navigation-menu .menu-arrow::after {
    top: 50%;
    left: 50%;
    margin-top: 0;
    margin-left: -4px;
    transform: rotate(45deg) translateY(-50%) translateX(-50%);
  }

  .navigation-menu .toggle .menu-arrow::after {
    margin-top: -8px;
    transform: rotate(-135deg) translateY(-50%) translateX(-50%);
  }

  .navigation-menu .phone-no {
    display: inline-block;
    padding-top: 12px;
    width: 100%;
    border-top: 1px solid #eee;
    display: inline-block;
    margin-right: 0;
    color: #000000;
    margin-left: 0;
    margin-right: 0px;
    padding-top: 12px;
    padding-left: 25px;
    margin-top: 0 !important;
  }

  .navigation-menu .phone-no span:before {
    color: #FFBA00;
  }

  .fixed-header.header-bottom .contact-btn svg path {
    stroke: #005da6;
  }

  /* Banner CSS */
  body .container-min {
    padding-left: 30px;
    padding-right: 30px;
  }

  .home-banner .banner-content {
    padding-bottom: 30px;
  }

  .h1 {
    font-size: 65px;
    line-height: 75px;
  }

  .s-title {
    font-size: 24px;
    line-height: 30px;
  }

  /* Home About CSS */
  .home-about>.row {
    max-width: 960px;
  }

  /* Mission Vision CSS */
  .home-mission-vision .mission-box {
    padding: 25px 25px 80px;
  }

  .top-border-animation .yellow,
  .top-border-animation .blue {
    height: 5px;
    transform-origin: center center -2.5px;
    -webkit-transform-origin: center center -2.5px;
  }

  .home-mission-vision .mission-box svg.Layer_1,
  .home-mission-vision .mission-box img,
  .home-mission-vision .mission-box .top-border-animation+svg {
    width: 70px;
    height: 70px;
  }

  .home-mission-vision .mission-box .h3 {
    font-size: 28px;
    line-height: 28px;
  }

  .home-mission-vision .mission-box .h3+svg {
    width: 110px;
  }

  .home-mission-vision .mission-box p {
    margin-top: 20px;
  }

  .home-mission-vision .mission-box p br {
    display: none;
  }

  /* Counter CSS */
  .home-program-impact .about-title {
    max-width: 800px;
  }

  .subtitle {
    font-size: 22px;
    line-height: 38px;
  }

  .counter {
    padding: 35px 15px;
  }

  /* Our Program CSS */
  .home-program {
    padding-bottom: 160px;
    padding-left: 20px;
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 55%, rgba(255, 255, 255, 1) 45%);
  }

  .our-list-box::before {
    height: 100px;
  }

  .home-program .right-box {
    padding-left: 20px;
  }

  .our-program-list {
    height: 279px;
    margin-top: 20px;
  }

  .our-program-list .h3 {
    font-size: 22px;
    line-height: normal;
  }

  .our-program-list .btn-text {
    margin-top: 0;
    font-size: 18px;
  }

  /* Program Resources */
  .home-program-resources {
    margin-bottom: 50px;
  }

  .home-program-resources .row {
    max-width: 960px;
    margin: 0 auto;
  }

  .home-program-resources::before {
    left: -120px;
    width: 960px;
    min-height: 810px;
  }

  .right-bottom-img {
    bottom: 75px;
  }

  .right-top-img {
    max-width: 230px;
  }

  .right-bottom-img img {
    height: 170px;
  }

  /* Contact Us CSS */
  .contact-us::before {
    width: calc(50% + 40px);
  }

  .contact-us:after {
    width: 50%;
    margin-bottom: -88px;
    height: calc(100% + 88px);
  }

  .contact-us [class*="col-"]:first-child {
    width: 50%;
    padding-right: 37px;
  }

  .contact-us [class*="col-"]:last-child {
    width: 50%;
  }

  .contact-us .image-wrap {
    top: -25px;
  }

  .contact-us .content {
    padding-left: 30px;
  }

  .contact-us p {
    font-size: 22px;
    line-height: 36px;
  }

  .cognito-form-wrapper {
    padding: 50px 0 30px 25px;
  }

  textarea.form-control {
    height: 180px;
  }

  .contact-us .small-container [class*="col-"]:first-child {
    padding-right: 37px;
  }

  form .btn-next::before {
    width: calc(100% - 82px);
  }

  .refer-a-youth #cognito-form {
    height: 2000px;
  }

  .contact-us.refer-a-youth::after {
    height: calc(100% + 92px);
    margin-bottom: -92px;
  }

  /* Blog CSS */
  .blogs figcaption {
    padding: 35px 15px 35px;
  }

  .blogs .blog-title {
    font-size: 16px;
    line-height: 22px;
  }

  /* Icon Animation CSS */
  .icon-animation svg {
    width: 200px;
    height: auto;
  }

  /* Page title CSS */
  .page-title {
    min-height: 450px;
    padding: 140px 0 30px;
  }

  .page-title .title {
    font-size: 65px;
    line-height: 65px;
  }

  .page-title nav ol li,
  .breadcrumb-item.active {
    font-size: 22px;
  }

  /* Footer CSS */
  .footer::before {
    left: 0;
    width: 52%;
    background-size: cover;
    background-position: 100% 0;
  }

  .nsts-about {
    max-width: 300px;
  }

  .footer-logo img {
    max-width: 250px;
  }

  .footer [class*="col-"]:nth-child(2) {
    margin-left: -25px;
    width: calc(25% + 25px);
  }

  .footer .main-title {
    font-size: 17px;
  }

  .footer .about-title svg {
    width: 110px;
  }

  .contact-info a,
  .footer-menu li a {
    font-size: 16px;
  }

  .footer-menu li::before {
    top: 11px;
  }

  .btn-next::before {
    width: calc(100% - 42px);
  }

  .btnSVG {
    width: 100%;
    max-width: 50px;
  }

  .btnSVG svg {
    height: 12px;
  }

  .contact-us.refer-a-youth::before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+10,fadd54+10 */
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 5%, rgba(250, 221, 84, 1) 5%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 5%, rgba(250, 221, 84, 1) 5%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 5%, rgba(250, 221, 84, 1) 5%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fadd54', GradientType=0);
    /* IE6-9 */
  }

  .contact-us.refer-a-youth [class*="col-"]:first-child,
  .contact-us.refer-a-youth [class*="col-"]:last-child {
    width: 50%;
  }

  .blogs figure .image-wrap img {
    height: 230px;
  }

  .blogs .owl-stage .owl-item:nth-child(2n) figure .image-wrap img {
    height: 145px;
  }
}

@media screen and (max-width: 1199px) {
  .partners-list li a:hover {
    box-shadow: none !important;
  }

  .partners-list li a,
  .partners-list li a img {
    transition: none !important;
  }

  .partners-list li a img,
  .partners-list li a:hover img {
    transform: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .home-program {
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 52%, rgba(255, 255, 255, 1) 48%);
  }

  .error404 .page-title .title {
    padding-bottom: 5px;
    font-size: 65px;
    line-height: 65px;
  }

  .error404 .page-title h2 {
    padding: 5px 0 25px;
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  #cognito-form {
    height: 940px;
  }

  /* Normal CSS */
  .box-title {
    font-size: 26px;
    line-height: 36px;
  }

  .blogs .owl-carousel .owl-stage {
    align-items: flex-start;
  }

  .blogs figure .image-wrap img,
  .blogs .owl-stage .owl-item:nth-child(2n) figure .image-wrap img {
    height: 375px;
    object-position: 50% 20%;
  }

  .default-section {
    padding: 80px 0;
  }

  .image-text {
    padding: 15px;
    height: 50%;
    font-size: 14px;
  }

  /* Banner CSS */
  .home-banner,
  .home-banner .container-fluid,
  .home-banner .row,
  .home-banner .banner-content {
    height: 380px;
  }

  .home-banner::before,
  .home-banner::after {
    height: 100px;
  }

  body .container-min {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-banner .banner-content {
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 50px;
    line-height: 65px;
  }

  .s-title {
    font-size: 22px;
    line-height: 28px;
  }

  .sub-title svg {
    width: 60%;
  }

  .top-bottom {
    bottom: 0;
    right: 10px;
    display: none;
  }

  .btn-explore {
    display: inline-block;
    width: 40px;
  }

  .top-bottom span {
    font-size: 15px;
    height: 20px;
    margin-left: 5px;
    transform: rotate(90deg) translateX(-50px);
  }

  .top-bottom svg {
    height: 65px;
  }

  /* Home About CSS */
  .home-about {
    padding: 80px 12px;
  }

  .home-about>.row {
    max-width: 720px;
  }

  .home-about .about-content {
    margin-bottom: 37px;
  }

  .about-images img {
    width: auto;
  }

  /* Mission Vision CSS */
  .home-mission-vision .owl-carousel .owl-dots {
    display: flex;
  }

  .home-mission-vision .row {
    padding-top: 35px;
  }

  /* Counter CSS */
  .home-program-impact {
    padding: 30px 0px 50px;
  }

  .home-program-impact .counter-main-box {
    margin-top: 25px;
    /*     justify-content: center; */
  }

  .counter-box {
    width: 33.3333%;
  }

  .counter-box:nth-of-type(1),
  .counter-box:nth-of-type(2),
  .counter-box:nth-of-type(5),
  .counter-box:nth-of-type(7) {
    border-right: none;
  }

  .counter-box:nth-of-type(2),
  .counter-box:nth-of-type(3) {
    border-bottom: none;
  }

  .counter-box:nth-of-type(3) {
    border-right: none;
  }

  .counter-box:nth-of-type(4) {
    border-left: none;
    border-right: 1px solid #FADD54;
  }

  .counter-box:nth-of-type(5) {
    border-bottom: 1px solid #FADD54;
  }

  .counter-box:nth-of-type(6) {
    border-right: none;
    border-bottom: 1px solid #FADD54;
  }

  .counter-box:nth-of-type(7) {
    border-top: none;
    border-left: none;
  }

  .counter-box:nth-of-type(8) {
    border-top: none;
  }

  .counter-box:nth-of-type(3)::before {
    display: none;
  }

  .counter-box:nth-of-type(4)::before,
  .counter-box:nth-of-type(5)::before {
    position: absolute;
    content: '';
    right: -20px;
    bottom: -20px;
    height: 40px;
    width: 40px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 1;
  }

  /* Our Program CSS */
  .home-program {
    padding-top: 20px;
    padding-bottom: 110px;
    padding-left: 0;
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 80%, rgba(255, 255, 255, 1) 20%);
  }

  .home-program .row {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 12px;
  }

  .home-program [class*="col-"],
  .home-program-resources [class*="col-"] {
    padding: 0;
  }

  .home-program .right-box {
    padding-left: 0;
    padding-top: 50px;
  }

  .home-program .right-box,
  .our-program-list p {
    max-width: 100%;
  }

  .home-program .about-title svg path {
    fill: #FFFFFF;
  }

  .our-program-list {
    height: auto;
  }

  .our-list-box {
    padding-left: 0;
  }

  .our-list-box::before,
  .our-program-list::before {
    display: none;
  }

  .our-program-list .h3 {
    line-height: 32px;
  }

  /* Program Resources */
  .home-program-resources {
    padding: 100px 0 50px;
    margin-bottom: 0;
  }

  .home-program-resources .row {
    max-width: 720px;
    margin: 0 auto;
    padding: 0 12px;
  }

  .home-program-resources::before {
    left: -120px;
    width: 870px;
    min-height: 10px;
  }

  .right-bottom-img {
    position: static;
    margin-top: 37px;
  }

  .right-bottom-img img {
    height: auto;
  }

  .home-program-resources .about-title p {
    max-width: 510px;
  }

  .right-top-img {
    top: -60px;
    right: 20px;
    max-width: 200px;
  }

  /* Partners CSS */
  .partners-list li {
    width: 25%;
    padding: 10px;
  }

  .partners-list li a {
    padding: 15px;
  }

  .partners-list li a:hover {
    box-shadow: 6px 6px 3px #00000042;
  }

  /* Contact Us CSS */
  #cognito-form {
    height: 780px;
  }

  .contact-us:after {
    width: 50%;
    margin-bottom: -87px;
    height: calc(100% + 87px);
  }

  .contact-us .image-wrap {
    top: 0;
    margin-bottom: 20px;
  }

  .contact-us .content {
    padding-left: 5px;
  }

  .contact-us .about-title {
    margin-bottom: 5px;
  }

  .contact-us p {
    font-size: 20px;
    line-height: 32px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .form-control,
  .wpcf7-form-control {
    padding: 12px 20px;
    font-size: 18px;
    border-radius: 30px 17px 28px 20px;
  }

  textarea.form-control {
    height: 140px;
    padding: 20px 20px;
    border-radius: 45px 18px 79px 35px;
  }

  form .btn-next {
    padding: 13px 35px;
    font-size: 20px;
  }

  form .btn-next span {
    margin-left: 11px;
  }

  form .btn-next::before {
    width: calc(100% - 70px);
  }

  /* Blog CSS */
  .blogs {
    padding: 80px 25px 10px;
  }

  .blogs figure img {
    width: 100%;
  }

  .blogs figcaption {
    padding: 30px 25px 35px;
  }

  /* Page title CSS */
  .page-title {
    min-height: 400px;
    padding: 130px 0 25px;
  }

  .page-title .title {
    font-size: 55px;
    line-height: 55px;
  }

  .page-title nav ol li,
  .breadcrumb-item.active {
    font-size: 20px;
  }

  /* Footer CSS */
  .footer {
    padding: 50px 0 30px;
  }

  .footer::before {
    top: -8px;
    left: -1px;
    width: 100%;
    opacity: 0.1;
    display: none;
  }

  .nsts-about {
    max-width: 100%;
  }

  .footer-logo img {
    max-width: 250px;
  }

  .footer p {
    color: #fff;
    padding: 0;
  }

  .footer [class*="col-"] {
    padding-bottom: 30px;
  }

  .footer [class*="col-"]:nth-child(2) {
    margin-left: 0;
    width: 50%;
  }

  .footer [class*="col-"]:last-child {
    padding-bottom: 0;
    width: 50%;
  }

  .contact-email {
    padding: 20px 0 0;
  }

  .copyright .container {
    justify-content: center;
    text-align: center;
  }

  .copyright p,
  .wedesignby {
    font-size: 15px;
    line-height: normal;
  }

  .wedesignby {
    margin-top: 15px;
  }

  .wedesignby img {
    height: 22px;
  }

  .socials {
    padding: 16px 0 0;
    margin-bottom: -5px;
  }

  .error404 .page-title .icon-animation {
    display: none;
  }

  .refer-a-youth {
    margin: 80px 0;
  }

  .contact-us.refer-a-youth::after {
    height: calc(100% + 116px);
    margin-bottom: -116px;
  }

  .refer-a-youth #cognito-form {
    height: 2550px;
  }

  .back-to-top {
    right: 15px;
  }

  .back-to-top.active {
    bottom: 95px;
  }

  .back-to-top a {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  #cognito-form {
    height: 850px;
  }

  /* Normal CSS */
  .box-title {
    font-size: 24px;
    line-height: 34px;
  }

  .image-wrap {
    padding: 5px;
    box-shadow: 5px 5px 3px #00000042;
  }

  .image-text {
    padding: 10px;
    height: 50%;
    font-size: 14px;
    line-height: 18px;
  }

  .btn-next,
  .navigation .pagination .page-link.prev,
  .navigation .pagination .page-link.next {
    padding: 12px 20px !important;
    font-size: 16px;
    text-align: left;
  }

  .btn-next::after {
    width: 50px;
    height: 11px;
    background-size: 50px auto;
  }

  form .btn-next {
    padding: 12px 20px !important;
    font-size: 18px;
  }

  .btn-next::before,
  form .btn-next::before,
  .navigation-menu ul li a.contact-btn::before,
  .navigation .pagination .page-link.prev::before,
  .navigation .pagination .page-link.next::before {
    width: 100%;
  }

  form .btn-next::after {
    right: 20px;
  }

  .default-section {
    padding: 50px 0;
  }


  /* Banner CSS */
  .home-banner,
  .home-banner .container-fluid,
  .home-banner .row,
  .home-banner .banner-content {
    height: 380px;
  }

  .h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-content h1 {
    margin-bottom: 10px;
  }

  .s-title {
    font-size: 20px;
    line-height: 20px;
  }

  .btn-explore {
    display: none;
  }

  /* Home About CSS */
  .home-about {
    padding: 50px 12px;
  }

  .home-about>.row {
    max-width: 540px;
  }

  /* Mission Vision CSS */
  .home-mission-vision .row {
    justify-content: center;
  }

  .home-mission-vision .col {
    flex: auto;
    max-width: 50%;
    padding-bottom: 15px;
  }

  .home-mission-vision .col:last-child {
    padding-bottom: 0;
  }

  .home-mission-vision .mission-box {
    padding: 50px 30px 165px;
  }

  .home-mission-vision .mission-box svg.Layer_1,
  .home-mission-vision .mission-box img,
  .home-mission-vision .mission-box .top-border-animation+svg {
    margin: 0 0 20px;
  }

  .home-mission-vision .mission-box .h3 {
    width: 100%;
  }

  .home-mission-vision .mission-box p {
    margin-top: 15px;
  }

  .home-mission-vision .owl-carousel .owl-stage {
    background-color: #005DA6;
  }

  .home-mission-vision .owl-carousel .owl-dots {
    padding: 0 20px;
    bottom: 84px;
    justify-content: flex-start;
  }

  .wave-animation {
    height: 60px;
  }

  .wave-bg {
    background-size: 5% auto;
    bottom: 0;
  }

  /* Counter CSS */
  .subtitle {
    font-size: 20px;
    line-height: 32px;
  }

  .counter {
    padding: 35px 15px 25px;
  }

  .home-program-impact {
    padding: 0 0 50px;
  }

  .home-program-impact .counter-main-box {
    /*     display: block; */
    margin-top: 15px;
    overflow: hidden;
  }

  .home-program-impact .counter-main-box .owl-stage {
    display: flex;
    flex-wrap: wrap;
  }

  .counter-main-box .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .counter-main-box .owl-dots .owl-dot {
    margin: 0 7px;
    width: 20px;
    height: 20px;
    padding: 0;
    background-color: #D8D8D8;
    border: none;
    border-radius: 100%;
  }

  .counter-main-box .owl-dots .owl-dot.active {
    background-color: #FADD54;
  }

  .counter-box {
    width: 100%;
    border: none !important;
  }

  .counter-box::before {
    display: none !important;
  }

  .counter {
    max-width: 300px;
    margin: 0 auto;
  }

  .counter .item span {
    font-size: 58px;
  }

  .counter::before,
  .counter:hover::before {
    height: 100%;
  }

  .home-program-impact .owl-carousel .owl-dots {
    padding-top: 0;
  }

  .owl-carousel button.owl-dot {
    margin: 0 7px;
  }

  /* Partners CSS */
  .partners-list li {
    width: 33.3333%;
  }

  .partners-list li a {
    padding: 10px;
  }

  /* Our Program CSS */
  .home-program {
    padding-bottom: 450px;
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 80%, rgba(255, 255, 255, 1) 20%);
  }

  .home-program .row,
  .home-program-resources .row {
    max-width: 540px;
  }

  /* .our-list-box {
    padding-left: 30px;
  } */
  .our-program-list::before {
    left: 2px;
  }

  .our-list-box::before {
    height: 70px;
    border-width: 3px;
  }

  .our-program-list .h3 {
    font-size: 20px;
  }

  /* Program Resources */
  .home-program-resources {
    padding: 20px 0 0;
  }

  .home-program-resources::before {
    display: none;
    top: 540px;
    left: 30%;
    width: 124%;
    min-height: 10px;
    transform: translateX(-30%);
  }

  .right-top-img {
    position: static;
    max-width: 100%;
    width: auto;
    margin: -420px auto 88px;
  }

  .home-program-resources .about-title .main-title,
  .home-program-resources .about-title p {
    color: #000000;
  }

  .home-program-resources .about-title p {
    max-width: 100%;
  }

  .home-program-resources .pr-list {
    display: inline-block;
    width: 100%;
    text-align: center;
  }

  /* Contact Us CSS */
  .contact-us {
    margin-bottom: 10%;
    background: none;
  }

  .contact-us::before {
    width: 100%;
    background-color: #FADD54;
  }

  .contact-us [class*="col-"]:first-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    content: "";
    background: #fff;
  }

  .contact-us:after {
    width: 100%;
    margin-bottom: -10%;
    height: calc(100% + 10%);
    background-size: 800px auto;
  }

  .contact-us .container {
    max-width: 100%;
  }

  .contact-us [class*="col-"]:first-child,
  .contact-us [class*="col-"]:last-child {
    width: 100%;
    padding-right: 12px;
  }

  .contact-us [class*="col-"]:first-child {
    background-color: #FADD54;
    padding-bottom: 20px;
  }

  .contact-us [class*="col-"]:last-child {
    background-color: #005DA6;
  }

  .contact-us .image-wrap,
  .contact-us .content,
  .contact-us form,
  .cognito-form-wrapper {
    max-width: 514px;
    margin: 0 auto;
  }

  .contact-us .image-wrap {
    margin-top: 50px;
  }

  .contact-us .content {
    padding: 20px 0 0;
  }

  .cognito-form-wrapper {
    padding: 50px 0 20px;
  }

  .contact-us .small-container [class*="col-"]:first-child {
    padding-right: 12px;
  }

  .contact-us .small-container .content {
    max-width: 514px;
  }

  .contact-us .about-title {
    padding: 15px 0 8px;
  }

  /* Blog CSS */
  .blogs {
    padding: 50px 12px;
  }

  .blogs figure img {
    width: 100%;
  }

  .blogs figcaption {
    padding: 30px 20px 30px;
  }

  .blogs figcaption::before {
    left: 5px;
    right: 5px;
    border-radius: 0px 0px 45px 20px;
  }

  /* Icon Animation CSS */
  .icon-animation {
    display: none;
  }

  /* Footer CSS */
  .footer:after {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 160px;
    height: 206px;
  }

  .socials a {
    width: 45px;
    padding: 10px 8px;
    margin-right: 10px;
    border-radius: 10px 33px 10px 22px;
  }

  .socials a svg {
    height: 18px;
  }

  /* Page title CSS */
  .page-title {
    min-height: 350px;
    padding: 120px 0 20px;
  }

  .page-title .title {
    font-size: 40px;
    line-height: 40px;
    text-shadow: 3px 3px 0px #005DA6;
  }

  .page-title nav ol li,
  .breadcrumb-item.active {
    font-size: 18px;
  }

  .privacy-policy .about-title {
    margin-bottom: 0;
  }

  .privacy-policy p+.about-title {
    margin-top: 10px;
  }

  .refer-a-youth {
    margin-top: 0;
  }

  .contact-us.refer-a-youth [class*="col-"]:first-child,
  .contact-us.refer-a-youth [class*="col-"]:last-child {
    width: 100%;
  }

  .refer-a-youth #cognito-form {
    height: 1940px;
  }

  .contact-us.refer-a-youth::after {
    height: 100%;
    margin-bottom: -9.5%;
    width: 100%;
  }

  .cust-nsts-application-form iframe#cognito-forms {
    height: 8170px;
  }

}

@media screen and (max-width: 575px) {

  /* Normal CSS */
  .box-title {
    font-size: 22px;
    line-height: 32px;
  }

  /* Header CSS */
  .navigation-menu button img {
    margin: -2px 0;
  }

  .logo img {
    height: 30px;
  }

  .navigation-menu .close-icon {
    top: 19px;
  }

  /* Banner CSS */
  .h1 {
    font-size: 33px;
    line-height: 40px;
  }

  .s-title {
    padding-right: 50px;
    font-size: 18px;
    line-height: 22px;
  }

  .top-bottom {
    bottom: -10px;
  }

  .top-bottom span {
    transform: rotate(90deg) translateX(-44px);
  }

  .top-bottom svg {
    height: 60px;
  }

  .sub-title svg {
    width: 45%;
  }

  /* Home About CSS */
  .home-about>.row {
    max-width: 100%;
    margin: 0;
  }

  .home-about>.row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }

  /* Mission Vision CSS */
  .home-mission-vision .row {
    justify-content: center;
  }

  .home-mission-vision .row:last-child {
    margin: 0;
  }

  .home-mission-vision .row:last-child .text-center {
    text-align: left !important;
    width: auto;
  }

  .home-mission-vision .col {
    max-width: 100%;
    text-align: center;
  }

  /* Our Program CSS */
  .home-program .row {
    max-width: 100%;
  }

  /* .our-program-list {
    height: 256px;
  } */
  /* .our-program-list .h3 {
    font-size: 18px;
  } */
  /* .our-list-box {
    margin-bottom: 20px;
    padding-left: 25px;
  } */
  /* .our-program-list p {
    padding-bottom: 10px;
    line-height: 26px;
  } */
  /* .our-program-list .btn-text {
    font-size: 16px;
  } */

  /* Home Program CSS */
  .home-program-resources {
    padding-bottom: 30px;
  }

  .home-program-resources::before {
    width: 165%;
  }

  .home-program .row,
  .home-program-resources .row {
    max-width: 100%;
  }

  .home-program-resources [class*="col-"] {
    position: relative;
    padding-top: 80px;
    padding-bottom: 134px;
  }

  .home-program-resources [class*="col-"]::before {
    position: absolute;
    top: 0;
    left: -12px;
    right: -12px;
    height: 100%;
    content: '';
    background-image: url('../images/mobile-blue-shape.svg');
    background-size: 780px auto;
    background-position: 35% 0;
    background-repeat: no-repeat;
  }

  .home-program-resources .about-title .main-title,
  .home-program-resources .about-title p {
    color: #fff;
  }

  .right-bottom-img {
    margin-top: -90px;
    z-index: 1;
  }

  /* Contact Us CSS */
  .contact-us .image-wrap,
  .contact-us .content,
  .contact-us form,
  .contact-us .small-container .content,
  .cognito-form-wrapper {
    max-width: 100%;
  }

  /* Icon Animation CSS */
  .icon-animation {
    padding: 0 12px;
  }

  .icon-animation svg {
    width: 140px;
  }

  /* Footer CSS */
  .footer {
    padding-top: 0;
  }

  .footer:after {
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 140px;
    height: 186px;
  }

  .footer [class*="col-"]:first-child {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
  }

  .footer [class*="col-"]:first-child::before {
    position: absolute;
    background: #FFFFFF;
    height: 100%;
    width: 100%;
    top: -1px;
    left: 0;
    content: '';
  }

  .footer .nsts-about {
    padding: 150px 12px 30px;
    background-image: url(../images/footer-yellow-shape-02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .footer [class*="col-"]:nth-child(2),
  .footer [class*="col-"]:last-child {
    width: 100%;
  }

  .footer p {
    max-width: 480px;
    color: #000000;
  }

  .copyright .container {
    display: block;
  }

  .copyright p span {
    display: block;
    padding: 5px 0;
  }

  .wedesignby {
    justify-content: center;
  }

  /* Page title CSS */
  .page-title {
    min-height: 300px;
    padding: 100px 0 5px;
  }

  .page-title .title {
    font-size: 33px;
    line-height: 33px;
  }

  .page-title nav ol li,
  .breadcrumb-item.active {
    font-size: 17px;
  }

  .home-banner .banner-content .s-title+div>svg {
    width: 60%;
  }

  .btn-next,
  .navigation .pagination .page-link.prev,
  .navigation .pagination .page-link.next {
    font-size: 15px;
  }

  .refer-a-youth {
    margin-bottom: 12%;
  }

  .contact-us.refer-a-youth::after {
    margin-bottom: -11%;
  }

  .blogs figure .image-wrap img,
  .blogs .owl-stage .owl-item:nth-child(2n) figure .image-wrap img {
    height: 280px;
  }
}

@media screen and (max-width: 479px) {

  /* Our Program CSS */
  .home-program {
    background: linear-gradient(0deg, rgba(250, 221, 84, 1) 90%, rgba(255, 255, 255, 1) 10%);
  }

  .home-program-resources [class*="col-"]::before {
    background-size: 900px auto;
  }

  /* Partners CSS */
  .partners-list li {
    width: 50%;
  }

  .contact-us:after {
    background-size: 650px auto;
  }

  .back-to-top.active {
    bottom: 110px;
  }

  .refer-a-youth #cognito-form {
    height: 1990px;
  }

  .cust-nsts-application-form iframe#cognito-forms {
    height: 12380px;
  }
}

@media screen and (max-width: 448px) {
  .refer-a-youth #cognito-form {
    height: 2550px;
  }
}

@media screen and (max-width: 399px) {

  /* Header CSS */
  .logo img {
    height: 28px;
  }

  /* Program Resources */
  .home-program-resources .pr-list {
    width: 100%;
  }

  /* Page title CSS */
  .page-title {
    min-height: 280px;
  }

  .page-title .title {
    padding-bottom: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .page-title nav ol li,
  .breadcrumb-item.active {
    font-size: 16px;
  }

  .contact-us:after {
    background-size: 500px auto;
  }

  .blogs figure .image-wrap img,
  .blogs .owl-stage .owl-item:nth-child(2n) figure .image-wrap img {
    height: 250px;
  }
}