@import url(https://fonts.googleapis.com/css?family=Cookie);
@import url(https://fonts.googleapis.com/css?family=Lora:400,700);

@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Basic&display=swap');





/*header a {*/
/*  color: white;*/
/*}*/
header .navbar-light {
  background-color: #FFF;

}

header .navbar-light a {
  color: black !important;
}

/*header .dropdown > .dropdown-toggle:active {
  pointer-events: none;
}*/
header .navbar-nav {
  padding-top: 1rem;
}

@media (min-width: 1000px) {
  header .navbar-nav {
    padding-top: 0;
  }
}

header .navbar-toggler:focus,
header .navbar-toggler:active {
  outline: 0;
}

header .navbar-toggler {
  height: 45px;
}

header .navbar-toggler span {
  display: block;
  background-color: white;
  height: 2px;
  width: 25px;
  margin-top: 6px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  opacity: 1;
}

header .navbar-toggler span:nth-child(1),
header .navbar-toggler span:nth-child(3) {
  -webkit-transition: transform .35s ease-in-out;
  -moz-transition: transform .35s ease-in-out;
  -o-transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
}

header .navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

header .navbar-toggler:not(.collapsed) span:nth-child(2) {
  visibility: hidden;
  background-color: transparent;
}

header .navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  top: 32px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}




#header {
  width: 100%;
  height: 100vh;
}

#header .carousel {
  height: 95%;
}

#header .carousel .carousel-inner {
  height: 100%;
}

#header .carousel .carousel-inner .carousel-item {
  height: 100%;
}

#header .carousel .carousel-inner .carousel-item .title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}

#header .carousel .carousel-inner .carousel-item .title h1 {
  font-size: 50px;
}

#header .carousel .carousel-inner .carousel-item .title .animated {
  animation-duration: 1.3s;
  animation-delay: .5s;
  color: #FFF;
}

#header .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 100%;
}



header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
  font-weight: 600;
  font-size: 16px;
  padding: 0px 30px;
  text-transform: uppercase;
  position: relative;
}

.navbar-light .navbar-nav .nav-link:before {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 20%;
  height: 2px;
  width: 0%;
  background: #66be4d;
  transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
}

.slimmenu ul li a {
  color: #000 !important;
}


/* @media(max-width:1499px){
  .navbar .container-fluid .main-nav li {
    padding: 0 6px !important;
}
} */

.main-nav {
  margin-bottom: 0;
}

.abtext-2 {
  padding: 0px 72px;
  margin-bottom: 25px;
}

@media(max-width:767px) {
  .homepage-container .video_banner video {
    height: 40vh !important;
  }

  .homepage-container .video_banner .main {
    height: 0vh !important;
    padding-left: 0 !important;
  }
}


@media only screen and (max-width: 1920px) and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) and (min-width: 992px) {}

@media only screen and (max-width:991px) and (min-width: 768px) {}

@media only screen and (max-width: 767px) and (min-width: 320px) {

  .i-bc2 {
    padding: 0 15px;
    transform: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    position: relative;
    width: 100%;
  }

  .inner-banner-cont h2 {
    font-size: 22px;
    margin-top: 15px;
  }

  .cont-form-page {
    padding: 30px 0;
  }

  .inner-b-sec:before {
    display: none;
  }

  .logo {
    width: 250px;
  }

  .navbar-light .navbar-toggler {
    color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    background: #ff6a00;
  }

  header .navbar-nav {
    padding-top: 1rem;
    background: #fff;
  }

  .full-height {
    height: 50vh;
  }

  .nav-link {
    line-height: 30px;
  }

  footer h4 {
    margin-top: 30px;
  }

  footer {
    padding: 20px 0 0 0;
  }

  .home-ser:before {
    display: none;
  }

  .home-ser:after {
    width: 100%;
  }

  .home-ser:before,
  .home-ser2:before {
    width: 100%;
  }

  .middle-content {
    padding: 0;
  }

}

/*----------------Product home page-------------------*/
.gallery-area {
  display: block;
  overflow: hidden;
  min-height: 100px;
  clear: both;
  background: #2c4607 url('../images/gallery-blur-bg.jpg') 50% 50% no-repeat;
  background-blend-mode: soft-light;
  position: relative;
  text-align: center;
  padding: 20px 0 50px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.gallery-area:after{ content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; mix-blend-mode:soft-light;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}*/

.gallery-area>div {
  position: relative;
  z-index: 100;
}

.gallery-area>div h4 {
  font-family: 'Cookie';
  font-size: 60px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
  color: #fff;
}

.gallery-area>div h4:after {
  display: block;
  content: url(../images/headre-after-bg2.png);
  mix-blend-mode: screen;
  margin-top: -50px;
}

.gallery-area>div>a {
  clear: both;
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  background: #153510;
}

.gallery-area>div>a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.gallery-area>div ul {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0 0 35px;
}

.gallery-area>div ul li {
  width: 25%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 2px;
  background: #2c4607;
}

.gallery-area>div ul li img {
  width: 100%;
  float: left;
  -webkit-transition: 0.3s ease-in-out;
  /* Safari */
  transition: 0.3s ease;
}

.gallery-area>div ul li:hover img {
  opacity: 0.2;
}

.gallery-area>div ul li:after {
  content: '\f00e';
  font-family: 'FontAwesome';
  display: block;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 0%;
  opacity: 0;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  font-size: 30px;
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  /* Safari */
  transition: 0.5s ease;
}

.gallery-area>div ul li:hover:after {
  top: 50%;
  opacity: 1;
}

.gallery-area p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: math;
  font-size: 18px;

}

.message2 {
  font-family: 'Gentium Book Basic', serif;
  font-size: 40px !important;
}

/*	-----------------------Mission/vision start---------------------------------*/
.gallery-area1 {
  display: block;
  overflow: hidden;
  min-height: 100px;
  clear: both;
  background: #a9e299 url('../images/mission_bg.jpg') 50% 50% no-repeat;
  background-blend-mode: soft-light;
  position: relative;
  text-align: center;
  padding: 20px 0 50px;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*.gallery-area:after{ content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; mix-blend-mode:soft-light;
-webkit-filter: blur(3px);
-moz-filter: blur(3px);
-o-filter: blur(3px);
-ms-filter: blur(3px);
filter: blur(3px);
}*/

.gallery-area1>div {
  position: relative;
  z-index: 100;
}

.gallery-area1>div h4 {
  font-family: 'Cookie';
  font-size: 60px;
  line-height: 1.2;
  padding: 0;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
  color: #fff;
}

.gallery-area1>div h4:after {
  display: block;
  content: url(../images/headre-after-bg2.png);
  mix-blend-mode: screen;
  margin-top: -50px;
}

.gallery-area1>div>a {
  clear: both;
  display: inline;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 10px 15px;
  background: #153510;
}

.gallery-area1>div>a:hover {
  text-decoration: none;
  color: #000;
  background: #fff;
}

.gallery-area1>div ul {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 0 0 35px;
}

.gallery-area1>div ul li {
  width: 25%;
  float: left;
  background: #000;
  position: relative;
  overflow: hidden;
}

.gallery-area1>div ul li img {
  width: 100%;
  float: left;
  -webkit-transition: 0.3s ease-in-out;
  /* Safari */
  transition: 0.3s ease;
}

.gallery-area1>div ul li:hover img {
  opacity: 0.2;
}

.gallery-area1>div ul li:after {
  content: '\f00e';
  font-family: 'FontAwesome';
  display: block;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 0%;
  opacity: 0;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  font-size: 30px;
  color: #fff;
  -webkit-transition: 0.5s ease-in-out;
  /* Safari */
  transition: 0.5s ease;
}

.gallery-area1>div ul li:hover:after {
  top: 50%;
  opacity: 1;
}

.gallery-area1 p {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  /*font-family: math;*/
  font-size: 17px;

}


.content-area1 {
  display: block;
  color: #fff;
  overflow: hidden;
}

.content-area1 h1 {
  text-transform: uppercase;
  display: block;
  clear: both;
  margin-bottom: 30px;
  font-size: 35px;
  color: #92da19;
}

.content-area1 h2 {
  display: block;
  clear: both;
  margin-bottom: 15px;
  padding: 10px 0;
  font-size: 26px;
  border-bottom: 1px rgba(255, 255, 255, 0.3) dotted;
  position: relative;
}

.content-area1 h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 70px;
  height: 3px;
  background: #84ca11;
}

.content-area1 p {
  display: block;
  text-align: justify;
  margin-bottom: 25px;
  clear: both;
}

.content-area1 ol {
  list-style-type: none;
  float: left;
  margin: 0 0 15px 0;
}

.content-area1 ol li {
  float: left;
  clear: both;
  padding-left: 18px;
  margin-bottom: 5px;
  text-align: justify;
  position: relative;
}

.content-area1 ol li:before {
  content: '\f054';
  display: block;
  position: absolute;
  font-family: 'FontAwesome';
  left: 0;
  top: 1px;
  font-size: 13px;
}

.projects-box {
  display: block;
  overflow: hidden;
  clear: both;
  padding: 30px 0;
}

.projects-box li {
  display: block;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
  clear: both;
}

.projects-box li:last-child {
  margin-bottom: 0;
}

.projects-box li img {
  float: left;
}

.projects-box li>div {
  width: 42%;
  background: #2c2a2b;
  padding: 40px;
  z-index: 100;
  position: absolute;
  right: 0px;
  top: 8%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.projects-box li>div h2 {
  margin-bottom: 20px;
  color: #fff;
}

.projects-box li:nth-child(even) img {
  float: right;
}

.projects-box li:nth-child(even)>div {
  left: 5px;
}

/*	-----------------------Mission/vision  end---------------------------------*/
/*------------Product Page--------------------*/
.product-box div {
  display: block;
  text-align: center;
  background: #fff;
}

.product-box div img {
  display: block;
  /*margin-bottom:5px;*/
}

.product-box h3 {
  display: block;
  font-size: 18px;
}

.product-box span {
  padding: 13px 10px;
  display: block;
  overflow: hidden;
  clear: both;
  background: #f3f3f3;
  z-index: 2;
  font-size: 15px;
  text-align: center;
}

.product-box span strong {
  display: block;
  margin-bottom: 7px;
}

.product-box .table {
  margin-bottom: 0;
}

.product-box .table th,
.table td {
  padding: 5px;
  border-top: 1px solid #c5c5c5;
}

.show-more {
  display: block;
  overflow: hidden;
  padding: 8px;
  text-align: center;
  background: #eee;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
}

.loadMore1 span {
  padding: 13px 10px;
  display: block;
  overflow: hidden;
  clear: both;
  background: #f3f3f3;
  z-index: 2;
  font-size: 15px;
  text-align: center;
}

.loadMore1 span strong {
  display: block;
  margin-bottom: 7px;
}

.fixed-bg {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2200px;
}

.fixed-bg_trendy {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2425px;
}

.fixed-bg_gift_packaging {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2875px;
}

.fixed-bg_apron {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1450px;
}

.fixed-bg_yoga {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1225px;
}

.fixed-bg_table {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1225px;
}

.fixed-bg_laundry {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1200px;
}

.fixed-bg_foldable {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1750px;
}

.fixed-bg_other {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1850px;
}

.fixed-bg_backpack {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1525px;
}

.fixed-bg_beachbag {
  background-image: url("../images/side_bg-3.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4875px;
}

.fixed-bg_wine {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3325px;
}

.fixed-bg_cosmatic {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 4800px;
}

.fixed-bg_drawstring {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3300px;
}

.fixed-bg_celebration {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6200px;
}

.fixed-bg_file {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2075px;
}

.fixed-bg_corporate {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3700px;
}

.fixed-bg_shopping {
  background-image: url("../images/side_bg_shopping.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 12800px;
}

.fixed-bg_flower {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2000px;
}

.fixed-bg_pp {
  background-image: url("../images/product_bg.jpg");
  min-height: 800px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 3375px;
}

#owl-demo .item {
  margin: 3px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.navbar {
  padding: 0 !important;
}

.banner2 img {
  height: 300px;
  width: 100%;
}

.c-head {
  float: left;
  width: 100%;
}

.c-head h2 {
  position: relative;
  margin: 0;
}

.c-head span {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
  position: relative;
  width: 150px;
  margin: 0 auto;
}

.c-head span:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ed2225;
  left: 16px;
  top: 12px;
}

.c-head span:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background: #ed2225;
  right: 16px;
  top: 12px;
}

.text-center {
  text-align: center !important;
}

.about-page {
  padding: 50px 0;
}

.inner-banner-cont1 {
  /*position: absolute;
    top: 50%;
    right: 0;
    height: 100%;
    z-index: 9;
    width: 75%;
    padding: 130px 170px;
    transform: translateY(-50%);
	vertical-align: top;*/
}

.inner-banner-cont1 p {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
}

.inner-banner-cont1 h2 {
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 7px;
  position: relative;
  margin-left: -14px;


}

.social-ul {
  display: flex;
  justify-content: flex-start;
}

.social-ul li {
  float: left;
  margin-right: 15px;
}

.social-ul li a {
  border-radius: 50px;
  color: #fff;
  width: 25px;
  height: 25px;
  float: left;
  background: #3b5998;
  text-align: center;
  line-height: 25px;
  color: #FFF;
}

/*#demos .item img{
  display: block;
  width: 100%;
  height: auto;
}*/

.demos .owl-carousel .owl-nav {
  margin-top: 5px;
  text-align: center;
}

.demos .owl-carousel .owl-nav .owl-prev {
  font-size: 34px;
  font-weight: 600;
  margin-right: 20px;
}

.cont-form-page1 {
  padding: 30px 0;
}

.cont-form-page1 input,
.cont-form-page1 select,
.cont-form-page1 textarea {
  width: 100%;
  height: 36px;
  font-size: 14px;
  padding-left: 10px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.cont-form-page1 textarea {
  height: 80px;
}

.cont-form-page1 button {
  background: #153510;
  color: #fff;
  border: 0px;
  padding: 8px 40px;
}

.cont-form-page1 {
  padding: 0px;
}






.table {
  font-size: 14px !important;
}

#slider {
  position: fixed !important;
  top: 120px !important;
}

.nav-slider .owl-nav .owl-next {
  background: #fff !important;
  height: 40px;
  width: 40px;
  position: absolute;
  text-align: center;
  line-height: 40px !important;
  font-size: 34px !important;
  right: 0;
  top: 70px;
  outline: none;
}

.nav-slider .owl-nav .owl-prev {
  background: #fff !important;
  height: 40px;
  width: 40px;
  position: absolute;
  text-align: center;
  line-height: 40px !important;
  font-size: 34px !important;
  left: 0;
  top: 70px;
  outline: none;
}

.pad-t-50 {
  padding-top: 150px;
}

#header,
#header .carousel .carousel-inner .carousel-item img {
  height: auto;
}

#header2 {
  width: 280px !important;
  height: auto !important;
}

#header2 h2 {
  font-size: 18px;
  font-weight: 700;
  color: #55af30;
  margin-bottom: 2px;
}

#header2 p {
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  margin-bottom: 5px;
}

#header2 {}

@media only screen and (min-width: 768px) and (max-width: 2400px) {
  header .dropdown:hover>.dropdown-menu {
    display: block;
  }
}

/*header .dropdown:hover > .dropdown-menu {
      display: block;
    }*/
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .small-t-15 {
    margin-top: 15px;
  }

  footer iframe {
    margin-top: 20px;
  }

  .projects-box li>div {
    position: relative;
    right: 0px;
    display: flex;
    width: 100%;
    flex-direction: column;
    top: 0;
    left: 0 !important;
  }

  .projects-box img {
    width: 100%;
  }

  .pad-t-50 {
    padding-top: 0px;
  }

  table tr td {
    font-size: 14px !important;
  }

  #header,
  #header .carousel .carousel-inner .carousel-item img {
    height: auto;
  }

  #header2 {
    width: 280px !important;
    height: auto !important;
  }

  #header2 h2 {
    font-size: 18px;
    font-weight: 700;
    color: #55af30;
    margin-bottom: 2px;
  }

  #header2 p {
    font-size: 12px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 5px;
  }

  #sidebar1 {
    left: 175px !important;
  }

  #sidebar {
    left: 174px !important;
  }

  #slider {
    right: 280px important;
  }

  #header2 {
    padding: 15px !important;
  }

  /*#header2 {
width:280px;
}*/

}

.homepage-container {
  width: 100%;
  position: relative;
}

.video_banner {
  width: 100%;
  display: inline-block;
}

.video_banner_about {
  width: 100%;
  height: 50vh !important;
  position: relative;

}

#myVideo1 {
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
}

.home-content {
  width: 600px;
  margin: 0 auto;
  position: relative;
  top: 150px;
  color: #fff;
  z-index: 3;




}

.home-content h1 {
  font-size: calc(72px + .25vw);
  line-height: 1.05;
  letter-spacing: -.005em;
  color: #000;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
}

.home-slider .video:before {
  content: "";
  background: rgba(0, 0, 0, .5);
  background-size: 88%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.home-slider .video source {
  width: 100%;
}

#myVideo {
  width: 100%;
}

.homepage-container .video_banner .main {
  padding-left: 4rem;
  position: relative;
  z-index: 3;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media (max-width:1699px) {
  .logo_area img {
    width: 213px !important;
  }

  .logo_area {
    margin-right: 50px !important;
  }
}


@media (max-width:1200px) {
  .home-slider .video .main {
    padding-left: 1rem
  }
}

.homepage-container .video_banner .main h1 {
  color: #fff;
  padding-bottom: 5rem;
  font-family: 'Raleway:wght@700', sans-serif;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.homepage-container .video_banner .main h2 {
  color: #fff;
  font-family: 'Raleway:wght@700', sans-serif;
  letter-spacing: 1px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}


@media (min-width:768px) {
  .homepage-container .video_banner .main h1 {
    font-size: 3.375rem;
    line-height: 1.3;
    padding-top: 4rem
  }
}

@media (max-width:480px) {
  .homepage-container .video_banner .main h1 {
    padding-top: 45vh;
    padding-bottom: 2rem;
    font-size: 1.6875rem
  }

  .homepage-container .video_banner .main h1 br {
    display: inline
  }
}

@media (min-width:768px) {
  .homepage-container .video_banner .main h2 {
    font-size: 2rem
  }
}

@media (max-width:480px) {
  .homepage-container .video_banner .main h2 {
    font-size: 1rem
  }

  .homepage-container .video_banner .main h2 br {
    display: inline
  }
}

.homepage-container .video_banner .video-cover {
  width: 100%;

  background: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  pointer-events: none;
  left: 0;
  z-index: 2;
}

.homepage-container .video_banner video {
  position: absolute;
  height: 100vh;
  right: 0;
  top: 0;

  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


@media(max-width:420px) {
  .banner-container[data-v-e9e1d452] {
    height: 45vh !important;
  }

  .banner-container[data-v-1748270a] {
    height: 30vh !important;

  }

  .modal.left .modal-dialog,
  .modal.right .modal-dialog {
    position: fixed;
    margin-top: 20% !important;
    padding-right: 0px;
    left: 0px !important;
    width: 321px !important;
    height: 58%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    margin: 0 !important;
    padding: 0 !important;
  }

  .modal.left .modal-content,
  .modal.right .modal-content {
    /* height: 100%; */
    overflow-y: auto;
    margin-top: 10% !important;
  }

  .modal-header .close {
    margin-left: 0 !important;
  }
}











/* footer */

.footerList {
  display: flex;
  justify-content: space-between;
}

.footerList>li {
  width: 24%;
}

.footerList p {
  color: #fff;
  font-size: 18px;
  position: relative;
  padding-bottom: 8px;
  line-height: 25px;
}

.footerList p::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 30px;
  height: 2px;
  background: #637381;
}

.footerList>li>ul>li a {
  color: #637381;
  font-size: 16px;
}

@media (max-width:1199px) {
  .footerList {
    flex-wrap: wrap;
  }

  .footerList>li {
    width: 48%;
  }

  .footerList p::after {
    margin: 0 auto;
    display: inline-block;
    right: 0;
  }

  .footer-desc3 h4 {
    margin-bottom: 15px !important;
  }
}

@media (max-width:767px) {
  .footerList>li {
    width: 100%;
    margin-top: 20px !important;
  }
}


.qrCode img {
  height: 95px;
}



