/*
	Theme Name: Bright
	Description: Responsive HTML Template  
	Version: 1.0
	Author: alphawd
	Tags: bootstrap, flat, template, theme, responsive, business, corporate, agency, portfolio, multipurpose 
*/

/* Table of Content
==================================================
	IMPORT SECTION
	MAIN
	STRUCTURE
	PAGES
    MEDIA QUERIES
	MISC
	
/*------------------------------------*\
    IMPORT SECTION
\*------------------------------------*/

@import url(bootstrap.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic,300,300italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700);
@import url(font-awesome.css);
@import url(linecons.css);
@import url(fakeLoader.css);
@import url(mmenu.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(component02.css);

/*------------------------------------*\
    MAIN
\*------------------------------------*/

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #818181;
  text-align: justify;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  color: #444444;
  margin: 10px 0;
}

h1 {
  font-size: 26px;
  line-height: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: none;
}

h3 {
  font-size: 18px;
  line-height: 22px;
}

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 18px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
}

p {
  margin: 0 0 10px;
}

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

a {
  transition: color 0.2s ease 0s;
}

a,
a:link,
a:active,
a:visited,
a:hover {
  color: #333;
  text-decoration: none;
}

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

blockquote {
  border: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
  width: 100%;
}

/* top-wrapper */
.top-wrapper {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.top-bar {
  width: 100%;
  min-height: 44px;
  line-height: 44px;
  color: #d1d1d1;
}

.top-bar i {
  margin-right: 8px;
}

.top-bar a {
  color: #d1d1d1;
}

.top-bar ul,
.top-bar li {
  margin: 0;
  padding: 0;
}

ul.top-contact {
  float: left;
}

ul.top-contact li {
  display: inline-block;
  margin-right: 30px;
}

ul.top-social {
  float: right;
}

ul.top-social li {
  display: inline-block;
  margin-right: 10px;
}

.white {
  background-color: #fff;
}

.white .top-bar p,
.white .top-bar ul li,
.white .top-bar ul li a,
.white .header .menu > ul > li > a {
  color: #818181;
}

/* header */
.header {
  width: 100%;
  background: transparent;
  color: #fff;
  min-height: 100px;
  border-top: 1px solid #949392;
  border-bottom: 1px solid #949392;
}

.white .header {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

a.responsive-menu {
  float: left;
  display: none;
  font-size: 24px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 100px;
  position: relative;
  z-index: 999;
  top: -3px;
}

.white a.responsive-menu {
  float: left;
  display: none;
  font-size: 24px;
  color: #454545 !important;
  width: 40px;
  height: 40px;
  line-height: 100px;
}

/* logo */
a.logo,
a.logo-light {
  float: left;
  width: 375px;
  height: 95px;
  display: flex;
  align-items: center;
}
a.logo-light img {
  width: 375px;
}
/* nav */
.menu {
  float: right;
  position: relative;
  height: 44px;
  width: auto;
  margin-top: 25px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

.menu > ul {
  position: relative;
  display: block;
  width: 100%;
  z-index: 500;
}

.menu:after,
.menu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.menu.align-right > ul > li {
  float: right;
}

.menu.align-center ul {
  text-align: center;
}

.menu.align-center ul ul {
  text-align: left;
}

.menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.menu > ul > #menu-button {
  display: none;
}

.menu ul li a {
  display: block;
  font-family: "Raleway";
  text-decoration: none;
}

.menu > ul > li > a {
  font-size: 13px;
  font-weight: 600;
  padding: 19px 28px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.menu > ul > li.sub > a {
  padding-right: 32px;
}

.menu > ul > li:hover > a {
  color: #ffffff;
}

.menu li.sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.menu > ul > li.sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #d1d1d1;
}

.menu > ul > li:hover::after {
  border-top-color: #ffffff;
}

.menu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, top 0.25s ease;
  -moz-transition: opacity 0.3s ease, top 0.25s ease;
  -ms-transition: opacity 0.3s ease, top 0.25s ease;
  -o-transition: opacity 0.3s ease, top 0.25s ease;
  transition: opacity 0.3s ease, top 0.25s ease;
  z-index: 1000;
}

.menu ul ul ul {
  top: 37px;
  padding-left: 5px;
}

.menu ul ul li {
  position: relative;
}

.menu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}

.menu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}

.menu ul ul li:hover > ul {
  left: 190px;
  top: 0;
  opacity: 1;
}

.menu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}

.menu ul ul li a {
  width: 190px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #9ea2a5;
  background: #ffffff;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.menu.align-right ul ul li a {
  text-align: right;
}

.menu ul ul li:hover > a {
  background: #f2f2f2;
  color: #8c9195;
}

.menu ul ul li:last-child > a,
.menu ul ul li.last > a {
  border-bottom: 0;
}

.menu > ul > li > ul::after {
  content: "";
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}

.menu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}

.menu ul ul li.sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}

.menu.align-right ul ul li.sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}

.menu ul ul li.sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.menu.align-right ul ul li.sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

ul.second-nav {
  display: none;
  list-style: none;
  position: absolute;
  left: 0;
  width: 100%;
  padding-left: 40px;
  background-color: rgba(78, 77, 146, 0.9);
}

ul.second-nav li {
  width: 100%;
  text-align: left;
  height: 50px;
  line-height: 50px;
}

ul.second-nav li a {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

ul.second-nav li:last-child > a {
  margin: 0 !important;
}

/* Header search form */
#header-search-form input[type="text"] {
  margin-top: 30%;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 48px;
  font-weight: 200;
  height: auto;
  line-height: 48px;
  margin-bottom: 15px;
  padding: 20px 10px;
  resize: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

/* Overlay style */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(46, 204, 113, 0.9);
  z-index: 999999;
}

/* Overlay closing cross */
.overlay .overlay-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  overflow: hidden;
  border: none;
  background: url(../img/cross.png) no-repeat center center;
  text-indent: 200%;
  color: transparent;
  outline: none;
  z-index: 100;
}

/* Effects */
.overlay-scale {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}

@media screen and (max-height: 30.5em) {
  .overlay nav {
    height: 70%;
    font-size: 34px;
  }

  .overlay ul li {
    min-height: 34px;
  }
}

/* content */
.content {
}

.block {
  padding: 1px 0;
}

.grey {
  background-color: #f7f7f7;
}

.line {
  width: 20px;
  height: 2px;
  background-color: #303030;
  margin: 20px 0;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

/* sidebar */
aside .widget {
  margin: 0 0 42px;
}

aside .widget h5 {
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  letter-spacing: 1px;
  line-height: 1.57143em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

aside .widget.posts_holder li {
  margin: 0;
  padding: 7px 0;
}

aside
  .widget.posts_holder
  li.page_item_has_children
  > ul.children
  li:last-child,
aside
  .widget.posts_holder
  li.menu-item-has-children
  > ul.sub-menu
  li:last-child {
  border-bottom: 0 none;
}

aside .widget.posts_holder li:hover {
  color: #2ecc71;
}

aside .widget.posts_holder li.page_item_has_children > ul.children,
aside .widget.posts_holder li.menu-item-has-children > ul.sub-menu {
  padding-left: 10px;
}

aside .widget.posts_holder li.page_item_has_children > a,
aside .widget.posts_holder li.menu-item-has-children > a {
  display: block;
}

aside .widget a {
  color: inherit;
}

aside .widget {
  margin: 0 0 42px;
}

.widget .tagcloud a {
  margin: 0 0 3px;
}

.widget .tagcloud a {
  display: inline-block;
  font-size: 13px !important;
}

.widget .tagcloud a::after {
  content: ",";
}

aside .widget a {
  color: inherit;
}

aside .widget a,
.side_menu a,
.side_menu .widget li {
  font-weight: 400;
  transition: color 0.3s ease-in-out 0s;
}

/* footer */
.footer {
  color: #818181;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: #2dcc70;
}

.footer-top {
  width: 100%;
  clear: both;
  padding: 60px 0;
  background-color: #1c1c1c;
}

.footer-top a.logo {
  float: none;
  display: block;
  width: 135px;
  margin-bottom: 15px;
  line-height: 22px;
}

.footer-top .widget-title {
  color: #cdcdcd;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px !important;
}

ul.post-list li {
  margin-bottom: 15px;
}

ul.post-list li a {
  color: #fff;
}

ul.post-list li a:hover {
  text-decoration: none;
}

.tag {
  float: left;
  background-color: #222222;
  padding: 8px 12px;
  margin: 0 6px 6px 0;
}

.tag a {
  font-size: 13px;
  color: #fff;
}

.footer-bottom {
  width: 100%;
  clear: both;
  padding: 25px 0;
  background-color: #222;
  font-size: 11px;
}

.footer-bottom p {
  float: left;
  margin: 0;
}

.footer-bottom a {
  color: #cdcdcd !important;
  font-weight: 600;
}

.footer-bottom a:hover {
  color: #2dcc70 !important;
}

ul.footer-menu {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.footer-menu li {
  float: left;
  padding: 0 10px;
}

ul.footer-menu li:first-child {
  padding: 0 10px 0 0;
}

ul.footer-menu li:last-child {
  padding: 0 0 0 10px;
}

ul.footer-menu li a {
  display: block;
  color: #cdcdcd !important;
  margin-left: 16px;
}

ul.footer-menu li a:hover {
  color: #2dcc70 !important;
}

ul.footer-contact {
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
}

ul.footer-contact li {
  line-height: 25px;
}

ul.footer-contact li img {
  color: #bfbfbf;
  float: left;
  width: 8px;
  transform: translateY(8px);
}

ul.footer-contact li span {
  color: #818181;
  display: block;
  margin-left: 20px;
}

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

ul.footer-social li {
  display: inline-block;
}

ul.footer-social li a i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 18px;
  color: #bfbfbf;
  transition: color 0.2s ease 0s;
  margin: 0 9px;
}

ul.footer-social li a i:hover {
  color: #2dcc70;
}

/*------------------------------------*\
    HOME
\*------------------------------------*/
#hero-slider .item {
  width: 100%;
  max-height: 800px;
}

#hero-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#hero-slider .owl-controls {
  display: none !important;
}

.language-switch {
  position: absolute;
  right: 30px;
  color: #fff;
  top: 10px;
  z-index: 99999;
}

.language-switch .btn {
  padding: 0;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  width: 80px;
  user-select: none;
  border: 0;
  outline: none;
  hidefocus: hidefocus;
  height: 26px;
  line-height: 26px;
}

.language-switch .btn:focus {
  outline: none;
}

.language-switch .dropdown-menu {
  top: 43px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 80px;
  min-width: 80px;
  text-align: center;
}

.language-switch .dropdown-menu li {
  height: 34px;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 80px;
}

.language-switch .dropdown-menu a {
  color: #fff;
  padding: 0;
  line-height: inherit;
}

.language-switch .dropdown-menu a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.language-switch .btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
}
.language-switch select {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  width: 80px;
  text-align: center;
  text-align-last: center;
}

.language-switch option {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}

.language-switch select:focus {
  outline: none;
}

.h-caption {
  position: absolute;
  z-index: 9999;
  top: 320px;
  left: 155px;
}

.h-caption.right {
  right: 155px;
  left: auto;
  text-align: right;
}

.h-title {
  font-size: 46px;
  font-weight: 600;
  color: #fff;
  text-transform: unset;
  letter-spacing: 1px;
  line-height: 80px;
}

.h-subtitle {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 60px;
}

.h-caption .btn-primary {
  margin-right: 7px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  z-index: 999;
}

#progressBar {
  width: 100%;
  background: #ededed;
}

.subtitle {
  margin-bottom: 40px;
  font-family: "Times New Roman";
  font-style: italic;
  font-size: 14px;
  color: #999;
}

.subtitle2 {
  font-family: "Times New Roman";
  color: #999;
}

.content-p {
  color: #999;
  text-align: left;
}

.image-wrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-image-wrap {
  color: #333;
  text-align: left;
  line-height: 50px;
}

.feature-image-wrap img {
  width: 20px;
  height: 20px;
  margin-left: 20%;
  margin-right: 30px;
}

.deep-grey {
  background-color: #414956;
  color: #fff;
}

.deep-grey h2 {
  color: #fff !important;
}

.deep-grey .line {
  background-color: #fff !important;
}

.deep-grey2 {
  background-color: #f7f7f7;
  color: #fff;
}

.industry-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.industry-image-wrap {
  min-width: 50px;
}

.industry-image-wrap img {
  height: 38px;
}

.industry-image-wrap h5 {
  color: #fff;
  font-size: 12px;
}

.image-wrap {
  position: relative;
}

.abs-left {
  position: absolute;
  left: 8%;
  top: 10%;
}

.abs-right {
  position: absolute;
  right: 8%;
  top: 10%;
}

.services i {
  float: left;
  font-size: 26px;
  color: #2dcc70;
}

.services h3 {
  margin: 0 0 10px;
  text-transform: none;
}

.services h3,
.services p {
  margin-left: 50px;
}

.promo-box {
  padding: 30px 0;
  background-color: #2dcc70;
}

.promo-box h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 20px;
  margin: 10px 0 0 !important;
}

img.mockup {
  display: block;
  margin: 0 auto;
}

.counter-wrapper {
  width: 100%;
  padding: 100px 0;
  background: #414856;
}

.counter-wrapper .line {
  background-color: #fff !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.title_counter h4 {
  font-family: "Times New Roman" !important;
  color: #999 !important;
  font-style: italic;
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
  margin: 0 !important;
}

.responsive img {
  display: block;
  margin: 20px auto 0;
}

.counter {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  color: #fff !important;
  display: inline-block;
  margin-bottom: 18px;
}

.counter > .counter {
  margin-bottom: 0;
}

code,
code > .counter {
  text-align: left;
  display: block;
  font-family: Monaco, monospace;
  background: #444;
  color: #fff;
  padding: 20px;
  font-size: 14px;
}

code > .counter {
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1024px) {
  .counter {
    font-size: 33px;
  }
}

@media only screen and (max-width: 800px) {
  .counter {
    font-size: 33px;
  }
}

.service h4 {
  text-transform: none;
}

.m40 {
  height: 40px;
  clear: both;
}

#testimonial-carousel {
  margin-top: 35px;
  text-align: center;
}

.client-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 5px auto 10px !important;
}

h4.client-name {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}

.client-name a {
  color: #2dcc70;
}

p.client-t {
  font-size: 18px;
  font-weight: 400;
  color: #818181;
  line-height: 32px;
}

p.client-t i {
  font-size: 22px;
}

p.client-t i.fa-quote-left {
  margin-right: 5px;
}

p.client-t i.fa-quote-right {
  margin-left: 5px;
}

.block-clients {
  padding: 50px 0;
}

ul.clients {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

ul.clients li {
  display: inline-block;
  margin: 0 33px;
}

ul.clients li img {
  width: 120px;
}

/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

#intro {
  background: url(../img/apple.jpg) 50% 0 no-repeat fixed;
  color: white;
  margin: 0 auto;
  padding: 0;
}

#intro_2 {
  background: url(../img/woman.jpg) 50% 0 no-repeat fixed;
  color: white;
  margin: 0 auto;
  padding: 0;
}

/*------------------------------------*\
    ABOUT US
\*------------------------------------*/
.page-hero {
  background-image: url(../img/page-hero.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 300px 0 150px;
}

.about-us {
  background-image: url(../img/about_us.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 420px 0 130px;
}

.hero-title {
  font-family: "Raleway";
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.8px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 25px !important;
  padding: 0;
}

.page-hero .line {
  background-color: #fff !important;
  width: 30px !important;
}

.progress_text p.title {
  font-family: "Times New Roman" !important;
  font-style: italic;
  float: left;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  color: #4a4a4a;
  padding: 0px;
  margin: 0;
}

.progress_text {
  padding: 0 0 7px;
  overflow: hidden;
}

.progress_text .number {
  float: right;
  color: #a2a2a2;
}

.progress {
  margin-bottom: 20px;
  height: 3px;
  overflow: hidden;
  position: relative;
  background-color: #e8e8e8;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
}

.progress div {
  width: 0px;
  height: 3px;
  overflow: hidden;
  position: relative;
  background-color: #2dcc70;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: width 6s ease-in-out;
  -moz-transition: width 6s ease-in-out;
  transition: width 6s ease-in-out;
}

.member-desc {
  padding: 25px 0;
  background-color: #fff;
}

.member-desc h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 2px !important;
}

span.job-title {
  font-family: "Times New Roman";
  font-size: 14px;
  font-style: italic;
  color: #999999;
}

ul.social {
  margin: 15px 0 0;
}

ul.social li {
  display: inline-block;
}

ul.social li a {
  font-size: 16px;
  color: #999999;
  margin: 0 2px;
}

/*------------------------------------*\
    SERVICES
\*------------------------------------*/
.features-box {
  margin: 45px auto 20px;
}

.features-box h1 {
  font-size: 24px;
}

.features-box p {
  color: #727272;
}

p.desc {
  margin-bottom: 30px;
}

.features-box i {
  font-size: 30px;
  color: #2dcc70;
}

/*------------------------------------*\
    SERVICES 2
\*------------------------------------*/
.serv {
}

.serv:hover {
  background-color: #f7f7f7;
  cursor: pointer;
}

.serv-desc {
  padding: 20px 0;
}

.pricing-top {
  background-color: #18191a;
  padding: 30px 0;
  border-radius: 3px 3px 0 0;
}

.pricing-block .colored {
  background-color: #2ecc71;
}

.pricing-block .colored li {
  color: #fff !important;
}

.pricing-top ul li {
  margin: 0 0 5px;
  padding: 0;
}

.pricing-top ul li:last-child {
  margin: 0;
  padding: 0;
}

.pricing-title {
  font-size: 18px;
  font-weight: 700;
  color: #9a9da3;
  text-transform: uppercase;
}

.price {
  font-size: 33px;
  font-weight: 700;
  color: #fff;
}

.price-month {
  font-size: 13px;
  font-style: italic;
  color: #434548;
}

.pricing-desc {
  padding: 15px 30px 30px;
  border-right: 1px solid #d6d9dc;
  border-left: 1px solid #d6d9dc;
  border-bottom: 1px solid #d6d9dc;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}

.pricing-desc span {
  color: #9a9da3;
  font-weight: 600;
}

.pricing-desc ul li {
  line-height: 1em;
  padding: 15px 0;
  border-bottom: 1px solid #f7f7f7;
}

.pricing-desc ul li:last-child {
  border-bottom: 0;
}

.btn-price {
  background: transparent;
  border: 2px solid #222;
  color: #222;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

.btn-price:hover {
  background: #2ecc71;
  border: 2px solid #2ecc71;
  color: #fff;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

.btn-price-colored {
  background: #2ecc71;
  border: 2px solid #2ecc71;
  color: #fff !important;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

.btn-price-colored:hover {
  background: transparent;
  border: 2px solid #222;
  color: #222 !important;
  line-height: 43px;
  display: block;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 0;
  text-transform: uppercase;
}

/*------------------------------------*\
    PORTFOLIO
\*------------------------------------*/
.portfolio-hero {
  background-image: url(../img/portfolio-hero.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 300px 0 150px;
}

.portfolio-hero .line {
  background-color: #fff !important;
  width: 30px !important;
}

.portfolio-items,
.portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0;
}

.portfolio-items {
}

.portfolio-filter {
  margin-bottom: 50px;
  text-align: center;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  margin: 0;
}

.portfolio-filter > li > a {
  font-size: 14px;
  color: #778c90;
  text-transform: uppercase;
  margin: 0 16px;
}

.portfolio-filter > li > a.active {
  color: #2dcc70;
}

.portfolio-items.col-2-space > li {
  width: 50%;
  padding: 8px;
}

.portfolio-items.col-3-space > li {
  width: 33%;
  padding: 8px;
}

.portfolio-items.col-4-space > li {
  width: 25%;
  padding: 8px;
}

.portfolio-item .item-main {
  margin: 0;
  text-align: center;
  background: #fff;
  padding: 0;
}

.portfolio-item img {
  max-width: 100%;
  height: auto;
}

.portfolio-item .portfolio-image {
  position: relative;
}

.portfolio-item .overlay-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  vertical-align: middle;
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms;
}

.portfolio-item .overlay-image .preview {
  position: relative;
  top: 50%;
  display: inline-block;
  margin-top: -20px;
}

.portfolio-item:hover .overlay-image {
  opacity: 1;
}

.item-desc {
  padding: 20px 0;
  background-color: #fff;
}

.item-desc h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 5px;
}

/*==========================================
   ISOTOPE FILTERING STYLES
=====================================================*/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/* ISOTOPE CSS3 TRANSACTIONS */
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS */
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* DISABLE ISOTOPE CSS3 TRANSACTIONS FOR CONTAINERS WITH INFINITE SCROLLING */
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
.blog-hero {
  background-image: url(../img/blog-hero.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 300px 0 150px;
}

.blog-hero .line {
  background-color: #fff !important;
  width: 30px !important;
}

.post {
  margin-bottom: 60px;
}

.post-text {
  background-color: #fff;
  padding: 23px 23px 35px;
}

.post-title,
.post-title a {
  color: #222222 !important;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.38462em;
  text-transform: uppercase;
}

.post-title a:hover {
  color: #2dcc70 !important;
}

.post-title span {
  font-size: 24px;
  color: #222222;
}

.post_info {
  color: #222222;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 18px !important;
  width: 100%;
  line-height: 26px;
}

.post_info a {
  color: #222222;
}

.post_info .time,
.post_info a,
.post_info .post_author,
.post_info .blog_like,
.post_info .blog_share {
  display: inline-block;
}

.post_info i {
  font-size: 3px;
  vertical-align: middle;
}

.post_details p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.post_more {
  margin: 30px 0 0;
}

#post-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

#post-slider .owl-controls {
  display: none !important;
}

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

#progressBar {
  width: 100%;
  background: #ededed;
}

i.qoute_mark {
  color: #c0c0c0;
  font-size: 36px;
  margin: 7px 0 0;
}

.post_title {
  padding: 0 0 0 60px;
}

.post_title p {
  color: #2dcc70;
  font-size: 21px;
  line-height: 35px;
}

.quote_author {
  color: #c0c0c0;
  display: block;
  font-family: "Raleway";
  font-size: 21px;
  font-weight: 400;
  line-height: 35px;
}

/*------------------------------------*\
    BLOG POST
\*------------------------------------*/
.post-text-blue {
  background-color: #f0f4f7;
  padding: 23px 0 35px;
}

blockquote {
  border: 0 !important;
}

blockquote i.pull-left {
  color: #222222;
  font-size: 22px;
  margin: 6px 0 0 !important;
}

blockquote h5 {
  padding: 0 0 0 40px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.5625em;
  margin: 0 !important;
  text-transform: none;
}

.single_tags {
  margin: 26px 0 0 0 !important;
  overflow: hidden;
}

.single_tags h5 {
  display: block;
  float: left !important;
  margin-right: 7px !important;
}

.single_tags a {
  color: #2dcc70;
  letter-spacing: 1px;
}

.comment_number {
  color: #2dcc70;
  margin-bottom: 20px;
}

ul.comment-list {
  list-style: none;
}

.comment-box {
  background-color: #fff;
  padding: 23px;
  margin-bottom: 18px;
}

.avatar-img {
  float: left;
  width: 75px;
  height: 75px;
}

.avatar-img img {
  border-radius: 50% !important;
}

.comment-box .text {
  min-height: 80px;
  padding: 0 0 0 100px;
  position: relative;
}

#comments_form .form-control {
  margin-bottom: 10px;
}

.comments_form {
  margin: 40px 0;
}

.comments_form h5 {
  color: #2dcc70;
  margin-bottom: 10px !important;
}

#comments {
  padding: 20px;
}

#comments_form .form-control {
  background-color: #fff;
  background-image: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #818181;
  display: block;
  font-size: 13px;
  height: 50px;
  line-height: 17px;
  padding: 15px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  margin: 0 0 20px !important;
}

textarea {
  min-height: 177px;
}

.comments_form_submit {
  margin-top: 25px;
}

/*------------------------------------*\
    CONTACT
\*------------------------------------*/
.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0 none;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999;
}

.control-group {
  margin-bottom: 15px;
}

.modal-header {
  background: #fff none repeat scroll 0 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  padding: 0 25px 15px;
  text-align: left;
}

.form-top-left {
  float: left;
  padding-top: 25px;
  width: 75%;
}

.modal-title {
  color: #555;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: none;
}

.modal-subtitle {
  font-size: 16px;
  text-transform: none;
  color: #888;
}

.form-top-right {
  color: #ddd;
  float: left;
  font-size: 66px;
  line-height: 100px;
  padding-top: 5px;
  text-align: right;
  width: 25%;
}

.modal-body {
  background-color: #eeeeee;
  border-radius: 0 0 4px 4px;
  padding: 25px 25px 30px !important;
  text-align: left;
}

.form-control {
  background: #f8f8f8;
  border: 3px solid #ddd;
  border-radius: 4px;
  box-shadow: none;
  color: #888;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

textarea.form-control {
  height: 100px;
}

.center-vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.center-horizontal {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#contactForm .btn {
  background: #2ecc71;
  border: 0;
  border-radius: 4px;
  box-shadow: none;
  color: #fff;
  font-family: "Raleway";
  font-size: 16px;
  font-weight: 300;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  text-transform: none !important;
  width: 100%;
}

/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  a.logo,
  a.logo-light {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .footer a.logo {
    margin: 0 !important;
  }

  .menu,
  .second-nav {
    display: none;
    top: 144px;
  }

  a.responsive-menu,
  .white a.responsive-menu {
    display: block;
  }

  .h-caption {
    display: none;
  }

  img.mockup {
    display: block;
    margin-top: 25px;
  }

  .member-desc {
    margin-bottom: 25px;
  }

  .promo-box h2 {
    margin-bottom: 20px !important;
  }

  ul.footer-menu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-menu li:first-child a {
    margin: 0;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  a.logo,
  a.logo-light {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .footer a.logo {
    margin: 0 !important;
  }

  .menu,
  .second-nav {
    display: none;
    top: 144px;
  }

  a.responsive-menu,
  .white a.responsive-menu {
    display: block;
  }

  .h-caption {
    display: none;
  }

  img.mockup {
    display: block;
    margin-top: 25px;
  }

  .member-desc {
    margin-bottom: 25px;
  }

  .promo-box h2 {
    margin-bottom: 20px !important;
  }

  ul.footer-menu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-menu li:first-child a {
    margin: 0;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }

  a.logo,
  a.logo-light {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .footer a.logo {
    margin: 0 !important;
  }

  .menu,
  .second-nav {
    display: none;
    top: 100px;
  }

  a.responsive-menu,
  .white a.responsive-menu {
    display: block;
  }

  .h-caption {
    display: none;
  }

  img.mockup {
    display: block;
    margin-top: 25px;
  }

  .member-desc {
    margin-bottom: 25px;
  }

  .promo-box h2 {
    margin-bottom: 20px !important;
  }

  ul.footer-menu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-menu li:first-child a {
    margin: 0;
  }
}

/* Landscape phones and smaller */
@media (max-width: 480px) {
  .top-bar {
    display: none;
  }
  .language-switch {
    top: 15px;
  }
  a.logo,
  a.logo-light {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 75px;
  }
  a.logo-light img {
    width: 280px;
  }
  .footer a.logo {
    margin: 0 !important;
  }

  .menu,
  .second-nav {
    display: none;
    top: 130px;
  }

  a.responsive-menu,
  .white a.responsive-menu {
    position: absolute;
    top: -75px;
  }
  .header {
    margin-top: 55px;
    height: 75px;
    min-height: 75px;
  }
  .h-caption {
    display: none;
  }

  img.mockup {
    display: block;
    margin-top: 25px;
  }

  .pricing-block {
    margin-bottom: 25px;
  }

  .member-desc {
    margin-bottom: 25px;
  }

  .promo-box h2 {
    margin-bottom: 20px !important;
  }

  ul.footer-menu {
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  ul.footer-menu li:first-child a {
    margin: 0;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
