html,
body {
  font-size: 14px;
  direction: rtl;
  text-align: right;
}

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 {
  font-family: "Montserrat", sans-serif;
}

button.slick-prev.slick-arrow::before {
  color: #041a72 !important;
  font-size: 39px;
  opacity: 1;
}

button.slick-next.slick-arrow::before {
  color: #041a72 !important;
  font-size: 39px !important;
  opacity: 1 !important;
}

.glance-info {
  width: 100%;
  font-size: 17px;
  padding: 23px;
  /* text-align: center; */
  position: absolute;
  bottom: 0;
  left: 0;
}

p.glance-description {
  padding: 5px 15px;
  color: white;
  width: fit-content;
  font-size: 25px;
  font-weight: bold;
}

p.glance-title {
  /* margin: auto; */
  font-size: 15px;
  padding: 0 15px;
  background-color: #ae5d40ad;
  width: fit-content;
  color: white;
  font-weight: 600;
  clip-path: polygon(0 0, 12% 100%, 100% 100%, 100% 0, 100% 0);
  /* border-radius: 0px 0px 40px 0px; */
}

.glance-item:nth-of-type(odd) p.glance-title {
  background-color: #ae5d40ad;
}

.glance-item:nth-of-type(even) p.glance-title {
  background-color: #ffbc5bab;
}

.glance-info-data span {
  font-weight: bold;
}

.glance-info-data {
  margin: auto 15px;
}

img.glance-new-image {
  width: 65px;
  border: 1px solid #041a7240;
  padding: 5px;
}

.subsidiaries-contant img {
  width: 100%;
  height: 100%;
}

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;
}

* {
  box-sizing: border-box;
}

/* .container {
  max-width: 80%;
  padding: 0 1rem;
  margin: auto;
} */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  /* transition: all 1s; */
}

p {
  color: #626262;
  font-size: 1.2rem;
  line-height: 2rem;
}

@font-face {
  font-family: "Sophistica 1";
  src: url("../fonts/Sophistica1.eot");
  src:
    url("../fonts/Sophistica1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Sophistica1.woff2") format("woff2"),
    url("../fonts/Sophistica1.woff") format("woff"),
    url("../fonts/Sophistica1.ttf") format("truetype"),
    url("../fonts/Sophistica1.svg#Sophistica1") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

header#home_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

ul.header_links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.8rem 0;
}

ul.header_links li {
  padding: 0 0.5rem;
}

ul.header_links li:last-child {
  padding-right: 0;
}

ul.header_links li:first-child {
  left: 0;
}

ul.header_links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}

.header_top {
  width: 100%;
  background: #191b1c30;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 0 0;
}

.header_right {
  display: flex;
  align-items: center;
  float: right;
  padding: 2.7rem 1.5rem 0 0;
}

.nav_icon {
  width: 40px;
  min-height: 26px !important;
  cursor: pointer;
}

.nav_icon span {
  background: #fff;
  width: 100%;
  height: 3px;
  display: block;
  margin-bottom: 9px;
  box-shadow: 0px 0px 5px 4px #b1a1a136;
  border-radius: 5px;
}

.nav_icon span:first-child {
  margin-top: 0;
}

.nav_icon span:last-child {
  margin-bottom: 0;
}

.search_bar {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  width: 200px;
  position: relative;
}

.search_bar input[type="text"] {
  width: 100%;
  background: rgb(255 255 255 / 20%);
  height: 2.4rem;
  border: 0;
  border-radius: 100px;
  padding: 0 1rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  outline: none;
}

.search_bar input[type="submit"] {
  position: absolute;
  left: 0;
  background: rgb(255 255 255 / 43%);
  width: 33px;
  height: 33px;
  border: 0;
  border-radius: 100px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  outline: none;
}

.news_subscription input[type="email"] {
  width: 75%;
  background: #9a9a9a70;
  height: 2.2rem;
  border: 0;
  /* border-radius: 5px; */
  padding: 22px 1rem;
  /* color: #fff; */
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  outline: none;
}

.h-class {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}

.p-newsletter {
  font-size: 13px;
}

.p-0 {
  padding: 0;
}

p.footer_info {
  color: white;
  font-size: 16px;
}

.news_subscription input[type="submit"] {
  float: right;
  padding: 12px 4%;
  margin: 0px 0;
  color: white;
  background-color: #010000;
  cursor: pointer;
  border-radius: 3px;
  border: 0;
}

.subscribe-image {
  width: 85px;
  float: left;
  /*top: -66px;*/
  position: absolute;
  right: 365px;
}

.subscribe-div {
  /* margin: 41px auto 0px auto; */
  /* padding-right: 174px; */
  /* padding-left: 254px; */
  background: #d4e1e9;
  padding-top: 25px;
  padding-bottom: 25px;
}

.logo img {
  width: 16.375rem;
}

#inner_header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  background: #191b1c7a;
}

.subsidiaries_item.slick-slide.slick-active {
  opacity: 0.4;
}

.subsidiaries_item.slick-slide.slick-current.slick-active {
  opacity: 1;
}

#inner_header .header {
  padding: 1rem 0 0;
}

#inner_header ul.header_links {
  padding: 0;
}

#inner_header .header_right {
  display: block;
}

.navigation {
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.2rem;
}

.navigation nav > ul {
  display: flex;
  align-items: center;
}

.navigation nav > ul > li {
  padding: 0rem 0.5rem;
}

.navigation nav > ul > li:last-child {
  padding-right: 0;
}

.navigation nav > ul > li > a {
  color: #fff !important;
  font-weight: 500;
  font-size: 1.2rem;
  cursor: pointer;
}

li.sub_menu > a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg);
  top: 7px;
  right: 0;
}

.navigation nav > ul > li.sub_menu a {
  padding-right: 1.2rem;
  position: relative;
  padding-bottom: 1rem;
}

li.sub_menu {
  position: relative;
}

ul.sub_menu_open li {
  padding: 0.4rem 0;
}

ul.sub_menu_open li:first-child {
  padding-top: 0;
}

ul.sub_menu_open li a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
}

.home_navigation {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background: rgb(0 0 0 / 88%);
  left: 0;
  /* padding-left: 5rem; */
  overflow: auto;
  z-index: 99;
  /* padding-bottom: 4rem;  */
}

ul.sub_menu_click_open {
  display: none;
  padding-top: 1rem;
}

.home_navigation > ul > li > a {
  color: #fff !important;
  font-weight: bold;
  font-size: 1.6rem;
  cursor: pointer;
}

.home_navigation > ul > li {
  padding: 0.8rem 0;
}

ul.sub_menu_click_open li {
  padding: 0.5rem 0;
}

ul.sub_menu_click_open li a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}

.nav_close {
  position: sticky;
  right: 2rem;
  font-size: 2.3rem;
  color: #fff;
  top: 2rem;
  cursor: pointer;
  float: right;
  z-index: 9;
}

.home_navigation > ul {
  padding-top: 5rem;
}

.home_hero_sectiom {
  width: 100%;
  position: relative;
}

.slider_iten {
  height: 91vh !important;
  background-size: cover;
  background-position: center;
  min-height: 600px !important;
  position: relative;
}

.hero_caption {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-31%);
  z-index: 2;
  color: #fff;
  text-align: center;
}

.slider_iten:after {
  background: #020202;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  opacity: 0.5;
}

.hero_caption h1 {
  font-size: 2.7rem;
  text-transform: uppercase;
  line-height: 3.7rem;
  font-weight: 500;
  padding-bottom: 1rem;
}

.hero_caption p {
  font-size: 2.2rem;
  line-height: 3rem;
  /*font-weight: 500;*/
  /* padding-bottom: 3rem; */
  color: #fff;
}

.hero_caption strong {
  font-weight: bold;
}

.btn {
  background: #031971;
  color: #fff;
  padding: 0.6rem 2.95rem;
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 5px;
}

.subsidiaries_content {
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-top: -6rem;
  background: #fff;
  padding: 2rem;
}

.subsidiaries_content h3 {
  color: #041a72;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 2rem;
}

.subsidiaries_item img {
  max-width: 100%;
  display: block;
}

.subsidiaries_item {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-right: 1px #000000 solid;
  min-height: 100px !important;
}

.subsidiaries_slider button.slick-arrow {
  position: absolute;
  font-size: 0;
  border: 0;
  background: #b9bfd8;
  background: #031971;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  cursor: pointer;
}

.subsidiaries_slider button.slick-next.slick-arrow {
  right: 0;
}

.subsidiaries_slider button.slick-prev.slick-arrow {
  left: 0;
}

/* .subsidiaries_slider button.slick-next.slick-arrow:after {content: ">";color: #fff;position: relative;right: 0;display: block;font-size: 1.1rem;font-family: 'Montserrat', sans-serif;font-weight: 600;} */

/* .subsidiaries_slider button.slick-prev.slick-arrow:after {content: "<";
    color: #fff;
    position: relative;
    right: 0;
    display: block;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;} */
img.subsidiary-slider-image {
  width: 100%;
  height: 250px;
  object-fit: contain;
}

.subsidiary-slider-box {
  justify-content: center;
  align-items: center;
}

.slider_subsidiaries {
  margin: 20px;
}

.subsidary-info-name {
  font-size: 25px;
  margin: 8px 0;
}

.subsidary-info-address {
  margin: 8px 0;
}

.subsidary-info-tel {
  margin: 8px 0;
}

.subsidary-info-fax {
  margin: 8px 0;
}

.subsidary-info-email {
  margin: 8px 0;
}

.subsidary-info-web {
  margin: 8px 0;
}

.subsidiaries_slider button.slick-prev.slick-arrow.slick-disabled {
  background: #b9bfd8;
}

.subsidiaries_slider button.slick-next.slick-arrow.slick-disabled {
  background: #b9bfd8;
}

.subsidiaries_slider {
  width: 100%;
  padding: 0 4rem;
  padding-left: 2rem;
}

.subsidiaries_intro {
  width: 80%;
  text-align: center;
  padding: 4rem 0;
  color: #626262;
  font-size: 1.4375rem;
  line-height: 3rem;
  margin: auto;
  font-weight: 500;
}

.news_img {
  width: 100%;
}

.news_img img {
  width: 100%;
  height: 100%;
  display: block;
}

.latest-new-box {
  border: 1px solid #80808047;
  /* min-height:604px; */
  margin: 5px 0;
}

.news_content {
  width: 100%;
  padding: 15px;
}

.news_content span {
  color: #284f7d;
  font-size: 1rem;
  display: block;
  padding-bottom: 1rem;
}

.news_content h2 a {
  color: #041a72;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.news_content h2 {
  padding-bottom: 15px;
}

.news_content p {
  font-size: 16px;
  color: black;
  font-weight: 400;
}

/*.news_content p {padding: 2rem 0 4rem;}*/

.read_more {
  color: #041a72;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
}

.latest_news {
  width: 100%;
  padding: 4rem 0;
}

.latest_news .page_title {
  padding-bottom: 2rem;
}

.more_news {
  width: 100%;
  text-align: center;
  padding-top: 4rem;
}

section.home_video_section {
  width: 100%;
  position: relative;
}

section.home_video_section video#video {
  width: 100%;
  height: 40.375rem;
  object-fit: cover;
  display: block;
}

.play.overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 57%);
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home_video_section .container2 {
  max-width: 100%;
  padding: 0;
}

.container1 {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 1rem;
}

.container-head {
  max-width: 95%;
  margin: 0 auto;
}

.projects_img {
  width: 100%;
  margin-bottom: 2rem;
  position: relative;
}

.projects_img img {
  width: 100%;
  display: block;
  min-height: 290px;
}

/*.projects_img:after {*/
/*    background-image: url(../images/bg-img.png);*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 50%;*/
/*    bottom: 0;*/
/*    left: 0;*/
/* z-index: 1; */
/*    content: "";*/
/* opacity: 0.5; */
/*}*/
.our_work_section {
  width: 100%;
  background: #f1f1f2;
  padding: 4rem 0;
}

.page_title {
  text-align: center;
  color: #041a72;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}

.page_small_title {
  /* text-align: center; */
  /* color: #041a72; */
  /* color: #959595; */
  /* font-size: 1rem; */
  /* font-weight: 500; */
  /* text-transform: uppercase; */
  border-bottom: solid 1px #62626245;
}

.home_ourwork {
  width: 100%;
}

.home_ourwork .tab-menu {
  width: 100%;
  padding: 1rem 0 2rem;
}

.home_ourwork .tab-menu ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_ourwork .tab-menu ul li {
  padding: 0 1rem;
}

.home_ourwork .tab-menu ul li a {
  padding: 0.5rem 1.5rem;
  display: block;
  border: 1px #041a72 solid;
  background: #fff;
  color: #626262;
  font-size: 1.1rem;
  font-weight: 500;
  border-radius: 4px;
}

.home_ourwork .tab-menu ul li a.tab-a.active-a {
  background: #041a72;
  color: #fff;
}

.tab {
  display: none;
}

.tab.tab-active {
  display: block;
}

.play.overlay img {
  width: 60px;
}

.play.overlay h3 {
  font-size: 3rem;
  color: #fff;
  line-height: 4rem;
  padding-bottom: 2rem;
}

.play.overlay h3 span {
  display: block;
  font-size: 2rem;
}

img.inner_hero-image {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.inner_hero-image {
  display: none;
}

.hero_section_load {
  display: none;
}

img.about-slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.make_different {
  width: 100%;
  text-align: center;
  padding-bottom: 5rem;
}

.make_different h3 {
  color: #041a72;
  font-size: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 3rem;
}

.make_different_row {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.make_different_item_image {
  position: relative;
}

.make_different_item_p {
  position: absolute;
  color: #0474c6;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.make_different_item_p p {
  color: #0474c6;
  margin: %;
}

.make_different_item_p strong {
  /* font-size: 22px; */
  font-weight: 600;
}

.make_different_item_p span {
  font-size: 1.2rem;
}

.make_different_item_image img {
  width: 100%;
}

.footer {
  width: 100%;
  background: #041a72;
  padding-top: 4rem;
}

.footer_logo img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.footer_nav {
  width: 100%;
}

.footer_title {
  color: #f4f4f4;
  font-size: 1.325rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

.header_title {
  color: #f4f4f4;
  font-size: 1.325rem;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  font-weight: 500;
}

.header_title:hover {
  text-decoration: underline;
}

.footer_nav_link {
  width: 100%;
}

.footer_nav_link li {
  display: flex;
  align-items: center;
  color: #f4f4f4;
  font-size: 1.1rem;
  padding: 0;
  line-height: 1.5rem;
  text-transform: capitalize;
}

.footer_nav_link li a {
  color: #f4f4f4;
  font-size: 13px;
}

.header_nav_link {
  width: 100%;
}

2 .header_nav_link li {
  display: flex;
  align-items: center;
  color: #f4f4f4;
  /* font-size: 1.1rem; */
  /* padding: 0.3rem 0; */
  /* line-height: 1.8rem; */
}

.header_nav_link li a {
  color: #f4f4f4;
}

a.header_nav_li:hover {
  text-decoration: underline;
}

.header_nav_li {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  /* font-weight: 500; */
}

.p-t-30 {
  padding-top: 30%;
}

.stay_links {
  display: flex;
  align-items: center;
  justify-content: start;
  padding-top: 0.5rem;
}

.stay_links li {
  padding: 0 0.5rem;
}

ul.stay_links li a {
  background: #abadaf;
  color: #051b72;
  width: 27px;
  display: flex;
  height: 27px;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 1rem;
}

.sub_footer {
  width: 100%;
  background: #071963;
  padding: 1.5rem 0;
  display: block;
  margin-top: 4rem;
}

.sub_footer p {
  color: white;
  font-size: 14px;
}

p.since-2012 {
  border: 3px solid #bcbec0;
  font-family: industry, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 5px;
  font-size: 24px;
  line-height: 26px;
  height: 40px;
  opacity: 1;
}

.inner_head {
  display: flex;
  align-items: center;
  justify-content: end;
}

.inner_head .search_bar {
  margin-right: 1rem;
}

.inner_hero_section {
  width: 100%;
}

.inner_hero {
  width: 100%;
  height: 35rem;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.inner_hero h1 {
  color: #fff;
  font-size: 3.5625rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  line-height: 3rem;
}

.inner_hero:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.4;
  top: 0;
  left: 0;
}

.perspective-image {
  text-align: center;
}

.award-image {
  text-align: center;
}

.award-content {
  width: 100%;
}

.award-description {
  width: 100%;
  padding-bottom: 17px;
}

.award-content a {
  color: unset;
  font-weight: 700;
  font-size: 18px;
}

.award-image img {
  border: 1px solid #041a723b;
  padding: 15px;
  width: 100%;
  /* max-height: 250px; */
  object-fit: contain;
}

.breadcrumb_row {
  position: absolute;
  left: 0;
  bottom: 3rem;
  width: 100%;
  z-index: 1;
}

.breadcrumb_row ul {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding-top: 1rem;
}

.breadcrumb_row ul li a {
  color: #fff;
}

.breadcrumb_row ul li {
  border-left: 1px #fff solid;
  line-height: 11px;
  padding: 0 14px;
}

.breadcrumb_row ul li:first-child {
  /* padding-left: 0; */
}

.breadcrumb_row ul li:last-child {
  /* padding-right: 0; */
  border: 0;
}

.item img {
  width: 100%;
  display: block;
  height: 265px;
}

.item {
  position: relative;
  margin-bottom: 2rem;
}

.filters {
  width: 100%;
  padding: 2rem 0;
  text-align: center;
}

select#companies {
  font-size: 18px;
  padding: 7px;
  color: #041a72;
  border: solid 1px #041a7266;
  border-radius: 6px;
  text-align: center;
}

select#companies:focus-visible {
  border: solid 1px #041a7266 !important;
  outline: none;
}

.filters ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.filters ul li {
  color: #b8babc;
  text-transform: uppercase;
  margin: 0 1rem 1rem;
  font-size: 1.175rem;
  cursor: pointer;
}

.projects_page {
  width: 100%;
  padding: 3rem 0 6rem;
}

.filters ul li.active {
  color: #041a72;
  font-weight: 600;
}

.filters ul li:hover {
  color: #041a72;
}

.filter_by {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafb;
  padding: 1rem;
  margin-bottom: 4rem;
}

.filter_by_left {
  display: flex;
  align-items: center;
}

.filter_by_left p {
  padding-right: 2rem;
  color: #b8babc;
  font-size: 1.2rem;
}

.filter_select {
  margin-right: 4rem;
}

.filter_select select {
  width: 240px;
  background: transparent;
  border: 0;
  appearance: none;
  outline: none;
  color: #1a1e21;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  border-bottom: 1px #1a1e21 solid;
  padding: 0.3rem 0;
  background-image: url(../images/select-arrow.png);
  background-repeat: no-repeat;
  background-position: 100%;
  font-weight: 500;
}

.item a {
  color: #fff;
  display: block;
  height: 100%;
}

.p-inner {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  background-image: url(../images/bg-img.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: repeat-x;
}

.p-inner h2 {
  font-size: 1.375rem;
  font-weight: 600;
}

.p-inner .cat {
  font-size: 1.125rem;
  font-weight: 600;
  padding-top: 0.4rem;
  display: block;
}

.p-home-inner {
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100%;
  color: white;
  background-color: #00000038;
  font-weight: 800;
  height: 100%;
}

.relative {
  position: relative;
}

.p-home-inner-bot {
  position: absolute;
  bottom: 0;
}

.p-home-inner-bot h3 {
  font-weight: 400;
}

.p-home-inner-bot h2 {
  text-transform: uppercase;
}

.news_letter_box {
  margin: 40px 0;
}

section.news_letter {
  padding: 4rem 0 0 0;
}

.news-letter-title {
  color: #041a72;
  font-size: 21px;
  font-weight: 700;
  padding-bottom: 15px;
}

.news-letter-image img {
  width: 100%;
  box-shadow: 1px 2px 4px 4px #ccc;
}

.all {
  position: static !important;
}

.story_caption {
  position: absolute;
  bottom: 0;
  color: white !important;
  /* margin: 15px; */
  background: #02020266;
  right: 0;
  padding: 15px;
  width: 100%;
}

#carousel-heading {
  display: none;
}

li.splide__slide.is-active.is-visible > .slider_item {
  transform: scale(1);
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

li.splide__slide.is-active.is-visible {
  padding: 0;
}

/* li.splide__slide.is-visible.is-prev > .slider_item {
    opacity: 1;
} */
button.splide__arrow.splide__arrow--prev:focus {
  outline: unset;
}

button.splide__arrow.splide__arrow--next:focus {
  outline: unset;
}

.slider_item {
  position: relative;
  opacity: 0.5;
}

.splide__slide {
  height: unset !important;
  padding: 15px;
}

.slider_item.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
  /* margin: 15px; */
}

.splide__arrow {
  height: 44px !important;
  width: 44px !important;
}

.story-year {
  font-size: 24px;
}

.story-description {
  font-size: 18px;
}

img.story-image {
  width: 100%;
  /* min-height: 500px; */
  object-fit: contain;
}

.home_story_section {
  width: 100%;

  direction: ltr;
  /* margin: 0 0 5rem 0; */
  padding: 4rem 0;
  background-color: #031971;
}

.new-header-home {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 20px 0;
}

.pagination_row {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafb;
  padding: 1rem;
  margin-top: 2rem;
}

/* .home-story-slider > .slick-prev:before {
        font-size: 40px;
    }
    .home-story-slider > .slick-next:before {
        font-size: 40px;
    }
    .home-story-slider > .slick-prev {
        left: -50px;
    }

    .home-story-slider > .slick-next {
        right: -30px;
    } */

.pagination_row a {
  margin: 0 1rem;
  color: #a3a5a8;
  font-size: 1.35rem;
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  text-transform: uppercase;
}

.pagination_row a.active {
  border: 1px #031971 solid;
  background: #fff;
}

.filter_by_right button {
  background: transparent;
  border: 0;
  outline: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #b8babc;
  cursor: pointer;
}

.filter_by_right button span {
  color: #041a72;
}

.project_slider_iten img {
  width: 100%;
  display: block;
  max-height: 500px;
}

.slider_thumb_item img {
  width: 160px;
  height: 120px;
}

.projects_detailspage {
  width: 100%;
  padding: 5rem 0;
  background: #e9e9ea;
}

.projects_intro {
  width: 100%;
  background: #fff;
  padding: 2.3rem;
  margin-bottom: 2rem;
}

.projects_sidebar {
  background: #041a72;
  padding: 2rem;
  color: #fff;
}

.projects_sidebar ul li p {
  color: #fff;
  font-size: 1.2125rem;
  padding-bottom: 0.5rem;
}

.projects_sidebar ul li span {
  font-size: 1.325rem;
}

.projects_sidebar ul li {
  padding-bottom: 2rem;
}

.slider_thumb_item {
  margin-right: 1rem;
}

.slider_thumb {
  margin-top: 1rem;
}

.similar_category_item {
  margin: 0 1rem;
}

.similar_category_item figure {
  display: block;
}

.similar_img {
  width: 100%;
}

.similar_img img {
  width: 100%;
  display: block;
  height: 250px;
}

.similar_category_item figcaption h3 a {
  color: #041a72;
  font-size: 1.5rem;
}

.similar_category_item figcaption {
  padding-top: 1rem;
}

.similar_category_item figcaption span {
  color: #c5c6c7;
  text-transform: uppercase;
}

.similar_category_item figcaption h3 {
  padding-bottom: 0.4rem;
}

.similar_category_slider ul.slick-dots {
  display: flex !important;
  justify-content: center;
  margin-top: 2rem;
}

.similar_category_slider ul.slick-dots li button {
  border: 1px #041a72 solid;
  border-radius: 100px;
  background: #fff;
  padding: 0;
  margin: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  cursor: pointer;
  outline: none;
}

.similar_category_slider ul.slick-dots li {
  padding: 0 0.3rem;
}

.similar_category_slider ul.slick-dots li.slick-active button {
  background: #041a72;
}

.similar_category_slider ul.slick-dots li button:hover {
  background: #041a72;
}

.similar_category_title {
  text-align: center;
  color: #626262;
  font-size: 2rem;
  text-transform: uppercase;
  padding-bottom: 3rem;
}

.similar_category {
  width: 100%;
  padding: 5rem 0;
}

.inner_page_wrapper {
  width: 100%;
  padding: 2rem 0;
}

.about-inner_page_wrapper {
  width: 100%;
  padding: 0;
}

.side_nav ul li {
  font-size: 1.3rem;
  padding: 1rem 0;
  display: block;
  padding-right: 1rem;
  text-transform: uppercase;
}

.side_nav ul li a {
  color: #626262;
}

.side_nav ul li.active a {
  color: #041a72;
}

.side_nav ul li.active {
  border-right: 3px #041a72 solid;
}

.side_nav ul li a:hover {
  color: #041a72;
}

.side_nav {
  width: 100%;
  text-align: right;
}

.side_nav ul li:first-child {
  /* padding-top: 0; */
}

.side_nav_click {
  cursor: pointer;
}

img.subsidiary-main-slider {
  width: 170px;
  height: 90px;
  object-fit: contain;
  padding: 6px;
  border: 1px solid #80808057;
  cursor: pointer;
}

.different-text {
  text-align: right;
  font-size: 24px;
  line-height: 1.5;
}

.different-btn {
  width: max-content;
  margin: 30px 0 0 0;
  display: grid;
}

span.learn-more-sp {
  margin: 20px 0px;
  font-size: 18px;
}

.make_different_new p {
  font-size: 18px;
  line-height: 1;
}

.make_different_new {
  border-right: 4px solid #031971;
  text-align: right;
  font-size: 24px;
  clear: both;
  padding: 24px;
  margin: 24px 0;
  line-height: 36px;
}

.make_different_new strong {
  font-size: 40px;
  color: #0474c6;
}

img.subsidiary-logo {
  max-width: 250px;
  float: right;
  padding: 0 1rem;
}

.side_nav_left ul li {
  font-size: 1.3rem;
  padding: 1rem 0;
  display: block;
  padding-left: 2rem;
  text-transform: uppercase;
}

.side_nav_left ul li a {
  color: #626262;
}

.side_nav_left ul li.active a {
  color: #041a72;
}

.side_nav_left ul li.active {
  border-left: 3px #041a72 solid;
}

.side_nav_left ul li a:hover {
  color: #041a72;
}

.side_nav_left {
  width: 100%;
  text-align: left;
}

.side_nav_left ul li:first-child {
  /* padding-top: 0; */
}

/*.inner_page_right {border-left: 1px #a7a9ab solid;;padding-left: 3rem;}*/

.inner_page_left {
  border-right: 1px #a7a9ab solid;
  padding-left: 3rem;
}

.young-engineer {
  width: 100%;
}

.inner_title {
  color: #041a72;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 1rem;
}

.young-engineer_row {
  width: 100% !important;
  clear: both;
  border-bottom: 1px #a7a9ac solid;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: block;
  overflow: hidden;
}

.young-engineer_img {
  float: left;
  width: 27rem;
  display: block;
  margin-top: 8px;
  border: 1px #bbbdc0 solid;
  margin-right: 1rem;
}

.young-engineer_row p {
  color: #626262;
  font-size: 1.1rem;
  padding-bottom: 0.9rem;
  line-height: 1.9rem;
}

.young-engineer_row p strong {
  font-weight: bold;
  text-transform: uppercase;
}

.young-engineer_img img {
  max-width: 100%;
  display: block;
  margin: auto;
}

.share-initiative {
  width: 100%;
}

.share-initiative i {
  text-align: center;
  display: block;
}

.share-initiative i img {
  display: block;
  margin: auto;
}

.share-initiative-content {
  width: 100% !important;
  /* padding-top: 1.5rem;
    border-top: 1px #a7a9ac solid;
    margin: 1.5rem 0 1rem; */
}

.home_hero_slider > ul.slick-dots {
  bottom: 30px;
  color: white;
  font-size: 12px;
}

.hero_caption h4,
.hero_caption h3,
.hero_caption h2,
.hero_caption h1 {
  /* padding-bottom: 2rem; */
  color: #fff;
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.home_hero_slider > ul.slick-dots {
  direction: rtl;
}
.home_hero_slider > ul.slick-dots li {
  /* display: none; */
  width: max-content;
  border-top: 1px #fffff6 solid;
  margin: 0;
  padding: 15px;
  font-size: 16px;
}
.home_hero_slider > ul.slick-dots li.slick-active {
  border-top: 2px #fffff6 solid;
  font-weight: bold;
}

.text-left {
  text-align: right !important;
}

.share-initiative-content p {
  padding-bottom: 1rem;
}

.zayed-initiative {
  width: 100%;
}

.zayed-initiative i img {
  width: 33%;
  padding-top: 1rem;
}

.zayed-initiative .share-initiative-content {
  border: 0;
  padding: 0;
  margin: 0;
}

.perspective-content {
  width: 100%;
}

.perspective-content p {
  padding-bottom: 1rem;
}

.our-value-box {
  text-align: center;
  background: #041a72;
  margin: 15px 0 0 0;
  padding: 15px 0;
  min-height: 226px;
  color: white;
}

.boxes-slider {
  padding-bottom: 20px;
}

.perspective-content p strong {
  font-weight: bold;
}

.our-value-box-title {
  padding: 20px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}

.our-value-box-description {
  /* text-align: left; */
  padding: 0 20px;
  line-height: 1.3;
  text-align: left;
}

.vision-content {
  width: 100%;
}

.vision-content span {
  color: #041a72;
  font-size: 1.3rem;
  line-height: 2rem;
  padding-bottom: 1rem;
  display: block;
}

.vision-content p {
  padding-bottom: 1.5rem;
}

.vision-content p strong {
  display: block;
  font-weight: 600;
}

.mdsmessage-content {
  width: 100%;
  padding-top: 3rem;
}

.mdsmessage-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
}

.mdsmessage-img-left {
  width: 30%;
}

.mdsmessage-img-left img {
  width: 100%;
  display: block;
}

.mdsmessage-img-right {
  width: 60%;
  text-align: right;
}

.mdsmessage-img-right h3 {
  font-family: "Sophistica 1";
  font-size: 5rem;
  font-style: italic;
  color: #041a72;
  transform: rotate(-9deg);
  position: relative;
  top: -6rem;
}

.mdsmessage-content p {
  padding-bottom: 2rem;
  display: block;
}

.mdsmessage-img-right span strong {
  display: block;
  font-weight: 600;
}

.mdsmessage-img-right span {
  color: #626262;
  font-size: 1.3rem;
}

.mission-content-img img {
  width: 100%;
  display: block;
}

.profile-content {
  width: 100%;
  padding-bottom: 2rem;
}

.about_profile_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.profile-logo {
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
}

.profile-logo:hover {
  transform: translateY(-6px);
}

.profile-logo a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 15px;
}

@media (max-width: 768px) {
  .profile-logo {
    width: 130px;
    height: 130px;
  }

  .profile-logo img {
    padding: 10px;
  }
}

/* .about_profile_box {
    width: 100%;
     position: relative; 
    margin-bottom: 2rem;
    display: flex;
} */

.about-us-vision p {
  color: white;
}

.profile_img {
  width: 100%;
}

.profile_img img {
  width: 100%;
  display: block;
  min-height: 250px;
}

.profile-intro {
  position: absolute;
  bottom: 0;
  background: #f0f0f0;
  text-align: center;
  width: 100%;
}

.profile-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  text-align: center;
}

.profile-logo {
  text-align: center;
  justify-content: center;
  display: inline-flex;
  margin: 0 8px;
}

.profile-intro p {
  display: none;
  padding-bottom: 1rem;
}

.about_profile_box:hover .profile-intro p {
  display: block;
}

header#inner_header.contact-header {
  background: #858585;
  position: static;
}

header#inner_header.contact-header .header {
  padding: 1rem 0;
}

.contact_hero {
  width: 100%;
  background: #041a72;
  position: relative;
  min-height: 15rem;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2rem;
  padding-top: 9rem;
}

.contact_hero .breadcrumb_row {
  position: static;
}

section.contact_hero h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 1;
  line-height: 3rem;
  text-transform: uppercase;
}

.contact-page {
  width: 100%;
  background: #efeff0;
  padding: 5rem 0;
}

.keep_touch_box {
  background: #ffffff;
  text-align: center;
  height: 100%;
  padding: 3rem 0;
}

.keep_touch_box i {
  margin-bottom: 1rem;
  display: block;
}

.keep_touch_box i img {
  width: 4rem;
}

.keep_touch_box p {
  color: #626262;
  font-size: 1.2rem;
}

.keep_touch_box p a {
  color: #626262;
  display: inline-block;
}

.keep_touch {
  width: 100%;
  margin-bottom: 3rem;
}

.keep_touch .inner_title {
  text-align: center;
  padding-bottom: 2.5rem;
}

.contact_form {
  width: 100%;
  background: #fff;
  padding: 1.5rem;
}

.input_row {
  width: 100%;
  margin-bottom: 1rem;
}

.input_row label {
  color: #626262;
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
}

.input_row input[type="text"],
.input_row input[type="email"],
.input_row select {
  width: 100%;
  border: 1px #d8d8da solid;
  height: 40px;
  padding: 0 1rem;
  color: #000;
  font-weight: 500;
  outline: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
}

.input_row textarea {
  width: 100%;
  border: 1px #d8d8da solid;
  height: 90px;
  padding: 1rem;
  color: #000;
  font-weight: 500;
  outline: none;
  appearance: none;
  font-family: "Montserrat", sans-serif;
}

.map {
  width: 100%;
  height: 100%;
}

.map iframe {
  width: 100%;
  height: 100%;
}

.input_row input[type="submit"] {
  width: 160px;
  margin: auto;
  display: block;
  background: #051b72;
  border: 0;
  appearance: none;
  color: #fff;
  height: 40px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  outline: none;
  cursor: pointer;
}

.contact_form .inner_title {
  padding-bottom: 2.4rem;
}

.our_subsidiaries_logo {
  border: 1px #bdbfc2 solid;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}

.our_subsidiaries_logo img {
  max-width: 100%;
  display: block;
}

.our_subsidiaries {
  width: 100%;
  padding: 4rem 0 4rem;
}

.our_subsidiaries .inner_title {
  padding-bottom: 2rem;
  text-align: center;
}

.our-prople {
  width: 100%;
}

.our-prople img {
  width: 100%;
  display: block;
  margin-bottom: 2rem;
}

.our-prople p {
  padding-bottom: 2rem;
}

.story-slogan {
  text-align: center;
  margin: 20px auto;
  color: white;
}

.recruitment-process {
  width: 100%;
}

.recruitment-process p {
  padding-bottom: 2rem;
}

.recruitment-process strong {
  display: block;
  color: #041a72;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 0.3rem;
}

.recruitment-process ul {
  color: #626262;
  font-size: 1.2rem;
  line-height: 2rem;
  list-style: disc;
  padding-left: 2rem;
  padding-bottom: 2rem;
}

.quality-img {
  width: 100%;
}

.vbox-item img {
  width: 100%;
  display: block;
  border: 2px #031971 solid;
}

.iso-certificates {
  width: 100%;
  border-bottom: 1px rgb(0 0 0 / 17%) solid;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.iso-certificates-row {
  width: 100%;
  margin-bottom: 2rem;
}

.iso-certificates .inner_title {
  font-size: 1.2rem;
}

.navigation .nav_icon {
  display: none;
}

.newsletter-img {
  width: 100%;
  background: #fff;
  padding: 0;
}

.newsletter-img img {
  width: 100%;
  display: block;
}

.media-box {
  width: 100%;
  background: #f0f0f0;
  padding: 1rem;
  margin-bottom: 2rem;
}

.newsletter-content {
  width: 100%;
}

.newsletter-content p {
  padding-top: 1rem;
}

.newsletter-content span {
  color: #284f7d;
  font-size: 1.1rem;
  padding-bottom: 0.5rem;
  display: block;
}

.newsletter-content h2 a {
  color: #041a72;
  font-size: 1.7rem;
  font-weight: 600;
  text-transform: uppercase;
}

ul.download_btn {
  display: flex;
  align-items: center;
  padding: 3rem 0 2rem;
}

ul.download_btn li a {
  background: #041a72;
  padding: 0.5rem 2rem;
  color: #fff;
  font-weight: 500;
}

ul.download_btn li {
  padding-right: 1rem;
}

ul.download_btn li:nth-child(2) a {
  background: #626262;
}

.load_more {
  width: 100%;
}

.load_more button {
  background: #e2e2e2;
  width: 100%;
  height: 4rem;
  border: 0;
  appearance: none;
  outline: none;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}

.load_more button:hover {
  background: #051b72;
}

.news-img {
  width: 100%;
  min-height: 260px;
  background: #fff;
  display: flex;
  align-items: center;
}

.news-img img {
  display: block;
  width: 100%;
}

.publications_img img {
  width: auto;
  height: 100%;
  margin: auto;
  display: block;
  max-width: 100%;
  object-fit: cover;
}

.publications_img_row {
  height: 300px;
  background: #000;
  margin-bottom: 1rem;
}

.publications_row {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px rgb(0 0 0 / 19%) solid;
  margin-bottom: 2rem;
}

.publications_img h3 a {
  color: #041a72;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8rem;
}

.vbox-container img {
  max-width: 100%;
  max-height: 90vh !important;
}

.veno-img img {
  border: 0;
  height: 100%;
}

.veno-img {
  width: 150px;
  height: 150px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 26px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 80px;
  line-height: 1;
  text-align: center;
  z-index: 99;
  width: unset;
  height: unset;
}

.vbox-next {
  right: 40px;
}

.vbox-prev {
  left: 40px;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  position: absolute;
  top: 50%;
  /* left: 47%; */
  z-index: 100;
}

.newsletters_img img {
  width: auto;
  height: 100%;
  /* margin: auto; */
  display: block;
  width: 100%;
  /* object-fit: cover; */
}

.newsletters_img_row {
  height: 300px;
  /* background: #000; */
  margin-bottom: 1rem;
}

.newsletters_img {
  margin-bottom: 1rem;
}

.newsletters_row {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: 1px rgb(0 0 0 / 19%) solid;
  margin-bottom: 2rem;
}

.newsletters_img h3 a {
  color: #0055a5 !important;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.8rem;
}

.downloads_row {
  width: 100%;
  border: 1px rgb(0 0 0 / 13%) solid;
  padding: 1rem;
  height: 100%;
}

ul.downloads_links li a {
  color: #000;
  font-size: 1.2rem;
  text-decoration: underline;
}

ul.downloads_links li {
  padding: 0.5rem 0;
}

.subsidiaries-contant {
  width: 100%;
}

.subsidiaries-contant p {
  padding-bottom: 1rem;
}

.subsidiaries-contant i {
  padding: 1rem 0;
  display: block;
}

.subsidiaries-contant p strong {
  font-weight: bold;
}

.subsidiaries-contant p a {
  color: #051b72;
  text-decoration: underline;
  font-weight: 500;
}

.resources-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 4rem 0;
}

.resources-graph {
  width: 70%;
}

.resources-graph img {
  width: 100%;
}

.resources-content ul li {
  color: #626262;
  font-size: 1.2rem;
  padding-bottom: 1rem;
  font-weight: 500;
  line-height: 2rem;
  position: relative;
  padding-left: 1rem;
}

.resources-content ul li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  background: #041a72;
  border-radius: 100px;
  top: 10px;
}

.for_mobile {
  display: none;
}

header#inner_header.darkHeader {
  position: fixed;
  background: #051b72;
  padding: 1rem 0;
}

header#inner_header.darkHeader .inner_head {
  display: none;
}

header#inner_header.darkHeader .header {
  padding: 0;
}

header#inner_header.darkHeader .navigation {
  padding: 0;
}

.mobile-logo {
  display: none;
}

.side_nav span {
  display: none;
}

.subnav_close {
  display: none;
}

.mobile-seacrh {
  display: none;
}

.scroll-top-button.visible {
  opacity: 0.5;
  visibility: visible;
}

.scroll-top-button {
  position: fixed;
  right: 40px;
  bottom: 35px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  line-height: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  background-color: #06060f;
  width: 50px;
  height: 50px;
}

a.scroll-top-button:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg);
  top: 40%;
  right: 40%;
}

.site-map-menu {
  width: 400px;
}

.site-map-menu li:last-child {
  border-bottom: none !important;
}

.site-map-menu li {
  padding-top: 1rem;
  border-bottom: 1px dotted;
  padding-bottom: 1rem;
}

.site-map-menu li.sub_menu_click {
  position: relative;
}

.site-map-menu ul.sub_menu_click_open li a,
.site-map-menu li a {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

.site-map-menu ul.sub_menu_click_open {
  padding-top: 1rem;
  padding-left: 1.2rem;
}

.site-map-menu li.sub_menu_click > a:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-left: none;
  border-left: none;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(45deg);
  right: 0;
}

.site-map-menu li.sub_menu_click > a.active:after {
  border-right: none;
  border-bottom: none;
  border-left: 2px solid #000;
  border-top: 2px solid #000;
}

.about-us-our-page {
  background: #d9d9d9;
  padding: 2rem 6rem;
  margin-left: auto;
  margin-right: auto;
}

.about-us-subs {
  padding: 1rem 0;
  margin-left: auto;
  margin-right: auto;
}

.about-us-vision {
  padding: 2%;
  background: #041a72;
  z-index: 2;
  margin-top: -100px;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}
.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.header_language {
  margin-left: 10px !important;
}
.col-xs-8r {
  width: 12.5%;
  float: left;
}

.about-us-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.glance-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.text-center {
  text-align: center !important;
}

.about-us-div {
  background: #e8edf1;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 15px auto;
}

.about-background {
  background: #f5f5f5;
}

.glance-slider {
  width: 100%;
  justify-content: center;
}

.glance-item {
  /* background-color: white; */
  /* margin: 15px; */
  padding-top: 15px;
  /* display: grid; */
  padding-bottom: 15px;
  position: relative;
}

.about-row {
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 5rem; */
  justify-content: center;
}
@media (max-width: 1600px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 1600px) {
  /* .footer_nav_link li a {
        font-size: 11px;
    } */
}

@media (max-width: 1280px) {
  .logo img {
    width: 12rem;
  }

  /* .container { max-width: 100%;padding: 0 10px; } */
  .navigation nav > ul > li > a {
    font-size: 1rem;
  }
}

@media (max-width: 1280px) and (min-width: 1000px) {
  .footer_title {
    font-size: 14px;
  }

  .footer_nav_link li a {
    font-size: 10px;
  }
}

@media (min-width: 1000px) {
  li.sub_menu:hover ul.sub_menu_open {
    opacity: 1;
    visibility: visible;
    z-index: 99;
  }

  ul.sub_menu_open {
    position: absolute;
    z-index: 99;
    background: #858585;
    padding: 8px;
    left: 0;
    width: 180px;
    top: 34px;
    transition: all 1s;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    text-transform: capitalize;
  }

  .home_navigation {
    display: none;
  }

  .home_navigation.active {
    display: block;
  }

  .latest-new-box {
    min-height: 596px;
  }
}

@media screen and (max-width: 1200px) {
  .news_subscription input[type="email"] {
    width: 78%;
    background: #9a9a9a70;
    height: 2.2rem;
    border: 0;
    /* border-radius: 5px; */
    padding: 22px 1rem;
    /* color: #fff; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    outline: none;
  }

  .h-class {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
  }

  .p-newsletter {
    font-size: 10px;
  }

  p.footer_info {
    color: white;
    font-size: 16px;
  }

  .news_subscription input[type="submit"] {
    float: right;
    padding: 12px 4%;
    margin: 0px 0;
    color: white;
    background-color: #010000;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
  }

  .subscribe-image {
    width: 85px;
    float: left;
    /*top: -66px;*/
    position: absolute;
    right: 365px;
  }

  /* .subscribe-div{
    margin: 41px auto 0px auto;
    padding-right: 174px;
    padding-left: 254px;
    background: #d4e1e9;
    padding-top: 25px;
    padding-bottom: 25px;
} */
}

@media screen and (max-width: 700px) {
  /* .glance-image{
        width: unset !important;
    } */
  .about-us-image {
    width: unset !important;
  }

  .p-0 {
    padding: unset;
  }

  .our-value-box {
    min-height: unset;
  }

  .subscribe-image {
    width: 65px;

    float: left;
    /*top: -66px;*/
    position: absolute;
    right: 94%;
  }

  /* .subscribe-div {
        margin: 41px auto 0px auto;
        padding-right: 5%;
        padding-left: 5%;
        background: #d4e1e9;
        padding-top: 25px;
        padding-bottom: 25px;
    } */
  .news_subscription input[type="email"] {
    width: 71%;
    background: #9a9a9a70;
    height: 2.2rem;
    border: 0;
    /* border-radius: 5px; */
    padding: 22px 1rem;
    /* color: #fff; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    outline: none;
  }

  .news_subscription input[type="submit"] {
    float: right;
    padding: 12px 4%;
    margin: 0px 0;
    color: white;
    background-color: #010000;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
  }
}

@media screen and (max-width: 1100px) {
  .subscribe-image {
    width: 70px;

    float: left;
    /*top: -66px;*/
    position: absolute;
    right: 96%;
  }

  /* .subscribe-div {
        margin: 41px auto 0px auto;
        padding-right: 5%;
        padding-left: 5%;
        background: #d4e1e9;
        padding-top: 25px;
        padding-bottom: 25px;
    } */
  .news_subscription input[type="email"] {
    width: 71%;
    background: #9a9a9a70;
    height: 2.2rem;
    border: 0;
    /* border-radius: 5px; */
    padding: 22px 1rem;
    /* color: #fff; */
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    outline: none;
  }

  .news_subscription input[type="submit"] {
    float: right;
    padding: 12px 4%;
    margin: 0px 0;
    color: white;
    background-color: #010000;
    cursor: pointer;
    border-radius: 3px;
    border: 0;
  }
}

@media screen and (max-width: 800px) {
  .subscribe-image {
    width: 60px;

    float: left;
    /*top: -66px;*/
    position: absolute;
    right: 98%;
  }
}

@media (max-width: 1000px) {
  .p-t-30 {
    padding-top: 0;
  }

  .about-us-our-page {
    padding: 1rem;
  }

  .home_hero_slider > ul.slick-dots {
    display: none !important;
    position: relative;
    color: black;
    bottom: 0;
  }

  .home_hero_slider > ul.slick-dots li.slick-active {
    border-top: 2px black solid;
    font-weight: bold;
  }

  .home_hero_slider > ul.slick-dots li {
    width: max-content;
    border-top: 1px black solid;
    margin: 15px 0;
    padding: 15px;
  }

  .hero_caption h4,
  .hero_caption h3,
  .hero_caption h2,
  .hero_caption h1 {
    display: none;
  }

  .inner_hero {
    height: 200px;
  }

  .for_mobile {
    background: #e4e4e4;
    padding: 0.8rem 1rem;
    display: block;
  }

  ul.header_links li img {
    width: 30px;
  }

  header#inner_header {
    position: relative;
  }

  /* .container {max-width: 100%;padding: 0 10px;} */

  .navigation nav ul {
    display: block;
  }

  .navigation nav {
    position: fixed;
    overflow: auto;
    right: -100%;
    z-index: 1;
    background: #041a72;
    width: 80%;
    height: 100%;
    top: 0;
    z-index: 9;
    padding-top: 4rem;
    transition: all 1s;
  }

  .navigation nav > ul > li {
    padding: 1rem 2rem !important;
    border-bottom: 1px rgb(255 255 255 / 5%) solid;
  }

  .navigation nav > ul > li a {
    font-size: 1.3rem;
    display: block;
  }

  li.sub_menu a:after {
    right: 0;
  }

  .inner_head {
    display: none;
  }

  .filter_by_left {
    flex-wrap: wrap;
    width: 100%;
  }

  .filter_by {
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .filter_by_left p {
    width: 100%;
    padding-bottom: 1rem;
  }

  .filter_select {
    width: calc(50% - 10px);
    margin: 0 10px;
  }

  .filter_select select {
    width: 100%;
  }

  .filter_by_right {
    width: 100%;
    text-align: right;
    padding-top: 1rem;
  }

  .filter_select:nth-child(odd) {
    margin-right: 0;
  }

  .filter_select:nth-child(even) {
    margin-left: 0;
  }

  .filters ul {
    white-space: nowrap;
    /* overflow: auto; */
    /* flex-wrap: nowrap; */
    justify-content: center;
  }

  .filters ul li {
    display: block;
  }

  .page_title {
    font-size: 1.5rem;
  }

  .filters {
    padding: 3rem 0 1rem;
  }

  .inner_hero h1 {
    font-size: 2.2rem;
    line-height: 2rem;
  }

  .pagination_row {
    margin-top: 0;
  }

  .pagination_row a {
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    margin-right: 0.4rem;
  }

  .logo img {
    width: 10rem;
  }

  #inner_header .header {
    padding: 0.7rem 0;
  }

  .projects_page {
    padding: 2rem 0 3rem;
  }

  .projects_detailspage {
    padding: 2rem 0 4rem;
  }

  .projects_intro {
    padding: 1rem;
  }

  .projects_sidebar {
    padding: 1rem;
    margin-top: 2rem;
  }

  .slider_thumb_item img {
    max-width: 100%;
  }

  .footer_nav_link {
    margin-bottom: 2rem;
  }

  .header_nav_link {
    margin-bottom: 2rem;
  }

  .footer_logo {
    margin-bottom: 2rem;
  }

  .footer {
    padding: 2rem 0 0;
  }

  .sub_footer {
    margin-top: 2rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    text-align: center;
  }

  .footer_nav_link {
    margin-bottom: 1rem;
  }

  .header_nav_link {
    margin-bottom: 1rem;
  }

  .footer_title {
    margin-bottom: 0;
  }

  .header_title {
    margin-bottom: 0;
  }

  .header_title:hover {
    text-decoration: underline !important;
  }

  .similar_category_item {
    margin: 0;
  }

  .similar_category_title {
    font-size: 1.3rem;
    padding-bottom: 2rem;
  }

  .similar_category {
    padding: 2rem 0;
  }

  .similar_category_title {
    font-size: 2rem;
    padding-bottom: 2rem;
  }

  .similar_category {
    padding: 2rem 0;
  }

  .hero_caption h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .hero_caption p {
    font-size: 2.2rem;
    line-height: 3rem;
    /* font-weight: 500; */
    /* padding-bottom: 3rem; */
    color: #fff;
  }

  .hero_caption strong {
    font-weight: bold;
  }

  .subsidiaries_content {
    margin-top: 0;
    border: 0;
    padding: 1rem 0 2rem;
  }

  .subsidiaries_main .container {
    padding: 0;
  }

  .slider_iten {
    height: 300px !important;
    min-height: 450px !important;
  }

  .hero_caption {
    transform: translateY(-50%);
  }

  .subsidiaries_content h3 {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  .subsidiaries_intro {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
    padding: 2rem 0;
  }

  .make_different h3 {
    font-size: 1.7rem;
  }

  .make_different_row {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .our_work_section {
    padding: 2rem 0;
  }

  .home_ourwork .tab-menu ul {
    text-align: center;
  }

  .home_ourwork .tab-menu ul li {
    margin-bottom: 1rem;
    width: 100%;
    padding: 0.3rem;
  }

  .home_ourwork .tab-menu {
    padding-bottom: 0;
  }

  .play.overlay h3 {
    font-size: 1.8rem;
    line-height: 3rem;
  }

  .play.overlay h3 span {
    font-size: 1.2rem;
    line-height: 2rem;
  }

  section.home_video_section video#video {
    height: 310px;
  }

  .news_img {
    margin-top: 0;
    height: 100%;
  }

  /* .news_content h2 a {    font-size: 1.3rem; line-height: 1.7rem;} */
  .news_content p {
    padding: 1rem 0;
    /* display: none; */
  }

  .latest_news {
    padding: 2rem 0;
  }

  section.news_letter {
    padding: 2rem 0 0 0;
  }

  section.home_story_section {
    padding: 2rem 0;
  }

  .more_news {
    padding-top: 2rem;
  }

  .search_bar {
    display: none;
  }

  .footer_logo img {
    margin: auto;
  }

  .latest_news .page_title {
    padding-bottom: 1rem;
  }

  .make_different {
    padding-bottom: 2rem;
  }

  .subsidiaries_item {
    margin-right: 10px;
    padding-right: 10px;
  }

  .subsidiaries_slider {
    padding: 0;
  }

  .navigation {
    padding: 0;
  }

  nav.active {
    right: 0;
  }

  .navigation ul.sub_menu_open {
    visibility: visible;
    z-index: 9;
    opacity: 1;
    display: none;
    padding-top: 1rem;
  }

  .navigation ul.sub_menu_open a {
    font-size: 1rem;
  }

  .overflow.nav_overflow:after {
    content: "";
    position: fixed;
    width: 100%;
    left: 0;
    background: #000;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.5;
  }

  body.remove_overflow.overflow.nav_overflow {
    overflow: hidden;
  }

  .navigation nav > ul > li.sub_menu a {
    padding-bottom: 0;
  }

  .inner_page_right {
    padding: 0;
    border: 0;
  }

  .side_nav {
    padding: 15px 0;
  }

  .side_nav ul {
    background: #051b72;
    margin-bottom: 0rem;
    text-align: left;
    padding: 0;
    display: none;
    border-radius: 4px;
  }

  .side_nav {
    text-align: left;
  }

  .side_nav span {
    border: 1px #041a72 solid;
    display: block;
    padding: 10px 13px;
    border-radius: 4px;
    color: #626262;
    font-size: 1.3rem;
    font-weight: 600;
    background-image: url(../images/select-arrow-2.png);
    background-repeat: no-repeat;
    background-position: 96%;
    background-size: 19px;
  }

  .side_nav ul li.active {
    border: 0;
  }

  .inner_page_wrapper {
    padding: 0;
  }

  .side_nav ul li a {
    color: #fff;
  }

  .side_nav ul li.active a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }

  .side_nav ul li {
    padding-right: 0;
    padding-left: 1rem;
    font-size: 1rem;
  }

  .navigation .nav_icon {
    display: block;
  }

  .young-engineer_img {
    width: 100%;
    margin-bottom: 1rem;
  }

  .young-engineer_row {
    padding-bottom: 0;
    margin-bottom: 1rem;
  }

  .side_nav ul li a:hover:hover {
    color: #fff;
  }

  .mdsmessage-img {
    margin-bottom: 2rem;
  }

  .mdsmessage-img-left {
    width: 50%;
    margin: auto;
    padding-bottom: 0;
  }

  .mdsmessage-img-right {
    width: 100%;
  }

  .mdsmessage-img-right h3 {
    font-size: 2rem;
    top: 0;
  }

  .mdsmessage-img-right span {
    padding-top: 2rem;
    display: block;
    font-size: 1rem;
  }

  .mdsmessage-content p {
    padding-bottom: 1rem;
  }

  .breadcrumb_row {
    bottom: 1rem;
  }

  .recruitment-process p {
    padding-bottom: 1rem;
  }

  .keep_touch_box {
    height: auto;
    margin-bottom: 1rem;
  }

  .keep_touch {
    margin-bottom: 1rem;
  }

  .contact-page {
    padding: 2rem 0 0;
  }

  .our_subsidiaries_logo {
    padding: 1rem;
  }

  .our_subsidiaries {
    padding: 2rem 0;
  }

  section.contact_hero h1 {
    font-size: 2rem;
    line-height: 2rem;
  }

  ul.header_links {
    justify-content: flex-end;
    padding: 0;
  }

  .newsletter-content {
    padding-top: 1rem;
  }

  .newsletter-content h2 a {
    font-size: 1.4rem;
  }

  .resources-content {
    display: block;
  }

  .resources-graph {
    width: 100%;
    padding-bottom: 3rem;
  }

  .home_navigation {
    width: 100%;
    right: -100%;
    left: auto;
    background: #041a72;
    top: 0;
    z-index: 9;
    padding: 0;
    transition: all 1s;
  }

  .home_navigation.active {
    right: 0;
  }

  .home_navigation > ul > li > a {
    font-size: 1.3rem;
    font-weight: 500;
  }

  .home_navigation > ul > li {
    padding: 1rem 2rem !important;
    border-bottom: 1px rgb(255 255 255 / 5%) solid;
    position: relative;
  }

  li.sub_menu_click a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg);
    top: 19px;
    right: 2rem;
  }

  .home_navigation > ul {
    padding-top: 5rem;
  }

  ul.sub_menu_click_open li a {
    font-size: 1rem;
  }

  body.overflow.nav_overflow {
    overflow: hidden;
  }

  header#inner_header.darkHeader .for_mobile {
    display: none;
  }

  header#inner_header.contact-header {
    background: transparent;
  }

  .mobile-logo img {
    width: 12rem;
    display: block;
  }

  .mobile-logo {
    display: block;
  }

  .logo {
    display: none;
  }

  header#home_header {
    position: relative;
  }

  .header {
    padding: 13px 0;
  }

  .header_right {
    padding: 20px;
  }

  .header_top {
    background: #e4e4e4;
    display: none;
  }

  .make_different_item_p strong {
    font-size: 1rem;
  }

  .make_different_item_p {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .make_different_item_p span {
    font-size: 0.6rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.8rem;
  }

  header#inner_header.darkHeader {
    background: #fff;
  }

  .inner_title {
    padding-bottom: 0.4rem;
    font-size: 1.3rem;
    font-weight: 600;
  }

  .nav_icon span {
    background: #626262;
  }

  a.read_more {
    font-size: 0.8rem;
    margin-top: 1rem;
    display: inline-block;
  }

  .home_ourwork .tab-menu ul li a {
    font-size: 0.7rem;
    font-weight: 600;
  }

  .news_content span {
    padding-bottom: 0.5rem;
    font-size: 0.9rem;
  }

  .wrapper {
    overflow-x: hidden;
  }

  .subsidiaries_slider ul.slick-dots {
    display: flex !important;
    justify-content: center;
    margin-top: 2rem;
  }

  .subsidiaries_slider ul.slick-dots li button {
    border: 1px #041a72 solid;
    border-radius: 100px;
    background: #fff;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px;
    font-size: 0;
    cursor: pointer;
    outline: none;
  }

  .subsidiaries_slider ul.slick-dots li {
    padding: 0 0.3rem;
  }

  .subsidiaries_slider ul.slick-dots li.slick-active button {
    background: #041a72;
  }

  .subsidiaries_slider ul.slick-dots li button:hover {
    background: #041a72;
  }

  .subnav_close {
    position: absolute;
    right: 1.5rem;
    font-size: 2.3rem;
    color: #fff;
    display: block;
    top: 1rem;
    cursor: pointer;
    float: right;
  }

  .search-input {
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: -40px;
    display: none;
  }

  .mobile-seacrh {
    display: block;
    margin-right: 1rem;
  }

  .mobile-seacrh i {
    background: #8f8f8f;
    display: flex;
    align-items: center;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    justify-content: center;
  }

  .mobile-seacrh i img {
    width: 20px;
  }

  .search-input input[type="text"] {
    width: 100%;
    border: 1px #000 solid;
    height: 40px;
    padding: 0 10px;
    font-family: "Montserrat", sans-serif;
  }

  #inner_header .header_right {
    display: flex;
  }

  ul.stay_links li a {
    width: 22px;
    height: 22px;
  }

  .stay_links li {
    padding: 0 0.3rem;
  }

  .footer_logo {
    display: none;
  }

  .btn {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}

@media (max-width: 767px) {
  .d-none-sm {
    display: none;
  }

  .d-block-sm {
    display: block;
  }

  /* .about_profile_box {
    display: unset;
  } */

  .profile-logo {
    margin: 15px 0;
  }

  .make_different_item_image img {
    width: unset;
  }

  img.story-image {
    min-height: unset;
  }

  .different-btn {
    width: 100%;

    margin: 30px 0;
  }

  /* .make_different_new {
        border-left: 0;
        border-bottom: 2px solid #031971;
        padding: 17px 0;
        text-align: center;
        margin: 0 17px;
    } */
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 768px) {
  .col-sm-8r {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-8r {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-8r {
    width: 12.5%;
    float: left;
  }

  .our-value-box {
    min-height: 261px;
  }
}
