/* 
Theme Name: Novatronic
Template Theme URI: http://novatronic.com/
Author: Novatronic.com
Description: Plantilla Novatronic
Version: 1.0
*/
@font-face {
  font-family: 'arial_rounded_mtlight';
  src: url("fonts/arial_rounded_mt_light-webfont.eot");
  src: url("fonts/arial_rounded_mt_light-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/arial_rounded_mt_light-webfont.woff2") format("woff2"), url("fonts/arial_rounded_mt_light-webfont.woff") format("woff"), url("fonts/arial_rounded_mt_light-webfont.ttf") format("truetype"), url("fonts/arial_rounded_mt_light-webfont.svg#arial_rounded_mtlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial_rounded_mtregular';
  src: url("fonts/arial_rounded_mt-webfont.eot");
  src: url("fonts/arial_rounded_mt-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/arial_rounded_mt-webfont.woff2") format("woff2"), url("fonts/arial_rounded_mt-webfont.woff") format("woff"), url("fonts/arial_rounded_mt-webfont.ttf") format("truetype"), url("fonts/arial_rounded_mt-webfont.svg#arial_rounded_mtregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'arial_rounded_mtextrabold';
  src: url("fonts/arial_rounded_mt_extrabold-webfont.eot");
  src: url("fonts/arial_rounded_mt_extrabold-webfontd41d.eot?#iefix") format("embedded-opentype"), url("fonts/arial_rounded_mt_extrabold-webfont.woff2") format("woff2"), url("fonts/arial_rounded_mt_extrabold-webfont.woff") format("woff"), url("fonts/arial_rounded_mt_extrabold-webfont.ttf") format("truetype"), url("fonts/arial_rounded_mt_extrabold-webfont.svg#arial_rounded_mtextrabold") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  outline: none;
}

body {
  background: #FFF;
  color: #494949;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
body.no-scroll {
  overflow: hidden !important;
}

strong {
  font-family: "arial_rounded_mtextrabold";
}

.container-fluid, .container {
  position: relative;
}

.content-body {
  min-height: 700px;
}

.header {
  background: #FFF;
  height: 100px;
}
.header .logo {
  background: url(images/logo-novatronic.png) no-repeat 0 0;
  height: 39px;
  left: 15px;
  position: absolute;
  top: 12px;
  width: 168px;
}
.header .btn-menu-mobile {
  background: url(images/btn-menu-mobile.png) no-repeat center center;
  background-size: 35px auto;
  display: none;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 40px;
}
.header .content-language {
  position: absolute;
  right: 185px;
  top: 15px;
}
.header .content-language ul {
  margin: 0;
  padding: 0;
}
.header .content-language ul li {
  display: inline-block;
  vertical-align: top;
}
.header .content-language ul li::after {
  content: "/";
  margin: 0 5px 0 7px;
}
.header .content-language ul li:last-child::after {
  content: "";
}
.header .content-language ul li a {
  color: #494949;
  display: inline-block;
  font-family: "arial_rounded_mtregular";
  font-size: 12px;
  text-transform: uppercase;
}
.header .content-language ul li.current-lang a {
  font-family: "arial_rounded_mtextrabold";
  font-weight: bold;
  text-decoration: underline;
}
.header .content-searcher {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 170px;
}
.header .content-searcher input {
  background: url(images/ico-search.png) no-repeat top 5px right 4px;
  border: none;
  border-bottom: solid 1px #494949;
  color: #494949;
  font-family: "arial_rounded_mtregular";
  font-size: 12px;
  font-style: italic;
  padding: 3px 20px 3px 3px;
}
.header .content-menu {
  align-items: center;
  background: #0075ba;
  bottom: 0;
  display: flex;
  height: 40px;
  justify-content: center;
  left: 15px;
  position: absolute;
  right: 15px;
}
.header .content-menu > div {
  width: 100%;
}
.header .content-menu ul.menu {
  align-items: center;
  display: flex;
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.header .content-menu ul.menu li {
  border-right: solid 1px #FFF;
  flex-grow: 1;
  vertical-align: top;
}
.header .content-menu ul.menu li:last-child {
  border-right: none;
}
.header .content-menu ul.menu li a {
  color: #FFF;
  display: block;
  font-family: "arial_rounded_mtregular";
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}

.footer {
  background: #444444;
  height: 170px;
}
.footer .btn-up {
  background: #0075ba url(images/arrow-up.png) no-repeat center center;
  border-radius: 50%;
  height: 54px;
  position: absolute;
  right: -54px;
  top: -27px;
  transition: all 0.5s ease;
  width: 54px;
}
.footer .btn-up:hover {
  background-color: #41a8e0;
  text-decoration: none;
}
.footer .logo-footer {
  background: url(images/logo-novatronic-white.png) no-repeat 0 0;
  height: 39px;
  left: 15px;
  position: absolute;
  top: 30px;
  width: 168px;
}
.footer .menu-footer {
  margin: 0 auto;
  padding: 40px 0 0;
}
.footer .menu-footer ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer .menu-footer ul.menu li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}
.footer .menu-footer ul.menu li a {
  color: #FFF;
  font-family: "arial_rounded_mtregular";
  font-size: 12px;
}
.footer .menu-footer ul.menu li:first-child {
  border-right: solid 1px #FFF;
}
.footer .menu-footer ul.menu li:last-child {
  border-right: none;
}
.footer .menu-footer ul.menu li:last-child a {
  background: #FFF;
  color: #696969;
  display: inline-block;
  padding: 6px 0;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease;
  width: 130px;
}
.footer .menu-footer ul.menu li:last-child a:hover {
  color: #000;
  text-decoration: none;
}
.footer .menu-others {
  position: absolute;
  top: 40px;
  right: 15px;
}
.footer .menu-others .languages {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.footer .menu-others .languages ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer .menu-others .languages ul li {
  color: #FFF;
  display: inline-block;
  vertical-align: top;
}
.footer .menu-others .languages ul li:first-child::after {
  content: "/";
  margin: 0 5px 0 7px;
}
.footer .menu-others .languages ul li:last-child::after {
  content: "";
}
.footer .menu-others .languages ul li a {
  color: #FFF;
  display: inline-block;
  font-family: "arial_rounded_mtregular";
  font-size: 12px;
  text-transform: uppercase;
}
.footer .menu-others .languages ul li.current-lang a {
  font-family: "arial_rounded_mtextrabold";
  font-weight: bold;
  text-decoration: underline;
}
.footer .menu-others .social {
  display: inline-block;
  vertical-align: top;
}
.footer .menu-others .social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.footer .menu-others .social ul li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}
.footer .menu-others .social ul li a {
  display: block;
  height: 21px;
  width: 21px;
}
.footer .menu-others .social ul li a.facebook {
  background-image: url(images/ico-social-facebook.png);
}
.footer .menu-others .social ul li a.youtube {
  background-image: url(images/ico-social-youtube.png);
}
.footer .menu-phones ul {
  border-top: solid 1px #959595;
  display: block;
  left: 15px;
  margin: 0;
  padding: 22px 0 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 110px;
}
.footer .menu-phones ul li {
  border-right: solid 1px #FFF;
  color: #FFF;
  display: inline-block;
  font-family: "arial_rounded_mtregular";
  font-size: 12px;
  padding: 0 5px;
  vertical-align: top;
}
.footer .menu-phones ul li:last-child {
  border-right: none;
}
.footer .menu-phones ul li a {
  color: #FFF;
}

.copyright {
  background: #0a7bbd;
  color: #FFF;
  display: block;
  font-family: "arial_rounded_mtregular";
  font-size: 12px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  width: 100%;
}

h1, h2 {
  color: #0075ba;
  display: block;
  font-family: "arial_rounded_mtregular";
  font-size: 25px;
  margin: 0;
  text-align: center;
  margin: 0 0 60px;
  text-transform: uppercase;
}

.banner-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 275px;
}
.banner-section.about-us {
  background-image: url(images/banner-section-about-us.jpg);
}
.banner-section.customers-and-projects {
  background-image: url(images/banner-section-customers-and-projects.jpg);
}
.banner-section.work-with-us {
  background-image: url(images/banner-section-work-with-us.jpg);
}
.banner-section.product-lines {
  background-image: url(images/banner-section-product-lines.jpg);
}
.banner-section.blog {
  background-image: url(images/banner-section-blog.jpg);
}

.banner-content {
  background: #000;
}

.banner-home {
  height: 360px;
  padding: 0;
}
.banner-home .carousel-home {
  display: block;
  height: 360px;
  margin: 0;
  width: 100%;
}
.banner-home .carousel-home .slide {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 360px;
}
.banner-home .carousel-home .slide .container {
  padding: 0 70px;
}
.banner-home .carousel-home .slide .slide-title {
  color: #0075ba;
  font-family: "arial_rounded_mtregular";
  font-size: 25px;
  line-height: normal;
  margin-bottom: 15px;
  padding-top: 40px;
  text-transform: uppercase;
  width: 240px;
}
.banner-home .carousel-home .slide .slide-text {
  color: #FFF;
  font-size: 12px;
  width: 240px;
}
.banner-home .carousel-home .slide .slide-btn {
  background: #0075ba;
  color: #FFF;
  display: block;
  font-size: 12px;
  margin: 20px 0 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 150px;
}
.banner-home .carousel-home .slide .slide-btn:hover {
  background: #41a8e0;
  text-decoration: none;
}
.banner-home .nav-arrows {
  display: block;
  height: 44px;
  left: 0;
  position: absolute;
  top: -200px;
  width: 100%;
}
.banner-home .nav-arrows .slick-arrow {
  background: url(images/img-arrow-carousel.png) no-repeat center center;
  height: 44px;
  position: absolute;
  transition: all 0.5s ease;
  transform: initial;
  top: 0;
  width: 25px;
  z-index: 50;
}
.banner-home .nav-arrows .slick-arrow.slick-prev {
  left: 0;
}
.banner-home .nav-arrows .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 0;
}
.banner-home .nav-arrows .slick-arrow.slick-disabled {
  display: none !important;
}
.banner-home .nav-arrows .slick-arrow::before {
  display: none;
}
.banner-home .nav-dots {
  display: block;
  left: 0;
  padding: 0 55px;
  position: absolute;
  top: -40px;
}
.banner-home .nav-dots .slick-dots {
  bottom: 0;
  position: relative;
  text-align: left;
}
.banner-home .nav-dots .slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.banner-home .nav-dots .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.banner-home .nav-dots .slick-dots li button::before {
  display: none;
}
.banner-home .nav-dots .slick-dots li.slick-active button {
  background: #0075ba;
}

.section {
  padding: 60px 0;
}
.section.product-lines {
  background: #f2f2f2 url(images/bg-section-product-lines.png) no-repeat bottom center;
  padding-bottom: 30px;
}
.section.product-lines .boxes-product-lines {
  display: block;
  text-align: center;
}
.section.product-lines .boxes-product-lines .box {
  background: #FFF;
  display: block;
  margin: 15px auto;
  padding: 40px 20px;
  transition: all 0.5s ease;
  vertical-align: top;
  width: 320px;
}
.section.product-lines .boxes-product-lines .box:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}
.section.product-lines .boxes-product-lines .box .box-ico {
  display: flex;
  height: 90px;
  justify-content: center;
  margin-bottom: 25px;
  text-align: center;
}
.section.product-lines .boxes-product-lines .box .box-ico img {
  display: inline-block;
  max-height: 90px;
  max-width: 110px;
}
.section.product-lines .boxes-product-lines .box .box-title {
  align-items: center;
  color: #0075ba;
  display: flex;
  font-family: "arial_rounded_mtregular";
  font-size: 25px;
  height: 60px;
  justify-content: center;
  line-height: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
}
.section.product-lines .boxes-product-lines .box .box-text {
  color: #494949;
  display: block;
  font-size: 12px;
  text-align: justify;
}
.section.product-lines .boxes-product-lines .slick-arrow {
  background: #919191 url(images/img-arrow-carousel.png) no-repeat center center;
  height: 44px;
  transform: initial;
  width: 44px;
  z-index: 50;
}
.section.product-lines .boxes-product-lines .slick-arrow::before {
  display: none;
}
.section.product-lines .boxes-product-lines .slick-arrow.slick-prev {
  left: 0;
}
.section.product-lines .boxes-product-lines .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 0;
}
.section.product-lines .boxes-product-lines .slick-arrow.slick-disabled {
  display: none !important;
}
.section.product-lines .boxes-product-lines .slick-dots {
  bottom: 0;
  position: relative;
  text-align: center;
}
.section.product-lines .boxes-product-lines .slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.section.product-lines .boxes-product-lines .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section.product-lines .boxes-product-lines .slick-dots li button::before {
  display: none;
}
.section.product-lines .boxes-product-lines .slick-dots li.slick-active button {
  background: #0075ba;
}
.section.product-lines .boxes-product-lines .box-btn {
  background: #0075ba;
  color: #FFF;
  display: block;
  font-size: 12px;
  margin: 30px auto 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 150px;
}
.section.product-lines .boxes-product-lines .box-btn:hover {
  background: #41a8e0;
  text-decoration: none;
}
.section.customers-and-projects .descrip-customers {
  color: #494949;
  display: block;
  font-size: 12px;
  margin: 0 auto 50px;
  text-align: justify;
  width: 500px;
}
.section.customers-and-projects .list-customers {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.section.customers-and-projects .list-customers li {
  display: inline-block;
  margin: 20px 5px;
  text-align: center;
  vertical-align: top;
  width: 200px;
}
.section.customers-and-projects .btn-customers {
  background: #0075ba;
  color: #FFF;
  display: block;
  font-size: 12px;
  margin: 50px auto 0;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 150px;
}
.section.customers-and-projects .btn-customers:hover {
  background: #41a8e0;
  text-decoration: none;
}
.section.acknowledgments .boxes-acknowledgments {
  display: block;
  text-align: center;
}
.section.acknowledgments .boxes-acknowledgments .box {
  background: #f2f2f2;
  display: block;
  margin: 0 auto;
  padding: 40px 35px;
  vertical-align: top;
  width: 320px;
}
.section.acknowledgments .boxes-acknowledgments .box .box-ico {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.section.acknowledgments .boxes-acknowledgments .box .box-ico img {
  display: inline-block;
  width: 100%;
}
.section.acknowledgments .boxes-acknowledgments .box .box-title {
  align-items: center;
  color: #0075ba;
  display: flex;
  font-family: "arial_rounded_mtregular";
  font-size: 18px;
  height: 65px;
  justify-content: center;
  line-height: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
  width: 100%;
}
.section.acknowledgments .boxes-acknowledgments .box .box-text {
  color: #494949;
  display: block;
  font-size: 12px;
  line-height: normal;
  text-align: justify;
}
.section.acknowledgments .boxes-acknowledgments .slick-arrow {
  background: #919191 url(images/img-arrow-carousel.png) no-repeat center center;
  height: 44px;
  margin-top: -22px;
  transform: initial;
  width: 44px;
  z-index: 50;
}
.section.acknowledgments .boxes-acknowledgments .slick-arrow::before {
  display: none;
}
.section.acknowledgments .boxes-acknowledgments .slick-arrow.slick-prev {
  left: -44px;
}
.section.acknowledgments .boxes-acknowledgments .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: -44px;
}
.section.acknowledgments .boxes-acknowledgments .slick-arrow.slick-disabled {
  display: none !important;
}
.section.acknowledgments .boxes-acknowledgments .slick-dots {
  bottom: 0;
  position: relative;
  text-align: center;
}
.section.acknowledgments .boxes-acknowledgments .slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.section.acknowledgments .boxes-acknowledgments .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section.acknowledgments .boxes-acknowledgments .slick-dots li button::before {
  display: none;
}
.section.acknowledgments .boxes-acknowledgments .slick-dots li.slick-active button {
  background: #0075ba;
}
.section.about-us .text-about-us {
  color: #494949;
  font-size: 12px;
  margin: 0 auto 50px;
  text-align: justify;
  width: 520px;
}
.section.about-us .video-about-us {
  background: #000;
  height: 410px;
  position: relative;
}
.section.about-us .video-about-us iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section.mission-view-history {
  background: #f2f2f2;
}
.section.mission-view-history h2 {
  margin-bottom: 25px;
}
.section.mission-view-history .blocks-mission-view .block {
  background: #FFF;
  display: block;
  margin: 0 auto;
  padding: 40px 30px;
  width: 96%;
}
.section.mission-view-history .blocks-mission-view .block .ico-block {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.section.mission-view-history .blocks-mission-view .block .ico-block img {
  display: inline-block;
  width: 60%;
}
.section.mission-view-history .blocks-mission-view .block .text-block {
  color: #494949;
  display: block;
  font-size: 12px;
  text-align: justify;
}
.section.mission-view-history .blocks-mission-view .slick-arrow {
  background: #919191 url(images/img-arrow-carousel.png) no-repeat center center;
  height: 44px;
  transform: initial;
  width: 44px;
  z-index: 50;
}
.section.mission-view-history .blocks-mission-view .slick-arrow::before {
  display: none;
}
.section.mission-view-history .blocks-mission-view .slick-arrow.slick-prev {
  left: 0;
}
.section.mission-view-history .blocks-mission-view .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 0;
}
.section.mission-view-history .blocks-mission-view .slick-arrow.slick-disabled {
  display: none !important;
}
.section.mission-view-history .blocks-mission-view .slick-dots {
  bottom: -15px;
  position: relative;
  text-align: center;
}
.section.mission-view-history .blocks-mission-view .slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.section.mission-view-history .blocks-mission-view .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section.mission-view-history .blocks-mission-view .slick-dots li button::before {
  display: none;
}
.section.mission-view-history .blocks-mission-view .slick-dots li.slick-active button {
  background: #0075ba;
}
.section.mission-view-history .content-block-general {
  display: flex;
  column-gap: 30px;
}
.section.mission-view-history .block-general {
  background: #FFF;
  flex: 1;
  font-size: 14px;
  margin-top: 50px;
  padding: 40px 30px;
}
.section.mission-view-history .block-general img {
  height: auto;
  max-width: 100%;
  margin: 0 5px 15px;
}
.section.mission-view-history .block-general .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.section.mission-view-history .block-general .alignright {
  float: right;
}
.section.mission-view-history .block-general .alignleft {
  float: left;
}
.section.mission-view-history .block-history {
  clear: both;
  padding-top: 50px;
}
.section.mission-view-history .block-history .history-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section.mission-view-history .block-history .history-text {
  background: #FFF;
  color: #494949;
  font-size: 12px;
  padding: 30px 50px;
  text-align: justify;
}
.section.mission-view-history .block-history .history-text .history-title {
  font-family: "arial_rounded_mtextrabold";
  text-transform: uppercase;
  margin-bottom: 20px;
}
.section.mission-view-history .block-history .history-text p:last-child {
  margin-bottom: 0;
}
.section.mission-view-history .block-history .carousel-history .slick-arrow {
  background: #919191 url(images/img-arrow-carousel.png) no-repeat center center;
  background-size: 10px auto;
  height: 30px;
  transform: initial;
  width: 30px;
  z-index: 50;
}
.section.mission-view-history .block-history .carousel-history .slick-arrow::before {
  display: none;
}
.section.mission-view-history .block-history .carousel-history .slick-arrow.slick-prev {
  left: -40px;
}
.section.mission-view-history .block-history .carousel-history .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: -40px;
}
.section.mission-view-history .block-history .carousel-history .slick-arrow.slick-disabled {
  display: none !important;
}
.section.mission-view-history .block-history .carousel-history .slick-dots {
  bottom: -15px;
  position: relative;
  text-align: center;
}
.section.mission-view-history .block-history .carousel-history .slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.section.mission-view-history .block-history .carousel-history .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section.mission-view-history .block-history .carousel-history .slick-dots li button::before {
  display: none;
}
.section.mission-view-history .block-history .carousel-history .slick-dots li.slick-active button {
  background: #0075ba;
}
.section.product-lines-carousel .carousel {
  display: block;
  height: 340px;
  text-align: center;
}
.section.product-lines-carousel .carousel .box-slide {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 280px;
}
.section.product-lines-carousel .carousel .box-slide .ico-carousel {
  align-items: center;
  display: flex;
  height: 190px;
  justify-content: center;
  width: 100%;
}
.section.product-lines-carousel .carousel .box-slide .text-carousel {
  display: block;
  font-size: 12px;
  height: 80px;
  line-height: normal;
  text-align: justify;
}
.section.product-lines-carousel .carousel .box-slide .btn-carousel {
  background: #0075ba;
  color: #FFF;
  display: block;
  font-size: 12px;
  margin: 0 auto;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 150px;
}
.section.product-lines-carousel .carousel .box-slide .btn-carousel:hover {
  background: #41a8e0;
  text-decoration: none;
}
.section.product-lines-carousel .carousel .slick-arrow {
  background: #0075ba url(images/img-arrow-carousel.png) no-repeat center center;
  height: 44px;
  transition: all 0.5s ease;
  transform: initial;
  width: 44px;
}
.section.product-lines-carousel .carousel .slick-arrow.slick-prev {
  left: -44px;
}
.section.product-lines-carousel .carousel .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: -44px;
}
.section.product-lines-carousel .carousel .slick-arrow.slick-disabled {
  display: none !important;
}
.section.product-lines-carousel .carousel .slick-arrow:hover {
  background-color: #41a8e0;
}
.section.product-lines-carousel .carousel .slick-arrow::before {
  display: none;
}
.section.product-lines-carousel .carousel .slick-dots li {
  height: 10px;
  width: 10px;
}
.section.product-lines-carousel .carousel .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section.product-lines-carousel .carousel .slick-dots li button::before {
  display: none;
}
.section.product-lines-carousel .carousel .slick-dots li.slick-active button {
  background: #0075ba;
}
.section.section-request-it {
  padding-top: 0;
}
.section.section-request-it.bg-grey {
  background: #f2f2f2;
}
.section.section-request-it .content-request-it {
  align-items: center;
  background: #f2f2f2;
  border: solid 1px #0075ba;
  display: flex;
  height: 95px;
  justify-content: center;
  margin: 0 auto;
  width: 830px;
}
.section.section-request-it .content-request-it .img-request-it {
  margin-right: 25px;
}
.section.section-request-it .content-request-it .text-request-it {
  color: #2e2e2e;
  font-size: 20px;
  margin-right: 25px;
}
.section.section-request-it .content-request-it .btn-request-it {
  background: #FFF;
  color: #0075ba;
  display: inline-block;
  font-size: 16px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.5s ease;
  width: 200px;
}
.section.section-request-it .content-request-it .btn-request-it:hover {
  background: #0075ba;
  color: #FFF;
  text-decoration: none;
}
.section.list-projects {
  background: #f2f2f2;
}
.section.list-projects .item-project {
  background: #FFF;
  margin-bottom: 25px;
}
.section.list-projects .item-project .img-project img {
  width: 100%;
}
.section.list-projects .item-project .info-project {
  padding: 35px 50px;
}
.section.list-projects .item-project .info-project .title-project {
  color: #0075ba;
  font-size: 25px;
  line-height: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.section.list-projects .item-project .info-project .text-project {
  color: #494949;
  font-size: 12px;
  margin-bottom: 15px;
}
.section.list-projects .item-project .info-project .btn-apply-for {
  background: #0075ba;
  color: #FFF;
  display: block;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 160px;
}
.section.list-projects .item-project .info-project .btn-apply-for:hover {
  background: #41a8e0;
  text-decoration: none;
}
.section.customers-and-projects-detail h2 {
  margin-bottom: 30px;
}
.section.customers-and-projects-detail .descrip-work-with-us {
  color: #494949;
  display: block;
  font-size: 12px;
  margin: 0 auto 30px;
  text-align: center;
  width: 530px;
}
.section.customers-and-projects-detail .list-customers {
  display: block;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 780px;
}
.section.customers-and-projects-detail .list-customers li {
  display: inline-block;
  margin: 20px 5px;
  text-align: center;
  vertical-align: top;
  width: 180px;
}
.section.customers-and-projects-detail .list-logos-info ul {
  display: block;
}
.section.customers-and-projects-detail .list-logos-info ul li {
  color: #000;
  display: list-item;
  font-family: "arial_rounded_mtextrabold";
  font-size: 16px;
  margin-bottom: 25px;
}
.section.customers-and-projects-detail .list-logos-img {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.section.customers-and-projects-detail .list-logos-img li {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.section.customers-and-projects-detail .list-logos-img li img {
  max-width: 100%;
}
.section.customers-and-projects-detail .sep {
  background: #0075ba;
  display: block;
  height: 1px;
  margin: 40px auto;
  width: 660px;
}
.section.success-stories {
  background: #f2f2f2;
}
.section.success-stories .boxes-success-stories {
  display: block;
  text-align: center;
}
.section.success-stories .boxes-success-stories .box {
  background: #FFF;
  display: block;
  height: 695px;
  margin: 0 auto 20px;
  position: relative;
  width: 320px;
}
.section.success-stories .boxes-success-stories .box .box-img {
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  width: 100%;
}
.section.success-stories .boxes-success-stories .box .box-info {
  padding: 30px 30px;
  text-align: left;
}
.section.success-stories .boxes-success-stories .box .box-info .box-title {
  align-items: center;
  display: flex;
  color: #0075ba;
  font-family: "arial_rounded_mtregular";
  font-size: 22px;
  height: 85px;
  line-height: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.section.success-stories .boxes-success-stories .box .box-info .box-text {
  color: #494949;
  font-size: 12px;
  text-align: justify;
}
.section.success-stories .boxes-success-stories .box .box-info .box-text p:last-child {
  margin-bottom: 0;
}
.section.success-stories .boxes-success-stories .slick-arrow {
  background: #919191 url(images/img-arrow-carousel.png) no-repeat center center;
  height: 44px;
  margin-top: -22px;
  transform: initial;
  width: 44px;
  z-index: 50;
}
.section.success-stories .boxes-success-stories .slick-arrow::before {
  display: none;
}
.section.success-stories .boxes-success-stories .slick-arrow.slick-prev {
  left: -44px;
}
.section.success-stories .boxes-success-stories .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: -44px;
}
.section.success-stories .boxes-success-stories .slick-arrow.slick-disabled {
  display: none !important;
}
.section.success-stories .boxes-success-stories .slick-dots {
  bottom: 0;
  position: relative;
  text-align: center;
}
.section.success-stories .boxes-success-stories .slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.section.success-stories .boxes-success-stories .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section.success-stories .boxes-success-stories .slick-dots li button::before {
  display: none;
}
.section.success-stories .boxes-success-stories .slick-dots li.slick-active button {
  background: #0075ba;
}
.section.work-with-us h2 {
  margin-bottom: 30px;
}
.section.work-with-us .descrip-work-with-us {
  color: #494949;
  font-size: 12px;
  margin: 0 auto;
  text-align: justify;
  width: 490px;
}
.section.work-with-us .content-presentation {
  align-items: center;
  display: flex;
  margin: 50px auto 0;
  width: 830px;
}
.section.work-with-us .content-presentation .img-presentation {
  margin-right: 30px;
}
.section.work-with-us .content-presentation .info-presentation .text {
  color: #363636;
  display: block;
  font-family: "arial_rounded_mtregular";
  font-size: 25px;
  line-height: 35px;
  margin: 40px 0 20px;
  text-align: center;
}
.section.work-with-us .content-presentation .info-presentation .text::before, .section.work-with-us .content-presentation .info-presentation .text::after {
  background: url(images/img-quotation-marks.png) no-repeat 0 0;
  content: "";
  display: inline-block;
  height: 33px;
  position: relative;
  width: 42px;
}
.section.work-with-us .content-presentation .info-presentation .text::after {
  margin-bottom: -10px;
  transform: rotate(180deg);
}
.section.work-with-us .content-presentation .info-presentation .position {
  color: #1c1c1c;
  display: block;
  font-family: "arial_rounded_mtregular";
  font-size: 18px;
  text-align: center;
}
.section.our-team {
  background: #f2f2f2;
}
.section.our-team h2 {
  margin-bottom: 30px;
}
.section.our-team .descrip-our-team {
  color: #494949;
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  width: 490px;
}
.section.our-team .descrip-our-team p:last-child {
  margin-bottom: 0;
}
.section.our-team .vacancy-list {
  margin: 40px auto 50px;
  padding: 0;
  width: 490px;
}
.section.our-team .vacancy-list li {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 10px;
  text-align: left;
}
.section.our-team .vacancy-list li .vacancy-title {
  cursor: pointer;
  display: inline-block;
  font-family: "arial_rounded_mtextrabold";
  font-size: 15px;
  text-transform: uppercase;
}
.section.our-team .vacancy-list li .vacancy-content {
  display: none;
  padding: 0 0 0 20px;
}
.section.our-team .vacancy-list li .vacancy-descrip {
  font-size: 13px;
}
.section.our-team .btn-apply-here {
  background: #0075ba;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  padding: 3px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 110px;
}
.section.our-team .btn-apply-here:hover {
  background: #41a8e0;
  text-decoration: none;
}
.section.our-team .video-our-team {
  background: #000;
  height: 410px;
  position: relative;
}
.section.our-team .video-our-team iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.section.contribution .boxes-contribution {
  display: block;
  text-align: center;
}
.section.contribution .boxes-contribution .box {
  background: #f2f2f2;
  display: inline-block;
  margin: 0 10px 20px;
  padding: 40px 35px;
  vertical-align: top;
  width: 320px;
}
.section.contribution .boxes-contribution .box .box-ico {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
.section.contribution .boxes-contribution .box .box-ico img {
  display: inline-block;
  width: 60%;
}
.section.contribution .boxes-contribution .box .box-title {
  align-items: center;
  color: #0075ba;
  display: flex;
  font-family: "arial_rounded_mtregular";
  font-size: 20px;
  justify-content: center;
  line-height: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%;
}
.section.contribution .boxes-contribution .box .box-text {
  color: #494949;
  display: block;
  font-size: 12px;
  line-height: normal;
  text-align: justify;
}
.section.contribution .boxes-contribution .slick-arrow {
  background: #919191 url(images/img-arrow-carousel.png) no-repeat center center;
  bottom: -22px;
  height: 44px;
  transform: initial;
  top: initial;
  width: 44px;
  z-index: 50;
}
.section.contribution .boxes-contribution .slick-arrow::before {
  display: none;
}
.section.contribution .boxes-contribution .slick-arrow.slick-prev {
  left: 0;
}
.section.contribution .boxes-contribution .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 0;
}
.section.contribution .boxes-contribution .slick-arrow.slick-disabled {
  display: none !important;
}
.section.contribution .boxes-contribution .slick-dots {
  bottom: -15px;
  position: relative;
  text-align: center;
}
.section.contribution .boxes-contribution .slick-dots li {
  height: 10px;
  margin: 0 10px 0 0;
  width: 10px;
}
.section.contribution .boxes-contribution .slick-dots li button {
  background: #FFF;
  border: solid 1px #0075ba;
  border-radius: 50%;
  height: 10px;
  width: 10px;
}
.section.contribution .boxes-contribution .slick-dots li button::before {
  display: none;
}
.section.contribution .boxes-contribution .slick-dots li.slick-active button {
  background: #0075ba;
}
.section.blank-page .text-blank-page {
  color: #494949;
  font-size: 12px;
  text-align: justify;
}

.content-blog {
  color: #494949;
  padding: 40px 0;
}
.content-blog h1 {
  display: block;
  color: #0075ba;
  font-size: 25px;
  text-align: center;
  text-transform: uppercase;
}
.content-blog .text-search {
  font-size: 16px;
}
.content-blog .text-search span {
  font-weight: bold;
}
.content-blog .content-post {
  padding: 30px 0;
  border-bottom: solid 1px #eaeaea;
}
.content-blog .content-post .post-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
}
.content-blog .content-post .post-info {
  color: #797979;
  font-size: 11px;
  text-transform: uppercase;
}
.content-blog .content-post h2 {
  margin-bottom: 30px;
}
.content-blog .content-post .post-title {
  display: block;
  color: #0075ba;
  font-size: 25px;
  text-align: left;
  text-transform: uppercase;
}
.content-blog .content-post .post-content {
  font-size: 14px;
}
.content-blog .content-post .post-content .more-link {
  background: #0075ba;
  display: block;
  color: #FFF;
  font-size: 12px;
  margin-top: 25px;
  overflow: hidden;
  padding: 6px 0;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.5s ease;
  width: 150px;
}
.content-blog .content-post .post-content .more-link:hover {
  background: #02598c;
}
.content-blog .content-post .post-content p {
  margin-bottom: 0;
}
.content-blog .content-post .post-share {
  display: block;
}
.content-blog .content-post .post-share .btns-share {
  float: right;
  list-style: none;
  margin: -26px 0 0 0;
  padding: 0;
}
.content-blog .content-post .post-share .btns-share li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
}
.content-blog .content-post .post-share .btns-share li a {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 26px;
  width: 26px;
}
.content-blog .content-post .post-share .btns-share li a.btn-fb {
  background-image: url(images/btn-share-fb.jpg);
}
.content-blog .content-post .post-share .btns-share li a.btn-ig {
  background-image: url(images/btn-share-ig.jpg);
}
.content-blog .content-post .post-share .btns-share li a.btn-tw {
  background-image: url(images/btn-share-tw.jpg);
}
.content-blog .content-single .single-info {
  color: #797979;
  font-size: 11px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.content-blog .content-single .single-title {
  display: block;
  color: #0075ba;
  font-size: 25px;
  margin-bottom: 30px;
  text-align: left;
  text-transform: uppercase;
}
.content-blog .content-single .single-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
  margin-bottom: 30px;
  width: 100%;
}
.content-blog .content-single .single-content {
  font-size: 14px;
  padding: 0 0 30px;
}
.content-blog .content-single .single-share {
  display: block;
  border-bottom: solid 1px #eaeaea;
  border-top: solid 1px #eaeaea;
  padding: 15px 0;
}
.content-blog .content-single .single-share .btns-share {
  display: block;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.content-blog .content-single .single-share .btns-share li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.content-blog .content-single .single-share .btns-share li a {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 26px;
  width: 26px;
}
.content-blog .content-single .single-share .btns-share li a.btn-fb {
  background-image: url(images/btn-share-fb.jpg);
}
.content-blog .content-single .single-share .btns-share li a.btn-ig {
  background-image: url(images/btn-share-ig.jpg);
}
.content-blog .content-single .single-share .btns-share li a.btn-tw {
  background-image: url(images/btn-share-tw.jpg);
}

.content-comments {
  background: #f2f2f2;
  padding: 40px 0;
}
.content-comments #comments {
  color: #0075ba;
  font-size: 25px;
  text-transform: uppercase;
}
.content-comments .commentlist {
  margin: 0;
  list-style: none;
  padding: 0;
}
.content-comments .commentlist > li {
  border-bottom: solid 1px #c3c3c3;
  padding: 30px 0;
}
.content-comments .commentlist > li:last-child {
  border-bottom: none;
}
.content-comments .commentlist li .comment-body .comment-meta .comment-author {
  color: #2b2b2b;
  font-size: 20px;
}
.content-comments .commentlist li .comment-body .comment-meta .comment-author img {
  border-radius: 50%;
  height: 60px;
  margin-right: 10px;
  width: 60px;
}
.content-comments .commentlist li .comment-body .comment-meta .comment-metadata {
  color: #797979;
  font-size: 12px;
  margin: -20px 0 10px 70px;
  text-transform: uppercase;
}
.content-comments .commentlist li .comment-body .comment-meta .comment-metadata a {
  color: #797979;
}
.content-comments .commentlist li .comment-body .comment-content {
  margin-left: 70px;
  font-size: 13px;
}
.content-comments .commentlist li .comment-body .comment-content p {
  margin-bottom: 5px;
}
.content-comments .commentlist li .comment-body .reply {
  margin-left: 70px;
}
.content-comments .commentlist li .comment-body .reply a {
  color: #0075ba;
  font-size: 13px;
  text-transform: uppercase;
}
.content-comments .commentlist .children {
  list-style: none;
  margin-top: 10px;
}
.content-comments .comment-respond .comment-reply-title {
  color: #0075ba;
  font-size: 25px;
  text-transform: uppercase;
}
.content-comments .comment-respond label {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
}
.content-comments .comment-respond textarea {
  display: block;
  height: 50px;
  width: 100%;
}
.content-comments .comment-respond input[type=text], .content-comments .comment-respond input[type=email], .content-comments .comment-respond input[type=url] {
  width: 50%;
}
.content-comments .comment-respond textarea, .content-comments .comment-respond input {
  font-size: 13px;
}
.content-comments .comment-respond .comment-form-cookies-consent label {
  display: inline-table;
  vertical-align: top;
}
.content-comments .comment-respond .form-submit .submit {
  background: #0075ba;
  border: none;
  display: block;
  color: #FFF;
  font-size: 12px;
  margin-top: 25px;
  overflow: hidden;
  padding: 6px 15px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.5s ease;
  width: auto;
}
.content-comments .comment-respond .form-submit .submit:hover {
  background: #02598c;
}

.content-search-blog {
  background: #f2f2f2;
  padding: 20px;
}
.content-search-blog #sidebar ul {
  display: flex;
  justify-content: space-between !important;
  margin: 0;
  padding: 0;
}
.content-search-blog #sidebar ul .widget {
  font-size: 13px;
}
.content-search-blog #sidebar ul .widget.widget_categories .widget-title {
  display: none;
}
.content-search-blog #sidebar ul .widget.widget_categories .screen-reader-text {
  margin-right: 10px;
}
.content-search-blog #sidebar ul .widget select, .content-search-blog #sidebar ul .widget input[type=text] {
  background: #FFF;
  border: none;
  color: #575757;
  font-size: 13px;
  padding: 5px 10px;
  max-width: 230px;
}
.content-search-blog #sidebar ul .widget input[type=submit] {
  display: none;
}

.required {
  color: #FF0000;
}

.pagination {
  margin-top: 30px;
  display: block;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: block;
  text-align: center;
}
.pagination .nav-links .page-numbers {
  background: #e5e5e5;
  color: #2b2b2b;
  display: inline-table;
  font-size: 12px;
  min-height: 24px;
  min-width: 24px;
  line-height: 24px;
  padding: 0 8px;
  text-decoration: none !important;
  transition: all 0.5s ease;
  vertical-align: top;
}
.pagination .nav-links .page-numbers:hover {
  background: #0075ba;
  color: #FFF;
}
.pagination .nav-links .page-numbers.current {
  background: #0075ba;
  color: #FFF;
}

.overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
.overlay .content-modal {
  background: #FFF;
  display: none;
  padding: 60px 80px 0;
  position: relative;
  width: 680px;
}
.overlay .content-modal#modalContactForm {
  height: 670px;
}
.overlay .content-modal#modalApplyForForm {
  height: 550px;
}
.overlay .content-modal#modalWorkWithUsForm {
  height: 550px;
}
.overlay .content-modal::after {
  background: #0076ba;
  background: -moz-linear-gradient(left, #0076ba 0%, #449acc 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #0076ba), color-stop(100%, #449acc));
  background: -webkit-linear-gradient(left, #0076ba 0%, #449acc 100%);
  background: -o-linear-gradient(left, #0076ba 0%, #449acc 100%);
  background: -ms-linear-gradient(left, #0076ba 0%, #449acc 100%);
  background: linear-gradient(to right, #0076ba 0%, #449acc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0076ba', endColorstr='#449acc', GradientType=1 );
  bottom: 0;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}
.overlay .content-modal .close-modal {
  background: url(images/bg-close-modal.png) no-repeat center center;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 35px;
  z-index: 50;
}
.overlay .content-modal h2 {
  margin-bottom: 35px;
}
.overlay .content-modal .descrip {
  color: #494949;
  font-size: 12px;
}
.overlay .content-modal .content-form {
  margin-top: 40px;
}
.overlay .content-modal .content-form .field {
  display: block;
  margin-bottom: 20px;
}
.overlay .content-modal .content-form input[type=text], .overlay .content-modal .content-form input[type=email], .overlay .content-modal .content-form input[type=tel], .overlay .content-modal .content-form textarea, .overlay .content-modal .content-form select {
  background: #FFF;
  border: none;
  border-bottom: solid 1px #0075ba;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  color: #0075ba;
  font-family: "arial_rounded_mtregular";
  font-size: 15px;
  padding: 3px 0;
  resize: none;
  width: 100%;
}
.overlay .content-modal .content-form input[type=text]::placeholder, .overlay .content-modal .content-form input[type=email]::placeholder, .overlay .content-modal .content-form input[type=tel]::placeholder, .overlay .content-modal .content-form textarea::placeholder, .overlay .content-modal .content-form select::placeholder {
  color: #0075ba;
}
.overlay .content-modal .content-form input[type=text].wpcf7-not-valid, .overlay .content-modal .content-form input[type=email].wpcf7-not-valid, .overlay .content-modal .content-form input[type=tel].wpcf7-not-valid, .overlay .content-modal .content-form textarea.wpcf7-not-valid, .overlay .content-modal .content-form select.wpcf7-not-valid {
  border-bottom: solid 1px #f00;
}
.overlay .content-modal .content-form input[type=submit] {
  background: #0075ba;
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
  width: 150px;
}
.overlay .content-modal .content-form input[type=submit]:hover {
  background: #41a8e0;
}
.overlay .content-modal .content-form span.wpcf7-not-valid-tip {
  display: none !important;
}
.overlay .content-modal .content-form div.wpcf7-response-output {
  margin: 1em 0;
}

@media screen and (max-width: 1299.98px) {
  .footer .btn-up {
    right: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .header .content-menu ul.menu li a {
    padding: 0px 27px;
  }

  .section.product-lines .boxes-product-lines .box {
    width: 280px;
  }
  .section.product-lines .boxes-product-lines .box .box-title {
    font-size: 20px;
  }
  .section.acknowledgments .boxes-acknowledgments .box {
    width: 280px;
  }
  .section.success-stories .boxes-success-stories .box {
    height: 675px;
    width: 280px;
  }
  .section.success-stories .boxes-success-stories .box .box-info {
    padding: 20px;
  }
  .section.success-stories .boxes-success-stories .box .box-info .box-title {
    font-size: 20px;
  }
  .section.contribution .boxes-contribution .box {
    width: 280px;
  }
}
@media screen and (max-width: 991.98px) {
  body {
    padding-top: 80px;
  }

  h1, h2 {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .header {
    height: 80px;
    padding: 0;
    box-shadow: 1px 1px 5px #999;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  .header .container {
    max-width: initial;
    padding: 0;
    width: 100%;
  }
  .header .logo {
    top: 20px;
  }
  .header .btn-menu-mobile {
    display: block;
  }
  .header .content-menu-mobile {
    background: #0075ba;
    display: none;
    padding: 25px 35px;
    position: absolute;
    right: 0;
    top: 80px;
    width: 100%;
    z-index: 60;
  }
  .header .content-menu-mobile.active {
    display: block;
  }
  .header .content-language {
    position: relative;
    right: initial;
    text-align: right;
    top: initial;
  }
  .header .content-language ul li {
    color: #FFF;
  }
  .header .content-language ul li a {
    color: #FFF;
  }
  .header .content-searcher {
    display: none;
  }
  .header .content-menu {
    background: none;
    display: block;
    height: auto;
    left: initial;
    margin-top: 20px;
    position: relative;
    right: initial;
    top: initial;
  }
  .header .content-menu ul.menu {
    display: block;
  }
  .header .content-menu ul.menu li {
    border-right: none;
    border-bottom: solid 1px #249ee6;
    display: block;
  }
  .header .content-menu ul.menu li a {
    display: block;
    font-size: 17px;
    padding: 10px 0;
    text-align: left;
  }
  .header .content-menu ul.menu li a:hover {
    text-decoration: none;
  }

  .footer {
    height: auto;
    padding: 30px 0;
  }
  .footer .container {
    max-width: initial;
    position: initial;
    width: 100%;
  }
  .footer .btn-up {
    right: 15px;
  }
  .footer .logo-footer {
    display: block;
    left: initial;
    position: relative;
    top: initial;
  }
  .footer .menu-footer {
    margin-top: 30px;
    padding: 0;
  }
  .footer .menu-footer ul.menu {
    display: block;
  }
  .footer .menu-footer ul.menu li {
    display: block;
    margin-bottom: 15px;
  }
  .footer .menu-footer ul.menu li:first-child {
    border-right: none;
  }
  .footer .menu-footer ul.menu li:last-child {
    margin-bottom: 0;
  }
  .footer .menu-others .languages {
    display: block;
    margin: 0 0 15px;
  }
  .footer .menu-others .social {
    display: block;
  }
  .footer .menu-phones ul {
    border-top: none;
    left: initial;
    margin-top: 30px;
    padding: 0;
    position: relative;
    right: initial;
    top: initial;
  }
  .footer .menu-phones ul li {
    border-right: none;
    display: block;
    margin-bottom: 10px;
  }
  .footer .menu-phones ul li:last-child {
    margin-bottom: 0;
  }

  .content-search-blog .container {
    padding-left: 0;
    padding-right: 0;
  }

  .section.product-lines {
    background: #f2f2f2;
  }
  .section.product-lines .boxes-product-lines .slick-arrow {
    bottom: -22px;
    top: initial;
  }
  .section.customers-and-projects .container {
    max-width: initial;
    width: 100%;
  }
  .section.customers-and-projects .list-customers li {
    width: 150px;
  }
  .section.customers-and-projects .list-customers li img {
    width: 100%;
  }
  .section.acknowledgments .boxes-acknowledgments .box {
    margin: 0 auto 20px;
  }
  .section.acknowledgments .boxes-acknowledgments .box .box-title {
    font-size: 16px;
    height: auto;
  }
  .section.acknowledgments .boxes-acknowledgments .slick-arrow {
    bottom: -22px;
    top: initial;
  }
  .section.acknowledgments .boxes-acknowledgments .slick-arrow.slick-prev {
    left: 0;
  }
  .section.acknowledgments .boxes-acknowledgments .slick-arrow.slick-next {
    right: 0;
  }
  .section.mission-view-history .blocks-mission-view .block {
    margin: 0 auto 20px;
    width: 280px;
  }
  .section.mission-view-history .blocks-mission-view .slick-arrow {
    bottom: -22px;
    top: initial;
  }
  .section.mission-view-history .block-history .history-img {
    height: 300px;
  }
  .section.mission-view-history .content-block-general {
    display: block;
  }
  .section.list-projects .item-project .info-project .title-project {
    text-align: center;
  }
  .section.list-projects .item-project .info-project .text-project {
    text-align: center;
  }
  .section.list-projects .item-project .info-project .btn-apply-for {
    margin: 0 auto;
  }
  .section.section-request-it .content-request-it {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 20px 50px;
    width: 90%;
  }
  .section.section-request-it .content-request-it .img-request-it {
    display: block;
    margin: 0 auto 25px;
    width: 37px;
  }
  .section.section-request-it .content-request-it .text-request-it {
    display: block;
    margin-bottom: 25px;
    margin-right: 0;
    text-align: center;
  }
  .section.section-request-it .content-request-it .btn-request-it {
    display: block;
    margin: 0 auto;
  }
  .section.customers-and-projects-detail .descrip-work-with-us {
    width: 90%;
  }
  .section.customers-and-projects-detail .list-customers {
    width: 100%;
  }
  .section.customers-and-projects-detail .list-customers li {
    width: 150px;
  }
  .section.customers-and-projects-detail .list-customers li img {
    width: 100%;
  }
  .section.customers-and-projects-detail .sep {
    width: 100%;
  }
  .section.customers-and-projects-detail .list-logos-info ul {
    column-count: 2;
    column-gap: 20px;
  }
  .section.customers-and-projects-detail .list-logos-info ul li {
    margin-bottom: 20px;
  }
  .section.customers-and-projects-detail .list-logos-img li {
    margin-bottom: 10px;
  }
  .section.success-stories .boxes-success-stories .slick-arrow {
    bottom: -22px;
    top: initial;
  }
  .section.success-stories .boxes-success-stories .slick-arrow.slick-prev {
    left: 0;
  }
  .section.success-stories .boxes-success-stories .slick-arrow.slick-next {
    right: 0;
  }
  .section.work-with-us .content-presentation {
    display: block;
    width: 100%;
  }
  .section.work-with-us .content-presentation .img-presentation {
    display: block;
    margin: 0 auto;
  }
  .section.work-with-us .content-presentation .info-presentation {
    display: block;
    margin: 0 auto;
    width: 450px;
  }
}
@media screen and (max-width: 767.98px) {
  .section.customers-and-projects .descrip-customers {
    margin-bottom: 0;
    width: 90%;
  }
  .section.about-us .text-about-us {
    width: 100%;
  }

  .overlay .content-modal {
    height: auto !important;
    padding: 40px 30px 0;
    width: 90%;
  }
  .overlay .content-modal .close-modal {
    right: 10px;
    top: 10px;
  }
  .overlay .content-modal .content-form div.wpcf7-response-output {
    font-size: 13px;
  }

  .content-blog .content-post .post-img {
    height: 250px;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .banner-home .carousel-home .slide .container {
    max-width: initial;
    padding: 0 40px;
    width: 100%;
  }
  .banner-home .carousel-home .slide .content-slide-mobile {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    padding: 20px 20px 50px;
    width: 100%;
  }
  .banner-home .carousel-home .slide .slide-title {
    padding-top: 0;
    text-align: center;
    width: 100%;
  }
  .banner-home .carousel-home .slide .slide-text {
    width: 100%;
  }
  .banner-home .nav-dots {
    width: 100%;
  }
  .banner-home .nav-dots .slick-dots {
    text-align: center;
  }

  .section.work-with-us .descrip-work-with-us {
    width: 95%;
  }
  .section.work-with-us .content-presentation .img-presentation {
    max-width: 350px;
    width: 100%;
  }
  .section.work-with-us .content-presentation .info-presentation {
    width: 90%;
  }
  .section.work-with-us .content-presentation .info-presentation .text {
    font-size: 20px;
    line-height: 30px;
  }
  .section.work-with-us .content-presentation .info-presentation .text::before, .section.work-with-us .content-presentation .info-presentation .text::after {
    background-size: 35px auto;
    height: 28px;
    width: 35px;
  }
  .section.work-with-us .content-presentation .info-presentation .position {
    font-size: 16px;
  }
  .section.our-team .descrip-our-team {
    width: 95%;
  }
  .section.our-team .vacancy-list {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
