@import url(https://fonts.googleapis.com/css?family=Lora:400,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
body{
	font-family: 'Lora';
}
section{
	padding: 100px 0 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.title-box{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}
.title-box:after{
	content: '';
	width: 50px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 25px);
	background-color: #30ADDD;
}
.section-title{
	margin-top: 0;
}


.c-table{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.ct-cell{
	color: #fff;
	display: table-cell;
	vertical-align: middle;
}

.overlay-light, .overlay-dark{
	position: relative;
}
.overlay-light div, .overlay-dark div{
	z-index: 2;
}
.overlay-light:after, .overlay-dark:after{
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.overlay-light:after{
	background-color: rgba(255, 255, 255, 0.8);
}
.overlay-dark:after{
	background-color: rgba(0, 0, 0, 0.5);
}

.img-full{
	width: 100%;
}





/*navbar*/
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
	background-color: #1E2942;
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default{
	background-color: #31436b;
	border-color: transparent;
}
.navbar-brand img{
	width: 60px;
	transition: all 0.4s ease-in-out;
}
.navbar-toggle{
	border-radius: 0;
}
@media (min-width: 768px){
	.navbar-brand img{
		width: 110px;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
	}	
}





/**********************
		Header
**********************/
.header{
	background-image: url(../images/header.jpg);
	height: 100vh;
	position: relative;
}
.intro-box{
	height: 100vh;
}
.intro h1{
	position: relative;
	color: #fff;
	font-size: 35px;
	text-transform: uppercase;
	line-height: 1;
}
.intro h1:after, .intro h1:before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
}
.intro h1:after{
	bottom: 0;
}
.intro h1:before{
	top: 0;
}
.btn-groups{
	position: absolute;
	/* bottom: 100px; */
	text-transform: uppercase;
	font-size: 12px;
	padding: 12px 50px;
	left: calc(50% - 89px);
	border-radius: 0;
}


@media (max-width: 991px){
	.btn-group{
		bottom: 30px;
	}
}





/**********************
		Fun
**********************/
.fun{
	text-align: center;
	text-transform: uppercase;
}
.fun-box{
	margin-bottom: 30px;
}
.fun-number{
	font-size: 50px;
}
.fun-title{
	font-size: 18px;
}







/**********************
		CTA
**********************/
.cta{
	color: #fff;
	text-align: center;
	padding: 0;
}
.cta-bg{
	background-color: #253250;
	padding: 100px 0;
}
.cta h1{
	text-transform: uppercase;
}
.cta-btn{
	margin-top: 20px;
	display: inline-block;
	font-size: 30px;
	padding: 10px 30px;
	border: 3px solid #fff;
}
.cta-btn a{
	color: #fff;
	text-decoration: none;
}


/**********************
		Choose
**********************/
.choose{
	text-align: center;
	background-image: url(../images/choose.jpg);
}
.choose-box{
	margin-bottom: 30px;
}
.choose-icon{
	color: #4c4c4c;
	font-size: 72px;
}
.choose-title{
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.choose-detail{

}






/**********************
		Practice
**********************/
/* =====================================
   1. Base “practice” Section Styles
   ===================================== */
.practice {
  text-transform: uppercase;
  letter-spacing: 0.05em;         /* Slight spacing for legibility */
  color: #054DA6;                 /* Make sure headings/text use a consistent color */
  font-weight: 500;
  margin-bottom: 20px;            /* Space below section heading if any */
}

/* =====================================
   2. Practice Box Container
   ===================================== */
.practice-box {
  position: relative;
  overflow: hidden;               /* Ensures overlay and image don’t overflow box */
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
  border-radius: 4px;             /* Rounded corners on the image container */
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.practice-box:hover {
  transform: translateY(-5px);    /* Lift effect on hover */
}

/* =====================================
   3. The Image Itself
   ===================================== */
.practice-box img.img-responsive {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;              /* In case the container ratio differs */
}

/* =====================================
   4. Overlay (hidden by default, fades in on hover)
   ===================================== */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 84, 166, 0.75);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  display: flex;                  /* Use flexbox to center children */
  align-items: center;
  justify-content: center;
}
.practice-box:hover .overlay {
  opacity: 1;
}

/* =====================================
   5. Inner Overlay Cell (centers icon + title)
   ===================================== */
.ct-cell {
  text-align: center;
  padding: 20px;
  color: #ffffff;
}

/* =====================================
   6. Icon Styling
   ===================================== */
/* Fixing typo: use .practice-icon (not .paractice-icon) */
.practice-icon,
.paractice-icon {
  font-size: 64px;                /* Slightly smaller for balance */
  color: #ffffff;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
}

/* Optional: scale icon on hover */
.practice-box:hover .practice-icon,
.practice-box:hover .paractice-icon {
  transform: scale(1.1);
}

/* =====================================
   7. Title/Text Styling Inside Overlay
   ===================================== */
.practice-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  line-height: 1.2;
}

/* =====================================
   8. Responsive Tweaks
   ===================================== */
/* On very small screens, reduce icon size and text */
@media (max-width: 576px) {
  .practice-icon,
  .paractice-icon {
    font-size: 48px;
  }
  .practice-title {
    font-size: 16px;
  }
  .ct-cell {
    padding: 10px;
  }
}

/* =====================================
   9. Utility Classes (Optional)
   ===================================== */
/* If you want a border or slight overlay on load */
.practice-box .overlay::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.2); /* subtle dark tint under icon/title */
  z-index: 1;
}
.ct-cell > * {
  position: relative;             /* Bring icon/title above background tint */
  z-index: 2;
}






/* ================================
   Consultation Section Styles
   ================================ */
.consultation {
  background-color: #F2EEED;
}

/* Title styling (optional—use your theme’s fonts/colors) */
.consultation .section-subtitle {
  color: #555;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.consultation .section-title {
  color: #054DA6;
  font-size: 2rem;
  font-weight: 600;
}

/* Form controls */
.consultation-form .form-control,
.consultation-form .selectpicker {
  border-radius: 0;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Focus state */
.consultation-form .form-control:focus,
.consultation-form .selectpicker:focus {
  border-color: #054DA6;
  box-shadow: 0 0 0 2px rgba(5, 77, 166, 0.2);
  outline: none;
}

/* Submit button */
.btn-cn {
  background-color: #455579;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
}

.btn-cn:hover,
.btn-cn:focus {
  background-color: transparent;
  color: #455579;
  border: 2px solid #455579;
  text-decoration: none;
}

/* Responsive tweaks (optional) */
/* Ensure the selectpicker spans full width */
.consultation-form .bootstrap-select .dropdown-toggle {
  border-radius: 0 !important;
  width: 100% !important;
}

/* On very small screens, adjust subtitle size */
@media (max-width: 480px) {
  .consultation .section-subtitle {
    font-size: 0.9rem;
  }
  .btn-cn {
    width: 100%;
  }
}









/**********************
		Slider
**********************/
.slider-1{
	text-align: center;
	background-image: url(../images/familly-back.jpg);
}
#slider_1{
	background-color: #39496D;
}
.slider-1-item-box{
	color: #fff;
	padding: 50px;
}
.slider-1-item-box h2{
	margin:10px auto 20px;
	text-transform: uppercase;
}
.slider-icon{
	font-size: 72px;
}
.slider-1-item-box p{
	line-height: 1.5;
	font-size: 16px;
}
.slider_1{
	position: relative;
}
.slider_1 .owl-controls .owl-dots{
	bottom: 40px;
    position: relative;
}
.mb0{
	margin-bottom: -70px;
}


/**********************
		Team
**********************/
.team{
	background-color: #F2EEED;
}
.team-box{
	padding: 10px;
	margin-bottom: 30px;
	/*background-color: #fff;*/
	transition: all 0.4s ease-in-out;
}
.team-box:hover{
	box-shadow: 2px 2px 5px #0054A6;
}
.team-detail{
	background-color: #e1e1e1;
	color: #4b4b4b;
	padding: 20px;
}
.team-box ul{
	text-align: center;
	padding-left: 0;
}
.team-box ul li{
	list-style-type: none;
}
.team-box h3{
	/*font-weight: 700;*/
}





//* ----------------------------------------------------------------
   Stakeholders Section
----------------------------------------------------------------- */
.stakeholders {
  padding: 60px 0;
  background-color: #ffffff; /* or whatever background you prefer */
}

.stakeholder-box {
  background-color: #f8f9fa;     /* light gray “card” look */
  margin: 15px auto;
  padding: 20px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 1rem;
}

.stakeholder-box p {
  margin: 0;
  color: #333333; /* dark text */
}

/* Ensure the title styles match your existing .title-box rules */
.title-box .section-subtitle {
  font-size: 0.9rem;
  color: #007bff; /* or your theme’s accent color */
  text-transform: uppercase;
  letter-spacing: 1px;
}

.title-box .section-title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5px;
}







/**********************
		Testimonial
**********************/
.testimonial{
	padding: 0;
}
#test-slider{
	background-color: #455579;
	color: #fff;
	padding: 60px;
}
.testimonial p{
	position: relative;
	padding: 0 20px 0 40px;
	font-style: italic;
	margin: 100px 0;
	line-height: 2;
}
.testimonial .item span{
	padding-left: 40px;
}
.testimonial p:after, .testimonial p:before{
	position: absolute;
	font-size: 24px;
}
.testimonial p:after{
	content: '"';
	right: 20px;
	bottom: -10px;
}
.testimonial p:before{
	content: '"';
	left: 20px;
	top: -10px;
}



/**********************
		FAQ
**********************/
.faq{
	background-image: url(../images/faq.jpg);
}
.faq .panel-group .panel{
	margin-bottom: 20px;
}
.faq .panel-default>.panel-heading{
	background-color: #455579;
}
.faq .panel-body{
	background-color: #5B6B8D;
	color: #bcbcbc;
}
.faq .panel-default>.panel-heading a{
	color: #fff;
	text-transform: uppercase;
}
.faq .panel-heading, .faq .panel-body, .faq .panel-group .panel{
	border-radius: 0;
}



/**********************
		Contact
**********************/
.contact{
	background-color: #F2EEED;
	color: #969595;
}
.contact-logo{
	margin-bottom: 30px;
}
.contact ul{
	padding-left: 0;
}
.contact ul li{
	list-style-type: none;
}
.contact ul li span{
	padding-right: 10px;
}
.contact ul, .contact p{
	line-height: 1.7;
	font-family: 'Roboto';
}
.input-group-addon, .form-control{
	background-color: #fff;
	border-color: transparent;
}
.contact .input-group{
	padding-bottom: 20px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle{
	border-radius: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn-group:not(:last-child)>.btn, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){
	border-radius: 0;
}
.contact button{
	background-color: #435174;
	border-radius: 0;
	color: #fff;
}
.contact button{
	padding: 8px;
}





.subscribe{
	border-bottom: 3px solid #2C3447;
	background-color: #10182D;
	color: #969595;
}
.subscribe h2{
	color: #fff;
}
.subscribe-form{
	margin-top: 30px;
}




/*Footer*/
.footer{
	background-color: #10182D;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #969595;
}

.footer .footer-social {
  font-size: 24px;
}
.footer .footer-social a {
  color: #969595;
  margin: 8px;
}
@media (min-width: 768px){
	.footer .footer-social{
		float: right;
	}
}
@media (max-width: 767px){
	footer, .subscribe{
		text-align: center;
	}
}
 /*===========================
      2) STAKEHOLDERS SECTION / CARDS
    ===========================*/
    .stakeholders-page {
      background-color: #ffffff; /* white background */
      padding: 80px 0;          /* top/bottom spacing */
    }

    /* TITLE BOX (centered) */
    .stakeholders-page .title-box {
      text-align: center;
      margin-bottom: 40px;
    }
    .stakeholders-page .section-subtitle {
      font-size: 0.9rem;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #6c757d;          /* gray text */
      margin-bottom: 5px;
    }
    .stakeholders-page .section-title {
      font-size: 2rem;
      font-weight: 700;
      color: #243c5a;          /* navy (matches navbar) */
      display: inline-block;
      position: relative;
      margin: 0 auto;
    }
    /* light-blue accent underline */
    .stakeholders-page .section-title::after {
      content: "";
      display: block;
      width: 50px;             /* underline length */
      height: 3px;             /* thickness */
      background-color: #3498db; /* light-blue accent */
      margin: 8px auto 0;      /* space below title */
    }

   /* --------------------------------------
   Stakeholders: flex-driven equal heights
--------------------------------------- */
.stakeholders-page .row > [class*="col-"] {
  display: flex;              /* enable flex on each column */
}
.stakeholder-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;             /* let this card grow to fill the column */
  height: 100%;               /* ensure it stretches to full height */
  position: relative;

  /* card styling */
  background-color: #f8f9fa;  /* default fallback */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 20px 15px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Hover lift */
.stakeholder-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Icon above name */
.stakeholder-card .ion-icon {
  font-size: 2rem;
  color: #3498db;
  margin-bottom: 10px;
}

/* Name styling */
.stakeholder-card .name {
  font-size: 1.2rem;
  font-weight: 600;
  color: #243c5a;
  margin: 0;
  line-height: 1.4;
}

/* Sub-list styling */
.stakeholder-card .subtext {
  list-style: none;
  padding: 0;
  margin-top: auto;  /* push subtext to bottom if needed */
}
.stakeholder-card .subtext li {
  font-size: 0.9rem;
  color: #555;
  margin: 4px 0;
}

/* -----------------------------
   Pastel background rotation
------------------------------ */
.stakeholder-card:nth-child(3n+1) {
  background-color: #e3f2fd;
  border-color: #90caf9;
}
.stakeholder-card:nth-child(3n+2) {
  background-color: #e8f5e9;
  border-color: #a5d6a7;
}
.stakeholder-card:nth-child(3n+3) {
  background-color: #fff3e0;
  border-color: #ffcc80;
}
