<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #ffffff !important;
}
a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.topbar {
  background: -webkit-linear-gradient(right, #002e5b 50%, #fff 50%);
  border-top: 6px solid #002e5b;
}
.row-left {
  padding-left: calc(var(--bs-gutter-x) * .5);
	-webkit-padding-left: -15px;
}
.top-link {
  text-align: right;
  background: url("../images/curve.jpg") #002e5b no-repeat top left;
}
.top-link h1 {
  display: none;
}
.top-link ul {
  margin: 0px;
  padding: 0px;
  padding: 0px 15px 4px 0;
}
.top-link ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
  padding-left: 30px;
}
.top-link ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.top-link ul li a:hover {
  color: #087def;
}
.white-bg {
  background: #fff;
  position: relative;
  right: -1px;
}
.container-height {
  height: 92px;
}
.logo {
  float: left;
  position: relative;
  top: -27px;
}
.logo h2 {
  display: none;
}
.logo-pd {
  margin-bottom: 31px;
}
.banner-part {
  position: relative;
}
.banner-part img {
  width: 100%;
}
.left-navi-bg {
  background: #002e5b;
  height: 100%;
  padding: 27px 20px;
}
.row-right {
  margin-right: calc(var(--bs-gutter-x) * -.5);
	-webkit-margin-right: -12px;
	margin-right: -12px;
}
.left-menu {
  text-align: left;
}
.left-menu h2 {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  margin-bottom: 13px;
}
.left-menu ul {
  margin: 0px;
  padding: 0px;
}
.left-menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  padding-bottom: 6px;
}
.left-menu ul li i {
  margin-right: 6px;
}
.left-menu ul li:last-child {
  padding-bottom: 0px;
}
.left-menu ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  text-decoration: none;
}
.left-menu ul li a:hover {
  color: #087def;
}
.home-heading {
  text-align: left;
}
.home-heading h1 {
  text-align: left;
  font-size: 30px;
  color: #2a2a2a;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}
.home-heading span {
  text-align: left;
  font-size: 25px;
  color: #a8a8a8;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 20px;
  display: inline-block;
}
.home-cont {
  text-align: justify;
}
.home-cont p {
  font-size: 14px;
  line-height: 21px;
  color: #292828;
}
.home-cont p span {
  font-weight: bold;
}
.home-cont a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #002e5b;
  padding: 10px 25px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.home-cont a:hover {
  background: #087def;
}
.h-img {
  text-align: right;
  position: relative;
  margin-top: 17px;
}
/*
.h-img img {
	width: 100%;
}
.h-img:before {
  content: url(../images/left-top-curve.png);
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
}
.h-img:after {
  content: url(../images/right-bottom-curve.png);
  display: block;
  position: absolute;
  right: -6px;
  bottom: -12px;
}
*/
.mrgn35 {
  margin-top: 23px;
}
.work-flow {
  position: relative;
}
.work-flow img {
  position: relative;
}
.circle-mobile {
  display: none;
}
.circle-desk {
  display: block;
}
.work-flow-box {
  text-align: left;
  position: absolute;
  z-index: 9999;
  width: 100%;
  top: 0px;
}
.work-flow-text {
  text-align: left;
  position: relative;
  left: -30px;
  display: flex;
}
.work-flow-text p {
  font-size: 12.5px;
  color: #fff;
  line-height: 17px;
  margin: 0px;
  padding: 5px 0px;
}
.work-flow-text1 {
  text-align: center;
  margin-top: 212px;
  padding-right: 70px;
}
.work-flow-text1 p {
  font-size: 19px;
  color: #000;
  line-height: 24px;
  margin: 0px;
}
.work-flow-text1 span {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.work-flow-step1 {
  text-align: left;
  margin-bottom: 15px;
}
.work-flow-step1:hover .purple {
  transition: 0.70s;
  transform: rotate(360deg);
}
.work-flow-step2:hover .blue {
  transition: 0.70s;
  transform: rotate(360deg);
}
.work-flow-step3:hover .cyon {
  transition: 0.70s;
  transform: rotate(360deg);
}
.work-flow-step4:hover .orange {
  transition: 0.70s;
  transform: rotate(360deg);
}
.work-flow-step5:hover .green {
  transition: 0.70s;
  transform: rotate(360deg);
}
.work-flow-step6:hover .dark-green {
  transition: 0.70s;
  transform: rotate(360deg);
}
.grow {
  transition: 1s ease;
}
.grow:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  transition: 1s ease;
}
.work-flow-step2 {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  left: 46px;
}
.work-flow-step3 {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  left: 92px;
}
.work-flow-step4 {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  left: 92px;
}
.work-flow-step5 {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  left: 43px;
}
.work-flow-step6 {
  text-align: left;
  margin-bottom: 15px;
  position: relative;
  left: 0px;
}
.work-flow-step2 .worflow-circle:before {
  content: '';
  width: 27px;
  height: 6px;
  background: #d6d6d6;
  display: block;
  transform: rotate(144deg);
  position: relative;
  z-index: 0;
  left: -22px;
  top: 46px;
}
.work-flow-step3 .worflow-circle:before {
  content: '';
  width: 41px;
  height: 6px;
  background: #d6d6d6;
  display: block;
  transform: rotate(180deg);
  position: relative;
  z-index: 0;
  left: -39px;
  top: 30px;
}
.work-flow-step4 .worflow-circle:before {
  content: '';
  width: 51px;
  height: 6px;
  background: #d6d6d6;
  display: block;
  transform: rotate(195deg);
  position: relative;
  z-index: 0;
  left: -42px;
  top: 18px;
}
.work-flow-step5 .worflow-circle:before {
  content: '';
  width: 23px;
  height: 6px;
  background: #d6d6d6;
  display: block;
  transform: rotate(207deg);
  position: relative;
  z-index: 0;
  left: -19px;
  top: 9px;
}
.work-flow-step6 .worflow-circle:before {
  content: '';
  width: 43px;
  height: 6px;
  background: #d6d6d6;
  display: block;
  transform: rotate(224deg);
  position: relative;
  z-index: 0;
  left: -30px;
  top: -5px;
}
.work-flow-clr-circle {
  width: 77%;
  background: #000;
  height: 80px;
  border-radius: 100px;
  position: relative;
  left: 32px;
}
.work-flow-clr-circle:hover {
  box-shadow: 0 15px 30px rgb(0 0 0 / 30%);
}
.worflow-circle {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #d6d6d6;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 60px;
  float: left;
  position: relative;
  top: 19px;
  right: 16px;
  z-index: 9;
  line-height: 50px;
}
.work-flow-step1 .worflow-circle:before {
  content: '';
  width: 44px;
  height: 6px;
  background: #d6d6d6;
  display: block;
  transform: rotate(137deg);
  position: relative;
  z-index: 0;
  left: -24px;
  top: 65px;
}
.work-flow-step4 .worflow-circle {
  top: 7px;
}
.work-flow-step5 .worflow-circle {
  top: -7px;
}
.work-flow-step6 .worflow-circle {
  top: -11px;
}
.purple {
  color: #8a58a5;
  display: block;
}
.purple-bg {
  background: #8a58a5;
}
.blue {
  color: #5f4ea1;
  display: block;
}
.blue-bg {
  background: #5f4ea1;
}
.cyon {
  color: #2eabdd;
  display: block;
}
.cyon-bg {
  background: #2eabdd;
}
.orange {
  color: #f79a1f;
  display: block;
}
.orange-bg {
  background: #f79a1f;
}
.green {
  color: #8fc84e;
  display: block;
}
.green-bg {
  background: #8fc84e;
}
.dark-green {
  color: #10b899;
  display: block;
}
.dark-green-bg {
  background: #10b899;
}
.blue-heading {
  text-align: left;
  padding-top: 226px;
}
.blue-heading p {
  font-size: 48px;
  font-weight: bold;
  color: #002e5b;
  line-height: 57px;
}
.work-space {
  padding: 38px 0px;
}
.career-bg1 {
  background: url("../images/carrer1.png") no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}
.career-bg {
  background: url("../images/career-bg.jpg") no-repeat;
  background-size: cover;
}
.career-cover {
  background: rgba(216, 216, 216, 0.95);
  display: block;
  padding: 20px 0px 5px;
}
.career-left-part {
  text-align: center;
}
.career-txt {
  text-align: left;
}
.career-txt h4 {
  font-size: 30px;
  font-weight: bold;
  color: #2a2a2a;
  padding-bottom: 13px;
}
.career-txt ul {
  margin: 0px;
  padding: 0px;
}
.career-txt ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: url(../images/check.png) no-repeat 5px 0px;
  padding-bottom: 7px;
}
.career-txt ul li p {
  font-size: 15px;
  color: #000;
  line-height: 20px;
  padding-left: 45px;
  margin-bottom: 10px;
}
.page-center-hd {
  text-align: center;
}
.page-center-hd h4 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: bold;
  line-height: 30px;
}
.page-center-hd p {
  font-size: 14px;
  color: #171616;
  font-weight: normal;
  padding: 0px 137px;
}
.pro-box {
  box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -webkit-box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -moz-box-shadow: 0px 0px 2px 2px rgba(187, 187, 187, 0.48);
  padding: 7px;
  background: #fff;
}
.pro-box img {
  width: 100%;
}
.logo-box {
  box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -webkit-box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -moz-box-shadow: 0px 0px 2px 2px rgba(187, 187, 187, 0.48);
  padding: 7px;
  background: #fff;
}
.logo-box img {
  height: 70px;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.glimpse-slider {
  margin-bottom: 20px;
  padding-top: 15px;
}
.glimpse-slider .single-donate-slide {
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.glimpse-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%;
}
.glimpse-slider .donate-slides .owl-prev {
  background-color: #343434;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #ffffff;
  top: 50%;
  left: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.glimpse-slider .donate-slides .owl-next {
  background-color: #343434;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #ffffff;
  top: 50%;
  right: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.logo-slider {
  margin-bottom: 20px;
  padding-top: 15px;
}
.logo-slider .single-donate-slide {
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.logo-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%;
}
.logo-slider .donate-slides .owl-prev {
  background-color: #343434;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #ffffff;
  top: 40%;
  left: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.logo-slider .donate-slides .owl-next {
  background-color: #343434;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #ffffff;
  top: 40%;
  right: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.meet-our-counselors {
  height: 435px;
}
.review-slider {
  margin-bottom: 20px;
  padding-top: 5px;
}
.review-slider .single-donate-slide {
  background: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.review-slider .owl-carousel .owl-carousel.owl-loaded {
  display: block;
  max-height: 129px;
  overflow: hidden;
  height: 100%;
}
.review-slider .customer-slides .owl-prev {
  background-color: #343434;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #ffffff;
  top: 60%;
  left: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.review-slider .customer-slides .owl-next {
  background-color: #343434;
  width: 20px;
  height: 20px;
  line-height: 14px;
  color: #ffffff;
  top: 60%;
  right: -24px;
  position: absolute;
  z-index: 10;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.scroll-main-space {
  padding: 23px 0px 5px;
}
.scroll-main-bdr {
  border-bottom: 3px solid #002e5b;
}
.reviews-bg {
  background: url("../images/review-bg.jpg") no-repeat;
  background-size: cover;
}
.reviews-cover {
  background: rgba(216, 216, 216, 0.87);
  display: block;
  padding: 20px 0px 10px;
}
.review-box {
  background: #2e375f;
  padding: 20px;
  text-align: center;
  position: relative;
  margin-top: 50px;
  padding-top: 65px;
  height: 270px;
}
.review-box p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin-top: 5px;
  margin-bottom: 0px;
}
.review-box p:before {
  content: url("../images/quote-left.png");
  display: inline-block;
  margin-right: 5px;
}
.review-box label {
  font-size: 18px;
  color: #fff;
  display: block;
}
.review-box span {
  font-size: 12px;
  color: #fff;
}
.review-box img {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 100px;
  top: -50px;
  z-index: 999999999999;
}
.meet-team {
  text-align: left;
  background: #2e375f !important;
  padding: 20px;
}
.meet-team p {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  margin-bottom: 0px;
}
.meet-team span {
  font-size: 17px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.meet-team em {
  font-size: 14px;
  color: #cdcdcd;
  display: block;
  padding: 5px 0px;
}
.bottom-bg {
  background: #1a1f35;
  padding: 30px 0;
  margin-top: 20px;
}
.bottom-link h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 10px
}
.bottom-link {
  text-align: left
}
.bottom-link ul {
  margin: 0;
  padding: 0
}
.bottom-link ul li {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.bottom-link ul li a {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  line-height: 26px;
}
.bottom-link ul li a:hover {
  text-decoration: underline
}
.bottom-link p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;
  line-height: 28px;
}
.bottom-rt-space {
  padding-right: 100px;
}
.bottom-link h6 {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 0
}
.bottom-link p a {
  color: #fff;
  text-decoration: none
}
.bottom-link p span {
  padding-left: 15px;
  display: flex;
  line-height: 25px;
  font-weight: 300;
}
.bottom-link p i {
  float: left;
  position: relative;
  top: 5px
}
.social-bg {
  background: #2e375f;
  padding: 13px 0 10px;
}
.b-link p {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0px;
}
.b-link-right {
  text-align: right;
}
.social {
  text-align: left;
  display: block
}
.social p {
  font-size: 12px;
  color: #fff;
}
.social i {
  color: #1a1f35;
  text-align: center;
  line-height: 21px;
  font-size: 14px;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 100px;
  line-height: 22px;
}
.social i:hover {
  color: #000;
}
#scrollUp {
  /*background-color: #fa4616;*/
  background-color: #002e5b;
  border-radius: 0;
  bottom: 60px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 24px;
  height: 40px;
  line-height: 38px;
  right: 60px;
  text-align: center;
  width: 40px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
#scrollUp:hover {
  /*background-color: #1b1b1b;*/
  background-color: #333;
}
.desk {
  display: block;
}
.mobile-show {
  display: none;
}
.left-menu .collapse:not(.show) {
  display: block;
}
.int-heading {
  text-align: left;
}
.int-heading h1 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
}
.int-heading h3 {
  font-size: 30px;
  color: #2a2a2a;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
}
.banner-bg-cover {
  position: absolute;
  z-index: 999;
  /*background: rgba(0, 119, 237, 0.72);*/
  left: 0px;
  right: 0px;
  height: 100%;
  top: 0px;
}
.banner-text-int {
  text-align: center;
  padding: 160px 25px 25px 25px;
}
.banner-text-int h1 {
  color: #fff;
  font-size: 30px;
  margin: 0px;
  font-weight: bold;
}
/*.banner-text-int h1:after {
  content: '';
  height: 2px;
  background: #fff;
  width: 153px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  margin-bottom: 24px;
}*/
.breadcrumb {
  margin-bottom: 0;
  padding: 13px 0px 20px;
  font-size: 14px;
}
.breadcrumb a {
  color: #000;
  text-decoration: none
}
.breadcrumb-item.active {
  color: #0076de;
}
.comn-cnt {
  text-align: justify;
}
.comn-cnt p {
  font-size: 14px;
  line-height: 24px;
  color: #292828;
}
.comn-cnt p span {
  font-weight: bold;
}
.comn-cnt a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background: #002e5b;
  padding: 10px 25px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}
.comn-cnt a:hover {
  background: #087def;
}
.comn-cnt p a {
  font-size: 14px;
  color: #002e5b;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  padding: 0px;
  display: inline-block;
  margin-top: 0px;
  text-transform: none;
}
.comn-cnt p a:hover {
  background: transparent;
  text-decoration: underline;
}
.int-box-img {
  text-align: center;
}
.int-box-img p {
  background: #f2f2f2;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  color: #000;
}
.int-box-img img {
  /*  box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
    -webkit-box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
    -moz-box-shadow: 0px 0px 2px 2px rgba(187, 187, 187, 0.48);
	border-radius: 5px;*/
  margin-top: 12px;
}
.light-gray-bg {
  background: #f7f7f7;
  padding: 40px 0px 20px;
  margin-top: 30px;
}
.box-icon-heding {
  text-align: left;
  display: flex;
  margin-bottom: 15px;
}
.box-icon {
  width: 56px;
  height: 56px;
  text-align: center;
  background: #002e5b;
  line-height: 56px;
  float: left;
  margin-right: 9px
}
.box-heading-text {
  border-bottom: 2px solid #002e5b;
  width: calc(100% - 64px);
  float: left;
}
.box-heading-text h5 {
  font-size: 26px;
  font-weight: normal;
  color: #002e5b;
  margin-bottom: 0px;
  padding-top: 11px;
}
.box-txt {
  text-align: justify;
}
.box-txt p {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #292828;
}
.login-area {
  text-align: left;
  padding: 45px 30px;
}
.login-head {
  text-align: center;
  padding-bottom: 65px;
}
.login-circle {
  text-align: center;
  font-size: 25px;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  background: #fff;
  margin: 0 auto;
  line-height: 60px;
}
.login-circle h4 {
  font-size: 25px;
  color: #fff;
  text-align: center;
  margin: 0px;
  padding: 20px 0px;
  display: block;
}
.login-bg {
  background: linear-gradient(#033f7a, #002e5b);
}
.login-box-shadow {
  box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -webkit-box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -moz-box-shadow: 0px 0px 2px 2px rgba(187, 187, 187, 0.48);
  padding: 15px;
  background: #fff;
}
.login-area .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 15px;
}
.login-area .form-control::placeholder {
  color: #fff !important;
}
.login-area label {
  font-size: 15px;
  color: #fff;
  padding-bottom: 6px;
}
.submit-btn {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 15px;
}
.submit-btn a {
  background: #fff;
  padding: 7px 10px;
  border-radius: 100px;
  font-size: 15px;
  color: #002e5b;
  text-decoration: none;
  display: block;
  font-weight: bold;
  text-align: center
}
.submit-btn a:hover {
  background: #087def;
  color: #fff;
}
.register-btn {
  text-align: center;
  margin-top: 25px;
}
.register-btn a {
  background: #002e5b;
  padding: 10px 30px;
  border-radius: 100px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.register-btn a:hover {
  background: #087def;
  color: #fff;
}
.terms {
  text-align: left;
  font-size: 14px;
  color: #575252;
}
.foget-pwd {
  text-align: center;
}
.foget-pwd a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}
.foget-pwd a:hover {
  color: #087def;
}
.register-area {
  padding: 0 30px;
}
.register-area h3 {
  font-size: 34px;
  color: #333;
}
.register-area p {
  font-size: 13px;
  color: #333;
}
.register-area .form-control {
  border-radius: 0px;
  color: #000;
  font-size: 14px;
  margin-bottom: 15px;
  padding: .575rem .0rem;
  border: none;
  border-bottom: 1px solid #ced4da;
}
.blog-bg {
  padding: 0;
  margin-bottom: 25px;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: 5px;
  overflow: hidden;
}
.blog-img {
  position: relative;
  overflow: hidden;
}
.blog-img img {
  width: 100%;
}
.blog-date {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 63px;
  height: 55px;
  background: #007dcc;
}
.blog-date p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  padding-top: 8px;
}
.blog-box .blog-cont {
  padding: 15px 10px;
  margin-bottom: 15px;
}
.blog-cont {
  padding: 15px;
}
.blog-cont span {
  font-size: 15px;
  color: #333;
  display: block;
  line-height: normal;
  font-weight: bold;
}
.blog-cont p {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
  line-height: 22px;
}
.blog-cont a {
  font-size: 12px;
  color: #002e5b;
  text-decoration: none;
}
.news-bg {
  padding: 0;
  margin-bottom: 25px;
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.news-cont {
  text-align: left;
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news-cont span {
  font-size: 13px;
  color: #002e5b;
  display: block;
  line-height: normal;
  padding: 10px 0 5px;
}
.news-cont p {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
  line-height: 22px;
}
.news-cont a {
  font-size: 15px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.latest-news {
  text-align: left;
  padding: 10px;
}
.latest-news h3 {
  background: #002e5b;
  font-size: 15px;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 25px;
}
.latest-news .news-img {
  margin-right: 15px;
  width: 28%;
  float: left;
}
.latest-news span {
  font-size: 14px;
  color: #121212;
  margin-bottom: 2px;
  display: flow-root;
}
.latest-news span label {
  font-size: 13px;
  color: #121212;
  font-style: italic;
  display: block;
  padding-top: 5px;
}
.news-hr {
  border-bottom: 1px solid #e9e7e7;
}
.student-box {
  padding: 0;
  --tw-shadow: 0 0px 19px -2px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 8px;
}
.student-text {
  text-align: center;
}
.student-text h4 {
  background: #002e5b;
  padding: 12px 0px;
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  margin: 0px;
}
.student-text p {
  font-size: 14px;
  line-height: 22px;
  color: #292828;
  text-align: left;
  font-weight: bold;
}
.student-text ul {
  margin: 0px;
  padding: 0px;
  padding-left: 30px;
  padding-top: 20px;
}
.student-text ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: disc;
  font-size: 14px;
  line-height: 22px;
  color: #292828;
  text-align: left;
  padding-bottom: 10px;
}
.student-text a {
  background: #f2f2f2;
  padding: 5px 10px;
  font-size: 14px;
  color: #002e5b;
  display: block;
  text-decoration: none;
  margin-top: 7px;
  font-weight: bold;
  text-transform: uppercase;
}
.student-text a:hover {
  background: #002e5b;
  color: #fff;
}
.student-text h3 {
  font-size: 30px;
  font-weight: bold;
  color: #2a2a2a;
  text-align: center;
  margin-bottom: 20px;
}
.student-text img {
  transition: 0.5s;
  width: 100%;
}
.student-text:hover img {
  transition: 0.5s;
}
.student-text h5 {
  background: #f7f7f7;
  padding: 10px;
  font-size: 16px;
  color: #000;
  text-align: left;
  padding: 15px 20px;
  margin-bottom: 25px;
}
.student-text h6 {
  font-size: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}
.box-space {
  margin-bottom: 25px;
}
.info-card {
  margin: 10px;
  -webkit-perspective: 600px;
}
.front, .back {
  background: #FFF;
  border-radius: 10px;
  transition: -webkit-transform 1s;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.front {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: #f4e6b5;
  padding: 20px;
  text-align: center;
}
.front h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}
.front p {
  font-size: 18px;
  text-align: center;
  color: #000;
  padding: 20px 0px;
}
.front a {
  border: 1px solid #000;
  font-size: 18px;
  text-align: center;
  color: #000;
  border-radius: 100px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
}
.back {
  padding-top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform: rotateY(-180deg);
  border-radius: 10px;
}
.back img {
  position: relative;
  width: 100%;
  border-radius: 10px;
}
.back-text {
  position: absolute;
  text-align: center;
  top: 0;
  background: rgba(000, 000, 000, 0.80);
  height: 100%;
  padding: 20px;
  border-radius: 10px;
}
.back-text h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
  color: #fff;
}
.back-text p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 20px 0px;
}
.back-text a {
  border: 1px solid #fff;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 100px;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  margin: 0 auto;
}
.back-text a:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
.info-card:hover .back {
  -webkit-transform: rotateY(0);
}
.info-card:hover .front {
  -webkit-transform: rotateY(180deg);
}
.card-image {
  width: 100%;
  height: 100%;
}
.cyon-color {
  background: #aeffde;
}
.purple-color {
  background: #e7c3fd;
}
/*jarnail*/
.heading {
  font-size: 20px;
  font-weight: 600;
  color: #3D5AFE;
}
.line1 {
  color: #000;
  font-size: 12px;
}
.line2 {
  color: #000;
  font-size: 12px;
}
.line3 {
  color: #000;
  font-size: 12px;
}
.cards {
  transition: all 0.2s ease;
  cursor: pointer;
  box-shadow: 2px -1px 11px 7px rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
  text-align: center;
}
.cards:hover {
  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.1);
}
.border-right {
  padding: 5px;
}
.divbacgorud {
  background-color: #f7f7f7;
}
.container .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .card::before {
  content: "";
  position: absolute;
  top: -50px;
  height: 0;
  width: 150%;
  background-color: #1369ce;
  z-index: -1;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  transition: all 0.5s ease-in-out;
}
.container .card {
  width: 280px;
  height: 320px;
  overflow: hidden;
  z-index: 3;
  transition: all 0.5s ease-in-out;
  border: none;
  box-shadow: 5px 5px 10px #1f1f1fa8, -5px -5px 10px #1f1f1fa8;
}
.container .card:hover::before {
  height: 150px;
}
.container .card .img-container {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out;
}
.container .card:hover .img-container {
  border: 10px solid #1369ce;
}
.container .card .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.container .card:hover .img-container img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.8);
}
.container .card .h3 {
  margin-bottom: 5px !important;
  font-weight: bold;
  pointer-events: none;
  font-size: 15px;
}
.container .card .designation {
  pointer-events: none;
  padding-right: 5px;
  padding-left: 7px;
  font-size: 12px;
}
.container .card a {
  letter-spacing: 2px;
  pointer-events: none;
  padding-right: 5px;
  padding-left: 7px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}
.container .card ul {
  background-color: #1369ce;
  transition: all 0.5s ease-in-out;
  transform: translateY(100px);
}
.container .card:hover ul {
  transform: translateY(40px);
}
.container .card ul li {
  padding: 5px 8px;
  transition: all 0.4s;
}
.container .card ul li a {
  color: #FFF;
}
.container .card ul li:hover {
  background: #fff;
}
.container .card ul li:hover a {
  color: #1369ce;
}
/*.g-0 {
        margin-top: -23px;
    }*/
.sec {
  font-size: 1.5vw;
  background-color: orange;
  padding: 8px;
  cursor: pointer;
  margin-top: 1.5vw;
  background-color: #012f5c;
  text-align: left;
  color: #fff;
}
.collapsable {
  width: 100%;
  background-color: pink;
  font-size: 1.2vw;
  display: none;
  color: #757575;
  background-color: white;
}
.sec i {
  font-size: 2vw;
  color: #616161;
}
#colp1 p {
  text-align: left;
  font-size: 13px;
}
.info {
  height: 244px;
}
.box &gt; .icon {
  text-align: center;
  position: relative;
}
.box &gt; .icon &gt; .image {
  position: relative;
  z-index: 2;
  margin: auto;
  width: 88px;
  height: 88px;
  border: 8px solid white;
  line-height: 72px;
  border-radius: 50%;
  background: #63B76C;
  vertical-align: middle;
}
.box &gt; .icon:hover &gt; .image {
  background: #333;
}
.box &gt; .icon &gt; .image &gt; i {
  font-size: 36px !important;
  color: #fff !important;
}
.box &gt; .icon:hover &gt; .image &gt; i {
  color: white !important;
}
.box &gt; .icon &gt; .info {
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  padding: 15px 0 10px 0;
}
.box &gt; .icon:hover &gt; .info {
  background: rgba(0, 0, 0, 0.04);
  border-color: #e0e0e0;
  color: white;
}
.box &gt; .icon &gt; .info &gt; h3.title {
  font-size: 22px;
  color: #222;
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  font-weight: bold;
}
.box &gt; .icon &gt; .info &gt; p {
  font-family: "Roboto", sans-serif !important;
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  margin: 20px;
}
.box &gt; .icon:hover &gt; .info &gt; h3.title, .box &gt; .icon:hover &gt; .info &gt; p, .box &gt; .icon:hover &gt; .info &gt; .more &gt; a {
  color: #222;
}
.box &gt; .icon &gt; .info &gt; .more a {
  font-family: "Roboto", sans-serif !important;
  font-size: 12px;
  color: #222;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.box &gt; .icon:hover &gt; .info &gt; .more &gt; a {
  color: #fff;
  padding: 6px 8px;
  background-color: #63B76C;
}
.box .space {
  height: 30px;
}
.DivBox {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.animationbox {
  box-shadow: 1px 1px 6px 0px rgb(0 0 0 / 20%);
  padding-bottom: 25px;
  visibility: visible;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
  border: 2px solid white;
  border-radius: 20px 20px;
}
.animationbox1 {
  box-shadow: inset -1px 0px 3px 2px;
  padding-bottom: 25px;
  border: 2px solid white;
  border-radius: 20px 20px;
}
.headingtext1 {
  background-color: #002e5b;
  padding: 6px 3px 6px 8px;
  color: #fff;
  border: 1px solid white;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.headingtext {
  background-color: #0d63e4;
  padding: 6px 3px 6px 8px;
  color: #fff;
  border: 1px solid white;
  border-radius: 20px 20px;
}
.card-title {
  font-size: 15px;
  padding: 5px;
  text-align: center;
  padding-bottom: inherit;
}
.card-text {
  font-size: 14px;
  padding: 5px;
  text-align: center;
  padding-bottom: inherit;
}
.card-body {
  padding: inherit;
  font-size: 14px;
  padding: 5px;
  text-align: center;
}
.card-body a {
  font-size: 12px;
  color: #002e5b;
  text-decoration: none;
}
.card {
  margin-top: 5px;
  margin-right: -10px;
}
.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}
.question {
  position: relative;
  background: #ededed;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width: 100%;
  cursor: pointer;
  color: #002e5b;
  font-weight: 500;
  font-weight: bold;
}
.answers {
  background: #999;
  padding: 0px 15px;
  margin: 5px 0;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}
.questions:checked ~ .answers {
  max-height: 500px;
  opacity: 1;
  padding: 15px;
  background-color: #f7f7f7;
}
.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
  color: #002e5b;
}
.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.questions {
  display: none;
}
.member-list {
  background: #fff none repeat scroll 0 0;
  text-align: center;
  position: relative;
  box-shadow: 0 -2px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
  transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
  display: inline-block;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  height: 425px;
}
.member-list:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #0a3380;
}
.member-list:hover {
  box-shadow: 0 0px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.member-list:hover::after {
  background: #dc6100;
}
.member-pick {
  display: block;
  overflow: hidden;
  height: auto;
}
.member-pick img {
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
  border: 3px solid #000;
  width: 120px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.member-text h4 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 2px;
}
.member-text p {
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  color: #292828;
}
.member-text p em {
  font-size: 13px;
}
.member-list:hover .member-pick img {
  border: 3px solid #dc6100;
  transition: 0.5s;
}
.member-text p i {
  background: #004c96;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  color: #fff;
  line-height: 27px;
}
.member-list:hover .member-text p i {
  background: #e26701;
}
.century-text {
  text-align: center;
}
.century-text ul {
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  text-align: left;
}
.century-text ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  background: url(../images/check1.png) no-repeat 6px 5px;
  padding-bottom: 7px;
  text-align: justify;
}
.century-text.century-bullet ul li {
  list-style-type: disc;
  background: none;
}
.century-text.century-bullet ul li p {
  padding-left: 0px;
  position: relative;
  left: -7px;
  font-weight: bold;
}
.century-text ul li:last-child {
  padding-bottom: 0px;
}
.century-text p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  text-align: left;
}
.century-text p a {
  font-size: 20px;
  color: #002e5b;
  text-decoration: none;
}
.century-text ul li p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  padding-left: 33px;
  margin-bottom: 4px;
}
.century-text h5 {
  width: 128px;
  height: 60px;
  background: #dc4133;
  border-radius: 100px / 50px;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.century-text h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #002e5b;
  padding: 6px 3px 6px 8px;
  color: #fff;
  border: 1px solid white;
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}
.century-text h5.ln-ht {
  line-height: 60px;
}
.century-text h5.ln-pd {
  padding-top: 12px;
}
.century-text h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #5c6167;
  padding: 26px 0px;
}
.logo-circle {
  text-align: center;
  padding-top: 65px;
}
.logo-text p {
  font-size: 14px;
  color: #06132a;
  line-height: 22px;
  margin-bottom: 10px;
}
.logo-text h4 {
  background: #1e3660;
  font-size: 20px;
  color: #fff;
  border-radius: 10px;
  border: 3px solid #fff;
  display: inline-block;
  box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -webkit-box-shadow: 0px 0px 2px 2px rgb(187 187 187 / 48%);
  -moz-box-shadow: 0px 0px 2px 2px rgba(187, 187, 187, 0.48);
  padding: 5px 20px;
  text-transform: uppercase;
}
.curve-main {
  position: relative;
  text-align: center;
}
.curve-text {
  position: absolute;
  top: 133px;
}
.position1 {
  margin-left: 38%;
}
.position2 {
  margin-left: 36%;
  margin-top: 30px;
  margin-right: 20%;
}
.position3 {
  margin-left: 7%;
  margin-top: 23px;
  margin-right: 35%;
}
.position4 {
  margin-left: 0%;
  margin-top: 25px;
  margin-right: 50%;
}
.position5 {
  margin-left: 16%;
  margin-top: 165px;
  margin-right: 23%;
}
.position6 {
  margin-left: -3%;
  margin-top: 30px;
  margin-right: 50%;
}
.position7 {
  margin-left: -11%;
  margin-top: -12px;
  margin-right: 92%;
  font-size: 10px !important;
  color: #00b050 !important;
  text-align: center;
  line-height: normal !important;
  font-weight: bold;
}
.position8 {
  margin-left: 45%;
  margin-top: 87px;
  margin-right: 85%;
  font-size: 22px !important;
  color: #333 !important;
  text-align: center;
  font-weight: bold;
  line-height: normal !important;
}
.curve-text {
  position: absolute;
  width: 48%;
  text-align: left;
  top: 50px;
}
.curve-text p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-bottom: 10px;
}
.profile-img {
  text-align: left;
}
.profile-img img {
  width: auto;
  max-width: none;
}
.profile-img span {
  font-size: 14px;
  color: #000;
  line-height: 22px;
  text-align: center;
  display: block;
  padding-bottom: 6px;
  font-weight: bold;
}
.profile-text {
  text-align: left;
}
.profile-text p {
  font-size: 14px;
  color: #000;
  line-height: 23px;
  margin-bottom: 10px;
}
.profile-text h3 {
  font-size: 17px;
  color: #002e5b;
  font-weight: bold;
}
.profile-text h5 {
  font-size: 17px;
  color: #002e5b;
  font-weight: bold;
}
.profile-text h6 {
  font-size: 13px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
}
.profile-text h4 {
  font-size: 15px;
  color: #a1a1a1;
  font-weight: bold;
}
.profile-text span {
  font-size: 12px;
  color: #000;
  line-height: 22px;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.profile-text ul {
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  padding-bottom: 10px;
}
.profile-text ul li {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  list-style-type: disc;
}
.profile-text a {
  font-size: 14px;
  color: #002e5b;
  text-decoration: none;
  font-weight: bold;
}
.profile-text img {
  text-align: right;
  width: 100%;
}
.profile-top-space {
  position: relative;
  top: -9px
}
.curve-text-right {
  position: absolute;
  width: 44%;
  text-align: left;
  top: 50px;
}
.curve-text-right p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-bottom: 10px;
}
.arrow-flow-right {
  text-align: center;
  position: relative;
}
.arrow-flow-right ul {
  margin: 0px;
  padding: 0px;
}
.arrow-flow-right ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 17%;
  float: left;
  margin-right: 35px;
}
.arrow-flow-right ul li:after {
  content: url(../images/left-arrow.jpg);
  position: absolute;
  top: 7%;
  margin-left: -13px;
}
.arrow-flow-right ul li:last-child {
  margin-right: 0px;
  content: none;
}
.arrow-flow-right ul li img {
  border-radius: 100%;
  margin: 0 auto;
}
.arrow-flow-right1 {
  text-align: center;
  position: relative;
  margin: 20px 0 30px;
}
.arrow-flow-right1 ul {
  margin: 0px;
  padding: 0px;
}
.arrow-flow-right1 ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 17%;
  float: left;
  margin-right: 35px;
}
.arrow-flow-right1 ul li:after {
  content: url(../images/left-arrow.jpg);
  position: absolute;
  top: 7%;
  margin-left: -13px;
}
.arrow-flow-right1 ul li:last-child {
  margin-right: 0px;
  content: none;
}
.arrow-flow-right1 ul li:last-child::after {
  content: none;
}
.arrow-flow-right1 ul li img {
  border-radius: 100%;
  margin: 0 auto;
}
.rds-non img {
  border-radius: 0px !important;
}
.arrow-flow-right ul li:last-child::after {
  content: none;
}
.arrow-flow-right ul li:nth-child(4)::after {
  content: none;
}
.arrow-flow-left {
  text-align: center;
  position: relative;
}
.arrow-flow-left ul {
  margin: 0px;
  padding: 0px;
}
.arrow-flow-left ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  width: 17%;
  float: left;
  margin-right: 35px;
}
.arrow-flow-left ul li img {
  border-radius: 100%;
}
.arrow-flow-left ul li:after {
  content: url(../images/right-arrow.jpg);
  position: absolute;
  top: 13%;
  margin-left: -13px;
}
.arrow-flow-left ul li:last-child {
  margin-right: 0px;
  content: none;
}
.arrow-flow-left ul li:last-child::after {
  content: none;
}
.arrow-flow-left ul li:nth-child(4)::after {
  content: none;
}
.arrow-space {
  padding-top: 45px !important;
}
.school-work {
  text-align: center;
}
.school-work p {
  font-size: 14px;
  color: #000;
  line-height: 23px;
  margin-bottom: 10px;
}
.school-work h5 {
  background: #002e5b;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0px;
  border-radius: 3px;
  margin: 0px;
}
.school-work img {
  margin-bottom: 5px;
  width: 60%;
  margin: 0 auto;
}
.rds-non img {
  width: 80%;
}
.school-work span {
  font-size: 12px;
  color: #000;
  line-height: 22px;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-weight: bold;
}
.school-work ul {
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  padding-bottom: 10px;
}
.school-work ul li {
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  color: #000;
  line-height: normal;
  list-style-type: disc;
  width: 100%;
  font-weight: bold;
  text-align: left;
}
.school-work ul li:after {
  content: none;
}
.left-arrow {
  padding: 20px;
}
.left-arrow:after {
  content: url("../images/left-arrow.jpg");
}
.center-div {
  padding-left: 100px;
}
.approch-space {
  padding: 30px 0 40px;
}
.eventwebsite .blog-date {
  position: relative;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0px 15px 0;
}
.eventwebsite .blog-date p {
  font-size: 14px;
  color: #a1a1a1;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-top: 8px;
}
.eventwebsite .blog-cont {
  padding: 5px 15px 0;
}
/*

.round-curve
{ position: relative;
    text-align: center;
    left: -55px;
	}
*/
.round-curve {
  position: relative;
  text-align: center;
  left: -73px;
  top: -14px;
}
/*
.round-curve-bottom
{
position: relative;
    left: -28px;
    top: -19px;
	}
*/
.pd124 {
  padding-left: 124px !important;
}
.round-curve-bottom {
  position: relative;
  left: -76px;
  top: -40px;
}
.unique-icon {
  text-align: center;
  padding-bottom: 20px;
	height: 270px;
}
.unique-icon-img {
  text-align: center;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  background: #002e5b;
  line-height: 100px;
  border-radius: 100%;
}
.unique-icon-img:hover {
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.unique-icon h4 {
  font-size: 15px;
  color: #2a2a2a;
  font-weight: bold;
  margin: 0;
  padding: 7px 0px;
}
.unique-icon h3 {
  font-size: 22px;
  color: #2a2a2a;
  font-weight: bold;
  margin: 0;
  padding: 7px 0px;
}
.unique-icon p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-bottom: 10px;
}
.txt-justfy {
  text-align: center;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 10px 0px !important;
}
.career-space {
  padding-bottom: 40px;
}
.i-frame-video {
  position: relative;
  z-index: 9999
}
.i-frame-video iframe {
  position: absolute;
  z-index: 9999;
  top: 14px;
  height: 217px;
  width: 387px;
  left: 14px;
  overflow: hidden;
}
.i-frame-lcd {
  position: relative;
  top: 0px;
}
.vision-text {
  text-align: justify;
  padding: 5px 10px 3px;
}
.vision-pd {
  text-align: justify;
  padding: 10px 10px 3px;
}
.vision-text p {
  font-size: 13px;
  color: #000;
  line-height: normal;
  margin-bottom: 10px;
  text-align: justify;
  font-weight: bold;
}
.vision-text h4 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 10px 0px;
  text-align: center;
}
.left-icon {
  display: block;
  width: 100%;
}
.left-icon h4 {
  font-size: 25px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 23px 0px 0px;
  text-align: left;
}
.right-icon {
  width: 90%;
  float: left;
  position: relative;
  top: -10px;
}
.pd-box1 {
  padding-top: 7px;
}
.pd-box2 {
  padding-top: 18px;
}
.pd-box3 {
  padding-top: 0px;
}
.pd-box4 {
  padding-top: 10px;
}
.box-one {
  background: #e9e9e9;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 5px;
  height: 98px;
  box-shadow: 5px 5px 5px 0px rgba(179, 152, 152, 0.75);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(179, 152, 152, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(179, 152, 152, 0.75);
}
.box-two {
  background: #e9e9e9;
  border-radius: 0px 20px 20px 20px;
  margin-bottom: 20px;
  height: 131px;
  box-shadow: 5px 5px 5px 0px rgba(179, 152, 152, 0.75);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(179, 152, 152, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(179, 152, 152, 0.75);
}
.box-three {
  background: #ccc;
  border-radius: 100px;
  margin-bottom: 20px;
}
.box-four {
  background: #ccc;
  border-radius: 100px;
  margin-bottom: 20px;
}
.icon1 {
  position: relative;
  top: 5px;
  left: 7px;
}
.icon2 {
  position: relative;
  top: 5px;
  left: 7px;
}
.icon3 {
  position: relative;
  top: 15px;
  left: 7px;
  margin-bottom: 15px;
}
.icon4 {
  position: relative;
  top: 15px;
  left: 7px;
  margin-bottom: 15px;
}
.icon-text {
  text-align: center;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: #002e5b;
  line-height: 80px;
  float: left;
  margin-right: 15px;
  position: relative;
  z-index: 9;
  left: -15px;
}
.headingtext1 h5 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin: 0px;
  text-align: center;
}
/*22*/
.advisor-main {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 100
}
.advisor-main .row .card {
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  cursor: pointer;
  box-shadow: none;
  background: #e4ecf0;
}
.advisor-main .row .card .card-body {
  color: #000
}
.advisor-main .card-body .card-img {
  background: #002e5b;
  transition: 0.5s;
}
.advisor-main .card-body:hover .card-img {
  background: transparent;
  transition: 0.5s;
}
.advisor-main .row .card .card-body .card-img img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  transform: translateY(50px);
  transition: 0.5s;
  border-radius: 50%
}
.advisor-main .row .card .card-body .name {
  transform: translateY(50px);
  transition: 0.5s;
  font-size: 16px;
  color: #000;
  padding: 7px 0px;
  font-weight: bold;
}
.advisor-main .row .card .card-body .name span {
  font-size: 14px;
  color: #000;
  display: block;
  font-weight: normal;
}
.advisor-main .row .card .card-body .testimonial {
  pointer-events: none;
  transform: translateY(10px);
  transition: 0.5s;
  opacity: 0;
  font-size: 13px;
  color: #FFFFFF;
  background: #2e375f;
  padding: 10px;
}
.advisor-main .row .card:hover .card-body .testimonial, .advisor-main .row .card:hover .card-body .name, .advisor-main .row .card:hover .card-body .card-img img {
  transform: translateY(0px);
  opacity: 1
}
.advisor-main .card::before {
  content: none;
}
.table-text {
  font-size: 14px;
  color: #000;
}
.pd50 {
  padding-top: 30px;
}
.take-assessment {
  background: #959393;
  padding: 10px 15px;
  margin: 43px 0 0;
  border-radius: 5px;
}
.take-assessment p {
  margin-bottom: 0px;
}
.take-assessment p a {
  font-size: 16px;
  color: #fff;
}
.take-assessment:hover {
  background: #002e5b;
}
/*flip image*/
.bb-bookblock {
  width: 600px;
  height: 369px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bb-page {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.bb-vertical .bb-page {
  width: 50%;
  height: 100%;
  left: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.bb-horizontal .bb-page {
  width: 100%;
  height: 50%;
  top: 50%;
  -webkit-transform-origin: center top;
  transform-origin: center top;
}
.bb-page &gt; div, .bb-outer, .bb-content, .bb-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bb-vertical .bb-content {
  width: 200%;
}
.bb-horizontal .bb-content {
  height: 200%;
}
.bb-page &gt; div {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.bb-vertical .bb-back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.bb-horizontal .bb-back {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.bb-outer {
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
.bb-overlay, .bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.bb-flipoverlay {
  background-color: rgba(0, 0, 0, 0.2);
}
.bb-bookblock.bb-vertical &gt; div.bb-page:first-child, .bb-bookblock.bb-vertical &gt; div.bb-page:first-child .bb-back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.bb-bookblock.bb-horizontal &gt; div.bb-page:first-child, .bb-bookblock.bb-horizontal &gt; div.bb-page:first-child .bb-back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
/* Content display */
.bb-content {
  background: rgba(255, 255, 255, .0);
}
.bb-vertical .bb-front .bb-content {
  left: -100%;
}
.bb-horizontal .bb-front .bb-content {
  top: -100%;
}
/* Flipping classes */
.bb-vertical .bb-flip-next, .bb-vertical .bb-flip-initial {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.bb-vertical .bb-flip-prev {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.bb-horizontal .bb-flip-next, .bb-horizontal .bb-flip-initial {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.bb-horizontal .bb-flip-prev {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.bb-vertical .bb-flip-next-end {
  -webkit-transform: rotateY(-15deg);
  transform: rotateY(-15deg);
}
.bb-vertical .bb-flip-prev-end {
  -webkit-transform: rotateY(-165deg);
  transform: rotateY(-165deg);
}
.bb-horizontal .bb-flip-next-end {
  -webkit-transform: rotateX(15deg);
  transform: rotateX(15deg);
}
.bb-horizontal .bb-flip-prev-end {
  -webkit-transform: rotateX(165deg);
  transform: rotateX(165deg);
}
.bb-item {
  height: 369px;
  width: 600px;
  position: absolute;
  top: 0;
  left: 0;
  /*display: none;*/
  background: url("../images/capture1.png");
}
/* No JS */
.no-js .bb-bookblock, .no-js ul.bb-custom-grid li {
  height: 369px;
  width: 500px;
}
.no-js .bb-item {
  display: block;
  position: relative;
}
.book-apoint {
  text-align: left;
}
.book-apoint a {
  font-size: 16px;
  color: #002e5b;
  text-decoration: none;
  font-style: italic;
}
.book-apoint a:hover {
  text-decoration: underline;
}
.bannertextinner {
  color: #002e5b;
}
.image3d {
  background: #e9e9e9;
  box-shadow: 5px 5px 5px 0px rgb(179 152 152 / 75%);
  -webkit-box-shadow: 5px 5px 5px 0px rgb(179 152 152 / 75%);
  -moz-box-shadow: 5px 5px 5px 0px rgba(179, 152, 152, 0.75);
  border: 1px solid #4f6068;
}
.homepageimg {
  float: right;
  margin-left: 20px;
}



</pre></body></html>