@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, 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.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
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: #2b2f2a;
    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.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #2b2f2a;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5.5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #9F0000;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #d5b315;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #d5b315;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
.wow
{
	visibility: hidden;
}
#preloader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999;
}
#status
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader-icon
{
    width: 261px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
	text-align: center;
}
.loader-icon img
{
    height: 50px;
	-webkit-animation:loader 3s ease-in infinite;
	animation:loader 3s ease-in infinite;
}
@keyframes loader
{
	0%
	{
		filter: grayscale(100%);
	}
	100%
	{
		filter: grayscale(0);
	}
}
.wrapper
{
	
}
.whatsapplink
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;	
}
.whatsapplink a
{
    background: url(../images/WhatsApp.svg) center center no-repeat;
    background-size: contain;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
}
.section
{
	
}
.footer
{
	
}
#navbar
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	transition:top 0.8s;
	z-index:99999999;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.nav-shrink
{
	background: #fff;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position:fixed !important;
	top:0;
	left:0;
	right:0;
	z-index:99999999;
}
.header
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
	padding:15px 0px;
}
.header:hover
{
	background: #fff;
}
.header-top
{
	position:relative;
}
.header-top h1
{
    margin: 0px 0;
}
.header-top h1 a
{
    display: block;
	/*background: url("../images/logo.png") center center no-repeat;*/
	background: url("../images/logocolor.svg") center center no-repeat;
	background-size: contain;
    width: 50px;
    height: 45px;
}
.header:hover .header-top h1 a, .nav-shrink .header-top h1 a
{
	background: url("../images/logocolor.svg") center center no-repeat;
	background-size: contain;
}
.header-top h1 a img
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top aside
{
	
}
.header-top aside a.linkbutton
{
	margin: 0;
}
.nav
{
	margin-left: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
	margin-right: 30px;
}
.nav ul li a
{
    color: #2b2f2a;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 17px 0px;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: #6d6e71;
	display: none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-top: solid 0px #6d6e71;
	display: none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before
{
	height: 5px;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
    border-top: solid 5px #0c2e8a;
}
.nav ul li a i
{
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin: auto;
    transform: translateY(-50%);
    margin-top: 2px;
}
.nav ul li a i:before
{
    content: " ";
    background: #034ea2;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0px;
    transform: rotate(-45deg);
    transform-origin: top;
}
.nav ul li a i:after
{
    content: " ";
    background: #034ea2;
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 0px;
    transform: rotate(45deg);
    transform-origin: top;
}
.nav ul li:hover > a i:before,
.nav ul li:hover > a i:after
{
    height: 10px;
}
.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: #9F0000;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    z-index: 9999999;
	left:0;
	right: 0;
	padding:25px 0px;
}
.nav ul li ul aside
{
    width: 33.333333%;
	float: left;
	text-align: left;
	padding-right: 50px;
}
.nav ul li ul aside h3
{
    color: #034ea2;
    font-size: 16px;
	font-weight: 500;
	border-bottom: solid 1px #034ea2;
	margin: 0 0 15px 0;
	padding: 15px 0;
} 
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    color: #6d6e71;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0px;
	text-align:left;
	font-size:16px;
	position: relative;
	display: inline-block;
}
.nav ul ul li a:after
{
    content: "\e5c8";
    font-family: 'Material Symbols Outlined';
    font-size: 22px;
    font-weight: 300;
    color: #034ea2;
    display: block !important;
    border: none !important;
    position: absolute;
    top: 7px;
    right: 0;
    left: auto;
    transform: translateX(-20px);
    opacity: 0;
}
.nav ul ul li a:hover:after
{
    transform: translateX(10px);
    opacity: 1;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#034ea2;
}
.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;
}
.hero
{
    width: 100%;
    padding: 100px 0 50px 0;
	position: relative;
}
.hero article
{
	text-align: center;
}
.hero article h2
{
    color: #2b2f2a;
    font-size: 42px;
    font-weight: 700;
    line-height: 3.5rem;
}
.hero article h2 span
{
    position: relative;
	z-index: 9;
	display: inline-block;
	padding: 0 10px;
	color: #fff;
}
.hero article h2 span:before
{
    content: " ";
    background: #06402b;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -8;
}
.hero-link
{
	
}
.hero-link a
{
    font-size: 33px;
    font-weight: 600;
    color: #2b2f2a;
    display: inline-block;
    margin: 15px 5px;
    position: relative;
	z-index: 9999;
    padding-left: 40px;
}
.hero-link a:before
{
    content: " ";
    background: url(../images/LogoShape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    left: 0;
    height: 15px;
    width: 35px;
}
.hero-link a:after
{
    content: " ";
    background: #9F0000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
	right: 0;
    z-index: -8;
	width: 0;
}
.hero-link a:hover:after
{
    left: 0;
	right: auto;
	width: 100%;
}
.hero-link a:hover, .hero-link a:hover:before
{
	color: #fff;
}
.logoicon
{
    position: absolute;
    top: 50%;
    right: 100px;
    width: 450px;
    height: 146px;
    transform: rotate(-45deg);
    z-index: -8;
	display: none;
}
.yellow
{
    fill: rgba(249, 213, 31, 0);
    stroke: #f9d51f;
    stroke-width: 0.2px;
    stroke-dasharray: 2100;
    stroke-dashoffset: 2100;
	-webkit-animation:yellow 6s ease-in infinite;
	animation:yellow 6s ease-in infinite;
}
@keyframes yellow
{
	50%
	{
		stroke-dashoffset:0;
		fill:rgba(249, 213, 31, 0);
	}
	75%
	{
		stroke-dashoffset:0;
		fill:rgba(249, 213, 31, 0);
	}
	100%,75%
	{
		stroke-dashoffset:0;
		fill:rgba(249, 213, 31, 1);
		animation:yellow 2s ease-in infinite;
	}
}
.hero
{
    width: 100%;
}
#video-wrapper
{
	border-radius: 30px;
	overflow: hidden;
}

#video-wrapper >  #player {
   width: 100%;
   height: 100%;
   cursor:pointer;
}

.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 30px;
    font-weight: 600;
    color: #242323;
    line-height: 32px;
}
.container h2 span
{
    color: #6d6e71;
}
.container h3
{
    color: #232629;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.sidebar
{
	width: 30%;
}
.sidebar img
{
	margin: 15px 0;
}
.content
{
	width: 65%;
}
a.linkbutton
{
    display: inline-block;
    font-size: 16px;
	font-weight: 500;
    color: #2b2f2a;
    border: solid 1px #e2e6ec;
    background: #e2e6ec;
    padding: 14px 55px 14px 25px;
    margin: 15px 0;
    border-radius: 30px;
    position: relative;
}
a.linkbutton:hover
{
	
}
a.linkbutton span
{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 38px;
    height: 38px;
    background: linear-gradient(0deg, #560000, #9F0000);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 400;
	overflow: hidden;
}
a.linkbutton span:before
{
    font-family: 'Material Symbols Outlined';
    content: "\f8ce";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.linkbutton:hover span:before
{
    transform: translate(30px, -30px);
}
a.linkbutton span:after
{
    font-family: 'Material Symbols Outlined';
    content: "\f8ce";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-30px, 30px);
}
a.linkbutton:hover span:after
{
    transform: translate(0px, 0px);
}
.sets
{
	text-align: center;
    background: #e2e6ec;
}
.sets ul
{
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:30px;
}
.sets ul li
{
	background: #fff;
    box-shadow: 0px 16px 28px rgba(0, 0, 0, 0.1);
	padding: 25px 30px;
	border-radius: 30px;
}
.sets ul li:nth-of-type(even)
{
	
}
.sets ul li figure
{
    background: linear-gradient(0deg, #560000, #9F0000);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
	display: none;
}
.sets ul li:nth-of-type(even) figure
{
    background: linear-gradient(0deg, #560000, #9F0000);
}
.sets ul li figure img
{
	margin: 15px 0;
	filter: invert(1);
}
.sets ul li:nth-of-type(even) figure img
{
	filter: invert(1);
}
.sets ul li h3
{
	position: relative;
}
.sets ul li h3::before
{
    content: " ";
    display: block;
    height: 20px;
    width: 55px;
    background: url(../images/LogoShape.svg) center center / contain no-repeat;
    margin: auto;
}
.positive-impact
{
	text-align: center;
}
.positive-impact ul
{
	padding: 0;
	margin: 0 -15px;
}
.positive-impact ul li
{
	width: 25%;
	float: left;
}
.positive-impact ul li a
{
	display: block;
	margin: 15px;
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.positive-impact ul li a:after
{
	content: " ";
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.positive-impact ul li a:hover:after
{
    background: rgba(127, 18, 18, 0.8);
	mix-blend-mode: multiply;
}
.positive-impact ul li a img
{
	width: 100%;
	height: 420px;
	object-fit: cover;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.positive-impact ul li a:hover img
{
	transform: scale(1.2);
}
.positive-impact ul li a figcaption
{
	text-align: left;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
	z-index: 9;
}
.positive-impact ul li a figcaption h2
{
	color: #fff;
    font-size: 20px;
    line-height: 24px;
	margin: 0;
	margin-top: auto;
}
.positive-impact ul li a figcaption p
{
	color: #fff;
    line-height: 20px;
    font-size: 15px;
}
.positive-impact ul li a figcaption button
{
    font-family: "Poppins", sans-serif;
    width: 100%;
    display: inline-block;
    font-size: 16px;
	font-weight: 500;
    border: solid 1px #fff;
    background: #fff;
    color: #242323;
    padding: 9.5px 55px 9.5px 25px;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
    transform: translateY(80px);
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.positive-impact ul li a:hover figcaption button
{
    transform: translateY(0px);
    opacity: 1;
}
.positive-impact ul li a figcaption button span
{
    position: absolute;
    top: 3px;
    right: 3px;
    width: 38px;
    height: 38px;
    background: linear-gradient(0deg, #560000, #9F0000);
    color: #fff;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 400;
	overflow: hidden;
}
.positive-impact ul li a figcaption button span:before
{
    font-family: 'Material Symbols Outlined';
    content: "\f8ce";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.positive-impact ul li a:hover figcaption button span:before
{
    transform: translate(30px, -30px);
}
.positive-impact ul li a figcaption button span:after
{
    font-family: 'Material Symbols Outlined';
    content: "\f8ce";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-30px, 30px);
}
.positive-impact ul li a:hover figcaption button span:after
{
    transform: translate(0px, 0px);
}
.decades
{
	text-align: center;
}
.decades ul
{
    padding: 0;
    margin: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.decades ul li
{
    display: inline-block;
    width: 22%;
    padding: 10px;
}
.decades ul li h2
{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
	position: relative;
}
.growing
{
	
}
.youtube-video
{
	width: 60%;
}
.youtube-embed
{
  position: relative;
  padding-bottom: 56%;
  width: 100%;
  text-align: left;
}
.youtube-embed iframe
{
  width: 100%;
  position: absolute;
  height: 100%;
  overflow: hidden;
	border-radius: 30px;
}
.growing aside
{
    width: 35%;
	margin-left: auto;
}
.priority
{
	text-align: center;
}
.priority ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:30px;
	margin: 30px 0 0 0;
}
.priority ul li
{
    border: solid 1px #9F0000;
    border-radius: 30px;
	text-align: center;
	position: relative;
}
.priority ul li:nth-of-type(even)
{
    border: solid 1px #e2e6ec;
    background: #e2e6ec;
}
.priority ul li:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    color: #9F0000;
    position: absolute;
    top: 50%;
    left: -27px;
    font-size: 26px;
    transform: translateY(-50%);
}
.priority ul li:first-of-type:before
{
    display: none;
}
.priority ul li h3
{
    font-size: 20px;
	position: relative;
}
.priority ul li h3:after, .decades ul li h2:after
{
	content: " ";
    background: url(../images/LogoShape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 15px;
    width: 35px;
    margin: auto;
}
.priority ul li p
{
    font-size: 16px;
}
.unmatched
{
    background: #e2e6ec;
}
.unmatched aside
{
	width: 40%;
}
.unmatched a.linkbutton
{
    border: solid 1px #fff;
    background: #fff;
}
.unmatched figure
{
	width: 40%;
	margin-left: auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0px 16px 28px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.footer
{
    background: #fff;
	border-top:solid 1px #e2e6ec;
	position:relative;
}
.footer h3
{
    color: #232629;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:85px 0;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:8%;
}
.footer article aside h1 a img
{
    width: 50px;
    height: 45px;
}
.footer article aside:nth-of-type(4)
{
    margin-right:0;
}
.footer article aside:last-of-type
{
    margin-right:0;
}
.footer article aside ul
{
    padding:0;
	margin:0;
}
.footer article aside ul li
{
    
}
.footer article aside ul li a
{
    display: inline-block;
    color: #2b2f2a;
    font-size: 16px;
	line-height:30px;
	font-weight: 500;
	position:relative;
}
.footer article aside ul li a:after
{
    content: " ";
    background: #9F0000;
    position: absolute;
    bottom: 2px;
    left: auto;
    right: 0;
    height: 2px;
	width: 0;
}
.footer article aside ul li a:hover:after
{
    left: 0;
    right: auto;
	width: 100%;
}
.footer article aside ul li a:hover
{
    
}
.social-icons
{
	
}
.social-icons-fixed
{
    position: fixed;
    bottom: 75px;
    right: 20px;
	z-index: 9999999;
}
.social-icons a, .social-icons-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 2px;
	float:left;
	margin-right:5px;
}
.social-icons-fixed a
{
    width: 40px;
    height: 40px;
    padding: 9px 0;
    font-size: 22px;
    border-radius: 3px;
    float: none;
    margin: 5px 0px;
}
.social-icons a:hover, .social-icons-fixed a:hover
{
    border-radius: 50%;
}
.social-icons a:nth-of-type(2), .social-icons-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icons a:nth-of-type(3), .social-icons-fixed a:nth-of-type(3)
{
    background: #0a66c2;
}
.footer p
{
    color: #2b2f2a;
    font-size: 16px;
	font-weight: 500;
}
.footer p strong
{
    color: #9F0000;
    font-weight: 600;
	display:block;
}
.footer-bottom
{
    background: #e2e6ec;
	padding:15px 0px;
}
.footer-bottom p
{
    color: #000;
}
.footer-bottom a
{
    color: #f7f701;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.formobile
{
	display:none !important;
}
.page-title
{
	padding:30px 20px;
	text-align: center;
	margin-top: 80px;
}
.page-title h1
{
    font-size: 56px;
    font-weight: 600;
    color: #2b2f2a;
    line-height: 52px;
	position: relative;
}
.page-title h1:after
{
    content: " ";
    background: url(../images/LogoShape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    height: 17px;
    width: 60px;
    margin: auto;
}
.about-us-intro
{
	text-align: center;
}
.about-us-intro .row
{
	max-width: 1000px;
}
.our-mission
{
    background: #e2e6ec;
	text-align: center;
	padding: 35px 0;
}
.our-mission .row
{
    max-width: 1000px;
}
.our-mission .row a.linkbutton
{
    border: solid 1px #fff;
    background: #fff;
}
.our-mission
{
    background: #e2e6ec;
	text-align: center;
}
.about-us
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap:50px;
}
.about-us img, .promise img
{
	border-radius: 30px;
}
.promise
{
	text-align: center;
    background: #e2e6ec;
}
.promise article
{
	display: flex;
	align-items: center;
	text-align: left;
}
.promise article:nth-of-type(even)
{
	flex-direction: row-reverse;
}
.promise article figure
{
	width: 50%;
}
.promise article aside
{
	width: 50%;
	padding-left: 50px;
}
.promise article:nth-of-type(even) aside
{
	padding-left: 0px;
	padding-right: 50px;
}
.values
{
	text-align: center;
	position: relative;
}
.values h2
{
	margin: 0;
}
.values:before
{
	content: " ";
    background: #e2e6ec;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50%;
	z-index: -8;
}
.values ul
{
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
}
.values ul li
{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.values ul li:after
{
	content: " ";
	background: rgba(0,0,0,0.3);
	top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.values ul li figcaption
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 20px;
	z-index: 9;
}
.values ul li figcaption:after
{
	content: " ";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -8;
}
.values ul li figcaption h3
{
	margin-top: auto;
	color: #fff;
}
.values ul li figcaption p
{
	color: #fff;
}
.built
{
	text-align: center;
}
.built ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:30px;
	margin: 30px 0 0 0;
}
.built ul li
{
    border: solid 1px #9F0000;
    border-radius: 30px;
	text-align: center;
	position: relative;
	padding: 10px;
	height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.built ul li:nth-of-type(even)
{
    border: solid 1px #e2e6ec;
    background: #e2e6ec;
}
.built ul li h3
{
    font-size: 20px;
	position: relative;
}
.built ul li h2:after
{
	content: " ";
    background: url(../images/LogoShape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 15px;
    width: 35px;
    margin: auto;
}
.processing-excellence
{
    background: #e2e6ec;
	text-align: center;
}
.processing-excellence ul
{
    margin: 15px 0 0px 0;
}
.processing-excellence ul li
{
    width: 100%;
    background: #fff !important;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 16px 28px rgba(0, 0, 0, 0.1);
	display: flex;
	overflow: hidden;
}
.processing-excellence ul li aside
{
    width: 50%;
    padding: 5px 15px;
    background: #fff;
}
.processing-excellence ul li figure
{
    width: 50%;
}
.processing-excellence ul li figure img
{
    width: 100%  !important;
    height: 277px  !important;
    max-height: 100% !important;
    object-fit: cover;
}
.processing-excellence ul li h3
{
    font-size: 16px;
    line-height: 24px;
}
.processing-excellence ul li h3::before
{
    content: " ";
    display: block;
    height: 20px;
    width: 55px;
    background: url(../images/LogoShape.svg) center center / contain no-repeat;
    margin: auto;
}
.operations-quality
{
	text-align: center;
}
.during-process
{
	margin: 20px 0 0 0;
}
.during-process ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:30px;
	margin: 20px 0 0 0;
}
.during-process ul li
{
    border: solid 1px #9F0000;
    border-radius: 30px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
}
.during-process ul li:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    color: #9F0000;
    position: absolute;
    top: 50%;
    left: -27px;
    font-size: 26px;
    transform: translateY(-50%);
}
.during-process ul li:first-of-type:before
{
    display: none;
}
.during-process ul li p
{
	position: relative;
}
.during-process ul li p:after
{
	content: " ";
    background: url(../images/LogoShape.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    height: 15px;
    width: 35px;
    margin: auto;
}
.operations-quality-list
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
	margin: 30px 0 0 0;
}
.operations-quality-list aside
{
	text-align: left;
    background: #e2e6ec;
	padding: 15px 30px;
    border-radius: 30px;
}
.operations-quality-list aside:nth-of-type(even)
{
    background: #fff;
    box-shadow: 0px 12px 26px rgba(0, 0, 0, 0.2);
}
.sourcing
{
	text-align: center;
	position: relative;
}
.sourcing ul
{
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:30px;
}
.sourcing ul li
{
	border-radius: 30px;
	overflow: hidden;
	position: relative;
}
.sourcing ul li:after
{
	content: " ";
	background: rgba(0,0,0,0.3);
	top: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.sourcing ul li figcaption
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
    padding: 0px 15px;
	z-index: 9;
}
.sourcing ul li figcaption:after
{
	content: " ";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -8;
}
.sourcing ul li figcaption p
{
	color: #fff;
    line-height: 20px;
}