/* #b09b66 */


@font-face {
  font-family: ff-din-web-condensed;
  src: url(../fonts/ff-din-web-condensed.woff2) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: auto;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  /* background-color: #454545; */
  background-color: #000000;
}

.bg_image {
  /* background-image: url(../image/patern-ambient.png); */
  background-size: contain;
  background-color: #ffffff;
}

.bg_image footer,
.bg_image .bottom_footer {
  background-color: #000000;
}

.navbar {
  width: auto;
  /* height: 4.5rem; */
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  background-color: #ffffff;
  padding: 5px 0;

}

.logo {
  width: 75px;
  cursor: pointer;
  padding: 15px;
}

.logo img {
  width: 190px;
  margin-top: 3px;
}

.futr img {
  width: 190px;
}

.navbar-brand:hover svg path {
  fill: #fff !important;
}

.navbar-brand svg {
  width: 47px;
  margin-right: 15px;
}

.navbar ul li {
  margin: 0 10px;
}

li.nav-item {
  cursor: pointer;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 0;
  font-weight: 500;
}

a.navbar-brand {
  font-size: 15px;
}

.navbar-light .navbar-brand {
  /* color: #999999; */
  /* font-size: 12px; */
  /* display: flex; */
  /* align-items: center; */
  /* z-index: 1020; */
  padding: 0;
  margin: 0;
}

.navbar-brand img {
  width: 180px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: #C49559
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-link {
  color: #000;
  font-family: "ff-din-web-condensed", sans-serif;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #C49559;
}

#latest {
  position: relative;
}

.content-text {
  color: #eaeaea;
  position: absolute;
  /* top: 200px; */
  width: 100%;
}

.content-text hr {
  height: 4px;
  width: 110px;
  color: #fff;
  opacity: 1;
  margin: auto;
}

.content-text h3 {
  text-align: center;
  font-size: 6rem;
  letter-spacing: 5px;
  line-height: 95px;
  padding-top: 37px;
  font-family: "ff-din-web-condensed", sans-serif;
}

.content-text p {
  font-size: 26px;
  letter-spacing: 3px;
  line-height: 49px;
  text-align: center;
  margin-top: -3px;
  font-family: "ff-din-web-condensed", sans-serif;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  top: 427px;
  left: 44%;
}

.header {
  position: sticky;
  bottom: 0;
  z-index: 999;
  top: 0;
}

.item-man-slider {
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.item-man-slider::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 37%);
}

.about {
  /* background-image: url(/image/blueprints.svg); */
  /* height: 700px; */
  /* padding: 70px 0; */
  padding: 120px 0 0;
  /* height: calc(100vh - 91px ); */
}

.Our_Work {
  /* background-image: url(/image/blueprints.svg); */
  height: auto;
  padding: 120px 0 0;
}

.our_sec h2 {
  color: #7f7f7f;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.our_sec hr {
  height: 1px;
  color: #7f7f7f;
  opacity: 1;
  width: 86px;
  margin: auto;
}

.our_sec p {
  letter-spacing: 1px;
  color: #7f7f7f;
  font-size: 15px;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 9px;
  padding: 0 15px;
  text-align: center;
}

.our_img_sec img {
  width: 100%;
  height: auto;
  /* object-fit: cover;
  object-position: bottom center; */
}

.our_img_sec {
  /* padding: 10px 0; */
  position: relative;
  margin-top: 20px;
  overflow: hidden;
}

.overlay {
  /* position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s; */
  position: absolute;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease 0s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay:hover {
  opacity: 1;
}

.our_img_sec .icon {
  /* margin-bottom: 35px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  margin-top: -20px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 32px;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
  transition: all 0.3s ease 0s;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0px;
  line-height: 32px;
  color: white;
  position: relative;
  padding: 0 20px;
  text-align: center;
}



.about hr {
  height: 1px;
  color: #7f7f7f;
  opacity: 1;
  width: 70px;
  margin: auto;
}

.about h1 {
  color: #7f7f7f;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

#what h3 {
  color: #eaeaea;
  font-size: 28px;
  padding: 5px 100px 0px 100px;
  letter-spacing: 2px;
  line-height: 48px;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

#what h2 {
  font-size: 34px;
  letter-spacing: 3px;
  color: #C49559;
  line-height: 43px;
  padding-bottom: 25px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.tab span {
  color: #C49559;
}


.tab {
  overflow: hidden;
  display: flex;
  justify-content: center;
}


.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}


.tab button:hover {
  background-color: #ddd;
}


.tab button.active {
  background-color: #C49559;
  color: #ffff;
  padding: 0 17px;
  letter-spacing: 1px;
  height: 41px;
  font-size: 14px;
}


.tabcontent {
  display: none;
  padding: 6px 12px;
}

.tab button:hover {
  background-color: unset;
}

.tab button {
  background-color: #232323;
  color: #ffff;
  padding: 0 17px;
  letter-spacing: 1px;
  height: 41px;
  font-size: 14px;
  text-transform: uppercase;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
}

.tab button:hover {
  background-color: #C49559;
}

.tab button:hover span,
.tab button.active span {
  color: #fff;
}

.all-img-set {
  display: flex;
  justify-content: center;
  align-items: center;
}

.all-img-set a img {
  /* width: 170px; */
  /* height: 155px; */
  cursor: pointer;
  /* margin: 14px; */
}

.tab_wrap {
  display: flex;
  padding-bottom: 30px;
  align-items: end;
}

.all-img-set a {
  opacity: 0.8;
}

.all-img-set a:hover {
  opacity: 1;
}

.set-text h4 {
  color: #C49559;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 30px;
  line-height: 34px;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  margin-left: 60px;
  font-weight: 400;
  margin-top: 0px;
}

.set-text p {
  margin-left: 40px;
  color: #eaeaea;
  font-size: 14px;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
}

.imgcontent h2 {
  color: #C49559;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 30px;
  line-height: 34px;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  margin-left: 60px;
  font-weight: 400;
  margin-top: 8px;
}

.flex-set {
  display: flex;
  justify-content: space-between;
}

.flex-set h4 {
  color: #C49559;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-left: 40px;
}

.flex-set h3 {
  color: #fff;
}

.flex-set a {
  background-color: #1c1c1c;
  color: #7F7F7F;
  cursor: pointer;
  height: 28px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #232323;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  margin-right: 60px;
}

.flex-set a:hover {
  color: #1c1c1c;
  background-color: #C49559;
  border: 1px solid #aa4455;
}

.imgcontent p {
  /* padding: 2px 100px 0 100px; */
  padding: 5px 0 5px 0;
  text-align: justify;
  color: #eaeaea;
  font-size: 15px;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 35px;
  margin-left: 40px;
}

.imgcontent {
  display: none;
  ;
}

.svg-set {
  height: 400px;
  margin: 0 auto;
  width: 600px;
}


.hovrset path:hover {
  fill: #aa4455;
}

.sec-2-ul-set {
  max-width: 1357px;
  background: #232323;
  border: 1px solid #282828;
  height: 70px;
  margin: auto;
  position: absolute;
  left: 0;
  width: 100%;
  right: 0;
  margin-top: 47px;
}

.sec-2-ul-set ul {
  list-style: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sec-2-ul-set ul li {
  color: #eaeaea;
  cursor: pointer;
  font-size: 24px;
  line-height: 70px;
  list-style: none;
  padding: 0 25px;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.sec-2-ul-set ul li:hover {
  color: #C49559;
}

.process {
  /* background-image: url(/image/blueprints.svg); */
  /* height: 520px; */
  /* padding-bottom: 50px; */
  padding: 120px 0 0;
}

/* 
.process .card:hover {
  background-color: #292828;
} */

.process h2 {
  color: #7f7f7f;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.process hr {
  height: 1px;
  color: #7f7f7f;
  opacity: 1;
  width: 86px;
  margin: auto;
}

.card {
  background-color: unset;
  border: unset;
  /* padding: 15px 15px 15px 15px; */
  padding: 15px 0;
  height: 100%;
}

.img-block {
  /* background: #232323; */
  position: relative;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-block img {
  width: 100px;
  /* position: absolute;
  top: 57px;
  left: 120px; */
}

/* .img-block:hover img {
  opacity: 0;
  display: none;
} */

.img-block h3 {
  opacity: 0;
  display: none;
}

/* 
.img-block:hover {
  background-color: #C49559;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.img-block:hover h3 {
  color: #1c1c1c;
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  padding: 0 10px;
  text-transform: uppercase;
  opacity: 1;
  display: block;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
} */

.card-body h3 {
  line-height: 20px;
  /* padding: 0 15px; */
  color: #9e9e9e;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* font-family: "ff-din-web-pro", sans-serif; */
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.card-body p {
  letter-spacing: 1px;
  color: #eaeaea;
  font-size: 14px;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 9px;
  text-align: justify;
  /* padding: 0 15px; */
}


.Services {
  /* background-image: url(/image/blueprints.svg); */
  height: auto;
  padding: 70px 0;

}

.Services h2 {
  color: #7f7f7f;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.Services hr {
  height: 1px;
  color: #7f7f7f;
  opacity: 1;
  width: 86px;
  margin: auto;
}

.img-block-service {
  background: #232323;
  position: relative;
  height: 213px;
}

.img-block-service img {
  width: 100px;
  position: absolute;
  top: 57px;
  left: 120px;
}

.img-block-service p {
  color: #ffffff;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  padding-top: 90px;
  padding-left: 31px;
  margin: 5px;
}

.img-block-service h3 {
  color: #9e9e9e;
  font-size: 30px;
  width: 100%;
  letter-spacing: 3px;
  line-height: 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-left: 31px;
}

.img-block-service h4 {
  display: none;
}

.img-block-service img {
  width: 27px !important;
  position: absolute;
  left: 277px;
  top: 20px;
}

.img-block-service:hover img {
  opacity: 1;
}

.img-block-service img {
  opacity: 0;
}


.img-block-service:hover {
  background-color: #C49559;

  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.img-block-service:hover h3 {
  color: #1c1c1c;
}

.card a {
  text-decoration: none;
}

.text-block {
  display: flex;
  align-items: center;
  margin-top: 94px;
}

.text-block h4 {
  color: #333333;
  font-size: 54px;
  padding: 0px 20px;
}

.text-block h2 {
  color: #eaeaea;
  font-size: 54px;
  line-height: 54px;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}


.img-service {
  position: relative;
}

.img-service img {
  width: 37px !important;
  position: absolute;
  top: -219px;
  right: 16%;
  z-index: 9999999;
}

.block-text-slider h3 {
  font-size: 14px;
  line-height: 22px;
  text-transform: none;
  color: #9e9e9e;
  letter-spacing: 1px;
  font-style: normal;
  font-weight: 600;
  padding: 0px 123px 0px 131px;
  margin-top: -15px;
}

.block-text-slider hr {
  height: 1px;
  opacity: 1;
  color: #9e9e9e;
  width: 12px;
  margin-left: 131px;
}


.block-text-slider p {
  letter-spacing: 1px;
  line-height: 22px;
  color: #eaeaea;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 0px 123px 0px 131px;
}

button.owl-next {
  border: 1px solid !important;
}

.block-text-slider .owl-next {
  width: 91px;
  height: 54px;
  position: absolute;
  background-color: #232323 !important;
  top: 18%;
  right: 0;
}

.block-text-slider .owl-next img {
  width: 16px;
  margin-left: -5px;
}

.block-text-slider button.owl-prev {
  border: 1px solid;
}

.block-text-slider .owl-prev {
  border: 1px solid;
  width: 91px;
  height: 54px;
  position: absolute;
  background-color: #232323 !important;
  top: 63% !important;
  right: 0;
}

.block-text-slider .owl-prev img {
  width: 16px;
  margin-left: -5px;
}

button.owl-prev {
  border: 1px solid !important;
}


.owl-theme .owl-nav [class*=owl-]:hover {
  background: #C49559 !important;
  color: transparent;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

#latest .owl-item {
  height: unset;
}

.CONTACT {
  /* background-image: url(/image/blueprints.svg); */
  height: auto;
  /* padding-top: 110px; */
  padding: 120px 0 0;
}

.CONTACT h2 {
  color: #7f7f7f;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.CONTACT hr {
  height: 1px;
  color: #7f7f7f;
  opacity: 1;
  width: 86px;
  margin: auto;
}



.futr {
  /* background-image: url(/image/blueprints.svg); */
  /* height: 400px; */
  padding: 90px 0 70px;

}


.futr h3 {
  color: #9e9e9e;
  /* padding-top: 100px; */
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 600;
}

.futr p {
  letter-spacing: 1px;
  line-height: 22px;
  color: #eaeaea;
  margin: 0;
  font-size: 14px;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.futr a {
  text-decoration: none;
  margin: 0;
  font-size: 14px;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22px;
  color: #C49559;
}

.futr a span {
  color: #eaeaea;
}

.copy-right {
  color: #eaeaea;
  font-size: 14px;
  font-family: "ff-din-web-pro", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.copy-right a {
  text-decoration: none;
  color: #eaeaea;
}

.copy-right a:hover {
  color: #C49559;
}

#textslider {
  position: relative;
}

#textslider .owl-nav {
  display: grid;
  position: absolute;
  top: 18%;
  right: 0;
}

#latest .item-man-slider img {
  height: calc(100vh - 82px);
  /* height: 100vh; */
  object-fit: cover;
  object-position: center;
}

#latest.owl-theme .owl-nav {
  margin: 0;
}


#latest.owl-theme .owl-nav .owl-prev,
#latest.owl-theme .owl-nav .owl-next {
  width: 40px;
  position: absolute;
  top: 45%;
  opacity: .5;
  transition: opacity .15s ease;
  border: none !important;
}

#latest.owl-theme .owl-nav .owl-prev {
  left: 0;
}

#latest.owl-theme .owl-nav .owl-next {
  right: 0;
}

#latest.owl-theme .owl-nav [class*=owl-]:hover {
  background: none !important;
  color: #FFF;
  text-decoration: none;
  opacity: .9;
}

.interiors img {
  width: 140px !important;
}

.landscaping img {
  width: 180px !important;
}

.bespoke img {
  width: 120px !important;
}

.interiorstyling img {
  width: 120px !important;
}

.process .card .card-body {
  padding: 1rem 10px;
}

.on-hover {
  display: none;
}

.process .card:hover .on-hover {
  display: block;
}

.process .card:hover .out-hover {
  display: none;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}






.on-hover_show {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #292828;
  height: 0;
  overflow: hidden;
  padding: 0 !important;
  width: 100%;
  transition: .5s ease;
}

.on-hover_show .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  display: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.process .card:hover .on-hover_show {
  height: 100%;
}

.process .card:hover .on-hover_show .text {
  display: flex;
}

.projects_sec {
  padding: 50px 0;
}

.heading {
  padding: 20px 0;
  text-align: center;
}

.heading h1 {
  color: #000000;
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.project-btn .btn:not(:last-child) {
  border-right: 1px solid #d7d7d7;
}

.project-btn {
  margin: 30px 0 0;
}

.project-btn .btn {
  padding: 0 14px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
}

.project_wrap {
  position: relative;
  margin-top: 30px;
}

.project_wrap a {
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.project_wrap a:hover {
  opacity: 1;
}

.project_wrap:not(:hover) .project-link h2 {
  top: 0;
  visibility: hidden;
}

.project-link h2 {
  -webkit-transform: translate(-50%, -50%);
  color: #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-weight: 400;
  font-family: "ff-din-web-condensed", sans-serif;
  font-size: 24px;
  text-align: center;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none;
}

.work_wrap {
  display: flex;
  justify-content: center;
}

.work_wrap .our_img_sec a {
  display: block;
  margin-right: 15px;
}

.work_wrap .our_img_sec:last-child a {
  margin-right: 0;
}

.img_1 {
  width: 38%;
}

.img_2 {
  width: 62%;
}

.img_3 {
  width: 75%;
}
.award_text{
  margin-top: 30px;
}
.award_text h4 {
  color: #C49559;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "ff-din-web-condensed", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin-left: 40px;
}

.process .card:hover .on_hover_hide{
  display: none;
}
.process .card:hover .on-hover_show {
  padding: 15px 10px 10px !important;
}
.process .on-hover_show.img-block-service h3{
  padding: 0;
  font-size: 22px;
}

.process .on-hover_show.img-block-service p {
  color: #ffffff;
  font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif !important;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 21px;
  padding-top: 5px;
  padding-left: 0;
  margin: 0;
}

.img-block-service.on-hover_show:hover{
  background-color: rgb(41, 40, 40);
}
.img-block-service.on-hover_show:hover h3 {
  color: #ffffff;
}

.img-block-service.on_hover_hide {
  background: #232323;
  position: relative;
  height: 213px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.img-block-service.on_hover_hide p{
  padding-top: 0;
}