@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: "Roboto Regular", "Myriad Pro", \5FAE\8EDF\6B63\9ED1\9AD4, sans-serif; font-size: 16px;
}
img {
	max-width: 100%;
}
section{
	padding: 100px 0 70px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
h5 {
	font-size: 16px;
}
.title-box{
	text-align: center;
	position: relative;
	margin-bottom: 60px;
}
.title-box:after{
	content: '';
	width: 150px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 75px);
	background-color: #FF6900;
}
.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);
}

.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: #FF6900;
}
.navbar-default .navbar-nav>li>a{
	color: #FF6900;
	text-transform: uppercase;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
	background-color: #FF6900;
}
.navbar-default{
	background-color: rgba(255,255,255,.9);
	border-color: transparent;
	box-shadow: 0 0 20px #ccc;
}
.navbar-brand {
	padding: 5px 15px;
	height: inherit;
}
.navbar-brand img{
	width: 260px;
	transition: all 0.4s ease-in-out;
}
.navbar-toggle{
	border-radius: 0;
}
@media (min-width: 768px){
	.navbar-brand {
		padding: 15px;
	}
	.navbar-brand img{
		width: 360px;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
@media (max-width:359px) {
	.navbar-brand img {
		width: 230px;
	}
}




/**********************
		Header
**********************/
.header{
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.intro-box{
	height: 100vh;
}
.intro h1{
	position: relative;
	color: #fff;
	font-size: 90px;
	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;
	font-size: 12px;
	padding: 12px 50px;
	left: calc(50% - 89px);
	border-radius: 0;
}
@media (max-width: 991px){
	.header {
		padding-top: 50px;
	}
	.btn-header{
		bottom: 30px;
	}
}





/**********************
		Fun
**********************/
.fun{
	text-align: center;
}
.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: #FF6900;
	padding: 80px 0;
}
.cta-list h3 {
	margin: 0 auto 18px;
	padding: 0;
	line-height: 1.4;
}
.cta-list h3:before, .cta-list h3:after {
	content: "-";
	display: inline;
	margin: 0 12px;
}
.cta-list2 {
	display: none;
	text-align: left;
}
.cta-btn{
	margin-top: 40px;
	display: inline-block;
	font-size: 36px;
	padding: 10px 30px;
	color: #FFF;
}
.cta-btn a{
	color: #FF6900;
	text-decoration: none;
}
.cta-btn img {
	opacity: 0.2;
}
@media (max-width:767px) {
	.cta-btn {
		width: 90%;
	}
}
@media (max-width: 479px) {
	.cta-list {
		display: none;
	}
	.cta-list2 {
		display: block;
	}
	.cta-list2 h3 {
		max-width: 90%;
		font-size: 18px;
		text-align: left;
		line-height: 1.4;
	}
	.cta-btn {
		font-size: 24px;
	}
	.cta-btn img {
		width: 24px;
	}
}


/**********************
		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{
	font-size: 18px;
	letter-spacing: 1.2px;
	line-height: 1.6;
	margin-top: 10px;
	margin-bottom: 30px;
}
.choose img { max-width: 80%; }
.choose .martin { position: relative; color: #4c4c4c; text-align: left; font-size: 14px; }



/**********************
		Practice
**********************/
.practice{ }
.practice-box{
	position: relative;
	margin-bottom: 30px;
	border: #F2EEED 1px solid;
}
.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(255, 105, 0, 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 #FF6900;
}
.team-box > img {
	width: 160px;
	height: 160px;
	border-radius: 20px;
	border: #000 6px solid;
	padding: 16px;
	display: block;
	margin: 30px auto 30px;
}
.team-detail{
	background-color: #FF6900;
	color: #fff;
	padding: 20px;
}
.team-box ul{
	text-align: center;
	padding-left: 0;
}
.team-box ul li{
	list-style-type: none;
}
.team-box h3{ }





/**********************
		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.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;
}
.faq .panel-heading, .faq .panel-body, .faq .panel-group .panel{
	border-radius: 0;
}



/**********************
		Contact
**********************/
.contact{
	background-color: #F2EEED;
	color: #969595;
}
.contact-logo{
	max-width: 268px;
	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: #FF6900;
	border-radius: 0;
	color: #fff;
}
.contact button{
	padding: 8px;
	font-size: 16px;
}
.form-control {
	font-size: 16px;
}




.subscribe{
	border-bottom: 3px solid #2C3447;
	background-color: #10182D;
	color: #969595;
}
.subscribe h2{
	color: #fff;
}
.subscribe-form{
	margin-top: 30px;
}




/*Footer*/
.footer{
	background-color: #FF6900;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #fff;
}

.footer .footer-social {
  font-size: 24px;
}
.footer .footer-social a {
  color: #fff;
  margin: 8px;
}
@media (min-width: 768px){
	.footer .footer-social{
		float: right;
	}
}
@media (max-width: 767px){
	footer, .subscribe{
		text-align: center;
	}
}
