*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}
p {
  color: #354154;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Plus Jakarta Sans", sans-serif;
  letter-spacing: 0.5px;
}
.main_home_mob {
  width: 100%;
  display: block;
  overflow: hidden;
}
.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;
}

.container {
  max-width: 1280px;
  margin: auto;
}

.container1 {
  max-width: 1280px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
  position: relative;
  /* padding-top: 120px; 
  height: 110vh;
  background-color: #142243; */
  background: rgb(0, 43, 115);
  background: linear-gradient(
    135deg,
    rgba(0, 43, 115, 1) 0%,
    rgba(33, 67, 125, 1) 20%,
    rgba(26, 77, 164, 1) 44%,
    rgba(52, 84, 138, 1) 100%
  );
  overflow: hidden;
}
.hometopsection svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 110vh;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.hometopsection::before {
  background-image: url(../images/banner_designs.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  background-size: 100%;
}
/* .hometopsection::after {
  background-color: #011b45;
  opacity: 0.84;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110%;
  height: 110%;
  content: "";
  transform: translate(-50%, -60%) rotate(-4deg);
} */
/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
  /* background-color: #142243; */
  padding: 0 100px;
}
#header.fixed1.fixed2 {
  /* background-color: #fff;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15); */
  background: linear-gradient(
    135deg,
    rgba(0, 43, 115, 1) 0%,
    rgba(33, 67, 125, 1) 20%,
    rgba(26, 77, 164, 1) 44%,
    rgba(52, 84, 138, 1) 100%
  );
}
.header_in {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: space-between;
}
.logo {
  float: left;
  height: 100px;
  line-height: 100px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
  /* background-color: #fff;
  position: absolute;
  left: 0;
  top: 0; */
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 360px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
  padding: 0 30px;
  position: relative;
  text-decoration: none;
  outline: 0;
}
/* .logo a::before {
  width: 0;
  height: 0;
  border-top: 55px solid #fff;
  border-right: 210px solid transparent;
  position: absolute;
  left: 0;
  bottom: -54px;
  content: "";
} */
#header.fixed1 .logo {
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  float: left;
}

#header.fixed1 .logo a {
  background-image: url(../images/logo.png);
  /* margin: auto; display: table; */
  /* background-size: 100%; */
  background-position: center center;
  transition: all 0.3s ease 0s;
}
.headerright1 {
  float: right;
  text-align: right;
}

.topmenubx {
  display: inline-block;
}

.topnav {
  padding: 11px 0 0;
}

.topnav ul {
  list-style: none;
  display: inline-block;
}

.topnav ul li {
  display: inline-block;
  margin: 0 5px;
}

.topnav ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  padding: 0 16px;
  box-shadow: 1px 1px 3px 0 rgb(144, 168, 215) !important;
  padding: 5px 15px;
  letter-spacing: 1px;
  border: 1px solid #00aeef;
  background-color: #00aeef;
  line-height: normal;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 30px;
}

.topnav ul li a img {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

/* .topnav ul li:first-child a:hover {
    border-color: #e67918;
    color: #fff;
    background-color: #e67918;
} */

.topnav ul li:last-child a {
  border-color: #414141;
  color: #fff;
  background-color: #414141;
}

/* .topnav ul li:last-child a:hover {
    border-color: #047fc7;
    color: #fff;
    background-color: #047fc7;
} */

.menu {
  float: right;
  /* margin-left: 60px; */
  /* width: 100%; */
  display: inline-block;
}

.menu ul {
  list-style: none;
  display: inline-block;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  /* padding-top: 5px; */
  padding: 0 13px;
  height: 150px;
  line-height: 150px;
  /* padding-bottom: 20px; */
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  display: block;

  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
}
#header.fixed1 .menu > ul > li {
  height: 100px;
  line-height: 100px;
}
.menu > ul > li > a img {
  height: 35px;
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
}

.menu > ul > li.contactli {
}
.menu > ul > li > a span {
  position: relative;
  width: 10px;
  height: 5px;
  /* background-color: #F4DC4D; */
  /* border-radius: 5px; */
  display: inline-block;
  top: -2px;
  margin-left: 4px;
  background-image: url(../images/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center center;
}

.menu > ul > li.contactli > a {
  background-color: #f4dc4d;
  color: #fff;
  transition: all 0.5s;
  padding: 10px 20px;
  border-radius: 5px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

.menu > ul > li.contactli > a:hover {
}

#header.fixed1 .menu > ul > li > a i {
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 17px;
  color: #f4dc4d;
}

#header.fixed1 .menu > ul > li.contactli {
  padding: 0 5px;
}

#header.fixed1 .menu > ul > li.contactli > a {
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  margin-left: 0;
  padding: 0 18px;
  /* width: 36px; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f4dc4d;
  gap: 10px;
  color: #2a5195;
  position: relative;
  top: 0;
}
#header.fixed1 .menu > ul > li.contactli1 > a {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}
#header.fixed1 .menu > ul > li > a:hover,
#header.fixed1 .menu > ul > li > a.active {
  color: #f4dc4d;
  opacity: 1;
}
#header.fixed1 .menu > ul > li > a.active::before {
  position: absolute;
  left: 0%;
  bottom: -2px;
  /* transform: translateX(-50%); */
  content: "";
  width: 100%;
  height: 4px;
  background-color: #f4dc4d;
  /* border-radius: 3px; */
}
#header.fixed1 .menu > ul > li.contactli > a:hover,
#header.fixed1 .menu > ul > li.contactli > a.active {
  background-color: #000;
  color: #fff;
}
#header.fixed1 .menu > ul > li.contactli > a.active::before {
  display: none;
}
.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 0;
}

.menu ul > li:hover ul.submenu1,
ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
}

ul.submenu1,
ul.submenu2 {
  width: 240px;
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 99px;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}
ul.submenu2 {
  left: 100%;
  top: 0;
}
ul.megamenu1 {
  width: 100%;
  padding: 0 120px;
}
ul.megamenu1 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 50px 0;
}
.mega_left {
  border-right: 1px solid #ccc;
}
ul.megamenu1 .grid h3 {
  font-size: 21px;
  margin: 0 0 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.4;
}
ul.megamenu1 .grid a {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 10px;
  display: block;
  transition: all 0.3s;
  color: #000;
}
ul.megamenu1 img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
  position: relative;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 16px;
  padding: 10px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  border-bottom: 1px solid #dedede;
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 > li:hover > a,
ul.submenu2 > li:hover > a {
  color: #2a5195 !important;
  background-color: #f4dc4d;
}

ul.submenu1 li:last-child a {
}
/*------header_end--------*/

/*sc_banner*/
.sc_banner {
  height: 110vh;
  padding: 0 100px;
  padding-top: 170px;
  width: 100%;
  position: relative;
  z-index: 2;
}
.sc_banner_in {
  position: relative;
  width: 100%;
  display: block;
}
.sc_banner_in_left {
  float: left;
  width: 50%;
}
.sc_banner_in_left h2 {
  font-size: 48px;
  color: #fff;
  margin: 40px 0 20px 0;
  font-weight: 700;
  line-height: 1.3;
}
.sc_banner_in_left p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.sc_banner_in_left ul {
  list-style: none;
}
.sc_banner_in_left ul li {
  padding: 10px 0;
  padding-left: 40px;
  font-size: 16px;
  color: #fff;
  position: relative;
  background-image: url(../images/check.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 23px;
  margin-bottom: 0px;
  font-weight: 500;
}
.form-group .rel {
  position: relative;
  margin: 30px 0;
  width: 70%;
}
.form-group .rel input.form-control {
  position: relative;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background-color: #fff;
  color: #555;
  font-weight: 500;
  padding-left: 30px;
  border: 0;
  outline: 0;
}
.form-group .rel input.form-control::placeholder {
  color: #555;
}
.form-group .rel input.btnn {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background-color: #f4dc4d;
  color: #000000;
  font-size: 18px;
  border: 0;
  padding: 0 30px;
  border-radius: 10px;
  transition: all 0.3s;
  font-weight: 400;
  cursor: pointer;
}
.form-group .rel input.btnn:hover {
  background-color: #000;
  color: #f4dc4d;
}
.sc_banner_in_video {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
}
.sc_banner_in_video .banner_logo {
  position: absolute;
  left: 20%;
  top: 38%;
  z-index: 999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 5px;
}
.sc_banner_in_video .banner_logo span {
  width: 100px;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sc_banner_in_video .banner_logo span img {
  height: 22px;
}
.sc_banner_in_video_mask {
  -webkit-mask-image: url(../images/mask.png);
  mask-image: url(../images/mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-position: bottom right;
  mask-position: bottom right;
}
.sc_banner_in_video video {
  width: 100%;
  height: 80vh;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.sc_banner_scroll {
  padding: 30px 50px 10px;
}
.sc_banner_in a:hover {
  color: #fff;
}
.swiper-pagination-bullet {
  transform: scale(0.7);
}
.swiper-pagination-bullet-active {
  transform: scale(1.3);
}

.swiper {
  width: 100%;
}
.swiper-slide {
}
.swiper-slide img {
}
a.hom_tech {
  height: 60vh;
  position: relative;
  display: block;
  width: 100%;
  border-right: 1px solid #fff;
  padding: 30px 0;
}
a.hom_tech img {
  width: 100%;
  display: block;
}
.swiperslide3 a.hom_tech {
  padding-top: 120px;
}
.swiper-pagination {
  bottom: 20px !important;
  z-index: 99 !important;
}
.swiper,
.swiper-wrapper {
  padding-bottom: 25px !important;
}
.swiper-pagination-bullet {
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
/*sc_banner*/

/*------bannerbox---------*/
.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  z-index: 99;
}

.banner_element_1 {
  position: absolute;
  left: 20px;
  top: 160px;
  animation-name: animation1;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.banner_element_2 {
  position: absolute;
  left: 80px;
  bottom: 20px;
  animation-name: animation2;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.banner_element_3 {
  position: absolute;
  left: 40%;
  bottom: 120px;
  animation-name: animation3;
  animation-duration: 55s;
  animation-iteration-count: infinite;
  backface-visibility: hidden;
}
.banner_element_1 img,
.banner_element_2 img,
.banner_element_3 img {
  width: 40px;
  backface-visibility: hidden;
}

@keyframes animation1 {
  0% {
    left: 20px;
    top: 160px;
  }
  50% {
    left: 200px;
    top: 200px;
  }
  75% {
    left: 200px;
    top: 50px;
  }
  100% {
    left: 20px;
    top: 160px;
  }
}
@keyframes animation2 {
  0% {
    left: 80px;
    bottom: 20px;
  }
  50% {
    left: 300px;
    bottom: 200px;
  }
  75% {
    left: 150px;
    bottom: 50px;
  }
  100% {
    left: 80px;
    bottom: 20px;
  }
}
@keyframes animation3 {
  0% {
    left: 40%;
    bottom: 120px;
  }
  50% {
    left: 45%;
    bottom: 400px;
  }
  75% {
    left: 25%;
    bottom: 500px;
  }
  100% {
    left: 40%;
    bottom: 120px;
  }
}

.bannerboxcont {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 9;
  width: 55%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 0 100px !important;
  overflow: hidden;
}

.bannerboxcont1 {
  display: table-cell;
  vertical-align: middle;
}
.banner_small {
  background-color: rgba(255, 44, 37, 0.1);
  padding: 10px 15px;
  display: inline-block;
  color: #f4dc4d;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 9;
  position: relative;
}
.banner_hd {
  color: #fff;
  font-size: 62px;
  margin: 0px;
  visibility: visible !important;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 80px;
  line-height: 1.2;
  z-index: 9;
  position: relative;
  margin-bottom: 20px;
}
/* .banner_hd::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 150px;
  height: 3px;
  background-color: #F4DC4D;
} */

.banner_cont {
  color: #fff;
  font-size: 16px;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.6;
  visibility: visible !important;
  width: 90%;
  z-index: 9;
  position: relative;
}
.banner_r_more {
  clear: both;
  margin-top: 15px;
  visibility: visible !important;
  z-index: 9;
  position: relative;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  padding: 10px 25px;
  background-color: #f4dc4d;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-transform: capitalize;
  border-radius: 30px;
}
.banner_r_more a span {
  border: 1px solid #f4dc4d;
  padding: 3px 7px;
  border-radius: 5px;
  background-color: #fff;
}
.banner_r_more a span img {
  height: 12px;
}
.banner_r_more a:hover {
  transition: all 0.3s;
  background-color: #f4dc4d !important;
  color: #fff;
}
.banner_r_more a:hover span {
  border-color: #fff;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
  /* width: 55%; */
  height: 90vh;
  padding-right: 20px;
}
.scroll-down-link {
  position: absolute;
  bottom: 70px;
  right: 50px;
  z-index: 999;
  display: block;
}
/*------bannerbox---------*/

.technologies {
  padding: 50px 0;
}
.technologies_scroll {
  width: 100%;
  display: block;
  position: relative;
  height: 90px;
  overflow: hidden;
}
.technologies h2 {
  color: #3d3d3d;
  font-size: 18px;
  text-align: center;
  margin: 0 0 20px;
  font-weight: 400;
}
.technologies ul {
  list-style: none;
}
.technologies ul li {
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  position: relative;
}
.technologies ul li a {
}
.technologies ul li a img {
  max-height: 90px;
  max-width: 200px;
}
section {
  width: 100%;
  display: block;
}

.home_about_bx {
  padding: 40px 0;
  background-color: #fff;
}

.main_bg {
  background-image: url(../images/bg2.png), url(../images/bg3.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left center, 110% -90px;
  background-size: 45%, 40%;
  margin-top: -150px;
  padding-top: 100px;
}
.main_bg2 {
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-position: 110% bottom;
  background-size: 35%;
}
/*sectio


/*section2*/
.section2 {
  padding: 80px 0px;
  position: relative;
  background-color: #224f9b;
  border-radius: 0 0 100px 100px;
  width: 100%;
  display: table;
}
.section2 h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
}
.section2_top p {
  color: #fff;
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 30px;
}
.section2 .grid {
  display: grid;
  grid-template-columns: 80fr 20fr;
  gap: 150px;
  align-items: center;
}
.section2_top img {
  width: 100%;
  display: block;
}
.main_btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
a.btn1 {
  display: inline-flex;
  height: 50px;
  line-height: 46px;
  padding: 0 15px;
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
a.btn1:hover {
  background-color: #000;
}
a.btn2 {
  display: inline-flex;
  gap: 5px;
  transition: all 0.3s;
}
a.btn2 span {
  background-color: #f4dc4d;
  color: #000;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 5px;
  font-size: 18px;
  transition: all 0.3s;
  font-weight: 600;
}
a.btn2 i {
  background-color: #f4dc4d;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  transition: all 0.3s;
}
a.btn2:hover span,
a.btn2:hover i {
  background-color: #000;
  color: #fff;
}
a.btn2 i img {
  height: 30px;
  transition: all 0.3s;
}
a.btn2:hover i img {
  filter: grayscale(0) invert(1);
}
/*section2*/

/*section3*/
.section3 {
  padding: 70px 0;
  display: block;
  width: 100%;
}
.section3 .grid {
  display: grid;
  grid-template-columns: 63fr 37fr;
  gap: 50px;
}
.small_hd {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.small_hd img {
  height: 18px;
}
.section3 h2,
h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
}
.section3 p,
p {
  color: #7c848a;
  font-size: 16px;
  line-height: 2.4;
  margin-bottom: 30px;
}
.section3 ul {
  padding-left: 40px;
  position: relative;
  /* border-left: 2px solid #34548a; */
}
.section3 ul li {
  padding-bottom: 30px;
  position: relative;
  display: block;
}
.section3 ul li h4 {
  font-size: 21px;
  margin: 0 0 10px;
  color: #000;
  font-weight: 600;
}
.section3 ul li p {
  margin: 0;
}
.section3 ul li::before {
  position: absolute;
  left: -50px;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  border-radius: 20px;
  background-color: #34548a;
}
.section3 ul li::after {
  position: absolute;
  left: -42px;
  top: 0;
  width: 2px;
  height: 100%;
  content: "";
  background-color: #34548a;
}
.section3 ul li:last-child:after {
  display: none;
}
/*section3*/

/*section4*/
.section4 {
  padding: 60px 0 30px;
  background-color: rgba(124, 132, 138, 0.2);
  border-radius: 100px;
}
.section4 .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.section4 h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.section4 h2::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75%;
  content: "";
  height: 2px;
  background-image: url(../images/borderdash.svg);
  background-repeat: no-repeat;
  /* background-size: 100%; */
}
.section4 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.section4 p {
  margin-bottom: 30px;
}
.section4 a.btn1 {
  color: #a96280;
  border-color: #a96280;
}
.section4 a.btn1:hover {
  background-color: #a96280;
  color: #fff;
}
.section4 .grid img {
  width: 100%;
  display: block;
  position: relative;
  top: -35px;
}
.section4_in {
  padding-bottom: 30px;
  padding-right: 30px;
  background-image: url(../images/shapedots.svg);
  background-repeat: no-repeat;
  background-position: right 120px;
  background-size: 42.5%;
}
/*section4*/

/*section5*/
.section5 {
  padding: 80px 0;
  display: block;
  width: 100%;
}
.section5_in {
}
.section5_in .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.section5_in .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
a.section5_bx {
  border: 1px solid #707070;
  border-radius: 30px;
  padding: 30px 20px;
  display: block;
  color: #000;
}
a.section5_bx:hover {
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.161);
  transform: translateY(-10px);
}
a.section5_bx img {
  height: 60px;
}
a.section5_bx h3 {
  margin: 20px 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
a.section5_bx p {
  margin: 0 0 20px;
  line-height: 1.8;
}
/*section5*/

/*section6*/
.section6 {
  position: relative;
  width: 100%;
  display: block;
  background-color: #34548a;
  padding: 20px 0 60px;
}
.section6 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 50px;
  align-items: center;
}
img.sec6img {
  width: 100%;
  display: block;
}
.section6 .small_hd,
.section6 h2 {
  color: #fff;
}
.section6 h2 {
  font-size: 44px;
}
.section6 p {
  color: #fff;
  opacity: 0.6;
  margin-bottom: 30px;
}
.section6 video {
  margin: auto;
  display: table;
  width: 95%;
  margin-bottom: 60px;
}
/*section6*/

/*section7*/
.section7 {
  padding: 60px 0;
  width: 100%;
  display: table;
}
.section7 .small_hd {
  justify-content: center;
}
.section7 h2 {
  font-size: 44px;
  margin-bottom: 50px;
  text-align: center;
}
/*section7*/

/*main_footer*/
.main_footer {
  clear: both;
  width: 100%;
  display: block;
}
.main_footer_top {
  background-image: url(../images/ftbg1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  width: 100%;
  display: block;
  padding: 60px 0;
  position: relative;
}
.main_footer_top::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #7c848a;
  opacity: 0.79;
}
.main_footer_top h2 {
  color: #fff;
  text-align: center;
  font-size: 44px;
  position: relative;
}
.main_footer_top .main_btns {
  position: relative;
  justify-content: center;
}
.main_footer_btm {
  padding: 60px 0;
  width: 100%;
  display: block;
  background-color: #3f4448;
}
.main_footer_btm .grid {
  display: grid;
  /* grid-template-columns: 30fr 45fr 15fr 10fr; */
  grid-template-columns: 35fr 25fr 20fr 20fr;
  gap: 40px;
}

.main_footer_btm h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: 600;
  margin: 0 0 20px;
}
.main_footer_btm p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 15px;
}
.main_footer_btm a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.main_footer_btm a:hover {
  text-decoration: none;
}
a.ftlog {
  display: inline-block;
  margin-bottom: 30px;
}
a.ftlog img {
  height: 40px;
}
.ft_social {
  display: flex;
  gap: 10px;
}
.main_footer_btm .ft_social a {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.main_footer_btm .ft_social a img {
  height: 15px;
  transition: all 0.3s;
}
.main_footer_btm .ft_social a:hover {
  background-color: #000;
}
.main_footer_btm .ft_social a:hover img {
  filter: grayscale(0) invert(1);
}
.main_footer_btm .grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.copy {
  padding: 15px;
  width: 100%;
  display: block;
  background-color: #7c848a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
}
.copy a {
  text-decoration: underline;
  color: #fff;
}
.copy a:hover {
  text-decoration: none;
}
/*main_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: #f4dc4d;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ed681c;
}

/* .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: linear-gradient(
    135deg,
    rgba(0, 43, 115, 1) 0%,
    rgba(33, 67, 125, 1) 20%,
    rgba(26, 77, 164, 1) 44%,
    rgba(52, 84, 138, 1) 100%
  );
  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;
}

.left1 {
  right: 280px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 280px;
  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: #414141;
}

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 #ed681c;
  background-color: #ed681c;
  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;
}

img.deskno {
  display: none;
}


/*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: 99999999999;
  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-radius: 4px;
  background: linear-gradient( 135deg, rgba(0, 43, 115, 1) 0%, rgba(33, 67, 125, 1) 20%, rgba(26, 77, 164, 1) 44%, rgba(52, 84, 138, 1) 100% );
  border-radius: 0;
}
.pop_content_addr {
  width: 700px;
}
.close_btn {
  color: #000;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 999999;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f4dc4d;
  border-radius: 40px;
  font-weight: 700;
}
.close_btn img{height: 15px;}
.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: 20px 40px;
  display: block;
  width: 100%;
  
}

.error_box {
  width: 600px;
  margin-top: 12%;
  text-align: center;
  color: #ff6600;
}

.new_address1 .pop_content {
  margin-top: 10%;
  height: auto;
}
input.ptxt,
textarea.ptxt {
  max-width: 100% !important;
}

.login_pop_left {
  float: left;
  display: table;
  width: 305px;
  height: 100%;
  background-color: #00b9f5;
  padding: 45px 35px;
}
.login_pop_left .img {
  clear: both;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.login_pop_left .hd1 {
  color: #fff;
  font-size: 16px;
  width: 100%;
  display: table;
  margin-bottom: 15px;
}
.login_pop_left ul {
  clear: both;
  width: 100%;
  display: block;
}
.login_pop_left ul li {
  width: 100%;
  display: block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
}
.login_pop_left ul li i {
  margin-right: 5px;
  font-size: 14px;
}

.login_pop_rt {
  width: 100%;
}
.pop_box_hd1 {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #333;
  display: table;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 15px;
}
.pop_box_hd1 label {
  color: #76b725;
  font-weight: 600;
  cursor: pointer;
}
.pop_box_hd2 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #333;
  font-weight: 500;
  margin-bottom: 10px;
}

/*login_popup*/
.pop_content .heading-secondary {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.2;
  color: #fff;
}
.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: #fff;
}
.career_form label span{color: #f4dc4d;}
input.c-input,
textarea.c-input,
select.c-input {
  width: 100%;
  float: left;
  height: 40px;
  border-radius: 0px;
  padding: 10px;
  color: #333;
  border: 1px solid #ccc;
  /* margin: 0; */
  font-size: 14px;
  transition: 0.4s;
  background-color: #fff;
  margin-bottom: 15px;
}
.loginbtns {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
}
.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;
}
button.btn {
  display: inline-flex;
  height: 50px;
  line-height: 46px;
  padding: 0 35px;
  border: 2px solid #f4dc4d;
  border-radius: 5px;
  background-color: #f4dc4d;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  
}
button.btn:hover{background-color: #000; border-color: #000; color: #fff; cursor: pointer;}
.clearb{clear: both; width: 100%; display: table;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    /* padding-top: 100px; */
  }

  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 30px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
    width: 240px;
  }
  .logo {
  }
  #header.fixed1 {
    padding: 0 20px;
  }
  .sc_banner {
    padding: 100px 20px 20px;
    height: auto;
  }
  .sc_banner_in_left,
  .sc_banner_in_video {
    width: 100%;
    display: inline-block;
    position: relative;
  }

  .form-group .rel {
    width: 100%;
    display: block;
  }
  .form-group .rel input.btnn {
    font-size: 16px;
  }
  .sc_banner_in_left ul li {
    font-size: 14px;
  }
  .sc_banner_in_video {
    margin-top: 30px;
  }
  .sc_banner_in_video video {
    height: 50vh;
  }

  .section2 {
    border-radius: 0 0 30px 30px;
  }
  .section2 .grid,
  .section3 .grid,
  .section5_in .grid,
  .section6 .grid,
  .main_footer_btm .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  a.btn1,
  a.btn2 span {
    font-size: 14px;
  }
  .section2_top img {
    width: 50%;
    margin: auto;
    display: table;
  }
  .sc_banner_in_left h2,
  .section2 h2,
  .section3 h2,
  .section6 h2,
  .section7 h2,
  .main_footer_top h2,
  h2 {
    font-size: 28px;
    line-height: 1.4;
  }
  .sc_banner_in_left p,
  .section2_top p,
  p,
  .section3 p,
  .small_hd {
    font-size: 14px;
    line-height: 1.8;
  }
  .section3 ul li h4 {
    font-size: 18px;
  }
  .section4 {
    border-radius: 30px;
  }
  .section2,
  .section3,
  .section4,
  .section5,
  .section6,
  .section7,
  .main_footer_top,
  .main_footer_btm {
    padding: 40px 20px;
  }
  .section4 .flex,
  .section5_in .flex {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .section4 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
  .section4 .grid img {
    top: 0;
  }
  .section4_in {
    background-position: right bottom;
    padding-bottom: 50px;
  }
  .section6 p {
    margin-bottom: 20px;
  }
  .main_footer_btm h3 {
    font-size: 16px;
  }
  a.ftlog img {
    height: 35px;
  }
  .main_footer_btm .grid {
    gap: 40px;
  }
  .copy {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
  .sc_banner_in_video .banner_logo {
    left: 10%;
  }
  .sc_banner_in_video .banner_logo span {
    width: 80px;
    height: 45px;
  }
  .section4 p {
    margin-bottom: 20px;
  }
  .pop_content{width: 85%;}
  button.btn{font-size: 12px;}
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
  .logo a {
    width: 200px;
  }
  #header.fixed1 {
    padding: 0 20px;
  }
  .sc_banner {
    padding: 140px 20px 0;
    height: 120vh;
  }
  .sc_banner_in_left h2,
  .section3 h2,
  h2,
  .section2 h2,
  .section7 h2 {
    font-size: 34px;
  }
  .sc_banner_in_video video {
    height: 88vh;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .menu > ul > li {
    padding: 0 8px;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    font-size: 14px;
  }
  .section2 {
    padding: 50px 20px;
    border-radius: 0 0 30px 30px;
  }
  .section3,
  .section5,
  .section7,
  .main_footer_btm {
    padding: 40px 20px;
  }
  .section3 p,
  p {
    font-size: 15px;
    line-height: 1.7;
  }
  .section3 ul li h4 {
    font-size: 18px;
  }
  .section4 {
    padding: 40px;
    border-radius: 30px;
  }
  .section5_in .grid {
    gap: 20px;
  }
  .section6 p {
    margin-bottom: 30px;
  }
  .resp-vtabs .resp-tabs-list li {
    padding: 20px 30px !important;
  }
  .resp-tabs-container p {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
  .resp-vtabs .resp-tab-content {
    padding: 50px 0 50px 30px !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1300px) {
  .container,
  .container1 {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
  .section6 p {
    font-size: 16px;
  }
  .bannerboxcont {
    padding-left: 40px !important;
  }
  .banner_hd {
    font-size: 55px;
  }
  .main_footer_in1 h2 {
    font-size: 46px;
  }
  .logo a {
    width: 280px;
  }
  #header.fixed1 {
    padding: 0 50px;
  }
  .sc_banner {
    padding: 140px 50px 0;
    height: 120vh;
  }
  .sc_banner_in_left h2,
  .section3 h2,
  h2 {
    font-size: 38px;
  }
  .sc_banner_in_video video {
    height: 88vh;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1500px) {
  .sc_banner {
    padding: 140px 50px 0;
    height: 120vh;
  }
}
