body {
  overflow-x: hidden;
  color: #333;
  font-family: "Urbanist", 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: "Urbanist", sans-serif;
  color: #283762;
}
p {
  color: #323232;
  font-size: 19px;
  line-height: 1.5;
  opacity: 0.65;
  /* white-space: pre-wrap; */
  font-family: "Urbanist", sans-serif;
}
p span {
  font-family: "Urbanist", 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%;
  /* 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.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: 285px;
  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);
}

.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: "Urbanist", 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;
}
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: 16px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  /* text-transform: uppercase; */
  letter-spacing: 1px;
}
/* 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:last-child a {
  /* background-color: #1CFFF0; */
  color: #fff;
  padding: 10px 15px;
  border: 2px solid #1cfff0;
}
ul.header_right li:last-child a:hover,
ul.header_right li:last-child a.active {
  color: #1cfff0;
}
.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 {
  color: #1cfff0;
}
.menu > ul > li.contactli > a i {
  margin-right: 5px;
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #5d01da;
}
#header.fixed1 .menu > ul > li > a {
  border-color: #5d01da;
}
.menu > ul > li.contactli > a:hover {
}

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

#header.fixed1 .menu > ul > li > a i {
}

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

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

.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
ul.submenu1,
ul.submenu2 {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 80px;
  left: 0;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0;
  padding: 30px;
}
ul.submenu123 {
  width: 260px;
  padding: 0;
}
ul.submenu2 {
  top: 0;
  left: -100%;
}
ul.submenu1 .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
}
ul.submenu1 li {
  /* float: left;
  display: inline-block;
  width: 25%; */
}
ul.submenu1 li a {
  color: #000 !important;
  font-size: 18px;
  padding: 15px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  text-align: left;
  border-bottom: 1px solid #f2f2f2;
  line-height: normal;
}
ul.submenu1 li:last-child a {
}
ul.submenu1 li:hover > a {
  color: #5d01da !important;
}
/*------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%;
  padding-top: 18%;
  text-align: left;
  z-index: 1;
  flex-direction: column;
}
.hl_info h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 60px;
  color: #1cfff0;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: left;
}
.hl_info p {
  color: #fff;
  font-size: 19px;
  margin-bottom: 10px;
  text-align: left;
  opacity: 1;
}
a.main-btn {
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
}
a.main-btn span.fom {
  background-color: #5d01da;
  padding: 0 25px;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  transition: all 0.3s;
}
a.main-btn span.arrow {
  background-color: #5d01da;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  transition: all 0.3s;
}
a.main-btn span.arrow img {
  height: 21px;
  width: auto;
  transition: all 0.3s;
}
a.main-btn:hover span {
  background-color: #1cfff0;
  color: #000;
}
a.main-btn:hover span.arrow img {
  filter: brightness(1) invert(1);
}
.goBottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  z-index: 9;
  letter-spacing: 1px;
  outline: 0;
}
.goBottom img {
  height: 80px;
}
/*------bannerbox---------*/

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

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: table;
  padding: 80px 0 60px;
  background-color: #fff;
  position: relative;
}
.section1::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  height: 100%;
  content: "";
  background-color: #f7f9fa;
}
h2.abs_hd {
  position: absolute;
  left: 0%;
  text-align: right;
  width: 37%;
  top: 0;
  color: #737373;
  font-size: 60px;
  font-weight: 900;
  line-height: 0.92;
  margin: 0;
}
h2.abs_hd span {
  font-size: 240px;
  opacity: 0.15;
  position: absolute;
  left: 35%;
  top: -35px;
}
h2.abs_hd span i {
  animation: animName 2s linear infinite;
  display: inline-block;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.resp-tabs-container .grid1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 30px 0;
}
.resp-tabs-container .grid2 {
  grid-template-columns: 60fr 40fr;
  margin-bottom: 0;
  align-items: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
img {
  max-width: 100%;
}
/*-------section1---------*/

/*-------section2---------*/
.section2 {
  padding: 150px 0 50px;

  position: relative;
  background-color: #fff;
}
.section2::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 57%;
  height: 50%;
  content: "";
  background-color: #f7f9fa;
}
.bgwhite,
.bgwhite::before,
.hc_tab_data .img::before {
  position: absolute;
  content: "";
}
.bgwhite {
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.bgwhite::before {
  right: 0;
  top: 110px;
  width: 57%;
  height: 300px;
  background-image: url(../images/dots.png);
  background-size: cover;
  z-index: 1;
  background-repeat: no-repeat;
}
.bgwhite::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/aboutbg.svg);
  background-position: top center;
  background-size: 120%;
  z-index: 9;
  content: "";
  background-repeat: no-repeat;
}
.section2 .grid {
  grid-template-columns: 38fr 62fr;
  gap: 50px;
  align-items: center;
  margin-top: 30px;
  display: grid;
}
.section2 .container {
  z-index: 99;
  position: relative;
}
.section2 h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  margin: 0 0 20px;
}
.section2 h3 {
  color: #fff;
  font-size: 21px;
  opacity: 0.5;
}
.section2 p {
  color: #fff;
  opacity: 1;
  text-align: center;
  margin-bottom: 30px;
}
/*-------section2---------*/

/*-------section3---------*/
.section3 {
  padding: 50px 0;
  background-image: url(../images/indbg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section3 h2 {
  text-align: center;
  margin: 0 0 30px;
  opacity: 0.57;
  color: #000;
  font-weight: 900;
  font-size: 55px;
}
.section3 ul.grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
.section3 ul.grid li {
}
.section3 ul.grid li a {
  display: block;
  background-color: #fff;
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 70px 20px;
  transition: all 0.3s;
  min-height: 240px;
}
.section3 ul.grid li a img {
  max-height: 55px;
  max-width: 55px;
  transition: all 0.3s;
  width: 100%;
}
.section3 ul.grid li a h3 {
  margin: 20px 0 0;
  font-size: 21px;
  font-weight: 600;
}
.section3 ul.grid li a:hover {
  box-shadow: 0 4px 12px rgba(8, 46, 181, 0.12);
}
.section3 ul.grid li a:hover img {
  transform: rotate(360deg);
}
/*-------section3---------*/

/*-------section4---------*/
.section4 {
  padding: 50px 0 150px;
  background-image: url(../images/sec4bg.svg);
  background-position: bottom right;
  position: relative;
  background-size: 120%;
  background-repeat: no-repeat;
}
.section4 h2 {
  text-align: center;
  margin: 0 0 30px;
  opacity: 0.57;
  color: #000;
  font-weight: 900;
  font-size: 55px;
}
.section4 p.top {
  font-size: 21px;
  max-width: 800px;
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}
.section4 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px;
  max-width: 980px;
  margin: auto;
}
.sec4box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.sec4box_img {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.161);
  background-color: #fff;
}
.section5 a {
  align-items: center;
}
.sec4box_img img {
  width: 55px;
}
.sec4box h3 {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
.sec4box p {
  color: #fff;
  opacity: 1;
  font-size: 16px;
}
/*-------section4---------*/
.footerbackground {
  background-image: url(../images/ftbg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
.footer {
  width: 100%;
  display: block;
  padding: 50px 0;
}
.footerinnn {
  /* display: grid;
  grid-template-columns: 30fr 70fr; */
}
.footer_links_grid {
  display: grid;
  grid-template-columns: 60fr 18fr 22fr;
  gap: 20px;
}
.ft_links img {
  height: 15px;
}
.footer_hd,
.ftcopu span {
  position: relative;
  color: #000;
  font-size: 21px;
  margin-top: 0;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 800;
}
.footer_menu ul li a,
.footerinnn_left .copy,
.ft_links a {
  font-size: 14px;
  color: #000;
}
.footerinnn_left a:hover {
  color: #5d01da;
}
.footerinnn_left .copy {
  opacity: 0.39;
  margin-top: 40px;
}
.footer_menu ul.ftqlinks1 {
  list-style-type: none;
  width: 100%;
  float: left;
}
.footer_menu ul.ftqlinks2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.footer_hd {
  margin-bottom: 20px;
  clear: both;
  width: 100%;
}
.footer_menu ul li {
  width: 100%;
  margin-bottom: 18px;
  float: left;
  position: relative;
}
.footer_menu ul li a {
  padding-left: 0;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  margin-bottom: 0;
  font-size: 15px;
}
.cart_bx1 ul li a,
.menu2 .menuicon1 {
  color: #2b2a29;
  transition: 0.3s;
  outline: 0;
}
.footer_menu ul li a:hover {
  color: #5d01da;
}
.ftcopu {
  display: grid;
  grid-template-columns: auto 1fr auto;
  width: 100%;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}
.ft_links a,
.ft_soc {
  display: flex;
  gap: 10px;
}
.ftcopu hr {
  width: 100%;
  border-color: #000;
  margin: 0;
}
.ft_links,
.ft_soc a {
  align-items: center;
  display: flex;
}
.ft_soc a {
  width: 40px;
  height: 40px;
  background-color: #f5f0fc;
  justify-content: center;
  transition: 0.3s;
  border-radius: 40px;
  transition: all 0.3s;
}
.ft_soc a img {
  height: 18px;
}
.ft_soc a:hover {
  background-color: #5d01da;
}
.ft_soc a:hover img {
  filter: brightness(0) invert(1);
}
.ft_links {
  clear: both;
  gap: 40px;
}
.ft_links a {
  transition: 0.3s;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.footertop {
  display: grid;
  grid-template-columns: 32fr 68fr;
  align-items: center;
  gap: 100px;
  margin-bottom: 30px;
}
a.footerlogo img {
  height: 100px;
}
.copy {
  text-align: center;
  opacity: 0.65;
  font-weight: 500;
}
.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: #1cfff0;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

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

/* .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: 185px;
  }
  #header.fixed1 .logo a {
    padding: 10px 0;
  }
  .bannerboxcont {
    width: 100%;
    padding: 0 20px 50px !important;
    left: 0;
    top: 0% !important;
    position: relative !important;
  }
  .pavcontentslider .carousel-control {
    bottom: 0;
  }
  .banner_txt {
    width: 100%;
    left: 10%;
    top: 22% !important;
    padding: 0px !important;
  }
  .banner_hd {
    padding: 10px 10px 0;
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    padding: 0 10px;
    width: 100%;
    height: 42px;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .banner_r_more a {
    padding: 5px 15px 5px 15px;
    margin-left: 10px;
    font-size: 12px;
  }
  .banner_r_more a svg {
    right: 10px;
  }

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    display: block;
    max-width: none !important;
    height: auto;
    line-height: 1;
    width: 100% !important;
    left: -0% !important;
    position: relative;
    padding: 0;
  }
  .banner_small {
    font-size: 12px;
  }
  .section1 h2,
  h2 {
    font-size: 36px;
  }
  p {
    font-size: 16px;
  }
  .section1 ul,
  .section2 ul,
  .main_Footer_in,
  .section6_in,
  .section6_left .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section6_in .col-sm-12,
  .section6_in .col-sm-6 {
    display: table;
    width: 100%;
  }
  .section6_in {
    padding: 20px;
  }
  .section1 {
    padding: 50px 20px;
  }
  .section2 {
    padding: 0 0 50px;
  }
  .section3 ul {
    gap: 10px;
  }
  ul.tabs li {
    padding: 5px 10px;
    font-size: 14px;
  }
  .tab_container img.sol_icon {
    display: none;
  }
  .tab_container {
    padding: 20px 0 0;
  }
  .tab_container h3 {
    font-size: 18px;
  }
  a.main_btn {
    display: inline-block;
    margin-bottom: 30px;
  }
  .section4 {
  }
  .section2 .owl-theme .owl-nav {
    display: none;
  }
  .section2 ul li a:hover .section2_bx {
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
  }
  .section3 {
    padding-top: 50px;
  }
  .copy {
    text-align: left;
  }
  .section6 {
    background-size: cover;
    padding: 50px 0px;
  }
  .footer_social {
    margin-bottom: 20px;
  }
  .section6_info .img {
    width: 50px;
    height: 50px;
  }
  .section6_info {
    grid-template-columns: 70px 1fr;
  }
  .section6_info .img img {
    height: 30px;
  }

  .section5 ul li a h3 {
    font-size: 16px;
  }
  .section6 p {
    font-size: 14px;
  }
  .multi_tabs {
    padding-left: 0;
  }
  .tab_container img.sol_img {
    position: relative;
    left: auto;
    top: 0;
    width: 100%;
  }
  .multi_tabs {
    margin-top: 20px;
    padding: 0 20px;
  }
  .section1 ul li {
    height: auto;
    margin-bottom: 40px;
  }
  .section1 ul li a {
    gap: 20px;
    grid-template-columns: 1fr 115px;
  }
  .section1 ul li:nth-child(2) a,
  .section1 ul li:nth-child(4) a {
    grid-template-columns: 115px 1fr;
    align-items: center;
    gap: 0;
  }
  .section1 ul li:nth-child(3) a,
  .section1 ul li:nth-child(4) a {
    align-items: center;
    gap: 20px;
  }
  .section1 ul li:nth-child(4) a {
    gap: 0;
  }
  .section1 ul li .abouticon::before {
    display: none;
  }
  .abouticon {
    width: 100px;
    height: 100px;
    border-radius: 100px !important;
  }
  .section1 ul::before {
    display: none;
  }
  .bannerbox {
    height: auto;
  }
  .hl_video {
    width: 100%;
    height: 100vh;
    right: 0;
  }
  .hl_video::before {
    right: 0;
    background-size: cover;
    background-position: 70% center;
  }
  .hl_info h2 {
    font-size: 24px;
  }
  .hl_info {
    padding-top: 220px;
  }
  .hl_info a {
    font-size: 12px;
  }
  .section2_in h3,
  .section2_in_3_top h3 {
    font-size: 16px;
  }
  .section2_in h2,
  .section2_in_3_top h2,
  .section2_in_2 h2 {
    font-size: 36px;
  }
  .section2_in p {
    width: 100%;
  }
  .section2 img {
  }
  .section2_in_2,
  .section2_in_3,
  .section2_in_2 .grid {
    padding: 40px 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .section2_in_3_grid {
    margin-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    font-size: 18px;
    gap: 10px;
  }
  .s2g_box h3 {
    gap: 10px;
    font-size: 16px;
  }
  .s2g_box h3 span img {
    margin-top: 0;
  }
  .sec2_in_box:nth-child(2n) {
    top: 0;
  }
  .sec2_in_box img {
    margin-top: 0;
  }
  .abs_btn {
    position: relative;
  }
  .section4 h2 {
    font-size: 24px;
  }
  .section4 ul li {
    margin: 0;
  }
  .latest_news_info h3 {
    font-size: 21px;
  }
  .main_Footer_in {
    padding: 0;
  }
  .main_Footer_in_right {
    gap: 0;
  }
  .main_Footer_in ul {
    margin-bottom: 30px;
  }
  .main_Footer_in_left .col-sm-4 {
    margin-bottom: 30px;
  }
  .copy {
    margin-top: 20px;
    text-align: center;
  }
  .main_Footer_in ul li {
  }
  .owl-dots {
    width: 100% !important;
  }
  .footertop,
  .ftcopu,
  .footer_links_grid,
  .section4 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ft_links {
    flex-direction: column;
    align-items: baseline;
    gap: 10px;
  }
  .footer_menu ul.ftqlinks2 {
    grid-template-columns: repeat(2, 1fr);
  }
  a.roundlogo img {
    width: 200px;
  }
  .footertop {
    gap: 20px;
  }
  a.footerlogo img {
    height: 25px;
  }
  .section4 p.top {
    font-size: 18px;
  }
  .section4 {
    background-position: right top;
    background-size: auto 200%;
    padding: 150px 30px 50px;
    margin-top: -150px;
  }
  .section4 .grid {
    gap: 20px;
  }
  .sec4box h3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .sec4box_img {
    width: 100px;
    height: 100px;
  }
  .section3 h2 {
    font-size: 32px;
  }
  .section3 ul.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .section3 ul.grid li a {
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer {
    padding: 50px 20px;
  }
  h2.abs_hd {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
  .section1::before {
    display: none;
  }
  .bgwhite::after {
    background-size: auto 100%;
    display: none;
  }
  .section2 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section2 {
    background: linear-gradient(#4d01b5, #150030);
    padding: 50px 20px;
  }
  .section2::before {
    display: none;
  }
  .section2 h2 {
    font-size: 32px;
  }
  .section2 h3 {
    font-size: 18px;
  }
}

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