html{
	scroll-behavior: smooth;
	scroll-padding-top: 100px;
}

body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

#breadcrumbs {
	padding-top: 8%;
	background: #2b2b2b;
	min-height: 40px;
	/* margin-top: 82px; */
	color: #fff;
	
  }
  
#breadcrumbs h2 {
	font-size: 28px;
	font-weight: 500;
  }
  
  #breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
	font-size: 20px;
  }
  
  #breadcrumbs ol a {
	color: #aaaaaa;
  }
  
  #breadcrumbs ol a:hover {
	color: #fff;
	transition: 0.3s;
  }
  
  #breadcrumbs ol li+li {
	padding-left: 10px;
  }
  
  #breadcrumbs ol li+li::before {
	display: inline-block;
	padding-right: 10px;
	color: #f8f2f3;
	content: "/";
  }
  @media (max-width: 768px) {
	#breadcrumbs {
		padding-top: 20%;
		padding-left: 5%;
		background: #2b2b2b;
		min-height: 40px;
		/* margin-top: 82px; */
		color: #fff;
		
	  }
  }

a.filled-button {
	background-color: #0d5c75;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
}

a.filled-button:hover {
	background-color: #fff;
	color: #0d5c75;
}

a.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s ease-in-out;
}

a.border-button:hover {
	background-color: #fff;
	color: #0d5c75;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #0d5c75;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #0d5c75;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #0d5c75;
	height: 46px;
	line-height: 46px;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}

.sub-header ul.left-info li a {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
}

.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: #fff;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}

.navbar .navbar-brand {
	float: 	left;
	margin-top: 12px;
	outline: none;
}
.navbar .navbar-brand h2 {
	visibility: hidden;
	opacity: 0;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.navbar .navbar-brand h2.vis {visibility: visible; opacity: 1;}
.navbar .navbar-brand h2 em {
	font-style: normal;
	/* font-size: 16px; */
}
#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	-webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	/* border-bottom: 3px solid transparent; */
	margin-top: 5px;
	border-radius: 25px;
	padding: 5px 10px;
}
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.current,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #fff;
	text-shadow: none;
	background-color: #0d5c75;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	background-color: transparent;	
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 15px;
	top: 23px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #0d5c75;
	font-size: 25px;
	line-height: 26px;
	font-family: 'FontAwesome';
}
.navbar.inner .navbar-brand h2 {
	color: #fff;
}
.navbar.inner .navbar-nav .nav-link:hover,
.navbar.inner .navbar-nav .active>.nav-link,
.navbar.inner .navbar-nav .nav-link.current,
.navbar.inner .navbar-nav .nav-link.show,
.navbar.inner .navbar-nav .show>.nav-link {
	color: #fff;
}

/* Background Navbar Onscroll */
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar .navbar-toggler-icon:after {
	color: #0d5c75;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header .navbar-brand h2 {
	color: #000!important;
	visibility: visible!important;
	opacity: 1!important;
}
.background-header .navbar-brand h2 em{
	/* color: #0d5c75!important; */
	color: #000!important;
}
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.current,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #fff!important;
	/* border-bottom: 3px solid #0d5c75!important; */
}
.background-header .navbar-nav a.nav-link {
	color: #1e1e1e!important;
	text-shadow: none !important;
}
.background-header .navbar-nav .dropdown-menu a.nav-link {
	color: #fff !important;
	text-shadow: 1px 1px 2px #000 !important;
}


/* Dropdown */
.dropdown-menu{
    background-color: transparent;
	border: none;
	margin-top: 0;
	perspective: 1000px;
}
.dropdown-menu li{
	opacity: 0;
	padding: 3px 5px;
	background-color: #199fb1;
	transition: all 0.5s ease-in-out;
}
.dropdown-menu li:hover{
	background-color: #0d5c75;
}
.dropdown:hover .dropdown-menu{
    display: block;
	transition: all 3s ease-in-out;
}
.dropdown-menu .dropdown-item-1 {
	border-bottom: 0.5px solid #ffffff33;
	box-shadow: 0 0 5px #ffffff55;
    transform-origin: top center;
    animation: translateX 500ms 120ms ease-in-out forwards;
}
.dropdown-menu .dropdown-item-2 {
	border-bottom: 0.5px solid #ffffff33;
	box-shadow: 0 0 5px #ffffff55;
    transform-origin: top center;
    animation: translateX 500ms 240ms ease-in-out forwards;
}
.dropdown-menu .dropdown-item-3 {
	border-bottom: 0.5px solid #ffffff33;
	box-shadow: 0 0 5px #ffffff55;
    transform-origin: top center;
    animation: translateX 500ms 360ms ease-in-out forwards;
}
.dropdown-menu .dropdown-item-4 {
	box-shadow: 0 0 5px #ffffff55;
    transform-origin: top center;
    animation: translateX 500ms 480ms ease-in-out forwards;
}
.dropdown-menu li:first-child{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.dropdown-menu li:last-child{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

@keyframes translateX{
	0% {
		opacity: 0;
		transform: translateX(60px);
	}
	80% {
		transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0px);
	}
}

/* Banner Style */

/* .img-fill{
  width: 100%;
  height: 100vh;
  background-image: url(../images/main-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9{
	background-position: center center; 
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	min-height: 60vh;
	width: 100%;
  }

.bg-1{background-image: url('./../images/banner-1.jpg');}
.bg-2{background-image: url('./../images/banner-2.jpg');}
.bg-3{background-image: url('./../images/banner-3.jpg');}
.bg-4{background-image: url('./../images/banner-4.jpg'); background-position: top center !important;}
.bg-5{background-image: url('./../images/banner-5.jpg');}
.bg-6{background-image: url('./../images/banner-6.jpg');}
.bg-7{background-image: url('./../images/banner-7.jpg');}
.bg-8{background-image: url('./../images/banner-8.jpg');}
.bg-9{background-image: url('./../images/banner-9.jpg'); background-size: contain;}

.main-banner{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.main-banner .carousel-inner {
height: 100vh;
}
.main-banner .carousel-item {
min-height: 60vh;
}
.main-banner .carousel-custom{
	position: absolute;
	top: 0;
	bottom: 0;
	left: auto;
	right: 4rem;
}
.main-banner .carousel-control-prev{margin-bottom: 4rem;}
.main-banner .carousel-control-next{margin-top: 4rem;}

.main-banner .carousel-control-prev i,
.main-banner .carousel-control-next i {
color: #fff !important;
text-decoration: none;
padding: 0;
font-size: 4em;
}

.main-banner .about {
	filter: drop-shadow(-20px -20px 20px rgba(0, 0, 0, 1)); 
	position: absolute;
	z-index: 999;
	top: auto;
	bottom: 0px;
	right: auto;
	left: auto;
	min-width: 60%;
	min-height: 50%;
}
.main-banner .clip {
	text-align: left;
	clip-path: polygon(0 50%, 0% 100%, 70% 100%);
	padding: 65% 65% ;
	background-color: #fff;
}
.main-banner .text-content{
	position: absolute;
    bottom: 10px;
    left: 15px;
    right: auto;
    max-width: 60%;
}

.main-banner .text-content h1{
	color: #000;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 700;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
	margin-bottom: 20px;
}
.main-banner .text-content h1 span{
	/* color: #0d5c75;
	font-size: 20px; */
	color: #000;
}
.main-banner .text-content p{
	color: #31383d;
	margin-bottom: 10px;
}
.main-banner .text-content a, .intro p a{
	color: #0d5c75;
	font-weight: 600;
}
.main-banner .text-content i, .intro p i {
	color: #000;
	transition: all 0.36s ease-in-out;
}
.main-banner .text-content a:hover i{
	cursor: pointer;
	transform: translateX(4px);
}
/* Intro */
.intro{
	display: none;
}
.intro .section-heading{
	margin-top: 120px;
	margin-bottom: 40px;
}
/* Request Form */

.request-form {
	background-color: #0d5c75;
	padding: 40px 0px;
	color: #fff;
}

.request-form h4 {
	font-size: 22px;
	font-weight: 600;
}

.request-form span {
	font-size: 15px;
	font-weight: 400;
	display: inline-block;
	margin-top: 10px;
}

.request-form a.border-button {
	margin-top: 12px;
	float: right;
}


/* Fun Facts */

.fun-facts {
	margin-top: 140px;
	background-image: url(../images/fun-facts-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 140px 0px;
	color: #fff;
}

.fun-facts span {
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.fun-facts h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 35px;
}

.fun-facts em {
	font-style: normal;
	color: #0d5c75;
}

.fun-facts p {
	color: #fff;
	margin-bottom: 40px;
}

.fun-facts .left-content {
	margin-right: 45px;
}

.count-area-content {
	text-align: center;
	background-color: rgba(250,250,250,0.1);
	padding: 25px 30px 35px 30px;
	margin: 15px 0px;
}

.count-digit {
    margin: 5px 0px;
    color: #0d5c75;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}
/* Mission and Vision */
.vision{
	margin-top: 100px;
}
.mission{
	margin-top: 20px;
}

.mission ul{
	list-style:circle;
	font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.mission .content-image, .vision .content-image{
	text-align: center;
}
.mission .content-image img, .vision .content-image img{
	width: 100%;
	height: auto;
}
/* More Info */

.more-info {
	margin-top: 100px;
	margin-bottom: 100px;
}

.more-info .left-image img {
	width: 100%;
	overflow: hidden;
}

.more-info .more-info-content {
	background-color: #e7e7e7;
}

.about-info .more-info-content {
	background-color: transparent;
}

.about-info .right-content {
	padding: 0px!important;
	margin-right: 30px;
}

.more-info .right-content {
	padding: 45px 45px 45px 30px;
}

.more-info .right-content span {
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
	margin-bottom: 10px;
	display: block;
}

.more-info .right-content h2 {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.more-info .right-content em {
	font-style: normal;
	color: #0d5c75;
}

.more-info .right-content .read-scroll{
	height: 250px;
	overflow-y: auto;
}

/* .more-info .right-content .read-scroll .content-scroll{
	display: none;
} */


.more-info .right-content p {
	margin-bottom: 30px;
}


/* Directors Style */

.about-directors {
	margin-top: 0px!important;
}

.directors {
	margin-top: 80px;
	padding: 40px 0px;
}
.director-item{
	height: 200px;
}
.director-item .inner-content {
	text-align: center;
	background-color: #f7f7f7;	
	padding: 30px;
	border-radius: 5px;
	height: 100%;
	box-sizing: border-box;
}
.director-item p {
	font-size: 14px;
	font-weight: 400;
}
.director-item h4 {
	font-size: 19px;
	font-weight: 700;
	color: #1e1e1e;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}
.director-item span {
	display: inline-block;
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #0d5c75;
}
.director-item img {
	max-width: 60px;
	border-radius: 50%;
	margin: 25px auto 0px auto;
}
.owl-dots{
	text-align: center;
	margin-top: 20px;
}
.owl-dots .owl-dot span {
	text-align: center;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px;
}
.owl-dots button:focus{
	outline: none;
}
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #0d5c75;
}

/* Members */

.members {
	margin-top: 80px;
	padding-top: 40px;
	padding-bottom: 100px;
	background-color: #f7f7f7;
}
.content-heading{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #000;
	/* text-transform: uppercase; */
}
/* .member-item img {
	width: 100%;
	overflow: hidden;
} */
.member-item .down-content {
	background-color: #e7e7e7;
	padding: 30px;
	text-align: center;
}

.member-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.member-item .down-content span {
	/* display: inline-block; */
	margin-top: 8px;
	font-weight: 600;
	font-size: 14px;
	color: #0d5c75;
}

.member-item .down-content p {
	margin-bottom: 20px;
}

/* Profile */
.profile{
	margin-top: 100px;
}
.profile-contact{
	background-color: #f7f7f7;
	margin-top: 30px;
	margin-bottom: 50px;
}
/* .two-item .profile-item{
	transform: scale(0.9);
} */
.profile-contact .profile-item iframe{
	height: 300px;
	width: 100%;
}
.profile-item i{
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	border-radius: 50%;
	transition: all 0.3s;
	background-color: #0d5c75;
	color: #fff;
	margin-right: 10px;
}

/* Listing Partners */
.listing{
	background-color: #f7f7f7;
	padding: 20px 0;
}
.listing-partners{
	text-align: center;
}

/* Call Back Style */

.callback-services {
	border-top: 1px solid #eee;
	padding-top: 140px;
}

.contact-us {
	background-color: #f7f7f7;
	padding: 140px 0px;
}

.contact-us .contact-form {
	background-color: transparent!important;
	padding: 0!important;
}

.callback-form {
	margin: 100px 0;
}

.callback-form .contact-form {
	background-color: #0d5c75;
	padding: 60px;
	border-radius: 5px;
	text-align: center;
}

.callback-form .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #6a6a6a;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 35px;
}

.callback-form .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.callback-form .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
.callback-form .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
.callback-form .contact-form ::placeholder {
  color: #aaa;
}

.callback-form .contact-form button.border-button {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10px 28px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.callback-form .contact-form button.border-button:hover {
	background-color: #fff;
	color: #0d5c75;
}

.contact-us .contact-form button.filled-button {
	background-color: #0d5c75;
	color: #fff;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

.contact-us .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #0d5c75;
}



/* Partners Style */

.contact-partners {
	margin-top: -8px!important;
}

.partners {
	margin-top: 140px;
	background-color: #f7f7f7;
	padding: 60px 0px;
}

.partners .owl-item {
	text-align: center;
	cursor: pointer;
}

.partners .partner-item img {
	max-width: 156px;
	margin: auto;
}



/* Footer Style */

footer {
	background-color: #232323;
	padding: 80px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer .map iframe{
	width: 190px;
	height: 190px;
}
footer p {
	color: #fff;
	line-height: 25px;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #0d5c75;
	color: #fff;
	transform: translateY(-5px);
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-links li, footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-links li:hover {
	transform: translateX(5px);
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 200px;
	min-height: 120px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: #343434;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: none;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: none;
	background-color: #343434;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: transparent;
	color: #fff;
	background-color: #0d5c75;
	border: none;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #0d5c75;
}



/* Sub-footer Style */

.sub-footer {
	background-color: #343434;
	text-align: center;
	padding: 25px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	color: #fff;
	font-weight: 500;
	transition: all 0.36s ease-in-out;
}
.sub-footer a:hover {
	color: #199fb1;
}

.page-heading {
	text-align: center;
	background-image: url(../images/page-heading-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 230px;
	color: #fff;
}

.page-heading h1 {
	text-transform: capitalize;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}
.page-heading h1 em {
	font-style: normal;
	color: #199fb1;
}
.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}

.sub-heading h1 em {
	font-style: normal;
	color:#0d5c75;
}
.sub-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* team */

.team {
	background-color: #f7f7f7;
	margin-top: 140px;
	margin-bottom: -140px;
	padding: 120px 0px;
}

.team-item img {
	width: 100%;
	overflow: hidden;
}

.team-item .down-content {
	background-color: #fff;
	padding: 30px;
}

.team-item .down-content h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 10px;
}

.team-item .down-content span {
	color: #0d5c75;
	font-weight: 600;
	font-size: 14px;
	display: block;
	margin-bottom: 15px;
}

.team-item .down-content p {
	margin-bottom: 20px;
}


/* Single Service */

.hero-waves {
	display: block;
	margin-top: 65px;
	width: 100%;
	height: 60px;
	z-index: 5;
	position: relative;
  }
  
  .wave1 use {
	animation: move-forever1 10s linear infinite;
	animation-delay: -2s;
  }
  
  .wave2 use {
	animation: move-forever2 8s linear infinite;
	animation-delay: -2s;
  }
  
  .wave3 use {
	animation: move-forever3 6s linear infinite;
	animation-delay: -2s;
  }
  
  @keyframes move-forever1 {
	0% {
	  transform: translate(85px, 0%);
	}
  
	100% {
	  transform: translate(-90px, 0%);
	}
  }
  
  @keyframes move-forever2 {
	0% {
	  transform: translate(-90px, 0%);
	}
  
	100% {
	  transform: translate(85px, 0%);
	}
  }
  
  @keyframes move-forever3 {
	0% {
	  transform: translate(-90px, 0%);
	}
  
	100% {
	  transform: translate(85px, 0%);
	}
  }

.custom-card{
	background-color: #0d5c75;
	border: 2px solid #0d5c75;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	transition: all .3s ease-in-out;
}
.custom-card .card-text i{
	font-size: 22px;
	transition: transform .5s ease-in-out;
}
.custom-card:hover{
	background-color: #fff;
	color: #0d5c75;
}
.custom-card:hover .card-text i{
	transform: translateX(5px);
}

.single-services {
	margin-top: 140px;
}

#sebi-tabs ul{
	
	justify-content: space-between;
	margin-bottom: 30px;
}
#sebi-tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 20px;
	border-radius: 5px;
	display: inline-block;
	background-color: #fff;
	border: 3px solid #199fb1;
  	font-size: 20px;
  	color: #199fb1;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
	margin-bottom: 10px;
}
#sebi-tabs ul .ui-tabs-active a{
	background: #199fb1;
  	color: #fff;
}
#sebi-tabs .tabs-content{
	margin-left: 0;
	margin-bottom: 100px;
}

/* #sebi-tabs ul li a { */
#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
	text-transform: capitalize;
	width: 100%;
	padding: 30px 30px;
	display: inline-block;
	background: #fff;
  	color: #0d5c75;
	border: 3px solid #0d5c75;
	border-radius: 5px;
  	font-size: 20px;
  	letter-spacing: 0.5px;
  	font-weight: 700;
  	transition: all 0.3s;
}
#tabs ul li a i, #sebi-tabs ul li a i {
	float: right;
	margin-top: 5px;
}
#tabs ul .ui-tabs-active a{
	background: #0d5c75;
	color: #fff;
}

.tabs-content {
	width: 100%;
	margin-left: 30px;
	margin-bottom: 100px;
	text-align: left;
  	display: inline-block;
  	transition: all 0.3s;
	
}
.tabs-content article h4, .tabs-content article h6{
	margin-bottom: 10px;
}
.t-b {
	width: 100%;
	overflow-x: auto; /* Ensure horizontal scroll on mobile */
	margin-bottom: 25px;
	-webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
}

.table {
	background: #fff;
	width: 100%;
	margin-bottom: 0;
	border-collapse: collapse; /* Ensures borders are shared and aligned */
}

.table th, .table td {
	border: 1px solid #0d5c75; /* Uniform border color */
	padding: 15px; /* Comfortable spacing */
	vertical-align: middle; /* Vertical centering */
	text-align: center; /* Horizontal centering */
}

.table th {
	background: #0d5c75;
	color: #fff;
	min-width: 150px; /* Minimum width to prevent crushing on mobile */
	font-weight: 600;
	white-space: nowrap; /* Keep headers on one line */
}

.table td {
	color: #000;
}

.table td img {
	width: 32px; /* Fixed width for consistent icons */
	height: auto;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%; /* Safety to prevent overflow */
}

.table td .report {
	display: inline-block;
	text-decoration: none;
}

/* Optional: Row hover effect for better UX */
.table tr:hover td {
	background-color: #f1f1f1;
}


/* Contact Information */

.contact-information {
	margin-top: 140px;
}

.contact-information .contact-item {
	padding: 60px 30px;
	background-color: #f7f7f7;
	text-align: center;
}

.contact-information .contact-item i {
	color: #0d5c75;
	font-size: 48px;
	margin-bottom: 40px;
}

.contact-information .contact-item h4 {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.25px;
	margin-bottom: 15px;
}

.contact-information .contact-item p {
	margin-bottom: 20px;
}

.contact-information .contact-item a {
	font-weight: 600;
	color: #0d5c75;
	font-size: 15px;
}

/* Sent Message */
.on{
	visibility: visible !important;
	opacity: 1 !important;
  }
  .sent-message{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color:rgba(0, 0, 0, 0.60);
	top: 0;
	left: 0;
	overflow: auto;
	z-index: 99999;
	transition: all 0.36s ease-in-out;
  }
  .sent-message .card{
	position: relative;
	z-index: 999999;
	margin-top: 20% !important;
	margin: auto;
	max-width: 50%;
	padding:30px 50px;
	border-radius:20px;
	text-align: center;
	background-color:#fff;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.30);
  }
  .close-btn{
	font-size: 20px;
	font-weight: 600;
	position: absolute;
	top: 4%;
	right: 2%;
	cursor:pointer;
	transition: all 0.36s ease;
	height: 34px;
	width: 34px;
	color: #fff;
	background-color: #0d5c75;
	border: 1px solid #0d5c75;
	border-radius: 50%;
	transform: scale(1.1);
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.30);
  }
  
  .close-btn:active{
	outline: #8b0000;
	border: 1px solid #8b0000;
	transform: scale(0.9);
  }
  
  .close-btn:hover, .close-btn:focus {
	color: #fff;
	border: 1px solid #8b0000;
	background-color: #8b0000;
  }
  .sent-message h3{
	font-weight: 700;
  }
  .sent-message h6{
	font-size: 18px;
	padding-top: 20px;
	background: #fff;
	text-align:center;
	border-radius:10px 10px 0 0
  }
  
  @media (max-width: 991px) {
	.sent-message .card{
	  max-width: 65%;
	  margin-top: 50% !important;
	}
  }
  @media (max-width: 768px) {
	.sent-message .card{
	  max-width: 80%;
	}
  }  


/* Responsive Style */
@media (max-width: 991px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
		width: auto;
	}
	.navbar .navbar-brand h2 {
		color: #000;
		visibility: visible;
		opacity: 1;
	}
	.navbar .navbar-brand h2 em{
		/* color: #0d5c75; */
		color: #000;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.current,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #0d5c75!important;
		background-color: transparent !important;
		border-bottom: none!important;
	}
	.main-banner .carousel-inner{
		height: 60vh;
		padding-top: 80px;
	}
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7{
		background-position: top center;
		background-size: cover;
		min-height: 0;
	}
	.main-banner .carousel-custom{
		position: absolute;
		display: flex;
		flex-direction: column;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.main-banner .carousel-control-prev{margin-bottom: 0;}
	.main-banner .carousel-control-next{margin-top: 0;}
	
	.main-banner .about {display: none;}
	.intro{display: block;}

	.vision, .mission{
		margin-top: 80px;
	}
	.mission .content-image img, .vision .content-image img{
		width: 50%;
	}
	.director-item{
		height: 250px;
	}
	.more-info .right-content .read-scroll{
		height: 360px;
	}
	.mt-cs-2{
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	/* .main-banner .carousel-inner{
		height: 40vh;
	}
	.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7{
		background-size: contain;
	} */
	/* .img-fill{
		height: 70vh;
		background-position: left;
	} */
	.director-item{
		height: 300px;
	}
	.members .member-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.mission .content-image img, .vision .content-image img{
		width: 100%;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
	.callback-form .contact-form {
		padding: 30px;
	}
	.more-info .right-content .read-scroll{
		height: 100%;
	}
}