
.footer .holder {
  color: #fff;
}
.footer .holder .middle .locations li a {
  text-decoration: none;
}
.with-box .holder .img-holder .img {
  height: 90%;
}
.section-header {
  margin-bottom: 50px;
  text-align: center;
}
.section-header h2 {
  color: #FFF;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 20px;
}
.section-header p {
  color: #FFF;
}
.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}
.contact-info-icon {
  height: 55px;
  width: 55px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 70px
}
.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}
.contact-info-content {
  margin-left: 20px;
}
.contact-info-content h4 {
  color: #e35c03;
  font-size: 1.4em;
  margin-bottom: 5px;
}
.contact-info-content p {
  color: #FFF;
  font-size: 1em;
}
.contact-form {
  /*  background-color: #fff;*/
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: auto;
}
.contact-form h2 {
  margin-bottom: 10px;
  color: #fff;
}
.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}
.contact-form .input-box input, .contact-form .input-box textarea, .contact-form .input-box select {
  width: 100%;
  padding: 4px 0px;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
  background: #141213;
  color: #fff;
}
select {
  color: #6c757d
}
.contact-form .submit-button {
  width: auto;
  background: #e35c03;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #e35c03;
  transition: 0.5s;
  padding: 12px 35px;
}
.contact-form .submit-button:hover {
  background: #FFF;
  color: #e35c03;
}
@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
/*
  .row {
    flex-direction: column;
  }
*/
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  .contact-form {
    width: 100%;
  }
}
.file-wrapper {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  margin: 10px 0px;
  border-bottom: 2px solid #333;
  cursor: pointer;
  font-family: Quicksand, sans-serif;
  width: 100%
}
.file-wrapper input {
  left: 0;
  opacity: .01;
  cursor: pointer;
  position: absolute;
  -moz-opacity: .01;
  background: inherit;
}
.file-wrapper input#resume {
  font-size: 13px;
  /*  border: 1px solid #e6e6e6;*/
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  outline: 0;
  width: 100%;
  padding: 10px 32px;
  display: block;
  margin-bottom: 10px
}
.file-wrapper .file-button {
  color: #000;
  float: left;
  cursor: pointer;
  margin-left: -20px;
  padding: 15px;
  background: #fff !important;
  display: inline-block;
  font-size: 15px
}
.file-holder {
  top: 15px;
  padding-left: 15px;
  position: absolute;
  left: auto
}
/* card desing css */
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Quattrocento);
.snip1361 {
  font-family: 'Playfair Display', serif;
  position: relative;
  overflow: hidden;
  /* margin: 10px; */
  min-width: 230px;
  max-width: 381px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 16px;
  height: 500px;
  margin-bottom: 100px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(51%);
  width: 100%;
  background-color: #ffffff;
  padding: 15px 25px 65px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
}
.snip1361 h3, .snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.5em;
  text-transform: uppercase;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
  color: #4b4646;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption, .snip1361.hover figcaption {
  top: 80px;
}
#box3 {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 200px;
}

.hero.with-small-right-img .holder article {
  margin-left: 0%;
}
.hero .holder article {
  position: relative;
  width: 49%;
  margin-left: 25%;
  padding-left: 25%;
  margin-bottom: 5.55vw;
}
.img-holder .img span {
  display: block;
  position: absolute;
  left: 0px;
  top: 100px;
  /* width: 100%;
  height: 130%; */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.img-holder {
  overflow: inherit;
}
@media screen and (min-width: 1920px) {
  .hero + section {
    padding-top: 0px;
  }
}

.upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
}
@media screen and (min-width: 1920px) {
  .hero .holder .img-holder .img {
    height: 800px;
    margin-top: 80px;
  }
}
/* hover on image css */
.snip1401 {
  font-family: 'Playfair Display', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  /* margin: 10px; */
  min-width: 230px;
  max-width: 100%;
  max-height: 350px;
  width: 100%;
  color: #000000;
  text-align: right;
  font-size: 16px;
  background-color: #000000;
}
.snip1401 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 1;
  padding: 30px 0 30px 10px;
  background-color: #ffffff;
  width: 75%;
  -webkit-transform: translateX(150%);
  transform: translateX(150%);
}
.snip1401 figcaption:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 120px 0;
  border-color: transparent #ffffff transparent transparent;
}
.snip1401:after {
  position: absolute;
  bottom: 50%;
  right: 75%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 120px;
  border-color: rgba(218, 218, 218, 0.5) transparent transparent transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1401 h3, .snip1401 p {
  line-height: 27px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  margin: 0;
  letter-spacing: 1px;
}
.snip1401 h3 {
  margin: 0 0 10px;
  line-height: 35px;
  font-weight: 900;
  font-size: 28px;
  opacity: 0.75;
  text-align: center;
}
.snip1401 p {
  font-size: 17px;
  color: #5c5c5c;
  text-align: center;
  margin-top: 20px;
}
.snip1401 i {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 30px;
  font-size: 44px;
  color: #ffffff;
  opacity: 0;
}
.snip1401 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1401:hover img, .snip1401.hover img {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  opacity: 0.5;
}
.snip1401:hover:after, .snip1401.hover:after, .snip1401:hover figcaption, .snip1401.hover figcaption, .snip1401:hover i, .snip1401.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.snip1401 img {
  max-width: 100%;
  backface-visibility: hidden;
}
#stheading {
  /* margin-top: 50px; */
  background-color: #000000;
}
/* section#stheading 
{
  padding-top: 4.93055vw;
  padding-bottom: 50px;
  
} */
.hero + section {
  padding-top: 0px;
}
div#heading {
  display: flex;
}
.holder {
  padding: 1.33vw 124px 0;
}

@media screen and (min-width: 1920px) {
  .snip1401 h3 {
    margin: 0 0 10px;
    line-height: 45px;
    font-weight: 900;
    font-size: 42px;
    opacity: 0.75;
    text-align: center;
    padding-left: 289px;
    padding-right: 298px;
  }
  .snip1401 p {
    font-size: 18px;
    color: #5c5c5c;
    text-align: center;
    margin-top: 22px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
div#holder-id {
  padding: 100px;
  height: 1180px;
}
/*  css for new design of   short content */
.hero.with-small-right-img .holder .img-holder.small-right-img {
  top: -35vw;
  margin-left: 59%;
}
.hero.with-small-right-img .holder .img-holder.small-right-img .img {
  height: 27.0138vw;
  width: 35.4444vw;
}
.hero .holder article:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: -21px;
  width: 9.722vw;
  height: 1px;
  background: #000000;
}
.hero .holder article {
  position: relative;
  width: 49%;
  margin-left: 25%;
  padding-left: 0%;
  margin-bottom: 5.55vw;
}
.article-p {
  color: #000;
}
.article-h3 {
  font-size: 45px;
  line-height: 130%;
  color: black;
}
.hero.v2:before {
   content: ""; 
   display: block; 
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: auto;
   background: #fff; 
}
/*
 

.container {
  width: 1200px !important;
  padding: 0 !important;
  margin-right: auto;
  margin-left: auto;

 
  }

   
*/
.gradient-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  padding: 30px;
}
.container-title {
  text-align: center;
  padding: 0 !important;
  margin-bottom: 40px;
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
}
.container-card {
  position: relative;
  border: 2px solid transparent;
  background: linear-gradient(71deg, #080509, #1a171c, #080509);
  background-clip: padding-box;
  border-radius: 45px;
  padding: 40px;
  height: 455px
}
.bg-green-box, .bg-white-box, .bg-yellow-box, .bg-blue-box {
  position: relative;
}
.bg-green-box::after, .bg-white-box::after, .bg-yellow-box::after, .bg-blue-box::after {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  content: "";
  z-index: -1;
  border-radius: 45px;
}
.bg-green-box::after {
  background: linear-gradient(71deg, #0d1212, #e35c03, #0d1212);
}
.bg-white-box::after {
  background: linear-gradient(71deg, #121013, #e35c03, #121013);
}
.bg-yellow-box::after {
  background: linear-gradient(71deg, #110e0e, #afa220, #110e0e);
}
.bg-blue-box::after {
  background: linear-gradient(71deg, #0c0a0e, #5f6fad, #0c0a0e);
}
.card-title {
  font-weight: 500;
  color: white;
  letter-spacing: 1px;
  line-height: 40px;
  font-style: normal;
  font-size: 20px;
  padding-bottom: 8px;
  padding-top: 20px;
}
.card-description {
  font-weight: 600;
  line-height: 32px;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  /* max-width: 470px; */
}
#box2nd {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f3;
}
.hero.light {
  background: #ffffff;
  padding-bottom: 40px;
}
section {
  background: #ffffff;
}
.hero.light {
  background: #000000;
  padding-bottom: 0px;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 25.388vw;
  background: #000000;
}
.hero.light {
  background: #ffffff;
  margin-bottom: 0px;
}
#mission {
  text-align: center;
  font-size: 18px;
  color: #000;
}
#advantage {
  padding-top: 50px;
  padding-bottom: 50px;
}
.half-half-image-text {
  padding: 70px 0px;
}
.content {
  height: 94%;
  display: inline-flex;
  align-items: center;
  /* padding-top: 25px; */
  padding-right: 0px;
  padding-bottom: 35px;
  padding-left: 0px;
}
.img2 {
  min-height: 320px;
  height: 100%;
  border-radius: 10px;
  background-size: cover;
}
.ad-img {
  width: 100%;
  height: 331px;
}
#ad-h {
  /* padding-bottom: 42px; */
  font-size: 52px;
  color: #000000;
}
.hero + section {
  padding-top: 0px;
}
#title {
  font-size: 31px;
  padding-left: 30px;
  font-weight: 500;
}
.adv-p {
  font-size: 18px;
  color: #000000;
}

.hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0%;
  height: 0vw;
  background: #000000;
}
.hero:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0;
  height: 16.388vw;
  background: #141213;
}

.card-block {
  height: 500px;
  max-width: 100%;

  background-color: #fdfdfd;

  position: relative;
  margin: auto;
  border-radius: 8px;
  -webkit-box-shadow: 20px 20px 22px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 22px rgba(0, 0, 0, 0.2);
  margin-bottom: 45px;
	padding: 2px 20px;
}
.card-img {
  height: 100px;
  width: 100px;
  background-color: rgba(227, 92, 3, .8);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  position: relative;
  margin: 30px auto 20px auto;
  left: 0;
  right: 0;
  padding: 6px;
  top: 10px;
}
.card-img:hover {
  background-color: #979797;
}
.card-img img {
  height: 86%;
  border-radius: 50%;
  margin-left: 5%;
  margin-top: 7%;
}
.desc {
  width: 100%;
  text-align: center;
  position: relative;
  top: 0px;
  padding-left: 35px;
  padding-right: 35px;
  color: #000;
  padding-top: 15px;
}
.primary-text {
  color: #d5d5d5;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.7px;
  margin: 5px 0;
}
.secondary-text {
  color: #c0c0c0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 5px 0;
}
button {
  background-color: rgba(255, 255, 255, 0.06);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: none;
}
.details {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 70px;
  padding: 5px 0;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  /* background-color: rgba(255, 255, 255, 0.06);  */
  /* -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px); */
  position: absolute;
  bottom: 0;
  border-radius: 0 0 8px 8px;
}
.details > div {
  text-align: center;
}
.details > div:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.08);
}

.cnt {
  color: #000;
  text-align: center;
  padding-bottom: 24px;
/*	position: absolute;*/
}
.section-title__tagline {
  font-size: 25px;
  font-family: "Playfair Display";
  color: #1e1e1e;
}
.cl {
  font-size: 18px;
  padding-top: 19px;
}
.icon-h {
  color: #000;
  font-size: 32px;
  text-align: center;
/*  padding-top: 144px;*/
}
@media screen and (min-width: 1600px) {
  div#holder-id {
    padding: 100px;
    height: 950px;
  }
  .hero.with-small-right-img .holder .img-holder.small-right-img {
    float: right;
  }
  .cars {
    position: relative;
    width: 81%;
    height: 69%;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .adv-p {
    font-size: 20px;
    color: rgb(0, 0, 0);
  }
  .article-p {
    font-size: 22px;
    color: #000;
  }
  .cnt {
    font-size: 22px;
    color: #000;
    text-align: center;
    padding-bottom: 24px;
  }

}
@media screen and (max-width: 1280px) {
  div#holder-id {
    padding: 100px;
    height: auto;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1536px) {
  div#holder-id {
    padding: 100px;
    height: 925px;
  }
}
.hero:before{
	background: #fff;
}

