@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
	padding: 0;
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	background-color: #fff;
}
.container{
	max-width: 1370px;
}
*{
	box-sizing: border-box;
}
input, .form-control, button{
	box-shadow: none !important;
	font-size: 14px;
}
img{
	max-width: 100%;
}
ul{
	padding: 0;
	margin: 0;
}
li{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	transition: .6s;
	-webkit-transition: .6s;
	display: inline-block;
	text-decoration: none;
	color: #555353;
}
p{
    color: #6D6D6D;
}
a:hover{
	color: #007cba;
}
p:last-child{
	margin-bottom: 0;
}
.p-tb{
	padding-top: 80px;
	padding-bottom: 80px;
}
.pt{
	padding-top: 80px;
}
.pb{
	padding-bottom: 80px;
}
.btn {
    background: #007cba;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    outline: none;
    box-shadow: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 15px;
    transition: .6s;
    -webkit-transition: .6s;
    font-size: 16px;
    font-weight: 600;
}
.btn:hover {
	background: #014165;
	color: #fff;
}
.text-blue{
	color: #007cba;
}
.bg-blue{
    background-color: #007cba;
}

/*PAGE CSS START*/
.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    opacity: 0;
    width: 270px;
    visibility: hidden;
    background-color: #fff;
    border-radius: 10px;
    transition: .6s;
    -webkit-transition: .6s;
    z-index: 1;
    border: 1px solid #d9d9d9;
}
.dropdown:hover .sub-menu{
	opacity: 1;
	visibility: visible;
}
.menu-item {
    color: #9C9C9C;
    text-transform: capitalize;
    height: 40px;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 600;
}
.menu-item:hover{
    color: #007cba;
}

.header-menu > ul {
    gap: 24px;
}
.sub-menu li a {
    border-bottom: 1px solid #eee;
    width: 100%;
    padding: 8px 12px;
}
.sub-menu li:last-child a{
	border: none;
}
.dropdown .menu-item:after {
    content: "🢓";
    font-size: 30px;
    margin-top: 18px;
}
.carousel-item img {
    height: 700px;
    object-fit: cover;
    object-position: top;
}
.header-top{
    background-color: #006BB7;
}
.sliderFirst .slick-list{
    margin: 0 -10px;
}
.slider-item {
    border-radius: 16px;
    padding: 40px;
    position: relative;
    background-image: url('../img/bg-shape2.png');
    background-size: cover;
}
.slider-item.first {
    background-color: #F65B5B;
}
.slider-item.second {
    background-color: #37AF85;
}
.slider-item.thard {
    background-color: #1985D2;
}
.slider-item a:hover {
    color: #d5d5d5 !important;
}
.slick-dots li button:before {
    font-size: 40px;
}
.slick-dots li.slick-active button:before, .slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity: 1;
    color: #007cba;
}
.slick-dots li {
    margin: 0;
}
.bg-color{
    background-color: #f7f8f8;
}
.directors-box figure {
    width: 215px;
    height: 235px;
    margin: 0;
}
.directors-info {
    width: calc(100% - 215px);
}
.directors-info p {
    font-size: 14px;
}
.news-inner {
    height: 450px;
    overflow-y: auto;
}
.scrollbar::-webkit-scrollbar {
  width: 5px;
  border-radius: 10px;
}
.scrollbar::-webkit-scrollbar-thumb {
  background: #eee; 
  border-radius: 10px;
}
.news-con:last-child{
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.news-wrap p {
    background-image: url('../img/new.gif');
    background-repeat: no-repeat;
    background-position: right bottom;
    display: inline;
    padding-right: 35px;
}
.news-con a:hover p {
    color: #007cba;
}
.board-of-directors {
    margin-top: -300px;
    padding-top: 380px;
}
.registration {
    background-color: #cce9f5;
    background-size: cover;
    background-repeat: no-repeat;
}
.support-box {
    box-shadow: 0 1px 10px 1px #e5e5e5;
}
.support-links p {
    background-image: url('../img/arrow-icon.png');
    background-repeat: no-repeat;
    background-position: left top 7px;
    padding-left: 30px;
}
.footer-logo img {
    width: 220px;
}
.footer-con img {
    filter: brightness(0.5);
}
.footer-bottom{
    background-color: #007CBA;
    border-radius: 100px;
}
.marquee{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}
.marquee .slick-slide {
    padding: 0 15px;
}
.br {
    background-image: url('../img/br.svg');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    display: inline-block;
}
.hero-inner{
    height: 350px;
    display: flex;
    align-items: center;
    background-size: cover
}
.table th {
    background-color: #006bb7;
    color: #fff;
}
tr {
    vertical-align: middle;
}
th:last-child, td:last-child {
    text-align: end;
}
.links-website {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.links-website li a {
    background-color: #fff;
    display: flex;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 5px 2px #e6e6e6;
}
.links-website li a:hover {
    background-color: #006BB7;
    color: #fff;
}
.links-website li a:before {
    content: '→';
    font-size: 26px;
    padding-right: 10px;
}
.box-shadow {
    box-shadow: 2px 2px 5px 2px #e6e6e6;
}
.bgLight{
    background-color: #F7F9FA;
}
.contact-info img {
    filter: brightness(0.5);
}
.contact-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}
li.nav-item a:hover, li.nav-item a.active {
    background: #014165;
    color: #fff;
}
.nav-pills {
    display: flex;
    white-space: nowrap;
    flex-flow: nowrap;
    overflow: auto;
    align-items: flex-start;
}
.nav-pills::-webkit-scrollbar {
    height: 7px;
}

.nav-pills::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
.nav-pills::-webkit-scrollbar-thumb {
  background: #007cba; 
  border-radius: 10px;
}
.tab-pane img {
    height: 200px;
    object-fit: cover;
}
.height {
    height: 250px;
    object-fit: cover;
}
.lb-closeContainer {
    position: absolute;
    right: 30px;
    top: 0;
}
.lightbox {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.lb-data .lb-details {
    position: absolute;
    left: 0;
    width: 988px !important;
    margin: auto;
    right: 0;
}


@media (max-width: 1199px){
    td, th {
        white-space: nowrap;
    }
    .carousel-item img {
        height: 500px;
    }
    .header-menu > ul {
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 2;
        background-color: #fff;
        display: none;
    }
    .menu-item {
        color: #000000;
        border-bottom: 1px solid #eee;
        padding: 0 20px;
    }
    .menu-item:hover {
        color: #007cba;
    }
    .sub-menu {
        position: unset;
        display: none;
        border: none;
        width: 100%;
    }
    .dropdown:hover .sub-menu{
       display: block;
   }
   .sub-menu li a {
    padding: 8px 40px;
}
.toggle-btn {
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.toggle-btn span {
    height: 3px;
    width: 35px;
    background: #006bb7;
    display: block;
    margin: 3px 0;
}
.footer * {
    font-size: 12px;
    line-height: 20px;
}
.header-top{
    display: none;
}
.hero-inner {
    height: 280px;
}

}


@media (max-width: 767px){
  .carousel-item img {
    height: 200px;
}
br{
    display: none;
}
.slider-item {
    margin: 10px 0;
}
.hero-inner {
    height: 200px;
}
.links-website {
    grid-template-columns: auto;
}
.contact-wrap {
    grid-template-columns: auto;
}
}

@media (max-width: 575px){
  .p-tb{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt{
    padding-top: 50px;
}
.pb{
    padding-bottom: 50px;
}
.footer-bottom {
    border-radius: 0;
}
.footer-con a {
    display: block;
}
.footer-menu li a {
    border-bottom: 1px solid #e3e0e0;
    display: block;
    padding: 10px 0;
}
.footer-con {
    border: none !important;
    margin: 0 !important;
    padding-bottom: 0 !important;
}
.directors-box figure {
    width: 100%;
    height: 300px;
}
.directors-info {
    width: 100%;
}
.news-inner {
    height: 350px;
}
.news-wrap p{
    font-size: 14px;
}
}