@charset "utf-8";
/* CSS Document */

@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before {
  box-sizing: border-box;
}


::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
	position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
}
.scrollup:hover
{
	
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
}
#status
{
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
 	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
.preloader
{
	background:#fff url(../images/loaders/1.svg) center center no-repeat;
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Rubik', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
	color: #000;
    line-height: 28px;
    font-size: 18px;
    text-align: justify;
    margin: 15px 0;
    font-weight: 300;
}
p strong
{
	color:#076bdd;
	font-weight:bold;
}
p span
{
	color:#0072bc;
}
a, img, span, strong, nav
{
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
} 
a
{
	color:#652f90;
	text-decoration:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
}
a:hover
{
	color:#000; 
}
table
{ 
	color: #000;
    line-height: 24px;
    font-size: 16px;
}
table strong
{ 
	color:#2b9e01;
}
tr
{
	border:solid 1px #F2F2F2;
}
td
{
	padding:8px 15px;
	border:solid 1px #F2F2F2;
}
td.h3
{ 
	color:#fff;
	background:#f86b26;
	margin:0;
	text-transform:uppercase;
	font-size:18px;
	padding:12px 15px;
}
ul.list
{
	padding:0;
	margin:0;
	list-style:none;
} 
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
ul.list li
{
	list-style: none;
    margin-left: 0px;
	color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight:300;
	position:relative;
	padding:4px 0 4px 10px;
}
ul.list li:before
{
    content: "\f105";
    color: #408bca;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 5px;
}

h1, h2, h3
{ 
	color:#2a2f27;
	margin:15px 0;
	font-weight:400;
}
.wrapper
{
	
}
.header
{
	position:relative;
}
.section
{
	
}
.footer
{
	background:#242424;
}
.header-top
{
	padding:0 30px 0 30px; 
}
.header-top h1
{
	margin: 0 0 15px 0;
    padding: 15px 0;
}
.header-top h1 a
{
	position:relative;
	display:block;
}
.header-top h1 a span 
{
	position: absolute;
    bottom: -16px;
    display: block;
    font-size: 12px;
    color: #000;
    width: 100%;
    text-align: center;
}
.header-top-right
{
    padding: 54.5px 0px;
	text-align:right;
}
.header-top-right a
{
	margin: 0;
    border-radius: 2px;
    color: #2f3233;
    font-size: 16px;
	display:inline-block;
	font-weight:400;
    line-height: 28px;
}
.header-top-right a i
{
	width:18px;
	text-align:center;
    color: #408bca;
}
.header-button
{
    margin: 55px 0 55px 30px;
}
.header-button a
{
    display: block;
    color: #fff;
    background: #f58c1f;
    padding: 16px 26px;
    font-size: 20px;
}
.header-button a:hover
{
    background: #61b761;
}
.social
{
    padding: 7px 0;
}
.social a
{
    color: #fff;
    width: 35px;
    height: 35px;
    padding: 9px 0px;
    font-size: 18px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    border-radius: 50%;
}
.social a:hover
{
    opacity:0.6;
}
.social a.facebook
{
	 background:#3b5998;
} 
.social a.twitter
{
	 background:#22cbff;
} 
.social a.youtube
{
	 background:#c71d20;
} 
.social a.google
{
	 background:#dd4b39;
} 
.social a.linked
{
	 background:#007bb6;
}
.isStuck
{
	z-index:9999999; 
}
.banner
{
	position:relative;
}
.banner-heading
{
	/*background:linear-gradient(120deg, #3f8ccb, #46a34c);*/
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
}
.banner-heading h2
{
	color: #fff;
    text-transform: uppercase;
    font-size: 3.5vw;
    margin: 0 50px;
    position: relative;
    display: inline-block;
    padding: 50px 0;
	font-weight:600;
}
.banner-heading h2:before
{
    content: " ";
    border-bottom: solid 4px #fff;
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}
.section-home
{
	padding:30px;
	position:relative;
	margin:40px 0 60px 0;
}
.section-home-img
{
	width:36%;
	position:relative;
	margin:20px 0 0 0;
}
.section-home-img img
{
	
}
.section-home:hover .section-home-img:before
{
	
}
.section-home-text
{
	width:60%;
}
.section-home-text h2
{
	color: #408bca;
    font-size: 2.5vw;
    font-weight: 500;
    line-height: 22px;
}
.section-home-text h2 span
{
	color: #f58c1f;
}
.section-home-text p
{
    font-size:18px;
    font-weight: 300;
    line-height: 28px;
	color:#737375;
	text-align:left;
}
.section-home-text a, .clients a
{
	color: #fff;
    font-size: 18px;
    padding: 16px 26px;
    display: inline-block;
    position: relative;
	margin-top:15px;
    background: #f58c1f;
}
.section-home-text a:hover, .clients a:hover
{
    background: #61b761;
}
.products
{
    padding: 20px;
}
.products h2
{
	margin: 0 0 32px 10px;
    color: #334433;
    text-transform: uppercase;
    display: block;
    font-size: 2.5vw;
    font-weight: 500;
}
.products ul{padding:0;list-style:none}
.products ul li{float:left;list-style:none;width:33.333333%}
.products ul li figure{margin:10px;position:relative;overflow:hidden}
.products ul li figure img{width:100%;-webkit-transition:0.6s;-moz-transition:0.6s;-o-transition:0.6s;transition:0.6s}
.products ul li:hover figure img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}
.products ul li figure:after{content:" ";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, 0.2);-webkit-transition:0.6s;-moz-transition:0.6s;-o-transition:0.6s;transition:0.6s}
.products ul li:hover figure:after{background:rgba(0, 0, 0, 0.6)}
.products ul li figure figcaption{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;display:table;margin:auto;width:100%;height:100%;z-index:999}
.products ul li figure figcaption>div{vertical-align:middle;display:table-cell}
.products ul li figure figcaption h3
{
	display: inline-block;
    background: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    padding: 8px 12px;
    margin: 0;
    border-radius: 6px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    font-size: 20px;
    font-weight: 500;
}
.products ul li:hover figure figcaption h3{-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
.products ul li a:hover figcaption i{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px)}
.products ul li a figcaption i{display:block;opacity:0;-webkit-transform:translateY(45px);-moz-transform:translateY(45px);-ms-transform:translateY(45px);-o-transform:translateY(45px);transform:translateY(45px);-webkit-transition:0.6s;-moz-transition:0.6s;-o-transition:0.6s;transition:0.6s}
.products ul li a figcaption i svg{margin-top:20px;fill:#fff;width:40px;stroke:#fff;position:relative;-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}
.products ul li a figcaption i .arrow{fill:none;stroke:#fff;stroke-width:20;stroke-dasharray:5000;stroke-dashoffset:5000;-webkit-transition:3s;-moz-transition:3s;-o-transition:3s;transition:3s}
.products ul li a:hover figcaption i .arrow{stroke-dashoffset:0;transition-delay:0.5s}
.clients
{
	background:url(../images/clients.jpg) center center no-repeat fixed; 
	background-size:cover;
	padding:120px 0; text-align:center;
}
.clients h2
{
	color: #fff;
	margin:0;
    font-size: 2.5em;
	padding:0 30px;
	margin-top:0;
	position:relative;
	display:inline-block;
	text-transform:uppercase;
}
.clients p
{
	text-align:center;
	padding:0 20%;
	color:#fff;
	font-size:16px;
}
.clients a
{
	
}
.clients a:hover
{
	
}
.footer_marg
{
	/*width:1200px; margin:auto;*/ padding-top:50px; padding-bottom:50px;
}
.foot
{
	padding:0 50px;
}
.foot p, .footer-bottom p
{
	color: #fff;
    font-size:16px;
}
.foot h3
{
	color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 6px 0;
    font-weight: 600;
}
.foot h4
{
	margin: 0 0 3px 0;
    text-align: center;
    margin-bottom: 10px;
}
.footer-bottom a
{
	color:#feba02;
}
.foot a
{
	color:#fff;
}
.foot a:hover
{
	color:#fff;
}
.foot strong
{
	color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.foot_list
{
	margin-right:90px;
}
.foot_list:nth-of-type(4)
{
	margin-right:0px;
}
.foot_list ul
{
	padding:0; margin:0; list-style:none; display:inline;
}
.foot_list ul li
{
	
}
.foot_list ul li a
{
    color: #fff;
    font-size: 16px;
    position: relative;
    line-height: 24px;
    font-weight: 300;
}
.foot_list ul li a:before
{ 
	content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -4px;
	display:none;
}
.foot_list ul li a:hover
{
	opacity:0.7;
}
.social-icon-footer
{
	margin-bottom:12px;
}
.social-icon-footer a
{
	color: #000;
    width: 36px;
    padding: 8px 8px;
    font-size: 20px;
    text-align: center;
    margin: 0 0px;
    text-decoration: none;
    background: #fff;
    border-radius: 50%;
}
.social-icon-footer a:hover
{
	color: #000;
}
.footer-bottom
{
    background: #408bca;
	padding:20px 30px;
}
.section-content
{
	padding:40px 55px;
}
.section-content h2
{
	color: #000;
    font-size: 26px;
    font-weight: 400;
}
.list-content
{
	
}
.list-content ul
{
	padding:0; margin:0; list-style:none;
} 
.list-content ul li
{
	list-style: none;
    margin-left: 0px;
	color: #000;
    line-height: 24px;
    font-size: 18px;
    font-weight:300;
	position:relative;
	padding:6px 0 6px 10px;
}
.list-content ul li:before
{
	content: "\f105";
    color: #408bca;
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    left: 0;
    top:5px;
}
.clients-page
{
	margin:40px 30px;
}
.clients-page p
{
	
}
.container {
            max-width: 1000px;
            margin: auto;
        }

        .mapael .map {
            position: relative;
        }

        .mapael .mapTooltip {
            position: absolute;
            background-color: #F5F5F5;
            /*moz-opacity: 0.70;
            opacity: 0.70;
            filter: alpha(opacity=70);*/
            border-radius:2px;
            padding:8px 10px;
            z-index: 1000;
            max-width: 200px;
            display: none;
            color: #000;
        }
.tada
{
	width:48%;
}

.contact
{
	position: relative;
    padding: 50px;
}
.contact-text
{
    padding: 0 0 50px 0;
}
.contact-text h3
{
    color: #1e2122;
    font-size: 1.5em;
	margin:0;
}
.contact-text p
{
    margin-bottom:0;
}
.contact-text p span
{
    color:#F00;
}
.contact-left
{
	width:50%;
	padding:0 0 0 25px ;
}
.contact-center
{
	width:30%;
	padding:40px 50px;
}
.contact-center h3
{
	font-size:1.5em; margin-top:0;
}
.contact-center h4
{
	text-transform:uppercase; 
}
.contact-center p
{
	
}
.contact-right
{
	width:50%;
	padding:0 25px 0 0px;
	box-sizing:border-box;
}
.contact-right h3
{
	color:#1e2122; font-size:1.5em; 
}
.contact-right p
{
	margin-bottom:20px;
	margin-top:10px;
}
.contact-right p a
{
	color:#000;
}
.contact-right i
{
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 12px 0px;
    font-size: 16px;
    margin: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    background: #46a34c;
}
.contact-form
{
	
}
.contact label {
	color:#333; font-size:14px; margin-bottom:6px; display:block;
}
.contact input[type=text], .contact input[type=email], .contact input[type=number] {
    padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 3px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}

.contact input[type=text]:focus, .contact input[type=email]:focus, .contact input[type=number]:focus {
    box-shadow:0px 2px 1px #daecf3;
}
.contact input[type=file] {
    background: #fff;
    padding: 15px 20px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    box-shadow: 0px 0px 15px #E5E5E5;
    outline: 0;
    margin-bottom: 10px;
}
.contact textarea {
   padding: 15px 16px;
    box-sizing: border-box;
    width: 100%;
    border: solid 3px #cad7dc;
    background: none;
    outline: 0;
    position: relative;
    margin-bottom: 20px;
	background:#fff;
}
.contact textarea:focus {
    box-shadow:0px 2px 1px #daecf3;
}
.select {
    background: #fff;
    padding: 15px 12px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: 0;
    margin-bottom: 10px;
}
.contact-button {
	background:#408bca;
    border: none;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.contact-button:hover {
	background: #000;
}
.contact-left-form, .contact-right-form {
    width: 49%;
}
.product-page
{
	padding:35px 50px;
}
.product-page h2
{
	font-size: 24px;
    font-weight: 400;
    color: #274255;
}
.product-page-left
{
	width:66%;
}
.product-page-left h3
{
    font-weight: 500;
    font-size: 20px;
}
.product-page-left table
{
	
}
.product-page-left table tr
{
	
}
.product-page-left table th
{
    background: #f58c1f;
    padding: 12px;
	color:#fff;
	font-weight:500;
    font-size: 18px;
}
.product-page-left table th strong
{
	color:#fff;
}
.product-page-left table td:nth-child(even)
{
	background:#e0ecf7;
}
.product-page-left table td:nth-child(odd)
{
	background:#eaf3e7;
}
.product-page-right
{
	width:28%;
	margin-top:15px;
	background:#ebebeb;
	border-radius:15px;
	overflow:hidden;
}
.product-page-right h3
{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0;
    font-weight: 600;
    background: #408bca;
	padding:16px 20px;
}
.product-page-right h4
{
    color: #408bca;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
	padding:6px 20px;
}
.product-page-right ul
{
	padding:0;
	margin:0;
	list-style:none;
}
.product-page-right ul li
{
	list-style:none;
}
.product-page-right ul li a
{
	display: block;
    color: #000;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    padding: 8px 20px;
    border-bottom: solid 2px #e0dcd7;
}
.product-page-right ul li:first-of-type a
{
	border-top:solid 2px #e0dcd7;
}
.product-page-right ul li a:before
{
	content: "\f105";
    color: #000;
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 8px;
}
.product-page-right ul li a:hover
{
    background: #f58c1f;
    color: #fff;
}
.product-page-right ul li a:hover:before
{
    color: #fff;
}
.product-img
{
	border:solid 8px #fff;
    margin: 0 -16px;
}
.product-img ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-img ul li
{
	float:left;
    list-style: none;
    width: 25%;
	border:solid 8px #fff;
}
.product-img ul li a
{
    display: block;
	position:relative;
	overflow:hidden;
}
.product-img ul li a img
{
    width: 100%;
}
.product-img ul li a:hover img
{
	-webkit-transform:scale(1.3);
	-ms-transform:scale(1.3);
	transform:scale(1.3)
}
.product-img ul li a span
{
    position: absolute;
    display: block;
    background: #000 url(../images/zoom.png) center center no-repeat;
    width:70%;
    height: 70%;
    top: 15%;
    left: 15%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
	z-index:99;
}
.product-img ul li a:hover span
{
    left: 0%;
    top: 0%;
    opacity: 0.8;
    height: 100%;
    width: 100%;
}
.product-img ul li a:hover
{
    background: #d83030;
}
.product-link
{
    padding:62px 50px;
    text-align: right;
}
.product-link a
{
	color: #fff;
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin: 0 10px;
}
.product-link a:hover
{
	
}
.product-link a:before
{
	content: "\f105";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    left: -11px;
    top: 0px;
} 
.product-link a:after
{
	position:absolute;
	top:100%;
	left:0%;
	content:" ";
	width:0;
	height:1px;
	background:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s; 
}
.product-link a:hover:after
{
	width:100%;
}
.right-tab
{
	
}

.get-to-know
{
	background:url(../images/video.jpg) center center no-repeat;
	background-size:cover;
	text-align:center;
	position:relative;
	margin:0 30px 30px 30px;
	height:80vh;
}
.get-to-know-inner
{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
	display:table;
	margin:auto;
	z-index: -9999;
}
.get-to-know-inner > div
{
	display:table-cell;
	vertical-align:middle;
}
.get-to-know h2
{
	color: #fff;
    margin: 0;
    font-size: 3vw;
    font-weight: 700;
    position: relative;
	text-transform:uppercase;
}
.get-to-know a
{
   	padding: 37px 27px;
    margin: 5px 0 0 0;
    background: url(../images/play.png);
    width: 85px;
    height: 85px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: solid 3px #fff;
}
.get-to-know a i
{
    color: #fff;
    font-size: 3vw;
    line-height: 0;
}.modal-close {
	color: #b1b0ac;
	font-size: 30px;
	line-height: .5;
	position: absolute;
	top: 10px;
	right: 10px;
	font-weight: bold;
	cursor: pointer;
}

.modal-close:hover {
	color: #e72626;
}
#video {
  position: absolute;
  top:0;
  left:0;
	bottom:0;
  width: 100%;
  height:100%;
  z-index: 9999;
}
#video img,
#video iframe
{
	display: block;
	width: 100%;
		height:100%;
}

#play {
  position: absolute;
  top: 0;
  left: 0;
	bottom:0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-size: auto, cover;
}
#play:hover {  }