body {
  overflow-x: hidden;
  color: #333;
  font-family: "Cerebri Sans Pro", sans-serif;
  /* font-family: "Satisfy", cursive; */
  background-color: #fff;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #283762;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cerebri Sans Pro", sans-serif;
  color: #1d235a;
}
p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  /* white-space: pre-wrap; */
  font-family: "Cerebri Sans Pro", sans-serif;
}
p span {
  font-family: "Cerebri Sans Pro", sans-serif;
}
.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: 1340px;
  width: 100%;
}

.container1 {
  max-width: 1300px;
  width: 100%;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
}

/*--------header-----------*/
/*--------header-----------*/

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  /* background-color: #fff; */
  /* padding: 0 40px; */
  /* background-color: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.231); */
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
  /* box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.231); */
}
#header.fixed12 {
  background-color: #fff;
}
#header.fixed1.fixed2 {
}
.logo {
  float: left;
  height: 90px;
  line-height: 90px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo1.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 300px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}
#header.fixed1 .logo {
}
#header.fixed1 .logo a {
  background-image: url(../images/logo.svg);
}
#header.fixed12 .logo a {
  background-image: url(../images/logo.svg);
}

.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: "Cerebri Sans Pro", 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;
  float: left;
}
ul.header_right {
  /* margin-left: 20px; */
}
.menu > ul > li {
  display: inline-block;
  /* position: relative; */
  /* height: 90px; */
  line-height: 90px;
  padding: 0 10px;
}
#header.fixed1 .menu > ul > li {
}
.menu > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
}
.menu > ul > li > a.active::before {
  position: absolute;
  left: 0;
  bottom: 15px;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #ff036a;
}
.menu > ul > li.last > a {
  padding: 0 25px;
  margin-left: 70px;
  text-transform: uppercase;
}
.menu > ul > li.last > a::before {
  position: absolute;
  left: 0;
  top: 49%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 42px;
  /* background-color: #fff; */
  border: 2px solid #fff;
  border-radius: 5px;
  z-index: -1;
  transition: all 0.3s;
}
.menu > ul > li.last > a:hover {
  color: #000;
}
.menu > ul > li.last:hover > a::before {
  background-color: #fff;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotate-animation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg) scale(1.3);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn) scale(1);
  }
}
ul.header_right li:last-child a:hover,
ul.header_right li:last-child a.active {
  color: #0b40b0;
}
.menu > ul > li > a i {
  font-size: 16px;
  position: relative;
  margin-left: 0;
}

.menu > ul > li.contactli {
  height: 90px;
  line-height: 90px;
  padding: 0;
}

.menu > ul > li.contactli > a {
  background-color: #2980e3;
  border: 2px solid #283762;
  color: #fff;
  transition: all 0.5s;
  padding: 6px 15px;
  border-radius: 30px;
}
.menu > ul > li:hover > a,
.menu > ul > li > a.active,
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active,
#header.fixed12 .menu > ul > li:hover > a,
#header.fixed12 .menu > ul > li > a.active {
  /* color: #fff; */
}
.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

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

#header.fixed1 .menu > ul > li > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #000;
}
#header.fixed1 .menu > ul > li.last > a,
#header.fixed12 .menu > ul > li.last > a {
  color: #ff036a;
}
#header.fixed1 .menu > ul > li.last > a::before,
#header.fixed12 .menu > ul > li.last > a::before {
  border-color: #ff036a;
}
#header.fixed12 .menu > ul > li > a {
  color: #000;
}

#header.fixed1 .menu > ul > li.contactli {
}

.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 1px;
}

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
/* 
.menu ul > li:hover ul.submenu1 {
  display: block !important;
}

ul.submenu1 {
  width: auto;
  min-width: 240px;
  background-color: #fff;
  box-shadow: 0 20px 20px rgba(42, 92, 255, 0.07);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  line-height: normal;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 15px;
  padding: 15px 20px !important;
  display: block;
  transition: all 0.3s ease 0s;
  text-align: left;
  font-weight: 500;
}

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

ul.submenu1 li:hover a {
  color: #0b40b0 !important;
}

ul.submenu1 li:last-child a {
} */
.menu ul > li:hover ul.submenu1 {
  /* display: block !important; */
  max-height: 750px;
  padding-bottom: 50px;
}
.menu ul > li:last-child ul.submenu1 {
  left: auto;
  right: -2rem;
}
ul.submenu1,
ul.submenu2 {
  width: 300px;
  /* 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;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

ul.megamenu1 {
  width: 100%;
  /* padding: 0 80px; */
  max-height: 0;
  transition: max-height 0.3s;
  background-color: #0b40b0;
  /* border-top: 1px solid #fff; */
}
.megamenu1 .grid {
  display: grid;
  /* grid-template-columns: 75fr 25fr; */
  gap: 0;
  align-items: center;
}
.megamenu1 .grid.grid-2,
.megamenu1 .grid.grid-2 ul {
  /* grid-template-columns: repeat(3, 1fr); */
}
.menugrid_right img {
  width: 100%;
  display: block;
}
.menugrid_right_img img {
  width: 100%;
  display: block;
  /* border-radius: 30px; */
  /* height: 20rem; */
  object-fit: cover;
  object-position: center center;
}
.megamenu1 ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}
.menu ul ul > li:hover .megamenu1,
.menu ul > li:hover .megamenu1 {
  /* display: block !important; */
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  pointer-events: visible;
}
ul.submenu2 {
  top: 0;
  left: -100%;
}
.megamenu1 h4 {
  color: #b0d8ff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
.megamenu1 ul li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  /* padding: 0 1rem; */
}
.megamenu1 ul li a {
  color: #fff !important;
  /* background-color: #fff; */
  font-size: 16px;
  line-height: 1.6;
  padding: 10px !important;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  text-align: left;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
  /* border-radius: 20px; */
}
.megamenu1 ul li a .img {
  width: 70px;
  height: 70px;
  /* background-color: #e8efff; */
  /* border: 2px solid #578df2; */
  /* background-color: rgba(255, 255, 255, 0.1); */
  background-color: #00184c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
.megamenu1 ul li a:hover .img {
  background-color: #00184c;
  -webkit-animation: puls 1s linear infinite;
  animation: puls 1s linear infinite;
}
.megamenu1 ul li a .img img {
  height: 40px;
  filter: brightness(0) invert(1);
}
.megamenu1 ul li:last-child a {
  border-bottom: 0;
}
.megamenu1 ul li:hover > a .img img {
  /* box-shadow: var(--box-shadow1); */
  /* background-color: #e8efff; */
  filter: brightness(0) invert(1);
}
.megamenu1 ul h3 {
  color: #1a232e;
  font-size: 2.45rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.megamenu1 ul .levle2 li {
  float: left;
  clear: none;
  width: 50%;
}

/*------header_end--------*/

/*------bannerbox---------*/
.bannerbox {
  transform: skewY(3deg) translate(0, -51px);
  border-radius: 0 0 50px 50px;
  position: relative;
  overflow: hidden;
  height: 95vh;
}
.hl_video {
  width: 100%;
  height: 95vh;
  position: absolute;
  left: 0;
  top: 0;
}
.hl_video::before {
  background-image: linear-gradient(
    130deg,
    #1f252b 0,
    rgba(31, 37, 43, 0.3) 100%
  );
  top: 0;
  position: absolute;
  content: "";
  /* z-index: 2; */
  right: 0;
  left: 0;
  background-size: contain;
  width: 100%;
  overflow: hidden;
  border-radius: 0 0 50px 50px;
  opacity: 0.8;
  max-height: 115%;
  height: 115%;
}
.shape {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.shape svg {
  width: 100%;
  height: auto;
}
/* .hl_video::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 73%;
  content: "";
  background-color: #000000;
  opacity: 0.19;
  border-radius: 100%;
} */
.hl_video video,
.hl_video img {
  width: 100%;
  height: 95vh;
  object-fit: cover;
  object-position: center center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
}
.hl_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: left;
  z-index: 1;
  display: flex;
  align-items: center;
  transform: skewY(-3deg);
  /* flex-direction: column; */
  text-align: center;
}
.hl_info h1 {
  margin-top: 150px;
  font-size: 55px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.hl_info p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: center;
}
a.letstak {
  height: 50px;
  line-height: 46px;
  padding: 0 30px;
  /* background-color: #fff; */
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.3s;
  border: 2px solid #fff;
  position: relative;
}
a.letstak::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  transition: all 0.3s;
  background-color: #3bd447;
  z-index: -1;
}
a.letstak:hover::before {
  width: 100%;
}
a.letstak:hover {
  border-color: #3bd447;
}

a.goBottom {
  position: absolute;
  bottom: 55px;
  right: 20px;
  z-index: 999;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  outline: 0;
}
a.goBottom span {
  transform: rotate(90deg);
  display: inline-block;
  letter-spacing: 3px;
}
a.goBottom:after,
a.goBottom:before {
  position: absolute;
  content: "";
  transition: all 0.3s;
  background-color: #fff;
}
a.goBottom:before {
  top: -45px;
  right: 45%;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
a.goBottom:after {
  top: -240px;
  right: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 180px;
}
.banner_services {
  position: absolute;
  right: 0;
  top: 70%;
  /* transform: translateY(-50%); */
  width: 47%;
}
.banner_services .grid {
  display: flex;
  justify-content: space-between;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  margin-bottom: 20px;
  padding-right: 50px;
}
.banner_services .grid:last-child {
  margin: 0;
}
.banner_services .grid.grid-pad1 {
  padding-left: 40px;
  padding-right: 0;
}
.banner_services .grid.grid-pad2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_services a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0px;
  align-items: center;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  border-bottom: 2px solid #fff;

  font-family: "Cerebri Sans Pro", sans-serif;
  font-size: 17px;
  line-height: 1px;
  font-weight: 600;

  background-color: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.banner_services a:hover {
  -webkit-animation: puls1 1s linear infinite;
  animation: puls1 1s linear infinite;
}
.banner_services a .bs_icon {
  /* background-color: rgba(91, 67, 208, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px); */
  /* width: 50px;
  margin-right: 15px;
  font-size: 38px;
  font-weight: 300;
  color: rgb(255, 255, 255);
  height: 50px;
  line-height: 48px;
  border-radius: 50%; */
  display: flex;
  margin-right: 15px;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}
.banner_services a .bs_icon img {
  height: 32px;
}
.banner_services a:hover .bs_icon {
  /* background-color: #01245a;
  -webkit-animation: puls 1s linear infinite;
  animation: puls 1s linear infinite; */
}
@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
@-webkit-keyframes puls1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
@keyframes puls1 {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent;
  }
}
.bannerbox .swiper-pagination {
  bottom: 10%;
  text-align: right;
  right: 6%;
  transform: translateX(-6%);
}
.bannerbox .swiper-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: solid 2px #fff;
  opacity: 0.6;
  background: transparent;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  margin: 0 5px;
}
.bannerbox .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 0.9;
  width: 35px;
  background: #fff;
}
/*------bannerbox---------*/

.main_section {
  width: 100%;
  display: block;
  position: relative;
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden;
  /* top: 95vh; */
  left: 0;
}
section {
  width: 100%;
  display: block;
}

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 10px 0 60px;
  background-color: #fff;
  position: relative;
  text-align: center;
}
.section1 h4 {
  font-size: 24px;
  color: #000;
}
.section1 h2 {
  font-size: 62px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
  margin-top: 0;
  color: #000;
  opacity: 0.55;
  line-height: 1.2;
}
.section1 p {
  color: #000;
  font-size: 24px;
  margin-bottom: 20px;
}
a.btn1 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  padding: 15px 20px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  background-color: #ff026a;
  letter-spacing: 0.5px;
}
a.btn1 img {
  height: 12px;
}
a.btn1:hover {
  background-color: #3bd447;
}
.section1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
}
.sec1box {
  padding: 20px;
  border-radius: 15px;
  box-shadow: 4px 4px 15px rgba(46, 54, 101, 0.1);
  border: solid 1px #eaeeef;
}
.sec1box img {
  height: 110px;
  margin: auto;
  display: table;
}
.sec1box h3 {
  font-size: 28px;
  text-align: center;
  margin: 25px 0;
  color: #000;
  font-weight: 700;
}
.sec1box ul {
}
.sec1box ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.4;
  padding-left: 30px;
  text-align: left;
}
.sec1box ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 3px;
  display: block;
  background: #1f1f1f;
  left: 0;
  top: 12px;
  /* transform: translateY(-50%); */
}
/*-------section1---------*/

/*-------section2---------*/
.section2 {
  width: 100%;
  display: block;
  padding: 50px 0 30px;
  position: relative;
  background-color: #ebebeb;
}
.section2 h2,
.section3 h2,
.section5 h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 40px;
  padding-bottom: 20px;
  color: #005aab;
  position: relative;
}
.section2 h2::before,
.section3 h2::before,
.section5 h2::before {
  width: 45px;
  height: 4px;
  background-color: #ff036a;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.section2 a.grid {
  display: grid;
  text-decoration: none;
  transition: all 0.3s;
  gap: 10px;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.08);
  transition: transform 0.15s ease-out;
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
}
.section2 a.grid:hover {
  transform: scale(1.03);
}
.section2 a.grid.grid1 {
  grid-template-columns: 45fr 55fr;
  align-items: center;
}
.section2 a.grid .img {
  position: relative;
  height: 100%;
}
.section2 a.grid .img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  position: relative;
}
.section2 a.grid.grid1 .img::before {
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  height: 0;
  position: absolute;
  right: -1px;
  top: 30px;
  width: 0;
  z-index: 1;
  content: "";
}
.section2 a.grid.grid2 .img::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #fff;
  height: 0;
  position: absolute;
  left: 30px;
  bottom: -1px;
  width: 0;
  z-index: 1;
  content: "";
}
.section2 a.grid.grid2 .img img {
  height: 260px;
}
.section2 a.grid .info {
  position: relative;
  padding: 30px 20px;
}
.section2 a.grid .info h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px;
  padding-bottom: 20px;
  color: #000;
  position: relative;
}
.section2 a.grid .info h3::before {
  width: 45px;
  height: 4px;
  background-color: #ff036a;
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
}
.section2 a.grid .info span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a87fd;
}
/*-------section2---------*/

/*section3*/
.section3 {
  width: 100%;
  display: block;
  padding: 50px 0;
  position: relative;
  background-color: #dae2e5;
}
.section3 .grid {
}
.section3 h2 {
  color: #000;
  margin: 70px 0 50px;
}
.section3 a {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.section3 a:hover {
  transform: scale(1.03);
}
.section3 a::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  box-shadow: inset 0px -100px 170px -5px rgba(0, 0, 0, 0.85);
  background-image: linear-gradient(
    0deg,
    #1f252b 40%,
    rgba(31, 37, 43, 0.4) 100%
  );
  opacity: 0.65;
  content: "";
  left: 0;
  top: 0;
}
.section3 a img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.service-textBox {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 0 25px 25px 25px;
}
.service-textBox h4 {
  color: #fff;
  margin: 0 0 20px;
  font-size: 32px;
}
.service-textBox p {
  color: #fff;
}
/*section3*/

/*section4*/
.section4 {
  padding: 60px 0;
  display: block;
  background: linear-gradient(
    263.11deg,
    #202073 21.57%,
    #c31a12 147.58%,
    #bc1a16 147.58%
  );
  position: relative;
  overflow: hidden;
}
.section4::before {
  background: linear-gradient(206.47deg, #074da2 3.45%, #fc6d1d 110.15%);
  mix-blend-mode: color;
  opacity: 0.45;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  content: "";
}
.section4 h2 {
  font-size: 42px;
  font-weight: bold;
  margin: 0 0 40px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  position: relative;
}
.section4 h2::before {
  width: 45px;
  height: 4px;
  background-color: #ff036a;
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  transform: translateX(-50%);
}
.section4 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  gap: 0;
}
.sec4box img {
  height: 65px;
}
.sec4box h3 {
  color: #fff;
  margin: 30px 0 10px;
  font-size: 55px;
  line-height: 1;
}
.sec4box p {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
/*section4*/

/*section5*/
.section5 {
  width: 100%;
  display: block;
  padding: 75px 0;
  position: relative;
  background-color: #fff;
  background-image: url(../images/cert-back-bg.svg);
  background-position: top right -50px;
  background-size: contain;
  background-repeat: no-repeat;
}
.section5::after {
  position: absolute;
  bottom: 50px;
  left: -50px;
  width: 500px;
  height: 160px;
  background-image: url(../images/dots-rect.svg);
  background-size: contain;
  /* z-index: -1; */
  content: "";
  background-repeat: no-repeat;
}
.section5 .grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  position: relative;
  z-index: 1;
}
.section5 .grid .sec5box {
  padding: 15px;
  border-right: solid 1px rgba(0, 0, 0, 0.35);
  border-bottom: solid 1px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.sec5box img {
  max-height: 60px !important;
  max-width: 100%;
  width: auto !important;
  height: auto !important;
}
.section5 .grid .sec5box:nth-child(5n) {
  border-right: none !important;
}
.section5 .grid .sec5box:nth-child(11),
.section5 .grid .sec5box:nth-child(12),
.section5 .grid .sec5box:nth-child(13),
.section5 .grid .sec5box:nth-child(14),
.section5 .grid .sec5box:nth-child(15) {
  border-bottom: 0;
}
/*section5*/

/*footer*/
.footer {
  width: 100%;
  display: block;
  padding: 50px 0 40px;
  background-image: linear-gradient(-145deg, #202073 30%, #673a6a);
  background-color: #202073;
  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: 50px;
  /* width: 225px; */
}
.footer_in {
  display: grid;
  grid-template-columns: 25fr 75fr;
  align-items: center;
}
.footer_bx1 p {
  color: #fff;
  font-size: 21px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.footer_bx2 {
  display: grid;
  grid-template-columns: 25fr 33fr 27fr;
  gap: 30px;
  padding-left: 75px;
  position: relative;
}
.footer_bx2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
}
a.ft_phone {
  display: block;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}
a.ft_phone span {
  opacity: 1;
  /* color: #52a9ff; */
}
.footer_links {
}
.footer_links h3 {
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
}
.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: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  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: 0px;
}
.footer_social a {
  text-decoration: none;
  transition: all 0.3s;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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%;
  text-align: center;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.footer_copy::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.05rem;
  content: "";
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
}
.ft_Certs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 50px;
}
.ft_Certs img {
  height: 80px;
}
/*footer*/

.cart_bx1 ul li a,
.menu2 .menuicon1,
a.closebtn {
  text-decoration: none;
  font-size: 1.6rem;
}
.ft_soc a img {
  height: 2.1rem;
}
.copy {
  display: flex;
  align-items: center;
  gap: 3rem;
  margin-top: 3rem;
  justify-content: end;
  text-align: right;
}

.copy img {
  height: 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;
  padding-right: 0;
  margin-right: 0;
}
.copy span {
  font-size: 1.4rem;
  color: var(--color-white);
  opacity: 0.5;
}

.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: #fff;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

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

/* .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(
    263.11deg,
    #202073 21.57%,
    #c31a12 147.58%,
    #bc1a16 147.58%
  );
  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: 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 #509172;
  background-color: #509172;
  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;
}
.project-modal-dialog {
  width: 900px;
}
.modal hr {
  margin: 20px 0 0;
}
/* ===========================
   ====== 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: 15px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
    width: 250px;
    /* height: 70px; */
  }
  #header.fixed1 .logo a {
    padding: 10px 0;
  }
  .hl_info {
    padding: 0 20px;
  }
  a.goBottom::after {
    top: -150px;
    right: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 90px;
  }
  .hl_info h1 {
    font-size: 28px;
    width: 100%;
  }
  .hl_info p {
    width: 100%;
    font-size: 14px;
  }
  .footer_in,
  .footer_bx2,
  .section4 .grid,
  .section3 .grid,
  .section2_right,
  .section1 .grid,
  .section3 .flex,
  .section2_top,
  .section4 .grid1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .section2_top {
    gap: 0;
  }
  .section4 .grid {
    gap: 30px;
  }
  .footer_copy {
    flex-direction: column;
  }
  h2,
  .section1 h2,
  .section2_top h2,
  .sec6_inner h2 {
    display: block;
    font-size: 26px;
  }
  .section1 p,
  p {
    font-size: 16px;
  }
  .section1 h4,
  .section2_top h4,
  .sec6_inner h4 {
    font-size: 18px;
  }
  .section3 .grid a h3 {
    font-size: 21px;
  }
  .section3 .grid a .serv_arrow {
    top: auto;
    bottom: 20px;
  }
  .header {
    padding: 0 10px;
  }
  .section1,
  .section2,
  .section3,
  .footer {
    padding: 40px 15px;
    overflow: hidden;
    display: block;
  }
  .section4_top {
    padding: 0;
  }
  .section1 a h3 {
    font-size: 18px;
  }
  .section4 h3 {
    font-size: 21px;
    margin-bottom: 20px;
    width: 100%;
  }
  a.footer_logo img {
    width: 210px;
  }
  .footer_bx1 p {
    margin-top: 15px;
    font-size: 16px;
  }
  .industries_sec {
    margin-top: 0;
  }
  .sec2info h3 {
    font-size: 24px;
  }
  .section2_right a:nth-child(2),
  .section2_right a:nth-child(4),
  .section2_right a:nth-child(6) {
    margin-top: 0;
  }
  .section3 h1,
  .section4 h1,
  .section3 h1::before,
  .section4 h1::before,
  .section3 h1::after,
  .section4 h1::after {
    font-size: 24px;
  }
  .video1::before {
    display: none;
  }
  .section3 .flex1 {
    flex-direction: column;
    gap: 20px;
  }
  .img11 {
    display: none;
  }
  .section4 h6,
  .section4 h1 {
    margin-left: auto;
  }
  .banner_services {
    display: none;
  }
  .hl_info .grid-2 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    gap: 20px;
  }
  .hl_info h1 span {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0;
  }
  .hl_info h1 span::before {
    width: 200px;
  }
  .section1 a .grid1,
  a.sec2bx1 .grid {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .section1 a span,
  a.sec2bx1 span {
    padding: 0 20px;
    font-size: 14px;
  }

  .sec1logos_rel,
  ul.news_scroll {
    height: 80px;
    overflow: hidden;
    display: flex;
  }
  a.sec2bx1 h5 {
    margin-bottom: 0;
  }
  .footertop {
    flex-direction: column;
    gap: 20px;
  }
  a.sec2bx1 .img img {
    height: 200px;
  }
  .section3 a.sec2bx1 .img img {
    height: 200px;
  }
  .footer_links {
    padding: 0;
    margin-bottom: 20px;
  }
  .footer_copy {
    font-size: 13px;
  }
  a.servicesbox1 {
    padding: 30px 15px;
  }
  a.servicesbox1 .grid,
  .section4 a,
  .section4 a .grid,
  .section2 a.grid.grid1 {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  a.servicesbox1 p {
    grid-column: inherit;
    font-size: 15px;
    transform: scale(1);
    transition: all 0.3s;
    margin: 0;
  }
  a.servicesbox1 .serv_arrow,
  .section4 a .serv_arrow {
    display: none;
  }
  a.servicesbox1 img,
  .section4 a .grid img {
    max-width: 100%;
    width: 100%;
    position: relative;
    right: auto;
    transform: scale(1);
    transition: all 0.3s;
  }
  a.servicesbox1 h3,
  .section4 a .grid h3 {
    grid-column: auto;
    font-size: 21px;
  }
  .sec1box h3 {
    font-size: 21px;
  }
  .section2 h2,
  .section3 h2,
  .section5 h2,
  .section4 h2,
  .service-textBox h4 {
    font-size: 28px;
  }
  .sec1box ul li {
    font-size: 18px;
  }
  .section2 a.grid.grid1 .img::before {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    height: 0;
    position: absolute;
    left: 30px;
    bottom: -1px;
    width: 0;
    z-index: 1;
    content: "";
    top: auto;
  }
  .section5 .grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .section5 .grid .sec5box:nth-child(3n) {
    border-right: none !important;
  }
  .section5 .grid .sec5box:nth-child(5n) {
    border-right: solid 1px rgba(0, 0, 0, 0.35) !important;
  }
  .section5 .grid .sec5box {
    border-bottom: solid 1px rgba(0, 0, 0, 0.35) !important;
  }
  .section5 .grid .sec5box:last-child {
    border-bottom: 0px !important;
  }
  .section5 .grid .sec5box {
    padding: 15px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_bx2 {
    padding: 0;
    gap: 15px;
    padding-top: 30px;
  }
  .footer_bx2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.05rem;
    content: "";
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5),
      rgba(255, 255, 255, 0)
    );
  }
  .section4 .grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .sec4box p {
    font-size: 18px;
  }
  .sec4box img {
    height: 50px;
  }
  .sec4box h3 {
    margin: 15px 0;
  }
}

/*------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: 180px;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .menu > ul > li.last > a {
    margin-left: 30px;
  }
  .megamenu1 ul li a {
    font-size: 14px;
  }
  .hl_info h1 {
    font-size: 42px;
  }
  .banner_services a span {
    display: block;
    white-space: nowrap;
    font-size: 12px;
  }
  .banner_services .grid.grid-pad1 {
    padding-left: 10px;
  }
  .section1 a span,
  a.sec2bx1 span {
    padding: 0 10px;
    font-size: 16px;
  }
  .footer_links a {
    font-size: 14px;
  }
  .sec1box h3 {
    font-size: 18px;
  }
  .sec1box ul li,
  p {
    font-size: 16px;
  }
  .sec4box h3 {
    font-size: 46px;
  }
  .sec4box p {
    font-size: 17px;
  }
  a.footer_logo img {
    height: 40px;
  }
}

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

@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
  .menu > ul > li > a {
  }
  .banner_services a {
    font-size: 15px;
  }
}
