@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Risque&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-family: 10px;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-family: "Outfit", serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol {
  margin: 0;
  padding-left: 2rem;
}

a {
  text-decoration: none;
}

body {
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #001f2d;
  font-family: "Outfit", serif;
  background-color: #FDF3EA;
}

.global-width {
  max-width: 1320px;
  margin: 0 auto;
}

.common-padd {
  padding: 8rem 0 8rem;
  position: relative;
}

.head-sec .top-text {
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0A1B3D;
}
.head-sec .top-text.white {
  color: #fff;
}
.head-sec .head {
  font-size: 4rem;
  color: #171717;
  font-weight: 500;
}
.head-sec .head .color {
  color: #2A7BBD;
  font-family: "Roboto Serif", serif;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .head-sec .head {
    max-width: 484px;
  }
}
.head-sec .head.white {
  color: #fff;
}
.head-sec .head.white .color {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .global-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .global-width {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-thumb {
  background: #8F9BB3;
  border-radius: 3px;
  opacity: 0.3;
}

::-webkit-scrollbar-thumb:hover {
  background: #8F9BB3;
  opacity: 0.3;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.0784313725);
  border-radius: 3px;
}

.main-menu {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .main-menu {
    background-color: #001f2d;
  }
}

.main-menu .shrink {
  background-color: #0D1C3E;
}

.main-menu {
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 2;
}

.logo {
  position: relative;
  z-index: 123;
}
.logo img {
  width: 11rem;
}
@media screen and (max-width: 767px) {
  .logo img {
    width: 8rem;
  }
}

nav {
  position: relative;
}

#cssmenu {
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
#cssmenu ul {
  display: block;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
#cssmenu ul li {
  display: block;
  border: 0;
  list-style: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
#cssmenu ul li:last-child {
  margin-right: 0;
}
#cssmenu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#cssmenu ul li a.sigin-menu {
  border: 1px solid #BCD0E5;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  color: #173A56;
  margin-bottom: 2rem;
}
#cssmenu ul li a.signup-menu {
  background-color: #E20142;
  color: #fff;
  border-radius: 4px;
  font-size: 1.6rem;
}
#cssmenu ul li a.signup-menu:hover {
  color: #fff;
  background-color: #745483;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
@media screen and (min-width: 768px) {
  #cssmenu ul ul {
    background-color: #fff;
  }
}
#cssmenu ul ul li {
  transition: all 0.25s ease;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 17px 15px;
  width: 335px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
}
#cssmenu ul ul li a img {
  width: 13px;
  margin-right: 10px;
}
#cssmenu ul ul li a:hover {
  background: #0D1C3E;
  color: #fff;
}
#cssmenu ul ul li:last-child > a {
  border-bottom: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 10px;
  height: 2px;
  display: block;
  background: #000;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 15px;
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  content: "";
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
  display: none;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li > a {
  padding: 30px 9px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #cssmenu > ul > li > a {
    padding: 17px 9px;
  }
}
#cssmenu > ul > li > .contact-btn {
  background: linear-gradient(0deg, rgb(0, 35, 47) 53%, rgb(54, 96, 104) 100%);
  color: #fff;
  border-radius: 4px;
  padding: 12px 25px;
}
#cssmenu > ul > li:hover > a {
  color: #eee;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  content: "";
  background: url(../../assets/images/arrow.svg) no-repeat;
  background-position: center;
  background-size: cover;
  right: 5px;
  top: 29px;
  width: 20px;
  height: 20px;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu > ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}
#cssmenu li:hover > ul {
  left: auto;
  padding: 0;
}

.main-menu.shrink {
  background-color: #0D1C3E;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1019607843);
  height: 55px;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 999;
}
.main-menu.shrink .logo {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.main-menu.shrink .logo img {
  width: 10rem;
}

.page-center {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .logo img {
    margin-top: 0;
  }
  #cssmenu {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #cssmenu ul li a.sigin-menu {
    margin-bottom: 0;
  }
  #cssmenu ul ul li a {
    padding: 1.5rem;
  }
  .main-menu.shrink {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  #cssmenu ul li a.sigin-menu {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .new-patient {
    background: #E20142;
    border-radius: 30px;
    color: #fff !important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
@media screen and (max-width: 1000px) {
  nav {
    width: 100%;
  }
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
    margin-top: 1rem;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #eee;
  }
  #cssmenu ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul li {
    height: auto;
  }
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding-left: 25px;
    color: #fff;
    background: none;
    transition: all 0.25s ease;
  }
  #cssmenu ul ul li:hover > a {
    color: #000;
  }
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu ul ul li.active > a {
    color: #fff;
  }
  #cssmenu ul ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu ul ul .submenu-button {
    height: 46px;
    width: 34px;
  }
  #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 13px;
  }
  #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 16px;
  }
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu > ul > li.has-sub > a:after {
    display: none;
  }
  #cssmenu > ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #eee;
    height: 51px;
    width: 40px;
    cursor: pointer;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 19px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #fff;
    content: "";
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 16px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #fff;
    content: "";
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: -6px;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 6px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
  .button:before {
    transition: all 0.3s ease;
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    height: 1px;
    width: 20px;
    background: #fff;
    content: "";
  }
  .button.menu-opened:after {
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 1px;
    width: 19px;
    background: #fff;
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    transform: rotate(-45deg);
  }
}
.banner-sec {
  height: 75vh;
  position: relative;
  z-index: 0;
  padding-top: 7.5rem;
  z-index: 1;
}
  .banner-sec::before {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
    width: 100%;
    top: 100%;
    height: 100%;
    top: 0;
    opacity: 0.8;
    z-index: -1;
  }

@media screen and (max-width: 1024px) {
  .banner-sec {
    height: 60vh;
  }
}
@media screen and (max-width: 768px) {
  .banner-sec {
    height: 75vh;
  }
}
@media screen and (max-width: 767px) {
  .banner-sec {
    height: 60vh;
  }
}
.banner-sec .banner-grid-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 5rem;
}
.banner-sec .logo-sec {
  text-align: center;
}
.banner-sec .logo-sec .image {
  width: 17rem;
}
.banner-sec .banner-text .head {
  text-align: center;
  font-size: 80px;
  background: linear-gradient(90deg, #2A7BBD 0%, #2982BB 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-text .head {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) {
  .banner-sec .banner-image-grid {
/*     width: 1000px; */
    left: 50%;
	  top:50%;
    transform: translate(-50%, -15%);
    position: absolute;
    z-index: 0;
    bottom: 0;
    z-index: 1;
    padding: 4rem;
    padding-bottom: 0;
  }
  .banner-sec .banner-image-grid::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../../assets/images/blur.svg) no-repeat;
    -webkit-backdrop-filter: blur(34.5px);
            backdrop-filter: blur(34.5px);
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-image-grid {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-sec .banner-image-grid .banner-img .image {
    width: 100%;
  }
}
.banner-sec .banner-image-grid .banner-bottom-sec {
  text-align: center;
}
.banner-sec .banner-image-grid .banner-bottom-sec .head {
  font-size: 3rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1rem;
}
.banner-sec .banner-image-grid .banner-bottom-sec p {
  font-size: 2rem;
  color: #fff;
  font-weight: 300;
}
.banner-sec .banner-image-grid .banner-bottom-sec .btn-sec {
  margin-top: 3rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-sec .banner-image-grid .banner-bottom-sec .btn-sec .link {
  background: linear-gradient(90deg, #2A7BBD 0%, #2982BB 100%);
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  color: #fff;
  border-radius: 10rem;
  transition: all 0.3s 0s ease-out;
}
.banner-sec .banner-image-grid .banner-bottom-sec .btn-sec .link:hover {
  background: #0D1C3E;
}
.banner-sec .banner-image-grid .banner-bottom-sec .btn-sec .link .image {
  margin-right: 1rem;
}

@media screen and (min-width: 768px) {
  .mission-vision-sec.about-team .head-sec .head {
    max-width: 506px;
  }
}
.mission-vision-sec .head-sec .head .color {
  position: relative;
}
.mission-vision-sec .head-sec .head .color::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/line-text-1.svg) no-repeat;
  bottom: -4.5rem;
  right: -4rem;
  width: 100%;
  height: 100%;
}
.mission-vision-sec .mission-vision-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .mission-vision-sec .mission-vision-ul {
    flex-direction: column;
  }
}
.mission-vision-sec .mission-vision-ul .mission-vision-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mission-vision-sec .mission-vision-ul .mission-vision-left {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .mission-vision-sec .mission-vision-ul .mission-vision-left {
    width: 100%;
  }
}
.mission-vision-sec .mission-vision-ul .mission-vision-left .mission-vision-image {
  position: relative;
}
@media screen and (max-width: 767px) {
  .mission-vision-sec .mission-vision-ul .mission-vision-left .mission-vision-image {
    margin-bottom: 2rem;
  }
}
.mission-vision-sec .mission-vision-ul .mission-vision-left .mission-vision-image .cap-img {
  position: absolute;
  left: 1rem;
  top: 0;
}
.mission-vision-sec .mission-vision-ul .mission-vision-left .mission-vision-image .image {
  border-radius: 20rem;
  width: 34rem;
  height: 34rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission-vision-sec .mission-vision-ul .mission-vision-right {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mission-vision-sec .mission-vision-ul .mission-vision-right {
    width: calc(100% - 435px);
    padding-right: 7rem;
  }
}
@media screen and (max-width: 768px) {
  .mission-vision-sec .mission-vision-ul .mission-vision-right {
    width: 100%;
    margin-top: 4rem;
  }
}
.mission-vision-sec .mission-vision-ul .mission-vision-right .text-area .top-text {
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #2A7BBD;
}
.mission-vision-sec .mission-vision-ul .mission-vision-right .text-area div {
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  color: #1A1818;
}
.mission-vision-sec .mission-vision-ul .mission-vision-right .text-area p {
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-size: 2.4rem;
  margin-bottom: 0.5rem;
  color: #1A1818;
}
@media screen and (min-width: 768px) {
  .mission-vision-sec .mission-vision-ul .mission-vision-right .owl-nav {
    position: absolute;
    right: -7.4rem;
    top: 6.1rem;
  }
}
@media screen and (max-width: 767px) {
  .mission-vision-sec .mission-vision-ul .mission-vision-right .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.mission-vision-sec .mission-vision-ul .mission-vision-right .owl-nav button {
  width: 5rem;
  height: 5rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D1C3E;
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s 0s ease-out;
}
.mission-vision-sec .mission-vision-ul .mission-vision-right .owl-nav button:hover {
  background-color: #2A7BBD;
}

.category-sec {
  background: url(../../assets/images/Category-bg.png), linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
  position: relative;
  z-index: 0;
}
.category-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../../assets/images/category-one-shape.png.svg) no-repeat;
  z-index: -1;
}
.category-sec::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 45%;
  top: 16%;
  background: url(../../assets/images/category-two-shape.png.svg) no-repeat;
  z-index: -1;
  background-position: top;
}
@media screen and (max-width: 768px) {
  .category-sec::after {
    left: 0;
  }
}
.category-sec .category-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .category-sec .category-ul {
    flex-direction: column;
  }
}
.category-sec .category-ul .category-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .category-sec .category-ul .category-left {
    width: 683px;
  }
}
@media screen and (max-width: 768px) {
  .category-sec .category-ul .category-left {
    width: 100%;
  }
}
.category-sec .category-ul .category-left .head-sec {
  margin-bottom: 5rem;
}
.category-sec .category-ul .category-left .category-text-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px dashed #fff;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.category-sec .category-ul .category-left .category-text-area:last-child {
  margin-bottom: 0;
}
.category-sec .category-ul .category-left .category-text-area .category-grid .head {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.category-sec .category-ul .category-left .category-text-area .category-grid p {
  color: #fff;
  font-family: "Roboto Serif", serif;
  font-style: italic;
  font-size: 2rem;
  font-weight: 300;
}
.category-sec .category-ul .category-left .category-text-area .move .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.2rem;
  height: 4.2rem;
  border: 1px solid #fff;
  border-radius: 10rem;
  transition: all 0.5s 0s ease-out;
}
.category-sec .category-ul .category-left .category-text-area .move .link .image {
  width: 1rem;
}
.category-sec .category-ul .category-left .category-text-area .move .link:hover {
  background: linear-gradient(90deg, #2A7BBD 0%, #2982BB 100%);
}
.category-sec .category-ul .category-right {
  width: 100%;
}
.category-sec .category-ul .category-left .head-sec .head {
	max-width: 659px;
}
@media screen and (min-width: 768px) {
  .category-sec .category-ul .category-right {
    width: calc(100% - 780px);
  }
}
@media screen and (max-width: 768px) {
  .category-sec .category-ul .category-right {
    width: 100%;
    margin-top: 4rem;
  }
}
.category-sec .category-ul .category-right .category-img {
  display: flex;
}
@media screen and (max-width: 767px) {
  .category-sec .category-ul .category-right .category-img {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .category-sec .category-ul .category-right .category-img .image {
    width: 100%;
  }
}

.video-sec .head-sec {
  text-align: center;
}
.video-sec .head-sec .head {
  margin: 0 auto;
}
.video-sec .head-sec .head .color {
  position: relative;
}
.video-sec .head-sec .head .color::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/video-title-shape.png.svg) no-repeat;
  bottom: -4.5rem;
  right: -12rem;
  width: 100%;
  height: 100%;
}
.video-sec .video-tag {
  margin-top: 4rem;
  text-align: center;
}
.video-sec .video-tag iframe {
  background-color: #DDDFE3;
  padding: 1rem;
  border-radius: 0.8rem;
  width: 100%;
  height: 500px;
}
@media screen and (min-width: 768px) {
  .video-sec .video-tag iframe {
    width: 900px;
  }
}
@media screen and (max-width: 768px) {
  .video-sec .video-tag iframe {
    width: 100%;
  }
}

.our-programs .programs-video-slider-sec {
  margin-top: 4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .our-programs .programs-video-slider-sec .owl-nav {
    position: absolute;
    right: 0;
    top: -10rem;
    display: flex;
    align-self: center;
  }
}
@media screen and (max-width: 767px) {
  .our-programs .programs-video-slider-sec .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.our-programs .programs-video-slider-sec .owl-nav button {
  width: 5rem;
  height: 5rem;
  border-radius: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D1C3E !important;
  color: #fff !important;
  font-size: 1.6rem;
  transition: all 0.3s 0s ease-out;
}
.our-programs .programs-video-slider-sec .owl-nav button:hover {
  background-color: #2A7BBD;
}
.our-programs .programs-video-slider-sec .item {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0.8rem;
  position: relative;
}
.our-programs .programs-video-slider-sec .item .programs-grid {
  margin-top: 2rem;
}
.our-programs .programs-video-slider-sec .item .programs-grid .content-sec {
  margin-bottom: 1rem;
}
.our-programs .programs-video-slider-sec .item .programs-grid .content-sec .head {
  font-size: 2.2rem;
  font-weight: 600;
  color: #002D45;
  margin-bottom: 0.5rem;
}
.our-programs .programs-video-slider-sec .item .programs-grid .content-sec p {
  font-size: 1.6rem;
  color: #002D45;
}
.our-programs .programs-video-slider-sec .item .programs-grid .more-btn-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-programs .programs-video-slider-sec .item .programs-grid .more-btn-sec .age-grid {
  background-color: #FDF3EA;
  padding: 1rem;
  font-size: 1.6rem;
  color: #F4831F;
}
.our-programs .programs-video-slider-sec .item .programs-grid .more-btn-sec .link {
  display: flex;
  align-self: center;
  font-size: 1.8rem;
  color: #002D45;
  font-weight: 600;
}
.our-programs .programs-video-slider-sec .item .programs-grid .more-btn-sec .link .image {
  width: 6px;
  margin-left: 1rem;
}
.our-programs .programs-video-slider-sec .item .image {
  border-radius: 0.8rem;
}

.about-us-sec {
  background: linear-gradient(180deg, #0D1D3E 0%, #192D55 100%);
}
.about-us-sec.bg-color {
  background: #fff;
}
.about-us-sec.bg-color .about-us-ul {
  align-items: center;
}
.about-us-sec.bg-color .about-us-ul .list-item .head-sec p {
  color: #000;
}
.about-us-sec.about-page {
  background: #f3e8de;
}
.about-us-sec.about-page .about-us-ul {
  align-items: center;
}
.about-us-sec.about-page .about-us-ul .list-item .head-sec .top-text.white {
  color: #000;
}
.about-us-sec.about-page .about-us-ul .list-item .head-sec p {
  color: #000;
}
.about-us-sec.about-page .about-us-ul .list-item .head-sec .head.white {
  color: #000;
}
.about-us-sec::before {
  position: absolute;
  content: "";
  width: 147px;
  height: 500px;
  background: url(../../assets/images/about-shape-1.svg) no-repeat;
  left: 0;
  top: 10rem;
}
.about-us-sec::after {
  position: absolute;
  content: "";
  width: 188px;
  height: 500px;
  background: url(../../assets/images/about-shape-2.svg) no-repeat;
  right: 0;
  top: 10rem;
}
.about-us-sec .about-us-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .about-us-sec .about-us-ul .about-us-left {
    margin-bottom: 3rem;
  }
}
.about-us-sec .about-us-ul .about-us-left .about-image-sec {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec::before {
    position: absolute;
    content: "";
    background: url(../../assets/images/Border.svg) no-repeat;
    width: 500px;
    height: 500px;
    z-index: -1;
    top: 0;
  }
  .about-us-sec .about-us-ul .about-us-left .about-image-sec::after {
    position: absolute;
    content: "";
    background: url(../../assets/images/arrow-shape.svg) no-repeat;
    width: 144px;
    height: 100px;
    z-index: 1;
    bottom: 2.1rem;
    left: 20.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec {
    flex-direction: column;
  }
  .about-us-sec .about-us-ul .about-us-left .about-image-sec::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .image-1 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .image-1 .image {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .image-2 {
    position: relative;
    top: 12.5rem;
    left: -5.3rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .image-2 {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .image-2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .image-2 .image {
    width: 100%;
  }
}
.about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #011834;
  height: 9rem;
  border-radius: 10rem;
  color: #fff;
  font-family: "Roboto Serif", serif;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec {
    position: absolute;
    width: 30rem;
  }
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec.pos-1 {
    top: 0;
    left: 296px;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec.pos-1 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec.pos-2 {
    bottom: 0;
    bottom: -9.5rem;
    left: 6.2rem;
    border-radius: 0.8rem;
    width: 20rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 768px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec.pos-2 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec {
    margin-top: 2rem;
  }
}
.about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec .count {
  font-size: 2rem;
  margin-right: 0.5rem;
}
.about-us-sec .about-us-ul .about-us-left .about-image-sec .ex-sec .image {
  margin-right: 1rem;
}
.about-us-sec .about-us-ul .about-us-left .about-image {
  overflow: hidden;
}
.about-us-sec .about-us-ul .about-us-left .about-image .image {
  width: 100%;
  border-radius: 0.6rem;
  transition: all 0.3s ease-in-out;
}
.about-us-sec .about-us-ul .about-us-left .about-image:hover .image {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.about-us-sec .about-us-ul .list-item {
  width: 100%;
}
.about-us-sec .about-us-ul .list-item.about-us p {
  font-family: "Roboto Serif", serif;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 768px) {
  .about-us-sec .about-us-ul .list-item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .about-us-sec .about-us-ul .list-item {
    width: 100%;
  }
}
.about-us-sec .about-us-ul .list-item .head-sec .head {
  max-width: 520px;
}
.about-us-sec .about-us-ul .list-item .head-sec .head .color {
  color: #2A7BBD;
}
.about-us-sec .about-us-ul .list-item .head-sec p {
  color: #E8E9EB;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.about-us-sec .about-us-ul .list-item .value-text {
  display: flex;
  align-self: center;
  font-size: 2.4rem;
  color: #fff;
  margin-top: 2rem;
  font-family: "Roboto Serif", serif;
  font-style: italic;
  margin-bottom: 2rem;
}
.about-us-sec .about-us-ul .list-item .value-text .image {
  margin-right: 1rem;
}
.about-us-sec .about-us-ul .list-item .our-values-ul .item {
  font-size: 1.8rem;
  color: #E8E9EB;
  margin-bottom: 1rem;
}
.about-us-sec .about-us-ul .list-item .btn-sec {
  margin-top: 3rem;
}
.about-us-sec .about-us-ul .list-item .btn-sec .link {
  background: linear-gradient(90deg, #2A7BBD 0%, #2982BB 100%);
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 16rem;
  color: #fff;
  border-radius: 10rem;
  transition: all 0.3s 0s ease-out;
}
.about-us-sec .about-us-ul .list-item .btn-sec .link:hover {
  background: #0D1C3E;
}
.about-us-sec .about-us-ul .list-item .btn-sec .link .image {
  margin-right: 1rem;
}

.rating-sec {
  background: linear-gradient(90deg, #2A7BBD 0%, #2982BB 100%);
  z-index: 0;
}
.rating-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../../assets/images/rating-bg.png);
  opacity: 0.2;
  top: 0;
  z-index: -1;
}
.rating-sec .rating-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.rating-sec .rating-ul .list-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .rating-sec .rating-ul .list-item {
    width: calc((100% - 2rem) / 3);
  }
}
.rating-sec .rating-ul .list-item .number {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
.rating-sec .rating-ul .list-item p {
  font-size: 2rem;
  margin-top: -10px;
  color: #fff;
}

.why-choose-us-sec::before {
  position: absolute;
  content: "";
  width: 147px;
  height: 500px;
  background: url(../../assets/images/why-choose-one-shape.svg) no-repeat;
  left: 0;
  top: 10rem;
}
.why-choose-us-sec .why-choose-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	align-items:center;
  flex-direction: row;
}
.why-choose-us-sec .why-choose-ul .list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .why-choose-us-sec .why-choose-ul .list-item {
    width: calc((100% - 2rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us-sec .why-choose-ul .list-item {
    width: 100%;
  }
}
.why-choose-us-sec .why-choose-ul .list-item .head-sec .head {
  max-width: 671px;
}
.why-choose-us-sec .why-choose-ul .list-item .head-sec .head .color {
  color: #2A7BBD;
  position: relative;
}
.why-choose-us-sec .why-choose-ul .list-item .head-sec .head .color::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/line-text-1.svg) no-repeat;
  bottom: -4.5rem;
  right: -12rem;
  width: 100%;
  height: 100%;
}
.why-choose-us-sec .why-choose-ul .list-item .head-sec p {
  color: #E8E9EB;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 5rem;
}
.why-choose-us-sec .why-choose-ul .list-item .our-values-ul {
  margin-top: 5rem;
}
.why-choose-us-sec .why-choose-ul .list-item .our-values-ul .item {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 1rem;
}
.why-choose-us-sec .why-choose-ul .list-item .why-choose-image {
  position: relative;
  display: flex;
  align-self: center;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image {
    margin-bottom: 3rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image::before {
    position: absolute;
    content: "";
    width: 510px;
    height: 510px;
    background: url(../../assets/images/why-choose-one-shape-2.svg) no-repeat;
    left: 15rem;
    top: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .image-2 {
    position: absolute;
    right: 12rem;
    bottom: -7rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .image-2 {
    bottom: -13rem;
  }
}
@media screen and (max-width: 768px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .image-2 {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .image-2 {
    margin-top: 3rem;
  }
}
.why-choose-us-sec .why-choose-ul .list-item .why-choose-image .cap {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #011834;
  width: 8rem;
  height: 8rem;
  border-radius: 0.8rem;
  position: absolute;
  bottom: -9rem;
  left: 16rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .cap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .cap {
    display: none;
  }
}
.why-choose-us-sec .why-choose-ul .list-item .why-choose-image .study-icon {
  position: absolute;
  top: 0;
  right: 15rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .study-icon {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .why-choose-us-sec .why-choose-ul .list-item .why-choose-image .study-icon {
    display: none;
  }
}

.our-team-sec {
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
}
.our-team-sec .head-sec .head {
  max-width: 520px;
}
.our-team-sec .head-sec .head .color {
  color: #2A7BBD;
}
.our-team-sec .programs-video-slider-sec.flex-grid {
  display: grid;
  gap: 2rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .our-team-sec .programs-video-slider-sec.flex-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.our-team-sec .programs-video-slider-sec.flex-grid .pro-image .image {
  width: 100%;
}
.our-team-sec .programs-video-slider-sec .item {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  position: relative;
}
.our-team-sec .programs-video-slider-sec .item .name-sec {
  position: absolute;
  bottom: 0;
  background-color: #000000;
  width: 100%;
  padding: 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
  text-align: center;
}
.our-team-sec .programs-video-slider-sec .item .name-sec::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/name-sec-bg.svg) no-repeat;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
}
.our-team-sec .programs-video-slider-sec .item .name-sec .head {
  font-weight: 2rem;
  color: #fff;
  font-weight: 500;
}
.our-team-sec .programs-video-slider-sec .item .name-sec p {
  font-size: 1.6rem;
  color: #6B778B;
}
.our-team-sec .programs-video-slider-sec .item .pro-image .image {
  border-radius: 0.8rem;
}

.our-team-sec {
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .our-team-sec::before {
    position: absolute;
    content: "";
    background: url(../../assets/images/team-one-shape.png.svg) no-repeat;
    width: 108px;
    height: 108px;
    z-index: -1;
    top: 75%;
    left: 0;
  }
  .our-team-sec::after {
    position: absolute;
    content: "";
    background: url(../../assets/images/team-one-shape-1.png.svg) no-repeat;
    width: 177px;
    height: 188px;
    z-index: 1;
    bottom: 2.1rem;
    right: 0;
  }
}

.testimonials-sec .head-sec {
  text-align: center;
  margin-bottom: 6rem;
}
.testimonials-sec .head-sec .head {
  margin: 0 auto;
}
.testimonials-sec .head-sec .head .color {
  position: relative;
}
.testimonials-sec .head-sec .head .color::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/line-text-1.svg) no-repeat;
  bottom: -4.5rem;
  right: -2rem;
  width: 100%;
  height: 100%;
}
.testimonials-sec .item .image-sec {
  text-align: center;
  margin-bottom: 2rem;
}
.testimonials-sec .item .image-sec .image {
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  margin-bottom: 1rem;
  margin: 0 auto;
}
.testimonials-sec .item .image-sec .head {
  font-size: 2.2rem;
  font-weight: 500;
}
.testimonials-sec .item .image-sec p {
  font-size: 1.1rem;
}
.testimonials-sec .item p {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .testimonials-sec .item p {
    width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-sec .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.testimonials-sec .owl-nav button {
  width: 5rem;
  height: 5rem;
  border-radius: 10rem !important;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0D1C3E !important;
  color: #fff !important;
  font-size: 1.6rem;
  transition: all 0.3s 0s ease-out;
}
.testimonials-sec .owl-nav button:hover {
  background-color: #2A7BBD;
}

.footer-sec {
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
  z-index: 0;
  padding-bottom: 0;
}
.footer-sec::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/footer-bg.svg) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.footer-sec .top-footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.footer-sec .top-footer-grid .content-sec {
  position: relative;
}
.footer-sec .top-footer-grid .content-sec .image {
  width: 15rem;
  margin-bottom: 1rem;
}
.footer-sec .top-footer-grid .content-sec p {
  font-size: 1.8rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer-sec .top-footer-grid .content-sec p {
    width: 510px;
  }
}
.footer-sec .top-footer-grid .head {
  color: #fff;
  font-size: 60px;
}
.footer-sec .address-details-sec .menu-grid-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-sec .address-details-sec .menu-grid-ul .list-item {
    width: calc((100% - 15rem) / 2);
  }
}
@media screen and (min-width: 768px) {
  .footer-sec .address-details-sec .menu-grid-ul .list-item .contact-footer-sec {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-sec .address-details-sec .menu-grid-ul .list-item .contact-footer-sec {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer-sec .address-details-sec .menu-grid-ul .list-item .contact-footer-sec .grid {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .footer-sec .address-details-sec .menu-grid-ul .list-item .contact-footer-sec .grid {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .footer-sec .address-details-sec .menu-grid-ul .list-item .contact-footer-sec .grid {
    width: 100%;
  }
}
.footer-sec .address-details-sec .menu-grid-ul .list-item .contact-footer-sec .grid p {
  color: #2A7BBD;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item .contact-footer-sec .grid .head {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec {
    width: 50%;
  }
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec .usefull-menus {
  margin-bottom: 2rem;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec .usefull-menus .head {
  font-size: 2rem;
  color: #2A7BBD;
  font-weight: 400;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec .menus {
  display: flex;
  flex-direction: column;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec .menus a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 2.5rem;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec .menus a::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/plus.svg) no-repeat;
  left: 0;
  top: 0.6rem;
  width: 1rem;
  height: 1rem;
}
.footer-sec .address-details-sec .menu-grid-ul .list-item.menu-right .usefull-menus-sec .menus a:hover {
  color: #2A7BBD;
}

.copy-right-sec {
  padding: 3rem 0 3rem;
  border-top: 2px dashed #345782;
  margin-top: 3rem;
}
.copy-right-sec .copy-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.copy-right-sec .copy-right p {
  font-size: 1.8rem;
  color: #fff;
}
.copy-right-sec .copy-right p a {
  color: #2A7BBD;
}
.copy-right-sec .copy-right .social-icons {
  display: flex;
  align-self: center;
  gap: 2rem;
}

.team-about-sec .team-about-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .team-about-sec .team-about-ul {
    flex-direction: column;
  }
}
.team-about-sec .team-about-ul .last-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .team-about-sec .team-about-ul .last-item {
    width: calc((100% - 2rem) / 4);
  }
}

.gallery-sec .gallery-ul {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .gallery-sec .gallery-ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.gallery-sec .gallery-ul .list-item img {
  width: 100%;
}

.fumos-app-sec {
  background-color: #f3e8de;
  z-index: 0;
}
.fumos-app-sec.curriculum-sec {
  background-color: #f3e8de;
}
.fumos-app-sec.curriculum-sec .head-sec {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .fumos-app-sec.curriculum-sec .head-sec .head {
    max-width: 666px;
    margin: 0;
    text-align: left;
  }
}
.fumos-app-sec.curriculum-sec .fumos-app-left .image {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fumos-app-sec.curriculum-sec .fumos-app-left .image {
    width: 503px;
    height: 458px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fumos-app-sec::before {
    display: none;
  }
}
.fumos-app-sec .head-sec {
  text-align: center;
  margin-bottom: 8rem;
}
.fumos-app-sec .head-sec .head {
  font-size: 5.4rem;
  margin: 0 auto;
}
.fumos-app-sec .fumos-app-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fumos-app-sec .fumos-app-ul {
    flex-direction: column;
  }
}
.fumos-app-sec .fumos-app-ul .fumos-app-left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fumos-app-sec .fumos-app-ul .fumos-app-left {
    width: 397px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fumos-app-sec .fumos-app-ul .fumos-app-left {
    width: 100%;
  }
}
.fumos-app-sec .fumos-app-ul .fumos-app-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fumos-app-sec .fumos-app-ul .fumos-app-right {
    width: calc(100% - 500px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fumos-app-sec .fumos-app-ul .fumos-app-right {
    width: 100%;
  }
}
.fumos-app-sec .fumos-app-ul .fumos-app-right p {
  font-size: 2.4rem;
  font-family: "Roboto Serif", serif;
  font-style: italic;
  text-align: left;
}

.second-sec .second-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .second-sec .second-ul {
    flex-direction: column;
  }
}
.second-sec .second-ul .second-left {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .second-sec .second-ul .second-left {
    width: 510px;
  }
  .second-sec .second-ul .second-left::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    left: -6.6rem;
    bottom: -3.8rem;
    background-color: #08C76A;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .second-sec .second-ul .second-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.second-sec .second-ul .second-left .second-image {
  overflow: hidden;
}
.second-sec .second-ul .second-left .second-image .image {
  width: 100%;
  height: 487px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.second-sec .second-ul .second-left:hover .image {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.second-sec .second-ul .second-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .second-sec .second-ul .second-right {
    width: calc(100% - 580px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .second-sec .second-ul .second-right {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.second-sec .second-ul .second-right .head-sec .head {
  margin-bottom: 5rem;
}
.second-sec .second-ul .second-right .head-sec .head .color {
  position: relative;
}
.second-sec .second-ul .second-right .head-sec .head .color::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/line-text-1.svg) no-repeat;
  bottom: -4.5rem;
  right: -4rem;
  width: 100%;
  height: 100%;
}
.second-sec .second-ul .second-right .head-sec ol li {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}

.common-sec .common-ul .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.common-sec .common-ul .list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .common-sec .common-ul .list-item {
    flex-direction: column;
  }
}
.common-sec .common-ul .list-item:nth-child(1) .common-left {
  order: 1;
}
.common-sec .common-ul .list-item:nth-child(3) .common-left {
  order: 1;
}
.common-sec .common-ul .list-item:nth-child(5) .common-left {
  order: 1;
}
.common-sec .common-ul .list-item:nth-child(7) .common-left {
  order: 1;
}
.common-sec .common-ul .list-item:nth-child(9) .common-left {
  order: 1;
}
.common-sec .common-ul .list-item .common-left {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .common-sec .common-ul .list-item .common-left {
    width: 510px;
  }
  .common-sec .common-ul .list-item .common-left::before {
    position: absolute;
    content: "";
    width: 230px;
    height: 230px;
    border-radius: 50%;
    left: -6.6rem;
    bottom: -3.8rem;
    background-color: #08C76A;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .common-sec .common-ul .list-item .common-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.common-sec .common-ul .list-item .common-left.common-image {
  overflow: hidden;
}
.common-sec .common-ul .list-item .common-left.common-image .image {
  width: 100%;
  height: 487px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.8rem;
  transition: all 0.3s ease-in-out;
}
.common-sec .common-ul .list-item .common-left.common-image:hover .image {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}
.common-sec .common-ul .list-item .common-right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .common-sec .common-ul .list-item .common-right {
    width: calc(100% - 580px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .common-sec .common-ul .list-item .common-right {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.common-sec .common-ul .list-item .common-right.head-sec .head {
  margin-bottom: 5rem;
}
.common-sec .common-ul .list-item .common-right.head-sec .head .color {
  position: relative;
}
.common-sec .common-ul .list-item .common-right.head-sec .head .color::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/line-text-1.svg) no-repeat;
  bottom: -4.5rem;
  right: -4rem;
  width: 100%;
  height: 100%;
}
.common-sec .common-ul .list-item .common-right.head-sec p {
  font-size: 1.8rem;
}

.inner-banner-sec {
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40vh;
  overflow: hidden;
  background-size: cover !important;
}
.inner-banner-sec::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: -1;
}
.inner-banner-sec .list-item i {
  color: #fff;
}
.inner-banner-sec .top-icon {
  position: absolute;
  width: 300px;
  height: 300px;
  background-color: #fff;
  opacity: 0.2;
  left: -9.5rem;
  top: -12rem;
  border-radius: 50%;
}
.inner-banner-sec .bottom-icon {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: #fff;
  opacity: 0.2;
  right: -9.5rem;
  bottom: 0;
  border-radius: 50%;
}
.inner-banner-sec .inner-banner-content {
  text-align: center;
}
.inner-banner-sec .inner-banner-content .head {
  font-size: 4rem;
  color: #fff;
  font-weight: 400;
}
.inner-banner-sec .inner-banner-content .inner-banner-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.inner-banner-sec .inner-banner-content .inner-banner-ul .list-item a {
  color: #fff;
  font-size: 1.8rem;
}

.contact-us-sec .contact-us-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-us-sec .contact-us-ul {
    flex-direction: column;
  }
}
.contact-us-sec .contact-us-ul .contact-us-left {
  width: 100%;
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
  padding: 3rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .contact-us-sec .contact-us-ul .contact-us-left {
    width: 428px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-us-sec .contact-us-ul .contact-us-left {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.contact-us-sec .contact-us-ul .contact-us-left .contact-footer-sec .grid {
  margin-bottom: 2rem;
}
.contact-us-sec .contact-us-ul .contact-us-left .contact-footer-sec .grid p {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.contact-us-sec .contact-us-ul .contact-us-left .contact-footer-sec .grid .head {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
}
.contact-us-sec .contact-us-ul .contact-us-left .social-icons {
  display: flex;
  align-self: center;
  gap: 2rem;
}
.contact-us-sec .contact-us-ul .contact-us-right {
  width: 100%;
  background-color: #fff;
  padding: 3rem;
  border-radius: 0.8rem;
}
@media screen and (min-width: 768px) {
  .contact-us-sec .contact-us-ul .contact-us-right {
    width: calc(100% - 460px);
    padding: 3rem 10rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-us-sec .contact-us-ul .contact-us-right {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.contact-us-sec .contact-us-ul .contact-us-right .input-sec {
  margin-top: 2rem;
}
.contact-us-sec .contact-us-ul .contact-us-right .input-sec .input-text .input {
  background-color: #fff;
  height: 5rem;
  padding: 0 1rem;
  font-family: "Outfit", serif;
  border: 0;
  width: 100%;
  margin-bottom: 2rem;
  background-color: #eee;
  border-radius: 0.4rem;
}
.contact-us-sec .contact-us-ul .contact-us-right .input-sec .input-text .textarea {
  background-color: #fff;
  padding: 1rem;
  font-family: "Outfit", serif;
  border: 0;
  width: 100%;
  margin-bottom: 2rem;
  background-color: #eee;
  border-radius: 0.4rem;
}
.contact-us-sec .contact-us-ul .contact-us-right .btn-sec .btn {
  background: linear-gradient(90deg, #2A7BBD 0%, #2982BB 100%);
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16rem;
  color: #fff;
  border-radius: 10rem;
  transition: all 0.3s 0s ease-out;
  border: 0;
  cursor: pointer;
  font-family: "Outfit", serif;
  font-size: 1.6rem;
}

.Equipment-main-sec .head-sec {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .Equipment-main-sec .head-sec {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .Equipment-main-sec .head-sec .head {
    width: 463px;
    margin: 0 auto;
    text-align: center;
  }
}
.Equipment-main-sec .head-sec .head .color {
  position: relative;
}
.Equipment-main-sec .head-sec .head .color::before {
  position: absolute;
  content: "";
  background: url(../../assets/images/line-text-1.svg) no-repeat;
  bottom: -20px;
  right: 12px;
  width: 158px;
  height: 18px;
}
.Equipment-main-sec .Equipment-ul {
  display: grid;
  gap: 4rem;
}
@media screen and (min-width: 768px) {
  .Equipment-main-sec .Equipment-ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.Equipment-main-sec .Equipment-ul .list-item {
  background-color: #fff;
  padding: 3rem;
  transition: all 0.3s ease-in-out;
}
.Equipment-main-sec .Equipment-ul .list-item .image {
  margin-bottom: 2rem;
  width: 5rem;
  height: 8rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.Equipment-main-sec .Equipment-ul .list-item .head {
  font-size: 2.2rem;
  color: #292D33;
  margin-bottom: 1rem;
}
.Equipment-main-sec .Equipment-ul .list-item p {
  font-size: 1.6rem;
  color: #9497A1;
}
.Equipment-main-sec .Equipment-ul .list-item:hover {
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
}
.Equipment-main-sec .Equipment-ul .list-item:hover .head {
  color: #fff;
}

.banner-bottom-sec .banner-bottom-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.banner-bottom-sec .banner-bottom-ul .list-item {
  width: 100%;
  border-radius: 0.4rem;
 
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1rem;
}
.banner-bottom-sec .banner-bottom-ul .list-item .padd-sec {
	 padding: 2rem;
	position:relative;
	margin-top: 2rem;
}
.banner-bottom-sec .banner-bottom-ul .list-item .image-grid .image {
	width:100%;
	height:19rem;
	object-fit:cover;
}
.banner-bottom-sec .banner-bottom-ul .list-item .icon-sec {
	display: flex;
	justify-content: center;
	align-items: center;
	width:5rem;
	height:5rem;
	border-radius:10rem;
	background-color:#fff;
	position: absolute;
    top: -50px;
}
.banner-bottom-sec .banner-bottom-ul .list-item .icon-sec .image {
	width:3rem
}
@media screen and (min-width: 768px) {
  .banner-bottom-sec .banner-bottom-ul .list-item {
    width: calc((100% - 3rem) / 4);
  }
}
.banner-bottom-sec .banner-bottom-ul .list-item:hover {
      background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
}
.banner-bottom-sec .banner-bottom-ul .list-item:hover .links {
	color:#fff
}
.banner-bottom-sec .banner-bottom-ul .list-item:hover .head {
  color: #fff;
}
.banner-bottom-sec .banner-bottom-ul .list-item:hover .read-more {
  margin-top: 2rem;
}
.banner-bottom-sec .banner-bottom-ul .list-item:hover .read-more .more {
  color: #fff;
}
.banner-bottom-sec .banner-bottom-ul .list-item .head {
  font-size: 2rem;
  font-weight: 500;
}
.client-sec {
  /*background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);*/
}
@media screen and (min-width: 768px) {
  .banner-bottom-sec .banner-bottom-ul .list-item .head {
    min-height: 9rem;
  }
}
.banner-bottom-sec .banner-bottom-ul .list-item .btn-sec {
  margin-top: 2rem;
	display: flex;
	align-items: center;
	gap:1rem
}
.banner-bottom-sec .banner-bottom-ul .list-item .btn-sec .arrow-icon {
  background: linear-gradient(90deg, #2A7BBD 0%, #2982BB 100%);
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  color: #fff;
  border-radius: 10rem;
  transition: all 0.3s 0s ease-out;
  border: 0;
  cursor: pointer;
}
.banner-bottom-sec .banner-bottom-ul .list-item .btn-sec .links {
  border: 0;
  cursor: pointer;
	background-color:transparent;
	font-size:1.4rem
}
.banner-bottom-sec .banner-bottom-ul .list-item .btn-sec .links:hover {
	color:#fff
}
.banner-bottom-sec .banner-bottom-ul .list-item .btn-sec .link .image {
  margin-right: 1rem;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none; /* Hidden by default */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  border-radius: 8px;
  width: 100%;
  position: relative;
  border-radius: 0.4rem;
}
.modal-content .main-head {
  display: flex;
  justify-content: flex-end;
  padding: 1rem;
  background-color: #e7e7e7;
  border-radius: 0.4rem 0.4rem 0 0;
}
@media screen and (min-width: 768px) {
  .modal-content {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .modal-content {
    height: 670px;
    overflow: auto;
  }
}
.modal-content .body-grid {
  padding: 2rem;
}
.modal-content .body-grid .head {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.modal-content .body-grid p {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  font-size: 30px;
  cursor: pointer;
}

.chairman-message-sec .chairman-message-ul {
  display: flex;
  align-self: center;
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
  flex-wrap: wrap;
}
.chairman-message-sec .chairman-message-ul .list-item {
  /*width: 100%;*/
}
@media screen and (min-width: 768px) {
  .chairman-message-sec .chairman-message-ul .list-item {
    width: calc((100% - 1rem) / 2);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
.chairman-message-sec .chairman-message-ul .list-item.chairman-message-right {
  padding: 3rem;
}
.chairman-message-sec .chairman-message-ul .list-item.chairman-message-right .head {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.chairman-message-sec .chairman-message-ul .list-item.chairman-message-right p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
.chairman-message-sec .chairman-message-ul .list-item .image-sec {
  position: relative;
  width: 100%;
  display:flex;
}
.chairman-message-sec .chairman-message-ul .list-item .image-sec .name-grid {
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
  position: absolute;
  bottom: 0;
  padding: 1rem;
}
.chairman-message-sec .chairman-message-ul .list-item .image-sec .name-grid .name {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
}
.chairman-message-sec .chairman-message-ul .list-item .image-sec .image {
  /*width: 100%;*/
}/*# sourceMappingURL=style.css.map */

.sporting-excellence-sec {
  background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
}
@media screen and (min-width: 768px) {
  .sporting-excellence-sec::before {
    position: absolute;
    content: "";
    width: 147px;
    height: 500px;
    background: url(../../assets/images/about-shape-1.svg) no-repeat;
    left: 0;
    top: 10rem;
  }
  .sporting-excellence-sec::after {
    position: absolute;
    content: "";
    width: 188px;
    height: 500px;
    background: url(../../assets/images/about-shape-2.svg) no-repeat;
    right: 0;
    top: 10rem;
  }
}
.sporting-excellence-sec .sporting-excellence-ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .sporting-excellence-sec .sporting-excellence-ul .list-item {
    width: calc((100% - 2rem) / 2);
  }
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .number {
  font-size: 80px;
  font-weight: bold;
  color: #fff;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item p {
  font-size: 2rem;
  margin-top: 1rem;
  color: #fff;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .head-sec .head {
  max-width: 595px;
  margin-bottom: 2rem;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec {
  display: flex;
  align-self: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1rem;
  border-radius: 0.4rem;
}
@media screen and (min-width: 768px) {
  .sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex {
    width: calc((100% - 2rem) / 2);
  }
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex .image {
  width: 10rem;
  height: 10rem;
  border-radius: 0.4rem;
  padding: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 6rem;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  color: #fff;
  padding-left: 2rem;
  border-radius: 10rem 0 0 10rem;
  background-color: #fff;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:first-child .image {
  background-color: #b02751;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:first-child .head {
  color: #b02751;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(2n) .image {
  background-color: #323993;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(2n) .head {
  color: #323993;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(3n) .image {
  background-color: #129dd8;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(3n) .head {
  color: #129dd8;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(4n) .image {
  background-color: #00a84b;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(4n) .head {
  color: #00a84b;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(5n) .image {
  background-color: #f4be28;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(5n) .head {
  color: #f4be28;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(6n) .image {
  background-color: #e45b31;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(6n) .head {
  color: #e45b31;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(7n) .image {
  background-color: #cc383b;
}
.sporting-excellence-sec .sporting-excellence-ul .list-item .grid-main-sec .grid-flex:nth-child(7n) .head {
  color: #cc383b;
}/*# sourceMappingURL=style.css.map */
.marquee-sec {
	padding:2rem 0 2rem;
	 background: linear-gradient(180deg, #0D1D3E 0%, #183A80 100%);
}
.marquee-sec .marquee-grid marquee {
	font-size:2.5rem;
	color:#fff
}

