body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    padding-top: 35px;
    font-size: 12px;
    scrollbar-face-color: #00a9ee;
  	scroll-behavior: smooth;
}

.container-fluid {
    max-width: 1140px;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

h2 {
    font-size: 1.45rem; 
}

h3 {
    font-size: 1.25rem; 
}

.text-16 {
    font-size: 16px;
}

.text-14 {
    font-size: 14px;
}

.text-13 {
    font-size: 13px;
}

.text-12 {
    font-size: 12px;
}

.text-11 {
    font-size: 11px;
}

.gray {
    color: #808080;
}

.light-gray {
    color: #777777;
}

.dark-gray {
    color: #999999;
}

.dark {
    color: #3e3e3e;
}

.white,
.white-hover:hover {
    color: #fff;
}

.nav-link {
    padding: 0 1rem;
}

.blue-link {
    color: #00a9ee;
}

.font-weight-bolder {
    font-weight: 600;
}

header {
    background: url(../images/topbar_bg.png) repeat-x 0 bottom transparent;
    height: 125px;
}

header .topbar {
    background: #fff;
    height: 35px;
    font-size: 12px;
}

header .topbar ul {
    list-style: none;
    display: inline-block;
}

header .topbar ul li {
    display: inline-block;
    padding: 0 5px;
    border-left: 1px solid gray;
}

header .topbar ul li:first-child {
    border: none;
    padding-left: 0;
}

header .topbar ul li a {
    color: #3e3e3e;
    font-weight: 600;
}

header .topbar ul li a:hover,
header .topbar ul li a.active {
    color: #00a9ee;
}

.topbar form {
    display: inline-block;
    border-bottom: 1px solid #cecece;
}

.topbar form input {
    border: none;
}

.topbar .logo {
    position: relative;
    z-index: 5;
    top: 7px;
    margin-right: 0;
}

header .navbar.bgColor {
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    height: 30px;
}

header .navbar .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.navbar-nav .nav-item {
    border-left: 2px solid #757575;
    text-transform: uppercase;
}

.navbar-nav .nav-item:first-child {
    border-left: 0;
}

.navbar-nav .nav-item:first-child .nav-link {
    padding-left: 0;
}

header .navbar .nav-link:hover {
    color: #00a9ee;
}

.navbar .fill-section {
    height: 30px;
    background: #fff;
    width: 100%;
    margin-left: 20px;
}

.fill-section::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 30px solid #fff;
    border-left: 20px solid transparent;
    margin-left: -20px;
    margin-top: 0px;
    display: inline-block;
}

.fill-section::after {
    content: "";
    position: absolute;
    right: 0;
    left: 75vw;
    height: 30px;
    top: 0;
    background: #fff;
}

#slider {
    overflow: hidden;
    position: relative;
}

#slider::after {
    content: "";
    width: 100%;
    height: 83px;
    background: url('../images/overlay-slider.svg') no-repeat center top transparent;
    bottom: 0;
    position: absolute;
}

#slider .carousel-item img {
    object-fit: cover;
    height: 80vh;
    min-height: 500px;
}

.carousel-caption {
    bottom: 145px;
}

.carousel-caption h1 {
    font-size: 4vw;
    font-weight: bold;
    line-height: 3vw;
    margin-bottom: 13px;
    color: #000000;
    /* WS */
    text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
    /* WS */
}

.carousel-caption h2 {
    font-size: 2.4vw;
    line-height: 2.5vw;
    color: #000000;
    /* WS */
    text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
    /* WS */
}

.carousel-caption h3 {
    font-size: 1.8vw;
    line-height: 1.8vw;
    color: #000000;
    /* WS */
    text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;
    /* WS */
}

.btn-cm {
    font-size: 24px;
    font-weight: lighter;
    color: #000 !important;
    background: #fff;
    padding: 0px 0 0px 24px;
    border: none;
    display: inline-block;
}

.btn-cm b {
    font-weight: 600;
}

.btn-cm span {
    padding: 10px 16px 12px 8px;
    display: inline-block;
    background: #000;
    color: #fff;
    position: relative;
    margin-left: 24px;
}

.btn-cm span::before {
    content: "";
    position: absolute;
    border-left: 27px solid transparent;
    border-top: 56px solid #000;
    width: 0;
    height: 0;
    top: 0;
    left: -27px;
}

.btn-cm.blue-bg span {
    background: #00a9ee;
}

.btn-cm.blue-bg span:before {
    border-top-color: #00a9ee;
}

.btn-cm.blue-bg:hover {
    color: #00a9ee !important;
}

.btn-cm.small {
    font-size: 15px;
}

.btn-cm.small span::before {
    border-top-width: 44px;
}

.btn-cm.blue-bg.inverse {
    color: #fff !important;
    background: #6c6c6c;
}

.btn-border {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: lighter;
    border: 1px solid #fff;
    padding: 5px 14px 6px;
}

.btn-border i {
    margin-left: 3px;
}

.btn-border:hover {
    color: #fff;
    background: #6c6c6c;
}

.technologies {
    /* background: #f5f5f5; */
    background: #e7e7e7;
    padding-bottom: 50px;
}

.technologies .container-fluid {
    margin-top: -100px;
}

.technologies .card.technology-item {
  border:7px solid #fff;
  box-shadow: 0 0 14px #000000b3;
  font-size:12px;
  color:#fff;
  min-height:215px;
  /* max-width: 445px; */
  margin: 0pt auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  /* box-shadow: inset 0 0 0 16px rgba(0,0,0,0.4), 0 1px 2px rgba(0,0,0,0.1); */
  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.technologies .card.technology-item:hover {
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1);
}
.technologies .card-img-overlay {
    background: #00000080;
    background-image: url('../images/layout/overlay50.png');
    background-repeat: repeat;
  opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  -webkit-backface-visibility: hidden;
  text-align: center;
}
.technologies .technology-item:hover .card-img-overlay {
  -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.technologies .card-title {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.technologies .card-title-before {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-top: 20px;
    text-shadow: 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF, 0 0 0.2em #FFFFFF;  
}

.about-us {
    background: url('../images/bg_angle.svg') no-repeat center top transparent;
    min-height: 21.5vw;
    background-size: contain;
}

.fairs {
    background: #e7e7e7;
}

.fairs .img-cover {
    border-bottom: 1px solid #dad4d4;
    padding-bottom: 8px;
    margin-bottom: 8px;
    height: 50px;
    overflow: hidden;
}

.fairs .img-cover img {
    max-height: 50px;
    width: auto;
}

.fairs .card {
    box-shadow: 0 0 5px #0003;
    margin: 3px;
    /*min-height: 175px;*/
    height: 150px;
}

.fairs .card .card-body>a {
    color: #3e3e3e;
}

.fairs .card .card-body>a:hover {
    color: #3e3e3e;
}

.blue-btn {
    background: #007bff;
}

.gray-btn {
    background: #6c6c6c;
}

/* Footer */

.footer-topbar {
    background: #6c6c6c;
}

ul.social {
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.social>li {
    display: inline-block;
}

ul.social>li>a {
    display: inline-block;
    font-size: 27px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    color: #DDDDDD;
    /* color: #6c6c6c; */
    margin: 0 3px 3px 0;
}

ul.social>li>a:hover {
    text-decoration: none;
    background-color: #5c5c5c;
}

.footer-main {
    background: #333333;
    /* background: #929292; */
    padding-bottom: 50px !important;
}

.footer-main h5 {
    color: #BBBBBB;
    /* color: #3e3e3e; */
}

.footer-main ul li a {
    /* color: #000; */
    color: #EEEEEE;
}

.footer-main ul li a:hover {
    /* color: #fff; */
    color: #777777
}

.footer-main hr {
    background-color: #808080;
}

.footerlinks ul {
    min-width: 200px;
}

#tx_cookies {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

#tx_cookies #tx_cookies_showPermanent {
    position: static;
    float: right;
}

#tx_cookies_inner {
    background: transparent;
    color: #ccc;
}

#tx_cookies_inner:before {
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #000;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
}

#tx_cookies #tx_cookies_inner>h3,
#tx_cookies #tx_cookies_inner>p {
    float: left;
    padding-top: 8px;
}

#tx_cookies #tx_cookies_close {
    position: static;
    right: auto;
    top: auto;
    float: right;
    margin-left: 15px;
    padding: 2px 10px;
}

#tx_cookies form {
    float: right;
}

#tx_cookies #tx_cookies_showPermanent {
    padding: 2px 10px;
}

#tx_cookies button#tx_cookies_close,
#tx_cookies input[type="submit"] {
    background: #F1D600;
    border-radius: 4px;
    padding: 6px 15px;
}

.img-slider-section .carousel-control-next-icon,
.img-slider-section .carousel-control-prev-icon {
    position: relative;
}

.img-slider-section span.carousel-control-next-icon:before,
.img-slider-section span.carousel-control-prev-icon:before {
    height: 40px;
    width: 40px;
    content: "";
    background: #000;
    /* WS */
      box-shadow: 0 0 10px #FFFFFF;
    /* WS */
    position: absolute;
    left: -50%;
    top: -50%;
    z-index: -1;
}

.fixed-top .tx-indexedsearch-form i {
    cursor: pointer;
}


.powermail_fieldwrap_type_check .checkbox label,
.powermail_fieldwrap_type_radio .radio label {
    float: left;
    line-height: normal;
    margin-right: 15px;
    padding-top: 10px;
}
.powermail_fieldwrap_type_check .form-control.powermail_checkbox,
.powermail_fieldwrap_type_radio .radio .form-control.powermail_radio {
    float: left;
    margin-right: 5px;
    height: 16px;
    width: 16px;
}
@media (max-width: 1199px) {
    .technologies .technology-item .card-img-overlay {
        background: #00000080;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .technologies .card-title-before {
        opacity: 0;
    }
}

@media (max-width:991px) {
    header {
        height: 60px;
    }
    header .topbar {
        height: 60px;
        padding-left: 60px;
    }
    header .topbar ul {
        margin-top: 20px !important;
    }
    header .topbar ul,
    header .topbar form {
        position: relative;
        z-index: 1500;
    }
    .topbar .logo {
        float: right;
        top: 5px;
    }
    header .navbar {
        position: absolute;
        top: 0;
        padding: 0 !important;
        /*height: 60px;*/
        width: auto;
    }
    #navbarResponsive {
        z-index: 9999;
    }
    .navbar-toggler {
        height: 60px;
        width: 60px;
        background: #9c9c9c;
        border-radius: 0;
        color: #fff;
    }
    .navbar .fill-section {
        display: none;
    }
    .navbar-nav {
        min-width: 250px;
        background: #000000b3;
    }
    .navbar-nav .nav-item .nav-link {
        display: block;
        border-bottom: 1px solid gray;
        padding: 10px 20px !important;
    }
    .navbar-toggler:not(.collapsed) {
        background: #636363;
    }
}

@media(max-width:767px) {
    .footer-topbar .text-16 {
        display: none !important;
    }
    ul.social>li>a {
        width: 27px;
        height: 27px;
        font-size: 14px;
        line-height: 24px;
    }
    .footer-topbar .logo img {
        max-width: 120px;
    }
    .footerlinks ul {
        margin-right: 30px;
        display: inline-block;
        min-width: 0;
    }
}

@media (max-width:575px) {
    header .topbar ul {
        position: absolute;
        top: 8px;
        margin-top: 0 !important;
    }
    header .topbar form {
        top: 33px;
        margin-left: 0 !important;
        width: 40%;
        max-width: 170px;
    }
    .topbar .logo {
        width: 50%;
        max-width: 170px;
    }
    .topbar .logo img,
    header .topbar form input {
        max-width: 100%;
    }
    .navbar-toggler {
        padding: 0px;
        background: #fff !important;
        color: #3e3e3e;
        width: 40px;
    }
    header .topbar form i {
        display: none;
    }
    header .topbar {
        padding-left: 30px;
    }
}
