/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
--------------------------------------------- */
:root {
  --primary-color: #EC3B3B;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: 'Poppins', sans-serif;
  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;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
  height: 150px;
}


/* icon  */
#mobHam {
  display: none;
}

.lMnu {
  display: none;
}

/* icon  */



/* header menu */
#navbarMenu.navbar-nav .nav-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

/* header menu */

/* home part 2 */
.home_part_2 {
  background-color: #FFFFFF;
}

.home_part_2_head {}

.home_part_2_head * {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  letter-spacing: -0.035em;
  color: #2E2E2E;
}

.each_buZnez {
  display: flex;
  flex-direction: column;
}

.each_buZnez figure {
  margin-bottom: 12px;
  width: 60px;
  height: 60px;
  display: flex;
}

.each_buZnez figure img {
  margin: auto;
}

.each_buZnez h4 {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.035em;
  color: #2E2E2E;
}

.home_part_2line {
  border-bottom: 1px solid #818181;
}

.home_part_2client {}

.home_part_2client * {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.035em;
  color: #2E2E2E;
}

/* home part 2 */

/* home our services*/

.servc_row {
  --bs-gutter-x: 32px;
  --bs-gutter-y: 24px
}

.our_service_wQ {
  background: #ECECEC;
}

.our_service_wrp {}

.our_service_wrp * {
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.our_service_wrp p {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.035em;
  color: #656464;
  margin-bottom: 16px;
}

.our_service_01 {
  background: #FFFFFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  height: 330px;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.our_service_01 figure {
  height: 165px;
  overflow: hidden;
  margin-bottom: 0px;
}

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

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

.our_service_infoz_head {
  padding: 24px 25px 10px 25px;
}

.our_service_infoz_head * {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #000000;
}

.our_service_infoz_tail {
  margin-top: auto;
  margin-bottom: 0px;
  display: flex;
  padding: 24px 32px;
}

.our_service_infoz_tail p {
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.035em;
  color: #4E4E4E;
  margin-top: auto;
  margin-bottom: auto;
}

.our_service_infoz_tail i {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: 0px;
}

.our_service_back {
  position: relative;
  padding: 32px 15px 15px 15px;
  display: flex;
}

.our_service_back figure {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.our_service_back_detailz {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  background: #FFFFFF;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 32px 15px 15px 15px;
}

.our_service_back_detailz * {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--primary-color);
  margin-bottom: 16px;
}

.our_service_back_detailz ul {
  padding-left: 0px;
  display: flex;
  flex-direction: column;
}

.our_service_back_detailz ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.035em;
  color: #656464;
  padding-right: 20px;
  position: relative;
  display: flex;
  width: auto;
  margin-left: 0px;
  margin-right: auto;
  margin-bottom: 0px;
}

.our_service_back_detailz ul li::after {
  position: absolute;
  content: '';
  right: 5px;
  border-top: 1px solid #656464;
  border-right: 1px solid #656464;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
}

/* home our services*/

/* home our contact*/
.our_since_contact {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.since_contact_txt {}

.since_contact_txt * {
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: -0.035em;
  color: #FFFFFF;
}

.since_contact_lnk {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #F2F2F2;
  text-decoration: none;
}

/* home our contact*/
/* home case study*/
.case_study_blokz {
  width: 100%;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  min-height: 400px;
}

.case_study_blokz_img {
  position: absolute;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 0px;
  width: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

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

.case_study_blokz_txt_head {}

.case_study_blokz_txt_head * {}

/* home case study*/