* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
ul li a {
  text-decoration: none;
}
ol,
ul {
  padding-left: 0px;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0px;
}
a {
  text-decoration: none;
}
body {
  background: #EDEDED;
}
@font-face {
  font-family: "futura-medium";
  src: url(../fonts/futura-medium.ttf);
}
@font-face {
  font-family: "Futura-Bold";
  src: url(../fonts/Futura-Bold.ttf);
}
@font-face {
  font-family: "Futura-Book";
  src: url(../fonts/Futura-Book.ttf);
}
@font-face {
  font-family: "Futura-Heavy";
  src: url(../fonts/Futura-Heavy.ttf);
}
@font-face {
  font-family: "OpenSans-Regular";
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: "OpenSans-Medium";
  src: url(../fonts/OpenSans-Medium.ttf);
}
p{
  position: relative;
  font-family: "OpenSans-Regular";
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.primary-color{
  color: #87BD27;
}
.secondary-color{
  color: #2B2F2C;
}
div.white-color p{
  color: #fff;
}
div.secondary-color p{
  color: #2B2F2C;  
}
.tertiary-color{
  color: #676767;
}
.img-box{
  position: relative;
  width: 100%;
}
.gallery-box{
  position: relative;
  width: 100%;
  margin: auto;
}
.my-100{
  margin-top: 100px;
}
.my-75{
  margin-top: 75px;
}
.my-50{
  margin-top: 50px;
}
.my-25{
  margin-top: 25px;
}
.my-10{
  margin-top: 10px;
}
.my-40{
  margin-top: 40px;
}
.pxy-100{
  padding: 100px 0px;
}
.pxy-120{
  padding: 120px 0px;
}
.py-35{
  padding-top: 35px;
}
.project-box{
  padding: 40px 0px 100px 0px;
}

.header{
  position: fixed;
  z-index: 999;
  width: 100%;
}
.active {
  color: #fff !important;
  border-bottom: 5px solid #87BD27;
}
.navbar{ 
  width: 100%;
  background: #1D1F1E;
  box-shadow: none;
  padding: 0;
}
.navbar-brand{
  margin-right: 0;
}
.navbar .navbar-brand img {
  width: 300px;
  padding: 10px 0px;
}
.navbar-nav .nav-item a{
  font-family: "futura-medium";
  font-size: 18px;
  line-height: normal;
  align-items: center;
  color: #fff;
  padding: 0px;
  cursor: pointer;
  text-transform: uppercase;
  padding-bottom: 5px;

}
.navbar-nav .nav-item{
  padding-left: 40px;
}
.navbar-nav .nav-item a {
  padding-bottom: 15px;
}
.navbar-toggler {
  border: none;
  padding: 0;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 15px;
}
.navbar-toggler:focus{
  outline: none;
  box-shadow: none;
}
.top-row{
  position: absolute;
  align-items: center;
  justify-content: end;
  margin-top: 10px;
  right: 0;
  z-index: 1;
}
.top-header-text{
  font-family: "futura-medium";
  font-size: 17px;
  line-height: normal;
  color: #fff;
}
.navbar-nav .dropdown-menu {
  position: static;
  background: #1D1E1E;
  right: 0;
  left: auto;
  border-radius: 0;
  min-width: 250px;
  margin-top: 0;
  padding: 0;
}
.dropdown-item{
  border-bottom: 1px solid #707070;
  text-transform: none !important;
  padding: 15px 20px !important;
  text-align: right;
}
.dropdown-item:hover, .dropdown-item:focus{
  background-color: #87BD27;
}
.main_part{
  padding-top: 145px;
}
.banner-slider-box{
  position: relative;
  width: 100%;
  max-height: 775px;
}
.banner-img{
  position: relative;
  width: 100%;
}
.about-home-box{
  position: relative;
  background: linear-gradient(180deg, rgba(43, 45, 44, 0.5) 0%, rgba(43, 45, 44, 1) 70%, rgba(43, 45, 44, 1) 100%);
  padding: 40px 0px;
  width: 100%;
  margin-top: -215px;
}
.home-title{
  position: relative;
  font-family: "futura-medium";
  font-size: 55px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.home-title:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #fff;
  bottom: -7px;
  left: 0;
  position: absolute;
}

.primary_btn{
  position: relative;
  font-family: "futura-medium";
  font-size: 18px;
  line-height: normal;
  color: #2B2F2C;
  background: #87BD27;
  border: none;
  border-radius: 15px;
  padding: 12px 60px;
  text-transform: uppercase;
  display: inline-block;
}
.dark-bg{
  position: relative;
  padding: 100px 0px 80px 0px;
  background: #2B2E2C;
}
.dark-bg1{
  position: relative;
  background: #2B2E2C;
}
.home-title-2{
  color: #2B2F2C;
}
.home-title-2:after {
  background: #2B2F2C;
}
.footer-box{
  position: relative;
  background: #161917;
  padding: 50px 0px;
  overflow: hidden;
}
.footer-ul-box {
  display: inline-flex;
}
.footer-ul-box li{
  font-family: "futura-medium";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  padding: 0px;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 30px;
}
.footer-ul-boxa {
  font-family: "futura-medium";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  padding: 0px;
  cursor: pointer;
  text-transform: uppercase;
  margin-right: 30px;
}
.footer-logo-box{
  position: relative;
  display: flex;
  align-items: end;
}
.footer-logo{
  position: relative;
  max-width: 160px;
}
.footer-p{
  font-family: "futura-medium";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  font-weight: 600;
  padding-left: 35px;
  margin-bottom: 5px;
}
.footer-image-box {
  position: absolute;
  left: 28%;
  top: -200px;
  max-width: 450px;
}
.footer-image-box-3{
  top: 85px;
}
.footer-image-box-2 {
  bottom: 0;
  top: 65px;
  max-width: 390px;
}
.footer-image-box-4{
  top: 0;
}

.inner-page-banner{
  position: relative;
  width: 100%;
  
}
.inner-page-banner::after {
  position: absolute;
  content: "";
  background: linear-gradient(180deg, rgba(43, 45, 44, 0.5) 0%, rgba(43, 45, 44, 1) 80%, rgba(43, 45, 44, 1) 100%);
  width: 100%;
  height: 100%;
  top: 0;
}
.projectinner-banner::after{
  bottom: 0;
  height: 40%;
  top: auto;
}
.inner-page-title {
  position: absolute;
  top: 50%;
  transform: translate(0%, -20%);
  z-index: 1;
  -webkit-transform: translate(0%, -20%);
  -moz-transform: translate(0%, -20%);
  -ms-transform: translate(0%, -20%);
  -o-transform: translate(0%, -20%);
}
.projectinner-banner .inner-page-title {
  top: 80%;
  transform: translate(0%, -80%);
}
.inner-sec-title{
  position: relative;
  font-family: "futura-medium";
  font-size: 40px;
  line-height: normal;
  color: #2B2F2C;
  text-transform: uppercase;
}
.testimonial-box{
  position: relative;
  background: #2B2D2C;
  padding: 80px 0px;
}
.testimonial-box-slide{
  margin-top: 50px;
}
.testimonial-title{
  position: relative;
  font-family: "OpenSans-Medium";
  font-size: 32px;
  line-height: 34px;
  text-align: center;
  color: #87BD27;
}
.testimonial-username{
  position: relative;
  font-family: "OpenSans-Regular";
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  padding-top: 35px;
}
.divider-line{
  position: relative;
  background: #EDEDED;
  width: 5px;
  height: 250px;
  margin: auto;
}
.brand-logo-box{
  position: relative;
  width: 100%;
  background: #EDEDED;
  padding: 80px 0px 100px 0px;
}
.logo-box{
  position: relative;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 60px 80px;
  margin-top: 60px;
}

.design-title-step{
  position: relative;
  font-family: "futura-medium";
  font-size: 50px;
  line-height: normal;
  color: #87BD27;
  text-transform: uppercase;
}
.design-title{
  position: relative;
  font-family: "futura-medium";
  font-size: 40px;
  line-height: normal;
  color: #2B2F2C;
  text-transform: uppercase;
}

.pl-40{
  padding-left: 40px;
}
.pl-60{
  padding-left: 60px;
}
.pr-60{
  padding-right: 60px;
}
.step-1-line::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  background: #EDEDED;
  left: 0;
  overflow: hidden;
  margin-top: 30px;
}
.step-1-line::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 7px;
  background: #EDEDED;
  left: 0;
  overflow: hidden;
  margin-top: 30px;
}

.step-2-line::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  background: #2B2F2C;
  right: 0;
  overflow: hidden;
  top: 0;
}
.step-2-line::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 7px;
  background: #2B2F2C;
  right: 0;
  overflow: hidden;
  top: 15%;
}

.step-3-line::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 100%;
  background: #EDEDED;
  left: 0;
  overflow: hidden;
  top: 0;
}
.step-3-line::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 7px;
  background: #EDEDED;
  left: 0;
  overflow: hidden;
  top: 15%;
}

.step-4-line::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 15%;
  background: #EDEDED;
  left: 0;
  overflow: hidden;
  top: 0;
}
.step-4-line::before{
  position: absolute;
  content: "";
  width: 50px;
  height: 7px;
  background: #EDEDED;
  left: 0;
  overflow: hidden;
  top: 15%;
}

.project-info-box{
  margin-bottom: 40px;
  padding-left: 10px;
}
.project-title{
  position: relative;
  font-family: "futura-medium";
  font-size: 30px;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.project-slideitem{
  position: relative;
  margin: 0px 10px;
  cursor: pointer;
}
.slider.project-multiple{
  padding: 0px 60px;
}
.pr-slide-title{
  position: absolute;
  background: rgba(43, 45, 44, 0.8);
  width: 100%;
  padding: 15px 20px;
  font-family: "OpenSans-Regular";
  font-size: 18px;
  line-height: normal;
  color: #fff;
  bottom: 0;
}
.project-single .slick-dots {
  position: absolute;
  text-align: end;
  width: 1000%;
  bottom: 15px;
  right: 19px;
  margin-top: 0;
  margin-right: auto;
  margin-left: auto;
}
.play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.play-icon img{
  max-width: 60px;
}
button.close {
  color: #000;
  background: #fff;
  border: 0;
  font-size: 30px;
  text-align: right;
  line-height: 30px;
  padding-right: 10px;
}
.modal-content{
  background: transparent;
  border: 0;
  border-radius: 0;
}
.modal-body{
  padding: 0;
}

.anchor{
  scroll-margin-top:75px;
}


.footer-copy {
	position: relative;

}

p.copyright {
	position: absolute;
	width: 100%;
    color: #fff;
    line-height: 40px;
    font-size: 0.9em;
	text-align: right;
  margin-top:20px;
	bottom:0;
}