@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
  overflow-x: hidden;
  color: #333;
  font-family: "Manrope", sans-serif;
  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: "Manrope", sans-serif;
  color: #1d235a;
}
p {
  color: #121212;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  /* white-space: pre-wrap; */
  font-family: "Manrope", sans-serif;
}
p span {
  font-family: "Manrope", 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;
}

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

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

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  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: #252b63;
}
#header.fixed1.fixed2 {
}
.logo {
  float: left;
  height: 80px;
  line-height: 80px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}

.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo1.png);
  background-repeat: no-repeat;
  background-position: left center;
  width: 175px;
  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.png);
}
#header.fixed12 .logo a {
  background-image: url(../images/logo1.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: "Manrope", 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: 80px;
  line-height: 80px;
}
#header.fixed1 .menu > ul > li {
}
.menu > ul > li > a {
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 0 15px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  /* text-transform: uppercase; */
  /* letter-spacing: 1px; */
}
.menu > ul > li > a span {
  font-size: 24px;
  margin-left: 5px;
}
/* ul.header_right li:last-child::before {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: 30px;
  background-color: #fff;
  opacity: 0.45;
} 
.menu > ul > li > a span {
  width: 7px;
  height: 6px;
  position: relative;
  top: -15px;
  display: inline-block;
  right: 4px;
  background-color: #000;
}*/
ul.header_right li {
  margin-left: 55px;
  margin-top: 10px;
  height: auto;
  line-height: normal;
}
ul.header_right li a {
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 47px;
  display: block;
  position: relative;
  background-color: #1d1030;
  border-radius: 10px;
  width: fit-content;
  transition: all 0.3s ease;
  overflow: hidden;
}
ul.header_right li a:hover {
  transform: scale(1.03);
  color: #fff;
}
ul.header_right li a::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  background-image: url(../images/btn_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  animation: rotate-animation 25s linear infinite;
  content: "";
  transition: all 0.2s ease;
  opacity: 0.6;
}
ul.header_right li a em {
  font-style: normal;
  position: relative;
  z-index: 4;
  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: #f7b04d;
}
.menu > ul > li > a i {
  font-size: 16px;
  position: relative;
  margin-left: 1px;
}

.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: #f7b04d;
}
.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

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

#header.fixed1 .menu > ul > li > a {
  color: #000;
}

#header.fixed12 .menu > ul > li > a {
  color: #fff;
}

#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;
}

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: #f7b04d !important;
}

ul.submenu1 li:last-child a {
} */
.menu ul > li:hover ul.submenu1 {
  /* display: block !important; */
  max-height: 750px;
}
.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.submenu2 {
  top: 0;
  left: -100%;
}
ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
  /* padding: 0 1rem; */
}
ul.submenu1 li a {
  color: #fff !important;
  background-color: #0877b9;
  font-size: 1.4rem;
  padding: 10px 20px !important;
  display: block;
  font-weight: 400;
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid #337398;
}
ul.submenu1 li:last-child a {
  border-bottom: 0;
}
ul.submenu1 li:hover > a {
  background-color: #337398 !important;
}
ul.submenu1 h3 {
  color: #1a232e;
  font-size: 25px;
  margin-bottom: 20px;
  padding: 0 10px;
}
ul.submenu1 .levle2 li {
  float: left;
  clear: none;
  width: 50%;
}
ul.megamenu1 {
  width: 100%;
  padding: 0 80px;
  max-height: 0;
  transition: max-height 0.3s;
  background-color: #252b63;
}
ul.megamenu1 .grid {
  display: grid;
  /* grid-template-columns: 50fr 25fr 25fr; */
  padding: 50px 0;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.mega_left {
}
.menuimg {
  position: relative;
}
.menuimg > svg {
  position: absolute;
  left: -50px;
  bottom: -40px;
  width: 200px;
  height: 200px;
  /* z-index: 9; */
  color: #f7b04d;
}
.menuimg img {
  position: relative;
  z-index: 1;
}
.menuimg .sec2_corner {
  background-color: #252b63;
}
ul.megamenu1 .grid h3 {
  font-size: 42px;
  margin: 0 0 20px;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  padding: 0;
}
ul.megamenu1 .grid a {
  font-size: 18px;
  line-height: 1.8;
  /* margin-bottom: 10px; */
  padding: 5px 0;
  display: block;
  transition: all 0.3s;
  color: #fff;
  text-decoration: none;
  outline: 0;
}
ul.megamenu1 .grid .subgrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
ul.megamenu1 .grid .mega_left1 a {
  font-size: 18px;
  font-weight: 600;
}
ul.megamenu1 .grid .mega_left1 a i {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* letter-spacing: -0.112px; */
  color: #62625f;
  display: block;
  font-style: normal;
}
ul.megamenu1 .grid a:hover {
  text-decoration: underline;
}
ul.megamenu1 .grid a:hover i {
  text-decoration: none;
}
ul.megamenu1 img {
  width: 100%;
  height: 400px;
  display: block;
  object-fit: cover;
  object-position: center center;
}

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

/*------bannerbox---------*/
.hl_video {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
}
.hl_video::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/round.svg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat; */
  /* width: 950px;
  height: 110%; */
  content: "";
  /* background-color: #000000;
  opacity: 0.19; 
  border-radius: 100%;*/
  background-image: linear-gradient(to bottom, #00081f, rgba(0, 8, 31, 0));
  mix-blend-mode: multiply;
}
.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 0 0 40px;
  text-align: left;
  z-index: 1;
  display: flex;
  align-items: center;
  /* flex-direction: column; */
}
.hl_info h1 {
  margin-top: 50px;
  font-size: 76px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 900;
  text-align: left;
  width: 75%;
}
.hl_info p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
  text-align: left;
  width: 45%;
}
.hl_info a {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  /* background-color: #fff; */
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 800;
  border-radius: 30px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 20px;
  text-transform: uppercase;
}

.hl_info a:hover {
  /* background-color: #00aeef; */
}

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;
}
/*------bannerbox---------*/

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

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: table;
  padding: 60px 0;
  background-color: #f3f2f2;
  position: relative;
  /* background-image: url(../images/insoundz_test_render3.png);
  background-repeat: no-repeat;
  background-position: center bottom; */
}
.section1 h6,
.section2 h6,
.section3 h6,
.section4 h6 {
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 15px;
  margin: 0 0 20px;
}
h2 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  margin-top: 0;
}
h2::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: "";
  background-image: linear-gradient(
    90deg,
    rgba(250, 177, 74, 0.18),
    #ee5633,
    rgba(250, 177, 74, 0.18)
  );
  width: 20%;
  height: 3px;
}
.section1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.section1 a {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px;
  /*background-color: #fff;
   background-image: url(../images/abstract-lines.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.4); */
  transition: all 0.3s;
  position: relative;

  border-radius: 24px;
  background: rgba(240, 239, 243, 0.5019607843);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  /* overflow: hidden; */
  box-shadow: 9px 9px 16px rgba(163, 177, 198, 0.15);
  backface-visibility: hidden;
}
.section1 a:hover {
  transform: scale(1.03);
}
.bgcol {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  opacity: 0.5;
  border-radius: 24px;
}
.section1 a::before {
  position: absolute;
  left: -1px;
  top: 50%;
  width: 2px;
  height: 50%;
  content: "";
  background-color: #f9b14d;
  transition: all 0.6s;
  backface-visibility: hidden;
  display: block;
  transform: translateY(-50%);
  z-index: 1;
}

.section1 a img,
.section1 a h3,
.section1 a p,
.section1 a span {
  position: relative;
}
.section1 a img {
  height: 40px;
}
.section1 a h3 {
  font-weight: 700;
  margin: 20px 0;
}
/*-------section1---------*/

/*section2*/
.section2 {
  padding: 60px 40px;
  background-image: url(../images/technologies_bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.section2 .grid {
  display: grid;
  grid-template-columns: 1fr;
  /* gap: 80px; */
}
/* .section2 h2 {
  color: #fff;
  padding-bottom: 0;
  margin-bottom: 20px;
  text-align: left;
  font-size: 36px;
  line-height: 1.4;
}
.section2 h2::after {
  display: none;
} */
.section2 h2,
.section2 h6 {
  color: #fff;
}
.section2 h6 {
  color: #fab355;
}
.section2_left p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
a.btn {
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 47px;
  display: block;
  position: relative;
  background-color: #1d1030;
  border-radius: 10px;
  width: fit-content;
  transition: all 0.3s ease;
  overflow: hidden;
  font-size: 18px;
}
a.btn:hover {
  transform: scale(1.03);
  color: #fff;
}
a.btn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 200px;
  height: 200px;
  background-image: url(../images/btn_bg.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  animation: rotate-animation 25s linear infinite;
  content: "";
  transition: all 0.2s ease;
  opacity: 0.6;
}
a.btn em {
  font-style: normal;
  position: relative;
  z-index: 4;
  color: #fff;
}
.section2_right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
}
.section2_right a {
  display: block;
  position: relative;
  transition: all 0.3s;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.section2_right a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: linear-gradient(
    1turn,
    rgba(19, 16, 35, 0.75),
    rgba(19, 16, 35, 0)
  );
  content: "";
}
.sec2_corner {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #000;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.sec2_corner svg {
  color: #f15435;
  transition: all 0.3s;
  transform: rotate(0deg);
  width: 30px;
  height: 30px;
}
.section2_right a:hover .sec2_corner {
  background-color: #f15435;
}
.section2_right a:hover .sec2_corner svg {
  color: #fff;
}
.section2_right a img {
  width: 100%;
  height: 350px;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: all 0.3s;
}
.section2_right a:hover img {
  transform: scale(1.1);
}
.sec2info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
.sec2info h3 {
  text-transform: capitalize;
  font-size: 46px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  position: relative;
  margin: 0;
  z-index: 9;
}
.section2_right a:nth-child(2) {
  margin-top: 75px;
}
.section2_right a:nth-child(4),
.section2_right a:nth-child(6) {
  margin-top: -75px;
}
/*section2*/

/*section3*/
.section3 {
  padding: 60px 0;
  background-color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}

.section3 h6 {
}
.section3 h1,
.section4 h1 {
  text-align: center;
  font-size: 100px;
  font-weight: 900;
  position: relative;
  padding-bottom: 30px;
  margin-top: 0;
  display: table;
  margin: auto;
  margin-bottom: 30px;
}
.section3 h1::before,
.section3 h1::after,
.section4 h1::before,
.section4 h1::after {
  position: absolute;
  top: 0;
  left: -103%;
  content: attr(data-text);
  color: #f3f2f2;
  font-size: 100px;
  font-weight: 900;
  padding-bottom: 30px;
  margin-bottom: 40px;
  margin-top: 0;
}
.section3 h1::after,
.section4 h1::after {
  left: 102%;
  white-space: nowrap;
}
.section3 .grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 100px;
  /* align-items: center; */
}
.sec3_left {
  position: relative;
}
.sec3_top {
  position: absolute;
  left: 25%;
  top: 10%;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 300px;
  justify-content: space-between;
}
.section3 h2 {
  color: #f15733;
  margin-bottom: 0;
  padding-bottom: 0;
}
.section3 h2::after {
  display: none;
}
.video1 {
  position: relative;
}
.video1::before {
  position: absolute;
  left: -695px;
  bottom: -100px;
  width: 1000px;
  height: 400px;
  content: "";
  background-color: #f3f2f2;
}
/* .video1::before {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 3px;
  content: "";
  z-index: 9;
  background-color: #fff;
} */
.section3 video,
.section3 .sec3_left img {
  width: 100%;
  display: block;
  position: relative;
}
.section3 .flex1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.section3 .flex1 h4 {
  font-size: 21px;
  color: #121212;
  margin: 0;
}
.section3 .flex {
  display: grid;
  grid-template-columns: 85px 1fr;
  gap: 30px;
  padding: 30px 0;
  /* border-bottom: 1px solid #ccc; */
}
.section3 .flex:last-child {
  border: 0;
}
.section3 .flex h3 {
  /* text-transform: uppercase; */
  color: #121212;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px;
}
.section3 .flex .s3img {
  width: 85px;
  height: 85px;
  border-radius: 100%;
  box-shadow: 0 0.9375rem 2.5rem rgba(25, 25, 25, 0.075);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section3 .flex .s3img img {
  height: 40px;
}
.section3 .flex p {
  font-size: 16px;
  color: #6e6e6e;
  margin: 0;
  margin-top: -10px;
}
.sec3_right {
  /* padding-top: 150px; */
}
/*section3*/

/*section4*/
.section4 {
  padding: 0 0 60px;
  display: block;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.section4 svg {
  position: absolute;
  left: 48%;
  top: 15%;
  width: 400px;
  opacity: 0.5;
}
.section4_top {
  padding: 200px 0;
  position: relative;
}
.img11 {
  position: absolute;
  right: 10%;
  bottom: 100px;
}
.img11::before {
  position: absolute;
  top: 0;
  right: 0px;
  width: 90px;
  height: 100px;
  z-index: 2;
  background-color: #fff;
  content: "";
  /* transform: rotate(150deg); */
}
.section4_top img {
  width: 600px;
  height: 500px;
  display: block;
  object-fit: cover;
  object-position: center center;
}
.section4::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 89%;
  content: "";
  background-color: #f3f2f2;
}
.section4 h1 {
  margin-left: 580px;
}
.section4 h6 {
  position: relative;
  margin-left: -300px;
}
.section4 h1 {
  color: #f55f3f;
}
.section4 h1::before,
.section4 h1::after {
  color: #121212;
}
.section4 h1::after {
  color: #ccc;
}
.section4 .grid {
  display: grid;
  grid-template-columns: 50fr 50fr;
  gap: 100px;
  /* position: relative; */
}
.section4 h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 1.4;
  color: #121212;
  margin-bottom: 50px;
  margin-top: 0;
  width: 85%;
}
.section4 p {
  margin-bottom: 30px;
}
.section4 img {
}
/*section4*/

/*footer*/
.footer {
  width: 100%;
  display: block;
  padding: 50px 0 20px;
  background-color: #00081f;
  position: relative;
}
.footer::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* opacity: 0.8; */
  /* filter: brightness(0) invert(1); */
}
.footer_center {
}
a.footer_logo {
}
a.footer_logo img {
  /*height: 70px;*/
  width: 175px;
}
.footer_in {
  display: grid;
  grid-template-columns: 40fr 30fr 30fr;
  gap: 50px
}
.footer_bx1 p {
  color: #fff;
  width: 75%;
  margin-top: 30px;
}
.footer_bx2 {
  display: grid;
  grid-template-columns: 30fr 40fr 40fr;
}
.footer_links h3 {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 30px;
  color: #ee5833;
  font-weight: 700;
}
.footer_links a {
  position: relative;
  display: block;
  color: #fff;
  transition: all 0.3s;
  text-transform: capitalize;
  font-size: 17px;
  margin-bottom: 15px;
  text-decoration: none;
}
.footer_links a:hover,
.footer_social a:hover svg {
  opacity: 0.5;
}
.footer_links a:last-child:before {
  display: none;
}
.footer_social {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 20px 0 20px;
  margin-top: 40px;
}
.footer_social a {
  text-decoration: none;
  transition: all 0.3s;
}
.footer_social a svg {
  height: 20px;
  transition: all 0.3s;
}
.footer_copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  padding: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-top: 40px;
}
.footer_copy a {
  text-decoration: underline;
  color: #fff;
  margin-left: 20px;
}
.footer_copy a:hover {
  text-decoration: none;
}
/*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: #f15435;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

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

/* .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: #000d43;
  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: 200px;
    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 {
    grid-template-columns: repeat(1, 1fr);
  }
  .section4 .grid {
    gap: 30px;
  }
  .footer_copy {
    flex-direction: column;
  }
  h2 {
    display: block;
    font-size: 30px;
  }
  .header {
    padding: 0 20px;
  }
  .section1,
  .section2,
  .section3,
  .section4,
  .footer {
    padding: 40px 15px;
    overflow: hidden;
  }
  .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: 200px;
  }
  .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;
  }
}

/*------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%;
  }
  ul.header_right {
    margin-left: 50px;
  }
}

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

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