body {
  margin-top: 0;
  transition: background-color 500ms linear 0s;
  background-color: #fffffffb;
  color: #263747;
  font-size: 23px;
  font-family: "Poppins", sans-serif;
}

.logo a img {
  width: 163px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  image-rendering: -webkit-optimize-contrast;
}

.top-nav-collapse .logo a img {
  width: 143px;
  top: 0;
}

.wow {
  visibility: hidden;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

button:focus {
  outline: 0 !important;
}

input:focus {
  outline: none !important;
}

.f-none {
  float: none;
}

.bg-white {
  background-color: #fff;
}

.not-active {
  pointer-events: none;
  cursor: default;
}

.page-wrap {
  padding: 0;
}

.p-null {
  padding: 0;
}

.pl-null {
  padding-left: 15px !important;
}

.mob-only {
  display: none;
}

.desc-only {
  display: block;
}

.relative {
  position: relative;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.anchor {
  display: block;
  position: relative;
  top: 0;
  visibility: hidden;
}

div.table {
  display: table;
  margin-bottom: 79px;
  line-height: 1.5;
  margin-top: 25px;
  max-width: 554px;
}

div.tr {
  display: table-row;
}

div.td {
  display: table-cell;
  padding-right: 20px;
  margin-bottom: 48px;
  padding-bottom: 4px;
  padding-right: 32px;
  vertical-align: top;
}

div.td strong {
  font-weight: 400;
  max-width: 253px;
  display: inline-block;
}

div.td.t-bold {
}

div.tr.space-b div.td {
  padding-bottom: 30px;
}

.to-top img {
  position: fixed;
  right: 26px;
  bottom: 54px;
  cursor: pointer;
  display: none;
  z-index: 99;
  width: 43px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.to-top img:hover {
  opacity: 0.6;
}

.page-wrap {
  /* max-width: 1920px; */
  margin: 0 auto;
  /* -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); */
  z-index: 9;
  position: relative;
  /* overflow-y: hidden; */
  overflow-x: hidden;
}

.navbar .container {
  position: relative;
  max-width: 1730px;
}

.navbar-default .navbar-collapse.navbar250 {
  width: 100%;
  /* padding-left: 18px; */
}

.menu-btn-close {
  display: none;
}

.menu-btn {
  display: none;
}

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 70px;
  height: 55px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: 0;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 26px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #0c0c0c;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
  content: "";
}

.c-hamburger--htla.is-active span::after,
.c-hamburger--htla.is-active span::before,
.c-hamburger--htra.is-active span::after,
.c-hamburger--htra.is-active span::before {
  width: 50%;
}

.c-hamburger span::before {
  top: -8px;
}

.c-hamburger span::after {
  bottom: -8px;
}

.c-hamburger--rot {
  background-color: #28aadc;
}

.c-hamburger--rot span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--rot.is-active {
  background-color: #166888;
}

.c-hamburger--rot.is-active span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c-hamburger--htx {
  background-color: transparent;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
  background-color: transparent;
}

.c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #101010;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000000;
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.c-hamburger--htla {
  background-color: #32dc64;
}

.c-hamburger--htla span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--htla span::before {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htla span::after {
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

.c-hamburger--htla.is-active {
  background-color: #18903c;
}

.c-hamburger--htla.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htla.is-active span::before {
  top: 0;
  -webkit-transform: translateX(38px) translateY(4px) rotate(45deg);
  -ms-transform: translateX(38px) translateY(4px) rotate(45deg);
  transform: translateX(38px) translateY(4px) rotate(45deg);
}

.c-hamburger--htla.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(38px) translateY(-4px) rotate(-45deg);
  -ms-transform: translateX(38px) translateY(-4px) rotate(-45deg);
  transform: translateX(38px) translateY(-4px) rotate(-45deg);
}

.c-hamburger--htra {
  background-color: #ff9650;
}

.c-hamburger--htra span {
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.c-hamburger--htra span::before {
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, top 0.3s;
  transition: transform 0.3s, width 0.3s, top 0.3s;
}

.c-hamburger--htra span::after {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: -webkit-transform 0.3s, width 0.3s, bottom 0.3s;
  transition: transform 0.3s, width 0.3s, bottom 0.3s;
}

.c-hamburger--htra.is-active {
  background-color: #e95d00;
}

.c-hamburger--htra.is-active span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-hamburger--htra.is-active span::before {
  top: 0;
  -webkit-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  -ms-transform: translateX(-8px) translateY(4px) rotate(-45deg);
  transform: translateX(-8px) translateY(4px) rotate(-45deg);
}

.c-hamburger--htra.is-active span::after {
  bottom: 0;
  -webkit-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  -ms-transform: translateX(-8px) translateY(-4px) rotate(45deg);
  transform: translateX(-8px) translateY(-4px) rotate(45deg);
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #12131d;
}

.se-pre-con .load-logo {
}

.se-pre-con .load-logo .part1 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 40%;
  width: 151px;
}

.content-full-wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  height: 100%;
}

.paginate {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  padding-top: 50px;
  width: 100%;
  margin-bottom: 50px;
}

.paginate span {
  padding: 4px;
  color: #000000;
}

.paginate .current {
  color: #2f7ac0;
}

.paginate a {
  color: #263747;
  padding: 4px;
}

.paginate a:hover {
  color: #2f7ac0;
}

.color {
  color: #2f7ac0;
}

.nav-link {
  color: #263747;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.navbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .aps-img img {
  display: none;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin: 0px 10px;
  padding: 30px 13px;
}

.top-nav-collapse .navbar-nav .nav-link {
  padding: 15px 13px 15px 13px;
}

.navbar-nav .nav-link:hover,
.navbar-nav li.active .nav-link,
.navbar-nav li.current-page-ancestor .nav-link,
.navbar-nav li.active > .dropdown-item,
body.single-blog-details .menu-item-34 a {
  /* color: #007cc2; */
}
.navbar-nav li.current-page-ancestor .nav-link {
  color: #007cc2;
}
.navbar-nav li.active > .dropdown-item {
  color: #ffffff;
  text-decoration: none;
  background-color: #3a075126;
}

.navbar-expand-lg .navbar-nav {
  padding-left: 0;
}

.navbar .icon-right {
  position: absolute;
  right: 0;
  top: -9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .icon-right .icon {
}

.navbar .icon-right .icon img {
  width: 91px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.top-nav-collapse .icon-right .icon img {
  width: 48px;
}

.navbar.top-nav-collapse .icon-right {
  top: -22px;
}

.navbar .icon-right .text {
  font-size: 22px;
  font-weight: 700;
  ransform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  position: absolute;
  right: 75px;
  top: 154px;
  height: 454px;
  width: 300px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar.top-nav-collapse .icon-right .text {
  right: -54px;
  top: 146px;
  height: 54px;
  width: 157px;
  font-size: 12px;
  /* background-color: antiquewhite; */
}

.navbar.top-nav-collapse {
  background-color: white;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.45);
  padding: 0;
}

.header-big {
  height: 900px;
  position: relative;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.header-big .content {
  padding-right: 90px;
}
.header-big .content .title {
  margin-bottom: 54px;
  position: relative;
}

.color-line {
  width: 233px;
  height: 11px;
  background: rgb(48, 122, 192);
  background: linear-gradient(
    90deg,
    rgba(48, 122, 192, 1) 0%,
    rgba(51, 94, 170, 1) 50%,
    rgba(80, 51, 138, 1) 100%
  );
  border-radius: 30px;
  position: absolute;
  bottom: -9px;
  left: 4px;
  z-index: -1;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 9;
}
.empty-header .color-line {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
}
.header-big .color-line {
  /* height: 30px; */
  /* width: 1500px; */
  /* left: -1098px; */
}

.header-big .content .title h2 {
  font-size: 69px;
  font-weight: 700;
  position: relative;
  z-index: 99;
}

.header-big .content .subtitle {
  margin-bottom: 49px;
}
.header-big .content .subtitle p {
  font-weight: 400;
  font-size: 26px;
}

.header-big .video-wrap {
  position: relative;
}
.header-big .video-wrap video {
  width: 100%;
}

.cta-button a {
  font-size: 17px;
  display: inline-block;
  background-color: #007cc2;
  color: #fff;
  padding: 16px 40px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.cta-button a:hover {
  background-color: #3a0751;
}

.header-big .container {
  max-width: 1575px;
  width: 100%;
  height: 100%;
  padding-top: 50px;
}
.header-big .container .row {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.logos-wrap {
  padding: 30px 0 111px 0;
  position: relative;
  z-index: 9;
}
.logos-wrap.padd-no {
  padding: 30px 0 30px 0;
  position: relative;
  z-index: 9;
}
.logos-wrap .logo-item {
  padding: 30px;
}
.logos-wrap .logo-item > img {
  max-width: 100%;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.6;
}

.logos-wrap .logo-item > img:hover {
  opacity: 1;
}

.dropdown-menu {
  background-color: #2f7ac0f0;
  border-radius: 0;
  top: 94%;
  left: 5px;
  border: none;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 17px;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3a075126;
}
.counter-section {
  margin-bottom: 160px;
}
.counter-section .container {
  max-width: 1600px;
}
.counter-section .title {
  margin-bottom: 90px;
}

.aps-title {
  position: relative;
  display: inline-block;
}

.more-btn-custom a {
  background: url(../img/more.svg) no-repeat center right 10px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #007cc2;
  font-weight: 700;
  font-size: 25px;
  background-size: 14px;
  padding-right: 37px;
}
.more-btn-custom a:hover {
  opacity: 0.7;
  background: url(../img/more.svg) no-repeat center right 0px;
  background-size: 14px;
}
.title h2 {
  font-size: 45px;
  font-weight: 700;
}

.counter-section .image-wrap {
  margin-bottom: 40px;
}
.counter-section .image-wrap img {
  max-width: 100%;
}

.counter-section .content {
  max-width: 853px;
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
}
.counter-section .content .text-sec-1 {
  /* font-size: 23px; */
  margin-bottom: 63px;
  text-align: center;
}
.counter-section .content .text-sec-2 {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 58px;
}
.counter-section .content .text-sec-2 span.color {
  color: #2f7ac0;
}
.counter-section .info-graphic {
  margin-bottom: 57px;
}
.counter-section .info-graphic .items {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.counter-section .info-graphic .items .item {
  flex: 0 0 auto;
  padding: 10px;
  width: 33.33333%;
}
.counter-section .info-graphic .items .item .number {
  font-size: 61px;
  font-weight: 700;
  color: #007cc2;
}
.counter-section .info-graphic .items .item .text {
}

.contact-seperator {
  background-color: #e4e7eb;
  padding: 101px 0;
}
.contact-seperator .text {
  font-size: 25px;

  max-width: 770px;
}
.contact-seperator .container {
  max-width: 1275px;
}
.contact-seperator h2 {
}
.contact-seperator .cta-button {
}

.industries-list {
  padding: 118px 0 180px 0;
}
.industries-list .container {
  max-width: 1600px;
}

.industries-list .top-content {
  max-width: 890px;
  margin-bottom: 80px;
}
.industries-list .top-content .text-btn {
  margin-top: 45px;
  /* font-size: 23px; */
}

.industries-list .list-wrap {
  flex-wrap: wrap;
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}
.industries-list .list-wrap .list-item {
  flex: 0 0 auto;
  width: 50%;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.industries-list .list-wrap .list-item .item-wrap {
  position: relative;
}
.industries-list .list-wrap .list-item .item-wrap .image-wrap {
  height: 450px;
  background-size: cover;
  background-position: center;
}
.industries-list .list-wrap .list-item .item-wrap .name-wrap {
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  font-size: 25px;
  padding: 22px 21px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #263747bf;
}
.industries-list .list-wrap .list-item:hover .item-wrap .name-wrap {
  background-color: #2f7ac0;
}
.industries-list .list-wrap .list-item:hover {
  opacity: 0.8;
}

section.about-us {
  padding: 150px 0 280px 0;
  background-color: #e4e7eb;
  position: relative;
}

section.about-us .big-aps-img img {
  position: absolute;
  width: 2000px;
  opacity: 0.3;
  top: 16px;
}
section.about-us .container {
  max-width: 1600px;
}
section.about-us .title {
  margin-bottom: 80px;
}

section.about-us .images-wrap {
  text-align: right;
}
section.about-us .images-wrap .image1 {
  text-align: left;
  position: relative;
  display: inline-block;
}
section.about-us .images-wrap .image1 .aps-img img {
  position: absolute;
  left: -20px;
  top: 187px;
  width: 37px;
}
section.about-us .images-wrap .image1 img {
  max-width: 500px;
  display: inline-block;
  width: 100%;
}
section.about-us .images-wrap .image2 {
  display: inline-block;
  width: 480px;
  position: absolute;
  left: 0;
  bottom: -101px;
}
section.about-us .images-wrap .image2 img {
  width: 100%;
}
section.about-us .images-wrap .image2 .aps-img img {
  position: absolute;
  right: -20px;
  top: 187px;
  width: 37px;
}

section.about-us .text-wrap {
  padding-left: 80px;

  padding-top: 99px;
}

section.about-us .text-wrap .text {
  /* font-size: 23px; */
  margin-bottom: 50px;
}

footer .container {
  max-width: 1600px;
}
footer .part-blue {
  background-color: #007cc2;
  padding: 100px 0;
  color: #fff;
  font-size: 18px;
}
footer .part-blue .footer-logo {
}
footer .part-blue .footer-logo img {
  max-width: 229px;
}

footer .part-blue .textinfo {
  line-height: 31px;
}
footer .part-blue .textinfo a {
  color: #fff;
  text-transform: uppercase;
}
footer .part-blue .textinfo a:hover {
  color: #3a0751;
}
footer .part-blue .textinfo ul {
  padding-left: 0;
}
footer .part-blue .textinfo ul li {
  list-style: none;
  margin-bottom: 5px;
}

footer .part-gray {
  background-color: #e4e7eb;
  padding: 34px 0;
}
footer .part-gray .text-wrap {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}
footer .part-gray .text-wrap .left-text {
  flex: 0 0 auto;
  width: 50%;
}
footer .part-gray .text-wrap .right-text {
  flex: 0 0 auto;
  width: 50%;
  text-align: right;
}
footer .part-gray .text-wrap .right-text a {
  font-weight: 700;
  color: #263747;
}
footer .part-gray .text-wrap .right-text a:hover {
  color: #2f7ac0;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 31px;
  height: 56px;
  margin-left: -17px;
  box-shadow: inset 0 0 0 1px #293747;
  border-radius: 25px;
  bottom: 30px;
}
.icon-scroll:before {
  content: "";
  width: 2px;
  height: 8px;
  background: #293747;
  margin-left: -1px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(16px);
  }
}

.news-wrap {
  padding: 120px 0;
}

.news-wrap .container {
  max-width: 1600px;
}
.news-wrap .title.aps-title {
  margin-bottom: 80px;
}
.news-wrap .news-item {
  margin-bottom: 60px;
}
.news-wrap .news-item .image-wrap {
  height: 300px;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news-wrap .news-item .date {
  text-align: right;
  font-size: 17px;
  margin-top: 10px;
  color: #263747;
  margin-bottom: 15px;
}
.news-wrap .news-item .title {
  color: #263747;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 22px;
  line-height: 1.2;
}
.news-wrap .news-item .short-text {
  color: #263747;
  margin-bottom: 40px;
  /* font-size: 23px; */
}
.news-wrap .news-item .more-btn-custom span {
  background: url(../img/more.svg) no-repeat center right 10px;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  color: #007cc2;
  font-weight: 700;
  font-size: 25px;
  background-size: 14px;
  padding-right: 37px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news-wrap .news-item:hover .more-btn-custom span {
  opacity: 0.7;
  background: url(../img/more.svg) no-repeat center right 0px;
  background-size: 14px;
}

.news-wrap .news-item:hover .image-wrap {
  opacity: 0.7;
}

.empty-header {
  padding: 200px 0 118px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.05);
  background-image: url(../img/header.jpg);
  background-position: center bottom;
  background-size: cover;
}
.empty-header .content {
  text-align: center;
}
.empty-header .content .title {
}
.empty-header .content .title h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}

.empty-header .content .text-detail {
  font-size: 28px;
  margin-top: 40px;
}

.industry-list {
  padding: 130px 0;
  /* margin-left: -15px; */
  /* margin-right: -15px; */
}

.industry-list .row {
  margin-bottom: 150px;
}
.industry-list.abautus .row:last-child {
  margin-bottom: 0;
}
.industry-list .container {
  max-width: 1359px;
}

.industry-list.abautus .container {
  width: 100%;

  max-width: 100%;
}
.industry-list .image-wrap a:hover {
  opacity: 0.7;
}
.industry-list .image-wrap img {
  max-width: 100%;
}
.industry-list.abautus .image-wrap {
  height: 800px;
  background-size: cover;
  background-repeat: repeat;
  background-position: center center;
}

.industry-list.abautus .content-info {
  max-width: 700px;
  padding-left: 80px;
}
.industry-list.abautus .img-right .content-info {
  max-width: 700px;
  float: right;
  padding-right: 80px;
  padding-left: 0;
}
.industry-list .content-info .title {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.industry-list .content-info .short-text {
  font-size: 22px;
  max-width: 500px;
  margin-bottom: 47px;
}

.industry-list.abautus .content-info .short-text {
  max-width: 800px;
}

.small-header {
  padding: 200px 0 118px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 50px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 50px rgba(0, 0, 0, 0.05);
  background-image: url(../img/header.jpg);
  background-position: center bottom;
  background-size: cover;
}
.small-header .container {
  max-width: 1600px;
}
.small-header .content {
  /* text-align: center; */
}
.small-header .content .title {
  margin-bottom: 39px;
}
.small-header .content .title h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.small-header .content .text-detail {
  font-size: 28px;
  max-width: 640px;
  margin-bottom: 45px;
}

.small-header .mockup-wrap {
}
.small-header .mockup-wrap img {
  position: absolute;
  max-width: 100%;
  width: auto;
  bottom: -210px;
  max-height: 510px;
}

.more-content {
  padding: 150px 0 5px 0;
}

.more-content h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}

.more-content .container {
  max-width: 1400px;
}
.more-content .content {
  text-align: center;
  margin-bottom: 97px;
}

.more-content .content.part2 {
  text-align: left;
  padding-top: 0;
  background-color: #e4e7eb;
  border-radius: 15px;
  padding: 90px;
}

.more-content .content .top-text {
  margin-bottom: 32px;
}

.gallery-images .images-item {
  padding: 20px;
}
.gallery-images .images-item .item-wrap {
  height: 399px;
  background-size: cover;
  background-position: center;
}
.gallery-images {
  padding-bottom: 150px;
}
.standard-content {
  padding: 150px 0;
}
.standard-content a {
  color: #2f7ac0;
}

.contact-content {
  padding: 0px 0 150px 0;
}
.contact-content .container {
  max-width: 1600px;
}
.contact-content .top-text {
  margin-bottom: 80px;
  max-width: 700px;
}
.contact-content .box-info {
  max-width: 444px;
  background-color: #e4e7eb;
  border-radius: 15px;
  padding: 29px 63px;
  display: inline-block;
  margin-bottom: 81px;
}
.contact-content .box-info .title {
  font-weight: 700;
  margin-bottom: 13px;
  font-size: 30px;
}
.contact-content .box-info .text {
}

.contact-content .address-info {
  border-left: 6px solid #2f7ac0;
  padding-left: 20px;
  margin-left: 0;
}
.contact-content .forma-wrap {
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
  border-radius: 10px;
  padding: 42px;
}

section.gmap {
}
section.gmap iframe {
  width: 100%;
  height: 796px;
  margin-bottom: -10px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.single-news {
  padding: 100px 0 0 0;
}
.single-news .container {
  /* max-width: 1400px; */
}
.single-news .title {
}
.single-news .title h2 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
.single-news .main-image {
  padding-bottom: 10px;
}
.single-news .main-image img {
  max-width: 100%;
}
.single-news .date {
  /* text-align: right; */
  font-size: 15px;
}
.single-news .content {
  padding-top: 35px;
}

.gallery-slider .link-item .image-wrap {
  height: 179px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0;
}

.gallery-slider .link-item {
}

.gallery-slider .link-item .image-wrap .inner {
  height: 226px;
  background-size: cover;
  background-position: center;
  margin-bottom: 0;
  transition: all 0.5s ease;
}

.gallery-slider .link-item .image-wrap .inner {
  cursor: pointer;
}

.gallery-slider .link-item .image-wrap .inner:hover {
  opacity: 0.7;
}

.gallery-slider .arrows .left,
.gallery-slider .arrows .right {
  display: inline-block;
}

.gallery-slider .arrows .arrow img {
  width: 34px;
  display: inline-block;
  cursor: pointer;
}

.gallery-slider .arrows {
  margin-bottom: 32px;
}

.gallery-slider .arrows .arrow.left img {
  margin-right: 10px;
}

.gallery-slider .arrows .arrow img {
  width: 50px;
  display: inline-block;
  cursor: pointer;
}

.gallery-slider .owl-nav {
  margin-top: 20px;
}

.gallery-slider .owl-nav img {
  width: 50px;
  margin-right: 30px;
}

.gallery-slider .title {
  position: relative;
  padding-bottom: 35px;
  padding-top: 50px;
  margin-top: 72px;
}

.gallery-slider .title:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 85px;
  height: 1px;
  background-color: #c2c2c2;
  width: 7383%;
  bottom: 0;
  left: -500%;
}

.gallery-slider .title h2 {
  font-size: 35px;
  font-weight: 700;
}

.standard-content.projects .container {
  max-width: 1600px;
}
.standard-content.projects .padd-fix {
  padding: 20px;
}
.standard-content.projects .projekt-item {
  cursor: pointer;
  margin-bottom: 30px;
  position: relative;
}
.standard-content.projects .projekt-item .image-wrap {
  height: 425px;
  background-size: cover;
  background-position: center;
}
.standard-content.projects .projekt-item:hover .des-wrap {
  background-color: #2f7ac0;
}
.standard-content.projects .projekt-item:hover .image-wrap {
  opacity: 0.8;
}
.standard-content.projects .projekt-item .title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.standard-content.projects .projekt-item .short-desc {
  font-size: 16px;
}

.standard-content.projects .projekt-item .des-wrap {
  position: absolute;
  bottom: 15px;
  color: #ffffff;
  font-size: 25px;
  padding: 22px 21px;
  /* font-weight: 700; */
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #263747bf;
  /* text-align: right; */
  min-width: 50%;
}

@media (max-height: 680px) {
  .header-big {
    height: 680px !important;
  }
}

@media (max-width: 1750px) {
  .small-header .content .title h1 {
    font-size: 40px;
  }
  .industry-list .content-info .short-text {
    font-size: 20px;
  }
  .small-header .content .text-detail {
    font-size: 22px;
  }
  .more-btn-custom a {
    font-size: 22px;
  }
  .news-wrap .news-item .more-btn-custom span {
    font-size: 20px;
  }
  .news-wrap .news-item .title {
    font-size: 25px;
  }
  body {
    font-size: 20px;
  }
  .industries-list .list-wrap .list-item .item-wrap .name-wrap {
    font-size: 19px;
  }
  .navbar .container {
    max-width: 1350px;
  }
  .header-big .container,
  .counter-section .container,
  .industries-list .container,
  .about-us .container,
  .news-wrap .container,
  footer .container,
  .industry-list .container,
  .small-header .container,
  .more-content .container,
  .contact-content .container,
  section.about-us .container,
  .standard-content.projects .container {
    max-width: 1250px;
  }

  .header-big .content .title h2 {
    font-size: 50px;
  }
  .header-big .content .subtitle p {
    font-size: 22px;
  }
  .title h2 {
    font-size: 40px;
    font-weight: 700;
  }
}

@media (max-width: 1199px) {
  .header-big .content .title h2 {
    font-size: 40px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 0px 5px;
    padding: 30px 5px;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 991px) {
  .standard-content.projects .padd-fix {
    padding: 0;
  }
  .standard-content {
    padding: 50px 0;
  }

  .industries-list .list-wrap .list-item .item-wrap .image-wrap {
    height: 350px;
  }
  section.about-us {
    padding: 70px 0 80px 0;
  }
  .gallery-images {
    padding-bottom: 70px;
  }
  .industry-list.abautus .image-wrap {
    margin-bottom: 40px;
    height: 320px;
  }
  .industry-list.abautus .img-right .content-info {
    float: left;
    padding-right: 0;
  }
  .industry-list.abautus .content-info {
    padding-left: 0;
  }
  footer .part-blue .footer-logo img {
    max-width: 180px;
  }
  section.gmap iframe {
    height: 300px;
  }
  .contact-content .forma-wrap {
    padding: 40px 20px;
  }
  .contact-content .box-info {
    padding: 20px 30px;
  }
  .contact-content .address-info {
    margin-bottom: 70px;
  }
  .contact-content {
    padding: 10px 0 70px 0;
  }
  .navbar .aps-img img {
    margin: 0 auto;
    display: block;
    position: absolute;
    opacity: 0.4;
    top: 24%;
    width: 100%;
    left: -500%;
    right: 0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    transition: all 1.3s ease;
  }
  .navbar .aps-img.active img {
    left: 0%;
  }
  .dropdown-item:focus,
  .dropdown-item:hover {
    background: transparent;
    color: #307bc1;
  }
  .gallery-images .images-item .item-wrap {
    height: 250px;
  }
  .more-content h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .contact-seperator .text {
    font-size: 20px;
  }
  .more-content .content {
    margin-bottom: 60px;
  }
  .more-content .content.part2 {
    padding: 22px 15px;
  }
  .more-content {
    padding: 70px 0 5px 0;
  }
  .header-big .container {
    padding-top: 65px;
  }
  .small-header .content {
    margin-bottom: 35px;
  }
  .small-header {
    padding: 65px 0 60px 0;
  }
  .small-header .content .title h1 {
    font-size: 35px;
  }
  .small-header .mockup-wrap img {
    position: static;

    transform: none !important;
  }
  .industry-list {
    padding: 90px 0 20px 0;
  }
  .industry-list .row {
    margin-bottom: 80px;
  }
  .industry-list.abautus .row {
    margin-bottom: 30px;
  }
  .industry-list .image-wrap img {
    margin-bottom: 30px;
  }
  .industry-list .img-right .col-lg-6:first-child {
    order: 1;
  }
  .industry-list .content-info .title {
    font-size: 25px;
  }
  .empty-header {
    padding: 65px 0 46px 0;
  }
  .empty-header .content .text-detail {
    font-size: 22px;
  }
  .empty-header .content .title h1 {
    font-size: 35px;
  }
  .counter-section {
    margin-bottom: 80px;
  }
  footer .part-blue .textinfo {
    margin-bottom: 55px;
  }
  footer .part-blue {
    padding: 80px 0 40px 0;
  }
  footer .part-blue .footer-logo {
    text-align: center;
    margin-bottom: 52px;
  }
  .news-wrap {
    padding: 70px 0;
  }
  section.about-us .images-wrap .image2 .aps-img img {
    width: 25px;
    right: -10px;
  }
  section.about-us .images-wrap .image1 .aps-img img {
    width: 25px;
    right: -10px;
  }
  section.about-us .text-wrap {
    padding-left: 0;
  }
  section.about-us .images-wrap .image2 {
    position: relative;
    width: auto;
    margin-bottom: 50px;
  }
  section.section.about-us {
    padding: 80px 0 85px 0;
  }
  .industries-list .list-wrap .list-item .item-wrap .name-wrap {
    width: 100%;
    right: 0;
    left: 0;
  }
  .industries-list .list-wrap .list-item {
    width: 50%;
  }
  .industries-list {
    padding: 60px 0 110px 0;
  }
  .contact-seperator h2 {
    margin-bottom: 35px;
  }
  .counter-section .content .text-sec-2 {
    font-size: 22px;
  }
  .logos-wrap {
    padding: 30px 0 20px 0;
  }
  .color-line {
    width: 145px;
  }
  .title h2 {
    font-size: 35px;
    font-weight: 700;
  }
  .header-big {
    height: auto !important;
    padding-bottom: 67px;
  }
  .header-big .content {
    margin-bottom: 51px;
    padding-right: 0;
  }
  .icon-scroll {
    display: none;
  }
  .cta-button a {
    padding: 9px 31px;
  }
  .header-big .content .subtitle p {
    font-size: 20px;
  }
  .header-big .content .title h2 {
    font-size: 35px;
  }
  .navbar .icon-right .icon img {
    width: 45px !important;
  }

  .navbar .icon-right {
    right: 57px;
    top: -37px !important;
  }

  .dark-overly {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9;
    top: 0;
    bottom: 0;
    background-color: #000000c4;
    right: -100%;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }

  .dark-overly.active {
    right: 0;
  }

  .fixed-top {
    overflow: inherit;
    background: #fff;
  }

  .navbar {
    padding: 9px 10px !important;
  }

  .navbar.top-nav-collapse .contakt-info,
  .navbar .contakt-info {
    top: 10px;
    right: 70px;
  }

  .logo a img,
  .top-nav-collapse .logo a img {
    width: 91px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 2px;
    left: 0;
  }

  .navbar {
    padding: 7px 10px;
    opacity: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    height: auto;
  }

  .page-wrap {
    padding-top: 52px;
  }

  .navbar .contakt-info .search-part,
  .navbar .contakt-info .icons {
    display: none;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu li.active .dropdown-item {
    color: #347dc2;
    background-color: transparent;
  }

  .dropdown-item {
    padding: 3px 14px;
    font-size: 15px;
    color: #263747;
  }

  .dropdown-menu {
    margin-left: 19px;
    padding: 0px 0 0px 0;
    position: static !important;
    display: block;
    text-align: left;
    background-color: transparent;
    margin-top: -7px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
  }

  .navbar-nav .nav-link {
    font-size: 18px !important;
    line-height: 1.5;
    background: none !important;
  }

  .top-nav-collapse .navbar-nav .nav-link,
  .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 9px 0;
  }

  .navbar-collapse {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .navbar-light .navbar-nav li {
    margin-left: 0px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-left: 5px;
    position: relative;
    z-index: 9;
  }

  .navbar .contakt-info .direct-call a .icon img {
    width: 40px;
    margin: 0 17px;
  }

  .navbar.top-nav-collapse .contakt-info,
  .navbar .contakt-info {
    top: 10px;
    right: 70px;
  }

  .logo a img,
  .top-nav-collapse .logo a img {
    width: 146px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
    margin-bottom: 0;
  }

  .menu-btn-close img {
    width: 100%;
  }

  .top-nav-collapse .menu-btn {
    /* top: -9px; */
  }

  .menu-btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    /* width: 32px; */
    /* height: 35px; */
    position: absolute;
    right: -13px;
    top: 15px;
    z-index: 999;
    top: -8px;
  }

  .menu-btn.active {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
    width: 61px;
    height: 63px;
    background-size: 61px;
    background-color: transparent;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: transparent;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    overflow-x: hidden;
    padding-top: 19px;
    transition: 0.5s;
    border-top: 0;
    display: block;
    margin-top: 56px;
    margin-bottom: 0;
    padding-top: 19px;
    padding-left: 0;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    padding-bottom: 50px;
    /* min-height: 650px; */
    background-color: #e4e7eb;
    padding-bottom: 84px;
  }

  .navbar-light #menu-main-menu-2.navbar-nav .current-menu-parent > .nav-link,
  .navbar-light .navbar-nav .active > .nav-link {
    border-bottom: none;
    color: #009fe3;
  }
  .contact-seperator {
    background-color: #e4e7eb;
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .single-news {
    padding: 60px 0 0px 0;
  }
  footer .part-gray .text-wrap .left-text {
    width: 100%;
    text-align: center;
    margin-bottom: 17px;
  }
  footer .part-gray .text-wrap .right-text {
    width: 100%;
    text-align: center;
  }
  .counter-section .info-graphic .items .item {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .industries-list .list-wrap .list-item {
    width: 100%;
  }
}
