@import "font-awesome.css";
@import "font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+HarunoUmi&family=Libre+Franklin:ital,wght@0,100..900;1,100..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.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
::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.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: url(../images/top.png) center center no-repeat;
  border-radius: 50%;
}
.scrollup:hover {
}
body {
  width: auto;
  margin: 0;
  border: 0;
  font-family: "Libre Franklin", sans-serif;
  /*font-family: "Kaisei HarunoUmi", 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;
}
.wrapper {
  overflow: hidden;
}
.section {
}
.footer {
}
.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: 99999;
}
.nav-shrink {
  -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;
  margin-left: auto;
}
.nav-shrink.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;
}
.nav-shrink .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 {
  display: flex;
  align-items: center;
  padding: 40px 50px;
  position: relative;
  background: #fff;
}
.header-top a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-top:before {
  content: " ";
  background: #032a65;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  width: 75%;
  margin: auto;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.header-top h1 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 15px;
}
.header-top h1 img {
  max-height: 100px;
  -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 a span {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  line-height: 30px;
  font-family: "Bebas Neue", sans-serif;
  background: #fff;
}
.header-top a span small {
  font-size: 16px;
  color: #4d5055;
  display: block;
}

.getintouch {
  margin-left: 20px;
}
.getintouch a {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
  position: relative;
  padding-left: 35px;
}
.getintouch a:before {
  content: " ";
  background: url(../images/callus.png) left center no-repeat;
  background-size: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 25px;
  border-right: dashed 1px #99a3b2;
  padding: 14px 0;
}
.getintouch a small {
  display: block;
  color: #032a65;
  font-size: 15px;
  font-weight: 500;
}
.nav {
  -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;
  margin-left: auto;
}
.nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
  margin: 0 8px;
}
.nav ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  display: block;
  position: relative;
  padding: 12px 0px;
}
.nav ul li a:before {
  content: " ";
  position: absolute;
  bottom: 1px;
  left: auto;
  right: 0;
  width: 0;
  height: 2px;
  background: #00044b;
  display: none;
}
.nav ul li a:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-top: solid 10px #444e50;
  opacity: 0;
  display: none;
}
.nav ul li:hover > a:before,
.nav ul li.active > a:before,
.nav ul li:hover > a:after,
.nav ul li.active > a:after {
  width: 100%;
  left: 0;
  right: auto;
}
.nav ul li a i {
  width: 16px;
  height: 10px;
  font-size: 26px;
  line-height: 10px;
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 100;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -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: 11px;
  right: -12px;
  width: 8px;
  height: 8px;
}
.nav ul li a span:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 100%;
  margin: auto;
  background: #424242;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav ul li a span:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  width: 2px;
  height: 100%;
  margin: auto;
  background: #424242;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav ul li:hover a span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav ul li:hover a span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav ul li:hover > a,
.nav ul li.active > a {
  color: #032a65;
}
.nav ul li ul {
  position: absolute;
  display: none;
  background: #fff;
  box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
  border: solid 1px #ebebeb;
  z-index: 9999999;
  left: -25px;
  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 {
  padding: 16px 25px;
  text-align: left;
  text-transform: none;
  font-size: 16px;
}
.nav ul ul li a:after {
  display: none;
}
/*.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: #000;
}
.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;
}*/

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption h2 {
  color: #fff;
  font-size: 80px;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  font-family: "Cookie", cursive;
}

.nav ul > li:hover ul {
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  z-index: 9;
}
.banner article {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner article h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
}

.banner .BannerSlider {
}
.container {
  padding-top: 85px;
  padding-bottom: 85px;
}
.container h2 {
  font-size: 32px;
  color: #032a65;
  font-weight: 800;
}
.container h3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
.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;
  color: #fff;
  background: #054171;
  border-right: solid 1px #032a65;
  border-bottom: solid 1px #032a65;
  padding: 20px 32px;
  font-weight: 600;
  margin: 15px 0;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
a.linkbutton:hover {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
a.linkbutton:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 22px;
  z-index: -8;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
  margin-top: -2px;
  font-weight: 100;
  opacity: 0;
}
a.linkbutton:hover:before {
  left: 18px;
  opacity: 1;
}
.intro {
  position: relative;
  z-index: 9;
}
/*
.intro:before {
  content: "";
  background: #032a65;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  border-radius: 0 0 50px 0;
  z-index: -8;
}*/
.intro figure {
  width: 50%;
}
.intro aside {
  width: 45%;
  margin-left: auto;
}
/*start section padding bg-1*/

.bg-1 {
  background: url(../images/bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #eee;
}

.bg-2 {
  background: url(../images/bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #eee;
}

ul.list {
  padding: 0 20px 20px 20px;
  margin: 15px 0;
  list-style: none;
}
ul.list 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 #032a65;
}
.list-flex {
  display: flex;
}

.section-padding {
  padding: 50px 0px;
}
.intro p {
  color: #fff;
  text-align: justify;
}
.intro p strong {
  color: #fff;
  font-weight: 800;
}
.about_text .list li {
  color: #fff;
  text-align: justify;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  margin: 15px 0;
}

.txtanimation .textcontnt_animation {
  position: relative;
  display: inline-block;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
  background: linear-gradient(to right, #032a65, #032a65 50%, #fff 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position 2s ease;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.about_home_content {
  padding: 30px 0px;
}
.highlights {
  color: #032a65;
}
.highlights h6 {
  font-size: 53px;
  letter-spacing: 3px;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 0px;
}
.highlights span {
  letter-spacing: 2px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

/*end section padding bg-1*/
.vision {
  position: relative;
  z-index: 9;
}
.vision:before {
  content: "";
  background: #032a65;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  border-radius: 0 0 50px 0;
  z-index: -8;
}

.vision h3 {
  color: #032a65;
}

.vision figure {
  width: 50%;
}
.vision aside {
  width: 45%;
  margin-left: auto;
}
/*start goals */

.section-tabs {
  background: url("../images/network.png") bottom center no-repeat;
  background-size: cover;
}
.section-tabs ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.section-tabs ul li {
  width: 100%;
  padding: 30px 20px;
  background: #c3c4bc;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #032a65;
}

.section-tabs ul li p {
  text-align: justify;
}

.section-tabs ul li:nth-of-type(even) {
  background: #323033;
  box-shadow: 6px 13px 33px rgba(0, 0, 0, 0.1);
}
.section-tabs ul li:nth-of-type(even) p {
  color: #e3e3e3;
}

.section-tabs ul li:nth-of-type(even) h3 {
  color: #fff;
}

.section-tabs ul li figure {
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}

/*end goals */

/*start offer */

.section-offer {
  background-size: cover;
}
.section-offer ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.section-offer ul li {
  width: 100%;
  padding: 30px 20px;
  background: #f8f8f7;
  border-radius: 20px;
  text-align: center;
}

.section-offer ul li p {
  text-align: justify;
}

.section-offer h2 {
  color: #fff;
}

.section-offer ul li:nth-of-type(even) {
  background: #fff;
  box-shadow: 6px 13px 33px rgba(0, 0, 0, 0.1);
}
.section-offer ul li figure {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}

/*end offer */

.clients {
}
.clients ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.clients ul li {
  float: left;
  width: 20%;
  border: solid 1px #dfe2ed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.clients ul li:hover {
  border: solid 1px #267bb3;
}
.clients ul li:after {
  content: " ";
  display: block;
  padding-top: 100%;
}
.clients ul li img {
  max-width: 100%;
}

.count {
  background: url("../images/bg-img.png") center center no-repeat fixed;
  background-size: cover;
}
.count h2 {
  color: #fff;
}
.count ul {
  padding: 0;
  margin: 20px 0 0 0px;
  display: flex;
  flex-wrap: wrap;
}
.count ul li {
  float: left;
  width: 25%;
}
.count ul li article {
  margin: 10px;
  text-align: center;
}
.count ul li article figure {
  width: 80px;
  height: 80px;
  background: #032a65;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.count ul li article img {
}
.count ul li article h1 {
  color: #fff;
  font-weight: 800;
  font-size: 35px;
  border-bottom: dashed 1px #fff;
  margin: 0;
}
.count ul li article h1:after {
  content: "+";
  font-size: 26px;
  font-weight: 600;
  margin-left: 4px;
  top: -3px;
  position: relative;
}
.count ul li article h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.projects,
.projects-page {
  position: relative;
  z-index: 9;
}
.projects ul,
.projects-page ul {
  padding: 0;
  margin: 0;
}
.projects ul li,
.projects-page ul li {
  float: left;
  width: 33.333333%;
}
/*.projects-page ul li
{
	width:25%;
}*/
.projects ul li a,
.projects-page ul li a {
  margin: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}
.projects ul li a figure,
.projects-page ul li figure {
  position: relative;
  overflow: hidden;
}
.projects ul li a figure img,
.projects-page ul li figure img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.projects ul li a:hover figure img,
.projects-page ul li a:hover figure img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.projects ul li a figcaption,
.projects-page ul li figcaption {
  background: #fff;
  border-left: solid 1px #032a65;
  border-bottom: solid 1px #032a65;
  padding: 20px 30px;
  border-radius: 0 0 30px 30px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.projects ul li a:hover figcaption,
.projects-page ul li a:hover figcaption {
  background: #f2f2f2;
  border-left: solid 1px #f2f2f2;
  border-bottom: solid 1px #f2f2f2;
}
.projects ul li a figcaption h3,
.projects-page ul li a figcaption h3 {
  margin: 0;
}
.projects ul li a figcaption h4,
.projects-page ul li a figcaption h4 {
  margin-top: 0;
  color: #032a65;
  background: url("../images/location.png") left center no-repeat;
  padding-left: 12px;
}
.projects ul li a span,
.projects-page ul li a span {
  background: #032a65;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9;
  -webki-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.projects ul li a:hover span,
.projects-page ul li a:hover span {
  -webki-transform: scale(1);
  transform: scale(1);
}
.projects ul li a span:after,
.projects-page ul li a span:after {
  content: "➜";
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  opacity: 0;
}
.projects-page ul li a span:after {
  content: "⨁";
}
.projects ul li a:hover span:after,
.projects-page ul li a:hover span:after {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
}

/*start suppliers*/

.supplier-page {
}
.supplier-page .sidebar {
  width: 40%;
}
.supplier-page .content {
  width: 55%;
}
.supplier-page .supplier-summary {
  background: none;
}
.supplier-page .suppliert-summary:after {
  display: none;
}
.supplier-page .supplier-summary ul li {
  width: 33.333333%;
}
.supplier-page .supplier-summary ul li a {
  position: relative;
}
/*.supplierpage .supplier-summary ul li a:after {
  content: "\f1c1";
  font-family: "FontAwesome";
  background: rgba(191, 30, 46, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  color: #fff;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}*/
.supplier-page .supplier-summary ul li a:hover:after {
  opacity: 1;
}
.supplier-summary {
  background: #bf1e2e;
  position: relative;
  z-index: 9;
}
.supplier-summary:after {
  content: " ";
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: -8;
}
.supplier-summary h2 {
  color: #fff;
}
.supplier-summary ul {
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
}
.supplier-summary ul li {
  display: flex;
  float: left;
  width: 25%;
}
.supplier-summary ul li a {
  display: block;
  width: 100%;
  padding: 15px 30px;
  margin: 10px;

  text-align: center;
  border-radius: 30px;
}
.supplier-summary ul li a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.supplier-summary ul li a img {
  margin: 15px 0;
  /* border-radius: 50%; */
  border: solid 1px #516575;
  max-height: 180px;
  padding: 10px;
}
/*.supplier-summary ul li a:after
{
	content: "🡢";
    width: 35px;
    height: 35px;
    margin: 15px 0;
    color: #bf1e2e;
    font-size: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.supplier-summary ul li a:hover:after {
  color: #000;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
/*end suppliers*/

.section-contact {
  position: relative;
  z-index: 9;
}
.section-contact:before {
  content: " ";
  background: #054171 url("../images/building.png") bottom center no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: -8;
}
.section-contact .row {
  position: relative;
  background: #014e9e;
  z-index: 9;
}
.section-contact .row:before {
  content: " ";
  background: url(../images/shapelogo.svg) bottom left no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
  height: 444px;
  opacity: 0.3;
  z-index: -8;
}
.section-contact aside {
  width: 50%;
  padding: 50px;
}
.section-contact figure {
  width: 50%;
}
.section-contact h2 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  font-weight: 700;
}
.section-contact h3 {
  color: #fff;
}
.social-icon-fixed {
  position: fixed;
  bottom: 100px;
  right: 12px;
  z-index: 999999;
}
.social-icon-fixed a {
  display: block;
  background: #4267b2;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-bottom: 3px;
  text-align: center;
  padding: 13px 0;
  font-size: 26px;
  border-radius: 50%;
}
.social-icon-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-icon-fixed a:nth-of-type(3) {
  background: #1da1f2;
}
.footer {
  position: relative;
  border-top: solid 1px #eaf1f6;
}
.footer:before {
  content: " ";
  background: #054171;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 3px;
  width: 75%;
  margin: auto;
  -webkit-transform: skewX(45deg);
  transform: skewX(45deg);
}
.footer h3 {
  font-weight: 700;
  font-size: 20px;
}
.footer article {
  padding: 85px 0 50px 0;
}
.footer article aside {
  margin-right: 5%;
}
.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: block;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  position: relative;
}
.footer article aside ul li a:hover {
  color: #474747;
}
.social-icons {
}
.social-icons a {
  display: block;
  background: #4267b2;
  color: #fff;
  width: 40px;
  height: 40px;
  margin-bottom: 3px;
  text-align: center;
  padding: 8px 0;
  font-size: 26px;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
}
.social-icons 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) {
  background: #1da1f2;
}
.footer p {
  font-size: 16px;
  text-align: left;
}
.footer p strong {
  color: #054171;
  font-weight: 600;
  display: block;
}
.social-media {
}
.social-media p {
  padding: 0;
}
.social-media a {
  display: block;
  float: left;
  margin-right: 8px;
  color: #fff;
  font-size: 22px;
}
.social-media a:hover {
  opacity: 0.6;
}
.footer-bottom {
  padding: 15px 0px;
  background: #032a65;
}
.footer-bottom p {
  color: #fff;
}
.page-title {
  background-image: url("../images/heading-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 101px;
  display: flex;
  align-items: center;
  z-index: 9;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 100px 20px 50px 20px;
  position: relative;
  z-index: 9;
}
.page-title:after {
  content: "";
  background: rgba(8, 115, 187, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -8;
}
.page-title h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
}
.page-title nav {
  margin-left: auto;
}
.page-title nav ul {
  padding: 0;
  margin: 0;
}
.page-title nav ul li {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-right: 25px;
  position: relative;
}
.page-title nav ul li:first-of-type:before {
  display: none;
}
.page-title nav ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-weight: 100;
  font-size: 24px;
  top: -6px;
  left: -17px;
  color: #054171;
}
.page-title nav ul li a {
  display: block;
  color: #054171;
  font-size: 15px;
  font-weight: 400;
}
.page-title nav ul li a:hover {
  text-decoration: underline;
}
.aboutus {
}
.aboutus figure {
  width: 45%;
}
.aboutus figure img {
  border-radius: 100px;
}
.aboutus aside {
  width: 50%;
  margin-left: auto;
}
.aboutus-pro {
}
/*.aboutus-pro figure {
  width: 45%;
}*/
.aboutus-pro figure img {
  border-radius: 10px;
}
.aboutus-pro aside h2 {
  font-size: 25px;
}

.aboutus-pro aside {
  width: 100%;
  margin-left: auto;
}
.team {
  display: flex;
  gap: 30px;
}
.tabs {
  width: 25%;
}
.tabs ul {
  padding: 0;
  margin: 0;
}
.tabs ul li {
  margin: 0 5px;
}
.tabs ul li a {
  display: block;
  color: #2c3d4f;
  background: #fff;
  border-top: solid 1px #e8eef2;
  border-left: solid 1px #e8eef2;
  box-shadow: 6px 13px 33px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 17px;
  border-radius: 2px;
  padding: 12px 20px;
  margin-bottom: 10px;
}
.tabs ul li a small {
  display: block;
  font-size: 13px;
  font-weight: 400;
}
.tabs ul li a:hover,
.tabs ul li a.active {
  color: #fff;
  background: #032a65;
}
.tabgroup {
  width: 75%;
}
.tabcontent {
  display: flex;
  gap: 30px;
  -webkit-animation: fadeEffect 1s; /* Fading effect takes 1 second */
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}
.tabcontent figure {
  width: 20%;
}
.tabcontent figure img {
  margin: 15px 0;
  box-shadow: 0px 0px 66px rgba(19, 18, 18, 0.2);
}
.tabcontent aside {
  width: 70%;
}
.tabcontent aside p {
  text-align: justify;
}
.tabcontent h3 {
  font-size: 18px;
}
.tabcontent h3 small {
  display: block;
  font-size: 15px;
  color: #032a65;
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*start video-profile*/

.video-profile {
  text-align: center;
}
.video-profile ul {
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.video-profile ul li {
  width: 50%;
  float: left;
}
.video-profile ul li a {
  display: block;
  margin: 10px;
  position: relative;
  padding: 10px;
}
.video-profile ul li a img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  object-position: top;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.video-profile ul li a iframe {
  width: 100%;
  max-height: 340px;
  position: relative;
}
.video-profile ul li a iframe:after {
  content: " ";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.video-profile ul li a:hover img {
}

.video {
}
.video video {
  width: 100%;
}

/*end video-profile*/

/*start products-gallery*/
.products-gallery ul {
  padding: 0;
  margin: -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.products-gallery ul li {
  float: left;
  list-style: none;
  width: 25%;
  overflow: hidden;
}
.products-gallery ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
}
.products-gallery ul li a img {
  width: 100%;
  height: 198px;
  object-fit: cover;
  object-position: top;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.products-gallery ul li a:hover img {
}
.products-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;
  z-index: 9;
  opacity: 0;
}
.products-gallery ul li a:hover:before {
  opacity: 0.5;
}
.products-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;
  z-index: 9;
  opacity: 0;
}
.products-gallery ul li a:hover:before {
  opacity: 0.5;
}
.products-gallery ul li a:after {
  content: "\f00e";
  font-family: "FontAwesome";
  color: #fff;
  font-weight: 100;
  background: rgba(0, 93, 163, 0.5);
  font-size: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
}
.products-gallery ul li a:hover:after {
  transform: scale(1);
}
.products-gallery ul li h3 {
  color: #363233;
  text-align: center;
  font-size: 18px;
  display: none;
}

/*end products-gallery*/

.standard-spec {
}
.standard-spec ul {
  padding: 0;
  margin: 0;
  counter-reset: item;
}

.standard-spec ul li {
  padding: 15px 15px;
  border-radius: 20px;
  color: #000;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0;
  position: relative;
}
.standard-spec ul li:before {
  position: absolute;
  top: 14px;
  left: -35px;
  color: #054171;
  font-weight: 800;
  font-size: 22px;
  background: url(../images/bullet.png) bottom center no-repeat fixed;
}

.standard-spec img {
  margin-right: 10px;
}

.photo-gallery {
  text-align: center;
  padding-top: 0;
}
.photo-gallery ul {
  padding: 0;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.photo-gallery ul li {
  float: left;
  list-style: none;
  width: 25%;
  overflow: hidden;
}
.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.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.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: 0.5;
}
.photo-gallery ul li a:after {
  content: "\f00e";
  color: #000;
  background: #fff;
  font-family: "FontAwesome";
  font-size: 26px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  border-radius: 50%;
  padding: 50px 0 0 0;
  border-radius: 50%;
  text-align: center;
}
.photo-gallery ul li a:hover:after {
  top: -52px;
}
.photo-gallery ul li h3 {
  text-align: center;
  font-size: 18px;
}

/*start services*/

.services {
  background: linear-gradient(90deg, #2a4298, #218fbd);
  text-align: center;
}
.services h2 {
  color: #fff;
}
.services ul {
  margin: 30px 0 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.services ul li {
}
.services ul li a h3 {
  color: #121f48;
  font-size: 20px;
  border-bottom: solid 1px #dfe2ed;
  margin: 0;
  padding: 12px 0 10px 0;
}
.services ul li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 15px;
}
.services ul li a figure {
  border-radius: 6px;
  overflow: hidden;
}
.services ul li a figure img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.services ul li a:hover figure img {
  transform: scale(1.1);
}
.services ul li a h2 {
  color: #121f48;
  font-size: 26px;
  border-bottom: solid 1px #dfe2ed;
  margin: 0;
  padding: 12px 0 10px 0;
}
.services ul li a span {
  color: #000;
  text-align: left;
  display: block;
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-size: 14px;
  margin-top: 15px;
  position: relative;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.services ul li a:hover span {
  padding: 0 15px;
}
/*
.services ul li a span:after {
  font-family: "Material Symbols Outlined";
  content: "\e5c8";
  font-size: 18px;
  font-weight: 400;
  background: #121f48;
  position: absolute;
  top: -2px;
  right: 0;
  width: 18px;
  height: 18px;
  color: #fff;
}
.services ul li a:hover span:after {
  background: #ccad64;
  color: #000;
  right: 15px;
}*/

/*end Services*/

.table-content {
}
.table-content table {
  color: #000;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
}
.table-content table th {
  background: #032a65;
  padding: 10px 12px;
  color: #fff;
  font-weight: 600;
}
.table-content table td {
  padding: 9px 12px;
}
.table-content table td strong {
  font-weight: 600;
}
.table-content table tr:nth-child(odd) {
  background: #e8eff4;
}
.table-content table tr:nth-child(even) {
  background-color: #fff;
}
.nearing-completion {
}
.nearing-completion article {
  display: flex;
  gap: 20px;
}
.nearing-completion article figure {
  width: 50%;
}
.launching {
}
.launching article {
  display: flex;
  align-items: center;
  gap: 30px;
}
.launching article figure {
  width: 50%;
}
.launching article aside {
  width: 50%;
}
.contact {
}
.formfield {
}
.contact .formfield {
  width: 60%;
}
.contact .formfield form {
  margin: -10px;
}
.formfield h2 {
  margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder {
  color: #5b5b68;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder {
  color: #5b5b68;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder {
  color: #5b5b68;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder {
  color: #5b5b68;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.form-split {
  width: 50%;
}
.formfield label {
  padding: 10px;
  display: block;
}
.formfield input[type="text"],
.formfield input[type="email"],
.formfield input[type="number"] {
  padding: 16px 20px;
  width: 100%;
  background: #fff;
  border: 1px solid #b1babf;
  border-radius: 6px;
  outline: 0px;
  position: relative;
  color: #5b5b68;
  font-size: 15px;
  font-family: "Inter", 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 {
  border: 1px solid #444e50;
}
.formfield textarea {
  padding: 16px 20px;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #b1babf;
  border-radius: 6px;
  outline: 0px;
  position: relative;
  color: #5b5b68;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.formfield input[type="submit"] {
  border: none;
  background-color: #111111;
  padding: 13px 35px;
  outline: 0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 16px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  border-radius: 3px;
  margin: 15px 0;
}
.formfield input[type="submit"]:hover {
  background-color: #444e50;
}
.contact article {
  display: flex;
  margin-top: 30px;
}
.contact aside {
  width: 35%;
}
.contact aside p {
  position: relative;
  padding-left: 40px;
}
.contact aside p strong {
  color: #054171;
  display: block;
}
.contact aside p i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  background: #032a65;
  color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gmap {
  margin-top: 30px;
}
.gmap iframe {
  width: 100%;
  border-radius: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.formobile {
  display: none;
}
