/* FONTS  */
body {
    font-family: "worksans-regular", sans-serif;
    font-size: 14px; }
  
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "worksans-regular", sans-serif;
color: #000000;
line-height: 1.3;
font-weight: 700; }

p {
color: #838383;
font-size: 15px;
line-height: 2;
font-weight: 400; }

@media screen and (min-width: 768px) {
	.shown-mobile {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.hide-mobile {
		display: none;
	}

	.shown-mobile {
		display: block;
	}
}

@media screen and (min-width: 992px) {
	.shown-tablet {
		display: none;
	}
}

@media screen and (max-width: 992px) {
	.hide-tablet {
		display: none;
	}

	.shown-tablet {
		display: block;
	}
}

/* for paragraph */
.fs-9 {
    line-height: normal;
    font-size: .9rem !important;
}
/* TEXT COLOR  */
.color-green {
    color: #069150;
}
.color-lightgreen {
    color: #97bb1d;
}
.color-white {
    color: white;
}
.color-grey {
    color: #878586;
}
.color-black {
    color: black;
}
.color-orange {
    color: #f88238;
}
.color-blue {
    color: #06497e;
}
.color-lightblue {
    color: #18a89e;
}

.bg-grey {
    background-size: cover;
    background-image: url(./img/bg-img/bg-grey.png);
}

.bg-blue-img {
    background-size: cover;
    background-image: url(./img/bg-img/bg-blue.png);
}

.bg-pink-img {
    background-size: cover;
    background-image: url(./img/bg-img/bg-pink.png);
    background-position: bottom;
}

.bg-green-img {
    background-size: cover;
    background-image: url(./img/bg-img/bg-green.png);
}

.bg-lightgreen-img {
    background-size: cover;
    background-image: url(./img/bg-img/bg-lightgreen.png);
}

.bg-lightgreen {
    background-color: #97bb1d !important;
}

.bg-orange {
    background-color: #f88238 !important;
}

.bg-blue {
    background-color: #06497e !important;
}

.bg-lightblue {
    background-color: #18a89e !important;
}

.career-link a {
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: lighter;
}

.career-link a.active {
    background-color: #97bb1d;
    color: white;
}

.career-form .input-text {
    border-top:none;
    border-left: none;
    border-right: none;
}

.ps {
    font-size: .8rem;
    color: gray;
    font-style: italic;
}

/* BUTTON  */
.btn-green,
.btn-white {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 175px;
    height: 48px;
    border-radius: 5px;
    padding: 0 30px;
    font-size: 14px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-green {
    background-color: #4a901c;
    color: #ffffff;
}
.btn-green:hover, .btn-green:focus {
    font-size: 14px;
    font-weight: 700;
    background-color: #f88238;
    color: #ffffff;
}
.btn-green.btn-2 {
    background-color: #4a901c;
    color: #ffffff;
}
.btn-green.btn-2:hover,
.btn-green.btn-2:focus {
    background-color: #f88238;
    color: white;
}

.btn-white {
    background-color: white;
    color: #4a901c;
}
.footer-area {
    background-color: #f88238 !important;
    /* padding: 30px 0 !important; */
}

.img-timer {
    position:relative;
    margin:auto;
}
.img-timer img {
    position:absolute;
    /* left:-65px; */
    /* top:0; */
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 12s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 12s;
}

@-webkit-keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes fade {
    0% {opacity: 0;}
    20% {opacity: 1;}
    33% {opacity: 1;}
    53% {opacity: 0;}
    100% {opacity: 0;}
}

.timer2 {
    -webkit-animation-delay: -8s;
}
.timer3 {
    -webkit-animation-delay: -4s;
}

.wm-hero {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 1000;
}

.bc-area {
    position: relative;
    z-index: 1;
    width: 100%;}
    
.bc-area .bc-content h2 {
      color: #878586;
      font-size: 30px;
      text-transform: uppercase;
      display: block;
}

@media only screen and (max-width: 767px) {
    .bc-area .bc-content h2 {
        font-size: 24px;
    }
    .wm-hero {
        width: 150px
    }
}

.bc-area .bc-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}
.bc-area .bc-content .breadcrumb .breadcrumb-item::before {
    color: #878586;
}

.bc-area .bc-content .breadcrumb .breadcrumb-item.active {
    color: #f88238;
    font-size: 16px;
    font-weight: 600;
}

.bc-area .bc-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #878586;
    font-weight: 600;
}

.bc-area .bc-content .breadcrumb .breadcrumb-item a:hover {
        color: #f88238;
}


.news-area,
.facilities-area,
.achievements-area,
.career-area{
    background-size: cover;
    background-position: center; 
}

.about-content h2 > span, .about-content h5 > span {
    color: #4a901c !important;
    font-size: inherit !important;
    font-weight: bold !important;
}

.about-content p {
    line-height: normal !important;
}

.about-content ul, .about-content ol {
    margin-bottom: 10px;
}

.about-content li {
    list-style: inherit !important;
    color: #838383;
}

.profile-area {
    background-image: url(./img/bg-img/bg-profile.png);
    background-size: cover;
    background-position: bottom;
}

.profile-area p {
    line-height: normal;
    font-size: .9rem !important;
}

.profile-home:hover {
    background-color: rgba(255,255,255, 0.5);
}

.news-area {
    background-image: url(./img/bg-img/bg-news.png);
}

.card-box{
	padding: 5px;
	background: #fff;
	transition: transform .5s; /* Animation */
    box-shadow: 0px 0px 18px rgba(0,0,0,0.1);
    height: 420px;
    overflow-y: hidden;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.card-box::-webkit-scrollbar {
    display: none;
}
  
/* Hide scrollbar for IE and Edge */
.card-box {
    -ms-overflow-style: none;
} 

.card-img {
	position: relative;
}

.card-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: 0 20%;
}

.card-box .text {
    padding: 0 10px;
}

.card-box .text a:hover {
    color: #f88238;
}

.card-box .text > a,
.card-box .text > p {
    line-height: normal;
    font-size: 1em;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
	.card-box {
		height: 320px;
	}
}

.facilities-list {
    background-color: white;
    padding: 30px;
}

.facilities-list img {
    width: auto !important;
    margin: auto;
}

.achievements-area {
    background-image: url(./img/bg-img/bg-achievements.png);
}

.career-area {
    background-image: url(./img/bg-img/bg-career.png);
}

.career-area p {
    line-height: normal;
}

/* Page gallery */
#page-gallery .link-gallery img{
    margin-bottom: 50px;
    transition: all 0.3s;
}

.gallery-list img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.link-gallery:hover > img{
    transform: scale(1.03);
}

.album-list {
    height: 200px;
    border-radius: 2px;
    box-shadow: 2px 2px 8px 2px #838383;
    transition: .3s all;
}

.album-list:hover {
    transform: scale(1.01);
    transition: .3s all;
}

.album-preview {
    height: 100px;
    object-fit: cover;
}

.post-content p {
    line-height: normal;
}

.post-tags span{
    background-color: #97bb1d;
    color: white;
    padding: 5px;
    font-size: .8rem;
    font-weight: lighter;
    border-radius: 3px;
    margin-right: 5px;
    border: solid thin;
    border-color: #97bb1d;
}

.post-tags a:hover {
    background-color: transparent;
    color: #97bb1d;
    border: solid thin;
    border-color: #97bb1d;
}

/* Style the tab */
.tab {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px;
    transition: 0.3s;
    width: 100%;
    text-align: left;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #97bb1d;
    color: white;
}

/* Style the tab content */
.tabcontent {
    display: none;
}

/* TAB PROFILE */
.tab-profile {
    overflow: hidden;
}

.tab-profile button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding-top: 10px;
    transition: 0.3s;
    width: 100%;
    border-radius: 5px;
}

/* Change background color of buttons on hover */
.tab-profile button:hover {
    background-color: rgba(255,255,255, 0.2);
}

/* Create an active/current tablink class */
.tab-profile button.active {
    background-color: #97bb1d;
    background-color: rgba(132, 202, 75, 0.418);
    color: white;
}

.side-post:hover {
    background-color: rgba(255,255,255, 0.2);
    color: white;
}

.ppdb-content img {
    max-width: 100% !important;
}