@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; */
	padding: 50px 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;
}
.section-subtitle{
	/*margin-bottom: 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%;
	border-radius: 6px;
}





/*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.png);
	height: 100vh;
	position: relative;
}
.intro-box{
	height: 100vh;
}
.intro h1{
	position: relative;
	color: #fff;
	font-size: 90px;
	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-header{
	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-header{
		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;
	margin-bottom: 20px;
}
.cta-bg{
	background-color: #253250;
	padding: 100px 0;
}
.cta h1{
	text-transform: uppercase;
}
.cta h2{
	color: #000000;
	text-transform: uppercase;
}
.cta p{
	color: #000000;
}
.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
**********************/
.practice{
	text-transform: uppercase;
}
.practice-box{
	position: relative;
	margin-bottom: 30px;
	font-family: 'Roboto';
}
.practice-box:hover .overlay{
	opacity: 1;
}
.overlay{
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: all 0.4s ease-in-out;
	background-color: rgba(0, 84, 166, 0.7);
}
.paractice-icon{
	font-size: 72px;
}
.practice-title{
	font-size: 20px;
	margin: 0;	
}






/**********************
		Consultation
**********************/
.consultation{
	background-color: #F2EEED;
}
.consultation-form .form-control{
	margin-bottom: 30px;
	border-radius: 0;
}
.consultation-form  .bootstrap-select .btn, .consultation-form .dropdown-menu{
	border-radius: 0;
}
.btn-cn{
	background-color: #455579;
	border-radius: 0;
	color: #fff;
}
.btn-cn:hover{
	border-color: #455579;
	background-color: transparent;
	color: #455579;
}








/**********************
		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;*/
}





/**********************
		Clients
**********************/
.client-box{
	margin-bottom: 30px;
}
.client-box img{
	opacity: 0.5;
	transition: all 0.4s ease-in-out;
}
@media (min-width: 768px){
	.client-box img{
		padding: 50px 0;
	}
}
.client-box:hover img{
	opacity: 1;
}







/**********************
		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.png);
}
.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;
	}
}



/* Logo Styling */
.navbar	{
	min-height: 100px;
}
/* Brand wrapper */
.site-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}

/* Logo image */
.site-logo {
  width: 260px;
  height: auto;   /* default size */
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.2); /* very light white background */
  transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
  border-radius: 6px; /* soft rounded corners */
}

/* Hover effect */
.site-logo:hover {
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.4); /* slightly stronger white glow */
  filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.3));
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .site-logo {
    height: auto;
	padding: 10px 16px;
  }
}

/* Custom Dropdown Styling */
.custom-dropdown {
  background-color: #ffffff; /* clean white background */
  border-radius: 6px;
  padding: 10px 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* soft shadow for depth */
}

/* Dropdown items */
.custom-dropdown li a {
  display: block;
  padding: 12px 20px; /* more spacious */
  color: #333;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0,0,0,0.05); /* very light bottom line */
}

/* Remove border from last item */
.custom-dropdown li:last-child a {
  border-bottom: none;
}

/* Hover effect */
.custom-dropdown li a:hover {
  background-color: #f9f9f9; /* subtle highlight */
  color: #0073e6; /* brand accent color */
  padding-left: 25px; /* slight slide effect */
}

.footer {
  background-color: #10182D;
  color: #F7F7F7;
  padding: 40px 0 20px;
}

.footer h4 {
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-logo {
  max-width: 120px;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  /* color: #969595; */
  color: #F7F7F7;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer ul li a:hover {
  color: #30ADDD;
}

.footer-contact p {
  margin-bottom: 8px;
}

.footer-social {
  margin-top: 10px;
}

.footer-social a {
  color: #969595;
  margin: 0 8px;
  font-size: 20px;
  transition: color 0.3s ease;
}

.footer-social a:hover {
  color: #30ADDD;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 20px;
  padding-top: 15px;
}


/* Brand wrapper */
.site-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

/* Logo image */
.site-logo {
  max-height: 80px;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.2); /* subtle white background */
  border-radius: 6px;
  transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out, background-color 0.4s ease-in-out;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

/* Hover effect */
.site-logo:hover {
  transform: scale(1.05) rotate(-2deg);
  background-color: rgba(255, 255, 255, 0.4);
  filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.3));
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .site-logo {
    max-height: 120px;
    padding: 10px 16px;
  }
}

.intro h3 {
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
.btn-header {
  background-color: #30ADDD;
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}
.btn-header:hover {
  background-color: #1E2942;
  color: #fff;
}


.cta-bg {
  background-color: #253250;
  padding: 80px 0;
  border-radius: 6px;
}

.cta h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.4;
}

.cta h1 small {
  font-size: 18px;
  color: #30ADDD;
}

.cta p {
  /* color: #e0e0e0; */
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.7;
}

.cta-btn a {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  padding: 12px 30px;
  border: 2px solid #fff;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.cta-btn a:hover {
  background-color: #30ADDD;
  border-color: #30ADDD;
  color: #fff;
}


.about-us {
  /* margin-top: 40px; */
  padding: 80px 0;
}

.about-us img {
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.about-text h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #253250;
}

.about-text p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #555;
}

.about-text .btn {
  background-color: #30ADDD;
  color: #fff;
  border: none;
  padding: 10px 25px;
  transition: background-color 0.3s ease;
}

.about-text .btn:hover {
  background-color: #1E2942;
}


.breadcrumb-section {
  margin-top: 100px;
  background-color: #f8f9fa;
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}

.breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
}

.breadcrumb li {
  display: inline;
  color: #555;
}

.breadcrumb li a {
  color: #30ADDD;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li.active {
  color: #253250;
  font-weight: bold;
}


.mission-section {
  background-color: #f4f7fa;
  padding: 80px 0;
}

.mission-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #253250;
}

.mission-lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #444;
}

.mission-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

.mission-section .btn {
  background-color: #30ADDD;
  color: #fff;
  padding: 10px 25px;
  border: none;
  transition: background-color 0.3s ease;
}

.mission-section .btn:hover {
  background-color: #1E2942;
}
.values-section {
  background-color: #fff;
  padding: 80px 0;
}

.values-section h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #253250;
}

.section-subtitle {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.value-box {
  text-align: center;
  padding: 20px;
}

.value-icon {
  font-size: 40px;
  color: #30ADDD;
  margin-bottom: 15px;
  display: block;
}

.value-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #253250;
}

.value-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.services {
  padding: 80px 0;
  background-color: #f9f9f9;
}

.title-box h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #253250;
}

.section-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.service-box {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
}

.service-icon {
  font-size: 40px;
  color: #30ADDD;
  margin-bottom: 15px;
  display: block;
}

.service-box h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #253250;
}

.service-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.why-services {
  background-color: #f4f7fa;
  padding: 80px 0;
}

.why-services h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #253250;
}

.section-subtitle {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.why-box {
  text-align: center;
  padding: 25px;
}

.why-icon {
  font-size: 40px;
  color: #30ADDD;
  margin-bottom: 15px;
  display: block;
}

.why-box h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #253250;
}

.why-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
/* .disclaimer {
  font-size: 0.95rem;
  color: #444;
  line-height: 1.6;
}
.disclaimer h1 {
  font-size: 2rem;
  color: #222;
}
.disclaimer h4 {
  font-size: 1.2rem;
  color: #333;
} */

