@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/* common css */

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
section {
  padding: 30px 0;
}
body,
html {
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
}
nav {
  background-color: #002147;
}
p {
  line-height: 25px;
}
a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: 0.3s;
  color: #ffa600;
}

ul li {
  list-style: none;
  border: none;
}

.boxcontainer {
  max-width: 1170px;
  margin-inline: auto;
}

.toplist {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.toplist-link {
  background-color: #002147;
  color: #fff;
  font-weight: 600;
  line-height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 120%;
  text-decoration: none;
  padding: 0.75rem;
  height: 4rem;
  transition: all 350ms ease-in-out;
}

.toplist-link:hover {
  background: #0253af;
  color: #fff;
  text-decoration: none;
}

.conteiner {
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.row {
  padding: 10px 0px;
  margin: auto 20px;
}
/* logo */
.logo {
  max-width: 1180px;
}
.logo img {
  /* z-index: 999; */
  width: 250px;
  position: absolute;
  border-radius: 10px;
  margin-top: -8px;
  /* padding-top: 20px; */
  padding: 10px;
  background-color: #fff;
}

/* fixed icon */

.fxed-icon {
  font-size: 120%;
  top: 180px;
  right: 25px;
  z-index: 999;
  position: fixed;
  font-size: 500%;
}
.facebok i {
  color: #0a82f1;
  font-size: 120%;
}
.mail i {
  color: #0085cb;
  font-size: 106%;
}

.whatsapp i {
  color: #57ba63;
  font-size: 123%;
}

.to-top {
  position: fixed;
  z-index: 900;
  right: 30px;
  top: 85%;
}
/* section header  */

.section-heading-box {
  text-align: center;
}
.section-heading-box h2 {
  color: #002147;
  padding: 10px 0;
  font-size: 300%;
  margin-bottom: 20px;
}
.section-devider {
  height: 3px;
  width: 80px;
  background-color: #002147;
  margin: auto;
}
.section-heading-box p {
  padding: 50px 0;
  font-size: 170%;
}

/* nav section */

.naviation {
  width: 100%;
  background-color: #fff;
}

.nav-box {
  margin-right: 90px;
  color: #fff;
  text-align: right;
}
.nav-box a {
  text-decoration: none;
  text-transform: capitalize;
}
.nav-box ul li {
  border-left: 1px solid #fff;
  padding: 10px;
  display: inline-block;
  list-style: none;
  font-size: 120%;
}
.b-right {
  border-right: 1px solid #fff;
}
.nav-box span {
  padding-right: 10px;
}
.icons {
  font-size: 10%;
  position: absolute;
  right: 0;
  top: 15px;
}
.icons i {
  padding: 0 5px;
}

/* second menu */

.nav-menu {
  justify-content: flex-end;
  display: flex;
  list-style-type: none;
  cursor: pointer;
  background-color: #fff;
  color: #002147;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 120%;
  padding-top: 32px;
  padding-bottom: 25px;
  margin-right: -80px;
}

.nav-menu li {
  background-color: #fff;
  position: relative;
}

.nav-menu li a {
  font-size: 120%;
  color: #002147;
  text-decoration: none;
  padding: 8px 16px;
  display: block;
}

.nav-menu li a:hover {
  text-decoration: underline;
  color: #ffa600;
  border-radius: 4px;
}

.dropdown {
  z-index: 99;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  list-style-type: none;
  min-width: 200px;
}

.dropdown li a {
  border-bottom: 1px solid #002147;
  text-transform: uppercase;
  font-size: 120%;
  padding: 10px;
}

.nav-menu li:hover .dropdown {
  display: block;
}

i {
  transition: transform 0.5s ease;
}

.js:hover .js-chevron {
  transform: rotate(-180deg);
}

.js:hover {
  display: flex;
}

/* marquee section */
.marq_cont {
  display: flex;
  margin-bottom: -48px;
}
.marq_item:first-child {
  color: #fff;
  background-color: #002147;
  line-height: 16px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 140%;
}

/* header slider */

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* testimonial section */

.tstml-g-c {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.tstml-g-i .tstml-box {
  padding-left: 0;
  font-size: 170%;
  padding-top: 80px;
}
.tstml-g-i .tstml-box h1 {
  font-weight: 400;
}
.tstml-g-i .tstml-box p {
  padding-top: 20px;
  padding-right: 20px;
}
.tstml-g-i img {
  margin-top: 80px;
  margin-left: 125px;
}

/* slider section */

/* service section */

.service-gr-con {
  margin: 30px auto;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

.service-gr-itm {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  height: 150px;
  width: auto;
  padding-top: 50px;
}
.service-gr-itm i,
.icons {
  color: #002147;
  font-size: 250%;
}
.service-gr-itm h3 {
  padding-top: 10px;
  font-size: 180%;
}
.tstml-box a {
  color: #002147;
}
/* swiper slider css */
.swiper {
  margin: 50px auto;
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-box {
  text-align: left;
  background-color: #fff;
  margin: auto 15px;
  height: 300px;
}
.slider-box i {
  opacity: 20%;
  padding: 0 10px;
  font-size: 140%;
}

/* counter section */
.counter-grid-con {
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  text-align: center;
}
.counter-grid-itm {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 30px 0;
  color: #002147;
  font-size: 200%;
}
.counter-grid-itm h3 {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #000;
  font-size: 200%;
}
.co-box {
  border: 1px dotted #d4cbcb;
  border-radius: 50%;
  padding: 20px;
  font-size: 150%;
  position: absolute;
  margin-left: 130px;
  top: -45px;
  background-color: #fffffffb;
}

/*  campus */
#campus {
  clip-path: polygon(0 8%, 100% 0, 100% 93%, 0 100%);

  background-color: #141414;
  padding: 80px 0;
}
.clip-path {
  color: #fff;
}
.cmps-img-box {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.cmps-img {
  height: 200px;
}
.cmps-img:nth-child(1) {
  background: url(../img/capsl1.jpg) no-repeat center / cover;
}
.cmps-img:nth-child(2) {
  background: url(../img/capsl2.jpg) no-repeat center / cover;
}
.cmps-img:nth-child(3) {
  background: url(../img/capsl3.jpg) no-repeat center / cover;
}
.cmps-img:nth-child(4) {
  background: url(../img/capsl4.jpg) no-repeat center / cover;
}

/*  messege section */

.msg-gr-con {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.msg-gr-it {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 500px;
  border: 1px solid #00214711;
  padding: 15px;
}
.nstd {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
.msg-info h3 {
  font-size: 180%;
  margin-top: 10px;
}
.msg-info a {
  color: #000;
}
.msg-info a:hover {
  color: #ffa600;
  text-decoration: underline;
}
.msg-info p {
  padding-top: 2px;
  font-size: 130%;
}
.msg-info {
  margin-left: 15px;
}
/*  event section */
.event-gr-con {
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.event-gr-itm {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #06024113;
  padding: 20px 12px;
}
.event-gr-itm p {
  margin-left: 10px;
}
.event-gr-itm a {
  font-size: 160%;
  color: #002147;
}
.event-gr-itm a:hover {
  color: #ffa600;
  text-decoration: underline;
}

.custom p {
  margin-top: 10px;
  font-size: 90%;
  line-height: 25px;
}
.custom h3 {
  margin-top: 10px;
}
.custom h4 {
  opacity: 50%;
  padding: 10px 0;
  font-size: 80%;
}

/* galary */
.uk-grid {
  margin: 50px 0 !important;
  flex-wrap: inherit !important;
}

/* link section */

.my-swiper {
  width: 100%;
  height: 100%;
}

.my-swiper-slide {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.filter {
  opacity: 0.5;
  filter: grayscale(100);
  transition: 0.3s;
}
.filter:hover {
  opacity: 1;
  filter: none;
}
/* footer section  */
#footer {
  color: #fff;
  background-color: #002147;
}

.fo-gr-con {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.fo-gr-it {
  margin: 5px auto;
  line-height: 20px;
  font-size: 120%;
  padding: 0 30px;
  padding-top: 50px;
}
.fo-gr-it h3 {
  margin-bottom: 20px;
  font-size: 180%;
}
.fo-gr-it li {
  font-size: 120%;
  padding: 5px 0;
}

.end-footer {
  font-size: 130%;
  padding: 5px 0;
  background-color: #000;
}
.fo-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: right;
}
.fo-icons {
  display: inline-block;
  text-align: center;
  width: 30px;
  font-size: 130%;
  border-radius: 5px;

  background-color: #201d1de1;
  transition: 0.3s;
}
.fo-icons i {
  padding: 8px 5px;
}
.fo-icons:hover {
  background-color: #ffa600;
}
.fo-content {
  padding: 0 50px;
}

/* media screen  */

@media screen and (max-width: 1100px) {
  .logo img {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 992px) {
  .row {
    margin: auto 30px;
  }
  .tstml-g-c {
    grid-gap: 35px;
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
  }
  .logo img {
    width: 100%;
    margin-top: 7px;
    padding: 0px 46px;
    background-color: #fff;
    border-radius: 10px;
    position: static;
    margin-left: -15px;
  }
  .service-gr-con {
    margin: 30px auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }
  .event-gr-con {
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .cmps-img-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
  }

  .fo-gr-con {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .fo-gr-it {
    text-align: left;
    margin: 0;
  }
  .msg-gr-con {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr;
  }
  .msg-gr-it {
    width: 100%;
  }
  .uk-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .slider-box {
    font-size: 80% !important;
  }
  .cmps-img {
    margin: auto;
    width: 270px;
  }
  .event-gr-itm {
    font-size: 80%;
  }

  .service-gr-itm {
    font-size: 80%;
  }
  .tstml-g-i img {
    margin: 0;
  }
  .section-heading-box {
    text-align: center;
  }
  .tstml-g-i .tstml-box img {
    max-width: 75% !important;
    height: auto;
    box-sizing: border-box;
  }

  .service-gr-con {
    margin: 30px auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .cmps-img-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  .fo-gr-con {
    font-size: 80%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .uk-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }
  .counter-grid-con {
    display: grid;
    grid-template-columns: 1fr;
  }

  .co-box {
    display: none;
  }
  .fo-grid {
    font-size: 80%;
    text-align: center;
    display: grid;
    grid-template-columns: 1fr;
  }
  .marq_item:first-child {
    color: #fff;
    background-color: #002147;
    line-height: 16px;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 140%;
  }
}
.menu-toggle {
  float: right;
  display: block;
  visibility: hidden;
}
@media (max-width: 980px) {
  .headernav {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .section-heading-box p {
    font-size: 70%;
  }
  .nav-menu {
    width: 100%;
    z-index: 999;
    display: none;
    flex-direction: column;

    top: 235px;
    right: 100px;
    border-bottom: 1px solid #002147;
    border-radius: 5px;
    padding: 0;
  }

  .nav-menu.active {
    display: flex;
  }
  .section-heading-box {
    font-size: 180%;
  }
  .dropdown {
    width: 100%;
    position: sticky;
    margin-top: 44px;
    margin-left: -80px;
  }
  .tstml-g-i .tstml-box h1 {
    font-weight: 400;
  }
  button {
    text-align: right;
    padding: 10px;
    margin-top: 25px;
    font-size: 245%;
    width: 100%;
    color: #fff;
    padding: 10px;
    background-color: #002147;
  }

  .menu-toggle {
    float: right;
    display: block;
    visibility: visible;
  }
  .menu-toggle i {
    padding-right: 50px;
  }

  .nav-menu li {
    text-align: left;
    border-bottom: 1px solid #002147;
  }

  .dropdown li {
    width: 100%;
  }
  .nav-box {
    text-align: center;
    margin: 0;
  }
  .nav-box ul li {
    border: none;
  }
  .nav-box a {
    align-items: center;
    text-align: center;
  }
  .icons {
    font-size: 300%;
    text-align: center;
    position: static;
  }

  .fxed-icon {
    display: none;
  }
  .marq_cont {
    margin-top: 25px !important;
  }

  .section-heading-box h2 {
    font-size: 130%;
  }
  .to-top {
    position: fixed;
    z-index: 900;
    right: 30px;
    top: 100%;
  }
  .uk-grid > * {
    padding: 10px;
    margin: 0px !important;
  }
}
.scroll-to-top {
  border: none;
  border-radius: 5px;
  padding: 15px 15px;
  background-color: #002147;
  color: #fff;
}

/* CONTACT-US */

/* TOPBAR-DROPDOWN-STYLES */
.nav-box li:hover > a {
  color: #ffa600;
  text-decoration: underline;
}

.topdropdown {
  position: relative;
}

.topdropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 14rem;
  z-index: 1000;
  background: #002147;
  display: none;
}

.dropdownlist {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem;
}

.dropdownlist a {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  text-align: left;
  text-decoration: none;
}

.dropdownlist a:hover {
  text-decoration: none;
}

.topdropdown:hover .topdropdown-menu {
  display: block;
}

/* CONTACT-FORM */
.contact {
  padding-top: 0;
}

.contact-title {
  font-size: 3rem;
  text-align: center;
}

.contactbox {
  padding-block: 3rem;
}

.contactinfo {
  max-width: 50rem;
  margin-inline: auto;
}

.contactform {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.inputbox {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.inputlabel {
  font-size: 14px;
}

.inputfield {
  font-size: 15px;
  min-height: 48px;
  padding: 10px 16px;
  border: solid 1px #ccc;
  transition: all 400ms ease;
}

.inputfield:focus {
  outline: none;
  border-color: #002147;
}

.text-danger {
  color: red;
  font-weight: bold;
}

textarea {
  resize: none;
}

.submitbox {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 24px;
}

button {
  cursor: pointer;
}

.btn-submit {
  border: 0;
  background: #0085cb;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 160px;
  height: 48px;
  padding: 10px 20px;
  text-align: center;
  transition: all 400ms ease;
}

.btn-submit:hover {
  background: #002147;
}
