@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

body {
  background: #fff;
  color: #666666;
  font-family: 'Baskerville Old Face';
}

a {
  color: #29abe2;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
    outline: none;
  text-decoration: none;
}
p {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.2px;
    color: #000;
      padding: 0;
  margin: 0 0 30px 0;
  text-align:justify;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Baskerville Old Face';
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #29abe2;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding:15px 0;
    height: 92px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}
#header.header-scrolled #logo h1 a{
    display: block;
}
#header.header-scrolled {
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 0;
    transition: all 0.10s;
    
}
#header.header-scrolled .nav-menu > li {
line-height:50px;
}
#header #logo {
     float: left;
    width: 170px;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 30px;
  }
}

#header #logo h1 {
  font-size: 22px;
margin: 0;
padding: 0;
line-height: 1;
font-weight: 900;
letter-spacing: 2px;
}
#header #logo h1 a{
    color: #fff;
    padding-left: 10px;
    border-left: 4px solid #29abe2;
    display:none;
 }

#header #logo img {
     padding: 0;
    margin: 0;
    width: 100%;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
 }

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color:rgba(0, 0, 0, 0.31);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
    display: flex;
    position: relative;
    z-index: 999;
    top: 25%;
}

#intro .carousel-content {
    text-align: left;
       background: #00000045;
    margin: 0;
    width: 50%;
    border-radius: 3pt;
    padding: 25px;
    border: solid 1px #4d4d4d;
}
#intro h2 {
    color: #fff;
    margin: 0px 0 30px 0;
    font-size: 45px;
    font-weight: 700;
    width: 100%;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 100%;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size:18px;
}

@media (min-width: 1024px) {
#intro p {
    width: 100%;
    float: left;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 0.2px;
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
}
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
  display:none;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
font-weight: 400;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 32px;
border-radius: 50px;
transition: 0.5s;
margin: 10px;
color: #fff;
background: #29abe2;
    text-transform: uppercase;
}

#intro .btn-get-started:hover {
  background: #fff;
  color: #29abe2;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 50%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
    float: left;
}
ul.nav-menu.sf-js-enabled.sf-arrows li ul li{
    line-height: 15px;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
     margin-top: 20px;
}
#header.header-scrolled nav#nav-menu-container {
    margin-top: 10px;
}
@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 30px;
  }
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
padding: 0 8px 10px 8px;
text-decoration: none;
display: inline-block;
color: #fff;
font-family: 'Raleway', sans-serif;
font-weight: 600;
font-size: 13px;
text-transform: uppercase;
outline: none;
letter-spacing: 0.5px;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #29abe2;
}

.nav-menu > li {
  margin-left:0px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}
.nav-menu ul li a {
    padding: 5px 0;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: solid 1px #f0f0f0;
}
.nav-menu ul li:hover > a {
  color: #29abe2;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: 'Baskerville Old Face';
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #29abe2;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #29abe2;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header h3 {
    font-size: 32px;
    color: #4d4d4d;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
    position: relative;
    padding-bottom: 15px;
    float: left;
    width: 100%;}

.section-header h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-header h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #29abe2;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-header p {
  text-align: center;
  padding-bottom: 30px;
  color: #333;
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #f7f7f7;
}

/* Featured Services Section
--------------------------------*/
#featured-services {
  background: #000;
}

#featured-services .box {
  padding: 30px 20px;
}

#featured-services .box-bg {
  background-image: linear-gradient(0deg, #000000 0%, #242323 50%, #000000 100%);
}

#featured-services i {
  color: #29abe2;
  font-size: 48px;
  display: inline-block;
  line-height: 1;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #29abe2;
}

#featured-services p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0;
}

/* About Us Section
--------------------------------*/
#about {
padding: 50px 0;
position: relative;
float: left;
width: 100%;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:#fff;
  z-index: 9;
}

#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
    background: #f9f9f9;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    width: 100%;
    float: left;
    margin: 10px 0 50px 0;
}
#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
    border-radius: 4px 4px 0 0;
    width: 400px;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #29abe2;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: #29abe2;
}

#about .about-col h2 {
    color: #4d4d4d;
    text-align: center;
    font-weight: 800;
    font-size: 26px;
    padding: 0;
    margin: 25px 0;
}

#about .about-col h2 a {
  color: #4d4d4d;
      text-transform: uppercase;
}

#about .about-col h2 a:hover {
  color: #29abe2;
}
/* Services Section
--------------------------------*/
#services {
    background: #fff;
    float: left;
    width: 100%;
}

#services .box {
  margin-bottom: 30px;
}

#services .icon {
  float: left;
}

#services .icon i {
  color: #29abe2;
  font-size: 36px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #29abe2;
}

#services .description {
  font-size: 14px;
  margin-left: 60px;
  line-height: 24px;
  margin-bottom: 0;
}
.solid-section {
    padding-top: 100px;
    padding-bottom: 80px;
}
.bg-img-src {
    background-image: url('../img/motherboard-2.jpg');
    width: 100%;
    float: left;
    background-size: cover;
    background-attachment: fixed;
	position:relative;
}
.bg-img-src::before {
    content: '';
    background: linear-gradient(to top, rgba(53, 53, 74, 0.08) 0%, rgba(53, 53, 74, 0.51) 75%, rgba(53, 53, 74, 0.38) 100%);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-box-shadow: 0 0 10px #4d4d4d inset;
    box-shadow: 0 0 10px #4d4d4d inset;
}
.service-simple-steps .step-separator img {
    width: 25px;
    display: block;
}
.service-simple-steps .step {
width: 200px;

height: 70px;

line-height: 70px;

font-size: 24px;

font-weight: 700;

color: #fff;

opacity: 1;

z-index: 9;

position: relative;

display: inline-block;

float: left;

}
.service-simple-steps .step-number {
    padding-right: 10px;
    vertical-align: top;
    display: table-cell;
	    font-weight: 800;
    font-size: 86px;
    margin-right: 30px;
}
.service-simple-steps .step-text {
line-height: 30px;

display: table-cell;

vertical-align: bottom;

text-align: left;

text-transform: uppercase;
}
.step-number.active {

    color: #29abe2;
    line-height: 50px;

}
.service-simple-steps .step-separator {
padding: 0 30px;

color: #29abe2;

width: auto;

display: inline;

position: relative;

vertical-align: middle;

float: left;

line-height: 70px;
}
.service-simple-steps.text-upper.showup-translate-right {
    width: 100%;
    float: left;
    text-align: center;
    padding: 130px 0 150px 0;
}
.service-simple-steps.text-upper.showup-translate-right h2 {
position: relative;
color: #fff;
letter-spacing: 1px;
font-weight: 700;
text-transform: uppercase;
margin:0px;
text-decoration: underline;
}
.service-simple-steps.text-upper.showup-translate-right p {
    color: #fff;
    position: relative;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align:center;
}
/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#call-to-action h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action p {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: 'Baskerville Old Face';
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #29abe2;
  border: 2px solid #29abe2;
}

/* Call To Action Section
--------------------------------*/
#skills {
    width: 100%;
    float: left;
}

#skills .progress {
    height: 25px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
}

#skills .progress .skill {
  line-height: 25px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}

#skills .progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

#skills .progress-bar {
  width: 1px;
  text-align: left;
  transition: .9s;
}

/* Facts Section
--------------------------------*/
#facts {
    background: url(../img/facts-bg.jpg) center top no-repeat fixed;
    background-size: cover;
    padding: 60px 0;
    position: relative;}

#facts::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:rgba(0, 0, 0, 0.55);
  z-index: 9;
}

#facts .container {
  position: relative;
  z-index: 10;
}

#facts .counters span {
  font-family: 'Baskerville Old Face';
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #29abe2;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
     color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align:center;
}

#facts .facts-img {
  text-align: center;
  padding-top: 30px;
}

/* Portfolio Section
--------------------------------*/
#portfolio, #video {
    padding: 60px 0;
    float: left;
    width: 100%;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 10px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
  border-radius: 4px;
  text-transform: uppercase;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #29abe2;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}

#portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

#portfolio .portfolio-item {
  position: relative;
  height: 360px;
  overflow: hidden;
}

#portfolio .portfolio-item figure {
  background: #000;
  overflow: hidden;
  height: 240px;
  position: relative;
  border-radius: 4px 4px 0 0;
  margin: 0;
}

#portfolio .portfolio-item figure:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item figure .link-preview, #portfolio .portfolio-item figure .link-details {
  position: absolute;
  display: inline-block;
  opacity: 0;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s linear;
}

#portfolio .portfolio-item figure .link-preview i, #portfolio .portfolio-item figure .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #333;
}

#portfolio .portfolio-item figure .link-preview:hover, #portfolio .portfolio-item figure .link-details:hover {
  background: #29abe2;
}

#portfolio .portfolio-item figure .link-preview:hover i, #portfolio .portfolio-item figure .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item figure .link-preview {
  left: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure .link-details {
  right: calc(50% - 38px);
  top: calc(50% - 18px);
}

#portfolio .portfolio-item figure:hover .link-preview {
  opacity: 1;
  left: calc(50% - 44px);
}

#portfolio .portfolio-item figure:hover .link-details {
  opacity: 1;
  right: calc(50% - 44px);
}

#portfolio .portfolio-item .portfolio-info {
  background: #fff;
  text-align: center;
  padding: 30px;
  height: 90px;
  border-radius: 0 0 3px 3px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info h4 a {
  color: #333;
}

#portfolio .portfolio-item .portfolio-info h4 a:hover {
  color: #29abe2;
}

#portfolio .portfolio-item .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #b8b8b8;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 20px;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #29abe2;
}

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 60px 0;
    float: left;
    width: 100%;
}
#testimonials .testimonial-item {
  text-align: center;
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #29abe2;
}

/* Team Section
--------------------------------*/
#team {
    background: #fff;
       padding: 0px 0 50px 0;
    float: left;
    width: 100%;
}
#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {

    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
    color: #fff;
    padding: 0 8px;
	margin-bottom:10px;

}

#team .member span {

    font-style: italic;
    display: block;
    font-size: 13px;
    color: #fff;
    max-height: 98px;
    overflow-y: scroll;
    padding: 0 10px;
    text-align: left;
    font-style: normal;

}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #29abe2;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
    float: left;
    width: 100%;
    background: #2d2c34;
	position:relative;
}
#contact img {
    position: absolute;
    right: 0;
    bottom: 0;
}

#contact .section-header p {
    color: #fff;
    letter-spacing: 0.5px;
}
#contact .contact-info i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
    float: left;
    margin-left: 30px;
}

#contact .contact-info i {
    color: #29abe2;
    margin-right: 30px;
}
#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #29abe2;
}
#contact .contact-email {
    border: none !important;
}
#contact .contact-info a {
    color: #fff;
}

#contact .contact-info a:hover {
  color: #29abe2;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
       padding: 20px 0;
    width: 100%;
    border-right: solid 3px #ddd;
    height: 100%;
}
}

@media (min-width: 768px) {

}

#contact .form #sendmessage {
  color: #29abe2;
  border: 1px solid #29abe2;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}
#contact .contact-info i {
    color: #29abe2;
    margin:0px;
    display: inherit;
    width: 100%;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
    padding: 10px 0px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    background: transparent;
    border: none;
    border-bottom: solid 1px #ddd;
    font-weight: 400;
    font-family: 'Baskerville Old Face';
    letter-spacing: 0.2px;
    color:#4d4d4d;
	}

#contact .form button[type="submit"] {
  background: #29abe2;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #13a456;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background:#1d1e23;
	   color: #eee;
    font-size: 14px;
    float: left;
    width: 100%;
}

#footer .footer-top {
  background: #2f323b;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 18px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 10px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 1px;
    border-left: 4px solid #29abe2;
    text-transform: uppercase;}

#footer .footer-top .footer-info p {
  margin-bottom: 0;
   color: #eee;
   text-align:left;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
 color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #29abe2;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::before, #footer .footer-top h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
}

#footer .footer-top h4::before {
  right: 0;
  background: #555;
}

#footer .footer-top h4::after {
  background: #29abe2;
  width: 60px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 8px;
  color: #ddd;
}

#footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #333;
    padding: 2px 0;
    font-size: 15px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #29abe2;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
  color:#fff;
  margin:0px;
}
#contact .form.cons.form input{
    color:#fff;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter p{
	color:#fff;
	}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
  float:left;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #29abe2;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #13a456;
}

#footer .copyright {
    text-align: center;
    float: left;
    width: 100%;
}
#footer .copyright p, #footer .copyright p a, .copyright p strong {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    letter-spacing: 0.8px;
	margin:0px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}
.width50 {
    width: 50%;
    float: left;
}
.width100 {
    width: 100%;
    float: left;
}

.more-btn {
    width: 100%;
    float: left;
    margin-top: 25px;
    text-align: center;
}
.btnn {
    padding: 5px 20px;
    border: solid 1px #29abe2;
    display: inline-block;
    -webkit-transition: .6s;
    transition: .6s;
        transition-duration: 0.6s;
        transition-timing-function: ease;
    background: #000;
    box-shadow: 0 0 1px #ccc;
    -webkit-transition-duration: 0.5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-transition-timing-function: ease-out;
    -webkit-box-shadow: 0px -50px 0 0 #29abe2 inset , 0px 50px 0 #29abe2 inset;
}
.btnn button {
    position: relative;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 3pt;
    font-size: 11px;
    text-transform: uppercase;
    outline: 0px;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 0px;
    overflow: hidden;
    cursor: pointer;}
.btnn:hover {
    -webkit-box-shadow: 0px 0px 0 0px #29abe2 inset , 0px 0px 0 0px #29abe2 inset;
}
.btnn:hover button {
    color: #fff;
}
.src-dtl {
    width: 100%;
    float: left;
    padding: 50px 0;
	position:relative;
	background: #f7f7f7;
}
.srv-title {
    width: 100%;
    float: left;
}
.srv-title h1 {
    width: 240px;
    float: left;
    background: #29abe2;
    text-align: center;
    color: #fff;
    height: 250px;
    line-height: 120px;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-right: 20px;
	}
.srv-title p {
    margin-top: 35px;
}
.srv-box {

    width: 90%;
    float: right;
    background: #fff;
    margin-top: -150px;

}
.srve {

    width: 33.33%;
    float: left;
    padding: 20px;
    border-right: solid 1px #f6f6f6;
    border-bottom: solid 1px #f6f6f6;

}
.srve:nth-child(3), .srve:nth-child(6) {
    border-right: none;
}
.image {
    width: 100%;
    float: left;
    max-height: 200px;
    overflow: hidden;
}
.image img {
    width: 100%;
	    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    height:170px;
}
.srve:hover .image img{
	    -webkit-transform: scale(1.08);
    transform: scale(1.08);
	}
.content {

    float: left;
    width: 100%;
    padding: 25px 0 0 0;

}
.content h1{
font-weight: 700;
color: #29abe2;
font-size: 16px;
margin-bottom: 15px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
//text-transform: uppercase;
}
.content p {
    text-align:left;
    margin:0px;
}
a.readmore{
    font-size: 13px;
    letter-spacing: 0.5px;
}
.contents p {
    height: auto;
    padding: 0 220px;
    text-align: center;
	margin:0px;
}
.srve:nth-child(4), .srve:nth-child(5) {
    border-bottom: none;
}
.simple-testimonial .tt-title {
    font-weight: 600;
    font-size: 16px;
    color: #35354a;
    margin-bottom: 5px;
}
.simple-testimonial .tt-rating {
    color: #29abe2;
    font-size: 18px;
    margin-bottom: 15px;
}
.simple-testimonial .tt-content {
    padding: 15px 35px 25px;
    position: relative;
    z-index: 1;
    line-height: 1.6;
    text-align: justify;
    text-align-last: center;
    overflow: hidden;
    font-size: 13px;
    font-weight: 300;
}
.simple-testimonial .tt-quote {
    position: absolute;
    left: 0;
    top: -40px;
    font-weight: 900;
    font-size: 220px;
    color: #29abe2;
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    line-height: 1;
    z-index: -1;
}
.simple-testimonial .tt-icon {
    margin-bottom: 10px;
}
.simple-testimonial .pexx-tt-user-title {
    font-weight: 600;
    color: #35354a;
    font-size: 18px;
    margin-bottom: 5px;
}
.simple-testimonial {
    float: left;
    width: 33%;
	margin-top:20px;
}
.pexx-tt-user-subtitle {
    font-size: 13px;
}
.fa-th-large:before {
    content: "\f009";
}
#contact .contact-info p {
    color: #fff;
    padding: 0 10px 0 0px;
}
.form {
    width: 50%;
    float: left;
}
.form-row .form-group {
    width: 100%;
}
.frm-dtl {
    width: 45%;
    float: right;
}
.frm-dtl p {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	font-size:16px;
}
.frm-dtl h1 {
    font-weight: 600;
    color: #fff;
    font-size: 34px;
    padding-right: 100px;
   letter-spacing: 1px;
}
.frm-dtl h1 span {
    border-bottom: solid 3px #29abe2;
    padding-bottom: 10px;
}
.frm-dtl h2 {
    font-weight: 300;
    color: #fff;
    text-transform: capitalize;
    font-size: 22px;
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.frm-dtl h3 {
    font-weight: bold;
    color: #29abe2;
    font-size: 24px;
}
.owl-stage-outer {
    width: 100%;
}
/* About us*/
section.about.inner {
    padding: 50px 0 !important;
 }
.headings p {
    font-size: 30px;
    line-height: 35px;
    text-align: right;
}
.headings {
    padding: 20px;
    border-right: solid 4px #29abe2;
    margin-top: 30px;
}
p.mission, p.vision {
	/* [disabled]display: inline; */
	padding-right: 120px;
	width: 50%;
	float: right;
}
/* Services */
.banner {
    width: 100%;
    float: left;
	position:relative;
}
.banner img{
    width: 100%;
}
.src-dtl.inner .srv-box {
    width: 100%;
    margin: 0;
}
section.service {
   padding: 50px 0;
    background: #f7f7f7 !important;
}
.src-dtl.inner {
    padding: 0;
}
.layer {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(53,53,74,0.5) 0%, rgba(53,53,74,0.7) 75%, rgba(53,53,74,0.9) 100%);
}
.sev-dtl {
    width: 70%;
    float: left;
}
.sev-dtl img {
    width: 100%;
    float: left;
    height: 400px;
    margin-bottom: 20px;
}
.sev-dtl h1 {
    font-size: 28px;
    font-weight: 600;
}
.srv-tlt {
    float: right;
    width: 20%;
    background: #fff;
    border: solid 1px #ddd;
}
.modal-content {
    background: #f9f9f9;
}
.modal-header {
    padding: 10px;
}
h5#exampleModalLongTitle {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}
ul.req {
    padding: 0;
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
}
ul.req li {
    width: 100%;
    float: left;
}
ul.req li input[type="text"], ul.req li input[type="email"], ul.req li input[type="tel"], ul.req li textarea {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    text-indent: 10px;
    padding: 5px 0;
    border: solid 1px #ddd;
    letter-spacing: 0.2px;
}
ul.req li textarea {
    height: 100px;
}
/* Our Associates */
section.our-customer {
    background: #f1f2f2;
    padding: 50px 0;
    width: 100%;
    float: left;
}
.logos {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.logos ul {
list-style: none;
text-align: center;
width: 90%;
float: left;
padding: 0px;
margin: 0 5%;
}
.logos ul li {
width: auto;
display: inline-block;
border: solid 1px #ddd;
padding: 20px;
margin: 5px;
background: #fff;
height: 100px;
}
.logos ul li img {
height: 100%;
-webkit-transition: 0.7s ease;
transition: 0.7s ease;
}
.logos ul li:hover img{
	        -webkit-transform: scale(1.08);
    transform: scale(1.08);
	cursor:pointer;
	}
.row.portfolio-container {
    width: 100%;
}
/* Video */
.video {
    width: 48%;
    float: left;
    margin: 10px 1%;
}
.video .video-box {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    border: solid 5px #fff;
    box-shadow: 0px 2px 3px #555;
    height: 360px;
    border-radius: 3px;
}
/* Products */
.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}
.contentla {
    position: relative;
    width: 31%;
    float: left;
    border: solid 1px #ddd;
    margin: 0 1%;
    padding: 25px;
}
.contentla .content-overlay {
  background: linear-gradient(to top, rgba(53,53,74,0.5) 0%, rgba(53,53,74,0.7) 75%, rgba(53,53,74,0.9) 100%);
  position: absolute;
  height:100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.contentla:hover .content-overlay{
  opacity: 1;
}

.content-image {
    width: 100%;
    max-height: 200px;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.contentla:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}
section.product {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 0;
}
section.wow.fadeInUp.contact-us {
    background: transparent !important;
}
section.wow.fadeInUp.contact-us .contact-info {
    background: #2d2c34;
    margin:0px;
    padding:0px;
}
section.wow.fadeInUp.contact-us form.contactForm {
    padding: 25px;
    margin: 10px;
    border: solid 10px #ddd;
    box-shadow: 0px 0px 5px #555;
}
.form .contactForm {
    margin: 20px;
}
.crer-left {
    width: 60%;
    float: left;
}
.crer {
    float: right;
    width: 35%;
}
img.icon-img {
    width: 30px;
    float: left;
}
.more-less.glyphicon.glyphicon-plus {
    float: right;
}
.contnt label {

    font-weight: normal;
    font-size: 13px;

}
.lft-cr {

    width: 80%;
    float: left;

}
.our-location.color1 h3 {

    font-size: 13px;
    line-height: 60px;

}
.lft-cr p {
    margin: 0;
    padding: 0;
        padding-right: 0px;
    padding-right: 20px;
    line-height: 20px;
}
.lft-cr h1 {
font-weight: 700;
    font-size: 16px;
    margin: 10px 0;
    border-bottom: solid 3px #000;
    display: inline-block;
    color: #29abe2;
    padding: 5px 15px;
	}
.crer ul {
    width: 100%;
    float: left;
    padding: 25px;
    background: #393f40;
	list-style:none;
}
.crer ul h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
}
.crer ul span {
    float: left;
    padding: 0;
}
.crer ul li {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.crer ul li input[type="text"], .crer ul li input[type="email"], .crer ul li input[type="tel"], .crer ul li textarea {
	    width: 100%;
    text-indent: 10px;
    height: 35px;
}
.crer ul li input[type="date"] {
    width: 100%;
    border: none;
    height: 35px;
    text-indent: 3px;
}
.crer ul li select {
    width: 100%;
    text-indent: 3px;
    color: #4d4d4d;
}
.crer ul li option {
    color: #4d4d4d;
}
.btn.btn-file {
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #4d4d4d;
    background: #fff;
    overflow: hidden;
    padding: 7px 7px 10px;
    position: relative;
    text-align: left;
    width: 100%;
}
.btn.btn-file::before {
    color: #89b927;
    content: "W";
    font-family: FontAwesome;
    margin-right: 5px;
}
.btn.btn-file input[type="file"] {
    cursor: inherit;
    display: block;
    font-size: 100px;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    outline: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    background: #fff;
}
.crer ul li input[type="submit"] {
    width: 100%;
    float: left;
    margin-top: 10px;
    height: 35px;
    text-transform: uppercase;
}
section#mits {
    padding: 50px 0px 0 0;
    background: rgb(245, 245, 245);
}
.mti, .mti p{
    padding: 0 50px;
    text-align: center;
    margin:0px;
}
.mti p {
text-align:justify;
}
.strn {
    float: left;
width: 100%;
margin-top: 30px;
padding: 0 50px;
}
.strn h2 {
    font-weight: 700;
    font-size: 26px;
}
.strn h2 {
    float: left;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.strn ul {
    padding: 0;
    float: left;
    width: 100%;
    margin: 10px;
}
.strn ul li {
    list-style: inside;
    color: #29abe2;
    float: left;
    width: 100%;
    margin: 0;
    line-height: 15px;
}
.strn ul li label {
    color: #000;
    display: inline-block;
    font-size: 13px;
    float: right;
    width: 96%;
    line-height: 20px;
}
.strn-right {
    width: 33%;
    float: right;
}
.strn-left {
    width: 65%;
    float: left;
}
.strn-right img {
    width: 100%;
    margin-top: 40px;
}
.strn-left header.section-header {
    width: 200px;
    text-align: left;
}
.strn-left header.section-header h3 {
    font-size: 22px;
    color: #29abe2;
}
section#journey p {
    margin: 0;
}
.strn-left header.section-header h3:after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #4d4d4d;
    bottom: 0;
    left: calc(50% - 20px);
}
button.btn-5 img {
    width: 12px;
    margin-top: -3px;
    margin-right: 3px;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
	position:relative;
}
.srv-right {
    float: right;
    width: 25%;
}
.srv-right h5 {
    font-weight: 900;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}	
.srv-right ul {
    padding: 0;
    list-style: none;
}
.srv-right ul li {
    margin-bottom: 5px;
    float: left;
    border: solid 1px #ededed;
    width: 100%;
	}
.srv-right ul li a {
    color: #4d4d4d;
    background: #fff;
    padding: 15px;
    font-size: 13px;
    float: left;
    width: 100%;
}
.srv-right ul li:hover a{
	    color: #fff;
    background: #29abe2;
	}
.sev-dtl p {
    padding-right: 50px;
    margin: 10px 0;
}
/* Career */
section.career {
    padding: 50px 0;
}
.contentla h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    border-top: solid 3px #ddd;
    padding: 10px 0;
    background: #f9f9f9;
    margin-top: 10px;
    color: #000;
}
.tags {
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    top: 50%;
}
.tags h1 {
    color: #ddd;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 1px;
    display: inline-block;
}
.tags h1 span{
	    width: 100%;
    float: left;
   height: 3px;
    margin: 5px 0;
    background: linear-gradient(to right, #ffffff, #f7b21700);
	}
.contentla a.btn-5 {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    float: right;
    cursor: pointer;
}
#footer .footer-top .footer-info p a.readmore {
    font-weight: bold;
    text-transform: uppercase;
    float: left;
}
section#about .content.text-left {
    padding: 0;
}
.srve .content p {
    height: 66px;
    overflow: hidden;
}
#contact .contact-info p strong {
    text-transform: uppercase;
    margin-right: 3px;
    font-size: 12px;
    font-weight: 600;
}
a.contacts {
    position: fixed;
    right: 0;
    z-index: 9;
    top: 50%;
}
.blog_item {
    margin-bottom: 25px;
    transition: all .3s linear;
}
.blog_img {
    height: 214px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.blog_img img {
    height: 100%;
    width: 100%;
    transition: all .4s linear;
}
.blog_info {
    padding: 15px;
    width: 100%;
    border: solid 1px #ddd;
    float: left;
}
.blog_info>h3 {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    padding: 7px 0;
    text-align: left;
}
.blog_info a>button {
    border: 1px solid #ffffff;
    border-radius: 2px;
    background: #29abe2;
    color: #fff;
    display: block;
    font-weight: 600;
    margin: 0 auto;
    padding: 2px 10px;
    transition: all .5s linear;
    float: right;
    font-size: 13px;
    text-transform: uppercase;
}
.blog_img-dtl img.img-responsive {
    float: left;
    width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.blog_img-dtl {
    width: 100%;
    float: left;
}
div#introCarousel {
    z-index: 99;
}
.crer-left p {
    margin: 0;
}
.box {
    width: 31%;
    float: left;
    text-align: center;
    border: solid 1px #ddd;
    margin: 10px 1%;
    padding: 5px;
    background: #f4f4f4;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .12), 0 2px 4px 0 rgba(0, 0, 0, .24);
}
.box h4 {
    margin: 10px 0 0 0;
    font-size: 18px;
    font-weight: bold;
}
.box:hover{
    box-shadow:none;
}
.box img {
    width: 100%;
}
.aboutfootertag {
    width: 100%;
    float: left;
    background: #f2f2f3;
}
.footertag {
    padding: 50px 0;
}
.footertag ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    text-align: center;
}
.footertag ul li {
    display: inline-block;
    padding: 30px;
    border: solid 1px #aaa;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-family: 'Great Vibes', cursive;
    font-size: 50px;
    background: linear-gradient(to top, rgba(145, 21, 13, 0.69) 10%, rgb(4, 69, 106) 75%, rgb(0, 107, 53) 100%);
    letter-spacing: 5px;
    color: #fff;
}
.footertag ul li:hover{
        background: #29abe2;
    border: solid 1px #29abe2;
    color: #fff;
}
#header.header-scrolled .nav-menu > li ul li a {
    font-size: 13px;
    text-transform: capitalize;
}
.bg-img-src img {
    display: none;
}
#footer .footer-top .footer-contact p em {
font-family:'Arial';font-style:normal;
}