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

a {
  color: #2dc997;
}

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: 25px;
  border-radius: 100%;
  right: 20px;
  bottom: 10px;
  width: 50px;
  height: 50px;
   line-height: 30px;
    text-align: center;
     -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
 /*transition: background 0.5s;*/
   z-index: 33;
  
     /*
      right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 33;
    bottom: 10px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.16);
    color: #ffff;
    font-size: 18px;
    border-radius: 100%;
    font-size: 18px;*/
}

@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: #05C46B;   /*#2dc997;*/
  color: #fff;
}

/*--------------------------------------------------------------
# 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;
  }
  
}
@media (max-width: 480px) {
 #services .description {
  font-size: 14px!important;
  line-height: 20px !important;	
} 
#main {
  margin-top: 70px !important
}
	#unit4erp .description {
   
   line-height: 20px !important;
}
#unit4erp #boxMaster{
  height: 900px !important;
}
#reporting #boxMaster1{
  height: 1000px !important;
}  
#reporting #boxMaster2{
  height: 1020px !important;
}  
#unit4training #boxMaster3{
  height: 800px !important;
}  
#expertUnit4 #boxMaster4{
  height: 500px !important;
}  
#expertUnit4 #boxMaster5{
  height: 500px !important;
}  
#unit4erp .box {
	font-size: 14px!important;
	height: 755px !important;
}
#reporting .description {
	font-size: 14px!important;
   line-height: 22px !important;
}
#reporting .box{
	height: 900px !important;
}

#hero {
    top: 72px !important;
    height: 40vh !important;
	}
   
#hero .btn-get-started{
    margin-top: 100px !important;
    font-size: 07px !important;
    border-radius: 30px !important;
  } 
#unit4training .box	
  { 

  	height: 610px !important;
 }
 #expertUnit4 .box{
 	height: 430px !important;
 }
 #expertUnit4 .description{
 	font-size: 14px!important;
 	line-height: 24px !important;
 }
}

#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/ERP_FLOW_COVER.jpg) top center;
  background-size: cover;
  position: relative;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
/*
@media (min-width: 768px) {
  #hero {
    background-attachment: fixed;
  }
} */

#hero:before {
  content: "";
  background: rgba(0, 0, 0, -0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

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

#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", 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-top: 330px;
  border: 2px solid #fff;
  color: #fff;
 }

#hero .btn-get-started:hover {
  background: #05C46B;
  border: 2px solid #05C46B;
}

/*--------------------------------------------------------------
# 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:#05C46B; /*#2dc997;*/
  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:#05C46B; /*#2dc997;*/
  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: 950px) { /*768*/
  #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: #2dc997;
}

#mobile-nav ul .menu-item-active {
  color: #2dc997;
}

#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: 50px 0; /*padding: 80px 0;*/
}

#about .about-container .background {
  min-height: 300px;
  background: url(../img/ERP_&_DATA_PIE.jpg) center top no-repeat;
  margin-bottom: 10px;
  position: relative;
  background-size: cover
}

#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;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #05C46B;
}

#about .about-container .icon-box .icon i {
  color: #05C46B;
  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;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #2dc997;
}

#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: 50px 0 60px 0;  /* padding: 80px 0 60px 0; */
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 2px solid #e6e6e6;
  height: 255px;  /* 200px  */
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #05C46B;
}

#services .icon a {
  display: inline-block;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
}

#services .box:hover .icon {
  background: #fff;
  border: 2px solid #05C46B;
}

#services .box:hover .icon i {
  color: #05C46B;
}

#services .box:hover .icon a {
  color: #05C46B;
}

#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.4), rgba(0, 0, 0, 0.2)), url(../img/ERP_DATA_BANNER_7.jpg) center;
  background-size: cover;
  padding: 90px 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: #2dc997;
  border: 2px solid #2dc997;
}

/* Portfolio Section    UNIT4-ERP
--------------------------------*/
#unit4erp {
  background: #fff;
  background-size: cover;
  padding: 50px 0 60px 0;
}

#unit4erp .box {
  padding: 50px 20px;
  margin-bottom: 20px;
  text-align: left;
  border: 2px solid #e6e6e6;
  height: 860px;  /* 200px  */
  position: relative;
  background: #fafafa;
}

#unit4erp .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #05C46B; /*#2dc997;*/
}

#unit4erp .icon a {
  display: inline-block;
}

#unit4erp .icon i {
  color: #fff;
  font-size: 24px;
}

#unit4erp .box:hover .icon {
  background: #fff;
  border: 2px solid #05C46B;
}

#unit4erp .box:hover .icon i {
  color: #05C46B;
}

#unit4erp .box:hover .icon a {
  color: #05C46B;/*#2dc997;*/
}

#unit4erp .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#unit4erp .title a {
  color: #111;
}

#unit4erp .description {
  font-size: 14px;
  line-height: 24px;
}

/*    Reporting and Analaytics
 ------------------------------*/

#reporting {
  background: #fff;
  background-size: cover;
  padding: 50px 0 60px 0; /*padding: 80px 0 60px 0;*/
}

#reporting .box {
  padding: 50px 20px;
  margin-bottom: 20px;
  text-align: left;
  border: 2px solid #e6e6e6;
  height: 750px;  /* 200px  */
  position: relative;
  background: #fafafa;
}

#reporting .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #05C46B;
}

#reporting.icon a {
  display: inline-block;
}

#reporting .icon i {
  color: #fff;
  font-size: 24px;
}

#reporting .box:hover .icon {
  background: #fff;
  border: 2px solid #05C46B;
}

#reporting .box:hover .icon i {
  color: #05C46B;
}

#reporting .box:hover .icon a {
  color: #05C46B;
}

#reporting .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#reporting .title a {
  color: #111;
}

#reporting .description {
  font-size: 14px;
  line-height: 24px;
}

/*    Unit4 Expert
 ------------------------------*/

#expertUnit4 {
  background: #fff;
  background-size: cover;
  padding: 50px 0 60px 0; /* padding: 80px 0 60px 0;*/
}

#expertUnit4 .box {
  padding: 50px 20px;
  margin-bottom: 20px;
  text-align: left;
  border: 2px solid #e6e6e6;
  height: 335px;  /* 200px  */
  position: relative;
  background: #fafafa;
}

#expertUnit4 .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #05C46B;
}

#expertUnit4.icon a {
  display: inline-block;
}

#expertUnit4 .icon i {
  color: #fff;
  font-size: 24px;
}

#expertUnit4 .box:hover .icon {
  background: #fff;
  border: 2px solid #05C46B;
}

#expertUnit4 .box:hover .icon i {
  color: #05C46B;
}

#expertUnit4 .box:hover .icon a {
  color: #05C46B;
}

#expertUnit4 .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#expertUnit4 .title a {
  color: #111;
}

#expertUnit4 .description {
  font-size: 14px;
  line-height: 24px;
}

/* ***** training Section by Vikas -----------------*/
/*    unit4training
--------------------------------*/
#unit4training {
  background: #fff;
  background-size: cover;
  padding: 50px 0 60px 0; /*padding: 80px 0 60px 0;*/
}

#unit4training .box {
  padding: 12px 20px;
  margin-bottom: 20px;
  text-align: left;
  border: 2px solid #e6e6e6;
  height: 550px;  /* 200px  */
  position: relative;
  background: #fafafa;
}

#unit4training .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #05C46B;
}

#unit4training .icon a {
  display: inline-block;
}

#unit4training .icon i {
  color: #fff;
  font-size: 24px;
}

#unit4training .box:hover .icon {
  background: #fff;
  border: 2px solid#05C46B;
}

#unit4training .box:hover .icon i {
  color: #2dc997;
}

#unit4training .box:hover .icon a {
  color: #05C46B;
}

#unit4training .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#unit4training .title a {
  color: #111;
}

#unit4training .description {
  font-size: 14px;
  line-height: 24px;
}

#unit4training .bottom {
  border-bottom: 1px solid #ccc;
}
/*
#unit4training .form button[type="submit"] {
  background: #2dc997;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#unit4training .form button[type="submit"]:hover {
  background: #51d8ad;
}*/

#unit4training .form #sucessmessage {
  color:#05C46B; /*#2dc997;*/
  border: 1px solid #05C46B;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#unit4training .form #eerrormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}



/* Team Section  #fafafa
--------------------------------*/
#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;
}

#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: #2dc997;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}







/* ************************************** --- */

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 50px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #05C46B; /*#2dc997;*/
  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: #05C46B;
  color: #fff;
}

#contact .form #sendmessage {
 /* color:#05C46B;
  border: 1px solid #2dc997;*/
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  
  color:#155724;
background-color:#d4edda;
border-color:#c3e6cb;
border-radius: .25rem; 
  
}

#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, #unit4training .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: #2dc997;
  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;
}

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


/* Breadcrumbs CSS */
.breadcrumbs {
  background-position: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0px 0px 0px;
  margin-top: 72px;
}
.breadcrumbs h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  margin-top: 5px;
}
.breadcrumbs p {
  color: #ccc;
  margin-top: 5px;
}
.breadcrumbs .bread-list {
  background: rgba(255, 255, 255, 0.15);
  display: inline-block;
  padding: 10px 25px;
  float: right;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.breadcrumbs ul li:last-child{
  margin:0;
}
.breadcrumbs ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}
.breadcrumbs ul li.active a {
  color: #fff;
  padding: 7px 20px;
  display: inline-block;
  background: #05C46B;
}
.breadcrumbs ul li.active a:hover{
  background:#fff;
  color:#20232E;
}
.breadcrumbs ul li i {
  margin-left: 5px;
}

.overlay{
  position:relative
}
.overlay::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: #20232E;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/*----------------------------------------------------------------*/

/*=============================
	Footer CSS
===============================*/
.footer {
	background: #20232E;
	padding: 0;
}
.footer .footer-top {
	padding: 30px 0 20px;
	background-image: url('img/clients-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footer .footer-top:before{
	opacity:0.9;
}

.footer a, .footer p {
	font-weight: 400;
	color: #ccc;
	line-height: 22px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px; /*16px;*/
	margin-bottom: 25px;
	color: #fff;
	position: relative;

}
.footer .about p {
	margin-top: 20px;
}
/* List */

.footer .list ul, ul li {

    list-style: none;
    padding: 0;
    margin: 0;

}
.footer .list li {
	line-height: 35px;
	color: #ababab;
}
.footer .list li a {
   	color: #8d8d8d;
}
.footer .list li i {
	margin-right: 15px;
}
.footer .list li a:hover {
  color: #fff;/*#2dc997;*/
  
}
/* Social */
.footer .social_map {
	margin-top: 20px;
}
.footer .social_map li {
	display: inline-block;
	margin-right: 8px;/*5px;*/
}
.footer .social_map li:last-child{
	margin:0;
}
.footer .social_map li a {
	display: inline-block;
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	font-size: 22px;
	width: 38px;
	height: 38px;
	line-height: 35px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}
.footer .social_map li:hover a,
.footer .social_map li.active a{
	color:#fff;
	background: #05C46B;
}
/* Opening Times */
.footer .opening-times .list li {
	position: relative;
	line-height: 35px;
	color: #ccc;
}
.footer .opening-times .list li a {
	color: #ccc;
	font-size: 15px;
}
.footer .opening-times .list li i{
	margin-right:10px;
}
.footer .opening-times .list li .value {
	float: right;
}
.footer .opening-times .list li .value.off {
	color: #fff;
	border-radius: 30px;
	padding: 0 11px;
	line-height: 30px;
}
/* Newsletter Widget */
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
.footer .newsletter .form{
	position:relative;
	margin-top:20px;
}
.footer .newsletter .form input {
	width: 100%;
	line-height: 50px;
	color: #888;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 50px 0px 20px;
	border-radius: 0px;
	background: #fff;
	height: 45px;
	font-size: 14px;
	font-weight: 500;
}
.footer .newsletter .button {
	height: 45px;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	border: none;
	font-size: 14px;
	padding: 10px 35px;
	border-radius: 0px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 2px solid transparent;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.footer .newsletter .button:hover{
	opacity:0.8;
}
.footer .newsletter .button i{
	margin-right:5px;
}
.footer-bottom {
	background: #121212;
	padding: 12px 0;
}
.footer .copyright {
	text-align: center;
}
.footer .copyright p {
	color: #aaa;
}
.footer .copyright a:hover{
	color:#fff;
}
/*******************************/

.ftco-footer .ftco-footer-widget {
    width: 100%;
    display: block;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ftco-footer .subscribe-form .form-group {
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.subscribe-form-input {
    color: #fff !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none;
    /*color: rgba(255, 255, 255, 0.7) !important;*/
    font-size: 16px;
    width: 100%;
    height: 52px !important;   
    text-align: center !important;
    margin-bottom: 0.5rem !important;
}

.subscribe-button {
    color:#fff !important;
    font-size:16px;
    background: #05C46B /*#1b9ce3*/ !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 52px !important;
}
.pl-3, .px-3 {

    padding-left: 1rem !important;

}
.pr-3, .px-3 {

    padding-right: 1rem !important;

}



/*=============================
	End Footer CSS
===============================*/


/* The container */
.Chkcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.Chkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
      border: 1px solid #8a8a8a;
}

/* On mouse-over, add a grey background color */
.Chkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.Chkcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.Chkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.Chkcontainer .checkmark:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* --------------------------------------------*/
.btn {
	font-weight: 520;
	text-align: center;
	
	color: #fff;
	background:#20232E;
	display: inline-block;
	padding: 14px 30px;
	border-radius: 0px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 14px;
	overflow: hidden;
	position: relative;
	border: none;
	box-shadow: none;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #05C46B;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.btn:hover:before, 
.btn:focus:before, 
.btn:active:before {
	transform: scaleX(1);
}
.btn:hover,
.btn:focus,
.btn:active {
	color: #fff;
}
/* Primary */
.btn.primary {
	background: #20232E;
	color: #fff;
}
.btn.primary:before{
	transform: scaleX(1);
}
.btn.primary:hover:before{
	transform: scaleX(0);
}
/* White */
.btn.white{
	background:#fff;
	color:#252525;
}
.btn.white:hover{
	color:#fff;
}
/* White Primary */
.btn.white.primary{
	color:#fff;
}
.btn.white.primary:before{
	transform: scaleX(1);
}
.btn.white.primary:hover:before{
	transform: scaleX(0);
}
.btn.white.primary:hover{
	color:#252525;
}


/**********************************************************/
.sitemap li{
     margin: 30px 0;
     /*color: #05C46B;*/
}
