html,
body {
  color: #333;
  font-family: 'archivo', sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
body,
wrapper {
  min-height: 100vh;
}
wrapper {
  overflow: hidden;
}
dt {
  color: #00458c;
}
dt.col-12 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: -0.125rem;
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0rem !important;
}

/*------------------------------
            Global        
------------------------------*/
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #6394b7;
  text-decoration: none;
}

.pbb-5,
.pyy-5 {
  padding-bottom: 1rem !important;
}

.ptt-5,
.pyy-5 {
  padding-top: 1rem !important;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar.sticky-bg .nav-item.nav-link {
  color: #fff;
}

.navbar.sticky-bg .fas {
  color: #ffffff !important;
  transform: scale(1.5, 1.5);
  padding: 0.5rem;
}

.white-logo {
  display: none;
}

.sticky-bg .blue-logo {
  display: none;
  transition: 1s;
}

.sticky-bg .white-logo {
  display: block;
  transition: 1s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.header {
  color: #182363;
  font-family: 'archivo', sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}
.sub-title {
  color: #fff;
  font-family: 'archivo', sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.sub-header {
  color: #182363;
  font-family: 'archivo', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.sub-header.center {
  text-align: center;
  margin-bottom: 40px;
}
.list-custom {
  padding-left: 1.3rem;
}
.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.button-accord {
  background-color: #182363;
  border: none;
  color: white;
  border-radius: 5px;
  padding: 10px 22px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.nav-item.nav-link.brochure {
  margin-left: 8px !important;
}
/*------------------------------
            Navbar
------------------------------*/
.navbar {
  z-index: 999;
  padding: 0rem 0;
}

.sticky-bg {
  background: #182363;
}

.navbar .navbar-brand {
  width: 16rem;
}
.navbar .navbar-toggler {
  cursor: pointer;
  border: none;
  outline: none;
}
.navbar.navbar-min {
  background-color: #516575;
  padding: 0.5rem 0;
}
.navbar .fas {
  color: #000;
  transform: scale(1.5, 1.5);
  padding: 0.5rem;
}
.navbar .nav-item.nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 0.25rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
  color: #29aae1;
}
.navbar .nav-item.nav-link:last-child {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav {
    position: relative;
    margin: 0.75rem;
  }
  .navbar .nav-item.nav-link:last-child {
    top: -1.5rem;
    right: -7px;
    color: #fff;
    background-color: #29aae1;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    padding: 0.5rem 10px;
    margin: 0;
  }
  .navbar .nav-item.nav-link:last-child:hover {
    background-color: #182363;
  }
}

/*------------------------------
            Loader Vid
------------------------------*/
.loader-vid {
  z-index: 1999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*------------------------------
            Home      
------------------------------*/
.home {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.home .container {
  z-index: 99;
  position: relative;
}
.home .d-flex {
  height: calc(100vh - 0rem) !important;
}
.home h1 {
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 5rem;
  font-weight: 600;
  max-width: 725px;
  text-align: center;
  padding: 3rem 0;
  margin: auto;
  text-shadow: 1px 0px 2px #000;
  padding-top: 60px;
  display: flex;
  height: 0px;
  gap: 20px;
}
.home h1 .t1 {
  font-weight: 100;
  margin-top: -100px;
  opacity: 0;
}
.home h1 .t2 {
  margin-top: 100px;
  opacity: 0;
}

.home .video {
  position: absolute;
  background: #192363;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
}
.home .video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home .video video {
  position: relative;
  left: 20%;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-20%);
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.1rem 1rem !important;
}
.navbar {
  z-index: 999;
  padding: 0rem 0;
}
.trans {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------------
           Who We Are        
------------------------------*/

.about .header {
  font-family: 'archivo', sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}
.about .sub-header {
  font-family: 'archivo', sans-serif;
  font-size: 1.5rem;
  font-weight: 100;
  line-height: 1.3;
  margin-bottom: 20px;
}
.about .col-12 {
  margin-bottom: 16px;
}
.about b {
  color: rgb(0 179 255);
  font-weight: 700;
}
.hlt {
  font-weight: 700;
  color: rgb(0 179 255);
}
.about {
  padding: 4rem 0;
  background: #fff;
}
.approach p.mb-2 {
  color: #fff;
  background-color: #29aae1;
  text-align: center;
  padding: 0.7rem 0;
  font-family: 'archivo', sans-serif;
  font-weight: 700;
}
.approach p {
  margin: 0;
  font-family: 'archivo', sans-serif;
  font-weight: 300;
}

.approach .btx {
  font-size: 20px;
  line-height: 1.4;
  padding: 0px 20px 10px 20px;
  color: #000000;
  font-weight: 500;
}

.video-corevalue {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.video-ccontainer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.color-overlay {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color:rgba(0, 0, 0, 0.3); */
  width: 100%;
  height: 100%;
}

.myVideo {
  width: 100%;
}

/*------------------------------
           Approach        
------------------------------*/
.approach {
  color: #fff;
  position: relative;
  /* background: url(../images/bg1.jpg) top 50% center no-repeat;  */
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.approach .header {
  color: #fff;
  font-family: 'archivo', sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}
.approach img {
  width: 4rem;
  margin-right: 0.2rem;
}
.approach h5 {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: 'archivo', sans-serif;
  color: #29aae1;
}
.approach p {
  font-family: 'archivo', sans-serif;
  font-weight: 300;
}
.approach .bx1 {
  border: 1px solid #29aae1;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
}
.approach .bx2 {
  border: 1px solid #182363;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  width: 100%;
}
.approach .grd {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  font-size: 20px;
  line-height: 1.4;
  width: 100%;
  text-align: center;
}
.approach .grd2 {
  display: flex;
  gap: 40px;
  position: relative;
  margin-bottom: 40px;
  width: 100%;
}
.approach .ttl {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500 !important;
}
.approach .ttl.opt2 {
  background-color: #182363;
}
.approach ul {
  color: #000000;
  padding: 0px 0px 20px 0px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  list-style: none;
}
.approach ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 55px;
}
.approach ul li:before {
  content: '';
  position: absolute;
  left: 20px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: url(../images/watermark.svg) no-repeat 0px 0px;
  background-size: 26px;
}
.approach .pc {
  padding: 30px;
  background-color: #ffffff;
  position: relative;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 5rem;
}
.approach .pc img {
  width: 100%;
}
.approach .header {
  padding-top: 4rem;
}
/* Video Parallax Section*/
.ParallaxVideo {
  height: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
/* .ParallaxVideo video{ 
    min-width: 100%;
    position: fixed;
	top:0;
	z-index: -9999;
} */
.ParallaxVideo h3 {
  color: #fff;
  font-size: 76px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.approach .video {
  width: 100%;
  height: 100vh;
}

/*------------------------------
          Our Values
------------------------------*/

.ov {
  background-color: #182363;
  padding: 4rem 0;
  color: #fff;
}
.ov .header {
  color: #fff;
}
.ov .sub-header {
  color: #fff;
}
.ov .grd {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  font-size: 20px;
  line-height: 1.4;
  margin-top: 30px;
}
.ov .grd .dv {
  font-weight: 400;
  margin-bottom: 30px;
  padding-left: 40px;
  background: url(../images/watermark.png) no-repeat 0px 6px;
  background-size: 30px;
}
.ov .grd .dv span {
  font-weight: 600;
  color: rgb(41 170 225);
  font-style: normal;
}

/*------------------------------
            Partners        
------------------------------*/
.partners {
  padding-top: 4rem;
  padding-bottom: 2rem !important;
  background-color: #182363;
  color: #ffffff;
}
.partners .header {
  color: #ffffff;
}
.partners .sub-header {
  color: #ffffff;
}
.partners .grd {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  text-align: center;
  padding-bottom: 40px;
}
.partners .grd .lg {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 6px;
  background-color: #fff;
}
.partners .grd .lg img {
  max-width: 100%;
}

/*------------------------------
            What We Offer        
------------------------------*/
.wwo {
  padding-top: 4rem;
  padding-bottom: 2rem !important;
  border-bottom: 1px solid #cccccc;
}
.wwo .graph {
  text-align: center;
  padding: 20px;
  position: relative;
  margin-top: 40px;
}
.wwo .graph .pc {
  width: 400px;
  padding: 160px 0px;
}
.wwo .graph .tx {
  position: absolute;
  text-align: left;
  width: 320px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
}
.wwo .graph .ttl {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.wwo .graph ul {
  padding: 0px;
  list-style: none;
}
.wwo .graph ul li {
  padding: 0px 0px 10px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  background: url(../images/watermark.svg) no-repeat 0px 0px;
  background-size: 24px;
}
.wwo .graph .tx1 {
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  margin-top: -50px;
}
.wwo .graph .tx2 {
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.wwo .graph .tx3 {
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  margin-top: -50px;
}
.wwo .graph .tx4 {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: -200px 0px 0px -350px;
}
.wwo .graph .tx5 {
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: -200px 0px 0px 350px;
}

.list-unstyled {
  font-family: 'archivo', sans-serif;
  font-weight: 400;
}

/*------------------------------
            Community        
------------------------------*/
.community {
  padding: 4rem 0;
}
.community .sub-header {
  font-size: 20px;
}
.community .grd {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 60px;
}
.community .grd img {
  width: 100%;
  border-radius: 10px;
}
.community .grd2 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 0px;
  text-align: center;
  max-width: 800px;
  margin: 0px auto;
}
.community .grd2 a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.community .grd2 img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}
.community .grd3 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.community .ttl {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
.community ul {
  color: #000000;
  padding: 0px 0px 20px 0px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 400;
  list-style: none;
  padding-right: 40px;
}
.community ul li {
  position: relative;
  padding-bottom: 16px;
  padding-left: 35px;
}
.community ul li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 2px;
  width: 30px;
  height: 30px;
  background: url(../images/watermark.svg) no-repeat 0px 0px;
  background-size: 26px;
}
.community .pc {
  text-align: center;
  margin: 40px 0px;
}
.community .pc img {
  width: 100%;
  max-width: 400px;
}
.community .pc_cnt {
  text-align: center;
  font-weight: 600;
}
.community .pc_cnt img {
  width: 100%;
  max-width: 564px;
  border-radius: 10px;
  margin: 40px 0px 20px 0px;
}
.community .pc_cnt a {
  text-decoration: underline;
  color: #0056b3;
}

/*------------------------------
            Team        
------------------------------*/
.team {
  background-color: #f7f7f7;
  padding: 4rem 0;
}
.team .header {
  color: #182363;
  font-family: 'archivo', sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.team .row:not(:first-child) .header {
  margin-top: 3rem;
}
.team .sub-header {
  color: #fff;
  font-family: 'archivo', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 2.25rem;
}
.team .col-lg-6,
.team .col-lg-4 {
  margin-bottom: 1.75rem;
}
.team .media {
  height: 100%;
  cursor: pointer;
}
.modal .lgs {
  position: absolute;
  top: 210px;
  left: 0px;
  width: 192px;
}
.modal .lgs .ttl {
  font-weight: 500;
  margin-bottom: 10px;
}
.modal .lgs .dv {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.modal .lgs .lg {
  width: 50%;
  height: 4rem;
}
.modal .lgs .lg img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.modal .lgs .seperator {
  border-bottom: 1px dashed #666;
  margin-bottom: 16px;
}
.team .media:hover > .media-body h6 {
  color: #6394b7;
}
.team .media-body {
  height: 100%;
  background-color: #fff;
  padding: 1rem 1.25rem;
}
.team img {
  width: 12.75rem;
}
.team .name {
  color: #fff;
  font-family: 'archivo', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.125rem;
}
.team .name span {
  font-weight: 100;
}
.team .title {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-family: 'archivo', sans-serif;
}
.team p {
  font-size: 0.875rem;
  line-height: 1.3;
  max-height: 4.5rem;
  font-family: 'archivo', sans-serif;
  overflow: hidden;
}
.team h6 {
  color: #29aae1;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: auto 0 0;
  transition: all 0.3s;
  font-family: 'archivo', sans-serif;
}
.team .person img {
  width: 100%;
  border-radius: 6px 6px 0px 0px;
}
.team .person {
  cursor: pointer;
  max-width: 340px;
  height: 100%;
  background-color: #29aae1;
  padding: 4px;
  border-radius: 10px;
}
.team .grd {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.team .clmn {
  display: flex;
  justify-content: center;
}
.team .clmn1 {
  justify-content: right;
}
.team .clmn2 {
  justify-content: left;
}
.team .content {
  padding: 0.75rem 1rem 0;
}
.team .person .name {
  font-size: 1.125rem;
}
.all.team > .container .mx-wdteam {
  max-width: 690px;
  margin: 0 auto;
}
.team .desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}
.team .desc b {
  color: #00b3ff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .team .person-empty {
    display: none;
  }
}





/*------------------------------
             Modal        
------------------------------*/

.carousel-item .port-logo {
  padding: 1rem;
  border: 1px solid #ccc;
  height: 12rem;
  margin-bottom: 1rem;
}

.fade .show {
  opacity: 1;
}
.modal .modal-content {
  border-radius: 7px;
  border: none;
}
.modal .media {
  position: relative;
}
.modal .media img {
  width: 12rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
}
.modal .modal-body {
  padding: 1.5rem;
}
.modal .media .name {
  color: #182363;
  font-size: 1.375rem;
  font-family: 'archivo', sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.modal .media .name span {
  font-weight: 400;
}
.modal .title {
  color: #182363;
  font-size: 1.125rem;
  margin-bottom: 0rem;
  font-family: 'archivo', sans-serif;
}
.modal ul {
  margin-top: 1rem;
}
.modal p {
  text-align: justify;
  margin-bottom: 1.5rem;
  font-family: 'archivo', sans-serif;
  font-weight: 400;
}
.modal p b {
  color: #182363;
}
.modal p:last-child {
  margin-bottom: 0.5rem;
}
.modal .close {
  cursor: pointer;
  position: absolute;
  top: 0rem;
  right: 0rem;
  color: #182363;
  padding: 0.5rem;
  transition: all 0.3s;
  opacity: 1;
}
.modal .btn {
  color: #fff;
  background-color: #182363;
  padding: 0.5rem 1.25rem;
  border: 1px solid #182363;
  margin-top: 2rem;
}
.modal .btn:hover {
  opacity: 0.8;
}
.modal .btn:focus {
  outline: none;
  box-shadow: none;
}
.modal form.invisible {
  display: none !important;
}
.modal .invalid-feedback {
  display: block;
  width: 100%;
  margin: 0.5rem 0 0;
}
.modal .invalid-feedback.invisible {
  visibility: hidden !important;
}

.model-port a.carousel-control-prev {
  width: 30px;
  left: -45px;
}

.model-port a.carousel-control-next {
  width: 30px;
  right: -45px;
}
@media (min-width: 1200px) {
  .modal .modal-lg {
    max-width: 1110px;
  }
}



/*------------------------------
       Guiding Principles        
------------------------------*/
.guiding {
  color: #fff;
  background-color: #29aae1;
  padding: 4rem 0;
}
.guiding .header {
  color: #fff;
}
.guiding h6 {
  font-size: 1.25rem;
}
.guiding h6 i {
  color: #6394b7;
  font-weight: 700;
}
.guiding h6 {
  margin-bottom: 1.75rem;
}
.guiding h6:last-child {
  margin-bottom: 0;
}

/* New Team Secion */

.modal-header {
  color: #fff;
  background-color: #04659b;
  padding: 1rem 2rem;
}

.modal button {
  color: #fff;
  transform: scale(1.2);
}

.all {
  padding: 4.3rem 0;
}

.all.team {
  /* background: -webkit-linear-gradient(left, #4a95c0 , #04659b);
    background: -o-linear-gradient(right, #4a95c0, #04659b);
    background: -moz-linear-gradient(right, #4a95c0, #04659b);
    background: linear-gradient(to right, #4a95c0 , #04659b); */
}

.team .person {
  min-height: 14rem;
  cursor: pointer;
  /*  margin: 1rem 0; */
}

.team .person .content {
  background-color: #29aae1;
  padding: .5rem .75rem;
}

.team .person .name {
  font-size: 20px;
  line-height: 1.25;
  margin-bottom: .25rem;
}
.team .person .title {
  font-size: 14px;
  font-weight: 400;
  color: #182363;
  margin-bottom: .5rem;
}
.team .person a {
  display: block;
  color: #182363;
  font-size: .75rem;
  font-weight: 400;
}
.team .person a i {
  min-width: .875rem;
}

.team .header {
  font-family: 'archivo', sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}

.port.modal .port-logo {
  padding: 1rem;
  border: 1px solid #ccc;
  height: 12rem;
  margin-bottom: 1rem;
}

body .carousel-indicators li {
  background-color: red;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon {
  background-color: none;
}
body .no-padding {
  padding-left: 0;
  padding-right: 0;
}

[data-aos^='zoom'][data-aos^='zoom'].aos-animate {
  opacity: 1;
  transform: translate(0) scale(1);
}
@media (max-width: 757px) {
  .team .person .content {
    padding: .5rem;
  }
  .team .person a span {
    display: none;
  }
  .team .person a .fab {
    font-size: 1rem;
  }
}





/*------------------------------
            News        
------------------------------*/
.news {
  color: #fff;
  padding: 4rem 0;
  background-color: #182363;
}
.news .header {
  color: #fff;
  margin-bottom: 2rem;
}
.news .content:not(:last-child) {
  margin-bottom: 4rem;
}
.news .date {
  font-size: .875rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.news .title {
  font-family: 'archivo', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 1.25;
}
.news .desc {
  font-size: 1.125rem;
  margin: 0;
}
.news a {
  color: #fff;
}
.news a:hover {
  color: #fff;
  text-decoration: none;
}





/*------------------------------
            Contact        
------------------------------*/
.contact {
  padding: 4rem 0;
  background-color: #f7f7f7;
}

.contact .header {
  font-family: 'archivo', sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 0.875rem;
}

.contact .sub-header {
  font-family: 'archivo', sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 20px;
}
.contact .watermark {
  position: absolute;
  top: -10px;
  left: 110px;
  width: 400px;
  opacity: 0.05;
}
.contact .watermark img {
  width: 100%;
}
.contact .contact-bg {
  position: relative;
}
.contact iframe {
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.contact-bg {
  position: relative;
}

/* .contact-bg::before{
	content:" ";
	background: url(../images/concentric-circle.png) ;
	background-size:250px;
	position:absolute;
	top: 150px;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	opacity:0.2;
} */

.contact ul li {
  font-size: 1.125rem;
}
.contact ul li i {
  display: inline-block;
  width: 1.25rem;
}
.contact ul li i.fa-phone {
  position: relative;
  top: 0.05rem;
  transform: rotate(90deg);
}
.contact .map {
  height: 28rem;
}

/*------------------------------
            Terms        
------------------------------*/
.terms h5 {
  color: #29aae1;
  font-family: 'archivo', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.75rem;
}
.terms h5:not(:first-child) {
  padding-top: 2rem;
}
.terms p {
  font-family: 'archivo', sans-serif;
  margin-bottom: 1.75rem;
}

/*------------------------------
            Footer        
------------------------------*/
footer {
  z-index: 99;
  color: #fff;
  background: #182363;
  font-size: 0.875rem;
  padding: 0.875rem 0;
}
footer a {
  color: #fff;
}

.model-butt {
  padding-left: 9px !important;
}

.model-butt .btn {
  color: #fff;
  background-color: #182363;
  padding: 0.5rem 1.25rem;
  border: 1px solid #182363;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

table.tb-layout {
  table-layout: auto;
  width: 100%;
}

.policy-table tr,
td {
  border: 0.5px solid #c7c7c7;
  padding: 10px 8px;
}
.policy-table td:nth-child(n + 2) {
  width: 180px;
}

.policy-table th {
  border: 0.5px solid #c7c7c7;
  text-align: center;
  padding: 10px 8px;
}

.footer-privacy a {
  color: #3d6eac;
}

.footer-privacy h4 {
  color: #6695ce;
  font-size: 20px;
  font-weight: 400;
}

.footer-privacy h6 {
  font-style: italic;
  margin-bottom: 1rem;
}

/*------------------------------
          Media Query        
------------------------------*/
@media (min-width: 1200px) {
  .modal-lg {
    max-width: 954px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav {
    text-align: center;
    padding: 1rem 0 0.5rem;
    margin: 0;
    background: #182363;
  }
  .navbar .nav-item.nav-link {
    font-size: 0.9375rem;
    padding: 0.125rem;
    margin: 0;
    color: #fff;
  }
}
@media (max-width: 1199px), (max-height: 800px) {
  .navbar .navbar-brand {
    width: 14rem;
  }
  .approach {
    background-position: left 20% center;
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .modal .lgs {
    position: relative;
    top: 0px;
  }
  .navbar {
    padding: 0.75rem 0;
  }
  .navbar .navbar-brand {
    width: 12rem;
    padding-left: 0.9375rem;
  }
  .home h1 {
    font-size: 3rem;
  }
  .header {
    font-size: 2rem;
  }
  .partners .col-md-6:nth-child(2) img {
    margin-bottom: 2rem;
  }
  .modal .close {
    /* top: -0.25rem;
        right: 0.75rem; */
  }
  .modal .media {
    flex-direction: column;
  }
  wrapper {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  body.modal-open .transparen-div {
    height: 100vh;
  }
  .p-tablet {
    padding: 3.5rem 0 !important;
  }

  .approach .grd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }

  .partners .grd {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .community .pc_cnt br {
    display: none;
  }
}
@media (max-width: 767px) {
  /* Video Parallax Section*/
  .ParallaxVideo {
    height: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .ParallaxVideo video {
    min-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -9999;
    transform: translateX(-30%);
  }
  .ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
  }

  .nav-item.nav-link.brochure {
    margin-left: px !important;
  }

  .contact {
    padding: 2rem 0;
  }

  .about {
    padding: 2rem 0;
  }

  .myVideo {
    width: auto;
    height: 100vh;
    /* left: 50%;
    transform: translateX(-50%); */
  }

  .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color:rgba(0, 0, 0, 0.6); */
    width: 100%;
    height: 100%;
  }

  .team {
    background-color: #f7f7f7;
    padding: 2rem 0;
  }

  .guiding {
    color: #fff;
    background-color: #29aae1;
    padding: 2rem 0;
  }

  .modal {
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .home .d-flex {
    height: calc(100vh - 4.25rem);
  }
  /* .home .video video {
        max-height: 100%;
    } */

  .home .video video {
    position: relative;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
  }
  .home h1 {
    padding: 1rem 0 0rem;
  }

  .approach .ttl {
    font-size: 18px;
  }
  .about .col-12 {
    margin-bottom: 0px;
  }
  .approach .btx {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .approach .bx1 {
    margin-bottom: 20px;
  }

  .header {
    font-size: 2.125rem;
    margin-bottom: 1.25rem;
  }
  .sub-header {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }

  .about .header {
    font-family: 'archivo', sans-serif;
    font-size: 2.125rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }
  .about .sub-header {
    font-family: 'archivo', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.75rem;
  }

  .approach .header {
    color: #fff;
    font-family: 'archivo', sans-serif;
    font-size: 2.125rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }

  .team .header {
    font-family: 'archivo', sans-serif;
    font-size: 2.125rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }

  .team .sub-header {
    font-family: 'archivo', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.75rem;
  }

  .contact .header {
    font-family: 'archivo', sans-serif;
    font-size: 2.125rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }
  .contact .sub-header {
    font-family: 'archivo', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 1.75rem;
  }
  .about p {
    font-size: 1rem;
    margin-bottom: 1.75rem;
  }
  .approach p {
    font-size: 1rem;
  }
  .approach .col-md-4:not(:last-child) p {
    margin-bottom: 1.75rem;
  }

  .modal p {
    line-height: 1.4;
  }
  .guiding h6 {
    font-size: 1rem;
  }
  .contact ul li {
    font-size: 1rem;
  }
  .terms h5 {
    font-size: 1.125rem;
    margin-bottom: 1.25rem;
  }
  .terms p {
    margin-bottom: 1.25rem;
  }
  .p-mobile {
    padding: 2.5rem 0 !important;
  }

  .approach .grd {
    padding: 0px 20px;
  }
  .approach h5 {
    font-size: 1.2rem;
  }
  .ov .grd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    font-size: 16px;
    gap: 0px;
  }
  .team .person .name {
    font-size: 20px;
  }
  .team .person .title {
    font-size: 16px;
  }
  .home h1 {
    font-size: 2.5rem;
  }
  .partners .grd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .community .grd {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .community .grd2 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .contact .map {
    margin-top: 40px;
  }
  .contact .map iframe {
    width: 100%;
  }
  footer {
    text-align: center;
  }
  footer span {
    display: block;
  }
  .contact {
    padding: 2rem 0 9rem 0;
  }

  .approach .video {
    width: 100%;
    height: 100%;
  }
  .approach .video video {
    height: 100%;
    transform: translateX(0%);
    object-fit: cover;
  }
  .approach .ParallaxVideo video {
    height: 100%;
    min-width: 100%;
    height: 200vh;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -9999;
  }
}
@media (max-width: 575px) {
  .home h1 {
    display: block;
  }
  .team .clmn1 {
    justify-content: center;
  }
  .team .clmn2 {
    justify-content: center;
  }
  .team .clmn {
    padding: 0px;
  }
  .partners .grd .lg img {
    width: 100%;
  }
  .partners .grd .lg:nth-child(6) img {
    width: 80px;
  }

  /* Video Parallax Section*/
  .ParallaxVideo {
    height: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .ParallaxVideo video {
    min-width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -9999;
    transform: translateX(-30%);
  }
  .ParallaxVideo h3 {
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
  }

  .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    width: 100%;
    height: 100%;
  }

  .nav-item.nav-link.brochure {
    margin-left: 0px !important;
  }

  .modal .close {
    cursor: pointer;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: #182363;
    padding: 0.5rem;
    transition: all 0.3s;
    opacity: 1;
  }

  .team .media {
    height: auto;
    flex-direction: column;
    max-width: 24rem;
    margin: 0 auto;
  }
  .team .media img {
    width: 100%;
  }
  .modal .modal-body {
    padding: 3rem 1rem;
  }
  .modal .media .img {
    width: 100%;
  }
  .contact .map {
    height: 22rem;
  }

  .home {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }

  .about {
    padding: 2rem 0;
  }

  .myVideo {
    width: auto;
    height: 100vh;
    /* left: 50%;
    transform: translateX(-30%); */
  }

  .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
  }

  .team {
    background-color: #f7f7f7;
    padding: 2rem 0;
  }

  .guiding {
    color: #fff;
    background-color: #29aae1;
    padding: 2rem 0;
  }

  /*.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E);
}



.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E);
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}	
*/
  .model-port a.carousel-control-next {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
  }

  .model-port a.carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 50%;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
  }
  .approach .video video {
    height: auto;
    transform: translateX(0%);
  }
}

@media print {
  .guiding h6 {
    opacity: 1 !important;
    transform: translate(0) !important;
  }
}

/* Mobile Reponsiveness Start */

@media (max-width: 1280px) {
  .wwo .graph .tx1 {
    left: -59px;
    transform: translateY(-58%);
    margin-top: -57px;
  }
  .wwo .graph .tx3 {
    right: -68px;
  }
  .community .grd3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  .wwo .graph .tx4 {
    top: 100%;
    left: 50%;
    transform: translateX(-1%);
    margin: -200px 0px 0px -350px;
  }
  .wwo .graph .tx {
    width: 240px;
  }
  .wwo .graph .pc {
    width: 280px;
  }
  .wwo .graph .tx5 {
    top: 100%;
    left: 50%;
    transform: translateX(-92%);
    margin: -181px 0px 0px 350px;
  }
  .wwo .graph .tx3 {
    right: -41px;
  }
  .wwo .graph .tx1 {
    left: -35px;
  }
}

@media (min-width: 768px) and (max-width: 810px) {
  .team .grd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact .map iframe {
    width: 100% !important;
  }
  .contact ul li a {
    font-size: 16px;
  }
  .contact ul li {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .approach .grd2 {
    padding-inline: 15px;
    flex-direction: column;
    gap: 20px;
  }
  .approach ul {
    padding-inline-end: 10px;
  }
  .approach .pc {
    margin-inline: 15px;
    margin-bottom: 64px;
  }
  .wwo .graph {
    padding-inline: 0;
  }
  .wwo .graph .pc {
    width: 100%;
    padding-block: 10px;
    margin-bottom: 40px;
  }
  .wwo .graph .tx {
    position: static;
    transform: inherit;
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
    padding-inline: 20px;
  }
  .team .grd {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .community .grd3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 10px;
  }
  .community ul {
    padding-right: 0px;
  }
}
