/**
Lenova - Onepage Parallax Template.

TABLE OF CONTENTS

	* Global
		+ Navbar
		+ Header
		+ About
    + Skills
    + Counter
    + Services
    + Portfolio
    + Team
    + One Features
    + Pricing
    + testimonel
    + Blog
    + Contact media
    + Subscribe
    + Contact
    + Footer

**/
/* -------------------------------------------------------
                     Global
-------------------------------------------------------- */
body {
  overflow-x: hidden;
  background-color: #fff;
  color: #181818;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1px;
}

/** THEME COLOR **/
.fb {
  background-color: #3b5999;
}
.fb:hover {
  color: #3b5999 !important;
}

.tw {
  background-color: #55acee;
}
.tw:hover {
  color: #55acee !important;
}

.in {
  background-color: #0077B5;
}
.in:hover {
  color: #0077B5 !important;
}

/** Btn **/
.css-button {
  background-color: #d61d2d;
  border: 1px solid #d61d2d;
  height: 45px;
  width: 150px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  color: #fff;
}

p.css-button-text, a.css-button-text {
  width: 100%;
  font-size: 13px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  color: #fff;
}

.css-button-inner-text {
  width: 100%;
  line-height: 45px;
  color: #fff;
  font-size: 13px;
}

.css-button-inner {
  height: 45px;
  width: 200px;
  position: relative;
  left: -4px;
  top: 0;
  background-color: #000;
  text-align: center;
  font-size: 14px;
  -webkit-transform: translate(300px, 0);
          transform: translate(300px, 0);
  -webkit-animation-name: buttonx-out;
          animation-name: buttonx-out;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.css-button:hover > .css-button-inner {
  color: #f7f7f7;
  font-size: 14px;
  -webkit-animation-name: buttonx-in;
          animation-name: buttonx-in;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate(-20px, 0px);
          transform: translate(-20px, 0px);
}

@keyframes buttonx-in {
  from {
    -webkit-transform: translate(-300px, 0);
            transform: translate(-300px, 0);
  }
  to {
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
}
@keyframes buttonx-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(300px, 0px);
            transform: translate(300px, 0px);
  }
}
@-webkit-keyframes buttonx-in {
  from {
    -webkit-transform: translate(-300px, 0);
            transform: translate(-300px, 0);
  }
  to {
    -webkit-transform: translate(-20px, 0px);
            transform: translate(-20px, 0px);
  }
}
@-webkit-keyframes buttonx-out {
  from {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(300px, 0px);
            transform: translate(300px, 0px);
    opacity: .6;
  }
}
/** Reset **/
p {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  color: #777;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1,
h2,
h3,
h4 {
  font-family: 'Hind', sans-serif;
  font-weight: 100;
  color: #151515;
  margin: 0;
  padding: 0;
}

h5, h6 {
  margin: 0;
  padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px !important;
  height: 5px !important;
  margin: 2px !important;
  background-color: #fff !important;
}

.owl-theme .owl-dots .active span {
  width: 28px !important;
  height: 5px !important;
  background-color: #fff !important;
}

/** Section Title **/
.section-title {
  position: relative;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
.section-title p {
  font-size: 13px;
  color: #999;
  margin-bottom: 15px;
}
.section-title h2 {
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.section-title h2 span {
  color: #FF2E63;
}
.section-title h2:after {
  content: '';
  position: absolute;
  bottom: 14px;
  left: 5%;
  width: 90%;
  height: 15px;
  background-color: #08D9D6;
  z-index: -1;
  opacity: .08;
}

.shadow-title {
  display: inline-block;
  position: relative !important;
  margin-bottom: 10px;
  font-weight: 500;
}
.shadow-title:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 5%;
  width: 90%;
  height: 15px;
  background-color: #FF2E63;
  z-index: -1;
  opacity: .08;
}

/* -------------------------------------------------------
                    Navbar
-------------------------------------------------------- */
.navbar {
  position: relative;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 1030;
}
.navbar .active {
  color: #08D9D6 !important;
}
.navbar .navbar-brand {
  width: 140px;
  padding: 15px 0;
  min-height: 20px;
  height: auto;
}
.navbar .navbar-brand .logo-1 {
  display: block;
}
.navbar .nav-item {
  padding: 0 5px;
}
.navbar .nav-item a {
  color: #d61d2d;
  font-weight: 500;
}
.navbar .navbar-toggler {
  cursor: pointer;
}
.navbar .navbar-toggler span {
  color: #ee701e;
}

.nav-scroll {
  background: #fff;
  padding: 0 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 8px 6px -9px #999;
          box-shadow: 0 8px 6px -9px #999;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.nav-scroll .navbar-nav > li > a {
  color: #d61d2d;
}
.nav-scroll .navbar-brand img {
  width: 110px;
}
.nav-scroll .logo-1 {
  display: block !important;
  -webkit-transform: scale(1.3) !important;
          transform: scale(1.3) !important;
}
.nav-scroll .logo-2 {
  display: none;
}
.nav-scroll .navbar-toggler {
  cursor: pointer;
}
.nav-scroll .navbar-toggler span {
  color: #333;
}

/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
.header {
  position: relative;
  background: url(../img/slide3.jpg);
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}
.header .caption {
  position: relative;
}
.header .caption h1 {
  text-align: inherit;
  color: #f1f1f1;
  margin-bottom: 20px;
  padding: 0px;
  letter-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 47px;
}
.header .caption h1 strong {
  color: #fff;
  font-weight: bold;
}
.header .caption h6 {
  color: #a1a1a1;
  font-size: 20px;
  margin-bottom: 25px;
}
.header .caption .css-button {
  display: inline-block;
  margin: auto;
}
.header .caption .css-button-2 {
  background: transparent;
  border: 1px solid #fff;
  margin-left: 5px;
}

/* -------------------------------------------------------
                    About
-------------------------------------------------------- */
.about {
  position: relative;
  overflow: hidden;
}
.about .part-img {
  position: relative;
  padding: 30px;
}
.about .part-img:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #08D9D6;
  z-index: -1;
  opacity: .03;
}
.about .part-img img {
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.about .part-info {
  position: relative;
  display: table;
  padding: 30px 0 0;
}
.about .part-info h4 {
  font-size: 18px;
}
.about .part-info .part-icon {
  display: table-cell;
  vertical-align: top;
  padding-right: 15px;
}
.about .part-info .part-icon i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #08D9D6;
  border-radius: 30% 50% 20% 50%;
  text-align: center;
  font-size: 25px;
  color: #fff;
}
.about .part-info .part-content {
  display: table-cell;
}

/* -------------------------------------------------------
                    Skills
-------------------------------------------------------- */
.skills {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
}
.skills .part-text {
  padding: 30px 0;
}
.skills .part-text p {
  margin-bottom: 30px;
}
.skills .skills-item {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.skills .skills-item h4 {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.skills .skills-item .bar {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.skills .skills-item .bar .fill {
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #FF2E63;
  border-radius: 8px;
  -webkit-transition: all 3s;
  transition: all 3s;
}
.skills .skills-item .bar .fill:before {
  content: attr(data-width);
  position: absolute;
  top: -30px;
  right: -15px;
  color: #222;
  font-size: 14px;
}
.skills .skills-item .bar .fill:after {
  content: '';
  position: absolute;
  top: -6px;
  right: -1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px rgba(31, 31, 31, 0.3);
          box-shadow: 0 1px 15px rgba(31, 31, 31, 0.3);
}
.skills .skills-item:last-child {
  margin-bottom: 0 !important;
}
.skills .part-img {
  position: relative;
}
.skills .part-img:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../img/bg.png);
  z-index: -1;
}

/* -------------------------------------------------------
                    counter
-------------------------------------------------------- */
.counter {
  background: url("../img/counter.jpg");
  background-attachment: fixed;
  position: relative;
}
.counter .number-counter {
  position: relative;
  display: inline-block;
}
.counter .number-counter i {
  color: #FF2E63;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px;
  color: #ccc;
  opacity: .07;
}
.counter .number-counter .timer-container {
  padding: 10px 30px;
}
.counter .number-counter .timer-container .number {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}
.counter .number-counter:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 2px;
  background-color: #08D9D6;
  opacity: .03;
}
.counter h6 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

/* -------------------------------------------------------
                    Services
-------------------------------------------------------- */
.services {
  position: relative;
}
.services .services-item {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
  padding: 50px 0;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.services .services-item .border-c {
  position: absolute;
  bottom: -1px;
  left: calc(50% - 40%);
  width: 80%;
  height: 2px;
  opacity: .09;
}
.services .services-item .part-icon {
  vertical-align: top;
  padding-right: 15px;
  margin-bottom: 20px;
}
.services .services-item .part-icon i {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  border-radius: 80% 50% 60% 43%;
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.services .services-item .part-content .shadow-title {
  margin-bottom: 20px;
}
.services .services-item .part-content .shadow-title:before {
  content: attr(data-number);
  position: absolute;
  left: 0px;
  top: -38px;
  font-size: 6vw;
  opacity: .7;
  color: #e5e5e5;
  z-index: -1;
}

/* -------------------------------------------------------
                    portfolio
-------------------------------------------------------- */
.portfolio {
  background-color: rgba(245, 250, 251, 0.3);
  overflow: hidden;
}
.portfolio .section-title {
  display: inline-block;
}
.portfolio .filtering {
  display: inline-block;
  padding: 0 2rem;
  margin: 0 auto;
  float: right;
}
.portfolio .filtering button {
  position: relative;
  margin: 0px 1px;
  font-size: 14px;
  padding: .5rem 1rem;
  letter-spacing: 2px;
  color: #777;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .filtering button::before {
  content: "-";
  position: absolute;
  left: -5px;
}
.portfolio .filtering .active {
  color: #08D9D6;
}
.portfolio .filtering .active::before {
  content: "-";
  color: #777;
}
.portfolio .filtering button:first-child::before {
  content: "";
}
.portfolio .gallery {
  padding: 0;
}
.portfolio .gallery .item-img {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.portfolio .gallery .item-img img {
  border: 1px solid rgba(245, 250, 251, 0.3);
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.portfolio .gallery .item-img:hover img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.portfolio .gallery .item-img .item-img-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #fff;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}
.portfolio .gallery .item-img .item-img-overlay:after {
  content: "";
  position: absolute;
  top: 0;
  left: 170%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: -1;
}
.portfolio .gallery .item-img .item-img-overlay:hover:after {
  top: 0;
  left: -170%;
}
.portfolio .gallery .item-img .item-img-overlay:hover {
  opacity: .88;
}
.portfolio .gallery .item-img .item-img-overlay .cap {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.portfolio .gallery .item-img .item-img-overlay .shadow-title:after {
  opacity: .2;
}
.portfolio .gallery .item-img .item-img-overlay h4.shadow-title {
  display: block;
}
.portfolio .gallery .item-img .item-img-overlay h4.shadow-title:after {
  background-color: #08D9D6;
}
.portfolio .gallery .item-img .item-img-overlay h6 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
  color: #000;
}
.portfolio .gallery .item-img .item-img-overlay h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #FF2E63;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
}
.portfolio .gallery .item-img .item-img-overlay .icon a {
  display: inline-block;
  margin: 1rem;
  font-size: 2rem;
  color: #08D9D6;
}
.portfolio .gallery .item-img .item-img-overlay .icon a:hover {
  color: #ddd;
}
.portfolio .gallery .item-img .item-img-overlay:hover .cap {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.portfolio .gallery .item-img .item-img-overlay:hover .cap h4 {
  opacity: 1;
}

/* -------------------------------------------------------
                    Team
-------------------------------------------------------- */
.team {
  position: relative;
}
.team .team-item {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.team .team-item .part-img {
  position: relative;
}
.team .team-item .part-img img {
  border-radius: 8px;
}
.team .team-item .item-overlay {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 1;
}
.team .team-item .item-overlay .cap {
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  -webkit-transition: all .7s;
  transition: all .7s;
}
.team .team-item .item-overlay .cap h4 {
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  opacity: 0;
}
.team .team-item .item-overlay .cap h5 span.shadow-title {
  font-size: 14px;
  font-weight: 600;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}
.team .team-item .item-overlay .cap h5 span.shadow-title:after {
  background-color: #08D9D6;
}
.team .team-item .item-overlay:hover {
  opacity: .88;
}
.team .team-item .item-overlay .scoial-icon {
  margin-top: 10px;
}
.team .team-item .item-overlay .scoial-icon a i {
  border-radius: 50%;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .team-item .item-overlay .scoial-icon a i:hover {
  background-color: #fff;
}
.team .team-item .item-overlay .scoial-icon .fb {
  -webkit-transition: all 3s;
  transition: all 3s;
  opacity: 0;
}
.team .team-item .item-overlay .scoial-icon .tw {
  -webkit-transition: all 2s;
  transition: all 2s;
  opacity: 0;
}
.team .team-item .item-overlay .scoial-icon .in {
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.team .team-item:hover .cap {
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.team .team-item:hover .cap h4 {
  opacity: 1;
}
.team .team-item:hover .cap h5 span.shadow-title {
  opacity: 1;
}
.team .team-item:hover .cap .scoial-icon .fb, .team .team-item:hover .cap .scoial-icon .tw, .team .team-item:hover .cap .scoial-icon .in {
  opacity: 1;
}

/* -------------------------------------------------------
                    one-feature
-------------------------------------------------------- */
.one-feature {
  position: relative;
  background: url("../img/features.jpg");
}
.one-feature .part-content {
  position: relative;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.one-feature .part-content .shadow-title {
  position: relative;
  font-size: 35px;
  font-weight: 600;
}
.one-feature .part-content p {
  font-size: 16px;
}
.one-feature .part-content .part-button {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

/* -------------------------------------------------------
                    Pricing
-------------------------------------------------------- */
.pricing {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
}
.pricing .pricing-item {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.pricing .pricing-item .pricing-head {
  padding: 50px 15px;
}
.pricing .pricing-item .pricing-head h4 {
  margin-bottom: 20px;
}
.pricing .pricing-item .pricing-head .part-icon {
  vertical-align: top;
}
.pricing .pricing-item .pricing-head .part-icon i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(195, 255, 252, 0.6);
  border-radius: 50%;
  text-align: center;
  font-size: 50px;
  color: #fff;
}
.pricing .pricing-item ul {
  padding: 0 15px;
}
.pricing .pricing-item ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f1f1f1;
}
.pricing .pricing-item ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.pricing .pricing-item .price {
  padding: 30px 15px;
}
.pricing .pricing-item .price h4 {
  font-size: 35px;
  font-weight: bold;
}
.pricing .pricing-item .part-btn {
  position: relative;
  background-color: #08D9D6;
  padding: 15px;
  border-radius: 0 0 8px 8px;
}
.pricing .pricing-item .part-btn a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
}

/* -------------------------------------------------------
                    Client
-------------------------------------------------------- */
.client {
  position: relative;
}
.client .client-item {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
  padding: 50px 15px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 8px;
}
.client .client-item .part-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.client .client-item .part-img img {
  border-radius: 50%;
}
.client .client-item .part-content .rating i {
  font-size: 12px;
  color: #08D9D6;
}
.client .client-item .part-content h5 {
  font-size: 16px;
  font-weight: 600;
}
.client .client-item .part-content h5 span {
  font-size: 14px;
  font-weight: 400;
}
.client .client-item .border-c {
  position: absolute;
  bottom: -1px;
  left: calc(50% - 40%);
  width: 80%;
  height: 2px;
  opacity: .09;
}
.client .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

/* -------------------------------------------------------
                    Blog
-------------------------------------------------------- */
.blog {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
}
.blog .blog-item {
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: 8px;
}
.blog .blog-item .part-img {
  border-radius: 8px 8px 0 0;
}
.blog .blog-item .part-img img {
  border-radius: 8px 8px 0 0;
}
.blog .blog-item .part-content h5 {
  color: #FF2E63;
  font-size: 12px;
  font-weight: 600;
}
.blog .blog-item .part-content h4 {
  font-size: 16px;
  font-weight: 600;
}
.blog .blog-item .meta {
  border-top: 1px solid #f1f1f1;
  text-align: justify;
  padding: 10px 20px;
}
.blog .blog-item .meta div {
  display: inline-block;
}
.blog .blog-item .meta .right {
  float: right;
  line-height: 40px;
}
.blog .blog-item .meta img {
  width: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
.blog .blog-item .meta h6 {
  display: inline-block;
}
.blog .blog-item .meta h6 a {
  display: inline-block;
  color: #333;
  font-size: 12px;
}
.blog .blog-item .meta i {
  color: #08D9D6;
  padding-right: 5px;
  font-size: 12px;
}

/* -------------------------------------------------------
                    SubScribe
-------------------------------------------------------- */
.subscribe {
  position: relative;
  background: url("../img/subscribe.jpg");
}
.subscribe .caption {
  position: relative;
  margin: auto;
}
.subscribe .caption h5 {
  color: #fbfbfb;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.subscribe .caption h4 {
  color: #fff;
  font-weight: 500;
}
.subscribe .caption .part-in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.subscribe .caption .part-in input {
  width: 100%;
  background: rgba(165, 165, 165, 0.2);
  border: 0;
  border-radius: 8px 0 0 8px;
  padding: 10px 15px;
  color: #fff;
  opacity: 1;
}
.subscribe .caption .part-in button {
  background-color: #08D9D6;
  height: 100%;
  padding: 10px 15px;
  border-radius: 0 8px 8px 0;
  color: #fff;
  font-weight: 500;
}

/* -------------------------------------------------------
                    Contact
-------------------------------------------------------- */
.contact {
  position: relative;
}
.contact .content {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
  -webkit-box-shadow: 0px 0px 130px rgba(115, 128, 157, 0.1);
          box-shadow: 0px 0px 130px rgba(115, 128, 157, 0.1);
  border-radius: 8px;
}
.contact .content .part-info {
  position: relative;
  background: url("../img/counter.jpg");
  border-radius: 8px 0 0 8px;
  padding: 100px 50px;
}
.contact .content .part-info:before {
  border-radius: 8px 0 0 8px;
}
.contact .content .part-info h4 {
  position: relative;
  color: #fff;
  font-weight: 600;
}
.contact .content .part-info p {
  position: relative;
  color: #fcfcfc;
}
.contact .content .part-info .item {
  position: relative;
  display: table;
  margin-bottom: 20px;
}
.contact .content .part-info .item .part-icon {
  display: table-cell;
  vertical-align: super;
  padding-right: 15px;
}
.contact .content .part-info .item .part-icon i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #08D9D6;
  border-radius: 30% 50% 20% 50%;
  text-align: center;
  font-size: 25px;
  color: #fff;
}
.contact .content .part-info .item h5 {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}
.contact .content .cont-form {
  position: relative;
  padding: 100px 50px;
}
.contact .content .cont-form h4 {
  position: relative;
  font-weight: 600;
}
.contact .content .cont-form .full-form {
  width: 100%;
  border-radius: 5px;
  margin-top: 1rem;
}
.contact .content .cont-form .full-form .form .form-group {
  position: relative;
}
.contact .content .cont-form .full-form .form .form-group input {
  background: inherit;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #252A34;
  width: 100%;
  padding: 1.2rem;
  color: #000;
}
.contact .content .cont-form .full-form .form textarea {
  background: inherit;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #252A34;
  max-height: 120px !important;
  min-height: 120px !important;
  padding: 1.2rem;
  padding: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact .content .cont-form .full-form .form textarea:focus, .contact .content .cont-form .full-form .form input:focus {
  border-bottom: 1px solid #08D9D6;
}
.contact .content .cont-form .full-form .form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
  opacity: 1;
}
.contact .content .cont-form .full-form .form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  opacity: 1;
}
.contact .content .cont-form .full-form .form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  opacity: 1;
}
.contact .content .cont-form .full-form .form ::placeholder {
  /* Most modern browsers support this now. */
  color: #000;
  opacity: 1;
}

/* -------------------------------------------------------
                    Footer
-------------------------------------------------------- */
footer {
  position: relative;
  background-color: #18191b;
  padding: 30px 0;
}
footer .cop h5 {
  color: #b5b5b5;
  font-size: 13px;
  line-height: 35px;
}
footer .cop a {
  color: #08D9D6;
  font-size: 13px;
}
footer .scoial-icon {
  text-align: right;
}
footer .scoial-icon a i {
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .scoial-icon a i:hover {
  background-color: #fff;
  color: #18191b;
}

/* -------------------------------------------------------
                    demo-slider
-------------------------------------------------------- */
.demo-slider {
  background: none;
  position: relative;
  height: 100vh;
}
.demo-slider .item {
  position: relative;
  height: 100vh;
}
.demo-slider .item .captin {
  position: relative;
}
.demo-slider .item .captin h1 {
  text-align: inherit;
  color: #f1f1f1;
  margin-bottom: 20px;
  padding: 0px;
  letter-spacing: 0px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  font-size: 47px;
}
.demo-slider .item .captin h1 strong {
  color: #fff;
  font-weight: bold;
}
.demo-slider .item .captin h6 {
  color: #a1a1a1;
  font-size: 20px;
  margin-bottom: 25px;
}
.demo-slider .item .captin .css-button {
  display: inline-block;
  margin: auto;
}
.demo-slider .item .captin .css-button-2 {
  background: transparent;
  border: 1px solid #fff;
  margin-left: 5px;
}
.demo-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.demo-slider .owl-nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.demo-slider .owl-nav .owl-prev {
  position: absolute;
  left: 5px;
  background: inherit;
  font-size: 25px;
}
.demo-slider .owl-nav .owl-prev:hover {
  background: inherit;
  color: #08D9D6;
}
.demo-slider .owl-nav .owl-next {
  position: absolute;
  right: 5px;
  background: inherit;
  font-size: 25px;
}
.demo-slider .owl-nav .owl-next:hover {
  background: inherit;
  color: #08D9D6;
}

/* -------------------------------------------------------
                    demo-video
-------------------------------------------------------- */
.demo-video {
  position: relative;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}

/* -------------------------------------------------------
                    demo-rev
-------------------------------------------------------- */
.header-r .caption {
  position: relative;
}
.header-r .caption h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
}
.header-r .caption h5 {
  color: #f7f7f7;
  font-size: 20px;
  font-weight: 400;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
}
.header-r a {
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 30px;
}

.f {
  position: relative;
  background-color: rgba(245, 250, 251, 0.3);
}
.f h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.f p {
  max-width: 40%;
  margin: auto;
}

.rev {
  position: relative;
}
.rev .item {
  border-radius: 8px;
}
.rev .item a {
  color: #333;
  -webkit-transition: opacity 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s, -webkit-transform 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s;
  transition: opacity 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s, -webkit-transform 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s;
  transition: transform 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s, opacity 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s;
  transition: transform 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s, opacity 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s, -webkit-transform 3s cubic-bezier(0.1, 0.1, 0.1, 1) 0.3s;
}
.rev .item a img {
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.rev .item a img:hover {
  -webkit-transform: translateY(-15px) scale(1);
          transform: translateY(-15px) scale(1);
  -webkit-box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 4px 40px rgba(0, 0, 0, 0.1);
  opacity: .8;
}
.rev .item h5 {
  text-align: center;
  font-size: 16px;
}

/* -------------------------------------------------------
                    Classes To Extend
-------------------------------------------------------- */
.background {
  background-size: cover;
  background-repeat: no-repeat;
}

.header, .counter, .one-feature, .subscribe, .contact .content .part-info {
  background-size: cover;
  background-repeat: no-repeat;
}

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




 #social p, .twitter {
  font: normal normal 10px Arial;
  text-align: center;
  color: #998578;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#social .twitter {
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 14px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .twitter:hover {
  color: #FF7D6D;
  text-decoration: none;
}
.twit{
  background:#d61d2d !important;
}
#social span {
  font-style: italic;
  display: block;
}

#social img {
  max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

#social .fl-fl {
  background: #d61d2d;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -145px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

#social .fl-tw {
  background: #23a1f4;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 4px;
  width: 190px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  font: normal normal 10px Arial;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}



#social .fa {
  font-size: 20px;
  color: #fff;
  padding: 10px 0;
  width: 40px;
  margin-left: 8px;
}

#social .fl-fl:hover {
  right: -52px;
}

#social .fl-fl a {
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  line-height: 43px!important;
  vertical-align: top!important;
}

/*#social .float-fb {*/
/*  top: 160px;*/
/*}*/

@media (min-width: 577px){
#social .float-fb {
  top: 160px;
}
#social .float-tw {
  top: 215px;
}

.home-form .main-form {
    border: 3px solid #50b848;
    border-radius: 76px 2px;
}
}

@media (max-width:576px){

#social .float-fb {
     top: none; 
    bottom: 0px !important;
    left: 0px !important;
    width: 50% !important;
}
#social .float-tw {
     top: none; 
    bottom: 0px !important;
    right: 0px !important;
    width: 50% !important;
}
.layout-fix{
    width: 100%;
    overflow: scroll;
}
.layout-fix > table{
     table-layout: initial !important;
}
}
.layout-fix > table{
    table-layout: fixed;
}
.apply-now{
    background: #d73836 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.blink {
  animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

.mid-link{
        margin: auto;
    font-weight: 900;
    font-size: 24px;
    font-style: italic;
    padding: 48px;
}

.mid-link-back{
        background: #d73836;
    text-align: center;
}

.project-table table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
    		border: 1px solid #e9e9e9;
    		line-height: 1.4;
    		padding: 4px;
    		vertical-align: middle;
    		text-align: center;
    		    font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
	}
	.project-table> tr> span{
	color: #737373;
 	font-size: 18px;
 	    font-family: 'Open Sans', sans-serif, Arial, Verdana, 'Trebuchet MS';
	} 