@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

body {
  font-family: "DM Sans", sans-serif;
  color: #808080;
  background-color: #FFFFFF;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  height: 100%;
  overflow-x: hidden;
}

img {
  display: inline-block;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #E28E3A;
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #131110;
  letter-spacing: -1.42px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

h2 {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #131110;
  letter-spacing: -1.42px;
  text-transform: uppercase;
  margin: 0 0 26px;
}

h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: #131110;
  text-transform: capitalize;
  margin: 0 0 21px;
}

.small-head {
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #131110;
  text-transform: uppercase;
  margin: 0 0 10px;
  border-left: 6px solid #E28E3A;
  padding-left: 10px;
}

.sec-space {
  padding: 70px 0;
}

.arrow-more {
  text-transform: capitalize;
  color: #131110;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 0;
  color: #E28E3A;
}

.arrow-more i {
  transition: all 0.5s ease-in-out;
}

.arrow-more:hover i {
  transform: translateX(10px);
}

.themebtn1,
[type=submit] {
  position: relative;
  background-color: #E28E3A;
  padding: clamp(8px, 0.833vw, 24px) clamp(24px, 1.667vw, 48px);
  border-radius: 4px;
  border: 1px solid #E28E3A;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none !important;
}

.themebtn1:hover {
  color: #131110;
  transition: all 0.5s ease-in-out;
  border: 1px solid #131110;
}

.themebtn1::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #FFFFFF;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.themebtn1::after {
  content: "\f178";
  font-family: "FontAwesome";
  display: inline-block;
  width: 24px;
  height: 24px;
}

.themebtn1:hover::before {
  width: 105%;
}

.themebtn1:hover::after {
  transition: all 0.5s ease-in-out;
  filter: invert(1);
}

.themebtn2 {
  position: relative;
  background-color: #fff;
  padding: 10px 15px;
  border-radius: 4px;
  border: 1px solid #131110;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #131110;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none !important;
}

.themebtn2:hover {
  color: #fff;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
  border: 1px solid #E28E3A;
}

.themebtn2::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(5deg);
  background: #E28E3A;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.themebtn2::after {
  content: "\f178";
  font-family: "FontAwesome";
  display: inline-block;
  width: 24px;
  height: 24px;
}

.themebtn2:hover::before {
  width: 105%;
}

.main-menu {
  background: #282525;
  border-bottom: 1px solid #E28E3A;
}

.main-menu .hleft {
  padding: 0 30px;
  margin: auto 0;
}

.main-menu .hleft .logo img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-menu .hmiddle {
  border-left: 1px solid #444444;
  flex-grow: 1;
}

.main-menu .hmiddle .hmiddle-top {
  padding: 19px 28px;
}

.main-menu .hmiddle .hmiddle-top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}

.main-menu .hmiddle .hmiddle-top ul li {
  margin: 0 30px 0 0;
  display: inline-flex;
  align-items: center;
}

.main-menu .hmiddle .hmiddle-top ul li span {
  width: 30px;
  display: inline-block;
}

.main-menu .hmiddle .hmiddle-top ul li a {
  color: inherit;
  text-decoration: none;
  line-height: 1;
}

.main-menu .hmiddle .hmiddle-top ul li a:hover {
  color: #E28E3A;
}

.main-menu .hmiddle .hmiddle-bottom {
  border-top: 1px solid #444444;
  padding: 0 28px;
}

.main-menu .hmiddle .hmiddle-bottom ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-menu .hmiddle .hmiddle-bottom ul li {
  margin: 0 15px;
}

.main-menu .hmiddle .hmiddle-bottom ul li a {
  padding: 24px 0;
  font-size: 17px;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: #fff;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  position: relative;
}

.main-menu .hmiddle .hmiddle-bottom ul li a::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 2px;
  background-color: #E28E3A;
  width: 0;
  transition: all 0.5s ease-in-out;
}

.main-menu .hmiddle .hmiddle-bottom ul li a:hover::before {
  width: 100%;
}

.main-menu .hright .contact-button .question-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.417vw;
  height: 69px;
  border-bottom: 1px solid #444444;
  text-decoration: none;
  background-color: #2c2c2c;
}

.main-menu .hright .contact-button .question-btn .small-text-header {
  color: #BDBCBC;
  font-size: 13px;
  margin: 0;
}

.main-menu .hright .contact-button .question-btn .number-header {
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 400;
  margin: 0;
  color: #fff;
}

.main-menu .hright .contact-button .question-btn img {
  width: clamp(36px, 4.323vw, 80px);
  height: clamp(36px, 4.323vw, 80px);
}

.main-menu .hright .contact-button .question-btn .lead {
  font-size: clamp(14.5px, 1.042vw, 40px);
  font-weight: 400;
  line-height: 150%;
}

.main-menu .hright .contact-button .request-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #E28E3A;
  color: #fff;
  width: 20.417vw;
  font-size: 17px;
  height: 69px;
  border-bottom: 1px solid #E28E3A;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
}

.main-menu .hright .contact-button .request-btn i {
  transition: all 0.5s ease-in-out;
}

.main-menu .hright .contact-button .request-btn:hover {
  background-color: #131110;
}

.main-menu .hright .contact-button .request-btn:hover i {
  transform: translateX(10px);
}

.home-banner {
  position: relative;
}

.home-banner .slideshow .slider-track {
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.home-banner .slideshow .item {
  height: 100%;
  position: relative;
  z-index: 1;
}

.home-banner .slideshow .item img {
  width: 100%;
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transform: scale(1.3);
}

.home-banner .slideshow .item.slick-active img {
  transform: scale(1);
  animation: cssAnimation 8s ease-in-out forwards;
}

@keyframes cssAnimation {
  from {
    -webkit-transform: scale(1) translate(0px);
  }

  to {
    -webkit-transform: scale(1.3) translate(0px);
  }
}

.home-banner .bannertext {
  transform: translateY(60px) scale(1);
  visibility: hidden;
  opacity: 0.6;
}

.home-banner .item.slick-active .bannertext {
  animation: cssAnimationFadeup 2s 1 ease-in-out forwards;
  visibility: visible;
}

@keyframes cssAnimationFadeup {
  from {
    -webkit-transform: translateY(60px) scale(0.1);
    opacity: 0.6;
  }

  to {
    -webkit-transform: translateY(0px) scale(1);
    opacity: 1;
  }
}

.home-banner .banner-img {
  position: relative;
  padding-top: 38%;
  width: 100%;
  overflow: hidden;
}

.home-banner .banner-img::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.12);
  z-index: 1;
}

.home-banner .banner-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-banner .bannertext-outer {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 70px 0;
  width: 100%;
  z-index: 2;
}

.home-banner .bannertext-outer .bannertext {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}

.home-banner .bannertext-outer .bannertext .banner-small-text {
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 700;
  color: #E28E3A;
}

.home-banner .bannertext-outer .bannertext .banner-btn-group {
  margin: 30px 0 0 0;
}

.home-banner .bannertext-outer .bannertext .banner-btn-group a {
  margin: 0 15px 0 0;
}

.arrow-group {
  display: flex;
  padding-left: 50px;
}

.arrow-group .slick-arrow {
  color: #E28E3A;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  line-height: 40px;
  border: 1px solid #E28E3A;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  opacity: 0.7;
}

.arrow-group .slick-arrow:hover {
  background-color: #E28E3A;
  color: #fff;
  opacity: 1;
}

.about-sec .abt-wrap {
  padding-left: calc((100% - 1155px) / 2);
}

.about-sec .abt-wrap .abt-content {
  padding: 0 30px 0 0;
}

.about-sec .abt-wrap .abt-right {
  background: #131110 url(../images/bg5.jpg) no-repeat right bottom;
  color: #fff;
  border: 4px solid #e28e3a;
  border-width: 0 0 4px 4px;
  position: relative;
}

.about-sec .abt-wrap .abt-right::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
}

.about-sec .abt-wrap .abt-right .slick-dots li button {
  background-color: #fff;
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 3px;
}

.about-sec .abt-wrap .abt-right .abt-box {
  padding: 50px;
}

.about-sec .abt-wrap .abt-right .abt-box .about-heading {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #808080;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.about-sec .abt-wrap .abt-right .abt-box .about-heading h2 {
  color: #E28E3A;
  font-size: 60px;
  margin: 0 30px 0 0;
}

.home-service {
  position: relative;
}

.home-service .serbg1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/serbg1.jpg) no-repeat right bottom;
  background-size: contain;
  filter: opacity(0.1);
}

.home-service .serbg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/serbg2.jpg) no-repeat left top;
  background-size: contain;
  filter: opacity(0.1);
}

.ser-box {
  display: block;
  padding: 10px;
  border: 1px solid #d5d5d5;
  margin: 10px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none !important;
}

.ser-box:hover .ser-img img {
  transform: scale(1.1);
}

.ser-box .ser-img {
  position: relative;
  width: 100%;
  padding-top: 72%;
  overflow: hidden;
  border-radius: 4px;
}

.ser-box .ser-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.ser-box .ser-content {
  padding: 20px 0 0;
}

.ser-box .ser-content h3 {
  color: #131110;
  font-size: 20px;
  margin: 0 0 12px;
}

.ser-box .ser-content .ser-para {
  color: #808080;
  font-size: 14px;
  line-height: 1.4;
}

.home-project {
  overflow: hidden;
  position: relative;
}

.home-project .container {
  position: relative;
  z-index: 2;
}

.project-box {
  position: relative;
  display: block;
  margin: 0 10px;
  color: inherit;
}

.project-box .project-img {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  border-radius: 4px;
}

.project-box .project-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.project-box .project-content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px;
}

.project-box .project-content .project-content-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 10px 15px rgba(183, 156, 130, 0.49);
}

.project-box .project-content .project-content-wrap h3 {
  margin-bottom: 10px;
}

.project-box .project-content .project-content-wrap .project-small-head {
  color: #E28E3A;
  margin: 0 0 6px;
}

.project-box .project-content .project-content-wrap .project-para {
  color: #808080;
  border-left: 3px solid #e28e3a;
  padding-left: 13px;
}

.center-btn {
  margin-top: 60px;
}

.projct-container {
  padding-left: calc((100% - 1155px) / 2);
}

.bg-video {
  position: relative;
  height: 100vh;
}

.bg-video .video-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background: rgba(255, 255, 255, 0.8549019608);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: 4px;
  border: 1px solid #E28E3A;
  text-align: center;
}

.bg-video .video-text h2 {
  margin-bottom: 10px;
}

.bg-video video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.client-sec {
  background: url(../images/bg5.jpg) no-repeat center;
  position: relative;
}

.client-sec .container {
  position: relative;
}

.client-sec::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color: #000;
}

.client-sec .client-logo {
  background-color: rgba(255, 255, 255, 0.0588235294);
  padding: 10px;
  border: 2px solid rgba(255, 255, 255, 0.0588235294);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client-sec .client-logo img {
  max-height: 100%;
  object-fit: contain;
}

.test-box {
  margin-top: 50px;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 40px 30px 20px;
  transition: all 300ms ease-in-out;
  margin: 50px 0 10px;
  min-height: 320px;
  border-radius: 4px;
  box-shadow: 0 0 10px #ccc;
}

.test-box .logo-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin: -88px auto 20px;
}

.test-box .logo-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.test-box i {
  font-size: 40px;
  color: #e28e3a;
}

.tslider .owl-item:not(.center) {
  transform: scale(0.8);
}

.tslider .owl-item.center .test-box {
  color: #131110;
  border-top: 2px solid #e28e3a;
}

.owl-dots {
  text-align: center;
  margin-top: 30px;
}

.owl-dots button.owl-dot {
  width: 16px;
  height: 7px;
  border-radius: 4px;
  background-color: #808080;
  margin: 10px;
  opacity: 0.3;
}

.owl-dots button.owl-dot.active {
  background-color: #E28E3A;
  opacity: 1;
}

/* FOOTER

---------------------------------*/
.main-footer {
  color: #b8bcc4;
  background: url(../images/bg1.jpg) repeat center;
  background-size: cover;
  padding: 0;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  z-index: 1;
  position: relative;
}

.main-footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.9;
  pointer-events: none;
  z-index: -1;
}

.copyright a {
  color: #E28E3A;
}

.flogo {
  height: 100%;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
  background-color: #221f1c;
  border-radius: 0 0 12px 0;
  display: block;
}

.main-footer h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 26px;
}

.ftop {
  margin-bottom: 50px;
}

.time-footer ul {
  padding-left: 0;
  list-style: none;
}

.time-footer ul li:not(:last-child) {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}

.copyright .d-flex {
  margin-left: auto;
}

.main-footer a:hover,
.main-footer .active>a,
.main-footer .current-menu-item>a,
.companyname:hover {
  color: #E28E3A;
}

.fcontact {
  height: 100%;
  background-color: #221f1c;
  border-radius: 0 0 10px 10px;
  margin: 0;
}

.fcontact li {
  display: flex;
  padding: 0 20px;
  align-items: center;
  margin-bottom: 0;
}

.fcontact li:not(:last-child) {
  border-right: 1px solid #322f2c;
}

.fcontact li a {
  color: inherit;
}

.fcontact ul {
  display: flex;
  padding-left: 0;
  justify-content: space-between;
  color: #fff;
  height: 100%;
  padding: 22px 20px;
}

.fcontact li .ficon {
  flex-shrink: 0;
  margin-right: 10px;
}

.fnav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

.fnav li {
  margin: 0 0 14px;
  padding: 0;
  position: relative;
  float: left;
  width: 100%;
  text-transform: capitalize;
}

.fnav li:after {
  content: "";
  display: none;
  position: absolute;
  right: -14px;
  width: 4px;
  height: 1px;
  top: 10px;
  background-color: #fff;
}

.fnav li:last-child:after {
  display: none;
}

.fnav li a {
  display: block;
  padding: 0 0 0 0;
  color: inherit;
  position: relative;
}

.fnav li a::before {
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  width: 17px;
  height: 20px;
  font-size: 12px;
  color: #E28E3A;
}

.fnav:after,
.copyright:after {
  content: "";
  display: block;
  clear: both;
}

.fcol:nth-child(1) .fnav ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 12px;
}

.fblock .social {
  padding-left: 10px;
}

.fblock .social a i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  background: #221f1c;
  color: #E28E3A;
  font-size: 16px;
  text-align: center;
}

.fblock .social a i:hover {
  background-color: #E28E3A;
  color: #fff;
}

.fblock form .btn {
  margin-top: 10px;
  height: 48px;
  line-height: 48px;
}

.main-footer .social a {
  margin-left: 4px;
}

.copyright:after {
  content: "";
  display: block;
  clear: both;
}

.copyright {
  margin-top: 45px;
  padding: 16px 0;
  font-size: 15px;
  line-height: normal; 
  position: relative;
  color: inherit;
  font-weight: 400;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.copyright p {
  padding-bottom: 0;
}

.copyright .social a i {
  background: transparent;
  font-size: 20px;
}

.newsletter .newsltr-form {
  position: relative;
}

.newsletter input[type=email] {
  height: 55px;
  width: 100%;
  padding: 0 0 0 20px;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  border-radius: 4px;
  color: #131110;
}

.newsletter input[type=submit] {
  position: relative;
  background-color: #E28E3A;
  padding: 0 15px;
  border-radius: 4px;
  border: 1px solid #E28E3A;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  text-align: center;
  color: #FFFFFF;
  display: inline-flex;
  height: 49px;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  text-decoration: none !important;
  position: absolute;
  right: 3px;
  top: 3px;
}

.newsletter input[type=submit]:hover {
  background: #131110;
}

/*FOOTER END*/
/*# sourceMappingURL=main.css.map */

.main-menu-more {
  display: none;
}

.innerbanner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.innerbanner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.9192051820728291) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.9192051820728291) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.9192051820728291) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}

.innerbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-bnrtext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}

/* Contact Page */
.contact-box {
  padding: 50px 20px;
  background: #282525;
  height: 100%;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
}

.contact-box a {
  color: #fff;
}

.contact-box a:hover {
  color: #e28e3a;
}

.contact-box span {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 25px;
  flex-shrink: 0;
  justify-content: center;
  background-color: #e28e3a;
  margin-right: 10px;
}

/* Gallery */
.single-gal-img {
  display: block;
  position: relative;
}

.single-gal-img i {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #ffffff;
  right: 10px;
  top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
}

.single-gal-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}

.thumb-box img {
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}

textarea.form-control {
  min-height: auto;
  height: 90px;
}

.contact-form-img {
  margin: 0;
  height: 100%;
}

.contact-form-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-form label {
  width: 100%;
}

.dflt-img {
  width: 100%;
  height: 100%;
}

.dflt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Responsive Mennu */
/*RESPONSIVE MENU*/



.responsive_btn {

  display: none;

  cursor: pointer;

  text-align: center;

  width: 40px;

  height: 40px;

  margin: -2px 0;

  float: right;

  position: relative;

  z-index: 20;

  -moz-transition: all 300ms ease-in-out 0s;

  -webkit-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;

  background: #0068cd;

}

.responsive_btn span {
  display: block;
  height: 2px;
  width: 20px;
  position: relative;
  top: 50%;
  margin: -1px auto;
}

.responsive_btn span:before,
.responsive_btn span:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
}

.responsive_btn span:before {
  top: -6px;
}

.responsive_btn span:after {
  bottom: -6px;
}

.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {

  background: #fff;

  -webkit-border-radius: 1px;

  border-radius: 1px;

  -moz-transition: all 300ms ease-in-out 0s;

  -webkit-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;

}

/* .responsive_btn:hover span, .responsive_btn:hover span:before, .responsive_btn:hover span:after {background: #014baf;} */



.responsive_nav {

  display: block;

  position: fixed;

  left: -280px;

  top: 0;

  bottom: 0;

  width: 280px;

  min-height: 100%;
  padding: 70px 30px 30px;
  z-index: 20;

  background: #000;

  -moz-transition: all 300ms ease-in-out 0s;

  -webkit-transition: all 300ms ease-in-out 0s;

  transition: all 300ms ease-in-out 0s;

}

.responsive_nav ul{
  margin: 0;
  padding: 0;
  text-align: left;
}

.responsive_nav li {

  border-top: 1px solid rgba(255, 255, 255, 0.2);

  list-style-type: none;

  margin: 0;

  padding: 0;

  position: relative;

  text-transform: capitalize;

  font-size: 15px;

  line-height: 20px;

  color: #fff;

}

.responsive_nav li:first-child {
  border-top: none;
}

.responsive_nav li:after {
  display: none;
}

.responsive_nav li>a {
  display: block;
  padding: 12px 10px;
  color: inherit;
  position: relative;
}

.responsive_nav li.current-menu-item>a {
  color: #fff;
  background: #e28e3a;
}

.responsive_nav ul {
  padding: 0 0 15px 15px;
}

.responsive_nav .sub-menu,
.responsive_nav li a i {
  display: none;
}

.responsive_nav .subarrow {
  display: block;
  pointer-events: inherit;
  width: 30px;
  height: 40px;
  line-height: 40px !important;
  right: 0;
}

.responsive_nav .sub-menu .container {
  width: 100%;
  padding: 0;
}

.bodyOverlay {

  position: fixed;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  z-index: 20;

  transform: none;

  background: rgba(0, 0, 0, 0.6);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 500ms ease 0s;

  transition: all 500ms ease 0s;

}

html.responsive,
.responsive body {
  overflow-y: hidden;
}

.responsive .wrapper {
  -webkit-transform: translate(-280px, 0) !important;
  transform: translate(-280px, 0) !important;
}

.responsive .bodyOverlay {
  opacity: 1;
  visibility: visible;
}

.responsive .responsive_nav {
  left: 0;
}

.responsive .responsive_btn {
  pointer-events: none;
}

.responsive .responsive_btn span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.responsive .responsive_btn span:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  top: 0;
}

.responsive .responsive_btn span:before {
  opacity: 0;
}

.responsive_nav .opened>.subarrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.responsive_nav .mCSB_outside+.mCSB_scrollTools {
  right: 0;
}

.responsive .responsive_nav .mCSB_outside+.mCSB_scrollTools {
  right: -4px;
}

/*MENU END*/

.others-section figure{
  padding-top: 72%;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.others-section figure img{
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
@media (max-width:1365px) {
  .main-menu .hleft {
    padding: 0 10px;
  }

  .about-sec {
    overflow: hidden;
  }
}

@media (max-width:1199px) {
  .main-menu .hmiddle .hmiddle-top ul li {
    margin: 0 15px 0 0;
  }

  .about-sec .abt-wrap,
  .projct-container {
    padding-left: calc((100% - 1140px) / 2);
  }

  .fcontact li {
    flex: 1;
    padding: 0 10px;
    justify-content: center;
  }
}

@media (max-width:1169px) {

  h1, .h1-title {
    font-size: 43px;
  }

  h3, .h3-title {
    font-size: 20px;
  }

  .main-menu .hright .contact-button .question-btn .text-box {
    display: none;
  }

  .main-menu .hmiddle .hmiddle-top ul li {
    margin: 0 12px 0 0;
    font-size: 13px;
  }

  .main-menu .hmiddle .hmiddle-bottom ul li a {
    font-size: 16px;
  }

  .main-menu .hright .contact-button .question-btn {
    width: 180px;
  }

  .main-menu .hright .contact-button .request-btn {
    width: 180px;
    font-size: 14px;
  }

  .about-sec .abt-wrap,
  .projct-container {
    padding-left: calc((100% - 960px) / 2);
  }
  .client-sec .client-logo{height: 80px;}

}
@media (max-width:991px) {
  h2 {
    font-size: 28px; 
  }
	.responsive_btn {
    border-radius: 0;
    display: block;
    border: 2px solid #ce7b28;
    order: 5;
    background: #e28e3a;
    margin: 0 0 0 10px;
	}
  .main-menu .hmiddle{width: 100%;}
  .main-menu .hmiddle .hmiddle-bottom ul{display: none;}
  .main-menu .hleft { 
    order: 2;
    padding: 0;
  }
  .main-menu .hright{
    order: 3;
    margin-left: auto;
    align-items: center;
    display: flex;
  }
  .container-full{padding: 0 15px;}
  .contact-button{display: flex;}
  .main-menu .hright .contact-button .question-btn {
    width: 40px;
    height: 40px;
  }
  .main-menu .hright .contact-button .request-btn {
    width: 180px;
    font-size: 14px;
    height: 40px;
    margin-left: 10px;
  }
  .main-menu .d-flex{align-items: center;}
  .main-menu .hleft .logo img {
    margin: 10px 0;
    height: 70px; 
  }
  .main-menu .hmiddle .hmiddle-top ul{justify-content: center;}
  .main-menu .hmiddle .hmiddle-top {
    padding: 8px 0;
  }
  .main-menu .hmiddle{border: none;}
  .home-banner .banner-img { 
    padding-top: 48%; 
  } 
  .about-sec .abt-wrap, .projct-container {
    max-width: 720px;
    margin: 0 auto;
  }
  .about-sec .abt-wrap .abt-right .abt-box {
    padding: 20px;
  }
  .arrow-group { 
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .center-btn {
    margin-top: 30px;
  }
  .fcontact ul{
    flex-direction: column;
  }
  .flogo {
    height: auto; 
    max-width: 170px;
    margin: 20px auto 20px;
    padding: 10px 10px; 
    border-radius: 6px; 
  }
  .fcontact li { 
    padding: 4px 0 !important; 
    border: none !important;
  }
  div.tnp-subscription, form.tnp-subscription, form.tnp-profile{margin: 0 !important;}
  .single-content{padding-top: 30px;}
  
}

@media (max-width:767px) {
  h1, .h1-title {
    font-size: 35px; 
  }
  .home-banner .bannertext-outer .bannertext .banner-btn-group {
    margin: 16px 0 0 0;
  }
  .about-sec .abt-wrap, .projct-container {
    max-width: 720px; 
    padding: 0 15px;
  }
  .sec-space {
    padding: 50px 0;
  }
  .bg-video .video-text{width: 90%;}
  .fnav li {
    margin: 0 14px 14px 0;
    padding: 0; 
    width: auto; 
  }
  .copyright p{margin: 5px 0;}
}
@media (max-width:575px) {
  .home-banner .banner-img {
    padding-top: 54%;
  }
  .about-sec .abt-wrap .abt-content {
    padding: 0;
  }
  .about-sec .abt-wrap .abt-right .abt-box .about-heading h2 {  
    font-size: 44px;
    margin: 0 20px 0 0;
  }
  .about-heading h4 br{display:none;}
  .about-sec .abt-wrap .abt-right .abt-box{margin-top: 10px;}
  .main-menu .hright .contact-button .request-btn p, .main-menu .hright .contact-button .request-btn .fa-arrow-right-long{
    display: none;
  }
  .main-menu .hright .contact-button .request-btn {
    width: 40px;
    font-size: 20px;
    height: 40px; 
  }
  .home-banner .bannertext-outer .bannertext .banner-small-text {
    font-size: 16px;
    margin: 0 0 10px; 
  }
  .bg-video { 
    height: 330px;
  }
}
@media (max-width:479px) {
  h1, .h1-title {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  .home-banner .banner-img {
    padding-top: 100%;
  }
  .themebtn1, [type=submit], .themebtn2{ 
    align-items: center;
    display: inline-flex;
    padding: 9px 14px;
    font-size: 15px;
    line-height: 1;
  }
  .themebtn1::after, .themebtn2::after {
    align-items: center; 
    display: inline-flex;
    width: 18px;
    height: 20px;
    justify-content: center;
  }
  .home-banner .bannertext-outer .bannertext .banner-btn-group a {
    margin: 2px;
  } 
  .project-box .project-content { 
    padding: 17px;
  }
  .fblock .social{
    width: 100%; padding: 12px 0 0;
  }
  .copyright{font-size: 13px;}
  .tslider {padding: 0 10px;}

  .contact-box {
    padding: 20px 20px; 
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .contact-box span{margin: 0 auto 15px;}
  .single-row .themebtn1 {margin-top: 30px !important;}
  .innerbanner { 
    height: 220px; 
  }

}
@media (max-width:359px) {
  .copyright{font-size: 12px;}
}