@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&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: "Archivo", 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.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: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 5px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #444e50;
}
ul.list li strong
{
	color:#000;
    font-weight: 600;
}
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: #fff;
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 34px;
}
.scrollup:hover
{
    border-radius: 50%;
}
.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;
}
.header
{
	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;
	padding:15px 0px;
}
.header-strip
{
	
}
.header-strip nav
{
	margin-left: 70%;
}
.header-strip nav ul
{
    padding: 0;
    margin: 0;
}
.header-strip nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	padding:0 10px;
	border-left: solid 1px #cacaca;
}
.header-strip nav ul li:first-of-type
{
	border-left: none;
}
.header-strip nav ul li:before
{
	content: " ";
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
    width: 1px;
    opacity: 0.1;
}
.header-strip nav ul li:first-of-type:before
{
	display: none; 
}
.header-strip nav ul li a
{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 3px 0px;
}
.header-strip nav ul li a:hover
{
    color: #034ea2;
}
.header-strip aside
{
	
}
.header-strip aside h3
{
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #034ea2;
    display: flex;
    align-items: center;
}
.header-strip aside h3:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e324";
    font-size: 22px;
    font-weight: 200;
	color: #034ea2;
}
.header-top
{
	position:relative;
}
.header-top h1
{
    margin: 0px 0;
	position: relative;
    top: -11px;
}
.header-top h1 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;
    font-size: 13px;
    text-transform: uppercase;
}
.nav
{
	margin-left: 100px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
	margin:0 12px;
}
.nav ul li a
{
    color: #8a8a8a;
    font-size: 13px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 17px 0px;
    text-transform: uppercase;
}
.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, .header-strip nav ul li.active > a
{
	color: #034ea2;
}
.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: 30px;
}
.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: block;
	text-transform: none;
}
.nav ul ul li a:after
{
    content: "";
    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 li ul li:hover{
    background:#eeeeee;
	border-radius: 3px;
    transition: 1s;
}
.nav ul ul li a:hover
{
    padding: 10px 8px;
	color:#034ea2;
    
}


.nav ul li ul:hover a
{
	
}
.nav ul li ul li .subnav
{
    display: none;
    background: none;
    z-index: 9999999;
	position: static;
    padding: 10px 10px;
	box-shadow: none;
	visibility:hidden;
}
.nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}
.nav ul > li:hover ul
{
	display:block;
}
.hero
{
    width: 100%;
	text-align: center;
	margin-top: 122px;
}
.hero h1
{
    color: #232629;
    font-weight: 800;
    font-size: 60px;
    padding: 30px 20px;
	border-top: solid 1px #eeeeee;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 32px;
    font-weight: 800;
    color: #034ea2;
    line-height: 36px;
}
.container h3
{
    color: #232629;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}
.row
{
	width:100%;
	max-width:1490px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.evenheight
{
    display: flex;
}
.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;
    color: #fff;
    border: solid 1px #232629;
    background: #232629;
    padding: 16px 30px 16px 30px;
    margin: 15px 0;
    border-radius: 6px;
    position: relative;
}
a.linkbutton:hover
{
    color: #fff;
    background: #034ea2;
    border: solid 1px #034ea2;
}
a.linkbutton:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: solid 8px transparent;
    border-top: solid 8px transparent;
    border-left: solid 0px #fff;
}
a.linkbutton:hover:before
{
    border-left: solid 8px #fff;
}
a.linkbutton:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom: solid 8px transparent;
    border-top: solid 8px transparent;
    border-left: solid 0px #034ea2;
}
a.linkbutton:hover:after
{
    border-left: solid 8px #034ea2;
}
.intro
{
	position: relative;
	overflow: hidden;
}
.intro figure
{
	width: 45%;
	position: relative;
}
/* .intro figure:before, .infrastructure figure:before
{
	content: " ";
    border: solid 30px #f7f701;
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    z-index: -8;
}
.intro figure:after, .infrastructure figure:after
{
	content: " ";
    border: solid 50px #034ea2;
    position: absolute;
    top: -100px;
    left: 0;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: -8;
} */
.intro aside
{
	width: 50%;
	margin-left: auto;
}
.intro aside p
{
	text-align: justify;
}
.marq-cont{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    height: 330px;
}
.marq-cont ul
{
    
}
.marq-cont ul li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 12px;
    position: relative;
    margin-bottom: 5px;
}
.marq-cont ul li figure
{
    border-radius: 50%;
    border: solid 1px #e0dede;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100px;
	height: 100px;
}
.marq-cont ul li figure img
{
	max-width: 100%;
	max-height: 100%;
}
.marq-cont ul li:before
{
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 0;
    height: 0;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    border-left: solid 6px #034ea2;
}
.marq-cont ul li ul li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 15px;
	list-style: circle;
    padding-left: 0;
}
.marq-cont ul li ul li:before
{
    display: none;
}
.count
{
	
}
.count ul
{
    padding: 0;
    margin: 0px -15px;
}
.count ul li
{
	width: 25%;
	float: left;
}
.count ul li article
{
    position: relative;
    margin: 0 15px;
}
.count ul li article figure
{
    /* background: #f7f701; */
    position: absolute;
    top: -8px;
    right: 0;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.count ul li article figure img
{
	max-width:50px;
	max-height:50px;
}
.count ul li article h1
{
    color: #232629;
    font-weight: 800;
    font-size: 50px;
    margin: 0;
    border-bottom: solid 1px #cbcbcb;
    padding-bottom: 10px;
}
.count ul li article h1:after
{
    content: "+";
    font-size: 40px;
    margin-left: 4px;
    top: 0;
    position: relative;
}
.count ul li article h3
{
    font-size: 15px;
    margin: 5px 0 0 0;
    color: #8a8a8a;
    font-weight: 400;
}
.products
{
	background: #fff url("../images/TextureWhite.png") center center;
	text-align: center;
}
.products .row
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:30px;
} 
.products article
{
	text-align: left;
	position: relative;
	background: #fff;
	padding:15px 30px;
	border-radius: 30px;
    border-right: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
	height: 350px;
    display: flex;
}
.products article figure
{
	width: 40%;
    transform: translateY(0px);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.products article:hover figure
{
    transform: translateY(50px);
}
.products article figure img
{
	border-radius: 10px;
}
.products article aside
{
	width: 60%;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
}
.products article aside a.linkbutton
{
	border: solid 1px #034ea2;
	background: #034ea2;
	margin-top: auto;
}
.products article aside h2
{
    font-size: 26px;
    color: #232629;
    line-height: 30px;
}
.products article aside p
{
	margin: 0;
	margin-top: auto;
}
/*.infrastructure
{
	position: relative;
}
.infrastructure:after
{
	content: " ";
    background: #034ea2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
}
.infrastructure figure
{
	width: 55%;
	position: relative;
}
.infrastructure figure img
{
	border-radius: 10px;
}
.infrastructure figure:before
{
    z-index: 9;
    mix-blend-mode: difference;
}
.infrastructure aside
{
	width: 40%;
	margin-left: auto;
}*/
.awards
{
	text-align: center;
	width: 35% !important;
    /* background: #fff url(../images/TextureWhite.png) center center; */
	position: relative;
	z-index: 9;
	margin-left: auto;
    
}
/* .awards:before
{
	content: " ";
    background: #fff url(../images/TextureWhite.png) center center;
	position: absolute;
	top: -85px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -8;
} */
.awards h2, .news h2
{
	margin-bottom: 30px;
}
.news .AwardsSlider
{
	padding-bottom: 75px;
}
.NewsSlider.owl-carousel .owl-stage,
.NewsSlider.owl-carousel.owl-drag .owl-item
{
	display: flex !important;
}
.NewsSlider .item a
{
	display: block;
    border-radius: 10px;
	overflow: hidden;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	position: relative;
}
.AwardsSlider .item a:after
{
	content: " ";
    background: linear-gradient(0deg, #034ea2, transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
}
.AwardsSlider .item a img
{
    height: 334px;
    object-fit: cover;
}
.AwardsSlider .item a h3
{
	color: #fff;
	z-index: 9;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 10px;
}
.AwardsSlider .owl-prev,
.AwardsSlider .owl-next
{
	display: none;
}
.news
{
	width: 63% !important;
	text-align: center;
}
.news .NewsSlider
{
	padding-bottom: 75px;
}
.testimonials .owl-carousel
{
	margin-top: 30px;
	padding-bottom: 75px;
}
.NewsSlider .owl-dots, .testimonials .owl-dots
{
	display: none;
}
.NewsSlider .owl-carousel .owl-stage, .testimonials .owl-carousel .owl-stage
{
    display: flex;
}
.NewsSlider .owl-carousel.owl-drag .owl-item, .testimonials .owl-carousel.owl-drag .owl-item
{
    display: flex;
}
.NewsSlider .item
{
	width: 100%;
}
.NewsSlider .item a
{
	display: block;
	border-radius: 10px;
	background: #e8ecf2;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
    height: 90vh;
}
.NewsSlider .item a figure
{
	width: 100%;
	height: 180px;
	text-align: center;
}
.NewsSlider .item a figure img
{
	/*height: 100%;*/
	aspect-ratio: 3 / 4;
}
.NewsSlider .item a h3
{
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
    color: #232629;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.testimonials
{
	text-align: center;
}
.testimonials .row
{
	max-width: 800px;
	position: relative;
}
/* .testimonials .row:before
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #f7f701;
    font-size: 80px;
    position: absolute;
    top: 15px;
    left: -30px;
    z-index: 99;
    mix-blend-mode: color-burn;
}
.testimonials .row:after    
{
    content: "\f10e";
    font-family: 'FontAwesome';
    color: #034ea2;
    font-size: 80px;
    position: absolute;
    bottom: 30px;
    right: -20px;
    z-index: 99;
    mix-blend-mode: color-burn;
} */
.testimonials .TestimonialsSlider .item
{
	position: relative;
    display: flex;
	flex-wrap: wrap;
}
.testimonials .TestimonialsSlider .item figure
{
	width: 15%;
	position: relative;
}
.testimonials .TestimonialsSlider .item figure:after
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #034ea2;
    font-size: 110px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.testimonials .TestimonialsSlider .item figure img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
    border-radius: 10px;
	display: none;
}
.testimonials .TestimonialsSlider .item aside
{
	width: 85%;
	margin-left: auto;
    border-radius: 10px;
    background: #e8ecf2;
	text-align: left;
	padding: 5px 20px;
}
.testimonials .TestimonialsSlider .item h3
{
    color: #232629;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
.testimonials .TestimonialsSlider .item h3 small
{
    color: #034ea2;
    font-size: 15px;
	display: block;
}
.our-clients
{
	text-align: center;
}
.our-clients ul
{
    padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.our-clients ul li
{
    float: left;
    width: 20%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding:10px;
}
.our-clients ul li img
{
    max-width: 100%;
    max-height: 75px;
}
.help
{
	background: url("../images/Texture.jpg") center center no-repeat fixed;
	background-size: cover;
	padding: 30px 20px;
}
.help .alignmiddle
{
	justify-content: center;
	text-align: center;
	gap:15px;
}
.help h2
{
	color: #fff;
    font-size: 34px;
}
.help a.linkbutton
{
	background: #fff;
    border: solid 1px #fff;
    color: #6d6e71;
	margin: 0;
}
.help a.linkbutton:nth-of-type(2)
{
	background: #232629;
    border: solid 1px #232629;
    color: #fff;
}
.help a.linkbutton:before
{
    border-left: solid 0px #034ea2;
}
.help a.linkbutton:after
{
    border-left: solid 0px #fff;
}
.help a.linkbutton:hover:before
{
    border-left: solid 8px #034ea2;
}
.help a.linkbutton:hover:after
{
    border-left: solid 8px #fff;
}
.help a.linkbutton:nth-of-type(2):after
{
    border-left: solid 0px #232629;
}
.help a.linkbutton:nth-of-type(2):hover:after
{
    border-left: solid 8px #232629;
}
.footer
{
    background: #232629;
	position:relative;
}
.footer a.linkbutton
{
    background: #034ea2;
}
.footer a.linkbutton:before
{
    border-left: solid 0px #232629;
}
.footer a.linkbutton:after
{
    border-left: solid 0px #034ea2;
}
.footer a.linkbutton:hover:before
{
    border-left: solid 8px #232629;
}
.footer a.linkbutton:hover:after
{
    border-left: solid 8px #034ea2;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.footer article
{
	padding:85px 0;
}
.footer article .a.linkbutton
{
	
}
.footer article aside
{
    margin-right:8%;
}
.footer article aside:nth-of-type(2)
{
    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: block;
    color: #fff;
    font-size: 16px;
	line-height:30px;
	position:relative;
}
.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(2), .social-icons-fixed a:nth-of-type(2)
{
    background: #0a66c2;
}

.social-icons a:nth-of-type(1) , .social-icons-fixed a:nth-of-type(1)
{
    background:#2fba43;
}
.footer p
{
    color: #fff;
    font-size: 16px;
}
.footer p strong
{
    color: #fff;
    font-weight: 500;
	display:block;
}
.footer-bottom
{
    background: #034ea2 url(../images/Texture.jpg) top center no-repeat;
    background-size: cover;
	padding:15px 0px;
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom a
{
    color: #f7f701;
    font-size: 16px;
    font-weight: 400;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	background: url("../images/Page_header.jpg") center center no-repeat;
	background-size: cover;
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 50px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	margin-top: 122px;
}
.page-title h2
{
    font-size: 38px;
    color: #fff;
    font-weight: 500;
}
.page-title h1
{
    font-size: 38px;
    color: #fff;
    font-weight: 500;
}
.page-title nav
{
    position: absolute;
    z-index: 9999;
    background: #fff;
    padding: 8px;
    bottom: -15px;
    border-radius: 30px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding: 0 12px;
    position: relative;
	border-left: solid 1px #034ea2;
}
.page-title nav ul li:first-of-type
{
	border-left: none;
}
.page-title nav ul li a
{
    display: block;
    color: #B4B4B4;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
	color: #034ea2;
}
.aboutus
{
	position: relative;
}
.aboutus figure
{
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}
.aboutus figure img
{
    border-radius: 0 0 100% 0;
}
.aboutus aside
{
    width: 50%;
}
.products-intro
{
	
}
.products-intro .row
{
	max-width: 1000px;
}
.products-intro aside
{
    width: 48%;
}
.products-intro figure
{
    width: 40%;
	margin-left: auto;
}
.products-list
{
	
}
.products-list ul
{
	padding: 0;
	margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.products-list ul li
{
    display: flex;
    flex-direction: column;
}
.products-list ul li figure
{
	background: #fff;
	border: solid 1px #e0dede;
	border-radius: 30px;
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.products-list ul li figure img
{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.products-list ul li figcaption
{
	background: #fff;
}
.products-list ul li a
{
    font-size: 16px;
    font-weight: 500;
    color: #034ea2;
	margin-top: auto;
}
.products-page
{
	overflow: hidden;
}
.products-page article
{
	position: relative;
}
.ProductSlider
{
	width: 100%;
	object-fit: cover;
    border: solid 1px #e0dede;
    border-radius: 30px;
}
.ProductSlider .owl-prev
{
    bottom: auto;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    right: auto;
}
.ProductSlider .owl-next
{
    bottom: auto;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    right: 0px;
}
.ProductSlider .owl-dots
{
	display: none !important;
}
.ProductSlider.owl-carousel .owl-item
{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px;
}
.ProductSlider.owl-carousel .owl-item img
{
	height: 400px;
	width: 100%;
	object-fit: cover;
}
.ProductSlider.owl-carousel .owl-item h2
{
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
	padding: 2px 6px;
	border-radius: 10px;
}
.products-page aside
{
	
}
.advantages, .facilities
{
	background: #034ea2;
	position: relative;
	margin: 50px 0;
	z-index: 9;
	padding: 35px 0;
}
.products-grid
{
	margin-bottom: 50px;
}
.products-grid ul
{
	padding: 0;
	margin: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
.products-grid ul li
{
    background: #fff;
    border: solid 1px #e0dede;
    border-radius: 30px;
    padding: 20px;
	text-align: center;
}
.products-grid ul li img
{
    width: 100%;
    height: 200px;
    object-fit: contain;
    object-position: center;
}
.products-grid ul li h3
{
    color: #000;
    font-size: 18px;
    line-height: 18px;
    margin: 0;
}
.products-image-with-desc
{
	
}
.products-image-with-desc figure
{
	width: 30%;
    background: #fff;
    border: solid 1px #e0dede;
    border-radius: 30px;
    padding: 20px;
    text-align: center;
	margin: 15px 0;
}
.products-image-with-desc figure img
{
    width: 100%;
    height: 220px;
    object-fit: contain;
    object-position: center;
}
.products-image-with-desc aside
{
	width: 65%;
}
.products-image-with-desc .table-content
{
	margin: 0;
}
.facilities
{
	margin: 20px 0;
	padding: 15px 0;
}
.facilities article
{
	
}
.facilities article aside
{
	width: 65%;
}
.facilities article .FacilitiesSlider
{
	width: 30%;
}
.FacilitiesSlider.owl-carousel .owl-stage-outer
{
    border-radius: 10px !important;
	overflow: hidden !important;
}
.FacilitiesSlider .owl-carousel .owl-item img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.FacilitiesSlider .owl-prev,
.FacilitiesSlider .owl-next
{
  	display: none !important;
}
.advantages:before, .facilities:before
{
	content: " ";
	background: #034ea2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: -100%;
	z-index: -8;
}
.advantages:after, .facilities:after
{
	content: " ";
	background: #034ea2;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 0;
	z-index: -8;
}
.advantages h3, .facilities strong
{
	color: #fff;
}
.advantages ul.list, .facilities ul.list
{
    display: flex;
    flex-wrap: wrap;
}
.advantages ul.list li, .facilities ul.list li
{
	color: #fff;
	width: 50%;
	float: left;
}
.facilities p, .advantages p
{
	color: #fff;
}
.facilities p strong, .advantages p strong
{
	color: #fff;
}
.advantages ul.list li strong, .facilities ul.list li strong
{
	color: #fff;
}
.advantages ul.list li:before, .facilities ul.list li:before
{
    border-left: solid 6px #fff;
}
.infrastructure-intro
{
    background: #fff url(../images/TextureWhite.png) center center;
	position: relative;
	overflow: hidden;
}
.fadein {
    position: relative;
}
.fadein:after {
    content: " ";
    display: block;
    padding-top: 52%;
}
.fadein img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    position: absolute;
    -webkit-animation-name: fade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 25s;
    animation-name: fade;
    animation-iteration-count: infinite;
    animation-duration: 25s;
}
 
@-webkit-keyframes fade {
    0% {opacity: 0;}
    4% {opacity: 1;}
    20% {opacity: 1;}
    24% {opacity: 0;}
    100% {opacity: 0;}
}
 
@keyframes fade {
    0% {opacity: 0;}
    4% {opacity: 1;}
    20% {opacity: 1;}
    24% {opacity: 0;}
    100% {opacity: 0;}
}
 
#f1 {
   
}
#f2 {
    animation-delay: 5s; 
}
#f3 {
    animation-delay: 10s;
}
#f4 {
    animation-delay: 15s;
}
#f5 {
    animation-delay: 20s;
}
.infrastructure-intro figure
{
	
}
.infrastructure-intro figure img
{
	border-radius: 30px;
}
.infrastructure-intro aside
{
	
}
.infrastructure-intro aside p
{
    text-align: justify;
}
.infrastructure
{
	overflow: hidden;
}
.infrastructure article
{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
	margin-top: 50px;
	position: relative;
}
.infrastructure article .scrollbutton
{
    right: -55px;
}
.infrastructure article:first-of-type
{
	margin-top: 0px;
}
.infrastructure article:nth-of-type(even)
{
    direction: rtl;
    text-align: left;
}
.infrastructure article figure img
{
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.infrastructure article aside
{
    background: #f2f2f2;
	padding: 35px 50px;
    border-radius: 30px;
}
.process
{
	text-align: center;
	position: relative;
}
.process ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 0;
    margin: 30px 0;
    gap: 15px;
}
.process ul li
{
    background: #fff;
    padding: 15px 30px;
    border-radius: 30px;
    border-right: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    box-shadow: -12px -12px 30px rgba(0, 0, 0, 0.1);
}
.process ul li img
{
    margin: 15px 0;
}
.process ul li h3
{
    font-size: 16px;
    line-height: 20px;
}
.raw-material
{
	text-align: center;
	position: relative;
}
.table-content
{
	margin: 15px 0;
}
.table-content table
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
	text-align: left;
}
.table-content table th
{
    padding: 10px;
    background: #034ea2;
    color: #fff;
    font-weight: 600;
}
.table-content table td
{
    padding: 10px;
}
.table-content table tr
{
    background: #fff;
	border-bottom: solid 1px #e6eff9;
}
.table-content table tr:nth-of-type(even)
{
    background: #fff;
}
.anchor
{
	position: absolute;
	top: -100px;
}
.scrollbutton
{
    position: absolute;
    z-index: 999;
    top:100px;
    right: 20px;
}
.scrollbutton a
{
    background: #034ea2;
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
	margin: 3px 0;
	}
.scrollbutton a:after
	{
    	font-family: 'Material Symbols Outlined';
    	content: "\e5d8";
		font-size: 26px;
		font-weight: 400;
	}
.scrollbutton a:nth-of-type(2):after
	{
    	font-family: 'Material Symbols Outlined';
    	content: "\e5db";
		font-size: 26px;
		font-weight: 400;
	}
.scrollbutton a:hover
	{
		background: #034ea2;
		color: #fff;
    border-radius: 50px;
	}
.news-events
{
	background: #efedeb;
}
.news-events ul
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
    counter-reset: item;
}
.news-events ul li
{
    background: #fff;
    border-radius: 30px;
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
	padding: 50px 30px 30px 30px;
	display: flex;
}
.news-events ul li figure
{
	width: 35%;
    border-radius: 10px;	
    border: solid 1px #e0dede;
	padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-events ul li aside
{
	width: 60%;
	margin-left: auto;
}
.news-events ul li:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    position: absolute;
    top: 0;
    left: 0px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #0f5682;
    font-size: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
}
.news-events ul li ul
{
    display: block;
}
.news-events ul li ul li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-left: 15px;
	list-style: circle;
	padding: 0;
}
.news-events ul li ul li:before
{
    display: none;
}
.news-events ul li span
{
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    background: #fff;
    padding: 2px 8px;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #034ea2;
    font-size: 13px;
}
.testimonials-page
{
	
}
.testimonials-page ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:30px;
}
.testimonials-page ul li, .Testimonials_page .item
{
    background: #e8ecf2;
	padding: 15px 30px 15px 30px;
    border: solid 1px #e2e2e2;
	border-radius:30px;
    background: linear-gradient(0deg, #e2e2e2, #f3f3f3, #fff);
}
.testimonials-page ul li:first-of-type
{
	margin-top: 0px
}
.testimonials-page ul li:nth-of-type(even)
{
	margin-left: auto;
}
.testimonials-page ul li figure, .Testimonials_page .item figure
{
    width: 20%;
	position: relative;
}
.testimonials-page ul li figure:after, .Testimonials_page .item figure:after
{
    content: "\f10d";
    font-family: 'FontAwesome';
    color: #034ea2;
    font-size: 122px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
	opacity: 0.1;
}
.testimonials-page ul li figure img, .Testimonials_page .item figure img
{
    width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius:50%;
	display: none;
}
.testimonials-page ul li aside, .Testimonials_page .item aside
{
	text-align: left;
	position: relative;
}
.testimonials-page ul li aside:before, .Testimonials_page .item aside:before
{
    content: "\f10e";
    font-family: 'FontAwesome';
    color: #034ea2;
    font-size: 52px;
    position: absolute;
    bottom: 0;
    right: -25px;
}
.testimonials-page ul li h3, .Testimonials_page .item h3
{
    color: #232629;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
}
.testimonials-page ul li h3 small, .Testimonials_page .item h3 small
{
    color: #034ea2;
    font-size: 15px;
	display: block;
}
.Testimonials_page.owl-carousel .owl-stage,
.Testimonials_page.owl-carousel.owl-drag .owl-item
{
	display: flex !important;
}
.download
{
	
}
.download ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px;
} 
.download ul li
{
	border: solid 1px #e2e2e2;
	border-radius: 10px;
	background: linear-gradient(0deg,#e2e2e2, #f3f3f3, #fff);
	text-align: center;
	padding: 20px
}
.modal
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
.modal-content
{
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 600px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	padding:15px;
	border-radius:30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content h2
{
    font-size: 22px;
    font-weight: 800;
    color: #034ea2;
    text-align: center;
    margin-bottom: 5px;
}
.modal-content .formfield textarea
{
    height: 120px;
}
@-webkit-keyframes animatetop
{
	from {opacity:0} 
	to {opacity:1}
}
@keyframes animatetop
{
	from {opacity:0}
	to {opacity:1}
}
.close
{
    cursor: pointer;
    color: #000;
    font-size: 40px;
    font-weight: 100;
    position: fixed;
    top: 10px;
    right: 20px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 50%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2, .formfield h3
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #000;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #000;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #000;
	font-family: "Archivo", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search]
{
    padding: 16px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
	
}
.formfield input[type="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
}
.formfield input[type="file"]::file-selector-button {
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}

.formfield input[type="file"]::file-selector-button:hover {
	
}
.selectdiv
{
	position: relative;
	font-family: "Archivo", sans-serif;
    padding: 10px;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 30px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 30px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #000;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding:16px 20px;
	font-size: 16px;
	color: #000;
	background-color: #ffffff;
	background-image: none;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "Archivo", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Archivo", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button]
{
    border: solid 1px #034ea2;
    background: #034ea2;
    padding: 16px 10px;
    width: 150px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Archivo", sans-serif;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
    background: none;
	color: #000;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}
.address-details
{
    width: 40%;
}
.address-details p
{
    position: relative;
    padding: 10px 0 10px 40px;
	border-top: solid 1px #c5c5c5;
	margin: 0;
}
.address-details p:first-of-type
{
	border-top: none;
}
.address-details p strong
{
	display: block;
    color: #7f7f7f;
	font-size: 13px;
    line-height: 15px;
}
.address-details p i
{
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
	color: #034ea2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 200;
}
.gmap
{
	margin-top: 30px;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none !important;
}
