/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #50d8af;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #51d8af;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #50d8af;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #50d8af;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
}

#topbar .contact-info a:hover {
  color: #50d8af;
}

#topbar .contact-info i {
  color: #50d8af;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  border-left: 1px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #50d8af;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

#header #logo h1 {
  font-size:32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #50d8af;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 70px;
  }
  #header #logo h1 {
    font-size:20px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 60vh;
  position: relative;
  background: url("../img/intro-carousel/1.jpg") no-repeat;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

#intro .intro-content h2 {
  color: #0c2e8a;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 700;
}

#intro .intro-content h2 span {
  color: #50d8af;
  text-decoration: underline;
}

@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
  background: #0c2e8a;
  border: 2px solid #0c2e8a;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #0c2e8a;
}

#intro .intro-content .btn-projects {
  background: #50d8af;
  border: 2px solid #50d8af;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #50d8af;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel::before {
  content: '';
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #50d8af;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #50d8af;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle .fa-bars {
  color: #555;
}
.fa-times{
		color:#fff;
		}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #50d8af;
}

#mobile-nav ul .menu-item-active {
  color: #50d8af;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 10px;
}

.section-header h2 {
  font-size: 32px;
  color: #0c2e8a;
/*  text-transform: uppercase;*/
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #50d8af;
  bottom: 0;
  left: 0;
}

.section-header p {
  padding: 0;
  margin: 0;
}
/*--------------------------------------------------------------
 About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 60px 0;
  padding-bottom:20px;
}

#about .about-container .background {
  min-height: 300px;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 25px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
 #about {
  padding: 20px 0;
}
}

#about .about-container p {
  line-height: 26px;
  padding-bottom:20px;
  }
#about .about-container .description {
  line-height: 26px;
  padding-bottom:5px;
  } 

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 20px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#about .about-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#about .about-container .icon-box .title a {
  color: #0c2e8a;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
  text-align:justify;
}

/*--------------------------------------------------------------
Principles
----------------------------------------------------------------*/
#principles {
  background: #fff;
  padding-bottom:20px;
  padding-top:30px;
}
#principles .principles-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 27px;
}
#principles .principles-container .subh{
		font-size:20px;
		font-weight:bold;
		text-decoration:underline;
		color: #50d8af;
		font-family: 'Cardo', serif;
		}
#principles .principles-container p .fa{
	font-size:18px;
	margin-right:5px;
}
#principles .principles-container p{
		margin-bottom:7px;}


/*--------------------------------------------------------------
Operational Overview
----------------------------------------------------------------*/
#operational {
  background: #fff;
  padding-bottom:20px;
  padding-top:30px;
}
#operational .operational-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size: 27px;
}
#operational .operational-container .subh{
		font-size:20px;
		color: #50d8af;
		font-family: 'Cardo', serif;
		margin-bottom:2px;
		}
#operational p{
		font-size:15px;
		margin-bottom:10px;
		}	
.sidehead{
		color:#000;
		margin-bottom:2px;
		font-size:17px;
		font-weight:bold;
		}			
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}
.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
  height:250px;
}
.thumb img{
		height:100%;
		width:100%;}	
			
/*--------------------------------------------------------------
Philosophy
		--------------------------------*/
		
#philosophy{
  background: #fff;
  padding-bottom:20px;
  padding-top:30px;
}
#philosophy .philosophy-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size:27px;
}
#philosophy .philosophy-container .subh{
		font-size:25px;
		text-decoration:underline;
		color: #50d8af;
		}
#philosophy .philosophy-container p .fa{
	font-size:20px;
	margin-right:5px;
	color:#50d8af;
}
#philosophy .philosophy-container p{
		margin-bottom:7px;}
		
		
/*management		
	--------------------------------*/
#management{
  background: #fff;
  padding-bottom:20px;
  padding-top:30px;
}
#management .management-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size:27px;
}	
.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}
.frontside .card,
.backside .card {
    min-height: 500px;
	overflow:hidden;
}
.frontside .card{
	min-height: 400px;
		}
.frontside .card-text{
		font-size:15px;
		text-align:justify;
}
.backside .card a {
    font-size: 20px;
    color: #007b5e !important;
}
.backside p{
		font-size:12px;
		overflow:hidden;
		margin-bottom:10px;
		text-align:justify;
		}
.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
	font-size:20px;
}
.card-body{
		height:450px;}
.frontside .card .card-body img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.excutive .card{
	 min-height: 200px;
	overflow:hidden;
		}	
.excutive .card-body{
		height:300px;
		}
.backside.excutive p{
		font-size:15px;
		overflow:hidden;
		margin-bottom:10px;
}
.backside.excutive .card a {
    font-size:25px;
    color: #007b5e !important;
}
@media (max-width: 768px) {
	.card-body{
			height:520px;
			}
	.excutive .card-body {
   	 	height:450px;
		}	
		.section-header {
    	margin-bottom: 10px;
}	
}
@media (max-width:400px) {
.backside.excutive p{
		font-size:13px;
		overflow:hidden;
		margin-bottom:10px;
}
.backside p{
		font-size:11px;
		overflow:hidden;
		margin-bottom:10px;
		}
}
#management .management-container .subh{
		font-size:23px;
		font-weight:bold;
		text-decoration:underline;
		color: #50d8af;
		font-family: 'Cardo', serif;
		padding-top:30px;
		}	
		
/* Our Advantage
---------------------------------s*/	
#advantages {
  background: #fff;
  padding: 40px 0;
  padding-bottom:20px;
}
#advantages .heading{
		font-weight:bold;
		padding-bottom:10px;
		font-size:20px;
		}
#advantages .advantages-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size:27px;
}		
#advantages p{
		padding-bottom:20px;
		}		
#advantages .heading span{
		font-weight:bold;
		color: #50d8af;
		font-size:20px;
		}
#advantages .advantages-container .background {
  min-height: 300px;
  margin-bottom: 10px;
}

#advantages .advantages-container .content {
  background: #fff;
}

@media (max-width: 768px) {
  #advantages .advantages-container .title {
    padding-top: 15px;
  }
  #advantages {
    padding: 10px 0;
}
}

#advantages .advantages-container p {
  line-height: 26px;
  text-align:justify;
}

#advantages .advantages-container p:last-child {
  margin-bottom: 0;
}

#advantages .advantages-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#advantages .advantages-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #2dc997;
}

#advantages .advantages-container .icon-box .icon i {
  color: #2dc997;
  font-size: 24px;
}

#advantages .advantages-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#advantages .advantages-container .icon-box .title a {
  color: #0c2e8a;
}

#advantages .advantages-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}	
		
		
/* quality Section
--------------------------------*/
#quality{
  padding: 20px 0 0 0;
}
#quality .quality-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size:27px;
}
#quality .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.3);
  background: #fff;
  transition: 0.4s;
  padding-bottom:20px;
  }

#quality .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#quality .box .icon {
  float: left;
}

#quality .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#quality .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#quality .box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
  }

#quality .box h4 a {
  color:#50d8af;
  font-size:22px;
}

#quality .box p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 24px;
  height:78px;
  overflow:hidden;
}

@media (max-width: 767px) {
  #quality .box .box {
    margin-bottom: 20px;
  }
  #quality .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #quality .box h4, #quality .box p {
    margin-left: 0;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Office locations
--------------------------------------------------------------*/
#office_locations{
		padding-bottom:20px;
		padding-top:10px;
		}
#office_locations .office_locations-container .title {
  color: #0c2e8a;
  font-weight: 700;
  font-size:27px;
}
.location_heading h3{
		margin-bottom:10px;}
.subh{
		font-size:20px;
		color: #000;
		font-weight:bold;
		}
.location_heading p{
		font-size:15px;
		margin-bottom:2px;
		}	
@media (max-width: 768px) {
		.location_heading{
				}
		.box1{
				margin-bottom:20px;}
				}			
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #dbddde;
  padding: 0 0 30px 0;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #555;
}

#footer .credits a {
  color: #0c2e8a;
}
