@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@font-face {
	font-family: poppins;
	src: url(./poppin.css);
  }
  
  :root {
  --clr_1 : #2265a0;
  --clr_2 : #f28226; 
  --clr_a2 : #A2A2A2; 
  --clr_7c : #7c7c7c; 
  --clr_fc : #fcfcfc; 
}

.clr_1 { color: var(--clr_1); }
.clr_2 { color: var(--clr_2); }
.clr_ff { color: #fff; }
.clr_00 { color: #000; }
.clr_7c { color: var(--clr_7c); }
.clr_a2 { color: var(--clr_a2); }
.clr_b3 {color:#b3b3b3;}
.clr_91 {color:#91adcf;}
.clr_99 {color:#999;}
.clr_55 {color:#555;} 
.clr_818 {color:#818080;}

.bg_1 { background: var(--clr_1); }
.bg_2 { background: var(--clr_2); }
.bg_ff { background: #fff; }
.bg_00 { background: #000; }
.bg_f9 { background: #e9e9e9; }
.bg_c9 { background: #c9c9c9; }
.bg_e5 {background: #e5e5e5;}
.bg_fc {background: var(--clr_fc);}
.bg_eb {background: #ebebeb;}
.bg_a2 {background: var(--clr_a2);;}
.bg_33 {background: #333;}
.bg_2a {background: #2a2a2a;}
.bg_0b {background: #0B1928;}
body {font-family: 'poppins' !important; font-size: 14px !important; color: #333; }

ul.menuUL {
  list-style: none;
  display: flex;
  float: right;
  margin: 0;
}

button.btn_1 {
  background: var(--clr_2);
  border: none;
  border-radius: 2px;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: bold;
  cursor: pointer;
}
button.btn_2, a.btn_2 {
  background: transparent;
  border: none;
  border-radius: 2px;
  padding: 9px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  border: solid 1px;
  min-width: 150px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.btn_2::after, a.btn_2::after {
  content: "";
  background: #cb0000;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-150px);
}
button.btn_2:hover {
  color: var(--clr_2);
}
button.btn_2:hover::after {
  transform: translateX(0px);
}
 
.btn_2.btnBlack {
  color: #333;
}
button.btn_3 {
  background: var(--clr_2);
  border: none;
  border-radius: 2px;
  padding: 9px 35px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}  
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--clr_2);
  /* width: 10px;
  height: 10px; */
}
 

.wid_100 {width: 100px;float: left;}
.fd-100px  { width: calc(100% - 100px);float: left;}

.swiper-button-next, .swiper-button-prev {
  background: #ddd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.swiper_prev, .swiper_next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.swiper_prev {
right: 10px;
left: auto;
background: #d39e007a url(../img/right_white.svg) no-repeat 15px 11px;
background-size: 7px;
}
.swiper_next {
left: 10px;
right: auto;
background: #d39e007a url(../img/left_white.svg) no-repeat 13px 11px;
background-size: 7px;
} 
.swiper-pagination.student_slide span, .swiper-pagination.client_slide span  {
  width: 8px;
  margin-left: 5px;
} 
 /* .head {background: #fafafa1f;color: #fff;} */
 .head_no_mail li a img { margin-right: 15px;  }
 .header-scrolled .head_no_mail li a { color: #000;  }
 .head_ul_links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.head_ul_links li a img {
  width: 15px;
}
.head_ul_links li  {float: left; }
.head_ul_links li a:hover {text-decoration: none;}
.head_ul_links li a {
  float: left;
  color: #7c7c7c;
  font-size: 12px;
  width: 40px;
  height: 40px;
  background: #0e273d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.contactLink li:nth-child(3) {
  grid-column: 1/3;
}
ul.contactLink li a img {
  /* margin-left: -24px; */
  position: relative;
  top: 5px;
  width: 27px;
  margin-bottom: 15px;
}
ul.contactLink li a {
  color: #969696;
  text-decoration: none;
}
ul.contactLink li {
  position: relative;
  margin-bottom: 15px;
  text-align: center;
}
ul.contactLink {
  width: 100%;
  /* float: left; */
  padding-left: 25px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 600px;
  margin: auto;
  left: 0;
  right: 0;
  position: relative;
}
.mainSize_1140 {max-width: 1140px;margin: auto;}
.mainSize_1170 {max-width: 1170px;margin: auto;}
ul.menuList li {
  float: left;
}
ul.menuList {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
  padding: 15px;
}
ul.menuList li a:hover { text-decoration: none; color: var(--clr_1); }
ul.menuList li a {
  padding: 8px 16px;
  float: left;
  color: var(--clr_7c);
  border-radius: 5px;
}

.lineSpn, .lineSpn_1 { position: relative;}
.lineSpn span, .lineSpn_1 span {
  position: absolute;
  width: 50px;
  padding: 1px;
  background: var(--clr_1);
  bottom: -1px;
}
.lineSpn_1 span {
  left: 0;
  right: 0;
  margin: auto;
}

.paralax {
  background: url(../img/banners/server.jpg);
  background-attachment: fixed;
  background-size: cover;
}
.row {margin-left: 0 !important;margin-right: 0 !important;}
.img_h_1 {transition: all 0.5s;}
.img_h_1:hover {transform: scale(1.05);}
.serve_h4 {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 25px;
}

.serve_h4 span {
  position: absolute;
  width: 20px;
  padding: 1px;
  background: var(--clr_1);
  bottom: -10px;
}
.col_5_cus {
  width: 20%;
  padding: 0px 10px;
}
.col_5_cus p {
  color: #7c7c7c;
  font-size: 12px;
  line-height: 30px;
}
.mapIn {
  background: url(../img/map.jpg) no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  filter: opacity(0.1);
}
.slide_std {
  width: 50px;
    margin: auto;
}
ul.menuList li a {
  transition: all 0.5s;}

  .homePage #header_tab {
  position: relative;
  } 


  .homePage ul.menuList li a:hover, .homePage #header_tab.header-scrolled ul.menuList li a:hover {
    /* background: #fdd27314; */
    color: var(--clr_1);
    /* border-bottom: solid 2px var(--clr_1); */
  } 


  ul.menuList li a:hover, #header_tab.header-scrolled ul.menuList li a:hover {
    /* background: #ffffff14; */
    color: var(--clr_00);
  /* border-bottom: solid 2px; */
  } 
  .homePage #header_tab ul.menuList li a {color: #222;
    justify-content: space-between;
    display: flex;
  }
  #header_tab ul.menuList li a.active, #header_tab.header-scrolled ul.menuList li a.active {
    background: var(--clr_1);
    color: #fff !important;
  }
  #header_tab ul.menuList li a {color: #333;}
#header_tab.header-scrolled ul.menuList li a {color: #000;
width: 100%; float: left;}

#header_tab {     transition: all 0.5s;
  box-shadow: 0 2px 16px 0 rgb(0 0 0 / 5%);
  position: relative; 
  z-index: 9;}
  .index #header_tab {
    /* display: none; */
    position: fixed;
    border-bottom: solid 1px #ffffff1a;
  }
  .index #header_tab.header-scrolled {
    display: block;
  }
#header_tab.header-scrolled {transition: all 0.5s; 
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fffffff0;
}
.logo_1 {width: 70px;}
#header_tab.header-scrolled .logo_hed {border-radius: 100px;
  width: 100px;
  height: 100px;
  background: #fff;
}
.logo_hed {
  position: absolute;
  border-radius: 10px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0px;
  /* box-shadow: 1px 6px 18px -1px rgb(0 0 0/10%); */
}
ul.footLinks li a:hover { text-decoration: none; }
ul.footLinks li:nth-last-child(1) a { border-right: 0px; }
ul.footLinks li a {
  padding: 5px 14px;
  border-right: solid 1px #ddd;
  color: #7c7c7c;
}

ul.footLinks li {
  float: left;
}
ul.footLinks {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: auto; 
  display: table;
}
footer.fd {
  background: #071827;
  padding-top: 10px;
}
.fd.text-center.copyTxt {
  margin-top: 15px;
  color: #333;
  font-size: 12px;
}

.scroll_top_box {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #f1652b45;
  border-radius: 50px;
  text-align: center;
    padding-top: 7px;
    cursor: pointer;
    z-index: 99;
}
.scroll_top_box img { width: 15px; }
.why_1 {
  padding: 15px;
    border: solid 1px #fff;
    color: #000;
    background: #ffffff17;
    margin-top: 20px;
    height: 80px;
    display: grid;
  align-items: center;
  flex-direction: row;
}
.v_center {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    align-content: center;
    align-items: center;
}


ul.consultList {
  all: unset;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 15px;
  margin-top: 12px;
  flex-wrap: wrap;
}
ul.consultList li {
  background: #e5f3ff;
  padding: 10px 15px;
  border-radius: 7px;
}
.col-md-6.p_lr_0 {padding-left: 0;padding-right: 0;}
.col-md-4.p_0 {padding: 0;}
.box_job {
  border: solid 4px #ddd;
}
.box_job ul li {
  padding-top: 18px;
  color: #7c7c7c;
  line-height: 20px;
  font-size: 12px;
}
.box_job ul {
  padding-left: 30px;
  padding-right: 15px;
}

.job_HD {
  background: #ddd;
  padding-left: 15px !important; 
  padding: 5px;
  font-size: 18px;
  font-weight: bold;
}
.img_location {animation: location 2.5s infinite;cursor: pointer;    width: 20px;
  margin-bottom: 4px;}
@keyframes location {
0% {transform:rotate(15deg);transform-origin: bottom;}
  50% {transform:rotate(-15deg);transform-origin: bottom;}
  100% {transform:rotate(15deg);transform-origin: bottom;}
}
.para_bg {
  background: #00000080;
}
.serv_box:hover { transform: scale(1.05); }
.serv_box {
  background: #00000061;
  border: solid 1px #fff;
  margin-top: 20px;
  padding: 20px;
  transition: all 0.5s;
}
.ind_box p {
  color: var(--clr_7c);
  line-height: 25px;
  font-size: 13px;
  margin-top: 15px;
}
.ind_box h5 { font-weight: bold; }
.ind_box {
  text-align: center;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-top: 30px;
  box-shadow: 0 10px 20px rgb(0 0 0 / 3%);
}
input[type=text]:focus, select:focus, textarea:focus { outline: none; }
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: none;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  background: #f5f5f5;
  border-radius: 7px;
}
.menu_icn {
  width: 40px;
  display: none;
  cursor: pointer;
}

.scroll_none {overflow: hidden;}
ul.menuList.active { transform: translateX(0px);
  opacity: 1; visibility: visible;}
span.close {
  position: absolute;
  right: 5px;
  /* background: #ddd; */
  width: 35px;
  height: 35px;
  top: 5px;
  /* padding-left: 10px; */
  /* padding-top: 4px; */
}
span.close img {
  width: 30px;
}
.close {display: none;}
.bannerText {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 40px;
  text-shadow: 2px 2px 3px #000000;
  background: #00000078;
}



.boxMainServe {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  float: left;
}
.boxMainServe .box_Services .box_in:nth-child(1), .boxMainServe .box_Services .box_in:nth-child(2) {
  margin-bottom: 10px;
}
.boxMainServe .box_Services .box_in img {
  transition: all 0.5s;
  width: 100px;
}
.boxMainServe .box_Services .box_in:hover img {
  transform: rotateY(360deg);
}
.boxMainServe .box_Services .box_in .titleWb {
  font-size: 20px;
  border-bottom: solid 1px var(--clr_1);
  margin-top: 15px;
  transition: all 0.5s;
  font-weight: 500;
}
.boxMainServe .box_Services .box_in {
  border: solid 1px #333;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
}
.boxMainServe .box_Services {
  width: 50%;
  float: left;
  padding: 0px 5px;
  display: flex;
}
.df_jc {display: flex; justify-content: center; }
ul.head_no_mail li {
  list-style: none; 
  float: left;
  margin-right: 18px;
}
ul.head_no_mail {
  display: flex;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  justify-content: left;
}

.homePage ul.head_no_mail li a {
  color: #fff;
}
ul.head_no_mail li a {
  color: #000;
}

ul.socIcons li a {
  float: left;
  padding: 4px 9px;
}
ul.socIcons li {
  margin-right: 15px;
}
ul.socIcons {
  list-style: none;
  display: flex;
  float: right;
  margin: 0px;
}
.head_1 {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.head_1 span.bdrLine {
  position: absolute;
  width: 40px;
  height: 3px;
  border-radius: 50px;
  background: var(--clr_2);
  left: 0;
  bottom: -10px;
}
a.readSpn {
  color: var(--clr_2);
  font-size: 13px;
  float: right;
  cursor: pointer;
}

ul#ulServeList li:nth-last-child(1) {
  border-bottom: solid 1px #E4E4E4;
}
ul#ulServeList li {
  list-style: none;
  background: #F9F9F9;
  padding: 14px;
  border-top: solid 1px #E4E4E4;
  border-left: solid 1px #E4E4E4;
  border-right: solid 1px #E4E4E4;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
.head_1.font_20 {
  font-size: 20px;
}

.ulList {
  width: 330px;
  float: left;
}
.ulListContent {
  width: calc(100% - 330px);
  padding: 15px 40px;
  float: left;
}
.bdrLine.center {
  margin: auto;
    left: 0;
    right: 0;
}
#ulServeList li.activeLi {
  background: #fff !important;
  color: var(--clr_2);
  border-right: solid 0px #fff !important;
}


.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* background-color: #144775; */
  background-color: #144775cf;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.single-img:hover .img-overlay {
  height: 100%;
}

.img-overlay .text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.text span{
  font-weight: 300;
  font-size: 14px;
  text-transform: capitalize;
}
.bg_welcome {
  background: url(../img/blue_bg_img.png);
  background-size: cover;
}
.visionImg img {
  width: 200px;
  padding: 20px;
}
 
.inChoose {
  width: 100%;
  float: left;
  box-shadow: 3px 4px 14px 2px rgb(0 0 0/2%);
  margin-bottom: 30px;
  padding: 15px;
  line-height: 26px;
  min-height: 170px;
  transition: all 0.5s;
  background: #fff;
  display: flex;
  align-items: center;
}

.client_img:hover {
  transform: scale(1.02);
}
.client_img {
  transition: all 0.5s;
  padding: 15px;
  /* opacity: 0.5;
  filter: grayscale(100%); */
}
.footLogo {
  background: #fff;
  padding: 14px;
  border-radius: 100px;
  width: 100px;
  margin-right: 10px;
}

.footCont {
  width: calc(100% - 120px);
  padding-left: 10px;
}
#ulListContent h4:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
}
.df_alc_foot {
  display: flex;
  align-items: center;
}


.swiper-slide {
  background-size: cover !important;
}
.bannerSlide_1 {
  position: relative;
  width: 400px;
  right: 100px;
  margin: 50px 10px;
  color: #fff;
  transition: all 0.5s;
  
  float: right;
  animation: slide_1 0.5s ease-in-out 1;
}

@keyframes slide_1 {
  0%{transform: translateX(1000px);  }
  100%{transform: translateX(0px);  }
}
.bannerSlide_1 .dom_patch {
  background: #0000006b;
  width: 100%;
  float: left;
  padding: 5px;
  font-size: 13px;
  text-align: center;
}
.menuList li:hover .levelOne {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
} 
.levelOne {
  position: absolute;
  top: 47px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  max-width: 250px;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 5px 3px 10px 4px rgb(0 0 0/10%);
  transform: translateY(300px);
}

.levelOne ul {
  width: 100%;
  float: left;
  position: relative;
}
.levelOne ul li {
  position: relative;
  width: 100%;
  float: left;
  padding: 3px;
  list-style: none;
}
.menuList .levelOne ul li a:hover {
  border: none;
  background: #04a1ab14;
  color: #04a1ab !important;
}
.menuList .levelOne ul li a {
  position: relative;
  width: 100%;
  float: left;
  border-radius: 8px;
  padding: 10px;
}

.levelOne ul li:hover ul.levelTwo {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.levelOne ul li ul.levelTwo {
  position: absolute;
  left: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  transition: all 0.5s;
  visibility: hidden;
  box-shadow: 5px 3px 10px 4px rgb(0 0 0/10%);
  opacity: 0;
  transform: translateY(300px);
}

.playbtn img {
  width: 30px;
}
.playbtn {
  width: 90px;
  height: 90px;
  border-radius: 500px;
  border: solid 5px #ffffff87;
  background: #0000008f;
  padding: 0;
  display: flex;
  padding-left: 33px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.5s;
}
.playbtn:hover {transform: scale(1.05);}
.cover_1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #0000007a;
}

ul#galleryUL {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  position: relative;
  display: flex;
  justify-content: center;
} 

ul#galleryUL li {
  border: solid 1px #333639;
  color: #787878;
  padding: 8px 20px;
  margin: 0px 5px;
  text-transform: capitalize;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  /* overflow: hidden; */
}

.ulListContent ul {
  width: 100%;
  float: left;
  position: relative;
  color: #818080;
  padding-left: 15px;
}
.galleryActive {
  display: block;
}
.activeGl {
  background: #F05636; 
  color: #fff !important;
}
#popupVideoCover {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: #000000bf;
  backdrop-filter: blur(3px);
  display: none;
}
div#popupVideo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 800px;
  height: fit-content;
  margin: auto;
  z-index: 1090;
  border: solid 6px #ffffff52;
  display: none;
}
img.closeImg {
  position: absolute;
  width: 22px;
  right: 3px;
  top: 3px;
  background: #ffffff38;
  border-radius: 50px;
  z-index: 99;
    cursor: pointer;
}
/* li.listGl::after {
    content: "";
    background: #F05636;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    border: solid 1px #F05636;
    color: #F05636;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-150px);
  }
  li.listGl:hover::after {
    transform: translateX(0px);
  } */
  .hoverWorks:hover {
    transform: scale(1.05) !important;
  }

  .justify {
    text-align: justify;
}
blockquote ul {
  /* list-style: none; */
  padding-left: 20px;
}
blockquote {
    padding: 30px 30px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    border-left: 5px solid var(--clr_1);
    margin-bottom: 30px;
    background:#fff;
    color: #555;
}



a.btn_a {
  background: transparent;
  border: none;
  border-radius: 2px;
  padding: 9px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  color: var(--clr_1);
  border: solid 1px;
  min-width: 150px;
  position: relative;
  border: solid 1px var(--clr_1);
  overflow: hidden;
  transition: all 0.5s;
  text-decoration: none;
}
a.btn_a:hover::after {
  content: "";
  background: #cb0000;
  text-decoration: none;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-150px);
}

.t_content {
  width: calc(100% - 200px);
  float: left;
  padding: 15px;
}
.t_profile {
  width: 200px;
  float: left;
  padding: 15px;
}

.row.teamProfile:hover {
  transform: scale(1.05);
}
.row.teamProfile {
  background: #f9f9f9;
  margin-bottom: 20px;
  box-shadow: 3px 3px 13px 0px rgb(0 0 0/10%);
  transition: all 0.5s;
}
ul.proSocl li {
  border: solid 1px var(--clr_1);
  padding: 5px;
  margin-right: 15px;
  cursor: pointer;
  border-radius: 1px;
}
ul.proSocl {
  list-style: none;
  display: flex;
}
.ulListOfPro li {
  margin-bottom: 15px;
  color: #818080;
}
.ulListOfPro {
  padding-left: 20px;
}


.opct_05 {
  opacity: 0.5;
}

.edList li:hover {
  box-shadow: 1px 1px 15px 1px rgb(4 161 171 / 35%);
}
.edList li {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  float: left;
  margin-right: 15px;
  box-shadow: 1px 1px 15px -3px rgb(4 161 171 / 35%);
  transition: all 0.5s;
  margin-top: 15px;
}
.edList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 600px;
}
.listReq {
  list-style: disc;
  padding-left: 15px;
  margin: 0;
}
ul.listReq li {
  margin-top: 15px;
}

ul.ulMust {
  margin-top: 30px;
  background: #04a1ab0f;
  padding: 15px;
  padding-left: 40px;
  padding-bottom: 30px;
  border-radius: 10px;
  color: var(--clr_1);
}
ul.ulMust li {
  margin-top: 15px;
}

ul#openPositions li span.span {
  font-size: 22px;
  font-weight: 600;
}

ul#openPositions {
  list-style: none;
  /* text-align: center; */
  display: grid;
  margin: 40px 0px;
  grid-gap: 20px;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr 1fr;
}

ul#openPositions li:hover {
  transform: scale(1.02);
}
ul#openPositions li {
  transition: all 0.5s;
  background: #fff;
  border-radius: 10px;
  position: relative;
  padding: 25px 15px;
  box-shadow: 3px 3px 15px -3px rgb(6 116 123 / 12%);
  line-height: 24px;
}

.wantedtag {
  position: absolute;
  background: linear-gradient(45deg, red, #ff8585, red);
  color: #fff;
  font-size: 9px;
  top: 0;
  padding: 3px 9px;
  border-radius: 0px 0px 7px 7px;
  box-shadow: 1px 2px 10px -1px rgb(0 0 0 / 29%);
  line-height: 14px;
}
.df_jc_sb {
  display: flex;
  justify-content: space-between;
  color: #888;
}
.li_mb_15 li {
  margin-bottom: 15px;
}
ul.fd.consultList li {
  width: 33.333%;
  float: left;
  margin-bottom: 15px;
  list-style: none;
}
.plannImg {
  max-width: 500px;
}
.qlityUL {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}
.qlityUL li  {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  list-style: none;
}
.qlityUL li span img {
  width: 50px;
}
.bg_121 {
  background: #121a1e;
}
ul.planDtls li:nth-child(1) {
  background: #f1843017;
  color: #f18430;
}
ul.planDtls li:nth-child(2) {
  background: #44975e17;
  color: #44975e;
}
ul.planDtls li:nth-child(3) {
  background: #79338c1a;
  color: #79338c;
}
ul.planDtls li:nth-child(4) {
  color: #e6475e;
  background: #e6475e1f;
}
ul.planDtls li:hover {
  transform: scale(1.05);
}
ul.planDtls li {
  background: #fff;
  list-style: none;
  height: 70px;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 15px;
  margin: 0px 10px;
  width: 150px;
  justify-content: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.5s;
  margin-bottom: 10px;
}

ul.planDtls {
  display: flex;
  /* justify-content: center; */
  height: 100%;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.plansList{
  width: 200px;
  position: relative;
}
.plansImg {
  width: calc(100% - 200px);
}
ul.fd.consultList li span img {
  width: 15px;
  margin-right: 5px;
}
.enables {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr ;
}
.enables .listEnbl {
  width: 100%;
  float: left;
  box-shadow: 3px 4px 14px 2px rgb(0 0 0/10%);
  margin-bottom: 30px;
  padding: 15px;
  line-height: 26px;
  min-height: 170px;
  transition: all 0.5s;
}

.homePage #header_tab ul.menuList .levelOne ul li a {
  text-align: left;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--clr_1);
  border-radius: 10px;
}
#centrallyManaged {
  font-weight: 500;
}
#centrallyManaged img {
  padding: 30px;
}


.swiper-pagination.centrall_manage .swiper-pagination-bullet {
  margin-right: 10px;
}

div#deliverables .txt {
  padding: 15px;
  border-top: solid 1px #efefef;
}
div#deliverables .d_box {
  box-shadow: 3px 3px 11px 2px rgb(0 0 0 / 8%);
  border-radius: 20px;
  overflow: hidden;
}
div#deliverables {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}

.bdr {
  border: solid 1px#ddd;
}
.bclrbox {
  margin-top: 10px;
  background: #04a1ab0f;
  padding: 15px;
  padding-bottom: 30px;
  border-radius: 10px;
  color: var(--clr_1);
}

.boxServe {
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(0 0 0/10%);
  border-radius: 8px;
  overflow: hidden;
}

.parallaxImg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000ad;
  backdrop-filter: blur(5px);
}
.parallaxImg {
  background: url(../img/business.png);
  background-attachment: fixed;
  padding: 70px 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.parallaxImg .font_em_2 {
  font-size: 2em;
}
.parallaxImg .font_em_1 {
  font-size: 3em;
}
.overAuto {
  overflow: auto;
}

.webHome {
  display: block;
}
.mobHome {display: none;}


.headManpower {
  /* background: url(../img/manpower_1.png); */
  /* height: 600px; */
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.headBox img {
  width: 200px;
}
.headBox {
  width: 350px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  color: #fff;
  font-size: 20px;
  text-align: center;
  opacity: 0.8;
}
.fd.fullform {
  border-top: solid 1px #ffffff99;
  margin-top: 15px;
  font-size: 22px;
}

.swiperHomeSlides {
  height: 600px;
}
.headManpower ul.head_no_mail li {
  margin-bottom: 10px;
}
.headManpower ul.head_no_mail {
  display: flex;
  padding: 0;
  margin: 0;
  width: 300px;
  float: left;
  justify-content: left;
  position: absolute;
  color: #fff;
  z-index: 9;
  bottom: 15px; 
  padding-left: 23px;
  flex-direction: column;
}
.headManpower .socIcons {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 9;
  right: 0px;
  top:50px;
}


ul.slideMenu li a {
  color: #fff;
  text-decoration: none;
}
ul.slideMenu {
  position: absolute;
  z-index: 9;
  color: #fff;
  display: flex;
  list-style: none;
  gap: 30px;
  left: 0;
  right: 0;
  margin: auto;
  justify-content: center;
  margin-top: 15px;
}

img.logo_wht {
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.visionImg  {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  flex-direction: column;
  gap: 10px;
}

ul.slideMenu li {
  padding: 10px;
}
.insideMenu:hover ul.subMenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(-5px);
}
.deepClean .inChoose p.head_1 span {
  color: var(--clr_2);
}
.deepClean .inChoose p.head_1 {
  color: #000;
}
.deepClean .inChoose .visionImg img {
  width: 300px;
}
.deepClean .inChoose {
  background: #f1f1f1;
}
ul.subMenu {
  list-style: none;
  position: absolute;
  top: 60px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 250px;
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  box-shadow: 5px 3px 10px 4px rgb(0 0 0 / 10%);
  transform: translateY(300px);
}
ul.subMenu li {
  padding: 0;
  width: 100%;
  float: left;
}
.subMenu li a:hover {
  border: none;
  background: #dbeeff;
  color: var(--clr_1) !important;
}
ul.slideMenu li .subMenu li a {
  transition: all 0.5s;
  position: relative;
  color: #000;
  width: 100%;
  float: left;
  border-radius: 8px;
  padding: 10px;
}

ul.listOfAct li {
  width: 100%;
  float: left;
  background: #fafffa;
  box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
  margin-bottom: 21px;
  padding: 15px;
  border-radius: 50px;
  padding-left: 50px;
  position: relative;
}

ul.listOfAct li img {
  width: 19px;
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  margin: auto;
}

ul.listOfAct {
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}

.clean_img {
  width: 150px;
  float: left;
}
.clean_img img {
  width: 100px;
}
.clean_txt {
  width: calc(100% - 150px);
  text-align: left;
}

ul.head_links {
  width: 100%;
  float: left;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 30px;
  border-bottom: solid 1px #313131;
  padding-bottom: 22px;
}
ul.head_links li a:hover {
  text-decoration: none;
}
ul.head_links li a {
  padding: 15px 0px;
  color: #999;
}
.boxServe p.head_1.fd {
  padding: 12px 20px;
  font-size: 14px;
  text-transform: math-auto;
  color: #373434;
  margin: 0;
}
div#swipeClients {
  display: flex;
  justify-content: center;
}
.p_bg_1 {
  background: linear-gradient(45deg, #d97272, #efa07c);
}
.p_bg_2 {
  background: linear-gradient(45deg, #6ac1d5, #8ef1e8);
}
.p_bg_3 {
  background: linear-gradient(45deg, #8184e3, #b689f1);
}

.p_bg_4 {
  background: linear-gradient(45deg, #75d97d, #91e998);
}

#header_tab .main_a {
  color: #fff !important;
}

#header_tab.header-scrolled ul.menuList li a {
  color: #000 !important;
}

div#deepCleanTypes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

div#deepCleanTypes .deepImg {
  text-align: center;
}
div#deepCleanTypes .deepImg img:hover {
  transform: scale(1.02);
}
div#deepCleanTypes .deepImg img {
  transition: all 0.5s;
  border: solid 8px #f3f3f3;
  width: 150px;
  height: 150px;
  border-radius: 100px;
}

ul.lisofServe li {
  background: linear-gradient(45deg, #f2ebff, #f8e4ff);
  float: left;
  padding: 15px;
  border-radius: 8px;
  margin-top: 7px;
}

ul.lisofServe {
  all: unset;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.contactBox.wow_wrap {
  max-width: 900px;
  margin: auto;
  position: relative;
  left: 0;
  right: 0;
  float: none;
  background: #FFF;
  border-radius: 15px;
  box-shadow: 3px 3px 17px -1px rgb(0 0 0/10%);
}
.messageForm {
  width: calc(100% - 320px);
  float: left;
  padding: 25px;
}
.contactForm {
  width: 320px;
  float: left;
  background: #071827;
  padding: 25px;
  color: #e1e1e1;
}
/********************* MEDIA START *********************************/ 
@media (max-width: 991px) {
  .col_5_cus {
    width: 50%; 
  }
}
@media (min-width: 768px) {
  
  .box_services .col-md-4.p_0 img { width: 100%; }
}
@media (max-width: 768px) {
  div#deepCleanTypes .deepImg img {
    width: 100px;
    height: 100px;
  }
  .clean_img {
    justify-content: center;
  }
  .clean_txt {
    text-align: center;
    width: 100%;
  }
  .slideMenu.mainIndex {
    display: none;
  }
  .inChoose {
    flex-direction: column;
  }
  .inReverse {
    flex-direction: column-reverse;
  }

  ul.subMenu {
    position: relative;
    top: 0px;
    background: transparent;
    width: 250px;
    box-shadow: 5px 3px 10px 4px rgb(0 0 0 / 0%);
    width: 100%;
    float: left;
    padding: 0;
    padding-left: 30px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

  div#deliverables {
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  #coverMenu {
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000004a;
    display: none; 
    backdrop-filter: blur(3px);
  }
  #levelOne {
    display: none;
  }
  .levelOne {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    float: left;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    left: 20px;
    background: transparent;
    box-shadow: none;
  }
  .levelOne ul li ul.levelTwo {
    display: none;
    position: relative;
    top: 7PX;
    width: 100%;
    float: left;
    transform: translate(0);
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    left: 16px;
    background: #04a1ab0d;
}
ul.fd.consultList li {
  width: 50%;
}
  #header_tab {
    padding: 8px 0px;
  }
.close {display: block;}
.box_about .col-md-6.p_lr_0 {padding:30px 15px ;}
  .box_services .col-md-4.p_0 {
    padding: 30px 15px;
    text-align: center;
}
.box_services .col-md-4.p_0 img { width: 300px; }
  .menuList {transform: translateX(-800px);opacity: 0; visibility: hidden;}
  ul.menuList {
    position: fixed;
    height: 100vh;
    width: 300px;
    left: 0;
    background: #ffffffe6;
    top: 0;
    z-index: 150;
    bottom: 0;
    z-index: 99;
    /* box-shadow: -10px 0px 80px 26px rgb(0 0 0 / 50%); */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    overflow: auto;

}
ul.menuList li {
  width: 100%;
  float: left;
  cursor: pointer;
}
ul.menuList li a { 
  width: 100%;
  float: left;
  text-align: center;
  /* border-bottom: solid 1px #dddd; */
}
#header_tab ul.menuList li a.active, #header_tab.header-scrolled ul.menuList li a.active {
  background: transparent;
  color: #000 !important;
  border-bottom: solid 0px;
}
  .menu_icn {display: block;}

}
@media (max-width: 576px) {
  .homePage #header_tab ul.menuList li a {
    color: #000 !important;
  }
.contactForm {
  width: 100%;
}
.messageForm {
  width: 100%;
  float: left;
}
  div#deepCleanTypes {
    grid-template-columns: 1fr 1fr;
  }
  img.logo_wht {width: 200px;}
  .webHome {
    display: none;
  }
  .mobHome {display: block;}
  ul#galleryUL {justify-content: start;}
  .parallaxImg {font-size: 10px;}
  #centrallyManaged img {
    padding: 0px;
  }
  div#deliverables {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .qlityUL li span img {
    width: 25px;
    margin-right: 10px;
  }
  ul.planDtls {
    justify-content: space-between;
  }
  ul.fd.consultList li {
    width: 100%;
  }
  .qlityUL {
    grid-template-columns: 1fr;
    grid-gap: 15px;
  }
  .qlityUL li{
    text-align: left;
  }
  .enables {
    grid-template-columns: 1fr;
  }
  .edList {
    grid-template-columns: 1fr;
  }
ul#openPositions {
  grid-template-columns: 1fr 1fr;
}
.bannerText {font-size: 20px;}
  .p_tb_80 {padding-top: 50px !important;padding-bottom: 50px !important;}
  .col_5_cus {width: 100%;}
  #header_tab {padding: 10px 0px;}
  .client_img {width: 100px;}
  .footCont {width: 100%; float: left;}
  .df_alc_foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .ulList {
    width: 100%;
  }
  .xs_df {display: flex;}
  #ulListContent {display: none;}
  .bannerSlide_1 {
    left: 0px;
    right: 0px ;
    margin: 50px auto !important;
    transform: scale(0.8);
  }
  .row.teamProfile {
    flex-direction: column;
  }
  .row.teamProfile .t_content {
    width: 100%;
    float: left;
  }
  .row.teamProfile .t_profile {
    width: 200px;
    float: none;
    left: 0;
    right: 0;
    position: relative;
    margin: auto;
}
}
/********************* MEDIA END *********************************/ 
