@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");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
.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);
}
body {
  padding-top: 12rem;
}
p {
  margin: 0;
  color: #373737;
  font-size: 1.8rem;
}
.cart_bx1 ul,
.hc_tabs,
.menu ul,
.section1 ul,
.slideRight ul,
ol,
ul {
  list-style: none;
}
.logo a,
a,
a:hover {
  transition: var(--bg-transition);
  text-decoration: none;
}
.section1 h2,
ul.submenu1 h3 {
  margin-top: 0;
  font-weight: 600;
}
.bannerimgg,
.hl_circle,
.logo,
.section1 h2 {
  text-align: center;
}
.banner_title,
.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: "DM Sans", sans-serif;
  --body-fonts-headings: "Marcellus", sans-serif;
  --color-primary: #003f82;
  --color-primary-light: #40daf7;
  --color-primary-dark1: #0877b9;
  --color-primary-dark2: #0e3a79;
  --color-footer-bg: #1d3460;
  --color-secondary: #50c4f5;
  --color-teritary: #180d03;
  --color-dark: #828282;
  --color-dark-light: #f2f2f2;
  --color-dark-light1: rgba(28, 65, 116, 0.03);
  --color-white: #fff;
  --color-border: #e1e1e1;
  --color-text: #2b2b2b;
  --color-text1: #a0a0a0;
  --color-line1: #ed7510;
  --color-line2: #2e098b;
  --color-line3: #58c1d3;
  --color-line4: #d10092;
  --color-line5: #1c9505;
  --color-line6: #5c58d3;
  --color-line7: #d1c400;
  --color-gradient1: linear-gradient(to bottom, #f44234, #9e29ae);
  --color-gradient2: linear-gradient(
    20deg,
    #2b2b2b 5%,
    transparent,
    transparent
  );
  --color-gradient3: linear-gradient(to bottom, #4151b1, #212959);
  --color-gradient4: linear-gradient(to bottom, #3a499f, #00030e);
  --bg-transition: all 0.3s;
  --box-shadow1: 0px 10px 25px rgba(0, 0, 0, 0.2);
}
.banner_hd,
.hl_circle,
.menu > ul > li > a {
  color: var(--color-white);
}
body,
p {
  font-family: var(--body-fonts);
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--body-fonts-headings);
}
.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);
  font-size: 1.8rem;
}
html {
  font-size: 62.5%;
}
.grid {
  display: grid;
}
ol,
ul {
  padding: 0;
}
.container {
  max-width: 132rem;
  width: 132rem;
}
.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  /* padding: 0 5rem; */
}
.innerbody .header.fixed1 {
  box-shadow: none;
}
.header.fixed1,
.header.fixed1.fixed2 {
  box-shadow: var(--box-shadow1);
}

.headerin {
  padding: 0 0 0 5rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: var(--color-white);
}
.bannerimgg,
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  float: right;
}
.logo a img {
  height: 11rem;
  margin-top: 0.5rem;
  display: block;
}
.fixed1 .logo a {
}
.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 > ul {
  display: flex;
}
.menu > ul > li {
  padding: 0 1.8rem;
  position: relative;
  display: flex;
  gap: 0;
}
.menu > ul > li:last-child {
  margin-left: 5rem;
}
.menu > ul > li > a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  transition: 0.3s;
  outline: 0;
  position: relative;
  height: 8rem;
  font-weight: 500;
  line-height: 8rem;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  /* letter-spacing: 0.2rem; */
  /* gap: 0.2rem; */
}
.menu > ul > li > a span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3.8rem;
  width: 1.2rem;
  height: 1rem;
  background-image: url(../images/down.svg);
  background-repeat: no-repeat;
  background-size: 1.2rem;
}
.fixed1 .menu > ul > li > a {
  color: var(--color-text);
  height: 8rem;
  line-height: 8rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
}
.menu > ul > li > a i {
  font-size: 1.6rem;
}
.menu > ul > li > a img {
  height: 0.5rem;
}
.menu > ul > li:last-child {
  /* padding: 0 0 0 3rem; */
  padding-left: 0 3rem;
}
.menu > ul > li:last-child a {
  line-height: normal;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0 3rem;
  height: 5rem;
  line-height: 5rem;
  margin-top: 1.5rem;
  border-radius: 3rem;

  /* margin-left: 1.5rem; */
}
.menu > ul > li:last-child a:hover img {
  filter: brightness(0) invert(1);
}
.menu > ul > li:last-child a.clickpop {
  margin-left: 1rem;
  color: var(--color-white);
  background-color: var(--color-secondary);
  border: 0;
}
.menu > ul > li:last-child a img {
  height: 3.5rem;
}
.fixed1 .menu > ul > li:last-child a {
}
.menu > ul > li:last-child a:hover {
  background-color: var(--color-primary);
  color: #fff;
  border-color: var(--color-primary);
}
.menu2,
.section5 .owl-dots,
.section5 .owl-nav,
.slideRight ul li:first-child:before {
  display: none;
}
/* .menu > ul > li:last-child::before {
  background-color: var(--color-secondary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 100%;
} */
/* .menu > ul > li:last-child:after {
  position: absolute;
  left: -5rem;
  top: 0;
  content: "";
  width: 5rem;
  height: 100%;
  transition: all 0.3s;
  background-image: url(../images/menubg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
} */
/* .menu > ul > li:last-child > a.active::after {
  display: none;
} */
.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: var(--color-primary);
}
.menu > ul > li:last-child:hover > a::before {
  background-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: 30rem;
  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;
  background-color: var(--color-white);
  font-size: 1.6rem;
  padding: 1rem 2rem !important;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid #f7f7f7;
}
ul.submenu1 li:last-child a {
  border-bottom: 0;
}
ul.submenu1 li:hover > a {
  background-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%;
}
.header_right {
  display: flex;
  flex-direction: column;
  justify-content: right;
}
.top_nav {
  display: flex;
  justify-content: right;
}
.top_left {
  background-color: var(--color-primary);
  display: flex;
  justify-content: right;
  align-items: center;
  /* padding: 5px 5rem; */
  position: relative;
  height: 4rem;
  line-height: 4rem;
  position: relative;
  padding: 0 2rem;
  /*background-color: rgba(0, 96, 165, 0.9);
    background-color: #0071c5;*/
}
.top_left::before {
  position: absolute;
  left: -5rem;
  top: 0;
  width: 5rem;
  height: 100%;
  content: "";
  border-top: 4rem solid var(--color-primary);
  border-left: 4rem solid transparent;
}

a.topph {
  line-height: 30px;
  padding: 0px;
  color: #fff;
  font-size: 13px;
  margin-right: 10px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
}

a.topph i {
  color: #31b9fb;
  margin-right: 6px;
}

.top_nav ul.top_ul1 {
  list-style: none;
  float: right;
}

ul.top_ul1 li {
  float: left;
  display: inline-block;
}

ul.top_ul1 li a {
  text-decoration: none;
  color: #fff;
  padding: 5px 15px;
  line-height: 20px;
  font-size: 14px;
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  position: relative;
}

ul.top_ul1 li:last-child a::before {
  display: none;
}
.headerSocial {
  position: relative;
}
.headerSocial a {
  text-decoration: none;
  font-size: 14px;
  margin-left: 20px;
  transition: all 0.3s;
  color: #fff;
}
.home_link {
  position: relative;
  left: 0;
  top: 0;
  height: 100vh;
}
.bgwhite,
.sec4box_img,
.section1 {
  background-color: var(--color-white);
}
.carousel-control svg {
  /* width: 0.5rem; */
}
.hl_video video {
  height: 100vh;
  width: 100%;
  position: relative;
  display: block;
}
.home_link::after,
.home_link::before {
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  height: 100vh;
}
.home_link::before {
  content: "";
  z-index: 9;
  opacity: 0.4;
  background: #000;
  width: 100%;
}
/* .home_link::after {
  content: "";
  z-index: 9;
  background-image: url(../images/color_line1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100%;
  width: 100%;
  height: 1rem;
  left: 0;
  bottom: -0.2rem;
  top: auto;
} */
.home_link::after,
.section3_in_serv i,
.section4 {
  background-repeat: no-repeat;
}
.hl_video video {
  display: block;
  object-fit: cover;
  object-position: center center;
}
.hl_video svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  fill: #fff;
  transform: rotateY(0deg);
  transform-origin: center;
  transform: rotate(180deg);
  z-index: 9;
}
.hl_circle {
  width: 90%;
  left: 5%;
  font-size: 18px;
  padding: 0 5%;
  top: 45%;
  position: absolute;
  z-index: 999;
}

.mtop1 {
  height: 9rem;
}
.bannerboxcont,
.bannerimgg {
  height: 100vh;
  /* visibility: hidden; */
  top: 0;
}
.bannerimgg {
  z-index: 9;
  position: absolute;
  right: 0%;
  top: 0;
  display: flex;
}
img.bannerimg1 {
  height: 100vh;
  /* width: 100%; */
  display: block;
}
.section1 a .sec3_img img {
  width: 2rem;
}
.bannerboxcont {
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0rem 10rem !important;
  overflow: hidden;
}
.banner_cont,
.banner_hd {
  z-index: 9;
  position: relative;
}
.bannerboxcont1 {
  /* display: table-cell; */
  /* text-align: center; */
}
.banner_hd {
  font-size: 9.5rem;
  margin: 0 0 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-white);
  position: relative;
  font-family: var(--body-fonts-headings);
}
.banner_hd span img {
  height: 70px;
  border-radius: 50px;
}
.banner_cont {
  color: var(--color-white);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
  max-width: 75rem;
  margin-bottom: 2rem;
}
.hl_video img.bannerimg1 {
  position: absolute;
  left: 32%;
  top: -10%;
  /*top: 50%;
   transform: translateY(-50%); */
  z-index: 99;
  width: 60%;
  height: auto;

  -moz-animation: blinking1 normal 3s infinite ease-in-out; /* Firefox */
  -webkit-animation: blinking1 normal 3s infinite ease-in-out; /* Webkit */
  -ms-animation: blinking1 normal 3s infinite ease-in-out; /* IE */
  animation: blinking1 normal 3s infinite ease-in-out; /* Opera */
}
.hl_video img.bannerimg2 {
  position: absolute;
  left: 24%;
  top: -25%;
  /*top: 50%;
   transform: translateY(-50%); */
  z-index: 99;
  width: 75%;
  height: auto;

  -moz-animation: blinking2 normal 3s infinite ease-in-out; /* Firefox */
  -webkit-animation: blinking2 normal 3s infinite ease-in-out; /* Webkit */
  -ms-animation: blinking2 normal 3s infinite ease-in-out; /* IE */
  animation: blinking2 normal 3s infinite ease-in-out; /* Opera */
}
.hl_video img.bannerimg3 {
  position: absolute;
  left: 15%;
  top: -40%;
  /*top: 50%;
   transform: translateY(-50%); */
  z-index: 99;
  width: 90%;
  height: auto;

  -moz-animation: blinking3 normal 3s infinite ease-in-out; /* Firefox */
  -webkit-animation: blinking3 normal 3s infinite ease-in-out; /* Webkit */
  -ms-animation: blinking3 normal 3s infinite ease-in-out; /* IE */
  animation: blinking3 normal 3s infinite ease-in-out; /* Opera */
}
.hl_video img.bannerimg4 {
  position: absolute;
  left: 6%;
  top: -70%;
  /*top: 50%;
   transform: translateY(-50%); */
  z-index: 99;
  width: 110%;
  height: auto;

  -moz-animation: blinking4 normal 3s infinite ease-in-out; /* Firefox */
  -webkit-animation: blinking4 normal 3s infinite ease-in-out; /* Webkit */
  -ms-animation: blinking4 normal 3s infinite ease-in-out; /* IE */
  animation: blinking4 normal 3s infinite ease-in-out; /* Opera */
}
@-webkit-keyframes blinking1 /* Safari and Chrome */ {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinking1 {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinking2/* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinking2 {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinking3/* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blinking3 {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes blinking4/* Safari and Chrome */ {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinking4 {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main_btn {
  clear: both;
}
.btn,
.btn1,
.btn1:link,
.btn1:visited,
.btn:link,
.btn:visited {
  line-height: normal;
  padding: 1.2rem 2rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  transition: var(--bg-transition);
  /* letter-spacing: 0.1rem; */
  position: relative;
  border-radius: 3rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: var(--color-secondary);
}
/* .btn::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 7rem;
  height: 0.1rem;
  background-color: var(--color-white);
  transition: all 0.3s;
}
.btn svg {
  height: 1.2rem;
}
 */
.slideRight ul li:before,
.socialrt a,
a.goBottom {
  color: var(--color-white);
}
.btn1,
.btn1:link,
.btn1:visited,
.btn2:hover {
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}
/* .btn1::before {
  background-color: var(--color-secondary);
} */
.btn:hover,
.btn1:hover {
  border-color: var(--color-secondary);
  background-color: var(--color-secondary);
  color: var(--color-teritary);
}
.btn1:hover {
  color: var(--color-white);
}
/* .btn:hover::before,
.btn1:hover::before {
  width: 10rem;
} */

.section1 ul li::before,
a.ft_contact {
  background-color: var(--color-secondary);
}

.btn1,
.btn1:link,
.btn1:visited {
  align-items: center;
}
.section3_in_serv,
.section3_in_serv_bg1 {
  background-color: var(--color-dark-light1);
}

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);
} */
.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;
}
.carousel-control.left {
  left: 2rem;
}
.carousel-control.right {
  right: 2rem;
  left: auto;
}
.footerinnn_left a,
.ft_soc a {
  border-radius: 3rem;
}
a.goBottom {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  font-size: 1.2rem;
  letter-spacing: 0;
}
a.whatsapp_fixed {
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 999;
}
a.whatsapp_fixed img {
  width: 60px;
}
/* a.goBottom span {
  transform: rotate(90deg);
  display: inline-block;
  letter-spacing: 0.3rem;
}
a.goBottom:before {
  top: 8rem;
  right: 37%;
  background-image: url(../images/mouse.svg);
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 3rem;
  background-color: transparent;
  background-position: center center;
}
a.goBottom:after {
  top: 5rem;
  right: 47%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 2rem;
} */
.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;
}
.section1 {
  display: table;
  width: 100%;
  padding: 10rem 0;
}
.section1 h2 {
  color: #1a232e;
  font-size: 5.5rem;
  margin-bottom: 3rem;
}
.section1 ul {
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.hc_tab_data.active,
.section1 a,
.section2,
.section2 img {
  display: block;
}
.section1 ul li {
  padding-bottom: 1rem;
}
.section1 a {
  transition: 0.3s;
  top: 0;
}
.section1 a:hover {
  top: -10px;
}
.section1 ul li::before {
  bottom: -2rem;
  width: 18rem;
  height: 0.1rem;
}
.section1_bx h3 {
  font-size: 2.3rem;
  font-weight: 600;
  padding-left: 2rem;
  color: var(--color-dark);
  margin-bottom: 2rem;
}
.section1_bx h3::before {
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  background-color: var(--color-secondary-light);
}
.section1_bx p {
  font-size: 1.4rem;
  line-height: 2;
  width: 95%;
  font-weight: 500;
  color: var(--color-text);
  opacity: 0.75;
}
.section3_in_serv a,
.section3_in_serv p {
  opacity: 0;
  transition: var(--bg-transition);
}
.section2 {
  width: 100%;
  clear: both;
  padding: 7rem 0;
  /* background-image: url("../images/bg1.png");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 891px auto; */
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.section2::before {
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: var(--color-white);
}
.section2 h2,
h2 {
  color: var(--color-teritary);
  text-align: center;
  font-family: var(--body-fonts-headings);
  font-size: 4.6rem;
  font-weight: 600;
  margin: 0 0 2rem;
}

.section2 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 4rem;
}
.section2 ul li {
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  padding: 3rem;
}
.section2 ul li img {
  height: 6rem;
}
.section2 ul li h3 {
  margin: 2rem 0 1.5rem;
  color: var(--color-text);
  font-size: 2rem;
  font-weight: 600;
}
.section2 ul li p,
p {
  color: var(--color-text);
  font-size: 1.7rem;
  line-height: 1.7;
}
.section2 img {
  width: 100%;
}
/* .section2_bx1 {
  padding: 10rem 15rem;
  background-image: url(../images/sec2bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.section2_bx1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.89;
  background: var(--color-gradient1);
} */
.section2_bx1 .grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 5rem;
  position: relative;
  align-items: center;
}
.section2_bx1 h5 {
  color: var(--color-dark);
  font-size: 3rem;
  margin: 0 0 2rem;
}
.section2_bx1 h2,
.section2_bx1 p {
  color: var(--color-teritary);
  text-align: left;
  margin: 0 0 2rem;
}

.section2_bx1_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.section2_bx1_right_count {
  background-color: var(--color-white);
  border-radius: 1rem;
  text-align: center;
  padding: 3rem 2rem;
}
.section2_bx1_right_count img {
  display: inline-block;
  height: 4rem;
}
.section2_bx1_right_count h3 {
  font-size: 4rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-text);
  margin: 1rem 0;
}
.section2_bx1_right_count p {
  color: var(--color-text);
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
}
.section4 {
  padding: 0 0 5rem 0;
  background-color: var(--color-white);
  width: 100%;
  display: block;
  /* overflow: hidden; */
  position: relative;
}
.section4_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}
.section4_grid_r_bx1 {
  padding: 3rem 2rem;
  padding-top: 7rem;
  border: 0.2rem solid #f40058;
  border-radius: 2rem;
  position: relative;
}
.section4_grid_r_bx2 {
  border-color: #efa500;
  padding-top: 3rem;
  padding-bottom: 7rem;
  margin-top: 8rem;
}
.section4_grid_r_bx3 {
  border-color: #b011ff;
}
.section4_grid_r_bx4 {
  border-color: #41b853;
  padding-bottom: 8rem;
  padding-top: 4rem;
  margin-top: 8rem;
}
.section4_grid_r_bx1 img {
  width: 11rem;
  display: block;
  position: absolute;
  left: -2.5rem;
  top: -4rem;
}
.section4_grid_r_bx2 img {
  width: 11rem;
  display: block;
  position: absolute;
  left: -2.5rem;
  top: auto;
  bottom: -4rem;
}
.section4_grid_r_bx3 img {
  left: auto;
  right: -2.5rem;
  top: -5rem;
  width: 13rem;
}
.section4_grid_r_bx4 img {
  left: auto;
  right: -2rem;
  bottom: -3rem;
  top: auto;
  width: 9rem;
}
.section4_grid_r_bx1 h3 {
  color: var(--color-dark);
  font-size: 1.8rem;
  margin: 0 0 1rem;
  font-weight: 600;
}
.section4_grid_r_bx1 p {
  font-size: 1.4rem;
  color: var(--color-text);
  line-height: 1.5;
  width: 100%;
}
.mt-1 {
  margin-top: 7rem;
}
.footer,
.scrollup {
  background-size: cover;
}

.home_staffing {
  padding: 8rem 0 10rem;
  width: 100%;
  display: block;
  background-color: var(--color-white);
}
.home_staffing_grid .col-sm-6 {
  position: relative;
  padding: 0 3rem;
}
.home_staffing_grid img {
  width: 100%;
  display: block;
}
.home_staffing_info {
  padding: 3rem 5rem;
  position: absolute;
  right: 2rem;
  bottom: -12rem;
  background-color: var(--color-secondary);
  color: var(--color-white);
  width: 80%;
}
.home_staffing_info h2 {
  color: var(--color-white);
  font-size: 3.4rem;
  margin: 0 0 1rem;
}
.home_staffing_info h2 i {
  font-weight: 600;
}
.home_staffing_info p {
  color: var(--color-white);
  margin-bottom: 1.5rem;
}
.home_staffing_info a.btn {
  background-color: #0877b9;
}
.home_staffing_info a.btn:hover {
  background-color: var(--color-primary-dark2);
}
.home_staffing_grid_right img {
  margin-top: 10rem;
}
.home_staffing_grid_right .home_staffing_info {
  bottom: auto;
  top: 0;
  background-color: #0877b9;
}
.home_staffing_grid_right .home_staffing_info a.btn {
  background-color: var(--color-secondary);
}
.home_staffing_grid_right .home_staffing_info a.btn:hover {
  background-color: var(--color-primary-dark2);
}
.section5 {
  padding: 7rem 0;
  width: 100%;
  position: relative;
  background: #f2f7f8;
  background-image: url(../images/Vector-1.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
/* .section5::before {
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg3.jpg");
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.05;
  position: absolute;
  content: "";
  left: 0;
} */
.section5top h2 {
  color: var(--color-teritary);
  margin-bottom: 2rem;
}
.section5top p {
}
.section5 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5rem;
}
.section5 ul li {
}
.section5 ul li a {
  display: block;
  position: relative;
  transition: var(--bg-transition);
  text-decoration: none;
  /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); */
  /* border-radius: 1.5rem; */
  overflow: hidden;
  /* background-color: #fff; */
}
.section5 h5,
h5 {
  color: var(--color-secondary);
  font-size: 3rem;
  margin: 0 0 1rem;
}
/* .section5 ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.89;
  background: var(--color-gradient2);
} */
.section5 ul li a img {
  /* width: 100%; */
  display: block;
  height: 6rem;
  object-fit: cover;
  object-position: center center;
  /* border-radius: 15rem 15rem 0 0; */
}
.section5 ul li a h3 {
  color: var(--color-teritary);
  font-size: 2.1rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #000;
}
.sec5_cont {
  /* padding: 2rem; */
  /* position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  text-align: center;
  background-color: rgba(0, 63, 130, 0.65); */
}
.section5 ul li a p {
  font-size: 1.6rem;
  line-height: 1.4;
  /* display: none; */
  color: #000;
}
.section5 .owl-nav {
  left: -52%;
  top: 65%;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  display: none;
}
.section5 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  bottom: -3rem;
}
.section5 .owl-dots .owl-dot {
}
.section5 .owl-dots .owl-dot span {
  width: 0.5rem;
  height: 0.5rem;
  background-color: hsla(0, 0%, 44%, 0.5);
  border-radius: 1rem;
  display: block;
}
.section5 .owl-dots .owl-dot.active span {
  background-color: var(--color-primary-dark);
  width: 1rem;
  height: 1rem;
}
.home_solutions {
  padding: 7rem 0 5rem;
  width: 100%;
  position: relative;
  background-image: url(../images/bg-sand.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: left top;
}
/* .home_solutions::before {
  content: "";
  z-index: 9;
  background-image: url(../images/color_line1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  width: 100%;
  height: 1rem;
  left: 0;
  top: 0;
  z-index: 9;
  position: absolute;
} */
.home_solutions h2 {
  text-align: left;
  color: var(--color-teritary);
}
.home_solutions p {
  margin-bottom: 4rem;
  /* width: 50%; */
}
.home_solutions ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}
.home_solutions ul li {
}
.home_solutions ul li a {
  display: block;
  /* border-radius: 2rem; */
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 15rem 15rem 0 0;
}
/* .home_solutions ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  background-color: #00000052;
  display: block;
  height: 100%;
} */
.home_solutions ul li a .b2img,
.home_solutions ul li a .b2img img {
  width: 100%;
  display: block;
}
.home_solutions ul li a .b2img img {
  height: 40rem;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
.home_solutions ul li a:hover .b2img img {
  transform: scale(1.1);
}
.b2info {
  position: absolute;
  left: 5%;
  bottom: 0%;
  width: 90%;
  /* transform: translateY(-50%); */
  text-align: center;
  transition: all 0.3s;
  color: #fff;
  padding: 30px 10px 0;
  background-color: rgba(0, 63, 130, 1);
  border-radius: 15rem 15rem 0 0;
}
.home_solutions ul li a:hover .b2info {
  /* top: 50%; */
}
.b2info .b2hd1 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 14px;
  color: var(--color-secondary);
}
.b2info .b2cont1 {
  font-size: 19px;
  margin: 0 0 1.5rem 0;
  font-weight: 700;
  font-family: var(--body-fonts-headings);
}
.b2info span {
  padding: 0.9rem 2.5rem;
  background-color: var(--color-white);
  color: #000;
  /* border-radius: 1rem; */
  font-size: 1.4rem;
  transition: all 0.3s;
  border-radius: 2rem 2rem 0 0;
}
.home_solutions ul li a:hover .b2info span {
  height: auto;
  opacity: 1;
}
.home_solutions ul li a .b2info span:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.home_blogs {
  background-color: #ebfcf6;
  position: relative;
  padding: 10rem 5rem;
}
.stars {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-bottom: 2rem;
}
.stars i {
  color: #00b9f5;
  font-size: 2.1rem;
}
.home_blogs::before {
  /* position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: transparent;
  background-image: linear-gradient(163deg, #000000ed 0%, #1e2d581f 100%);
  opacity: 0.7; */
}
.home_blogs_top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home_blogs_btm {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 100%;
}
.home_blogs_top svg,
.home_blogs_btm svg {
  fill: #fff;
  width: 100%;
  height: 50px;
}
.home_blogs_btm svg {
  transform: rotate(180deg);
}
.home_blogs_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.home_blogs_hd h2,
.home_blogs_hd a {
  margin: 0;
}
.home_blogs h2 {
  /* color: var(--color-primary); */
  margin-bottom: 2rem;
}
.home_blogs ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.home_blogs ul li {
}
.home_blogs ul li a {
  text-decoration: none;
  transition: var(--bg-transition);
  color: #000;
  background-color: var(--color-white);
  padding: 2rem;
  border-radius: 2rem;
  display: block;
}
.home_blogs ul li a:hover {
  box-shadow: var(--box-shadow1);
  text-decoration: none;
}
.home_blogs ul li a img {
  width: 100%;
  transition: all 0.3s;
}
.home_blogs ul li a span {
  margin: 1rem 0;
  display: block;
  font-family: var(--body-fonts-headings);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
}
.home_blogs ul li a h3 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 1.9rem;
  text-decoration: none;
  margin-top: 2rem;
}
.home_blogs ul li a:hover h3 {
  text-decoration: none;
}
.home_blogs a.btn {
  padding: 1rem 2rem;
  letter-spacing: 0;
  font-weight: 400;
  background-color: #49ae52;
  border: 0;
  margin-top: 3rem;
}
.home_blogs a.btn:hover {
  background-color: var(--color-secondary);
}
.testimonials {
  /* margin-top: 8rem; */
}
.testimonials_top {
  position: relative;
}
.testimonials_top h2 {
  text-align: left;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.testimonials_top p {
  margin-bottom: 4rem;
}
.testimonials img {
  border-radius: 0px 80px 0px 0px;
}
.testimonials_grid {
  display: grid;
  /* padding: 0 6rem; */
  /* background-color: var(--color-primary);
  padding: 3rem;
  border-radius: 1.5rem; */
  text-align: center;
}

.testimonials_grid .flex {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}
.testimonials_grid .flex img {
  width: 5rem;
  height: 5rem;
  object-fit: cover;
  object-position: center center;
  border-radius: 100%;
}
.testimonials_grid img.quote {
  width: auto;
  height: 4rem;
  box-shadow: none;
}
.testimonials_grid h3 {
  font-size: 2rem;
  margin: 2rem 0 1rem;
  font-weight: 600;
}
.testimonials_grid p {
  width: 100%;
  font-size: 1.6rem;
}
.test_ino {
  position: relative;
}

/* .test_ino::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 0.4rem;
  content: "";
  background-color: #47a658;
} */
.test_ino h4 {
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  margin: 2rem 0 1rem;
  color: #000;
}
.test_ino span {
  text-transform: capitalize;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}

.testimonials .owl-nav {
  display: none;
}
.testimonials .owl-dots {
  display: block;
}
.owl-carousel .owl-dot span {
  width: 1rem;
  height: 1rem;
  border-radius: 1rem;
  margin: 0 1rem;
  display: block;
  background-color: var(--color-dark);
  opacity: 0.35;
}
.owl-carousel .owl-dot.active span {
  opacity: 1;
}
.home_packages {
  padding: 6rem 0;
  width: 100%;
  display: block;
}
.home_packages h2 {
  text-align: left;
}
.home_packages .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
.home_packages a {
  display: block;
  position: relative;
  transition: var(--bg-transition);
  text-decoration: none;
  /* box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1); */
  border-radius: 25rem 25rem 0 0;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  color: var(--color-teritary);
  background-color: #f2f7f8;
  text-align: center;
}
.home_packages a img {
  width: 100%;
  display: block;
}
.home_packages a .info {
  padding: 3rem;
}
.home_packages a h3 {
  font-weight: 700;
  font-size: 2.3rem;
  margin: 0 0 2rem;
}
.home_packages a span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--color-text);
  font-size: 1.6rem;
}
.home_packages a span i {
  color: var(--color-secondary);
  font-size: 1.8rem;
}
.home_packages a p {
  font-size: 1.6rem;
  color: var(--color-teritary);
}
.home_packages a .details {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
  margin-top: 2rem;
}
.home_packages a .btn {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.home_packages a:hover .btn {
  opacity: 1;
}
.home_packages a .details .price {
  font-weight: 700;
  text-align: right;
  line-height: 1.2;
  font-size: 1.9rem;
}
.home_packages a .details .price i {
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.home_packages .owl-nav {
  display: none;
}
.home_packages .owl-dots {
  bottom: -4rem !important;
}
.home_enterprise {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.home_enterprise div {
  padding: 6rem 3rem 6rem 8rem;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.home_enterprise div:nth-child(2) {
  border-right: 0;
}
.home_enterprise div h3 {
  font-size: 4.4rem;
  line-height: 1.3;
}
.home_enterprise img {
  height: 5rem;
}
.home_enterprise h4 {
  margin: 2rem 0;
  color: var(--color-primary);
  font-size: 2.4rem;
  font-weight: 700;
}
.home_enterprise p {
  color: var(--color-primary);
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0;
  width: 85%;
}
.home_enterprise div.home_enterprise_bx3,
.home_enterprise div.home_enterprise_bx4 {
  border-bottom: 0;
}

.home_client {
  padding: 3rem 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
  border-right: 1px solid #e1e1e1;
}

.home_industries .owl-carousel .owl-stage-outer {
  padding-bottom: 0;
}

.home_client img {
  height: 85px;
  width: auto;
}
.home_client p {
  font-weight: 600;
  font-size: 18px;
}
.home_industries .owl-nav {
  display: none;
}
.section5 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  bottom: -3rem;
}
.home_industries .owl-dots {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  bottom: -3rem;
}
.home_industries .owl-dots .owl-dot span {
  width: 0.5rem;
  height: 0.5rem;
  background-color: hsla(0, 0%, 44%, 0.5);
  border-radius: 1rem;
  display: block;
}
.home_industries .owl-dots .owl-dot.active span {
  background-color: var(--color-primary-dark);
  width: 1rem;
  height: 1rem;
}

.home_industries {
  /* padding: 6rem 0; */
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  background-color: var(--color-primary);
  box-shadow: var(--box-shadow1);
}

.home_industries h3.fore_front_hd1 {
  color: var(--color-white);
  font-size: 3.2rem;
  margin: 0;
  line-height: 1.4;
  /* margin-top: 4rem; */
  text-align: center;
}
.home_industries_car {
  background-color: var(--color-white);
}

.home_car {
  padding: 12rem 0;
  width: 100%;
  display: block;
  background-image: url(../images/homecar.html);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
.home_car_bx {
  width: 40%;
  padding: 4rem;
  background-color: rgba(255, 255, 255, 0.9);
  display: block;
}
.home_car p {
  margin-bottom: 2rem;
}
.home_car a.btn {
  background-color: var(--color-primary);
}
.home_car a.btn:hover {
  background-color: var(--color-secondary);
}

.home_bottom {
  background-image: url(../images/hmbtm.html);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 10rem 0;
  position: relative;
  width: 100%;
  display: block;
}
.home_bottom::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-primary);
  opacity: 0.8;
}
.home_bottom .container {
  position: relative;
  z-index: 2;
}
.home_bottom h4 {
  color: var(--color-secondary);
  margin: 0 0 2rem;
  text-transform: uppercase;
  font-size: 1.8rem;
}
.home_bottom h3 {
  color: var(--color-white);
}
.home_bottom p {
  color: var(--color-white);
  margin-bottom: 2rem;
  font-size: 1.8rem;
}
.home_bottom input.form-control,
.home_bottom textarea.form-control {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  color: var(--color-white);
  font-size: 1.4rem;
  margin-bottom: 2rem;
  border: 0;
}
.home_bottom textarea.form-control {
  height: 8rem;
}
.home_bottom .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: var(--color-white);
}
.home_bottom .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--color-white);
}
.home_bottom .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: var(--color-white);
}
.home_bottom .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: var(--color-white);
}
.home_bottom button {
  line-height: normal;
  padding: 0.5rem 2rem;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  border-radius: 0;
  transition: var(--bg-transition);
  letter-spacing: 0.1rem;
  position: relative;
  border-radius: 3rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  border: 1px solid var(--color-white);
  font-weight: 500;
  background-color: transparent;
}
.home_bottom button:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}
/*footer*/
.footer {
  width: 100%;
  display: block;
  padding: 50px 0 40px;
  background-color: #001f40;
  position: relative;
  overflow: hidden;
}
/* .footer > svg {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto !important;
  min-width: 100%;
  object-position: center top;
  display: none;
}
.footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("../images/map.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.05;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  z-index: 1;
} */
a.footer_logo {
}
a.footer_logo img {
  height: 80px;
  /* width: 225px; */
}
.footer_in {
  display: grid;
  grid-template-columns: 50fr 50fr;
}
.footer_bx1 p {
  color: #fff;
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer_bx2 {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 30px;
}
a.ft_phone {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}
a.ft_phone span {
  opacity: 1;
  /* color: #52a9ff; */
}
.footer_links {
  padding: 20px 50px;
  background-color: #002348;
  border-radius: 10px;
}
.footer_links h3 {
  font-size: 19px;
  margin-bottom: 20px;
  margin-top: 0;
  color: var(--color-secondary);
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_links h3 span {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #000f30;
  display: none;
}
.footer_links a {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
  text-decoration: none;
}
.footer_links a:hover,
.footer_social a:hover svg,
a.ft_phone:hover {
  opacity: 0.5;
  color: #fff;
}
.footer_links a:last-child:before {
  display: none;
}
.footer_social {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.footer_social a {
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #002348;
  width: 50px;
  height: 50px;
}
.footer_social a svg {
  height: 20px;
  transition: all 0.3s;
}
.footer_social a:hover {
  opacity: 1;
}
.footer_copy {
  color: #fff;
  font-size: 15px;
  width: 100%;
  opacity: 0.5;
  position: relative;
}

.ft_Certs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.ft_Certs img {
  height: 80px;
}
/*footer*/

a.phone {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--color-white);
  display: block;
  margin-top: 2rem;
}
.cart_bx1 ul li a,
.menu2 .menuicon1,
a.closebtn {
  text-decoration: none;
  font-size: 1.6rem;
}
.ft_soc a img {
  height: 1.6rem;
}
.copy {
  display: flex;
  color: #fff;
  font-size: 1.4rem;
  margin-top: 4rem;
}

.copy .links {
  display: flex;
  gap: 3rem;
}
.copy .links a {
  color: var(--color-white);
  font-size: 1.6rem;
}
.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;
}

.copy_terms a:last-child {
  border: 0;
}
.copy span {
  font-size: 1.4rem;
  color: var(--color-white);
  font-weight: 500;
  opacity: 0.5;
}
.scrollup {
  width: 2.5rem;
  height: 3.7rem;
  text-indent: -9999px;
  position: fixed;
  bottom: 3rem;
  right: 1rem;
  display: none;
  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-primary);
  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);
  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 0 6px rgba(0, 0, 0, 0.2);
  border: 5px solid var(--color-secondary);
  border-radius: 30px;
  padding: 40px;
}
.pop_content_addr {
  width: 700px;
}
.close_btn {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 10px;
  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: 50px; */
  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_frm .grid {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 50px;
  align-items: center;
}
.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*/
.pop_content .heading-secondary {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5rem;
  border-bottom: 1px solid #ccc;
  color: var(--color-text);
  padding-bottom: 2rem;
}
.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: 400;
  font-size: 14px;
  color: #000;
}
input.c-input,
textarea.c-input,
select.c-input {
  width: 100%;
  float: left;
  height: 60px;
  border-radius: 30px;
  padding: 10px;
  color: #333;
  border: 1px solid #ccc;
  /* margin: 0; */
  font-size: 14px;
  transition: 0.4s;
  background-color: #fff;
  margin-bottom: 2rem;
  padding: 0 30px;
  box-shadow: var(--box-shadow1);
}
.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: 4px;
  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%;
}
.innersec5 .container {
  position: relative;
}
@media only screen and (max-width: 90em) {
  html {
    font-size: 65%;
  }
  .container {
    width: 100%;
    max-width: 90%;
  }
  .banner_hd {
  }
  .headerin {
  }
  .section3::after {
    width: 75rem;
    height: 75rem;
  }
  ul.tabs li .img {
    width: 11rem;
    height: 11rem;
  }
  ul.tabs li {
    gap: 1rem;
  }
  ul.tabs li span {
    font-size: 1.5rem;
  }
  .section5 a h4 {
    font-size: 1.6rem;
  }
  .section5 a p,
  .hm_sol_left a p {
    font-size: 1.4rem;
  }
  .section2_in h2 {
    font-size: 4.8rem;
  }
  .footer {
    padding: 5rem 3rem 2rem;
  }
  .menu > ul > li > a {
    font-size: 1.4rem;
  }
  .headerin {
    padding: 0 0 0 2rem;
  }
  .top_nav {
    padding: 5px 2rem;
  }
  .menu > ul > li {
    padding: 0 1.2rem;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 55.25%;
  }
  .headerin {
  }
  .menu > ul > li > a {
    font-size: 1.4rem;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .section2,
  .section4 {
    background-size: 100%;
  }
  .section3::after {
    width: 60rem;
    height: 60rem;
  }
  ul.tabs li .img {
    width: 10rem;
    height: 10rem;
  }
  ul.tabs li {
    gap: 1rem;
  }
  ul.tabs li span {
    font-size: 1.4rem;
  }
  ul.tabs li.tab_link1 {
  }
  ul.tabs li.tab_link2 {
  }
  ul.tabs li.tab_link3 {
  }
  ul.tabs li.tab_link4 {
  }
  ul.tabs li.tab_link5 {
  }
}
@media only screen and (max-width: 60em) {
  .headerin,
  .section4_btm .owl-carousel .owl-item,
  img.bannerimg1 {
    padding: 0;
  }
  .section4 {
    padding: 5rem 2rem;
  }
  html {
    font-size: 100%;
  }
  .section2_in p,
  p {
    font-size: 1.8rem;
  }
  .container {
    width: 100%;
    max-width: 100%;
  }
  .hc_tabs,
  .menu,
  .tech_tabs {
    display: none;
  }
  .menu2,
  .section1 {
    display: block;
  }
  .menu2 {
    top: 1.8rem;
    right: 0;
  }
  .logo {
    padding: 0;
    height: auto;
  }
  .logo a {
    background-size: 96% !important;
  }
  .pavcontentslider .carousel-control img {
    width: 20px !important;
  }
  .banner_hd img {
    width: 21rem;
    left: 6.5%;
  }
  .carousel-fade .carousel-inner .item,
  .home_link,
  .hl_video video,
  .home_link::before {
    height: 60vh;
    /* overflow: hidden; */
  }
  .sec2_right {
    margin-top: 5rem;
  }
  .section5 ul li {
  }
  .sec2_right::before {
    top: 0;
    height: 65vh;
  }
  .btn::before {
    height: 2px;
  }
  .bannerboxcont,
  .bannerimgg {
    height: auto;
    left: 0;
    width: 100%;
    padding: 0;
  }
  img.bannerimg1 {
    width: 100%;
    height: auto;
    /* height: 58rem; */
    margin: auto;
    object-position: right center;
    object-fit: cover;
  }
  #pavcontentslider8 .carousel-indicators {
    left: 2rem;
    top: 10%;
    bottom: auto;
  }
  .hl_video img {
    z-index: 1;
    height: auto;
    width: 200%;
    object-fit: cover;
    object-position: center center;
    top: -40%;
    transform: translateY(-70%);
    left: -20%;
  }
  .bannerboxcont {
    padding: 5rem 2rem !important;
  }
  .bannerimgg {
    position: relative;
    top: 0;
  }
  .banner_txt {
    width: 100%;
    left: 0;
    top: 22% !important;
    padding: 0 20px !important;
  }
  .banner_hd {
    padding: 10px 0;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: 0rem;
    margin-top: 0;
    letter-spacing: 0;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    width: 100%;
    overflow: hidden;
  }
  .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,
  .section7_in,
  .section6 ul,
  .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,
  .section7_in h2,
  .section6 h2 {
    font-size: 3.2rem;
  }
  .section2 h3,
  .section2 p,
  .section3 .h6,
  .section4 .h6 {
    /* font-size: 1.4rem; */
    width: 100%;
  }
  .section4_grid a h4 {
    font-size: 1.8rem;
  }

  .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;
  }

  .footer_top,
  .ft_links {
    flex-direction: column;
  }
  .section2_in2 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section3 ul {
    padding: 0 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .copy {
    padding: 1rem 2rem;
  }
  .footer_top h2 {
    font-size: 2.8rem;
  }
  .section4_item {
    padding: 6rem 2rem 2rem;
  }
  .section2_in_right ul li:nth-child(2) {
    right: 1%;
  }
  .home_link::after {
    background-size: 210%;
  }
  .section2 {
    padding: 5rem 2rem;
  }
  ul.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  ul.tabs li {
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: auto;
  }
  ul.tabs li.tab_link3 {
    transform: translate(0, 0);
    margin: 0;
  }
  ul.tabs li span {
    display: none;
  }
  ul.tabs li .img {
    width: 7rem;
    height: 7rem;
    margin: 0;
    border-radius: 2rem;
  }
  ul.tabs li .img img {
    height: 4rem;
  }
  .tab_info {
    max-width: 90%;
    border-radius: 1rem;
  }
  .tab_info::before {
    border-radius: 1rem;
  }
  ul.tabs li.tab_link3 .img {
    margin: 0;
  }
  .section3 h3 {
    margin-bottom: 5rem;
  }
  .section3::after {
    display: none;
  }
  .sec4_box {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
  .sec4_top_ul li:first-child,
  .sec4_top_ul li:last-child,
  .sec4_bottom_ul li:first-child,
  .sec4_bottom_ul li:last-child {
    transform: translate(0, 0);
  }
  .section4 {
    background-size: 100%;
  }
  .section5 {
    padding: 5rem 2rem;
  }
  .section5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section5 .owl-carousel .owl-stage-outer {
    margin: 0;
    padding: 7rem 0 0;
  }
  .section5 p {
    width: 100%;
    font-size: 2rem;
  }
  .section5 a h4 {
    font-size: 2.8rem;
  }
  .section5 a p {
    font-size: 1.8rem;
  }
  .section5 .owl-nav {
    left: auto;
    right: 0;
    top: 7rem;
  }
  .section6 {
    padding-top: 0;
  }
  .section6 img {
    position: relative;
    margin-bottom: 3rem;
    height: auto;
    width: 100%;
  }
  .section61 .col-sm-6 {
    padding: 2rem !important;
  }
  .section7 .col-sm-12,
  .section7 .col-sm-6 {
    width: 100%;
  }
  .section4_grid_r {
    background-image: none;
  }
  .section4_grid_r hr {
    border-top: 2px solid #0877b9;
    margin: 3rem 0;
    display: none;
  }
  .section4_grid_r_bx1 {
  }
  .section4_grid_r_bx2 {
    margin: 2rem 0;
  }
  .section4_grid_r_bx3 {
    margin-bottom: 0;
  }
  .section4_grid_r_bx4 {
    margin-top: 0;
  }
  .section5 ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section5 ul li:nth-child(1) {
    grid-column: 1;
    /* grid-row: 1 / span 2; */
  }
  .section5 ul li:nth-child(6) {
    grid-column: 1;
    /* grid-row: 1 / span 2; */
  }
  .section5 ul li:nth-child(7) {
    grid-column: 1;
    /* grid-row: 1 / span 2; */
  }
  .home_staffing_grid .col-sm-6 {
    margin: 0 0 15rem;
  }
  .home_staffing_grid .col-sm-6:last-child {
    margin-bottom: 0;
  }
  .section5 .col-sm-3:nth-child(2n) {
    position: relative;
    top: 0;
  }
  .home_industries ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .home_car_bx {
    width: 100%;
  }
  .copy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .copy .links {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 2rem;
  }
  .requestcall {
    padding: 2rem;
  }
  .carousel-control.left {
    left: 4rem;
  }
  .carousel-control.right {
    left: 10rem;
  }
  .hm_solutions a img {
    max-width: 100%;
    max-height: fit-content;
  }
  .hm_solutions a {
    width: 90%;
  }
  .section4_grid_r_bx1 h3 {
    font-size: 2.1rem;
  }
  .section4_grid_r_bx1 p,
  .footer_menu ul li a {
    font-size: 1.8rem;
  }
  .footer {
    padding: 3rem 2rem;
  }
  .section5 h3,
  h3.fore_front_hd1 {
    font-size: 3.2rem;
  }
  .section2_in h3 {
    font-size: 2.1rem;
  }
  .section2_in h2 span {
    font-size: 1.4rem;
  }
  .home_solutions_grid,
  .home_enterprise {
    grid-template-columns: repeat(1, 1fr);
  }
  .hm_sol_left a:nth-child(2) {
    position: relative;
    right: 0;
  }
  .hm_sol_right a:nth-child(2) {
    right: auto;
    left: 0;
  }
  .home_enterprise div h3 {
    font-size: 3.2rem;
  }
  .home_enterprise div.home_enterprise_bx3 {
    border-bottom: 1px solid #dadada;
  }
  .home_industries {
    display: block;
  }
  .home_industries h3.fore_front_hd1 {
    padding: 5rem 0;
  }
  .bannerboxcont1 {
    /* padding-top: 8%; */
  }
  .section2_in h2,
  h2 {
    font-size: 3.2rem;
  }
  a.homs_sol_bx_1 h3 {
    font-size: 2.1rem;
  }
  .home_blogs ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_box1 {
    display: block;
  }
  .requestcall {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .requestcall::before {
    display: none;
  }
  .footer_box1_info a {
    margin-bottom: 2rem;
    display: inline-block;
  }
  .footer_box1_info {
    padding: 3rem;
  }
  .footer_box1_info .col-sm-8 .col-sm-6,
  .footer_box1_info .col-sm-8 .col-sm-12 {
    padding: 0;
  }
  .ft_soc a {
    display: flex;
  }
  .section2 ul,
  .section2_bx1_right,
  .testimonials_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2_bx1 {
    /* padding: 5rem; */
  }
  .footer .links {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .footer .links a {
    padding: 0 2rem 0 0;
  }
  .scrollup {
    right: auto;
    left: 1rem;
  }
  .top_nav {
    display: none;
  }
  body {
    padding-top: 7rem;
  }
  .home_solutions p,
  .testimonials_top p {
    width: 100%;
  }
  .home_solutions ul,
  .home_packages .grid,
  .footer .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer h2 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .pop_content {
    width: 90%;
    margin-top: 10rem;
  }
  .pop_content .heading-secondary {
    font-size: 2.4rem;
  }
  .col-sm-12 {
    display: table;
    width: 100%;
  }
  .login_pop,
  .new_address_bill,
  .new_address_shipp,
  .edit_address_pop,
  .prescriptions_pop,
  .po_error_pop {
    z-index: 999999;
  }
}
@media only screen and (max-width: 37.5em) {
  html {
    font-size: 50%;
  }
}
