@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;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
{
	display: block;
}
body
{
	line-height: 1;
}
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;
}
:after, :before
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    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;
    border-radius: 5px;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Poppins', 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%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list, ul.listno
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li, ul.listno li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #ff3c00;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
	text-align:center;
}
ul.list li strong, ul.listno li strong
{
	color:#000;
}
ul.list li span, ul.listno li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
    position: relative;
    background: #fff;
    outline: 0;
    z-index: 9999;
}
.footer
{
	
}
.header
{
	-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;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:99999;
}
.nav-shrink
{
	-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;
}
.nav-shrink.header-strip
{
	-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;
}
.header-strip
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:99999;
    background: #fff;
    padding: 0px 100px;
}
.nav
{
	
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:right;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
}
.nav ul li a
{
    color: #525252;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    position: relative;
    padding: 20px 8px;
}
.nav ul li a:after
{
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 8px;
    z-index: 9999;
    opacity: 0;
    display: none;
}
.nav ul li:hover>a:after,.nav ul li.active>a:after
{
    opacity: 1;
}
.nav ul li:nth-of-type(4) a:after
{
    display: block;
}
.nav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#fff;
	background:#2199fb;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    padding: 15px 30px;
    box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	left:-30px;
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul ul li a
{
	text-align:left;
    font-size: 15px;
    color: #525252;
    font-weight: 500;
    width: auto;
    position: relative;
	text-transform:none;
	border-radius:5px;
	border-top:solid 1px #DDD;
    padding: 10px 15px 10px 15px;
}
.nav ul ul li:first-of-type a
{
	border-top:none;
}
.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
	top:7.6px;
    left: 0px;
    font-size: 18px;
}
.nav ul ul li a:hover
{
	color:#000;
	background:none;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.header-get-a-quote
{
	
}
.header-get-a-quote a
{
    display: block;
    background: #ff3c00;
    color: #fff;
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 30px;
    margin: 6px 0;
}
.header-get-a-quote a:hover
{
    background: #fff;
    color: #ff3c00;
}
.header-top
{
	-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;
	padding:55px 100px 0 100px;
}
.header-top h1
{
    margin: 10px 0;
    position: relative;
	-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;
}
.header-top h1 img
{
	-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;
}
.header-contact
{
    padding: 25px 0px;
}
.header-contact a
{
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    display: block;
    text-align: right;
    margin: 6px 0;
}
.header-contact a:hover
{
    opacity:0.8;
}
.social-icon
{
    border-left: solid 1px #fff;
    padding: 10px 0 10px 25px;
    margin: 32.5px 0 32.5px 25px;
}
.social-icon a
{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 3px;
    background: rgba(255,255,255);
    color: #000;
    font-size: 24px;
    text-align: center;
    padding: 8px 0;
    border-radius: 50%;
}
.social-icon a:hover
{
    background: rgba(255,255,255,0.2);
}
.banner
{
    width: 100%;
    height: 100vh;
	position:relative;
	z-index:9;
}
.section-adroitfan-tech h2, .section-corevalues-chooseus h2, .section-products h2, .section-services h2, .section-skills h2, .section-content h2,  .vision-mission aside h2, .our-products h2, .contact-page h2, .get-a-quote h2
{
    font-size: 36px;
    font-weight: 800;
    color: #9e0b0f;
    position: relative;
    margin-bottom: 30px;
    text-transform: uppercase;    
	z-index:9;
}
.section-adroitfan-tech h3, .section-products ul li a h3, .section-services h3, .section-skills h3, .section-content h3, .our-products h3, .industrial-and-application article aside h3, .get-a-quote h3
{
    color: #666;
    font-size: 26px;
    font-weight: 400;
	line-height:30px;
}
.section-adroitfan-tech
{
    position: relative;
	text-align:center;
	padding:85px 100px;
}
.section-adroitfan-tech ul
{
    padding: 0;
    margin: 30px 0 0 0;
}
.section-adroitfan-tech ul li
{
    float: left;
    width: 33.333333%;
    position: relative;
	padding:10px;
}
.section-adroitfan-tech ul li svg
{
	fill:#E4E4E4;
    stroke-width: 2px;
    stroke: #E4E4E4;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-adroitfan-tech ul li:hover svg
{
	fill:rgba(255,255,255);
}
.section-adroitfan-tech ul li figcaption
{
    padding: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    display: table;
    margin: auto;
    width: 100%;
    height: 100%;
}
.section-adroitfan-tech ul li figcaption > div
{
    display: table-cell;
    vertical-align: middle;
}
.section-adroitfan-tech ul li figcaption img
{
    width: 50px;
    height: 50px;
	margin:15px 0 0 0;
}
.section-adroitfan-tech ul li figcaption h3
{
    color: #666666;
    font-size: 20px;
    font-weight: 500;
}
/*
.section-adroitfan-tech ul li:hover img
{
	border-color:#fff;
	filter: invert(0);
}
.section-adroitfan-tech ul li:hover figcaption h3, .section-adroitfan-tech ul li:hover figcaption p
{
    color: #fff;
}
.section-adroitfan-tech ul li:hover svg
{
	fill:rgba(33,153,251);
}*/
.section-adroitfan-tech a, a.linkbox
{
    display: inline-block;
    background: #ff3c00;
    color: #fff;
    font-size: 15px;
    padding: 14px 20px;
    border-radius: 30px;
    margin: 15px 0;
}
.section-adroitfan-tech a:hover, a.linkbox:hover
{
    background: #fff;
    color: #ff3c00;
} 
.section-corevalues-chooseus
{
    position:relative;
    display: flex;
}
.section-corevalues-chooseus:before
{
    content:" ";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    z-index: 999;
}
.section-corevalues-chooseus aside
{
    background: url(../images/Our-Core-Values.jpg) center center no-repeat;
    background-size: cover;
    width: 50%;
    text-align: center;
    padding: 85px 100px;
    position: relative;
    z-index: 9;
}
.section-corevalues-chooseus aside:nth-of-type(2)
{
    background:url(../images/Why-Choose-us.jpg) center center no-repeat;
	background-size:cover;
}
.section-corevalues-chooseus aside:after
{
    content:" ";
    background: rgba(33,153,251,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
.section-corevalues-chooseus aside:nth-of-type(2):after
{
	background:rgba(39,41,42,0.6);
}
.section-corevalues-chooseus aside h2, .section-corevalues-chooseus aside p, .section-corevalues-chooseus aside p strong
{
    color: #fff;
}
.section-products
{
    position: relative;
	padding:85px;
	text-align:center;
}
.section-products ul
{
    padding: 0;
    margin: -15px;
}
.section-products ul li
{
    float: left;
    width: 33.333333%;
}
.section-products ul li a
{
    display: block;
    overflow: hidden;
    position: relative;
	border-radius:30px 0;
	margin:15px;
}
.section-products ul li a:hover
{
    
}
.section-products ul li a:before
{
    content:" ";
    position: absolute;
	bottom:-150%;
	left:-150%;
	z-index:9;
	width:100%;
	height:100%;
    background: #666666;
	-webkti-transform:rotate(33deg) scale(2);
	transform:rotate(33deg) scale(2);
}
.section-products ul li a:hover:before
{
	bottom:-50%;
	left:-50%;
}
.section-products ul li a:after
{
    content:" ";
    position: absolute;
	top:-150%;
	right:-150%;
	z-index:9;
	width:100%;
	height:100%;
    background: #666666;
	-webkti-transform:rotate(33deg) scale(2);
	transform:rotate(33deg) scale(2);
}
.section-products ul li a:hover:after
{
	top:-50%;
	right:-50%;
}
.section-products ul li a figure
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    padding-top: 70%;
}
.section-products ul li a figcaption
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 99;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	background:rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-products ul li a:hover figcaption
{
	background:rgba(0,0,0,0);
}
.section-products ul li a figcaption h3
{
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}
.section-products ul li a figcaption:after
{
	content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 36px;
    color: #000;
    text-align: center;
    padding: 15px 0 0 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-products ul li a:hover figcaption:after
{
    width: 100px;
    height: 100px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.section-services
{
    padding: 85px;
    position: relative;
	text-align:center;
    background: #2a2c2e;
}
.section-services h2
{
	color:#fff;
}
.section-services ul
{
    padding: 0;
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.section-services ul li
{
    float: left;
    width: 33.333333%;
    display: flex;
    flex-wrap: wrap;
}
.section-services ul li a 
{
    margin: 15px;
    padding: 15px 30px;
    background: #fff;
	border:solid 2px #fff;
	border-radius:30px 0;
}
.section-services ul li a:hover
{
	border:solid 2px #2199fb;
    background: none;
}
.section-services ul li a  img
{
    width: 50px;
    height: 50px;
	margin:15px 0;
}
.section-services ul li a h3
{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-services ul li a p
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-services ul li a:hover h3, .section-services ul li a:hover p
{
    color: #fff;
}
.section-skills
{
	padding:85px 100px;
    text-align: center;
}
.section-skills ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.section-skills ul li
{
    float: left;
    width: 25%;
	border-left:dashed 1px #C5C5C5;
	padding:20px 0;
}
.section-skills ul li h2
{
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    color: #000;
    line-height: 24px;
}
.section-skills ul li h2:after
{
    content: "%";
    font-size: 30px;
    margin-left: 4px;
    top: -3px;
    position: relative;
}
.section-skills ul li p
{
    font-size: 20px;
    font-weight: 500;
    color: #ff3c00;
}
.photo-gallery
{
	
}
.photo-gallery ul
{
    padding: 0;
    margin: 0 -10px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 50%;
    overflow: hidden;
}
.photo-gallery ul li h4
{
    text-align:center;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #000;
    background: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top:50%;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    text-align: center;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
    padding: 11px 0;
	opacity:0;
}
.photo-gallery ul li a:hover:after
{
	opacity:1;
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.section-contact
{
    background: #2199fb url(../images/contact.jpg) center center no-repeat;
    background-size: cover;
    padding: 85px 100px;
	text-align:center;
}
.section-contact h2
{
    font-size: 50px;
    color: #fff;
    font-weight: 700;    
}
.section-contact h3
{
    font-size: 22px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
}
.section-contact a
{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 30px;
    display: inline-block;
    margin: 15px 0;
	background:#ff3c00;
	border:solid 2px #ff3c00;
	text-transform:uppercase;
}
.section-contact a:hover, .section-contact a:hover:nth-of-type(2)
{
	border:solid 2px #fff;
	background:none;
}
.section-contact a:nth-of-type(2)
{
	background:rgba(66,60,60);
	border:solid 2px rgba(66,60,60);
}
.section-clients
{
    margin:0 0 30px 0;
}
.footer
{
	position:relative;
    background: #2a2c2e;
	padding:85px 100px;
}
.footer aside
{
    margin-right:7%;
}
.footer aside:nth-of-type(3), .footer aside:last-of-type
{
    margin-right:0%;
}
.footer h3
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
	margin-bottom:30px;
	text-transform:uppercase;    
}
.footer p
{
    color: #fff;
    line-height: 24px;
    font-size: 16px;
	margin-top:0;
}
.footer p strong
{
    color: #ff3c00;
    font-weight: 700;
}
.footer p span
{
    color: #fff;
    font-weight: 800;
}
.footer a
{
    color: #fff;
}
.footer a:hover
{
	text-decoration:underline;
}
.social-media
{
	
}
.social-media a
{
    display: inline-block;
    margin-right: 2px;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
}
.social-media a:hover
{
	color:#fff;
}
.footer-text
{
	
}
.footer-text i
{
	width:18px;
	text-align:center;
}
.footer-nav
{
	
}
.footer-nav a
{
	color:#fff;
	font-weight:400;
	display:block;
    line-height: 24px;
    font-size: 16px;
}
.footer-bottom
{
	margin-top:50px;
	padding-top:35px;
	border-top:dashed 1px #666;
}
.footer-bottom a
{
    color: #00ce00;
}
.footer-bottom p
{
    color: #fff;
	margin-bottom:0;
}
.footer-text-link a:hover
{
	text-decoration:underline;
}
.show
{
	display:block;
}
.hide
{
	display:none;
}
.wow
{
	visibility: hidden;
}
.anchor
{
	position:absolute;
	top:-70px;
}
.banner-heading
{
    padding:148px 100px 100px 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	text-align:center;
}
.banner-heading:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
}
.banner-heading h2
{
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    z-index: 9;
    text-transform: uppercase;    
    margin: auto;
}
.section-content
{
	position:relative;
	padding:85px 100px;
}
.section-content p a
{
	color:#000;
	text-decoration:underline;
	font-weight:600;
}
.section-content p a:hover
{
	text-decoration:none;
}
.section-content h4
{
    font-size: 20px;
    color: #000;
    font-weight: 600;
	margin:15px 0;
	line-height:30px;
}
.content
{
	width:65%;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.sidebar nav
{
    background: #fff;
    margin: 15px 0;
	padding:15px 0;
    border-radius: 10px;
    box-shadow: 4px 16px 26px rgb(0 0 0 / 20%);
}
.sidebar nav h3
{
    margin-top: 0;
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.sidebar nav ul
{
    padding: 0;
    margin: 0;
}
.sidebar nav ul li
{
	border-bottom:solid 1px #F2F2F2;
}
.sidebar nav ul li a
{
    display: block;
    background: #fff;
    margin: 1px 0;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    border-radius: 2px;
    padding: 8px 26px;
}
.sidebar nav ul li a:hover
{
    background: #2199fb;
    color: #fff;
}
.vision-mission
{
    position:relative;
    display: flex;
}
.vision-mission:before
{
    content:" ";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: auto;
    z-index: 999;
}
.vision-mission aside
{
    background: url(../images/Vision.jpg) center center no-repeat;
    background-size: cover;
    width: 50%;
    text-align: center;
    padding: 85px 100px;
    position: relative;
    z-index: 9;
}
.vision-mission aside:nth-of-type(2)
{
    background:url(../images/Mission.jpg) center center no-repeat;
	background-size:cover;
}
.vision-mission aside:after
{
    content:" ";
    background: rgba(33,153,251,0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -8;
}
.vision-mission aside:nth-of-type(2):after
{
	background:rgba(39,41,42,0.6);
}
.vision-mission aside h2, .vision-mission aside p, .vision-mission aside p strong
{
	color:#fff;
}
.services-and-support
{
	
}
.services-and-support fieldset, .get-a-quote fieldset
{
    width:60%;
	margin:auto;
	margin-top:30px;
}
.services-and-support fieldset form, .get-a-quote fieldset
{
	
}
.services-and-support fieldset label, .get-a-quote fieldset label
{
    color: #000;
	font-weight:500;
	margin-bottom:5px;
	display:block;
}
.form-split
{
    width: 48%;
}
.services-and-support fieldset input[type=text], .services-and-support fieldset input[type=email], .services-and-support fieldset input[type=number],
.get-a-quote fieldset input[type=text], .get-a-quote fieldset input[type=email], .get-a-quote fieldset input[type=number]
{
    padding: 12px 10px;
    width: 100%;
    background: #fff;
    border: 2px solid #e7dddd;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.services-and-support fieldset input[type=text]:focus, .services-and-support fieldset input[type=email]:focus, .services-and-support fieldset input[type=number]:focus, .services-and-support fieldset textarea:focus, .get-a-quote fieldset input[type=text]:focus, .get-a-quote fieldset input[type=email]:focus, .get-a-quote fieldset input[type=number]:focus
{
    border: 2px solid #2199fb;
}
.select
{
	position:relative;
	display:inline-block;
	width:100%
}
.select select
{
	padding: 12px 10px;
    box-sizing: border-box;
    width: 100%;
    border: 2px solid #e7dddd;
    background: #fff;
    outline: 0;
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    margin-bottom: 20px;
}
.select select:focus
{
    border: 2px solid #2199fb;
}
.select:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 30px;
    right: 20px;
    pointer-events: none;
    font-size: 30px;
}
.select select::-ms-expand
{
	display:none
}
.select select:focus,select select:hover
{
	
}
.services-and-support fieldset textarea, .get-a-quote fieldset textarea
{
    padding: 12px 10px;
    width: 100%;
    background: #fff;
    border: 2px solid #e7dddd;
    outline: 0px;
    position: relative;
    color: #000;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
}
.services-and-support fieldset input[type=submit], .get-a-quote fieldset input[type=submit]
{
    border: none;
    padding: 15px 40px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    border-radius: 30px;
    background: #ff3c00;
}
.our-products
{
	margin:85px 100px;
}
.industrial-and-application
{
    padding: 85px;
}
.industrial-and-application ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.industrial-and-application ul li
{
    width: 25%;
    float: left;
    padding: 15px;
    text-align: center;
}
.industrial-and-application ul li img
{
    
}
.industrial-and-application ul li h3
{
    color: #666;
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    padding: 10px;
    position: relative;
    z-index: 9;
}
.industrial-and-application ul li h3:before
{
    content: " ";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 15px;
    background: #fff;
    z-index: -8;
}
.application
{
    margin: 85px;
	background:url(../images/Application-Bg.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
}
.application ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.application ul li
{
    float: left;
    width: 20%;
    text-align: center;
    border: solid 5px #fff;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	padding:15px;
}
.application ul li:hover
{
    background:#ff3c00;
}
.contact-page
{
	
}
.contact-page h2
{
    font-size: 26px;
}
.contact-page aside
{
    width: 46%;
	text-align:center;
}
.contact-page aside p strong
{
    color:#000;
	font-weight:600;
}
.get-a-quote
{
	padding:85px 100px;
}