:root {
    --primary: #028D54;
    --secondary: #64a70b;
    --third: #304e74;
    --fouth: #02387c;
    --light: #F6F7FC;
    --dark: #15233C;
}

@font-face {
  font-family: TajawalReg;
  src: url("../fonts/Tajawal-Regular.ttf"),url("../fonts/Tajawal-Regular.woff") format("woff");
}

@font-face {
  font-family: TajawalBlack;
  src: url("../fonts/Tajawal-Black.ttf"),url("../fonts/Tajawal-Black.woff") format("woff");
}

@font-face {
  font-family: TajawalBold;
  src: url("../fonts/Tajawal-Bold.ttf"),url("../fonts/Tajawal-Bold.woff") format("woff");
}
#myVideo{
  width: 100vw;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}
.modalvid{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 800px;
    height: 600px;
    transform: translate(-50%, -50%);
}
.hero{
  width: auto;
  margin: 50% auto;
}

.mainHead{
  color: #0c6292;
  font-family: 'TajawalBold';
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    padding: 0.35rem 0.75rem !important;
}

.thumbnail {
    position: relative;
    display: inline-block;
}

.caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate( -50%, -50% );
    text-align: center;
    color: white;
    width: 100%;
}
.mycards {
   position: relative;
   display: flex;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
}
.mycards-body{
  flex: 1 1 auto;
}


/*** Button ***/
.btn {
    transition: .5s;
}
.btn.btn-primary{
  color: #fff;
  border: 3px solid var(--primary);
  background: var(--primary);
  font-family: 'TajawalReg';
  letter-spacing: 1px;
}
.btn.btn-custom{
  color: #fff;
  border: 3px solid #fff;
  background: #3daaac;
  font-family: 'TajawalBlack';
  letter-spacing: 1px;
  padding: 1rem 2.1rem;
  border-radius: 1.1rem;
  box-shadow: 2px 4px 12px 6px #d3d3d3;
}
.btn.btn-secondary{
  color: #fff;
  border: 3px solid var(--secondary);
  background: var(--secondary);
  font-family: 'TajawalBold';
  letter-spacing: 1px;
  border-radius:0;
}
.btn.btn-primary:hover{
    color: #FFFFFF !important;
    background: var(--primary) !important;
}
.btn.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}
.nav-link{
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,var(--secondary) 0.15s ease-in-out
}
.bg-mylight{
  background: #B4CCB5;
}

.para{
  color: rgb(38,75,88);
  font-size: 1.75em;
  font-family: 'TajawalReg';
}
.para1{
  color: #000;
  font-size: 1.75em;
  font-family: 'TajawalReg';
}



/*** Navbar ***/
.navbar.sticky-top {
    /* top: -100px; */
    position: sticky;
    transition: .5s;
}
.navbar{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar .navbar-brand img {
    max-height: 70px;
}

.navbar .navbar-nav .nav-link {
    margin-left: 25px;
    color: #3B3E41;
    font-size: 1.25em;
    line-height: 1.63em;
    font-family: 'TajawalBold';
    letter-spacing: 1px;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--primary);
  text-underline-offset: 10px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand img {
        max-height: 55px;
    }

    .navbar .navbar-nav {
        margin-top: 20px;
        margin-bottom: 15px;
    }

}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0,0,0,1);
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        column-gap: 65px;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    z-index: 1;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;

    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/*** Footer ***/
footer .footer-info{
  background-color:#1C1D1E;
}
footer .footer-info .custom-border{
  border-bottom:1px solid rgba(255,255,255,0.1);
  margin:2rem auto;
}
footer .footer-info .footer-main-links{
  margin:1.5rem auto 0;
}
footer .footer-info .footer-main-links li{
  padding:0 1rem;
}
footer .footer-info .footer-main-links li a{
    font-size:0.88rem;
    color:#fff;
    transition:all 250ms ease-in-out;
}
footer .footer-info .footer-main-links li a:hover,footer .footer-info .footer-main-links li a:focus{
  text-decoration:none;
  opacity:0.9
}
footer .footer-info .footer-links li{
  margin-bottom:0.6rem;
  font-weight:bold;
}
footer .footer-info .footer-links li a{
  color:#fff;
  font-weight:normal;
  font-size:0.75rem;
  transition:all 250ms ease-in-out
}
footer .footer-info .footer-links li a:hover,footer .footer-info .footer-links li a:focus{
  text-decoration:none;
  opacity:0.8;
}
footer .footer-info .without-head{
  margin-top:2.3rem;
}
footer .footer-info .head{
  color:#fff;
  pointer-events:none;
  font-size:1.3rem;
}
footer .footer-info .footer-logo{
  width:210px;
  height: 65px;
}
footer .social-media li{
  margin:0 0.7rem;
}
footer .social-media li:first-child{
  margin-bottom:1rem;
}
footer .social-media li a span{
  transition:all 250ms ease-in-out;
  width:20px;
  height:20px;
  display:inline-block;
  text-align:center;
  line-height:20px
}
footer .social-media li a span:hover,footer .social-media li a span:focus{
  text-decoration:none;
  opacity:0.6;
}
footer .bt-footer{
  background-color:#1E252D;
}
footer .bt-footer p{
  color:#fff;
  font-size:0.75rem;
}
footer .bt-footer a{
  color:#fff;
  font-size:0.75rem;
  transition:all 250ms ease-in-out;
}
footer .bt-footer a:hover,footer .bt-footer a:focus{
  text-decoration:none;
  opacity:0.8;
}
@media only screen and (max-width: 767px){
  footer .footer-info .without-head {
      margin-top: 0px;
  }
  footer .footer-main-links .list-inline-item {
    display: block;
    text-align: center;
    margin: 1rem auto;
  }

}

  .fw-bold {
      font-family: 'TajawalBold';
  }
