.app img {
  width: 115px;
  height: 41px;
  border-radius: 15px;
  margin-top: 6px;
}


button {
  border: none;
  background: none;
  outline: none;
}

.page_links_container ul{
  justify-content: center;
}

.back-to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: block;
  cursor: pointer;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
}

.showScrollBtn {
  transform: translateY(0);
  opacity: 1;
}

.partners {
  position: relative;
  background: white;
  height: 120px !important;
  padding: 15px;
}

.partners img {
  padding-left: 75px;
}

a {
  text-decoration: none !important;
}

p {
  line-height: 1.6;
}

.section {
  position: relative;
}

.section-title .title {
  letter-spacing: 2px;
  font-size: 30px;
  color: rgba(0, 46, 124, 1);
  font-weight: 700;
  margin-top: 100px;
}

.section-title .contitle {
  font-size: 35px;
  color: rgba(0, 46, 124, 1);
  font-weight: 700;
}

.section-title p {
  font-size: 24px;
}

#topnav {
  left: 0;
  top: 0;
  margin-top: -5px;
}

.dropdown img {
  width: 30px;
  height: 20px;
}

.hide {
  display: none;
}

.footer {
  padding: 0 0;
  position: relative;
  background-color: rgba(14, 79, 183, 1);
}

.footer-head .title {
  margin-bottom: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 20px;
}

.text-foot a {
  color: #00ade2;
}

.text-foot a:hover {
  color: rgb(149, 234, 255);
}

.footer .strong {
  font-weight: 900;
  margin-top: 15px;
}

.footer-item i {
  position: relative;
  bottom: 3px;
}

.footer .footer-item li {
  margin-bottom: 5px;
  font-weight: 400;
}

.footer .footer-item li a {
  color: rgba(255, 255, 255, 0.808);
}

.footer .footer-item li a:hover {
  color: #ffffff;
}

.footer.footer-bar {
  background-color: rgba(0, 50, 135, 1);
}

.con_bg {
  position: relative;
  margin-bottom: -10px;
}

html,
body {
  font-size: 18px;
  font-family: "PT Serif";
  overflow-x: hidden;
  background-color: rgba(247, 250, 255, 0.788);
  background-image: url(../images/bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.title {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 46, 124, 1);
}

.main-title {
  position: relative;
  margin: -65px 0 0 90px;
  font-size: 24px;
  color: white;
}


.navbar {
  transition: all 0.5s ease;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand {
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.nav-item .logo-two {
  width: 45px;
}

.nav-link img {
  margin-top: -5px;
}

.navbar-nav .nav-item .nav-link {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: rgba(0, 46, 124, 1);
}

#nav-item #nav-link {
  background-position: left bottom;
}

#nav-link {
  background: linear-gradient(currentColor, currentColor) bottom / 0 2px no-repeat;
  transition: 0.7s background-size;
  color: rgba(0, 40, 110, 0.877);
  display: inline-block;
  font-size: 18px;
}

#nav-link:hover {
  background-size: 100% 4px;
  color: rgb(1, 32, 87);
  display: inline-block;
}

.navbar-nav .dropdown-menu {
  padding: 0;
  margin: 0 0 0 -60px;
  box-shadow: 0px 2px 6px 3px rgba(0, 35, 88, 0.51);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.945);
}

.footer-item .dropdown-menu {
  padding: 0;
  box-shadow: 0px 2px 6px 3px rgba(0, 35, 88, 0.51);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.945);
}

.dropdown-item {
  color: rgba(0, 46, 124, 1);
}

#dropdown-menu {
  background-color: rgba(255, 255, 255, 0.945);
  border-radius: 0px;
  margin: 0 0 0 -70px;
  padding: 0;
  box-shadow: 0px 2px 6px 3px rgba(0, 35, 88, 0.51);
}

#dropdown-item {
  color: rgba(0, 46, 124, 1);
  background: linear-gradient(currentColor, currentColor) bottom / 0 2px no-repeat;
  transition: 1s background-size;
}

#dropdown-menu #dropdown-item {
  background-position: left bottom;
}

#dropdown-item:hover {
  background-size: 100% 4px;
}

.prev-arrow {
  position: absolute;
  left: 10%;
  top: 42%;
}

.next-arrow {
  position: absolute;
  right: 10%;
  top: 42%;
}

@media print {
  #topnav,
  .footer {
    display: none !important;
  }
}

@media (max-width: 350px) { 
  .dropdown-menu a {
    font-size: 8px !important;
  }
  .dropdown-menu img {
    width: 10px;
    height: 10px;
  }
  .main-title {
    font-size: 13px !important;
  }
  #nav-link {
    font-size: 13px !important;
  }
}

@media (max-width: 370px) {
  .section-title .title {
    font-size: 20px;
  }
  .post .text h2 {
    font-size: 16px;
  }
  .post .text p {
    font-size: 15px;
  }
}

@media (max-width: 380px) {
  .rectangle {
    display: none;
  }
  .bg-home .bg_img {
    width: auto;
    height: auto;
  }
  .about-us .text {
    font-size: 13px!important;
  }
}

@media (max-width: 410px) {
  .bg-title .text {
    font-size: 14px;
  }
  .footer-item .dropdown-menu {
    font-size: 13px;
  }
  .navbar-toggler {
    font-size: 15px;
  }
  .dropdown-menu a {
    font-size: 10px;
  }
  nav .main-title {
    margin: 0 0 0 10px !important;
  }
  .logo {
    display: none;
  }
}

@media (max-width: 450px) {
  .main-title {
    margin: 0 0 0 60px;
    font-size: 15px;
  }
}

@media (max-width: 500px) {
  #topnav {
    font-size: 25px;
    width: 20%;
  }
  .title {
    font-size: 19px;
  }
  .bg-home .bg_img {
    width: auto;
    height: auto;
  }
  .rectangle {
    display: none;
  }
  .slide-arrow {
    display: none;
  }
  .bg-title .text {
    font-size: 16px;
  }
  .bg-title .contitle {
    font-size: 25px;
  }
  .certificates .title {
    font-size: 25px!important;
  }
  .navbar-nav .dropdown-menu {
    font-size: 12px !important;
  }
}

@media (max-width: 510px) {
  .navbar {
    background-image: none !important;
  }
  .main-title {
    color: #002E7C;
  }
}

@media (max-width: 580px) {
  .navbar-nav .dropdown-menu {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .main-title {
    margin-top: -50px !important;
  }
  .logo {
    width: 60px;
  }
  .navbar {
    background-position-x: -165px;
  }
  .about-us h1 {
    font-size: 25px!important;
  }
  .about-us p {
    font-size: 18px!important;
  }
  .main-title {
    font-size: 18px;
    margin-top: -50px !important;
  }
}

@media (max-width: 992px) {
  .title-heading .heading {
    font-size: 24px !important;
  }
  .section-title .title {
    font-size: 23px;
  }
  .rectangle {
    display: none;
  }
  .footer .text-foot {
    font-size: 17px;
  }
  .footer-item {
    font-size: 17px;
  }
  .slide-arrow {
    display: none;
  }
  .bg-home .bg_img {
    width: auto;
    height: auto;
  }
  .slick-dots {
    display: none !important;
  }
  .validation ::placeholder {
    font-size: 18px;
  }
}

@media (max-width: 1200px) {
  .partners img {
    padding-left: 50px;
  }
  .footer .footer-item li {
    margin-left: 15px;
  }
  .slide-arrow {
    display: none;
  }
  .footer-item {
    margin: 0 -15px;
    font-size: 15px;
  }
  .app img {
    margin-top: 5px;
  }
}

@media (max-width: 1400px) {
  .rectangle {
    display: none;
  }
  .bg-home .bg_img {
    width: auto;
    height: auto;
  }
  .logo-two {
    display: none;
  }
  .navbar {
    background-color: white;
  }
  nav .navbar-brand {
    color: blue;
  }
  .play {
    margin-top: 80px;
  }
  .navbar-toggler {
    margin-right: 5px;
    padding: 8px !important;
  }

  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none!important;
  }

  #dropdown-menu {
    margin: 0 -25px!important;
    width: fit-content;
  }
  .navbar-nav .dropdown-menu {
    margin: 0 -25px!important;
    width: 100px;
  }
}

@media (max-width: 1800px) {
  .slide-arrow {
    display: none !important;
  }  .logo-two {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
