@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap");
.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}
body {
  font-family: "proxima";
  padding-top: 80px;
  font-weight: 500;
  overflow-x: hidden;
}
.container {
  width: 1310px;
  margin: auto;
}
::-webkit-scrollbar {
  display: none;
}
p {
  font-size: 19px;
  line-height: 1.6;
  color: #002346;
  font-weight: 400;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima";
  margin: 0;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 99;
}

.header.fixed {
  -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);
  background-color: #fff;
}

.logo {
  float: left;
  padding: 3px 0 2px;
}
.logo a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.logo a img {
  height: 80px;
}

.header_right {
  clear: both;
  width: 100%;
  display: table;
}

.menu {
  float: right;
}

.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.menu > ul > li {
  /* position: relative; */
  display: inline-block;
  padding: 0px 12px;
}
.menu > ul > li.posrel {
  position: relative;
}
.menu > ul > li > a {
  line-height: 85px;
  height: 85px;
  color: #002346;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  position: relative;
  /* font-weight: 500; */
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.menu > ul > li > a span {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #002346;
  transition: all 0.3s;
}
.menu > ul > li:hover > a span {
  border-top: 5px solid #fe8a17;
}
/* .menu > ul > li.last {
  padding: 0 0 0 10px;
}
.menu > ul > li.last1 {
  padding: 0 5px;
}
.menu > ul > li.last > a,
.menu > ul > li.last1 > a {
  background-color: #2267ac;
  color: #fff;
  border-radius: 30px;
  padding: 0 25px;
  height: 38px;
  line-height: 38px;
  margin-top: 18px;
  font-family: "proxima";
  font-weight: normal;
}
.menu > ul > li.last1 > a {
  background-color: #fe8a17;
}
.menu > ul > li.last > a:hover,
.menu > ul > li.last1 > a:hover {
  background: #002346;
  color: #fff;
} */
/* .menu > ul > li > a:before {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  height: 5px;
  transform: scaleX(0);
  transform-origin: center center;
  background-color: #1551ec;
  opacity: 0.13;
}
.menu > ul > li:last-child > a:before {
  display: none;
}
.menu > ul > li:hover > a:before,
.menu > ul > li > a.active:before {
  transform: scaleX(100%);
} */
.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: #fe8a17;
}

.megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  padding: 30px;
  /* border-top: 3px solid #1551ec; */
  border-top: 3px solid #fe8a17;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  height: 0;
  background-color: #fff;
}
/* 
.megamenu:before {
  position: absolute;
  left: 40px;
  top: -10px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1551ec;
} */

.menu > ul > li:hover .megamenu {
  opacity: 1;
  -webkit-animation: Grow 0.4s ease-in-out;
  animation: Grow 0.4s ease-in-out;
  visibility: visible;
  height: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.megamenu ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.menu > ul > li.posrel .megamenu {
  padding: 0;
  width: 240px;
}
.menu > ul > li.posrel .megamenu ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
}
.megamenu ul li {
  float: left;
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  padding: 0;
}

.megamenu ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  line-height: 22px;
  display: block;
  font-size: 16px;
  width: 100%;
  /* border-bottom: 1px solid #eaeaea; */
}

.megamenu ul li:last-child a {
  border: 0;
}

.megamenu ul li a:hover {
  color: #fe8a17;
  transition: all 0.3s ease 0s;
}

/*----------banner-----------*/

.mtop1 {
  height: 80px;
}
.main_banner {
  background-color: #002346;
}
.main_banner:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80%;
  background: linear-gradient(to right, #010d42, transparent);
  opacity: 0.9;
  height: 100%;
  z-index: 1;
}
.main_banner:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  background-image: url(../images/banner_shape.svg);
  background-repeat: no-repeat;
  background-size: 78%;
  background-position: 20px center;
  height: 100%;
  z-index: 1;
  opacity: 0.9;
}

.carousel-inner .item img {
  width: 100%;
}

.banner_txt {
  top: 0 !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  margin: auto;
  left: 0%;
  margin: auto;
  visibility: hidden !important;
}
.banner_txt_in {
  position: relative;
  width: 55%;
  padding: 0px;
  display: table;
  margin-top: 200px;
}

/* .banner_txt_in::before {
  position: absolute;
  left: -50px;
  bottom: -40px;
  content: "";
  width: 50%;
  height: 300px;
  background: linear-gradient(
    to right,
    rgba(27, 98, 251, 0.44) 0%,
    rgba(7, 28, 183, 0.44) 100%
  );
  border-radius: 30px;
  z-index: -1;
} */
.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}

.banner_hd {
  color: #fff;
  font-size: 50px;
  line-height: 1.2;
  padding-bottom: 15px;
  position: relative;
  font-weight: 500;
}
.kalam-color {
  font-family: "Kalam";
  color: #fe8a17;
}
.banner_cont {
  color: #fff;
  font-size: 19px;
  line-height: 1.6;
  display: block;
  padding: 0px;
  width: 70%;
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 20px;
}
.banner_r_link {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #002346;
}
.banner_r_link:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.banner_r_link span {
  color: #002346;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.banner_r_more a {
  text-decoration: none;
  color: #002346;
  background-color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #002346;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 20px;
  position: relative;
  gap: 10px;
  align-items: center;
  letter-spacing: 1px;
}
.banner_r_more a.hirebtn {
  background-color: #010d42;
  border-color: #fff;
  color: #fff;
}
.banner_r_more a:hover {
  background-color: #2267ac;
  color: #fff;
}
.carousel-control {
  z-index: 999;
  width: auto;
  height: auto;
  top: auto;
}
.carousel-control.left {
  left: 8%;
  right: auto;
  bottom: 18px;
}
.carousel-control.right {
  left: 14%;
  right: auto;
  bottom: 18px;
}
.carousel-control img {
  height: 15px;
}
/*----------banner-----------*/

/*t_banner1*/
.t_banner1 {
  position: relative;
  width: 100%;
  display: block;
}
.t_banner1::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background: #c7e3ff;
  opacity: 0.67;
  height: 100%;
  z-index: 1;
}
.t_banner1 img {
  display: block;
  width: 100%;
}
.t_banner1_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}
.t_banner1_inner_1 {
}
.abs_img {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 44%;
}
.abs_img img {
  display: block;
}
.banner_slides .owl-dots,
.banner_slides .owl-nav {
  display: none;
}
.t_banner_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.t_banner_info h2 {
  color: #010d42;
  font-size: 38px;
  line-height: 1.2;
  padding-bottom: 15px;
  position: relative;
  font-weight: 600;
}
.t_banner_info h2 span {
  font-family: "Kalam";
  color: #fe8a17;
}
.t_banner_info p {
  font-size: 24px;
  line-height: 1.4;
  color: #002346;
  font-weight: 400;
}
.t_banner_info a {
  text-decoration: none;
  color: #fff;
  background-color: #2267ac;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
.t_banner_info a:hover {
  background-color: #002346;
}
/*t_banner1*/

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 50px 0;
  background-color: #fff;
  position: relative;
}
.section1_grid {
  display: grid;
  grid-template-columns: 43fr 57fr;
  gap: 80px;
  align-items: center;
}
.section1 h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 42px;
}
.section1 img {
  width: 100%;
  display: block;
}
.section1_links {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 20px;
}
.section1_links a {
  text-decoration: none;
  color: #fff;
  background-color: #2267ac;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.section1_links a:last-child {
  background-color: #fe8a17;
}
.section1_links a:hover {
  background-color: #002346;
}
.section1_flex {
  padding: 50px 30px 0;
  display: flex;
  justify-content: space-between;
}
.sec1_counter {
  position: relative;
  display: block;
  padding: 25px 0 25px 50px;
  z-index: 1;
}
.sec1_counter::before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 150px;
  height: 150px;
  border-radius: 40px;
  background-color: #f5f8fb;
  content: "";
  z-index: -1;
}
.sec1_counter h3 {
  font-size: 78px;
  font-weight: 500;
  margin: 0;
}
.sec1_counter p {
  font-size: 19px;
}
/*-------section1---------*/

/*whychooseus_old*/
.whychooseus_old {
  padding: 100px 0;
  width: 100%;
  display: block;
  background-image: url(../images/bg-oval1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 96%;
}
.whychooseus_top_old {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 20px;
  margin-bottom: 75px;
}
.whychooseus_top_left_old h2,
.whychooseus_btm_right_old h2 {
  color: #010d42;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 48px;
}
.whychooseus_top_right_old {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.why_tr_bx1_old {
  padding: 30px 20px;
  background-color: #fff;
  border-top: 2px solid #fe8a17;
  text-align: center;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.why_tr_bx1_old span {
  background-color: #2267ac;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin: auto;
}
.why_tr_bx1_old span img {
  height: 35px;
  display: block;
}
.why_tr_bx1_old h3 {
  margin: 30px 0 15px;
  font-size: 18px;
}
.why_tr_bx1_old p {
  font-size: 16px;
  padding: 0 15px;
}
/*whychooseus_old*/

/*whychooseus*/
.whychooseus {
  padding: 70px 0;
  width: 100%;
  display: block;
  /* background-image: url(../images/bg-oval1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 96%; */
  background-image: url(../images/Fun-with-HB-texture-2-1.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center center;
}
.whychooseus::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ededed;
  opacity: 0.3;
}
.whychooseus_top {
  display: grid;
  grid-template-columns: 30fr 70fr;
  gap: 20px;
  margin-bottom: 75px;
}
.whychooseus_top_left h2,
.whychooseus_btm_right h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  text-align: center;
}
.whychooseus_top_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 50px;
}
.why_tr_bx1 {
  padding: 30px 15px;
  background-color: #fff;
  border-bottom: 2px solid #fe8a17;
  text-align: center;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  /* border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px; */
}
.wtrb_img {
  width: 100%;
  height: 225px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.wtrb_img img {
  position: absolute;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  display: block;
}
.why_tr_bx1_img {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why_tr_bx1 img {
  max-height: 90px;
  max-width: 55%;
  display: block;
  margin: auto;
}
.why_tr_bx1 h3 {
  margin: 20px 0 15px;
  font-size: 18px;
}
.why_tr_bx1 p {
  font-size: 16px;
  padding: 0 15px;
  height: 150px;
  overflow: hidden;
}
.why_tr_bx1 a {
  text-decoration: none;
  color: #fff;
  background-color: #2267ac;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.why_tr_bx1 a:hover {
  background-color: #002346;
}
.whychooseus_btm {
  display: grid;
  grid-template-columns: 45fr 65fr;
  gap: 100px;
}
.whychooseus_btm_left {
  position: relative;
}
.ratings_round1 {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.078);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 150px;
  margin-left: 80px;
  background-color: #fff;
}
.ratings_round2 {
  width: 230px;
  height: 230px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.ratings_round1 h2 {
  font-size: 60px;
}
.ratings_round1 img {
  height: 15px;
}
.ratings_round1 p {
  opacity: 0.5;
  margin-top: 10px;
}
.whychooseus_btm_right h2 {
  margin-top: 50px;
}
/*whychooseus*/

/*home_careers*/
/* .home_careers {
  padding: 80px 0;
  width: 100%;
  background-image: url(../images/26829.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
} 
.home_careers::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #00274d;
  opacity: 0.87;
}*/
.home_careers {
  padding: 60px 0;
  width: 100%;
  background-image: url(../images/community-young-people-happy-t.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.home_careers::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2267ac;
  opacity: 0.87;
}
.home_careers_flex {
  display: flex;
  position: relative;
  padding: 0 100px;
  justify-content: space-between;
}
.home_careers_left {
}
.home_careers_flex h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 48px;
}
.home_careers_flex h2 span {
  font-family: "Kalam";
}
.home_careers_flex p {
  color: #fff;
}
.home_careers_right {
  background-color: #fff;
  padding: 30px;
  box-shadow: 12px 12px 99px rgba(34, 103, 172, 0.2);
  position: absolute;
  bottom: -60px;
  width: 35%;
  right: 100px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home_careers_right input.form-control,
.home_careers_right textarea.form-control {
  border-radius: 0;
  height: 50px;
  border: 0;
  padding: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(1, 13, 66, 0.5);
  font-size: 18px;
  color: #000;
}
.home_careers_right textarea.form-control {
  height: 100px;
  padding-top: 20px;
}
.home_careers_right input.btn {
  margin-top: 15px;
  color: #fff;
  background-color: #fe8a17;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 7px 20px;
  position: relative;
}
.home_careers_right input.btn:hover {
  background-color: #002346;
}
/*home_careers*/

/*home_qlinks*/
.home_qlinks {
  padding: 50px 0;
  width: 100%;
  display: block;
  /* background-image: url(../images/qlinkbg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top; */
  background-image: url(../images/bg-oval-1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 85%;
  position: relative;
}
.home_qlinks1 {
  background-image: url(../images/bg-oval-2.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 90%;
}
.home_qlinks_inner {
  padding: 0 150px;
}
.home_qlinks_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}
.home_qlinks_grid1 {
  margin-bottom: 0;
  grid-template-columns: 53fr 47fr;
}
.home_qlinks_grid h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
}
.home_qlinks_grid img {
  width: 95%;
  display: block;
}
.home_qlinks_grid a {
  text-decoration: none;
  color: #fff;
  background-color: #2267ac;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
  margin-top: 15px;
  letter-spacing: 0.5px;
}
.home_qlinks_grid a:hover {
  background-color: #002346;
}
/*home_qlinks*/

.home_two {
  background-image: url(../images/bg-oval2.svg);
  background-repeat: no-repeat;
  background-position: right 50px;
  background-size: 85% auto;
}

/*home_solutions*/
.home_solutions {
  padding: 50px 0;
  width: 100%;
  display: block;
}
.home_solutions_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.home_solutions_top h2 {
  color: #010d42;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
}
.home_solutions_top .section1_links {
  margin-top: 0;
}
.home_sol_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 10px;
  border-radius: 20px;
  align-items: center;
  margin-bottom: 15px;
  gap: 10px;
}
.home_sol_full_grid {
  grid-template-columns: repeat(1, 1fr);
}
.hsb_col1 {
  background-color: #d2e8ff;
}
.hsb_col2 {
  background-color: #ffdff1;
}
.hsb_col3 {
  background-color: #eeeafb;
}
.hsb_col4 {
  background-color: #f4f3df;
}
.hsb_col5 {
  background-color: #a8e5d7;
}
.hsb_col6 {
  background-color: #ffe8df;
}
.home_sol_box img {
  width: 100%;
  display: block;
}
.home_sol_box_info {
  padding: 0 15px;
}
.home_sol_full_grid .home_sol_box_info {
  padding: 15px;
}
.home_sol_box h3 {
  color: #2d2252;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 15px;
}
.home_sol_box p {
  color: #2d2252;
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.home_sol_box a {
  text-decoration: none;
  color: #fff;
  background-color: #2267ac;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  padding: 10px 30px;
  position: relative;
}
.home_sol_box.hsb_col2 a {
  background-color: #8c034b;
}
.home_sol_box.hsb_col3 a {
  background-color: #9372ff;
}
.home_sol_box.hsb_col4 a {
  background-color: #7a7730;
}
.home_sol_box.hsb_col5 a {
  background-color: #09896c;
}
.home_sol_box.hsb_col6 a {
  background-color: #fe8a17;
}
.home_sol_box a:hover {
  background-color: #002346;
}
/*home_solutions*/

/*home_industries*/
.home_industries {
  padding: 100px 0;
  width: 100%;
  display: block;
}
.home_industries h2 {
  color: #010d42;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 48px;
  text-align: center;
}
.home_industries ul {
  margin-top: 30px;
}
.home_industries ul li {
}
.home_industries ul li a {
  text-decoration: none;
  display: block;
  color: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
}
.hi_img {
  position: relative;
  display: block;
}
.hi_img::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #2267ac;
  opacity: 0.79;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.hi_img img {
  width: 100%;
  display: block;
}
.hi_info {
  padding: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.hi_info img {
  height: 50px;
  transition: all 0.3s;
}
.hi_info h3 {
  margin: 15px 0;
  color: #fff;
  transition: all 0.3s;
}
.hi_info p {
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.3s;
}
.home_industries ul li a:hover .hi_info img {
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.home_industries ul li a:hover .hi_info p {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.home_industries .owl-dots {
  position: absolute;
  bottom: -50px;
  width: auto;
  margin: auto;
  display: table;
  left: 0;
  right: 0;
}
/*home_industries*/

/*-------section2---------*/
.section2 {
  width: 100%;
  display: block;
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}
.section2in {
  position: relative;
  width: 100%;
  z-index: 9;
  padding-left: 100px;
}
.section2in h2 {
  color: #010d42;
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 48px;
}
.home_testimonials {
  position: relative;
  padding: 50px;
  background-color: #fff;
  box-shadow: 12px 12px 35px rgba(34, 103, 172, 0.078);
}
.home_testimonials::before {
  position: absolute;
  left: 5px;
  top: -20px;
  width: 40px;
  height: 40px;
  content: "";
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-size: 40px;
}
.home_testimonials p {
}
.home_testimonials h3 {
  margin: 30px 0 5px;
  font-size: 16px;
}
.home_testimonials span {
  opacity: 0.5;
  color: #002346;
  font-size: 14px;
}
.section2in .owl-stage {
  left: -110px;
  padding: 40px 20px;
}
.section2in .owl-theme .owl-nav {
}
.section2in .owl-theme .owl-nav [class*="owl-"] {
}
.section2in .owl-nav {
  top: 55% !important;
  width: auto;
  left: -49%;
  width: 200px;
}
.section2in .owl-dots {
  top: 55% !important;
  width: auto;
  left: -46%;
  display: block;
  bottom: auto;
}
.section2in .owl-prev {
  margin: 0;
}
/*-------section2---------*/

/*footer*/
.footer {
  padding: 60px 0 30px;
  background-color: #00274e;
  position: relative;
  width: 100%;
}
.footer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.footer_top_left h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
}
.footer_top_left h2 span {
  font-family: "Kalam";
}
.footer_right_in {
  display: grid;
  grid-template-columns: 45fr 15fr 25fr 15fr;
  gap: 50px;
}
.footer_right_in h3 {
  color: #00c3ff;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}
.footer_right_in ul.ft_alter li {
  display: inline-block;
  width: 50%;
  float: left;
}
.footer_right_in ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
  line-height: 1.6;
}
.footer_right_in ul li a:hover {
  color: #00dcff;
}
.footer_right_in h4 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.footer_right_in p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.footer_right_in p a {
  color: #00dcff;
  text-decoration: none;
  display: block;
  clear: both;
}
.footer_socical {
  display: flex;
  gap: 30px;
  position: relative;
}
.footer_socical a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
}
.footer_socical a:hover {
  opacity: 0.5;
}
.footer_socical a img {
  height: 20px;
}
.footer_menu_last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer_menu_last img {
  width: 100%;
  display: block;
}
.copy {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  margin-top: 15px;
  font-weight: 400;
  position: relative;
  text-align: right;
}
.copy::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.5;
}
.copy span {
  padding-left: 30px;
  background-color: #00274e;
  display: inline-block;
  position: relative;
}
/*footer*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}
.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}
.sidemenu span {
  float: left;
}
.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}
.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #fd8916;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.fixed1 .icon-bar {
  background: #fd8916;
}
/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}
.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.cart_bx1 {
  width: 90%;
  background-color: #003d7a;
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
  background-image: url("../images/hpat.png");
}
.left1 {
  right: 2100px;
  z-index: 9999999;
  transition: ease all 0.8s;
}
.menu2 {
  right: 2100px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 999999;
}
.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}
.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}
.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}
.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}
.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #2e3192;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}
a.closebtn img {
  width: 26px;
}
a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #1551ec;
  background-color: #1551ec;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

/*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.8);
  z-index: 99999;
  display: none;
}
.pop_content {
  /* width: 400px; */
  width: 100%;
  max-width: 650px;
  display: table;
  margin-top: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #003d7a;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
  border-radius: 0px;
}
.pop_content_addr {
  width: 700px;
}
.close_btn {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fe8a17;
  border: 1px solid #010d42;
  transition: all 0.3s;
  border-radius: 40px;
  opacity: 1;
  padding: 0px;
  color: #fff;
  margin: 0 !important;
  cursor: pointer;
}
.close_btn:hover {
  opacity: 1;
  background-color: #000;
}
.modal-header {
  border-bottom: 0;
}
.modal-header h2 {
  border-bottom: 0;
  color: #fff;
  padding-top: 20px;
  font-size: 38px;
  text-align: center;
  font-weight: 600;
}
.modal-body .form-control {
  height: 40px;
  margin-bottom: 15px;
  color: #000;
  font-size: 16px;
}
.modal-body select.form-control {
  cursor: pointer;
}
.modal-body textarea.form-control {
  height: 100px;
}
.modal-body input.btn {
  color: #fff;
  background-color: #fe8a17;
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  border-radius: 30px;
  border: 1px solid #010d42;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 18px;
  padding: 10px 20px;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  display: table;
  margin: auto;
}
.modal-body input.btn:hover {
  background-color: #002346;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
/*login_popup*/

option,
select {
  font-family: "proxima";
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 55px;
  }
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .footer {
    overflow: hidden;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  .menubar {
    display: none;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 5px;
    right: 10px;
    z-index: 99999;
  }
  .menu {
    display: none;
  }

  .banner_hd {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
  .banner_hd br {
    display: none;
  }
  .banner_cont {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    width: 100%;
  }
  .banner_r_more {
    margin-top: 0;
  }
  .banner_txt {
    top: auto !important;
    padding: 0 15%;
    bottom: 0;
  }
  .banner_r_link span {
    font-size: 12px;
  }
  .banner_r_more a {
    padding: 7px 15px;
    font-size: 12px;
  }
  .banner_r_link {
    padding-right: 10px;
    margin-right: 10px;
  }
  .abs_img {
    position: relative;
    width: 100%;
    right: auto;
  }
  .pavcontentslider .pav-caption {
    overflow: hidden;
  }
  .logo a img {
    height: 55px;
    padding: 0px 0 5px 10px;
  }
  .carousel-inner .item picture img {
    height: 70vh;
    object-fit: cover;
    object-position: center center;
  }
  .banner_txt_in {
    width: 100%;
    padding: 25px;
    margin: 0;
  }
  .pavcontentslider .carousel-indicators {
    display: none;
  }
  .section1,
  .section2 {
    padding: 50px 20px;
  }
  .section1 h2,
  .section2in h2,
  .section3 h2 {
    font-size: 32px;
  }

  .sec1_counter::before {
    height: 130px;
  }
  .section1_btm ul,
  .section1_btm,
  .section4,
  .section4 .sec4_right ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1_btm ul li p,
  .sec4_left_in p {
    font-size: 19px;
  }
  .section2in {
    padding: 0;
  }
  .section2in h2 {
    margin-top: 0;
  }
  .section2in h3 {
    width: 100%;
  }
  .section2in .owl-stage {
    left: 0;
  }
  .section2in .owl-dots {
    left: 0;
    width: 100%;
    text-align: center;
    top: auto !important;
    bottom: -30px;
  }
  .section4 .sec4_left {
    display: block;
    width: 100%;
    padding: 50px 25px;
  }
  .sec4_left_in h2,
  .section4 .sec4_right ul li h4,
  .section5 h2 {
    font-size: 24px;
  }
  .section5 {
    background-position: left;
  }
  .footer {
    padding: 40px 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer_logo {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 25px;
    justify-content: center;
  }
  .footer_right_in,
  .section1_grid,
  .whychooseus_top,
  .whychooseus_top_right,
  .whychooseus_btm,
  .home_qlinks_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1_grid {
    gap: 30px;
  }
  .copy {
    font-size: 12px;
  }
  .section1_flex {
    flex-direction: column;
    gap: 10px;
  }
  .whychooseus_top {
    padding: 0 20px;
  }
  .whychooseus_top_left h2,
  .whychooseus_btm_right h2 {
    font-size: 32px;
  }

  .ratings_round1 {
    width: 150px;
    height: 150px;
    margin-left: 20px;
  }
  .ratings_round2 {
    width: 200px;
    height: 200px;
    right: 10px;
  }
  .whychooseus_btm {
    gap: 0px;
  }
  .whychooseus_btm_right h2 {
    font-size: 24px;
    text-align: center;
    padding: 0 20px;
  }
  .home_careers_flex {
    padding: 0 20px;
    flex-direction: column;
    gap: 0px;
  }
  .home_careers_flex h2,
  .home_qlinks_grid h2,
  .home_industries h2 {
    font-size: 26px;
  }
  .home_careers_right {
    position: relative;
    width: 100%;
    margin-top: 0px;
    right: 0;
  }
  .home_qlinks_inner {
    padding: 0 20px;
  }
  .home_qlinks_grid {
    gap: 20px;
  }
  .home_qlinks_grid1 > div {
    order: 2;
  }
  .home_qlinks_grid1 img {
    order: 1;
  }
  .home_industries {
    padding: 50px 20px;
  }
  .owl-theme .owl-nav {
    display: none;
  }
  .footer_top {
    flex-direction: column;
    gap: 20px;
  }
  .footer_top_left h2 {
    font-size: 21px;
  }
  .footer_right_in {
    padding-left: 0;
    gap: 20px;
  }
  .pop_content {
    width: 90%;
  }
  .modal-header h2,
  .home_solutions_top h2 {
    font-size: 21px;
  }
  .modal-body input.btn {
    font-size: 14px;
  }
  .sec1_counter h3 {
    font-size: 56px;
  }
  .footer_right_in ul li a {
    font-size: 12px;
  }
  .home_solutions {
    padding: 40px 20px;
  }
  .home_solutions_top {
    flex-direction: column;
  }
  .home_solutions_top .section1_links a {
    padding: 10px;
    margin-top: 15px;
  }
  .home_sol_box {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer_menu_last img {
    width: auto;
    margin-top: 40px;
  }
  .whychooseus_top_old {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 20px;
  }
  .whychooseus_top_right_old {
    grid-template-columns: repeat(1, 1fr);
  }
  .whychooseus_top_left_old h2,
  .whychooseus_btm_right_old h2,
  .t_banner_info h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }
  .home_careers_right {
    bottom: auto;
  }
  .t_banner_info {
    display: grid;
    padding: 30px;
    gap: 30px;
  }
  .t_banner_info p {
    font-size: 18px;
    margin-bottom: 0;
  }
  .abs_img {
    display: none;
  }
  .t_banner1_inner {
    position: relative;
  }
  .t_banner1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 480px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .banner_txt {
    top: 35% !important;
  }
  .banner_hd {
    font-size: 48px;
    line-height: 52px;
  }
  .box2 ul li {
    float: left;
    display: inline-block;
    clear: none;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .menu > ul > li {
    margin: 0;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .logo {
    margin: 0;
    padding: 0;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .menu ul {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  .section2in {
    padding-left: 50px;
  }
  .section2in h2 {
    font-size: 28px;
  }
  .section2in .owl-stage {
    left: -20px;
  }
  .banner_hd {
    font-size: 36px;
    line-height: 55px;
  }
  .box2cont p {
    min-height: 78px;
  }
  .logo a img {
    height: 45px;
    margin-top: 20px;
    margin-left: 15px;
  }
  .footer {
    padding: 0 30px;
    gap: 50px;
  }
  .footer_logo img {
    height: 90px;
  }
  .section4 .sec4_left {
    padding: 50px;
  }
  .sec4_left_in h2,
  .section3 h2 {
    font-size: 26px;
  }
  .section4 .sec4_right ul li h4 {
    font-size: 24px;
  }
  .section4 .sec4_right ul li {
    padding: 30px;
  }
  .section4 .sec4_right ul li p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1320px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 50px;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .header {
    padding: 0;
  }
  .logo a img {
    height: 55px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .section2in {
    padding-left: 50px;
  }
}
