@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZftVyBN4Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCu6KVjbNBYlgoKej76l0w.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejYHtFyBN4Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCp6KVjbNBYlgoKejZPslyBN4Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoC1CzjvmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCs6KVjbNBYlgoKcQ7z.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCjC3jvmyI.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ubuntu/v20/4iCv6KVjbNBYlgoCxCvjvmyI.ttf) format('truetype');
}
.container {
  width: 1366px;
}
.container .content {
  margin: auto;
  width: 1180px;
  position: relative;
}
body {
  font-family: 'Ubuntu', sans-serif;
  background-color: white;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-size: 16px;
  background-color: #ecf4f7;
  color: #666;
}
.site-header {
  background: #ffffff url('../img/header-bg.jpg');
  position: fixed;
  z-index: 100;
  top: 38px;
  width: 100%;
  height: 80px;
}
.site-header .logo {
  display: block;
  float: left;
  margin-top: 11px;
  width: 200px;
  height: 56px;
}
.site-header .logo > img {
  height: 100%;
  width: auto;
}
.site-header .menu ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.site-header .menu ul li {
  float: left;
  position: relative;
}
.site-header .menu ul li a {
  font-size: 16px;
  display: block;
  line-height: 82px;
  height: 80px;
  font-weight: 500;
  color: #333333;
  text-decoration: none;
}
.site-header .menu ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 16px;
  left: 0;
  display: none;
  width: 100%;
  height: 2px;
}
.site-header .menu ul li:hover a:after,
.site-header .menu ul li.active a:after {
  display: block;
  background-color: #009bdd;
}
.site-header .menu ul li.login-link a {
  color: #009bdd;
}
.site-header .menu ul li.login-link a:hover:after {
  display: none;
}
.site-header .menu ul li.blue-link a {
  color: #009bdd;
}
.site-header .menu ul li.blue-link a:hover:after {
  display: none;
}
.site-header .menu ul li.red-link a {
  color: #ff0000;
}
.site-header .menu ul li.red-link a:hover:after {
  display: none;
}
@media (min-width: 1170px) {
  .site-header .menu ul li.about-us-dropdown {
    height: 80px;
    line-height: 80px;
    color: #333333;
    font-weight: 500;
    position: relative;
  }
  .site-header .menu ul li.about-us-dropdown .dropdown-arrow {
    margin-left: 10px;
  }
  .site-header .menu ul li.about-us-dropdown span:nth-of-type(1) {
    cursor: pointer;
  }
  .site-header .menu ul li.about-us-dropdown:hover .dropdown-links {
    display: block;
    position: absolute;
    top: 60px;
  }
  .site-header .menu ul li.about-us-dropdown .dropdown-links {
    display: none;
    background-color: #f8f8f8;
  }
  .site-header .menu ul li.about-us-dropdown .dropdown-links a {
    border-top: 1px solid #ebebeb;
    line-height: initial !important;
    display: block;
    padding: 15px 10px;
    white-space: nowrap;
    height: initial;
  }
  .site-header .menu ul li.about-us-dropdown .dropdown-links a:after {
    display: none;
  }
}
.site-header .menu ul li.lang-link {
  background: url('../img/icons/arrow-down.png') right 40px no-repeat;
  height: 80px;
  width: 110px;
  line-height: 80px;
  color: #333333;
  font-weight: 500;
  position: relative;
}
.site-header .menu ul li.lang-link img {
  margin-right: 5px;
  margin-left: 10px;
}
.site-header .menu ul li.lang-link a {
  border-top: 1px solid #ebebeb;
  background-color: #f8f8f8;
  display: none;
  position: absolute;
  line-height: 36px;
  top: 60px;
  width: 100%;
  height: 40px;
}
.site-header .menu ul li.lang-link a:nth-child(2) {
  top: 98px;
}
.site-header .menu ul li.lang-link:hover a {
  display: block;
}
.site-header .menu ul li.lang-link:hover a:after {
  display: none;
}
.site-header .menu ul li.lang-link:after {
  display: none;
}
.site-header .menu-toggle {
  display: none;
}
.home-slide {
  background: #dcdcdc url('../img/home-slide.jpg') fixed;
  background-size: cover;
  margin-top: 0;
  height: 100%;
  text-align: center;
}
.home-slide .home-slide-title {
  font-size: 54px;
  color: white;
  font-weight: 500;
}
.home-slide .home-slide-content {
  color: white;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.home-slide .home-slide-next {
  width: 64px;
  height: 64px;
  background: url('../img/icons/arrow-bottom.png');
  display: inline-block;
  margin: auto;
  margin-bottom: 20px;
}
.site-content .container {
  background-color: white;
}
.site-content h3.content-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: black;
  font-weight: 500;
}
.site-content h3.content-title.big-title {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.site-content div.content-title {
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 500;
  line-height: 25px;
}
.site-content .content-video {
  margin-top: 50px;
}
.site-content .content {
  margin-bottom: 70px;
}
.site-content .content .about-content {
  background-color: #fcfbfa;
  margin-top: 55px;
  margin-bottom: 55px;
}
.site-content .content .about-content .content-title {
  padding-top: 40px;
  padding-bottom: 20px;
}
.site-content .content .about-content p {
  font-weight: 300;
  font-size: 17px;
  padding-right: 120px;
}
.site-content .content p {
  line-height: 28px;
}
.site-content .content a {
  color: #666;
  text-decoration: none;
}
.site-content .content a:hover {
  color: black;
  text-decoration: underline;
}
.site-content.page-content .content:first-child {
  padding-top: 160px;
}
.site-content .small-content {
  width: 1040px !important;
}
.about-text {
  font-weight: 300;
  font-size: 16px;
}
.border-title {
  border-bottom: 2px solid #fbc98e;
}
.tab-title {
  border: 2px solid #f5f5f5;
  border-bottom: none;
  background-color: #f5f5f5;
  display: block;
  font-size: 15px;
  text-align: center;
  padding-top: 33px;
  min-height: 90px;
  font-weight: normal;
  color: black;
}
.tab-title.active {
  border: 2px solid #fbc98e;
  border-bottom: none;
  background-color: white;
}
.tab-title:hover {
  text-decoration: none !important;
}
.tab-title.big-title {
  padding-top: 23px;
}
.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.solutions-list {
  margin-top: 40px;
  padding-bottom: 20px;
  text-align: left;
}
.solutions-list .sl-icon {
  text-align: center;
  opacity: 0.85;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.solutions-list .sl-icon img {
  max-width: 100%;
  width: auto;
}
.solutions-list .sl-icon:hover {
  opacity: 1;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.solutions-list .sl-image {
  position: relative;
  overflow: hidden;
}
.solutions-list .sl-image img {
  width: 100%;
}
.solutions-list .sl-image img.img-effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.solutions-list .sl-image .btn-detail {
  font-weight: 500;
  font-size: 16px;
  height: 40px;
  display: block;
  line-height: 34px;
  text-align: center;
  border: 2px solid #ecf4f7;
  position: absolute;
  color: #ecf4f7;
  bottom: 20px;
  right: 20px;
  padding-right: 15px;
  padding-left: 20px;
  padding-right: 30px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.solutions-list .sl-image .btn-detail:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.solutions-list .sl-image .btn-detail i {
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 5px;
}
.solutions-list .sl-image:hover img.img-effect {
  opacity: 1;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.solutions-list .sl-title {
  font-size: 16px;
  font-weight: 500;
  margin-top: 13px;
  color: black;
}
.solutions-list .sl-content {
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  padding-bottom: 30px;
}
.solutions-list.vlist .sl-title {
  font-size: 20px;
  padding-top: 20px;
}
.solutions-list.vlist .sl-content {
  font-size: 16px;
  padding-bottom: 0;
}
.solutions-list.vlist .sl-sep {
  width: 50px;
  height: 1px;
  background-color: #959595;
  display: inline-block;
}
.solutions-list.vlist > .row {
  padding-top: 20px;
  padding-bottom: 40px;
}
.solutions-list.vlist .icon-right {
  float: right;
}
.employee {
  position: relative;
  display: block;
  font-size: 16px;
}
.employee .emp-image {
  opacity: 0.9;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.employee .emp-image img {
  width: 100%;
}
.employee .emp-detail {
  width: 100%;
  padding: 20px 25px;
  display: inline-block;
  border: 1px solid #ebebeb;
  border-top: none;
}
.employee .emp-detail .emp-name {
  display: block;
}
.employee .emp-detail .emp-position {
  font-style: italic;
  color: #666666;
}
.employee:after {
  content: "";
  position: absolute;
  bottom: 34px;
  right: 25px;
  display: block;
  background: url('../img/icons/arrow-right.svg');
  width: 7px;
  height: 14px;
}
.employee:hover .emp-image {
  opacity: 1;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.map-box {
  position: relative;
  margin-top: -40px;
}
.map-box.type-1 {
  height: 450px;
  width: 100%;
  left: 50%;
  margin-left: -50%;
}
#map-canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
ul {
  margin-left: -20px;
  line-height: 28px;
}
ul.list-with-icon {
  list-style: none;
}
ul.list-with-icon li {
  margin-bottom: 5px;
}
ul.list-with-icon img {
  width: 24px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .site-content .content .about-content p {
    padding-right: 0;
  }
  .map-box.type-1 {
    left: auto;
    margin-left: 0;
    width: auto;
  }
  .map-overlay-info {
    height: auto;
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
    float: none;
    top: -15px;
  }
  .map-overlay-info .cell-view {
    height: auto;
    display: block;
  }
  .contact-spacer {
    display: none;
  }
}
.site-footer {
  position: relative;
  color: #666666;
  font-weight: 300;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-top: -70px;
  margin-bottom: 0px;
}
.site-footer .site-footer-copyright {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.site-footer .container {
  background-color: white;
}
.site-footer a {
  color: #666666;
  text-decoration: none;
}
.site-footer a:hover {
  color: black;
  text-decoration: underline;
}
.site-footer .footer-social {
  position: absolute;
  width: 200px;
  height: 28px;
  top: 36px;
  right: 16px;
  text-align: right;
  font-size: 0;
}
.site-footer .footer-social a {
  margin-left: 15px;
  display: inline-block;
  text-decoration: none;
  width: 28px;
  height: 28px;
}
.site-footer .footer-social a:hover {
  color: #666;
  text-decoration: none;
}
.site-footer .footer-social a.share-fb {
  background: url('../img/icons/share-fb.svg');
}
.site-footer .footer-social a.share-tw {
  background: url('../img/icons/share-tw.svg');
}
.site-footer .footer-social a.share-gp {
  background: url('../img/icons/share-gp.svg');
}
.site-footer .footer-social a.share-ins {
  background: url('../img/icons/share-ins.svg');
}
.site-footer .comodo-security {
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-footer .comodo-security img {
  display: inline-block;
}
.site-footer .pci-security {
  display: inline-block;
  margin-left: 20px;
}
.gototop {
  display: none;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #009bdd;
  bottom: 15px;
  right: 15px;
  text-align: center;
  cursor: pointer;
}
.gototop i {
  color: white;
  font-size: 45px;
  margin-top: -3px;
}
.customModal {
  display: none;
  z-index: 5001;
  position: fixed;
  width: 500px;
  height: 350px;
  top: 50%;
  left: 50%;
  margin-top: -175px;
  margin-left: -250px;
  background-color: white;
}
.customModal .customModal-title {
  color: #3a3a3a;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  padding: 4px 0 36px;
}
.customModal .customModal-close {
  width: 21px;
  height: 21px;
  background: url('../img/icons/close.svg');
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 17px;
  right: 19px;
  opacity: 0.5;
}
.customModal .customModal-close:hover {
  opacity: 1;
}
.loginModal {
  padding: 36px;
}
.loginModal .form-group {
  margin-bottom: 15px;
}
.loginModal .form-group label {
  font-weight: normal;
  width: 110px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0;
  display: inline-block;
}
.loginModal .form-group input {
  display: inline-block;
  width: 314px;
  height: 40px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
}
.loginModal .form-group input:hover,
.loginModal .form-group input:focus {
  outline: none;
  box-shadow: none;
}
.loginModal .form-group input.validy-error {
  border: 1px solid red;
}
.loginModal .form-group .btn-default {
  background-color: #009bdd;
  width: 130px;
  height: 40px;
  line-height: 40px;
  margin-left: 114px;
  border: none;
  color: white;
  text-align: center;
}
.loginModal .alert-danger {
  font-size: 13px;
  padding: 8px;
  margin-top: -22px;
  display: none;
}
.loginModal span.validy-error {
  font-size: 12px;
  color: red;
  padding-left: 114px;
}
.employeeModal {
  width: 800px;
  height: 650px;
  margin-top: -325px;
  margin-left: -400px;
  padding: 80px;
  margin-right: 40px;
}
.employeeModal .emp-detail {
  width: 196px;
  float: left;
  text-align: left;
}
.employeeModal .emp-detail .emp-name {
  margin-top: 10px;
  display: block;
}
.employeeModal .emp-detail .emp-position {
  display: block;
  color: #666666;
  font-style: italic;
}
.employeeModal .emp-content {
  width: 394px;
  float: right;
}
.employeeModal .emp-content p {
  padding-right: 15px;
}
.employeeModal .emp-content::-webkit-scrollbar-track {
  background-color: #efefef;
}
.employeeModal .emp-content::-webkit-scrollbar {
  width: 10px;
  background-color: #efefef;
}
.employeeModal .emp-content::-webkit-scrollbar-thumb {
  background-color: #e2e2e2;
  border: 2px solid #e2e2e2;
}
.employeeModal .customModal-close {
  width: 26px;
  height: 26px;
  top: 35px;
  right: 35px;
}
.customModalOverlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
@media (max-width: 1380px) {
  .container {
    width: 100%;
  }
  .container .content {
    width: 100%;
  }
}
@media (max-width: 1170px) {
  body.tr .site-header,
  body.en .site-header {
    top: 0 !important;
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  }
  body.tr .site-header .logo,
  body.en .site-header .logo {
    margin-top: 0;
  }
  body.tr .site-header .logo img,
  body.en .site-header .logo img {
    width: 150px;
  }
  body.tr .site-header .menu,
  body.en .site-header .menu {
    display: none;
  }
  body.tr .site-header .menu.open,
  body.en .site-header .menu.open {
    display: block;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  body.tr .site-header .menu.open ul,
  body.en .site-header .menu.open ul {
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
  body.tr .site-header .menu.open ul li,
  body.en .site-header .menu.open ul li {
    margin: 0;
    float: none;
    width: 100%;
  }
  body.tr .site-header .menu.open ul li a,
  body.en .site-header .menu.open ul li a {
    margin: 0;
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    height: 32px;
    line-height: 32px;
  }
  body.tr .site-header .menu.open ul li a:after,
  body.en .site-header .menu.open ul li a:after {
    display: none;
  }
  body.tr .site-header .menu.open ul li.active,
  body.en .site-header .menu.open ul li.active {
    background-color: #f0f0f0;
  }
  body.tr .site-header .menu.open ul li.about-us-dropdown .dropdown-arrow,
  body.en .site-header .menu.open ul li.about-us-dropdown .dropdown-arrow,
  body.tr .site-header .menu.open ul li.about-us-dropdown span:nth-of-type(1),
  body.en .site-header .menu.open ul li.about-us-dropdown span:nth-of-type(1) {
    display: none;
  }
  body.tr .site-header .menu.open ul li.about-us-dropdown a,
  body.en .site-header .menu.open ul li.about-us-dropdown a {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  body.tr .site-header .menu.open ul li.lang-link,
  body.en .site-header .menu.open ul li.lang-link {
    background: none;
    height: 32px;
    overflow: hidden;
  }
  body.tr .site-header .menu.open ul li.lang-link img,
  body.en .site-header .menu.open ul li.lang-link img {
    margin-left: 0;
  }
  body.tr .site-header .menu.open ul li.lang-link a,
  body.en .site-header .menu.open ul li.lang-link a {
    display: block;
    top: 0;
    width: 50%;
    left: 0;
    background: none;
    border: none;
  }
  body.tr .site-header .menu.open ul li.lang-link a:nth-child(2),
  body.en .site-header .menu.open ul li.lang-link a:nth-child(2) {
    left: 50%;
  }
  body.tr .site-header .menu-toggle,
  body.en .site-header .menu-toggle {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    cursor: pointer;
  }
  body.tr .site-header .menu-toggle i,
  body.en .site-header .menu-toggle i {
    font-size: 25px;
  }
  body.tr .home-slide .home-slide-title,
  body.en .home-slide .home-slide-title {
    font-size: 34px;
  }
  body.tr .home-slide .home-slide-content,
  body.en .home-slide .home-slide-content {
    font-size: 16px;
  }
  body.tr .site-content.page-content .content:first-child,
  body.en .site-content.page-content .content:first-child {
    padding-top: 100px;
  }
  body.tr .solutions-list img,
  body.en .solutions-list img {
    width: 100%;
  }
  body.tr .employee,
  body.en .employee {
    margin-bottom: 30px;
  }
  body.tr .site-footer,
  body.en .site-footer {
    height: auto;
    line-height: 25px;
  }
  body.tr .site-footer .container,
  body.en .site-footer .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.tr .site-footer .footer-social,
  body.en .site-footer .footer-social {
    position: static;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  body.tr .content-video iframe,
  body.en .content-video iframe {
    height: 350px;
  }
}
@media (max-width: 1350px) {
  body.es .site-header {
    top: 0 !important;
    height: 60px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  }
  body.es .site-header .logo {
    margin-top: 0;
  }
  body.es .site-header .logo img {
    width: 150px;
  }
  body.es .site-header .menu {
    display: none;
  }
  body.es .site-header .menu.open {
    display: block;
    position: absolute;
    top: 60px;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: white;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  body.es .site-header .menu.open ul {
    margin: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
  }
  body.es .site-header .menu.open ul li {
    margin: 0;
    float: none;
    width: 100%;
  }
  body.es .site-header .menu.open ul li a {
    margin: 0;
    width: 95%;
    padding-left: 2.5%;
    padding-right: 2.5%;
    height: 32px;
    line-height: 32px;
  }
  body.es .site-header .menu.open ul li a:after {
    display: none;
  }
  body.es .site-header .menu.open ul li.active {
    background-color: #f0f0f0;
  }
  body.es .site-header .menu.open ul li.lang-link {
    background: none;
    height: 32px;
    overflow: hidden;
  }
  body.es .site-header .menu.open ul li.lang-link img {
    margin-left: 0;
  }
  body.es .site-header .menu.open ul li.lang-link a {
    display: block;
    top: 0;
    width: 50%;
    left: 0;
    background: none;
    border: none;
  }
  body.es .site-header .menu.open ul li.lang-link a:nth-child(2) {
    left: 50%;
  }
  body.es .site-header .menu-toggle {
    position: absolute;
    top: 17px;
    right: 20px;
    display: block;
    cursor: pointer;
  }
  body.es .site-header .menu-toggle i {
    font-size: 25px;
  }
  body.es .home-slide .home-slide-title {
    font-size: 34px;
  }
  body.es .home-slide .home-slide-content {
    font-size: 16px;
  }
  body.es .site-content.page-content .content:first-child {
    padding-top: 100px;
  }
  body.es .solutions-list img {
    width: 100%;
  }
  body.es .employee {
    margin-bottom: 30px;
  }
  body.es .site-footer {
    height: auto;
    line-height: 25px;
  }
  body.es .site-footer .container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  body.es .site-footer .footer-social {
    position: static;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
  }
  body.es .content-video iframe {
    height: 350px;
  }
}
@media (max-width: 1100px) {
  .site-content .content.small-content {
    width: 100% !important;
  }
  .solutions-list.vlist .sl-title {
    padding-top: 0;
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .home-slide {
    background-size: auto 100%;
    background-position: center top;
  }
  .home-slide .home-slide-title {
    font-size: 25px;
  }
  .employeeModal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    text-align: center;
    overflow: scroll;
  }
  .employeeModal .emp-detail {
    width: 200px;
    display: inline-block;
    float: none;
  }
  .employeeModal .emp-content {
    width: 100%;
    overflow: visible !important;
    float: none;
    text-align: left;
    margin-top: 15px;
  }
  .employeeModal .customModal-close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .solutions-list .sl-icon img {
    max-width: 150px;
    display: inline-block;
  }
  .tab-title {
    min-height: inherit;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border: 2px solid #f5f5f5;
  }
  .tab-title.active {
    border: 2px solid #fbc98e;
  }
  .tab-title.big-title {
    padding-top: 15px;
  }
  .solutions-list.vlist > .row {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .solutions-list.vlist .icon-right {
    float: none;
  }
  .solutions-list .sl-icon {
    padding-bottom: 20px;
  }
  .map-box.type-1,
  .map-box.type-2,
  .map-box.type-3 {
    height: 200px;
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .home-slide .home-slide-title br {
    display: none;
  }
  .content-video iframe {
    height: 250px;
  }
  .loginModal {
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    margin: 0;
  }
  .loginModal .form-group label {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }
  .loginModal .form-group input {
    width: 94%;
    margin: 0 3%;
    padding: 0 2%;
  }
  .loginModal .form-group .btn-default {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }
  .loginModal span.validy-error {
    padding-left: 3%;
    padding-top: 4px;
    font-size: 13px;
  }
}
.grecaptcha-badge {
  box-shadow: grey 0px 0px 5px;
  margin-top: 5px;
  margin-bottom: 15px;
}
/*# sourceMappingURL=main.css.map */