@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #374151;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb {
  background: #9CA3AF;
  border-radius: 6px;
}

.mainContainer {
  width: 1023px;
  float: left;
}

body {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  min-height: 100vh;
  font-family: "Inter";
}
body.language-ar {
  font-family: "Noto Sans Arabic";
}

header {
  width: 100%;
  top: 36px;
  position: absolute;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  padding: 0 12px;
  transition: 0s ease-in-out;
}
header .headerInner {
  width: 1212px;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerInner a.headerLogo {
  float: left;
}
header .headerInner a.headerLogo img {
  width: 150px;
  transition: 0.3s ease-in-out;
}
header .headerInner nav {
  float: left;
  display: flex;
  align-items: center;
  gap: 50px;
}
header .headerInner nav ul.navListing {
  float: left;
  list-style-type: none;
  display: flex;
  gap: 30px;
}
header .headerInner nav ul.navListing li {
  float: left;
  position: relative;
}
header .headerInner nav ul.navListing li a {
  width: 100%;
  float: left;
  position: relative;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 0;
}
header .headerInner nav ul.navListing li a:hover {
  color: #D7E25F;
}
header .headerInner nav ul.navListing li .sub-menu {
  width: 200px;
  background-color: #fff;
  padding: 0 0;
  top: 40px;
  left: 0;
  list-style: none;
  position: absolute;
  display: none;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
header .headerInner nav ul.navListing li .sub-menu li {
  width: 100%;
  float: left;
  position: relative;
}
header .headerInner nav ul.navListing li .sub-menu li a {
  width: 100%;
  float: left;
  color: #000;
  padding: 12px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .headerInner nav ul.navListing li .sub-menu li .innerSub {
  width: 200px;
  background-color: #ededed;
  padding: 0 0;
  top: 0px;
  left: 200px;
  list-style: none;
  position: absolute;
  display: none;
}
header .headerInner nav ul.navListing li .sub-menu li .innerSub li {
  width: 100%;
  float: left;
  position: relative;
}
header .headerInner nav ul.navListing li .sub-menu li .innerSub li a {
  width: 100%;
  float: left;
}
header .headerInner nav ul.navListing li .sub-menu li .innerSub li .subInnerSub {
  width: 200px;
  background-color: #ededed;
  padding: 0 0;
  top: 0px;
  left: 200px;
  list-style: none;
  position: absolute;
  display: none;
  max-height: 200px;
  overflow-y: auto;
}
header .headerInner nav ul.navListing li .sub-menu li .innerSub li .subInnerSub li {
  width: 100%;
  float: left;
}
header .headerInner nav ul.navListing li .sub-menu li .innerSub li .subInnerSub li a {
  width: 100%;
  float: left;
}
header .headerInner nav .currentLang {
  float: left;
  position: relative;
}
header .headerInner nav .currentLang .current {
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .headerInner nav .currentLang .current picture {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 100%;
}
header .headerInner nav .currentLang .current picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
header .headerInner nav .currentLang .current p {
  float: left;
  font-size: 14px;
  color: #fff;
  margin: 0;
  cursor: pointer;
}
header .headerInner nav .currentLang .current p i {
  margin: 0 0 0 5px;
}
header .headerInner nav .currentLang .options {
  width: 112px;
  background-color: #fff;
  position: absolute;
  right: -14px;
  top: 39px;
  border-radius: 6px;
  padding: 9px;
  display: none;
}
header .headerInner nav .currentLang .options a {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  font-size: 12px;
  margin: 7px 0;
}
header .headerInner nav .currentLang .options a img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
header.sticky {
  background-color: rgba(18, 42, 119, 0.63);
  top: 0;
  left: 0;
  padding: 9px;
  position: sticky;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}
header.sticky .headerInner a.headerLogo img {
  width: 140px;
}

.toggle_icon {
  display: none;
  float: left;
  width: auto;
  margin: 0;
  position: relative;
  height: 34px;
  padding: 6px 0px;
  z-index: 10;
}
.toggle_icon b {
  width: 26px;
  height: 3px;
  background: #fff;
  float: left;
  position: relative;
  transition: 0.2s ease-in-out;
}
.toggle_icon b::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #fff;
  right: 0;
  transition: 0.2s ease-in-out;
  bottom: -10px;
}
.toggle_icon b::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #fff;
  right: 0;
  bottom: -20px;
  transition: 0.2s ease-in-out;
}
.toggle_icon b.creatCross {
  transform: rotate(45deg) translate(0px, 0);
  margin: 12px 0 0 0;
}
.toggle_icon b.creatCross:after {
  opacity: 0;
}
.toggle_icon b.creatCross:before {
  transform: rotate(-90deg) translate(19px, 0px);
}

.topSectionWrap {
  width: 100%;
  height: 100vh;
  background-color: #E7ECFF;
  float: left;
  overflow: hidden;
  position: relative;
}
.topSectionWrap .sliderOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(18, 42, 119, 0.63);
}
.topSectionWrap .topVideo {
  width: 100%;
  height: 100vh;
  float: left;
}
.topSectionWrap .topVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topSectionWrap .topSlider {
  position: relative;
  width: 100%;
  float: left;
  height: 100vh;
}
.topSectionWrap .topSlider .slide {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.topSectionWrap .topSlider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.topSectionWrap .topSlider .slide.active {
  opacity: 1;
}
.topSectionWrap .topSectionArticle {
  width: 100%;
  bottom: 70px;
  left: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 9;
}
.topSectionWrap .topSectionArticle .tsaInner {
  width: 1212px;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.topSectionWrap .topSectionArticle .tsaInner article {
  width: 630px;
  float: left;
}
.topSectionWrap .topSectionArticle .tsaInner article h1 {
  width: 100%;
  float: left;
  color: #FFF;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.topSectionWrap .topSectionArticle .tsaInner article h1 b {
  color: #FCC419;
}
.topSectionWrap .topSectionArticle .tsaInner article h1 small {
  width: 100%;
  float: left;
  color: #FFF;
  font-size: 31px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 20px 0;
}
.topSectionWrap .topSectionArticle .tsaInner article p {
  width: 100%;
  float: left;
  margin: 14px 0 0 0;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: lowercase;
}
.topSectionWrap .topSectionArticle .tsaInner .tsBttn {
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.3s ease-in-out;
}
.topSectionWrap .topSectionArticle .tsaInner .tsBttn i {
  min-width: 68px;
  max-width: 68px;
  height: 68px;
  float: left;
  display: flex;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  transition: 0.3s ease-in-out;
}
.topSectionWrap .topSectionArticle .tsaInner .tsBttn:hover {
  color: #D7E25F;
}
.topSectionWrap .topSectionArticle .tsaInner .tsBttn:hover i {
  color: #D7E25F;
  border-color: #D7E25F;
}

.aboutSectionWrap {
  width: 100%;
  float: left;
  margin: 90px 0;
  padding: 0 12px;
  display: flex;
  justify-content: center;
}
.aboutSectionWrap .aboutInner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 20px 0;
}
.aboutSectionWrap .aboutInner h1 {
  width: 312px;
  float: left;
  margin: 0;
  color: #000;
  font-size: 66px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.aboutSectionWrap .aboutInner h1 small {
  width: 100%;
  float: left;
  margin: 18px 0 0 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.aboutSectionWrap .aboutInner article {
  width: 510px;
  float: left;
}
.aboutSectionWrap .aboutInner article p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  margin: 20px 0 0 0;
}

.whatweDoSectionWrap {
  width: 100%;
  float: left;
  margin: 0 0 90px 0;
  display: flex;
  justify-content: center;
}
.whatweDoSectionWrap .wdsContainer {
  width: 90%;
  float: left;
  background-color: #E7ECFF;
  background-image: url(../images/whatWeDoBac.png);
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  padding: 45px 0;
}
.whatweDoSectionWrap .wdsContainer .wdsInner {
  width: 100%;
  float: right;
}
.whatweDoSectionWrap .wdsContainer .wdsInner h3 {
  width: 100%;
  float: left;
  margin: 0;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.whatweDoSectionWrap .wdsContainer .wdsInner p {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
}

.clientsPartnersWrap {
  width: 100%;
  float: left;
  margin: 10px 0 85px 0;
  display: flex;
  justify-content: center;
}
.clientsPartnersWrap .cpInner {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clientsPartnersWrap .cpInner h2 {
  width: 328px;
  float: left;
  margin: 0;
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.clientsPartnersWrap .cpInner h2 small {
  width: 100%;
  float: left;
  margin: 18px 0 0 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 163.636%;
}
.clientsPartnersWrap .cpInner .cpSlider {
  width: 650px;
  float: left;
}
.clientsPartnersWrap .cpInner .cpSlider .slideInn {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85px;
}
.clientsPartnersWrap .cpInner .cpSlider .slideInn img {
  width: 80%;
  height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.clients.clientsPartnersWrap {
  margin: 0 0 70px 0;
}
.clients.clientsPartnersWrap .cpInner .cpSlider .slideInn img {
  height: 85px;
}

.solutionsWrap {
  width: 100%;
  float: left;
  background-color: #E7ECFF;
  padding: 120px 12px;
  display: flex;
  justify-content: center;
  margin: 0 0 52px 0;
}
.solutionsWrap .solutionsInner {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.solutionsWrap .solutionsInner article {
  width: 333px;
  float: left;
  position: relative;
}
.solutionsWrap .solutionsInner article::after {
  content: "";
  width: 172px;
  height: 296px;
  position: absolute;
  top: -48px;
  right: -61px;
  background-color: #122A77;
}
.solutionsWrap .solutionsInner article h2 {
  width: 100%;
  float: left;
  color: #FFF;
  text-align: right;
  -webkit-text-stroke: 1.5px #122A77;
  font-size: 66px;
  font-style: normal;
  font-weight: 800;
  line-height: 108.709%;
  margin: 0;
  font-family: "Poppins";
  position: relative;
  z-index: 1;
}
.solutionsWrap .solutionsInner article p {
  width: 215px;
  float: left;
  position: relative;
  color: #000;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  margin: 23px 0 0 0;
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap {
  width: 600px;
  float: left;
  display: flex;
  flex-flow: row;
  gap: 13px;
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap .sBox {
  width: 100%;
  float: left;
  padding: 6px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 2.869px 20.084px 0px rgba(0, 0, 0, 0.05);
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap .sBox a {
  width: 100%;
  float: left;
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap .sBox img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
  border-radius: 6px;
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap .sBox h4 {
  float: left;
  width: 100%;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin: 12px 0 0 0;
  padding: 0 8px;
  color: #000;
  transition: 0.3s ease-in-out;
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap .sBox h4 span {
  width: 100%;
  float: left;
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap .sBox h4 small {
  width: 100%;
  float: left;
  margin: 12px 0 12px 0;
  font-size: 10px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 17px;
  color: #6a6a6a;
}
.solutionsWrap .solutionsInner .solutionsBoxesWrap .sBox:hover h4 {
  color: #2370FF;
}

.ourProjectsWrap {
  width: 100%;
  float: left;
  margin: 75px 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.ourProjectsWrap .contentHeaderStyle {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ourProjectsWrap .contentHeaderStyle h2 {
  width: 236px;
  float: left;
  margin: 0;
  color: #000;
  font-size: 51px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.ourProjectsWrap .contentHeaderStyle .rightPart {
  float: left;
  display: flex;
  align-items: center;
  gap: 37px;
}
.ourProjectsWrap .contentHeaderStyle .rightPart p {
  width: 346px;
  float: left;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 161.111%;
}
.ourProjectsWrap .contentHeaderStyle .rightPart .cHeaderBttn {
  float: left;
  padding: 15px 38px;
  border: 1px solid #727272;
  font-size: 15px;
  color: #000;
  border-radius: 36px;
  transition: 0.3s ease-in-out;
}
.ourProjectsWrap .contentHeaderStyle .rightPart .cHeaderBttn:hover {
  background-color: #122A77;
  border-color: #122A77;
  color: #fff;
}
.ourProjectsWrap .projectSlideWrap {
  width: 100%;
  float: left;
  padding: 0 0 0 12%;
  margin: 47px 0 0 0;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap {
  width: 100%;
  float: left;
  padding: 0 10px;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner {
  width: 100%;
  float: left;
  height: 411px;
  background-color: #E7ECFF;
  position: relative;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner::after {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.17) 0%, rgba(0, 0, 0, 0.94) 100%);
  transition: 0.3s ease-in-out;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner article {
  width: 100%;
  padding: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner article h4 {
  width: 100%;
  float: left;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 136.667%;
  transition: 0.3s ease-in-out;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner article .headdenPart {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  display: none;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner article .headdenPart p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 177.778%;
  word-break: break-word;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner article .headdenPart .projectBoxbttn {
  float: left;
  padding: 14px 18px;
  border: 1px solid #000;
  font-size: 13px;
  color: #000;
  border-radius: 0;
  margin: 15px 0 0 0;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner.active {
  position: relative;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner.active article h4 {
  color: #000;
}
.ourProjectsWrap .projectSlideWrap .projectBoxWrap .pBoxInner.active::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.651) 0%, rgba(255, 255, 255, 0.651) 100%);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.locationWrap {
  width: 100%;
  float: left;
  margin: 0 0 75px 0;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.locationWrap .locationInner {
  width: 100%;
  float: left;
  display: flex;
  gap: 31px;
}
.locationWrap .locationInner .locationBoxes {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  float: left;
  display: flex;
  justify-content: space-between;
}
.locationWrap .locationInner .locationBoxes .locationBox {
  width: 49%;
  float: left;
  padding: 20px 32px;
  background-color: #fff;
  box-shadow: 0px 3.103px 13.963px rgba(35, 112, 255, 0.24);
  cursor: pointer;
}
.locationWrap .locationInner .locationBoxes .locationBox h4 {
  width: 100%;
  float: left;
  color: #393939;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 3px 0;
}
.locationWrap .locationInner .locationBoxes .locationBox a {
  width: 100%;
  float: left;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin: 7px 0 0 0;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 168.421%;
}
.locationWrap .locationInner .locationBoxes .locationBox a i {
  min-width: 15px;
  width: 15px;
  float: left;
  color: #5E5E5E;
  font-size: 16px;
  margin: 4px 0 0 0;
}
.locationWrap .locationInner .locationBoxes .locationBox.active h4 {
  color: #2370FF;
}
.locationWrap .locationInner .mapWrap {
  width: 100%;
  float: left;
  height: 370px;
  background-color: #E7ECFF;
}
.locationWrap .locationInner .mapWrap .mapInner {
  width: 100%;
  float: left;
  display: none;
}
.locationWrap .locationInner .mapWrap .mapInner:first-child {
  display: block;
}
.locationWrap .locationInner .mapWrap .mapInner iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blogListingWrap {
  width: 100%;
  float: left;
  padding: 85px 0;
  background-color: #122A77;
  display: flex;
  justify-content: center;
}
.blogListingWrap .blogListingInner {
  width: 100%;
  float: left;
}
.blogListingWrap .blogListingInner .contentHeaderStyle {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogListingWrap .blogListingInner .contentHeaderStyle h2 {
  width: 306px;
  float: left;
  margin: 0;
  color: #fff;
  font-size: 51px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.blogListingWrap .blogListingInner .contentHeaderStyle .rightPart {
  float: left;
  display: flex;
  align-items: center;
  gap: 37px;
}
.blogListingWrap .blogListingInner .contentHeaderStyle .rightPart p {
  width: 346px;
  float: left;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 161.111%;
}
.blogListingWrap .blogListingInner .contentHeaderStyle .rightPart .cHeaderBttn {
  float: left;
  padding: 15px 38px;
  border: 1px solid #fff;
  font-size: 15px;
  color: #fff;
  border-radius: 36px;
  transition: 0.3s ease-in-out;
}
.blogListingWrap .blogListingInner .contentHeaderStyle .rightPart .cHeaderBttn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.blogListingWrap .blogListingInner .blogListingMain {
  width: 100%;
  float: left;
  margin: 50px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  gap: 15px;
  position: relative;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox {
  float: left;
  background-color: #E7ECFF;
  position: relative;
  overflow: hidden;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox::after {
  content: "";
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.88) 64.5%);
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox .article {
  width: 100%;
  bottom: 20px;
  left: 0;
  position: absolute;
  padding: 0 31px;
  display: flex;
  align-items: center;
  gap: 70px;
  z-index: 9;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox .article h4 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
  transition: 0.3s ease-in-out;
  min-height: 45px;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox .article i {
  min-width: 52px;
  width: 52px;
  height: 52px;
  border: 2px solid #000;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  transition: 0.3s ease-in-out;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox .article i:hover {
  color: #3b89ff;
  border-color: #3b89ff;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox .article:hover h4 {
  color: #122A77;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(1) {
  width: 502px;
  height: 490px;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(1)::after {
  height: 65%;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(2) {
  width: 506px;
  height: 222px;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(3) {
  width: 244px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 262px;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(3) .article {
  padding: 0 18px;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(4) {
  width: 244px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(4) .article {
  padding: 0 18px;
}

footer {
  width: 100%;
  float: left;
  margin: 60px 0 0 0;
  display: flex;
  flex-flow: column;
  align-items: center;
}
footer .footerLogo {
  float: left;
}
footer .footerLogo img {
  width: 230px;
}
footer .footerNav {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  gap: 30px;
  list-style: none;
  margin: 40px 0 25px 0;
}
footer .footerNav li {
  float: left;
  position: relative;
}
footer .footerNav li a {
  width: 100%;
  float: left;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease-in-out;
}
footer .footerNav li a:hover {
  color: #3fbcff;
}
footer .footerDescription {
  width: 744px;
  float: left;
  text-align: center;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 193.333%;
}
footer .socialMedia {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 22px;
  margin: 40px 0;
}
footer .socialMedia .icon {
  min-width: 44px;
  width: 44px;
  height: 44px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
}
footer .socialMedia .icon i {
  color: #000;
}
footer .socialMedia .icon:hover {
  background-color: #122A77;
  border-color: #122A77;
}
footer .socialMedia .icon:hover i {
  color: #fff;
}
footer .addressBlocks {
  width: 700px;
  float: left;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0 0px 0;
}
footer .addressBlocks .addBox {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .addressBlocks .addBox i {
  min-width: 35px;
  max-width: 35px;
  height: 35px;
  border: 1px solid #cbcbcb;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #696969;
  margin: 3px 0 0 0;
  float: left;
}
footer .addressBlocks .addBox h3 {
  width: 100%;
  float: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #000;
  font-family: "Noto Sans Arabic";
}
footer .endFooter {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 14px;
  justify-content: center;
  background-color: #122A77;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  direction: ltr;
}
footer .endFooter a {
  font-weight: 500;
  color: #fff;
  padding: 0 5px;
  transition: 0.3s ease-in-out;
}
footer .endFooter a:hover {
  color: #D7E25F;
}

.innerTopWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background-color: #122A77;
}
.innerTopWrap .innerTopMain {
  width: 100%;
  float: left;
  padding: 160px 0 65px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.innerTopWrap .innerTopMain.projectSingle h1 {
  width: 100%;
  text-align: center;
}
.innerTopWrap .innerTopMain h1 {
  width: 350px;
  float: left;
  color: #fff;
  margin: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 100%;
}
.innerTopWrap .innerTopMain p {
  width: 582px;
  color: #9ca5c0;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.solutionsListingWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.solutionsListingWrap .solutionListingMain {
  width: 100%;
  float: left;
  margin: 80px 0;
  display: flex;
  flex-flow: row wrap;
  gap: 23px;
  justify-content: flex-start;
}
.solutionsListingWrap .solutionListingMain .sBox {
  width: calc(33% - 12px);
  padding: 15px;
  border: 1px solid #f6f6f6;
  border-radius: 15px;
  transition: 0.3s ease-in-out;
}
.solutionsListingWrap .solutionListingMain .sBox:hover {
  border-color: #D7E25F;
}
.solutionsListingWrap .solutionListingMain .sBox:hover .blockTop h4 {
  color: #122A77 !important;
}
.solutionsListingWrap .solutionListingMain .sBox .blockTop {
  width: 100%;
  float: left;
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 14px;
  border-bottom: 1px solid #f6f6f6;
}
.solutionsListingWrap .solutionListingMain .sBox .blockTop img {
  min-width: 37px;
  width: 37px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
}
.solutionsListingWrap .solutionListingMain .sBox .blockTop h4 {
  width: 100%;
  float: left;
  color: #1f1f1f;
  font-size: 16px;
  margin: 0;
}
.solutionsListingWrap .solutionListingMain .sBox p {
  width: 100%;
  float: left;
  font-size: 13px;
  margin: 13px 0 0 0;
  color: #515151;
  line-height: 25px;
}

.solutionDetailsWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.solutionDetailsWrap .sdInner {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 65px 0;
}
.solutionDetailsWrap .sdInner picture {
  width: 100%;
  float: left;
  height: 450px;
  overflow: hidden;
}
.solutionDetailsWrap .sdInner picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solutionDetailsWrap .sdInner article {
  width: 80%;
  float: left;
  margin: 60px 0 0 0;
}
.solutionDetailsWrap .sdInner article h2 {
  width: 100%;
  float: left;
  margin: 0 0 12px 0;
  font-size: 17px;
}
.solutionDetailsWrap .sdInner article p {
  width: 100%;
  float: left;
  margin: 0 0 30px 0;
  font-size: 14px;
  color: #222;
  line-height: 27px;
}
.solutionDetailsWrap .sdInner article p img {
  max-width: 100%;
}
.solutionDetailsWrap .sdInner article ul {
  width: 100%;
  float: left;
  margin: 15px 0;
  padding: 0 0 0 27px;
}
.solutionDetailsWrap .sdInner article ul li {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #222;
  line-height: 27px;
}

.contactMain {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.contactMain .cdBox {
  width: 100%;
  float: left;
  margin: 70px 0 0px 0;
}
.contactMain .cdBox iframe {
  width: 100%;
  float: left;
  height: 320px;
}
.contactMain .cdBox.cdBoxContact {
  display: flex;
  align-items: center;
  justify-content: stretch;
  gap: 15px;
}
.contactMain .cdBox.cdBoxContact strong {
  width: 100%;
  float: left;
}
.contactMain .contactInner {
  width: 100%;
  float: left;
  margin: 70px 0 0 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contactMain .contactInner .contactDetails {
  width: 450px;
  float: left;
}
.contactMain .contactInner .contactDetails h3 {
  width: 100%;
  float: left;
  border-left: 4px solid #122A77;
  font-size: 18px;
  padding: 9px 0 9px 15px;
  font-weight: 300;
  line-height: 29px;
}
.contactMain .contactInner .contactDetails .cdBox {
  width: 100%;
  float: left;
  margin: 40px 0 0 0;
}
.contactMain .contactInner .contactDetails .cdBox a {
  font-size: 15px;
  color: #000;
  line-height: 28px;
}
.contactMain .contactInner .contactDetails .cdBox strong {
  width: 100%;
  float: left;
  font-weight: 400;
  margin: 0 0 7px;
  color: #888888;
}
.contactMain .contactInner .contactDetails .cdBox iframe {
  width: 100% !important;
}
.contactMain .contactInner .formWrap {
  width: 450px;
}
.contactMain .contactInner .formWrap form {
  width: 100%;
  float: left;
}
.contactMain .contactInner .formWrap form .inpWrap {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
}
.contactMain .contactInner .formWrap form .inpWrap .inpBox {
  width: 100%;
  float: left;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 20px 13px;
  font-weight: 500;
  font-family: "Inter";
  outline: none !important;
  font-size: 16px;
  color: #000;
}
.contactMain .contactInner .formWrap form .inpWrap .inpBox::-moz-placeholder {
  color: #333;
}
.contactMain .contactInner .formWrap form .inpWrap .inpBox::placeholder {
  color: #333;
}
.contactMain .contactInner .formWrap form .inpWrap textarea {
  height: 110px;
  resize: none;
}
.contactMain .contactInner .formWrap form .inpWrap .subBttn {
  width: 100%;
  float: left;
  background-color: #122A77;
  text-align: center;
  cursor: pointer;
  border: 0;
  font-family: "Inter";
  color: #fff;
  padding: 15px 9px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.2px;
  transition: 0.3s ease-in-out;
}
.contactMain .contactInner .formWrap form .inpWrap .subBttn:hover {
  background-color: #D7E25F;
  color: #000;
}

.serviceTopWrap {
  width: 100%;
  float: left;
  background-color: #122A77;
  height: 150px;
}

.servicespageWrap {
  width: 100%;
  float: left;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
}
.servicespageWrap .servicespageInner {
  width: 930px;
  float: left;
  margin: 75px 0;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.servicespageWrap .servicespageInner .serviceBox {
  width: 296px;
  min-height: 240px;
  float: left;
  background-color: #f7f7f7;
  padding: 17px 25px;
}
.servicespageWrap .servicespageInner .serviceBox h1 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 104.216%;
}
.servicespageWrap .servicespageInner .serviceBox span.headText {
  width: 100%;
  float: left;
  margin: 17px 0 0 0;
  color: #3D3D3D;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 157.333%;
}
.servicespageWrap .servicespageInner .serviceBox .sBoxHead {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 15px;
}
.servicespageWrap .servicespageInner .serviceBox .sBoxHead picture {
  width: 44px;
  min-width: 44px;
  height: 44px;
  float: left;
  background-color: #fff;
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.servicespageWrap .servicespageInner .serviceBox .sBoxHead picture img {
  width: 29px;
  height: 29px;
  -o-object-fit: contain;
     object-fit: contain;
}
.servicespageWrap .servicespageInner .serviceBox .sBoxHead h4 {
  width: 100%;
  float: left;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.servicespageWrap .servicespageInner .serviceBox p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 178.571%;
  margin: 13px 0 0 0;
}

.projectsPageWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.projectsPageWrap .projectsInner {
  width: 100%;
  float: left;
  margin: 75px 0;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}
.projectsPageWrap .projectsInner .projectBox {
  width: 188px;
  float: left;
  height: 300px;
  background-color: #eee;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.projectsPageWrap .projectsInner .projectBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projectsPageWrap .projectsInner .projectBox::after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(180deg, rgba(18, 42, 119, 0.0016) 0%, rgb(8, 17, 46) 100%);
  transition: 0.4s ease-in-out;
}
.projectsPageWrap .projectsInner .projectBox article {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 0 20px;
  z-index: 9;
}
.projectsPageWrap .projectsInner .projectBox article h4 {
  width: 100%;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  transition: 0.3s ease-in-out;
}
.projectsPageWrap .projectsInner .projectBox article .hiddenDetails {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  display: none;
}
.projectsPageWrap .projectsInner .projectBox article .hiddenDetails p {
  width: 100%;
  float: left;
  color: #000;
  font-size: 12px;
  line-height: 20px;
  margin: 0 0 0;
  height: 15px;
  overflow: hidden;
}
.projectsPageWrap .projectsInner .projectBox article .hiddenDetails .hdBttn {
  float: left;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 13px 15px;
  margin: 12px 0 0 0;
}
.projectsPageWrap .projectsInner .projectBox:hover {
  position: relative;
}
.projectsPageWrap .projectsInner .projectBox:hover::after {
  background: linear-gradient(180deg, #80c8ff 0%, #2b97e9 100%);
}
.projectsPageWrap .projectsInner .projectBox:hover article h4 {
  color: #000;
}

.blogPageWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ddd;
}
.blogPageWrap .blogPageInner {
  width: 100%;
  float: left;
  margin: 75px 0;
  display: flex;
  flex-flow: row wrap;
  row-gap: 40px;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.blogPageWrap .blogPageInner .blogBox {
  width: 325px;
  float: left;
  position: relative;
}
.blogPageWrap .blogPageInner .blogBox picture {
  width: 100%;
  float: left;
  height: 180px;
  background-color: #ddd;
  position: relative;
}
.blogPageWrap .blogPageInner .blogBox picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogPageWrap .blogPageInner .blogBox article {
  width: 100%;
  float: left;
  margin: 20px 0 0 0;
  padding: 0 12px;
}
.blogPageWrap .blogPageInner .blogBox article .date {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #696969;
  font-weight: 500;
}
.blogPageWrap .blogPageInner .blogBox article h4 {
  width: 100%;
  float: left;
  color: #000000;
  font-size: 15px;
  line-height: 22px;
  margin: 14px 0 0 0;
  font-weight: 600;
  min-height: 44px;
}
.blogPageWrap .blogPageInner .blogBox article p {
  width: 100%;
  float: left;
  margin: 13px 0 0 0;
  font-size: 12px;
  line-height: 19px;
  color: #373737;
  font-weight: 300;
  min-height: 57px;
}
.blogPageWrap .blogPageInner .blogBox article .detailsBtn {
  float: left;
  color: #113abd;
  font-size: 13px;
  font-weight: 500;
  margin: 16px 0 0 0;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.pandcCompleteWrap {
  width: 100%;
  float: left;
  padding: 50px 0;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
}
.pandcCompleteWrap .pcInner {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0;
}
.pandcCompleteWrap .pcInner h2 {
  width: 100%;
  float: left;
  text-align: center;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.pandcCompleteWrap .pcInner p {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin: 21px 0 0 0;
  line-height: 23px;
  color: #373737;
  font-weight: 300;
}
.pandcCompleteWrap .pcInner .logosWrap {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: row wrap;
  gap: 0;
  margin: 45px 0 0 0;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.pandcCompleteWrap .pcInner .logosWrap .logoBox {
  width: 20%;
  height: 130px;
  background-color: #fff;
  border: 1px solid #eee;
  border-left: 0;
  border-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.pandcCompleteWrap .pcInner .logosWrap .logoBox img {
  width: 100px;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
  opacity: 0.7;
}
.pandcCompleteWrap .pcInner .logosWrap .logoBox:hover {
  transform: scale(1.08);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  z-index: 9;
  position: relative;
}
.pandcCompleteWrap .pcInner .logosWrap .logoBox:hover img {
  filter: grayscale(0);
  opacity: 1;
}

/******************************************************* arabic Style ***********************************************/
.language-ar .blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(3) {
  right: inherit;
  left: 0;
}

.language-ar .blogListingWrap .blogListingInner .blogListingMain .blogBox:nth-child(4) {
  right: inherit;
  left: 262px;
}

.language-ar .nbs-flexisel-nav-left {
  transform: rotate(180deg) translateY(50%);
}

.language-ar .nbs-flexisel-nav-right {
  transform: rotate(180deg) translateY(50%);
}

.language-ar .topSectionWrap .topSectionArticle .tsaInner .tsBttn i {
  transform: rotate(180deg);
}

.clientsPartnersWrap .cpInner {
  width: 100%;
  float: left;
  display: flex;
  flex-flow: column;
  gap: 40px;
  align-items: center;
}
.clientsPartnersWrap .cpInner h2 {
  text-align: center;
}

.clientsPartnersWrap .cpInner .cpSlider {
  width: 100% !important;
  float: left;
}

.whatweDoSectionWrap .wdsContainer {
  width: 90%;
  float: left;
  background-color: #E7ECFF;
  background-image: unset !important;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  justify-content: center;
  padding: 45px 0;
}

.dropdown-caret {
  display: inline-block;
  margin-left: 6px;
  font-size: 0.7em;
  transition: transform 0.3s ease;
}

/* Rotate caret when submenu is open (optional) */
.navListing li:hover > a .dropdown-caret {
  transform: rotate(180deg);
}

.whatweDoSectionWrap .wdsContainer .wdsInner p:last-child {
  margin-bottom: 20px;
}

/*****************************  about page  ****************************/
.aboutPageWrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding: 120px 0;
  border-bottom: 1px solid #ddd;
}
.aboutPageWrap .apTop {
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
  flex-flow: row-reverse;
  justify-content: space-between;
  gap: 25px;
}
.aboutPageWrap .apTop picture {
  width: 400px;
  height: 500px;
  float: left;
  background-color: #122A77;
}
.aboutPageWrap .apTop picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutPageWrap .apTop article {
  width: 520px;
  float: left;
}
.aboutPageWrap .apTop article h2 {
  width: 100%;
  float: left;
  font-size: 47px;
  font-weight: 400;
  line-height: 148%;
  margin: 0 0;
}
.aboutPageWrap .apTop article p {
  width: 100%;
  float: left;
  margin: 30px 0 0 0;
  font-size: 15px;
  line-height: 177%;
  color: #4a4a4a;
  letter-spacing: 0.5px;
}
.aboutPageWrap .apTop article .contactBttn {
  float: left;
  background-color: #D7E25F;
  margin: 25px 0 0 0;
  padding: 17px 31px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s ease-in-out;
}
.aboutPageWrap .apTop article .contactBttn:hover {
  background-color: #122A77;
  color: #fff;
}
.aboutPageWrap .apMiddle {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 80px 0 0 0;
}
.aboutPageWrap .apMiddle .apmBox {
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  border-radius: 15px;
  padding: 20px;
}
.aboutPageWrap .apMiddle .apmBox h3 {
  width: 100%;
  float: left;
  margin: 0;
  font-size: 17px;
  display: flex;
  gap: 15px;
  align-items: center;
  font-weight: 500;
}
.aboutPageWrap .apMiddle .apmBox h3 .apmIcon {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}
.aboutPageWrap .apMiddle .apmBox p {
  width: 100%;
  float: left;
  font-size: 14px;
  margin: 11px 0 0 0;
  line-height: 151%;
  color: #5d5d5d;
}

a.download {
  width: 100%;
  float: left;
  background-color: #D7E25F;
  font-size: 13px;
  text-align: center;
  padding: 14px 4px;
  border-radius: 6px;
  color: #000;
  transition: 0.3s ease-in-out;
}
a.download i {
  margin: 0 5px 0 0;
}
a.download:hover {
  background-color: #122A77;
  color: #fff;
}

/*******************************  04-06-2025  ****************************/
.smallHead {
  width: 100%;
  float: left;
  background-color: #122A77;
  height: 115px;
}

.page404Wrap {
  width: 100%;
  float: left;
  padding: 70px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.page404Wrap h1 {
  width: 100%;
  float: left;
  font-size: 200px;
  color: #000;
  background-image: url(../images/whatWeDoBac.png);
  background-size: contain;
  background-repeat: repeat;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0;
  font-weight: 900;
}
.page404Wrap h2 {
  width: 100%;
  float: left;
  font-size: 35px;
  font-weight: 300;
  margin: -17px 0 0 0;
  color: #686868;
}
.page404Wrap .backHome {
  float: left;
  background-color: #D7E25F;
  color: #000;
  padding: 15px 37px;
  border-radius: 50px;
  font-weight: 500;
  margin: 33px 0 0 0;
}/*# sourceMappingURL=style.css.map */