* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

.main-top {
  display: flex;
  justify-content: space-around;

}

.carousel-caption {
  bottom: 180px;
}

.carousel-caption h2 {
  font-size: 40px;
  font-weight: 600;
  color: whitesmoke;
  padding: 5px;
  background-color: #ba1c1d;
  opacity: 0.8;
}

.carousel-inner .carousel-item {
  transition: -webkit-transform 4s ease;
  transition: transform 4s ease;
  transition: transform 4s ease, -webkit-transform 4s ease;
}

.modal-header {
  background-color: #ba1c1d;
}

.modal-header h5 {
  color: whitesmoke;
}

.modal-header button {
  color: whitesmoke !important;
}

.modal-body .btn {
  background-color: #ba1c1d;
  color: whitesmoke;
  border: none;
  outline: none;
}


.carousel-caption p {
  color: #f4f4f4;
}

.head-name h1 {
  color: #b91c1c;
  font-size: 35px;
  margin-top: 4%;
  font-weight: 600;
}

.int-logo img {
  width: 100px;

}

.main-top ul {
  padding-top: 20px;
}

.main-top li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
}

.int-btn {
  padding-top: 30px;
}

.int-btn .btn {
  background-color: #b91c1c;
  border: none;
  outline: none;
}

.nav-link {
  color: #333 !important;
  font-weight: 600;
}

.nav-item a:hover {
  color: #b91c1c !important;
  transition: all 0.5s ease-in-out;
}

.int-head img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.carousel-item img {
  width: 100%;

}

#clients h1 {
  color: #b91c1c;
  font-weight: 600;
}


.form-parent {
  width: 323px;
  height: auto;
  background: transparent url('../images/contact-buttonn.png') no-repeat right 10px;
  position: fixed;
  top: 150px;
  left: -275px;
  z-index: 9999999;
  transition: all ease .6s;
  -moz-transition: all ease .6s;
  -webkit-transition: all ease .6s;
  -o-transition: all ease .6s;

}

.form-parent:hover {
  left: 0;
}

.cc-float-form {
  background-color: #b91c1c;
  color: #fafafa;
  padding: 10px;
  width: 250px;
}

#ContactForm1 {
  display: none;
}

.contact-form-area {
  background: white;
  width: 220px;
  padding: 10px 0px;
  border: 1px solid #111;
  color: #fafafa;
  font-size: 12px;
}

#cc {
  float: right;
  font-size: 9px;
  margin-top: -10px;
  color: #777;
}

#cc a {
  color: #777;
  text-decoration: none;
}




.int-service h1 {
  font-weight: 600;
  color: #b91c1c;
  margin-top: 5%;
}

.card .card-title {
  font-size: 22px;
  color: #b91c1c;
  font-weight: 600;

}

.card {
  border: none;
}

.card .card-text {
  line-height: 1.8;
}

.card .card-img-top {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;

}

.card:hover .card-img-top {

  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.int-center {
  font-size: 25px;
  color: #b91c1c;
  font-weight: 700;
  line-height: 1.8;
}

.int-para {
  line-height: 1.8;
}









.gal-container {
  padding: 12px;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box {
  height: 350px;
  overflow: hidden;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}

.gal-item a:focus {
  outline: none;
}

.gal-item a:after {
  content: "\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
  line-height: 350px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gal-item a:hover:after {
  opacity: 1;
}

.modal-open .gal-container .modal {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-open .gal-item .modal-body {
  padding: 0px;
}

.modal-open .gal-item button.close {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #000;
  opacity: 1;
  color: #fff;
  z-index: 999;
  right: -12px;
  top: -12px;
  border-radius: 50%;
  font-size: 15px;
  border: 2px solid #fff;
  line-height: 25px;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.35);
}

.modal-open .gal-item button.close:focus {
  outline: none;
}

.modal-open .gal-item button.close span {
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow: none;
}

.gal-container .modal-dialogue {
  width: 80%;
}

.gal-container .description {
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
}

.gal-container .description h4 {
  margin: 0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}

.gal-container .modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 100px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 1;
}

@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
  }
}

@media (max-width: 768px) {
  .gal-container .modal-content {
    height: 250px;
  }
}


img {
  max-width: 100%;
}

.gallery_box li {
  width: 33.333333%;
  max-width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.gallery_box {
  padding: 0;
  display: flow-root;
}

.gallery_box li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery_box li img {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.gallery_box li:nth-child(even) {
  height: 304px;
}

.gallery_box li:nth-child(odd) {
  height: 438px;
}

.gallery_box li:nth-child(odd) .box_data {
  background: rgba(0, 0, 0, 0.17)
}

.gallery_box li:nth-child(even) .box_data {
  background: rgba(0, 44, 255, 0.27)
}

.gallery_box .box_data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
}

.gallery_box .box_data span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 24px;
}

/* .gallery_box li:hover .box_data{ background:rgba(255,0,39,0.55)} */



div#quad {
  /* background-color: #000;  */
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  /* box-shadow: 0 0 12px rgba(0,0,0,0.8); */
}

div#quad h1 {
  color: #b91c1c;
  font-weight: 600;
}

div#quad figure {
  margin: 0;
  width: 550px;
  height: auto;
  transition: 1s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

div#quad figure:hover {
  cursor: pointer;
  z-index: 4;
}

div#quad figure img {
  width: 100%;
  height: auto;
}

div#quad figure:nth-child(1) {
  transform-origin: top right;
}

div#quad figure:nth-child(2) {
  transform-origin: top left;
}

div#quad figure:nth-child(3) {
  transform-origin: bottom right;
}

div#quad figure:nth-child(4) {
  transform-origin: bottom left;
}

div#quad figure:nth-child(5) {
  transform-origin: top right;
}

div#quad figure:nth-child(6) {
  transform-origin: top left;
}

div#quad figure:nth-child(7) {
  transform-origin: top right;
}

div#quad figure figcaption {
  margin: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: .3rem;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: 1s 1s opacity;
}

.expanded {
  transform: scale(2);
  z-index: 5;
}

div#quad figure.expanded figcaption {
  opacity: 1;
}

div.full figure:not(.expanded) {
  pointer-events: none;
}














.living-text .carousel-inner {
  height: 300px;
}

.main-services h2 {
  color: #b91c1c;
  font-weight: 600;
  letter-spacing: 2px;
}

.living-text h4 {
  color: #b91c1c;
  font-weight: 700;
}

.living-text p {
  line-height: 1.8;
}

.living-text .btn {
  background-color: #b91c1c;
  border: none;
  outline: none;
  cursor: pointer;
}


#kit img:hover {
  transform: scale(1.1);
  transition: 1s;
}

#kit h1 {
  color: #ba1c1d;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
}






#myBtn {
  position: fixed;
  bottom: 2px;
  right: 0;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;

}

#myBtnn {
  position: fixed;
  bottom: 50px;
  right: 3px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;

}

.icon-bar {
  position: fixed;
  top: 70%;
  right: 0;
  width: 45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #051838;
}

.facebook {
  background: #b91c1c;
  color: white;
}



.twitter {
  background: #b91c1c;
  color: white;
}

.google {
  background: #b91c1c;
  color: white;
}

.linkedin {
  background: #b91c1c;
  color: white;
}

.youtube {
  background: #b91c1c;
  color: white;
}

.copy {
  background-color: #b91c1c;
  height: 5vh;
  padding-top: 2px;
}

.locations {
  background-color: #b91c1c;
  height: 5vh;
  padding: 2px;
}

.locations p {
  color: white;
  font-size: 12px;
}

.copy p {
  color: white;
  font-size: 14px;
}

.thank-logo img {
  width: 200px;
}

.thank-header .thk-head {
  font-size: 4rem;
  color: #051838;
  font-weight: 600;
}

.thank-check .fas {
  font-size: 4rem;
  color: #b91c1c;
}

.portfolio {
  display: flex;
  flex-wrap: wrap;
  min-width: 320px;

}

.portfolio h2 {
  flex-basis: 100%;
  text-align: center;
  margin: 50px auto 30px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  color: #ba1c1d;
  font-weight: 600;
}

.card {
  width: 25%;
  overflow: hidden;
  position: relative;
  border: 1px solid white;
}

.card .content {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: -100px;
  transition: all 0.7s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  min-height: 100px;
  background: #ba1c1d;
}

.card .image {
  z-index: 1;
  height: 100%;
}

.card img {
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  transform: scale(1.2);
}

.card:hover .content {
  bottom: 0px;
  color: #fff;
}

.card:hover .image img {
  transform: scale(1);
}

.card .content span:first-child {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.card .content span:last-child {
  font-size: 14px;
  color: #051838;
  text-align: center;
  font-weight: 700;
}

.bg-interior ::placeholder{
  font-size: 13px;
}

.bg-interior label{
  font-size: 13px;
}


@media screen and (max-width: 768px) {
  .card {
      width: 50%;
  }

  .card .content {
      bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .card {
      width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  div#quad figure {
    width: 100%;
  }

  .carousel-caption {
    bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .head-name h1 {
    font-size: 25px;
    padding-top: 3%;
  }

  div#quad figure {
    width: 100%;
  }

  .carousel-caption {
    bottom: 65px;
  }

}

@media screen and (max-width: 425px) {
  .main-top {
    display: block;
  }

  .int-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .head-name h1 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .int-btn {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  div#quad figure {
    width: 100%;
  }

  div#quad figure figcaption {
    text-align: center;
    font-size: 12px !important;
  }

  .carousel-caption {
    bottom: -10px;
  }

  .carousel-caption h1 {
    font-size: 14px;
  }

  .carousel-caption p {
    font-size: 10px;
  }
}

@media screen and (max-width: 375px) {
  .main-top {
    display: block;
  }

  .int-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .head-name h1 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .int-btn {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  div#quad figure {
    width: 100%;
  }

  div#quad figure figcaption {
    text-align: center;
    font-size: 12px !important;
  }

  .icon-bar {
    width: 36px;
  }

  .int-center {
    font-size: 18px;

  }

  .copy p {
    font-size: 12px;
  }

  .carousel-caption {
    bottom: -10px;
  }

  .carousel-caption h1 {
    font-size: 14px;
  }

  .carousel-caption p {
    font-size: 8px;
  }
}


@media screen and (max-width: 320px) {
  .main-top {
    display: block;
  }

  .int-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .head-name h1 {
    font-size: 18px;
    display: flex;
    justify-content: center;
    margin-top: 0;
  }

  .int-btn {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    margin-bottom: 10px;
  }

  div#quad figure {
    width: 100%;
  }

  div#quad figure figcaption {
    text-align: center;
    font-size: 12px !important;
  }

  .icon-bar {
    width: 36px;
  }

  .int-center {
    font-size: 18px;
  }

  .copy p {
    font-size: 12px;
  }

  .carousel-caption {
    bottom: -10px;
  }

  .carousel-caption h1 {
    font-size: 14px;
  }

  .carousel-caption p {
    font-size: 8px;
  }

}