@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: "Etihad Altis Medium Regular";
  src: url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.eot");
  src: url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/5408bb34dd24dc91cfe75db85a76c1bc.svg#Etihad Altis Medium Regular")
      format("svg");
}

.hc_tab_data .img::before,
.logo a,
.scrollup,
.section2,
.section4,
.section5 {
  background-repeat: no-repeat;
}
body,
ul.submenu1,
ul.submenu2 {
  background-color: var(--color-white);
}
.cart_bx1 ul,
.hc_tabs,
.menu ul,
.section1 ul,
.slideRight ul,
ol,
ul {
  list-style: none;
}
.logo a,
a {
  transition: var(--bg-transition);
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
.section1 h2,
ul.submenu1 h3 {
  margin-top: 0;
  font-weight: 600;
}
.bannerimgg,
.hl_circle,
.logo,
.section1 h2 {
  text-align: center;
}
.section1_bx h3,
a.goBottom span {
  text-transform: uppercase;
}
.footer_menu ul li a,
.footerinnn_left a,
.ft_links a,
.ft_soc a,
.logo a,
.main_btn2 a,
.menu > ul > li > a,
.section1 a,
a,
a.ft_contact,
ul.submenu1 li a {
  text-decoration: none;
}
.ft_soc a:hover,
.sec4box p,
.socialrt a:hover {
  opacity: 0.5;
}
:root {
  --body-fonts: "Etihad Altis Medium Regular", sans-serif;
  --text-fonts: "Etihad Altis Medium Regular", sans-serif;
  /* --body-fonts: "Cormorant", sans-serif;
  --text-fonts: "DM Sans", sans-serif; */
  --color-primary: #0090ff;
  --color-primary-dark: #001e5c;
  --color-secondary: #e65454;
  --color-ternary: #ff7700;
  --color-primary-light: #00d4ff;
  --color-primary-light1: #00ecff;
  --color-secondary-light: #e84da3;
  --color-dark: #3b3b3b;
  --color-dark-light: #f2f2f2;
  --color-dark-light1: #f9f9f9;
  --color-white: #fff;
  --color-text: #000;
  --color-text1: #8e8e8e;
  --color-gradient: linear-gradient(to right, #31a7ff, #8c30f3, #e84da3);
  --color-gradient1: linear-gradient(to right, #1826a9, #8c30f3, #e83ffc);
  --color-gradient2: linear-gradient(to right, #e84da3, #8c30f3, #31a7ff);
  --color-gradient3: linear-gradient(to bottom, #000a18 0, #005ba2 100%);
  --color-gradient4: linear-gradient(to left, #6c0037 0, #004e8a 100%);
  --color-gradient5: linear-gradient(
    to right,
    #00d4ff 0,
    #0090ff 20%,
    #ec50a0 100%
  );
  --color-gradient6: linear-gradient(to bottom, #0d2447 0, #07457d 100%);
  --bg-transition: all 0.3s;
  --box-shadow1: 0px 3px 25px rgba(0, 0, 0, 0.161);
}
.banner_hd,
.hl_circle,
.menu > ul > li > a {
  color: var(--color-white);
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: var(--body-fonts);
}
.footerinnn_left a,
.main_btn2 a {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bannerboxcont,
.bannerboxcont1,
.cart_bx1 ul {
  vertical-align: middle;
}
.cart_bx1 ul li a,
.menu > ul > li > a,
ul.submenu1 li a {
  text-transform: capitalize;
}
body {
  width: 100%;
  display: block;
  color: var(--color-dark);
}
html {
  font-size: 65%;
}
.grid {
  display: grid;
}
ol,
ul {
  padding: 0;
}
.container {
  max-width: 130rem;
  width: 130rem;
}
.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s;
}
.main_menu {
  clear: both;
  width: 100%;
  display: table;
  background-color: #e9e9e9;
  padding: 0 5rem;
}
.top1_right {
  float: left;
  position: relative;
  background-color: var(--color-primary);
  height: 4rem;
  line-height: 4rem;
  color: var(--color-white);
  font-size: 1.6rem;
  padding: 0 2rem 0 0;
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  z-index: 1;
}
.top1_right::before {
  position: absolute;
  left: -50%;
  width: 55%;
  content: "";
  top: 0;
  height: 4rem;
  background-color: var(--color-primary);
  z-index: -1;
}
.top1_right::after {
  width: 0;
  height: 0;
  border-top: 4rem solid var(--color-primary);
  border-right: 4rem solid transparent;
  content: "";
  position: absolute;
  right: -4rem;
}
.top1_right img {
  height: 2.2rem;
}
.top1_left {
  float: right;
}
.top1_left ul li {
  float: left;
  height: 4rem;
  line-height: 4rem;
  font-weight: 300;
  position: relative;
}
.top1_left ul li a {
  color: #052e44;
  /* float: left; */
  font-size: 1.6rem;
  padding: 0 2rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0px;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.top1_left ul li:after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  content: "";
  background-color: #7e7e7e;
  /* opacity: 0.3; */
}
.top1_left ul li:last-child:after {
  display: none;
}
.header::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: var(--color-white);
  transition: all 0.3s;
}
.header.fixed1::before {
  box-shadow: var(--box-shadow1);
  height: 100%;
}
.headerin {
  padding: 0 6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.bannerimgg,
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  float: right;
}
.logo a {
  width: 24rem;
  height: 9rem;
  display: table;
  /* padding: 0.5rem 1.4rem 1rem; */
  background-image: url("../images/logo1.png");
  background-image: image-set(
    url("../images/logo1.webp") 1x,
    url("../images/logo1.png") 1x
  );
  background-size: 100%;
  background-position: left center;
}
.fixed1 .logo a {
  width: 27rem;
  background-image: url("../images/logo.png");
  /* background-image: image-set(
    url("../images/logo2.webp") 1x,
    url("../images/logo2.png") 1x
  ); */
}
.bgwhite,
.home_link,
.menu,
.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child,
.menu > ul > li:hover > a::before,
.menu > ul > li > a.active::before,
.section1,
.section1 ul,
.section1_bx,
.section2,
.section4 {
  width: 100%;
}
.menu {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 2rem;
}
.header_search {
  position: relative;
  display: block;
  /* overflow: hidden; */
}
.header_right .form-group {
  margin: 0;
}
.header_search div.form-control {
  width: 22rem;
  height: 4rem;
  border-radius: 3rem;
  background-color: var(--color-white);
  border: 0;
  box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.1);
  border: 1px solid #ececf6;
  font-weight: 400;
  padding: 0 1.5rem;
  font-size: 1.4rem;
}
.header_search div.form-control i {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  font-style: normal;
  font-size: 1.2rem;
  color: var(--color-dark);
}
.header_search span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  width: 3rem;
  height: 3rem;
  color: var(--color-white);
  transition: all 0.3s;
  padding: 0;
  background-color: var(--color-primary);
  border-radius: 100%;
  text-transform: uppercase;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.header_search span img {
  height: 1.5rem;
  width: auto;
}
/* .header_search span:hover {
  background-color: var(--color-secondary);
} */
.header.top_search {
  /* height: 17rem; */
  /* transition: all 0.3s; */
}
.top_search_bar_overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
  z-index: 99;
  /* transition: opacity 0.1s linear; */
}
.top_search .header_right {
  /* display: none; */
}
.top_search_bar {
  padding: 0 10rem;
  display: flex;
  position: relative;
  justify-content: center;
}
.header_search_hide {
  display: none;
}
.menu ul {
  /* float: left; */
}
.menu > ul > li {
  float: left;
  padding: 0 2rem;
  position: relative;
}
/* .menu > ul > li::before {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1rem;
  content: "";
  background-color: #c4c4c4;
} */
.menu > ul > li > a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
  outline: 0;
  position: relative;
  height: 9rem;
  line-height: 9rem;
  text-transform: uppercase;
  gap: 0.5rem;
  /* font-weight: 600; */
}
.menu > ul > li > a i {
  position: relative;
  top: -0.4rem;
  color: var(--color-secondary);
}
.fixed1 .menu > ul > li > a {
  color: var(--color-text);
  height: 9rem;
  line-height: 9rem;
}
.menu > ul > li > a span {
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid var(--color-white);
  margin-left: 0.5rem;
}

.menu2,
.menu > ul > li:last-child > a::before,
.section4_btm .owl-dots,
.section5 .owl-dots,
.section5 .owl-nav,
.slideRight ul li:first-child:before {
  display: none;
}

.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: var(--color-secondary);
}
.menu ul ul.submenu1 > li:hover ul.submenu2,
.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
.menu ul > li:last-child ul.submenu1 {
  left: auto;
  right: -2rem;
}
ul.submenu1,
ul.submenu2 {
  width: 25rem;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0;
  padding: 0;
}
ul.submenu2 {
  top: 0;
  left: -100%;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  padding: 0 1rem;
}
ul.submenu1 li a {
  color: #000 !important;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 1rem 0 !important;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid var(--color-dark-light);
}
/*ul.submenu1 li:last-child a {
  border-bottom: 0;
}*/
ul.submenu1 li:hover > a {
  color: var(--color-secondary) !important;
}
ul.submenu1 h3 {
  color: #1a232e;
  font-size: 2.45rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
ul.submenu1 .levle2 li {
  float: left;
  clear: none;
  width: 50%;
}
.menu ul.menu_r {
  margin-left: 10rem;
  overflow: hidden;
  display: flex;
  height: 9rem;
  line-height: 9rem;
  align-items: center;
}
.headermargin .menu ul.menu_r {
  margin-left: 0;
}
.menu ul.menu_r li {
  padding: 0;
}
.menu > ul.menu_r > li::before {
  display: none;
}
.menu ul.menu_r li a {
  text-transform: uppercase;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0 1rem;
  font-size: 1.4rem;
  /* font-weight: 600; */
  /* letter-spacing: 0.1rem; */
  color: var(--color-white);
  height: 4rem;
  line-height: 4rem;
  position: relative;
  top: 4px;
}
.menu ul.menu_r li a:hover {
  color: var(--color-secondary);
}
.menu ul.menu_r li:last-child a {
  background-color: var(--color-secondary);
  border-radius: 3rem;
  padding: 2.2rem 1.5rem;
  color: var(--color-white) !important;
  margin-left: 1rem;
}
.menu ul.menu_r li:last-child a:hover {
  background-color: var(--color-primary);
}
.menu ul.menu_r li a img {
  height: 1.8rem;
}
.menu ul.menu_r li a img.cchange,
.white.menu1 ul li a img {
  filter: brightness(0) invert(1);
}
.white.menu1 ul li a img {
  margin-right: 10px;
}
.fixed1 .menu ul.menu_r li a img.cchange {
  filter: brightness(100%) invert(0);
}
.fixed1 .menu ul.menu_r li a {
  color: var(--color-text);
}

ul.submenu1.megamenu {
  top: 9rem;
  left: 2.5%;
  width: 95%;
  max-width: 95%;
  display: none;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  column-gap: 20px;
  padding: 20px 100px;
  /*background-color: #0047cf;*/
  background: var(--color-gradient1);
  border-radius: 15px;
}
.menu ul > li:hover > ul.submenu1 {
  display: block !important;
}
.menu ul > li:hover > ul.submenu1.megamenu {
  display: grid !important;
}
ul.submenu1 > li:hover > ul.submenu2 {
  display: block !important;
}
ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  /* line-height: 24px; */
  padding: 10px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.submenu1 > li:hover > a {
  color: #c7daff !important;
}

ul.submenu1 li:last-child a {
}

.main_banner {
  /* margin-top: 5rem; */
}
.home_link {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #010716;
  height: 100vh;
}
.bgwhite,
.sec4box_img,
.section1 {
  background-color: var(--color-white);
}
.carousel-control svg {
  width: 1rem;
}
.hl_video video,
.home_link::after,
.home_link::before {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
}
.home_link::before {
  content: "";
  z-index: 9;
  opacity: 0.8;
  /*background: #002e8d;*/
  background: var(--color-gradient1);
}
.home_link::after,
.section3_in_serv i,
.section4 {
  background-repeat: no-repeat;
}
.home_link::after {
  content: "";
  z-index: 9;
  opacity: 0.75;
  height: 20rem;
  background: linear-gradient(to bottom, #001239, transparent);
}
.hl_video video {
  display: block;
  object-fit: cover;
  object-position: center center;
}
.hl_circle {
  width: 90%;
  left: 5%;
  font-size: 18px;
  padding: 0 5%;
  top: 45%;
  position: absolute;
  z-index: 999;
}
.footer_logo a img,
.mtop1 {
  height: 9rem;
}
.bannerboxcont,
.bannerimgg {
  height: 100vh;
  visibility: hidden;
  top: 0;
}
.bannerimgg {
  z-index: 9;
  position: absolute;
  right: 3%;
  bottom: 0;
  display: flex;
  align-items: flex-end;
}
img.bannerimg1 {
  height: 83vh;
  display: block;
}
.section1 a .sec3_img img {
  width: 2rem;
}
.bannerboxcont {
  position: relative !important;
  left: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10rem 0 0 !important;
  overflow: hidden;
  text-align: center;
}
.banner_cont,
.banner_hd {
  z-index: 9;
  position: relative;
}
.bannerboxcont1 {
}
.banner_hd {
  font-size: 7rem;
  margin: 1rem 0 1.5rem;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
.banner_hd i,
.banner_title {
  color: #ffa900;
}
.banner_hd i {
  font-style: normal;
}
.banner_title {
}
.banner_title span {
  padding: 1rem 2rem;
  color: var(--color-white);
  font-size: 1.4rem;
  background-color: #0047cf;
  border-radius: 3rem;
  font-family: var(--text-fonts);
}
.banner_cont {
  color: var(--color-white);
  font-size: 1.8rem;
  margin-bottom: 2rem;
  font-weight: 300;
  line-height: 1.6;
  width: 100%;
  font-family: var(--text-fonts);
}
.main_btn {
  clear: both;
}
.btn,
.btn1,
.btn1:link,
.btn1:visited,
.btn:link,
.btn:visited {
  line-height: normal;
  padding: 1.2rem 3rem;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  font-size: 1.4rem;
  border-radius: 3rem;
  transition: var(--bg-transition);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1rem;
}
.section2_in,
.slideRight ul li:before,
.socialrt a,
a.goBottom {
  color: var(--color-white);
}
.btn,
.btn:link,
.btn:visited {
  background: var(--color-gradient1);
  align-items: center;
}
.btn1,
.btn1:link,
.btn1:visited,
.btn2:hover,
.btn:hover {
  background: var(--color-gradient2);
  color: var(--color-white);
}
.btn span,
.btn1 span {
  position: relative;
  color: #fff;
}
.btn span svg {
  transform: rotate(-45deg);
}
.section1 ul li::before,
a.ft_contact {
  background-color: var(--color-secondary);
}
.btn span svg,
.btn1:hover svg {
  stroke: var(--color-secondary-light);
}
.btn1 span svg,
.btn:hover svg,
.main-nav > ul > li:last-child > a span svg {
  stroke: var(--color-primary-light);
}
.btn1,
.btn1:link,
.btn1:visited {
  align-items: center;
}
.section3_in_serv,
.section3_in_serv_bg1 {
  background-color: var(--color-dark-light1);
}
.btn1:hover,
a.ft_contact:hover {
  background-color: var(--color-secondary-light);
}
a.goBottom:after,
a.goBottom:before {
  position: absolute;
  content: "";
  transition: var(--bg-transition);
  background-color: var(--color-white);
}
.bannerboxcont1 h4 {
  color: var(--color-white);
  font-weight: 400;
  margin: 7rem 0 2rem 0;
}
.bannerboxcont1 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 60%;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.bannerboxcont1 ul li {
  margin-bottom: 1rem;
  display: inline-flex;
}
.bannerboxcont1 ul li a {
  padding: 1rem 2rem;
  color: var(--color-white);
  font-size: 1.4rem;
  /*background-color: #0047cf;*/
  border-radius: 3rem;
  text-decoration: none;
  font-family: var(--text-fonts);
  border: 1px solid #fff;
}
.bannerboxcont1 ul li a:hover {
  background-color: var(--color-secondary);
}
.socialrt {
  position: absolute;
  left: 9rem;
  bottom: 7%;
  z-index: 99;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.socialrt a {
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.ft_links a img,
.ft_soc a img {
  height: auto;
}
.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 2.5rem;
}
.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  font-size: 2.1rem;
  padding-right: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.active.left,
  .carousel-fade .carousel-inner > .item.active.right,
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.prev {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.active,
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-control.left,
.carousel-control.right {
  background-image: none !important;
}
.footerinnn_left a,
.ft_soc a {
  border-radius: 3rem;
}
a.goBottom {
  position: absolute;
  bottom: 5.5rem;
  right: 2rem;
  z-index: 999;
  font-size: 1.4rem;
}
a.goBottom span {
  transform: rotate(90deg);
  display: inline-block;
  letter-spacing: 0.3rem;
}
/* a.goBottom:before {
  top: -4.5rem;
  right: 45%;
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
} */
a.goBottom:after {
  top: -22rem;
  right: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 18rem;
}

.search_section {
  clear: both;
  width: 100%;
  display: grid;
  align-items: center;
  gap: 1rem;
  margin: auto;
  /*background-color: #0047cf;*/
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  padding: 1.2rem;
  border-radius: 5rem;
  margin-top: 3rem;
  grid-template-columns: 35fr 25fr 25fr 15fr;
  max-width: 1175px;
}
.top_search_bar {
  /* display: none; */
}
.header .top_search_bar {
  opacity: 0;
  visibility: hidden;
}
.header.top_search .top_search_bar {
  width: 80%;
  height: auto;
  margin: auto;
  opacity: 1;
  visibility: visible;
}
.top_search_bar .search_section {
  box-shadow: 0px 6px 12px rgba(30, 10, 58, 0.1);
  border: 1px solid #ececf6;
  background: #0048cf18;
  /* display: none; */

  margin: 0 auto 2rem auto;
}
.search_left {
  position: relative;
  /*width: 35%;*/
}
.search_left2 {
  /*width: 25%;*/
}
.search_left img,
.search_right img {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2rem;
}
.area_txt {
  height: 6.5rem;
  width: 100%;
  border: 0px;
  padding: 0px 3rem 0 5rem;
  color: #000;
  font-size: 1.6rem;
  position: relative;
  outline: 0px;
  border: 0;
  border-radius: 5rem;
}
.search_section select::-ms-expand {
  display: none; /* hide default arrow in IE10 */
}
.search_section select {
  cursor: pointer;
  text-overflow: "";
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: 92% center;
  -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;

  background-color: #fff;
}
.formdrop option {
  /* padding: 1rem; */
}

.searchsub {
  /*width: 15%;*/
}
.searchsub button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0px;
  height: 6.5rem;
  color: var(--color-white);
  font-size: 1.6rem;
  transition: all 0.3s;
  padding: 0;
  background-color: var(--color-primary);
  border-radius: 5rem;
  text-transform: uppercase;
}
.searchsub button img {
  height: 2rem;
}
.searchsub button:hover {
  background-color: var(--color-secondary);
}
.search_sub {
  background-attachment: scroll;
  background-color: #ea0011;
  background-image: url("../images/search.png");
  background-position: center 15px;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  float: left;
  height: 50px;
  transition: all 0.3s ease 0s;
  width: 50px;
}
.search_sub:hover {
  background-color: #a6000c;
}
.search_right {
  /*width: 25%;*/
  position: relative;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
}
.section1,
.section1 a,
.section1 a .sec3_img,
.section1 h2,
.section1 ul,
.section1 ul li,
.section1_bx,
.section1_bx h3,
.section2,
.section2_in,
.section2_in p,
.section3_in_serv,
.section4 {
  position: relative;
}
.section1 ul li::before,
.section1_bx h3::before,
.section2::before {
  position: absolute;
  content: "";
  left: 0;
}

.hc_tab_data.active,
.section1 a,
.section2,
.section2 img {
  display: block;
}

.section3_in_serv a,
.section3_in_serv p {
  opacity: 0;
  transition: var(--bg-transition);
}
.section2 {
  width: 100%;
  clear: both;
  padding: 6rem 4rem;
}
/* .section2::before {
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.37;
  background: var(--color-gradient4);
} */
.section2_in {
  text-align: center;
}
.section2_in h2 {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
}
.section2_in h2 span,
.section2_in h3 {
  font-weight: 300;
  color: var(--color-text);
}
.section2_in h3 {
  font-style: italic;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.section2_in img {
  width: 100%;
  display: block;
}
.section2_in p,
p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-top: 0;
  color: #565656;
  font-family: var(--text-fonts);
  font-weight: 500;
}
.section2_counts {
  background-color: rgba(230, 238, 255, 0.5);
  width: 100%;
  padding: 5rem 0;
  border-radius: 3rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 5rem;
}
.countbx1 {
  display: grid;
  grid-template-columns: 8rem 1fr;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  border-right: 2px solid #a4c0ff;
  padding: 0 3rem;
}
.countbx1:last-child {
  border: 0px;
}
.countbx1 img {
  width: 100%;
  max-height: 8rem;
  display: block;
}
.countbx1 h4 {
  color: #000;
  font-weight: 600;
  font-size: 4rem;
  margin: 0 0 1rem;
  font-family: var(--text-fonts);
}
.countbx1 h3 {
  color: #565656;
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
}
.section3_in_bx1 h2,
.section4_top h2,
.section5 h2 {
  font-weight: 600;
  padding-top: 1rem;
}
.home_staffing {
  padding: 0 4rem 4rem 4rem;
  width: 100%;
  display: block;
}
.home_staffing_in {
  padding: 4rem 10rem;
  /*background-color: var(--color-primary-dark);*/
  /* background: var(--color-gradient1); */
  background-image: url(../images/bg/BG5.jpg);
  background-size: cover;
  background-position: center bottom;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}
.home_top_comp .home_staffing_in {
  background-image: url(../images/bg/bg13.jpg);
}
/* .home_staffing_in::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000;
  opacity: 0.2;
} */
.home_staffing h2,
.hm_benefits h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-white);
  text-align: center;
  margin-top: 0;
  position: relative;
}
.home_staffing_in h4 {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 4rem;
  font-weight: 300;
  color: rgb(255, 255, 255);
  font-family: var(--text-fonts);
  text-align: center;
  position: relative;
}
.home_staffing_in h4 span {
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.28);
}
.home_staffing_grid .col-sm-6 {
  position: relative;
  padding: 0 3rem;
}
.home_staffing_grid img {
  width: 100%;
  display: block;
}

.home_staffing_info {
  /*padding: 6rem 3rem;
  position: absolute;
  left: 20%;
  bottom: 0rem;
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  color: var(--color-white);
  width: 80%;*/
}
.home_staffing_in .item a {
  display: block;
  padding-bottom: 2rem;
  position: relative;
  background-color: var(--color-white);
  border-radius: 35px;
  width: 95%;
  text-decoration: none;
  text-align: center;
}
.home_staffing_in .main_btn {
  margin-top: 3rem;
}
.home_staffing_info h3 {
  color: var(--color-text);
  font-size: 2.1rem;
  margin: 1.5rem 0 1rem;
  font-weight: 600;
}
.home_staffing_info h2 i {
  font-weight: 600;
}
.home_staffing_info p {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding-top: 0;
  color: #7c7c7c;
}
.home_staffing_in img {
  width: 100%;
  display: block;
  border-radius: 35px;
  height: 380px;
  object-fit: cover;
  object-position: center center;
  /*transform: skew(2deg, 2deg);*/
}
.home_staffing_grid_right .home_staffing_info {
  bottom: auto;
  top: 0;
}
.home_staffing_grid .row .col-sm-6 {
  margin-bottom: 8rem;
}
.home_staffing_grid a.btn:hover {
  background-color: var(--color-primary) !important;
}
.home_staffing .owl-nav {
  top: 50%;
  transform: translateY(-50%);
}
.home_staffing .main_btn {
  text-align: center;
}
.hm_benefits {
  width: 100%;
  clear: both;
  padding: 0 4rem 4rem 4rem;
  /* background-image: url(../images/ben_bg.jpg);
  background-size: cover;
  background-position: center top; */
  position: relative;
}
/* .hm_benefits::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: #005b92;
  position: absolute;
} */
.hm_benefits_in {
  padding: 4rem 10rem;
  background-color: rgba(230, 238, 255, 0.5);
  border-radius: 3rem;
}
.hm_benefits h2 {
  color: var(--color-text);
}
.hm_benefits h3 {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 4rem;
  font-weight: 400;
  color: rgba(86, 86, 86, 0.8);
  font-family: var(--text-fonts);
  text-align: center;
}
.hm_benefits h3 span {
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  background-color: #efefef;
}
.hm_benefits ul {
}
.hm_benefits ul li {
  border-top: 1px solid #001e5c;
  padding: 2rem 0;
  width: 100%;
  display: grid;
  grid-template-columns: auto 35fr 35fr 10fr;
  gap: 3rem;
  align-items: center;
}
.hm_benefits ul li:last-child {
  border-bottom: 1px solid #001e5c;
}
.hm_benefits ul li .img img {
  width: 22rem;
  display: block;
}
.hm_benefits ul li h4 {
  color: var(--color-text);
  font-size: 2.1rem;
  margin: 0 0 1rem;
  font-weight: 600;
}
.hm_benefits ul li h5 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0;
  padding-top: 0;
  color: #7c7c7c;
  font-family: var(--text-fonts);
}
.hm_benefits ul li a.btn {
  letter-spacing: 0.2rem;
}
/*home_solutions*/
.home_solutions {
  padding: 5rem 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
  background-image: url(../images/whychooseus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home_solutions h2,
.workingprogress h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem;
  color: var(--color-text);
  text-align: center;
  margin-top: 0;
}
.home_solutions h2 span {
  font-weight: 600;
}
.home_solutions a {
  text-decoration: none;
  color: #ff5500;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  border-radius: 1rem;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 1.6rem;
  position: relative;
  gap: 1rem;
  align-items: center;
}
.home_solutions a img {
  height: 1.3rem;
  width: auto !important;
  display: inline-block;
  position: relative;
  top: 1px;
}
.home_solutions a:hover {
}
.leftcategories .accordion {
  width: 100%;
  list-style: none;
}
.leftcategories .accordion > li {
  background-color: rgba(230, 238, 255, 0.5);
  border-radius: 2rem;
  padding: 1rem 5rem;
  margin-bottom: 1rem;
}
.leftcategories .accordion > li:first-child {
}
.leftcategories .accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem 0;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 2.1rem;
  color: #000;
  font-weight: 600;
}
.leftcategories .accordion .link::before {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  /* background-image: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-size: 100%; */
  transition: all 0.3s;
  backface-visibility: hidden;
  font-size: 3.2rem;
  font-weight: 700;
}
.leftcategories .accordion .link img {
  height: 4rem;
}
.leftcategories .accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.leftcategories .accordion .submenu > li {
  position: relative;
  border-top: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #7e7e7e;
}
.leftcategories .accordion .submenu > li p {
  margin-bottom: 1rem;
}
.leftcategories .accordion .submenu > li a {
  color: #1c63fc;
}
.leftcategories .accordion li.open .link::before {
  /* transform: rotate(313deg) translateY(1rem);
  top: 25%; */
  content: "-";
}
/*home_solutions*/

/*workingprogress*/
.workingprogress {
  padding: 2rem 0 5rem;
  width: 100%;
}
.workingprogress h2 {
  margin-bottom: 2rem;
}
.workingprogress h4 {
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 2rem;
  margin-top: 0;
  margin-bottom: 4rem;
  font-weight: 400;
  color: rgba(86, 86, 86, 0.8);

  text-align: center;
}
.workingprogress h4 span {
  padding: 0.7rem 1.5rem;
  border-radius: 2rem;
  background-color: #efefef;
}
.workingprogress ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
}
.workingprogress ul li {
  padding: 2rem;
  background-color: #f2f6ff;
  border-radius: 2rem 3rem;
}
.workingprogress .main_btn {
  text-align: center;
}
.workingprogress .designation {
  display: flex;
  align-items: center;
  color: var(--color-white);
  background-color: var(--color-primary-dark);
  padding: 1rem;
  border-radius: 5rem;
  font-size: 2.1rem;
  font-weight: 600;
  gap: 1rem;
}
.workingprogress .designation span {
  width: 4.5rem;
  height: 4.5rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5rem;
}
.workingprogress .designation span img {
  width: 2rem;
}
.workingprogress .work_info {
  margin: 1.5rem 0;
  border: 1px solid #052465;
  border-radius: 3rem;
  padding: 2rem;
}
.work_info > img {
  width: 20rem;
  margin: auto;
  display: table;
}
.work_info p {
  margin: 0;
}
.work_info_bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0 1.5rem;
  width: 90%;
}
.work_info_bx span {
  display: flex;
  gap: 1rem;
  align-items: center;
  color: var(--color-text);
  font-size: 1.8rem;
  font-weight: 600;
}
.work_info_bx span img {
  height: 2.1rem;
}
.workingprogress .owl-nav {
  top: 50%;
  transform: translateY(-50%);
}
.workingprogress .owl-nav .owl-prev,
.section4 .owl-nav .owl-prev {
  background-image: url(../images/prev1.png);
}
.workingprogress .owl-nav .owl-next,
.section4 .owl-nav .owl-next {
  background-image: url(../images/next1.png);
}
.home_top_comp .home_staffing_in {
  padding: 4rem 0;
}
.home_tc {
  margin-top: 30px;
  width: 100%;
}
.home_tc_bx {
  background-color: var(--color-white);
  padding: 3rem;
  text-align: center;
  border-radius: 3rem;
  width: 32rem;
  height: 25rem;
  float: left;
  margin-right: 5rem;
}
.home_tc_bx img {
  width: 20rem;
  margin: auto;
  display: table;
  height: auto;
}
.home_tc_bx h3 {
  margin: 2rem 0 0.5rem;
  color: var(--color-text);
  font-size: 2.2rem;
  font-weight: 600;
}
.home_tc_bx p {
  margin: 0;
}
.home_tc_scroll {
  position: relative;
  height: 25rem;
  overflow: hidden;
}
.home_tc_scroll ul {
  margin-top: 0;
}
/*workingprogress*/

/*latest_updates*/
.latest_updates {
  width: 100%;
  padding: 0 0 4rem;
}
.latest_updates_in {
  width: 100%;
  /* display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem; */
}
.latest_updates_in h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem;
  color: var(--color-text);
  text-align: center;
  margin-top: 0;
}
.latest_updates .main_btn {
  text-align: center;
}
.latest_updates_in ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding: 0 7rem;
}
.latest_updates.lu_home ul {
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
}
a.sec3bx1 {
  display: block;
  width: 100%;
  transition: all 0.3s;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 3rem;
}
a.sec3bx1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-color: rgba(0, 31, 92, 0.5);*/
  transition: all 0.3s;
}
a.sec3bx1:hover::before {
  background-color: rgba(0, 31, 92, 0.5);
}
a.sec3bx1 img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center center;
  display: block;
}

a.sec3bx1 .txt {
  width: 100%;
  left: 0;
  height: 100%;
  padding: 2rem;
  position: absolute;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  top: calc(100% - 15rem);

  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
  text-align: left;
  margin-bottom: 2rem;
}

a.sec3bx1:hover .txt {
  top: 45%;
}

a.sec3bx1 h4 {
  /* height: 40px; */
  display: grid;
  width: 100%;
  margin-bottom: 10px;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #fff;
  font-weight: 600;
  margin-top: 0px;
  transition: all 0.5s;
}

a.sec3bx1 p {
  color: var(--color-white);
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  opacity: 0;
}

a.sec3bx1 span {
  color: var(--color-ternary);
  font-size: 1.4rem;
  opacity: 0;
  font-weight: 600;
}
a.sec3bx1:hover p,
a.sec3bx1:hover span {
  opacity: 1;
}
a.sec3bx1:hover p {
  opacity: 0.75;
}
a.sec3bx1 i {
  position: absolute;
  left: 1rem;
  top: 1rem;
  background-color: var(--color-ternary);
  color: var(--color-white);
  font-size: 1.4rem;
  font-style: normal;
  border-radius: 3rem;
  padding: 0.7rem 2rem;
  font-family: var(--text-fonts);
}
a.mainblog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
  align-items: center;
  margin-bottom: 3rem;
  padding: 0 7rem;
  text-decoration: none;
}
a.mainblog .img {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 3rem;
  overflow: hidden;
}
a.mainblog .img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /*background-color: rgba(0, 31, 92, 0.5);*/
  transition: all 0.3s;
}
a.mainblog:hover .img::before {
  /*background-color: rgba(0, 31, 92, 0.8);*/
}
a.mainblog .img img {
  width: 100%;
  display: block;
}
a.mainblog i {
  background-color: var(--color-ternary);
  color: var(--color-white);
  font-size: 1.6rem;
  font-style: normal;
  border-radius: 3rem;
  padding: 0.7rem 2rem;
}
a.mainblog h4 {
  /* height: 40px; */
  display: grid;
  width: 100%;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #000;
  font-weight: 700;
  margin-top: 1rem;
  transition: all 0.5s;
}
a.mainblog p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding-top: 0;
  color: #565656;
  font-family: var(--text-fonts);
  font-weight: 500;
}
a.mainblog span {
  color: var(--color-ternary);
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: capitalize;
}
/*latest_updates*/

.section4 {
  padding: 2rem 6rem 6rem;
  width: 100%;
  display: block;
}
.section4_btm h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4rem;
  color: var(--color-text);
  text-align: center;
  margin-top: 0;
}
.padr50 {
  padding-right: 10rem;
}
.section4_btm .col-sm-5 img {
}
.testimonial_info {
  position: relative;
}
.testim_in_bx {
  padding: 3rem;
  background-color: #f2f6ff;
  border-radius: 3rem;
  overflow: hidden;
}
.test_top {
  display: flex;
  align-items: center;
  gap: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 3rem;
}
.test_top img {
  height: 5rem;
}
.testim_in_bx p {
}
.testim_in_bx h3 {
  position: relative;
  margin: 0;
  margin-bottom: 1rem;
  font-style: italic;
  font-size: 2.1rem;
  font-weight: 600;
  color: #052465;
}

.test_btm {
  padding-top: 5rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 3rem;
}
.test_btm img {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
  object-fit: cover;
  object-position: center center;
}
.testim_in_bx .test_btm::before {
  position: absolute;
  top: 0;
  left: -3rem;
  width: 115%;
  height: 3rem;
  content: "";
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.testim_in_bx h4 {
  color: #000;
  font-size: 1.6rem;
  margin: 0;
}
.section4 .owl-nav {
  top: 50%;
  transform: translateY(-50%);
}
.section5 {
  padding: 8rem 0 10rem;
  width: 100%;
}
.footer,
.scrollup {
  background-size: cover;
}
.section5 h2 {
  color: var(--color-dark);
  font-size: 4.2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.section5 p {
  text-align: center;
  margin-bottom: 4rem;
  color: var(--color-text1);
  font-style: italic;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section5 a {
  border-left: 1px solid var(--color-dark);
  border-bottom: 1px solid var(--color-dark);
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section5 a img {
  max-width: 100%;
  max-height: 7rem;
  padding: 0 4rem;
  object-fit: contain;
  object-position: center center;
}
.section5 .clients_car {
  margin: auto;
}
.section5 .owl-nav {
  top: 50%;
  transform: translateX(-50%);
}

.footer {
  width: 100%;
  clear: both;
  padding: 4rem 4rem 0;
  /*background-color: var(--color-primary-dark);*/
  /* background: var(--color-gradient4); */
  position: relative;
  background-image: url(../images/bg/bg2.webp);
  /* background-position: center top; */
  /* background-size: cover; */
}
/* .footer::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: var(--color-gradient1);
  position: absolute;
} */
.footer_in {
  width: 100%;
  display: block;
  position: relative;
}
.footer_top_grid {
  padding: 3rem 4rem;
  /*border-radius: 4rem;*/
  width: 100%;
  /*background-color: #e8edf8;
  margin-bottom: 4rem;*/
  background-color: var(--color-primary);
  background-image: url(../images/bannerbg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.footer_top_grid_in {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.footer_top_grid .banner_r_more {
  width: auto;
}
.footer_top_grid h3 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin-top: 0;
}
.footer_top_grid a.btn:hover {
  background-color: var(--color-primary-dark);
}
.footer_links_grid {
  display: grid;
  grid-template-columns: 36fr 12fr 12fr 15fr 27fr;
  gap: 3rem;
  padding: 0 0;
  margin-bottom: 0;
  /* display: flex;
  justify-content: space-between;
  gap: 3rem; */
}
.footer_menu p {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.form-group .rel {
  position: relative;
}
.form-group .rel input.form-control {
  position: relative;
  width: 100%;
  height: 4.2rem;
  border-radius: 3rem;
  background-color: #fff;
}
.form-group .rel input.btnn {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  height: 3.2rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  font-size: 1.4rem;
  border: 0;
  padding: 0 2rem;
  border-radius: 3rem;
  transition: all 0.3s;
}
.form-group .rel input.btnn:hover {
  background-color: var(--color-primary);
}
i.form-cap {
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--text-fonts);
}
.footer_btm_links {
  display: flex;
  align-items: center;
  /* margin-bottom: 3rem; */
}
.footer_btm_links a {
  padding-right: 2rem;
  position: relative;
  color: var(--color-white);
  font-size: 1.4rem;
  font-family: var(--text-fonts);
}
.footer_btm_links a::before {
  position: absolute;
  right: 1rem;
  top: 25%;
  transform: translate(-50%);
  content: "";
  background-color: #fff;
  height: 1rem;
  width: 1px;
}
.footer_btm_links a:last-child:before {
  display: none;
}
.footer_logo img {
  height: 6rem;
  /* width: 80%; */
  margin-bottom: 1rem;
}
.footer_hd,
.ft_links h3,
.footer_menu h3,
.footer_right h3 {
  color: var(--color-secondary);
  margin-top: 0;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  /* letter-spacing: 1px; */
  width: 100%;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}
.footer_menu h3 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 1.6rem;
}
.footer_menu p {
  color: var(--color-white);
  position: relative;
  line-height: 1.6;
  /* opacity: 0.75; */
  width: 100%;
  font-size: 1.4rem;
  font-family: var(--text-fonts);
}
.footer_menu p a {
  text-decoration: none;
  color: var(--color-white);
}
.footer_menu p img {
  position: absolute;
  left: 0;
  top: 0.5rem;
  height: 1.2rem;
}
a.closebtn,
a.ft_contact {
  color: var(--color-white);
}
.ft_links_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.footer_menu ul li a,
.footerinnn_left .copy,
.ft_links a {
  font-size: 1.4rem;
  color: var(--color-white);
}
.footer_menu ul li {
  width: 100%;
  margin-bottom: 0.5rem;
  float: left;
  position: relative;
}
ul.ftqlinks2 li {
  width: 50%;
}
.footer_menu ul li a {
  padding-left: 0;
  /* display: flex; */
  transition: 0.3s;
  margin-bottom: 1rem;
  font-size: 1.4rem;

  display: block;
  padding-left: 2rem;
  background-image: url(../images/poly.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1rem;
  font-family: var(--text-fonts);

  position: relative;
  z-index: 9;
}
.footer_menu ul li a span {
  background-color: var(--color-primary);
  text-transform: uppercase;
  padding: 0.1rem 0.5rem;
  letter-spacing: 1px;
  margin-left: 0.5rem;
  font-size: 1.2rem;
}
.footer_menu ul li.border-none a {
  border: 0;
}
.footer_menu ul li.flex {
  margin-top: 1rem;
}
.footer_menu ul li.flex a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  text-decoration: underline;
}

.footer_menu ul li.flex a img {
  width: 2rem;
}
.footer_menu ul li a:hover {
  opacity: 0.5;
}
.footer_menu .ftqlinks3 li a {
  padding-left: 0;
  background: none;
}
.footer_right h2 {
  color: var(--color-white);
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.6;
  margin-bottom: 4rem;
}
.footer_right a {
  text-decoration: none;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 700;
  transition: var(--bg-transition);
}
.footer_right .col-sm-4 {
  margin-bottom: 2rem;
}
.footer_right h3 {
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
}
.ft_top_links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.main_footer_add_info {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 0;
  align-items: center;
  margin-bottom: 3rem;
}
.main_footer_add_info .img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_footer_add_info .img img {
  height: 30px;
}
.main_footer_add_info p {
  margin-top: 0;
  font-weight: 600;
  color: var(--color-secondary);
  text-transform: capitalize;
  font-size: 19px;
  margin-bottom: 5px;
  opacity: 1;
}
.main_footer_add_info h3 {
  color: #fff;
  margin: 0 0 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  text-transform: lowercase;
}
.footer_social span {
  color: var(--color-secondary);
  font-size: 1.8rem;
  font-weight: 600;
  margin-right: 10px;
}
.footer_social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2rem;
  border-top: 1px solid #ffffff3a;
  padding-top: 2rem;
  margin-top: 2rem;
}
.footer_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 0;
  gap: 1rem;
  font-family: var(--text-fonts);
  /* background-color: #263369;
  width: 36px;
  height: 36px;
  border-radius: 36px; 
  text-align: center;
  line-height: 36px;*/
  text-decoration: none;
}
.footer_social a:hover {
  opacity: 0.7;
}
.posrel {
  position: relative;
}
.cart_bx1 ul li a,
.menu2 .menuicon1 {
  color: #2b2a29;
  transition: 0.3s;
  outline: 0;
}
.ftcopu {
  display: flex;
  gap: 2rem;
  flex-direction: column;
  align-items: end;
}
a.ft_contact {
  font-size: 1.3rem;
  padding: 1rem 2rem;
  transition: var(--bg-transition);
  display: inline-block;
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.footer_logo {
  align-items: end;
  display: flex;
}
.ft_soc {
  display: inline-flex;
  justify-content: left;
  gap: 2rem;
  width: 100%;
  /* padding-top: 3rem; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.18); */
}
.ft_soc a {
  align-items: center;
  display: flex;
  background-color: var(--color-white);
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  color: #052e44;
  justify-content: center;
  font-size: 1.8rem;
}

.cart_bx1 ul li a,
.menu2 .menuicon1,
a.closebtn {
  text-decoration: none;
  font-size: 1.6rem;
}
.ft_soc a img {
  height: 1.4rem;
}
.copy {
  /* background-color: #f2f6ff; */
  padding: 2rem 0;
  /* border-radius: 2rem 2rem 0 0; */
  /* margin: auto;
  display: table; */
  font-size: 1.3rem;
  color: var(--color-white);
  border-top: 1px solid #ffffff3a;
  /* color: var(--color-primary-dark); */
  width: 100%;
  text-align: center;
  font-family: var(--text-fonts);
  /* opacity: 0.65; */
}
/* .copy::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: -1;
} */
.copy_left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.copy_terms a {
  display: inline-block;
  color: var(--color-white);
  transition: all 0.3s;
  font-size: 1.4rem;
  /* opacity: 0.5; */
  border-right: 1px solid #fff;
  padding-right: 1rem;
  margin-right: 1rem;
  line-height: 1;
  opacity: 0.5;
}
.copy_terms a:last-child {
  border: 0;
}
.copy span {
  font-size: 1.4rem;

  color: var(--color-white);
  opacity: 0.5;
}
.copy img {
  height: 10rem;
}
.scrollup {
  width: 2.5rem;
  height: 3.7rem;
  text-indent: -9999px;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  display: none !important;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  opacity: 0.95;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 4.2rem;
  line-height: 1.2rem;
  display: block;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 1.5rem;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: width 0.2s ease-out;
  width: 3.6rem;
  background: var(--color-secondary);
  height: 2px;
  position: relative;
  top: 8px;
  clear: both;
  margin-bottom: 7px;
}
.cart_bx1,
.cart_open,
.cartbg1,
.menu2 {
  position: fixed;
  top: 0;
}
.cart_bx1 ul,
.cart_open,
.cartbg1 {
  width: 100%;
  height: 100%;
}
#header.fixed1 .icon-bar {
  background: #ed681c;
}
.cart_open {
  left: 0;
  z-index: 999999999999;
  display: none;
}
.cart_bx1,
.menu2 {
  right: -100%;
  z-index: 99999;
}
.cartbg1 {
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart_bx1 {
  width: 90%;
  background: var(--color-primary-dark);
  height: 100%;
  transition: 0.4s;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  overflow-y: auto;
}
.menu2 {
  transition: 0.6s;
}
.cart_bx1 ul {
  margin: 0;
  padding: 10px 0 0;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  font-weight: 400;
  display: block;
  padding: 1rem 1.5rem;
  text-align: center;
}
.cart_bx1 ul li a.active,
.cart_bx1 ul li a:hover {
  color: #414141;
}
a.closebtn {
  display: block;
  height: 4.2rem;
  float: right;
  line-height: 1.2;
  padding: 1rem 2.5rem;
  margin-bottom: 4rem;
}
a.closebtn img {
  width: 3em;
}

/*login_popup*/
.login_pop,
.new_address_bill,
.new_address_shipp,
.edit_address_pop,
.prescriptions_pop,
.po_error_pop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 999;
  display: none;
  overflow: auto;
}
.pop_content {
  width: 750px;
  display: table;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #fff;
  box-shadow: 0 9px 16px 0 rgba(0, 106, 194, 0.2);
  border-radius: 30px;
}
.pop_content_addr {
  width: 700px;
}
.close_btn {
  color: #333;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 999999;
}
.close_error_btn {
  color: #dcdcdc;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.ok_btn {
  color: #6b6b6b;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 8px;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  text-decoration: none;
}
.pop_hd {
  font-size: 30px;
  color: #333333;
  padding-bottom: 10px;
}
.login_box,
.reg_box,
.fpwd_box,
.enquiry_box,
.track_box {
  float: left;
  padding: 15px;
  display: block;
  width: 100%;
}

.error_box {
  width: 600px;
  margin-top: 12%;
  text-align: center;
  color: #ff6600;
}

.new_address1 .pop_content {
  margin-top: 10%;
  height: auto;
}
input.ptxt,
textarea.ptxt {
  max-width: 100% !important;
}

.login_pop_left {
  float: left;
  display: table;
  width: 305px;
  height: 100%;
  background-color: #00b9f5;
  padding: 45px 35px;
}
.login_pop_left .img {
  clear: both;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.login_pop_left .hd1 {
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.login_pop_left ul {
  clear: both;
  width: 100%;
  display: block;
}
.login_pop_left ul li {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
}
.login_pop_left ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.login_pop_rt {
  width: 100%;
}
.pop_box_hd1 {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #333;
  display: table;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 15px;
}
.pop_box_hd1 label {
  color: #76b725;
  font-weight: 600;
  cursor: pointer;
}
.pop_box_hd2 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}

/*login_popup*/
.jobsearch-box-title {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 33px;
  line-height: 25px;
}
.jobsearch-box-title:before,
.jobsearch-box-title:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 1px;
  height: 10px;
  background-color: #e5e5e5;
}
.jobsearch-box-title:after {
  left: auto;
  right: 0px;
}
.jobsearch-box-title span:before,
.jobsearch-box-title span:after {
  background-color: #e5e5e5;
  content: "";
  height: 1px;
  left: 100%;
  margin-left: 8px;
  position: absolute;
  top: 12px;
  width: 999em;
}
.jobsearch-box-title span:after {
  left: auto;
  right: 100%;
  margin-left: 0px;
  margin-right: 8px;
}
.jobsearch-box-title span {
  display: inline-block;
  font-size: 12px;
  color: #1cb5ea;
  position: relative;
}
.multi_tabs1 {
  /* clear: both;
  width: 100%;
  background-color: #fff;
  padding: 20px 40px 0;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15); */
}
/* .multi_tabs1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 12%;
  height: 100%;
  content: "";
  background-color: #f7f7f7;
} */
.jobsearch-user-options,
.jobsearch-user-options ul.jobsearch-user-type-choose {
  float: left;
  width: 100%;
}
.jobsearch-user-options ul.jobsearch-user-type-choose li {
  float: left;
  width: 50%;
  list-style: none;
  padding: 0px 10px 28px 10px;
  text-align: center;
  line-height: 1;
}
.jobsearch-user-options ul.jobsearch-user-type-choose i {
  position: absolute;
  left: 50%;
  top: -16px;
  color: #ffffff;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  background-color: var(--color-primary);
  font-size: 17px;
  padding-top: 8px;
  margin-left: -16px;
}
.jobsearch-user-options .jobsearch-user-type-choose span {
  display: block;
  font-size: 20px;
  color: #2c3e50;
  font-weight: 500;
  margin-bottom: 6px;
}
.jobsearch-user-options .jobsearch-user-type-choose small {
  font-size: 12px;
  color: #555555;
  font-style: italic;
}
.jobsearch-user-options ul.jobsearch-user-type-choose li a {
  border: 1px solid #dddddd;
  float: left;
  width: 100%;
  padding: 30px 10px 15px 10px;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.jobsearch-user-options ul.jobsearch-user-type-choose li.active a {
  /* background-color: var(--color-primary-dark); */
  background: var(--color-gradient1);
}
.jobsearch-user-options ul.jobsearch-user-type-choose li.active span {
  color: #fff;
}
.jobsearch-user-options ul.jobsearch-user-type-choose li.active small {
  color: #c4d3dd;
}
.jobsearch-user-options ul.jobsearch-user-type-choose li.active i {
  background-color: var(--color-secondary);
}
.tab_container1 {
  border: 0px;
  border-top: none;
  float: right;
  width: 100%;
}
.tab_container1 h3 {
  font-size: 46px;
  color: #003c53;
  margin-top: 0;
  position: relative;
  font-weight: 500;
  margin-bottom: 20px;
}
.tab_container1 p {
}
.contactfm {
  /* padding: 6rem 0; */
  width: 100%;
  display: block;
  /* background-color: rgba(230, 238, 255, 0.5); */
  /* background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  /* margin-top: 13rem; */
}
.pop_content .heading-secondary {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
}
.jobsearch-user-form-info,
.jobsearch-checkbox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.jobsearch-checkbox {
  gap: 5px;
}
.jobsearch-user-form-info p,
.jobsearch-checkbox label,
.jobsearch-checkbox input {
  margin: 0;
}
.regform {
  margin: auto;
  display: table;

  /* box-shadow: var(--box-shadow1); */
  /* border-top-right-radius: 0px; */
}
.career_form label {
  margin: 5px 0 5px 0;
  display: block;
  font-weight: 600;
  font-size: 1.4rem;
}
input.c-input,
textarea.c-input,
select.c-input {
  width: 100%;
  float: left;
  height: 45px;
  border-radius: 15px;
  padding: 10px;
  color: #333;
  border: 1px solid #99a0c3;
  /* margin: 0; */
  font-size: 14px;
  transition: 0.4s;
  background-color: #fff;
  margin-bottom: 2rem;
  /* box-shadow: 0 9px 16px 0 rgba(0, 106, 194, 0.2); */
}
input.c-input:focus-visible,
textarea.c-input:focus-visible,
select.c-input:focus-visible {
  box-shadow: 0 9px 16px 0 rgba(0, 106, 194, 0.2);
  border: 1px solid #99a0c3;
  outline: 0;
}
.loginbtns {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}
.loginbtns a {
  color: var(--color-secondary);
}
.agreeBtn {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 1rem;
  text-align: center;
  margin-bottom: 20px;
  clear: both;
}
.agreeBtn input {
  margin: 0;
}
.agreeBtn label {
  display: inline-block;
}
.pop_btm {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jobsearch-box-title {
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 18px;
  line-height: 25px;
}
.jobsearch-box-title::before,
.jobsearch-box-title::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 2px;
  width: 1px;
  height: 10px;
  background-color: #e5e5e5;
}
.jobsearch-box-title::after {
  left: auto;
  right: 0px;
}
.jobsearch-box-title-sub::after,
.jobsearch-box-title-sub::before {
  display: none;
}
.jobsearch-login-media {
  margin: 0px -10px;
}
.jobsearch-login-media li {
  float: left;
  width: 50%;
  list-style: none;
  padding: 0px 10px 15px 10px;
  line-height: 1;
}
.jobsearch-login-media li:last-child,
.jobsearch-login-media li:nth-child(3) {
  padding-bottom: 0px;
}
.jobsearch-login-media li a {
  float: left;
  width: 100%;
  background-color: #445c8e;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 400;
  border-radius: 15px;
  line-height: 3.3;
  -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;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}
.jobsearch-login-media li a:hover {
  opacity: 0.8;
}
.jobsearch-user-form-info p a:hover {
  text-decoration: underline;
}
.jobsearch-login-media li i {
  float: left;
  font-size: 19px;
  width: 55px;
  padding: 14px 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.jobsearch-login-media li a[data-original-title="twitter"] {
  background-color: #43afe9;
}
.jobsearch-login-media li a[data-original-title="linkedin"] {
  background-color: #007eb3;
}
.jobsearch-login-media li a.jobsearch-xing-bg {
  background-color: #007575;
}
.jobsearch-login-media li a[data-original-title="google"] {
  background-color: #fb353f;
}
.jobsearch-box-title-sub:after,
.jobsearch-box-title-sub:before {
  display: none;
}
.jobsearch-box-title-sub {
  margin-bottom: 18px;
}
.jobsearch-user-form-coltwo.jobsearch-user-form > ul > li {
  width: 50%;
}
.jobsearch-user-form-coltwo.jobsearch-user-form
  ul
  li.jobsearch-user-form-coltwo-full {
  width: 100%;
}
.home_certifications ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
  padding: 0 100px;
  margin-top: 50px;
}
.home_certifications ul li {
}
.home_certifications ul li img {
  width: 100%;
  display: table;
  margin: auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  height: auto;
}
.home_certifications .home_staffing_in {
  padding: 50px 0;
}
.home_dashbaords {
  width: 100%;
  clear: both;
  padding: 0 4rem 4rem 4rem;
}
.home_dashbaords_in {
  padding: 4rem 10rem;
  background-color: rgba(230, 238, 255, 0.5);
  border-radius: 3rem;
}
.home_dashbaords_in h2 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2rem;
  color: var(--color-text);
  text-align: center;
  margin-top: 0;
  position: relative;
}
.home_dashbaords_in a {
  display: block;
  padding-bottom: 5rem;
  position: relative;
  text-decoration: none;
  text-align: center;
}
.home_dashbaords_in a img {
  width: 100%;
  display: block;
}
.home_dashbaords_in .home_staffing_info {
  /*padding: 6rem 3rem;
  position: absolute;
  left: 50%;
  bottom: 0rem;
  background-image: url(../images/shape2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  color: var(--color-white);
  width: 32rem;
  transform: translateX(-50%);*/
}
.home_dashbaords_in h3 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  color: var(--color-white);
  background: var(--color-gradient1);
  margin: auto;
  text-align: center;
  /* margin-top: -2rem; */
  position: relative;
  top: -2.5rem;
  display: table;
  padding: 1.5rem 3rem;
  border-radius: 3rem;
}
.home_dashbaords_in .owl-nav {
  top: 50%;
  transform: translateY(-50%);
}
.select2-results__options {
  height: 200px;
  overflow: auto;
}
/* Select2-Bootstrap-style */

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555555;
  font-size: 14px;
  outline: 0;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  color: #555555;
  font-size: 14px;
  padding: 0 15px;
  height: 30px;
}

.select2-container--bootstrap .select2-search__field {
  outline: 0;
}

.select2-container--bootstrap
  .select2-search__field::-webkit-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field:-moz-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-search__field::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.select2-container--bootstrap .select2-search__field:-ms-input-placeholder {
  color: #999;
}

.select2-container--bootstrap .select2-results__option {
  padding: 6px 12px;
}

.select2-container--bootstrap .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--bootstrap .select2-results__option[aria-disabled="true"] {
  color: #777777;
  cursor: not-allowed;
}

.select2-container--bootstrap .select2-results__option[aria-selected="true"] {
  background-color: #f5f5f5;
  color: #262626;
}

.select2-container--bootstrap
  .select2-results__option--highlighted[aria-selected] {
  background-color: #337ab7;
  color: #fff;
}

.select2-container--bootstrap .select2-results__group {
  color: #777777;
  display: block;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 1.42857143;
  white-space: nowrap;
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  border-color: #66afe9;
}

.select2-container--bootstrap.select2-container--open
  .select2-selection
  .select2-selection__arrow
  b {
  border-color: transparent transparent #999 transparent;
  border-width: 0 4px 4px 4px;
}

.select2-container--bootstrap.select2-container--open.select2-container--below
  .select2-selection {
  /*border-bottom-right-radius: 0;*/
  /*border-bottom-left-radius: 0;*/
  border-bottom-color: transparent;
}

.select2-container--bootstrap.select2-container--open.select2-container--above
  .select2-selection {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-color: transparent;
}

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border-color: #66afe9;
  overflow-x: hidden;
  margin-top: -1px;
  border-radius: 20px;
}

.select2-container--bootstrap .select2-selection--single {
  height: 6.5rem;
  line-height: 6.5rem;
  width: 100%;
  border: 0px;
  padding: 0px 3rem 0 5rem;
  color: #000;
  font-size: 1.6rem;
  position: relative;
  outline: 0px;
  border-radius: 35px;
  cursor: pointer;
  text-overflow: "";
  background-image: url(../images/dropdown.svg);
  background-repeat: no-repeat;
  background-size: 1.6rem;
  background-position: 92% center;
  -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
  -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
  -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
  appearance: none;

  background-color: #fff;
}
.contactfm label span {
  color: #ff7149;
}
.main_cookies_bottom {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 padding: 30px;
 background-color: #fff;
 z-index: 999;
 box-shadow: 0 0 18px rgba(0, 0, 0, .2);
}

.main_cookies_bottom_in {}

.main_cookies_bottom_in .grid {
 display: grid;
 grid-template-columns: 60fr auto;
 gap: 4rem;
 align-items: center;
}

.main_cookies_bottom_in .grid p {
 font-size: 12px;
 color: #696969;
 font-weight: 500;
 margin: 0;
}

.main_cookies_bottom_in .grid p a {
 text-decoration: underline;
 font-weight: 600;
}

.main_cookies_bottom_in .grid a.btn {
 background: var(--color-gradient1);
 text-transform: capitalize;
 font-size: 12px;
 margin: 0 0.5rem;
}

.main_cookies_bottom_in .grid a.btn:hover {
 background: var(--color-gradient2);
}

.main_cookies_bottom_in .grid a.btn.reject {
 background: red;
}

.main_cookies_bottom_in .grid a.btn.accept {
 background: green;
}


@media only screen and (max-width: 90em) {
  html {
    font-size: 55%;
  }
  .menu ul.menu_r {
    /* margin-left: 50px; */
  }
}
@media only screen and (max-width: 84em) {
  html {
    font-size: 50%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .banner_hd {
    font-size: 3.6rem;
  }
  .footer_links_grid {
    padding: 0;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 55.25%;
  }
  .headerin {
    padding: 0 2rem;
  }
  .menu > ul > li > a {
    font-size: 1.4rem;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .section2,
  .section4 {
    background-size: cover;
  }
  .menu ul.menu_r {
    /* display: none; */
    /* margin-left: 3rem; */
  }
}
@media only screen and (max-width: 60em) {
  .headerin,
  .section4_btm .owl-carousel .owl-item,
  img.bannerimg1 {
    padding: 0;
  }
  .section4 {
    padding: 5rem 0;
  }
  html {
    font-size: 60%;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .hc_tabs,
  .menu,
  .tech_tabs {
    display: none;
  }
  .menu2,
  .section1 {
    display: block;
  }
  .menu2 {
    top: 1.5rem;
    right: 0;
  }
  .logo {
    padding: 0;
    height: auto;
  }
  .logo a {
    margin-left: 0;
    background-size: 70%;
  }
  .carousel-fade .carousel-inner .item,
  .home_link {
    height: 110vh;
    overflow: hidden;
  }
  .bannerboxcont,
  .bannerimgg {
    height: auto;
    left: 0;
    width: 100%;
    padding: 0;
  }
  img.bannerimg1 {
    width: 100%;
    height: auto;
  }
  #pavcontentslider8 .carousel-indicators {
    left: 4rem;
  }
  .bannerboxcont {
    padding: 10rem 2rem 0 !important;
    position: relative !important;
  }
  .bannerimgg {
    position: relative;
    top: 0;
  }
  .banner_txt {
    width: 100%;
    left: 0;
    top: 22% !important;
    padding: 0 20px !important;
  }
  .banner_hd {
    padding: 10px 0 0;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 0;
    font-weight: 700;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    padding: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .banner_r_more a svg {
    width: 50px;
    right: 10px;
  }
  .carousel-control svg {
    width: 25px;
  }
  .section1 h2 {
    font-size: 24px;
    line-height: 1.4;
  }
  a.home_servbx h4 {
    font-size: 21px;
  }
  .footer_links_grid,
  .footerinnn,
  .ftcopu,
  .section1 ul,
  .section2 .grid,
  .section4 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ft_links_in,
  .section2_in,
  .section3_in {
    grid-template-columns: 1fr;
  }
  .section1 ul,
  .section4 .grid {
    gap: 3rem;
  }
  .hc_tab_data .txt h4,
  .section2 h2,
  .section3 h2,
  .section4 h2,
  .section5 h2,
  .latest_updates_in h2 {
    font-size: 2.4rem;
  }
  .section2 h3,
  .section2 p,
  .section3 .h6,
  .section4 .h6 {
    font-size: 1.4rem;
  }
  .section5 a img {
    max-width: 90%;
  }
  .ft_links {
    flex-direction: column;
    gap: 2rem;
    align-items: baseline;
  }
  .ft_soc a {
    width: 4.5rem;
    height: 4.5rem;
  }
  .footerinnn_left .copy {
    margin: 2rem 0;
  }
  .hc_tab_title,
  .tech_tab_title {
    display: flex;
    padding: 1.5rem;
    gap: 2rem;
    position: relative;
    align-items: center;
  }
  .hc_tab_data .img,
  .hc_tab_data .txt {
    width: 100%;
  }
  .hc_tab_data .txt {
    padding-top: 0;
    margin-top: 30px;
  }
  .section2 p {
    line-height: 1.8;
  }
  .section1 ul li::before {
    bottom: 0;
  }
  .section2_in,
  .section3_in {
    padding: 0;
  }
  .section4_btm_cont {
    padding: 5rem 0;
  }
  .section4_btm .col-sm-5 img {
    width: 100%;
    margin-left: 0;
  }
  .section4 .owl-nav {
    display: none;
  }
  .footer_top,
  .ft_links {
    flex-direction: column;
  }
  .footer_links_grid {
    gap: 2rem;
  }
  .copy_left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer_logo img {
  }
  .main_menu {
    display: none;
  }
  .bannerboxcont1 ul,
  .hm_benefits ul,
  .workingprogress ul,
  .latest_updates_in ul,
  .latest_updates.lu_home ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .workingprogress ul {
    gap: 1rem;
  }
  .workingprogress ul li {
    /* padding: 0; */
  }
  .workingprogress ul li::before {
    display: none;
  }
  .padr50 {
    padding: 0;
    margin-bottom: 5rem;
  }
  .bannerboxcont1 ul li a {
    font-size: 1.2rem;
  }
  .home_staffing h2,
  .hm_benefits h2,
  .home_solutions h2,
  .workingprogress h2 {
    font-size: 2.4rem;
  }
  .home_staffing_info {
  }
  .home_staffing_grid .row .col-sm-6 {
    margin-bottom: 3rem !important;
  }
  .home_staffing_grid_right img {
    margin-top: 0;
  }
  .hm_benefits ul li {
    font-size: 1.6rem;
  }
  .hm_benefits ul li span img {
    height: 3rem;
  }
  .search_section {
    /* flex-direction: column; */
    grid-template-columns: repeat(1, 1fr);
  }
  .search_left,
  .search_right,
  .searchsub {
    width: 100%;
  }
  .bannerboxcont1 ul {
    gap: 0.5rem;
    display: flex;
  }
  .bannerboxcont1 ul li {
    margin-bottom: 0.5rem;
  }
  .header {
    padding-left: 2rem;
  }
  .section2_counts {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .countbx1 {
    padding: 4rem;
    border-right: 0;
    border-bottom: 2px solid #a4c0ff;
  }
  .countbx1:last-child {
    border-bottom: 0;
  }
  .countbx1 h4 {
    font-size: 3.2rem;
  }
  .home_staffing_in,
  .home_staffing,
  .hm_benefits,
  .hm_benefits_in {
    padding: 2rem;
  }
  .hm_benefits ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer_top_grid {
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 2rem;
  }
  .footer_top_grid h3 {
    font-size: 2.4rem;
  }
  .footer_links_grid {
    padding: 0;
  }
  .footer_social {
    flex-wrap: wrap;
  }
  .home_certifications ul {
    padding: 0 2rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .home_dashbaords_in {
    padding: 3rem;
  }
  .home_dashbaords_in h2 {
    font-size: 2.4rem;
  }
  .home_dashbaords_in h3 {
    font-size: 1.4rem;
    padding: 1rem 3rem;
    top: -1rem;
  }
  .home_dashbaords_in a {
    padding-bottom: 0;
  }
  .home_staffing_in h4 span {
    display: block;
  }
  .bannerboxcont1 h4 {
    margin-top: 2rem;
  }
  .home_dashbaords {
    padding: 0 2rem;
  }
  .owl-nav [class*="owl-"] {
    width: 1.75rem !important;
    height: 3.5rem !important;
  }
  .owl-prev {
    margin-left: -2.5rem !important;
  }
  .owl-next {
    margin-right: -2.5rem !important;
  }
  .home_staffing_in {
    padding: 2rem 3rem;
  }
  .home_staffing_in .item a {
    width: 100%;
  }
  .pop_content {
    margin-top: 20%;
  }
  .pop_content {
    width: 95%;
  }
  .pop_content .heading-secondary {
    font-size: 2.4rem;
  }
  .jobsearch-login-media li {
    width: 100%;
  }
  .login_frm .col-sm-12 {
    display: table;
    clear: both;
    width: 100%;
  }
  .pop_btm {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }
  .jobsearch-user-options .jobsearch-user-type-choose span {
    font-size: 14px;
  }
  .login_pop,
  .new_address_bill,
  .new_address_shipp,
  .edit_address_pop,
  .prescriptions_pop,
  .po_error_pop {
    z-index: 99999;
  }
  .main_cookies_bottom_in .grid{
      grid-template-columns: repeat(1,1fr);
      gap: 2rem;
      
  }
  .main_cookies_bottom_in .grid a.btn{
      width: 100%;
      margin:0 0 1rem;
      text-align: center;
      justify-content: center;
  }
  .main_cookies_bottom_in .grid a.btn:last-child{margin: 0;}
  .jobsearch-user-options ul.jobsearch-user-type-choose li.active small,
  .jobsearch-user-options .jobsearch-user-type-choose small{
      font-size: 10px;
  }
  .jobsearch-user-options ul.jobsearch-user-type-choose li{padding-bottom: 0;}
  .career_form.regform .col-sm-6, .career_form.regform .col-sm-12{width: 100%; display: table;}
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 55%;
  }
}
