/*!
 * Start Bootstrap - Shop Item HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

@font-face {
	font-family: arial;
	src: url(../fonts/arialmt.ttf);
}
@font-face {
	font-family: aptos;
	src: url(../fonts/aptos-light.ttf);
}

* {
	font-family: aptos;
}
body, html {
	padding: 0px;
	margin: 0px;
}
.dcolor{
	color: #374a78;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.upper {
	text-transform: uppercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.m-0 {
	margin: 0px !important;
}
.mt-0 {
	margin-top: 0px !important;
}
.mt-20{
	margin-top: 20px;
}
.mb-20{
	margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6
{
  colro: #0e5b90
}
a {
	text-decoration: none;
}
a:hover{
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
.center {
	width: 98%;
	margin: auto;
	position: relative;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.dBorder{
    border: 1px solid #93cbdc;
    box-sizing: border-box;
}
.bold {
	font-weight: bold;
}
.container {
	width: 100%;
	max-width: 1980px;
	margin: auto;
	position: relative;
}
.innerContainer {
	width: 95%;
	margin: auto;
	overflow: hidden;
	/*left: 50%;
	transform: translateX(-50%);
	margin: 0px 0px 20px 0px;
	overflow: hidden;*/
	
}
header, section, footer, .row {
	width: 100%;
	float: left;
	position: relative;
}
section{
    margin-bottom: 20px;
}
.half {
	width: 50%;
}
.defaultbg{
  
}
header {
    height: 570px;
    background: url('../images/bannerbg.jpg') no-repeat;
    background-size: 100% 100%;
}
@media only screen and (max-width:1300px) {
    header{
        height: 480px;
    }
      
}
.whiteSpace {
	height: 10px;
}

.logo {
	top: 40%;
	left: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
}
.logo img {
	width: 170px;
}
.logo img:hover{
    animation: bounce 0.5s ease;
}

@keyframes bounce {
  0%   { transform: translateY(0); }
  30%  { transform: translateY(-10px); }
  60%  { transform: translateY(0px); }
  80%  { transform: translateY(-5px); }
  100% { transform: translateY(0); }
}

.navSec {
}
.nav {
    margin-top: -45px;	
}
.nav ul {
	list-style: none;
	text-align: right;
}
.nav ul li {
	display: inline-block;
	position: relative;
	text-align: right;
	list-style: none;
	margin: 0px 0px 0px 10px;
}
.nav ul li a {
	color: #0e5b90;
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px;
	position: relative;
	letter-spacing: 1px;
	transition: all .5s ease;
	text-transform: uppercase;
	cursor: pointer;
}
.nav ul li a:hover {
	font-weight: bold;
	font-size: 16px;
	color: #0e5b90;
}
.nav ul li .active {
	font-weight: bold;
	font-size: 16px;
	color: #0e5b90;
}

.active {
}
.hidden{
    display: none;
    transition: all ease 0.3s;
}

.fixed {
  position: fixed;
  top:0; 
	left:0;
  width: 100%; 
	z-index: 9999;
	transition: all ease 0.3s;
	animation: smoothScroll 1s forwards;
	}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.header.fixed{
}
.fixed > .nav {
    position: fixed;
}
.fixed > .nav ul li a {
    font-size: 12px;
}
.logo.fixed {
	top: 0px;
  left: 0px;
  position: fixed;
	transition: all ease 0.4s;
	text-align: left;
	transform: none;
	background: #FFF;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(147, 203, 220, 1) 100%);
    padding-bottom: 8px;
}
.logo.fixed img{
    width: 100px;
    margin: 10px 0px 0px 20px;
}
.nav.fixed{
    top: 50px;
    margin: 0px;
}
.contentSection {
	margin: 10px 0px 0px 0px;
	background: #fff;
}
.contentSec {
	margin: 10px 0px 0px 0px;
}
.contentMainHeading {
}
.mainHeading{
    h1{
        color: #0e5b90;
        font-size: 28px;
        margin: 0px;
        text-transform: uppercase;
        span{
            color: #93cbdc;
        }
    }
}

.contentSec{
    box-sizing: border-box;
   
}
.contentSec p {
	width: 100%;
	float: left;
	position: relative;
	font-size: 16px;
	color: #3a3a3a;
	margin: 0px 0px 20px 0px;
}
.contentSec ul{
    margin: 0px 0px 20px 30px;
    float: left;
    position: relative;
    width: 100%;
}
.contentSec ul li{
    font-size: 16px;
	color: #3a3a3a;
}
.contentSec li::marker{
    margin-left: 20px;
    color: #0e5b90;
}

.image-container {
  border: 1px solid rgb(147, 203, 220);
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden; /* Ensures rounded corners apply to image & text */
  font-family: Arial, sans-serif;
}

.image-container img {
  width: 100%;
  display: block;
}

.caption {
  background-color: #94cdd6;
  padding: 5px 10px 5px 10px;
  text-align: center;
  font-size: 14px;
  color: #322f2c;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px 10px 0px 0px;
}
.clusterBox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 10px;
    padding: 10px;
}
.features{
    h3{
        color: #113c5d;
        margin-top: 10px;
    }
    li{
        color: #3a3a3a;
        text-transform: capitalize;
        margin-left: 30px;
        list-style: none;
        float: left;
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 10px;
        img{
            width: 20px;
        }
    }
    
    
}
.clusterImg {
    width: 50%;
    img{
        width: 100%;
    }
}

.activitiesBox{
    padding: 10px 10px 20px 10px;
    border-radius: 10px;
    h3{
        color: #113c5d;
        margin-top: 10px;
    }
    p{
        font-size: 16px;
	color: #3a3a3a;
    }
}
.cardsBox{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.card {
  padding: 10px;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  text-align: center;
  transition: all ease 0.3s;
}
.card:hover{
    background: #93CBDC;
    margin-top: -5px;
}

.card-icon {
  width: 35px;
  height: 35px;
  padding: 5px;
  background: #fff;      /* background color behind icon */
  border: 1px solid #93CBDC;
  border-radius: 50%;       /* makes it circular */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;      /* center + spacing */
}

.card-icon img {
  width: 28px;
  height: 28px;
}

.card-title {
    color: #113c5d;
  margin-bottom: 10px;
  font-size: 16px;
}

.card-text {
  font-size: 14px;
  color: #3a3a3a;
}





footer {
   
}
.footerNav{
    background: #94cdd6;
    padding: 5px 0px 5px 0px;
}
.footerNav ul {

	
}
.footerNav ul li {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
	
}
.footerNav ul li a {
	color: #fdfcfc;
	transition: all ease 0.3s;
	font-size: 14px;
}
.footerNav ul li a:hover{
    font-weight: bold;
    font-size: 16px;
    color: #0e5b90;
}
.footerNav ul li a.active{
    font-weight: bold;
    font-size: 16px;
    color: #0e5b90;
}
.rights{
    margin: 20px 0px 20px 0px;
}
.rights p {
	color: #09012a;
	font-size: 16px;
	margin: 0px;
}
.rights a {
	color: #0e5b90;
	font-size: 14px;
	transition: all ease 0.3s;
	
}
.rights a:hover {
	font-size: 16px;
	font-weight: bold;
}
/******contacts*******/
.contacts{
        width: 30%;
    margin: 0px 0px 20px 0px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    div{
        margin-bottom: 10px;
    }
    svg, path{
        fill: #93CBDC !important;
        stroke: #93CBDC; 
    }
    .phone, .email{
        justify-content: flex-start;
    }
    a{
        color: #3a3a3a;
        font-size: 16px;
        transition: all ease 0.3s;
    }
    a:hover {
        font-size: 15px;
        font-weight: bold;
    }
    .address:hover{
        font-size: 16px;
        font-weight: normal;
    }
}
.phone, .email {
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone svg, .email svg {
    width: 20px;
    margin-right: 5px;
    fill: #93CBDC;
}
.phone path{
    fill: #93CBDC !important;
}

/*******about us***************/

.organogram {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.org-row{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.org-level {
    margin-bottom: 20px;
}

.top-level {
    margin-bottom: 20px;
}

.org-card {
    display: inline-block;
    width: 260px;
    padding: 0px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,0.18) 0 3px 8px;
    margin: 10px;
    vertical-align: top;
    border: 1px solid #005f7f;
    box-sizing: border-box;
    overflow: hidden;
    background: #93CBDC;
}
.org-img{
    float: left;
    position: relative;
    width: 100%;
    height: 200px;
}
.org-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}
.org-info{
    height: 55%;
    width: 100%;
    padding: 5px 0px 10px 0px;
    float: left;
    position: relative;
    p{
        margin-bottom: 0px;
    }
}
.org-card h3 {
    margin: 5px 0 5px 0;
    font-size: 20px;
}

.org-card .role {
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    color: #005f7f;
}

.directors {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}
.imgsRow{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: stretch;
    justify-content: center;
    .imgBox{
        width: 23.5%;
        border-radius: 10px;
        border: 1px solid #93cbdc;
        box-sizing: border-box;
        padding: 10px;
        display: flex;
        align-items: center;
        transition: all ease 0.3s;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        
        img{
            width: 100%;
        transition: all ease 0.3s;
        }
    }
    .imgBox:hover{
        transform: translateY(-8px) scale(1.03); /* smooth lift + zoom */
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
        img{
        }
    }
}

/*****responsive*****/


@media only screen and (max-width:1024px) {
.innerContainer {
	max-width: 100%;
}

.nav ul li {
	margin: 0px 10px 0px 10px;
}
.nav ul li a {
	font-size: 12px;
}
.ss-slides-wrap {
	height: 300px;
}
.footerNav ul li a {
	font-size: 12px;
}
}

@media only screen and (max-width:645px) {
header{
    height: 400px;
    background-size: cover;
}
.logo img {
	width: 125px;
}
.logo.fixed{
    display: none;
}

.nav {
	width: 100%;
	margin: 0px;
	z-index: 9999;
	float: left;
	position: relative;
	background: none;
}
#menu {
	display: block !important;
	width: 35px;
	height: 28px;
	top: 28px;
	right: 10px;
	position: absolute;
	border-radius: 2px;
	cursor: pointer;
	z-index: 99999999;
	border: 1px solid #cdd1da;
}
#nav {
	display: none;
	width: 100%;
	float: none;
	top: 62px;
	left: 0px;
	position: fixed;
	background: #93cde3;
	z-index: 9999;
	padding: 0px;
}
#menu.fixed{
     position: fixed;
        top: 28px;
        left: 90%;
}
.nav ul li {
	width: 100%;
	text-align: center;
	border: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	height: 40px;
}
.nav ul li .active {
}
.nav ul li a {
	font-size: 16px;
	color: #fff;
	padding: 0px 0px 0px 0px;
	opacity: 1 !important;
	position: relative !important;
	left: unset !important;
	bottom: unset !important;
	top: unset !important;
}
.mainHeading {
    h1 {
        text-align: center;
    }
}
.contentSec p {
    text-align: center;
}
.contentSec {
	margin: 0px 0px 0px 0px;
}
.caption{
    width: 100%;
    border-radius: 0px;
}
.clusterBox{
    flex-direction: column;
    gap: 30px;
}
.clusterImg {
    width: 100%;
}
.activityBox{
    flex-direction: column;
}
.footerNav {
    background: #93cde3;
    margin: 20px 0px 20px 0px;
    text-align: center;
	}
.footerNav ul li{
}
.footerNav ul li a {
	
}
.rights p {
	margin-top: 0px;
	font-size: 14px;
	line-height: 25px;
}
.rights p > a {
	font-size: 14px;
	background: #fff;
	padding: 2px;
}
/*******about us***************/

.org-row{
    flex-direction: column;
}
.org-card{
    width: 100%;
}

}


