body {
  overflow-x: hidden;
  color: #333;
  font-family: "Poppins", sans-serif;
  /* padding-top: 90px; */
}

ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
a {
  text-decoration: none;
  transition: all 0.3s;
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TT Neoris Trial";
  color: #000;
}
p {
  color: #58606d;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 400;
}

.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: 1400px;
}

.container1 {
  max-width: 1400px;
  margin: auto;
}
.hometopsection {
  width: 100%;
  display: block;
  /* background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right top; */
}

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

.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
}

#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 99999;
  border-bottom: 0px;
}
#header.fixed1.fixed2 {
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.23);
}
.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: 270px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}

#header.fixed1 .logo {
  height: 90px;
  margin-top: 0px;
  transition: all 0.3s ease 0s;
  float: left;
}

#header.fixed1 .logo a {
  background-image: url(../images/logo.png);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}

.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: "Poppins", 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;
}

.menu > ul > li {
  display: inline-block;
  /* position: relative; */
  height: 90px;
  line-height: 90px;
}

.menu > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  padding: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.menu > ul > li > a i {
  font-size: 21px;
  position: relative;
}

.menu > ul > li > a:hover,
.menu > ul > li > a.active {
}

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

.menu > ul > li.contactli > a {
  background-color: #ee277e;
  border: 2px solid #722f5b;
  color: #fff;
  transition: all 0.5s;
  padding: 10px 15px;
  border-radius: 30px;
}

.menu > ul > li.contactli > a i {
  margin-right: 5px;
}

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

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

#header.fixed1 .menu > ul > li > a i {
  font-size: 21px;
}

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

#header.fixed1 .menu > ul > li.contactli > a {
  color: #fff !important;
  height: 90px;
  line-height: 90px;
  font-size: 16px;
  margin-left: 15px;
}
#header.fixed1 .menu > ul > li.contactli > a:hover {
  background-color: #9924a9;
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
  color: #722f5b;
  opacity: 1;
}
#header.fixed1 .menu > ul > li > a.active {
}

.menu > ul > li > a i {
  margin-left: 1px;
  position: relative;
  top: 1px;
}
.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
ul.submenu1,
ul.submenu2 {
  width: 100%;
  background-color: #9924a9;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 90px;
  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: auto 1fr;
  gap: 50px;
}
ul.submenu1 .grid h3 {
  color: #fff;
  font-family: "TT Neoris Trial";
  font-size: 40px;
  margin: 0;
}
ul.submenu1 .grid .gridlinks {
  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: #fff !important;
  font-size: 16px;
  padding: 15px 20px;
  display: block;
  font-weight: 500;
  transition: 0.3s;
  text-align: left;
  /* border-bottom: 1px solid #f2f2f2; */
  line-height: normal;
  text-transform: capitalize;
  background-color: #830094;
  border-radius: 10px;
}
ul.submenu1 li:last-child a {
}
ul.submenu1 li:hover > a {
  background-color: #5d0069;
}
/*------header_end--------*/

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

.bannerbox {
  width: 100%;
  display: block;
  position: relative;
  background-image: url(../images/bannershape1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center -2px;
  height: 100vh;
  padding-top: 100px;
}
/* .bannerbox::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/bannershape2.svg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right center;
  z-index: 1;
} */
.bannercu,
.bannercu .item {
  height: 80vh;
}
.banner_element_1 {
  position: absolute;
  left: -80px;
  top: 130px;
}
.banner_element_1 img {
  width: 400px;
  backface-visibility: hidden;
}

.bannerboxcont {
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 9;
  width: 55%;
  height: 90vh;
  display: table;
  vertical-align: middle;
  padding: 0 100px !important;
  overflow: hidden;
}

.bannerboxcont1 {
  display: table-cell;
  vertical-align: middle;
}
.banner_hd {
  color: #000;
  font-size: 70px;
  margin: 0px;
  visibility: visible !important;
  font-family: "TT Neoris Trial";
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 1.1;
  z-index: 9;
  position: relative;
}
.banner_hd span {
  font-weight: 500;
}
.banner_cont {
  color: #000;
  font-size: 19px;
  font-family: "TT Neoris Trial";
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.6;
  visibility: visible !important;
  width: 100%;
  z-index: 9;
  position: relative;
}
.main_btn {
  clear: both;
  margin-top: 20px;
  visibility: visible !important;
  z-index: 9;
  position: relative;
}

.main_btn a {
  text-decoration: none;
  color: #000;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  position: relative;
  border-radius: 0px;
  text-transform: uppercase;
  border-radius: 30px;
  font-family: "TT Neoris Trial";
  text-transform: capitalize;
  gap: 10px;
  letter-spacing: 1px;
}
.main_btn a:hover {
  transition: all 0.3s;
  color: #9924a9;
}
.main_btn a img {
  width: 46px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  float: right;
  width: 55%;
  padding-right: 50px;
  padding-top: 50px;
}
.hl_video {
  position: absolute;
  right: 6%;
  top: 0;
  width: 700px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
  z-index: 9999;
}
/* .hl_video::before {
  position: absolute;
  right: -6%;
  top: 0;
  width: 100%;
  height: 101%;
  content: "";
  background-image: url(../images/mask1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
} */
.hl_video video {
  width: 600px;
  height: 600px;
  border-radius: 100%;
  border: 12px solid #f6f3f3;
  object-fit: cover;
  object-position: center center;
}
/*------bannerbox---------*/

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

/*section1*/
.section1 {
  padding: 50px 0;
  position: relative;
}
h2 {
  font-weight: 500;
  font-size: 56px;
  margin: 0 0 30px;
  font-family: "TT Neoris Trial";
}
h2 span {
  font-weight: 500;
}
.section1 h2 {
  text-align: center;
}
.section1 p {
  margin-bottom: 30px;
}
.section1 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
a.sec1box1 {
  padding: 20px;
  background-color: #f7eeee;
  border-radius: 15px;
}
a.sec1box1:nth-child(6n + 2) {
  background-color: #edeaf1;
}
a.sec1box1:nth-child(6n + 3) {
  background-color: #f2f4e8;
}
a.sec1box1:nth-child(6n + 4) {
  background-color: rgba(197, 111, 177, 0.12);
}
a.sec1box1:nth-child(6n + 5) {
  background-color: #f1f4f5;
}
a.sec1box1:nth-child(6n + 6) {
  background-color: #d4eff0;
}
a.sec1box1:hover {
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.23);
  transform: translateY(-10px);
}
a.sec1box1 .flex {
  display: grid;
  grid-template-columns: 100px auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 20px;
}
a.sec1box1 span {
  background-color: #e08083;
  border-radius: 20px;
  width: 100px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.sec1box1:nth-child(6n + 2) span {
  background-color: #8b6eb1;
}
a.sec1box1:nth-child(6n + 3) span {
  background-color: #a6aa92;
}
a.sec1box1:nth-child(6n + 4) span {
  background-color: #ef97e1;
}
a.sec1box1:nth-child(6n + 5) span {
  background-color: #9a9a9a;
}
a.sec1box1:nth-child(6n + 6) span {
  background-color: #558b8d;
}
a.sec1box1 span img {
  height: 40px;
}
a.sec1box1 .flex h3 {
  font-family: "TT Neoris Trial";
  font-size: 22px;
}
a.sec1box1 .rmore {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
}
a.sec1box1 .rmore img {
  height: 40px;
  transition: all 5s;
}
a.sec1box1:hover .rmore img {
  transform: rotate(360deg);
}
.section1 .main_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section1 .main_btn a {
  margin-top: 20px;
}
/*section1*/

/*section2*/
.section2 {
  padding: 60px 0;
  display: block;
  background-image: url(../images/bg3.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section2 h2 {
  text-align: center;
  margin: 0;
}

/* .section2 ul li a:hover::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, transparent, #000);
  z-index: 1;
} */
.latestinsights {
  padding: 0 100px;
}
.latestinsights a {
  padding: 30px;
  display: block;
}
.latestinsights a .sec2box {
  width: 100%;
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 65px 50px;
  border-radius: 50px;
  border: 1px solid #c2c2c2;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.059);
}
.latestinsights a img {
  height: 70px;
}
.latestinsights a h3 {
  /*font-weight: 600;*/
  font-size: 22px;
  margin: 20px 0 0;
}
.section2 .owl-nav {
  display: none;
}
.owl-item.active.center {
  top: -50px;
}
.section2 .owl-carousel .owl-stage {
  padding-top: 50px;
}
/*section2*/

/*section3*/
.section3 {
  padding: 75px 0;
  display: block;
  background-image: url(../images/wave1.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
}
@media (min-width: 768px) {
  .row_flex {
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
}
@media (min-width: 768px) {
  .row_flex .row_inner {
    /* width: 50%; */
    padding-left: 30px;
  }
  .row_flex .row_inner.accordion_images {
    padding-left: 150px;
  }
}
.row_flex .row_inner img {
  width: 100%;
}

.accordion_images {
  position: relative;
}
@media (max-width: 767px) {
  .accordion_images {
    display: none;
  }
}
.accordion_images img {
  opacity: 0;
  transition: 0.3s;
}
.accordion_images img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  padding-left: 150px;
}
.accordion_images img.active {
  opacity: 1;
}

.accordion {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  /* background-color: #000; */
}
.accordion_intro {
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.accordion_content {
  color: #212937;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  opacity: 0;
}
@media (min-width: 768px) {
  .accordion_content .accordion_image {
    display: none;
  }
}
@media (max-width: 767px) {
  .accordion_content .accordion_image {
    display: block;
    margin-bottom: 20px;
  }
}
.accordion h4,
.accordion p {
  margin: 0;
  line-height: 1;
}
.accordion h4 {
  color: rgba(33, 41, 55, 0.5);
  font-size: 26px;
  font-weight: 500;
  font-family: "TT Neoris Trial";
}
.accordion_active h4 {
  color: rgba(33, 41, 55, 1);
}
.accordion p {
  color: #212937;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
}
.accordion_active .accordion_content {
  padding: 0 20px 20px;
  opacity: 1;
}
/*section3*/

/*section4*/
.section4 {
  padding: 50px 0;
  text-align: center;
  background-image: url(../images/bg2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*section4*/

/*section5*/
.section5 {
  text-align: center;
  padding: 70px 0;
  background-color: #fff;
}
.section5 h2 {
  text-align: center;
  margin-bottom: 15px;
}
.section5 h2 span {
  font-weight: 600;
}
.section5 p {
  font-size: 19px;
  margin-bottom: 30px;
  font-weight: 300;
}
.section5 ul {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
  text-align: center;
  margin-top: 60px;
}
.section5 ul li {
}
.section5 ul li a {
}
.section5 ul li a h3 {
  color: #141414;
  margin: 25px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.section5 ul li a img {
  max-height: 80px;
}
/*section5*/

/*section6*/
.section6 {
  background: linear-gradient(to top, #ee277e, #9924a9);
  padding: 50px 0;
}
.section6 h2 {
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
.section6 h2 span {
  font-weight: 600;
}
.section6 p {
  font-size: 19px;
  margin-bottom: 30px;
  font-weight: 300;
  opacity: 0.5;
  color: #fff;
}
.section6_in {
  margin: auto;
  max-width: 1200px;
}
.section6_in input.form-control,
.section6_in textarea.form-control {
  background-color: rgb(255, 255, 255);
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 0 15px;
  height: 50px;
  border: 0;
  color: #000;
  font-size: 16px;
  box-shadow: none;
  display: table;
  width: 100%;
}
.section6_in textarea.form-control {
  height: 100px;
  padding: 15px;
}
.section6_in .col-sm-12,
.section6_in .col-sm-6 {
  display: table;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}
.section6_in input.btn {
  transition: all 0.3s;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 10px;
}
.section6_in input.btn:hover {
  background-color: #fff;
  color: #000;
}
/*section6*/

/*main_Footer*/
.main_Footer {
  padding: 50px 0 30px;
  width: 100%;
  background-image: url(../images/footerbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
a.footerlogo {
}
a.footerlogo img {
  height: 60px;
  margin-bottom: 10px;
}
.footer_social a {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #000;
  margin-top: 20px;
  background-color: #fff;
}
.footerflex,
.footerbtm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
}
.footerflex_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footerflex_right a {
  text-decoration: none;
  color: #fff;
  opacity: 0.5;
  font-size: 52px;
  text-align: right;
  line-height: 1;
  font-weight: 500;
}
.footerbtm {
  margin-top: 40px;
}
.footerbtm span {
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
}
.ftlinks {
  display: flex;
  gap: 40px;
}
.ftlinks a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
}
/*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: #ef277e;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

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

/* .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: #550061;
  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 #722f5b;
  background-color: #722f5b;
  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;
}

/* ===========================
   ====== 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: 30px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  #header.fixed1 .logo a {
    padding: 10px 0;
    width: 190px;
  }
  .bannerboxcont {
    width: 100%;
    padding: 0 20px 50px !important;
    left: 0;
    top: 0% !important;
    position: relative !important;
    height: auto;
  }
  .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: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .main_btn a {
    font-size: 14px;
  }
  .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: 24px;
  }
  p {
    font-size: 14px;
  }
  .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-bottom: 50px;
  }
  .section2 {
  }
  .accordion p {
    margin-bottom: 20px;
  }
  .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 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .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: 500px;
    right: 0;
  }
  .hl_video::before {
    right: 0;
    background-size: cover;
    background-position: 70% center;
  }
  .section1 .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .hl_video video {
    width: 280px;
    height: 280px;
  }
  .latestinsights {
    padding: 0;
  }
  .footerflex,
  .footerbtm {
    flex-direction: column;
    padding: 0;
  }
  .footerflex_right a {
    font-size: 25px;
    text-align: center;
  }
  .footerbtm {
    flex-direction: column-reverse;
    text-align: center;
    gap: 20px;
  }
  .ftlinks {
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;
  }
  .ftlinks a {
    letter-spacing: 0;
    font-size: 12px;
  }
  .footerbtm span {
    font-size: 13px;
  }
  .footer_social {
    justify-content: center;
    display: flex;
    align-items: center;
  }
  .hl_video {
    padding: 0;
    height: auto;
    position: relative;
  }
  .bannercu,
  .bannercu .item {
    height: 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%;
  }
}

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