/*
  Theme Name: Regna
  Theme URL: https://bootstrapmade.com/regna-bootstrap-onepage-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #227c90;
}

a:hover, a:active, a:focus {
  color: #2dca98;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", 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: #227c90;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
	/*background: rgb(55, 55, 55);*/
	background: #fff;
	/*background: #f7f7f7;
background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
background: linear-gradient(to bottom, #f7f7f7 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 );*/
}

#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;
	width: 200px;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: #fff;
  padding: 5px 0;
  height: 72px;
  transition: all 0.5s;
-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  display: table;
  width: 100%;
  height: 100vh;
  background: url(../img/hero-bg.jpg) top center fixed;
  background-size: cover;
	position: relative;
}

#hero .hero-container {
  background: rgba(0, 0, 0, 0.60);
  display: table-cell;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  vertical-align: middle;
}

#hero h1 {
  margin: 30px 0 30px 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 56px;
  text-transform: inherit;
  color: #fff;
  text-shadow: 2px 3px 12px rgba(0, 0, 0, 0.76);
	text-align: left;
}

#hero h1 .theam_hearocption {color:#79b0e4; margin-top: 20px; display: block; font-size: 70px;}

#hero h1 .theam_hearocption sup{color: #fff;  font-weight: normal;  font-size: 25px;  top: -45px;}

#hero h1 .theam_spancption {color:#fff;display: block;font-weight: lighter;}


.arrows_bottom {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-moz-keyframes arrows_bottom {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes arrows_bottom {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes arrows_bottom {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
/*arrows_bottom*/



.text-theamcolor{color:#227c90}

@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", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #227c90;
  border: 2px solid #227c90;
}

.text_brack1 {font-weight: normal; font-size: 31px; display: block; text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.56);}

/*.text_brack2 {display: block;}

.text_brack3 {display: block;}*/


.home_slide_img {/*position: absolute; top: -18%; right: 10%; z-index: 5;*/ display: inline-block; position: relative;}

.home_slide_img .first_image {position: relative; display: inline-block;z-index: 2;}

.home_slide_img .first_image img {/*position: absolute; right: 0; top: 0;*/ margin-bottom: -50px;}

.home_slide_img .second_image {position: absolute; display: inline-block; left: 0; bottom: 0; z-index: 1;
 margin-bottom: 45px;  margin-left: 65px;
}
.home_slide_img .second_image img {margin-bottom: -50px;}

#hero .container {position: relative;  text-align: left;}

#hero .container .caption_div {display: inline-block; width: 50%;}

.caption_button_bg {display: block;}



a.hero_bottom_arrow  i {
    text-align: center;
    position: absolute;
    bottom: 0;
    font-size: 38px;
    color: #fff;
	left: 0;
	margin: 5px;
}

.hero_bottom_arrow {position: absolute; bottom: 0;  display: inline-block; width: 35px; height: 68px; z-index: 5; padding: 5px;}

/*--------------------------------------------------------------
# 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: 15px 0 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  display: inline-block;
  color: #605f5f;
  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: 100%;
  bottom: 0;
  left: 0;
	z-index: -1;
  background-color: #227c90;
  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;
	border-radius: 2px;
}

.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);
	color: #fff;
}

.nav-menu a:hover, .nav-menu li:hover a, .nav-menu .menu-active a { color: #fff !important;}

.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: #227c90;
  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: #227c90;
}

#mobile-nav ul .menu-item-active {
  color: #227c90;
}

#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;
}

.section-description span{display: inline-block; position: relative; width: 124px;}

.section-description span::after{ content: ' '; width: 60px; height: 5px; background: #000; position: absolute;
transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
	right: 0;
}

.section-description span::before{ content: ' '; width: 60px; height: 5px; background: #227c90; position: absolute;
transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-webkit-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-moz-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-o-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
-ms-transform: rotate(0deg) scale(1) skew(-21deg) translate(0px);
	left: 0;
}


.cms-cshero-contact-us .cms-input-contact-us .wpcf7-form-control {
    background-color: rgba(30, 30, 30, 0);
    border: 1px solid #efefef;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /* BACKGROUND GRADIENT */
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    font-style: italic;width: 100%; color: #fff; }

.cms-cshero-contact-us.home-page-phome .wpcf7-text, .cms-cshero-contact-us.home-page-phome .wpcf7-number {
    height: 59px;
    line-height: 59px;
}
.cms-cshero-contact-us .cms-input-contact-us .wpcf7-text, .cms-cshero-contact-us .cms-input-contact-us .wpcf7-number {
    height: 59px;
    line-height: 57px;
    padding: 0 15px;
	color: #fff;
}
.cms-cshero-contact-us.home-page-phome .wpcf7-form-control::-webkit-input-placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal; }
  .cms-cshero-contact-us.home-page-phome .wpcf7-form-control::-moz-placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal; }
  .cms-cshero-contact-us.home-page-phome .wpcf7-form-control::-ms-input-placeholder {
    color: white;
    font-style: normal;
    font-family: 'Montserrat', sans-serif; }
  .cms-cshero-contact-us.home-page-phome .wpcf7-form-control::-moz-placeholder {
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-style: normal; }
.cms-cshero-contact-us .cms-input-contact-us .wpcf7-text:focus, .cms-cshero-contact-us .cms-input-contact-us .wpcf7-number:focus, .cms-cshero-contact-us .cms-input-contact-us .wpcf7-textarea:focus {
    border: 1px solid #227c90; box-shadow: none; overflow:hidden; outline: none;
}

.home-page-phome {width: 100%;}

.home-page-phome .row {padding-bottom: 20px;}

.cms-cshero-contact-us.home-page-phome .wpcf7-textarea {
    min-height: 145px;padding: 12px 18px;
}
.cms-cshero-contact-us.home-page-phome .cms-contact-submit {
    text-align: center;
    margin-top: 38px;
}
.cms-cshero-contact-us .cms-contact-submit .wpcf7-submit {
    background-color: #227c90;
    color: #fff;
    padding: 0 15px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    width: 174px;
    height: 56px;
    font-style: normal;
    line-height: 56px; cursor: pointer;
}

/* About Us Section
--------------------------------*/
#about {
  background: #fff;
  padding: 80px 0;
}

#about .about-container .background {
  min-height: 418px;
  background: url(../img/about-img1.png) 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;
	margin-bottom: 10px;
}

#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 #227c90;
}

#about .about-container .icon-box .icon i {
  color: #227c90;
  font-size: 24px;
}

#about .about-container .icon-box .title {
  /*margin-left: 80px;*/
	margin-left: 0;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 18px;
  text-transform: inherit;
}

#about .about-container .icon-box .title i{color: #227c90; margin-right: 10px;}

#about .about-container .icon-box .title a {
  color: #3d3d3d;
}
#about .about-container .icon-box .title a:hover{color:#227c90;}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/* Product Section
--------------------------------*/
.panel:last-child .panel-body {
            border-radius: 0 0 4px 4px;
        }
        
        .panel:last-child .panel-heading {
            border-radius: 0 0 4px 4px;
            transition: border-radius 0.3s linear 0.2s;
        }
        
        .panel:last-child .panel-heading.active {
            border-radius: 0;
            transition: border-radius linear 0s;
        }
        /* #bs-collapse icon scale option */
        
        .panel-heading a:before {
            content: '\f067';
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            font-size: 24px;
            transition: all 0.5s;
            transform: scale(1);
        }
        
        .panel-heading.active a:before {
            content: ' ';
            transition: all 0.5s;
            transform: scale(0);
        }
        
        #bs-collapse .panel-heading a:after {
            content: ' ';
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            transform: scale(0);
            transition: all 0.5s;
        }
        
        #bs-collapse .panel-heading.active a:after {
            content: '\f068';
            transform: scale(1);
            transition: all 0.5s;
        }
        /* #accordion rotate icon option */
        
        #accordion .panel-heading a:before {
            content: '\f067';
            font-size: 24px;
            position: absolute;
            font-family: 'FontAwesome';
            right: 5px;
            top: 10px;
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        
        #accordion .panel-heading.active a:before {
            transform: rotate(0deg);
            transition: all 0.5s;
        }


.m_accordian .panel-heading {position: relative;}

.m_accordian .panel-heading h4.panel-title {margin-bottom: 0;}

.m_accordian .panel-heading h4.panel-title a{padding: 10px;  display: inline-block;  width: 100%;  font-size: 17px; background: #237b8f;  color: #C0EBF5;  font-weight: lighter;
	text-transform: uppercase;}

.m_accordian .panel{margin-bottom: 2px;display: inline-block;  width: 100%;}

.m_accordian .panel-body {padding: 8px 15px;font-size: 16px;  line-height: 24px;  text-align: justify; color: #447d8b; max-height: 220px; background: #fef5feaa; width: 100%;}

.text-theamcolor_whaite {color: #fff !important;}

.text-theamcolor_whaite_1.section-description span::after{background: #fff !important;}






/* 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: #227c90;
  border: 2px solid #227c90;
  padding: 16px;
  border-radius: 50%;
  transition: 0.3s;
	width: 63px;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon i {
  color: #227c90;
}

#services .box:hover .icon a {
  color: #227c90;
  background: #fff;
}

#services .title {
  /*font-weight: 700;*/
  font-size: 18px;
  margin-bottom: 15px;
  
}

#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.8), rgba(0, 0, 0, 0.8)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0 50px;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff; font-size: 18px;
}

@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 20px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #227c90;
  border: 2px solid #227c90;
}

#call-to-action .cta-btn i {margin-left: 5px;}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 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: #227c90;
  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: #227c90;
  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: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
	position: relative;
}

#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: #227c90;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

span.member_readmore_span {
    position: absolute;
    display: block;
    z-index: 5;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}

span.member_readmore_span:hover{background: rgba(7, 151, 221, 0.64);
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}


span.member_readmore_span a {width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: rgba(7, 151, 221, 1);
    top: 90px;
    bottom: 0;
    left: -50px;
    right: 0;
    margin: 0;
    display: inline-block;
    font-size: 25px;
    position: absolute;
    padding: 4px;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}

span.member_readmore_span:hover a {left: 45%;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}

.team_details_popup .modal-content .modal-body h4{font-size: 24px; color: #313131; margin-bottom: 10px; margin-top: 0; display: block;}

.team_details_popup .modal-content .modal-body h5{font-size: 18px; color: #4D4D4D; margin-bottom: 10px; margin-top: 0; display: block;}

.team_details_popup .modal-content .modal-body div{font-size: 15px; color: #4D4D4D; display: block; width: 100%;}

.team_details_popup .modal-content .modal-body div img {float: left; margin-right: 8px; margin-bottom: 8px;max-width: 150px;}

.team_details_popup .modal-content .modal-body div p{font-size: 15px; margin-bottom: 10px; line-height: 25px;}


/* ADVISORY BOARD Section
--------------------------------*/

#advisory_board{background: #fff;  padding: 50px 0 80px 0;}

#advisory_board .item .col-md-12 {padding: 0;}

#advisory_board .owl-carousel {padding-left: 15px; padding-right: 15px;}

#advisory_board .item .col-md-12 .member {position: relative; overflow: hidden;}


#advisory_board .ab_member_readmore_span {
    position: absolute;
    display: block;
    z-index: 5;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}

#advisory_board .ab_member_readmore_span:hover{ /*background: rgba(7, 151, 221, 0.64);*/
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}


#advisory_board .ab_member_readmore_span .ab_member_readmore_span_slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(7, 151, 221, 0.84);
    letter-spacing: 0.02em;
    height: 100%;
	padding: 10px;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}

#advisory_board .ab_member_readmore_span:hover .ab_member_readmore_span_slide {
	top: 0;
    height: 100%;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}

.ab_member_readmore_span_slide h5{font-size: 18px; color: #fff; margin: 5px 0; display: block; text-align: center;}

.ab_member_readmore_span_slide h6{font-size: 15px; color: #fff; margin: 5px 0; display: block; text-align: center;}

.ab_member_readmore_span_slide p{font-size: 13px; color: #fff; margin: 5px 0; display: block; text-align: center;}

#advisory_board .ab_member_readmore_span:hover .ab_member_details {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

.ab_member_view_icon {position: absolute; left: 0; bottom: 0 !important; right: inherit;color: #fff;
    width: 0px;
    height: 0px;
    border-top: 60px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 60px solid rgba(7, 151, 221, 1);
    transition:All 0.5s ease;
    -webkit-transition:All 0.5s ease;
    -moz-transition:All 0.5s ease;
}
.ab_member_view_icon i{margin-left: -51px; position: relative;  left: 0; top: -31px;}

#advisory_board .ab_member_readmore_span:hover .ab_member_view_icon{left: -100%;transition:All 0.5s ease; -webkit-transition:All 0.5s ease;  -moz-transition:All 0.5s ease;}

#advisory_board .owl-carousel .owl-nav button {background: #0796dd; padding: 10px 15px !important;  margin: 3px 0 0 3px; text-align: center; overflow: hidden !important; box-shadow: none !important; border: 2px solid #0796dd;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
}
#advisory_board .owl-carousel .owl-nav button:hover {background: none;border: 2px solid #0796dd;}

#advisory_board .owl-carousel .owl-nav button:hover span{color: #0796dd !important; }

#advisory_board .owl-carousel .owl-nav span {color: #ffffff !important;  font-size: 32px !important; line-height: 15px; display: inline-block;}

#advisory_board .owl-carousel .owl-nav {text-align: right;}

/* Partner_section
--------------------------------*/

#Partner_section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/Partner_section_bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#Partner_section .row{text-align: center;}

#Partner_section .row .partenerslider_align{text-align: center; width: 100%; display: inline-block; padding: 0 23%;}

#Partner_section img {
    width: 145px;
    background: #fff;
    padding: 15px;
    border: 5px solid rgba(1, 159, 219, 0.22)
}

#Partner_section .section-header .section-title {
    font-size: 32px;
	color: #fff;}

#Partner_section .row .partenerslider_align .pic {display: inline-block; padding: 10px; background: rgba(0, 0, 0, 0.1);}


#Partner_section .owl-carousel .owl-nav button {background: none; padding: 10px 15px !important;  margin: 3px 0 0 3px; text-align: center; overflow: hidden !important; box-shadow: none !important;border: 2px solid #0796dd;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;}

#Partner_section .owl-carousel .owl-nav span {color: #ffffff !important;  font-size: 32px !important; line-height: 15px; display: inline-block;}

#Partner_section .owl-carousel .owl-nav button:hover{background: #0796dd;transition:All 0.5s ease;-webkit-transition:All 0.5s ease;-moz-transition:All 0.5s ease;}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
	background: linear-gradient(rgba(225, 225, 225, 0.9), rgba(225, 225, 225, 0.9)), url(../img/contact_map_bg.png) center no-repeat;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #227c90;
  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: #3591a6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 3px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #227c90;
  color: #fff;
}

#contact .form #sendmessage {
  color: #227c90;
  border: 1px solid #227c90;
  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: #227c90;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #51d8ad;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #002a34;
  padding: 30px 0;
  color: #61a5b5;
  font-size: 14px;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}


.valError {
    border: 1px solid #da2828;
}