@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100;300;400;500;600;700;800&family=Playfair+Display:wght@400;500;600;700;800&display=swap');

:root {
    --primary: #496d99;
    --secondary: #F0506E;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

p,
li,a {
    font-family: 'League Spartan', sans-serif;
    font-size: 1.2rem;
}
li{
    list-style-type: none;
}
img {
    object-fit: cover;
}
.uk-logo img{
    width: 330px;
}
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}
button{
    border: none;
}
.uk-text-white {
    color: white !important;
}

.uk-relative {
    position: relative !important;
}
.uk-section-padding-large{
    padding-top: 60px;
    padding-bottom: 60px;
}
.uk-section-padding-small {
    padding: 30px 0;
  }
.uk-navbar{
    height: 5rem;
    display: flex;
    align-items: center;
}
.uk-navbar-left{
   width:134px; 
}
.uk-navbar-container:not(.uk-navbar-transparent) {
    background: white;
}
.uk-navbar-nav li a {
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    color: rgb(65, 65, 65);
    font-size: 18px;
    text-transform: initial;
}

.uk-navbar .uk-button {
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    letter-spacing: 3px;
}

.uk-navbar-nav li a {
    padding: 0px 0.3rem;
    transition: .3s;
}
.uk-navbar-nav li a:hover{
    color: var(--secondary);
}
.h-100 {
    width: 100%;
    height: 100vh ;
}

.uk-main-banner {
    padding: 0px 60px 0px;
    background-color: #496d99;
    height: 75vh;
    margin-bottom: 5rem;
}
/* .uk-main-banner .uk-slideshow-items{
    height: 80vh;
} */
.uk-banner-text h1 {
    color: white;
    font-weight: 700;
    font-size: 2.5rem;
    text-align: left;
}

.uk-banner-text p {
    text-align: left;
    color: white;
    padding-right: 2.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400 !important;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.overlay  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.uk-banner-text {
    z-index: 99;
    position: absolute;
    padding-left: 4.5rem;
}



/*button*/
.btn {
    padding: 12px 30px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
    transition: .3s;
}
.btn-nav{
    padding: 12px 20px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    font-size: 13px; 
    letter-spacing:1px;
    display: inline-block;
    box-sizing: border-box;
    transition: .3s;
    background-color: var(--secondary);
}
.btn-main {
    padding: 18px 50px;
    font-weight: 600;
    color: white;
    border-radius: 30px;
    border: 1px solid white;
    background-color: transparent;
    transition: .3s;
}
.btn-main:hover{
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn-secondary {
    background-color: var(--secondary);
    color: white;
}
.btn-secondary:hover{
    background-color: var(--primary);
    color: white;
}
.btn-primary {
    background-color: var(--primary);
    color: white;
}
.btn-primary:hover{
    background-color: var(--secondary);
    color: white;
}
/*title*/
.sub-title {
    color: var(--secondary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px !important;
}

.section-title h2 {
    font-weight: 600;
}
.section-title a {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.5rem;
    transition: .3s;
    color: #333333;
}
.section-title a:hover{
    color: var(--primary);
}
.section-title p{
    color: var(--secondary);
    font-weight: 500;
    font-size: 1rem;
}
.section-title {
    text-align: center;
}

.program-title h3,
.program-title h5 {
    color: white;
    text-align: center;
}

/*media*/
.media-600 {
    width: 100%;
    height: 570px;
    overflow: hidden;
}
.media{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.media-300 {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.media-500{
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.media-450{
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.media-200 {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.media-260 {
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.media-150 {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.media-180 {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.media-600 img,
.media-300 img,
.media-200 img,
.media-260 img,
.media-500 img,
.media-450 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .2s;
}

.uk-programs--list .uk-program--item:hover img {
    transform: scale(1.05);
}

.uk-programs--list .media-600::before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(73, 109, 153, 0.8) 0%, rgba(73, 109, 153, 0.8) 30%, rgba(73, 109, 153, 0) 100%);
    transition: .3s ease;
    z-index: 1;
}

.program-title {
    position: absolute;
    bottom: 2rem;
    width: 100%;
    z-index: 11;
}

.program-title span {
    display: block;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    height: 3px;
    width: 30%;
    background-color: white;
}

.program-block {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: var(--primary);
    padding: 0.4rem 0.4rem;
    color: white;
    opacity: 1;
}

.program-block--inner {
    border: 1px solid white;
    padding: 0.3rem 1.7rem;
}

.program-block--inner p {
    font-size: 16px;
}

.uk-programs .uk-slidenav-next,
.uk-programs .uk-slidenav-previous {
    background-color: #496d99;
    opacity: 0.7;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.uk-programs .uk-slidenav-next:hover,
.uk-programs .uk-slidenav-previous:hover {
    opacity: 1;
}

/* .uk-programs .uk-dotnav-wrap{
    padding: 5px;
    background-color: var(--secondary);
    border-radius: 30px;
    margin-bottom: 10px;
} */
.uk-info .media-260 {
    box-sizing: border-box;
    border-top: 10px solid white;
    border-left: 10px solid white;
    margin-top: -5rem;
}

.uk-info .media-180 {
    box-sizing: border-box;
    border-top: 10px solid white;
    /* background-color: var(--primary); */
}

.bullet {
    padding-left: 0;
}

.bullet li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    list-style: none;

}

ul.bullet li:before {
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="15" height="15" viewBox="0 0 1200 1200"%3E%3Cpath fill="%23f0506e" d="M600 0C268.63 0 0 268.63 0 600s268.63 600 600 600c331.369 0 600-268.63 600-600S931.369 0 600 0zm0 130.371c259.369 0 469.556 210.325 469.556 469.629c0 259.305-210.187 469.556-469.556 469.556c-259.37 0-469.556-210.251-469.556-469.556C130.445 340.696 340.63 130.371 600 130.371zm229.907 184.717L482.153 662.915L369.36 550.122L258.691 660.718l112.793 112.793l111.401 111.401l110.597-110.669l347.826-347.754l-111.401-111.401z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    left: 0;
    font-size: 8px;
    height: 15px;
    width: 15px;
    top: 5px;
}
.uk-link-secondary{
    color: var(--secondary);
    transition: .3s;

    text-decoration: underline;
}
.uk-link-secondary:hover{
    color: var(--primary);
    
    text-decoration: underline;
}
ul.uk-links li{
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 1.3rem;
}
ul.uk-links li a{
   font-size: 1rem;
   color: var(--primary);
   transition: .3s;
}
ul.uk-links li a:hover{ 
    color:var(--secondary);
}
ul.uk-links li:before{
    content: "";
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 48 48"%3E%3Cpath fill="none" stroke="%23f0506e" stroke-linecap="round" stroke-linejoin="round" stroke-width="4" d="m19 12l12 12l-12 12"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    left: 0;
    font-size: 8px;
    height: 15px;
    width: 15px;
    top: 5px;
}
.uk-services {
    position: relative;
}

.uk-services::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(73, 109, 153, 0.8);
}

.uk-services .uk-slidenav-next,
.uk-services .uk-slidenav-previous {
    background-color: var(--secondary);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.uk-services  .uk-slidenav{
    color: rgba(255,255,255,1) !important;
}

.uk-services .uk-slidenav-next {
    margin-right: -1.5rem;
}

.uk-services .uk-slidenav-previous {
    margin-left: -1.5rem;
}

.uk-services .uk-card {
    border-radius: 30px;
}
 .uk-footer p, .uk-footer li{
    font-size: 1rem;
    font-weight: 300;
 }
.uk-footer a,
.uk-footer h3 {
    color: white;
    transition: .3s;
}

.uk-footer h3 {
    margin-bottom: 35px;
    font-size: 27px;
}

.uk-footer a:hover {
    color: var(--secondary);
}

.uk-footer ul {
    list-style-type: none;
    padding: 0;
}

.uk-footer li {
    padding-bottom: 20px;
}

.uk-socials a i {
    font-size: 25px;
    margin-right: 10px;
    color: white;
    transition: .3s;
}

 .uk-socials a:hover i {
    color: var(--secondary);
}

/*contact-us page*/
.uk-inner-header {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}
.uk-inner-header .uk-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    padding: 0;
    box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.53);
}
.uk-breadcrumb li a, .uk-breadcrumb li span {
    font-size: 17px;
}
.uk-contact .icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--secondary);
    margin-right: 30px;
}
.icon i, .icon a i{
    font-size: 25px;
    color: var(--secondary);
}
.uk-contact a{
    color: #666;
}
.shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px !important;
}
.uk-section-bg{
    background-image: linear-gradient(0deg, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0.4) 100%), url('../img/pattern.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.uk-


.uk-service--item a{
    color: var(--secondary);
    text-decoration: underline;
    margin-top: 20px;
    transition: .3s;
}
.uk-staff a{
    font-size: 1.5rem;
    color: var(--primary);
    font-weight: 500;
}
.uk-staff p{
    font-size: 0.95rem;
}
.uk-staff .uk-icon-button{
    background: #ededed;
}

.uk-para1 p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.uk-para2 p{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.uk-section-padding-page{
    padding: 100px 70px 60px;
}
/* .uk-pagination li.uk-active a{
    color: var(--primary) ;
} */
@media only screen and (max-width: 700px) {
    html {
        font-size:14px;
    }
    .uk-main-banner{
        padding: 50px 15px 0px !important;
    height: 75vh;
    }
    .uk-main-banner .uk-slideshow-items {
        height: 83vh;
    }
    .uk-banner-text{
        padding: 1.5rem;
    }
    .uk-padding-large{
        padding: 20px;
    }
    .uk-section-padding-page{
        padding:50px 0px 50px ;
    }
    .uk-program-list {
        padding: 10px;
    }
    .uk-logo img{
        width: 107px;
    }
}
@media only screen and (max-width:950px){
    .uk-section-padding-page{
        padding:50px 0px 50px ;
    }
    
    .order-reverse{
        flex-direction: column-reverse !important;
    }
}
@media only screen and (min-width:950px) {
    .pl{
        padding-left: 0!important;
    }
    .pr{
        padding-right: 0!important;
    }

}