/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/images/vendor/owl.carousel/dist/owl.video.play.png?7f01b07148f205f6e8258e92bbf652d9) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* -------Banner-Start------- */
body {
  display: block;
}

.owl-nav {
  display: none !important;
}

.banner {
  background-image: url(/images/banner.png?1de52a45445024fbfb0648a25ffb0acc);
  padding-left: 200px;
  padding-right: 200px;
  padding-top: 50px;
  background-position: bottom;
  padding-bottom: 50px;
}
.banner .banner-logo img {
  max-width: 600px;
  margin: auto;
}
.banner .banner-stud-img img {
  max-width: 600px;
  margin: auto;
}

.abt-us-btn {
  margin-top: 35px;
  margin-bottom: 50px;
}
.abt-us-btn a {
  text-decoration: none;
}
.abt-us-btn .btn-abt {
  border: none;
  border-radius: 5px;
  color: #2E3094;
  font-weight: bold;
  transition: 0.2s;
  padding: 10px;
  box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.1);
}
.abt-us-btn .btn-abt:hover {
  letter-spacing: 1px;
  box-shadow: 0px 4px 6px 3px rgba(0, 0, 0, 0.2);
}

/* -------Banner-End------- */
/* -------Uniform-Corousel-Start------- */
.uniform {
  margin: 50px 0;
}

.owl-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 30px !important;
  background: #2E3094 !important;
}

.owl-nav span {
  color: #fff;
}

.owl-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: 40px;
  border-radius: 30px !important;
  background: #2E3094 !important;
}

.uniform .item {
  position: relative;
  display: grid;
}

.uniform .uni-image {
  position: relative;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(21, 22, 101, 0.537254902), rgba(68, 69, 100, 0.0666666667));
  transition: 0.4s;
  opacity: 0;
}

.item:hover .gradient-overlay {
  opacity: 1;
}

.uni-cont {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 40px;
}

.uni-cont h1 {
  height: 60px;
  font-size: 35px;
  color: #fff;
}

.uni-cont p {
  font-size: 30px;
  color: #ff0000;
  font-family: "Yellowtail-Regular";
  margin: 0;
}

/* -------Uniform-Corousel-End------- */
/* -------Production-Start------- */
.our-production {
  background-image: url(/images/productio-bg.png?32e181933bbb387871dcfe26f4fa7f75);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}

.production-img {
  position: relative;
}

.production-content p {
  font-family: "Yellowtail-Regular";
  font-size: 30px;
  margin: 0;
  color: #ff0000;
}

.production-content span {
  font-size: 60px;
  color: #fff;
}

.production-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
}

.production-col {
  margin: 30px;
}

.production-industries {
  border-bottom: dashed #808080;
}

.production-industries p {
  margin: 30px 0;
}

.production-industries h3 {
  margin: 30px 0;
  font-weight: bold;
  color: #2E3094;
  font-size: 24px;
  min-height: 46px;
}

.production-industries span img {
  margin-left: 10px;
  max-width: 45px;
  max-height: 45px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------Production-End------- */
@media (max-width: 1600px) {
  .banner img {
    padding: 50px 50px 0px;
  }
  .banner-logo {
    text-align: start;
  }
  .banner-logo img {
    padding-left: 0;
  }
  .banner {
    padding-left: 120px;
    padding-right: 120px;
    padding-top: 50px !important;
  }
  .btn-abt {
    font-size: 14px;
    height: 45px;
  }
  .uni-cont h1 {
    font-size: 22px;
    height: 50px;
  }
  .uni-cont p {
    font-size: 20px;
  }
  .uni-cont {
    padding: 10px 20px;
  }
  .production-content h1 {
    font-size: 35px;
    color: #fff;
  }
  .production-content p {
    font-size: 24px;
  }
  .production-industries h3 {
    margin: 0;
    font-size: 18px;
  }
  .production-industries p {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .production-industries {
    margin-bottom: 20px;
  }
  .production-industries span img {
    width: 30px;
  }
}
@media (max-width: 1280px) {
  .banner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media (max-width: 1199px) {
  .production-img img {
    height: 200px !important;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 5px;
  }
}
@media (max-width: 999px) {
  .banner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .banner-stud-img img {
    display: none !important;
  }
  .banner {
    height: auto !important;
    padding-bottom: 30px;
  }
  .banner img {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .production-col {
    text-align: center;
  }
  .uni-cont h1 {
    height: 50px;
  }
}
@media (max-width: 480px) {
  .production-content h1 {
    font-size: 30px;
  }
  .uni-cont h1 {
    font-size: 20px;
    height: 40px;
  }
}
@media (max-width: 360px) {
  .production-content h1 {
    font-size: 25px;
  }
}
/* ----Modal-Start---- */
.form-control {
  border: none;
}

input#exampleFormControlInput1 {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 12px;
}

textarea#exampleFormControlTextarea1 {
  border-bottom: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 12px;
}

.form-label {
  color: #2E3094;
  font-size: 14px;
}

.form-control:focus {
  border: none;
  box-shadow: none;
}

.modal-body {
  padding: 0 20px;
}

.add-btn {
  width: 200px;
  height: 40px;
  border: #C9C4C4;
  border-radius: 4px;
  background: #EAEAEA;
  text-align: end;
  margin-left: 20px;
}

h1#exampleModalLabel {
  color: #2E3094;
  font-size: 20px !important;
}

.modal-header {
  border: none !important;
}
