@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&display=swap');

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

body {   
    height: 100vh;
}

.main-content {
    min-height: 332px;
    text-align: center;
    justify-content: center;
    width: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
        height: 400px;
}

footer#footer {  
    min-height: auto;
    width: 98%;
    padding: 0px 0 14px;
    max-height: 382px;
    margin: 0 auto;
}

h1 {
    font-size: 28px;
    line-height: 35px;
    font-weight: bold;
    color: #289e56;    
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Figtree', sans-serif;
}

h2 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: white;
    bottom: 0;
    position: relative;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    font-family: 'Figtree', sans-serif;
}

h3 {
    text-align: center;
    margin-top: 74px;
    font-weight: normal;
    color: #ee2c41;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Figtree', sans-serif;
}

p {
    font-family: 'Figtree', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: black;
    bottom: 0;
    line-height: 25px;
    text-align: left;
}

.slider {
      height: 580px;
      width: 100%;
    display: block;
    position: relative;
}

.slider img {
	position: absolute;
    height: 580px;
    width: 100%;
    object-fit: cover;
}

.home-slider img {
    width: 475px;
    height: auto;
    max-width: 475px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.8s;
    margin: 0 auto;
    display: block;
    position: relative;
}

.home-slider {
    height: 580px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.top {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-direction: alternate;
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

strong {
    color:#ee2c41;
    font-weight: bold;
}

span {
    font-family: 'Figtree', sans-serif;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-top: 18px;
    line-height: 24px;
    display: inline-block;
}

a {
    transition: 0.4s all ease-in;
    font-family: 'Figtree', sans-serif;
}

img.header-logo {
    margin: 0 auto 50px auto;
    display: block;
    text-align: center;
}


a.phone {
    display: block;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    color: #289e56;
    font-weight: bold;
}

a.phone:hover {
  color: black;
  text-decoration: none;
}

a.email {
    display: block;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    color: #289e56;
    font-weight: bold;
}

a.email:hover {
  color: black;
  text-decoration: none;
}

.line {
    display: block;
    width: 12px;
    height: 3px;
    background: black;
    margin: 25px 0;
}

.footer-accreditations img {
    float: right;
}

.footer-bottom {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}


.footer-copyright p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0;
    font-family: 'Figtree', sans-serif;
    text-align: center;
    color: black;
}

.footer-copyright  {
    width: 100%;
}

.footer-copyright p a {
    color: #289e56;
    font-size: 14px;
    line-height: 18px;
    transition: 0.4s all ease-in;
}

.footer-branding p a:hover {
    color: black;
    text-decoration: none;
    transition: 0.4s all ease-in;
}


.facebook {
    margin-top: 16px;
    background-image: url(images/facebook.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 45px;
    width: 45px;
    display: flex;
    margin-right: 0;
    transition: 0.4s all ease-in;
}

.facebook:hover {
    background-image: url("images/facebook-dark.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.4s all ease-in;
}

.footer-associated-partners.owl-carousel.owl-theme:before {
    content: "";
    background: #c4c0b3;
    height: 2px;
    width: 70%;
    display: block;
    margin: 0 auto 35px auto;
}

.footer-associated-partners.owl-carousel.owl-theme {
    width: 75rem;
    height: auto;
    margin: 0 auto;
    text-align: center;
}

.footer-associated-partners .owl-item img {
    display: block;
    width: auto;
    padding: 20px 0px 0 0;
    margin: 0 auto;
}


@media (min-width: 1200px) and (max-width: 1600px) {
    .footer-associated-partners.owl-carousel.owl-theme {
        width: 71rem;
    }

    footer#footer {
        min-height: auto;
        width: 96%;
    }
}

@media (min-width: 960px) and (max-width:1199px) {
    .container {
        max-width: 58rem;
    }
    
    .footer-associated-partners.owl-carousel.owl-theme {
        width: 58rem;
    }

    footer#footer {
        min-height: auto;
        width: 95%;
    }
    .main-content {
        min-height: 332px;
        text-align: center;
        justify-content: center;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 500px;
    }

    .main-content .row {
        flex-direction: column-reverse;
    }

}

@media (min-width: 768px) and (max-width: 959px) {
    

    .col-lg-4.col-md-4.footer-contact {
        width: 100% !important;
        flex: 1 100% !important;
        display: block;
        position: relative;
        max-width: 100% !important;
    }


    .col-lg-4.col-md-4.footer-contact img {
        margin: 30px auto 60px;
        display: block;
    }

    .col-lg-4.col-md-4.footer-links {
        width: 50%;
        flex: 1 50%;
        max-width: 50%;
    }

    .col-lg-4.col-md-4.footer-accreditations {
        width: 50%;
        flex: 1 50%;
        max-width: 50%;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        width: 85%;
    }

    .footer-copyright {
        width: 100%;
    }    
   
    footer#footer {
        min-height: auto;
        width: 96%;
        padding: 25px 0;
        max-height: 100%;
        margin: 0 auto;
    }

    .main-content {
        min-height: 332px;
        text-align: center;
        justify-content: center;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: 645px;
    }

    .main-content .row {
        position: relative;
        flex-direction: column-reverse;
    }

    .footer-associated-partners.owl-carousel.owl-theme {
        width: 45rem;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }
}

@media (min-width:320px) and (max-width: 767px) {

    .slider {
        height: 480px;
        width: 100%;
      display: block;
      position: relative;
  }
  
  .slider img {
      position: absolute;
      height: 480px;
      width: 100%;
      object-fit: cover;
  }
  
  .home-slider img {
    width: 85%;
      height: auto;     
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: fadeIn;
      animation-delay: 0.8s;
      margin: 0 auto;
      display: block;
      position: relative;
  }
  
  .home-slider {
    height: 480px;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex;
      flex-direction: column;
  }

    .main-content {
        min-height: auto;
        text-align: center;
        justify-content: center;
        width: 100%;
        align-items: center;
        display: flex;
        flex-direction: column;
        height: auto;
        margin: 55px 0 30px;
    }

    .main-content .row {
        position: relative;
        flex-direction: column-reverse;
    }
   
    .footer-associated-partners.owl-carousel.owl-theme {
        width: 100%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

    .footer-associated-partners .owl-item img {
        display: block;
        width: auto;
        padding: 0px 0px 35px 0;
        margin: 0 auto;
    }

    h1 {
        font-size: 34px;
        line-height: 40px;     
    }

    h2 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22px;
        color: white;       
        width: 90%;
        margin: 0 auto;
    }

    img.header-logo {
        margin: 0 auto 30px auto;
        display: block;
        text-align: center;
        width: auto;
        max-width: 100%;
    }

    .col-lg-4.col-md-4.footer-contact {
        width: 100% !important;
        flex: 1 100% !important;
        display: block;
        position: relative;
        max-width: 100% !important;
    }
    
    p {
        text-align: left;
    }    

    .footer-copyright {
        width: 90%;
        margin: 0 auto;
    }    

    .footer-bottom {
        margin-top: 0;
    }

    footer#footer {
        min-height: auto;
        width: 90%;
        padding: 30px 0;
        max-height: 100%;
        margin: 0 auto;
    }

    .footer-accreditations img {
        float: none;
    }

    .footer-branding p {
        text-align: center;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }

    .footer-copyright p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }
}