@import "font-awesome.css";
@import "font-awesome.min.css";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..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: "Figtree", 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: 26px;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
  text-align: justify;
}
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: 18px;
  font-weight: 400;
  padding-left: 12px;
  position: relative;
}
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 #1a69b5;
}
ul.list li strong {
  color: #000;
}
ul.list li span {
  color: #2d3091;
}
.wrapper {
}
.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: 999999;
  background: #fff;
}
.header:hover {
  background: #fff;
}
.header:hover .nav ul li a {
  color: #101214;
}
.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 {
  background: #fff;
}
.nav-shrink.header .nav ul li a {
  color: #101214;
}
.nav-shrink.header .nav ul li:hover > a,
.nav-shrink.header .nav ul li.active > a {
  color: #1a69b5;
}
.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-strip {
  background: #000;
  padding: 5px 20px;
  position: relative;
}
.header-top {
  display: flex;
  align-items: center;
  padding: 0px 60px;
  position: relative;
}
.header-top h1 {
  margin: 10px 0;
}
.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;
}
.contactbutton {
}
.contactbutton a {
  display: block;
  background: #1a69b5;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 2px;
}
.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: 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 10px;
}
.nav ul li a {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 5px 0px;
}
.nav ul li a:before {
  content: " ";
  position: absolute;
  bottom: 0%;
  left: -3px;
  width: 0;
  height: 2px;
  background: #1a69b5;
  -webkit-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  display: none;
}
.nav ul li a:after {
  content: " ";
  position: absolute;
  bottom: 0%;
  right: -3px;
  width: 0;
  height: 2px;
  background: #1a69b5;
  -webkit-transform: translate(100%, 0%);
  display: none;
  transform: translate(100%, 0%);
}
.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: 10px;
}
.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: 18px;
  right: -10px;
  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: #1a69b5;
}
.header:hover .nav ul li:hover > a,
.header:hover .nav ul li.active > a {
  color: #1a69b5;
}
.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;
}
iframe {
  border: 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 ul {
  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 ul li:hover ul {
  display: block;
  visibility: visible;
}
.nav ul > li:hover ul {
  display: block;
}
.banner {
  width: 100%;
  position: relative;
  z-index: 9;
}
.container {
  padding-top: 85px;
  padding-bottom: 85px;
}
.container h2 {
  font-size: 30px;
  color: #1a69b5;
  font-weight: 800;
}
.container h3 {
  color: #101214;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.row {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.row2 {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.alignmiddle {
  display: flex;
  align-items: center;
}
.alignmiddle2 {
  display: flex;
  margin-left: 400px;
}
.padding-top-none {
  padding-top: 0;
}
.padding-bottom-none {
  padding-bottom: 0;
}
.sidebar {
  width: 30%;
}
.sidebar img {
  margin: 15px 0;
}
.content {
  width: 65%;
}
.split {
  width: 48%;
}
.alignmiddle .right {
  margin-left: auto;
}
a.linkbutton {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  padding: 20px 42px;
  font-weight: 500;
  margin: 15px 0;
  border-radius: 2px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}
a.linkbutton:hover {
  background: #fff;
  box-shadow: 0px 16px 36px rgba(0, 0, 0, 0.2);
  color: #1a69b5;
}
a.linkbutton:after {
  content: "";
  background: #1a69b5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
a.linkbutton:hover:after {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

/*start banner-video*/
.hero {
  width: 100%;
  /* height: 100vh;*/
}
.secOverlay:before,
.secVideo {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.secVideo {
  object-fit: cover;
}
.secOverlay:before {
  /*background: url(https://5608552.fs1.hubspotusercontent-na1.net/hubfs/5608552/Gilory%20Font/Rectangle%202.png);*/
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: 1;
}
.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;
}
/*end banner-video*/
.single-services {
}
.single-services ul {
  padding: 0;
  margin: 0;
}
.single-services ul li {
  float: left;
  width: 20%;
  background: #f09433;
  padding: 15px;
  text-align: center;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.single-services ul li:nth-last-of-type(even) {
  background: #fbb366;
}
.single-services ul li img {
  max-height: 50px;
  margin: 15px 0;
}
.single-services ul li h3 {
  font-size: 20px;
  color: #fff;
}
.single-services ul li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 9;
}
.intro {
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: 9;
  position: relative;
}

.intro figure {
  width: 40%;
}
.intro aside {
  width: 50%;
  margin-left: auto;
}

.intro2 {
  background-size: cover;
  z-index: 9;
  position: relative;
}

.intro2 figure {
  width: 45%;
}

.intro2 .content {
  width: 52%;
}
.intro2 h3 {
  color: #1a69b5;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}
.statutory {
}

.statutory a {
  display: flex;
}

.statutory img {
  width: 30px;
  height: 30px;
  margin: 10px;
}

.statutory h3 {
  color: #a5a2a2;
  font-size: 20px;
  margin-bottom: 10px;
}
.statutory h3:hover {
  margin-left: 10px;
  color: #f09433;
}

.whychoose {
  background: #101214;
  text-align: center;
}
.whychoose h2 {
  color: #fff;
}
.whychoose ul {
  padding: 0;
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.whychoose ul li {
  float: left;
  width: 20%;
  background: #fff;
  text-align: center;
  padding: 20px;
  border-left: solid 1px #101214;
}
.whychoose ul li img {
  max-width: 75px;
  max-height: 50px;
}
.whychoose ul li h3 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0;
}
/*start tab*/
.tabs3 {
  text-align: center;
}
.tabs3 ul {
  padding: 0;
  margin: 0;
}
.tabs3 ul li {
  width: 24.333333%;
  float: left;
  border: solid 1px #fff;
  border-radius: 12px;
  padding: 15px 20px;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.tabs3 ul li:hover {
  border: solid 1px #f96d2a;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2);
}
.tabs3 ul li h3 {
  color: #000;
}
.tabs3 ul li figure {
  background: #fff;
  box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px auto;
}
.tabs3 ul li figure img {
  height: 100%;
  width: 100%;
}
/*end tab*/
/*start vision*/
.vision-mission {
  overflow: hidden;
}
.vision-mission article {
  background: #1a69b5;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}
.vision-mission article:before {
  content: " ";
  background: #1a69b5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: 0;
  z-index: -8;
}
.vision-mission article:nth-of-type(2) {
  flex-direction: row-reverse;
  background: #f09433;
}
.vision-mission article:nth-of-type(2):before {
  background: #f09433;
  bottom: 0;
  left: 0;
  right: -100%;
}
.vision-mission article:nth-of-type(3) {
  background: #232426;
}
.vision-mission article:nth-of-type(3):before {
  background: #232426;
}
.vision-mission article figure {
  width: 50%;
}
.vision-mission article aside {
  width: 50%;
  padding: 20px 50px;
}
.vision-mission article aside ul.list li:before {
  border-left: solid 6px #fff;
}
.vision-mission article aside ul.list li {
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
  text-align: justify;
}
.vision-mission article aside ul.list li strong {
  font-weight: 700;
  color: #fff;
}

.vision-mission article:nth-of-type(1) h2,
.vision-mission article:nth-of-type(1) h3,
.vision-mission article:nth-of-type(1) p,
.vision-mission article:nth-of-type(2) h2,
.vision-mission article:nth-of-type(2) h3,
.vision-mission article:nth-of-type(2) p,
.vision-mission article:nth-of-type(3) h2,
.vision-mission article:nth-of-type(3) h3,
.vision-mission article:nth-of-type(3) p {
  color: #fff;
}
.vision-mission article:nth-of-type(1) p strong,
.vision-mission article:nth-of-type(2) p strong,
.vision-mission article:nth-of-type(3) p strong {
  color: #fff;
  font-weight: 700;
}

.vision-mission article:nth-of-type(1) li {
  color: #fff;
}
/*end vision*/
/*start client*/

.section-client {
  text-align: center;
  /* background: url(../images/tetxure.png) top center no-repeat;*/
  background-size: contain;
  padding-top: 0;
}
.section-client ul {
  padding: 0;
  margin: 30px -15px 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.section-client ul li {
  float: left;
  width: 25%;
  display: flex;
}
.section-client ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  margin: 0 15px;
  text-align: center;
  border: solid 1px #dde4ef;
  border-bottom: solid 3px #dde4ef;
  width: 100%;
  position: relative;
  z-index: 8;
  border-radius: 10px;
}
.section-client ul li a:before {
  content: " ";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  /*background: #1a69b5;*/
  border-radius: 10px;
  z-index: -8;
}
.section-client ul li a:hover:before {
  height: 100%;
  top: 0;
  bottom: auto;
}
.section-client ul li a:hover {
}
.section-client ul li a img {
  border-radius: 6px;
}
.section-client ul li a h3 {
  color: #222222;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  margin-top: 30px;
}
.section-client ul li a:hover h3 {
  color: #fff;
}
.section-client ul li a:after {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
  -ms-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
  font-size: 26px;
  border: solid 1px #f96d2a;
  color: #f96d2a;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-client ul li a:hover:after {
  color: #fff;
  background: #1a69b5;
}

.simply-scroll {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.simply-scroll .simply-scroll-clip {
  width: 100%;
  height: 150px;
}
.simply-scroll .simply-scroll-list {
  text-align: center;
}

.simply-scroll .simply-scroll-list li {
  float: left;
  padding: 30px;
  width: 280px;
  height: 350px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border: solid 1px #f1f1f1;
  margin: 0px 16px;
}
.simply-scroll .simply-scroll-list li img {
}

.simply-scroll .simply-scroll-btn {
}

.simply-scroll .simply-scroll-btn-left {
}
.simply-scroll .simply-scroll-btn-left.disabled {
}
.simply-scroll .simply-scroll-btn-left:hover {
}

.simply-scroll .simply-scroll-btn-right {
}
.simply-scroll .simply-scroll-btn-right.disabled {
}
.simply-scroll .simply-scroll-btn-right:hover {
}

.simply-scroll .simply-scroll-btn-up {
}
.simply-scroll .simply-scroll-btn-up.disabled {
}
.simply-scroll .simply-scroll-btn-up:hover {
}

.simply-scroll .simply-scroll-btn-down {
}
.simply-scroll .simply-scroll-btn-down.disabled {
}
.simply-scroll .simply-scroll-btn-down:hover {
}

/* Vertical scroller example */

.vert {
  /* wider than clip to position buttons to side */
  width: 340px;
  height: 400px;
  margin-bottom: 1.5em;
}

.vert .simply-scroll-clip {
  width: 290px;
  height: 400px;
}

.vert .simply-scroll-list {
}

.vert .simply-scroll-list li {
  width: 290px;
  height: 200px;
}
.vert .simply-scroll-list li img {
}

.vert .simply-scroll-btn {
}

.vert .simply-scroll-btn-up {
  /* modified btn pos */
  right: 0;
  top: 0;
}
.vert .simply-scroll-btn-up.disabled {
}
.vert .simply-scroll-btn-up:hover {
}

.vert .simply-scroll-btn-down {
  /* modified btn pos */
  right: 0;
  top: 52px;
}
.vert .simply-scroll-btn-down.disabled {
}
.vert .simply-scroll-btn-down:hover {
}

/* NOTE left-right classes wouldn't be needed on vertical scroller */

/*end client*/

/*start accredentials*/

.accredentials-inner {
  border: solid 1px #ede8e8;
  height: 250px;
}
.accredentials-inner img {
  border: solid 1px #ede8e8;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  width: 220px;
  padding: 10px 25px;
  background: #fff;
}
.accredentials h2 {
  font-size: 36px;
  color: #1029e8;
  font-weight: 800;
  text-align: center;
}
.accredentials {
  padding-bottom: 85px;
}

/*end accredentials*/

/*start quality-infrastructure*/
.quality-infrastructure {
  /*background:url(../images/tetxure.png) 1000px center no-repeat;*/
  background-size: contain;
}
.quality-infrastructure h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 800;
}
.quality-infrastructure p {
  color: #fff;
  line-height: 26px;
  font-size: 18px;
  font-weight: 400;
  margin: 15px 0;
}
.quality-infrastructure figure {
  width: 50%;
  position: relative;
}
.quality-infrastructure figure div {
  background: #174ea1 url(../images/tetxure.png) top center no-repeat;
  background-size: contain;
  padding: 15px 30px;
  width: 420px;
  position: absolute;
  top: -120px;
  left: -50px;
}
.quality-infrastructure aside {
  width: 40%;
  margin-left: auto;
}
.quality-infrastructure aside img,
.quality-infrastructure figure div img {
  height: 75px;
  margin: 15px 0;
}
/*end quality-infrastructure*/

.our-services {
  background: #3c638a;
}
.our-services .row {
  position: relative;
  text-align: center;
}
.our-services h2,
.our-services p {
  color: #fff;
}
.our-services ul,
.services-list ul {
  padding: 0;
  margin: 0 -15px;
}
.our-services ul li,
.services-list ul li {
  float: left;
  width: 19.333333%;
}
.services-list ul li {
  width: 50%;
}
.our-services ul li a,
.services-list ul li a {
  display: block;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  font-size: 26px;
  color: #fff;
  font-weight: 800;
  margin: 15px;
}
.our-services ul li a:hover,
.services-list ul li a:hover {
  -webkit-transform: translate(-8px, -8px);
  transform: translate(-8px, -8px);
}
.our-services ul li a figcaption,
.services-list ul li a figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 20px;
  background: linear-gradient(0deg, transparent, black);
}
.our-services ul li a figcaption h3,
.services-list ul li a figcaption h3 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.our-services ul li a:after,
.services-list ul li a:after {
  content: "";
  background: #1a69b5 url(../images/linkarrow.svg) center center no-repeat;
  background-size: 15px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border-radius: 12px 0 0 0;
}
.our-services ul li a:hover:after,
.services-list ul li a:hover:after {
  background: #fff url(../images/linkarrow.svg) center center no-repeat;
  background-size: 15px;
}
.our-services ul li a .servicesimg,
.services-list ul li a .servicesimg {
  position: absolute;
  width: 40%;
  top: 75px;
  right: 0px;
  opacity: 0;
}
.countries-covered {
}
.countries-covered figure {
  width: 65%;
}
.countries-covered aside {
  width: 30%;
}
.countries-covered aside h2 span {
  color: #101214;
  font-size: 66px;
}
.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;
}

.Accredentials {
  text-align: center;
  background: #e7e8f3;
}
.Accredentials h2 {
  margin: 0;
}
.Accredentials ul {
  padding: 0;
  margin: 50px 0 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.Accredentials ul li {
  background: #fff;
  padding: 30px;
}
.Accredentials ul li img {
  border-width: 15px;
  border-style: groove;
}
.Accredentials ul li h3 {
  font-size: 20px;
  color: #000;
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
  margin: 10px 0 0 0;
}

/*start awards*/
/*start awards*/
.section-content2 {
  position: relative;
  padding: 85px 100px;
}

.awards {
}
.awards ul {
  padding: 0;
  margin: 0px -10px;
  list-style: none;
}

.awards ul li {
  float: left;
  list-style: none;
  width: 25%;
  text-align: center;
}

.awards ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.awards ul li a img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.awards ul li a:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.awards ul li a:before {
  content: " ";
  position: absolute;
  display: block;
  background: rgba(26, 58, 135, 0.8);
  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;
}
.awards ul li a:hover:before {
  opacity: 0.5;
}
.awards ul li a:after {
  content: "\f00e";
  color: #000;
  background: #fff;
  font-family: "FontAwesome";
  font-size: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 75px;
  height: 75px;
  margin: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.awards ul li a:hover:after {
  opacity: 1;
}
/*end awards*/

.section-contact {
}
.section-contact .row {
  position: relative;
  background: #1a69b5 url(../images/Contact.jpg) bottom center no-repeat fixed;
  background-size: cover;
  text-align: center;
  padding: 35px 20px;
  border-radius: 30px;
}

.section-contact h2 {
  color: #000;
}
.section-contact a.linkbutton {
  background: #fff;
  margin: 15px 10px;
}
.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 {
  background: #303031;
  position: relative;
}
.footer h3 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.footer article {
  padding: 85px 0 50px 0;
}
.footer-cont {
  width: 350px;
}
.footer-cont p strong {
  display: inline-block !important;
}
.footer article aside {
  margin-right: 7%;
}
.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: #cccccc;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  position: relative;
}
.footer article aside ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.social-icon-footer {
}
.social-icon-footer a {
  display: block;
  background: #4267b2;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  font-size: 24px;
  border-radius: 2px;
  float: left;
  margin-right: 5px;
}
.social-icon-footer 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-footer a:nth-of-type(3) {
  background: #0076b4;
}
.social-icon-footer a:nth-of-type(4) {
  background: #fe1101;
}
.social-icon-footer a:nth-of-type(5) {
  background: #1da1f3;
}
.footer p {
  color: #cccccc;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
.footer p strong {
  color: #ccc;
  font-weight: 600;
  display: block;
}
.footer-bottom {
  padding: 15px 0px;
  position: relative;
  border-top: solid 1px #1c2023;
  background-color: #f09433;
}
.footer-bottom p {
  color: #fff;
}
.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;
}
.banner-heading {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 85px 20px;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  z-index: 9;
}
.banner-heading {
  justify-content: center;
  flex-direction: column;
}
.banner-heading:after {
  content: " ";
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 51, 102, 0.5));
  z-index: -8;
  width: 75%;
}
.banner-heading:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -8;
}
.banner-heading h2 {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
}
.banner-heading nav {
  position: absolute;
  bottom: 12px;
  right: 0;
}
.banner-heading nav ul {
  padding: 0;
  margin: 0;
}
.banner-heading nav ul li {
  float: left;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  margin-right: 25px;
  position: relative;
}
.banner-heading nav ul li:first-of-type:before {
  display: none;
}
.banner-heading nav ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  font-weight: 100;
  font-size: 24px;
  top: -6px;
  left: -17px;
  color: #fff;
}
.banner-heading nav ul li a {
  display: block;
  color: #cccccc;
  font-size: 15px;
  font-weight: 400;
}
.banner-heading nav ul li a:hover {
  text-decoration: underline;
}
.mission {
}
.mission figure {
  width: 50%;
}
.mission aside {
  background: #101214;
  width: 50%;
  padding: 85px 100px;
}
.mission aside h3,
.mission aside p {
  color: #fff;
}
.services {
}
.services-content {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
  width: 40%;
}
.services-list {
  width: 60%;
}
.clients {
}
.clients ul {
  padding: 0;
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
.clients ul li {
  float: left;
  width: 25%;
  display: flex;
}
.clients ul li figure {
  border-radius: 2px;
  border: solid 1px #d6e0eb;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
  padding: 15px;
  position: relative;
}
.clients ul li figure img {
  max-height: 100px;
}
.clients ul li figure:before {
  content: "";
  background: #1a69b5;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  margin: auto;
}
.clients ul li figure:after {
  content: "";
  background: #1a69b5;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  margin: auto;
}
/*start web order*/
/*.weborder {
  text-align: center;
}

.split-left {
  width: 30%;
}
.split-right {
  width: 50%;
}
.weborder h2 {
  margin: 30px 0;
}
.weborder ul {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.weborder ul li {
  float: left;
  list-style: none;

  overflow: hidden;
  position: relative;
  padding: 20px;
  margin: 20px;
}
.weborder ul li h3 {
  color: #000;
  font-size: 15px !important;
  font-weight: 700;
}
.weborder ul li a {
  display: block;
  position: relative;
  margin: 10px;
}
.weborder ul li a:hover {
}
.weborder ul li a img {
 
  height: 180px;
  width: 100%;
}
.weborder ul li a:hover:before {
  bottom: -50%;
  left: -50%;
}
.weborder ul li a:after {
  content: " ";
  position: absolute;
  top: -150%;
  right: -150%;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(87, 86, 86, 0.3);
  -webkti-transform: rotate(33deg) scale(2);
  transform: rotate(33deg) scale(2);
  display: none;
}
.weborder ul li a:hover:after {
  top: -50%;
  right: -50%;
}
.weborder ul li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  text-align: center;
  padding: 8px 0;
  z-index: 9999;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.weborder ul li a:hover span {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.weborder ul li a span:after {
  content: "\f00e";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 32px;
}
.weborder ul li h3 {
  text-align: center;
  font-size: 18px;



}*/
.orders {
  padding: 0;
  margin: 50px 0 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
}
.orders .left {
  width: 50%;
}

.orders .right {
  width: 50%;
}
.orders aside {
  text-align: center;
}
.orders p {
  text-align: center;
  margin: 0;
}
.orders h3 {
  color: #101214;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a.linkbox2 {
  display: inline-block;
  font-size: 14px;
  background: #1a69b5;
  color: #fff;
  font-weight: 700;
  padding: 18px 32px;
  position: relative;
  margin: 15px;
  z-index: 9;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a.linkbox2:hover {
  background-color: #fa9720;
  transition: 0.7s;
}

/*end web order*/

/*start locations*/
.locations {
}
.locations article {
  display: flex;
  border-top: solid 5px #182b60;
  margin-top: 50px;
}
.locations article:first-of-type {
  margin-top: 0px;
}
.locations article aside {
  width: 35%;
  padding-top: 30px;
}
.locations article aside h3 {
  text-transform: none;
  margin: 0;
  font-size: 20px;
}
.locations article aside strong {
  display: inline;
  padding: 5px;
}
.locations article iframe {
  width: 60%;
  margin-left: auto;
  height: 300px;
}

/*end location*/

.contact {
}
.contact fieldset {
  width: 60%;
  margin: -10px;
}
.contact span {
  color: #f96d2a;
}
.contact fieldset h3 {
  margin-left: 10px;
}
.contact fieldset input::-webkit-input-placeholder,
.contact fieldset textarea::-webkit-input-placeholder {
  color: #5b5b68;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.contact fieldset input::-moz-placeholder,
.contact fieldset textarea::-moz-placeholder {
  color: #5b5b68;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.contact fieldset input:-ms-input-placeholder,
.contact fieldset textarea:-ms-input-placeholder {
  color: #5b5b68;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.contact fieldset input:-moz-placeholder,
.contact fieldset textarea:-moz-placeholder {
  color: #5b5b68;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.form-split {
  width: 50%;
}
.contact fieldset label {
  padding: 10px;
  display: block;
}
.contact fieldset input[type="text"],
.contact fieldset input[type="email"],
.contact fieldset input[type="number"] {
  padding: 16px 20px;
  width: 100%;
  background: #fff;
  border: 1px solid #d6e0eb;
  border-radius: 2px;
  outline: 0px;
  position: relative;
  color: #5b5b68;
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact fieldset input[type="text"]:focus,
.contact fieldset input[type="email"]:focus,
.contact fieldset input[type="number"]:focus,
.contact fieldset textarea:focus {
  border: 1px solid #1a69b5;
}
.contact fieldset textarea {
  padding: 16px 20px;
  width: 100%;
  height: 200px;
  background: #fff;
  border: 1px solid #d6e0eb;
  border-radius: 2px;
  outline: 0px;
  position: relative;
  color: #5b5b68;
  font-size: 15px;
  font-family: "Figtree", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.contact fieldset input[type="submit"] {
  border: none;
  background-color: #1a69b5;
  padding: 13px 35px;
  outline: 0;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  font-family: "Figtree", sans-serif;
  border-radius: 3px;
  margin: 15px 0;
}
.contact fieldset input[type="submit"]:hover {
}
.contact aside {
  width: 35%;
}
.contact article {
}
.contact article ul {
  padding: 0;
  margin: 50px -15px 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.contact article ul li {
  float: left;
  width: 33.333333%;
  display: flex;
}
.contact article ul li div {
  width: 100%;
  background: #f9e5cf;
  padding: 35px 30px 15px 30px;
  border-radius: 20px;
  margin: 15px;
  border-right: solid 1px #f96d2a;
  position: relative;
}
.contact article ul li h3 {
  font-size: 20px;
  font-weight: 700;
}
.contact article ul li p {
  position: relative;
  padding-left: 25px;
  line-height: 24px;
  font-size: 16px;
}
.contact article ul li p strong {
  display: block;
}
.contact article ul li p i {
  position: absolute;
  top: 5px;
  left: 0;
  width: 21px;
  height: 25px;
  text-align: center;
  color: #1a69b5;
}
.contact article ul li .ripple {
  background: #1a69b5;
  position: absolute;
  top: -15px;
  left: 50px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.3rem rgba(0, 51, 102, 0.2),
      0 0 0 0.8rem rgba(0, 51, 102, 0.2), 0 0 0 1.5rem rgba(0, 51, 102, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.8rem rgba(0, 51, 102, 0.2),
      0 0 0 1.5rem rgba(0, 51, 102, 0.2), 0 0 0 2.5rem rgba(0, 51, 102, 0);
  }
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0.3rem rgba(0, 51, 102, 0.2),
      0 0 0 0.8rem rgba(0, 51, 102, 0.2), 0 0 0 1.5rem rgba(0, 51, 102, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.8rem rgba(0, 51, 102, 0.2),
      0 0 0 1.5rem rgba(0, 51, 102, 0.2), 0 0 0 2.5rem rgba(0, 51, 102, 0);
  }
}
.formobile {
  display: none;
}

.sectioncontact {
}
.sectioncontact ul {
  padding: 0;
  margin: 0 -15px;
}
.sectioncontact ul li {
  float: left;
  width: 24.333333%;
}

.sectioncontact p {
  color: #000;
  text-align: justify;
}

.sectioncontact ul li a {
  display: block;
  text-align: center;
  border: solid 1px #f96d2a;
  background: #fff;
  padding: 20px;
  margin: 15px;
  border-radius: 12px;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  position: relative;
  z-index: 3;
}
.sectioncontact span {
  color: #3826e1;
}
.sectioncontact ul li a:hover {
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
  border: solid 1px #1a69b5;
  box-shadow: 15px 70px 123px rgba(0, 0, 0, 0.2);
}
.sectioncontact ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: #fff;*/
  border-radius: 12px;
  z-index: 2;
}
.sectioncontact ul li a:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 6px,
    #1a69b5 8px,
    #1a69b5 8px
  );*/
  border-radius: 12px;
  z-index: -1;
}
.sectioncontact ul li a:hover:after {
  -webkit-transform: translate(15px, 15px);
  transform: translate(15px, 15px);
}
.sectioncontact ul li a img {
  height: 120px;
  margin-top: 15px;
  position: relative;
  z-index: 4;
}
.sectioncontact ul li a h3 {
  position: relative;
  z-index: 4;
}

.sectioncontact h3 {
  color: #f96d2a;
}
