* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  color: #444447;
  text-decoration: none;
  list-style: none;
}

p {
  font-size: 15px;
  color: #6b6b6b;
  text-align: justify;
}
#back-to-top{display : none!important;}
#baguetteBox-overlay{display : none;}
.navbar-nav .nav-link {
  color: #010101 !important;
  font-weight: 600;
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-left: 1px solid #333;
  padding: 0;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  text-shadow: 0px 3px 6px #0000002e;
}

.navbar-nav .active .nav-link {
  border-left: none;
}

//.navbar-nav .nav-link::after {
//  content: "";
//  display: block;
//  height: 2px;
//  width: 0px;
//  background: #23bbed;
//  -webkit-transform: scaleX(0);
//          transform: scaleX(0);
//  -webkit-transition: -webkit-transform 0.25s ease-in-out;
//  transition: -webkit-transform 0.25s ease-in-out;
//  transition: transform 0.25s ease-in-out;
//  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
//}

//.navbar-nav .nav-link:hover::after {
//  width: 100%;
//  -webkit-transform: scaleX(1);
//          transform: scaleX(1);
//}

.navbar {
  padding: 0px !important;
}

.navbar-brand img {
  height: 60px;
}

.bg {
  -webkit-box-shadow: 0px 0px 5px 1px #010a19;
          box-shadow: 0px 0px 5px 1px #010a19;
}

.nav-bar {
  background-color: #e7e7e7;
  border-bottom: 1px solid #707070;
}

.space {
  padding: 60px 5px;
}

.bg-color {
  background-color: #e6e6e6;
}

/* slider */
.carousel-indicators li {
  background-color: #000 !important;
}

.slider img {
  width: 100%;
}

.slider .second-slider {
  display: none;
}
.category img{
width :100%;
}
.home-section-2 .box {
  padding: 3.6% 15px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 2px;
}
.jeweldz p{
font-size: 21px;
    border: 1px solid #000;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 10px 0px;
}
.home-section-2 .box h2 {
  font-weight: 500;
  font-size: 23px;
  text-align: center;
  color: #000;
  margin-bottom: 15px;
}

.home-section-2 .box p {
  line-height: 2;
  color: #000;
}

.home-section-2 img {
  width: 100%;
  border-radius: 2px;
}

#myVideo11 {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

#xyug-video-mob {
  display: none;
}

#xyug-video {
  width: 100%;
}

.home-section-3 {
  background-image: url(https://xyug.in/images/home-section-3.jpg);
  background-size: 100% 100%;
}

.home-section-3 .bg {
  background-color: #fff;
  margin: 30px 0px;
  padding: 15px 0px;
}

.home-section-3 .bg img {
  width: 100%;
  margin: 12px 0px;
}

.home-section-3 .bg h2 {
    padding-top:30px;
  color: #000;
  font-size: 22px;
}

.home-section-4 .box h3 {
  color: #000;
  font-size: 15px;
  margin-left: 6%;
}

.home-section-4 .box h2 {
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #707070;
  margin-left: 6%;
  margin-right: -15px;
  color: #000;
}

.home-section-4 .box h2 span {
  color: #23bbed;
}

.home-section-4 .box .points {
  margin-bottom: 10px;
}

.home-section-4 .box .points .col-md-1 {
  padding-left: 0px;
  padding-right: 0px;
}

.home-section-4 .box .points .col-md-1 .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.home-section-4 .box .points .col-md-11 {
  padding-left: 0px;
}

.home-section-4 .box .points .col-md-1 {
  padding: 10% 0px;
}

.home-section-4 .box .points .col-md-1 h4 {
  padding-right: 10px;
}

.home-section-4 .box .points h4 {
  color: #23bbed;
  font-size: 65px;
}

.home-section-4 .box .points .red-box {
  border-left: 5px solid #ee0b0b;
  padding: 10% 0px;
}

.home-section-4 .box .points .red-box .black-box {
  border: 1px solid #444447;
  border-left: none;
  background-color: #f3fcfe;
  padding: 10px;
}

.home-section-4 .box .points .red-box .black-box p {
  color: #000;
  font-weight: 500;
}

.home-section-4 img {
  width: 100%;
}

.home-section-4 a {
  background-color: #23bbed;
  color: #fff !important;
  border-radius: 30px;
  padding: 10px 20px;
  -webkit-box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  font-size: 20px;
}

.home-section-4 a:hover {
  -webkit-box-shadow: 0px 0px 3px 0px #b7b4b4;
          box-shadow: 0px 0px 3px 0px #b7b4b4;
  text-decoration: none;
  color: #000 !important;
}

.home-section-5 {
  text-align: center;
  padding: 30px 0px;
}

.home-section-5 img {
  width: 70%;
}

.home-section-5 .box {
  padding: 10px;
  background-color: #f3fcfe;
}

.home-section-5 .box h2 {
  color: #23bbed;
  text-decoration: underline;
}

.home-section-5 .box P {
  color: #000;
  font-size: 17px;
}

.meta-vr {
  margin-bottom: -10px;
}
/*jeweldz*/
.jeweldz
  h2{
  padding: 2px 0px;
  font-size: 23px;
  background: #1d1a1a;
  margin-bottom: 0px;
  color: rgb(250, 240, 240);
  font-weight: 600;
  border: 21px solid rgb(238, 232, 232);
  color: normal;
}

/*hero-img*/
.hero-img img {
  width: 100%;
}

.hero-img .animation {
  width: 100%;
  -webkit-animation: animateUpDown 1s infinite alternate;
  animation: animateUpDown 1s infinite alternate;
}

@-webkit-keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes animateUpDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.custom-btn {
  color: #fff !important;
  padding: 10px 40px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #fff !important;
  border-radius: 0px !important;
  margin: 5px;
  font-weight: 300 !important;
  font-size: 14px !important;
}

/* 1button */
.btn-15 {
  z-index: 1;
}

.btn-15:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#e03d0c), to(#e30909));
  background: linear-gradient(90deg, #e03d0c 0%, #e30909 100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-15:hover {
  color: #fff;
}

.btn-15:hover:after {
  left: 0;
  width: 100%;
}

.compliance h2 {
  font-size: 22px;
  color: #1a2e22;
  margin-bottom: 20px;
  font-weight: 600;
}

.compliance .box {
  border: 2px solid;
  padding: 15px;
  border-radius: 5px;
}

.compliance p {
  margin-bottom: 5px;
  font-style: italic;
}

.compliance p span {
  color: #1a2e22;
  font-size: 18px;
  font-style: normal;
}

/*career*/
.careers .flexi-mob {
  display: none;
}

.careers img {
  border-bottom: 1px solid #000;
}

.careers .text {
  position: absolute;
  top: 50%;
}

.careers .text h1 {
  color: #1a2e22;
  font-weight: 700;
  text-transform: uppercase;
}

.careers .scroll {
  float: left;
  text-align: center;
  width: 130px;
  height: 130px;
  margin-top: -65px;
  z-index: 22;
  position: relative;
  border-radius: 50%;
  left: 50%;
  margin-left: -65px;
}

.careers .scroll a {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -30px;
  margin-top: -30px;
  background: #fff;
  border-radius: 50%;
  line-height: 50px;
  font-size: 28px;
}

.careers .scroll a i {
  font-size: inherit;
  -webkit-transition: 1s;
  transition: 1s;
  color: #000;
}

.careers .scroll a:hover {
  background-color: #000;
}

.careers .scroll a:hover i {
  color: #fff;
}

.careers .categories h2 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
}

.careers .categories .box {
  border: 1px solid #1a2e22;
  padding: 8px;
  margin: 10px 0px;
}

.careers .categories .box .image {
  overflow: hidden;
  position: relative;
}

.careers .categories .box .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.careers .categories .box .content {
  padding: 5px;
}

.careers .categories .box .content h5 {
  color: #1a2e22;
  font-size: 19px;
  text-decoration: none;
  font-weight: 900;
}

.careers .categories .box .content p {
  font-size: 18px;
}

.careers .categories .box .content .btn {
  border: 1px solid #000;
  padding: 5px 10px;
  background-color: #1a2e22;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
}

.careers .categories .box .content .btn:hover {
  background-color: yellow;
  color: #1a2e22;
  border: 1px soli #1a2e22;
}

.careers .categories .box:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.requirement .heading {
  padding: 15px 0px;
  text-align: center;
}

.requirement .heading h3 {
  font-weight: 600;
  font-size: 30px;
}

.requirement .heading p {
  text-align: center;
}

.requirement .card {
  margin: 5px 0px;
}

.requirement p {
  margin-bottom: 0px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
}

.requirement p span {
  color: #000;
  line-height: 32px;
  font-weight: normal;
  text-transform: initial;
}

.requirement a {
  color: #181e42;
  font-size: 20px;
}

.requirement .forms {
  background: #1a2e22;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  padding-top: 5px;
}

/* footer */
.adress p {
  color: #f5f5f5;
}

.footer {
  background-color: #e7e7e7;
  border-top: 1px solid #707070;
}

.logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;
}

.footer-section span img {
  height: 25px;
  margin: 10px 0px;
  padding-right: 10px;
}

.social-icon .social i {
  background: #fff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  -webkit-box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-section i {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

.social-icon {
  text-align: center;
}

.social-icon .social i:hover {
  -webkit-box-shadow: 0px 0px 3px 0px #b7b4b4;
          box-shadow: 0px 0px 3px 0px #b7b4b4;
}

.footer-section ul li a {
  color: #0000008f;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 17px;
  font-weight: 500;
}

.footer-section ul li a:hover {
  color: #e21f0b;
  text-decoration: none;
}

.footer-section h3 {
  color: #000;
  font-size: 20px;
  /* padding-left: 30px; */
  margin-bottom: 25px;
}

.footer-section p {
  color: #0000008f;
  text-align: initial;
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
}

.reserved p {
  text-align: center;
  margin: 0px;
  color: #fff;
}

.reserved {
  background-image: -webkit-gradient(linear, left top, right top, from(#00102d), color-stop(56%, #0059fc));
  background-image: linear-gradient(90deg, #00102d 0%, #0059fc 56%);
  background-color: #437eeb;
}

.footer hr {
  border-bottom: 1px solid #ffffffc2;
}

.footer .box {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px;
}

.footer .box h2 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}

.footer .box p {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

/*section*/
.head-img {
  position: relative;
}

.head-img img {
  width: 100%;
}

.head-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.head-text p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.head-text h1 {
  color: #fff;
  font-weight: 600;
}

.sub_page p {
  color: #585757;
  font-size: 15px;
}

.sub_page img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 1px #02000c;
          box-shadow: 5px 5px 1px #02000c;
  border-radius: 4px;
}

.contact_section .contact-box p {
  text-align: center;
  font-size: 18px;
  color: #d8d0d0;
}

.contact_section .contact-box h3 {
  color: #fff;
}

.contact_section .contact-box {
  border: 2px solid #23bbed;
  padding: 10px;
  background: #000001;
  height: 165px;
  margin: 4px;
  border-radius: 10px;
}

.contact-section1 {
  background-color: #80808040;
}

.contact-form .form-control {
  border: 1px solid #d4d4d4 !important;
}

.contact-form {
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
}

.contact-img img {
  width: 100%;
}

/* our media */
.our-team-section .profile {
  border: 1px solid #fbfbfb;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}

.our-team-section img {
  margin-right: 20px;
  border: 1px solid #7b7b7b;
  border-radius: 18px;
}

.our-team-section .content {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.our-team-section h2 {
  font-weight: 900;
  font-size: 22px;
  color: #1a2e22;
  margin-bottom: 0px;
}

.our-team-section h4 {
  font-size: 17px;
  font-weight: 600;
  color: #1a2e22;
  text-align: right;
  font-style: italic;
  padding: 6px 0px;
  margin-bottom: 0px;
}

.our-team-section p {
  font-size: 15px;
  color: #1a2e22;
  margin-bottom: 0px;
}

.our-team-section .profile:hover {
  border: 1px solid #1a2e22;
}

.our-team-section [data-toggle="collapse"] .fa:before {
  content: "\f068";
}

.our-team-section [data-toggle="collapse"].collapsed .fa:before {
  content: "\f067";
}

/* end */
/* apprentice */
.apprentice-border {
  border: 1px solid #181e42;
  padding: 8px;
}

.apprentice-box3 .apprentice-image3 {
  overflow: hidden;
  position: relative;
}

.apprentice-box3 img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.apprentice-box3:hover .apprentice-image3 img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.apprentice-section3 .apprentice-box2 img {
  width: 100%;
}

.apprentice-section2 img {
  width: 100%;
}

.apprentice-content1 .forms {
  border: 1px solid #000;
  padding: 5px 10px;
  background-color: #1a2e22;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
}

/* end */
/* last-head */
.last-head {
  background-color: #1A2e22;
}

.last-head p {
  margin-bottom: 0px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

/* end */
/*responsive view*/
@media only screen and (max-width: 767px) {
  #xyug-video {
    display: none;
  }
  #xyug-video-mob {
    display: block;
    width: 100%;
  }
  .careers .flexi-mob {
    display: block;
  }
  .careers .flexi-web {
    display: none;
  }
  .navbar-collapse {
    padding: 20px 10px;
  }
  .navbar-collapse .nav-link {
    border-left: none;
    padding: 10px;
  }
  .navbar-toggler {
    border-color: #000 !important;
  }
  .navbar-dark .navbar-toggler-icon {
    background-image: url(https://xyug.in/images/lines.png) !important;
  }
  /*slider*/
  .slider .second-slider {
    display: block;
  }
  .slider .first-slider {
    display: none;
  }
  p {
    font-size: 11px;
  }
  .custom-btn {
    color: #fff !important;
    padding: 6px 12px !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid #fff !important;
    border-radius: 0px !important;
    margin: 5px;
    font-weight: 300 !important;
    font-size: 11px !important;
  }
  .navbar a {
    font-size: 10px;
  }
  .home-section-2 .box p {
    font-size: 14px;
  }
  .home-section-2 .box h2 {
    font-size: 21px;
  }
  .home-section-3 .bg {
    text-align: center;
  }
  .home-section-3 .bg p {
    font-size: 14px;
  }
  .home-section-3 .bg img {
    width: 35%;
  }
  .home-section-4 .box h2 {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 25px;
  }
  .home-section-4 .box .points {
    margin-bottom: 20px;
  }
  .home-section-4 .box .points .red-box {
    margin-left: 10px;
  }
  .home-section-4 .box .points .red-box .black-box .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .home-section-4 .box .points .red-box .black-box p {
    font-size: 12px;
  }
  .home-section-5 .box h2 {
    font-size: 25px;
  }
  .footer-section h3 {
    margin-bottom: 10px;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    width: 75%;
  }
}
/*# sourceMappingURL=style.css.map */
