/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
--------------------------------------------- */



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "bahnschri";
  font-weight: 400;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: "bahnschri";
  font-weight: 400;
}

p {
  font-family: "bahnschri";
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: "bahnschri";
  font-weight: 400;
  overflow-x: hidden;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.pG_Hed {
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1000;
  background-color: transparent;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
}

.pG_Hed::before {
  display: none;
  background: linear-gradient(180deg, #0C3A39 0%, rgba(12, 58, 57, 0) 100%);
  height: 250px;
  position: absolute;
  left: 0px;
  right: 0px;
  content: '';
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


.hDr_Logo {
  left: 0px;
  width: 280px;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: 0px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hDr_Logo img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu {
  margin-top: auto;
  margin-bottom: auto;
}

#navbarMenu .nav-item {
  margin-right: 45px;
  display: table;
}

#navbarMenu .nav-item:last-child {
  margin-right: 0px;
}

#navbarMenu .nav-item .nav-link {
  font-weight: 400;
  font-size: 17px;
  line-height: 113.5%;
  letter-spacing: 0.0015em;
  text-transform: uppercase;
  color: #111111;
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#navbarMenu .nav-item .nav-link.dropdown-toggle {
  padding-right: 20px !important;
}

.dropdown-toggle {
  padding-right: 20px !important;
}

.dropdown-toggle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-bottom: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}

#navbarMenu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 4px;
  bottom: -5px;
  background-color: #FEFFFE;
  background-color: #000000;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}


#navbarMenu .nav-item .nav-link:hover::before,
#navbarMenu .nav-item.active .nav-link::before,
#navbarMenu .nav-item .nav-link.active::before {
  width: calc(100% - var(--bs-navbar-nav-link-padding-x) - var(--bs-navbar-nav-link-padding-x));
  width: 100%;
}

#navbarMenu.navbar-nav .dropdown-menu {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.pG_Hed .navbar {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.hDr_z1 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.dropdown-toggle.show {
  z-index: 1010;
}

.dropdown-menu.show {
  z-index: 1010;
}

.nav-link.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.aftrHover {
  position: fixed;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity, width, height;
  transition-duration: 1s 0.3s 0.3s;
  transition-delay: 0.5s, 1s, 1s;
  -webkit-transition-property: opacity, width, height;
  -webkit-transition-duration: 1s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.5s, 1s, 1s;
}

.mnu .aftrHover {
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#pG_Body {
  padding-top: 0px;
}

.hDr_z0 {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding-top: 40px;
  padding-bottom: 40px;
}




.scrollinG .pG_Hed {
  background: rgb(79 163 179);
  background: #ffffff;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.scrollinG .pG_Hed #navbarMenu .nav-item .nav-link {
  color: #ffffff;
  color: rgb(79 163 179);
}


.scrollinG .pG_Hed #navbarMenu .nav-item .nav-link::before {
  background-color: rgb(79 163 179);
}

.scrollinG .pG_Hed::before {
  height: 100%;
}

.scrollinG .hDr_z0 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.scrollinG .hDr_z1 {}


.scrollinG .hDr_Logo {
  width: 200px;
}




/* 
---------------------------------------------
Header
--------------------------------------------- 
*/

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: none;
  width: 30px;
  margin-right: 1rem;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}


.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -350px;
  top: 68px;
  height: calc(100% - 68px);
  width: 350px;
  /*background-color: rgba(128, 128, 128, 0.5);
  */
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  display: flex;
}

.lMnu::before {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: -1;
}

.mobShow .lMnu {
  right: 0px;
  width: 100%;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -ms-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.lMnu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.lMnu ul .sMT_MNu li {
  width: 100%;
}

.lMnu .lMnuIns {
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0px;
  width: 21.875rem;
  height: 100%;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}

.lMnu ul li {
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0px !important;
  padding-left: 0px;
  padding-right: 10px;
  margin-right: 0px !important;
}

.lMnu ul li a,
#navbarMenu2.navbar-nav .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  letter-spacing: 0.07em;
  padding-left: 16px !important;
  padding-right: 16px !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.lMnu ul li a .sMT_MNu_L1 {
  display: none;
}

.lMnu ul li a::after {
  margin-left: auto;
  margin-right: 0px;
  display: none;
}

.lMnu ul li a.active {
  background: rgb(255, 232, 172);
  background: rgb(79 163 179);
  color: #ffffff !important;
}

.lMnu ul li a:hover {
  text-decoration: none;
  background: rgba(255, 232, 172, 0.678);
  background: rgba(79, 163, 179, 0.678);
  color: #ffffff !important;
}

.lMnu ul li .dropdown-menu {
  display: none;
  position: unset !important;
  border: 0px;
  margin-top: 0px;
}

.lMnu ul li .dropdown-toggle {
  position: relative;
}

.lMnu ul li .dropdown-toggle::after {
  display: flex;
  width: 5px;
  height: 5px;
  content: '';
  right: 15px;
  position: absolute;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}

.lMnu ul li .dropdown-menu.show {
  display: block;
  background: rgba(255, 232, 172, 0.2);
  border-bottom-right-radius: 20px;
  padding: 0px;
}

.lMnu ul li .dropdown-menu a {
  font-size: 1rem;
  padding-left: 30px !important;
}

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/


/* 
---------------------------------------------
General
--------------------------------------------- 
*/

.button_a {
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #000000;
  padding: 14px 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.button_a::before {
  position: absolute;
  content: '';
  left: -50px;
  top: -50px;
  height: 0%;
  width: 150%;
  background: #000000;
  background: rgba(0, 0, 0, 0.589);
  z-index: -1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.button_a::after {
  position: absolute;
  content: '';
  right: -50px;
  bottom: -50px;
  height: 0%;
  width: 150%;
  background: rgba(0, 0, 0, 0.589);
  z-index: -1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.button_a:hover::before {
  height: 350%;
}


.button_a:hover::after {
  height: 350%;
}



.button_a:hover {
  color: #000000;
  color: #ffffff;
}

.button_b {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: -0.0335em;
  color: #000000;
  letter-spacing: -0.0335em;
  border: 1px solid #A6A6A6;
  text-decoration: none;
  padding: 14px 40px 14px 25px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
}



.button_b::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: '';
  right: 18px;
  width: 10px;
  height: 10px;
  border-left: 10px solid #000000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
}

.button_b::before {
  position: absolute;
  content: '';
  left: -0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background: #000000;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.button_b:hover::before {
  width: 100%;
}

.button_b:hover {
  color: #ffffff;
}

.button_b:hover::after {
  right: 10px;
  border-left: 10px solid #ffffff;
}


.button_c {
  font-weight: 400;
  font-size: 16px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
  padding: 14px 25px;
  border: 1px solid #000000;
  background: #000000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.button_c:hover {
  color: #000000;
}


.button_c::before {
  position: absolute;
  content: '';
  left: -50px;
  top: -50px;
  height: 0%;
  width: 150%;
  background: #000000;
  background: rgb(255, 255, 255);
  z-index: -1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.button_c::after {
  position: absolute;
  content: '';
  right: -50px;
  bottom: -50px;
  height: 0%;
  width: 150%;
  background: rgb(255, 255, 255);
  z-index: -1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.button_c:hover::before {
  height: 350%;
}


.button_c:hover::after {
  height: 350%;
}


.button_d {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  color: #ffffff;
  letter-spacing: -0.0335em;
  border: 1px solid #000000;
  background-color: #000000;
  text-decoration: none;
  padding: 14px 40px 14px 25px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
}

.button_d::after {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: '';
  right: 16px;
  width: 8px;
  height: 8px;
  border-left: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
}



.button_d::before {
  position: absolute;
  content: '';
  left: -0px;
  top: 0px;
  height: 100%;
  width: 0%;
  background: #ffffff;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.button_d:hover::before {
  width: 100%;
}

.button_d:hover {
  color: #000000;
}




.button_d:hover::after {
  right: 10px;
  border-left: 10px solid #000000;
}

/* 
---------------------------------------------
General
--------------------------------------------- 
*/


/* 
---------------------------------------------
Home part _ a
--------------------------------------------- 
*/
.home_a_div {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}

.home_a_div_LFt {}


.home_a_div_LFt h4 {
  font-weight: 400;
  font-size: 19.8131px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #111111;
  margin-bottom: 60px;
  max-width: 175px;
}

.home_a_div_LFt h1 {
  font-weight: 400;
  font-size: 56px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #181818;
}

.home_a_div_LFtBtn {
  margin-top: 60px;
}

.home_a_div_RYt {
  width: 100%;
}

.home_a_div_RYt figure {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.home_a_div_RYt figure img {
  width: 100%;
  height: auto;
}

/* 
---------------------------------------------
Home part _ a
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home part _ about
--------------------------------------------- 
*/
.home_about_div {
  background: #E7F5FF;
}

.home_about_Lft {}

.home_about_Lft figure {
  margin-top: auto;
  margin-bottom: auto;
  width: 290px;
  height: 153px;
}

.home_about_Lft figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}

.home_about_Ryt {
  max-width: 455px;
}

.home_about_Ryt h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #787878;
  margin-bottom: 60px;
}

.home_about_Ryt p {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #000000;
}

.home_about_Ryt_btN {
  margin-top: 60px;
}


/* 
---------------------------------------------
Home part _ about
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home part _ service
--------------------------------------------- 
*/
.home_service_div_head {}

.home_service_div_head h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #181818;
}

.home_service_divLftWrp {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
}

.home_service_divRytWrp {
  background: #F2EEEE;
}

.home_service_divRyt {
  width: 100%;
  max-width: 360px;
}

.home_service_divRyt h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #000000;
}

/* 
---------------------------------------------
Home part _ service
--------------------------------------------- 
*/
/* 
---------------------------------------------
Home part _ industries
--------------------------------------------- 
*/
.home_industries_div {
  background: #D8EEFF;
}

.home_industries_Lft {
  max-width: 510px;
}

.home_industries_Lft p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0035em;
  color: rgba(0, 0, 0, 0.75);
}

.home_industries_div_Ryt {
  width: 100%;
}

.home_industries_div_Ryt ul {
  padding-left: 0px;
  width: 100%;
}

.home_industries_div_Ryt ul li {
  list-style: none;
  margin-bottom: 10px;
}

.home_industries_div_Ryt ul li .home_industries_div_RytEh {
  list-style: none;
  background: #FFFFFF;
  padding: 20px 26px 20px 50px;
  display: flex;
  width: 100%;
  height: 100px;
  text-decoration: none;
  position: relative;
  top: 0px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.home_industries_div_Ryt ul li .home_industries_div_RytEh:hover {
  top: -8px;
}

.home_industries_div_Ryt ul li .home_industries_div_RytEh .home_industries_div_RytEh_txt {
  flex: 1;
  margin-top: auto;
  margin-bottom: auto;
}

.home_industries_div_Ryt ul li .home_industries_div_RytEh .home_industries_div_RytEh_txt h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #7B7878;
}

.home_industries_div_Ryt ul li .home_industries_div_RytEh figure {
  margin-top: auto;
  margin-bottom: auto;
  width: 90px;
  height: 60px;
}

.home_industries_div_Ryt ul li .home_industries_div_RytEh figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

/* 
---------------------------------------------
Home part _ industries
--------------------------------------------- 
*/
/* 
---------------------------------------------
Home part _ before footer
--------------------------------------------- 
*/
.home_befr_ftr_Lft {
  max-width: 435px;
}

.home_befr_ftr_Lft p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: rgba(0, 0, 0, 0.75);
}

.home_befr_ftr_cont {}

.home_befr_ftr_cont h4 {
  font-weight: 400;
  font-size: 34px;
  line-height: 100%;
  display: flex;
  color: #1B348E;
  margin-bottom: 36px;
}

.home_befr_ftr_cont h4 span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}

.home_befr_ftr_cont p {
  font-weight: 400;
  font-size: 19.8131px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #7B7B7B;
  max-width: 75%;
}

/* 
---------------------------------------------
Home part _ before footer
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home part _  footer
--------------------------------------------- 
*/
footer .flex-column .pb-4>a{display:flex;}
footer .flex-column .pb-4>a img{width:175px; }
.ftr_linkZ {}

.ftr_linkZ ul {
  display: flex;
  padding-left: 0px;
}

.ftr_linkZ ul li {
  list-style: none;
  margin-right: 35px;
}

.ftr_linkZ ul li:last-child {
  margin-right: 0px;
}

.ftr_linkZ ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 19.8131px;
  line-height: 113.5%;
  letter-spacing: 0.0015em;
  color: #1C1C1C;
}

/* 
---------------------------------------------
Home part _  footer
--------------------------------------------- 
*/


/* 
---------------------------------------------
Home part _  about page
--------------------------------------------- 
*/
.background-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


.about_a_div {
  margin-top: 168px;
  min-height: 370px;
}

.about_a_div_LFt {}

.about_a_div_LFt h5 {
  font-weight: 400;
  font-size: 19.8131px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #111111;
  margin-bottom: 45px;
}

.about_a_div_LFt h4 {
  font-weight: 400;
  font-size: 56px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #181818;
}

.about_a_div_RYt {
	    width: 100%;
}

.about_a_div_RYt figure {
  margin-bottom: -60px;
}

.about_a_div_RYt figure img {
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about_b_div_Lft {
  max-width: 570px;
}

.about_b_div_Lft p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #000000;
}

.about_b_div_Ryt {}

.about_b_div_Ryt figure {
  height: 290px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.about_b_div_Ryt figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.about_c_div {}

.about_c_div_wrp {
  background: #D8EEFF;
}

.about_c_div_Lft {
  width: 100%;
  height: 530px;
}

.about_c_div_Lft figure {
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
  height: 100%;
}

.about_c_div_Lft figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.about_c_div_Ryt {
  padding: 20px 16px;
  width: 100%;
  max-width: 500px;
}

.about_c_div_Ryt p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #000000;
}

/* 
---------------------------------------------
Home part _  about page
--------------------------------------------- 
*/
/* 
---------------------------------------------
Home part _  industries
--------------------------------------------- 
*/
.industries_b_div {
  background: #D8EEFF;
}

.industries_b_div_row {
  --bs-gutter-y: 48px;
  --bs-gutter-x: 60px;
}

.each_Indz {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #FFFFFF;
  position: relative;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.each_Indz:hover {
/*  top: -10px;*/
}

.each_Indz_Lnk {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.each_Indz figure {
  height: 300px;
  margin-bottom: 0px;
  width: 100%;
}

.each_Indz figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.each_Indz_deTailz {
  padding: 48px 64px;
}

.each_Indz_deTailz h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #000000;
  margin-bottom: 25px;
}

.each_Indz_deTailz p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0035em;
  color: rgba(0, 0, 0, 0.75);
}

/* 
---------------------------------------------
Home part _  industries
--------------------------------------------- 
*/
/* 
---------------------------------------------
Contact page
--------------------------------------------- 
*/
.contact_a_div {
  height: 360px;
  margin-top: 168px;
  position: relative;
}

.contact_a_div::after {
  position: absolute;
  content: '';
  background-color: #D9D9D9;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0.1;
}

.contact_a_div_LFt {
  position: relative;
  z-index: 2;
}

.contact_a_div_LFt h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.contact_a_div_LFt h4 {
  font-weight: 400;
  font-size: 56px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
}

.contact_a_div_LFt p {}

.cntact_form {}

.cntact_form .form-group {}

.cntact_form .form-group .form-control {
  padding: 14px 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #A59A9A;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.cntact_form_left {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.cntact_form_left_01 {
 /* max-width: 300px;*/
  margin-left: auto;
  margin-left: 0px;
  margin-right: auto;
}

.cntact_form_left_01 p {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #2E2E2E;
    margin-bottom: 5px;
    display:flex;
    align-items:center;
}
.cntact_form_left_01 p a{display:block;margin-top:auto;margin-bottom:auto;text-decoration:none;color:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;margin-left:10px;    color: rgb(79 163 179);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;}
.cntact_form_left_01 p a:hover{color: rgb(79 163 179);color: rgb(79 221 248);}
.cntact_form_left_map {
  background: #F9F9F9;
}

.cntact_form_left_map iframe {
  height: 255px;
  width: 100%;
}

.cntact_form_left_map_detail {
  padding: 16px 50px;
}

.cntact_form_left_map_detail p {
  font-weight: 400;
  font-size: 22px;
  line-height: 160%;
  display: flex;
  align-items: center;
  letter-spacing: -0.0335em;
  color: #000000;
}

/* 
---------------------------------------------
Contact page
--------------------------------------------- 
*/
/* 
---------------------------------------------
Services page
--------------------------------------------- 
*/
.services_b_div {}

.services_b_div p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #000000;
}

.services_c_div {
  background: #D8EEFF;
}

.services_c_div_Blk {
  --bs-gutter-y: 60px;
  --bs-gutter-x: 60px;
}

.each_serVz {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  height: 352px;
  position: relative;
  top: 0px;
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.each_serVz:hover {
/*  top: -10px;*/
}

.each_serVz figure {
  height: 155px;
  width: 100%;
  margin-bottom: 0px;
}

.each_serVz figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.each_serVz_txt {
  display: flex;
  flex-direction: column;
  padding: 32px 16px;
  flex: 1;
}

.each_serVz_txt h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #000000;
  margin-left: auto;
  margin-right: auto;
}

/* 
---------------------------------------------
Services page
--------------------------------------------- 
*/
/* 
---------------------------------------------
Industries inside page
--------------------------------------------- 
*/
.blog_inside_a_div {
  height: 460px;
  margin-top: 168px;
}

.blog_inside_a_div_LFt {}

.blog_inside_a_div_LFt h5 {
  font-weight: 400;
  font-size: 19.8131px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.blog_inside_a_div_LFt h4 {
  font-weight: 400;
  font-size: 56px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
}

.blog_inside_a_div_LFt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
  margin-bottom: 0px;
  margin-top: 70px;
}

.blog_inside_b_div {
  background: #D8EEFF;
}

.blog_inside_b_blokRow {
  --bs-gutter-y: 50px;
  --bs-gutter-x: 60px;
}

.blog_inside_b_blok_head {
  max-width: 220px;
}

.blog_inside_b_blok_head h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.0335em;
  color: #2E2E2E;
}

.blog_inside_b_blok {}

.blog_inside_b_blok p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.0335em;
  color: #2E2E2E;
}

.blog_inside_b_blokImg {
  width: 100%;
}

.blog_inside_b_blokImg figure {
  height: 445px;
  width: 100%;
}

.blog_inside_b_blokImg figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.othrPst_ {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  height: 610px;
}

.othrPst_ figure {
  height: 360px;
  width: 100%;
  margin-bottom: 0px;
}

.othrPst_ figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.othrPst_txt {
  padding: 35px 50px;
  flex: 1;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.othrPst_txt h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #2E2E2E;
}

.othrPst_end {
  margin-top: auto;
  margin-bottom: 0px;
  display: flex;
}

.othrPst_end p {
  font-weight: 400;
  font-size: 14px;
  line-height: 113.5%;
  letter-spacing: -0.0335em;
  color: #2E2E2E;
  margin-top: auto;
  margin-bottom: auto;
}

.blog_inside_b_other_posts {
  --bs-gutter-x: 60px;
  --bs-gutter-y: 16px;
}

.srvz_tab_wrp_head {}

.srvz_tab_wrp_head h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 116.5%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
}

/* 
---------------------------------------------
Industries inside page
--------------------------------------------- 
*/

.nav-tabs {
  border-bottom: 0px;
}

#servicTab {}

.nav-tabs .nav-item .nav-link {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.0335em;
  color: #FFFFFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 32px 32px;
  position: relative;
  display: flex;
  width: 100%;
  border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    white-space: nowrap;
}
.srvz_tab_wrp {
    min-height: 650px;
}
.nav-tabs .nav-link::after {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: ''; 
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.nav-tabs .nav-link.active::after {
  border: 5px solid #FFFFFF;
}

.nav-tabs .nav-link.active {
  background: transparent;
}

.nav-tabs .nav-item {
  margin-right: 32px;
  flex: 1;
}

.nav-tabs .nav-item:last-child {
  margin-right: 0px;
}

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

.the_sldR_tabz::after {
  background: #000000;
  opacity: 0.75;
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}

.the_sldR_tabz_PZ {
  position: relative;
  z-index: 1;
  padding: 36px 50px 32px 50px; 
}

.the_sldR_tabz_PZ h4 {
	font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 25px;
}
.certificate-box figure {
    cursor: pointer;
}
.the_sldR_tabz_PZ p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0035em;
  color: rgba(255, 255, 255, 0.75);
      margin-top: 0;
}

.tab_slider {
  position: relative;
}

.owl-theme.tab_slider .owl-nav {
  position: absolute;
  bottom: 20px;
  right: 30px;
  display: flex;
  margin-top: 0px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  display: flex;
  width: 40px;
  height: 40px;
  border: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

.owl-carousel .owl-nav button i {
  margin: auto;
  color: #FFFFFF;
  font-size: 25px;
}

.the_sldR_tabz01 {
  width: 100%;
}

.the_sldR_tabz_PZ01 {
width: 100%;
    padding: 80px 100px 150px 100px;
    background: rgb(0 0 0 / 51%);
}

.the_sldR_tabz_PZ01 h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 160%;
  letter-spacing: -0.0035em;
  color: rgba(255, 255, 255, 0.75);
}

.srv_insd_01 {
  width: 100%;
  min-height: 400px;
}

.srv_insd_01 figure {
  width: 100%;
  margin-bottom: 0px;
}

.srv_insd_01 figure img {
  width: 100%;
}

.srv_insd_02 {
  border: 1px solid #D5D5D5;
  padding: 58px 55px;
}

.srv_insd_02 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.0035em;
  color: rgba(0, 0, 0, 0.75);
}

/* 
---------------------------------------------
Industries inside page
--------------------------------------------- 
*/

 
 
 
figure.head-ass_A_i img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.head-ass_A {
    width: 100%;
}

.head-ass_B_t {
    background: #fff;
    padding: 20px;
}

figure.head-ass_A_i {
    margin: 0;
}

.head-ass_B_t p {
    margin: 5px 0 0;
}

.head-ass-lft {
    margin-top: -110px;
    position: relative;
    z-index: 9;
}

.head-ass_txt.mt-3 {
    padding-left: 30px;
}
 
 
 .head-assessment-banner {
    min-height: 450px;
}
 
.eea_our_lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 850px;
    margin: 60px auto 60px;
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
}

.eeaour_left_cm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 110px;
    border: 1px solid #f3f3f3;
    border-bottom: 0;
    text-align: center;
}

.our-clients-w {
    background: #D8EEFF;
    padding: 30px;
}

.eeaour_right_cm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; 
    border-bottom: 0;
    border-left: 0;
	border: 1px solid #f3f3f3;
}

.service_cmn_inr {
    height: 100%;
    display: table;
    width: 100%;
    padding: 25px;
    min-height: 160px;
}

.srv-tble-our {
    display: table-cell;
    vertical-align: middle;
}

.eeaour_right_cm h5 {
    font-size: 16px;
}
 
/* 
---------------------------------------------
Head of assessment page
--------------------------------------------- 
*/

.about_b_div_Ryt {
    width: 100%;
}
.certificate-box {--bs-gutter-y: 20px;
    --bs-gutter-x: 20px;
}
.cert-cntr img {
    width: auto;
    height: auto;
    max-width: 100%;
    background: #fff;
} 
.cert-ctner {
    width: 50%;
    margin-right: 0;
    margin-left: auto;
}