body {
  font-family: "Poppins", sans-serif !important;
  overflow-x: hidden !important;
}
html{
  overflow-x: hidden !important;
}



header {
  width: 100%;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  padding: 20px 0;
  /* position: fixed; */
  z-index: 55;
  /* border-bottom-left-radius: 20px; */
  /* border-bottom-right-radius: 20px; */
  box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
  position: fixed;
}

.logo img{

  width: 124px;
}

.hamburger {
  display: none;
}

.nav-bar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  justify-content: end;
}

.nav-bar ul li a {
  display: block;
  color: #6d738c;
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 5px;
  transition: 0.3s;
  margin: 0 5px;
  text-decoration: none;
  font-weight: 400;
  position: relative;
}

.nav-bar ul li a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: #000;
  left: 0;
  bottom: 5px;
  transition: all 0.4s ease-in;
  border-radius: 10px;
}

.nav-bar ul li a:hover::after {
  width: 100%;
}

.nav-bar ul li a:hover {
  color: #000;
}

.nav-bar ul li a.active {
  color: #000;
}

.nav-btn {
  background-color: #363737;
  color: #fff;
  font-size: 16px;
  border: 1px solid #363737;
  border-radius: 6px;
  padding: 10px 22px;
  margin: 0 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.nav-btn:hover {
  background-color: #08aebb;
  border: 1px solid #08aebb;
  color: #192b6c;
}

.nav-btn:hover path {
  transition: all 0.3s ease;
  stroke: #192b6c;
}

@media only screen and (max-width: 1320px) {
  header {
    /* padding: 0 50px; */
  }
}

@media only screen and (max-width: 1100px) {
  header {
    /* padding: 0 30px; */
  }
}



/* end of header */

/* firstbar */

.firstbar {
  background-image: url(../images/banner1.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-top: 106.39px;
}

.firstbar-desc {

  margin-top: 50px;
}

.firstbar .firstbar-desc h2 {
  font-weight: 700;
  font-size: 55px;
  color: #ffffff;
}

.firstbar .firstbar-desc p {
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  color: #ffffff;
}

.firstbar .firstbar-desc button {
  padding: 15px 30px;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #ffffff;

  color: #192b6c;
  font-weight: 400;
  font-size: 16px;
  transition: all 0.3s ease;
}

.firstbar .firstbar-desc button:hover {
  color: #fff;
  background-color: #192b6c;
  border: 1px solid #192b6c;
}

.first-img {
  width: 70%;
  display: block;
  margin: auto;
}

.img-part {
  display: flex;
  align-items: center;
}

.msAlign{

  align-items: center;
}

/* end of firstbar */

/* secondbar */

.secondbar {
  padding: 80px 0;
}

.secondbar .secondbar-img img {
  border-radius: 6px;
  width: 100%;
}

.secondbar .secondbar-desc {
  padding: 0 0 0 50px;
}

.secondbar .secondbar-desc h3 {
  font-weight: 700;
  font-size: 50px;
  color: #192b6c;
}
.content-center {
  display: flex;
  align-items: center;
}
.secondbar .secondbar-desc p {
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  margin: 15px 0 0 0;
  padding: 0 95px 0 0;
  text-align: justify;
}

.second-a {
  margin: 4rem 0 0 0;
}

.secondbar .secondbar-desc a {
  color: #192b6c;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  border-bottom: 1px solid #192b6c;
  padding: 0 0 3px 0;
  transition: all 0.3s ease;
}

.secondbar .secondbar-desc a:hover {
  border-bottom: 1px solid #08aebb;
}

/* end of secondbar */

/* thirdbar */

.thirdbar {
  background-color: #192b6c;
  padding: 60px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}

.commen-icon {
  position: absolute;
  top: -120px;
  right: 100px;
  display: block;
}

.thirdbar h2 {
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  margin: 0;
}

.thirdbar span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/* firstrow */

.thirdbar .thirdbar-desc {
  margin: 5rem 0 0 0;
  border-bottom: 1px solid #fff;
}

.thirdbar .thirdbar-desc .third-desc1 {
  border-right: 1px solid #fff;
  padding: 50px;
  height: 100%;
}

.thirdbar .thirdbar-desc h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}

.thirdbar .thirdbar-desc p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.thirdbar .thirdbar-desc .third-desc2 {
  padding: 50px;
}

/* secondrow */

.thirdbar .thirdbar-desc2 .third-desc3 {
  border-right: 1px solid #fff;
  padding: 50px;
  height: 100%;
}

.thirdbar .thirdbar-desc2 h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 500;
}

.thirdbar .thirdbar-desc2 p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 0 0;
}

.thirdbar .thirdbar-desc2 .third-desc4 {
  padding: 50px;
}

/* end of thirdbar */

/* fourthbar */

.pristCont h3{

  margin: 10px 0;
  font-size: 22px;
  font-weight: 600;
  color: #192B6C;
}

.pristCont p{

  font-size: 16px;
}
.fourthbar {
  padding: 50px 0;
}

.fourthbar img {
  width: 20rem;
}

.fourthbar p {
  color: #555555;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  margin: 10px 0 0 0;
}
.fourthbar-pic img {
  border-radius: 4px;
  width: 65% !important;
}

/* end of fourthbar */

/* fifthbar */

.fifthbar {
  background-image: url(../images/fifthbar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: inherit;
  width: 100%;
  padding: 100px 0;
  border-radius: 20px;
}

.fifthbar-box1 {
  background: #ecedfc;
  padding: 20px;
  width: 500px;
  border-radius: 12px;
  border: 1px solid #ecedfc;
  transition: all 0.3s ease;
}

.fifthbar-box1:hover {
  background-color: rgba(255, 252, 252, 0.4);
  border: 1px solid #08aebb;
}

.fifthbar h3 {
  color: #192b6c;
  font-weight: 600;
  font-size: 23px;
}

.fifthbar p {
  color: #303030;
  font-weight: 500;
  font-size: 14px;
}

.fifthbar-box2 {
  background: #ecedfc;
  padding: 20px;
  width: 500px;
  border-radius: 12px;
  margin: 20px 0 0 0;
  border: 1px solid #ecedfc;
}

.fifthbar-box2:hover {
  background-color: rgba(255, 252, 252, 0.4);
  border: 1px solid #08aebb;
}

/* end of sixthbar */

/* sixthbar */

.sixthbar {
  padding: 40px 0;
  text-align: center;
}

.sixthbar h2 {
  color: #192b6c;
  font-weight: 700;
  font-size: 35px;
  margin: 0;
}

.sixthbar-main-part {
  position: relative;
}

.sixthbar-main-part::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../icon/underline.svg);
  width: 235px;
  bottom: -30px;
  left: 51%;
  height: 30px;
  transform: translate(-50%);
  /* right: 0; */
  background-repeat: no-repeat;
  margin: auto;
}

.sixthbar .sixthbar-main-part span {
  color: #414141;
  font-size: 18px;
  font-weight: 500;
}

.person {
  margin: 60px 0 0 0;
  position: relative;
}

.person .slick-dots li {
  background-color: #192b6c !important;
  width: 9px !important;
  height: 9px !important;
  border-radius: 50% !important;
  transition: all 0.3s linear;
}

.person .slick-dots .slick-active {
  background-color: #08aebb !important ;
  width: 15px !important;
  border-radius: 8px !important;
}

.next-arrow {
  position: absolute;
  top: -40px;
  right: 0;
  color: #6d738c;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px !important;
  font-size: 20px;
  display: block;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.prev-arrow {
  position: absolute;
  top: -40px;
  right: 30px;
  color: #6d738c;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px !important;
  font-size: 20px;
  display: block;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.prev-arrow:hover {
  color: #192b6c;
  border: 1px solid #000;
}

.next-arrow:hover {
  color: #192b6c;
  border: 1px solid #000;
}

.sixthbar-desc {
  position: relative;
  margin: 4rem 0 0 0;
}

.person1 {
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 8px;
  background-color: #fdfdfd;
  padding: 80px 20px;
  width: 310px !important;
  transition: all 0.3s ease;
  cursor: pointer;
}

.person1:hover {
  background-color: #e3f3f4;
  border: 1px solid #e3f3f4;
}

.sixthbar h3 {
  color: #323232;
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0;
}

.sixthbar p {
  color: #575555;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}

.sixthbar img {
  margin: 0 auto;
}

/* end of sixthbar */

/* seventhbar */

.seventhbar {
  background-color: #192b6c;
  padding: 80px;
  border-radius: 20px;
  margin: 0 0 80px 0;
}

.seventhbar-desc h2 {
  position: relative;
  z-index: 11;
}

.seventhbar-desc h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 55;
  width: 80px;
  height: 80px;
  background-color: #08aebb;
  top: 55px;
  border-radius: 50%;
  z-index: -1;
}

.seventhbar span {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -20px;
  top: 50px;
  background: #08aebb;
  border-radius: 100px;
}

.seventhbar h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  padding: 0 13rem 0 0;
}

.seventhbar-btns {
  margin: 60px 0 0 0;
}

.seventhbar a {
  color: #fff;
  background-color: #08aebb;
  border: 1px solid #08aebb;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 35px;
  text-decoration: none;
  margin: 0 10px 0 0;
  transition: all 0.3s ease;
}

.seventhbar-a2 {
  background-color: transparent !important;
  border: 1px solid #08aebb;
}

.seventhbar a:hover {
  background-color: transparent;
  color: #fff;
}

.seventhbar-a2:hover {
  background-color: #08aebb !important;
}

/* end of seventhbar */

/* eighthbar */

.eighthbar {
  background: rgba(235, 238, 248, 0.5);
  border-radius: 25px 25px 0 0;
  padding: 80px 0 0 0;
  /* margin: 60px 0 0 0; */
}

.eighthbar ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.footer-logo img{

  width: 220px;
  max-width: 100%;
}

.eighthbar .footer-logo ul li {
  list-style: none;
  padding-right: 35px;
}

.eighthbar .footer-logo ul li a {
  text-decoration: none;
}

.eighthbar .footer-logo ul li i {
  margin: 20px 0 0 0;
  color: #000;
  border-radius: 50px;
  width: 33px;
  height: 33px;
  text-align: center;
  line-height: 33px !important;
  font-size: 15px;
  display: block;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}

.fa-facebook:hover {
  color: #fff !important;
  background-color: #4267b2;
  border: 1px solid #4267b2;
}

.fa-instagram:hover {
  color: #fff !important;
  border: 1px solid #8a3ab9;
  background-color: #8a3ab9;
}

.fa-linkedin:hover {
  color: #fff !important;
  border: 1px solid #0077b5;
  background-color: #0077b5;
}

.eighthbar h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px 0;
}

.eighthbar .footer-menu ul {
  margin: 0;
  padding: 0;
  display: block;
}

.eighthbar .footer-menu ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
}

.eighthbar .footer-menu ul li a {
  color: #433f3f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
}

.eighthbar .footer-menu ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #000;
  transition: all 0.4s ease-in;
}

.eighthbar .footer-menu ul li a:hover::after {
  width: 100%;
}

.eighthbar .footer-menu ul li a:hover {
  color: #000;
}

.eighthbar .footer-menu p {
  color: #433f3f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  margin: 0 0 0 20px;
}

.eighthbar .contact-menu ul li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
/* .eighthbar .contact-menu ul {
    display: flex;
} */

.eighthbar .contact-menu ul li a {
  color: #433f3f;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}

.eighthbar .contact-menu ul li a:hover {
  color: #000;
}
.footer-menu ul li {
  position: relative;
}

.footer-menu ul li i {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
}
/* end of eighthbar */

/* ninethbar */

.ninethbar {
  background: rgba(235, 238, 248, 0.5);
  padding: 10px 0;
  text-align: center;
}

.ninethbar p {
  font-size: 14px;
  color: #333333;
}

/* gallery */

.gallery-bg {
  background-image: url(../images/gallery-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  margin-top: 106.39px;
}

.glry-img {
  border-radius: 10px;
  box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 10%);
}

.gallery h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.gallery a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.gallery span {
  color: #08aebb;
  font-weight: 500;
}

.gallery-align {
  padding: 80px 0;
}

.gallery-img {
  padding: 20px 0 0 0;
}
.gallery_pic img {
  width: 100%;
  height: 180px;
  object-fit: cover;

}

/* events */

.events-bg {
  background-image: url(../images/eventsbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  margin-top: 106.39px;
}

.events1 {
  position: relative;
}

.events img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border: 1px solid rgb(244, 244, 244);
}

.events-date {
  color: rgb(51, 51, 51);
  font-weight: 700;
  margin-bottom: 15px;
}

.calender {
  padding-right: 5px;
}

.events-desc {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid rgb(244, 244, 244);
  transition: all 0.3s ease;
}

.events1:hover .events-desc {
  box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 10%);
}

.events h3 {
  color: #192b6c;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
}

.events p {
  color: #555;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: justify;
}

.events a {
  color: #08aebb;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  position: relative;
}

.events a::after {
  content: "";
  position: absolute;
  background-color: #0077b5;
  height: 3px;
  width: 0;
  left: 0;
  bottom: -5px;
  transition: all 0.3s ease;
  border-radius: 10px;
}

.events a:hover::after {
  width: 100%;
}

.events span {
  background-color: #192b6c;
  color: #fff;
  padding: 8px 18px;
  border-radius: 10px;
  text-align: right;
}

.events-title {
  color: #fff !important;
  font-size: 50px !important;
  font-weight: 700;
}

.events-title-span {
  color: #08aebb !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.events-title-a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
}

.events-align {
  padding: 80px 0;
}

.events-details {
  text-align: end;
}

/* events inner */

/* .events-inner-content {
  text-align: center;
} */

.events-inner-content h4 {
  color: #192b6c;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.events-inner-content img {
  border-radius: 10px;
}

.events-inner-content iframe {
  border-radius: 12px;
}

.events-inner-date {
  margin: 20px 0 0 0;
  color: rgb(51, 51, 51);
  font-weight: 700;
}

.events-inner-youtube {
  margin: 20px 0 0 0;
}
.partners-content h2 {
  margin-top: 15px;
   font-size: 23px;
   font-weight: 600;
}
.partners-content h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 20px;
}
.partners-content P {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

.recent-desc {
  background-color: rgb(247 247 247);
  padding: 10px;
  border-radius: 10px;
}

.recent-desc img {
  border-radius: 5px;
}

.recent-desc p {
  color: #000;
  text-align: left;
  font-size: 13px;
  margin-bottom: 6px;
}

.recent h5 {
  color: #192b6c;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.recent-news a{
  color: #192B6C;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
}
.recent-news a::after{
    content: "";
    position: absolute;
    background-color: #0077b5;
    height: 3px;
    width: 20px;
    left: 0;
    bottom: -5px;
    transition: all 0.3s ease;
    border-radius: 10px;
}

.recent-news a:hover::after{

  width: 100%;

}
/* contacts */

.contact-bg {
  background-image: url(../images/contact.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  margin-top: 106.39px;
}

.contacts-title {
  color: #fff !important;
  font-size: 50px !important;
  font-weight: 700;
  margin: 0;
}

.contacts-title-span {
  color: #08aebb !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.contacts-title-a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
}

.contact-align {
  padding: 80px 0 0 0;
}

.contacts {
  border-radius: 12px;
  box-shadow: 0px 0px 16px -5px #66666657;
}

.contact-methods {
  padding: 50px;
  width: 100%;
  height: 100%;
  display: grid;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.contact ul {
  padding: 0;
  margin: 0;
}

.contact ul li {
  list-style: none;
  padding: 20px 0 0 0;
}

.contact i {
  margin: 0 15px 0 0;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background-color: #192b6c;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
}

.contact a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.contact span {
  color: #000;
  font-size: 16px;
}

.contact-form {
  padding: 30px;
  width: 100%;
  background-color: rgb(239, 239, 239);
  border-radius: 12px;
}

.contact input,
textarea {
  width: 100%;
  padding: 10px 20px;
  margin: 0 0 20px 0;
  border: 1px solid rgb(233, 233, 233);
  border-radius: 6px;
  outline: none;
}

.contact button {
  margin: 10px 0 0 0;
  padding: 10px 30px;
  border-radius: 10px;
  color: #fff;
  background-color: #192b6c;
  border: 1px solid #192b6c;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.contact button:hover {
  color: #192b6c;
  border: 1px solid #192b6c;
  background-color: transparent;
}

.map {
  margin: 80px 0 0 0;
}

.contact h4 {
  padding: 0 0 10px 0;
  color: #192b6c;
}

.contacts-socialmeadia {
  text-align: center;
}

.contacts-socialmeadia ul li {
  display: inline-flex;
}

.contacts-socialmeadia i {
  background-color: #fff;
  color: #000;
  font-size: 15px;
  width: 40px;
  height: 40px;
  transition: all 0.3s ease;
  line-height: 40px !important;
  border: 1px solid #000;
}

/* investment */

.investment-bg {
  background-image: url(../images/investment.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  margin-top: 106.39px;
}

.investment-title {
  color: #fff !important;
  font-size: 50px !important;
  font-weight: 700;
}

.investment-title-span {
  color: #08aebb !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  padding: 0 !important;
}

.investment-title-a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: all 0.3s ease !important;
  text-transform: none !important;
}

.investment-align {
  padding: 80px 0;
}

.investment-begn {
  background-color: #fbfbfb;
}

.investment-desc {
  /* padding: 32px 30px; */
  padding: 6px;
}.investment-desc ul{
  margin: 0;
  padding: 0;
}
.investment-desc ul li{
  list-style-type: none;
  line-height: 30px;
}
.investment-desc ul li a{
  text-decoration: none;
  color: #433f3f;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s ease;
}
.investment-desc ul li a::after{
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #000;
  transition: all 0.4s ease-in;
}
.investment-desc ul li a:hover:after{
  width: 100%;
  color: #433f3f;
}
.investment-desc i{
  padding-right: 10px;
  color: #433f3f;
}
.dis_flex{
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  padding-left: 25px;
}
.enevlop_style{
  padding-left: 25px;
}

.investment h3 {
  color: #192b6c;
  font-size: 35px;
  font-weight: 700;
  padding: 0 0 20px 0;
  margin: 0;
  position: relative;
  z-index: 9;
}

.investment h3::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../icon/underline.svg);
  width: 235px;
  bottom: -12px;
  left: 16%;
  height: 30px;
  transform: translate(-50%);
  background-repeat: no-repeat;
  margin: auto;
}

.investment p {
  color: #666666;
  font-size: 16px;
  text-align: justify;
  margin: 30px 0 0 0;
}
.investment p:nth-child(3){
  font-weight: 600;
}

.investment h4 {
  font-size: 35px;
  color: #192b6c;
  font-weight: 700;
  padding: 30px 0 0 0;
}

.investment table {
  width: 100%;
  background-color: #d8f9ff;
  color: #000;
  border: 3px solid #d8f9ff;
  padding: 10px;
}

.investment table,
td,
th {
  padding: 10px;
}

.investment table tr th {
  border: 3px solid #fff;
  font-size: 16;
  font-weight: 500;
}

.investment table td {
  border: 3px solid #fff;
  font-size: 16px;
  font-weight: 500;
}

.investment-packages {
  text-align: center;
  padding: 80px 0 0 0;
}

.investment-packages h6 {
  color: #192b6c;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.investment-packages h6::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../icon/underline.svg);
  width: 235px;
  bottom: -30px;
  left: 51%;
  height: 30px;
  transform: translate(-50%);
  /* right: 0; */
  background-repeat: no-repeat;
  margin: auto;
}

/* investment table */

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
  margin: 90px 0 0 0 !important;
}

.rwd-table tr {
  background-color: #d8f9ff;
}

.rwd-table th {
  display: none;
  background-color: #d8f9ff;
  color: #000;
}

.rwd-table td {
  display: block;
  background-color: #d8f9ff;
  color: #000;
}

.rwd-table td:first-child {
  margin-top: 0.5em;
}

.rwd-table td:last-child {
  margin-bottom: 0.5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: center;
}

.rwd-table {
  color: #333;
  border-radius: 0.4em;
  overflow: hidden;
  margin: 30px 0 0 0;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: 0.5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 800px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}

.select-menu {
  color: #000;
  width: 100%;
  height: 45px;
  padding: 0 10px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin: 5px 0 0 0;
  outline: none;
  font-size: 13px;
  font-weight: 500;
}

.fab-container {
  display: none;
}

.meet-ph img {
  margin-top: 15px;
  margin-bottom: 15px;
}

/* CAREER */
.career-bg {
  background-image: url(../images/caree-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 317px 127px;
  margin-top: 106.39px;
}
.career-section {
  padding-left: 40px;
}
.career-section h2 {
  font-weight: 700;
  font-size: 45px;
  color: #192B6C;
  font-style: italic;
  position: relative;
  z-index: 11;
  margin-top: -37px;
}
.career-section p {
  font-weight: 500;
    font-size: 19px;
    color: #989898;
    margin: 0;
    margin-top: 14px;
}
.career-section a {
  text-decoration: none;
  color: #08aebb;
  font-weight: 500;
  font-size: 25px;
  margin-top: 10px;
}
.career-section a:hover {
  text-decoration: none;
  color: #192B6C;
}
.caree-main {
  padding-top: 70px;
  padding-bottom: 70px;
}
.career-image img {
  border-radius: 0px 30px 30px 0px;
  width: 100% !important;
}
.career-section h2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 55;
  width: 68px;
  height: 68px;
  background-color: #08aebb;
  top: -10px;
  border-radius: 50%;
  z-index: -1;
  left: -1px;
}
.career-section img{
  width: 60%;
} 
.career-color {
  background-color: #e6fafd;
}
.career-bg {
  background-image: url(../images/career-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  margin-top: 106.39px;
}

/* privacy section */
.hero_privacy{
  display: flex;
}
.hero_privacy h2{
  color: #0e0e0e;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  border-bottom: 3px solid #192b6c;
  display: inline-block;
  margin: 40px auto;
}
.privacy_content{
  margin-top: 25px;
  margin-bottom: 65px;
}
.privacy_content p{
  text-align: justify;
}
.privcy_p_weght{
  font-weight: 600;
}
.privacy_content ul li{
  line-height: 33px;
}
.privacy_content a{
  text-decoration: none;
}
/* privacy section end */
/* terms section */
.terms_cntnt{
  margin-top: 25px;
  margin-bottom: 65px;
}
.terms_cntnt p:nth-last-child(1){
  margin-top: 60px;
}
.terms_cntnt ul li{
  list-style: lower-alpha;
  margin-top: 10px;
}
.terms_p_weght{
  font-weight: 600;
  margin-top: 60px;
}
/* terms section end */


/* houscall */
.houscall-bg {
  background-image: url(../images/van_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 120px;
  margin-top: 106.39px;
}

/* .glry-img {
  border-radius: 10px;
  box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 10%);
} */

.houscall-bg h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

.houscall-bg a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.houscall-bg span {
  color: #08aebb;
  font-weight: 500;
}

.housecall {
  background-color: #18A8B3;
  background: linear-gradient(#18A8B3, #2F935F);
  padding: 60px 0;
  text-align: center;
  border-radius: 20px;
  position: relative;
}
.housecall .sixthbar-main-part::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/underline.png);
  background-position: center;
  width: 235px;
  bottom: -30px;
  left: 50%;
  height: 30px;
  transform: translate(-50%,0);
  /* right: 0; */
  background-repeat: no-repeat;
  margin: auto;
}

.callathous{
  margin-top: 2rem;
}

.call_btn {
  position: fixed;
  z-index: 100000;
  bottom: 16%;
  right: 2%;
}
.call_btn i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: #13AFBC;
  border: 2px solid #13AFBC;
  color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.call_btn i:hover{
    background: transparent;
      color:#13AFBC;
  transition: all 0.3s ease 0s;
}
.watsapp_btn {
  position: fixed;
  z-index: 100000;
  bottom: 9%;
  right: 2%;
}

.watsapp_btn i {
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: #25D366;
  border: 2px solid #25D366;
  color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
}
.watsapp_btn i:hover {
  background: transparent;
  color: #25D366;
  transition: all 0.3s ease 0s;
}

/* Houscall  V */

.call_btn_houscall {
  position: fixed;
  z-index: 100000;
  bottom: 16%;
  right: 2%;
}

.call_btn_houscall i {
  font-size: 20px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: #1F3066;
  border: 2px solid #1F3066;
  color: #fff;
  border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
  transition: all 0.3s ease 0s;
}

.call_btn_houscall i:hover {
  background: transparent;
  color: #1F3066;
  border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;
  transition: all 0.3s ease 0s;
}

.watsapp_btn_houscall {
  position: fixed;
  z-index: 100000;
  bottom: 9%;
  right: 2%;
}

.watsapp_btn_houscall i {
  font-size: 25px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  background: #25D366;
  border: 2px solid #25D366;
  color: #fff;
  border-radius: 30% 70% 30% 70% / 70% 30% 70% 30%;
  transition: all 0.3s ease 0s;
}

.watsapp_btn_houscall i:hover {
  background: transparent;
  color: #25D366;
  border-radius: 70% 30% 70% 30% / 30% 70% 30% 70%;
  transition: all 0.3s ease 0s;
}