:root {
  --blueColor: #003745;
  --blueColorAlt: #7f9ba2;
  --goldColor: #f9f49f;
  --fontOpenSans: Open Sans,sans-serif;
  --fontMontserrat: 'Montserrat', sans-serif;
}
html, body {
  scroll-behavior: smooth;
}
body {
  font-family: var(--fontOpenSans) !important;
  font-family: var(--fontMontserrat);
  font-family: 'Montserrat', sans-serif;
  background-color: #ffff;
  position: relative;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  font-weight: 400;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--fontMontserrat);
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--blueColor);
}
body::-webkit-scrollbar-thumb:window-inactive {
  background: var(--blueColor);
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a, a:hover {
  text-decoration: none;
  transition: .3s ease-in-out;
}
p {
  color: #666;
  line-height: 1.8em;
}

.w_5 {width: 5%;}
.w_10 {width: 10%;}
.w_15 {width: 15%;}
.w_20 {width: 20%;}
.w_25 {width: 25%;}
.w_30 {width: 30%;}
.w_35 {width: 35%;}
.w_40 {width: 40%;}
.w_45 {width: 45%;}
.w_50 {width: 50%;}
.w_55 {width: 55%;}
.w_60 {width: 60%;}
.w_65 {width: 65%;}
.w_70 {width: 70%;}
.w_75 {width: 75%;}
.w_80 {width: 80%;}
.w_85 {width: 85%;}
.w_90 {width: 90%;}
.w_95 {width: 95%;}
.w_100 {width: 100%;}

.wow {
  visibility: hidden;
}

/* START => Header */
header {
  position: fixed;
  top: 0;  
  left: 0;
  width: 100%;
  z-index: 9;
  transition: .5s;
}
header.bg-sticky-header {
  background-color: var(--blueColor);
  box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
}
header.sticky-header {
  /* transform: translateY(-100%); */
}
.brand-logo {
  height: 110px;
  transition: .5s;
  margin-top: 2rem;
  display: inline-block;
}
header.bg-sticky-header .brand-logo {
  display: none;
}
.brand-logo img {
  max-width: 100%;
  max-height: 100%;
  transition: .5s;
}
.brand-logo.sticky-logo {
  display: none;
}
header.bg-sticky-header .brand-logo.sticky-logo {
  display: block;
  height: 50px;
  padding: 2px;
  margin-top: 0;
  display: inline-block;
}
nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 1.2rem;
}
header.bg-sticky-header nav {
  padding-top: 0;
}
nav > ul {
  display: flex;
}
nav > ul li {
  margin: auto 1rem;
}
header.bg-sticky-header nav > ul li {
  margin: auto;
}
nav > ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 1.1rem;
}
header.bg-sticky-header nav > ul li a {
  padding: 1rem;
}
nav > ul li a:hover,
nav > ul li.active a {
  background: url(../imgs/144_2958x1972_all-free-download.com.jpg) no-repeat;
  background-size: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.langs a.nav-link {
  color: #fff;
  font-weight: 600;
}
header.bg-sticky-header .langs a.nav-link {
  padding: 1rem 1rem;
}
.langs .dropdown-item:focus,
.langs .dropdown-item:active,
.langs .dropdown-item {
  color: var(--blueColorAlt);
  background-color: transparent;
  border: 0;
  outline: none;
}
.langs .dropdown-item:focus,
.langs .dropdown-item:hover,
.langs .dropdown-item:active {
  color: var(--blueColor);
}
.close-menu,
.toggle-menu {
  display: none;
}
/* //END => Header */

/* START => Home Slider */
.home-slider {
  position: relative;
  overflow: hidden;
  height: 900px;
  width: 100%;
}
.bg-slider {
  width: 100%;
  height: 100%;
}
.bg-slider img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.txt-slider {
  position: absolute;
  top: 25%;
  left: 2%;
  z-index: 1;
  width: 50%;
}
.txt-slider h1 {
  background: url('../imgs/144_2958x1972_all-free-download.com.jpg') no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}
.txt-slider strong {
  color: #fff;
  font-weight: 300;
}
.txt-slider p {
  color: #fff;
}
/* //END => Home Slider */

/* START => About Us */
.section-aboutus {
  overflow: hidden;
  height: 600px;
}
.txt-about {
  padding: 6rem 0 2rem 0;
}
.txt-about strong.h1 {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  padding: .5rem 2rem;
  margin-bottom: 3rem;
}
.txt-about strong.h1::before,
.txt-about strong.h1::after {
  content: "";
  position: absolute;
  background-color: var(--blueColor);
  background-image: url('../imgs/144_2958x1972_all-free-download.com.jpg');
  background-size: cover;
  height: 5px;
  width: 50%;
}
.txt-about strong.h1::before {
  top: 0;
  right: 0;
  width: 68%;
}
.txt-about strong.h1::after {
  bottom: 0;
  left: 0;
}
.txt-about p {
  padding: 0 2rem;
}
.btns-about {
  margin-left: 2rem;
  margin-top: 2.5rem;
}
.btns-about a {
  background-color: var(--blueColorAlt);
  color: #fff;
  padding: .3rem .6rem;
  border-radius: 30px;
  font-size: .8rem;
  margin-right: 1rem;
}
.btns-about a:hover {
  background-color: var(--blueColor);
}
.imgs-about {
  height: 100%;
}
.img-flex {
  display: flex;
  height: 100%;
}
.imgs-about .img {
  height: 100%;
  width: 50%;
  margin: auto .5rem;
  padding-bottom: .5rem;
  border-bottom: 3px solid #000;
}
.imgs-about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgs-about strong.h1 {
  font-size: 4.7rem;
  color: var(--blueColorAlt);
  font-weight: 100;
}
/* //END => About Us */

/* START => Our Business Approach */
.section-business {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-size: cover;
  background-position: 10% 10%;
  background-repeat: no-repeat;
}
.title-business {
  width: 70%;
}
.title-business strong {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  padding: .5rem 2rem;
  margin-bottom: 3rem;
}
.title-business strong.h1 {
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  padding: .5rem 2rem;
  margin-bottom: 3rem;
}
.title-business strong.h1::before,
.title-business strong.h1::after {
  content: "";
  position: absolute;
  background-color: var(--blueColor);
  background-image: url('../imgs/144_2958x1972_all-free-download.com.jpg');
  background-size: cover;
  height: 5px;
  width: 50%;
}
.title-business strong.h1::before {
  top: 0;
  right: 105px;
  width: 65%;
}
.title-business strong.h1::after {
  bottom: 0;
  left: 0;
  width: 37%;
}
.txt-business {}
.txt-business .txt {}
.txt-business .txt p {
  font-weight: 600;
  font-size: .9rem;
  color: #000;
}
.item-business {
  background-color: rgb(127 155 162 / 70%);;
  height: 400px;
  padding: 0 1.5rem;
  overflow: hidden;
}
.item-business .title-name {
  text-align: center;
  padding-top: 8rem;
  transition: 0.5s;
}
.item-business:hover .title-name {
  padding-top: 2rem;
}
.item-business .title-name strong {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 600;
}
.item-business .title-name i {
  color: #fff;
  font-size: 2rem;
  transition: .5s;
}
.item-business:hover .title-name i {
  transform: rotate(180deg);
}
.item-business .txt-info {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.5s;
}
.item-business:hover .txt-info {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.item-business .txt-info p {
  color: #333;
}
/* //END => Our Business Approach */

/* START => The 3 Pillars Of E'EMAR Philosophy */
.section-philosophy {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-philosophy .title-business {
  width: 100%;
  margin-bottom: 8rem;
}
.section-philosophy .title-business strong.h1::before {
  right: 120px;
  width: 75%;
}
.section-philosophy .title-business strong.h1::after {
  left: 0;
  width: 25%;
}
.items-philosophy .item-business {
  height: 370px;
}
.items-philosophy .title-philosophy {
  padding-top: 0rem;
  text-align: center;
  margin-bottom: 1rem;
}
.items-philosophy .title-philosophy .img-icon {
  height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.items-philosophy .title-philosophy .img-icon img {
  max-width: 100%;
  max-height: 100%;
}
.items-philosophy .title-philosophy strong {
  color: var(--blueColorAlt);
  font-weight: 300;
}
.items-philosophy .arrow-cert {
  text-align: center;
}
.items-philosophy .arrow-cert i {
  color: #fff;
  font-size: 2rem;
}
.items-philosophy .item-business .txt-info {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  padding-top: 2rem;
}
/* //END => The 3 Pillars Of E'EMAR Philosophy */

/* START => Services */
.section-services {
  padding: 8rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.title-services {
  width: 70%;
}
.title-services strong {
  text-transform: uppercase;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  padding: .5rem 2rem;
  margin-bottom: 3rem;
}
.title-services strong.h1 {
  position: relative;
  font-size: 3.5rem;
  font-weight: bold;
  display: block;
  padding: .5rem 2rem;
  margin-bottom: 3rem;
}
.title-services strong.h1::before,
.title-services strong.h1::after {
  content: "";
  position: absolute;
  background-color: var(--blueColor);
  background-image: url('../imgs/144_2958x1972_all-free-download.com.jpg');
  background-size: cover;
  height: 5px;
  width: 50%;
}
.title-services strong.h1::before {
  top: 0;
  right: 200px;
  width: 55%;
}
.title-services strong.h1::after {
  bottom: 0;
  left: 0;
  width: 36%;
}

.tab {
  overflow: hidden;
  border: 0;
  background-color: transparent;
  display: flex;
}
/* Style the buttons inside the tab */
.tab button {
  background-color: transparent;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 1.2rem;
  color: var(--blueColorAlt);
  opacity: .7;
  width: calc(100% / 5);
  text-transform: uppercase;
}
.tab button i {
  display: block;
}
.tab.tab-top {}
.tab.tab-top button i {
  margin-top: .5rem;
  font-size: 1.5rem;
}
.tab.tab-bottom {}
.tab.tab-bottom button i {
  
}
/* Change background color of buttons on hover */
/* Create an active/current tablink class */
.tab button:hover,
.tab button.active {
  background-color: transparent;
  color: #fff;
}

.services-tabs-container {
  background-color: rgba(0, 55, 69, 0.8);
}
.tabs-content {
  padding: 0px 4rem;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
  border: 5px solid transparent;
  -webkit-border-image: url(../imgs/144_2958x1972_all-free-download.com.jpg) 5 round;
  border-image: url(../imgs/144_2958x1972_all-free-download.com.jpg) 5 round;
  border-left: 0;
  border-right: 0;
}
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.tabcontent p {
  color: #fff;
}
/* //END => Services */

/* START => Projects */
.section-projects {}
.section-projects .title-services strong {
  -webkit-text-stroke-color: var(--blueColor);
}
.item-project {
  position: relative;
  overflow: hidden;
}
.item-project::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background-color: rgb(0 100 120 / 70%);
  transition: .5s;
}
.item-project:hover::before {
  height: 100%;
}
.item-project .img-project {
  
}
.item-project .img-project img {
  max-width: 100%;
}
.item-project .txt-project {
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 1rem;
  z-index: 1;
  transition: .8s;
}
.item-project:hover .txt-project {
  bottom: 0;
}
.item-project .txt-project .h4 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 2rem;
}
.item-project .txt-project .h5 {
  color: #fff;
  font-weight: 500;
  position: relative;
  display: inline-block !important;
  padding-bottom: 1rem;
  line-height: 1.6;
}
.item-project .txt-project .h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--blueColor);
  background-image: url('../imgs/144_2958x1972_all-free-download.com.jpg');
  background-size: cover;
  height: 3px;
  width: 100%;
}
/* //END => Projects */

/* START => Experts */
.section-experts {}
.section-experts .title-services strong {
  -webkit-text-stroke-color: var(--blueColor);
}
.section-experts .title-services strong.h1::before {
  left: 200px;
  width: 10%;
  right: auto;
}
.section-experts .title-services strong.h1::after {
  left: 0;
  width: 32%;
}

.expert-item {
  display: flex;
  align-items: center;
}
.expert-item .img-exp {
  height: 200px;
  width: 200px;
  padding: 1rem;
  position: relative;
  z-index: 1;
}
.expert-item .img-exp::before {
  content: "";
  background-image: url('../imgs/144_2958x1972_all-free-download.com.jpg');
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
}
.expert-item .img-exp::after {
  content: "";
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 98%;
  border-radius: 50%;
  z-index: -1;
}
.expert-item .img-exp img {
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  object-fit: cover;
}
.expert-item .txt-exp {
  position: relative;
  padding: 1rem 1rem;
  width: calc(100% - 200px);
  margin-left: 1rem;
}
.expert-item .txt-exp::before,
.expert-item .txt-exp::after {
  content: "";
  background-color: var(--blueColor);
  background-image: url('../imgs/144_2958x1972_all-free-download.com.jpg');
  background-size: cover;
  position: absolute;
  left: 0;
  height: 3px;
  width: 100%;
}
.expert-item .txt-exp::before {
  top: 0;
}
.expert-item .txt-exp::after {
  bottom: 0;
}
.expert-item .txt-exp .h4 {
  color: var(--blueColor);
  font-weight: 700;
}
.expert-item .txt-exp .h5 {
  color: var(--blueColor);
  font-weight: 500;
}
/* //END => Experts */

/* START => Contact Us */
.section-contactus {
  padding: 8rem 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-contactus .title-services strong.h1::before {
  top: 0;
  width: 22%;
}
.section-contactus .title-services strong.h1::after {
  bottom: 0;
  left: 0;
  width: 34%;
}

.form-contact {
  margin-left: 2.5rem;
}
.form-contact form {
  background-color: #c8d2d6;
  width: 400px;
  padding: 1rem;
}
.input-style {
  background-color: #dde3e5;
  color: var(--blueColor);
  font-weight: 600;
  border: 0;
  width: 100%;
  padding: 1rem;
  outline: none;
}
textarea.input-style {
  height: 200px;
  resize: none;
}
.btn-from-style {
  display: block;
  margin: auto;
  background-color: var(--blueColorAlt);
  border: 0;
  padding: .5rem 2rem;
  color: var(--blueColor);
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 4px;
  letter-spacing: 2px;
  transition: 0.5s;
}
.btn-from-style:hover {
  background-color: var(--blueColor);
  color: #fff;
}
.form-contact p {
  margin: 0;
  margin-top: 2.5rem;
  color: var(--blueColor);
  font-weight: 700;
  max-width: 400px;
  font-size: 1.1rem;
}
/* //END => Contact Us */

/* START =>  */
/* //END =>  */

/* START => Footer */
footer {
  padding-top: 25rem;
  padding-bottom: 3rem;
  background-color: #003745;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
footer li,
footer a,
footer p {
  color: #fff;
}
footer a:hover {
  color: var(--goldColor);
}
footer .txt-about-footer {
  font-size: 13px;
}
.title-footer {
  display: block;
  color: #fff;
  margin-bottom: 1rem;
  background: url('../imgs/144_2958x1972_all-free-download.com.jpg') no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 1.6rem;
}
.links-footer {}
.links-footer li {
  
}
.links-footer li a {
  font-size: 13px;
  padding: .3rem 0;
  display: block;
}
.links-footer li a:hover {
  color: var(--goldColor);
}
.links-footer li a i {}
.info-contacts-footer {}
.info-contacts-footer li {
  padding: .5rem 0;
  position: relative;
  padding-left: 2.5rem;
}
.info-contacts-footer li a {
  
}
.info-contacts-footer li i {
  position: absolute;
  left: 0;
  font-size: 12px;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: var(--blueColor);
}
.bottom-footer {
  text-align: center;
  padding-top: 6rem;
}
.bottom-footer .logo-footer {
  height: 80px;
  margin-bottom: 2rem;
}
.bottom-footer .logo-footer img {
  max-height: 100%;
  max-width: 100%;
}
.bottom-footer p {
  
}
.bottom-footer strong {
  color: #fff;
}
.bottom-footer strong a {
  color: var(--goldColor);
  display: block;
  padding-top: .8rem;
}
.bottom-footer strong a:hover {
  color: var(--blueColorAlt);
  text-decoration: underline;
}
/* //END => Footer */

/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/
/***************************************************************/

/* START => Breadcrumb */
.breadcrumb-pages {
  padding: 5rem 0 5rem 0;
  background-color: var(--orangeColorAlt);
  background: 50%/cover no-repeat local;
  text-align: center;
  width: 100%;
  height: 300px;
  /* background: rgb(230,126,34);
  background: -moz-linear-gradient(87deg, rgba(230,126,34,1) 10%, rgba(44,62,80,1) 100%);
  background: -webkit-linear-gradient(87deg, rgba(230,126,34,1) 10%, rgba(44,62,80,1) 100%);
  background: linear-gradient(87deg, rgba(230,126,34,1) 10%, rgba(44,62,80,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e67e22",endColorstr="#2c3e50",GradientType=1); */
  position: relative;
  z-index: 1;

  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb-pages::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62,62,62,.7);
  z-index: -1;
}
.breadcrumb-pages strong {
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-family: var(--fontJosefinSans);
}
.breadcrumb-pages ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumb-pages ul li {
  color: var(--orangeColor);
  margin: auto .2rem;
}
.breadcrumb-pages ul li span {
  padding: 0 1rem;
}
.breadcrumb-pages ul li a {
  color: #fff;
}
.breadcrumb-pages ul li a:hover {
  color: var(--orangeColor);
}
/* START => Breadcrumb */

/* Header Pages */

/* // Header Pages */

/* START =>  */
/* //END =>  */

/* START =>  */
/* //END =>  */

