html,
body {
    font-size: 14px;
}

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

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: 90%;
    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 3px;
}

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: #83939e;
}

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

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

.nav_icon {
    width: 40px;
    cursor: pointer;
}

.nav_icon span {
    background: #fff;
    width: 100%;
    height: 2px;
    display: block;
    margin-bottom: 9px;
}

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

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

.header_nav {
    padding: 15px 0;
}

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

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

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

.logo img {
    /* max-width: 150px; */
    /* margin: 0 0 6px 0; */
}

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

#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; */
    /* display: flex; */
    /* align-items: center; */
}

.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;
    font-weight: 500;
    font-size: 1.2rem;
}
/*
li.sub_menu>a:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(45deg);
    top: 7px;
    right: -11px;
} */
li.sub_menu>a:after {
    content: "\25BE";
}
.logo {
    /* position: absolute; */
    /* margin-top: -20px; */
    height: 100%;
    margin: auto 0;
}
.navigation nav>ul>li.sub_menu a {
    /* padding-right: 1.2rem; */
    position: relative;
    padding-bottom: 1rem;
    text-transform: uppercase;
}



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; */
    color: #676767;
    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;
    padding-bottom: 4rem;
}



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

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

.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: 1.5rem;
    font-size: 2.3rem;
    color: #fff;
    top: 1rem;
    cursor: pointer;
    float: right;
}


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

.home_hero_sectiom {
    width: 100%;
    position: relative;
}
.iso-image{
    width: 100%;display: block;border: 2px #031971 solid;
}
.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;
}

img.about-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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;
}
.mt-15 {
    margin-top: 15px;
}
.home_hero_slider > ul.slick-dots li {
    width: max-content;
    border-top: 1px #fffff6 solid;
    margin: 0;
    padding: 15px;
}

.home_hero_slider > ul.slick-dots li.slick-active {
    border-top: 2px #fffff6 solid;
    font-weight: bold;
}
.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: 1.9rem;
    line-height: 3rem;
    font-weight: 500;
    padding-bottom: 2rem;
    color: #fff;
}


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

    transition: transform .5s ease;
}
.btn:hover {
    /* transform: scale(1.05); */
}

.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: #0055a5;
    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;
}


.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: 280px;
    display: block;
    object-fit: cover;
}

.news_content {
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    padding: 3rem;
}

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

.news_content h2 a {
    color: #0055a5;
    font-size: 2.3rem;
    font-weight: 500;
    line-height: 3rem;
}

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

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

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

.latest-new-box {
    transition: transform .5s ease;
}
.latest-new-box:hover {
    /* transform: scale(1.05); */
}
.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: 100%;
    object-fit: fill;
    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;
    cursor: pointer;
}

.home_video_section .container2 {
    max-width: 100%;
    padding: 0;
}
img.inner_hero-image {
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}

.relative {
    position: relative;
}

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

.p-home-inner-bot {
    position: absolute;
    bottom: 0;
}
.p-home-inner-bot h2 {
    text-transform: uppercase;
}
.container1 {
    max-width: 98%;
    margin: 0 auto;
    padding: 0 1rem;
}
.container2 {
    max-width: 85%;
    margin: 0 auto;
    padding: 0 1rem;
}

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

    transition: transform .5s ease;
}

.projects_img img {
    width: 100%;
    height: 291px;
    display: block;
    object-fit: cover;

}
.projects_img:hover {
    /* transform: scale(1.05); */
}

.our_work_section {
    width: 100%;
    background: #f1f1f2;
    padding: 5rem 0;
    }
.our_services_section {
    width: 100%;
    background: #f1f1f2;
    padding-top: 5rem;
    padding-bottom:5rem;
    padding-right: 0;
    padding-left: 0;
}

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

.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 #0055a5 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: #0055a5;
    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;
}



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

.make_different h3 {
    color: #0055a5;
    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 {
    width: 15vw;
    height: 15vw;
    background: url(../images/Vector-1.png);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.make_different_item p {
    color: #0474c6;
}

.make_different_item p strong {
    font-size: 2rem;
    font-weight: 600;
}

.make_different_item p span {
    font-size: 1.2rem;
}


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

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

.footer_nav {
    width: 100%;
}

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

.footer_nav_link {
    width: 100%;
}

.footer_nav_link li {
    display: flex;
    align-items: center;
    color: #f4f4f4;
    font-size: 1rem;
    padding: 0.3rem 0;
    line-height: 1.8rem;
}

.footer_nav_link li a {
    color: #f4f4f4;
    text-transform: capitalize;
}


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

.stay_links li {
    padding: 0 0.25rem;
}

ul.stay_links li a {
    background: #abadaf;
    color: #333333;
    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: 6rem;
}

.sub_footer p {
    color: #9d9b98;
    opacity: 0.6;
}


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

.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;
    text-transform: uppercase;
}

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

.breadcrumb_row ul li {
    border-right: 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: 100%;
    min-height: 260px;
    object-fit: cover;
}

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

    transition: transform .5s ease;
}


.item:hover {
    /* transform: scale(1.05); */
}



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

.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%;
    min-height: 500px;
    padding: 3rem 0 6rem;
}

.filters ul li.active {
    color: #0055a5;
    font-weight: 600;
}

.filters ul li:hover {
    color: #0055a5;
}

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

.all {
    position: static !important;
}


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

.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: #0055a5;
}


.project_slider_iten img {

    width: 100%;
    object-fit: contain;
    /* display: block; */
    max-height: 500px;
}

.slider_thumb_item img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}


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

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

.projects_sidebar {
    background: #0055a5;
    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;

    transition: transform .5s ease;
}

.similar_category_item:hover {
    /* transform: scale(1.05); */
}
.similar_category_item figure {
    display: block;
}

.similar_img {
    width: 100%;
}

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


.similar_category_item figcaption h3 a {
    color: #0055a5;
    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 #0055a5 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: #0055a5;
}

.similar_category_slider ul.slick-dots li button:hover {
    background: #0055a5;
}

.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: 5rem 0;
}

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

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

.side_nav ul li.active a {
    color: #0055a5;
}

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

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

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

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

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

.young-engineer {
    width: 100%;
}

.inner_title {
    color: #0055a5;
    font-size: 1.6rem;
    text-transform: uppercase;
    font-weight: 500;
    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;
}

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


.vision-content {
    width: 100%;
}

.vision-content span {
    color: #0055a5;
    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: #0055a5;
    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 {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
}

.profile_img {
    width: 100%;
}

.profile_img img {
    width: 100%;
    display: block;
}

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

.profile-logo img {
    display: block;
    margin: auto;
    height: 50px;
    mix-blend-mode: darken;
}

.profile-logo {
    text-align: center;
    height: 70px;
    display: flex;
    align-items: center;
}

.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: #0055a5;
    position: relative;
    height: 12rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}

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

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

.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;
} */



.recruitment-process {
    width: 100%;
}

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

.recruitment-process strong {
    display: block;
    color: #0055a5;
    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: 1rem 0;
}

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

.newsletter-content h2 a {
    color: #0055a5;
    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: #0055a5;
    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: 224px; */
    background: #fff;
    display: flex;
    /* align-items: center; */
    margin-top: 10px;
}
.service-box {
    margin: 0 0 30px 0;
}
.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: #0055a5;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.8rem;
}



.newsletters_img img {
    width: auto;
    height: 100%;
    /* margin: auto; */
    display: block;
    width: 100%;
    object-fit: cover;
}
.veno-img.col-md-3 {
    padding: 0 10px 0 0;
}
.vbox-container img {
    max-width: 100%;
    max-height: 90vh !important;
}
.veno-img img {
    border: 0;
    height: 100%;
}
.veno-img {

    width: 250px;
    height: 350px;
   
    padding-bottom: 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;
  }
.hero_section_load{
    display: none;
}
.inner_hero-image{
    display: none;
}
/* #inner_hero_slider_item{
    display: none;
} */
  #loading-image {

    position: absolute;
    top: 50%;
    /* left: 47%; */
    z-index: 100;
  }
.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;
    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;
}

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


.subsidiaries-contant {
    width: 100%;
}
.subsidiaries-contant img {
    width: 100%;
    height: 100%;
}
.subsidiaries-contant p {
    padding-bottom: 1rem;
}

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

.subsidiaries-contant p strong {
    font-weight: bold;
}
.site_color{
    color: unset;
}
.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: #0055a5;
    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;
}

#subsidiaries-header {
    width: 100%;
}

#subsidiaries-header .container1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 10px auto;
}
#subsidiaries-header .container2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px auto 10px auto;
}

.header_right_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* min-height: 50px; */
}

#subsidiaries-header .header_right {
    /* display: block; */
    justify-content: space-between;
    display: flex;
    width: 100%;
}
.mt--15 {
    margin-top: -15px;
}
#subsidiaries-header ul.header_links li img {
    width: 23px;
}

#subsidiaries-header ul.header_links {
    padding: 0;
}


#subsidiaries-header .navigation nav>ul>li>a {
    color: #676767;
    text-transform: uppercase;
    font-weight: 600;
    /* font-size: 1rem; */
    font-size: 10px;
}

#subsidiaries-header li.sub_menu>a:after {
    border-color: #000;
    top: 4px;
}

#subsidiaries-header .logo img {
    width: 200px;
}


.inner_hero_slider_item img {
    width: 100%;
    display: block;
    height: 65vh;
    object-fit: cover;
}

.slick-prev::before {
    /* content: "â†"; */
    content: " " !important;
}
.slick-next::before {
    /* content: "â†’"; */
    content: " " !important;
}
.inner_hero_slider_item {
    position: relative;
}

.inner_hero_slider_item:after {
    content: "";
    position: absolute;
    box-shadow: 5px 5px 20px 24px grey;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    top: 0;
    left: 0;
}

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

.hero_section_caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    max-width: 70%;
}

.hero_section_caption h1 {
    font-size: 3rem;
    /* text-transform: uppercase; */
    font-weight: bold;
    /* padding-bottom: 2rem; */
}

.hero_section_caption p {
    color: white;
    font-size:4.5rem;
    font-weight: 600;
    line-height: 1;
}
.font-large{
    font-size:2rem;
}

.hero_section button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 4rem;
    height: 4rem;
    font-size: 0;
    border: 0;
    background-size: contain;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.hero_section button.slick-prev.slick-arrow {
    left: 2rem;
    background-image: url(../images/rectangle-arrow-left.png);
    animation: fadeIn 3s;
}

.hero_section button.slick-next.slick-arrow {
    right: 2rem;
    background-image: url(../images/rectangle-arrow-right.png);
    animation: fadeIn 3s;
}



.our_services_slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 4rem;
    height: 4rem;
    font-size: 0;
    border: 0;
    background-size: contain;
    background-color: transparent;
    outline: none;
    cursor: pointer;
}

.our_services_slider button.slick-prev.slick-arrow {
    left: -4rem;
    background-image: url(../images/rectangle-arrow-blue-left.png);
}

.our_services_slider button.slick-next.slick-arrow {
    right: -4rem;
    background-image: url(../images/rectangle-arrow-blue-right.png);
}

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

.intro_row {
    text-align: center;
    padding-bottom: 3rem;
}

.intro_row h2 {

    text-transform: uppercase;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 600;
}

.intro_row p {
    color: #626262;
    font-size: 1.2rem;
    line-height: 3rem;
    width: 90%;
    margin: auto;
}

.makes_us {
    width: 100%;
    text-align: center;
}

.makes_us_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.makes_box {
    width: 100%;
    min-height: 160px;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0 .7rem;
    justify-content: center;
}

.makes_box p {
    color: #fff;
    line-height: 21px;
}

.makes_box strong {
    font-weight: bold;
    margin: 0;
    display: block;
}

.makes_us h3 {
    color: #dadbdc;
    /* font-size: 2.5rem; */
    padding-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 500;

    font-size: 3rem;
}

.news_intro {
    width: 100%;
    padding: 15px 0;
}
.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;
    cursor: pointer;
}
.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;
}
.sub_menu_a{
    display: block;
}
.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;
}
ul.sub_menu_click_open li {
    padding: 0.5rem 0;
}
.news_intro span {
    display: block;
    color: #626262;
    font-size: 1rem;
    /* margin-bottom: -4px; */
}

.news_intro h2 a {
    color: #3e403e;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 15px;
}

.news_intro h2 {

    padding-bottom: 1rem;
    min-height: 66px;

}

.news_intro p {
    font-size: 15px;
    /* color: black; */
    font-weight: 600;
    padding-bottom: 2rem;
    line-height: 1.2;
}

.news_intro>a {
    color: #0055a5;
    text-transform: uppercase;
}

/* section.latest_news h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 2rem;
    color: #3e4040;
} */

.home_ourwork .tab-menu.almaha-tab ul li a.tab-a.active-a {
    color: #0055a5;
    border-color: #0055a5;
    background: #fff;
}

.home_ourwork .tab-menu.phoenix-tab ul li a.tab-a.active-a {
    color: #e41b23;
    border-color: #e41b23;
    background: #fff;
}

.home_ourwork .tab-menu.reem-aluminium-tab ul li a.tab-a.active-a {
    color: #f78f1e;
    border-color: #f78f1e;
    background: #fff;
}

.home_ourwork .tab-menu.royal-tab ul li a.tab-a.active-a {
    color: #ab0535;
    border-color: #ab0535;
    background: #fff;
}


.item_img {
    width: 100%;

    /* transition: transform .5s ease; */
}


.item_img img {
    width: 100%;
    display: block;
}


.our_services_content {
    width: 100%;
    padding: 8px;
    min-height: 70px;
}

.our_services_content h3 a {

    color: #3e403f;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.our_services_content h3 {
    /* padding-bottom: 1rem; */
    /* min-height: 90px !important; */
}

.our_services_content p {
    padding-bottom: 1rem;
    font-size: 15px;
    line-height: inherit;
    /* min-height: 125px !important; */
}
.text-center-read-more {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    right: 0;
}
.text-left-read-more {
    position: absolute;
    /* width: 100%; */
    /* text-align: center; */
    bottom: 10px;
}
.our_services_item {
    margin: 0 1rem;
    background-color: white;
    transition: transform .5s ease;
}

.our_services_item:hover {
    /* transform: scale(1.05); */
}

.our_services_slider {
    padding: 3rem 0;
}

#subsidiaries-header .search_bar input[type="text"] {
    background: #e6e6e6;
}

#subsidiaries-header input[type="submit"] {
    background-color: #626262;
}


ul.lang {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

ul.lang li.active a {
    color: #626262;
}

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

ul.lang li {
    border-right: 1px #626262 solid;
    padding: 0 9px;
}

ul.lang li:last-child {
    border: 0;
}

#subsidiaries-header .navigation nav>ul>li {
    padding: 0 12px;
}

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

#subsidiaries-header .navigation nav>ul>li:first-child {
    padding-left: 0;
}

footer.subsidiaries-footer {
    background: #333333;
    padding: 3rem 0 0;
}

footer.subsidiaries-footer .sub_footer {
    background: #2e2e2e;
}


@media (max-width:1600px) {

    html,
    body {
        font-size: 14px;
    }

}

@media (max-width: 760px) {
    .our_services_content{
        min-height: unset;
    }
    .news_intro h2{
        min-height: unset;
    }
}
@media (max-width:1280px) {
    .logo img {
        width: 12rem;
    }

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

    .navigation nav>ul>li>a {
        font-size: 1rem;
    }
}

@media (min-width: 1000px) {

    li.sub_menu:hover ul.sub_menu_open {
        opacity: 1;
        visibility: visible;
        z-index: 99;
        width: max-content;
    }

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

    .home_navigation {
        display: none;
    }

    .home_navigation.active {
        display: block;
    }
}

@media (max-width: 1000px)   {
    ul.sub_menu_open li a{
        color: white;
    }
    .home_hero_slider > ul.slick-dots {
        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;
    }
    .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: #0055a5;
        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: flex-start; */
        text-align: center;
        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;
    }

    .footer_logo {
        margin-bottom: 2rem;
    }

    .footer {
        padding: 2rem 0 0;
    }

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


    .footer_nav_link {
        margin-bottom: 1rem;
    }


    .footer_title {
        margin-bottom: 0;
    }

    .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: 1.2rem;
        line-height: 2rem;
        color: #fff;
    }

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

    .subsidiaries_main .container {
        padding: 0;
    }

    .slider_iten {
        height: 300px !important;
        min-height: 330px !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;
    }

    .make_different_item {
        width: 30vw;
        height: 30vw;
        margin-bottom: 1rem;
    }

    .our_work_section {
        padding: 2rem 0;
    }
    .our_services_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 {
        padding: 1rem;
    }

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

    .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;
    }
    .page_right_border {
        border: 0;
    }

    .side_nav {
        padding-bottom: 2rem;
    }

    .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 #0055a5 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: 2rem 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: 80%;
        right: -100%;
        left: auto;
        background: #0055a5;
        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: 11rem;
        display: block;
    }

    .mobile-logo {
        display: block;
    }

    .logo {
        display: none;
    }

    header#home_header {
        position: relative;
    }

    .header {
        padding: 13px 0;
    }

    .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 #0055a5 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: #0055a5;
    }

    .subsidiaries_slider ul.slick-dots li button:hover {
        background: #0055a5;
    }

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

    .header_right_top {
        display: none;
    }
    .header_right.d-sm-none.d-md-block {
        padding: 0 !important;
    }
    #subsidiaries-header .header_right {
        /* display: block; */
        padding: 23px 0;
    }

    .hero_section_caption h1 {
        font-size: 1.5rem;
    }

    .inner_hero_slider_item img {
        height: 240px;
        object-fit: cover;
    }


    .makes_us_box {
        flex-wrap: wrap;
    }

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

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

    .intro_row p {
        line-height: 30px;
    }

    #subsidiaries-header .navigation nav>ul>li>a {
        color: #fff;
    }

    #subsidiaries-header li.sub_menu>a:after {
        border-color: #fff;
    }

    .our_services_slider {
        padding: 0;
    }


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

    .our_work_section ul.slick-dots li button {
        background: transparent;
        outline: none;
        appearance: none;
        font-size: 0;
        border: 1px #000 solid;
        width: 20px;
        height: 20px;
        border-radius: 100px;
    }

    .our_work_section ul.slick-dots li {
        padding: 0 4px;
    }

    .our_work_section ul.slick-dots li.slick-active button {
        background: #041b71;
    }
    .our_services_section ul.slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }

    .our_services_section ul.slick-dots li button {
        background: transparent;
        outline: none;
        appearance: none;
        font-size: 0;
        border: 1px #000 solid;
        width: 20px;
        height: 20px;
        border-radius: 100px;
    }

    .our_services_section ul.slick-dots li {
        padding: 0 4px;
    }

    .our_services_section ul.slick-dots li.slick-active button {
        background: #041b71;
    }

}


@media (min-width: 1200px){
    #subsidiaries-header .navigation nav>ul>li>a {
        font-size: 13px;
    }
}
@media (min-width: 1500px){
    .container1 {
        max-width: 80%;
    }
    .news_intro h2 {
        padding-bottom: 1rem;
    }

}
