@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
  overflow-x: hidden;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
  /* background-color: #02204a; */
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
  font-family: "Plus Jakarta Sans", sans-serif;
}
p {
  color: #000;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0;
}
p span {
}
.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;
}
#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
}
.header_in {
  display: flex;
  justify-content: space-between;
}
.logo {
  height: 100px;
  line-height: 100px;
  margin-left: 0px;
  transition: all 0.3s ease 0s;
}
.logo a {
  vertical-align: middle;
  display: table;
  background-image: url(../images/logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 142px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}
#header.fixed1 .logo {
}
#header.fixed1 .logo a {
}
.header_right {
  display: flex;
  gap: 10px;
}
.header_right a {
  height: 70px;
  line-height: 70px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  background-color: #406fad;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  border-radius: 0 0 5px 5px;
  
}
.header_right a:hover {
  background-color: #000;
}
.menu_lines {
  /* height: 40px; */
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
  backface-visibility: hidden;
  gap:6px;
}
.menu_lines span {
  width: 24px;
  height: 2px;
  background-color: #fff;
  display: block;
  backface-visibility: hidden;
}
.menu_lines span:nth-child(2) {
  width: 16px;
}
/*------header_end--------*/

/*------bannerbox---------*/
.hl_video {
  width: 100%;
  position: relative;
}
/* .hl_video::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-image: url(../images/round.svg);
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  content: "";
}
.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: 90%;
  margin: auto;
  display: table;
  /* object-fit: cover;
  object-position: center center; */
}
.hl_info {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  /* padding-top: 20%; */
  text-align: center;
  z-index: 1;
  flex-direction: column;
}
.hl_info h2 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 36px;
  color: #000;
  margin-bottom: 15px;
  
  text-align: center;
  line-height: 1.4;
}
.hl_info p {
  color: #000;
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}
.hl_info a {
  background-color: #406fad;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 25px;
}

.hl_info a:hover {
}

.goBottom {
  position: absolute;
  bottom: 30px;
  left: 30px;
  text-decoration: none;
  display: flex;
  align-items: center;
  z-index: 9;
  outline: 0;
  outline: 0;
}
.goBottom img {
  /* height: 80px; */
  width: 45px;
}
/*------bannerbox---------*/

section {
  width: 100%;
  display: block;
}

/*section1*/
.section1 {
  padding: 50px 0;
  position: relative;
  padding-top: 80px;
  background-image: url(../images/grad1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}
.section1_in {
}
.section1 h3 {
 font-size: 32px;
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
  
}
.section1 h2 {
    text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  
}
.section1 p {
}
.about_img {
  padding-left: 250px;
  position: relative;
  margin-top: -300px;
  z-index: -1;
  display: inline-block;
}
.about_img img {
  width: 100%;
  display: block;
}
/*section1*/

/*section2*/
.section2 {
  padding: 100px 0 50px;
  display: block;
  position: relative;
  /*background-image: url(../images/about2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;*/
}
.section2 h3 {
  font-size: 32px;
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section2 h2 {
    text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 16px;
  color: #000;
}
.section2 p {
  margin-bottom: 20px;
}
.main_btn a,
.main_btn .btn {
  background-color: #406fad;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 5px 5px 5px 25px;
}
.main_btn a:hover,
.main_btn .btn:hover,
.hl_info a:hover {
  background-color: #002f6d;
}
/*section2*/

/*section3*/
.section3 {
  background-color: #f2f4f7;
  padding: 60px 0;
  display: block;
  position: relative;
}
.section3 h3 {
    font-size: 31px;
  
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
  
  
}
.section3 h2 {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 16px;
  color: #000;
}
.sec3_bx {
  position: relative;
}
.sec3_bx img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  /* left: -5px; */
}
.sec3_bx_info {
  background-color: #fff;
  padding: 25px;
  padding-top: 150px;
  margin-top: -125px;
  border-radius: 40px;
  display: inline-block;
}
.sec3_bx_info h4 {
  font-size: 24px;
  margin: 0 0 20px;
}
.sec3_bx_info p {
  margin-bottom: 20px;
  display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4; 
   -webkit-box-orient: vertical;
    overflow: hidden;
}
/*section3*/

/*section4*/
.section4 {
  padding: 60px 0;
}
.section4 h3 {
    font-size: 31px;
  
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
  
}
.section4 h2 {
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 16px;
  
  color: #000;
}
.sec4_bx {
}
.sec4_bx .img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.sec4_bx .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.sec4_bx:hover .img img {
  transform: scale(1.1) rotate(2deg);
}
.sec4_bx h4 {
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  
  margin: 20px 0 10px;
}
.sec4_bx p {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
}
/*section4*/

/*section5*/
.section5 {
  padding: 20px 0 60px 0;
}
.section5 h3 {
  font-size: 32px;
  
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section5 h2 {
    text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 16px;
  
  color: #000;
  
}
.sec5_bx {
}
.sec5_bx .img {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
.sec5_bx .img img {
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.sec5_bx:hover .img img {
  transform: scale(1.1) rotate(2deg);
}
.sec5_bx h5 {
  color: #406fad;
  font-size: 14px;
  
  margin: 20px 0;
}
.sec5_bx h4 {
  color: #000;
  font-size: 20px;
  
  margin: 10px 0 10px;
  line-height: 1.6;
      height: 64px;
    overflow: hidden;
}
.sec5_bx p {
  margin-bottom: 20px;
  color: #878787;
  font-size: 14px;
  display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
    overflow: hidden;
}
/*section5*/

/*section6*/
.section6 {
  padding: 40px 0 20px;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section6 h3 {
  font-size: 31px;
  
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section6 h2 {
  
  
  text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 16px;
  
  color: #000;
}
.sec6_bx {
  background-color: #406fad;
  border-radius: 30px;
  width: 100%;
  padding: 75px 20px;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.sec6_bx:hover {
  background-color: #000;
}
.sec6_bx img {
  height: 50px;
}
.sec6_bx h4 {
  margin: 30px 0 10px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  
}
.sec6_bx p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
/*section6*/

/*section7*/
.section7 {
  padding: 150px 0;
  background-image: url(../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section7_in_1 {
  width: 50%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section7_in_1::before {
  position: absolute;
  left: -50px;
  top: -20px;
  width: 200px;
  height: 400px;
  content: "";
  background-image: url(../images/quote.png);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.section7 h3 {
  font-size: 31px;
  
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section7 h2 {
    text-transform: uppercase;
  margin: 0 0 30px;
  font-size: 16px;
  
  color: #000;
  
}
.section7 p {
  font-size: 15px;
  width: 90%;
  margin-bottom: 20px;
}
.section7 span {
  
}
.section7 .owl-nav {
  right: auto !important;
  top: auto !important;
  left: 0;
  bottom: -100px;
}
/*section7*/

/*section8*/
.section8 {
  padding: 40px 0 0;
  display: block;
}
.section8_in {
  background: linear-gradient(rgba(64, 111, 173, 0.27), transparent);
  padding: 50px 100px;
  border-radius: 50px;
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 100px;
}
.section8 h3 {
  font-size: 31px;
  
  line-height: 1.6;
  color: #888888;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.section8 h2 {
    text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 16px;
  
  color: #000;
  
}
.section8 p {
  font-size: 16px;
}
.section8 input.form-control,
.section8 textarea.form-control {
  background-color: #28313b;
  height: 55px;
  border-radius: 15px;
  color: #fff;
  font-size: 14px;
  border: 0;
  box-shadow: none;
  margin-bottom: 20px;
  padding: 0 25px;
}
.section8 textarea.form-control {
  height: 100px;
  padding: 20px;
}
.section8 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.section8 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.section8 :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.section8 :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
/*section8*/

/*section9*/
.section9 {
  padding: 10px 0;
  background-color: #406fad;
}
.section9_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}
.section9_in img {
  height: 60px;
}
.sec9bx {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sec9bx img {
  height: 30px;
}
.sec9bx h3 {
  color: #fff;
  font-weight: 400;
  font-size: 19px;
  margin: 0;
}
/*section9*/

/*main_Footer*/
.main_Footer {
  padding: 50px 0 20px;
  width: 100%;
  display: block;
  background-color: #fff;
  position: relative;
}
.menu_flex {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
.menu_flex img {
  height: 5rem;
}
.footer_social {
  margin: 30px 0;
}
.footer_social a {
  margin: 0 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  margin-top: 0;
  background-color: #fff;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  text-align: center;
  line-height: 45px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15) !important;
}
.footer_social a:hover {
  background-color: #000;
  color: #fff;
}
a.footer_logo {
}
a.footer_logo img {
  height: 75px;
}
.main_Footer_in {
  display: grid;
  grid-template-columns: 75fr 25fr;
  gap: 0px;
  position: relative;
  z-index: 1;
  /* padding: 0 50px; */
}
.main_Footer_in_right a {
  text-align: right;
  position: relative;
}
.main_Footer_in_right a img {
  position: relative;
  top: -50px;
}
.main_Footer_in h3 {
  margin-top: 0;
  
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}
.mfill p {
  margin-bottom: 20px;
}
.mfill h3 {
  margin-bottom: 20px;
}
.mfill h3 a {
  color: #000;
  text-decoration: underline;
  text-transform: lowercase;
}
.main_Footer_in ul li {
  margin-bottom: 10px;
}
.main_Footer_in ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}
.main_Footer_in ul li a:hover {
  opacity: 1;
  text-decoration: none;
}
.main_Footer_in_right {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  /* align-items: end; */
}
.main_Footer_in_right h3 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main_Footer_in_right h3 img {
  height: 40px;
}
.main_Footer_in_right input {
  background-color: transparent;
  border: 1px solid #000;
  border-radius: 15px;
  margin: 10px 0;
  color: #000;
  font-size: 16px;
  height: 50px;
  box-shadow: none;
  padding: 0 20px;
}

.copy {
  margin-top: 0px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  text-align: right;
  position: relative;
  z-index: 1;
  font-size: 14px;
}
.copy span {
  text-decoration: underline;
}
/*main_Footer*/

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #000d43;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

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

/* .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: 100%;
  background-color: #406fad;
  height: 100vh;
  top: -100%;
  transition: ease all 0.4s;
  right: 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"); */
}

a.closebtn {
  display: block;
  height: 42px;
  width: 42px;
  position: absolute;
  right: 60px;
  top: 20px;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 20px;
}

.cart_bx1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 100px;
  align-items: center;
  height: 100vh;
}
.cart_bx1 .grid .img {
  background-color: #fff;
  height: 100vh;
}
.cart_bx1 .grid .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.pop_links > a {
  padding: 10px 0;
  display: block;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  width: 80%;
  outline: 0;
}
.pop_links a:hover {
  text-decoration: underline;
}
.pop_links .footer_social {
  display: flex;
  justify-content: flex-start;
}
.pop_links .footer_social a {
  width: 42px;
  height: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 21px;
}
.pop_links .footer_social a:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
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;
    height: 70px;
    line-height: 70px;
  }
  .logo a {
    margin-left: 0;
    width: 100px;
  }
  #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 h3, h2,
  .section2 h3,
  .section3 h3,
  .section4 h3,
  .section5 h3,
  .section6 h3,
  .section7 h3,
  .section8 h3{
    font-size: 21px;
    line-height: 1.4;
  }
  .section1 h2,
  .section2 h2,
  .section3 h2,
  .section4 h2,
  .section5 h2,
  .section6 h2,
  .section7 h2,
  .section8 h2{
    font-size: 14px;
    
  }
  p {
    font-size: 14px;
  }
  .about_img {
    padding-left: 0;
    position: relative;
    margin-top: 0px;
    z-index: -1;
    display: inline-block;
    width: 100%;
  }
  .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,
  .section2,
  .section3,
  .section4,
  .section5,
  .section6 {
    padding: 40px 10px;
  }
  .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;
  }
  .section2 .owl-theme .owl-nav {
    display: none;
  }
  .owl-theme .owl-nav {
    top: -25px !important;
  }
  .section2 ul li a:hover .section2_bx {
  }
  .owl-theme .owl-dots .owl-dot span {
    margin: 5px !important;
  }
  .copy {
    text-align: left;
  }
  .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;
    line-height: 1.4;
  }
  .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 {
    margin-top: 30px;
  }
  .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 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 {
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin-top: 0;
    text-align: center;
  }
  .main_Footer_in ul li {
  }
  .owl-dots {
    width: 100% !important;
  }
  .section8_in,
  .cart_bx1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section9_in {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    gap: 10px;
  }
  .sec9bx h3 {
    font-size: 16px;
  }
  .header_right {
      display: flex;
      gap: 4px;
    }
  .header_right a {
    /*display: none;*/
  }
  .header_right a.sidemenu {
    /*display: block;*/
  }
  .cart_bx1 .grid .img {
    display: none;
  }
  .cart_bx1 .grid {
    padding: 0 50px;
  }
  .pop_links > a {
    font-size: 21px;
    padding: 5px 0;
  }
  .menu_flex {
    flex-direction: column;
    gap: 0px;
    align-items: baseline;
    margin-top: 30px;
  }
  .menu_flex img {
    height: 75px;
  }
  a.closebtn {
    right: 25px;
  }
  .goBottom {
    display: none;
  }
  .hl_video img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: center center;
  }
  .section7_in_1 {
    width: 100%;
  }
  .section7 .owl-theme .owl-nav {
    right: auto !important;
    top: auto !important;
    left: 0;
    bottom: -70px;
  }
  .section7 {
    padding: 40px 10px;
  }
  .section8_in {
    gap: 30px;
    padding: 40px;
  }
  .main_Footer_in .col-sm-7 .col-sm-7,
  .main_Footer_in .col-sm-7 .col-sm-5 {
    padding: 0;
  }
  a.footer_logo img {
    height: 50px;
  }
  .section9_in img {
    height: 40px;
  }
  .sec9bx img {
    height: 25px;
  }
  .header_right a {
    height: 50px;
    line-height: 50px;
  }
  .menu_lines {
    /*gap: 12px;*/
  }
  .menu_lines span {
    /*width: 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;
  }
}
