@import url('css/bootstrap.css');
@import url('css/font-awesome.min.css');
@import url('css/owl.carousel.min.css');
@import url('css/slick.css');
@import url('css/slick-theme.css');
@import url('css/css-plugin-collections.css');
@import url('css/revolution/css/settings.css');
@import url('css/revolution/css/layers.css');
@import url('css/revolution/css/navigation.css');
@import url(css/jquery.fancybox.min.css);
/*fonts*/
@font-face {
  font-family: 'AT-Rotis-erif';
  src: url(fonts/AT-Rotis-erif.ttf);  
}
@font-face {
  font-family: 'Copperplate-Bold';
  src: url(fonts/Copperplate-Bold.ttf);  
}

@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url(fonts/Poppins-ExtraLight.otf);  
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(fonts/Poppins-Light.otf);  
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(fonts/Poppins-Medium.otf);  
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(fonts/Poppins-SemiBold.otf);  
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(fonts/Poppins-Regular.otf);  
}
body
{
margin:0;
padding: 0;
font-family: 'Poppins-Regular';
overflow-x: hidden;
}
p
{
	margin: 0px;
}
a , a:hover , a:focus
{
	text-decoration: none;
}

ol,ul
{
  padding: 0px;
}


/*
====================================================================
  Top Header style
====================================================================
***/
.top-header
{
  background: #191717;
  font-family: 'Poppins-Light';
  padding: 10px 0px;
}
.header-contact
{
  float: left;
  margin: 0;
}
.header-contact li
{
  color: rgba(255, 255, 255, 0.6);
  list-style: none;
  float: left;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  padding: 0px 15px;
}
.header-contact li:first-child
{
  padding-left: 0px;
}
.header-contact li i 
{
  font-size: 20px;
  height: 20px;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 20px;
  margin: 0;
  color:rgba(255, 255, 255, 0.6);
  line-height: 20px;
  margin-right: 10px;
}
.social-links
{
  float: right;
}
.social-links ul
{
  margin: 0px;
}
.social-links ul li 
{
  display: inline-block;
  font-size: 14px;
  margin: 0 10px;
  line-height: 30px;
}
.social-links ul li a
{
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/*
====================================================================
  Header style
====================================================================
***/
.menuzord
{
  background: transparent;  
}
.menuzord-brand
{
  padding:5px 0px;
  position:relative;  
}
.menuzord-brand img
{
  height: 85px;
}
.menuzord-menu
{
  float: right; 
}
.menuzord-menu > li
{
  position: relative;
  padding: 25px 0px;
}
.menuzord-menu > li > a 
{
  font-size: 14px;
  padding: 0 15px;
  text-transform: uppercase;
  color: #1f1a17;
  font-family: 'AT-Rotis-erif';
  letter-spacing: 1px;
  line-height: 45px;
  z-index: 999;
  position: relative;
}

.menuzord-menu ul.dropdown, .menuzord-menu ul.dropdown li ul.dropdown
{
  background:#f5f5f5;
  min-width: 220px;
}
.menuzord-menu ul.dropdown
{
  top:120px;
}
.menuzord-menu ul.dropdown li a
{
  font-size: 14px !important;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #333;
  line-height: 20px;
  transition: all 500ms ease 0s;
}
.menuzord .menuzord-menu ul.dropdown li:hover > a 
{
  background: #b0cb23;
  padding-left:40px;
  color: #222;
}

.sticky-header
{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  padding:0px 0px;
  background:#fff;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  box-shadow: 0px 0px 4px 0px #000;
}

.fixed-header .sticky-header
{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;   
}

.sticky-header .header-contact li, .sticky-header .header-nav li
{
  line-height: 30px;
}
.sticky-header .menuzord-brand
{
  padding: 5px 0px;
  position: relative;
}
.sticky-header .menuzord-brand img
{
    height: 55px;
}
.sticky-header .menuzord-menu >li > a
{
  color: #222 ;
  padding: 0px 15px;
  text-transform: uppercase;
  color: #222;
  letter-spacing: 1px;
  line-height: 45px;
  position: relative;
}
.sticky-header .menuzord-menu > li
{
  position: relative;
  padding: 10px 0px;
}
.sticky-header .menuzord-menu >li:hover a, .sticky-header .menuzord-menu >li.active a
{
  color: #fff;
}
.menuzord-menu > li.active > a, .menuzord-menu > li:hover > a 
{
  color: #fff;
  background: transparent;
}

.header-upper .menuzord-menu  > li > a:after, .sticky-header .menuzord-menu  > li > a:after

{
  width: 0;
  height: 100%;
  display: block;
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: auto;
  left: 0;
  background-color:#ef7f1a;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -khtml-transform: translateX(0%) translateY(0%);
  -moz-transform: translateX(0%) translateY(0%);
  -ms-transform: translateX(0%) translateY(0%);
  -o-transform: translateX(0%) translateY(0%);
  transform: translateX(0%) translateY(0%);
  z-index: -1;
  border-radius: 5px;
  }
.header-upper .menuzord-menu  > li > a:hover:after, .header-upper .menuzord-menu  > li.active > a:after, 
.header-upper .menuzord-menu  > li > a:hover,
.sticky-header .menuzord-menu >li > a:hover:after, .sticky-header .menuzord-menu >li.active > a:after
{
  width: 100%;
  opacity: 1;
  color: #fff;
}
/*
====================================================================
  Slider style
====================================================================
***/
.rev_slider_wrapper {
  background: #222;
}
.rev_slider_wrapper #slider1 .banner-caption-h1 {
  font-size: 40px;
  color: #FFFFFF;
  font-family: 'Karla-Bold';
  line-height: 40px;
  text-transform: uppercase;
  color:#fff;    
  text-shadow: 3px 4px 5px rgb(0, 0, 0);    
}
.rev_slider_wrapper #slider1 .banner-caption-h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Karla-Regular';
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff
}
.rev_slider_wrapper #slider1 .banner-caption-h2 {
  line-height: 60px;
  font-family: 'Karla-Bold';
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #fe0000;
  font-size: 30px;
  letter-spacing: -2px;
}
.rev_slider_wrapper #slider1 .banner-caption-p {
  font-size: 15px;
  color: #FFFFFF;
  font-family: 'Karla-Bold';
  line-height: 30px;
}
.rev_slider_wrapper #slider1 img
{
  max-width:  300px;
  width: 100%;
}
/*
====================================================================
  About Us style
====================================================================
***/
.about-area{
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 60px;
}
.about-image-box {
    position: relative;
    display: block;/*
    max-width: 470px;
    width: 100%;
    background: #ffeedf;
    padding-top: 60px;
    padding-left: 60px;
    padding-bottom: 60px;*/
}
.about-image-box-1
{
  /*padding-left: 0px;
  padding-right: 60px;*/
}
.about-image-box-1::before
{
 left: 0px;
 right: auto;
}
.about-image-box:before
{
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    background: #ffffff;
    content: "";
    z-index: 1;
}
.about-image-box .inner-box
{
    position: relative;
    display: block;
    z-index: 2;
}
.about-image-box .inner-box img
{
    width: 100%;
}
.about-image-box .inner-box .overlay
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.about-image-box .inner-box .overlay .box
{
    display: table;
    width: 100%;
    height: 100%;
}
.about-image-box .inner-box .overlay .box .icon
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.about-image-box .inner-box .overlay .box .icon img{
    width: auto;
}

.about-row
{
  margin-top: 20px;
}
.about-text
{
  position: relative;
  display: block;
  padding-left: 30px;
}
.about-text-1
{
  padding-left: 0px;
  padding-right:30px;
}
.about-text h2
{
  margin-top: 0px;
  font-family: 'Copperplate-Bold';
  font-size: 50px;
  line-height:50px;
  letter-spacing:2px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.about-text h2 span
{
  font-family: 'AT-Rotis-erif';
  font-size: 30px;
  line-height: 25px;
  display: inherit;
  margin-bottom: 10px;
  letter-spacing: 5px;
  color: #f16436;
}
.about-text p
{
  font-family: 'Poppins-Light';
  line-height: 30px;
  letter-spacing: 1px;
  color: #666;
  text-align: justify;
  margin-bottom: 10px;
}
.about-text h5
{
  font-family: 'Copperplate-Bold';
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 20px;
  color: #818181;
}
.about-text ul 
{
  list-style: none;

}
.about-text ul  li
{
  font-family: 'Poppins-Light';
  line-height: 30px;
  letter-spacing: 1px;
  color: #666;
  position: relative;
  text-align: justify;
  padding-left: 25px;
  margin-bottom: 5px;

}
.about-text ul  li:before 
{
  position: absolute;
  content: '\f111';
  left: 0px;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #818181;
  font-family: 'FontAwesome';
  height: 30px;
   line-height: 30px;
}

/*
====================================================================
  Vision Section style
====================================================================
***/
.vision-section
{
  padding: 70px 0px;
  background: #f5f5f5;
}
.vision-section h4
{
  font-family: 'Copperplate-Bold';
  line-height: 25px;
  letter-spacing: 1px;
  font-size: 20px;
  color: #222;
}
.vision-section p
{
  font-family: 'Poppins-Light';
  line-height: 25px;
  letter-spacing: 1px;
  color: #666;
  text-align: justify;
  margin-bottom: 10px;
}
.vision-img
{
  padding-left: 50px;
}
/*
====================================================================
  Services style
====================================================================
***/
.services-section
{
  position: relative;
  padding: 60px 0px;
}

.services-section .services-box
{
  position: relative;
  margin-top: -230px;
  padding-bottom: 60px;
}

.services-carousel
{
  position: relative;
  padding-bottom: 50px;
}

.service-block
{
  position: relative;
  padding: 15px;
}

.service-block .image-box 
{
  position: relative;
  background-color: #222222;
  margin-bottom: 0;
  overflow: hidden;
}

.service-block .image-box  img
{
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .image-box img
{
  opacity: .70;
  -webkit-transform: scale(1.2) rotate(-5deg);
  -moz-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  -o-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
}

.service-block .content-box
{
  position: relative;
  padding: 15px 15px;
  text-align: center;
  background: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .inner-box:hover .content-box{
  -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
  -moz-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
  -ms-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
  -o-box-shadow: 0 8px 15px rgba(0,0,0,0.10);
  box-shadow: 0 8px 15px rgba(0,0,0,0.10);
}

.service-block .content-box h3{
  position: relative;
  display: block;
  font-size: 20px;
  text-transform: capitalize;
  font-family: 'AT-Rotis-erif';
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  min-height: 60px;
}

.service-block .content-box h3 a
{
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .content-box h3 a:hover{
  color: #f16436;
}


.service-block .content-box a.link-box {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  color: #222222;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Poppins-Regular";
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display:none;

}

.service-block .content-box a.link-box  i{
  margin-left: 5px;
}

.service-block .content-box a.link-box :hover{
  color: #ffad00;
}

.services-carousel .owl-nav{
  display: none;
}

.services-carousel .owl-dots{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.services-carousel .owl-dot{
  position: relative;
  display: inline-block;
  height: 16px;
  width: 4px;
  margin: 0 5px;
  background-color: #b6b6b6;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 7px;
}

.services-carousel .owl-dot:hover,
.services-carousel .owl-dot.active{
  height: 30px;
  margin-bottom: 0;
  background-color: #ff8a00;
}

/*
====================================================================
  project style
====================================================================
***/
.projects-section
{
  position: relative;
  padding: 60px 0px;
}


.home-project-block
{
  width: 33.33%;
  float: left;
  padding: 15px;
}
.home-project-box
{
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px; 
}
.home-project-box img 
{
  width: 100%; 
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.home-project-box:hover img
{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.home-project-box:before 
{
  content: '';
  position: absolute;
  width: 100%;
  height: 0;

  bottom: 0;
  background: linear-gradient(to left, #f16436 0%, #d94f38 100%);
  opacity: 0.6;
  transition: all 0.5s ease-in-out; 
}
.home-project-box .project-hover
{
  position: absolute;
  text-align: left;     
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end; 
}
    
.home-project-box .project-hover p
{
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out; 
  color: #fff;
  padding-left: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.home-project-box:hover:before 
{
  height: 100%;
  top: 0;
}
.home-project-box:hover p
{
  opacity: 1;
  height: 60px;
  background: rgba(0,0,0,0.5);
  vertical-align: middle;

}

/*
====================================================================
  client style
====================================================================
***/
.clinet-section
{
  padding: 50px 0px;
}
.client-box
{
  padding: 15px;
  box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.09);
}
.client-box img
{
  width: auto !important;
  margin: 0px auto;
  max-height: 80px;
}

.contact-section
{
  padding: 60px 0px;
}
.contact-section h2
{
  margin-top: 0px;
  font-family: 'Copperplate-Bold';
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  text-align: left;
  position: relative;
  color: #222;
}
.contact-section .contact-form{
  position: relative;
}

.contact-form .form-group
{
  position:relative;
  margin: 15px 0;
  display: inline-block;
  width:100%;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select{
  position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins-Light';
    color: #222;
    line-height: 20px;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
    height: 50px;
    border:none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
  border-color:#ff8a00;
}

.contact-form .form-group textarea{
  height: 130px;
  resize: none;
}

.contact-form .form-group button{
  padding:0px 30px;
  text-transform: uppercase;
  border:none;
  position:relative;
  font-size:16px;
  line-height:20px;
  color:#ffffff;
  font-weight: 400;
  border-radius: 50px;
  line-height: 50px;
  margin-top: -5px;
  letter-spacing: 1px;
  background-color: #222222;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.contact-form .form-group button:hover{
  color: #ffffff;
  -webkit-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
  -moz-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
  -ms-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
  -o-box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
  box-shadow: rgba(255, 138, 0, 1) 0 0px 0px 40px inset;
}
.content-details
{
  padding-left: 15px;
}
.content-text 
{
  padding-left: 0px;
  text-align: left;
  margin: 10px 0px;
  width: 100%;
  float: left;
}
.content-text h4 
{
  font-size: 18px;
  text-transform: uppercase;
  color: #222;
  font-family:'AT-Rotis-erif';
  letter-spacing: 2px;
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  line-height: 20px;
}
.content-text p, .content-text a 
{
  font-size: 14px;
  color: #666;
  line-height: 25px;
  margin: 0px;
  letter-spacing: 1px;
  position: relative;
}

.google-map
{
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.google-map iframe
{
  height: 320px;
  width: 100%;
  display: inherit;
  border: 5px solid #fff !important;
  border-radius: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}
.copy-right-section
{
  background:#353535;
}
.copy-right-section p
{
  line-height: 30px;
  padding: 15px 0px;
  text-align: center;
  color: #fff;
  letter-spacing: 1.5px;  
}
.copy-right-section p a
{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.scroll-top-wrapper 
{
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  bottom: 30px;
  color: #ffffff;
  text-shadow: 0 
  -webkit-animation: jump 1s ease-in alternate infinite;
  animation: jump 1s ease-in alternate infinite;
}
.scroll-top-wrapper:hover 
{
  background-color: #ef7f1a;
  color: #fff;
}
.scroll-top-wrapper.show 
{
  visibility:visible;
  cursor:pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i
{
  line-height: inherit;
  font-size: 24px;
}

#scrollUp {
    
}

@-webkit-keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}

@keyframes jump {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 50%, 0);
    }
}
.mobile-screen-footer
{
    float:left;
    display:none;
    width: 100%;
    position: fixed;
    z-index: 9999999999 !important;
    bottom: 0px;
    background:#1b2329;
    border-radius: 30px 30px 0px 0px;
   
}
.mobile-footer-block
{
    width: 25%;
    float: left;
    text-align: center;
}
.mobile-footer-box
{
    width: 100%;
    margin: 0px auto;
    padding: 0px 5px;
    float: left;
}
.mobile-footer-box a
{
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    float: left;
    padding-bottom: 5px;
}
.mobile-footer-box a img
{
    width: 25px;
    margin: 0px auto;
}
.mobile-footer-box a h5
{
    font-size: 10px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-weight: normal;
} 

/*--------------------------------------------------------------
## Subheader
--------------------------------------------------------------*/
.page-header {
  position: relative;
  padding: 0;
  border: none;
  margin: 0;
  background-color: #03132b;
}
.page-header:before{
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background: rgba(0,0,0,0.5);
}
.breadc-box .row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  min-height: 150px;
}
.page-title {
  color: #fff;
  line-height: 35px;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 1px;
  margin: 0px;
  font-family: 'Copperplate-Bold';

}
.breadcrumbs 
{
  margin: 0;
  margin-top: 10px;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 25px;
}
.breadc-box li:before 
{
    content: "/";
    font-family: FontAwesome;
    color: #fff;
    margin: 0 8px;
}
.breadc-box li:first-child:before 
{
    display: none;
}
.breadcrumbs li a {
  font-size: 16px;
  color: #fff;
}
.breadcrumbs li a:hover 
{
  color: #fff;
  text-decoration: none;
}

.projects-page
{
  padding: 80px 0px;
}


.project-text
{
  padding: 20px;
  background:#ef7f1a;
  border-radius: 10px;
}
.project-text ul
{
  list-style: none;
  margin: 0px;
}
.project-text ul li
{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  padding: 10px 0px;
  color: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.project-text ul li:last-child
{
  border: none;
}
.project-slider
{
  /*  margin-top:15px;*/
    
}
.slick-prev, .slick-next, 
.slick-prev:hover, .slick-prev:focus, 
.slick-next:hover, .slick-next:focus
{
    z-index: 10;
    line-height:35px;
    height: 35px;
    width: 35px;
    border-radius: 2px;
    z-index: 1;
    padding: 0px !important;
    background: rgba(0,0,0,0.5); 
    transition: all 0.3s ease;
    text-align: center;
}
.slick-prev
{
  left: 0;
}
.slick-next
{
  right: 0;
}
.slick-prev:before
{
    
    content: '\f053';
    font-weight: bold;
    color: #ffffff;
    font-family: 'FontAwesome';
    line-height: 35px;

}
.slick-next:before
{
    content: '\f054';
    font-weight: bold;
    color: #ffffff;
    font-family: 'FontAwesome';
    line-height: 35px;
}
.slick-slider.slick-list
{
    overflow: inherit;
}
@media (max-width: 1200px) 
{
	.header-upper .nav > li > a
	{
		letter-spacing: 0px;
	}
 
}
@media (max-width: 993px) 
{
  .top-header
  {
    padding: 10px 15px;
  }
  .menuzord-responsive .menuzord-brand
  {
    margin: 0px 15px;
  }
  .menuzord-responsive .menuzord-menu > li > a
  {
    padding: 0px 15px;
  }
  .menuzord-menu > li
  {
    padding: 0px;
  }
  .sticky-header .menuzord-menu > li 
    {
    position: relative;
    padding: 0px 0px;
    }

  .about-image-box-1
  {
    display: none;
  }
  .about-area
  {
    padding-bottom: 50px;
  }
  .about-text h2
  {
    font-size: 30px;
  }
  .about-text h2 span
  {
    margin-top: 20px;
  }
  .about-row
  {
    margin-top: 0px;
  }
  .about-text
  {
    padding: 0px;
  }
  .sticky-header .nav > li , .header-upper .nav > li
  {
    padding: 0px 0px;
  }
  .sticky-header .logo 
  {

    z-index: 999;
    padding: 5px 0px;
    float: left;
  }
  .vision-img
  {
    max-width:420px;
    margin:0px auto;
  }
  .contact-form .form-group
  {
    width: 100%;
  }
  .home-project-block
  {
    width: 50%;
  }
/*
	.navbar-default .navbar-toggle .icon-bar 
	{
		background-color: #fff;
    margin-top: 5px;
	}
  .navbar-toggle
	{
		padding: 15px 15px;
		background: #000 !important;
		border-radius: 0;
		height: 65px;
    margin: 0px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form
	{
		border: none;
	}
	.header-upper .navbar-right, .sticky-header .navbar-right
	{
		background: #ef7f1a;
		top: 0;
    padding: 5px 0px;
	}
  .header-upper .nav > li > a::after, .sticky-header .nav > li > a::after
  {
    background: #222;
  }
	.header-upper .nav > li a, .sticky-header .nav > li a
	{
		line-height: 40px;
		border-bottom:  1px dashed #fff;		
    letter-spacing: 2px;
    color: #fff;
	}
	.header-upper .nav > li:last-child a, .sticky-header .nav > li:last-child a
	{
		border: none;
	}
	.header-upper .navbar-right:before, .header-upper .navbar-right:after
	{
		display: none;
	}
  .header-upper .nav > li > a::after, .sticky-header .nav > li > a::after
  {
    border-radius: 0px;
  }
  .header-upper .logo
  {
   
  }
  .header-upper .logo img
  {
   
  }
  .header-upper .navbar-toggle
  {
    height: 75px;
  } 
  .sticky-header .logo img 
  {
   
  }*/
  .projects-item
  {
    width: 50%;
    float: left;
  }
  .project-text 
  {
    margin-top: 30px;
  }
}
@media (max-width: 767px) 
{
  .header-upper .navbar-right, .sticky-header .navbar-right
  {
    padding: 0px;
    margin: 0px;
  }
  .header-upper .navbar-right li a, .sticky-header .navbar-right li a
  {
    border-bottom: 1px solid #f5f5f5;
  }
  .sticky-header .logo
  {
    padding: 5px 10px;
  }
  .mobile-screen-footer 
  {
    display: inherit;
  }
  .contact-section
  {
    padding-bottom: 10px;
  }
  .copy-right-section
  {
    padding-bottom: 60px;
  }
  .copy-right-section p
  {
    padding: 5px;
  }
  .header-contact
}
@media (max-width: 764px) 
{	
	.sticky-header .navbar-right
	{
		padding: 0px;
	}
  
}
@media (max-width: 500px) 
{
  .projects-item, .home-project-block 
  {
    width: 100%;
    margin: 0px auto;
    float: left;
  }
  .header-contact
  {
    display: none;
  }
}
@media (max-width: 767px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
   .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-toggle {
      display: block;     
      background:none;
      border: none;
      padding: 10px 15px;
    }
    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: none;
    }
    .navbar-toggle .icon-bar
    {
      border-color: #fff;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
    .navbar-left{
      padding-bottom: 0px; 
      padding-top:10px;
      margin-bottom: 0px;
    }
    .navbar-right
    {
      padding-top: 0px;
      margin-top: 0px;
      padding-bottom: 10px 
    }
}