@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 : #da1a16;
  --clr_2 : #ffa026; 
  --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_b3 {color:#b3b3b3;}
.clr_91 {color:#91adcf;}
.clr_99 {color:#999;}

.bg_1 { background: var(--clr_1); }
.bg_2 { background: var(--clr_2); }
.bg_ff { background: #fff; }
.bg_00 { background: #000; }
.bg_e5 {background: #e5e5e5;}
.bg_fc {background: var(--clr_fc);}
.bg_f4 {background: #f4f4f4;}

body {font-family: 'poppins' !important; font-size: 14px !important; }

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 {
  background: var(--clr_2);
  border: none;
  border-radius: 2px;
  padding: 9px 35px;
  font-size: 16px; 
  font-weight: bold;
  cursor: pointer;
}
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: #fafafa;}
.head_ul_links {list-style: none;margin: 0;padding: 0;}
.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;
  margin-right: 20px;
}
.mainSize_1140 {max-width: 1140px;margin: auto;}
ul.menuList li {
  float: left;
}
ul.menuList {
  list-style: none;
  float: right;
  margin: 0;
  padding: 0;
  transition: all 0.5s;
}
ul.menuList li a:hover { text-decoration: none; color: var(--clr_1); }
ul.menuList li a {
  padding: 16px;
  float: left;
  color: var(--clr_7c);
}

.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;
}
ul.menuList li a {
transition: all 0.5s;}
ul.menuList li a:hover {
  background: #da1a1605;
color: #da1a16;
border-bottom: solid 2px;
}
ul.menuList li a.active {
background: #da1a1605;
color: #da1a16;
border-bottom: solid 2px;
}
.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;
}
#header_tab {transition: all 0.5s; padding: 15px 0px;box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);}
#header_tab.header-scrolled {transition: all 0.5s; padding: 5px 0px;}
div.header-scrolled {
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fffffff0;
}
.logo_1 {width: 150px;}
#header_tab.header-scrolled .logo_1 {width: 100px;margin-top: 6px;}

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: #242424;
  padding: 50px 0px;
}
.fd.text-center.copyTxt {
  margin-top: 15px;
  color: #848484dd;
  font-size: 12px;
}

.scroll_top_box {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background: #0000004d;
  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;
}



.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: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}
.menu_icn {
  width: 40px;
  display: none;
}

.scroll_none {overflow: hidden;}
ul.menuList.active { transform: translateX(0px);}
span.close {
  position: absolute;
  right: 5px;
  background: #ddd;
  width: 35px;
  height: 35px;
  top: 5px;
  padding-left: 10px;
  padding-top: 4px;
}
span.close img {
  width: 15px;
}
.close {display: none;}
/********************* 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) {
.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(-400px);}
  ul.menuList {
    position: fixed;
    height: 100vh;
    width: 300px;
    left: 0;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 99;
    box-shadow: -10px 0px 80px 26px rgb(0 0 0 / 50%);
}
ul.menuList li {
  width: 100%;
  float: left;
  cursor: pointer;
}
ul.menuList li a { 
  width: 100%;
  float: left;
  border-bottom: solid 1px #dddd;
}
  .menu_icn {display: block;}
  #header_tab.header-scrolled .logo_1 {
    margin-top: 0px;
    margin-bottom: 6px;
}
}
@media (max-width: 576px) {
  .p_tb_80 {padding-top: 30px !important;padding-bottom: 30px !important;}
  .col_5_cus {width: 100%;}
  .logo_1 {width: 120px;}
  #header_tab {padding: 10px 0px;}
  .client_img {width: 100px;}
}
/********************* MEDIA END *********************************/ 
#id_1 , #id_2 { display: none;}

.fd.containerCareerBox {
  border: solid 1px #ddd;
  overflow: hidden;
  border-radius: 10px;
}