/* @import url("global.css"); */
@import url("font-awesome.css");
@import url("flaticon.css");
@import url("animate.css");
@import url("owl.css");
@import url("slick.css");
@import url("preloader.css");
@import url("animation.css");
@import url("jquery-ui.css");
@import url("custom-animate.css");
@import url("magnific-popup.css");
@import url("odometer-theme-default.css");
@import url("jquery.mCustomScrollbar.min.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Markazi+Text:wght@400..700&family=Merriweather+Sans:ital,wght@0,300..800;1,300..800&display=swap");

/* maquee */
.global:hover .fa-circle-check {
  --fa: "\f058";
  color: #58dc58;
  transform: scale3d(1.2, 1.2, 1.2);
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 700;
    color: #091060;
}
.end p {
  font-weight: 600;
}

.marquee-container {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.marquee-content {
  position: absolute;
  width: 95%;
  animation: scroll 15s linear infinite;
}

@keyframes scroll {
  0% {
    top: 100%;
  }

  100% {
    top: -100%;
  }
}


/* header */
.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url('../img/right-arrow.png');
  opacity: 1.5;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url('../img/left-arrow.png');
   opacity: 1.5;
   
}

p {
  margin: 0;
  text-align: justify;
  color: #000000;
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'poppins';
}

li {
  font-family: 'poppins';
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

a {
  font-family: 'poppins';
}

.social-media {
  display: flex;
  /* transform: skew(48deg); */
}

.button {
  background: #00103c;
  padding: 6px 11px;
  color: #fff;
  border-radius: 3px;
}

.button:hover {
  color: #fff;
  background: #b51f00;
}

/* .links{    transform: skew(48deg);} */
.top {
  background: linear-gradient(189deg, #1b2274, #1b2274);
}

.mid-top {
  background: linear-gradient(189deg, #1b2274, #1b2274);
  /* transform: skew(312deg); */
  margin: auto;
}

.small-box {
  background: #ffefeb;
  padding: 20px 13px;
}

.social-media li {
  padding-left: 20px;
  padding-top: 11px;
}

.social-media .fa:before {

  color: #fff;
}

.auto-container {
  padding-left: 10px;
  padding-right: 10px;
}

.box {
  height: 100%;
  border: 1px solid #00000014;
  padding: 21px 12px;
  padding-bottom: 40px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.nav-link {
  font-family: 'poppins';
  font-size: 15px;
  font-weight: 600;
  color: #000000 !important;
}

.top .mail a {
  color: #ffffff;
  font-weight: 500;
  font-family: 'Roboto';
  font-size: 14px;
  border-left: 2px solid #fff;
}

.bg-light {
  background-color: #ffffff !important;
}

/* .top{
  background:http://localhost/aspher/;
} */
.links li a {
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  /* background: linear-gradient(45deg, #fa6b11, #fa7f11); */
  padding: 3px 24px;
  border-radius: 4px;
  box-shadow: -1px 5px 10px #00000070;
}

.navbar-light .navbar-toggler {
  color: rgb(255 255 255);
  border-color: rgb(255 255 255);
  background: #fff;
}

.owl-carousel .owl-item img {
  display: initial;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

/* .top{
  width:100%;
} */
/* body */
.commitment {
  background: aliceblue;
  flex-direction: column;
  display: flex;
  justify-content: center;
}

.our-comm h4 {
  font-family: 'poppins';
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #97e1ff;
}

.for-query {
  background: #ffb4a5;
  border-radius: 0px 1px 1px 0px;
  line-height: 48px;
  padding: 16px 16px;
  color: #000000;
}

.committee {
  background: linear-gradient(45deg, #6262622e, #d9d9d900), url(../img/bg-c2.jpg);
  padding: 9px 9px;
  background-size: 100% 100%;
  border-radius: 28px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  height: 100%;
}

.box-content {
  background: #efefef;
  padding: 16px 17px;
  border-radius: 6px;
}

.committee img {
  width: 150px;
  height: 150px;
  border: 1px solid #000;
  border-radius: 25px;
}

.committee:hover {
  transform: scale(1.05);
}

.committee h4 {
  color: #b51f00;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins';
  padding-top: 12px;
}

.committee p {
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
}

.for-query span {
  font-size: 27px;
  padding-top: 26px;
  line-height: 20px;
  font-weight: 500;
}

.for-queryb {
  font-size: 70px;
}

.e-border {
  border-right: 1px dashed #000;
}

.email-details {
  background: aliceblue;
  padding: 2px 17px 2px 1px;
}

.email-details h4 {
  font-weight: 700;
  color: #af1e00;
  font-size: 29px
}

.email-details p {
  font-size: 28px;
  font-weight: 700;
  color: #000000
}

.our-comm {
  width: 100%;
}

.comm-content {
  background: linear-gradient(324deg, #0a0022e8, #040016), url(../img/argentina2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: skewX(-4deg);
}

.btn-primary {
  color: #000;
  background-color: rgb(0 0 0);
  border-color: rgb(0 0 0);
  box-shadow: unset;
}

.btn {
  display: inline-block;
  font-weight: 600;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.625rem 1.75rem;
  font-size: 0.875rem;
  border-radius: 0.375rem;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.about-head {
  font-size: 29px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
  position: relative;
}

.about-head3 {
  font-size: 28px;
  font-weight: 600;
  background: -webkit-linear-gradient(#fff5be, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-head span {
  color: #cf3c00;
  font-size: 32px;
  font-weight: 700;
}

.about-head b {
  /* border-bottom:3px solid #072c50; */
  font-size: 30px;
  font-weight: 700;
  line-height: 48px;
  /* margin-right: 100px; */
  padding-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;

}

.about-head2 span {
  color: #b51f00;
  font-size: 32px;
  font-weight: 700;
}

.about-head2 b {
  border-bottom: 3px solid #ff8960;
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  margin-right: 5px;
}

.pro-book22 {
  background: #fff;
  padding: 7px;
  margin-bottom: 11px;
}

.pro-book .up-btn i {
  font-size: 15px;
  padding: 1px 1px;
}

.bg-greys {
  background: #f3f6ff !important;
}

.box-conf {
  background-color: #ffffff;
  background-clip: border-box;
  padding: 0px 0px;
  border-radius: 8px;
  border: 1px solid #ffffff;
  /* box-shadow: 0px 1px 6px #a1a1a1; */
}

.inner-content {
  padding: 19px 25px;
  width: 90%;
  background: #e59325;
  margin: auto;
  border-radius: 17px;
  position: relative;
  top: -36px;
}

.conf {
  padding: 11px 9px;
  background: #072c50;
}

.upc img {
  height: 150px;
  width: 100%;
  border-radius: 17px;
}

.social {
  font-size: 20px;
  font-weight: 800;
  color: #003b7a;
  text-align: center;
  padding-bottom: 6px;
}

.conf {
  padding: 11px 9px;
  background: #303bbb;
  transform: translateY(-38px);
  transition: .7s;
  z-index: -1;
  /* position: relative; */
  border-radius: 8px;
}

.rt:hover .conf {
  padding: 11px 9px;
  background: #303bbb;
  transform: translateY(-42px)
}

.social i {
  color: #353281;
}

.up-btn {
  background: #353281;
  color: #fff;
  padding: 3px 13px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 13px;
}

.text-white {
  color: #fff !important;
}

.pro-btn i {
  color: #353281 !important;
  background: none !important;
  padding: 0px;
  font-size: 20px !important;
}

.con-name {
  color: #000000;
  font-size: 8px;
  font-weight: 600;
  background: #ffffff;
  padding: 6px 22px;
  border-radius: 0px 23px 21px 0px;
  width: fit-content;
  position: relative;
  bottom: 39px;
  /* margin: auto; */
  font-family: 'Roboto';
}

.con-name h5 {
  position: relative;
  top: 4px;
  font-weight: 600;
  font-size: 12px;
}

.rt {
  margin-top: -28px !important;
}

.rt:hover {
  margin-top: 0px !important;
}

.gall img {
  width: 33%;
  height: 205px;
  border-radius: 12px;
}

.testimonial-content-1 {
  padding: 5px 2px;
}

.testimonial-content-1.card-img-top {
  background: #fff;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  padding: 6px;
  background: #fff;
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  padding: 6px;
}

.venue {
  color: #fff;
  text-align: initial;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto';
}

.fa-plus {
  font-weight: 900;
  color: #ffffff;
  background: #25277a;
  font-size: 21px;
  padding: 4px 5px;
  border-radius: 38px;
}

.publication {
  background: #460000c9;
  padding: 7px 9px;
  justify-content: center;
  border-radius: 10px;
}

.border-box a {
  font-family: 'Roboto';
  color: #25277a;
  font-size: 12px;
}

.upc {
  background: linear-gradient(175deg, #22004400, #17004a00), url(../img/italy.png);
  margin-top: 20px;
  height: 148px;
  position: relative;
}

.conf h5 {
  color: #fff;
  font-family: 'Roboto';
  line-height: 21px;
  font-weight: 600;
  font-size: 15px;
}

.conf p {
  color: #fff;
  font-family: 'Roboto';
  line-height: 21px;
  font-weight: 500;
  font-size: 15px;
}

.date {
  color: #ffffff;
  text-align: center;
  font-size: 4px;
  width: 110px;
  height: 65px !important;
  top: 34px;
  right: 18px;
  /* border-radius: 58px; */
  height: auto;
  position: relative;
  z-index: 999;
  border: 1px solid #ffffff;
  background: #848eff;
  position: absolute;
  transform: scale(0.8);
  transition-duration: 2s;
}

.date h5 {
  background: #303bbb;
  font-size: 16px;
  padding: 8px 5px;
  border-radius: 0px;
}

.date h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  margin-top: -2px;
  font-family: 'Markazi Text';
}

.scroll {
  overflow-x: scroll;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

.rt:hover .date {
  /* transform: rotatey(345deg); */
  transform: scale(0.9)
}

rt :hover {
  transform: scale(0.9)
}

.do {
  background: #000022;
  padding: 14px 16px;
}

.dropdown-toggle::after {

  margin-left: .255em;

}

.box-conf img {
  top: -1px;
  position: relative;
}

.box-black {
  background: #131022;
  height: 337px;
  align-items: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 4px 22px;
  transform: matrix(1, 0, 0, 1, 1, 7);
  border-radius: 8px;
  margin-bottom: 24px;
}

.pro-btn {
  color: black;
  background: none;
  padding: 0px;
}

.pro-book i {
  background: #7a1683;
  color: #fff;
  font-weight: 700;
  padding: 3px 8px;
  margin-top: 10px;
  margin-bottom: 11px;
  border-radius: 39px;
  margin-left: 5px;
  font-size: 30px;
}

.pro-book .owl-nav {
  display: flex;
}

.single-item-carousel .block {
  box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(19, 16, 34, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(19, 16, 34, 0.03) !important;
  background: #fff;
  padding: 26px 15px 1px;
  margin-top: 26px;
  min-height: 200px;
}

.test-content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}

.test-content i {
  background: #7a1683;
  color: #fff;
  font-size: 41px;
  padding: 4px;
  border-radius: 9px;
  text-align: start;
}

.test-22 .fa-circle-right {
  background: #7a1683;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  border-radius: 5px;
  margin: 20px 5px;
}

.test-22 .owl-nav {
  display: flex
}

.test-22.owl-nav .fa {
  margin: 2px 5px;
}

.test-22 .fa-circle-left {
  background: #7a1683;
  color: #fff;
  padding: 5px;
  font-size: 20px;
  border-radius: 5px;
  margin: 20px 5px;
}

.test-22 img {
  border-radius: 10px;
}

.block p {
  max-height: 175px;
  overflow: hidden;
  min-height: auto;
  text-align: initial;
}

.block h6 {
  color: #00168b;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 19px;
}

.why-content .w3-agileits-heading i {
  text-align: center;
  font-size: 26px;
  margin-bottom: 14px;
  transition: all 0.8s ease-out 0s;
  background: #060022;
  padding: 8px 8px;
  color: #fff;
  border-radius: 25px;
  border: 1px dashed #7a1683;
}

.why-content2 .w3-agileits-heading i {
  text-align: center;
  font-size: 26px;
  margin-bottom: 14px;
  transition: all 0.8s ease-out 0s;
  background: #060022;
  padding: 8px 8px;
  color: #fff;
  border-radius: 25px;
  border: 1px dashed #7a1683;
}

.why-content .about-head {
  text-align: center;
  font-size: 19px;
}

.why-content2 .about-head {
  text-align: center;
  font-size: 16px;
}

.why-content {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 14px 17px;
  border-radius: 12px;
  background: #fff;
  min-height: 112px;
}

.why-content2 .w3-agileits-heading {
  width: 71%;
  padding-right: 9px;
  padding-top: 21px;
}

.lite-bg {
  background: #fef5ff;
}

.why-content2 {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 16px 14px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  min-height: 194px;
}

.why-content:hover .w3-agileits-heading i {
  color: #ffffff;
  transform: rotateX(360deg);
}

.vision {
  background: rebeccapurple;
  border-radius: 11px;
  height: 298px;
}

.vision2 {
  background: #131022;
  border-radius: 11px;
  height: fit-content;
  padding: 19px 29px;
}

.nav-pills .nav-link {
  background-color: #18103f;
}

.nav-pills .nav-link .active {
  background-color: #ba0d84;
}

.journals {
  width: 100%;
}

.up-con .nav-pills .nav-item {
  margin: 2px;
}

.journal-btn {
  background: linear-gradient(45deg, #1e43de, #1844dd);
  padding: 6px 13px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  border-radius: 2px;
}

.box p strong {
  color: #c76616;
}


.box h5 {
  background: -webkit-linear-gradient(#000000, #000000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: start;
  font-weight: 600;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff !important;
  background: linear-gradient(45deg, #fa6d11, #fa7d11);
}

.nav-pills .nav-link {
  background: linear-gradient(45deg, #533bf2, #0048d7);
  color: #fff !important;
}

.contact form {
  margin-top: 3%;
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #f4f0ec;
  background: #f8f6ff;
}

.contact-box .card {
  margin-bottom: 14px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.contact-box .card-title {
  margin-bottom: .75rem;
  background: -webkit-linear-gradient(#0024bb, #7a1683);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.contact-box .card .card-body .contact-cont {
  display: flex;
  justify-content: space-between;
}

.important-link {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 14px 18px;
  margin: 7px 2px;
  background: #eddcec;
  border-left: 20px solid #18103f;
  border-right: 1px solid;
  border-radius: 11px;
}

.important-link p {
  font-size: 19px;
  font-weight: 600;
  color: #18103f;
}

.marquee-head {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  background: -webkit-linear-gradient(#0024bb, #780083);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: 'Roboto';
}

a {
  text-decoration: none !important;
}

.info {
  border: 1px solid #0000001f;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  height: 100%;
  padding: 31px 20px;
  text-align: initial;
  overflow: hidden;
}

.border-box {
  background: #ffffff;
  padding: 9px 18px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  border-radius: 7px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 12%);
  /* min-height: 206px; */
}

.img-gallery {
  padding: 10px 10px;

}

.border-box p {
  color: #000;
  text-align: initial;
  padding-top: 3px;
  font-size: 11px;
}

.border-box h4 {
  font-family: monospace;
  color: #25277a;
  font-weight: 700;
  font-size: 20px;
  /* font-style: italic; */
}

.border-box:hover {
  background: #25277a;
}

.border-box:hover p {
  color: #ffffff;
}

.border-box:hover h4 {
  color: #ffffff;
}

.border-box:hover a {
  color: #ffffff;
}

.border-box:hover .fa-plus {
  border: 1px solid #fff;
}

.menu {
  border: 1px solid #0000001f;
  padding: 11px 14px;
}

.side-menu {
  padding: 4px 4px;
}

.side-menu h4 {
  font-size: 15px;
  color: #25277a;
  font-weight: 700;
}

.side-menu p {
  color: #000;
  text-align: initial;
  padding-top: 3px;
  font-size: 11px;
}

.v-more {
  background: linear-gradient(45deg, #00025c, #e59325);
  color: #fff;
  padding: 3px 10px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 18px;
}

.side-menu {
  padding: 13px 19px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 12%);
  margin: 5px;
}

/* footer */
.footer-menu a {
  font-family: 'Roboto';
  color: #ededed;
  font-weight: 500;
  line-height: 40px;
  font-size: 16px;
}

.footer-style-two .logo-widget .social-box {
  position: relative;
  margin-top: 23px;
  margin-bottom: 23px;
}

.footer-style-two .logo-widget .social-box li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.footer-style-two .logo-widget .social-box li a {
  position: relative;
  width: 46px;
  height: 46px;
  color: #161e2d;
  font-size: 20px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 89px;
  background-color: rgb(251 191 0);
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
}

.contact-widget .social-box li a {
  position: relative;
  width: 46px;
  height: 46px;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all 300msease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300msease;
  display: inline-block;
  line-height: 46px;
  text-align: center;
  border-radius: 89px;
  /* background-color: rgb(251 191 0); */
  margin: 4px;
}

.ft button {
  background: #fa7411;
  color: #ffffff;
  padding: 10px 21px;
  border-radius: 0px 5px 5px 0px;
  height: 105%;
  width: auto;
  margin-top: 16px;
  border: none;
  margin-bottom: 11px;
  font-weight: 600;
}

footer p {
  color: #ffffff;
}

.navbar-expand-lg {
  border-bottom: 2px solid #fc9d0a;
  height: 100%;
  /* border-top: 16px solid #000; */
}

.link-dflex i {
  color: #1b2274
}

.text p {
  position: relative;
  line-height: 28px;
  font-size: 16px;
  color: rgb(255 255 255);
  margin-bottom: 11px;
}

.text {
  position: relative;
  line-height: 28px;
  font-size: 22px;
  color: rgb(255 255 255);
  margin-bottom: 11px;
  font-family: 'Markazi Text';
}

.contact-list li {
  font-family: 'roboto';
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  line-height: 40px;
}

.style-container {
  position: static;
  max-width: 1350px;
  padding: 4px 15px;
  margin: 0 auto;
}

.footer-style-two .footer-bottom {
  position: relative;
  padding: 22px 0px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-style-two .footer-bottom .copyright {
  position: relative;
  font-size: 15px;
  color: #fff;
}

.index img {
  margin: 10px 7px;
  /* border: 1px solid #7c7c7c42; */
  border-radius: -6px;
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 10%);
  background: #ffffff;
  width: 100px;
}

.logos img {
  background: #fff;
  width: 136px;
  padding: 3px;
}

.footer-style-two {
  position: relative;
  margin-top: 40px;
  padding: 60px 0px 0px;
  background-color: var(--color-thirtyone);
}

.ft .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background-color: #464646;
  background-clip: padding-box;
  border: 1px solid #ced4da8c;
  border-radius: .1rem;
  transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.footer-style-two .footer-widget h5 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 2px;
  color: #fff;
  text-transform: capitalize;
  padding-bottom: 20px;
  font-family: 'Markazi Text';
  font-size: 27px;
}

.contact-list a {
  color: rgb(255 255 255);
}

.why-mem {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 16px 14px;
  border-radius: 12px;
  background: #fff;
  display: flex;
  min-height: 216px;
  margin-bottom: 25px;
  align-items: center;
  flex-direction: initial;
}

.why-mem i {
  font-size: 35px;
}

.why-mem .fa-play {
  font-size: 15px;
}

.why-mem .about-head {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background: -webkit-linear-gradient(#0024bb, #41004c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: inherit;
  padding-right: 9px;
  margin-top: 13px;
}

.bg {
  background: #f3f6ff;
}

.borders {
  border-bottom: 1px solid #00000040;
  padding: 27px 27px 1px;
  display: flex;
}

.borders p {
  margin: 0;
  text-align: initial;
  color: #000000;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  min-height: 84px;

}

.sub {
  color: #b10000;
}

.sub-head {
  font-size: 19px;
  font-weight: 600;
  color: #18103f;
}

.borders img {
  margin-right: 12px;
}

.about-area-content {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 23px;
  /* max-width: 750px; */
  padding-left: 25px;
  margin-left: auto;
  padding-right: 25px;
}

.sec-img {
  width: 110px;
  height: 110px;
  padding: 5px;
}

.serviceBox .service-icon {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 90px;
  font-size: 30px;
  color: #fff;
  position: relative;
  transition: all 0.3s linear 0s;
}

.serviceBox .title {
  font-size: 16px;
  color: #243763;
  font-weight: 600;
  padding: 0px;
  text-align: left !important;
  margin: 10px 0 5px 0;
  border-bottom: none !important;
  transition: all 0.3s ease 0s;
}

.serviceBox .description {
  font-size: 16px;
  color: #000;
  line-height: 12px;
}

.about-area-content p {
  margin: 15px 0 0 0;
}

.serviceBox .service-icon {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 90px;
  font-size: 30px;
  color: #fff;
  position: relative;
  transition: all 0.3s linear 0s;
}

.serviceBox .service-icon {
  background: none;
  border: none;
}

/* .serviceBox {
  display: flex;
} */
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(255 139 91);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  color: #000000;
  font-weight: 500;
}

.testimonial-content-1.card-img-top {
  background: #fff;
  padding: 17px;
}

.v-more2 {
  background: linear-gradient(45deg, #000000, #000000);
  color: #fff;
  padding: 8px 24px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 0px;
}

.serviceBox {
  position: relative;
  transition: all 0.3s linear 0s;
  padding: 0px 0px;
  box-shadow: 0px 0px 1px #000;
  text-align: center;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.v-more3 {
  background: linear-gradient(45deg, #ffffff, #ffffff);
  color: #363636;
  padding: 2px 7px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 0px;
  margin-top: 1px;
  /* width: 100%; */
  /* display: block; */
}

/* .serviceBox {
  height: 140px;
} */
.serviceBox:hover,
.serviceBox:hover .read-more {
  border-color: #11385a;
}

.serviceBox:hover .service-icon {
  background: #dcdcdc;
  color: #4ca8e8;
}

.serviceBox .service-icon {
  display: inline-block;
  border: 1px solid #ccc;
  line-height: 90px;
  font-size: 30px;
  color: #fff;
  position: relative;
  transition: all 0.3s linear 0s;
}

.service-content {
  background: #e1e0ff;
  padding: 5px 10px;
  margin-top: 11px;
  border-radius: 5px;
}

.position {
  margin: 0;
  text-align: justify;
  color: #373a4e;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
}

/* Make it look pretty */
.microsoft .marquee {
  margin: 0;
  padding: 0 1em;
  line-height: 1.5em;
  font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before,
.microsoft::before,
.microsoft:after,
.microsoft::after {
  left: 0;
  z-index: 1;
  content: '';
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 2em;
  background-image: linear-gradient(top, #FFF, rgba(255, 255, 255, 0));
}

.microsoft:after,
.microsoft::after {
  bottom: 0;
  transform: rotate(180deg);
}

.microsoft:before,
.microsoft::before {
  top: 0;
}

.owl-nav .fa-solid,
.fas {
  font-weight: 900;
  background: #ff4301;
  padding: 11px 13px;
  border-radius: 21px !important;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
  box-shadow: 0px 0px 0px #000;
}

.news-section-two .owl-nav .owl-prev,
.news-section-two .owl-nav .owl-next {
  right: 56px;
  top: -94px;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: var(--font-18);
  color: var(--white-color);
  font-family: "Flaticon";
  border-radius: 5px;
  text-align: center;
  margin-left: var(--margin-left-10);
  background-color: var(--color-thirtyone);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.news-section-two .owl-nav .owl-next {
  right: 82px;

}

.v-more3:hover {
  color: #ffffff;
  box-shadow: 8px 3px #0000004f;
  background: #f67d4b;
  transform: scale(1.5);
}

.news-section-two .owl-nav {
  position: relative;
  /* right: 20px; */
  /* bottom: -30px; */
}

.three-item-carousel-five .owl-nav .owl-prev {
  position: absolute;
  left: -50px;
  top: 30px;
}

.testimonial-index img {
  margin-right: 15px;
  width: 50px !important;
  height: 50px;
  /* border: 1px dashed #000; */
  text-align: -webkit-right;
  /* margin: auto; */
}

.testimonial-index h3 {
  font-size: 16px;
  font-weight: 700;
  color: #594c7a;
  margin-top: 7px;
  text-align: initial;
}

.why-content p {
  text-align: center;
  font-weight: 500;
  color: #14124c;
  font-family: 'Roboto';
  font-size: 16px;
}

.testimonial-index h5 {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin-top: 14px;
  /* text-align: center; */
  line-height: 24px;
}

.testimonial-index {
  box-shadow: 0 0 1px 1px rgb(0 0 0 / 18%);
  background: #ffffff;
  padding: 20px 12px;
  /* border: 7px solid #ffeded; */
  -webkit-user-select: none;
  border-radius: 19px;
  margin: 1px 1px;
  width: 99%;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-height: 307px;
  min-height: 129px;
  overflow: hidden;
}

.testimonial-index p {
  overflow: hidden;
  max-height: 134px;
}

.news-section-two .owl-nav .owl-next {

  right: -54px;
  position: absolute;
}

/* Style the links */
.vanity {
  color: #333;
  text-align: center;
  font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a,
.microsoft a {
  color: #1570A6;
  transition: color .5s;
  text-decoration: none;
}

.vanity a:hover,
.microsoft a:hover {
  color: #F65314;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer-menu li a:hover {
  color: #fb9a2b;
  text-decoration: underline;
}

.footer-menu li a .fa-solid {
  font-weight: 600;
  font-size: 10px;
  margin-right: 5px;
}

.icon-new li a .fa-solid {
  font-weight: 600;
  font-size: 15px;
  margin-right: 5px;
}

@media only screen and (max-width:330px) {
  .link-dflex {
    display: block !important;
  }

  .links li a {
    font-size: 4vw !important;
    width: 94%;
    display: flex;
    margin-bottom: 4px;
  }
}

@media only screen and (max-width:600px) {
  .con-name h5 {

    font-size: 10px !important;
  }

  .con-name {
    color: #000000;
    font-size: 7px;
    font-weight: 600;
    background: #ffffff;
    padding: 6px 13px !important;
    border-radius: 0px 23px 21px 0px;
    width: 50%;
    position: relative;
    bottom: 39px;
    /* margin: auto; */
    font-family: 'Roboto';
  }

  .links {
    justify-content: end;
    display: none !important;
  }

  .mid-top {
    background: #20298d;
    transform: skew(360deg) !important;
    width: 100%;
  }

  .links {
    transform: skew(0deg) !important;
  }

  .links li a {
    font-size: 3vw !important;
    width: 94%;
    display: flex;
    margin-bottom: 10px;
  }

  .social-media {
    transform: skew(0deg) !important;
  }

  .navbar-brand img {
    width: 100px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .top .mail a {
    font-size: 3vw !important;
  }

  .news-section-two .owl-nav .owl-prev,
  .news-section-two .owl-nav .owl-next {
    right: 23px !important;
    top: -183px !important;
  }

  .news-section-two .owl-nav .owl-next {
    right: -17px !important;
    position: absolute;
  }

  .three-item-carousel {
    width: 97%;
    overflow: visible;
    /* padding-bottom: 40px; */
  }

  .testimonial-index {
    padding: 3px 19px;
    max-height: max-content;
    min-height: auto !important;
  }
}

.bounce {
  animation: bounce 2s linear 0s infinite normal none running;
}

@keyframes bounce {
  0% {
    transform: translateY(0%);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0%);
  }
}

.b-img {
  position: relative;
  right: -25px;
  top: -37px;
  color: #ffffff;
  border-radius: 19px;
  width: 147px;
  height: 125px;
  /* border: 2px ridge #8ac5ff; */
  text-align: center;
  padding: 17px 9px;
  background: linear-gradient(45deg, #513df4, #2183fc);
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins';
}

.b-img i {
  position: relative;
  top: -3px;
  right: 30px;
  background: #ff4301;
  transform: rotate(45deg);
  padding: 12px;
  line-height: 17px;
  border-radius: 26px;
  width: 40px;
  height: 40px;
}

.b-img2 {
  position: absolute;
  left: -7px;
  bottom: -22px;
  border-radius: 9px;
  width: 123px;
  height: 123px;
  border: 3px ridge #8ac5ff;
}

.img {
  margin-right: 12px;
}

.abt {
  border-radius: 10px;
  /* margin-left: 48px; */
}

.bor-bottom {
  border-bottom: 1px solid #9d9d9d99;
  padding-bottom: 39px;
}

.bg {
  /* background: url(../img/dot.jpg); */
  background-size: 65% 100%;
}

/* .cards { */
/* padding: 12px; */
/* border-radius: 10px; */
/* background: #e5f2ff; */
/* background-size: 100% 100%;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%); */
/* width: 30%; */
/* } */

/* .cards ul {
  background: #ffffff;
  padding: 6px 13px;
  text-align: initial;
  font-weight: 800;
  border: 1px ridge;
  border-radius: 11px;
  min-height: 240px;
  border-bottom: 7px solid green;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
}
.cards :hover {
  width: 100%;
  border-bottom: 0px;
  color: #fff;
  background: #008000;
} */
.card li::before {
  content: '\f560';
  font-family: "FontAwesome";
  margin-right: 6px;
  color: #00305e;
  font-weight: 800;
  font-size: 15px;
}

.card-back li::before {
  color: #ffffff;
}

li::before {

  font-weight: 800;
  font-size: 15px;
}

.card li {
  line-height: 22px;
  margin-bottom: 3px;
  font-size: 14px;
  color: #282828;
  font-weight: 500;
  font-family: 'Roboto';
  list-style: none;
  text-align: initial;
}

.card {
  height: 250px;
  margin: 1rem auto;
  perspective: 1000px;
  cursor: pointer;
  min-height: 401px;
}

.c-btn {
  background: #dc5e09;
  padding: 3px 11px;
  font-size: 12px;
  color: #fff;
}

.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card:hover .card-inner {
  transform: rotateY(180deg);
}

.cf {
  padding: 10px 17px;
}

.card-front,
.card-back {

  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.card-front {
  background: white;
  border: 1px solid #e5e7eb;
}

.card-back h4,
li {
  color: #fff;
}

.card-back h4 {
  color: #fff !important;
}

.card-back li {
  color: #fff;
}

.card-back {
  background: #1b2274;
  color: white;
  transform: rotateY(180deg);
}

.mem-img {
  /* box-shadow: 2px 1px 5px #000; */
  border-radius: 16px;
  background: #ffffff;
}

.mem-content {
  box-shadow: 2px 1px 5px #000;
  border-radius: 16px;
  padding-top: 15px;
  margin-top: 7px;
  background: #fff;
}

.card h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000248;
  margin-top: 8px;
  text-align: initial;
  margin-bottom: 8px;
  line-height: 23px;
}

.cards h4 {
  font-size: 16px;
  font-weight: 700;
  color: #000248;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 8px;
}

.text-left {
  text-align: left !important;
}

table,
th,
td {
  border: 5px solid #ffffff8f;
  border-collapse: collapse;
  padding: 11px;
  background: #fff6f2;
  ;
}

th {
  color: #fff;
  text-align: inherit;
  background: #072c50;
}

.mem-pro {
  line-height: 40px
}

.join {
  font-weight: 600;
  color: #160c4a;
  font-size: 17px
}

.global p {
  text-align: center;
  color: #e6f6ff;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Roboto';
}

.global h4 {
  font-family: 'Roboto';
  color: #ffc368;
  margin-top: 18px;
  font-size: 20px;
}

.resource h4 {
  font-family: 'poppins';
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  color: #1b2274;
}

.r-box {
  box-shadow: 0px 3px 12px #003;
  padding: 12px 16px;
  margin-bottom: 13px;
  border-radius: 11px;
}

.fa-compact-disc {
  color: #b6cfff;
}

.footer-style-two {
  background: linear-gradient(189deg, #1b2274, #1b2274);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-blend-mode: color-dodge;
}

.our-core,
.our-miss,
.our-viss {
  border: 1px solid #00000029;
  height: 100%;
  padding: 17px 13px;
  text-align: center;
}

.abt-content p {
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 13px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 600;
}

.abt-content h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 14px;
  font-weight: 700;
}

.abt-content img {
  position: absolute;
  width: 132px;
  top: -82px;
  right: 105px;
  padding: 10px;
  border-radius: 49px 29px 53px 55px;
  box-shadow: 0px 7px #00000026;
  margin-bottom: 19px;
}

.our-viss {
  background: #0f6fc6;
  position: relative;
}

.our-miss {
  background: #eb0f4e;
  position: relative;
}

.our-core {
  background: #00b050;
  position: relative;
}

.sub-tit {
  font-size: 24px;
  color: #101b9d;
  margin-bottom: 12px;
  font-weight: 600;
}

.sub-tit b {
  font-size: 21px;
  font-weight: 600;
  color: #101b9d;
}

.history .w3-agileits-heading {
  padding: 1px 20px;
}

.history img {
  margin-top: 61px !important;

}

.msg-box {
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 21px 32px;
  border-radius: 11px;
  margin-top: 26px;
  background: #ffece6;
}

.msg-box h4 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #e73c00;
}

.msg-box p {
  color: #101b9d;
  font-weight: 500;
  line-height: 31px;
  font-size: 19px;
}

.fa-plus {
  background: #d96e43;
  padding: 5px 5px;
  color: #fff;
  font-size: 11px;
  border-radius: 1px;
  box-shadow: none !important;
}

.history {
  background: #ffebe8;
  border-radius: 20px;
}

.history .sub-tit {
  font-size: 23px;
  color: #072c50;
  margin-bottom: 12px;
}

.diversity li {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  color: #222222;
  text-align: initial;
  margin-bottom: 10px;
  line-height: 28px;
}

.diversity .sub-tit {
  font-size: 23px;
  color: #072c50;
  margin-bottom: 12px;
}

.diversity {
  padding: 18px 27px;
  /* background: #ffdcce; */
  min-height: 100%;
  border: 2px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 42px 15px rgb(0 0 0 / 5%);
}

p b {
  font-weight: 600;
  color: #000000;
  font-size: 19px;
}

.mem-benefit {
  background: aliceblue;
  padding: 20px 20px;
  height: 100%;
}

.sub-tit2 {
  font-size: 18px;
  color: #072c50;
  margin-bottom: 12px;
}

.map-bg {
  background: url(../img/map.png);
  background-size: 100% 100%;
  background-attachment: fixed;
}

.bg-grey {
  background: #d9d9d9;
}

.c-page .box {
  height: auto;
  border: 1px solid #00000014;
  padding: 21px 12px;
  padding-bottom: 40px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  background: #072c50;
}

.c-page .box h5 {
  background: -webkit-linear-gradient(#fbdfd0c4, #b90d001a);
  -webkit-text-fill-color: #ffffff;
  -webkit-background-clip: text;
}

.c-page .about-head span {
  color: #00103c;
  font-size: 32px;
  font-weight: 700;
}

.c-page a:hover {
  color: #00103c;
  text-decoration:
}

.up-con a {
  color: #b51f00 !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #2a000c;
}

.c-page .about-head33 {
  font-size: 21px;
  font-weight: 600;
  color: #041b2b;
  padding-bottom: 6px;
}

.c-page .box {
  height: auto;
  border: 1px solid #00000014;
  padding: 21px 12px;
  border-radius: 12px;
  padding-bottom: 40px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
}

.c-page .up-con a {
  color: #b51f00 !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #ffa92a;
}

.c-page .fa-solid .fas {
  font-weight: 900;
  color: red;
  font-size: 29px;
  padding-right: 12px;
}

.journal li a {
  color: #ffffff !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #ffffff;
}

.journals .journal-btn {
  color: #b51f00 !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #ffffff;
}

.br-10 {
  border-radius: 10px;
}

.object li {
  font-family: 'poppins';
  font-size: 18px;
  font-weight: 400;
  color: #202020;
  line-height: 35px;
}

.object li b {
  font-weight: bolder;
  color: #042649;
}

.bor {
  border-radius: 16px;
  padding: 20px 35px;
  box-shadow: 0 0 9px 5px rgb(0 0 0 / 4%);
}

.diversity2 li b {
  font-weight: bolder;
  color: #042649;
}

.diversity2 li {
  font-family: 'poppins';
  font-size: 16px;
  font-weight: 500;
  color: #000000c9;
  text-align: initial;
  margin-bottom: 22px;
}

.diversity2 {
  padding: 18px 27px;
  background: #ffdcce00;
  min-height: 100%;
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.diversity2 .fa-arrow-right {
  font-weight: 900;
  color: #072c50;
  font-size: 18px;
}

.diversity2 .sub-tit {
  font-size: 24px;
  color: #d33e00;
  margin-bottom: 12px;
  font-weight: 600;
}

.features-list .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  width: 64px;
  text-align: center;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.features-list h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-family: 'poppins';
  font-weight: 700;
  color: #00ff8c;
}

.features-list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.features-list li {
  padding: 0 15px 0 82px;
  /* font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  position: relative;
  margin: 0 0 30px;
  overflow: hidden;
  letter-spacing: 1px;
}

.features-list {
  font-size: 14px;
  line-height: 24px;
  font-family: empty;
}

.features-list li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.features-list a {
  color: #933e00;
}

.bl {

  border-left: 1px solid #000;
}

.br {
  border-right: 1px solid #000;

}

.b-table {
  border: 1px solid #0000002e;
  padding: 15px 13px;
  height: 100%;
  background: #fdf7ff;
}

.bor2 {
  border-radius: 16px;
  padding: 15px 20px;
  box-shadow: 0 0 9px 5px rgb(0 0 0 / 4%);
}

.s-cat p {
  margin: 0;
  text-align: justify;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

.green-bg {
  background: #007048;
}

.bluedark-bg {
  background: #000f26;
}

.blue-bg {
  background: #00b1c3
}

.sky-bg {
  background: #1171be
}

.organge-bg {
  background: #f64d18;
}

.resource .fa-compact-disc {
  color: #072c50;
}

.feaure-item-4 {
  position: relative;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 42px 50px 39px;
  margin: 0 5px 50px;
  min-height: 302px;
}

.feaure-item-4 a {
  color: #002a52;
}

.f-icon {
  position: absolute;
  left: -17px;
  top: -20px;
  background: #f67d4b;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 73px;
  text-align: center;
  color: #fff;
}

.feaure-item-4 h4 {
  font-size: 18px;
  line-height: 25px;
  color: #161616;
  margin: 0 0 6px;
}

.feaure-item-4 p {
  font-size: 18px;
  line-height: 22px;
  color: #353535;
  font-family: 'Jost', sans-serif;
  margin: 0;
}

.f-icons {
  position: absolute;
  left: -37px;
  top: -32px;
  /* background: #f67d4b; */
  width: 73px;
  height: 73px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 73px;
  text-align: center;
  color: #fff;
}

.feaure-item-4 li {
  font-family: 'poppins';
  font-size: 15px;
  font-weight: 500;
  color: #000;
  line-height: 32px;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 7%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.number,
.plus {
  padding-top: 17px;
  font-size: 38px;
  font-weight: 900;
  color: #fff;
}

.global .plus {
  text-align: center;
  color: #d3cc00;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  top: -11px;
  left: 8px;
}

.visitor p {
  font-weight: 500;
  font-size: 19px;
  text-align: initial;
  background: #2c3372;
  padding: 12px 23px;
  color: #fff;
  border-radius: 5px;
  transition: transform 0.6s;
  margin: 25px;
}

.grey {
  background: #e7e7e7;
  padding: 55px 2px;
}

.visitor:hover p {
  transform: scale(0.9);
}

.count-bg {
  background: linear-gradient(5deg, #050942fa, #001166eb), url(../img/graduate-fn.jpg);
  background-attachment: fixed;
}

.partner-bg {
  background: linear-gradient(307deg, #01193bf2, #00183c9c), url(../img/bg-count.jpg);
  background-attachment: fixed;
  margin-bottom: -39px;
}

.partner-bg p b {
  font-weight: 800;
  color: #f67d4b;
  font-size: 23px;
}

.features-area p {
  margin: 0;
  text-align: justify;
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.contact22 .box {
  height: auto;
  border: 1px solid #00000014;
  padding: 21px 12px;
  border-radius: 12px;
  padding-bottom: 40px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  background: linear-gradient(45deg, #f64f1a, #f18734);
}

.contact2 .box h5 {
  background: -webkit-linear-gradient(#2900ff, #0062ff);
  -webkit-text-fill-color: #000d1ec2;
  -webkit-background-clip: text;
}

.contact2 .up-con a {
  color: #b51f00 !important;
  font-weight: 600;
  background: linear-gradient(45deg, #ffffff, #ffffff);
  -webkit-text-fill-color: #ffffff5e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c-b2 {
  background: linear-gradient(45deg, #002239, #014256) !important;
}

.c-b2 h5 {
  background: -webkit-linear-gradient(#ffffff, #ffc800);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: start;
  font-weight: 600;
}

.c-b2 h5 a {
  color: #b51f00 !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #ffffff;
}

.c-b2 p a {
  color: #b51f00 !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #ffffff;
}

.c-b3 {
  background: linear-gradient(45deg, #512145, #450023) !important;
}

.c-b3 h5 {
  background: -webkit-linear-gradient(#ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: start;
  font-weight: 600;
}

.c-b3 h5 a {
  color: #b51f00 !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #fffefd;
}

.mem-pro li::before {
  content: '\f00c';
  font-family: "FontAwesome";
  margin-right: 6px;
  color: #00305e;
  font-weight: bold;
  font-size: 21px;
  list-style: none;
}

.mem-pro li {
  font-family: 'poppins';
  font-size: 17px;
  font-weight: 500;
  color: #001931;
  list-style: none;
}

.top.fab,
.fa-brands {
  font-weight: 400;
  color: #fff;
}

.contact22 .up-con a {
  color: #ffffff !important;
  font-weight: 600;
  background-color: transparent;
  -webkit-text-fill-color: #ffffff;
}

.contact22 .box h5 {
  background: -webkit-linear-gradient(#002330, #002432);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: start;
  font-weight: 600;
}

.scroll {
  overflow-x: scroll;
  scrollbar-width: thin;
  overflow-y: unset;
  margin-left: 2px;
}

.mon p {
  text-align: center;
  margin-bottom: 7px;
  margin-top: 6px;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 500;
}

.up-btn2 .active {
  background: #dc5e09;

}

.why {
  margin-top: 10px;

}

.why i {
  font-size: 40px;
  padding-top: 5px;
  padding-right: 21px;
  color: #303bbb;
}

.up-btn2 .active p {
  color: #fff;

}

.fa-circle-check {
  font-weight: 900;
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 17px;
}

.mon:hover {
  background: #c1c1c1;
}

.mon {
  width: 33.3333%;
  background: #f5f5f5;
  text-align: center;
  margin: 4px 3px;
}

.up-btn2 {
  border: 1px solid #ededed;
  margin-bottom: 9px;
  background: #f5f5f5;
}

/* management */

* {
  margin: 0;
  padding: 0;
}

.bus-card p {
  color: #fff;
  text-align: initial;
  font-weight: 400;
  letter-spacing: 0.1px;
  font-size: 16px;
  line-height: 1.8;
}

.bus-card {
  position: relative;
  overflow: hidden;
  z-index: 999;
  padding: 3px 16px;
  min-height: 335px;
      margin-top: 10px;
}

.ed:hover .bus-card::after {
  background: #fff;
}

.ed:hover .bus-card {
  transform: scale(1.03);
}

.ed:hover .bus-card::after {
  background: #007de1;
}

.ed:hover i {
  color: #fff;
}

.ed:hover .bus-card p {
  color: #fff;
}

.ed:hover .bus-card h4 {
  color: #fff;
}

.bus-card i {
  color: #fff;
  padding-top: 36px;
  padding-right: 8px;
  font-size: 42px;
}

.bus-card h4 {
  color: #fff;
  padding-top: 38px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.bus-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150%;
  background: radial-gradient(#37c437, #316ef9);
  /* animation: animate 3s linear infinite; */
  z-index: -111;
}

.bus-card::after {
  content: "";
  position: absolute;
  inset: 4px;
  background: radial-gradient(#c33604, #ff4301);
  border-radius: 16px;
  z-index: -1;
  margin-top: 2px;
}

@keyframes animate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.map {
  background: url(../img/map.png);
  background-size: 105%
}

.lite-bg {
  background: radial-gradient(#9892ff7a, #5788fe38), url(../img/lite-bg.png);
  background-size: 105%;
}

.medias {
  background: #fff;
  padding: 47px 12px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  border-radius: 10px;
  min-height: 355px;
  position: relative;
}

.medias .header {
  display: flex;
}

.medias .header p {
  text-align: initial;
}

.medias .header i {
  color: #ffffff;
  right: 18px;
  font-size: 27px;
  transform: rotate(45deg);
  position: absolute;
  top: 22px;
  width: 50px;
  height: 50px;
  background: linear-gradient(45deg, #2700ff, #941ba9);
  border-radius: 58px;
  padding: 11px 15px;
}

.medias:hover .header i {
  transform: scale(1.2);
  transform: rotate(45deg);
  background: linear-gradient(45deg, #fa7411, #fa1111);
}

.header h4 {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 18px;
  color: #160c4a;
}

.medias:hover {
  background: linear-gradient(45deg, #1b2274, #212660);
}

.medias:hover h4 {
  color: #fff;

}

.medias:hover p {
  color: #fff;

}

.medias img {
  width: 60px;
  margin-bottom: 17px;
}

/* heading */

.about-head :before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -14px;
  background-color: #ff4301;
}

.about-head :after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #ff4301;
}

.about-head b {
  display: block;
  font-size: 30px;
  line-height: 1.3;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group input[type='file'] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #c5c1c1;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  font-size: 16px;
  color: #ffffff;
  padding: 4px 20px;
  transition: all 500ms ease;
  appearance: none;
  background: #212660;
}

.content_block_6 textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
  height: 132px;
  padding: 10px;
  border-right: none;
  border-left: none;
  border-top: none;
  background: #212660;
}

.content-box option {
  color: #fff;
}

.content-box ::placeholder {
  color: #fff;
}

select:not(:-internal-list-box):not([multiple]) option {
  color: #fff;
}

.code {
  color: #fff
}

.get {
  background: #212660;
  /* height: 100%; */
  margin-right: -14px;
}

.get h4 {
  font-style: italic;
  font-size: 115px;
  font-family: 'Markazi Text';
  color: #ffb26d !important;
  line-height: 103px;
  margin-bottom: 18px;
  background: -webkit-linear-gradient(#dea8ff, #7ab3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #ffffff05;
}

.get p {
  color: #fff !important;
  font-size: 18px;
  text-align: initial;
  line-height: 33px
}

.get a {
  text-decoration: none !important;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
}

.theme-btn-one {
  background: #dc5e09;
  padding: 9px 14px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 12px;
  letter-spacing: 2px;
  color: #fff;
  border: none;
  border-radius: 6px;
}

.content_block_6 select.form-control:not([size]):not([multiple]) {
  height: 50px;
  border-right: none;
  border-left: none;
  border-top: none;
  background: #212660;
  color: #fff;
}

.content_block_6 {
  padding: 10px;
}

.content_block_6 {
  background: #212660;
}

.owl-carousel {
  display: block;
}

.test-nm-img {
  /* display: flex
; */
  text-align: center;
}

.count-bg2 {
  background: linear-gradient(188deg, #151c78db, #001166fa), url(../img/bg-presesntation.jpg);
  background-attachment: fixed;
}

.focus {
  height: 20px;
  margin-right: 4px;
  margin-top: 2px;
}

.button {
  background: linear-gradient(185deg, #c15513, #fa6e11);
  color: #fff;
  padding: 11px 18px;
  position: relative;
  border-radius: 58px;
  top: 28px;
  text-align: center;
  font-weight: 600;
  margin: auto;
  margin-top: 26px;
  box-shadow: 0px 0px 4px #000;
}

.button:hover {
  background: #007de1;
}

.button1 {
  background: linear-gradient(185deg, #252e9b, #1a227a);
  color: #fff;
  padding: 11px 18px;
  position: relative;
  border-radius: 4px;
  top: 28px;
  text-align: center;
  font-weight: 600;
  margin: auto;
  font-size: 15px;
  margin-top: 26px;
  box-shadow: 0px 0px 4px #000;
}

.button1:hover {
  background: #007de1;
}

.button2 {
  margin: 2px 17px;
  background: linear-gradient(45deg, #ec3f02, #eb3e02);
  color: #fff;
  padding: 11px 18px;
  position: relative;
  border-radius: 4px;
  top: 28px;
  text-align: center;
  font-weight: 600;
  /* margin: auto; */
  margin-top: 26px;
  box-shadow: 0px 0px 4px #000;
}

.button2:hover {
  background: #007de1;
}

.img-rotate:hover {
  will-change: transform;
  transform: perspective(1000px) rotateX(0deg) rotateY(26deg) scale3d(1, 1, 1);
}

.about p {
  text-align: initial;
}

.ed-about .bus-card {
  position: relative;
  overflow: hidden;
  z-index: 999;
  padding: 3px 16px;
  min-height: 204px;
  text-align: center;
}

.bus-card h4 span {
  font-size: 13px;
  text-align: center;
}

.globe img {
  transform: rotate(45deg);
  transition-delay: 5s;
  transition-duration: 5s
}

.ed-about .bus-card h4 {
  color: #fff;
  padding-top: 14px;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px;
}

.program {}

.learn li {
  color: #000;
  margin-bottom: 28px;
}

.ed-about .bus-card i {
  color: #fff;
  padding-top: 36px;
  padding-right: 8px;
  font-size: 42px;
}

.yl {
  color: yellow;
}

/* what-v-do */
.what-v-do p {
  font-size: 17px;
  margin-top: 20px;
  font-weight: 700;
  text-align: start;
  line-height: 28px;
}

.what-v-do {
  border: 1px dashed #adadadd1;
  padding: 16px 8px;
  margin-bottom: 3rem;
  display: flex;
  background: blanchedalmond;
}

.format p i {
  font-size: 17px;
  padding-top: 5px;
  padding-right: 21px;
  color: #303bbb;
  font-weight: 500;
  text-align: initial;

}

.fa-plus {
  background: #ffffff;
  padding: 9px 9px;
  color: #ff4301;
  font-size: 11px;
  border: 1px dashed;
  box-shadow: none !important;
}

.what-v-do img {
  height: 70px;
  width: 70px;
  margin-top: 15px;
  margin-right: 10px;
}

.ed-about .bus-card:hover {
  transform: scale(1.03);
}

.ed-about:hover .bus-card::after {
  background: radial-gradient(#1b2274, #1b2274);
}

/* gallery */
.gallery img {
  padding: 11px 12px;
  border-radius: 3px;
  box-shadow: 0px 0px 4px #222222;
  margin-top: 20px;
}

.fa-duotone {
  font-weight: 900;
  font-size: 59px;
  margin-right: 31px;
  color: #58a9ff;
  transform: rotate(179deg);
  position: relative;
  top: -48px;
}

.sdg-btn {
  background: linear-gradient(45deg, #3b53f3, #463ae8);
  border-radius: 9px;
  color: #fff !important;
  font-size: 12px;
  transition-duration: 3s;
}

.sdg-btn:hover {
  background: linear-gradient(45deg, #fa7d07, #d57900);

}

.global p:hover {
  transform: scale(0.96);
}

.visitor:hover p {
  transform: scale(0.96);
}


.links {
  justify-content: end;
  display: inline-grid;
}

/* CSS */
.button-87 {
  margin: 3px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819 51%, #FF512F 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

.up-btnopt {
  padding: 2px 15px;
  border-radius: 9px;
  background: #e1ddd1;
  color: #161e74;
  border: 1px solid #040d74;
  font-size: 14px;
  width: -webkit-fill-available;
  margin-bottom: 20px;
  margin-right: 11px;
  white-space: nowrap;
}

.up-scroll {
  display: flex;
  overflow-x: scroll;
  scrollbar-width: thin;
}

.visitor iframe {
  margin: 2px;
}

.w-100px {
  width: 100px;
}

.up-btnopt:hover {
  padding: 2px 15px;
  border-radius: 9px;
  background: #000862;
  color: #ffffff;
  border: 1px solid #040d74;
  font-size: 16px;
  width: -webkit-fill-available;
  margin-bottom: 20px;
  margin-right: 11px;
  white-space: nowrap;
}

.blog-img {
  border: 2px solid #cfcfcf6b;
  height: 250px;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog-item .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #f2f5f9;
}

.cont2 i {
  height: 30px;
  margin-top: 2px;
}

.focuss {
  background: #262f93;
  padding: 20px 10px;
  color: #fff;
  border-radius: 6px;
}

.sub-titile {
  font-size: 19px;
  font-weight: 700;
}

.focuss:hover {
  background: radial-gradient(#005d81, #262f93);
}

.blog-item .h4 {
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: 'Poppins';
}

.blog-item .blog-content a.btn {
  font-family: 'Roboto';
  font-size: 12px;
  color: #ffffff;
  background: #262f93;
  padding: 2px 7px !important;
  font-weight: 600;
  margin-top: -12px;
}

.blog-item .blog-img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-item .blog-content {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #ffffff;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
}

/* sdg */
.sdg-imgs:before {
  top: 0;

}

a:hover {
  color: #000000;
  text-decoration: underline;

}

.end {
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  min-height: 210px;
}

.sdg-imgs {
  width: 70px;
  height: 144px;
  position: relative;
  background: #e5233d;
  margin: 2px;
  margin: auto;

}


@keyframes mymove {
  from {
    height: 0px;
  }

}

.sdg-imgs1 {
  /* width: 100px; */
  height: 134px;
  position: relative;
  background: #e5233d;
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
  margin: 2px;
}

.sdg-imgs2 {
  /* width: 100px; */
  height: 134px;
  position: relative;
  background: #dda73a;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs3 {
  /* width: 100px; */
  height: 130px;
  position: relative;
  background: #4ca146;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs4 {
  /* width: 100px; */
  height: 154px;
  position: relative;
  background: #c7212f;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs5 {
  /* width: 100px; */
  height: 144px;
  position: relative;
  background: #ef402d;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs6 {
  /* width: 100px; */
  height: 152px;
  position: relative;
  background: #27bfe6;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs7 {
  /* width: 100px; */
  height: 100px;
  position: relative;
  background: #fbc412;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs8 {
  /* width: 100px; */
  height: 156px;
  position: relative;
  background: #a31c44;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
}

.sdg-imgs9 {
  /* width: 100px; */
  height: 100px;
  position: relative;
  background: #f26a2e;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs10 {
  /* width: 100px; */
  height: 95px;
  position: relative;
  background: #e01483;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs11 {
  /* width: 100px; */
  height: 99px;
  position: relative;
  background: #f89d2a;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs12 {
  /* width: 100px; */
  height: 110px;
  position: relative;
  background: #bf8d2c;
  /* -webkit-transform: rotate(180deg); */
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs13 {
  /* width: 100px; */
  height: 164px;
  position: relative;
  background: #407f46;
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs14 {
  /* width: 100px; */
  height: 170px;
  position: relative;
  background: #2399d5;
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs15 {
  /* width: 100px; */
  height: 104px;
  position: relative;
  background: #59ba47;
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs16 {
  /* width: 100px; */
  height: 102px;
  position: relative;
  background: #136a9f;
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs17 {
  /* width: 100px; */
  height: 164px;
  position: relative;
  background: #14496b;
  transition: .5s;
  z-index: 2;
  animation: mymove 11s infinite;
  margin: 2px;
}

.sdg-imgs img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  /* transform: rotate(360deg); */
  border-top: 1px solid #fff;
}

@media only screen and (max-width:600px) {
  .waves {
    margin-top: 6px !important;
    margin-bottom: 14px;
    height: auto;
        min-height: auto !important
}
  .sub-update {
    font-size: 54!important;
    font-family: 'Markazi Text';
    font-style: italic;
    color: #303bbb !important;
    font-weight: 600;
    line-height: 53!important;
}
  .button1 {
    display: block;
    margin-top: 16px !important;
  }

  .button2 {
    display: block;
    margin: 2px 17px;
    background: linear-gradient(45deg, #ec3f02, #eb3e02);
    color: #fff;
    padding: 11px 18px;
    position: relative;
    border-radius: 4px;
    /* top: 28px; */
    text-align: center;
    font-weight: 600;
    /* margin: auto; */
    margin-bottom: 10px;
    margin-top: 13px;
    box-shadow: 0px 0px 4px #000;
  }

  a:hover {
    color: #000000;
    text-decoration: underline;

  }
.social-media a:hover {
    color: #fb8f08;}
  .end {
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 210px;
  }

  .sdg-imgs {
    width: 70px;
    height: 144px;
    position: relative;
    background: #e5233d;
    margin: 2px;
    margin: auto;

  }


  @keyframes mymove {
    from {
      height: 0px;
    }

  }

  .sdg-imgs1 {
    /* width: 100px; */
    height: 134px;
    position: relative;
    background: #e5233d;
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
    margin: 2px;
  }

  .sdg-imgs2 {
    /* width: 100px; */
    height: 134px;
    position: relative;
    background: #dda73a;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs3 {
    /* width: 100px; */
    height: 130px;
    position: relative;
    background: #4ca146;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs4 {
    /* width: 100px; */
    height: 154px;
    position: relative;
    background: #c7212f;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs5 {
    /* width: 100px; */
    height: 144px;
    position: relative;
    background: #ef402d;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs6 {
    /* width: 100px; */
    height: 152px;
    position: relative;
    background: #27bfe6;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs7 {
    /* width: 100px; */
    height: 100px;
    position: relative;
    background: #fbc412;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs8 {
    /* width: 100px; */
    height: 156px;
    position: relative;
    background: #a31c44;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
  }

  .sdg-imgs9 {
    /* width: 100px; */
    height: 100px;
    position: relative;
    background: #f26a2e;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs10 {
    /* width: 100px; */
    height: 95px;
    position: relative;
    background: #e01483;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs11 {
    /* width: 100px; */
    height: 99px;
    position: relative;
    background: #f89d2a;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs12 {
    /* width: 100px; */
    height: 110px;
    position: relative;
    background: #bf8d2c;
    /* -webkit-transform: rotate(180deg); */
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs13 {
    /* width: 100px; */
    height: 164px;
    position: relative;
    background: #407f46;
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs14 {
    /* width: 100px; */
    height: 170px;
    position: relative;
    background: #2399d5;
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs15 {
    /* width: 100px; */
    height: 104px;
    position: relative;
    background: #59ba47;
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs16 {
    /* width: 100px; */
    height: 102px;
    position: relative;
    background: #136a9f;
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs17 {
    /* width: 100px; */
    height: 164px;
    position: relative;
    background: #14496b;
    transition: .5s;
    z-index: 2;
    animation: mymove 11s !important;
    margin: 2px;
  }

  .sdg-imgs img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    /* transform: rotate(360deg); */
    border-top: 1px solid #fff;
  }

}

.review .card {
  height: fit-content;
  min-height: fit-content;
}
.review .card .card-link span {
  position: absolute;
    right: 18px;
}

.sub-update {
    font-size: 114px;
    font-family: 'Markazi Text';
    font-style: italic;
    color: #303bbb !important;
    font-weight: 600;
    line-height: 96px;
}
.subscribe-form {
    background: #0d1554e3;
    padding: 22px 27px;
    border-radius: 14px;
    box-shadow: 0px 3px 9px #000;
}

        .orange {
            color: #ff4301 !important;
            background: #0d14520a;
            padding: 17px 19px;
            border-radius: 9px;
            text-align: initial;
            font-weight: 600;
            line-height: 35px;
            width: fit-content;
        }
         .subscribe-form label {
    color: #ffffff;
    font-weight: 600;
    font-family: poppins;
    font-size: 14px;
}