/*==== Style ====*/

body {
  background: #ffffff;
}

/*==== Start Title Section ====*/

.heading {
  padding-bottom: 30px;
}
.heading h2 {
  text-align: center;
  font-size: 36px;
  color: #4b4b4b;
  font-weight: 100;
  margin-bottom: 0;
  text-transform: capitalize;
}
.btn-normal {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  background: #1883d6;
  padding: 8px 30px;
  border-radius: 5px;
  text-transform: uppercase;
}
.btn-normal.normal-outline {
  background: transparent;
  border: 2px solid #ffffff;
}
.btn-normal:focus,
.btn-normal:hover {
  outline: none;
  color: #ffffff;
  text-decoration: none;
}
.btn-normal.normal-outline:focus,
.btn-normal.normal-outline:hover {
  border-color: #324343;
}

/*============== Capability Area ===============*/

.capability-area {
  background: #001b30;
}
.capability-image {
}
.capability-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.capability-content h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 100;
}
.capability-content p {
  text-align: justify;
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

/*============== Product Area ===============*/

.product-area > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.product-item {
  position: relative;
}
.product-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.product-content {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product-item h3 {
  font-size: 15px;
  font-weight: 300;
  width: 130px;
  text-align: center;
  border: 2px solid #fff;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  height: 130px;
  align-items: center;
  margin: 0;
  justify-content: center;
}
.product-item h3 a {
  color: #ffffff;
}
.product-item p {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}
.breadcrumb-area {
  background: #001b30;
}
.product-breadcrumb {
  text-align: left;
}
.product-breadcrumb h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 100;
  margin-bottom: 10px;
}
.product-breadcrumb .breadcrumb {
  justify-content: left;
  margin: 0;
}
.product-breadcrumb .breadcrumb .breadcrumb-item a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}
.product-breadcrumb .breadcrumb .breadcrumb-item.active {
  color: #ffffff;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  content: ">";
}
.product-image {
  text-align: center;
}
.product-image > a {
  position: relative;
  display: block;
}
.product-image > a::after {
  position: absolute;
  content: url("assets/images/product/zoom.png");
  right: 10%;
  bottom: 0;
}
.product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.product-detail > hr {
  margin: 15px 0 10px;
  padding: 0;
  border-bottom: 2px solid #00aeef;
  border-top: 0;
  opacity: 1;
}
.product-detail h3 {
  color: #001b30;
  font-size: 32px;
  font-weight: 100;
}
.product-detail-item {
  padding-top: 5px;
}
.product-detail-item h4 {
  color: #001b30;
  font-size: 26px;
  font-weight: 100;
  margin-bottom: 5px;
}
.product-detail-item p {
  color: #001b30;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}
.product-gallery-area {
  background: #001b30;
}
.product-gallery-area > .container-fluid,
.related-product-area > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.product-gallery-content {
  padding-left: 10%;
}
.related-product-area .product-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.product-gallery-content h3 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  margin: 0;

}
.product-gallery-content h3 span {
  font-weight: 100;
  display: block;
}

.product-gallery-image {
  height: 200px;
  overflow: hidden;
}
.product-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*============== About Us area ===============*/

.who-content {
  padding: 30px;
  background: rgba(0, 174, 239, 0.5);
  margin-right: 10%;
}
.who-content h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 100;
}
.who-content p {
  color: #ffffff;
  text-align: justify;
  font-weight: 300;
  font-size: 15px;
}
.about-area {
  background: #aa0955;
}
.about-area > .container {
  position: relative;
  z-index: 11;
}
.about-area::after {
  content: "";
  background: #ffa500;
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.about-content h3 {
  color: #ffffff;
  font-size: 36px;
  font-weight: 100;
}
.about-content p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  text-align: justify;
}
.about-area .row > div:first-child .about-content {
  padding: 0 30px 0 0;
}
.about-area .row > div:last-child .about-content {
  padding: 0 0 0 30px;
}

/*======= Gallery page =============*/

.gallery-area > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.gallery-title {
  text-align: right;
}
.gallery-title h2 {
  color: #4b4b4b;
  font-size: 36px;
  font-weight: 100;
  text-align: left;
}
.gallery-title h2 span {
  display: block;
}
.gallery-title a.btn-normal {
  font-size: 14px;
}
.gallery-item-area {
}
.gallery-item-area::after {
  content: "";
  display: block;
  clear: both;
}
.gallery-sizer,
.gallery-item {
  width: 33.33%;
}
.gallery-item-width2 {
  /*width: 45%;*/
}
.gallery-item-width3 {
  width: 20%;
}
.gallery-item {
  position: relative;
  float: left;
}
.gallery-item-content {
  position: relative;
  height: 200px;
  object-fit: contain;
}
.gallery-item-content img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}
/* .gallery-item-content::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0.3) 0%, rgba(0,0,0,0.9) 100%);
} */
.gallery-content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.gallery-content h3 {
  font-size: 32px;
  font-weight: 100;
  margin: 0;
  padding: 20px 20px 30px;
}
.gallery-content h3 a {
  color: #ffffff;
}

.gallery-box {
  width: 33.33%;
  height: 300px;
  float: left;
  overflow: hidden;
}

.gallery-box-img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

/*======= Contact Us page =============*/

.map-area {
  position: relative;
  background: #ffffff;
}
.contact-info h5 {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}
.contact-info h5.title-icon {
  padding-left: 25px;
}
.contact-info p {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
}
.contact-info h5 i {
  color: #ffffff;
  padding-right: 8px;
}
.contact-info p i {
  position: relative;
  top: 2px;
  color: #ffffff;
  padding-right: 8px;
}
.contact-info p.address {
  padding-left: 23px;
}
.contact-area {
  position: relative;
  background: #001b30;
}
.contact-form h3 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0;
}
.contact-form form {
  padding-top: 30px;
}
.contact-form label {
  color: #ffffff;
  font-size: 15px;
  text-align: right;
  font-weight: 300;
}
.contact-form label span.required {
  color: #9d274d;
}
.contact-form .form-select,
.contact-form .form-control {
  color: #ffffff;
  font-size: 15px;
  border-radius: 8px;
  border: 2px solid #084575;
  height: auto;
  padding: 8px 15px;
  background: transparent;
}
.contact-form .form-select:focus,
.contact-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.recaptcha-area {
  justify-content: end;
  display: flex;
}
.form-border hr {
  border-bottom: 1px solid #5465c2;
  opacity: 1;
  margin: 20px 0;
}
.contact-form button[type="submit"],
.contact-form input[type="submit"],
.contact-form button[type="submit"]:hover,
.contact-form input[type="submit"]:hover {
  border: 2px solid #1883d6;
  color: #ffffff;
  height: auto;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  text-transform: uppercase;
  background: #1883d6;
  border-radius: 5px;
}
