 /*
* Mate - Bootstrap 4 Template
* Build Date: December 2017
* Last updated: December 2017
* Version: 1.0
* Author: UIdeck
* Copyright (C) 2018 UIdeck
*/
/* ------------------------------------- */
/* TABLE OF CONTENTS
/* -------------------------------------
  1. IMPORT GOOGLE FONTS
  2. GENERAL
    -2.1 SECTION TITLE
    -2.2 BUTTONS
    -2.3 SOCIAL ICON
    -2.4 PRE LOADER
    -2.5 SCROLL TO UP
  3. HERO AREA
  4. NAVBAR
  5. SERVICES SECTION
  6. FEATURES SECTION
  7. VIDEO PROMO SECTION
  8. PORTFOLIO SECTION
  9. PRICING TABLE
  10. COUNTER SECTION
  11. TESTIMONIAL AREA
  12. TEAM SECTION
  13. BLOG SECTION
  14. CONTACT SECTION
  15. FOOTER SECTION
    -15.1 COMING SOON PAGE
  ------------------------------------- */
/* ==========================================================================
   1. IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Lato");
/* ==========================================================================
   2. GENERAL
   ========================================================================== */
.parallax { overflow: hidden;}

body {
  font-family: 'Lato', sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 300;
  background: url(/css/site/img/bg_body.jpg) repeat center center;
  overflow-x: hidden;
  overflow-y: auto;
}

html {
  margin-right: inherit!important;
}

p {
  font-size: 18px;
  line-height: 26px;
  /*padding: 10px 0;*/
  font-weight: 300;

}

a:hover, a:focus {
  color: black;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

h1, h2, h3, h4, h5 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}

ul {
  margin: 0;
  padding: 0;
}
.container_content ul {margin: 10px 0; padding: 0 0 0 40px;	}
.container_content ul li{
  list-style: disc;
}
ul li {
  list-style: none;
  font-size: medium;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #009FE3;
}

/* ==========================================================================
   2.1 Section Title
   ========================================================================== */
.section {
  width:100%;
  position: relative;
}

.section-header {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  display: inline-block;
}

.section-header .section-title {
  font-size: 42px;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  position: relative;
  padding: 0;
}

.contact .section-header .section-title { color: #F1F1F1; }

.section-header .section-title span {
  color: #009FE3;
}

.section-header .section-subtitle {
  margin-top: 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.section-header .lines {
  margin: auto;
  width: 70px;
  position: relative;
  border-top: 2px solid #000000;
  margin-top: 15px;
}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 0px 40px 0px 40px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #ffffff;
  background: #0000005e;
  position: relative;
  color: #fff;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  /*background: #333333;
  border-color: #333333;*/
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}

.btn-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 4px;
}

.btn-border:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: #009FE3;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 0px;
  color: #999;
  text-transform: capitalize;
}

.btn-rm i {
  vertical-align: middle;
}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons ul li {
  display: inline;
}

.social-icons ul li a {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 15px;
  border-radius: 50%;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #ddd;
  font-size: 16px;
}

.social-icons ul li a:hover {
  color: #fff;
}

.facebook a {
  color: #4867AA;
}

.facebook a:hover {
  background: #4867AA;
}

.twitter a {
  color: #1DA1F2;
}

.twitter a:hover {
  background: #1DA1F2;
}

.google-plus a {
  color: #DD4D42;
}

.google-plus a:hover {
  background: #DD4D42;
}

.youtube a {
  color: #DF2926;
}

.youtube a:hover {
  background: #DF2926;
}

.linkedin a {
  color: #007BB6;
}

.linkedin a:hover {
  background: #007BB6;
}

.pinterest a {
  color: #BD081C;
}

.pinterest a:hover {
  background: #BD081C;
}

.dribbble a {
  color: #EA4C89;
}

.dribbble a:hover {
  background: #EA4C89;
}

.behance a {
  color: #0B7CFF;
}

.behance a:hover {
  background: #0B7CFF;
}

/* ==========================================================================
	 2.4  Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 70%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 10%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ==========================================================================
  -2.5 Scroll To Up
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #00526A;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* ==========================================================================
   3. Hero Area
   ========================================================================== */
#hero-area {
  /*background: url(../img/hero-area.jpg) fixed no-repeat;*/
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #009FE3;
  opacity: 0.9;
}

#hero-area .contents {
  padding: 200px 0 130px;
}

#hero-area .contents h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 25px;
}

#hero-area .contents p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.5px;
}

#hero-area .contents .btn {
  margin: 25px 25px 0px 0px;
  text-transform: uppercase;
}

#hero-area .banner_bottom_btn {
  margin-top: 40px;
}

#hero-area .banner_bottom_btn i {
  color: #fff;
  font-size: 48px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#hero-area .banner_bottom_btn i:hover {
  color: #009FE3;
}

/* ==========================================================================
   4. Navbar Style
   ========================================================================== */
.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  padding: 10px 0;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.19);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 5px;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #333 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  color: #777474 !important;
}

.top-nav-collapse .navbar-nav .nav-link.active {
  color: #00526A !important;
}

.indigo {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  padding: 0px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  border-radius: 2px;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #00526A;
}

.navbar .nav-link.active {
  color: #00526A !important;
  /*border-bottom: 1px solid #333333;*/
  border-radius: 0px;
}

.dropdown-toggle::after {
  display: none;
}

.slicknav_collapsed {
  border-color: #6d6e71;
}

.slicknav_menu .slicknav_icon-bar {
  background: #000000;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 995px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    margin: 2%;
    top: 0;
  }
  .navbar-brand img {
    width: 80%;
  }
  #mobile-menu {
    display: none;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #009FE3;
    color: #fff;
  }
  .slicknav_nav a:hover, .slicknav_nav .active {
    color: black;
    background: #f7f7f7;
  }
  .slicknav_nav .dropdown li a.active {
    background: #f8f9fa;
    color: #009FE3;
  }
}

/* ==========================================================================
  5. Services section
   ========================================================================== */
.item-boxes {
  text-align: center;
  padding: 0px 15px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-boxes .icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: 1px solid #f1f1f1;
  display: inline-block;
  border-radius: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.item-boxes .icon i {
  font-size: 26px;
  line-height: 60px;
  color: #009FE3;
}

.item-boxes h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.item-boxes:hover .icon {
  background: #009FE3;
}

.item-boxes:hover .icon i {
  color: #fff;
}

/* ==========================================================================
  6. Features Section Style
   ========================================================================== */
/*#features {
  background: url(../img/bg1.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

#features .section-title {
  color: #fff;
}

#features .section-subtitle {
  color: #fff;
}

#features .icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  text-align: center;
  position: relative;
  z-index: 1;
}

#features .box-item {
  padding: 15px 0;
}

#features .box-item .icon {
  border: 1px solid #009FE3;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .icon i {
  color: #009FE3;
  font-size: 24px;
  line-height: 60px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#features .box-item .text {
  padding-left: 80px;
}

#features .box-item .text h4 {
  color: #009FE3;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 22px;
}

#features .box-item .text p {
  font-size: 14px;
  line-height: 26px;
}

#features .box-item:hover .icon {
  background: #009FE3;
}

#features .box-item:hover .icon i {
  color: #ffffff;
}

#features .show-box img {
  position: absolute;
  bottom: -120px;
}*/

/* ==========================================================================
  7. Video promo Style
   ========================================================================== */
.video-promo {
  background: #009FE3;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.video-promo .video-promo-content {
  color: #fff;
}

.video-promo .video-promo-content h2 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.video-promo .video-promo-content p {
  margin-bottom: 30px;
}

.video-promo .video-promo-content .video-popup {
  width: 80px;
  height: 80px;
  text-align: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.video-promo .video-promo-content .video-popup i {
  line-height: 72px;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #009FE3;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* ==========================================================================
  8. Portfolio Section
   ========================================================================== */
#portfolios .mix {
  padding: 10px;
}

#portfolios .portfolio-item .shot-item {
  margin: 0px;
}

#portfolio .mix {
  display: none;
}

.controls {
  text-align: center;
  padding: 0px 0px 20px;
}

.controls .active {
  color: #009FE3 !important;
  border-color: #009FE3;
  background: transparent;
}

.controls .btn {
  text-transform: uppercase;
  margin: 2px;
}

.controls:hover {
  cursor: pointer;
}

.portfolio-img {
  overflow: hidden;
  display: block;
  position: relative;
}

.portfolio-img img {
  width: 100%;
}

.shot-item {
  margin-right: 15px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}

.shot-item img {
  width: 100%;
}

.shot-item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
}

.shot-item:hover .overlay {
  opacity: 1;
}

.overlay .item-icon {
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: #009FE3;
  left: 50%;
  margin-left: -24px;
  margin-top: -24px;
  top: 50%;
  position: absolute;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 1px solid #009FE3;
  border-radius: 50%;
}

.overlay .item-icon:hover {
  background: #009FE3;
  color: #fff;
}

.shot-item:hover .item-icon {
  visibility: visible;
  opacity: 1;
}

/* ==========================================================================
	9. Pricing Table
	========================================================================== */
.pricing-table {
  padding: 0px 0px 40px 0px;
  margin: 0 auto;
  margin-bottom: 5px;
  border: transparent;
  text-align: center;
  background-color: #FFFFFF;
  border: 1px solid #f1f1f1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-table:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing-table .pricing-details h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-transform: uppercase;
  background: #f1f1f1;
  padding: 30px 0;
}

.pricing-table .pricing-details span {
  display: inline-block;
  font-size: 48px;
  font-weight: 400;
  color: #009FE3;
  margin-bottom: 20px;
}

.pricing-table .pricing-details ul {
  margin-bottom: 35px;
}

.pricing-table .pricing-details ul li {
  padding: 10px;
  font-size: 15px;
  border-bottom: 1px dotted #f1f1f1;
}

.table-left {
  margin-top: 20px;
}

/* ==========================================================================
 10. Counter Section Style
 ========================================================================== */
/*.counters {
  background: url(../img/counter.jpg) fixed;
  position: relative;
}*/

.counters .facts-item {
  text-align: center;
  color: #fff;
}

.counters .facts-item .icon {
  margin-bottom: 30px;
}

.counters .facts-item .icon i {
  font-size: 50px;
  color: #fff;
}

.counters .facts-item .fact-count h3 {
  font-size: 35px;
  color: #fff;
  margin-bottom: 15px;
}

.counters .facts-item .fact-count h4 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

/* ==========================================================================
11. Testimonial Section Style
 ========================================================================== */
/*#testimonial {
  background: url(../img/testimonial-bg.jpg) fixed no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.testimonial-item {
  text-align: center;
}

.testimonial-item img {
  width: 80px;
  border: 3px solid #fff;
  height: 80px;
  border-radius: 50%;
}

.testimonial-item .testimonial-text h3 {
  font-size: 15px;
  font-weight: 700;
}

.testimonial-item .testimonial-text span {
  font-size: 14px;
  color: #999;
}

.testimonial-item .testimonial-text p {
  font-size: 14px;
  font-weight: 400;
  padding: 36px 10px 30px 10px;
  margin: 0;
  line-height: 30px;
}
*/
.owl-theme .owl-controls .owl-page span {
  background: #009FE3;
}

.owl-theme .owl-controls {
  margin-top: 20px;
}

/* ==========================================================================
  12. Team Section
   ========================================================================== */
.single-team:hover .team-details {
  opacity: 1;
}

.single-team {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  background: #009FE3;
  overflow: hidden;
}

.single-team img {
  width: 100%;
}

.single-team .team-inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.single-team .team-details {
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0px;
  background: #f1f1f1;
  padding: 15px;
}

.single-team .team-details .team-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}

.single-team .team-details p {
  color: #333;
}

.single-team .social-list li {
  display: inline-block;
}

.single-team .social-list li a {
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  margin: 2px;
  color: #009FE3;
  font-size: 14px;
  background: #fff;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.single-team .social-list .facebook a:hover {
  background: #4867aa;
  color: #fff;
}

.single-team .social-list .twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

.single-team .social-list .google-plus a:hover {
  background: #dd4d42;
  color: #fff;
}

.single-team .social-list .linkedin a:hover {
  background: #007bb6;
  color: #fff;
}

/* ==========================================================================
  13. Blog
   ========================================================================== */
#blog .blog-item-wrapper {
  background: #fff;
  border-radius: 0px;
  -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
  transition: transform 0.2s linear, box-shadow 0.2s linear;
}

#blog .blog-item-wrapper:hover .blog-item-img:before {
  opacity: 1;
  height: 100%;
  width: 100%;
}

#blog .blog-item-img {
  position: relative;
}

#blog .blog-item-img img {
  width: 100%;
}

#blog .blog-item-text {
  padding: 20px 0;
}

#blog .blog-item-text h3 {
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#blog .blog-item-text h3 a {
  color: #333;
}

#blog .blog-item-text h3 a:hover {
  color: #009FE3;
}

#blog .blog-item-text p {
  line-height: 25px;
  margin-bottom: 20px;
}

.meta-tags {
  margin-bottom: 20px;
}

.meta-tags span {
  color: #999;
  margin-right: 10px;
}

.meta-tags span i {
  margin-right: 5px;
}

.meta-tags span a {
  color: #999;
}

.meta-tags span a:hover {
  color: #009FE3;
}

/* ==========================================================================
  14. Contact Us
  ========================================================================== */
.contact-us h3 {
  font-size: 36px;
  margin-bottom: 45px;
}

.contact-us p span {
  color: #000000;
  padding-left: 10px;
}


.contact-block .form-control {
  width: 100%;
  margin-bottom: 10px;
  padding: 14px;
  border-color: #000;
  border-radius: 0px;
  color: #000;
  /*background: transparent;*/
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-block .form-control:focus {
  box-shadow: none;
  color: #000;
  background: white;;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #ffffff;
}

/* ==========================================================================
15. Footer Style
 ========================================================================== */
footer {
  background: #222222;
  padding: 20px 0;
}

.footer-links {
  line-height: 48px;
}

.footer-links li {
  float: left;
}

.footer-links li a {
  color: #fff;
  margin-right: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #009FE3;
}

.copyright {
  margin-top: 10px;
  float: right;
}

.copyright p { color: #fff; font-size: 14px; margin: 0; padding: 0;}

.copyright p a { color: #fff;}

.copyright p a:hover {
  color: #009FE3;
}

/*MYSTYLE*/

.navbar{background: rgba(255,255,255,1);z-index: 9001;}
.navbar-expand-lg .navbar-nav .nav-link{color: #333333;}
.copyright {  margin-top: 0; float: none; text-align: center;}
.copyright p a.netsigma:hover{color: #f7941e;}

/*DESTAQUES*/
.imgs_conteudo, .imgs_conteudo .owl-wrapper-outer, .imgs_conteudo .owl-wrapper-outer .owl-wrapper, .imgs_conteudo .owl-wrapper-outer .owl-wrapper .owl-item, .owl-item .item, .owl-item .item .img{ height: 100%; width: 100%; float: left; overflow: hidden; padding: 0; margin: 0; position: relative;}
.imgs_conteudo.owl-theme .owl-controls .owl-buttons div{ position: absolute; top: 50%; left: 0; width: 30px; height: 30px; padding: 0; margin: 0 10px; margin-top: -15px; padding: 7px 7px; filter: Alpha(Opacity=80); opacity: 0.8;}
.imgs_conteudo.owl-theme .owl-controls .owl-buttons .owl-next{ right: 0px; left: auto;}
a.btn-rm2 {padding: 7px 27px;margin: 0 auto 50px;color: #000000;text-transform: uppercase;background: #ffffff;border-radius: 7px;transition: all 0.5s ease;line-height: 30px; display: inline-block;}
a.btn-rm2:hover{ background: #00526a; color:#ffffff; }
a.btn-rm2 i { margin: 0 0 0 10px; }

/*END DESTAQUES*/

/*FORMULARIO*/

.flashHeader { font-size: 30px; font-weight: 400; letter-spacing: normal; border-bottom: 2px solid #333; padding: 15px 20px; color: #009fe3; background: #F4F4F4; }

.subflashHeader { font-size: 20px; font-weight: 400; letter-spacing: normal; border-bottom: 1px solid #333; padding: 5px 10px; color: #F4F4F4; background: #009fe3; }

.f-item-right { float: right; }

/*COOKIES*/
.wgt-cookies {position: fixed;width: 35%;margin: 0;padding: 22px 30px;z-index: 9999;background: rgba(109, 110, 113, 0.9);opacity:1;color: #FFFFFF;float: left;text-align: center;bottom: 10px;left: 10px;transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;-moz-transition: all 1s ease;-webkit-transition: all 1s ease;}
.wgt-cookies .content {position: relative;width: 100%;max-width: 100%;margin: 0 auto;padding: 0;display: inline-block;}
.msg_cookies, .opt_cookies { position: relative; width: 100%; margin: 0; padding: 0; float: left; text-align: justify; }
.opt_cookies {position: absolute;bottom: 7%;left: 0;}
.msg_cookies {margin: 0;font-size: 12px;line-height: 12px;}
.opt_cookies a:first-child {margin: 0;padding: 0px;font-size: 14px;color: white;display: inline-block;position: absolute;left: 0;}
.opt_cookies a:last-child {position: absolute;padding: 3px 10px;width: 64px;color: white;border: 1px solid white;background: #7f7f7f;font-size: 12px;line-height: 20px;text-align: center;right: 0;bottom: -23px;}
.opt_cookies a:last-child:hover { border-color: #FFFFFF; color: #FFFFFF; }
.msg_cookies p{
  font-size:14px;
  padding: 0;
}
.wgt-cookies_hide {
  opacity:0;
  transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;-moz-transition: all 1s ease;-webkit-transition: all 1s ease;

}
@media (max-width:980px){
  .wgt-cookies{
    width: 97%;
    left: 0;
    padding: 15px 20px;
    margin: auto;
    right: 0;
  }
}
@media (max-width:768px){
  .wgt-cookies{
    width: 97%;
    left: 0;
    padding: 15px 20px;
    margin: auto;
    right: 0;
  }
  .msg_cookies p{
    font-size: 11px;
    padding: 4px;
  }
  .opt_cookies a:last-child {
    bottom: -20px;
  }
}
/*END MYSTYLE*/

/*************************/
.parceiro{
  position: relative;
  width: 100%;
  padding: 10px;
  margin-bottom: 5%;
  overflow: hidden;
  border: 1px solid #F4F4F4;
  cursor:default;
}
.img_portofolio, .item_portofolio {
  position: relative;
  width: 100%;
  margin-bottom: 5%;
  overflow: hidden;
  border: 1px solid #F4F4F4;
}
.imgparceiro{
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

.overlayparc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 159, 227, 0.75);
  overflow: hidden;
  width: 100%;
  height: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.parceiro:hover .overlayparc, .item_portofolio:hover .overlayparc,.img_portofolio:hover .overlayparc {
  width: 100%;
  height:100%;
}
.parceiro:hover .textparc, .item_portofolio:hover .textparc,.img_portofolio:hover .textparc {
  width:100%;
  opacity:1;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -ms-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}
.textparc {
  opacity:0;
  color: #FFFFFF;
  font-size: 20px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform:translate(-50%, -50%);
  -moz-transform:translate(-50%, -50%);
  -ms-transform:translate(-50%, -50%);
  -o-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  width: 100%;
  text-align:  center;
}
.textparc a, .textparc a:hover { color: #FFFFFF; font-size: 14px; margin-top: 10px; }


.container_content img{
  max-width: 100%;
  height: auto;
  width: 100%;
}

.form-check { float: left; margin: 0 20px 0 0; }

input[type="checkbox"]{
  position: absolute;
  right: 9000px;
}

/*Check box*/
input[type="checkbox"] + .label-text:before{
  content: "\f096";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing:antialiased;
  width: 16px;
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  line-height: 16px;
  background: #DDDDDD;
  color: #DDDDDD;
}

input[type="checkbox"]:checked + .label-text:before{
  content: "\f14a";
  color: #2980b9;
  animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text{
  color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before{
  content: "\f0c8";
  color: #ccc;
}
.fixed-top{
  /*display: none;*/
}
.top-nav-collapse{
  background: rgba(255,255,255,0.99)!IMPORTANT;
  display: inline-flex;
}


/************POP UP**************/
/*.white-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background: #FFF;
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
  display: flex;
}
.mfp-wrap{
  z-index:90000;
}

.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-bg .mfp-move-horizontal .mfp-ready>body{
  overflow:hidden;
}

.popup-dialog {
  position: absolute;
  width: auto;
  margin: 10px;
  height: auto;
  bottom:0;
  top:0;
  left:0;
  right:0;
}
.popup-content{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  height: 100%;
}
.popup-header {
  padding: 0px 15px 10px 15px;
  border-bottom: 1px solid #e9ecef;
  position: relative;
}
.popup-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align:center;
  font-size: 20px;
  position: relative;
}

.popup-footer {
  display: -ms-flexbox;
  display: flex;
  -flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 5px;
  border-top: 1px solid #000000;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5%;
  color: black;
  font-weight: 600;
}
.popup-imgarea {
  position: relative;
  width: 100%;
  margin: auto;
}
@media(max-width:768px){
  .popup-imgarea{
    max-width: 200px;
  }
}
.popup-textarea{
  padding: 10px;
  max-height: 100%;
  overflow: auto;
}
body.mfp-wrap {
  overflow: hidden;
}
/***********************/
.popup-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: auto;
  overflow: hidden;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
}
.white-popup {
 background:#FFF;
 padding:20px 30px;
 text-align:left;
 max-width:650px;
 margin:40px auto;
 position:relative
}
.popup-header {
    width: 100%;
    float: left;
    margin: 2em 0;
}
.popup-textarea{ margin-bottom: 2em;}

body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(203, 208, 153,0);
}

body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  color: #333333;
  background: #ffffff;
}


/**************/

/*****our team*****/
#juri-popups { margin-bottom: 5%;}

.heading-title {
  margin-bottom: 100px;
}
.text-center {
  position: relative;
  align-content: center;
  width: 100%;
  height: 100%;
  display: table;
  padding: 1px;
}
.heading-title h3 {
  margin-bottom: 0;
  letter-spacing: 2px;
  font-weight: normal;
}
.p-top-30 {
  padding-top: 30px;
}
.half-txt {
  width: 60%;
  margin: 0 auto;
  display: inline-block;
  line-height: 25px;
  color: #7e7e7e;
}
.text-uppercase {
  text-transform: uppercase;
}

.team-member, .team-member .team-img {
  position: relative;
}
.team-member {
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}
.team-member, .team-member .team-img {
  position: relative;
  width: 100%;
  height: 100%;
}

.team-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  border: 20px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.90);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
  top: 55%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .desk {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  padding: 0 10px;
}
.team-hover .desk a.btn-rm2{ padding: 5px 17px; margin: 0; background: #e5e3e2; text-transform: uppercase; font-size: 12px;}
.team-hover .desk a.btn-rm2 i{ margin: 0 0 0 5px;}
.team-hover .desk a.btn-rm2:hover { background: #00526a; color: #ffffff;}
.table-cell{ display: table;}
.middle{ vertical-align: middle; display: table-cell;}
.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222;
}
.desk h4{ font-size: 26px; line-height: 28px;}
.team-member:hover .team-hover .s-link {
  bottom: 10%;
}

.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
  opacity: 1;
}
.team-hover .s-link {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  text-align: center;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  -webkit-transition: all 0.3s 0.2s;
  transition: all 0.3s 0.2s;
  font-size: 35px;
}
.juri:hover .fa-spin-hover{
  -webkit-animation: fa-spin 1s 1 ease;
  -moz-animation: fa-spin 1s 1 ease;
  -o-animation: fa-spin 1s 1 ease;
  animation: fa-spin 1s 1 ease;
}

.desk, .desk h4, .team-hover .s-link a {
  text-align: center;
  color: #222;
}
.team-member .s-link a {
  margin: 0 10px;
  color: #333;
  font-size: 16px;
}

.team-member .team-img .img{
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000!important;
}
header .imagens_banner{
  width: 100%;
  position: absolute;
}
header .header_presen .header_row{
  max-height: 100%;
  justify-content: center;
  display:flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /* left: 0; */
  align-items: center;
  flex-direction: column;
  padding: 4% 10% 4% 10%;
}
.imagens_banner .banner .img{
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
}
header .header_presen .header_row .col-12{
  flex: none;
}
header .header_presen .header_row .col-12:nth-child(2){
  max-height: 75%;

}
header .header_presen .header_row .col-12:nth-child(2)>p{
  font-size: 15px!important;
  line-height: 25px!important;
}

@media (max-width: 768px) {
  header .header_presen .header_row .col-12:nth-child(2)>p {
    font-size:14px;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  header .header_presen .header_row .col-12:nth-child(2)>p {
    font-size:12px;
    line-height: 20px;
  }
}
header .header_presen{
  width: 30%;
  position: absolute;
  right: 0;
  z-index:8999;
  height: 100%;
  background: url(/css/site/img/bg_content_90.png) repeat center center;
  overflow: hidden;
}

header .header_presen img{
  display:block;
  margin:auto;
  width: 85%;
}

header .header_presen a{
  margin: auto;
  display: block;
}

header .header_presen div p, header .header_presen div i{
  color:black;
}

header .header_presen div i{
  font-size: 60px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-animation: anim 0.8s ease-in-out infinite alternate;
  -moz-animation: anim 0.8s ease-in-out infinite alternate;
  -webkit-animation: anim 0.8s ease-in-out infinite alternate;
  animation: anim 0.8s ease-in-out infinite alternate;
  border-bottom: 2px solid #b2b2b3;
}
h5 .fa-file-text-o, h5 .fa-youtube-play, h5 .fa-vimeo{
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -ms-animation: anim 0.8s ease-in-out infinite alternate;
  -moz-animation: anim 0.8s ease-in-out infinite alternate;
  -webkit-animation: anim 0.8s ease-in-out infinite alternate;
  animation: anim 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes anim {
  0% {
    opacity: 0.7;
    transform: scale(0.8);
  }
  25% {
    opacity: 0.8;
    transform: scale(0.85);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    opacity: 0.9;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@-moz-keyframes anim {
  0% {
    opacity: 0.7;
    transform: scale(0.8);
  }
  25% {
    opacity: 0.8;
    transform: scale(0.85);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    opacity: 0.9;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}
@-ms-keyframes anim {
  0% {
    opacity: 0.7;
    transform: scale(0.8);
  }
  25% {
    opacity: 0.8;
    transform: scale(0.85);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    opacity: 0.9;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);
  }
}

@keyframes anim {
  0% {
    opacity: 0.7;
    transform: scale(0.8);
  }
  25% {
    opacity: 0.8;
    transform: scale(0.85);
  }
  50% {
    transform: scale(0.9);
  }
  75% {
    opacity: 0.9;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1.0);

  }
}
.bx-wrapper .bx-pager.bx-default-pager a {
  color: #333333!important;
  background: #fdfeff!important;
}

hr.style8 {
  overflow: visible; /* For IE */
  padding: 0;
  border: none;
  border-top: medium double black;
  text-align: center;
  width:100px;
  margin:auto;
}

.contact hr.style8 { border-top: medium double #F1F1F1; }

@media screen and (max-width: 980px) {
  #hero-area .header_presen {
    width: 50%;
  }
  .header_presen .row{
    margin:0 auto!important;
  }
}

@media screen and (max-width: 768px) {
  #hero-area .header_presen {
    width: 100%;
  }
  .header_presen .container{ min-width: 100%;}
  .header_presen .brevemente_text{ display: none;}
  .banner_content table td{ text-align: center;}
  .banner_content img{ max-width: 100%; height: auto;}
  .banner_descricao{ width: 100%; padding: 3% 5%; bottom: 0; left: 0; }
}

@media screen and (max-width: 480px) {
  #hero-area .header_presen {
    width: 100%;
  }

}

.row-no-padding{ margin: 0 !important;}
.row-no-padding > [class*="col-"]{
  padding: 0;
}
.row-no-padding .row {
  margin: 0 !important;
}

.column h1,.column h2,.column h3,.column h4,.column h5,.column h6{
  padding:5%;
}
.container_padding .container_content{
  padding: 5%!IMPORTANT;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container_content h1{
  color:black;
}
.row.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .row.row-eq-height {
    display: block;
    flex-wrap: inherit;
  }
}

@media(max-width:992px){
  .w3ls_banner_bottom_grids .col-lg-6:first-child{
    margin: auto;
  }
  .w3ls_banner_bottom_grids .col-lg-6:last-child{
    margin: 5px auto;
  }
}

.contact .container::after {
  content: '';
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
}
.contact {
  padding: 30px;
  background-color: rgba(11, 11, 11, 0.7);
}
.agileits_mail_grid_left_w{background: rgba(251,251,251,0.8); padding: 20px 5px 0px;}
.agileits_mail_grid_left_w p {  font-size: 14px;  text-transform: uppercase;  font-weight: 600;}
.agileits_mail_grid_left ul li{
  list-style-type:none;
  color: #F1F1F1;
  margin-bottom:1em;
  letter-spacing: 1px;
  font-size: 15px;
  text-align: center;
}
.agileits_mail_grid_left ul li label{
  color: #212121;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  text-align: center;
  margin-right: 3px;
}
.agileits_mail_grid_left ul li label i {
  line-height: 38px;
  color: #f1f1f1;
  font-size: 18px;
  /* background: #00526A; */
  width: 38px;
  height: 38px;
}
.agileits_mail_grid_left ul li a{
  color: #F1F1F1;
  text-decoration:none;
}
.agileits_mail_grid_left ul li a:hover{
  color:#16a8d2;
}
.w3layouts_mail_grid_left h3,.wthree_mail_pos h3{
  font-size: 1.4em;
  color: #F1F1F1;
  text-transform: uppercase;
  padding-bottom: .5em;
  position: relative;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
.agileits_w3layouts_socila_mail{
  margin:2em 0 0;
}
.agileits_w3layouts_socila_mail ul li {
  display: inline-block;
  float: left;
  margin-right: 3%;
}
.agileits_w3layouts_socila_mail ul {
  width: 100%;
}
.agileits_w3layouts_socila_mail i.fa {
  width: 20px;
  margin: 6px;
}
.agileits_w3layouts_socila_mail ul li a{
  padding: 5px;
  display: block;
  font-size: 20px;
  width: 42px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 4px;
  text-transform: capitalize;
  text-align: center;
  border: 1px solid #8e8d8d;
}
.l_pinterest{
  background:#bd081c;
}
.l_facebook {
  background: #3b5998;
}
.l_google-plus{
  background: #dd4b39;
}
.l_linkedin {
  background: #0077b5;
}
.l_youtube {
  background: #ff0000;
}
.l_vimeo {
  background: #162221;
}
.l_pinterest{
  background: #bd081c;
}

.w3_agileits_map iframe{
  width:100%;
  min-height:400px;
  margin-bottom:-6px;
  border: none;
  margin-top: 2em;

}
.w3_agileits_map{
  position:relative;
}
.wthree_mail_pos h3:after{
  background:#212121;
}

.popup-body.row .wthree_mail_pos input[type="text"]:focus, .popup-body.row .wthree_mail_pos input[type="email"]:focus, .popup-body.row .wthree_mail_pos textarea:focus{
  border:2px solid #676768;
  border-top: inherit;
  border-right: inherit;
}
.wthree_mail_pos input[type="text"],.wthree_mail_pos input[type="email"],.wthree_mail_pos textarea{
  outline: none;
  padding: 12px 0;
  background: none;
  color: #f1f1f1;
  font-size: 15px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #6d6e71;
}
.popup-body.row .wthree_mail_pos input[type="text"],.popup-body.row .wthree_mail_pos input[type="email"],.popup-body.row .wthree_mail_pos textarea{
  margin: 25px auto;
  padding: 6px;
  color: #000000;
}

#popup img{ max-width: 100%; height: auto; }
#popup .mfp-close{ color: #FFF; opacity: 1;}

.wthree_mail_pos input[type="text"]::-webkit-input-placeholder,.wthree_mail_pos textarea::-webkit-input-placeholder
,.wthree_mail_pos input[type="email"]::-webkit-input-placeholder{
  color:#b1b1b1 !important;
}
.wthree_mail_pos input[type="email"]{
  margin:1em 0;
}
.wthree_mail_pos textarea{
  min-height:145px;
  resize:none;
  margin-top:1em;
  color: #f1f1f1;
}
.wthree_mail_pos button[type="submit"]{
  outline: none;
  padding: 10px;
  width: 100%;
  border: solid 1px #8e8d8d;
  background: #ccc0;
  color: #F1F1F1;
  transition: all 0.5s linear;
  cursor: pointer;
  border-top: inherit;
}
.wthree_mail_pos button[type="submit"]:hover{
  background-color: #F1F1F1;
  color: #333333;
  /*border: #000 0.01em solid;
  border-top: inherit;*/
}
@media(max-width:420px){
  .w3_agileits_contact_left, .w3layouts_mail_grid_left {
    padding: 1em 8px 1em 8px!important;
  }
}
.w3_agileits_contact_left,.w3layouts_mail_grid_left{
  padding: 2.5em;
  height: 100%;
/*  border: solid 1px;*/
  border-color: #8e8d8d;
  width: 100%;
  display: inline-grid;
}
.w3_agileits_contact_left{border-left: solid 0px;border-color: #8e8d8d;}
.w3layouts_mail_grid_left{border-right: solid 0px;border-color: #8e8d8d;}
.w3_agileits_contact_right{
  padding:0;
}
.w3_agile_copyright{
  padding:3em 0;
  background:#212121;
}
.w3_agile_copyright p{
  color:#fff;
  line-height:2em;
  text-align:center;
}
.w3_agile_copyright p a{
  color:#fddd22;
  text-decoration:underline;
}
.w3_agile_copyright p a:hover{
  color:#fff;
}

@media (max-width: 460px) {
  .agileits_mail_grid_left ul li {
    font-size: 10px;
  }
  .agileits_mail_grid_left ul li label i {
    width: 30px;
    height: 30px;
  }
}

.wthree_mail_pos{
  padding: 0px!important;
  height: 100%;
  width: 100%;
  position: relative;
}
.wthree_mail_pos iframe{ height: 100%; width: 100%; border: none;}
/*---------------*/
/***** Dexter *****/
/*---------------*/

/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px auto;
  width: 100%;
  text-align: center;
  cursor: default;
  height: 100%;
}

.grid figure .img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: 0;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 20px
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

.destaque .grid,.destaque .grid .img{
  width:100%;
  height:100%;
}
figure.effect-ming {
  background: rgb(0, 0, 0);
}

figure.effect-ming .img {
  opacity: 0.6;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4,1.4,1);
  transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  flex-direction: column;
  margin: auto;
  max-width: 80%;
  left: 0;
  right: 0;
}
figure.effect-ming p a i{
  font-size: 25px;
  color: #c0c1c3;
}

figure.effect-ming p {
  padding: 10%;
  opacity: 0;
  -o-transition: opacity 0.35s, -o-transform 0.35s;
  -moz-transition: opacity 0.35s, -moz-transform 0.35s;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  position: absolute;
  bottom: 6px;
  right: 0;
  left: 0;
}

figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
  background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover .img {
  opacity: 0.4;
}
/*
.parallax{
  width:100%;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}*/

.parallax .imgPos{
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
  height:100%;
  width: 100%;
  position: relative;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.parallax .caption{
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
  background: rgba(000, 000, 000, 0.5);
  color: #FFF;
  text-align:  center;
}
.agileits_mail_grid_left_w .container_content{text-align: center;}
.agileits_mail_grid_left_w .container_content img {
    max-width: 100%;
    height: auto;
    width: auto;
	text-align: center;
	margin: 15px;
}
@media (max-width: 1200px) { .navbar-expand-lg .navbar-nav .nav-link { font-size: 13px;}}
@media (max-width: 991px) {
.w3layouts_mail_grid_left, .w3_agileits_contact_left {
    border-left: none;
	border-right: none;
}
.w3layouts_mail_grid_left{ border-bottom: 1px solid; border-color: #8e8d8d;}
}
@media (max-width: 400px) {
  .parallax .caption h2  {
    font-size: 18px;
	line-height: 26px
  }
  .parallax .caption p , .parallax .caption span{
    font-size: 12px;
  }
  .cd-horizontal-timeline .events-content h2{ font-size: 1.6rem;}
}
@media (max-width: 768px) {
  .cd-horizontal-timeline .events-content h2{ font-size: 2rem;}
  .img_right{float: none!important;position: relative!important;}
  .img_left{ float: none!important;}
}
.img_left{ float: left;}
.img_right{float: right;right: 0;position: absolute;}

.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  background:inherit;
}
/*Johnny*/

.fa .fa-file-text-o {
  padding: 80px 0;

}
.section .px-5 {
  padding-bottom: 3rem;
  position: relative;
  width: 100%;
}
.caption .inscri-popups{
  padding: 4% 0% 10% 0%;
}
.inscri-popups .btn-outline-secondary{
  padding: 20px;
}
.btn-outline-secondary{
  color: #fff;
  background-color: #00526A!important;
  border-color: #002E3C!important;
  font-size: 25px!important;
}
.btn-outline-secondary:hover{
  background-color: #8AA33B !important;
background-image: none !important;
border-color: #00526A !important;
}
#contactForm{
  width: 100%;
  position: relative;
}
.contact_inscri {
  border: none;
}
b,strong{
  font-weight:800;
}
.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
}

html.mfp-helper {
  height: 100%;

  body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0);
  }
}
.brevemente_text {
    margin-top: 15px;
}
#inscri .mfp-close, .white-popup .mfp-close{ color: #FFF;}