
@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
html.fh5co-overflow, body.fh5co-overflow {
  overflow-x: auto;
}
html.fh5co-overflow #fh5co-header-section, html.fh5co-overflow #fh5co-main, html.fh5co-overflow #fh5co-hero, html.fh5co-overflow #fh5co-mobile-menu, html.fh5co-overflow #fh5co-footer, body.fh5co-overflow #fh5co-header-section, body.fh5co-overflow #fh5co-main, body.fh5co-overflow #fh5co-hero, body.fh5co-overflow #fh5co-mobile-menu, body.fh5co-overflow #fh5co-footer {
  -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;
}

body {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
  color: #8b969c;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #90d7ea;
}

::-moz-selection {
  color: #ffffff;
  background: #90d7ea;
}

::selection {
  color: #ffffff;
  background: #90d7ea;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #90d7ea;
  border-bottom: 1px solid #ccc;
}
a:hover, a:focus, a:active {
  color: #50c0de;
}
a:hover, a:focus, a:active {
  outline: none;
  color: #2e2e2e;
  text-decoration: none;
  border-bottom: 1px solid #90d7ea;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #000000;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

ul, ol, p {
  margin: 0 0 20px 0;
}

.fh5co-serif {
  font-family: "Crimson Text", serif;
}

.fh5co-sans-serif {
  font-family: "Lato", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* Header */
#fh5co-header-section {
  position: fixed;
  /*background:rgba(170,170,170,.4);*/
  top: 0;
  padding:0 0 18px;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 103;
}

#fh5co-menu-logo {
  clear: both;
}

#fh5co-quick-contacts {
  float: right;
  width: 100%;
  text-align: right;
  margin-top: 2em;
}
#fh5co-quick-contacts .sep {
  padding: 0 .5em;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-quick-contacts a {
  font-size: 14px;
  padding: 20px 10px;
  color: white;
}
#fh5co-quick-contacts a > i {
  margin-right: 10px;
  margin-top: 5px;
  color: white;
}
#fh5co-quick-contacts a:hover {
  color: white;
}

#fh5co-logo {
  font-size: 20px;
  margin: .9em 0 0 0;
  padding: 0;
  font-weight: 700;
}
#fh5co-logo a {
  border-bottom: none !important;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#fh5co-logo a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  #fh5co-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

.sf-menu a {
  color: rgba(0, 0, 0, 0.8);
  color: #438192;
  padding: .75em 1em;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 13px;
  border-bottom: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

.fh5co-special a {
  padding: 0px !important;
  margin-top: 20px;
  background: #f86942;
  padding-left: 20px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  padding-right: 20px !important;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#fh5co-menu-wrap {
  float: right;
  position: relative;
  margin-right: -20px;
}
#fh5co-menu-wrap .sf-menu a {
  padding: 2em;
}

#fh5co-primary-menu > li > ul li.active > a {
  color: #90d7ea !important;
}
#fh5co-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: #438192;
}
#fh5co-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-primary-menu .fh5co-sub-menu {
  padding: 7px 0 3px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#fh5co-primary-menu .fh5co-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #90d7ea;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  content: '';
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:before {
  top: 6px;
  right: 100%;
}

#fh5co-primary-menu .fh5co-sub-menu .fh5co-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#fh5co-primary-menu .fh5co-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
#fh5co-primary-menu .fh5co-sub-menu a:hover {
  color: #90d7ea !important;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #2e2e2e;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 3px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #ffffff;
  background: #ffffff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #ffffff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-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);
}

.fh5co-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);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  background: #e3040f;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

/* Mobile Menu */
#fh5co-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #181920;
  padding: 0.75em 1.25em;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
  list-style: none;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
  position: relative;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown::after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
  display: none;
  padding-left: 20px;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
  list-style: none;
}

#fh5co-logo-mobile-wrap {
  -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;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: #2b303b;
  color: #ccc;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#fh5co-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #ccc;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  #fh5co-content {
    margin-bottom: 4em;
  }
}

#fh5co-sidebar {
  font-size: 14px;
}
#fh5co-sidebar .sidebar-box {
  margin-bottom: 2em;
  float: left;
  width: 100%;
}
#fh5co-sidebar .sidebar-heading {
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #2e2e2e;
  position: relative;
  padding-top: 7px;
}
#fh5co-sidebar .sidebar-heading .border {
  width: 30px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebebeb;
}
#fh5co-sidebar .sidebar-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-sidebar .sidebar-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-hero {
 /* background-color: #90d7ea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;*/
  margin-bottom: 2em;
  float: left;
  width: 100%;
  height: 300px;
  display: table;
  position: relative;
  z-index: 20;
  color: #ffffff;
}
 #fh5co-hero1::before{ content: '';
  position: absolute;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 600px;
 background-image:url(../images/career_bg.jpg);
   background-attachment:fixed;
 background-size:cover;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);}

#fh5co-hero1{background-image:url(../images/career_bg.jpg);
	  height:491px;
	clear:both;

   background-size:cover;
   background-position:center;
  position: relative;
  background-attachment:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: center;
  justify-content: center;}
/*#fh5co-hero1{
  background-color: #90d7ea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  margin-bottom: 2em;
  float: left;
  width: 100%;
  height: 300px;
  display: table;
  position: relative;
  z-index: 20;
  color: #ffffff;
}*/
@media screen and (max-width: 768px) {
  #fh5co-hero {
    background-position: center center;
  }
}
/*#fh5co-hero:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -40px;
  overflow: visible;
  width: 100%;
  height: 750px;
  background: #90d7ea;
  z-index: -1;
  -webkit-transform: skewY(-3deg);
  -moz-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  -o-transform: skewY(-3deg);
  transform: skewY(-3deg);
  background-color: #90d7ea;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/hero6.jpg);
}*/
/*#fh5co-hero .fh5co-arrow {
  position: absolute;
  bottom: -70px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #ffffff;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #f86942;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}*/
#fh5co-hero .fh5co-arrow {
  background: #4b4a4a none repeat scroll 0 0;
  border-bottom: medium none !important;
  border-radius: 50%;
  bottom: -27px;
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  color: #ffffff;
  display: table;
  font-size: 24px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 60px;
  z-index: 99;
}
#fh5co-hero .fh5co-arrow1 {
  background: #4b4a4a none repeat scroll 0 0;
  border-bottom: medium none !important;
  border-radius: 50%;
  bottom: 113px;
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  color: #ffffff;
  display: table;
  font-size: 24px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 60px;
  z-index: 99;
}
#fh5co-hero .fh5co-arrow1 i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-hero .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-hero .fh5co-arrow:active, #fh5co-hero .fh5co-arrow:focus, #fh5co-hero .fh5co-arrow:hover {
  outline: none;
}
/*#fh5co-hero .fh5co-hero-wrap {
  padding-top: 15em;
  display: table;
  height: 600px;
  width: 100%;
}*/
#fh5co-hero .fh5co-hero-wrap {
  display: table;
  height: 1px;
  position: absolute;
  top: -500px;
  width: 100%;
}
#fh5co-hero1 .fh5co-hero-wrap {
  display: table;
  height: 1px;
  position: absolute;
  top: -500px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap {
    padding-top: 4em;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro {
  vertical-align: middle;
  text-align: left;
  color: #ffffff;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro a:hover {
  color: white;
  border-bottom: 1px solid white;
}
/*#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}*/
/*#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  margin-top: 100px;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
  width: 25%;
  padding: 47px;
}*/
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  margin-left: -30px;
  margin-top: 175px;
  padding: 103px 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
  width: 22%;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
    font-size: 30px;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
  letter-spacing: 4px;
  line-height: 1.5;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#fh5co-hero .fh5co-hero-wrap .btn {
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
}
#fh5co-hero .fh5co-hero-wrap .btn:hover, #fh5co-hero .fh5co-hero-wrap .btn:active, #fh5co-hero .fh5co-hero-wrap .btn:focus {
  background: #90d7ea;
  border-color: #90d7ea;
}

body.inner-page #fh5co-hero {
  height: 400px;
}
body.inner-page #fh5co-hero:after {
  height: 750px;
}
body.inner-page #fh5co-hero .fh5co-hero-wrap {
  padding-top: 15em;
}
@media screen and (max-width: 768px) {
  body.inner-page #fh5co-hero .fh5co-hero-wrap {
    padding-top: 4em;
  }
}

@media screen and (max-width: 768px) {
  #fh5co-hero, .fh5co-hero-wrap {
    position: relative;
    padding: 4em 0 3em 0;
    height: inherit !important;
  }
}

#fh5co-main {
  padding-top: 50px;
  position: relative;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10em;
}
@media screen and (max-width: 768px) {
  #fh5co-main {
    margin-top: 0px;
    padding-top: 20px;
    margin-bottom: 7em;
  }
}

@media screen and (max-width: 768px) {
  body.inner-page #fh5co-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

#fh5co-hero,
#fh5co-main,
#fh5co-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.fh5co-mobile-menu-visible #fh5co-hero,
body.fh5co-mobile-menu-visible #fh5co-main,
body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

#fh5co-works .fh5co-work-item figure {
  margin-bottom: 20px !important;
  float: left;
  width: 100%;
}
#fh5co-works .fh5co-work-item .heading {
  font-size: 17px;
  margin-bottom: 40px;
}
#fh5co-works .fh5co-work-item .fh5co-category {
  color: #ccc;
  font-size: 13px;
  margin-bottom: 0;
}

#fh5co-call-to-action {
  clear: both;
  display: block;
  padding: 3em 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  letter-spacing: 7px;
  text-transform: uppercase;
  background: transparent;
  font-size: 16px;
  color: #000000;
}
#fh5co-call-to-action:hover, #fh5co-call-to-action:focus, #fh5co-call-to-action:active {
  color: #ffffff;
  background: #f86942;
  border-top: 1px solid #f86942;
  border-bottom: 1px solid #f86942;
}

#fh5co-footer {
  clear: both;
  position: relative;
  padding: 7em 0 1em 0;
  background: #90d7ea;
  background: #E31F26;
  float: left;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
}
#fh5co-footer::before {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 350px;
  background: #90d7ea;
  background: #E31F26;
  z-index: 0;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}
#fh5co-footer .fh5co-arrow {
  position: absolute;
  top: -84px;
  left: 50%;
  margin-left: -30px;
  display: table;
  color: #ffffff !important;
  font-size: 24px;
  z-index: 99;
  text-decoration: none;
  width: 60px;
  height: 60px;
  background: #4b4a4a;
  border-bottom: none !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-footer .fh5co-arrow i {
  display: table-cell;
  vertical-align: middle;
}
#fh5co-footer .fh5co-arrow:active, #fh5co-footer .fh5co-arrow:focus, #fh5co-footer .fh5co-arrow:hover {
  outline: none;
  color: #ffffff !important;
}
#fh5co-footer .fh5co-copyright {
  margin-top: 5em;
}
#fh5co-footer .fh5co-footer-heading {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
  margin-bottom: 10px;
}
#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0 0 30px 0;
}
#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.quote {
  width: 80%;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 300;
  line-height: 38px;
}
.quote cite {
  margin-top: 20px;
  display: block;
  font-size: 20px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .quote {
    font-size: 20px;
    width: 100%;
  }
}

/* Helper Classes */
/* Spacer */
.fh5co-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.fh5co-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xlg {
    height: 70px;
  }
}

.fh5co-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-lg {
    height: 50px;
  }
}

.fh5co-spacer-md {
  height: 38px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-md {
    height: 30px;
  }
}

.fh5co-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-sm {
    height: 20px;
  }
}

.fh5co-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-spacer-xs {
    height: 20px;
  }
}

.fh5co-spacer-xxs {
  height: 20px;
}

.fh5co-letter-spacing {
  letter-spacing: 1px;
}

.fh5co-no-margin-bottom {
  margin-bottom: 0 !important;
}

.fh5co-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #ccc;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

.fh5co-section-heading .fh5co-lead {
  text-transform: uppercase;
  letter-spacing: 5px;
  position: relative;
}
.fh5co-section-heading .fh5co-lead > .fh5co-line {
  height: 2px;
  display: block;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  background: rgba(0, 0, 0, 0.3);
}
.fh5co-section-heading .fh5co-sub {
  font-size: 18px;
}

/* 
========================================

Components 

========================================
*/
/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.fh5co-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #f86942 !important;
  background: #f86942 !important;
  color: #ffffff;
}

.btn-primary {
  background: #90d7ea;
}

.btn-success {
  background: #00e195;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
  border: 2px solid #90d7ea;
}

.js .to-animate,
.js .feature-box,
.js .work-box,
.js .footer-box,
.js .animate-box {
  opacity: 0;
}

/* Features*/
#fh5co-features .fh5co-feature {
  margin-bottom: 30px;
}
#fh5co-features .fh5co-feature .heading {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
  color: #2e2e2e;
}
#fh5co-features .fh5co-feature-icon {
  margin: 0 auto 2em auto;
  text-align: center;
  border-radius: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-features .fh5co-feature-icon i {
  vertical-align: middle;
  font-size: 50px;
  color: #90d7ea;
}

/* Header */
.fh5co-header {
  text-align: center;
}
.fh5co-header .fh5co-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .fh5co-header .fh5co-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.fh5co-header .fh5co-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

/* Easy Rsponsive Tabs */
.fh5co-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #90d7ea;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.fh5co-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .fh5co-tab-menu-icon {
    margin-top: 7px;
  }
}

#fh5co-feature-slider .fh5co-item-slide-text {
  margin-top: 1em;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#fh5co-feature-slider .fh5co-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-feature-slider .fh5co-item-slide-text {
    margin-top: 0em;
  }
}

#fh5co-testimonial {
  padding: 10em 0;
  background: #000 url(../images/hero2.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial {
    padding: 3em 0;
  }
}
#fh5co-testimonial blockquote {
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial blockquote {
    width: 100%;
    font-size: 35px;
    line-height: 47px;
  }
}
#fh5co-testimonial blockquote p {
  text-align: center;
  color: #ffffff;
}
#fh5co-testimonial .fh5co-testimonial-author {
  font-size: 18px; color:e31f26;
}
#fh5co-testimonial .fh5co-uppercase-heading-sm {
  color: #ffffff;
}

/* Accordions */
.fh5co-accordion .panel-title > a {
  border-bottom: none !important;
}
.fh5co-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.fh5co-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.fh5co-accordion .panel-heading .accordion-toggle {
  color: #90d7ea;
}
.fh5co-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.fh5co-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #90d7ea;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.fh5co-social-icons {
  padding: 0; margin-top:4em;
}
.fh5co-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.fh5co-social-icons li a {
  height: 40px;
  width: 40px;
  border: 1px solid #ebebeb;
  display: table;
  text-align: center;
  color: #2e2e2e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-social-icons li a:hover {
  background: #4b4a4a;
  border: 1px solid #f86942 !important;
  color: #ffffff !important;
}
.fh5co-social-icons li i {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  color:#fff;
}

/* Pricing Tables */
@media screen and (max-width: 992px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .fh5co-pricing-table-1 .fh5co-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body,
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading {
  background: #90d7ea;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 sup, .fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-heading {
  background: #90d7ea;
  color: #ffffff;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item .fh5co-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.fh5co-pricing-table-1 .fh5co-pricing-table-item.fh5co-best-offer .fh5co-pricing-table-item-body {
  border: 2px solid #90d7ea;
  border-top: none;
}

/* Nav Links */
.fh5co-nav-links ul {
  padding: 0;
  margin: 0;
}
.fh5co-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.fh5co-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #90d7ea;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

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

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: #CCCCCCe31f26;
  border: 2px solid #e31f26;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #e31f26;
  border: 2px solid #e31f26;
}

/* Image Alignment */
img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.fh5co-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.fh5co-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.fh5co-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }


}
a > img.fh5co-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*# sourceMappingURL=style.css.map */


.overlay1 {
  /*background: rgba(0, 0, 0, 0) url("../images/bg_menu.jpg") repeat scroll 0 0;*/
  background:url(../images/bg1.jpg) no-repeat;
  background-size:cover;
  height: 0;
  left: 176px;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}

.overlay-content {
  float: left;
  margin-top: 30px;
  padding: 0 96px;
  position: relative;
  text-align: left;
  top: 25%;
  width: 37%;
}
.overlay-content a {
  color: #fff;
  display: block;
  font-size: 34px;
  text-decoration: none;
  border:none;
}
.overlay-content a.active{ color:#CE1F26;}
.overlay-content a:hover{ color:#CE1F26;}
.overlay-content1 {
  float: left;
  margin-top: 30px;
  padding: 0 56px;
  position: relative;
  text-align: left;
  top: 25%;
  width: 52%;
}
.head_text h2{ color:#fff;}
.head_text p{ color:#fff;}
.head_text h2 span{ color:#E31F26;}
/*.overlay1 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}*/

.overlay1 a:hover, .overlay a:focus {
    color: #E31F26;
}
.overlay1 .closebtn {
  font-size: 60px;
  position: absolute;
  right: 200px;
  top: 20px;
  color:#fff;
}
.menu_nav {
	width:76px;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 103px;
  top: 29px;
  color:#fff;
}
.overlay-desc {
   background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
h1,h2{ margin:0;}
/*-------------------------------loader----------------------------*/
#loader {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background-color: #990000;*/
    background-color: #fff;
    transition: border 0.5s cubic-bezier(0, 0, 0.19, 1), opacity 0.8s;
    -webkit-transition: border 0.5s cubic-bezier(0, 0, 0.19, 1), opacity 0.8s;
    -moz-transition: border 0.5s cubic-bezier(0, 0, 0.19, 1), opacity 0.8s;
    -ms-transition: border 0.5s cubic-bezier(0, 0, 0.19, 1), opacity 0.8s;
}

#loader.load-border {
    border: 25px solid #fff;
}

#loader.hideup {
    opacity: 0;
}
#load-rotator {
    /*background-color: #990000;*/
    background-color: transparent;
    max-width: 524px;
    width: 100%;
    height: 240px;
    position: absolute;
    top: 60%;
    left: 43%;
    margin-top: -180px;
    margin-left: -180px;
    perspective: 1200px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
}

#load-rotator img {
    /*background-color: #990000;*/
    background-color: #fff;
    position: absolute;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
width:100%;
}
.welcome{ margin-bottom:38px; color:#e31f26; font-size:37px;}
.welcome_text{ margin-bottom:110px; font-weight:300;}
.recent_works .col-xs-12.col-sm-4.col-md-3{ padding:0;}
.recent_works .col-xs-12.col-lg-6.col-md-6{ padding:0;}
/*.recent_works .col-xs-12.col-lg-6.col-md-6 img{ width:100%;}*/
.tab_image{ width:100%;}
.tab_image > img {width: 100%;height: 398px;}
#fh5co-works .recent_works{ margin-bottom:40px;}
.recent_text{ background:#3b3b3b; padding:46px 28px;}
.recent_text:hover{ background:#E31F26;}
.recent_text1{ background:#e31f26; padding:46px 28px;}
.recent_text1:hover{background:#3b3b3b;}
.recent_text h2{ color:#fff; font-size:16px; text-transform:uppercase;}
.recent_image {overflow: hidden;}
.recent{background:url(../images/1.jpg) ;display: block;filter: grayscale(1);transition: all 0.5s ease-in 0s; height:252px; background-size:cover;}
.recent:hover{ filter:grayscale(0);}
.recent1{background:url(../images/2.jpg) ;display: block;filter: grayscale(1);transition: all 0.5s ease-in 0s; height:252px; background-size:cover;}
.recent1:hover{ filter:grayscale(0);}
.recent2{background:url(../images/3.jpg) ;display: block;filter: grayscale(1);transition: all 0.5s ease-in 0s; height:252px;  background-size:cover;}
.recent2:hover{ filter:grayscale(0);}	
.recent3{background:url(../images/4.jpg) ;display: block;filter: grayscale(1);transition: all 0.5s ease-in 0s; height:252px; background-size:cover;}
.recent3:hover{ filter:grayscale(0);}
.abt_img img{filter: grayscale(1);transition: all 0.5s ease-in 0s; width:100%;}	
.abt_img img:hover{ filter:grayscale(0);}
.contact_img img{filter: grayscale(0);transition: all 0.5s ease-in 0s; width:100%;}	
/*.contact_img img:hover{ filter:grayscale(0);}*/

.box img{filter: grayscale(1);transition: all 0.5s ease-in 0s; width:100%;}
.box:hover img{ filter:grayscale(0);}
.recent_image img {
  width: 100%;
}
.recent_image >a img {width: 100%;transition: all 0.5s ease-in 0s;filter: grayscale(1); /*height:252px;*/ color:#000; }
.recent_image > a img:hover{/*transform: scale(1.2);*/filter: grayscale(0);}
.recent_text{transition: all 0.3s ease-in 0s;}
.recent_text p{ color:#fff;}
.recent_text1 h2{ color:#fff; font-size:16px; text-transform:uppercase;}
.recent_text1 p{ color:#fff;}
.video1{ padding-bottom:50% !important;}
.video2{ padding-bottom:36% !important;}
h4 {
  color: #ffffff;
  font-size: 40px;
  font-weight: normal;
  margin-left: -30px;
  margin-top: -7px;
  padding: 0;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
  width: 22%;
}


.testimonials {
 /* background: url(../images/background.jpg) ;*/
  clear: both;
  float: left;
  font-size: 13px;
  line-height: 20px;
  padding: 5em 0 1em;
  position: relative;
  width: 100%;
  margin-top:200px;
}
.testimonials::before {
  background: url(../images/background.jpg);
  content: "";
  height: 683px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -4em;
  transform: skewY(-3deg);
  width: 100%;
  z-index: -1;
  background-size: cover;
}
.test_text{ color:#e31f26; font-size:37px;}
.test_name{ color:#e31f26;}
/*.newsletter_full {
 
  width: 80%;
}*/
.news_text {
  margin-bottom: 20px;
  margin-top: 6px;
}
.news_text > h3 {
  font-size: 37px;
  font-weight: 700;
  margin: 0;
  color:#fff;
}
.btn_name {
  background: #3b3b3b;
  border: 1px solid #fff;
  color: #fff;
  padding: 7px;
  width: 17%;
}
.btn_name:hover{ background:#fff; color:#3b3b3b;}
.para {
  width:80%;
  color:#535453;
  font-size:16px;
  padding-bottom:24px;
}
.para span{display: block;font-size: 18px;padding: 7px; color:#fff;}
.text_inp {
  background:none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 2px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 51px;
  line-height: 1.42857;
   padding: 21px 12px 0 9px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.text_inp:focus{  border-bottom: 2px solid #fff;outline: medium none;transition: all 0.3s ease-in-out 0s;}
.form-group {float: left;margin:26px 15px;width: 47%;}
.form-group1 {float: left;margin: 0 7px 15px 0;width: 95%;}
.text_inp1 {
  background:none;
  border-bottom:2px solid #fff;
  border-image: none;
  border-style: none none solid;
 
  color: #fff;
  display: block;
  font-size: 14px;
  height: 40px;
  margin-bottom:20px;
  line-height: 1.42857;
   padding: 13px 12px 0 9px;
 transition: all 0.3s ease-in-out 0s;
  width: 100%;
}
.copy_right{ color:#fff;}
.rotation {
  display: table;
  font-size: 61px;
  height: 1px;
  left: 311px;
  position: absolute;
  top: -440px;
}
.overlay-desc2 {
	background-image:url(../images/office_bg.jpg);
	  height:491px;
	clear:both;

   background-size:cover;
   background-position:center;
  position: absolute;
  background-attachment:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: center;
  justify-content: center;
}
.overlay-desc2:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 600px;
 background-image:url(../images/office_bg.jpg);
   background-attachment:fixed;
 background-size:cover;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h3 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.5;
  padding-bottom: 0px;
  position: relative;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  width: 57%;
}
#fh5co-hero1 .fh5co-hero-wrap .fh5co-hero-intro > h3 {
  color: #ffffff;
  font-size: 30px;
  letter-spacing: 4px;
  line-height: 1.5;
  padding-bottom: 0px;
  position: relative;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.08);
  text-transform: uppercase;
  width: 57%;
}
.overlay-desc4 {
	background-image:url(../images/service_bg.jpg);
	  height:491px;
	clear:both;
   background-size:cover;
   background-position:center;
  position: absolute;
  background-attachment:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: center;
  justify-content: center;
}
.overlay-desc4:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 600px;
 background-image:url(../images/service_bg.jpg);
   background-attachment:fixed;
 background-size:cover;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}
.overlay-desc3 {
	background-image:url(../images/career_bg.jpg);
	  height:491px;
	clear:both;

   background-size:cover;
   background-position:center;
  position: absolute;
  background-attachment:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: center;
  justify-content: center;
}
.overlay-desc3:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 600px;
 background-image:url(../images/career_bg.jpg);
   background-attachment:fixed;
 background-size:cover;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}
.overlay-desc1 {
	background-image:url(../images/image.jpg);
	  height:491px;
	clear:both;

   background-size:cover;
   background-position:center;
  position: absolute;
  background-attachment:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: center;
  justify-content: center;
}
.overlay-desc1:before {
  content: '';
  position: absolute;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 600px;
 background-image:url(../images/image.jpg);
   background-attachment:fixed;
 background-size:cover;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

#fh5co-hero2 {
  float: left;
  width: 100%;
  height: 300px;
  display: table;
  z-index: 0;
  color: #000;
}
#fh5co-hero2 .fh5co-hero-wrap {
  display: table;
  height: 1px;
  left: 10px;
  position: absolute;
  top: -254px;
  width: 100%;
}
.solution_heading{padding: 30px 0;}
.solution_heading2{padding: 72px 0;}

.solution_heading > h2 {font-size: 45px; margin-bottom:25px; font-weight:600; color:#E31F26;}
.solution_heading p {font-size: 18px;font-weight: 500;line-height: 31px;width: 93%;}
.solution_heading1{ margin-top:40px;padding: 80px 46px;}
.solution_heading1 > h2 {font-size: 43px; margin-bottom:25px; font-weight:600; color:#E31F26;}
.solution_heading2 h2{font-size: 43px; margin-bottom:25px; font-weight:600; color:#858585;}
.solution_heading1 p {font-size: 18px;font-weight: 500;line-height: 31px;width: 93%;}
/*.social_btm{ float:right;}*/ 
section#talk {
    float: left;
    width: 100%;
    height: 650px;
    min-height: 480px;
    overflow: visible;
    position: relative;
    z-index: 100;
}

.half-width {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.half-width img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.talk-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
    color: #7f7f7f;
    padding: 0 75px;
}

.text-right {
    text-align: right;
}

.left-pos {
    left: 0;
}

.big-h {
    margin: 0;
    font-size: 60px;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
	color:#fff;
}

#talk-sx {
    background-color: rgba(0, 0, 0, 1);
}

#talk-dx {
    background-color: #fff;
}

.talk-content span {
    font-weight: 800;
    text-transform: uppercase;
    height: 18px;
    display: block;
    font-size: 11px;
    letter-spacing: 1.1px;
    transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -ms-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -moz-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
}

.talk-content .p {
    display: block;
    height: 70px;
    font-size: 18px;
    margin: 0;
    margin-top: 25px;
    transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
    -ms-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
    -moz-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
	color:#fff;
}

.opa {
    opacity: 0.7 !important;
}
#wallpaper {
    pointer-events: none !important;
}
    #talk-sx:hover img, #talk-dx:hover img {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
    }

    #talk-sx:hover .talk-content .p, #talk-sx:hover .talk-content span {
        transform: translateX(400px);
        -webkit-transform: translateX(400px);
        -ms-transform: translateX(400px);
    }

    #talk-dx:hover .talk-content .p, #talk-dx:hover .talk-content span {
        transform: translateX(-400px);
        -webkit-transform: translateX(-400px);
        -ms-transform: translateX(-400px);
    }
.container1{ width:100%;}

#example-5 .form-item-block {
  overflow: hidden;
}

#example-5.form-container label,
#example-5.form-container input,
#example-5.form-container textarea {
  -moz-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

#example-5.form-container input:focus,
#example-5.form-container input.active,
#example-5.form-container textarea:focus,
#example-5.form-container textarea.active {
  background-color: none;
  outline:none;
}

#example-5.form-container input:focus + label,
#example-5.form-container input.active + label,
#example-5.form-container textarea:focus + label,
#example-5.form-container textarea.active + label {
  left: -30%;
}
.form-item-block {
  float: left;
  margin: 0 7px;
  position: relative;
  width: 41%;
}
.form-item-block1 {
  position: relative;
  margin-bottom: 25px;
}
.form-container form input, 
.form-container form textarea {
  background:none;
  border-image: none;
  border-style: none none solid;
  border-width: medium medium 2px;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 51px;
  line-height: 1.42857;
   padding: 21px 12px 0 9px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.form-container form label {
  position: absolute;
  top: 1px;
  left: 1px;
  font-weight: 700;
  margin-bottom: 0px;
  background: transparent;
}

.form-container form label:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.form-container form label span {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 20px;
  color:#fff;
}


.form-container form textarea {
  height: 68px;
  line-height: 24px;
}

.form-container form textarea + label {
  line-height: 24px;
  padding: 20px 0px;
}

.form-container form input + label {
  height: calc(100% - 2px);
}

.form-container form button {
  background: #3b3b3b none repeat scroll 0 0;
  border: 1px solid #fff;
  bottom: -40px;
  color: #fff;
  left: 32px;
  padding: 7px;
  position: absolute;
  width: 17%;
}
.form-container form button:hover {
  background: #fff none repeat scroll 0 0;
  color: #3b3b3b;
}

.form-container .btnAction {
  background: #3b3b3b none repeat scroll 0 0;
  border: 1px solid #fff;
  bottom: -40px;
  color: #fff;
  left: 32px;
  padding: 7px;
  position: absolute;
  width: 17%;
  height: 41px;
}
.form-container .btnAction:hover {
  background: #fff none repeat scroll 0 0;
  color: #3b3b3b;
}


#example-5 > div {
  bottom: -29px;
  color: #fff;
  left: 230px;
  position: absolute;
  width: 50%;
}

.bottom_ft{ margin-top:50px;}
.bottom_ft1{ margin-top:300px;}
.anchor{ color:#E31F26;}
figure{
  width: 100%;
  height: 414px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 5px solid #fff;
  box-shadow: 0 0 5px #ddd;
  margin: 1em;
}
figure img{ width:100%;}
figcaption{
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: table;
}

figcaption div{
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 20px;
  opacity: 0;
  color: #fff;
  text-transform: uppercase;
}
figcaption div span{ text-decoration:underline; font-size:24px;}
figcaption div:after{
  position: absolute;
  content: "";
  left: 0; right: 0;
  bottom: 40%;
  text-align: center;
  margin: auto;
  width: 0%;
  height: 2px;
}

figure img{
  -webkit-transition: all 0.5s linear;
          transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

figure:hover figcaption{
 background: rgba(0,0,0,0.8);
}

figcaption:hover div{
  opacity: 1;
  top: 0;
}

figcaption:hover div:after{
  width: 50%;
}

figure:hover img{
  -webkit-transform: scale3d(1.2, 1.2, 1);
          transform: scale3d(1.2, 1.2, 1);
}


.contact{ padding:0;}
.contact1{ /*background:#F3F3F3 ;*/ background-image:url(../images/officebg.png); background-size:cover; padding:34px 0;}	/*  height:491px;
	clear:both;

   background-size:cover;
   background-position:center;
  position: absolute;
  background-attachment:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  align-items: center;
  justify-content: center;
}
.contact1::before{  content: '';
  position: absolute;
  background:#F3F3F3 ;
  left: 0;
  top: -4em;
  overflow: hidden;
  width: 100%;
  height: 600px;
   background-attachment:fixed;
 background-size:cover;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}*/
.box .col-lg-6.col-md-6.col-sm-6 {
  padding: 0;
}
.name {display: block;margin-bottom: 16px;}
.exp {width: 100%;}
@media only screen and (max-width: 479px) {
.abt_img {margin-bottom: 20px;}	
.welcome {font-size: 32px;}	
.tab_image > img {width: 100%; height:unset;}
.testimonials::before {height: 629px;}
.news_text > h3 {font-size: 28px;}
.form-item-block {width: 100%;}
.bottom_ft1 {margin-top: 416px;}
.form-container .btnAction {bottom: -366px;width: 81%;}
.rotation {left: 14px !important;top: -134px !important; font-size:26px;}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {margin-left: 0;padding: 0 !important; margin-top:162px;width: 83%;}
#fh5co-hero .fh5co-arrow1 {bottom: -29px;}
.overlay-desc1:before {background-image:none;}
.overlay-desc1 {height: auto;}
.overlay-desc4:before {background-image:none;}
.overlay-desc4 {height: auto;;}
.overlay-desc2:before {background-image:none;}
.overlay-desc2 {height: auto;}
.overlay-desc3:before {background-image:none;}
.overlay-desc3 {height: auto;}
.solution_heading1 {
  margin-top: 40px;
  padding: 8px 13px;
}
.solution_heading {
  padding: 30px 18px;
}
#example-5.form-container input:focus + label,
#example-5.form-container input.active + label,
#example-5.form-container textarea:focus + label,
#example-5.form-container textarea.active + label {
  left: -50%;
}
  .overlay-content {
  float: left;
  margin-top: 10px;
  padding: 0 50px;
  position: relative;
  text-align: left;
  top: 0;
  width: 92%;
}
#fh5co-hero .fh5co-hero-wrap {
  top: -327px;
}
a.closebtn{ display:none !important;}
#fh5co-hero .fh5co-hero-wrap {
  display: table;
  height: 1px;
  left: 10px;
  position: absolute;
  top: -254px;
  width: 100%;
}
#fh5co-logo-mobile img {
  margin-left: 96px;
  width:40% !important;
}
.recent_image > img {
  width: 100%;
}
.newsletter_full { margin:0; width: 100%;}
.para {width: 100%;}
.btn_name {width: 45%;}
.social_btm { float:none;}
.overlay-content {width: 100%;padding: 0 5px;}
.overlay-content a {font-size: 24px;}
.overlay-content1 {width: 100%; padding:0;}
#example-5 > div {
  bottom: -410px;
  left: 0;
  width: 100%;
}
}
@media only screen and (max-width: 767px){
.recent_text {padding: 32px 24px;}
.recent_text1 {padding: 32px 28px;}
#fh5co-logo-mobile img {margin-left: 96px;width: 24% ;}
.rotation {font-size: 26px;left: 108px;top: -163px;}
.abt_img {margin-bottom: 20px;}
.welcome {font-size: 32px;}	
.tab_image > img {width: 100%; height:unset;}
.testimonials::before {height: 629px;}
.news_text > h3 {font-size: 28px;}
.form-item-block {width: 100%;}
.bottom_ft1 {margin-top: 416px;}
.form-container .btnAction {bottom: -366px;width: 81%;}
.overlay-desc1:before {background-image:none;}
.overlay-desc1 {height: auto;}
.overlay-desc2:before {background-image:none;}
.overlay-desc2{height: auto;}
.overlay-desc3:before {background-image:none;height:0;}
.overlay-desc3 {height: auto;}
#fh5co-main {margin-top: 54px;}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {margin-left: 0;padding: 245px 0 0;width: 83%;}
#fh5co-hero .fh5co-arrow1 {bottom: -29px;}
.overlay-desc4:before {background-image:none;}
.overlay-desc4 {height: auto;}
.overlay-content {padding: 0 6px;top: 25%;width: 83%;}
#example-5 > div {
  bottom: -410px;
  left: 0;
  width: 100%;
}



	}

@media only screen and (min-width: 768px) and (max-width: 979px) {
	#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {margin-left: 0;padding: 293px 0 0;width: 83%;}
#fh5co-hero .fh5co-arrow1 {bottom: -62px;}
#fh5co-logo-mobile img {margin-left: 96px;width: 22%;}
.solution_heading > h2 {font-size: 31px;margin-bottom: 1px;}
.solution_heading p {font-size: 15px;line-height: 21px;width: 100%;}
.solution_heading1 {margin-top: 4px;padding: 46px 0;}
.solution_heading1 > h2 {font-size: 31px;margin-bottom: 1px;}
.solution_heading1 p {font-size: 15px;line-height: 21px;width: 100%;}
.overlay-desc3::before {height: 504px;}
.overlay-desc3 {height: 419px;}
a.closebtn{ display:none !important;}
  .overlay-content {
  float: left;
  margin-top: 10px;
  padding: 0 17px;
  position: relative;
  text-align: left;
  top: 0;
  width: 92%;
}
.rotation {left: 54px;top: -290px;}
.solution_heading1 {
  margin-top: 4px;
  padding: 46px 13px;
}
.solution_heading {
  padding: 30px 13px;
}
	}

@media only screen and (min-width: 980px) and (max-width: 1200px) {
	#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {margin-left: 0;padding: 293px 0 0;width: 83%;}
#fh5co-hero .fh5co-arrow1 {bottom: -45px;}
.tab_image > img {height: 336px !important;}
.solution_heading1 {
  margin-top: 40px;
  padding: 10px 0;
}
h4 {
  margin-top: 107px;
}
.solution_heading1 {
  margin-top: 4px;
  padding: 46px 13px;
}
.solution_heading {
  padding: 30px 13px;
}

}










