@charset "UTF-8";
/*------------------------------------------------------------------
    [General Styles]
------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	width: 100%;
	font-family: Raleway, sans-serif;
	font-weight: normal;
	color: #333;
  /*background: #eee;*/
}

img {
	max-width: 100%;
	max-height: 100%;
}

span {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 12px;
  display: block;
}

.btn-style {
  color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(250, 126, 10, 0.9);
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s all;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 5px 12px;
  line-height: 1.5;
  border-radius: 4px;
  cursor: pointer;
}

.btn-style:hover {
  background: #ff7b00;
}

.btn-style:focus {
  outline: none;
}

/*Selection Styles*/

::-webkit-selection {
  color: #fcfcfc;
  background: #FA7E0A;
}

::-moz-selection {
  color: #fcfcfc;
  background: #FA7E0A;
}

::selection {
  color: #fcfcfc;
  background: #FA7E0A;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  transition: background-color 5000s ease-in-out 0s;
}

/*------------------------------------------------------------------
    [Header Styles]
------------------------------------------------------------------*/

.offcanvas {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.page {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas .page {
  -moz-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  transform: translateX(-240px);
}

.header-section {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  top: 40px;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25);
}

.nav-header {
  position: relative;
  float: left;
  width: 100%;
}

/*Nav Toggle Button*/

#nav-toggle {
  display: none;
  float: right;
  color: #000;
  font-size: 25px;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
  text-decoration: none;
}

.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 2px;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}

.nav-toggle i::before,
.nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle i::before {
  top: -7px;
}

.nav-toggle i::after {
  bottom: -7px;
}

.nav-toggle:hover i::before {
  top: -10px;
}

.nav-toggle:hover i::after {
  bottom: -10px;
}

.nav-toggle.active i {
  background: transparent;
}

.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

/*Logo Styles*/

.brand-logo {
  z-index: 2;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  float: left;
  margin-top: 32px;
}

.brand-logo a {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: none;
}

.brand-logo a:hover,
.brand-logo a:focus {
  color: rgba(0, 0, 0, 0.9) !important;
  text-decoration: none;
}

.brand-logo a i {
  color: #fa7e0a;
  font-size: 30px;
}

.brand-logo span {
  display: inline;
  color: #fa7e0a;
  font-weight: 700;
  letter-spacing: 3px;
}

/*Navbar Styles*/

.menu-wrap {
  position: relative;
  z-index: 2;
  float: right;
}

/*Superfish Styles Override*/
.sf-meun-custom {
  margin: 0;
}

.sf-meun-custom li {
  background: transparent !important;
}

.sf-meun-custom li a {
  border: none;
  padding: 40px 16px;
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
}

.sf-meun-custom li.sfHover,
.sf-meun-custom li a:hover,
.sf-meun-custom li a.active {
  background-color: #e6e6e6 !important;
}

.sf-meun-custom ul {
  padding: 10px 8px;
  background: #fff;
  left: 0;
  min-width: 210px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.sf-meun-custom li ul li a {
  padding: 5px 0;
  padding-left: 15px;
  text-transform: none;
}

.sf-meun-custom li ul li a:hover,
.sf-meun-custom li ul li.sfHover,
.sf-meun-custom li ul li.sfHover > a {
  color: #fa7e0a !important;
  background: none !important;
}

.sf-arrows .sf-with-ul {
  padding-right: 32px;
}

.sf-meun-custom > li > .sf-with-ul:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f078";
  text-shadow: none;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 38%;
  right: 20%;
  border: none;
}

.sf-meun-custom > li > ul li > .sf-with-ul:after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f054";
  text-shadow: none;
  color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 35%;
  border: none;
}

/*Navbar Styles Mobile View*/

.offcanvas-menu-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  height: auto !important;
}

.offcanvas-menu-wrap ul {
  padding: 0;
  margin: 0;
}

.offcanvas-menu-wrap ul li {
  margin-bottom: 10px;
  list-style: none;
}

.offcanvas-menu-wrap ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}

.offcanvas-menu-wrap ul li a:hover,
.offcanvas-menu-wrap ul li a.active {
  color: #fa7e0a;
}

.offcanvas-menu-wrap ul li > ul {
  margin-top: 10px;
  padding-left: 20px;
  display: block !important;
}

@media screen and (max-width: 992px) {
  .header-section {
    padding: 40px 0;
  }

  #nav-toggle {
    display: block;
  }

  .brand-logo {
    margin-top: 0;
  }

  .menu-wrap {
    display: none;
  }
}

/*------------------------------------------------------------------
    [Flex Slider Styles]
------------------------------------------------------------------*/

#fh5co-hero {
  min-height: 700px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}

#flexsliderdiv .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
  overflow: hidden;
}

#flexsliderdiv .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px !important;
}

#flexsliderdiv .flexslider .slides .overlay-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

#flexsliderdiv .flexslider .flex-control-nav {
  bottom: 0;
  z-index: 1000;
  /*display: none;*/
}

/*#flexsliderdiv .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#flexsliderdiv .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}*/

#flexsliderdiv .flexslider .flex-direction-nav a {
  text-shadow: none;
}

#flexsliderdiv .flexslider .flex-direction-nav a:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f053";
  text-shadow: none;
}

#flexsliderdiv .flexslider .flex-direction-nav a.flex-next:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
  text-shadow: none;
}

#flexsliderdiv .flexslider .inner-slider-div {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

#flexsliderdiv .flexslider .inner-slider-div .slider-text {
  padding: 2em;
  background: rgba(0, 0, 0, 0.6);
}

#flexsliderdiv .flexslider .inner-slider-div .slider-text h2 {
  font-size: 30px;
  font-weight: 300;
  color: #f8f9fa;
  line-height: 40px;
}

#flexsliderdiv .flexslider .inner-slider-div .slider-text a {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border: 1px solid #f8f9fa;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 3px;
  transition: 0.5s all;
  text-decoration: none;
}

#flexsliderdiv .flexslider .inner-slider-div .slider-text a:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/*Single Image Slider Styles*/

#flexsliderdiv .flexslider .single-img-slider-div{
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -50px;
  color: #fff;
  text-align: center;
}

#flexsliderdiv .flexslider .single-img-slider-div p {
  font-size: 20px;
}

#flexsliderdiv .flexslider .single-img-slider-div a {
  color: #fa7e0a;
}

/*------------------------------------------------------------------
    [Project Styles]
------------------------------------------------------------------*/

.project-section {
  float: left;
  width: 100%;
  display: block;
}

.project-section .grid-project-section {
  width: 33.333333333%;
  float: left;
  position: relative;
  overflow: hidden;
  height: 280px;
}

.project-section .grid-project-section > a > img {
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -ms-transform: scale(1.0);
  -o-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  min-width: 100%;
  min-height: 100%;
}

.project-section .grid-project-section .desc {
  position: absolute;
  top: 50%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.project-section .grid-project-section .desc h2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-weight: 400;
  font-size: 24px;
}

.project-section .grid-project-section:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  z-index: 9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.project-section .grid-project-section:hover:after,
.project-section .grid-project-section:focus:after {
  background: rgba(0, 0, 0, 0.2);
}

.project-section .grid-project-section:hover > a > img,
.project-section .grid-project-section:focus > a > img {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}

@media screen and (max-width: 992px) {
  .project-section .grid-project-section {
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .project-section .grid-project-section {
    width: 100%;
    height: 400px;
  }
}

/*------------------------------------------------------------------
    [Footer Styles]
------------------------------------------------------------------*/

.footer {
  width: 100%;
  float: left;
  background: #222831;
  padding: 75px 0 40px;
  font-size: 18px;
}

.footer p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
}

.footer .section-title {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.footer .float {
  float: left;
  margin-right: 10%;
}

.footer ul {
  padding: 0;
  margin: 0;
}

.footer ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.3);
}

.footer ul li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none !important;
}

.footer ul li a:hover {
  color: #fff;
}

.footer .contact-info li {
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}

.footer .contact-info li i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .contact-info li a {
  color: rgba(255, 255, 255, 0.5);
}

.footer .contact-form .form-group input[type="name"]::-webkit-input-placeholder,
.footer .contact-form .form-group input[type="text"]::-webkit-input-placeholder,
.footer .contact-form .form-group input[type="email"]::-webkit-input-placeholder,
.footer .contact-form .form-group textarea::-webkit-input-placeholder,
.footer .contact-form .form-group input[type="name"]::-moz-placeholder,
.footer .contact-form .form-group input[type="text"]::-moz-placeholder,
.footer .contact-form .form-group input[type="email"]::-moz-placeholder,
.footer .contact-form .form-group textarea::-moz-placeholder,
.footer .contact-form .form-group input[type="name"]:-ms-input-placeholder,
.footer .contact-form .form-group input[type="text"]:-ms-input-placeholder,
.footer .contact-form .form-group input[type="email"]:-ms-input-placeholder,
.footer .contact-form .form-group textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.footer .contact-form .form-group input,
.footer .contact-form .form-group textarea {
  color: rgba(255, 255, 255, 0.5);
  border: none;
  background: rgba(0, 0, 0, 0.2);
}

.footer .contact-form .form-group input:focus,
.footer .contact-form .form-group textarea:focus {
  box-shadow: 0 0 9px rgba(0, 123, 255, 0.25);
}

.footer .copy-right {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 48px;
  margin-top: 48px
}

.footer .copy-right > div {
  margin: 0 auto;
}

.footer .copy-right p {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}

.footer .copy-right p a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-social-icons > a {
  padding: 0 10px;
  color: #fa7e0a;
  transition: 0.5s all;
  font-size: 22px;
}

.footer-social-icons > a:hover {
  text-decoration: none;
  color: #fa7e0a !important;
}

/*------------------------------------------------------------------
    [Work Styles]
------------------------------------------------------------------*/

.work-section, .services-section,
.team-section, .contact-section {
  padding: 100px 0;
}

.grid-project-img-a {
  height: 220px;
  position: relative;
  display: block;
  margin-bottom: 15px;
  transition: 0.5s all;
  overflow: hidden;
}

.grid-project-img-a .overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.5s all;
}

.grid-project-img-a:hover .overlay-gradient {
  background: rgba(0, 0, 0, 0.2);
}

.grid-project-img-a img {
  min-height: 100%;
  min-width: 100%;
  transition: 0.5s all;
}

.grid-project-img-a:hover img {
  transform: scale(1.15);
}

.grid-project-heading {
  color: #000;
  display: inline-block;
  transition: 0.5s all;
}

.grid-project-heading:hover {
  color: #fa7e0a;
  text-decoration: none;
}

.grid-project-heading h3 {
  margin: 0;
}

.grid-project-span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  .grid-project-img-a {
    height: 280px;
  }
}

@media screen and (max-width: 425px) {
  .grid-project-img-a {
    height: 220px;
  }
}

/*------------------------------------------------------------------
    [Service Styles]
------------------------------------------------------------------*/

.services-inner img {
  width: 100px;
  margin-bottom: 40px;
}

/*------------------------------------------------------------------
    [About Styles]
------------------------------------------------------------------*/

.staff img {
  height: 400px;
  min-width: 100%;
}

.staff .social {
  padding: 0;
  margin: 0;
  text-align: center;
}

.staff .social li {
  list-style: none;
  display: inline-block;
  zoom: 1;
}

.staff .social li a {
  font-size: 22px;
  color: #fa7e0a;
  padding: 0 3px;
}

.staff .social li a:hover {
  color: #fa7e0a;
}

.staff .social li a:hover,
.staff .social li a:active,
.staff .social li a:focus {
  outline: none;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .staff img {
    height: auto;
  }
}

/*------------------------------------------------------------------
    [Contact Styles]
------------------------------------------------------------------*/

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.contact-section .contact-info {
  margin: 0;
  padding: 0;
}

.contact-section .contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}

.contact-section .contact-info li a {
  color: rgba(0, 0, 0, 0.8);
}

.contact-section .contact-info li i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.5);
}

.contact-section .form-control:focus,
.contact-section .form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.2);
}

