body {
  font-family: "Lexend", sans-serif;
  /* font-family: "Playfair Display", serif; */
  padding-top: 90px;
  color: #4d4d4d;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend", sans-serif;
  color: #4d4d4d;
}

.container {
  max-width: 1320px;
  width: 100%;
}

.container1 {
  max-width: 1240px;
  margin: auto;
}
section {
  width: 100%;
  display: block;
  overflow: hidden;
}

/*--------header-----------*/
.header {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.2) */
  /* background-color: #fff; 
    box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);*/
}
#header.fixed1 {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  /* padding-top: 20px; */
  border-bottom: 0px;
  box-shadow: 0 0px 4px 3px rgba(0, 0, 0, 0.15);
}
.logo {
  float: left;
  display: inline-block;
  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: 240px;
  display: table;
  transition: all 0.3s ease 0s;
  height: inherit;
  background-size: 100%;
}
#header.fixed1 .logo {
  height: 90px;
  transition: all 0.3s ease 0s;
  float: left;
}
#header.fixed1 .logo a {
  background-image: url(../images/logo.svg);
  /* margin: auto; display: table; */
  background-size: 100%;
  background-position: left center;
  transition: all 0.3s ease 0s;
}
.headerright1 {
  float: right;
  text-align: right;
}
.menu {
  float: right;
  margin-left: 20px;
  width: 100%;
  display: block;
  clear: both;
}
.menu ul {
  list-style: none;
  display: inline-block;
}
.menu > ul > li {
  display: inline-block;
  position: relative;
  padding-top: 5px;
  padding: 0 10px;
}
.menu > ul > li > a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  position: relative;
  height: 90px;
  font-weight: 400;
  line-height: 90px;
  font-family: "Lexend", sans-serif;
  color: #4d4d4d;
}
.menu > ul > li > a img {
}
.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: #ff8427;
}
.menu > ul > li > a.active::before {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #ff8427;
}
#header.fixed1 .menu > ul > li.contactli > a {
  border: 2px solid #ff8427;
  border-radius: 30px;
  height: 40px;
  line-height: 36px;
  padding: 0 24px;
}
#header.fixed1 .menu > ul > li.contactli > a.active::before {
  display: none;
}
#header.fixed1 .menu > ul > li:hover > a,
#header.fixed1 .menu > ul > li > a.active {
}
.menu > ul > li > a i {
  margin-left: 2px;
  position: relative;
}
.menu ul > li:hover ul.submenu1 {
  display: block !important;
}
ul.submenu1 {
  width: auto;
  min-width: 240px;
  /*max-width: 1000px;*/
  background-color: #080873;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  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%;
}
ul.submenu1 li a {
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  line-height: 24px;
  padding: 10px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  /* border-bottom: 1px solid #ccc; */
  font-family: "Lexend", sans-serif;
}
ul.submenu1 li:last-child a {
  border-bottom: 0px;
}
ul.submenu1 li:hover a {
  color: rgba(255, 255, 255, 0.5) !important;
}
ul.submenu1 li:last-child a {
}
/*------header_end--------*/

/*------bannerbox---------*/
.bannerboxcont {
  position: absolute;
  /* left: 50px; */
  left: 0%;
  top: 25%;
  z-index: 999;
  width: 100%;
  text-align: left;
}
.bannerboxcont_in {
  width: 50%;
}
.banner_hd {
  color: #000;
  font-size: 52px;
  margin: 0px;
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
  margin-top: 0px;
  line-height: 1.4;
  font-weight: 600;
}
.banner_cont {
  color: #4d4d4d;
  font-size: 17px;
  font-family: "Lexend", sans-serif;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.6;
  visibility: visible !important;
  width: 90%;
}
.banner_r_more {
}
.banner_r_more a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  color: #4d4d4d;
  text-decoration: none;
}
.banner_r_more a:hover {
}
.banner_r_more a svg {
  height: 36px;
}
.bannerimg {
  width: 100%;
  display: block;
  text-align: right;
  position: relative;
  z-index: 9;
}
.bannerimg > img {
  width: 50%;
  height: calc(100vh - 90px);
  object-fit: cover;
  object-position: center center;
}
.swiper-container,
.main_banner {
  width: 100%;
  position: relative;
  display: block;
  height: calc(100vh - 90px);
}
.main_banner video {
  width: 100%;
  height: calc(100vh - 90px);
  object-fit: cover;
  object-position: center center;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.swiper-slide::after {
  content: "";
  width: 100%;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: table;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative; */
}

.swiper-progress-bar {
  position: absolute;
  width: 180px;
  left: calc(50% + 60px);
  bottom: -12px;
  display: block;
  z-index: 999;
  height: 2px;
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 2px;
  background: #c7c7c7;
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 45px;
  left: 0;
  right: 0;
}
.swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}
/*------bannerbox---------*/

/*--------section1----------*/
.section1 {
  padding: 50px 0 0;
  display: block;
  position: relative;
  background-color: #fff;
  background-image: url(../images/bg1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 90%;
}
.section1_in {
  display: grid;
  grid-template-columns: 41fr 18fr 41fr;
  gap: 20px;
  /* align-items: center; */
  position: relative;
}
.sec1bx1 {
  position: relative;
  text-align: center;
  padding: 80px 80px 100px;
  z-index: 1;
}
.sec1bx1::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/shape.png);
  background-repeat: no-repeat;
  background-size: 108%;
  background-position: center center;
  z-index: -1;
}
.sec1bx1 img {
  height: 65px;
}
.sec1bx1 h3 {
  font-family: "Playfair Display", serif;
  margin: 20px 0;
  font-size: 26px;
  color: #4d4d4d;
  line-height: 1.4;
}
.sec1bx1 p,
p {
  font-size: 17px;
  line-height: 1.6;
  color: #4d4d4d;
}
.sec1_logo {
  padding-top: 70px;
}
.sec1_logo img {
  width: 100%;
  display: block;
}
.section1_in_2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -17%;
}
.section1_in_2 .sec1bx1 {
  max-width: 40%;
}
.grid {
  display: grid;
}
/*--------section1----------*/

/*--------section2----------*/
.section2 {
  display: block;
  width: 100%;
  padding: 70px 0;
  background-color: rgba(213, 219, 230, 0.45);
  position: relative;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-position: 105% 170%;
  background-size: 35%;
}
.section2::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  content: "";
  background-color: #fff;
}
.section2 .grid {
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 50px;
  align-items: end;
}
.section2 img {
  width: 100%;
  display: block;
}
.section2 h3 {
  font-size: 14px;
  letter-spacing: 2px;
  margin: 0;
  color: #4d4d4d;
  font-weight: 400;
}
.section2 h2,
h2 {
  margin: 20px 0;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.4;
}
.section2 h2 span,
h2 span {
  position: relative;
  z-index: 1;
}
.section2 h2 span::before,
h2 span::before {
  position: absolute;
  background-color: #ff7f00;
  height: 14px;
  width: 100%;
  content: "";
  left: 0;
  bottom: 5px;
  z-index: -1;
}
/*--------section2----------*/

/*--------section3----------*/
.section3 {
  display: block;
  width: 100%;
  position: relative;
  padding: 50px 0 100px;
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.section3 h2 {
  text-align: center;
}
.section3_top p {
  text-align: center;
}
.section3 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 50px;
  align-items: baseline;
}
a,
a:link {
  text-decoration: none;
  transition: all 0.3s;
}
.section3 a {
  display: block;
  background-color: #080873;
  border-radius: 25px;
  transition: all 0.3s;
}
.section3 a:nth-child(2n) {
  position: relative;
  top: 50px;
}
.section3 a .img {
  overflow: hidden;
  display: block;
  transition: all 0.3s;
  border-radius: 22px;
}
.section3 a .img img {
  height: auto;
  width: 100%;
  display: block;
  transition: all 0.3s;
}
.section3 a:hover .img img {
  transform: scale(1.1) rotate(2deg);
  transition: all 0.3s;
}
.sec3_info {
  display: block;
  padding: 30px;
  position: relative;
}
.sec3_info h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 20px;
  font-family: "Playfair Display", serif;
}
.sec3_info p {
  color: #fff;
  width: 90%;
}
.sec3_btn {
  border-top-left-radius: 10px;
  /* border: 10px solid #fff; */
  background-color: #f5f6fc;
  width: 80px;
  height: 70px;
  display: flex;
  position: absolute;
  padding-left: 10px;
  padding-top: 10px;
  right: 0;
  bottom: 0;
}
.sec3_btn div {
  background-color: #080873;
  width: 70px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.sec3_btn div svg {
  display: block;
}
/*--------section3----------*/

/*--------section4----------*/
.section4 {
  display: block;
  width: 100%;
  position: relative;
  padding: 60px 0;
  background-color: #fff;
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 95%;
}
.section4 img {
  display: table;
  margin: auto;
  max-width: 800px;
  width: 100%;
}
.section4 h2 {
  text-align: center;
  margin-top: -25px;
}
.section4 .grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-top: 40px;
}
.sec4bx1 h3 {
  font-family: "Playfair Display", serif;
  margin: 0 0 20px 0;
  font-size: 26px;
  color: #4d4d4d;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 15px;
}
.sec4bx1 h3 span {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  width: 25px;
  height: 20px;
  background-color: #d43f67;
}
.sec4bx1:nth-child(2) h3 span {
  background-color: #00843a;
}
.sec4bx1:nth-child(3) h3 span {
  background-color: #0c9eb5;
}
.sec4bx1 p {
}
/*--------section4----------*/

/*--------mFooter----------*/
.mFooter {
  display: block;
  width: 100%;
  position: relative;
  padding: 50px 0 20px;
  background-color: #06235c;
  position: relative;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 135% bottom;
  overflow: hidden;
}
a.footer_logo {
  position: absolute;
  right: -10px;
  bottom: 0;
}
a.footer_logo img {
  height: 100px;
  width: auto;
}
.mFooter_lines {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  gap: 20px;
  margin-bottom: 50px;
}
.mFooter_lines .line {
  width: 100%;
  display: block;
  height: 3px;
  background-color: #ff7f00;
}
.mFooter_lines .line.line2 {
  background-color: #fff;
  opacity: 0.2;
}
.mFooter .grid {
  grid-template-columns: 35fr 50fr 15fr;
}
.footer_links h3 {
  text-transform: uppercase;
  opacity: 0.5;
  color: #fff;
  margin: 0 0 20px;
  font-size: 18px;
}
.footer_links ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  list-style: none;
}
.footer_links ul li {
}
.footer_links ul li a {
  color: #fff;
  font-size: 15px;
}
.footer_links ul li a:hover {
  opacity: 0.7;
}
.footer_links p {
  color: #fff;
  font-size: 15px;
}
.footer_links .grid1 {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.footer_links2 {
  padding: 0 120px;
}
.footer_links .grid1 h3 {
  margin-bottom: 10px;
}
.footer_social {
  display: flex;
  gap: 33px;
}
.footer_social a {
  color: #fff;
  font-size: 26px;
}
.footer_social a:hover {
  opacity: 0.7;
}
.copy {
  font-size: 14px;
  margin-top: 20px;
  opacity: 0.5;
  color: #fff;
}
/*--------mFooter----------*/

.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: #2e3192;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.fixed1 .icon-bar {
  background: #ed681c;
}
/* .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: #04206f;
  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: #2e3192;
}

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 #ed681c;
  background-color: #ed681c;
  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;
}

.scrollup {
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  left: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  /* body{padding-top: 80px;} */
  /* #header.fixed1{height: 80px;} */
  .home_link {
    height: auto;
  }
  .bannerbox {
    height: auto;
  }
  .hl_video video {
    width: 150%;
    left: -25%;
  }
  .hl_circle {
    width: 100%;
  }
  .hl_circle h2 {
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
  }
  .hl_circle p {
    font-size: 14px;
    margin-bottom: 0;
  }
  .hl_circle a {
    margin-top: 10px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 30px;
    right: 0px;
  }
  .logo {
    padding: 0px;
  }
  .logo a {
    margin-left: 0;
  }
  .logo a img {
    padding: 10px 0;
    height: 70px;
  }
  .bannerimg,
  .bannerboxcont_in {
    clear: both;
    width: 100%;
  }
  .bannerimg > img {
    clear: both;
    width: 100%;
    height: auto;
  }
  .bannerboxcont {
    position: relative;
    width: 100%;
    padding: 20px;
    left: 0;
    top: 0;
  }
  .banner_hd {
    font-size: 26px;
    line-height: 1.4;
  }
  .swiper-container,
  .main_banner {
    height: auto;
  }
  .swiper-pagination {
    left: auto !important;
    right: 0 !important;
  }
  .swiper-progress-bar {
    left: calc(16% + 60px);
  }
  .section1,
  .section2,
  .section3,
  .section4 {
    padding: 40px 15px;
  }
  .section2::before {
    display: none;
  }
  .section1_in,
  .section2 .grid,
  .section3 .grid,
  .section4 .grid,
  .mFooter .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .section3 {
    padding-bottom: 50px;
  }
  .sec1bx1 {
    padding: 20px;
  }
  .sec1_logo {
    display: none;
  }
  .sec1bx1 h3 {
    font-size: 21px;
  }
  .section1_in_2 {
    margin-top: 30px;
  }
  .section1_in_2 .sec1bx1 {
    max-width: 100%;
  }
  .sec1bx1 img {
    height: 40px;
  }
  .sec1bx1 p,
  p {
    font-size: 15px;
  }
  .sec1bx1::before {
    display: none;
  }
  .section2 h2,
  h2 {
    font-size: 32px;
  }
  .sec4bx1 h3 {
    font-size: 21px;
  }
  .footer_links2 {
    padding: 30px 0;
  }
  a.footer_logo {
    position: relative;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 10px;
    background-color: #fff;
    display: inline-block;
    margin-bottom: 30px;
  }
  a.footer_logo img {
    height: 50px;
  }
  .scrollup {
    left: auto;
    right: 0;
  }
}
/*------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: 1060px) {
  .container {
    width: 100%;
  }
  .menu > ul > li {
    padding: 0 7px;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .banner_hd {
    font-size: 36px;
  }
  .sec1bx1 {
    padding: 55px;
  }
  .sec1bx1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec1bx1 p,
  p {
    font-size: 14px;
  }
  .sec1bx1 img {
    height: 40px;
  }
  .mFooter {
    background-position: 225% bottom;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
  .banner_hd {
    font-size: 32px;
  }
  .sec1bx1 {
  }
  .sec1bx1 h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sec1bx1 p,
  p {
    font-size: 14px;
  }
  .sec1bx1 img {
    height: 40px;
  }
  .mFooter {
    background-position: 190% bottom;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
}
