@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;
}
ul{
  font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
}


/*** 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: 25px 15px;
  color: black;
  font-weight: 500;
  outline: none;
}

.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 ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: start;
  z-index: 1;
}


.carousel-control-prev,
.carousel-control-next {
  width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--primary);
  border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
  border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
  border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 450px;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/header.html) top left no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--tertiary);
}




/*** second-carousel ***/

.secondcarousel img {
    height: 200px;
    width: 100%;
  }
  
  
.secondcarousel div [class^="col-"] {
  padding-left: 50px;
  padding-right: 20px;
}

@media (max-width: 525px) {
  .secondcarousel div [class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.secondcarousel .card-block{
  padding: 25px;
}
  
  .secondcarousel .card {
    transition: 0.5s;
    cursor: context-menu;
  }
  
  .secondcarousel .card-title {
    font-size: 15px;
    transition: 1s;
    cursor: context-menu;
  }
  
  .secondcarousel .card-title i {
    font-size: 15px;
    transition: 1s;
    color: #ffa710
  }
  
  .secondcarousel .card-title i:hover {
    transform: scale(1.25) rotate(100deg);
    color: #d41818;
  
  }
  
  .secondcarousel .card:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
  }
  
  .secondcarousel .card-text {
    height: 80px;
  }
  
  .secondcarousel .card::before,
  .card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, 0.014);
    content: '';
    pointer-events: none;
  }
  
  .secondcarousel .card::before {
    transform-origin: left top;
  }
  
  .secondcarousel .card::after {
    transform-origin: right bottom;
  }
  
  .secondcarousel .card:hover::before,
  .card:hover::after,
  .card:focus::before,
  .card:focus::after {
    transform: scale3d(1, 1, 1);
  }
  
  

  #readmorebtn {
    background-color: rgb(255, 0, 0);
    color: white;
    width: 110px;
    height: 35px;
    font-size: medium;
    text-align: justify;
    cursor: pointer;
  }
  
  #readmorebtn:hover {
    background-color: rgb(255, 0, 0);
    color: white;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
  }
  







/*--modalcss--*/

.ourmodal a {
  color: #fff;
  text-decoration: none;
}

.ourmodal a:hover {
  color: #fff;
  text-decoration: none;
}

/*--choice modal1--*/

.openbtn {
  margin-top: 0px;
  float: left;
}



.modal-header {
  padding: 15px;
  border-bottom: none;
  color: white;
  background: #fc00ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00dbde, #fc00ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00dbde, #fc00ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.modal-title {
  font-weight: bold;
}

.modal-body.choice-modal {
  position: relative;
  padding: 0px;

}

.ourmodal .row.inner-scroll {
  height: 445px;
  overflow: auto;
  background-color: #ececec;
}

.mycard-footer {
  height: 25px;
  background: #333333;
  font-size: 15px;
  text-indent: 10px;
  /* border-radius: 0 0px 4px 4px;*/
}






@media only screen and (max-width: 500px) {
 #myh{
      height: 40vh;
  }
}


  


/*** 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;
}

