@font-face {
  font-family: "D-DIN Regular";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Regular"),
    url("../fonts/D-DIN.woff") format("woff");
}

@font-face {
  font-family: "D-DIN DIN-Italic";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN DIN-Italic"),
    url("../fonts/D-DIN-Italic.woff") format("woff");
}

@font-face {
  font-family: "D-DIN DIN-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN DIN-Bold"),
    url("../fonts/D-DIN-Bold.woff") format("woff");
}

@font-face {
  font-family: "D-DIN Regular Bold";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Regular Bold"),
    url("../fonts/D-DIN-Bold.woff") format("woff");
}

@font-face {
  font-family: "D-DIN Condensed Regular";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Condensed Regular"),
    url("../fonts/D-DINCondensed.woff") format("woff");
}

@font-face {
  font-family: "D-DIN Expanded";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Expanded"),
    url("../fonts/D-DINExp.woff") format("woff");
}

@font-face {
  font-family: "D-DIN Exp Regular";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Exp Regular"),
    url("../fonts/D-DINExp.woff") format("woff");
}

@font-face {
  font-family: "D-DIN Exp DINExp-Italic";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Exp DINExp-Italic"),
    url("../fonts/D-DINExp-Italic.woff") format("woff");
}

@font-face {
  font-family: "D-DIN Condensed DINCondensed-Bold";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Condensed DINCondensed-Bold"),
    url("../fonts/D-DINCondensed-Bold.woff") format("woff");
}

@font-face {
  font-family: "D-DIN Expanded Bold";
  font-style: normal;
  font-weight: normal;
  src: local("../fonts/D-DIN Expanded Bold"),
    url("../fonts/D-DINExp-Bold.woff") format("woff");
}
html,
body {
  height: auto;
  font-family: "D-DIN";
}

.logo .logo-orange {
  max-width: 170px;
}
.home .slider_caption {
  background: transparent;
  text-align: center;
  left: 50% !important;
  transform: translateX(-50%) !important;
  color: #fff;
  max-width: 100%;
  width: 100%;
  /*background: rgba(0,0,0,.7);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.5) 100%);*/
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.57)
  );
  padding-top: 7rem;
}

.history-slider {
  position: relative;
}

.home .slider_caption h2 {
  text-transform: uppercase;
  color: #fff;
}

.home .slider_caption p {
  text-align: center;
  padding: 0 10px;
  text-align: center;
}

.slider_caption {
  background: transparent;
  color: #fff;
  max-width: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  padding: 0px 15px 0;
}

.slider_caption h1 {
  text-transform: none;
}

.border-0 {
  border: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.slider_caption h2 {
  font-size: 32px;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "D-DIN Expanded Bold";
}

.slider_caption h2 .f-normal {
  font-family: "D-DIN Regular";
  color: #d1d3d4;
}

.slider_caption p {
  font-size: 16px;
  color: #e6e7e8;
  font-weight: 800;
  text-align: justify;
  padding-right: 10px;
  overflow: hidden;
  letter-spacing: 2px;
  font-family: "D-DIN Expanded Bold";
  margin-bottom: 0px;
}
.for-rest-pages .slider_caption h2 {
  font-family: "D-DIN DIN-Bold";
  font-size: 35px;
}
.for-rest-pages .slider_caption p {
  font-family: "D-DIN Regular";
  font-weight: normal;
  letter-spacing: 0px;
}
.for-rest-pages .slider_caption p span {
  letter-spacing: 1px;
  font-family: "D-DIN Exp Regular";
}
.slider_caption p span {
  letter-spacing: 0;
}

.carousel-inner .item {
  -webkit-transform-style: flat !important;
  -webkit-backface-visibility: hidden;
}

.carousel .carousel-inner .item::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0 !important;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.innerpages {
  top: auto !important;
  bottom: 0;
  transform: translate(0) !important;
  max-width: 100% !important;
  background: #e6e7e8;
  padding: 40px 30px 60px !important;
  left: 0 !important;
  right: 0 !important;
  text-align: left !important;
  word-break: break-word;
}

.innerpages h1 {
  font-size: 54px;
  color: #58595b;
  font-weight: bold;
  background: transparent;
  padding: 0;
  letter-spacing: 2px;
  font-family: "D-DIN DIN-Bold";
}

.about.innerpages p {
  color: #58595b;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.about.innerpages .right-content p {
  margin-bottom: 30px;
  margin-top: 0px;
  font-family: "D-DIN Exp Regular";
}

.con1 {
  color: #939597;
  font-size: 25px;
  font-weight: normal;
  padding-bottom: 15px;
  margin-top: 0;
}

.sub1 {
  padding: 15px 0 0;
  font-family: "D-DIN Expanded";
}
.sub1 span {
  font-weight: bold;
  letter-spacing: 3px;
}

.slider_caption .con1 span,
.caption_thumanil .con1 span {
  padding: 0 40px;
}

.inner1 h1 {
  color: #b15918 !important;
  font-weight: normal !important;
  text-transform: uppercase;
}

.about.innerpages .caption_thumanil {
  clear: both;
  overflow: hidden;
  padding-top: 5px;
}

.about.innerpages .caption_thumanil h3 {
  font-family: "D-DIN Expanded";
  color: #939595;
  font-size: 22px;
}
.slide_inner {
  max-width: 1050px;
  width: 100%;
}

.slider_caption button {
  background: transparent;
  border: none;
  float: right;
  outline: none;
  padding: 0;
}

.slider_caption button i {
  font-size: 26px;
  font-style: normal;
  color: #d1c7c3;
}

.portfolio .slider_caption .subtitle {
  color: #b15918;
  font-size: 30px;
  padding-bottom: 12px;
  line-height: 1.3;
}

.portfolio .slider_caption .portfolio-list {
  color: #b15918;
  font-size: 30px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.portfolio .slider_caption a {
  color: #b15918;
}

.portfolio .slider_caption h4 {
  color: #58595b;
}

.portfolio .slider_caption .title-2 {
  color: #58595b;
  font-size: 30px;
  padding-bottom: 15px;
}

.position-static {
  position: static !important;
}

.services {
  background: #e6e7e8;
}

.services .box {
  padding: 0;
}

.services .box-images img {
  width: 100%;
  object-fit: cover;
}

.color-grey {
  color: #58595b !important;
}

#my_menu ul.nav > li > a {
  text-transform: none;

  font-size: 19px;
  color: #58585a;
  font-family: "D-DIN Expanded";
}

.dropdown-menu > li > a {
  text-transform: capitalize;
  font-size: 15px;
  color: #58585a;
  font-family: "D-DIN Expanded";
}

.teams {
  background: #ececed;
  padding: 40px 30px 60px;
  position: relative;
  min-height: 100vh;
}

.team-info {
  text-align: left !important;
  word-break: break-word;
  position: relative;
  transform: translate(0);
  max-width: 100% !important;
  margin-top: 50px;
}

.team-info .title {
  letter-spacing: 2px;
  text-align: center;
  width: 100%;
  padding-bottom: 50px;
  color: #b15918;
  padding-top: 40px;
}

.team-info .title span {
  text-transform: uppercase;
  font-weight: bold;
  color: #58595b;
  font-family: "D-DIN DIN-Bold";
}

.team-info .team-container {
  text-align: center;
  padding: 0 0px 20px;
  cursor: pointer;
}
.t-img-wrap {
  margin: 0;
  width: 100%;
  display: grid;
  place-items: center;
  grid-template-columns: repeat(4, 1fr);
}
.t-img-wrap > div {
  width: 250px;
}
@media (max-width: 1280px) {
  .t-img-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .t-img-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 670px) {
  .t-img-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.t-img {
  width: 250px;
  margin: auto;
  height: 270px;
  object-fit: cover;
  max-width: 250px;
}
.t-img-sticky {
  position: sticky;
  top: 1px;
}
.team-modal .t-img {
  padding-right: 2rem;
}
.team-modal .col-md-4,
.team-modal .col-md-5 {
  width: 250px;
}
.team-modal .col-md-8,
.team-modal .col-md-7 {
  width: calc(100% - 250px);
}

.t-name {
  text-transform: uppercase;
  font-weight: bold;
  color: #b15918;
  letter-spacing: 2px;
  font-size: 20px;
  margin-bottom: 5px;
  font-family: "D-DIN-bold";
}

.t-designation {
  font-size: 18px;
  color: #58595b;
  letter-spacing: 1px;
  height: 77px;
}

.team-modal {
  position: relative;
}

.team-modal button.close {
  top: -46px;
  font-size: 50px;
  z-index: 999;
  right: 0;
  overflow: visible;
  position: fixed;
  color: #fff;
  opacity: 1;
  font-weight: normal;
}

.team-modal .modal-body {
  margin: 15px 15px 0px;
  height: auto;
  padding-bottom: 0px;
  text-align: justify;
}

/* width */
.team-modal .modal-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.team-modal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.team-modal .modal-body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.team-modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.team-modal .modal-body p {
  font-size: 18px;
  color: #58595b;
  line-height: 24px;
}

.team-modal .modal-lg {
  max-width: 900px !important;
  width: 100% !important;
}

@media (max-width: 594px) {
  .testimonial-row {
    flex-direction: column;
  }
  .team-modal .col-md-4,
  .team-modal .col-md-5,
  .team-modal .col-md-8,
  .team-modal .col-md-7 {
    width: 100%;
  }
  .testimonial-row .t-img {
    width: 100%;
    margin: auto;
    height: 180px;
    max-width: 100%;
    padding: 0;
  }
  .t-img-sticky {
    padding-bottom: 10px;
  }
}

.position-relative {
  position: relative !important;
}

.gallery-wrap {
  position: absolute;
  right: 0;
  z-index: 1050;
  bottom: 0;
  background: #00000096;
  width: auto;
  padding: 10px;
  max-width: 900px;
}

.gallery-wrap .top-images {
  display: grid;
  grid-template-rows: 80px 90px;
  grid-auto-flow: column;
  grid-auto-columns: 120px;
  grid-gap: 8px;
  overflow-x: auto;
}

.gallery-wrap .top-images .img-box {
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.gallery-wrap .top-images img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
}

.gallery-wrap .top-images .thumb.active img {
  border: 4px solid #c7c7c7;
}

/* size */

.gallery-wrap .top-images::-webkit-scrollbar {
  height: 12px;
}

/* Track */
.gallery-wrap .top-images::-webkit-scrollbar-track {
  background: #58595b;
}

/* Handle */
.gallery-wrap .top-images::-webkit-scrollbar-thumb {
  background-color: #9b9c9f;
  border-radius: 10px;
  border: 3px solid #9b9c9f;
}

/* Handle on hover */
.gallery-wrap .top-images::-webkit-scrollbar-thumb:hover {
  background: #9b9c9f;
}

.p-0 {
  padding: 0 !important;
}

.box-images {
  padding-left: 10px;
  height: 100%;
}

.box-images img {
  height: 100%;
}

.slider_nav_wrp.slider_nav_wrp-1 {
  left: 50%;
  top: auto;
  bottom: 50px;
  transform: translateX(-50%);
}

.clients .trademark {
  left: 50%;
  top: auto;
  bottom: 50px;
  transform: translateX(-50%);
  right: auto;
}

.trademark p {
  font-size: 30px;
}

/* .team-info-left {
    position: sticky;
    top: 0;
} */
.arrow-right span,
.arrow-left span {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;

  top: 46%;
  transform: translateY(-50%) rotate(135deg);
  cursor: pointer;
}
.arrow-right span {
  right: 18px;
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
.arrow-left span {
  left: 18px;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.arrow-right,
.arrow-left {
  background-color: #6a6a6acf;
  border-radius: 7px;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 80px;
  transform: translateY(-50%);
}
.arrow-right {
  right: 1px;
}
.arrow-left {
  left: 1px;
}

.fw-normal {
  font-weight: normal !important;
}

.pt-2 {
  padding-top: 1rem !important;
}

.text-grey {
  color: #58595b !important;
}

.text-theme {
  color: #b15918 !important;
}
.f-24 {
  font-size: 24px !important;
}
.col-12 {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.text-center {
  text-align: center !important;
}
.gallery-box {
  position: absolute;
  bottom: 0px;
  top: auto;
  right: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}

.gallery-box span {
  display: inline-block;
  text-align: center;
  padding: 2px 0px 2px 2px;
}
.gallery-box span span {
  display: block;
}

.gallery-box img {
  margin-top: 5px;
  cursor: pointer;
  position: relative;
  z-index: 99;
}

.gallery-wrap {
  display: none;
}
.gallery-wrap .close-icon {
  position: absolute;
  left: -50px;
  top: 0;
  cursor: pointer;
  background-color: #6a6a6acf;
  padding: 10px;
  border-radius: 7px;
}

.home .slider_caption.home_caption h2 {
  font-size: 30px;
  letter-spacing: 10px;
}

.home .slider_caption.home_caption p {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 0px;
  margin: 0px 0 0 -7px;
}
.home .slider_caption.home_caption img {
  max-width: 580px;
}

.copyright {
  position: absolute;
  right: 30px;
  bottom: 10px;
  z-index: 9999;
  color: #ffffff7d;
  font-size: 10px;
  font-family: "D-DIN Regular";
  letter-spacing: 1px;
}
.home-notes {
  color: #ffffff7d;
}

.modal-fade {
  display: block;
}

.nxt-btn,
.pre-btn {
  position: absolute;
  color: #cbcccf;
  bottom: -55px;
  font-size: 16px;
  font-family: "D-DIN Expanded";
  letter-spacing: 2px;
}
.nxt-btn {
  right: 0px;
}

.pre-btn {
  left: 0px;
}

@font-face {
  font-family: "D-DIN";
  src: url("../fonts/D-DIN.otf");
  src: url("../fonts/D-DIN.otf") format("otf"),
    url("../fonts/D-DIN.woff2") format("woff2"),
    url("../fonts/D-DIN.woff") format("woff"),
    url("../fonts/D-DIN.ttf") format("truetype"),
    url("../fonts/D-DIN-Bold.ttf") format("truetype"),
    url("../fonts/D-DINCondensed.ttf") format("truetype");
}
@font-face {
  font-family: "D-DIN-bold";
  src: url("../fonts/D-DIN-Bold.ttf") format("truetype"),
    url("../fonts/D-DINCondensed.ttf") format("truetype");
}
@font-face {
  font-family: "d-din_expregular";
  src: url("../fonts/Dd-dinexp-webfont.woff2") format("woff2"),
    url("../fonts/Dd-dinexp-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*.career .address_wrap{color: #58585a;font-size: 24px; max-width: 500px;}*/
.career .address_wrap p {
  color: #58595b;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 20px;
}
.career .address_wrap p.ptop {
  padding: 20px 0;
}
.contact-wrap h4.subtitle {
  font-size: 24px;
  color: #b06128;
  font-family: "D-DIN Expanded";
}
.portfolio-wrap h4.subtitle {
  font-size: 20px;
}
.contact-wrap h4.subtitle a {
  color: #b06128;
}
.address_wrap a,
.address_wrap .phoneno {
  color: #b06128;
}
.address_wrap h3 {
  font-weight: bold;
  margin-top: 5px;
  color: #58585a;
  font-size: 24px;
  letter-spacing: 2px;
  font-family: "D-DIN DIN-Bold";
}
.address_wrap h4 {
  color: #58595b;
  font-size: 16px;
  padding-top: 1rem;
}
.portfolio-caption_thumanil {
  padding-top: 0px;
}
.portfolio-caption_thumanil ul {
  padding: 0px;
}
.portfolio-caption_thumanil ul li {
  display: block;
}
.portfolio-caption_thumanil .portfolio-list {
  margin-top: 5px;
  margin-bottom: 13px;
}
.portfolio-caption_thumanil .portfolio-list a {
  color: #b06128;
  font-size: 28px;
  font-family: "D-DIN-bold";
  text-decoration: underline;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.history-slider,
.carousel-fade.history-slider .carousel-inner .item {
  height: 100vh;
}

.modal-dialog {
  max-width: 800px;
}
/*
    @media (max-width:1600px) {
        .t-img {height: 300px;}
    }
    @media (max-width:1440px) {
        .t-img {height: 270px;}
    }*/

@media (max-width: 1360px) {
  .gallery-wrap {
    max-width: 700px;
  }
}

@media (max-width: 1199px) {
  .gallery-title {
    max-width: 410px;
    width: 100%;
  }
  /*.t-img {height: 220px;}*/
}

@media (max-width: 1084px) {
  .gallery-title {
    max-width: 250px;
    padding-bottom: 0;
  }
}

@media (max-width: 950px) {
  .gallery-wrap {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  .innerpages h1 {
    font-size: 48px;
  }
  .portfolio .slider_caption .subtitle {
    font-size: 26px;
  }
  /*.t-img {height: 400px;}*/
}
@media (max-width: 850px) {
  .gallery-wrap {
    max-width: 500px;
  }
  /*.t-img {height: 300px;}*/
}

@media (max-width: 767px) {
  .t-name {
    font-size: 16px !important;
  }
  .t-designation {
    font-size: 14px !important;
    line-height: 16px !important;
    height: auto;
  }
  .t-img-sticky .t-designation {
    height: auto;
  }

  .innerpages h1 {
    font-size: 40px !important;
  }
  .slider_caption.innerpages {
    max-width: 100% !important;
    left: 0 !important;
    right: 0 !important;
  }
  .innerpages h1,
  .about.innerpages h1 span {
    font-size: 40px;
  }

  .left-content {
    width: 100%;
    margin-right: 0;
  }

  .slider_caption.gallery-title {
    max-width: 100% !important;
  }

  .slider_caption.gallery-title p {
    text-align: left;
  }

  .gallery-wrap {
    max-width: 90%;
  }
  .modal-dialog {
    width: 90%;
  }
  .about.innerpages p,
  .career .address_wrap p {
    font-size: 14px;
    line-height: 20px;
  }
  .address_wrap h4 {
    font-size: 16px;
  }
  .address_wrap h3 {
    font-size: 18px;
  }
  .contact-wrap h4.subtitle {
    font-size: 2.5rem;
  }
  .portfolio-caption_thumanil .portfolio-list {
    margin-bottom: 7px;
  }
  .portfolio-caption_thumanil .portfolio-list a {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  /*.t-img {
            height: 140px;
            object-fit: cover;
        }*/
  .about.innerpages h1 {
    font-size: 40px;
  }

  .slider_caption .con1 span {
    padding: 0;
  }

  .portfolio .slider_caption .subtitle {
    font-size: 18px;
  }

  .portfolio .slider_caption .title-2 {
    font-size: 22px;
  }

  .portfolio .slider_caption .portfolio-list {
    font-size: 22px;
  }

  .team-info .team-container {
    padding: 0 0 25px;
  }

  .team-info .title {
    font-size: 30px;
  }
}

.dropdown-menu > li > a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: all 400ms ease;
}
.dropdown-menu > li > a:hover:after {
  width: 100%;
  transition: all 400ms ease;
}

.slider_caption-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
  align-items: center;
  padding-bottom: 2rem;
  /* background: rgb(0,0,6);
    background: linear-gradient(180deg, rgba(0,0,6,0) 0%, rgba(0,0,0,1) 100%);*/
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.35),
    rgba(0, 0, 0, 0.57)
  );
  padding-top: 7rem;
  position: relative;
  z-index: 10;
}
/*
.carousel-fade .carousel-inner .item{
    position: relative;
    z-index: 9;
    
}*/

.about-up .slider_caption-wrap {
  background: none;
}
.about-slide-up {
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
  z-index: 9;
}
.about.innerpages {
  max-height: 68vh;
  overflow-y: auto;
}
.about-slide-up .only-about.innerpages {
  height: 0vh;
  padding: 0px 30px 0px !important;
}
.about-slide-up.about-up .only-about.innerpages {
  height: 33vh !important;
  padding: 40px 30px 60px !important;
}

.about-slide-up .about.innerpages {
  height: 0vh;
  padding: 0px 30px 0px !important;
}
.about-slide-up.about-up .about.innerpages {
  height: 77vh;
  padding: 30px 30px 40px !important;
}

.about-slide-up.for-rest-pages.about-up {
  bottom: -33px;
}

.slider_caption-wrap .slider_caption {
  position: relative;
  padding: 0px 0px 0px 33px;
  width: 33%;
  text-align: left;
}
.about-slide-up.about-up .slider_caption-wrap .slider_caption {
  display: none;
}
.slider_caption-wrap .gallery-box {
  position: relative;
  width: 33%;
  z-index: 9999;
  right: 35px;
  text-align: right;
}
.slider_caption-wrap .slider_caption h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.aboutup {
  cursor: pointer;
  position: relative;
  padding-bottom: 2rem;
  padding-left: 2rem;
  width: 33%;
  text-align: center;
}
.about-slide-up.about-up .aboutup {
  text-align: right;
  width: 50%;
  padding-bottom: 0;
}
.about-slide-up.about-up .aboutup img,
.aboutup img.closebtn {
  display: none;
}
.about-slide-up.about-up .aboutup img.closebtn {
  display: block;
  float: right;
  width: 40px;
  background-color: #6a6a6acf;
  padding: 10px 10px 10px;
  margin-bottom: -45px;
  border-radius: 7px;
}

.about {
  transition: all 0.9s ease 0s;
  bottom: 0;
  position: relative;
  z-index: 9;
}
.about.innerpages h1,
.for-rest-pages .about.innerpages h1 {
  color: #b06128;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "D-DIN Regular";
}
.about.innerpages h3.sub1 {
  font-family: "D-DIN Regular";
}
.about.innerpages h3.sub1 span {
  font-family: "D-DIN Expanded";
  font-weight: normal;
}
.info .carousel-inner > .item > img,
.info .carousel {
  height: 500px;
}
.portfolio-bg .carousel-inner > .item > img,
.portfolio-bg .carousel {
  height: 662px;
}

.about.innerpages h1 span {
  color: #aaa;
  font-weight: normal;
  font-size: 55px;
}
.only-about.about.innerpages h1,
.about.innerpages h1 {
  font-family: "D-DIN DIN-Bold";
  color: #58595b;
}
.only-about.about.innerpages h1 span,
.about.innerpages h1 span,
.about.innerpages h1 i .only-about.about.innerpages h1 i {
  font-weight: normal;
  font-family: "D-DIN Regular";
  color: #939597;
}

.services {
  height: 100vh;
  overflow-y: auto;
}

.slider_nav_wrp .carousel-control.right,
.slider_nav_wrp .carousel-control.left {
  right: -40px;
  background: #00000059;
  opacity: 1;
  width: 24px;
  z-index: 9999;
  height: 34px;
}
.slider_nav_wrp .carousel-control.right img,
.slider_nav_wrp .carousel-control.left img {
  max-width: 100%;
}
.slider_nav_wrp .carousel-control.left {
  left: -40px;
  right: auto;
}
.clients ol.carousel-indicators {
  z-index: 100;
}
.info-slider-wrap {
  max-width: 1280px;
}

.project-footer {
  font-family: "D-DIN Regular";
  color: #939597;
  font-size: 14px;
}
.project-footer a {
  color: #939597;
}

li.dropdown.product_li > ul {
  padding-right: 5%;
}
li.dropdown.product_li > ul > li:last-child ul.dropdown-menu {
  width: 190px;
}

@media (max-width: 1300px) {
  .team-info .team-container {
    padding: 0 1% 50px;
  }
}
@media (max-width: 1200px) {
  .left-content {
    width: calc(100% - 220px);
    margin-right: 1rem;
  }
}

@media (max-width: 992px) {
  .copyright {
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    text-align: center;
  }
  .gallery-wrap .close-icon {
    position: absolute;
    left: -47px;
    top: 0px;
    cursor: pointer;
  }
}
@media (max-width: 991px) {
  .team-info .team-container {
    padding-bottom: 10px;
  }
  .carousel-indicators,
  .clients .trademark {
    display: none;
  }
  .left-content {
    width: 100%;
    margin-right: 0rem;
  }
  .services::after {
    content: "";
    background-color: #0000004a;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 64px;
  }
  .services .box-images img {
    height: 200px;
  }
  .slider_nav_wrp .carousel-control.right,
  .slider_nav_wrp .carousel-control.left {
    right: -12px;
    top: 5px;
  }
  .slider_nav_wrp .carousel-control.left {
    left: -12px;
  }
  .portfolio {
    overflow-y: auto;
  }
  #topheader-bg:after {
    content: "";
    background-color: #0000004a;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 64px;
  }
  .slider_caption h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 96%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slider_caption .con1 span,
  .caption_thumanil .con1 span {
    padding: 0 5px;
  }
  .innerpages h1,
  .about.innerpages h1 span {
    font-size: 24px;
  }
  .innerpages h1 {
    font-size: 24px !important;
    letter-spacing: 2px;
  }
  .innerpages .caption_thumanil h3 {
    font-size: 14px;
  }
  .home .slider_caption.home_caption img {
    max-width: 100%;
  }
  .for-rest-pages .about.innerpages h3.sub1 {
    font-size: 14px;
    padding: 3px 0 0;
    margin-bottom: 5px;
  }
  .project-footer {
    font-size: 14px;
  }
  .left-content {
    border-top: 1px solid #aaa;
    padding-top: 0.5rem;
    margin-top: 1rem;
  }
  .left-content p {
    margin-top: 5px !important;
  }
}

@media (max-width: 575px) {
  .home .slider_caption {
    bottom: 0px !important;
  }
  .gallery-wrap .close-icon {
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    background-color: #6a6a6acf;
    border-radius: 7px;
  }
  .slider_caption-wrap .gallery-box {
    bottom: 1rem;
    position: absolute;
    z-index: 9999;
    right: 15px;
  }
  .slider_caption-wrap .slider_caption {
    width: calc(100% - 30px);
    bottom: 0;
    transform: translate(0px, 0px);
    padding: 0;
    text-align: center;
  }

  .slider_caption-wrap {
    flex-wrap: wrap;
    padding-bottom: 0.5rem;
  }
  #my_menu ul.nav > li > a {
    text-transform: capitalize;
  }

  .about-slide-up .slider_caption-wrap .slider_caption,
  .about-slide-up .slider_caption-wrap .slider_caption p {
    text-align: left;
    padding-left: 0px !important;
  }
  .for-rest-pages .slider_caption h2 {
    font-size: 26px;
  }
  .aboutup {
    text-align: left;
    padding-bottom: 0rem;
  }
  .aboutup img,
  .gallery-box img {
    width: 30px;
    margin-top: 0px;
  }
  .gallery-box span span {
    font-size: 10px;
  }
  .about-slide-up.about-up .aboutup {
    width: 100%;
    position: relative;
  }
  .about-slide-up.about-up .aboutup img.closebtn {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    width: 36px;
    transform: translateX(-50%);
    bottom: 2px;
  }
}

@media (max-height: 575px) {
  .about.innerpages {
    max-height: 60vh;
    overflow-y: auto;
  }
  .team-modal .modal-body {
    height: 210px;
  }
}
