/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
 font:62.5% / 1.6  "Open Sans", 'Microsoft YaHei', sans-serif;
}
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", 'Microsoft YaHei', sans-serif;
}

/*a {
  color: #F6AB00;
}*/

a:hover, a:active, a:focus {
  /*color: #2dca98;*/
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
  font-size:16px;
  font-size:1.6rem
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", 'Microsoft YaHei', sans-serif; 
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: rgba(0, 0, 0, 0.2);
  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: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #F6AB00;
  color: #fff;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
 display:block
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/About.jpg) top center fixed;
  background-size: cover;
}

#hero .hero-container {
  background: none;
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#hero h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#hero .btn-get-started {
  font-family: "Poppins", 'Microsoft YaHei', sans-serif; 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #F6AB00;
  border: 2px solid #F6AB00;
}


/*--------------------------------------------------------------
# PageBanner Section
--------------------------------------------------------------*/
#PageBanner {
  display: table;
  width: 100%;
  height: 60vh;
  background-size: cover;
  position:relative;
}

#PageBanner .PageBanner-container {
  /*background: rgba(0, 0, 0, 0.4);*/
  display: table-cell;
  margin: 0;
  /*padding: 0 10px;*/
  vertical-align: middle;
}

#PageBanner .header-banner-orange {
 height:100px;
 padding:15px !important;
 background-color:rgba(246,172,0,0.6);
 position:absolute;
 bottom:0;
 width:100%
}

#PageBanner .header-banner-blue {
 height:100px;
 padding:15px !important;
 background-color:rgba(31,122,192,0.6);
 position:absolute;
 bottom:0;
 width:100%;
}

#PageBanner h1 {
  /*margin: 80px 0 10px 0;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;*/
  font-size:5rem;
  color: #fff;
}

@media (max-width: 768px) {
  #PageBanner h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#PageBanner h2 {
  color: #eee;
  margin-bottom: 50px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #PageBanner h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

#PageBanner .btn-get-started {
  font-family: "Poppins", 'Microsoft YaHei', sans-serif; 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#PageBanner .btn-get-started:hover {
  background: #F6AB00;
  border: 2px solid #F6AB00;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  /*transition: 0.5s;*/
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Poppins", 'Microsoft YaHei', sans-serif; 
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#intro .btn-get-started:hover {
  background: #F6AB00;
  border: 2px solid #F6AB00;
}


/*--------------------------------------------------------------
# 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: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  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: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  outline: none;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f6ab00;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.nav-menu ul {
  margin: 4px 0 0 0;
  border: 1px solid #e7e7e7;
}

.nav-menu ul li {
  background: #fff;
}

.nav-menu ul li:first-child {
  border-top: 0;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li a:hover {
  background: #f6ab00;
  color: #fff;
}

.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 i {
  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: #F6AB00;
}

#mobile-nav ul .menu-item-active {
  color: #F6AB00;
}

#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 .section-title {
  font-size: 32px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 5px;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 40px 0;
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/about-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #about .about-container .title {
    padding-top: 15px;
  }
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #F6AB00;
}

#about .about-container .icon-box .icon i {
  color: #F6AB00;
  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: #111;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Award And License Section
--------------------------------*/
#award-license{
  background: #f7f7f7;
  padding: 40px 0;
}

#award-license .award-license-container .background {
  min-height: 300px;
  background: url(../img/award-license-img.jpg) center top no-repeat;
  margin-bottom: 10px;
}

#award-license .award-license-container .content {
  background: #f7f7f7;
}

#award-license .award-license-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #award-license .award-license-container .title {
    padding-top: 15px;
  }
}

#award-license .award-license-container p {
  line-height: 26px;
}

#award-license .award-license-container p:last-child {
  margin-bottom: 0;
}

#award-license .award-license-container .icon-box {
  background: #f7f7f7;
  background-size: cover;
  padding: 0 0 30px 0;
}

#award-license .award-license-container .icon-box .icon {
  float: left;
  background: #f7f7f7;
  padding: 16px;
  border-radius: 50%;
  border: 2px solid #F6AB00;
}

#award-license .award-license-container .icon-box .icon i {
  color: #F6AB00;
  font-size: 24px;
}

#award-license .award-license-container .icon-box .title {
  margin-left: 80px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: uppercase;
}

#award-license .award-license-container .icon-box .title a {
  color: #111;
}

#award-license .award-license-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #F6AB00;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  display: inline-block;
  border: 6px solid #fff;
}

#services .icon a {
  display: inline-block;
  background: #F6AB00;
  border: 2px solid #F6AB00;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #F6AB00;
}

#services .box:hover .icon a {
  color: #F6AB00;
  background: #fff;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #F6AB00;
  border: 2px solid #F6AB00;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 40px 0;
}

#portfolio #portfolio-wrapper {
  padding-right: 15px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 0 45px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 0 10px;
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #F6AB00;
  color: #fff;
}

#portfolio .portfolio-item {
  position: relative;
  /*height: 200px;*/
  overflow: hidden !important;
  /*margin-bottom: 15px;*/
  transition: all 350ms ease;
  transform: scale(1);
}

#portfolio .portfolio-item a {
  display: block;
  margin-right: 15px;
}

#portfolio .portfolio-item img {
  /*position: relative;
  top: 0;
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);*/
}

#portfolio .portfolio-item .details {
  height: 50px;
  background: #F6AB00;
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: -50px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 8px 0 2px 8px;
  margin: 0;
}

#portfolio .portfolio-item .details span {
  display: block;
  color: #fff;
  font-size: 13px;
  padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
  bottom: 0;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 40px 0 40px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: #F6AB00;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

#team .form {
    padding-bottom:20px;
}

#team .form #sendmessage {
  color: #F6AB00;
  border: 1px solid #F6AB00;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#team .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#team .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#team .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#team .form input ,#team .form select, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  margin-right:20px;
  height:3rem;
}

#team .form button[type="submit"] {
  background: #F6AB00;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  font-size:1.3rem;
}

#team .form button[type="submit"]:hover {
  background: #51d8ad;
}

/* Resume Section
--------------------------------*/
#resume {
  background: #fff;
  padding: 40px 0 40px 0;
  color: #333333;
}

#resume p{
  text-align:justify;
}

#resume .member {
  text-align:left;
  margin-bottom: 20px;
}

#resume .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#resume .member .pic img {
  max-width: 100%;
}

#resume .member h2 {
  font-size: 3rem;

}

#resume .member h3 {
  font-size: 2.25rem;
}

#resume .member .social {
  margin-top: 15px;
}

#resume .member .social a {
  color: #b3b3b3;
}

#resume .member .social a:hover {
  color: #F6AB00;
}

#resume .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
#resume .member {
  color: #333333;
}

#resume .member i {
  font-size: 32px;
  color: #F6AB00;
  float: left;
}

#resume .member p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#resume .member .email p {
  padding-top: 5px;
}

#resume .social-links {
  padding-bottom: 20px;
}

#resume .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#resume .social-links a:hover {
    background: #F6AB00;
    color: #fff;
}
#resume .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#resume .icon-box .icon {
  float: left;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #F6AB00;
}

#resume .icon-box .icon i {
  color: #F6AB00;
  font-size: 20px;
}

#resume .icon-box .title {
  margin-left: 60px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  padding-top:7px;
  text-transform: uppercase;
}

#resume .icon-box .title a {
  color: #111;
}

#resume .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #18d26e;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #F6AB00;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #F6AB00;
  color: #fff;
}

#contact .form #sendmessage {
  color: #F6AB00;
  border: 1px solid #F6AB00;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #F6AB00;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #343b40;
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

/* Compounent Section
---------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
 display:block
}
#News .news-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}
.cmpnt {
 margin:0 0 40px 0
}
.cmpnt-border {
 -moz-box-shadow:0 4px 0 0 rgba(226,226,215,0.96);
 /*-webkit-box-shadow:0 4px 0 0 rgba(226,226,215,0.96);*/
 /*box-shadow:0 4px 0 0 rgba(226,226,215,0.96)*/
}
.cmpnt-body {
 background:#FFF;
 *zoom:1
}
.cmpnt-body:before,.cmpnt-body:after {
 display:table;
 content:"";
 line-height:0
}
.cmpnt-body:after {
 clear:both
}
.cmpnt-article {
 background:#FAFAFA;
 overflow:hidden;
 padding-bottom:20px
}
.cmpnt-article h3,.cmpnt-article p,.cmpnt-article time,.cmpnt-article .cmpnt-article-section {
 margin:10px 20px
}
.cmpnt-article h3:last-child,.cmpnt-article p:last-child,.cmpnt-article time:last-child,.cmpnt-article .cmpnt-article-section:last-child {
 margin-bottom:0
}
.cmpnt-article h3 {
 font-size:14px;
 font-size:1.4rem;
 margin-top:0
}
@media only screen and (min-width: 1024px) {
 .cmpnt-article h3 {
  font-size:18px;
  font-size:1.8rem
 }
}
.deck {
 font-weight:bold;
 line-height:1.5;
 font-size:16px;
 font-size:16px;
 font-size:1.6rem
}
@media only screen and (min-width: 1024px) {
 .deck {
  font-size:20px;
  font-size:2rem;
  line-height:1.4
 }
}
.cmpnt-article-section {
 font-weight:bold;
 display:block;
 margin-top:20px
}
.cmpnt-article-image {
 width:100%
}
.cmpnt-article-date {
 color:#888;
 display:block;
 font-size:11px;
 font-size:1.1rem;
 font-style:italic;
 margin-top:10px;
 margin-bottom:10px
}
.cmpnt-article-date2 {
 color:#888;
 display:block;
 font-size:13px;
 font-size:1.3rem;
 font-style:italic;
 margin-bottom:10px
}
.cmpnt-article-section {
 color:#333;
 margin-top:0;
 margin-bottom:0 !important;
 font-size:13px;
 font-size:1.3rem
}
button:hover {
 cursor:pointer
}
.cmpnt-see-more {
 font-size:18px;
 font-size:1.8rem;
 display:inline-block;
 vertical-align:middle;
 *vertical-align:auto;
 *zoom:1;
 *display:inline;
 font-weight:bold;
 margin-top:10px;
 padding:0 12px;
 position:relative
}
.cmpnt-see-more .small-arrow {
 position:relative;
 width:12px;
 height:10px;
 display:inline-block;
 vertical-align:middle;
 *vertical-align:auto;
 *zoom:1;
 *display:inline;
 -webkit-transition:all 100ms ease-in-out;
 -moz-transition:all 100ms ease-in-out;
 -o-transition:all 100ms ease-in-out;
 transition:all 100ms ease-in-out
}
.cmpnt-see-more .small-arrow:after {
 border:solid transparent;
 content:" ";
 height:0;
 right:-5px;
 position:absolute;
 pointer-events:none;
 width:0
}
.cmpnt-see-more .small-arrow:after {
 border-color:rgba(97,165,52,0);
 border-left-color:#61A534;
 border-width:5px;
 margin-top:-5px;
 top:50%
}
.cmpnt-see-more:hover .small-arrow:after,.cmpnt-see-more:active .small-arrow:after,.cmpnt-see-more:focus .small-arrow:after {
 border-left-color:#44841a;
 -webkit-transition:all 100ms ease-in-out;
 -moz-transition:all 100ms ease-in-out;
 -o-transition:all 100ms ease-in-out;
 transition:all 100ms ease-in-out
}
.cmpnt-read-more,.cmpnt-back {
 display:inline-block;
 font-weight:bold;
 overflow:hidden;
 position:relative
}
.cmpnt-read-more:after,.cmpnt-back:after {
 border:5px solid transparent;
 content:" ";
 height:0;
 margin-top:-5px;
 position:absolute;
 pointer-events:none;
 top:50%;
 width:0
}
.cmpnt-read-more {
 padding-right:10px
}
.cmpnt-read-more:after {
 border-left-color:#61A534;
 right:-5px
}
.cmpnt-read-more:hover:after,.cmpnt-read-more:active:after,.cmpnt-read-more:focus:after {
 border-left-color:#44841a
}
.cmpnt-back {
 padding-left:10px
}
.cmpnt-back:after {
 border-right-color:#61A534;
 left:-5px
}
.cmpnt-back:hover:after,.cmpnt-back:active:after,.cmpnt-back:focus:after {
 border-right-color:#44841a
}
.cmpnt-title {
 background:#F16E22;
 color:#FFF;
 display:inline-block;
 vertical-align:middle;
 *vertical-align:auto;
 *zoom:1;
 *display:inline;
 font-size:17px;
 font-size:1.7rem;
 line-height:1;
 margin:0;
 padding:20px
}
@media only screen and (min-width: 1024px) {
 .cmpnt-title {
  font-size:22px;
  font-size:2.2rem
 }
}

.cmpnt-content-aggregation .cmpnt-body {
 overflow:hidden;
 padding:0px;
 font-size:16px;
 font-size:1.6rem
}
@media only screen and (min-width: 850px) {
 .cmpnt-content-aggregation .cmpnt-body {
  display:table;
 }
}
@media only screen and (min-width: 850px) {
 .lt-ie8 .cmpnt-content-aggregation .cmpnt-body {
  behavior:url(../polyfil/display-table.min.htc)
 }
}
.cmpnt-content-aggregation-col {
 background:#FAFAFA;
 float:left;
 border-right:10px solid #FFF;
 width:50%
}
.cmpnt-content-aggregation-col:last-child {
 border-right:0;
 border-left:10px solid #FFF
}
@media only screen and (min-width: 850px) {
 .cmpnt-content-aggregation-col {
  border-right:20px solid #FFF;
  display:table-cell;
  float:none;
  vertical-align:top;
  width:25%
 }
 .cmpnt-content-aggregation-col:last-child {
  border-right:0px solid #FFF;
  border-left:0
 }
}
.cmpnt-content-aggregation-col .cmpnt-content-aggregation-article {
 border-top:20px solid #FFF
}
@media only screen and (min-width: 850px) {
 .cmpnt-content-aggregation-col .cmpnt-content-aggregation-article:first-child {
  border-top:0
 }
}
.cmpnt-content-aggregation-col .cmpnt-content-aggregation-article h3 {
 font-size:16px;
 font-size:1.6rem
}
@media only screen and (min-width: 1024px) {
 .cmpnt-content-aggregation-col .cmpnt-content-aggregation-article h3 {
  font-size:16px;
  font-size:1.6rem
 }
}
@media only screen and (max-width: 480px) {
 .cmpnt-content-aggregation-col .cmpnt-article-section,.cmpnt-content-aggregation-col time {
  font-size:12px;
  font-size:1.2rem
 }
 .cmpnt-content-aggregation-col p {
  display:none
 }
}
@media only screen and (min-width: 850px) {
 .lt-ie8 .cmpnt-content-aggregation-col {
  -dt-display:table-cell
 }
}
.cmpnt-content-aggregation .featured {
 background:#FAFAFA;
 width:100%
}
@media only screen and (min-width: 850px) {
 .cmpnt-content-aggregation .featured {
  border-right:20px solid #FFF;
  display:table-cell;
  width:50%
 }
}
.cmpnt-content-aggregation .featured h3 {
 font-size:16px;
 font-size:1.6rem
}
@media only screen and (min-width: 850px) {
 .lt-ie8 .cmpnt-content-aggregation .featured {
  -dt-display:table-cell
 }
}
.cmpnt-content-aggregation-more {
 background:#FFF;
 padding:0 20px 20px;
 text-align:center
}

/*--------------------------------------------------------------
# Article List
--------------------------------------------------------------*/
cmpnt-article .cmpnt-article-section {
 margin:10px 20px
}
.cmpnt-article h3:last-child,.cmpnt-article p:last-child,.cmpnt-article time:last-child,.cmpnt-article .cmpnt-article-section:last-child {
 margin-bottom:0
}
.cmpnt-article h3 {
 font-size:14px;
 font-size:1.4rem;
 margin-top:0
}
@media only screen and (min-width: 1024px) {
 .cmpnt-article h3 {
  font-size:18px;
  font-size:1.8rem
 }
}
.deck {
 font-weight:bold;
 line-height:1.5;
 font-size:16px;
 font-size:16px;
 font-size:1.6rem
}
@media only screen and (min-width: 1024px) {
 .deck {
  font-size:20px;
  font-size:2rem;
  line-height:1.4
 }
}
.cmpnt-article-section {
 font-weight:bold;
 display:block;
 margin-top:20px
}
.cmpnt-article-image {
 width:100%
}
.cmpnt-article-date {
 color:#888;
 display:block;
 font-size:11px;
 font-size:1.1rem;
 font-style:italic;
 margin-top:10px;
 margin-bottom:10px
}
.cmpnt-article-date2 {
 color:#888;
 display:block;
 font-size:13px;
 font-size:1.3rem;
 font-style:italic;
 margin-bottom:10px
}
.cmpnt-article-section {
 color:#333;
 margin-top:0;
 margin-bottom:0 !important;
 font-size:13px;
 font-size:1.3rem
}

cle-list {
 background:#FFF;
 padding:0 20px
}
@media only screen and (min-width: 600px) {
 .cmpnt-article-list {
  font-size:0;
  padding:0 10px 20px
 }
}
@media only screen and (min-width: 600px) {
 .cmpnt-article-list .cmpnt-article-section,.cmpnt-article-list .cmpnt-article-date,.cmpnt-article-list .cmpnt-article-list-title,.cmpnt-article-list .cmpnt-article-list-intro {
  margin-right:20px;
  margin-left:20px
 }
}
.cmpnt-article-list-article {
 border-top:1px solid #EAEADE;
 padding:20px 0 10px 110px;
 position:relative
}
.cmpnt-article-list-article:first-child {
 border-top:0
}
@media only screen and (min-width: 600px) {
 .cmpnt-article-list-article {
  background:#FAFAFA;
  border:0;
  border-right:10px solid #FFF;
  border-left:10px solid #FFF;
  display:inline-block;
  vertical-align:middle;
  *vertical-align:auto;
  *zoom:1;
  *display:inline;
  margin-top:20px;
  padding:0 0 20px;
  vertical-align:top;
  width:50%
 }
}
@media only screen and (min-width: 900px) {
 .cmpnt-article-list-article {
  width:33.3333%
 }
}
@media only screen and (min-width: 600px) {
 .flexbox .cmpnt-article-list {
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  -webkit-flex-flow:row wrap;
  -moz-flex-flow:row wrap;
  -ms-flex-flow:row wrap;
  -ms-flex-direction:row;
  -ms-flex-wrap:wrap;
  flex-flow:row wrap
 }
}
@media only screen and (min-width: 600px) {
 .flexbox .cmpnt-article-list-article {
  -webkit-flex:0 0 50% 0 auto;
  -moz-flex:0 0 50% 0 auto;
  -ms-flex:0 0 50% 0 auto;
  flex:0 0 50% 0 auto
 }
}
@media only screen and (min-width: 900px) {
 .flexbox .cmpnt-article-list-article {
  -webkit-flex:0 0 33.3333% 0 auto;
  -moz-flex:0 0 33.3333% 0 auto;
  -ms-flex:0 0 33.3333% 0 auto;
  flex:0 0 33.3333% 0 auto
 }
}
.cmpnt-article-list-title {
 font-size:16px;
 font-size:1.6rem;
 margin-top:5px;
 margin-bottom:10px
}
@media only screen and (min-width: 600px) {
 .cmpnt-article-list-title {
  font-size:18px;
  font-size:1.8rem
 }
}
.cmpnt-article-list-image {
 left:0;
 position:absolute;
 top:20px;
 width:100px
}
@media only screen and (min-width: 600px) {
 .cmpnt-article-list-image {
  margin-bottom:20px;
  position:static;
  width:100%
 }
}
.cmpnt-article-list-intro {
 display:none
}
@media only screen and (min-width: 600px) {
 .cmpnt-article-list-intro {
  display:block;
  font-size:14px;
  font-size:1.4rem
 }
}
.cmpnt-fundraiser .cmpnt-article-list-intro {
 display:none
}
@media only screen and (max-width: 599px) {
 .cmpnt-fundraiser .cmpnt-article-list-intro {
  display:block;
  font-size:14px;
  font-size:1.4rem
 }
}
@media only screen and (min-width: 600px) {
 .cmpnt-fundraiser .cmpnt-article-list-intro {
  display:block;
  font-size:14px;
  font-size:1.4rem
 }
}

/*--------------------------------------------------------------
# Artical Content
--------------------------------------------------------------*/
.site-artical-banner {
  background: url(../img/PageBanner/pen.jpg) center 65%;
  background-size: cover;
  display: table;
  width: 100%;
  height: 30vh;
  position:relative;
}

.site-artical-banner-container {
  background: rgba(0, 0, 0, 0.4);
  display: table-cell;
  margin: 0;
  /*padding: 0 10px;*/
  vertical-align: middle;
}

.site-artical-banner-transparent {
 height:70px;
 padding:15px !important;
 position:absolute;
 bottom:0;
 width:100%
}

.site-artical-banner-transparent h1{
 font-size:3.5rem;
 color:#fff;
}

.article-content {
  background: #fff;
  padding: 40px 0;
}



@media (max-width: 768px) {
  .article-content .title {
    padding-top: 15px;
  }
}

.article-content  img {
  max-width:100%;
  max-height:100%;
}

.article-content  p {
  line-height: 26px;
  text-align:justify;
}

.article-content  p:last-child {
  margin-bottom: 0;
}

.article-content .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

.article-content .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

.article-content .icon-box .icon {
  float: left;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #F6AB00;
}

.article-content .icon-box .icon i {
  color: #F6AB00;
  font-size: 20px;
}

.article-content .icon-box .title {
  margin-left: 60px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.6rem;
  padding-top:7px;
  text-transform: uppercase;
}

.article-content .icon-box .title a {
  color: #111;
}

.article-content .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

.article-content .member {
  padding-left: 40px;
}

.article-content .member-list {
  display:flex;
  padding-bottom:5px;
}
.article-content .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 150px;
  width:150px;
}

.article-content .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.article-content .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  padding-bottom:10px;
}

.article-content .member .social {
  margin:0 0 0 15px;
}

.article-content .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Practice Detail
--------------------------------------------------------------*/
#practice-detail {
  background: #fff;
  padding: 40px 0;
}

#practice-detail .content {
  background: #fff;
}

#practice-detail .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

@media (max-width: 768px) {
  #practice-detail .title {
    padding-top: 15px;
  }
}

#practice-detail  .practice-list {
  line-height: 26px;
  font-size: 1.6rem;
  color:#111;
}

#practice-detail  .practice-list a {
  color:#111;
}

#practice-detail  p {
  line-height: 26px;
}

#practice-detail  p:last-child {
  margin-bottom: 0;
}

#practice-detail .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#practice-detail .icon-box .icon {
  float: left;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  border: 2px solid #F6AB00;
}

#practice-detail .icon-box .icon i {
  color: #F6AB00;
  font-size: 20px;
}

#practice-detail .icon-box .title {
  margin-left: 60px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1.6rem;
  padding-top:7px;
  text-transform: uppercase;
}

#practice-detail .icon-box .title a {
  color: #111;
}

#practice-detail .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Join Us Section
--------------------------------*/
#join-us {
  background: #fff;
  padding: 40px 0;
}

#join-us .join-us-container .pic{
  margin-bottom: 10px;
}

#join-us .join-us-container img {
  max-width:100%;
  max-height:100%;
}

#join-us .join-us-container .content {
  background: #fff;
}

#join-us .join-us-container .title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

@media (max-width: 768px) {
  #join-us .join-us-container .title {
    padding-top: 15px;
  }
}

#join-us .join-us-container p {
  line-height: 26px;
}

#join-us .join-us-container p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Jobs Section
--------------------------------------------------------------*/
#jobs {
  background: #f7f7f7;
  padding: 40px 0 60px 0;
}

#jobs .jobs-container .title {
  color: #333;
  font-weight: 700;
  font-size: 28px;
}

#jobs .jobs-container .icon-box {
  background: #f7f7f7;
  background-size: cover;
  padding: 0 0 10px 0;
}

#jobs .jobs-container .icon-box p {
  margin: 0 0 10px 0;
}

#jobs .jobs-container .icon-box .icon {
  float: left;
  background: #fff;
  padding: 7px;
  border-radius: 50%;
  border: 2px solid #F6AB00;
}

#jobs .jobs-container .icon-box .icon i {
  color: #F6AB00;
  font-size: 20px;
}

#jobs .jobs-container .icon-box .title {
  margin-left: 60px;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

#jobs .jobs-container .icon-box .description {
  margin-left: 60px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Left Side Nav
--------------------------------------------------------------*/
.cmpnt-secondary-nav {
 padding:20px
}
@media only screen and (min-width: 1024px) {
 .cmpnt-secondary-nav {
  display:block;
  font-size:16px;
  font-size:1.6rem;
  padding:40px 20px 30px
 }
 .cmpnt-secondary-nav li {
  margin:5px 0
 }
 .cmpnt-secondary-nav a {
  display:block;
  padding:5px 20px
 }
 .cmpnt-secondary-nav .cmpnt-secondary-nav-l2 a {
  padding:5px 20px 5px 40px
 }
 .cmpnt-secondary-nav .cmpnt-secondary-nav-l3 a:link,.cmpnt-secondary-nav .cmpnt-secondary-nav-l3 a:visited {
  color:#333;
  font-size:14px;
  font-size:1.4rem;
  padding:5px 0 5px 60px
 }
 .cmpnt-secondary-nav .cmpnt-secondary-nav-l3 a:hover,.cmpnt-secondary-nav .cmpnt-secondary-nav-l3 a:active,.cmpnt-secondary-nav .cmpnt-secondary-nav-l3 a:focus {
  color:#333;
  text-decoration:underline
 }
}
.cmpnt-secondary-nav-backlink {
 display:none
}
.cmpnt-secondary-nav-open,.cmpnt-secondary-nav-open:link,.cmpnt-secondary-nav-open:visited {
 background:#EAEADE;
 color:#333
}