/* general styles */
body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	overflow-x: hidden;
    font-family: 'Proxima Nova', sans-serif !important;
	font-family: 'Futura', sans-serif !important;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1600px;
}
button:focus, input:focus, .btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
button, *[type="button"],
input[type="radio"] {
     appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b6bbc5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #5d95d9;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}
.btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
.owl-nav.disabled, .owl-dots.disabled {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}

.dropdown-menu-wrap {
	cursor: pointer;
}

.dropdown-menu-wrap .dropdown-toggle::after {
	border: none;
    margin: 0;
}

.dropdown-menu-wrap .dropdown-toggle svg {
    height: 5px;
    display: inline-block;
    fill: white;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    margin-bottom: 2.2px;
}

 .dropdown-menu-wrap .dropdown-menu {
     top: calc(100% - 2px);
     display: block;
     -webkit-transform: scale(1, 0);
     -ms-transform: scale(1, 0);
     transform: scale(1, 0);
     padding: 0;
     -webkit-border-radius: 0;
     -moz-border-radius: 0;
     border-radius: 0;
     border: none;
     border-top: 2px solid #cfe6ff;
     -webkit-transform-origin: top;
     -ms-transform-origin: top;
     transform-origin: top;
     -webkit-transition: all 200ms ease-in-out 0s;
     -moz-transition: all 200ms ease-in-out 0s;
     -o-transition: all 200ms ease-in-out 0s;
     transition: all 200ms ease-in-out 0s;
}
 .dropdown-menu-wrap .dropdown-menu .dropdown-item {
     font-size: 15px;
     padding: 10px 20px;
}
 .dropdown-menu-wrap .dropdown-menu .dropdown-item:hover, .dropdown-menu-wrap .dropdown-menu .dropdown-item:focus {
     background-color: #f8f9fa;
}

 .dropdown-menu-wrap:hover .dropdown-menu {
     display: block;
     -webkit-transform: scale(1, 1);
     -ms-transform: scale(1, 1);
     transform: scale(1, 1);
}

 .dropdown-menu-wrap:hover .dropdown-toggle svg,
 .dropdown-menu-wrap.show .dropdown-toggle svg {
     -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s;
    fill: #cfe6ff;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: transparent;
}

.fixed-nums {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: none;
}

.fixed-nums .wp {
    height: 100%;
    text-align: center;
    background-color: #0DC143;
    color: #fff;
    padding: 18px 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
}

.fixed-nums .wp a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.highslide-wrapper {
    background-color: #fff;
}


/* header style */
header {
	position: absolute;
	width: 100%;
	z-index: 10;
}
header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.05);
}
header.sticky #navbarMenu .nav-link {
	color: #000 !important;
}
header.sticky #navbarMenu .nav-link:hover,
header.sticky #navbarMenu .nav-item.active .nav-link {
    color: rgba(56, 116, 199, .7) !important;
}
header.sticky .online-order {
	border-color: #000;
	color: #000;
}

header.sticky .online-order:hover {
    color: #000;
}

header #navbarMenu {
	flex-grow: 0;
}
header #navbarMenu .nav-link {
	color: #fff;
	font-weight: 200;
	font-size: 17px;
	padding: 0 15px !important;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

header #navbarMenu .nav-link:hover,
header #navbarMenu .nav-item.active .nav-link {
	color: #cfe6ff;
}
header .online-order {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	margin-left: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 6px 20px;
}

header .online-order:hover {
    color: #fff;
}

header .menu-wrap {
    width: 44px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-out;
    -moz-transition: transform 300ms ease-out;
    -o-transition: transform 300ms ease-out;
    transition: transform 300ms ease-out;
    padding: 6px 7px;
    border: 2px solid transparent;
}

header .menu-wrap .line-menu {
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 90%;
    height: 4px;
    margin: 0 auto;
}

header .menu-wrap .line-menu:nth-child(1),
header .menu-wrap .line-menu:nth-child(3) {
    -webkit-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -moz-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    -o-transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transition: transform 300ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
}

header .menu-wrap .line-menu:nth-child(2) {
    -webkit-transition: opacity 300ms ease-in-out;
    -moz-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

header .menu-wrap.open .line-menu:nth-child(1) {
    -webkit-transform: rotate(135deg) translateY(-8px) translateX(9px);
    transform: rotate(135deg) translateY(-8px) translateX(9px);
}

header .menu-wrap.open .line-menu:nth-child(2) {
    opacity: 0;
}

header .menu-wrap.open .line-menu:nth-child(3) {
    -webkit-transform: rotate(-135deg) translateY(6px) translateX(6px);
    transform: rotate(-135deg) translateY(6px) translateX(6px);
}

header.sticky .menu-wrap .line-menu {
    background-color: #87abdc;
}

header.sticky .dropdown-menu-wrap .dropdown-toggle svg {
    fill: #000;
}

header.sticky .dropdown-menu-wrap:hover .dropdown-toggle svg {
    fill: rgba(56, 116, 199, .7);
}

header.sticky .dropdown-menu-wrap .dropdown-menu {
    border-top: 2px solid rgba(56, 116, 199, .7);
}

#main {
	position: relative;
	height: 100vh;
}
#main:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background-color: rgba(56, 116, 199, 0.2);*/
	background-image: linear-gradient(180deg, #00acff94, #3eaaf61c);
}
#main .container {
	position: relative;
}
#main .carousel-item {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-size: cover;
}
#main .carousel-item .container {
	height: 100vh;
}
#main .carousel-item .container .carousel-caption {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: auto;
	width: 50%;
	text-align: left;
	padding: 0 15px;
}
#main .carousel-item .container .carousel-caption h1 {
	font-size: 46px;
	text-transform: capitalize;
}
#main .carousel-item .container .carousel-caption p {
	font-size: 15px;
	margin: 15px 0 0;
}
#main .scroll-down {
	position: absolute;
	left: 15px;
	bottom: 50px;
	height: 60px;
	background: url("../img/scroll-icon.png") no-repeat;
	z-index: 10;
	display: flex;
	align-items: center;
	cursor: pointer;
}
#main .scroll-down:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 8.5px;
	background-color: #fff;
	height: 5px;
	width: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
	-webkit-animation-name: float_up_down_two;
	animation-name: float_up_down_two;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
}
@-webkit-keyframes float_up_down_two {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(15px);
		transform: rotateX(0deg) translateY(15px);
	}
	to {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}
@keyframes float_up_down_two {
	0% {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
	50% {
		-webkit-transform: rotateX(0deg) translateY(15px);
		transform: rotateX(0deg) translateY(15px);
	}
	to {
		-webkit-transform: rotateX(0deg) translateY(0px);
		transform: rotateX(0deg) translateY(0px);
	}
}
#main .scroll-down span {
	margin-left: 34px;
	color: #fff;
	font-size: 14px;
}

#main .carousel-control-prev, 
#main .carousel-control-next {
    position: absolute;
    width: 40px;
    bottom: 60px;
    height: 40px;
    top: auto;
}

#main .carousel-control-prev {
    right: 70px;
    left: auto;
}

#main .carousel-control-next {
    right: 15px;
}


#main .carousel-control-prev-icon, 
#main .carousel-control-next-icon {
    background-color: #93c1e2;
    padding: 20px;
}

/* about section */
#about-company {
	background: url("../img/back.png") no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
	z-index: 2;
}
#about-company .about-info {
	padding: 90px 100px 90px 0;
}
#about-company .about-info h3 {
	font-size: 36px;
	margin-bottom: 15px;
}
#about-company .about-info article {
	font-size: 15px;
}
#about-company .about-svg-wrap {
	margin: -12px 0 0 50px;
	position: relative;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(1) {
    -webkit-transform: rotate(-30deg) scaleY(0.93);
	transform: rotate(-30deg) scaleY(0.93);
	-webkit-filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(0 15px 15px rgba(0, 0, 0, 0.1));
	position: relative;
	z-index: 2;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(2) {
	position: absolute;
	top: -6px;
	left: -1px;
	-webkit-transform: scale(0.81) rotate(-30deg);
	transform: scale(0.81) rotate(-30deg);
	z-index: 3;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
	position: absolute;
	left: 33.9%;
	-webkit-transform: rotate(34deg) scale(0.78) scaleY(1);
	transform: rotate(34deg) scale(0.78) scaleY(1);
	bottom: 8.99%;
	opacity: .9;
	z-index: 3;
}
#about-company .about-svg-wrap .hexagon-svg:nth-child(4) {
	position: absolute;
	top: 19%;
	left: -6.5%;
	-webkit-transform: scale(0.59) rotate(-30deg);
	transform: scale(0.59) rotate(-30deg);
	z-index: 1;
	opacity: .7;
}
/* statistics style */
#statistics {
	padding: 114px 0 100px;
	background: url("../img/statistic-background.jpg") no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: fixed;
	position: relative;
	top: -42px;
	z-index: 1;
}
#statistics:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
#statistics .statistic-box {
	font-weight: 500;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
}
#statistics .statistic-box i {
	color: #fee74e;
	font-size: 40px;
	margin-right: 40px;
}
#statistics .statistic-box .statistic {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	line-height: 1;
}
#statistics .statistic-box .statistic:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}
#statistics .statistic-box .statistic strong {
	font-size: 40px;
	color: #ffe72f;
}
#statistics .statistic-box .statistic span {
	color: #fff;
	padding: 5px 0;
}
/* areas of use style */
#areas-use {
	padding: 50px 0;
	background-color: #fff;
}
#areas-use h3 {
	text-align: center;
	margin-bottom: 25px;
}
#areas-use .areas-boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#areas-use .areas-boxes .box, .category-content .box {
	width: calc(20% - 30px);
	margin: 15px;
	position: relative;
}
#areas-use .areas-boxes .box a, .category-content .box a {
	display: block;
	overflow: hidden;
	color: #262626;
	position: relative;
}
#areas-use .areas-boxes .box a::after, .category-content .box a::after {
	content: "";
	position: absolute;
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
	width: 100%;
	height: 160px;
	bottom: 0px;
	left: 0;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#areas-use .areas-boxes .box a img, .category-content .box a img {
	width: 100%;
	height: 206px;
	object-fit: cover;
}
#areas-use .areas-boxes .box a h6, .category-content .box a h6 {
	position: absolute;
	bottom: 23px;
	left: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	z-index: 10;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#areas-use .areas-boxes .box a span, .category-content .box a span {
	position: absolute;
	bottom: -35px;
	left: 0;
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
	text-align: center;
	z-index: -1;
	text-decoration: underline;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#areas-use .areas-boxes .box a:hover::after, .category-content .box a:hover::after {
	bottom: 0;
}
#areas-use .areas-boxes .box a:hover h6, .category-content .box a:hover h6 {
	bottom: 35px;
}
#areas-use .areas-boxes .box a:hover span, .category-content .box a:hover span {
	bottom: 0;
	z-index: 10;
}
/* products style */
#products {
	padding: 50px 0;
	background-color: #f7f7f9;
}
#products .title-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 25px;
}
#products .title-row h3 {
	text-transform: uppercase;
	margin-bottom: 0;
}
#products .title-row .see-more {
	margin-bottom: 0;
}
#products .title-row .see-more a {
	color: #000;
	font-size: 14px;
	position: relative;
}
#products .title-row .see-more a:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#products .title-row .see-more a:hover:after {
	width: 0;
}
#products .products-carousel {
    padding: 0 15px;
}
#products .products-carousel .item, .category-content .item {
	border: 1px solid #e6e6e6;
	background-color: #fff;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
	margin-bottom: 10px;
}
#products .products-carousel .item:hover, .category-content .item:hover {
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
}
#products .products-carousel .item a, .category-content .item a {
	display: block;
}
#products .products-carousel .item a .img-wrap, .category-content .item a .img-wrap {
	height: 230px;
	padding: 10px;
}
#products .products-carousel .item a .img-wrap img, .category-content .item a .img-wrap img {
	object-fit: cover;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 100%;
	height: 100%;
}
#products .products-carousel .item a span, .category-content .item a span {
	min-height: 60px;
    max-height: 60px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #262626;
	text-align: center;
	padding: 15px 20px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}
#products .products-carousel .owl-nav.disabled {
	display: block;
}
#products .products-carousel .owl-nav button.owl-next,#products .products-carousel .owl-nav button.owl-prev {
	top: 38%;
	width: 52px;
	height: 52px;
	padding: 0;
}
#products .products-carousel .owl-nav button.owl-next:hover,#products .products-carousel .owl-nav button.owl-prev:hover {
	color: #fff;
	background-color: #76d0f3;
}
#products .products-carousel .owl-nav button.owl-next i,#products .products-carousel .owl-nav button.owl-prev i {
	position: relative;
	top: 1px;
}
#products .products-carousel .owl-nav button.owl-next {
	right: -15px;
}
#products .products-carousel .owl-nav button.owl-prev {
	left: -15px;
}

/* references style */
#references {
	padding: 50px 0;
}
#references h3 {
	text-align: center;
	margin-bottom: 25px;
}
#references .ref-box {
	padding: 15px;
	margin: 15px 0;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	height: 150px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}
#references .ref-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
#references .ref-box:hover img {
    -webkit-filter: none;
	filter: none;
	opacity: 1;
}
/* whatsapp style */
#whatsapp-wrapper {
	background-color: #fff;
	padding: 15px 0;
}
#whatsapp-wrapper .whatsapp-wrap {
	background: #93C24F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 100%;
	padding: 20px 40px;
}
#whatsapp-wrapper .whatsapp-wrap i {
	font-size: 60px;
	color: #fff;
}
#whatsapp-wrapper .whatsapp-wrap p {
	margin-bottom: 0;
	color: #fff;
	font-size: 21px;
	text-shadow: 1px 1px 0px #6a6a6a;
	font-weight: 500;
}
#whatsapp-wrapper .whatsapp-wrap .wp-contact {
	color: #777;
	font-size: 17px;
	font-weight: 500;
	background-color: #fff;
	padding: 8px 33px;
	-webkit-border-radius: 55px;
	-moz-border-radius: 55px;
	border-radius: 55px;
	text-align: center;
	-webkit-box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
	-moz-box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
	box-shadow: 0 19px 15px 0 rgba(92, 103, 117, 0.15);
	-webkit-transition: 300ms all ease-in-out;
	-moz-transition: 300ms all ease-in-out;
	-o-transition: 300ms all ease-in-out;
	transition: 300ms all ease-in-out;
}
#whatsapp-wrapper .whatsapp-wrap .wp-contact:hover {
	background-color: #678c34;
	color: #fff;
}
/* footer style */
footer {
	padding: 40px 0 30px;
	background-color: #2d3640;
}
footer .online-order {
	color: #54c227;
	border: 2px solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-top: 30px;
	padding: 8px 20px;
	font-size: 16px;
	display: block;
    width: fit-content;
}
footer .footer-menu {
	padding-top: 83px;
}
footer .footer-menu .nav-link {
	color: #cfd9e2;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
footer .footer-menu .nav-link:hover,
footer .footer-menu .nav-item.active .nav-link {
	color: #fff;
}
footer .social-medias {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer .social-medias li {
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 15px;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
footer .social-medias li:last-child {
	margin-right: 0;
}
footer .social-medias li:hover {
	background-color: #73b2d9;
}
footer .social-medias li a {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
}
footer .social-medias li a i {
	color: #262626;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}
footer .social-medias li a:hover > i {
	color: #fff;
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
footer .info-contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer .info-contact li {
	width: 100%;
	margin-top: 16px;
	text-align: right;
}
footer .info-contact li a {
	color: #fff;
	font-size: 18px;
}
footer .info-contact li:not(:last-child) a {
	font-size: 20px;
	font-weight: 600;
	line-height: 0;
}
footer .info-contact li:not(:last-child) a i {
	color: #54c227;
	margin-right: 8px;
}
footer .copyright {
	padding: 30px 15px 0;
}
footer .copyright span {
	color: #cfd9e2;
	font-size: 13px;
	font-weight: 500;
}
footer .copyright span:last-child {
	color: #8b95a1;
}


/* breadcrumb */

.general-style .page-title-first h4 {
    margin-bottom: 1.6rem;
    line-height: 1.2;
    color: #231f27;
    font-weight: 600;
}

.general-style .page-title-second {
    color: #a7a9b2;
    font-weight: 200;
    font-size: 12px;
}

.general-style .page-title-second a {
    color: #a7a9b2;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    font-weight: 200;
    font-size: 12px;
}

a.category {
    display: block;
    margin: 15px 0;
}

.general-style .cat-inner {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    padding: 20px;
    height: 200px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transition: 500ms background ease;
    -moz-transition: 500ms background ease;
    -o-transition: 500ms background ease;
    transition: 500ms background ease;
    color: #212121;
}

.general-style .cat-inner h3 {
    font-size: 24px;
}

.general-style .cat-inner:hover {
    background-color: rgba(56, 116, 199, 0.6);
    color: #fff;
}


/* inside pages */

.headerStatic {
    height: 175px;
    position: relative;
    background-image: url('../img/slide1.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center -360px;
    background-size: cover;
}

.headerStatic::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background-color: rgba(56, 116, 199, 0.2);*/
    background-image: linear-gradient(180deg, #00acff94, #3eaaf61c);
}

.custom-container {
    background: #fff;
    padding: 15px;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
}

.general-style {
    padding: 4.6875rem 0;
    background-image: -moz-linear-gradient(0deg,#fff 0,#f6f6f6 270px,#f6f6f6);
    background-image: -webkit-linear-gradient(0deg,#fff 0,#f6f6f6 270px,#f6f6f6);
    background-image: linear-gradient(0deg,#fff 0,#f6f6f6 270px,#f6f6f6);
}

.page-content {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
    padding: 35px;
    max-width: 77%;
    margin: 0 auto;
}

.page-content .crop {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    width: 100% !important;
}

.page-content .crop img {
    width: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.page-content .quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.page-content .quote .crop {
    overflow: hidden;
    width: calc(33.3333333% - 12px) !important;
    margin: 6px !important;
    height: 200px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.page-content .quote .crop:hover {
    opacity: .6;
}

.page-content .quote .crop img {
    width: 100% !important;
    max-width: 300px;
    object-fit: cover;
    height: 200px;
}

.page-content ul li {
    padding-left: 35px;
    margin: 10px 0;
}

.page-content ul li::before {
    content: '';
    width: 16px;
    height: 16px;
    border: 4px solid rgba(56, 116, 199, .7);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin: 0 7px -2px 0;
}

.page-content b, .page-content strong {
    font-weight: 600;
}

.about-dif .crop {
    width: 45% !important;
    margin: 10px auto;
}

.about-dif .crop img {
    width: 100%;
}

.staticContent h1 {
    color: #1c82aa;
    text-align: center;
}

.certificates {
    padding: 35px 0 !important;
}

.certificates .quote .crop {
    overflow: visible;
    position: relative;
    margin-bottom: 60px !important;
    height: auto;
    /*height: 245px;*/
}

.certificates .quote .crop a {
    border: 2px solid #f6f6f6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.certificates .quote .crop img {
    height: 100%;
}

.certificates .quote .crop .highslide-caption {
    display: none;
}

.certificates .quote .crop p {
    position: absolute;
    bottom: -52px;
    font-weight: 600;
    font-size: 16px;
    white-space: nowrap;
}

.ref-wrapp {
    max-width: 100%;
}

.ref-wrapp .quote {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ref-wrapp .quote .crop {
    display: block;
	padding: 15px;
	margin: 15px !important;
	width: calc(20% - 30px) !important;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	height: 150px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px ;
	cursor: pointer;
}

.ref-wrapp .quote .crop:hover {
    opacity: 1;
}

.ref-wrapp .quote .crop img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.3;
	-webkit-transition: 300ms all ease;
	-moz-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

.ref-wrapp .quote .crop:hover img {
    -webkit-filter: none;
	filter: none;
	opacity: 1;
}

.category-content {
    max-width: 100%;
}

.category-content #dle-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.category-content .item {
    width: calc(20% - 10px);
	margin: 5px 5px 20px;
}

.short-content {
    padding: 0 0 35px !important;
}

.other-product-wrap a p {
    margin-bottom: 0;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    -moz-transition: 500ms all ease;
    -o-transition: 500ms all ease;
    transition: 500ms all ease;
    color: #212121;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    padding: 10px;
}

.other-product-wrap a p:hover {
    background-color: rgba(56, 116, 199, 0.6);
    color: #fff;
}


/* pagination */

.pagination {
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
}

.pagination span, .pagination a:link, .pagination a:visited, .pagination a:active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    margin-right: 6px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    color: #feffff;
    margin-bottom: 10px;
}

.pagination span {
    background-color: #a6a6a699;
}

.pagination i {
    font-size: 13px;
}

.pagination a:link, .pagination a:visited, .pagination a:active {
    background-color: #1e79df;
    -webkit-transition: 500ms background ease;
    -moz-transition: 500ms background ease;
    -o-transition: 500ms background ease;
    transition: 500ms background ease;
}

.pagination a:hover {
    background-color: #004085;
}

/* contact page */

#contactPage {
    padding-bottom: 0;
}

.general-style .contact-content {
    padding: 0 !important;
    max-width: 100%;
}

#contactPage #map {
    width: 100%;
    height: 350px;
}

#map .gm-style-mtc,
#map .gm-control-active.gm-fullscreen-control,
#map .gm-svpc,
#map .gmnoprint,
#map .gm-style-cc,
#map a[rel~="noopener"] {
	display: none !important;
}

#contactPage .contact-info {
    padding-top: 80px;
}

#contactPage .contact-info .info-box {
    margin: 10px 0;
}

#contactPage .contact-info .info-box a {
    color: #212121;
}

#contactPage .contact-info .info-box address {
    margin-bottom: 0;
}

#contactPage .contact-info .info-box i {
    color: rgba(56, 116, 199, .7);
    margin-right: 8px;
}

#contactPage .social-info {
    display: flex;
    flex-wrap: wrap;
}

#contactPage .social-info .social-link {
    width: 40px;
    height: 40px;
    margin: 10px 10px 10px 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

#contactPage .social-info .social-link:last-child {
    margin-right: 0;
}

#contactPage .social-info .social-link a {
    line-height: 40px;
    font-size: 20px;
    color: #b6bbc5;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

#contactPage .social-info .social-link a i {
    color: #8d939f;
    -webkit-transition: 300ms all ease-in-out;
    -moz-transition: 300ms all ease-in-out;
    -o-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
}

#contactPage .social-info .social-link a:hover i {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

#contactPage .social-info .social-link:nth-child(1) a:hover i {
    color: #5F7AAE;
}

#contactPage .social-info .social-link:nth-child(2) a:hover i {
    color: #e04340;
}

#contactPage .social-info .social-link:nth-child(3) a:hover i {
    color: #00acee;
}

.general-style .contact-form {
    padding: .9375rem;
    margin-bottom: 4.6875rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
}

.general-style .contact-form h5 {
    text-align: center;
    margin-top: 20px;
    color: rgba(56, 116, 199, .7);
}


/* form style */

.form {
    padding: 20px 50px 30px;
}

.form .input-box {
    position: relative;
    margin-bottom: 30px;
}

.form .input-box input,
.form .input-box textarea {
    position: relative;
    outline: 0;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #b6bbc5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form .input-box label {
    color: #b6bbc5;
    position: absolute;
    left: 10px;
    top: 0px;
     -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.form .input-box:focus {
    outline: 0;
}

.form .input-box .label-effect:focus, 
.form .input-box .label-effect.has-content {
    background-color: #80b3fa0a;
    color: #212121;
}

.form .input-box .label-effect:focus  ~ label, 
.form .input-box .label-effect.has-content ~ label {
    top: -30px;
    left: 0;
    font-size: 16px;
    color: #212121;
}

.form .middle-input {
    padding: 0;
}

.form .submit-btn {
    color: #fff;
    padding: 15px;
    width: 35%;
    background-image: -moz-linear-gradient(to right, #6294e7 0%, #5196b6 51%, #a1c4fd 100%);
    background-image: -webkit-linear-gradient(to right, #6294e7 0%, #5196b6 51%, #a1c4fd 100%);
    background-image: linear-gradient(to right, #6294e7 0%, #5196b6 51%, #a1c4fd 100%);
    background-size: 200% auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.form .submit-btn:hover {
    background-position: right center;
}

.form .radio-box h6 {
    color: #b6bbc5;
    font-weight: 500;
}

.form .radio-box .radio-label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form .radio-box .radio-label:nth-child(1) {
    margin-right: 50px;
}

.form .radio-box input {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.form .radio-box label {
    color: #212121;
}

/* Custom Select */

.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  width: 100%;
}

.custom-select-wrapper select {
    display: none;
}

.custom-selectt {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.custom-select-trigger {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    padding: 15px 10px;
    border: 1px solid #b6bbc5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    color: #b6bbc5;
}

.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 12px; 
    height: 12px;
    top: 50%; 
    right: 25px;
    margin-top: -3px;
    border-bottom: 2px solid #b6bbc5;
    border-right: 2px solid #b6bbc5;
    transform: rotate(45deg) translateY(-50%);
    transition: all .4s ease-in-out;
    transform-origin: 50% 0;
}

.custom-selectt.opened .custom-select-trigger:after {
    margin-top: 3px;
    transform: rotate(-135deg) translateY(-50%);
}
  
.custom-select-trigger.border {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border: 1px solid #b6bbc5 !important;
}

.custom-options {
    position: absolute;
    display: block;
    top: 100%; 
    left: 0; 
    right: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 1px rgba(0,0,0,.07);
    -moz-box-shadow: 0 2px 1px rgba(0,0,0,.07);
    box-shadow: 0 2px 1px rgba(0,0,0,.07);
    background: #fff;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    padding: 5px 0 17px;
    width: 100%;
    font-size: 18px;
    border: 1px solid #b6bbc5;
}

.custom-selectt.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: static;
}

.option-hover:before {
  background: #f9f9f9;
}

.custom-option {
  padding: 0 32px;
  cursor: pointer;
  -webkit-transition: 500ms all ease;
  -moz-transition: 500ms all ease;
  -o-transition: 500ms all ease;
  transition: 500ms all ease;
  display: block;
}

.custom-option:first-of-type {
  color: #b6bbc5;
}

.custom-option:hover,
.custom-option.selection {
  background-color: #f2f2f2;
}

.sub-select {
    display: none;
}

.bgAtch {
    background-attachment: inherit !important;
}


/* fullstory for products */

.products-info table tbody tr td {
    border: 1px solid #ddddddc4 !important;
    padding: 14px 36px !important;
    background: #f2f2f29c !important;
}

.products-info table tbody tr:first-child td {
    background-color: #5d91e3 !important;
    color: #fff;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-align: center;
    font-size: 18px;
}

.products-info table tbody tr td:nth-child(1) {
    width: 6%;
    text-align: center;
}

.products-info table tbody tr td:nth-child(2),
.products-info table tbody tr td:nth-child(3) {
    width: 47%;
}

.products-info table tbody tr td:hover {
    background-color: #ddddddc4 !important;
}

.products-info table tbody tr:first-child td:hover {
    background-color: #5d91e3 !important;
}

.products-info .product-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.products-info .product-flex .not-talc-info {
    display: block;
    width: calc(70% - 30px) !important;
    margin: 0 15px !important;
}

.products-info .product-flex .info-box h1 {
    margin-bottom: 15px;
    text-align: center;
}

.products-info .product-flex .img-box {
    height: 400px;
    width: calc(30% - 30px) !important;
    margin: 0 15px !important;
}

.products-info .product-flex .img-box .crop {
    display: block;
    height: 100%;
    margin: 0;
}

.products-info .product-flex .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.products-info .others-dif .img-box {
    height: auto !important;
}

.product-img-short .img-wrap {
    margin: 0 auto 15px;
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    width: 70%;
    height: 300px;
}

.product-img-short img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-dif-short p {
    margin-bottom: 0;
}

.products-info .talc-dif {
    flex-direction: column;
    align-items: center;
}

.products-info .talc-dif .info-box {
    width: 100%;
    margin-top: 30px;
}

.products-info .talc-dif .info-box table tbody tr td {
    width: auto !important;
    text-align: center;
}

.products-info .talc-dif .info-box table:not(:last-child) tbody tr:first-child td {
    white-space: nowrap;
}





/* responsive */

@media (min-width: 1800px) {
    #statistics {
        top: -47px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
	.container {
		padding-left: 8.5%;
		padding-right: 8.5%;
	}
}
@media (min-width: 1920px) {
	.container {
		width: 1700px;
		padding: 0;
		max-width: 1700px;
	}
}
@media (min-width: 1221px) and (max-width: 1919px) {
	.container {
		width: 1200px;
		padding: 0 10px;
	}
	
	.products-info .product-flex .img-box {
	   width: calc(40% - 30px) !important;
	}
	
	.products-info .product-flex .not-talc-info {
	   width: calc(60% - 30px) !important;
	}
}
@media (min-width: 1025px) and (max-width: 1220px) {
	.container {
		width: 984px;
		padding: 0 10px;
	}
	
	.product-img-short .img-wrap {
	    width: 80%;
	    height: auto;
	}
}


@media screen and (min-width: 1920px) {
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 21.9%;
    }
}

@media screen and (max-width: 1920px) {
    .category-content .item {
        width: calc(25% - 10px);
    }
}


@media screen and (max-width: 1320px) {
    
    #about-company .about-svg-wrap {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        margin: -12px 0 0 12px;
    }
}


@media screen and (max-width: 1220px) {
    
    #areas-use .areas-boxes .box, .category-content .box {
        width: calc(25% - 30px);
    }
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 37.9%;
    }
    
    #about-company .about-svg-wrap {
        margin: -12px 0 0 -30px;
    }
	
	.products-info .product-flex .img-box {
	    display: flex;
	    justify-content: center;
	    width: 100% !important;
	    margin: 0 !important;
	}
	
	.products-info .product-flex .img-box .crop {
	    display: flex;
	}
	
	.products-info .product-flex .img-box img {
	    width: auto;
	    object-fit: contain;
	    margin: 0 auto;
	}
	
	.products-info .product-flex .not-talc-info {
	    width: 100% !important;
	    margin-top: 30px !important;
	}
	
	.products-info .talc-dif .info-box table tbody tr td {
        padding: 14px !important;
    }
	
}


@media screen and (min-width:991.98px) and (max-width: 1030px) {
    
    header #navbarMenu .nav-link {
        font-size: 15px;
        padding: 0 12px !important;
    }
    
    header .online-order {
        margin-left: 12px;
        padding: 6px 15px;
    }
    
    footer .info-contact li:not(:last-child) a {
        font-size: 17px;
    }
    
    footer .online-order {
        padding: 8px 14px;
        font-size: 15px;
    }
    
    #references .ref-wrap {
        width: calc(23% - 27px);
        max-width: 100%;
        flex: none;
    }
}


@media screen and (max-width: 1024.98px) {
    
    #whatsapp-wrapper .whatsapp-wrap .wp-contact {
        padding: 8px 22px;
        font-size: 15px;
    }
    
    #statistics {
        padding: 88px 0 66px;
    }
    
    #statistics .statistic-box {
        flex-direction: column;
    }
    
    #statistics .statistic-box .statistic:before {
        content: none;
    }
    
    #statistics .statistic-box i {
        margin: 0 0 6px;
    }
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 39.9%;
    }
    
    .page-content .quote .crop {
        width: calc(50% - 12px) !important;
    }
    
    .page-content .quote .crop img {
        max-width: 100%;
    }
    
    .ref-wrapp .quote .crop {
        width: calc(25% - 30px) !important;
    }
}


@media screen and (max-width: 991.98px) {
    
    .fixed-nums {
        display: block;
    }
    
    .general-style {
        padding: 1.6rem 0 0;
    }
    
    .general-style .page-title-second {
        margin-top: 5px;
    }
    
    .general-style .page-content {
        padding: 35px 0 4.6875rem;
    }
    
    header {
        padding: 0 15px;
    }
    
    header .navbar-toggler {
        margin: 0 0 0 auto;
        padding: 0;
    }
    
    header .online-order {
        position: absolute;
        right: 60px;
        top: 33.5px;
    }
    
    header.sticky .online-order {
        top: 22.5px !important;
    }
    
    header #navbarMenu {
        position: fixed;
        z-index: 9999999999;
        width: 100%;
        top: 110px;
        left: 0;
        background-color: #87abdc;
        border-top: 2px solid #6d94c4;
    }
    
    header #navbarMenu .nav-link {
        padding: 15px !important;
    }
    
    header.sticky #navbarMenu {
        top: 84px;
    }
    
    header.sticky #navbarMenu .nav-link {
    	color: #fff !important;
    }
    
    header.sticky .online-order {
    	border-color: #87abdc;
    	color: #87abdc;
    }
    
    header.sticky .online-order:hover {
        color: #87abdc;
    }
    header.sticky #navbarMenu .nav-link:hover,
    header #navbarMenu .nav-link:hover {
        color: #fff !important;
    }
    
    header.sticky #navbarMenu .nav-item.active .nav-link {
        color: #cfe6ff !important;
    }
    
    .dropdown-menu-wrap .dropdown-menu,
    .dropdown-menu-wrap:hover .dropdown-menu {
        display: none;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        background-color: transparent;
        border-top: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        margin-bottom: 15px;
        position: relative;
        top: 6px;
        left: 15px;
    }
    
    .dropdown-menu-wrap .dropdown-menu .dropdown-item {
        color: #fff;
    }
    
    .dropdown-menu-wrap .dropdown-menu .dropdown-item:hover, 
    .dropdown-menu-wrap .dropdown-menu .dropdown-item:focus {
        background-color: transparent;
    }
    
    .dropdown-menu-wrap.show .dropdown-menu {
        display: block; 
    }
    
    header.sticky .dropdown-menu-wrap .dropdown-toggle svg {
        fill: #fff !important;
    }
    
    .dropdown-menu-wrap:hover .dropdown-toggle svg, 
    .dropdown-menu-wrap.show .dropdown-toggle svg {
        fill: #fff !important;
    }
    
    .dropdown-menu-wrap:hover .dropdown-toggle svg {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    
    .dropdown-menu-wrap.show .dropdown-toggle svg {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }
    
    #main .carousel-item .container .carousel-caption,
    #main .scroll-down {
        z-index: 9;
    }
    
    footer {
        margin-bottom: 56px;
    }
    
    footer .social-medias {
        margin-top: 20px;
    }
    
    footer .footer-menu ul:nth-child(2) {
        text-align: center;
    }
    
    footer .footer-menu ul:nth-child(3) {
        text-align: right;
    }
    
    footer .footer-menu .nav-link {
        padding: 0.5rem 0;
    }
    
    #whatsapp-wrapper .whatsapp-wrap .wp-contact {
        float: right;
    }
    
    #areas-use .areas-boxes .box, .category-content .box {
        width: calc(33.33% - 30px);
    }
    
    .category-content .item {
        width: calc(33.33% - 10px);
    }
    
    #about-company .about-svg-wrap {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        margin: -12px 0 0 -110px;
    } 
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 43.9%;
    }
    
    #about-company .about-info {
        padding: 90px 80px 90px 0;
    }
    
    #main .carousel-item .container .carousel-caption {
        width: 55%;
    }
    
    #main .carousel-item .container .carousel-caption h1 {
        font-size: 40px;
    }
    
    .page-content {
        max-width: 88%;
    }
    
    #contactPage .contact-info {
        padding-top: 0;
    }
    
    .general-style .contact-content {
        padding-bottom: 4.6875rem !important;
    }
    
    .products-info {
        max-width: 100%;
    }
    
    .product-dif-short .img-wrap {
        width: 40%; 
    }
    
    .product-dif-short {
        margin-bottom: 15px;
    }
    
    .products-info table tbody tr:first-child td {
        font-size: 16px;
    }
    
    .products-info .talc-dif .info-box table tbody tr td {
        padding: 10px !important;
    }
    
    /*.staticContent .crop {*/
    /*    height: 250px;*/
    /*}*/
    
    /*.staticContent .crop a, .staticContent .crop a img {*/
    /*    height: 100%;*/
    /*}*/
    
    /*.staticContent .crop a img {*/
    /*    object-fit: contain;*/
    /*}*/
}


@media only screen and (min-width: 575.98px) and (max-width: 991.98px) {
    
    #contactPage .contact-info .info-box:nth-child(2),
    #contactPage .contact-info .info-box:nth-child(5) {
        text-align: center;
    }
    
    #contactPage .contact-info .info-box:nth-child(3) {
        text-align: right;
    }
    
    #contactPage .social-info {
        justify-content: flex-end;
    }
}


@media only screen and (max-width: 830px) {
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 46.9%;
    }
}


@media only screen and (min-width: 575.98px) and (max-width: 767.98px) {
    
    footer .online-order {
        padding: 8px 15px;
        font-size: 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    
    #whatsapp-wrapper .whatsapp-wrap p {
        font-size: 18px;
    }
    
    #whatsapp-wrapper .whatsapp-wrap i {
        font-size: 50px;
    }
    
    #whatsapp-wrapper .whatsapp-wrap .wp-contact {
        padding: 8px 12px;
        font-size: 14px;
    }
    
    #products .products-carousel {
        padding: 0 30px;
    }
    
    #products .products-carousel .owl-nav button.owl-next {
    	right: 0;
    }
    #products .products-carousel .owl-nav button.owl-prev {
    	left: 0;
    }
    
    #areas-use .areas-boxes .box, .category-content .box {
        margin: 15px 10px;
        width: calc(33.33% - 20px);
    }
    
    #statistics {
        top: -67px;
    }
    
    #about-company .about-info {
        padding: 80px 0 0 0;
    }
    
    #about-company .about-svg-wrap {
        margin: -120px auto 0;
        width: 396px;
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 35.9%;
    }
    
    #main .carousel-item .container .carousel-caption h1 {
        font-size: 32px;
    }
    
    .ref-wrapp .quote .crop {
        width: calc(33.33% - 20px) !important;
        margin: 15px 10px !important;
    } 
    
    #contactPage #map {
        height: 300px;
    }
    
    #orderPage .contact-form {
        margin: 0 15px;
    }
    
    #orderPage .form .middle-input,
    #orderPage .form .mobil-p {
        padding: 0 15px !important;
    }
    
    .form .radio-box {
        margin-bottom: 30px;
    }
    
    .general-style .page-title-first h4 {
        margin-bottom: 5px;
    }
    
    .general-style .page-title-second {
        text-align: left !important;
        padding: 0 0 15px 15px !important;
    }
    
    .products-info table tbody tr td {
        padding: 14px 20px !important;
    }
    
    .products-info .product-flex .info-box h1 {
        font-size: 30px;
    }
    
    .product-dif-short .img-wrap {
        width: 50%; 
    }
    
    .category-content .item {
        width: calc(50% - 10px);
    }
    
    .product-img-short .img-wrap {
	    width: 80%;
	    height: auto;
	}
}


@media only screen and (max-width: 645px) {
    .products-info .talc-dif .info-box table {
	    display: block;
	    overflow-x: auto;
	}
	
	.products-info .talc-dif .info-box table tbody tr:first-child td {
        white-space: nowrap;
    }
}


@media only screen and (max-width: 575.98px) {
    
    footer {
        padding: 30px 0 20px;
    }
    
    footer .online-order {
        float: right;
    }
    
    footer .footer-menu ul {
        padding: 0;
    }
    
    footer .footer-menu ul:nth-child(1) {
        padding-left: 15px;
    } 
    
    footer .footer-menu ul:nth-child(3) {
        padding-right: 15px;
    }
    
    footer .footer-menu ul {
        width: 33.33%;
    }
    
    footer .social-medias,
    footer .info-contact {
        justify-content: center;
    }
    
    footer .info-contact li {
        text-align: center;
    }
    
    footer .info-contact li:not(:last-child) a {
        font-size: 18px;
    }
    
    footer .footer-menu {
        padding-top: 30px;
    }
    
    #whatsapp-wrapper .whatsapp-wrap {
        text-align: center;
        padding: 15px;
    }
    
    #whatsapp-wrapper .whatsapp-wrap .wp-contact {
        float: none;
        margin-top: 10px;
        padding: 8px 20px;
    }
    
    #references .ref-wrap .ref-box {
        width: calc(60% - 30px);
        margin: 15px auto;
    }
    
    #areas-use .areas-boxes .box, .category-content .box {
        width: calc(50% - 20px);
    }
    
    #statistics .statistic-wrapper {
        width: 50%;
        margin: 15px 0;
    }
    
    #main .carousel-item .container .carousel-caption {
        width: 65%;
    }
    
    #main .carousel-item .container .carousel-caption h1 {
        font-size: 30px;
    }
    
    .page-content .quote .crop {
        width: calc(90% - 30px) !important;
    }
    
    .ref-wrapp .quote .crop {
        width: calc(50% - 20px) !important;
    } 
    
    .form .middle-input {
        padding: 0 15px;
    }
    
    #contactPage #map {
        height: 250px;
    }
    
    .form {
        padding: 20px 30px 30px;
    }
    
    .form .submit-btn {
        width: 50%;
    }
    
    .general-style .cat-inner {
        height: 150px;
    }
    
    .general-style .cat-inner h3 {
        font-size: 20px;
    }
    
    .product-dif-short .img-wrap {
        width: 60%; 
    }
    
    .staticContent h1 {
        font-size: 30px;
    }
    
    .about-dif .crop {
        width: 70% !important;
    }
}


@media only screen and (min-width: 401px) and (max-width: 575.98px) {
    
    #contactPage .contact-info .info-box,
    #contactPage .social-info {
        width: 50%;
    }
    
    #contactPage .contact-info .info-box:nth-child(2n) {
        text-align: right;
    }
    
    #contactPage .social-info {
        justify-content: flex-end;
    }
}


@media only screen and (max-width: 500px) {
    
    header .online-order {
        padding: 6px 10px;
        top: 26.5px;
        right: 55px;
    }
    
    header .navbar-brand img {
        width: 104px;
    }
    
    header.sticky .navbar-brand img {
        width: auto;
    }
    
    #main .carousel-item .container .carousel-caption {
        width: 100%;
    }
    
    .page-content .crop img {
        width: 100%;
    }
    
    .products-info table tbody tr td {
        font-size: 14px;
        padding: 14px !important;
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
    
    .products-info table tbody tr:first-child td {
        font-size: 16px !important;
    }
    
    .products-info .product-flex .img-box {
        height: 250px;
    }
    
    .products-info .product-flex .img-box img {
        width: 100%;
    }
    
    .products-info table tbody tr td:nth-child(1) {
        width: 2%;
    }
    
    .products-info table tbody tr td:nth-child(2), 
    .products-info table tbody tr td:nth-child(3) {
        width: 49%;
    }
    
    .product-dif-short .img-wrap {
        width: 80%;
    }
}


@media only screen and (max-width: 450px) {
    
    #about-company .about-svg-wrap {
        margin: -170px auto 0 5px;
        width: auto;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 33.9%;
    }
    
    .product-img-short .img-wrap {
	    width: 100%;
	}
}


@media only screen and (max-width: 400px) {
    
    footer .footer-menu .nav-link {
        font-size: 13px;
    }
    
    footer .info-contact li a {
        font-size: 17px;
    }
    
    footer .copyright span {
        width: 100%;
    }
    
    #references .ref-wrap .ref-box,
    #areas-use .areas-boxes .box, .category-content .box,
    .category-content .item {
        width: calc(80% - 30px);
    }
    
    #products .title-row h3,
    #areas-use h3,
    #about-company .about-info h3 {
        font-size: 22px;
    }
    
    #about-company .about-info h3 {
        text-align: center;
    }
    
    #products .title-row .see-more a {
        font-size: 13px;
    }
    
    #about-company .about-svg-wrap {
        margin: -170px auto 0 -18px;
    }
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 37.9%;
    }
    
    .ref-wrapp .quote .crop {
        width: calc(90% - 30px) !important;
    }
    
    #contactPage .contact-info .info-box {
        text-align: center;
    }
    
    #contactPage .social-info {
        justify-content: center;
    }
    
    .general-style .contact-form {
        margin-bottom: 50px;
    }
    
    .form .submit-btn {
        width: 70%;
    }
    
    footer .copyright span {
        text-align: center;
    }
    
    .products-info table tbody tr td {
        padding: 8px !important;
    }
}


@media only screen and (max-width: 350px) {
    
    #about-company .about-svg-wrap {
        margin: -170px auto 0 -42px;
    }
    
    #about-company .about-svg-wrap .hexagon-svg:nth-child(3) {
        left: 42.9%;
    }
}



























