/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/******************** IMPORTS ********************/
/* === COLORS === */
/* === Graphic Design === */
/* === FONTSIZE === */
/*== BORDERS ===*/
/*== ANIMATIONS ===*/
/*== SHADOWS ==*/
/******************** MIXINS ********************/
/*************************** Intro PAGE CONTENT *******************************/
/* === PROMO CARDS === */
.section-promo-cards {
  margin-top: 45px;
}
.section-promo-cards .mid-content .promo-card {
  position: relative;
  z-index: 1000;
  height: 450px;
  background-color: #ffffff;
  text-align: justify;
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  transition: all 0.5s;
}
.section-promo-cards .mid-content .promo-card .promo-card-picture img {
  display: block;
  margin: 0 auto 15px;
  width: 200px !important;
  height: 200px !important;
}
.section-promo-cards .mid-content .promo-card .promo-card-content {
  padding: 0.5rem 2rem 0.5rem 2rem;
}
.section-promo-cards .mid-content .promo-card .promo-card-content ul li {
  color: #5d6471;
}
.section-promo-cards .mid-content .promo-card .promo-card-content a {
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 15px;
  padding: 10px 15px;
  background-color: #3b065e;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #2E4053;
}
.section-promo-cards .mid-content .promo-card .promo-card-content a:hover {
  background-color: #ffffff;
  color: #2E4053;
}
.section-promo-cards .mid-content .promo-card .line {
  position: absolute;
  left: 65%;
  top: 0px;
  width: 150px;
  height: 30px;
  margin-top: 25px;
  line-height: 2px;
  background-color: #3b065e;
  text-align: center;
  align-items: center;
  transform: rotate(-135deg);
  opacity: 0.85;
}
.section-promo-cards .mid-content .promo-card .line p {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(182.5deg);
}
.section-promo-cards .mid-content .promo-card:hover {
  transform: scale(1.05);
}
/* === Intro Banner === */
.section-problem-banner .section-title h3 {
  color: #ffffff !important;
}
.section-problem-banner .section-title h4 {
  color: #ffffff !important;
}
.section-problem-banner .mid-content {
  margin-top: 1rem;
}
.section-problem-banner .mid-content .intro-banner {
  position: relative;
  z-index: 1000;
  margin-top: 1rem;
  margin-bottom: 2rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 35px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.section-problem-banner .mid-content .intro-banner .banner-content {
  display: flex;
  width: 80%;
  margin: 0 auto;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-moto {
  margin-top: 60px;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients {
  position: relative;
  width: 100%;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item {
  display: flex;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item a {
  background-color: #3b065e;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  padding: 5px;
  margin-bottom: 10px;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item h5 {
  font-weight: bold;
  color: #3b065e;
  font-size: 45px;
  margin-bottom: 15px;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-item-technique-contact {
  display: flex;
  flex-direction: column;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-item-technique-contact h6 {
  color: #3b065e;
  margin: 10px 10px 0px 10px;
  font-weight: bold;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-item-technique-contact p {
  font-weight: bold;
  margin: 10px 10px 0px 10px;
  color: #3b065e;
  font-size: 15px;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-item-technique-contact p p {
  padding: 0;
  margin: 0;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-item-technique-contact p a {
  text-decoration: none;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-item-technique-contact p ul {
  list-style-type: none;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-icon {
  text-align: center;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-icon p {
  color: #3b065e;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-icon .image {
  width: 60%;
  position: relative;
  margin: 5px auto;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.5s;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-icon .image img {
  width: 50px !important;
  height: 50px !important;
  filter: invert(11%) sepia(60%) saturate(5384%) hue-rotate(273deg) brightness(65%) contrast(106%);
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-icon:hover .image {
  background-color: #3b065e;
}
.section-problem-banner .mid-content .intro-banner .banner-content .banner-clients .banner-item .banner-icon:hover .image img {
  filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(321deg) brightness(108%) contrast(107%);
}
.section-problem-banner .mid-content .intro-banner:hover {
  transform: scale(1.05);
}
.section-problem-banner .top-strip {
  content: "";
  position: absolute;
  background: #3b065e;
  z-index: 1000;
  top: 0px;
  right: -50vw;
  left: -50vw;
  height: 400px;
}
.section-problem-banner .bottom-strip {
  content: "";
  position: absolute;
  background-color: #F2F6FF;
  top: 400px;
  right: -50vw;
  left: -50vw;
  height: 400px;
}
/* === SERVICES CARDS === */
.section-services-cards .section-title h3 {
  color: #3b065e !important;
}
.section-services-cards .section-title h4 {
  color: #3b065e !important;
}
.section-services-cards .services-cards {
  display: flex;
  position: relative;
  z-index: 1000;
  background: #ffffff;
  width: 100%;
  height: 200px;
  margin: 15px;
  padding: 25px;
  text-align: justify;
  border: 1.5px solid #3b065e;
  border-radius: 20px;
  transition: all 0.5s;
  overflow: hidden;
}
.section-services-cards .services-cards .services {
  display: flex;
  position: relative;
  top: 5%;
}
.section-services-cards .services-cards .services .services-image {
  margin: 0 15px 0 0px;
}
.section-services-cards .services-cards .services .services-image img {
  max-width: 50px;
  height: 50px;
  filter: invert(10%) sepia(46%) saturate(7480%) hue-rotate(274deg) brightness(68%) contrast(105%);
}
.section-services-cards .services-cards .services .services-content h5 {
  font-size: 35px;
  color: #3b065e;
}
.section-services-cards .services-cards .services .services-content p {
  font-size: 15px;
  color: #5d6471;
}
.section-services-cards .services-cards:hover {
  background-color: #3b065e;
}
.section-services-cards .services-cards:hover .services-image img {
  filter: invert(100%) sepia(100%) saturate(22%) hue-rotate(320deg) brightness(105%) contrast(106%);
}
.section-services-cards .services-cards:hover .services-content h5 {
  color: #ffffff;
}
.section-services-cards .services-cards:hover .services-content p {
  color: #ffffff;
}
/* === PRICE CARDS === */
.section-price-cards .mid-content .price-card {
  position: relative;
  z-index: 1000;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 2rem 0 2rem;
  overflow: hidden;
  transition: all 0.4s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.section-price-cards .mid-content .price-card p.title {
  font-size: 35px;
  text-transform: uppercase;
  color: #3b065e;
  font-weight: bold;
}
.section-price-cards .mid-content .price-card .main {
  display: flex;
  justify-content: center;
}
.section-price-cards .mid-content .price-card .main h5 {
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #2E4053;
}
.section-price-cards .mid-content .price-card .main h6 {
  margin: 16px 0 0 10px;
  font-weight: bold;
}
.section-price-cards .mid-content .price-card a {
  display: block;
  width: 75%;
  margin: auto;
  position: relative;
  top: 15px;
  padding: 10px 15px;
  background: linear-gradient(136deg, #31065a 0%, #400a6f 100%);
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #2E4053;
}
.section-price-cards .mid-content .price-card a:hover {
  background: #ffffff;
  color: black !important;
}
.section-price-cards .mid-content .price-card:hover {
  transform: scale(1.05);
}
.section-price-cards .top-strip {
  content: "";
  position: absolute;
  top: 15%;
  right: -50vw;
  left: -50vw;
  height: 45%;
  background: linear-gradient(136deg, #31065a 0%, #400a6f 100%);
  z-index: 1000;
}
.section-price-cards .bottom-strip {
  content: "";
  position: absolute;
  top: 55%;
  right: -50vw;
  left: -50vw;
  height: 45%;
  background-color: #fafafa;
}
/* === MAP ===*/
.section-company-location .top-test {
  content: "";
  position: absolute;
  top: 15%;
  right: -50vw;
  left: -50vw;
  height: 100%;
  background: #3b065e;
  z-index: 1000;
}
.section-company-location .location-block {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.section-company-location .location-block p {
  color: #ffffff;
}
.section-company-location .location-block form input {
  width: 48.5%;
  margin-bottom: 10px;
  padding: 5px 15px 5px 15px;
  border-radius: 8px;
  border: 1px solid grey;
  outline: none;
}
.section-company-location .location-block form input.input-name {
  margin-right: 1%;
}
.section-company-location .location-block form input.input-email {
  margin-left: 1%;
}
.section-company-location .location-block form input.input-subject {
  width: 100%;
}
.section-company-location .location-block form textarea {
  width: 100%;
  height: 100px;
  margin-bottom: 10px;
  padding: 5px 15px 5px 15px;
  border: 1px solid grey;
  border-radius: 8px;
  outline: none;
}
.section-company-location .location-block form button {
  display: block;
  padding: 5px 15px 5px 15px;
  background-color: #ffffff;
  color: #2E4053;
  border-radius: 8px;
  font-size: 16px;
  border: 1.75px solid #2E4053;
  transition: all 0.4s;
  font-weight: 500;
}
.section-company-location .location-block form button:hover {
  background-color: #2E4053;
  color: #ffffff;
}
@media only screen and (max-width: 500px) {
  .section-promo-cards .promo-card {
    width: 85%;
    margin: 0 auto;
  }
  .section-services-cards .services-cards {
    width: 85%;
    margin: 0 auto;
  }
}
/*** OUR SERVICES ***/
.section-first-ourproduct-cards {
  padding: 50px;
}
.section-first-ourproduct-cards .section-title {
  position: relative;
  z-index: 1000;
}
.section-first-ourproduct-cards .section-title h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 15px;
  color: #3b065e !important;
}
.section-first-ourproduct-cards .section-title h4 {
  text-align: center;
  margin: 15px;
  color: #3b065e !important;
}
.section-first-ourproduct-cards .section-title p {
  text-align: center;
  text-transform: uppercase;
  color: grey !important;
  font-weight: bold;
  margin: 0;
}
.section-first-ourproduct-cards .ourproduct-card {
  position: relative;
  z-index: 1000;
  text-align: center;
  background-color: #3b065e;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 2rem;
  margin: 1rem 0 1rem 0;
  transition: all 0.5s;
  overflow: hidden;
}
.section-first-ourproduct-cards .ourproduct-card .image {
  position: relative;
  z-index: 1000;
}
.section-first-ourproduct-cards .ourproduct-card .image img {
  filter: invert(87%) sepia(99%) saturate(2%) hue-rotate(288deg) brightness(109%) contrast(101%);
  transition: all 0.5s;
}
.section-first-ourproduct-cards .ourproduct-card h5 {
  position: relative;
  z-index: 1000;
  color: white;
  margin-bottom: 0;
}
.section-first-ourproduct-cards .ourproduct-card a {
  position: relative;
  z-index: 1000;
  top: 15px;
  color: #3b065e;
  background-color: #ffffff;
  text-decoration: none;
  transition: all 0.5s;
  padding: 5px 10px 5px 10px;
  border-radius: 8px;
  font-weight: bold;
}
.section-first-ourproduct-cards .ourproduct-card a i {
  padding-left: 5px;
}
.section-first-ourproduct-cards .ourproduct-card a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.section-first-ourproduct-cards .ourproduct-card .glass-efect {
  position: absolute;
  z-index: 999;
  top: 135px;
  left: -4.5rem;
  width: 550px;
  height: 250px;
  transform: rotate(128deg);
  background-color: rgba(242, 246, 255, 0.15);
}
.section-first-ourproduct-cards .ourproduct-card:hover .image img {
  transform: scale(1.1);
}
/* COLOR SECTION SERVICES */
.section-ourproduct-cards {
  background-color: #3b065e;
  padding: 50px;
}
.section-ourproduct-cards .section-title {
  position: relative;
  z-index: 1000;
}
.section-ourproduct-cards .section-title h3 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 15px;
  color: white;
}
.section-ourproduct-cards .section-title h4 {
  text-align: center;
  margin: 15px;
  color: white;
}
.section-ourproduct-cards .ourproduct-card {
  position: relative;
  z-index: 1000;
  text-align: center;
  background-color: rgba(242, 246, 255, 0.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 2rem;
  margin: 1rem 0 1rem 0;
  transition: all 0.5s;
  overflow: hidden;
}
.section-ourproduct-cards .ourproduct-card .image {
  position: relative;
  z-index: 1000;
}
.section-ourproduct-cards .ourproduct-card .image img {
  filter: invert(87%) sepia(99%) saturate(2%) hue-rotate(288deg) brightness(109%) contrast(101%);
  transition: all 0.5s;
}
.section-ourproduct-cards .ourproduct-card h5 {
  position: relative;
  z-index: 1000;
  color: white;
  margin-bottom: 0;
}
.section-ourproduct-cards .ourproduct-card a {
  position: relative;
  z-index: 1000;
  top: 15px;
  color: #3b065e;
  text-decoration: none;
  transition: all 0.5s;
  background-color: #ffffff;
  padding: 5px 10px 5px 10px;
  border-radius: 8px;
  font-weight: bold;
}
.section-ourproduct-cards .ourproduct-card a i {
  padding-left: 5px;
}
.section-ourproduct-cards .ourproduct-card a:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.section-ourproduct-cards .ourproduct-card .glass-efect {
  position: absolute;
  z-index: 999;
  top: 135px;
  left: -4.5rem;
  width: 550px;
  height: 250px;
  transform: rotate(128deg);
  background-color: rgba(242, 246, 255, 0.15);
}
.section-ourproduct-cards .ourproduct-card:hover .image img {
  transform: scale(1.1);
}
/*********************************** COMPANY ****************************************/
/* WHO WE ARE */
.section-whoweare-cards {
  padding: 5rem;
}
.section-whoweare-cards .section-title h3 {
  color: #3b065e !important;
}
.section-whoweare-cards .section-title h4 {
  color: #3b065e !important;
  text-align: justify !important;
  text-align-last: center;
}
.section-whoweare-cards .whoweare-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 2rem 0 1rem 0;
  justify-content: center;
  text-align: center;
}
.section-whoweare-cards .whoweare-card .image img {
  width: 75px;
  height: 75px;
  filter: invert(14%) sepia(28%) saturate(4113%) hue-rotate(256deg) brightness(97%) contrast(122%);
  transition: all 0.5s;
}
.section-whoweare-cards .whoweare-card .image img:hover {
  transform: scale(1.15);
}
.section-whoweare-cards .whoweare-card .line {
  display: block;
  margin: 1rem auto 1rem;
  width: 20%;
  height: 2px;
  background-color: #3b065e;
}
.section-whoweare-cards .whoweare-card .content p {
  font-weight: bold;
  color: #3b065e;
  text-transform: uppercase;
}
/* Our Team */
.section-ourteam-cards {
  background-color: #3b065e;
  padding-top: 50px;
  padding-bottom: 200px;
}
.section-ourteam-cards .mid-content {
  position: relative;
  displaY: flex;
}
.section-ourteam-cards .mid-content .left-content {
  width: 560px;
}
.section-ourteam-cards .mid-content .left-content .ourteam-card {
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  height: 350px;
  background-color: #fafafa;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  padding: 2.5rem;
  margin: 15px 0 15px 0;
  transition: all 0.5s;
}
.section-ourteam-cards .mid-content .left-content .ourteam-card h5 {
  font-size: 68px;
  color: #3b065e;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
.section-ourteam-cards .mid-content .left-content .ourteam-card p {
  text-align: justify;
  font-size: 16px;
  margin: 0 0 15px 0;
}
.section-ourteam-cards .mid-content .left-content .ourteam-card a {
  text-transform: uppercase;
  color: #5d6471;
  text-align: center;
}
.section-ourteam-cards .mid-content .left-content .ourteam-card:hover {
  transform: scale(1.05);
}
.section-ourteam-cards .right-content {
  margin: 15px 0 15px 0;
}
.section-ourteam-cards .right-content .image img {
  position: absolute;
  top: 200px;
  left: 60%;
  transform: translateX(-55%);
  z-index: 999;
  width: 90%;
  height: 680px;
  border-radius: 8px;
}
/* COMPANY COLABORATIONS */
.section-colaborate-card {
  padding: 5rem;
}
.section-colaborate-card .colaborate-card .section-title p.company {
  font-weight: bold;
}
.section-colaborate-card .colaborate-card .section-title h3 {
  text-align: left !important;
  color: #3b065e !important;
  margin: 0 !important;
}
.section-colaborate-card .colaborate-card p.company {
  color: #3b065e;
  text-transform: uppercase;
}
.section-colaborate-card .colaborate-card h3 {
  color: #3b065e;
}
.section-colaborate-card .colaborate-card p {
  color: #3b065e;
  text-align: justify;
}
.section-colaborate-card .colaborate-card p.colaborations {
  font-weight: bold;
  color: #3b065e;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}
.section-colaborate-card .colaborate-card .colaborate-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin: 1rem 0 1rem 0;
  background: rgba(0, 0, 0, 0.0015);
  border-radius: 8px;
}
.section-colaborate-card .colaborate-card .colaborate-logo img {
  width: 125px;
  transition: all 0.5s;
}
.section-colaborate-card .colaborate-card .colaborate-logo img:hover {
  transform: scale(1.15);
}
.section-usage-cards .section-title h3 {
  color: #3b065e !important;
}
.section-usage-cards .section-title h4 {
  color: #3b065e !important;
}
.section-usage-cards .usage-card {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  height: 250px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.5s;
}
.section-usage-cards .usage-card img {
  width: 75px;
  height: 75px;
  margin: 5px;
  filter: invert(10%) sepia(36%) saturate(6996%) hue-rotate(270deg) brightness(82%) contrast(109%);
}
.section-usage-cards .usage-card h5 {
  margin: 5px;
  font-size: 28px;
  font-weight: bold;
  color: #3b065e;
}
.section-usage-cards .usage-card h6 {
  margin: 5px;
  color: #3b065e;
}
.section-usage-cards .usage-card .banner {
  position: absolute;
  top: 30px;
  left: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
  text-align: center;
  background-color: #3b065e;
  height: 30px;
  font-weight: bold;
  transform: rotateZ(45deg);
}
.section-usage-cards .usage-card .banner p {
  color: #ffffff;
}
.section-usage-cards .usage-card .banner p span {
  color: #ffffff;
}
.section-usage-cards .usage-card:hover {
  background-color: #3b065e;
  color: #ffffff;
}
.section-usage-cards .usage-card:hover img {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.section-usage-cards .usage-card:hover h5 {
  color: #ffffff;
}
.section-usage-cards .usage-card:hover h6 {
  color: #ffffff;
}
.section-usage-cards .usage-card:hover .banner {
  background-color: #ffffff;
}
.section-usage-cards .usage-card:hover .banner p {
  color: #3b065e;
}
.section-usage-cards .usage-card:hover .banner p span {
  color: #3b065e;
}
/* SECTION USAGE CARDS */
.section-software-banner {
  background-color: #3b065e;
}
.section-software-banner .software-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 480px;
  padding: 50px;
}
.section-software-banner .software-card p {
  text-transform: uppercase;
  color: #fafafa;
  text-align: left;
  font-weight: bold;
}
.section-software-banner .software-card h5 {
  font-size: 35px;
  color: #ffffff;
  margin-bottom: 35px;
}
.section-software-banner .software-card .software-button a {
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 5px 15px 5px 15px;
  border-radius: 8px;
  transition: all 0.5s;
}
.section-software-banner .software-card .software-button a:hover {
  background-color: #ffffff;
  color: #3b065e;
}
.section-software-banner .software-card .image {
  text-align: center;
}
.section-software-banner .software-card .image img {
  width: 450px;
  height: 450px;
  text-align: center;
}
/* SECTION WHY US */
.section-whyus-cards .section-title {
  position: relative;
  z-index: 1000;
}
.section-whyus-cards .section-title h3 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
  color: #3b065e !important;
}
.section-whyus-cards .section-title h4 {
  text-align: center;
  margin: 15px;
}
.section-whyus-cards .section-title p {
  text-align: center;
  text-transform: uppercase;
  color: #5d6471;
  font-weight: bold;
  margin: 0;
}
.section-whyus-cards .whyus-card {
  text-align: center;
  padding: 25px;
  background-color: #F2F6FF;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}
.section-whyus-cards .whyus-card img {
  width: 200px;
  height: 125px;
}
.section-whyus-cards .whyus-card h5 {
  font-size: 22px;
  color: 8px;
  margin-bottom: 15px;
}
.section-whyus-cards .whyus-card a {
  display: block;
  width: 125px;
  color: #3b065e;
  text-decoration: none;
  border: 1px solid #3b065e;
  margin: auto;
  padding: 5px 15px 5px 15px;
  border-radius: 8px;
  transition: all 0.5s;
}
.section-whyus-cards .whyus-card a:hover {
  background-color: #3b065e;
  color: #ffffff;
}
.section-whyus-cards .whyus-card:hover {
  transform: scale(1.05);
}
/*********************************** PRICE LIST ****************************************/
.section-pricelist-card caption {
  caption-side: top;
}
.section-pricelist-card .table thead th {
  background: #3b065e !important;
  color: #ffffff !important;
}
.section-pricelist-card th {
  color: #3b065e !important;
}
/*************************** CONTACT PAGE CONTENT *******************************/
/*** INTRO BANNER | OUTRO BANNER***/
.section-contact-banner {
  background-color: #F2F6FF;
  padding: 4rem 0 4rem 0;
}
.section-contact-banner .banner-image img {
  border-radius: 8px;
  transition: all 0.5s;
}
.section-contact-banner .banner-image img:hover {
  transform: scale(1.05);
}
.section-contact-banner .intro-banner-content {
  height: 100%;
  padding: 2rem 0 2rem 2rem;
}
.section-contact-banner .intro-banner-content p.article-title {
  text-transform: uppercase;
  color: #5d6471;
  font-weight: bold;
  margin: 0;
}
.section-contact-banner .intro-banner-content h3 {
  font-size: 48px;
  color: #3b065e;
  margin: 1rem 0 2rem 0;
}
.section-contact-banner .intro-banner-content a {
  display: block;
  text-decoration: none;
  color: #5d6471;
  margin: 1rem 0 1rem 0;
}
.section-contact-banner .intro-banner-content a i {
  width: 20px !important;
  height: 20px;
  font-size: 20px;
  color: #3b065e;
  margin-right: 1rem;
}
.section-contact-banner .intro-banner-content a:hover {
  color: #3b065e;
  font-weight: bold;
}
.section-contact-banner .outro-banner-content {
  height: 100%;
  padding: 2rem 2rem 2rem 0rem;
}
.section-contact-banner .outro-banner-content h3 {
  font-size: 48px;
  color: #3b065e;
  margin: 1rem 0 2rem 0;
}
.section-contact-banner .outro-banner-content p.article-title {
  text-transform: uppercase;
  color: #5d6471;
  font-weight: bold;
  margin: 0;
}
/*** CONTACT US ***/
.module-position #cf1, moduletable #cf1 {
  max-width: 60%;
  margin: 0 auto;
  padding: 2rem 0 2rem 0;
}
.module-position #cf1 form, moduletable #cf1 form {
  border: 1px solid #3b065e !important;
  border-radius: 8px !important;
}
.module-position h3.g-title, moduletable h3.g-title {
  display: none;
}
.module-position .cf-control-input h3, moduletable .cf-control-input h3 {
  color: #3b065e !important;
}
@media (min-width: 960px) {
  .tm-calendar .jl-panel-scrollable {
    height: 350px;
    padding: 0;
    border: none;
  }
  .tm-calendar .jl-height-medium {
    height: 400px;
  }
}
.tm-calendar .jl-height-medium {
  max-height: 486px;
}
.tm-calendar .clndr .clndr-controls {
  text-align: center;
}
.tm-calendar .clndr .clndr-controls .clndr-previous-button, .tm-calendar .clndr .clndr-controls .clndr-next-button {
  width: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.tm-calendar .clndr .clndr-controls .clndr-previous-button:hover, .tm-calendar .clndr .clndr-controls .clndr-next-button:hover {
  opacity: 0.5;
}
.tm-calendar .clndr .clndr-controls .clndr-previous-button {
  float: left;
  text-align: left;
}
.tm-calendar .clndr .clndr-controls .clndr-next-button {
  float: right;
  text-align: right;
}
.tm-calendar .clndr .clndr-grid {
  float: left;
  width: 65%;
}
.tm-calendar .clndr .clndr-grid .days-of-the-week {
  padding-left: 0;
  padding-right: 0;
}
.tm-calendar .clndr .clndr-grid .days-of-the-week .header-day {
  float: left;
  width: 14.2857%;
  text-align: center;
}
.tm-calendar .clndr .clndr-grid .days {
  width: 100%;
}
.tm-calendar .clndr .clndr-grid .days .day, .tm-calendar .clndr .clndr-grid .days .empty {
  float: left;
  width: 14.2857%;
  line-height: 80px;
  text-align: center;
  color: #4f4f4f;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #ddd;
}
.tm-calendar .clndr .clndr-grid .days .day.adjacent-month .day-number, .tm-calendar .clndr .clndr-grid .days .empty.adjacent-month .day-number {
  opacity: 0.3;
}
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event {
  background: #fff;
  text-align: center;
}
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event .numberCircle {
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event .numberCircle span {
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 49px;
  -webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background 0.15s ease-out, color 0.15s ease-out;
  -o-transition: background 0.15s ease-out, color 0.15s ease-out;
  transition: background 0.15s ease-out, color 0.15s ease-out;
}
.tm-calendar .clndr .clndr-grid .days .day.tm-calendar-event:hover span {
  background: #4db2b3;
  color: #fff;
}
.tm-calendar .clndr .clndr-grid .days .day.today span {
  display: inline-block;
  border: 2px solid #4db2b3;
  width: 50px;
  height: 50px;
  line-height: 49px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.tm-calendar .clndr .clndr-grid .days .day.today .day-number {
  color: #4db2b3;
}
.tm-calendar .content-inner {
  padding: 20px;
  animation-name: jl-fade;
  animation-duration: 0.8s;
  animation-timing-function: linear;
}
.tm-calendar .jl-article-meta {
  padding: 5px 0;
}
/******************** TESTING ********************/
.first-section {
  margin-top: 150px;
}
section .section-our-refereces .section-title h3 {
  color: #3b065e !important;
}
section .section-our-refereces .section-title h4 {
  color: #3b065e !important;
}
#jlcontentslider-4195-particle {
  width: 75rem;
  margin: 0 auto !important;
  padding: 0 0 0 0 !important;
}
#jlcontentslider-4195-particle .jl-button {
  display: none !important;
}
#jlcontentslider-4195-particle .jl-card {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px !important;
}
#jlcontentslider-4195-particle img {
  border-radius: 8px !important;
}
#jlcontentslider-4195-particle .jl-h3 a {
  color: #3b065e !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
#g-navigation .g-main-nav .g-toplevel li span {
  font-size: 22px;
}
.g-home-particles.g-helium-style #g-navigation .g-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
}
.g-logo.g-logo-helium img, .g-logo.g-logo-helium svg {
  max-height: 60% !important;
}
/******************** MAIN ********************/
.g-container {
  width: 100% !important;
}
.g-content {
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}
/* === NAVIGATION === */
#g-navigation {
  position: fixed;
  display: flex;
  width: 100%;
  padding: 0 0 0 0;
  z-index: 1001;
  background: #3b065e !important;
}
#g-navigation .g-container {
  width: 75rem !important;
}
#g-navigation .g-main-nav .g-toplevel {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
}
/* === MOBILE NAVIGATION BUTTON == */
.fa-fw {
  position: fixed;
  color: #ffffff;
}
/* === HEADER === */
#g-header {
  width: 100%;
  margin-top: 90px !important;
  /* === CAROUSEL CONETENT === */
  /* PARTNER BANNER*/
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container {
  width: 100%;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper {
  display: flex;
  justify-content: flex-start;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-content {
  width: 35%;
  text-align: justify !important;
  margin-left: 5% !important;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .button-outline {
  border-radius: 8px !important;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .button {
  padding: 15px 35px !important;
  transition: all 0.5s;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .button:hover {
  text-decoration: none;
  background-color: white !important;
  color: #3b065e !important;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper h1.g-owlcarousel-item-title {
  font-size: 5rem !important;
  line-height: 1 !important;
  margin: 0 0 1.25rem 0 !important;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper h2.g-owlcarousel-item-desc {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
}
#g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper .g-owlcarousel-item-link a {
  text-decoration: none !important;
}
#g-header .section-partners-banner {
  position: absolute;
  z-index: 1002;
  top: 615px;
  left: 50%;
  width: 68%;
  transform: translateX(-50%);
  display: flex;
  height: 125px;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
#g-header .section-partners-banner .partner-cards {
  display: flex;
  justify-content: center;
  width: 225px;
}
#g-header .section-partners-banner .partner-cards img {
  width: 200px;
  height: 50px;
  transition: all 0.5s;
}
#g-header .section-partners-banner .partner-cards img:hover {
  transform: scale(1.05);
}
/************************************************** PAGE ***********************************/
#g-intro {
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
#g-intro section.section-none {
  padding: 0;
}
#g-intro section.section-particles {
  padding: 125px 0 25px 0;
}
#g-intro section {
  position: relative;
  padding: 125px 0 125px;
}
#g-intro section h1 {
  text-align: center;
  font-size: 5rem;
}
#g-intro section h2 {
  text-align: center;
}
#g-intro section .section-title {
  position: relative;
  z-index: 1000;
}
#g-intro section .section-title h3 {
  font-size: 48px;
  text-align: center;
  margin: 15px;
  color: #ffffff;
}
#g-intro section .section-title h4 {
  font-size: 18px;
  text-align: center;
  margin: 15px;
  color: #ffffff;
}
/************************ FOOTER ************************/
#g-footer {
  max-width: 100%;
  padding: 0;
  background-color: transparent;
}
#g-footer footer {
  max-width: 100% !important;
}
#g-footer footer .footer-content {
  width: 100%;
  background: #3b065e;
  color: #ffffff;
}
#g-footer footer .footer-content .footer-column {
  height: 150px;
  margin-top: 75px;
}
#g-footer footer .footer-content .footer-column .footer-slogan p {
  margin-top: 15px;
  font-size: 18px;
}
#g-footer footer .footer-content .footer-column .footer-url-list p {
  padding: 0;
  margin: 0;
}
#g-footer footer .footer-content .footer-column .footer-url-list a {
  text-decoration: none;
}
#g-footer footer .footer-content .footer-column .footer-url-list ul {
  list-style-type: none;
}
#g-footer footer .footer-content .footer-column .footer-url-list ul li a {
  color: #ffffff;
  font-size: 18px;
  transition: all 0.4s;
}
#g-footer footer .footer-content .footer-column .footer-url-list ul li a:hover {
  color: black;
}
#g-footer footer .footer-content .footer-line {
  margin-top: 5%;
  margin-bottom: 7.5%;
  height: 2px;
  background-color: #ffffff;
  opacity: 75%;
}
#g-footer footer .footer-content .footer-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}
#g-footer footer .footer-content .footer-icons .footer-icon {
  margin: 0 5px 5px;
  transition: all 0.4s;
}
#g-footer footer .footer-content .footer-icons a {
  padding: 10px 8px 10px 8px;
  border: 2px solid #ffffff;
  border-radius: 25%;
}
#g-footer footer .footer-content .footer-icons a img {
  filter: invert(92%) sepia(100%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}
#g-footer footer .footer-content .footer-icons .footer-icon:hover {
  margin-top: -15px;
}
#g-footer footer .footer-content #copyright-section .copyright {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 5%;
}
#g-footer footer .footer-content #copyright-section .copyright p {
  display: flex;
  align-items: center;
  height: 55px;
  margin: 0;
  font-size: 15px;
  color: #ffffff;
}
/*COOKIES*/
.cc-btn.cc-dismiss {
  display: none;
}
.cc-btn.cc-deny, .cc-btn.cc-allow {
  border: none;
}
div.cc-checkbox-container:not(:last-child) a {
  border-right: none !important;
}
div.cc-window.cc-floating {
  max-width: 30em !important;
}
.cc-checkbox-description p {
  display: none;
}
fieldset.cc-cookie-list-title div.gdpr_cookie_switcher.inactive span.gdpr_onoffswitch-inner::before, fieldset.cc-cookie-list-title div.gdpr_cookie_switcher.inactive span.gdpr_onoffswitch-inner::after {
  background-color: #cccccc !important;
}
fieldset.cc-cookie-list-title div.gdpr_cookie_switcher.inactive span.gdpr_onoffswitch-inner::before, fieldset.cc-cookie-list-title div.gdpr_cookie_switcher.inactive disabled span.gdpr_onoffswitch-inner::after {
  background-color: #85ca85 !important;
}
.cc-message {
  line-height: 1.4;
}
.cc-revoke.cc-center.cc-revoke-bottom {
  height: 60px !important;
}
/*COOKIES*/
/******************************************************************* BREAK POINTS ***************************************************************/
@media only screen and (max-width: 1919px) {
  .section-partners-banner {
    display: none !important;
  }
  .section-promo-cards {
    margin-top: 0;
  }
}
@media only screen and (max-width: 992px) {
  .section-problem-banner .mid-content .intro-banner .banner-content {
    flex-direction: column;
  }
  .section-company-location .top-test {
    height: 800px;
  }
}
@media only screen and (max-width: 768px) {
  #g-header {
    margin-top: 0px !important;
  }
  #g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper h1.g-owlcarousel-item-title {
    font-size: 38px !important;
  }
  #g-mobilemenu-container {
    margin: 0;
  }
  #jlcontentslider-4195-particle {
    width: 400px !important;
  }
}
@media only screen and (max-width: 575px) {
  .section-services-cards .services-cards {
    height: 320px;
    margin: 1rem auto 1rem;
  }
  .section-services-cards .services-cards .services {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  #g-header {
    margin-top: 45px !important;
  }
  .g-owlcarousel-item-img img {
    height: 240px;
  }
}
@media only screen and (max-width: 475px) {
  .section-company-location .location-block form {
    display: flex;
    flex-direction: column;
  }
  .section-company-location .location-block form input {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 400px) {
  #g-header .g-owlcarousel .g-owlcarousel-item-wrapper .g-owlcarousel-item-content-container .g-owlcarousel-item-content-wrapper h1.g-owlcarousel-item-title {
    font-size: 22px !important;
  }
  .g-owlcarousel-item-img img {
    height: 200px;
  }
}
/*# sourceMappingURL=custom_15.css.map */