@font-face {
    font-family: 'Panton';
	font-weight: 100;
    src: url('../fonts/Panton-Light.otf');
}

@font-face {
    font-family: 'Panton';
	font-weight: 400;
    src: url('../fonts/Panton-Regular.otf');
}

@font-face {
    font-family: 'Panton';
	font-weight: 500;
    src: url('../fonts/Panton-Bold.otf');
}

@font-face {
    font-family: 'Panton';
	font-weight: 500;
	font-style: italic;
    src: url('../fonts/Panton-BoldItalic.otf');
}

@font-face {
    font-family: 'Panton';
	font-weight: 600;
    src: url('../fonts/Panton-SemiBold.otf');
}

@font-face {
    font-family: 'Panton';
	font-weight: 900;
    src: url('../fonts/Panton-ExtraBold.otf');
}

@font-face {
    font-family: 'Panton';
	font-style: italic;
    src: url('../fonts/Panton-Italic.otf');
}
body
{
	font: 400 14px/26px "Panton", serif;
    background: #f0f2f5;
}
.header
{
	background: #FFF;
    padding-bottom: 0;
}
.shadow-bottom {
    -webkit-box-shadow: 0px 10px 4px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 10px 4px -3px rgba(0,0,0,0.5);
    box-shadow: 0px 10px 4px -3px rgba(0,0,0,0.5);
}
.navbar-nav>li>a, p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, body
{
	font-family: "Panton";
}
header nav.navbar-default
{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 8px;
}
.rm-col-padding .row .col-sm-3
{
	padding-left: 0px;
}
h3
{
    position: relative;
    margin: 0 0 20px;
}
h3:after
{
	content: "";
    position: absolute;
    bottom: -10px;
    display: block;
    height: 4px;
    width: 60px;
    background: #1a4b69;
}
.portfolio-filter
{
	margin-bottom: 25px;
}
.footer
{
	background-image: url(../img/bg-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.footer a:hover {
    color: #ffffff;
}
.footer-menu {
    display: block;
}
.footer-menu h3{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 30px;
}
.footer-menu h3::after{
    display: none;
}
.footer-menu ul{
    display: block;
    margin: 0;
    padding: 0;
}
.footer-menu ul li{
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
}
.footer-menu ul li:not(:last-child){
    border-right: 2px solid #ffffff;
}
.footer-menu ul li a{
    color: #47c1bd;
    text-decoration: none;
}
.footer-menu ul li a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
h3.footer-title:after
{
	display: none;
}
h3.footer-title
{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 50px;
}
.col-info a
{
    color: #47c1bd;
}
.col-info
{
	color: #FFF;
}
.col-info ul,
.col-info ul li
{
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
}
.col-info ul li
{
	display: block;
	float: left;
	margin-right: 5px;
}
.col-info:not(.social) ul li
{
	width: 100%;
}
.row-info
{
	margin-top: 35px;
}
.portfolio-title h1,
.portfolio-title h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 20px;
}
.portfolio-title h1:after,
.portfolio-title h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    display: block;
    height: 4px;
    width: 60px;
    background: #1a4b69;
}
.social-row
{
	margin-top: 30px;
}
.division-wrapper .box
{
    margin-bottom: 16px;
    float: left;
    width: 100%;
	-webkit-box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0);
    box-shadow: 0px 0px 3px 0px rgb(0, 0, 0);
}
.box-text
{
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box-text p
{
	margin-bottom: 0px;
}
.division-wrapper a:hover
{
	text-decoration: none;
}
.division-wrapper .box-title
{
	background-color: #3b444b;
    display: block;
    width: 100%;
    float: left;
}
.division-wrapper .box-title h4
{
	color: #FFF;
	margin: 2px 0px;
}
.button-view
{
    background-color: #19b99a;
    color: #FFF;
    float: right;
    padding: 2px 11px;
    line-height: 24px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-right: 11px;
    -webkit-box-shadow: 0px 0px 2px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0);
    box-shadow: 0px 0px 3px 0px rgb(0, 0, 0);
}
.division-title
{
    padding: 4px 7px;
    margin: 0 0 20px 0;
    background-color: #1bb999;
    color: #FFF;
    text-transform: uppercase;
    float: left;
    font-size: 19px;
}
.division-title:after
{
	clear: both;
	content: "";
	display: none;
}
p.info-text
{
    margin: 0px;
    font-style: italic;
}
.info-on-top .telephone
{
    background-color: #1bb999;
    color: #FFF;
    padding: 4px 14px;
    font-size: 20px;
    font-weight: bold;
}
.info-on-top .telephone i
{
	background-color: #1bb999;
    color: #FFF;
}
.info-on-top .telephone a,
.info-on-top .telephone a:active,
.info-on-top .telephone a:visited,
.info-on-top .telephone a:focus
{
    color: #FFF;
}
.info-on-top .telephone a:hover {
    text-transform: underline;
    color: #FFF;
}
.info-on-top i
{
    background-color: #3c454b;
    color: #FFF;
    font-size: 20px;
    padding: 6px 7px;
}
.details-content
{
	background-color: #FFF;
	padding: 15px;
	margin-bottom: 0px;
}
.default-box-shadow
{
	-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);
}
.sub-content-wrapper
{
	background-color: #3b444a;
	min-height: 100px;
}
.about-us-content-wrapper
{
	background-color: #3b444a;
}
.content-box
{
	color: #FFF;
}
.content-box h4
{
	text-transform: uppercase;
	margin-bottom: 5px;
}
.sub-content-wrapper .content-box h4
{
	color: #FFF;
}
.last-content-wrapper .content-box h4
{
	color: #353535;
}
.content-box p
{
	line-height: 19px;
}
.division-link
{
	color: #27b898;
	text-align: center;
}
.division-link img
{
    height: 56px;
    margin: 10px auto;
}
.btn-request
{
    background-color: #27b898;
    border-color: #27b898;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 500;
	margin: 20px auto;
	border-radius: 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0);
    box-shadow: 0px 0px 9px 0px rgb(0, 0, 0);
}
.last-content-wrapper
{
	background-color: #FFF;
	margin-bottom: 25px;
}
.last-content-wrapper .content-box
{
	color: #000;
}
.last-content-wrapper > .col-md-4
{
	margin: 10px 0px;
}
.last-content-wrapper > .col-md-4:not(:first-child)
{
	border-left: 2px solid #231f20;
}
ul.portfolio-features
{
    list-style-type: none;
    padding-left: 0px;
    margin-top: 10px;
    float: left;
    width: 100%;
}
ul.portfolio-features li i
{
    color: #27b898;
    font-size: 40px;
    float: left;
    margin-right: 11px;
}
ul.portfolio-features li h5
{
	margin-top: 0px;
	margin-bottom: 2px;
	color: #353535;
}
ul.portfolio-features li i.fa-dark
{
	color: #000;
}
.division-link h5
{
	font-size: 12px;
    font-weight: 600;
	text-transform: uppercase;
    margin: 0;
}
.portfolio-content p
{
	line-height: 17px;
}
.social-icons-top
{
	float: left;
}
.social-icons-top ul
{
	list-style-type: none;
}
.social-icons-top ul li
{
    background-color: #4e4e4e;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
}
.social-icons-top ul li a,
.social-icons-top ul li a i
{
	color: #FFF;
}
.division-header
{
    float: left;
    margin-top: 26px;
    /* margin-left: -15px; */
}
.shapes .box
{
	background-color: #FFF;
	-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: 10px;
	min-height: 240px;
}
.shape-title h4
{
	text-transform: uppercase;
	color: #353535;
}
.shape-urls ul li
{
	padding-left: 0px;
	list-style-type: none;
}
.shape-urls ul
{
	padding-left: 0px;
}
.shape-img
{
    border-radius: 5px;
    border: 2px solid #ebebeb;
    width: 80px;
    height: 80px;
    overflow: hidden;
    float: left;
}
.shape-img.img-1
{
	margin-right: 10px;
}
.shape-urls
{
	float: left;
	width: 80%;
	margin-top: 15px;
}
.ai-icon
{
	width: 20%;
	float: left;
	margin-top: 20px;
}
.ai-icon img
{
	width: 100%;
}
.shape-urls a
{
	color: #555d62;
}
.shape-img img
{
	width: 100%;
}


.supermenu h3
{
    text-transform: uppercase;
    text-align: center;
	color: #3c454b;
    font-size: 14px;
    height: 60px;
}

.supermenu .section-inline
{
	float: left;
    margin-right: 30px;
    width: 120px;
    padding-top: 15px;
}

.section-inline ul {
    list-style: none outside none;
    padding-top: 30px;
    padding-left: 0px;
    margin-left: 20px;
}

.supermenu h3:after
{
	content: "";
    position: absolute;
    bottom: -10px;
    display: block;
    height: 2px;
    width: 100%;
    background: #1bb999;
}

.supermenu h3 a {
    color: #3c454b;
}

.supermenu li a {
    color: #3c454b;
    font-size: 10px;
}

.supermenu-footer {
    clear: both;
    height: 45px;
    background-color: #3c454b;
}

.supermenu-footer img {
    width: 40px;
    height: 45px;
    margin-left: 70px;
    margin-right: 30px;
}

.supermenu-logo p:first-child {
    margin-bottom: -15px;
    color: #3c454b;
}

.supermenu-logo {
    text-transform: uppercase;
    color: #1bb999;
    float: right;
    font-size: 10px;
    margin-right: 50px;
    margin-bottom: 50px;
}
.fast-delivery-icon
{
	background-image: url('../img/icons/fast-delivery-icon.png');
	background-repeat: no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-right: 10px;
}
.division-icon
{
	float: left;
    display: block;
    margin-right: 7px;
    background-color: #353741;
    padding: 4px;
    height: 29px;
    width: 30px;
}
.division-icon img
{
	max-width: 100%;
	max-height: 28px;
    margin-top: -4px;
}
.dropdown-large {
  position: static !important;
}
.navbar-nav>li>.dropdown-menu
{
	width: auto;
}
.navbar-nav>li>.dropdown-menu-large {
    margin-left: 16px;
    margin-right: 12%;
    padding: 0;
    max-width: 800px;
    z-index: 999999;
}
.navbar-nav>li>.dropdown-menu-large li.col-sm-2
{
    padding-left: 5px;
    padding-right: 5px;
	width: 20%;
}
.sub-menu-bottom
{
    background-color: #3c454b;
    float: left;
    width: 100%;
	padding: 20px;
	margin-top: 10px;
}
.sub-menu-bottom > div.col-sm-2
{
	text-align: center;
	width: 20%;
}
.sub-menu-bottom > div.col-sm-2 img
{
    width: 50px;
}
.submenu-footer-img
{
    display: block;
    margin-top: 20px;
    text-align: right;
}
.submenu-footer-img img
{
	height: 57px;
}
.navbar-nav>li>.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.navbar-nav>li>.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.navbar-nav>li>.dropdown-menu-large > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.navbar-nav>li>.dropdown-menu-large > li ul > li > a:hover,
.navbar-nav>li>.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.navbar-nav>li>.dropdown-menu-large .disabled > a,
.navbar-nav>li>.dropdown-menu-large .disabled > a:hover,
.navbar-nav>li>.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.navbar-nav>li>.dropdown-menu-large .disabled > a:hover,
.navbar-nav>li>.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.navbar-nav>li>.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}
.navbar-nav>li>.dropdown-menu-large .dropdown-header
{
    margin-top: 20px;
    margin-bottom: 10px;
    color: #3c454b;
    text-transform: uppercase;
}
.navbar-nav>li>.dropdown-menu-large .dropdown-header:after
{
	content: '';
    height: 3px;
    width: 100px;
    background-color: #1bb999;
    display: block;
    margin-top: 5px;
}
.navbar-nav>li>.dropdown-menu-large .dropdown-subheader {
    color: #1bb999;
    font-weight: bold;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus
{
	color: #000;
}
.col-box
{
	padding: 40px;
}
.about-us-sub-content-wrapper
{
    background-color: #FFF;
}
.about-us-content-wrapper .col-box.white-text
{
	color: #FFF;
}
.about-us-content-wrapper .col-box.white-text p
{
    line-height: 19px;
}
.about-us-content-wrapper .col-box.right-box
{
    padding: 40px 24px;
    position: absolute;
    right: 0;
    height: 550px;
}
@media(max-width: 1200px) {
    .about-us-content-wrapper .col-box.right-box {
        position: initial;
        right: initial;
        height: initial;
    }
}
.about-us-content-wrapper .col-box.right-box .blue-box
{
	/* height: 550px; */
}
.about-us-content-wrapper .col-box h3
{
	color: #FFF;
}
.about-us-content-wrapper .col-box h3:after
{
    background: #1bb999;
}
.bottom-right-box
{
    padding: 25px 5px;
    position: absolute;
    bottom: 0;
    right: 20px;
}
@media(max-width: 1200px) {
    .bottom-right-box {
        position: initial;
        bottom: initial;
        right: initial;
    }

    .bottom-right-box .col-md-2 {
        margin-bottom: 15px;
    }

    .bottom-right-box .col-md-2 a span {
        display: block;
    }
}
.bottom-right-box .col-md-2
{
	padding: 0px;
	text-align: center;
}
.bottom-right-box .col-md-2 span
{
    color: #1bb999;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
.middle-box-top h3
{
    font-weight: normal;
    font-size: 22px;
	margin-bottom: 5px;
}
.middle-box-top h4
{
	color: #1bb999;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 2px;
    margin: 4px 0px;
	margin-bottom: 10px;
}
.ul-card
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0;
}
li.mb20
{
	margin-bottom: 20px;
}
.about-us-content-wrapper .col-box.right-box h3:after
{
	content: '';
	display: block;
	width: 200px;
	height: 1px;
	background-color: #3c454b;
}
.about-us-content-wrapper .col-box.right-box h3
{
	font-size: 19px;
}
.bottom-card
{
    background-color: #FFF;
    position: absolute;
    left: 21px;
    bottom: -41px;
    padding: 10px;
    width: 89%;
}
.bottom-card img
{
    height: 37px;
    float: right;
}
.middle-box-top h3:after
{
	display: none;
}
.blue-box
{
	background-color: #1bb999;
    padding: 20px;
}
@media (max-width: 768px) {
  .navbar-nav>li>.dropdown-menu-large {
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .navbar-nav>li>.dropdown-menu-large > li {
    margin-bottom: 30px;
  }
  .navbar-nav>li>.dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .navbar-nav>li>.dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}

.open > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration:.2s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;

  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration:.2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;

  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration:.2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}

@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.mt-25
{
	margin-top: 25px;
}
.btn-green
{
    background-color: #27b898;
    border-color: #27b898;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 500;
    margin: 20px auto;
    border-radius: 0;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(0, 0, 0);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0);
    box-shadow: 0px 0px 9px 0px rgb(0, 0, 0);
}
.nav-langs>li>a
{
	padding: 18px 5px;
}
.navbar-default .navbar-toggle .icon-bar
{
	background-color: #000;
}
.mm-menu a span.caret,
.hidden-xs-up
{
	display: none !important;
}
.mm-listitem__text.hidden-xs-up
{
	display: block !important;
}
.mm-listitem {
    position:relative !important;
}
.mm-listitem.dropdown-header
{
    padding: 12px 10px 12px 20px;
}
.mm-listitem.dropdown-header h4 {
    margin: 0;
}
.mm-listitem.dropdown-subheader
{
    font-weight: bold;
    padding: 12px 10px 12px 20px;
}

.home-welcome-note h1 {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}

.home-welcome-note h2 {
    display: block;
    text-align: center;
    margin-bottom: 40px;
    color: #353f5a;
    text-transform: none;
    font-weight:normal;
}

.home-welcome-note hr {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px auto;
    border-top: 2px solid #44c0bc;
}

.home-usp {
    display: block;
    padding: 20px 0 40px 0;
    background-color: #f7f8f8;
}

.home-usp > div {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}

.home-usp > div p {
    margin-bottom: 20px;
}

.home-usp > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.home-usp > div > div > div {
    width: 32%;
    margin: 0 !important;
    padding: 20px;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, .7);
}

.home-usp > div > div > div a {
    color: #ffffff;
}

.home-usp > div > div > div a:hover {
    color: #ffffff;
    text-decoration: none;
}

.home-usp > div > div > div h3 {
    display: block;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.home-usp > div > div > div h3:after {
    display: none;
}

.home-usp > div > div > div p {
    display: block;
    font-size: 12px;
    margin: 0;
    line-height: 16px;
}

.home-usp > div > div > div p img {
    display: inline-block;
    float: none;
    width: 90px;
    height: auto;
    margin-bottom: 20px;
}

.home-usp > div > div > div:nth-child(1) {
    background-color: #3b444a;
    color: #ffffff;
}

.home-usp > div > div > div:nth-child(2) {
    background-color: #353f5a;
    color: #ffffff;
}

.home-usp > div > div > div:nth-child(3) {
    background-color: #44c0bc;
    color: #ffffff;
}

@media (max-width: 768px) {
    .home-usp > div > div > div {
        width: 100%;
        margin-bottom: 20px !important;
    }
}

.home-adv {
    display: block;
    position: relative;
    background-color: #c9c8d0;
}

.home-adv > div {
    display: flex;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
    justify-content: flex-start;
    align-content: center;
}

.home-adv > div .home-adv-left {
    display: block;
    max-width: 560px;
    padding: 20px 0;
}

.home-adv > div .home-adv-left > div {
    display: block;
    position: relative;
    min-height: 85px;
    padding: 0 0 0 100px;
    margin: 10px 0;
    border-bottom: 1px solid #46c0bc;
    line-height: initial;
}

.home-adv > div .home-adv-left > div:after {
    position: absolute;
    top: 0;
    left: 0;
    content: url('../img/check.png');
}

.home-adv > div .home-adv-left > div h4 {
    font-weight: none;
    text-transform: uppercase;
    color: #353f5a;
}

.home-adv > div .home-adv-right {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent;
    background-image: url('../img/adv-bgr.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;

}

.home-adv > div .home-adv-right > div {
    width: 100%;
    margin: 0 40px 0 130px;
}

.home-adv > div .home-adv-right > div h3 {
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: right;
    text-transform: uppercase;
}

.home-adv > div .home-adv-right > div h3:after {
    display: none;
}

.home-adv > div .home-adv-right > div p {
    color: #44c0bc;
    margin: 0;
    padding: 0;
    text-align: right;
}

@media (max-width: 1280px) {
    .home-adv > div .home-adv-right {
        width: 500px;
    }

    .home-adv > div .home-adv-right > div h3 {
        font-size: 18px;
    }

    .home-adv > div .home-adv-left {
        width: 500px;
    }
}

@media (max-width: 920px) {
    .home-adv > div .home-adv-left {
        max-width: initial;
        width: 100%;
    }

    .home-adv > div .home-adv-right {
        display: none;
    }
}

.home-products {
    display: block;
    padding: 20px 0 40px 0;
    background-color: #f7f8f8;
}

.home-products > div {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 10px;
}

.home-products > div > h2 {
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.home-products > div > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}

.home-products > div > div > div {
    width: 32%;
    margin: 0 0 30px 0 !important;
    padding: 20px;
    background: #ffffff;
    box-shadow: 5px 5px 8px rgba(0, 0, 0, .7);
}

@media (max-width: 920px) {
    .home-products > div > div > div {
        width: 49%;
    }
}

@media (max-width: 768px) {
    .home-products > div > div > div {
        width: 100%;
    }
}

.home-products > div > div > div a {
    color: #ffffff;
}

.home-usp > div > div > div a:hover {
    color: #ffffff;
    text-decoration: none;
}

.home-products > div > div > div img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.home-products > div > div > div h4 {
    display: block;
    height: 40px;
    color: #3b444a;
    margin: 0 0 10px 0;
}

.home-products > div > div > div h4 a {
    color: #3b444a;
    text-decoration: none;
}

.home-products > div > div > div p {
    font-size: 12px;
    margin: 0;
    line-height: 16px;
    color: #44c0bc;
}

.home-products > div > div > div p a {
    text-decoration: none;
    color: #44c0bc;
}

.home-about {
    display: block;
    position: relative;
    background-color: #c9c8d0;
}

.home-about > div {
    display: flex;
    padding: 0;
    justify-content: flex-start;
    align-content: center;
}

.home-about > div .home-about-right {
    display: block;
    max-width: 560px;
    min-height: 100px;
    padding: 20px 10px;
}

@media (min-width: 768px) {
    .home-about > div .home-about-right .vertical-middle {
        display: flex;
        align-items: center;
    }
}

.home-about > div .home-about-right > div {
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0;
}

.home-about > div .home-about-right > div h4 {
    font-weight: none;
    text-transform: uppercase;
    color: #353f5a;
}

.home-about > div .home-about-right > div img {
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}

.home-about > div .home-about-left {
    display: flex;
    width: 600px;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    background-color: transparent;
    background-image: url('../img/about-bgr.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;

}

.home-about > div .home-about-left > div {
    width: 100%;
    margin: 0 130px 0 40px;
}

.home-about > div .home-about-left > div h3 {
    font-weight: bold;
    color: #ffffff;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.home-about > div .home-about-left > div h3:after {
    display: none;
}

.home-about > div .home-about-left > div p {
    color: #44c0bc;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media (max-width: 1280px) {
    .home-about > div .home-about-left {
        width: 500px;
    }

    .home-about > div .home-about-left > div h3 {
        font-size: 18px;
    }
}

@media (max-width: 920px) {
    .home-about > div .home-about-right {
        max-width: initial;
        width: 100%;
    }

    .home-about > div .home-about-left {
        display: none;
    }
}

.home-clients {
    display: block;
    padding: 20px 10px;
    background: #ffffff;
}

.home-clients > div {
    display: block;
    max-width: 1024px;
    margin: 0 auto;
}

.home-clients > div > p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.home-clients > div > p img {
    width: 18%;
    margin-bottom: 20px;
}

@media (max-width: 512px) {
    .home-clients > div > p img {
        width: 30%;
        margin-bottom: 20px;
    }
}
