@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 80%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}

.offcanvas #page {
  overflow: hidden;
  position: absolute;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #0099e5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0099e5;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
  color: #000;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #0099e5;
}

::-moz-selection {
  color: #fff;
  background: #0099e5;
}

::selection {
  color: #fff;
  background: #0099e5;
}

.fh5co-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}

.fh5co-nav .top-menu {
  padding: 1px 0;
  /* border-bottom: 1px solid #c2c2c2; */
  box-shadow: 2px 4px 10px rgba(0, 0, 0, .2)
}

.fh5co-nav .top {
  background: #0099e5;

  margin-bottom: 0;
}

.fh5co-nav .top .num,
.fh5co-nav .top .fh5co-social {
  display: inline-block;
  margin: 0;
}

.fh5co-nav .top .num {
  font-size: 13px;
  padding-right: 20px;
  margin-right: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 0px;
  color: rgba(255, 255, 255, 0.7);
}

.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
}

.fh5co-nav .top .fh5co-social li a {
  padding: 0 7px;
}

.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

.fh5co-nav #fh5co-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}

.fh5co-nav #fh5co-logo a span {
  color: #0099e5;
}

.fh5co-nav a {
  padding: 5px 10px;
  color: #000;
}

@media screen and (max-width: 991px) {
  .fh5co-nav .menu-1 {
    display: none;
  }

  .top-button {
    display: none;
  }
}

.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}

.fh5co-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.fh5co-nav ul li a {
  font-size: 13px;
  padding: 26px 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;

}

.fh5co-nav ul li a:hover,
.fh5co-nav ul li a:focus,
.fh5co-nav ul li a:active {
  color: #0099e5 !important;
}

.fh5co-nav ul li.has-dropdown {
  position: relative;
}

.fh5co-nav ul li.has-dropdown .dropdown {
  width: 140px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #0099e5;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #0099e5;
  border-width: 8px;
  margin-left: -8px;
}

.fh5co-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #f2f2f2;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
}

.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}

.fh5co-nav ul li.has-dropdown:hover a,
.fh5co-nav ul li.has-dropdown:focus a {
  color: #0099e5;
}

.fh5co-nav ul li.btn-cta a {
  color: #fff;
}

.fh5co-nav ul li.btn-cta a span {
  background: #0099e5;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}

.fh5co-nav ul li.active>a {
  color: #0099e5 !important;
}

#fh5co-header,
#fh5co-counter,
.fh5co-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.fh5co-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}

.fh5co-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 153, 229, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-video {
  overflow: hidden;
}

.crt-align p,
.crt-align ul {
  padding: 0px 15px;
}

@media screen and (max-width: 992px) {
  .fh5co-video {
    height: 450px;
  }
}

.fh5co-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.fh5co-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

.fh5co-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.fh5co-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.fh5co-video:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.fh5co-cover {
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}

.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}

.fh5co-cover>.fh5co-container {
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fh5co-cover {
    height: 600px;
  }
}

.fh5co-cover .display-t,
.fh5co-cover .display-tc {
  z-index: 9;
  height: 700px;
  display: table;
  width: 100%;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {

  .fh5co-cover .display-t,
  .fh5co-cover .display-tc {
    height: 400px;
  }
}

.fh5co-cover.fh5co-cover-sm {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .fh5co-cover.fh5co-cover-sm {
    height: 400px;
  }
}

.fh5co-cover.fh5co-cover-sm .display-t,
.fh5co-cover.fh5co-cover-sm .display-tc {
  height: 400px;
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .fh5co-cover.fh5co-cover-sm .display-t,
  .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
  }
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}

.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0099e5;
  padding-left: 10px;
  padding-right: 10px;
}

.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}

.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}

.fh5co-contact-info ul li:before {
  color: #0099e5;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}

.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}

.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}

.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#fh5co-header .display-tc,
#fh5co-counter .display-tc,
.fh5co-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0 40px;
}

#fh5co-header .display-tc h1,
#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h1,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h1,
.fh5co-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}

#fh5co-header .display-tc h1,
#fh5co-counter .display-tc h1,
.fh5co-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (max-width: 768px) {

  #fh5co-header .display-tc h1,
  #fh5co-counter .display-tc h1,
  .fh5co-cover .display-tc h1 {
    font-size: 30px;
  }
}

#fh5co-header .display-tc h2,
#fh5co-counter .display-tc h2,
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#fh5co-header .display-tc .btn,
#fh5co-counter .display-tc .btn,
.fh5co-cover .display-tc .btn {
  padding: 15px 30px;
  background: #0099e5 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
}

#fh5co-header .display-tc .btn:hover,
#fh5co-counter .display-tc .btn:hover,
.fh5co-cover .display-tc .btn:hover {
  background: #0099e5 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#fh5co-header .display-tc .form-inline .form-group,
#fh5co-counter .display-tc .form-inline .form-group,
.fh5co-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#fh5co-header .display-tc .form-inline .form-group .form-control,
#fh5co-counter .display-tc .form-inline .form-group .form-control,
.fh5co-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.fh5co-bg-section {
  background: rgba(0, 0, 0, 0.05);
}

#fh5co-services,
#fh5co-started,
#fh5co-testimonial,
#fh5co-trainer,
#fh5co-gallery,
#fh5co-schedule,
#fh5co-pricing,
#fh5co-blog,
#fh5co-contact {
  padding: 3em 0;
  clear: both;
}

#fh5co-trainer {
  background-color: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {

  #fh5co-services,
  #fh5co-started,
  #fh5co-testimonial,
  #fh5co-trainer,
  #fh5co-gallery,
  #fh5co-schedule,
  #fh5co-pricing,
  #fh5co-blog,
  #fh5co-contact,
  #fh5co-footer {
    padding: 3em 0;
  }
}

#fh5co-gallery {
  padding-bottom: 0;
}

.services {
  padding: 25px;

  background: #fff;
  -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}

@media screen and (max-width: 1366px) {
  span.footer-right.white {
    left: 57px;
    position: absolute;
  }
}

@media screen and (max-width: 992px) {
  .services {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .services {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

.services span {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.services span img {
  width: 60px;
  margin: 0 auto;
}

.services h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  position: relative;
}

.services h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #0099e5;
  content: '';
}

.trainer {
  position: relative;
  background: rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .trainer {
    margin-bottom: 30px;
  }
}

.trainer img {
  width: 100%;
}

.trainer .title {
  width: 100%;
  position: absolute;
  bottom: 60%;
  left: 42%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.trainer .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: 0;
  padding: 0;
}

.trainer .title h3 a {
  color: #000;
}

.trainer .title h3 a:hover,
.trainer .title h3 a:focus {
  color: #0099e5;
}

.trainer .title span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}

.trainer .desc {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 7px;
}

.trainer .desc .fh5co-social-icons li a {
  color: #000;
}

.trainer .desc .fh5co-social-icons li a i {
  font-size: 16px;
}

#fh5co-schedule .fh5co-heading h2 {
  color: #fff;
}

#fh5co-schedule .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-schedule .fh5co-heading span {
  color: rgba(255, 255, 255, 0.5);
}

.fh5co-tabs {
  width: 90%;
  margin: 0 auto;
}

.fh5co-tabs .fh5co-tab-nav {
  clear: both;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.fh5co-tabs .fh5co-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 14.285%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-tabs .fh5co-tab-nav li a {
  padding: 10px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #e6e6e6;
}

.fh5co-tabs .fh5co-tab-nav li a:hover {
  color: white;
}

.fh5co-tabs .fh5co-tab-nav li.active a {
  background: #0099e5;
  color: #fff;
}

.fh5co-tabs .fh5co-tab-content-wrap {
  clear: both;
  position: relative;
}

.fh5co-tabs .fh5co-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.fh5co-tabs .fh5co-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}

.fh5co-tabs .class-schedule {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}

.fh5co-tabs .class-schedule li {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  list-style: none;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .fh5co-tabs .class-schedule li {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  span.footer-right.white{
    position: static;
  }

}

@media screen and (max-width: 480px) {
  .fh5co-tabs .class-schedule li {
    width: 100%;
  }
}

.fh5co-tabs .class-schedule li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.02);
}

.fh5co-tabs .class-schedule li:nth-child(5) {
  border-left: 1px solid rgba(255, 255, 255, 0.02);
}

.fh5co-tabs .class-schedule li span {
  display: block;
  margin-bottom: 20px;
}

.fh5co-tabs .class-schedule li span img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.fh5co-tabs .class-schedule li h4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.fh5co-tabs .class-schedule li .time {
  display: inline-block;
  padding: 5px 12px;
  background: #0099e5;
  color: #fff;
  font-size: 13px;
}

.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.price-box {
  width: 100%;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}

.price-box.popular .btn-select-plan {
  background: #0099e5;
}

.price-box.popular .price {
  color: #0099e5;
}

.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}

.price-box .classes {
  padding: 0;
}

.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
}

.price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}

.pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}

.pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}

.price {
  font-size: 72px;
  color: #000;
  line-height: 50px;
}

.price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}

.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

#fh5co-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}

#fh5co-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 15px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li {
    margin-left: 0;
  }
}

#fh5co-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}

#fh5co-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}

#fh5co-portfolio-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}

#fh5co-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
}

#fh5co-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
}

#fh5co-portfolio-list li.two-third {
  width: 48.6%;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.two-third {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.two-third {
    width: 100%;
  }
}

#fh5co-portfolio-list li.one-third {
  width: 23.8%;
}

@media screen and (max-width: 768px) {
  #fh5co-portfolio-list li.one-third {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-third {
    width: 100%;
  }
}

#fh5co-portfolio-list li.one-half {
  width: 49%;
}

@media screen and (max-width: 480px) {
  #fh5co-portfolio-list li.one-half {
    width: 100%;
  }
}

.fh5co-heading {
  margin-bottom: 2em;
  margin-top: 2em;
}

.fh5co-heading h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

.fh5co-heading h2:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #0099e5;
  content: '';
}

.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}

.fh5co-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#fh5co-testimonial {
  background: #efefef;
}

#fh5co-testimonial .testimony-slide {
  text-align: center;
}

#fh5co-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}

#fh5co-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#fh5co-testimonial .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}

@media screen and (max-width: 992px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}

#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}

#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}

#fh5co-testimonial .arrow-thumb a:hover,
#fh5co-testimonial .arrow-thumb a:focus,
#fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

#fh5co-started {
  position: relative;
}

#fh5co-started .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-started h2 {
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px !important;
  line-height: 1.5em;
}

#fh5co-started h2 span {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
}

#fh5co-started h2 .percent {
  color: #0099e5;
  font-weight: 700;
}

#fh5co-started p {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-started .form-control::-webkit-input-placeholder {
  color: #fff;
}

#fh5co-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

#fh5co-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

#fh5co-started .form-control:-ms-input-placeholder {
  color: #fff;
}

#fh5co-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}

#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #0099e5;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}

#fh5co-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}

#fh5co-started .form-inline .form-group .form-control {
  width: 100%;
}

.fh5co-blog {
  margin-bottom: 60px;
}

.fh5co-blog a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}

.fh5co-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -5em;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}

.fh5co-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}

.fh5co-blog .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #0099e5;
  position: relative;
}

.fh5co-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #0099e5 transparent;
}

.fh5co-blog .blog-text span.comment {
  float: right;
}

.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}

.fh5co-blog .blog-text span.comment a i {
  color: #0099e5;
  padding-left: 7px;
}

.fh5co-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
  color: black;
}

#fh5co-footer {
  position: relative;
  padding: 2em 0px 0px 0px;
}

#fh5co-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 153, 229, 0.9);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-footer h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0099e5;
}

#fh5co-footer .fh5co-footer-links {
  padding: 0;
  margin: 0;
}

#fh5co-footer p {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-footer .fh5co-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
}

#fh5co-footer .fh5co-footer-links li a:hover {
  text-decoration: underline;
}

#fh5co-footer .fh5co-widget {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  #fh5co-footer .fh5co-widget {
    text-align: left;
  }
}

#fh5co-footer .fh5co-widget h3,
.footer-size h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #0099e5;
}

#fh5co-footer .copyright .block {
  display: block;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}

@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 991px) {
  #fh5co-offcanvas {
    display: block;
  }
}

.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

#fh5co-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}

#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}

#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}

#fh5co-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

#fh5co-offcanvas ul li>ul {
  padding-left: 20px;
  display: none;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown {
  display: block;
  position: relative;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gototop.active {
  background-color: rgb(0, 153, 229);
  opacity: 0.5;
  visibility: visible;
}

.gototop:hover {
  opacity: 1;
}

.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 153, 229, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}

.gototop a:hover,
.gototop a:active,
.gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  padding-right: 3%;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
  background: #fff !important;
}

.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: 2px;
  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: 33px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}

.fh5co-nav-toggle.fh5co-nav-white>i {
  color: #000;
  background: #000;
}

.fh5co-nav-toggle.fh5co-nav-white>i::before,
.fh5co-nav-toggle.fh5co-nav-white>i::after {
  background: #000;
}

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

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

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

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

.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;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 0 8% 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

@media screen and (max-width: 991px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

.btn.btn-md {
  padding: 8px 20px !important;
}

.btn.btn-lg {
  padding: 18px 36px !important;
}

.btn:hover,
.btn:active,
.btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #0099e5;
  color: #fff;
  border: 1px solid #0099e5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #628093 !important;
  color: #fff;
  border-color: #fff !important;
}

.btn-primary.btn-outline {
  background: transparent;
  color: #0099e5;
  border: 1px solid #0099e5;
}

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
  background: #0099e5;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}

.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 1px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}

.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 1px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}

.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 1px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.btn.with-arrow:hover {
  padding-right: 50px;
}

.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0099e5;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*Search box*/


.sb-search {
  position: relative;
  width: 0%;
  min-width: 36px;
  height: 30px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 36px;
  margin: 0;
  z-index: 10;
  padding: 2px 41px 2px 10px;
  font-family: inherit;
  font-size: 14px;
  color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
  color: #1565C0;
}

.sb-search-input:-moz-placeholder {
  color: #1565C0;
}

.sb-search-input::-moz-placeholder {
  color: #1565C0;
}

.sb-search-input:-ms-input-placeholder {
  color: #1565C0;
}

.sb-icon-search,
.sb-search-submit {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  color: black;
  z-index: 90;
  font-size: 14px;
  background: #1565C0;
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;

}

.sb-icon-search:before {}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 50%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #666;
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}


/*custom*/
.logo-size {
  width: 120px;
  height: 90px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.logo {
  padding: 0px !important;
}

.menu-1 {
  padding-top: 3%;
  padding-right: 0px;
}

.top-button {
  padding-top: 1%;
  float: right;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 0px;
  width: 15%;
  height: 90px;

}

.top-button img:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}

.top-button a {
  padding: 0px !important;
}

.top-button .button-container {
  padding: 100px 0;
  text-align: center;
}

.top-button .button {
  display: inline-block;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
}

.top-button .button:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.top-button .button:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #0099e5;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}

.top-button .button:hover {
  color: #ffffff;
  border: 1px solid #0099e5;
}

.top-button .button:hover:before {
  top: -35%;
  background-color: #0099e5;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}

.top-button .button:hover:after {
  top: -45%;
  background-color: #0099e5;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}




/*menu*/
.drop {
  display: none;

  position: absolute;
  z-index: 10;
  top: 100%;
  width: 956px;
  left: -10%;
  margin: 0 0 0 -482px;
  background: white;
  padding: 15px 15px;
  -webkit-box-shadow: 0 8px 5px 0 rgba(0, 0, 0, .55);
  box-shadow: 0 8px 5px 0 rgba(0, 0, 0, .55);
  font: 16px/20px 'Work Sans', Arial, sans-serif;
  border-bottom: 3px solid #0099e5;
}

.pad-extra {
  margin: 0 0 0 -300px;
}

.pad-extra {
  margin: 0 0 0 -400px;
}

.drop:after {
  content: '';
  display: block;
  clear: both;
}

.drop .block-left {
  float: left;
  width: 50%;
}

.drop .block-right {
  float: right;
  width: 48%;
}

.drop .block-right:after {
  content: '';
  position: absolute;
  width: 1px;
  background: #e7e7e7;
  top: 30px;
  bottom: 30px;
  left: 50%;
}

.drop img {
  float: left;
  margin: -2px 10px 0 0;
}

.drop .text {
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  margin: 1px 0 0;
}

.drop .heading {
  font-size: 14px;
  text-transform: uppercase;

  display: block;
  margin: 0 0 3px;
  text-align: left;
}

.drop .title,
.drop a {
  font-size: 16px;
  color: #333;
  text-align: left;
  display: block;
  margin: 0 10px 7px 0;
}

.drop a {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  color: #0099e5;
}

.drop p {
  margin: 0 0 6px;
}

.drop .more {
  margin: 0 8px 0 0;
  position: relative;
  text-align: left;
  font-weight: 600
}



.droplist li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 2px 0;
  width: 50%;
}

.droplist a {
  position: relative;
  padding: 0 0 0 12px;
  margin: 0;
}

.droplist a:before {
  content: '';
  position: absolute;
  background: url(/App_Themes/MogasStyles/images/sprite.png) no-repeat -76px -22px;
  width: 4px;
  height: 7px;
  top: 8px;
  left: 0;
}

.droplist ul {
  display: none;
}

.search-form {
  float: right;
  background: #eee;
  width: 193px;
}


.first-child .drop {
  left: 250%;
}

@media screen and (max-width: 1500px) {
  .drop {
    margin-top: 15%;
  }
}

sathees .drop a {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  color: #0099e5;
}



.droplist li {
  width: 50%;
  text-align: left
}

.droplist li {
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 2px 0;
  width: 50%;
}

.drop li a {
  padding: 5px !important;
}

.drop li {
  display: inline-block !important;
  vertical-align: top !important;
  margin: 0 -3px 2px 0 !important;
  width: 100%;
}

.more {
  padding: 5px 0px !important;

}

.block-right .text-section {
  text-align: left;
}

.fa-greater-than {
  color: #0099e5;
  padding-top: 8px;
  font-size: 11px;
}


.dropdown>li>a:hover,
.dropdown>li,
li a:hover {
  color: #0099e5 !important;

}

.droplist {
  padding: 10px 10px 0 5px;
  padding-top: 10px !important;
  margin: 21px 0 0;
  list-style: none;
  border-top: 1px solid #e7e7e7;
}




#last-mob-child {
  padding-bottom: 10px !important;
  line-height: 40px !important;
}

.menu-text {
  text-transform: none;
  font-family: "Work Sans", "Arial", "sans serif";
  font-size: 14px;
  color: black;
}

.drop.last-child {
  left: -150%;
}

.menu-link:hover {
  text-decoration: underline;
}

.num1 {
  display: none;
}

@media screen and (max-width: 625px) {
  .num {
    display: none !important
  }

  .num1 {
    display: inline !important;
  }
}

/*footer*/

/* .footer-size {
  height: 240px;
  
} */


#contact {
  padding-top: 45px;
  padding-bottom: 0;
}

.form-group button {
  font-weight: 600;
}

#google-map {
  height: 350px;
}

#contact-us {
  background-image: url(../images/main.jpg);
  padding-bottom: 90px;
}

.connect {
  max-width: 250px;
  margin: 0 auto;
  padding: 5px 0 5px;
}

.connect .icon>i {
  font-size: 4.4em;
}

.connect .contact-us-heading {
  color: #0099e5;
  margin: 15px 0 5px;
  font-size: 22px;
}


#mail h2 {
  color: #0099e5;
}

.connect p {
  color: #cac5c5;
  font-size: 12px;
  line-height: 18px !important;
}

.connect-info .icon {
  float: left;
  margin-top: 24px;
  margin-right: 20px;
  width: 20%;
}


.connect-info .description {
  overflow: hidden;
}


.contact-form .col-md-4 {
  height: 400px;
  padding-top: 33px;
}

.social_links {
  padding-left: 30%;
}

.contact-form .form {
  padding-top: 33px;
}

#main-contact-form p {
  padding-left: 15px;
  color: #cac5c5;
  padding-top: 10px;
}

#contact-us .heading {
  padding-top: 95px;
}

.form-control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  min-height: 180px;
  resize: none;
}

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

.contact-info {
  padding-left: 70px;
  font-weight: 300;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li {
  margin-bottom: 8px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border: 0;
  margin-top: 40px;
}

#mail {
  padding: 0;
}

.description a {
  color: #cac5c5;
}




#footer {
  color: #fff;
}

.footer-top {
  position: relative;
  padding: 30px 0
}

#footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
}

#footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

span.footer-right {
  width: 100%;
  text-align: center;
  position: relative;
  left: 20%;
}

#footer .social-icons ul li a {
  background-color: rgba(0, 0, 0, .2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}

#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}

#footer .social-icons ul li a.a:hover {
  background-color: #036dc0;
}

.social-icons {
  margin-top: 30px;
  text-align: center;
}

.social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.social-icons ul li {
  float: left;
  margin-right: 8px;
}

.social-icons ul li:last-child {
  margin-right: 0;
}

.social-icons ul li a {
  color: #fff;
  background-color: #d9d9d9;
  height: 36px;
  width: 36px;
  line-height: 36px;
  display: block;
  font-size: 16px;
  opacity: 0.8;
}

.social-icons ul li a:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#footer {
  background: #000;
}

/***Sub page heading picture**/



.image-sub .caption {
  position: absolute;
  top: 170px;
  ;
  margin-top: -104px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: rgb(237, 237, 237);

}

.image-sub .caption h3 {
  color: rgb(185, 179, 179);
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;

}

.image-sub .caption h3 b {
  color: white;

}

.nav-sub-page {
  padding: 10px 5px 10px 35px;

}


@media only screen and (max-width: 600px) {
  .image-sub .caption h3 {
    font-size: 16px;
  }

  .image-sub .caption {
    font-size: 14px;
  }

}











/* lg */

@media (min-width: 1200px) {}


/* md */

@media (min-width: 992px) and (max-width: 1199px) {}


/* sm */

@media (min-width: 768px) and (max-width: 991px) {}


/* xs */

@media (max-width: 767px) {

  .caption .btn-start {
    font-size: 12px;
    padding: 10px 30px;
  }

  .navbar-brand {
    padding: 0 15px 15px;
  }

  .navbar-toggle {
    border: 1px solid #fff;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-right li a {
    font-size: 13px;
    padding-bottom: 8px;
    padding-top: 10px;
  }

  #contact-us .heading {
    padding-top: 35px;
  }


}

.footer-frame {
  background-color: black;

}

.footer-frame li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.footer-frame li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0099e5;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-right:before,
#footer .nav:after {
  content: '';
  position: absolute;
  display: block;
  background: #fff;
  width: 1px;
  height: auto;
  top: 5px;
  bottom: 20px;
  left: 0;
}

.white {
  color: white !important;

}


/*popup*/
/*------------- Form ---------------*/

.nb-form {
  position: fixed;
  z-index: 9999;
  width: 230px;
  background: #2b546fba;
  right: 69px;
  bottom: -5px;
  transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.nb-form:hover {
  bottom: 0px;

}

/*-- User Icon --*/

.nb-form .user-icon {
  position: absolute;
  top: -49px;
  right: 12px;
  display: block;
  width: 58px;
  margin: 20px auto 15px;
  border-radius: 100%;
}

.fa-angle-up {
  color: #039BE5 !important;
}

/*-- Title --*/

.nb-form .title {
  background: #222;
  font-size: 19px !important;
  padding: 10px;
  color: #E0E0E0 !important;

  text-align: center;
}

/*-- Text --*/

.nb-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.nb-form p.message {
  margin-left: 7px;
}

/*-- Form Elements --*/

.nb-form form {
  padding: 0 15px 15px 15px;
}

.nb-form input,
.nb-form textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.nb-form input:focus,
.nb-form textarea:focus {
  outline: none;
  box-shadow: none;
}

.nb-form input[type='submit'] {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .4s ease;
  color: #fff !important;
  border: none;
}

.nb-form input[type='submit']:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.nb-form textarea {
  min-height: 110px;
}



.nb-form input[type='submit'] {
  background: #03a9f4;
}

@media screen and (max-width: 676px) {
  .nb-form:hover .user-icon {
    display: none;
  }

  .nb-form .message {
    display: none;
  }

  .nb-form form {
    padding-top: 15px;
  }

  .nb-form {
    right: 50%;
    bottom: -320px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width:768px) {
  .nb-form {
    display: none;
  }
}

.arrow {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.top .fab:hover,
.fh5co-nav .top .fh5co-social li a i:hover {
  color: white;
}

/* Stickey nav */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
}

.sticky + .top-menu {
  padding-top: 37px;
}

/* Social sidebar */
.social-siderbar {
  position: fixed;
  right: 0;
  top: 38%;
  bottom: 50%;
  z-index: 111;
  width: 50px;
}

@media screen and (max-width: 479px) {
  .social-siderbar {
    display: none;
  }
}

.social-siderbar ul li, .social-siderbar ul li a , .social-siderbar ul li a i {
  transition: ease-in 0.3s;
}
.social-siderbar ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  background-color: #fff;
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
  border-radius: 2px 0 0 2px;
  padding-bottom: 80px;   
}
.social-siderbar ul li {
  line-height: 3.5;
  margin: 10px;
  margin-top: 0px;
}
.social-siderbar ul li a { 
  font-size: 22px;
  padding: 8px;
  position: absolute;
  right: 0px;
  transition: ease-in 0.3s;
  display: block;
}
.social-siderbar ul li a:hover {  
  right:15px;
  transition: ease-in 0.3s;
}
.flex-center-align {
  display: flex;
  align-items: center;
}

/*industries*/

.gtco-products .one-row,
.gtco-products .two-row {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.gtco-products .two-row {
  height: 239px;
}

.gtco-products .one-row {
  height: 508px;
}

.gtco-products .gtco-item {
  position: relative;
}

.gtco-products .gtco-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.gtco-products .gtco-item .overlay i {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  z-index: 14;
  color: #fff;
}

.gtco-products .gtco-item .overlay .copy {
  bottom: -20px;
  position: absolute;
  left: 0;
  padding: 20px;
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gtco-products .gtco-item .overlay .copy h3 {
  color: #fff;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
}

.gtco-products .gtco-item .overlay .copy p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.gtco-products .gtco-item .overlay .copy p:last-child {
  margin-bottom: 0;
}

.gtco-products .gtco-item .overlay:before {
  z-index: 7;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .8;


  background: #00B4DB;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0083B0, #00B4DB);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0083B0, #00B4DB);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0083B0', endColorstr='#00B4DB', GradientType=1);
}

.gtco-products .gtco-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.gtco-products .gtco-item:hover .overlay .copy {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}


.full {
  height: 100%;
  width: 100%;
}

.fa-arrow-up {
  transform: rotate(45deg);
}

.services .btn-primary:hover {
  border-color: #0099e5 !important;
  background-color: #0099e5 !important;

}


/*owl*/
/* 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: 25% !important;
  z-index: 1001;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -170px;
}

@media screen and (max-width: 992px) {

  .owl-carousel .owl-controls .owl-nav .owl-next,
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}

.carousel-content p {
  font-size: 18px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -170px;
}

@media screen and (max-width: 992px) {

  .owl-carousel .owl-controls .owl-nav .owl-prev,
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

@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 {
  color: #cccccc;
  font-size: 24px;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i,
.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #000;
}

.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: #cccccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background: #4d4d4d;
}

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



/*for carousel*/
#main-slider {
  overflow: hidden;
  position: relative;
  padding: 0px;

}

#main-slider .item {
  height: 80vh;

  background-repeat: no-repeat;
  background-position: 25% 0;
  background-size: cover;

}

#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;

}

.carousel-content {
  margin-top: 10%;

}

#main-slider .slider-inner h3 {
  font-size: 25px;
  color: #E0E0E0;
  text-align: center;
}

#main-slider .slider-inner h2 {

  font-weight: 500;
  font-size: 50px;
  line-height: 1;
  color: #E0E0E0;
  text-align: center;
}

#main-slider .slider-inner p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;

  text-transform: capitalize;
  color: #E0E0E0;
  text-align: center;
  letter-spacing: 1px;
}

#main-slider .slider-inner h2 span {
  color: #039BE5;
}

#main-slider .slider-inner .btn {
  margin-top: 20px;
  background: transparent;
  border: 3px solid #0099e5;
  border-radius: 30px;
}

#main-slider .slider-inner .btn.btn-primary {
  padding: 10px 36px;
  font-size: 15px;
}

#main-slider .slider-inner .btn.btn-primary:hover {
  background: #f26522;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: 1px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
  opacity: 0.8;
}

#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}

#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

/*Buttons*/
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #45aed6;

}

.owl-prev {
  left: -35px;
  text-indent: 14px;
}

.owl-next {
  right: -35px;
  text-indent: -14px;
}


#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}


.bl {
  color: #039BE5;
}

.fh5co-indus-section {
  background-color: white;
  padding-top: 2%;
}

.section-title {
  padding-top: 30px;
}

.sri {
  width: 200px;
}

.sri img {
  background: transparent !important;
}

.drop.contact {

  width: 150px !important;
  left: 450% !important;
}

.drop.contact li {
  display: block !important;
  width: 100% !important;
  text-align: left !important;

}


/**********************************************************
********************about section**************************
************************************************************/

#about {
  background: #fff;
  color: #333;
  padding-top: 1px;
  padding-bottom: 0px;
  font-weight: 500;
  letter-spacing: 1px;
}

p spam .main-cls {
  margin-top: 20px;
}


#about h1,
h2,
h3 {
  color: #333
}

.about {
  padding-top: 15px;
}

#about .nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}

#about .nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

#about .nav-tabs>li>a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}

#about .nav-tabs>li>a:hover {
  background-color: rgba(211, 211, 211, 0.5);
  opacity: 0.9;
  color: #0099e5;
}

#about .nav-tabs>li.active>a,
#about .nav-tabs>li.active>a:hover,
#about .nav-tabs>li.active>a:focus {
  color: #0099e5;
  cursor: default;
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom-color: transparent;
}

#about .tab-content {
  padding-top: 20px;
  letter-spacing: 1px;
  text-align: justify;
}

#about .tab-content a {
  color: #0099e5;
}

#about section {
  padding: 20px 0px;
}

#about .col-md-4 {
  height: 350px;
}

#about {
  margin-top: 10px;

}

.service-rep {
  margin-bottom: 50px;
}

.page-area-services {
  background: url(../images/services.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.page-area-services {
  position: relative;
}

.breadcumb-overlay {
  position: absolute;
  background: rgba(10, 27, 40, 0.6) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}

.breadcrumb {
  padding: 100px 0px;
  background-color: transparent;
  margin-bottom: 0;
}

.breadcrumb .section-headline {
  margin-bottom: 0px;
}

.section-headline {
  margin-bottom: 60px;
  position: relative;
}

.section-headline.white-headline h3,
.section-headline.white-headline p {
  color: #fff;
}

.breadcrumb .section-headline h3 {
  font-size: 48px;
  letter-spacing: 2px;
  line-height: 48px;
  text-transform: inherit;
}

.section-headline h3 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.breadcrumb ul {
  padding: 10px 0px;
}

.breadcrumb ul li.home-bread {
  padding-left: 0px;
}

.breadcrumb ul li {
  display: inline-block;
  color: #fff;
  padding: 0px 10px 0px 20px;
  position: relative;
  font-size: 16px;
}

.breadcrumb ul .fa-angle-right {
  color: white;
  right: -10px;
  top: 0;
}

.missin {
  height: 100%;
  width: 100%;
}

.block-left img {
  height: 200px;
  width: 200px;
}

.menu-1>ul>li>a {
  font-weight: 700;
}

.first {
  padding-left: 2%;
}

body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: black;
  background: #fff;
}

.modal-body p {
  text-align: justify;
}

.modal-body h5 {
  font-weight: 700;
}

.blue {
  color: #0099e5;
}

.modal-body ul li {
  font-size: 14px;
}

.modal-body ul {
  padding-left: 20px;
}




.section-title h2 {
  font-size: 40px;
  color: #B3B3BB;
  font-weight: 700;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
}

.section-title h2:after {
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 3px;
  content: " ";
  bottom: -5px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #D4D4D4;
}

.dark-bg .section-title h2 {
  color: #fff;
}


.section-title p {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  margin: 20px 48px 10px 48px;
}

.mz-module {
  position: relative;
  margin-bottom: 50px;
}

.mz-module-about {
  border: 1px solid #E6E6EA;
  min-height: 280px;
  padding: 20px;
  background-color: #EFEFF1;
}

.mz-module-about h3 {
  font-weight: 500;
  font-size: 19px;
  /* text-transform: uppercase; */
  color: #424242;
  /* letter-spacing: 2px; */
  margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
  color: #FFFFFF;
}

.mz-module-about p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #848484;
}

.mz-module-button {
  background-color: #B6B6C3;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 0px !important;
  width: 100%
}

.mz-module:hover .mz-module-button {
  bottom: -45px;
  opacity: 1;
}

.mz-module-button:hover {
  background-color: #0099e5;
  color: #fff;
  text-decoration: none;
}

.mz-module-button {
  color: #fff;
}

.ot-circle {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 98px;
  color: #FFFFFF;
  margin: 0 2px 4px;
  font-size: 75px;

  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;

}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
  /* margin-bottom: 30px;
  height: 150px; */
}

.featured-icon {
  float: left;
  font-size: 22px;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  background-color: #F8F8F8;
  line-height: 50px;
  text-align: center;
}

.featured-text {
  text-align: left;
  margin-left: 85px;
}

.featured-text h4 {
  color: #47474C;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 5px;
}

.featured-text p,
.featured-text ul li {
  color: #747377;
  margin-top: 7px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}



/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
  margin: 0 0 30px;
  font-weight: 800;
  color: #5D5D5D;
}

.section-text h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 17px;
}

.dark-bg .section-text h3 {
  color: #dfdfdf;
}

.dark-bg .section-text h4 {
  color: #dfdfdf;
}

#features {
  padding-bottom: 10px;
}

.modal-header h2 {
  text-align: center;
}

.modal-header h2 span {
  color: #0099e5
}

.modal-content p {
  font-size: 14px;
}

.page-img {
  width: 100%;
  margin-top: 5px;
}

.request-btn {
  width: 100%;

}

.request-btn a {
  width: auto;
  margin: 9px 45px;
}

/* animation start */

@keyframes pulse {


  0% {
    transform: scale(1);
  }


  50% {
    transform: scale(1.1);
  }


  100% {
    transform: scale(1);
  }


}


.pulse {


  animation-name: pulse;


  animation-duration: 1s;


}

/* 
.text {


  text-align: center;


 


  color: #fff;


  font-size: 1.0em;


  font-family: sans-serif;


  text-transform: uppercase;


} */




.product-link a .animated {


  animation-duration: 2.5s;


  animation-fill-mode: both;


  animation-iteration-count: infinite;


}




.product-link a img {


  position: absolute;


  top: 12.3px;


  left: -29px;


}




#img-align .product-link {


  position: absolute;


  top: 18px;


  right: 9%;


}

.special {
  height: 80px;
}

/* search box style */
form.gsc-search-box {
  font-size: 13px;
  margin-top: 6px;
  margin-right: 0;
  margin-bottom: 4px;
  margin-left: 0;
  width: 34%;
  position: relative;
  /* right: 0; */
  float: right;
  /* left: 50%; */
}

.sb-search
{display:none}

input#gsc-i-id1
{
  background: none !important;
  height: 30px;
}

.custom-google-search
{
  width:30%;
  display:inline-block;
  float:right;
  text-align:right;
}

.gsc-input-box
{
  height:30px;
  margin-top: 4px;
}
.gsib_a {
  padding: 0px 1px 2px 7px !important;
}

.gsc-input {
  font-size: 14px;
}

.gsc-search-button{
  margin-top: 6px;
}

.fh5co-nav .top .fh5co-social
{
  margin: 5px 0px;
}

.gsc-control-cse {
  padding: 0px;
}

.gsc-control-cse {
  background-color: transparent; 
  border: 1px solid transparent;
}
.gsc-control-cse
{
padding:0px !important;
}

/*  */
.custom-google-search
{
        text-align: left;
}
a.gs-title {
  padding: 5px 0px;
 
}

.gs-web-image-box
{
  width:auto !important;
}

.gs-result .gs-image
{
  border: 1px solid transparent !important;
}

.gsc-control-cse {
  padding: 0px;
}

.gsc-control-cse {
  background-color: transparent !important;
  border: transparent !important;
}
table.gsc-search-box td {
  vertical-align: top !important;
}
.gscb_a {
  line-height: 19px !important;
}
/* end search box style */

/*pdf convertions*/
.pad-50
{
  padding:50px 0px;
}
.pad-20
{
  padding:20px 0px;
}
.pad-up-20
{
  padding-top: 2%;
}
.pad-bot-20
{
  padding-bottom: 5%;
}
img.pdf-right-img
{
  width: 200px;
  height: auto;
}
ul.detail-list
{
  /* display: inline-block; */
}
.detail-list li
{
  color: #666;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.1px;
}
h5.list-heading
{
  /* margin-top: 2rem; */
  color: #545454;
  display: inline-block;
}

h5.list-heading span
{
  border-bottom: 2px solid #dee2e4;
  padding: 6px 0px;
  color: #0099e5;
  display: inline-block;
}
.pdf-tab
{
  margin:2rem 0;
  display: block;
}
.pdf-tab>.tab-menu ul.nav li a
{
  font-size: 11px;
  text-transform: uppercase;
}
.pdf-table .number-table-data td{
  text-align:center;
}
.specify-bg
{
  background: #efebeb;
}
.note-msg
{
  margin: 30px;
}
summary.img-details button.btn{
  padding: 1px 0px;
}
summary.img-details {
  font-size: 15px;
  padding: 6px 0;
}
ul.img-details-list li{
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  font-weight: 500;
}
.side-details img{
  width: 100%;
  height: auto;
}
.margin-align
{
  margin:30px 0px;
}
.pdf-small-heading>h5.text-center {
  text-shadow: grey 1px 1px 1px;
  /* border-bottom: 5px; */
  /* border-color: black; */
  /* box-shadow: 1px 8px 18px #cac8c8; */
  /* box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12); */
  padding: 10px 0px;
  color:#fff;
  
}
.pdf-small-heading1>h5
{
  color:#fff;
}

.pad-small-h5
 {
  padding: 1.5% 0;
}

h5.pad-small-h5 i {
  border-bottom: 2px solid #939596;
  padding: 6px 25px;
  border-radius: 4px;
  background-color: #0099e5;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
}
.pdf-small-heading2>h5 i
{
  color: #0099e5;
  background-color:#fff ;
}

.pdf-table tbody td{
  font-size: 10.5px;
  padding: 4px;
}
  .pdf-table table
{
  border:1px solid #c1bcbc;
  padding:2px 5px;
}
.pdf-table .table > thead:first-child > tr:first-child > td
{
  padding-left:10px
}
.pdf-table .table thead tr
{
  background-color: #0099e5;
}
.order-infotable .table thead tr
{
  background-color: transparent;
}
/* .pdf-table .table tbody tr td:first-child 
{
  padding: 5px 2px 5px 15px !important;
} */

.order-infotable .table tbody tr:first-child
{
  background-color: #0099e5;
  font-style: bold;
}
.pdf-table .table thead tr td
{
    padding: 13px 2px;    
    font-size: 12px;
    vertical-align: middle;    
    font-weight: 600;
}

.small-table
{
  padding-right:20px;
  padding-top:0;
}
.pdf-small-heading
{
  width: 50%;
  margin: 0 auto;
}



.w-series-npt-table
{
  display: inline-block;
  float: right;
  margin-top: 3rem;
}
h5.w-series-npt-table-heading
{
  display: inline-block;
 
}
/* Phantom Port Ball  */

/* .nav-justified > li, .nav-tabs.nav-justified-Phantom > li
{
  width:0% !important;
} */

.tab-menu ul.nav li a
{
  padding: 10px 4px !important;
}
img.pdf-right-img-phantom
{
  width: 125px;
  height: auto;
}

.modified-equal img, .modified-equal ul{
  display: inline-block;
}
.modified-equal img{
vertical-align: top;
}
.modified-equal .col-md-4, .modified-equal .col-md-3 {
padding-left: 0px;
    padding-right: 0px;
}
.single-services-page p.text-justify
{
  text-align: justify;
}
.bordered-cell td
{
  border: 1px solid white;
}
h1.main-h1
{
  font-size: 28px;
  margin: 0 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}
h1.main-h1-service{

font-size: 48px;
letter-spacing: 2px;
line-height: 48px;
text-transform: inherit;
color: #fff;
font-weight: 700;
font-family: 'Raleway', sans-serif;
}
.container2
{
  width: 90%;
  margin: 0 auto;
}
.table-full-width .table > tbody > tr > td
{
  padding: 8px 1px;
  font-size: 9.5px;
}
.table-full-width .table >tbody >tr >td:first-child
{
  text-align: center;
}
ul.nav.nav-tabs.nav-justified.nav-responsive {
  overflow-x: auto;
  flex-wrap: nowrap;
}
summary.img-details:focus {  
  outline:none
}
.custom-google-search>.gsc-control-cse >.gsc-results-wrapper-visible>.gsc-wrapper>.gsc-adBlock{
  display: none;
}
.gsc-adBlock{
  display: none !important;
}
/*end pdf convertions*/

/* actuationimg */
 
.onep
{
margin-top:3%;
}
.devided
{
  margin-top:10px;
}
.pextra
{
  
  margin-bottom: 22px !important;
}
.pad-15
{
  margin-top: 15px;;
}
 
 .text-danger
 {
color:red !important;
 }

 tr.side-border td
{
  vertical-align: middle;
  border-right: 1px solid #ddd;
}
/* {
  vertical-align: middle;
  border-right: 1px solid #ddd;
} */

.imperoal-torque.pdf-table.table
{
  height: 500px;
  overflow-y: scroll;
}
.imperoal-torque.pdf-table.table.table-responsive.table > tbody > tr > td
{
  padding: 8px 0px;
}

.imperoal-torque.pdf-table .table thead tr td {
  padding: 10px 0;
  font-size: 11px;
}
.bg-light
{
  background-color: white !important;
}
.down-btn1
{
  color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 10px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    margin-bottom: 3px;
    background-image: linear-gradient(to left,#f9f9f9, #f9f9f9,#f9f9f9 , #fff0,#fff0,#fff0);
  }

  .col-md-7.inner-width-50, .col-md-5.inner-width-50, .col-md-6.inner-width-50
{
  padding-left: 0px;
  padding-right: 0px;
}

/* new pdf style */
img.pdf-img-size {
  max-width: 100%;
  width: 100%;
  height: auto;
  float: right;
}
.specify-bg {
  background: #efebeb;
  height: 100%;
  width: auto;
  display: inline-block;
}
.bullet-list li {
  position: relative;
  padding-left:50px;
  padding-left: 34px;
}
.bullet-list li::before {
  content: "";
  background: url(../img/bullet-ball.png);
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
.table-title {
  font-size: 12px;
}
/* end new pdf style */
@media (max-width: 991px){
    .slide__text{
        bottom: 50px;
        padding: 10px 1rem;
    }
    .slide__text h2{
        font-size: 20px;
    }
    .slide__text .slide__text-link{
        font-size:16px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .slide__text p{
        margin-bottom: 5px;
    }
}
.slide__text .slide__text-link{
    font-weight:600;
}