body {
  overflow-x: hidden;
  color: #333;
  font-family: "Mulish", sans-serif;
  /* font-family: "Mulish", 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: "Mulish", sans-serif;
  color: #1d235a;
}
p {
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
  /* white-space: pre-wrap; */
  font-family: "Mulish", sans-serif;
}
p span {
  font-family: "Mulish", 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: 1300px;
  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 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  /* 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/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 320px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
  /*margin-left: -20px;*/
}
#header.fixed1 .logo {
}
#header.fixed1 .logo a {
  background-image: url(../images/logo.png);
}
#header.fixed12 .logo a {
  background-image: url(../images/logo.png);
}

.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: "Mulish", 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;
  height: 90px;
}

.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 15px;
}
.menu > ul > li.dropdown2 {
  position: relative;
}
.menu > ul > li.dropdown2 .img {
  display: none;
}
#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: 700;
  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: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  content: "";
  width: 104%;
  height: 2px;
  background-color: #000;
}
.menu > ul > li > a::after {
  position: absolute;
  right: -17px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1.5px;
  height: 30px;
  background-color: #03a0d6;
}
.menu > ul > li:last-child > a::after {
  display: none;
}
.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.main_menu > li > a svg {
  height: 5px;
}
.fixed12 .menu > ul.main_menu > li > a svg,
.fixed1 .menu > ul.main_menu > li > a svg {
  fill: #000;
}
.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: #38b9e5;
}
.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.main_phone > li > a {
  gap: 10px;
  width: 200px;
  background-color: #001765;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  justify-content: center;
  height: 90px;
}
#header.fixed1 .menu > ul.main_phone > li > a:hover {
  background-color: #03a0d6;
}
#header.fixed1 .menu > ul.main_phone > li > a span {
  height: auto;
  line-height: normal;
  text-transform: uppercase;
}
#header.fixed1 .menu > ul.main_phone > li > a span i {
  font-style: normal;
  letter-spacing: 6px;
  font-size: 16px;
}
#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,
.menu ul > li:hover ul.submenu2 {
  /* 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: 240px;
  /* 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;
  max-height: 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

ul.megamenu1,
ul.submenu2 {
  width: 100%;
  max-height: 0;
  transition: max-height 0.3s;
  background-color: #001765;
  /* border-top: 1px solid #fff; */
  /* background: linear-gradient(#24def3, #00b0c4, #6498ff, #1763fa); */
}
ul.submenu2 {
  /* padding: 0 20px; */
}
.menu ul > li:hover ul.submenu2 {
  /* padding: 20px; */
}
.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(4, 1fr);
  gap: 10px;
  width: 100%;
}
.megamenu1 .grid1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.megamenu1 .grid1 > div {
  max-height: 600px;
  overflow: auto;
}
.megamenu1 ul.grid {
  grid-template-columns: repeat(1, 1fr);
  /* gap: 20px; */
}
.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: 100%;
  left: 0;
  width: 240px;
}
/* .menu ul > li:last-child ul.submenu2 {
  left: auto;
  right: 0;
} */
.megamenu1 h4 {
  color: #38b9e7;
  text-transform: uppercase;
  /* letter-spacing: 1px; */
  font-size: 14px;
}
.megamenu1 ul li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  /* padding: 0 1rem; */
}
.megamenu1 ul li a,
ul.submenu2 li a {
  color: #fff !important;
  /* background-color: #fff; */
  font-size: 14px;
  line-height: 1.6;
  padding: 10px !important;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  text-align: left;
  display: grid;
  /* grid-template-columns: 40px 1fr;
  gap: 20px; */
  align-items: center;
  text-transform: uppercase;
  /* border-radius: 20px; */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
ul.submenu2 li:last-child a {
  border: 0;
}
ul.submenu2 li a:hover,
.megamenu1 ul li a:hover {
  background-color: #03a0d6;
}
.megamenu1 ul li a .img {
  width: 50px;
  height: 50px;
  /* background-color: #e8efff; */
  /* border: 2px solid #578df2; */
  /* background-color: rgba(255, 255, 255, 0.1); */
  /* background-color: #00184c; */
  background: linear-gradient(#24def3, #00b0c4, #6498ff, #1763fa);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 15%;
  display: flex;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  display: none;
}
.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: 30px;
  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%;
}
ul.ft_social,
ul.main_phone {
  margin-left: 70px;
}
/*ul.ft_social::before,
ul.main_phone::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 1px;
  height: 35px;
  background-color: #ccc;
  transform: translateY(-50%);
}*/
ul.ft_social li,
ul.main_phone li {
  padding: 0;
}
ul.ft_social li a {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 30px;
  padding: 0;
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
ul.ft_social li a:hover {
}
/*------header_end--------*/

/*------bannerbox---------*/
.bannerbox {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.bannerbox::before {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 150px;
  content: "";
  background-image: url(../images/bannershape.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  z-index: 9;
}
.bannerbox::after {
  position: absolute;
  right: 200px;
  top: 90px;
  width: 5px;
  height: 100%;
  content: "";
  background-image: url(../images/line.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  z-index: 7;
}
.hl_video {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
.hl_video::before {
  /* background-color: #000; */
  background: linear-gradient(to right, #001765, #545454);
  top: 0;
  position: absolute;
  content: "";
  /* z-index: 2; */
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0.3;
  max-height: 100%;
  height: 100%;
}
/* .hl_video::after {
  background: linear-gradient(#000, transparent);
  top: 0;
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 200px;
} */
.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: 100vh;
  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;
  padding-top: 100px;
  /* transform: skewY(-3deg); */
  /* flex-direction: column; */
}
.hl_info h3 {
  color: #fff;
  opacity: 1;
  padding-left: 140px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 600;
}
.hl_info h3::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 120px;
  height: 1px;
  background-color: #fff;
}
.hl_info h1 {
  margin-top: 0;
  font-size: 60px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
  font-family: "Montserrat", sans-serif;
}
/* .hl_info h1 span {
  background-image: url(../images/stroke.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 20px;
  background-size: 85%;
} */
.hl_info_cont {
  padding-left: 32%;
}
.hl_info p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.hl_info ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.hl_info ul li {
  color: #fff;
  padding: 0 20px;
  position: relative;
  font-size: 17px;
}
.hl_info ul li::before {
  position: absolute;
  right: 0;
  top: 50%;
  width: 2px;
  height: 15px;
  content: "";
  background-color: #a2a2a2;
  transform: translateY(-50%);
}
.hl_info ul li:last-child:before {
  display: none;
}
a.letstak {
  /* background-color: #fff; */
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  letter-spacing: 2px;
  background-color: #03a0d6;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 15px 24px;
}
a.letstak:hover {
  background-color: #ff0f0e !important;
}
.swiper-slide-active .hl_info_info::before {
  position: absolute;
  left: -50px;
  top: -50%;
  content: "";
  background-image: url(../images/dots1.svg);
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: left 140px;
  width: 100%;
  height: 100%;
}
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: "Mulish", 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: 5%;
  text-align: center;
  right: 0%;
  /* transform: translateX(-6%); */
}
.bannerbox .swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 11px;
  background-color: #fff;
  opacity: 0.5;
  transition: all 0.2s ease-out;
  border-radius: 15px;
  margin: 0 5px;
}
.bannerbox .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

/* Base reset for animation */
/* .hl_info h1,
.hl_info p,
.hl_info a {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
} */
.hl_info .hl_info_info {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.8s ease;
  position: relative;
}

/* Animate when slide becomes active */
.swiper-slide-active .hl_info .hl_info_info {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.swiper-slide-active .hl_info h1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.swiper-slide-active .hl_info p {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger list items */
.swiper-slide-active .hl_info ul li:nth-child(1) {
  transition-delay: 0.6s;
}
.swiper-slide-active .hl_info ul li:nth-child(2) {
  transition-delay: 0.8s;
}
.swiper-slide-active .hl_info ul li:nth-child(3) {
  transition-delay: 1s;
}
.swiper-slide-active .hl_info ul li:nth-child(4) {
  transition-delay: 1.2s;
}

.swiper-slide-active .hl_info a {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}

/* Optional hover effect for button */
/* .letstak:hover .letstak_txt {
  letter-spacing: 1px;
  transition: all 0.3s ease;
} */

/* .hl_info h1 span {
  background: linear-gradient(90deg, #24def3, #00b0c4, #6498ff, #1763fa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  animation: gradientMove 5s infinite linear;
  position: relative;
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
} */

/*------bannerbox---------*/

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

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 60px 0;
  background-color: #fff;
  position: relative;
}
h3 {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  opacity: 0.59;
  letter-spacing: -1px;
}
h2 {
  margin: 0 0 30px 0;
  font-size: 60px;
  font-weight: 700;
  color: #001765;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 9;
}
h2 i {
  position: relative;
  font-style: normal;
}
h2 i::before {
  position: absolute;
  left: -100px;
  top: -90px;
  content: "";
  background-image: url(../images/ellipse.svg);
  background-repeat: no-repeat;
  width: 250px;
  height: 250px;
  background-size: 250px;
  z-index: -1;
}
h2 i span {
  color: #a60403;
}

.accordion {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.accordion-item {
  border-top: 1px solid #bebebe;
  display: block;
  padding: 0 0 30px 0;
}

.accordion-header {
  background: #fff;
  padding: 30px 0px 0;
  cursor: pointer;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease;
}
.accordion-header .grid,
.accordion-content .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
}
.accordion-header .flex {
  display: flex;
  justify-content: space-between;
}
.accordion-header .flex img {
  height: 50px;
}
.accordion-content img {
  width: 100%;
  display: block;
}
.accordion-content .grid-left-img img {
  width: 210px;
}
span.acc_head1 {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  opacity: 0.59;
  font-family: "Mulish", sans-serif;
}
.active span.acc_head1 {
  opacity: 1;
  font-weight: 400;
}
span.acc_head2 {
  color: #111e36;
  font-size: 30px;
  font-weight: 400;
  font-family: "Mulish", sans-serif;
}
.accordion-header:hover {
}

.accordion-content {
  display: none;
  padding: 15px 20px;
  color: #000;
}

/* Arrow rotation */
.arrow {
  transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
  transform: rotate(180deg);
}

/* Mobile: show all open */
@media (max-width: 768px) {
  .accordion-content {
    display: block !important;
  }
  .arrow {
    display: none;
  }
}

/*-------section1---------*/

/*section2*/
.section2 {
  padding: 60px 0;
  position: relative;
  background-color: #ebebed;
}
.section2::before {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(#ebebed, #ebebed, transparent);
  z-index: 9;
}
.section2::after {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 30%;
  content: "";
  background: linear-gradient(transparent, #ebebed, #ebebed);
  z-index: 9;
}
/* .section2 ul {
  display: flex;
  flex-direction: column;
  animation: marqueeUp 10s linear infinite;
  padding: 20px;
} */

.section2 ul li {
  padding: 0 20px;
}
.section2 ul li a {
  padding: 20px 50px;
  /* display: flex; */
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.161);
  display: grid;
  grid-template-columns: 43fr 52fr 5fr;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 20px;
}
.section2 ul li a:hover {
  background-color: #111e36;
  color: #fff;
}
.section2 ul li a h4 {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 26px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.58);
}
.section2 ul li a h4 img {
  height: 40px;
  position: relative;
}
.section2 ul li a span {
  color: #000;
  font-size: 26px;
}
.section2 ul li a img.arrow {
  height: 50px;
}
.section2 ul li a:hover h4 img,
.section2 ul li a:hover img.arrow {
  filter: brightness(0) invert(1);
}
.section2 ul li a:hover h4,
.section2 ul li a:hover span {
  color: #fff;
}
.marquee-container {
  width: 100%;
  height: 500px; /* visible area height */
  overflow: hidden;
  position: relative;
}
/* Pause the animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}
.marquee-content {
  display: flex;
  flex-direction: column;
  animation: marqueeUp 10s linear infinite;
}
@keyframes marqueeUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
/*section2*/

/*section3*/
.section3 {
  width: 100%;
  display: block;
  padding: 50px 0;
  position: relative;
  background-image: url(../images/bg2.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
a.servicebox {
  position: relative;
  width: 100%;
  display: block;
  margin-top: 40px;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.3s;
}
a.servicebox img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
a.servicebox:hover img {
  transform: scale(1.05);
}
a.servicebox .servicebox_in {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.92);
  border-radius: 50px;
  width: 60%;
}
a.servicebox:nth-child(2n + 1) .servicebox_in {
  left: auto;
  right: 0;
}
.servicebox_in h3 {
  color: #001765;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  font-size: 26px;
  letter-spacing: 1px;
}
.servicebox_in span {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  position: relative;
  letter-spacing: 2px;
  background-color: #ff0f0e;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 15px 24px;
}
a.servicebox .servicebox_in span:hover {
  background-color: #03a0d6;
}
/*section3*/

/*section4*/
.section4 {
  padding: 30px 0 60px;
  display: block;
  background-color: #f7f6f6;
  position: relative;
  overflow: hidden;
  background-image: url(../images/dots2.svg), url(../images/path2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: 20px 150px, -50px 55%;
  background-size: 160px, 70%;
}
/* .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_grid {
  display: grid;
  grid-template-columns: 65fr 35fr;
  gap: 20px;
  align-items: center;
}
.section4 h3,
.section5 h3 {
}
.section4 h2,
.section5 h2 {
}
.section4_grid img {
  width: 100%;
  display: block;
}
.section4_btm_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 50px;
}
.section4_btm_grid h3 {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 20px;
  align-items: center;
  color: #001765;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
}
.section4_btm_grid h3 span {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: #001765;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section4_btm_grid h3 span img {
  height: 40px;
}
.section4 a.letstak {
  background-color: #ff0f0e;
}
.section4 a.letstak:hover {
  background-color: #03a0d6 !important;
}
/*section4*/

/*section5*/
.section5 {
  width: 100%;
  display: block;
  padding: 50px 0;
  position: relative;
  background-color: #111e36;
}
.section5 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.section5 .grid a {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s;
}
.section5 .grid a img {
  width: 100%;
  display: block;
}
.sec5_info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.5);
}
.section5 .grid a:hover .sec5_info {
  background-image: url(../images/forward3.svg);
  background-repeat: no-repeat;
  background-position: 95% 90%;
  background-size: 50px;
}
.sec5_info h5 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 20px;
}
.sec5_info h4 {
  font-weight: 300;
  color: #fff;
  font-size: 32px;
  margin: 0 0 20px;
}
.sec5_info p {
  color: #fff;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(50px);
}
.section5 .grid a:hover .sec5_info p {
  opacity: 1;
  transform: translateY(0);
}
.section5 a.letstak .letstak_txt {
  background-color: #1763fa;
  padding: 7px 20px;
  font-size: 16px;
}
.section5 a.letstak .letstak_img {
  border-color: #1763fa;
  padding: 7px;
}
.section5 a.letstak .letstak_img img {
  height: 20px;
}
.section5 a.letstak:hover .letstak_img img {
  filter: brightness(0) invert(1);
}
/*section5*/

/*section6*/
.section6 {
  padding: 70px 0;
  background-color: #001765;
}
.section6 ul.marquee-inner1 {
  position: relative;
  display: flex;
  width: max-content;
  animation: scrollLeft 40s linear infinite;
  gap: 100px;
}
/* .marquee-container1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ffffff, transparent);
  z-index: 9;
}
.marquee-container1::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, transparent, #ffffff);
  z-index: 9;
  pointer-events: none;
} */
.section6 ul li {
  display: inline-block;
  width: 20%;
}
.section6 ul li img {
  /* width: 100%; */
  /* max-width: 150px; */
  max-height: 60px;
}
.marquee-container1 {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
  /* max-width: 1200px; */
  margin: auto;
}
/* Pause the animation on hover */
.marquee-container1:hover ul.marquee-inner1 {
  animation-play-state: paused;
}
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*section6*/

/*section7*/
.section7 {
  padding: 120px 0;
  background-image: url(../images/s7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.section7::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #001765;
  opacity: 0.5;
}
.section7 h2 {
  color: #fff;
}
.section7_btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.section7_btns a.letstak:last-child {
  background-color: #ff0f0e;
}
.section7_btns a.letstak {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section7_btns a.letstak img {
  height: 20px;
}
.section7_btns a.letstak:last-child:hover {
  background-color: #03a0d6 !important;
}
/*section7*/

/*footer*/
.footer {
  width: 100%;
  display: block;
  position: relative;
  display: grid;
  grid-template-columns: 45fr 55fr;
  gap: 50px;
  align-items: center;
  background-color: #fff;
  background-image: url(../images/globe.svg);
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position: 130% center;
}
.footer iframe {
  height: 600px;
  display: block;
}
.footer_rt {
  padding: 30px;
}
.footer_rt h2 {
  margin: 0 0 40px;
  font-size: 55px;
  color: #000;
}
.footer_rt p {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
}
.footer_rt h3 {
  opacity: 1;
  font-size: 16px;
  color: #001765;
  font-weight: 800;
  letter-spacing: 1px;
}
.footer_rt .flex {
  display: flex;
  gap: 15px;
  align-items: center;
}
.footer_rt .flex a,
.footer_rt .flex h3 {
  margin: 0;
}
.footer_rt .flex a {
  font-size: 21px;
  color: #000;
}
.copy {
  background-color: #001765;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
/*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 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: #39b9e7;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

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

/* .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: #001765;
  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/shape1-min.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover; */
  /* 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: 22px;
    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 !important;
  }
  .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;
  }
  .hl_info h1 span::before {
  }
  .section1 a .grid1,
  a.sec2bx1 .grid {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .active span.acc_head1,
  span.acc_head1 {
    font-size: 16px;
    opacity: 0.5;
  }
  .accordion-header .grid {
    gap: 20px;
  }
  span.acc_head2 {
    font-size: 18px;
  }
  .accordion-header .flex img {
    height: 25px;
  }
  .accordion-content {
    padding: 0;
  }
  .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(1, 1fr);
    gap: 20px;
  }
  .section5 .grid a img {
    height: 250px;
    object-fit: cover;
  }
  .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;
  }
  .footer_bx2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer {
    padding: 0;
  }
  .section4 .grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 50px;
    gap: 0;
  }
  .section4 .col-sm-7 {
    padding-right: 10px;
  }
  .section4 h4 {
    font-size: 24px;
  }
  .sec4box p {
    font-size: 18px;
  }
  .sec4box img {
  }
  .sec4box h3 {
    margin: 15px 0;
  }
  h3 {
    font-size: 21px;
  }
  .sec5_info h4 {
    font-size: 18px;
  }
  .subgrid,
  .footer_bx2 .flex {
    padding: 15px;
    grid-template-columns: repeat(1, 1fr);
    flex-direction: column;
    gap: 20px;
  }
  .section2 ul li a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
  .section2 ul li a h4 {
    gap: 20px;
    font-size: 21px;
  }
  .section2 ul li a span {
    font-size: 16px;
  }
  .marquee-content {
    animation: marqueeUp 20s linear infinite;
  }
  .hl_info ul {
    flex-wrap: wrap;
  }
  a.letstak {
    font-size: 14px;
  }
  a.letstak span.letstak_txt,
  a.letstak span.letstak_img {
    padding: 10px;
  }
  a.sec7box {
    width: 30%;
  }
  .section7 .grid {
    gap: 10px;
  }
  .copy {
    font-size: 14px;
    padding: 10px;
  }
  .section7_btns {
    flex-direction: column;
    align-items: flex-start;
  }
  .section6 ul li img {
    max-height: 30px;
  }
  .section4_grid,
  .section4_btm_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section4_btm_grid {
    gap: 20px;
  }
  .section4 {
    padding: 60px 20px;
  }
  h2 i::before {
    background-size: 150px;
    left: -60px;
    top: -60px;
  }
  a.servicebox .servicebox_in {
    position: relative;
    width: 100%;
    padding: 20px;
    border-radius: 0;
    top: -20px;
  }
  .servicebox_in h3 {
    font-size: 21px;
  }
  .servicebox_in p {
    font-size: 13px;
  }
  a.servicebox {
    border-radius: 0;
  }
  .servicebox_in span {
    font-size: 12px;
    padding: 10px;
  }
  .bannerbox::after {
    right: 20px;
  }
  .hl_info h3 {
    padding-left: 50px;
  }
  .hl_info h3::before {
    width: 30px;
  }
}

/*------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: 960px) and (max-width: 1260px) {
  .header {
    padding: 0 15px;
  }
  .logo {
    margin: auto;
    float: none;
    width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu > ul > li {
    line-height: 36px;
  }
  .menu > ul > li > a {
    font-size: 12px;
  }
  .menu {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@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: 1500px) {
  .container,
  .container1 {
    max-width: 1240px;
  }
  .logo a {
    width: 215px;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .banner_services a {
    font-size: 15px;
  }
  .header {
  }
  .hl_info h1 {
    font-size: 66px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 21px;
  }
  .menu > ul > li > a{font-size: 14px;}
  ul.ft_social, ul.main_phone{margin-left: 30px;}
}
