@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;*/
	background-color: rgb(31, 155, 22);
}
.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;
}
.dark-semitransparent-bg {
	background: rgba(10, 10, 10, 0.5);
	padding-top: 10px;
	padding-bottom: 10px;
}
.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.6);
}
.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;*/
	background-color: rgb(24, 88, 19);
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	color: #fff;
}
.navbar-default{
	
	/*background-color: #31436b;*/
	background-color: #0c3109;
	border-color: transparent;
}
.navbar-brand img{
	width: 80px;
	transition: all 0.4s ease-in-out;
}
.navbar-toggle{
	border-radius: 0;
}

@media (min-width: 768px){
	.navbar-brand img{
		width: 100px;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
	}	
}

@media (min-width: 1024px){
	.navbar-brand img{
		width: 120px;
	}
	.navbar-nav>li>a{
		padding-top: 30px;
		padding-bottom: 30px;
		font-size: 1.2em;
	}	
}







/**********************
		Header
**********************/
.header{
	background-image: url(../images/header.jpg);
	height: 100vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}
@media (max-width: 991px){
	.header{
		background-image: url(../images/header-mobile4.jpg);
		background-position: center 6vh;
		
	}
	.header.overlay-dark:after{
		background-color: rgba(0, 0, 0, 0.3);
	}
}
.intro-box{
	height: 100vh;
}

	.intro-mayus {
		font-size: 1em;
	}

	.intro .intro-text {
		margin-top: 0px;
		font-size: 0.8em;
	}
@media (min-width: 401px) {
	.intro-mayus {
		font-size: 1.2em;
	}

	.intro .intro-text {
		overflow: auto;
		margin-top: -70px;
		height: 50%;
		font-size: 1em;
	}
}
.intro-text::-webkit-scrollbar {
	width: 10px;
}

.intro-text::-webkit-scrollbar-track {
	border: 1px solid #000;
	padding: 2px 0;
	background-color: #404040;
}

.intro-text::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #737272;
	border: 1px solid #000;
}
.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: 80px;
	}
}

.bottom-text-header{
	position: absolute;
	bottom: 20px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px #000000;

	left: calc(50% - 170px);
}
@media (max-width: 991px){
	.bottom-text-header{
		bottom: 5px;
	}
}





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



/**********************
		STAFF
**********************/
.staff{
	/*color: #fff;*/
	/*background-image: url(../images/passports.JPG);*/
	text-align: center;
	background-position: center center;
	/*margin-top: 10vh;*/
	min-height: 70vh;
	
}


.staff-header{
	background-image: url(../images/passports.JPG);
	height: 90vh;
	margin-top: 10vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
}


@media (max-width: 1081px){

	.staff{
		text-align: center;
		
		
	}

	.staff-header{
		background-image: url(../images/passports-mobile.JPG);
		background-size: cover;
		margin-top: 8vh;
		height: 40vh;
		background-position: center center;
	}
	
}

.staff .cards div {
	margin-top: 1em;
	box-shadow: 10px 10px 10px;

}

/**********************
		CTA
**********************/
.cta{
	color: #fff;
	/*text-align: center;*/
	text-align: left;
	
}
.cta-history{
	min-height: 90vh;
}
.cta-mission{	
	min-height: 90vh;
}
.cta-bg{
	/*background-color: #253250;*/
	background-color: #0c2809;
	padding: 100px 0;
}
.cta h1{
	text-transform: uppercase;
	margin-left: 5vh;
	margin-right: 5vh;
}
.cta p{
	text-transform: uppercase;
	margin-left: 5vh;
	margin-right: 5vh;
}
.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;
	text-transform: uppercase;
	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{
}*/
.choose{
	min-height: 90vh;
}






/**********************
		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(12, 49, 9, 0.7);
	/*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;*/
	background-color: #0c4609;
	border-radius: 0;
	color: #fff;
}
.btn-cn:hover{
	/*border-color: #455579;*/
	border-color: #0c4609;
	background-color: transparent;
	/*color: #455579;*/
	color: #0c4609;
}








/**********************
		Slider
**********************/
.slider-1{
	text-align: center;
	background-image: url(../images/familly-back.jpg);
}
#slider_1{
	/*background-color: #39496D;*/
	background-color: #356332;
}
.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;*/
	box-shadow: 2px 2px 5px rgb(34, 78, 30);
}
.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;*/
	background-color: #0c4609;
	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;*/
	background-color: #0c4609;
}
.faq .panel-body{
	background-color: rgb(78, 100, 77);
	/*color: #bcbcbc;*/
	color: #d1cece;
}
.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;*/
	background-image: url(../images/contato.jpg);
	/*color: #969595;*/
	color: black;
	min-height: 90vh;
	margin-top:0vh;
	background-size: cover;
	background-position: center center;
	position: relative;
	background-repeat: no-repeat;
	
}
.contact-box{
	width:98%;
	margin-left: 1%;
}
.contact-box .contact-box-centered.addr{
	min-height: 20vh;
	padding: 8vh 8vh;
}

.contact-box-centered{
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 60px;
}

.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: 2.0;
	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;*/
	background-color: rgb(50, 75, 48);
	border-radius: 0;
	color: #fff;
}
.contact button{
	padding: 8px;
}





.subscribe{
	/*border-bottom: 3px solid #2C3447;*/
	border-bottom: 3px solid rgb(33, 68, 30);
	/*background-color: #10182D;*/
	background-color:  rgb(29, 48, 28);
	color: #969595;
}
.subscribe h2{
	color: #fff;
}
.subscribe-form{
	margin-top: 30px;
}




/*Footer*/
.footer{
	/*background-color: #10182D;*/
	background-color: rgb(29, 48, 28);
	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;
	}
}





/* Loading icon*/
/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
   .modal-loading {
    display:    none;
    position:   fixed;
    z-index:    2000;
    top:        0%;
    left:       0%;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                50% 50% 
                no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal-loading {
    overflow: hidden;   
}

.modal-loading>div {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;    
}
/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal-loading {
    display: block;
}

@keyframes lds-facebook_1 {
    0% {
      top: 36px;
      height: 128px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @-webkit-keyframes lds-facebook_1 {
    0% {
      top: 36px;
      height: 128px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @keyframes lds-facebook_2 {
    0% {
      top: 41.99999999999999px;
      height: 116.00000000000001px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @-webkit-keyframes lds-facebook_2 {
    0% {
      top: 41.99999999999999px;
      height: 116.00000000000001px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @keyframes lds-facebook_3 {
    0% {
      top: 48px;
      height: 104px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  @-webkit-keyframes lds-facebook_3 {
    0% {
      top: 48px;
      height: 104px;
    }
    50% {
      top: 60px;
      height: 80px;
    }
    100% {
      top: 60px;
      height: 80px;
    }
  }
  .lds-facebook {
    position: relative;
  }
  .lds-facebook div {
    position: absolute;
    width: 30px;
  }
  .lds-facebook div:nth-child(1) {
    left: 35px;
    background: #2D5F2A;
    -webkit-animation: lds-facebook_1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook_1 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
  }
  .lds-facebook div:nth-child(2) {
    left: 85px;
    background: #5D9759;
    -webkit-animation: lds-facebook_2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook_2 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
  }
  .lds-facebook div:nth-child(3) {
    left: 135px;
    background: #8CB789;
    -webkit-animation: lds-facebook_3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
    animation: lds-facebook_3 1s cubic-bezier(0, 0.5, 0.5, 1) infinite;
  }
  .lds-facebook {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  }