@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");



* h1,h2,h3,h4,h5,h6,p{
  font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}
* h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}




/*** Navbar ***/
.fixed-top {
  transition: .5s;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.31) !important;
}
.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(53, 94, 252, .07);
  background-color:rgb(249 249 249);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  padding: 15px 15px;
  color: black;
  font-weight: 500;
  outline: none;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: -0.5rem;
  padding-left: -1.5rem
}


.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: red;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
      margin-top: 10px;
      border-top: 1px solid rgba(0, 0, 0, .07);
      background: #FFFFFF;
  }

  .navbar .navbar-nav .nav-link {
      padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      visibility: hidden;
      top: 100%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      transition: .5s;
      opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
      transform: rotateX(0deg);
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


/*** Header ***/
.maincr .carousel-caption {
  top: 90px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 1;
}

.maincr .carousel-control-prev,
.carousel-control-next {
  width: 3rem;
}

.maincr .carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}


@media (max-width: 768px) {
  .maincr #header-carousel .carousel-item {
      position: relative;
      min-height: 450px;
  }
  
  .maincr #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

.maincr .page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/header.html) top left no-repeat;
  background-size: cover;
}

.maincr .page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.maincr .page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--tertiary);
}



.about-text h1{
    font-weight: bolder;
}
.about-text p{
    word-spacing: 5px;
    line-height: 28px;
    color: black;
    font-weight: 500;
}



.ifyouare{
    background: #8A2387;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #ff6c11, #ff3954, #8A2387);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #ff6c11, #ff3954, #8A2387); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
height: 650px;
}

@media (max-width: 992px) {
    .ifyouare{
      height: 770px;
    }
  }
  @media (max-width: 767px) {
    .ifyouare{
      height: 915px;
    }
  }
  @media (max-width: 469px) {
    .ifyouare{
      height: auto;
    }
  }


.ifyouare-text h1{
    color: white;
    text-align: center;
    text-decoration: underline;
}
.ifyouare-text li{
    color: white;
    font-size: large;
    line-height: 50px;
}

.ifyouare button{
    background: red; /* fallback for old browsers */
    color: #fff;
    justify-content: center;
    font-weight: bold;
   border-radius: 0%;
}

.ifyouare-text p{
    color: white;
    font-weight: bolder;
}

.ifyouare button:hover{
    background: rgb(46, 0, 119); /* fallback for old browsers */
    color: #fff;
    justify-content: center;
    font-weight: bold;
   border-radius: 0%;   
}








.advantage-text h1{
    color: rgb(0, 0, 0);
   
    text-decoration: underline;
}
.advantage-text li{
    line-height: 30px;
}


.our-leadership{
    text-align: center;
    margin-top: 10%;
    color: black;
}

.our-leadership h1{
    color: rgb(0, 0, 0);

    text-decoration: underline;   
}
#ourteam{
  color: rgb(0, 0, 0);
  text-decoration: underline;  
  text-align: center; 
}
.our-leadership p{
    font-size: 20px;
    color: black;
}

/* -- Our partners -- */
.ourpartners h1{
    color: rgb(0, 0, 0);

    text-decoration: underline; 
    text-align: center;  
}








/*** Footer ***/

.myfooter{
  background-color: #011A41;
  color: white;
}
.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: white;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
  letter-spacing: 1px;
  box-shadow: none;
}

.copyright {
  color: white;
  background: #000B1C;
}

.copyright a {
  color: white;
}


/* Style for the back-to-top button */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 40px;
  width: 55px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #ff0000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
}

#backToTopBtn:hover {
  background-color: #ff0000;
}