/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li ul.sub-sub-menu li a,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
.first-slider .first-line,
.first-slider .second-line,
.second-slider .first-line,
.second-slider .second-line,
.third-slider .first-line,
.third-slider .second-line,
.fourth-slider .first-line,
.fourth-slider .second-line {
  font-family: 'Open Sans', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
html ::selection {
  color: #ffffff;
  background: #fbd703;
}
section {
  padding: 100px 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.3px;
  color: #5a5a5a;
}
.sub-section-heading h2 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #121212;
  margin-top: 0px;
  margin-bottom: 0px;
}
.sub-section-heading .line-dec {
  width: 40px;
  height: 2px;
  background-color: #fbd703;
  margin: 15px 0px 20px 0px;
}
.sub-section-heading p {
  color: #343434;
}
@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 45px;
  }
}
.section-heading h2 {
  font-size: 21px;
  font-weight: 700;
}
.section-heading .line-dec {
  width: 45px;
  height: 2px;
  background-color: #fbd703;
}
.section-heading p {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .section-heading p {
    display: none;
  }
}
.sub-header {
  position: absolute;
  width: 100%;
  line-height: 46px;
  z-index: 999;
  border-bottom: 1px solid rgba(250, 250, 250, 0.25);
}
.sub-header ul {
  padding: 0;
  margin: 0;
}
.sub-header ul li {
  display: inline-block;
  list-style: none;
}
.sub-header .left-info ul li a {
  margin-right: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #ffffff;
}
.sub-header .left-info ul li i {
  font-size: 13px;
  margin-right: 4px;
}
.sub-header .left-info ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.sub-header .social-icons {
  float: right;
}
.sub-header .social-icons ul li {
  margin-left: 3px;
}
.sub-header .social-icons ul li i {
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid rgba(250, 250, 250, 0.5);
  border-radius: 50%;
}
.sub-header .social-icons ul li i:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.second-sub-header {
  background-color: #222429;
  border-bottom: none;
}
.second-sub-header .social-icons {
  float: right;
}
.second-sub-header .social-icons ul li {
  margin-left: 3px;
}
.second-sub-header .social-icons ul li i {
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
  color: #ffffff;
  border: none;
}
.second-sub-header .social-icons ul li i:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.third-sub-header {
  background-color: #fbd703;
  border-bottom: none;
}
.third-sub-header .left-info ul li a {
  color: #ffffff;
}
.third-sub-header .left-info ul li a:hover {
  color: #121212;
  transition: all 0.5s;
}
.third-sub-header .social-icons {
  float: right;
}
.third-sub-header .social-icons ul li {
  margin-left: 3px;
}
.third-sub-header .social-icons ul li i {
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
  color: #ffffff;
  border: none;
}
.third-sub-header .social-icons ul li i:hover {
  color: #121212;
  transition: all 0.5s;
}
.fourth-sub-header {
  border-bottom: 1px solid #e5e5e5;
  background-color: #ffffff;
}
.fourth-sub-header .left-info ul li a {
  color: #343434;
}
.fourth-sub-header .social-icons ul li i {
  color: #343434;
}
.fivth-sub-header {
  border-bottom: 1px solid #e5e5e5;
}
.fivth-sub-header .left-info ul li {
  margin-right: -20px;
}
.fivth-sub-header .left-info ul li a {
  background-color: #f4f4f4;
  line-height: 45px;
  display: inline-block;
  padding: 0px 15px;
  color: #343434;
}
.fivth-sub-header .social-icons ul li {
  margin-left: -1px;
}
.fivth-sub-header .social-icons ul li i {
  background-color: #f4f4f4;
  border-radius: 0%;
  line-height: 46px;
  display: inline-block;
  width: 46px;
  height: 46px;
  color: #343434;
}
.site-header {
  position: fixed;
  width: 100%;
  height: 100px;
  top: 47px;
  left: 0;
  z-index: 9999;
  background-color: transparent;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .site-header {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .site-header {
    top: 0px;
  }
}
.site-header .main-header .logo {
  position: relative;
  z-index: 9999;
  display: inline-block;
  float: left;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/logo-2.png);
  width: 104px;
  height: 30px;
}
.site-header nav.main-navigation ul li a {
  color: #ffffff;
}
.second-site-header {
  top: 47px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .second-site-header {
    top: 0px;
  }
}
.second-site-header .main-header .logo {
  background-image: url(../images/logo.png);
}
.second-site-header nav.main-navigation ul li a {
  color: #121212;
}
.fourth-site-header {
  top: 48px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .fourth-site-header {
    top: 0px;
  }
}
.fourth-site-header .main-header .logo {
  background-image: url(../images/logo.png);
}
.fourth-site-header nav.main-navigation ul li a {
  color: #121212;
}
.scrolled-header {
  top: 0;
  background-color: rgba(250, 250, 250, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.scrolled-header .main-header .logo {
  background-image: url(../images/logo.png);
}
.scrolled-header nav.main-navigation ul li a {
  color: #121212;
}
.header-right-toggle {
  margin-top: 10px;
  margin-right: 20px;
}
.header-right-toggle a {
  padding-left: 5px;
  margin-top: 25px;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #fbd703;
  display: inline-block;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
a.side-menu-button i {
  margin-right: 6px;
}
nav.main-navigation {
  position: relative;
  z-index: 20;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 32px 20px;
}
nav.main-navigation ul li ul.sub-menu {
  text-align: left;
  position: absolute;
  top: 93px;
  left: 0;
  width: 170px;
  background: #222429;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main-navigation ul li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 10px 0px;
}
nav.main-navigation ul li ul.sub-menu li ul.left-come {
  left: -160px !important;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-sub-menu {
  text-align: left;
  position: absolute;
  top: 0;
  left: 170px;
  width: 160px;
  background: #2c2f36;
  padding: 5px 0;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(20px, 0, 0);
  -o-transform: translate3d(20px, 0, 0);
  -ms-transform: translate3d(20px, 0, 0);
  -webkit-transform: translate3d(20px, 0, 0);
  transform: translate3d(20px, 0, 0);
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-sub-menu li {
  display: block;
  padding: 0;
  margin: 10px 0px;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-sub-menu li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 22px;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-sub-menu li a:hover {
  color: #fbd703;
}
nav.main-navigation ul li ul.sub-menu li ul.sub-sub-menu li:last-child {
  float: none;
}
nav.main-navigation ul li ul.sub-menu li:hover ul.sub-sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul li ul.sub-menu li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  padding: 5px 22px;
}
nav.main-navigation ul li ul.sub-menu li a:hover {
  color: #fbd703;
}
nav.main-navigation ul li ul.sub-menu li:last-child {
  float: none;
}
nav.main-navigation ul li ul.sub-menu li:last-child a {
  display: inline-block;
  background-color: transparent;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  padding: 0px 22px!important;
  letter-spacing: 0px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 13px;
  color: #121212;
  text-transform: capitalize;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 10px 0;
  }
}
nav.main-navigation ul a:hover {
  color: #fbd703;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/* nav.main-navigation ul li:last-child { */
  /* padding: 32px 0px 32px 20px; */
/* } */
/* nav.main-navigation ul li:last-child a { */
  /* display: inline-block; */
  /* background-color: #fbd703; */
  /* color: #121212; */
  /* text-transform: uppercase; */
  /* font-size: 11px; */
  /* font-weight: 600; */
  /* padding: 10px 15px; */
  /* letter-spacing: 0.3px; */
/* } */
/* nav.main-navigation ul li:last-child a:hover { */
  /* background-color: #222429; */
  /* color: #ffffff; */
  /* -webkit-transition: all 0.3s ease-in-out; */
  /* -moz-transition: all 0.3s ease-in-out; */
  /* -o-transition: all 0.3s ease-in-out; */
  /* transition: all 0.3s ease-in-out; */
/* } */
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  list-style: none;
}
nav.responsive-menu ul li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 5px;
  right: 15px;
  cursor: pointer;
  color: #7a7a7a;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 5px 15px 0px 30px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li:first-child {
  padding-top: 0px;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  margin: 0;
  padding: 0px 10px;
  background-color: #ffffff;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 0;
  top: 2px;
  color: #d1d1d1;
}
nav.responsive-menu ul li .sub-menu li:last-child {
  padding-bottom: 0px;
}
nav.responsive-menu ul li .sub-menu a {
  color: #878787;
  letter-spacing: 0.2px;
  padding: 5px;
  text-transform: capitalize;
  font-size: 12px;
  font-weight: 400;
}
nav.responsive-menu a {
  letter-spacing: 0.2px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 5px 10px;
  margin: 0;
  color: #7a7a7a;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  background-color: #222429;
  padding-bottom: 80px;
}
footer .heading {
  margin-top: 100px;
  margin-bottom: 30px;
}
footer .heading h4 {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
footer .about-us .content p {
  color: #ffffff;
  margin-bottom: 25px;
}
footer .about-us .content ul.social-icons {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .about-us .content ul.social-icons li {
  margin-right: 3px;
  display: inline-block;
}
footer .about-us .content ul.social-icons li i {
  color: #121212;
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
}
footer .about-us .content ul.social-icons li i:hover {
  background-color: #fbd703;
  transition: all 0.3s;
}
footer .latest-news .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .latest-news .content ul li {
  margin-bottom: 25px;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}
footer .latest-news .content ul li .date {
  float: left;
  margin-right: 20px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  background-color: #2c2f36;
}
footer .latest-news .content ul li .date h6 {
  color: #ffffff;
  margin-bottom: -18px;
  margin-top: 12px;
  font-weight: 700;
  font-size: 15px;
}
footer .latest-news .content ul li .date span {
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
footer .latest-news .content ul li p {
  color: #ffffff;
}
footer .latest-news .content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
footer .contact-info .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer .contact-info .content ul li {
  display: block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
footer .contact-info .content ul li p {
  color: #ffffff;
  font-size: 12px;
}
footer .contact-info .content ul li i {
  float: left;
  margin-right: 15px;
  width: 48px;
  height: 48px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  background-color: #2c2f36;
  color: #ffffff;
}
footer .contact-info .content ul li a {
  color: #ffffff;
}
footer .contact-info .content ul li a:hover {
  color: #fbd703;
  transition: all 0.3s;
}
footer .contact-info .content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
#sub-footer {
  background-color: #2c2f36;
  height: 60px;
  line-height: 59px;
}
@media (max-width: 991px) {
  #sub-footer .copyright-text {
    text-align: center;
  }
}
#sub-footer .copyright-text p {
  font-size: 11px;
  color: #ffffff;
  margin-top: 20px;
}
#sub-footer .footer-menu {
  float: right;
}
@media (max-width: 991px) {
  #sub-footer .footer-menu {
    display: none;
  }
}
#sub-footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#sub-footer .footer-menu ul li {
  display: inline-block;
  margin-left: 30px;
}
#sub-footer .footer-menu ul li a {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
}
#sub-footer .footer-menu ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .what-we-are {
    margin-top: -50px;
  }
}
.what-we-are .sub-section-heading {
  padding-top: 50px;
}
.what-we-are p em {
  font-style: normal;
  color: #121212;
}
.what-we-are .regular-button {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .what-we-are .right-list-services {
    margin-top: 60px;
  }
}
.what-we-are .right-list-services ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.what-we-are .right-list-services ul li {
  display: inline-block;
  height: 125px;
  line-height: 125px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 2px;
  position: relative;
}
.what-we-are .right-list-services ul li h4 {
  margin-top: 20px;
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #ffffff;
  font-weight: 700;
}
.what-we-are .right-list-services ul li .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 10px 0px 10px 0px;
}
.what-we-are .right-list-services ul li p {
  color: #ffffff;
}
.what-we-are .right-list-services ul li i {
  font-size: 18px;
  right: 0px;
  top: 33px;
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 60px;
  background-color: rgba(251, 215, 3, 0.75);
  text-align: center;
  line-height: 60px;
}
.what-we-are .right-list-services ul li.first-service {
  background-image: url(http://placehold.it/470x140);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}
.what-we-are .right-list-services ul li.second-service {
  background-image: url(http://placehold.it/470x140);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}
.what-we-are .right-list-services ul li.third-service {
  background-image: url(http://placehold.it/470x140);
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: cover;
}
section.what-we-are-text {
  padding-top: 60px;
  border-bottom: 1px solid #e5e5e5;
}
section.what-we-are-text .sub-section-heading {
  text-align: center;
  padding-top: 50px;
}
section.what-we-are-text .sub-section-heading .line-dec {
  margin: 15px auto 20px auto;
}
section.what-we-are-text p {
  text-align: center;
}
section.what-we-are-text p em {
  font-style: normal;
  color: #121212;
}
section.what-we-are-text .regular-button {
  margin-top: 30px;
  text-align: center;
}
.why-choose-us .left-content {
  margin-top: 30px;
}
.why-choose-us .left-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.why-choose-us .left-content ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.why-choose-us .left-content ul li img {
  float: left;
  margin-right: 20px;
  padding-top: 7px;
}
.why-choose-us .left-content ul li h4 {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}
.why-choose-us .left-content ul li:last-child {
  margin-bottom: 0px;
}
.why-choose-us .right-image {
  margin-top: 60px;
}
.why-choose-us .right-image img {
  width: 100%;
  overflow: hidden;
}
section.about-page {
  padding: 100px 0px 80px 0px;
}
section.about-page .left-content ul li img {
  margin-right: 30px;
}
section.about-page .left-content p {
  padding-right: 50px;
}
section.about-page .right-image {
  margin-top: 0px;
}
@media (max-width: 991px) {
  section.about-page .right-image {
    margin-top: 45px;
  }
}
@media (max-width: 991px) {
  section.who-we-are {
    margin-top: -20px;
  }
}
section.who-we-are .left-mac img {
  max-width: 100%;
}
@media (max-width: 991px) {
  section.who-we-are .regular-button {
    margin-bottom: 60px;
  }
}
section.who-we-are .list {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.who-we-are .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.who-we-are .list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
section.who-we-are .list ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
section.who-we-are .list ul li i {
  margin-right: 8px;
  font-size: 10px;
}
section.who-we-are .list ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  section.who-we-are .service-item {
    margin-top: 30px;
  }
}
section.who-we-are .service-item img {
  max-width: 100%;
}
section.who-we-are .service-item .down-content {
  padding: 25px 30px;
  background-color: #f4f4f4;
}
section.who-we-are .service-item .down-content h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 17px;
  margin-top: 0px;
}
section.who-we-are .service-item .down-content .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 16px 0 18px 0;
}
section.our-experts {
  padding: 60px 0px 80px 0px;
}
section.our-experts .section-heading {
  text-align: center;
}
section.our-experts .section-heading .line-dec {
  margin: 0 auto;
}
section.our-experts .section-heading p {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  section.our-experts .team-member {
    margin-bottom: 30px;
  }
}
section.our-experts .team-member .thumb-holder {
  position: relative;
}
section.our-experts .team-member .thumb-holder img {
  width: 100%;
  overflow: hidden;
}
section.our-experts .team-member .thumb-holder .hover-content {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
section.our-experts .team-member .thumb-holder .hover-content ul.social-icons {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
section.our-experts .team-member .thumb-holder .hover-content ul.social-icons li {
  display: inline-block;
}
section.our-experts .team-member .thumb-holder .hover-content ul.social-icons li i {
  width: 40px;
  height: 40px;
  text-align: center;
  display: inline-block;
  line-height: 40px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
section.our-experts .team-member .thumb-holder .hover-content ul.social-icons li i:hover {
  color: #121212;
  background-color: #ffffff;
  transition: all 0.5s;
}
section.our-experts .team-member .thumb-holder:hover .hover-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
section.our-experts .team-member .down-content {
  background-color: #f4f4f4;
  text-align: center;
  padding: 20px;
}
section.our-experts .team-member .down-content h4 {
  font-weight: 700;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 5px;
}
section.our-experts .team-member .down-content span {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #7a7a7a;
}
section.our-experts .team-member .down-content .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 15px auto 12px auto;
}
section.expert-about-page {
  background-color: #f4f4f4;
}
section.expert-about-page .team-member .down-content {
  background-color: #ffffff;
}
section.our-history {
  margin-top: 100px;
  background-color: #f4f4f4;
  padding: 60px 0px;
}
section.our-history .section-heading {
  text-align: center;
}
section.our-history .section-heading .line-dec {
  margin: 0 auto;
}
section.our-history .section-heading p {
  margin-bottom: 50px;
}
section.our-history .tab .tabs {
  width: 100%;
  display: inline-block;
}
section.our-history .tab .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
section.our-history .tab .tab-links {
  margin-top: 30px;
  margin-left: -40px;
}
section.our-history .tab .tab-links li {
  margin: 0px;
  float: left;
  list-style: none;
}
@media (max-width: 991px) {
  section.our-history .tab .tab-links li {
    width: 25%;
  }
}
section.our-history .tab .tab-links li:last-child {
  border-right: none;
}
section.our-history .tab .tab-links a img {
  max-width: 100%;
}
section.our-history .tab .tab-links a .down-content {
  border-top: 3px solid #ffffff;
  padding: 12px 20px 12px 20px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  section.our-history .tab .tab-links a .down-content {
    padding: 5px 10px;
  }
}
section.our-history .tab .tab-links a .down-content span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #fbd703;
  font-weight: 700;
}
section.our-history .tab .tab-links a .down-content h6 {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 991px) {
  section.our-history .tab .tab-links a .down-content h6 {
    display: none;
  }
}
section.our-history .tab .tab-links a:hover {
  color: #272727;
  text-decoration: none;
}
section.our-history .tab li.active a .down-content,
section.our-history .tab li.active a:hover .down-content {
  border-top: 3px solid #fbd703;
}
section.our-history .tab li.active img {
  opacity: 0.5;
  transition: all 0.5s;
}
section.our-history .tab .tab-content {
  background: #ffffff;
}
section.our-history .tab .tab-content img {
  max-width: 100%;
}
section.our-history .tab .tab-content .right-text {
  margin-top: 30px;
}
section.our-history .tab .tab-content .right-text span {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #fbd703;
  font-weight: 600;
}
section.our-history .tab .tab-content .right-text h4 {
  margin-top: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
section.our-history .tab .tab-content .right-text .line-dec {
  width: 40px;
  height: 2px;
  background-color: #fbd703;
}
section.our-history .tab .tab-content .right-text p {
  color: #7a7a7a;
  margin-top: 30px;
  padding-right: 30px;
}
section.our-history .tab .tab-content .right-text .list {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.our-history .tab .tab-content .right-text .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.our-history .tab .tab-content .right-text .list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
section.our-history .tab .tab-content .right-text .list ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
section.our-history .tab .tab-content .right-text .list ul li i {
  margin-right: 8px;
  font-size: 10px;
}
section.our-history .tab .tab-content .right-text .list ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
section.our-history .tab .tab-content .right-text .list ul li:last-child {
  margin-bottom: 0px;
}
section.our-history .tab .tab {
  display: none;
}
section.our-history .tab .tab.active {
  display: block;
}
section.latest-posts {
  padding: 60px;
}
section.latest-posts .section-heading {
  text-align: center;
}
section.latest-posts .section-heading .line-dec {
  margin: 0 auto;
}
section.latest-posts .section-heading p {
  margin-bottom: 50px;
}
section.latest-posts .blog-item {
  position: relative;
  margin-bottom: 30px;
}
section.latest-posts .blog-thumb {
  overflow: hidden;
  position: relative;
}
section.latest-posts .blog-thumb img {
  width: 100%;
  padding-right: 45px;
}
@media (max-width: 991px) {
  section.latest-posts .blog-thumb img {
    padding-right: 0px;
  }
}
section.latest-posts .blog-content {
  position: absolute;
  bottom: 0;
  margin-left: 50px;
  background-color: #f4f4f4;
  color: #fff;
  padding: 20px;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.latest-posts .blog-content {
    margin-left: 0px;
    width: 100%;
  }
}
section.latest-posts .content-show h4 {
  margin-top: 0px;
}
section.latest-posts .content-show a {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #121212;
}
section.latest-posts .content-show span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #343434;
}
section.latest-posts .content-hide p {
  color: #5a5a5a;
}
section.latest-posts .content-hide {
  margin-top: 15px;
  display: none;
}
section.latest-posts-light-bg {
  padding: 60px 0px;
  background-color: #f4f4f4;
}
section.latest-posts-light-bg .section-heading {
  text-align: center;
}
section.latest-posts-light-bg .section-heading .line-dec {
  margin: 0 auto;
}
section.latest-posts-light-bg .section-heading p {
  margin-bottom: 50px;
}
section.latest-posts-light-bg .blog-item {
  position: relative;
  margin-bottom: 30px;
}
section.latest-posts-light-bg .blog-thumb img {
  width: 100%;
}
section.latest-posts-light-bg .blog-content {
  border-top: 3px solid #ffffff;
  background-color: #ffffff;
  padding: 27px 30px 30px 30px;
}
section.latest-posts-light-bg .blog-content h4 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: 700;
}
section.latest-posts-light-bg .blog-content span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7a7a7a;
}
section.latest-posts-light-bg .blog-content p {
  margin-top: 20px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 27px;
  margin-bottom: 30px;
}
section.latest-posts-light-bg .blog-content .border-button a {
  border-color: #121212;
  color: #121212 !important;
}
section.latest-posts-light-bg .blog-content .border-button a:hover {
  background-color: #fbd703;
  border-color: #fbd703;
  transition: all 0.5s;
}
section.latest-posts-light-bg .blog-item:hover .blog-content {
  transition: all 0.5s;
  border-top: 3px solid #fbd703;
}
.blog .blog-item,
.classic-blog .blog-item {
  position: relative;
  margin-bottom: 30px;
}
.blog .blog-thumb img,
.classic-blog .blog-thumb img {
  width: 100%;
}
.blog .blog-content,
.classic-blog .blog-content {
  border-top: 3px solid #f9f9f9;
  background-color: #f9f9f9;
  padding: 27px 30px 30px 30px;
}
.blog .blog-content h4,
.classic-blog .blog-content h4 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: 700;
}
.blog .blog-content span,
.classic-blog .blog-content span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7a7a7a;
}
.blog .blog-content p,
.classic-blog .blog-content p {
  margin-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.blog .blog-content .border-button a,
.classic-blog .blog-content .border-button a {
  border-color: #121212;
  color: #121212 !important;
}
.blog .blog-content .border-button a:hover,
.classic-blog .blog-content .border-button a:hover {
  background-color: #fbd703;
  border-color: #fbd703;
  transition: all 0.5s;
}
.blog .blog-item:hover .blog-content,
.classic-blog .blog-item:hover .blog-content {
  transition: all 0.5s;
  border-top: 3px solid #fbd703;
}
.list-blog .blog-item {
  position: relative;
  margin-bottom: 30px;
}
.list-blog .blog-thumb img {
  max-width: 100%;
  border-right: 3px solid #f9f9f9;
}
@media (max-width: 991px) {
  .list-blog .blog-thumb img {
    width: 100%;
    border-right: 0;
  }
}
.list-blog .blog-content {
  margin-left: -35px;
  background-color: #f9f9f9;
  padding: 27px 30px 30px 30px;
}
@media (max-width: 991px) {
  .list-blog .blog-content {
    margin-left: 0px;
  }
}
.list-blog .blog-content h4 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: 700;
}
.list-blog .blog-content span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7a7a7a;
}
.list-blog .blog-content p {
  margin-top: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 27px;
  margin-bottom: 30px;
}
.list-blog .blog-content .border-button a {
  border-color: #121212;
  color: #121212 !important;
}
.list-blog .blog-content .border-button a:hover {
  background-color: #fbd703;
  border-color: #fbd703;
  transition: all 0.5s;
}
.list-blog .blog-item:hover img {
  transition: all 0.5s;
  border-right: 3px solid #fbd703;
}
@media (max-width: 991px) {
  .list-blog .blog-item:hover img {
    border-right: none;
  }
}
.blog-grid .pagination {
  width: 100%;
  text-align: center;
}
.blog-masonry .pagination {
  width: 100%;
  text-align: center;
}
.single-post .blog-item {
  position: relative;
  margin-bottom: 30px;
}
.single-post .blog-thumb img {
  width: 100%;
}
.single-post .blog-content {
  border-top: 3px solid #f9f9f9;
  background-color: #f9f9f9;
  padding: 27px 30px 30px 30px;
}
.single-post .blog-content h4 {
  margin-top: 0px;
  font-size: 21px;
  font-weight: 700;
}
.single-post .blog-content span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #7a7a7a;
}
.single-post .blog-content p {
  padding-bottom: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
  border-bottom: none;
}
.single-post .blog-content blockquote {
  border-left: 5px solid #fbd703;
  background-color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #949494;
  line-height: 25px;
}
.single-post .blog-content .image-description {
  margin-top: 30px;
  display: block;
}
.single-post .blog-content .image-description img {
  max-width: 100%;
  float: left;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .single-post .blog-content .image-description img {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0px;
  }
}
.single-post .blog-content .image-description p {
  margin-bottom: 25px;
}
.single-post .blog-content .image-description .list {
  margin-top: 0px;
  margin-bottom: 30px;
}
.single-post .blog-content .image-description .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post .blog-content .image-description .list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-post .blog-content .image-description .list ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
.single-post .blog-content .image-description .list ul li i {
  margin-right: 8px;
  font-size: 10px;
}
.single-post .blog-content .image-description .list ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.single-post .blog-content .image-description .list ul li:last-child {
  margin-bottom: 0px;
}
.single-post .blog-content .tags-share {
  padding-top: 30px;
  margin-top: 80px;
  border-top: 1px solid #e5e5e5;
}
.single-post .blog-content .tags-share h6 {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-top: 2px;
  margin-right: 10px;
}
.single-post .blog-content .tags-share ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.single-post .blog-content .tags-share ul li {
  display: inline-block;
}
@media (max-width: 991px) {
  .single-post .blog-content .tags-share .tags {
    text-align: center;
    margin-bottom: 20px;
  }
}
.single-post .blog-content .tags-share .tags ul li a {
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #343434;
  background-color: #ffffff;
  padding: 6px 8px;
  border: 1px solid #e5e5e5;
}
.single-post .blog-content .tags-share .tags ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.single-post .blog-content .tags-share .share {
  text-align: right;
}
@media (max-width: 991px) {
  .single-post .blog-content .tags-share .share {
    text-align: center;
  }
}
.single-post .blog-content .tags-share .share ul li a {
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #7a7a7a;
}
.single-post .blog-content .tags-share .share ul li a:hover {
  color: #343434;
  transition: all 0.5s;
}
.single-post .blog-item:hover .blog-content {
  transition: all 0.5s;
  border-top: 3px solid #fbd703;
}
.single-post .widget {
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
}
.single-post .widget .widget-heading h4 {
  margin-bottom: 25px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.single-post .comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-post .comments ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.single-post .comments ul li img {
  max-width: 100%;
  float: left;
  margin-right: 15px;
}
.single-post .comments ul li a {
  float: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fbd703;
}
.single-post .comments ul li i {
  margin-right: 5px;
}
.single-post .comments ul li h6 {
  margin-top: 0px;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
}
.single-post .comments ul li span {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7a7a7a;
  display: inline-block;
}
.single-post .comments ul li.replied-comment {
  margin-left: 95px;
}
.single-post .comments ul li:last-child {
  margin-bottom: 0px;
}
.single-post .leave-comment input {
  width: 100%;
  height: 38px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  outline: none;
  padding-left: 15px;
  line-height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
@media (max-width: 991px) {
  .single-post .leave-comment input {
    margin-bottom: 25px;
  }
}
.single-post .leave-comment textarea {
  margin-top: 30px!important;
  width: 100%;
  height: 160px;
  max-height: 280px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  outline: none;
  padding-left: 15px;
  line-height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
@media (max-width: 991px) {
  .single-post .leave-comment textarea {
    margin-top: 0px!important;
  }
}
.single-post .leave-comment .regular-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .contact-form .message-content {
    margin-bottom: 60px;
  }
}
.contact-form .message-content input {
  width: 100%;
  height: 38px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  outline: none;
  padding-left: 15px;
  line-height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
@media (max-width: 991px) {
  .contact-form .message-content input {
    margin-bottom: 25px;
  }
}
.contact-form .message-content textarea {
  margin-top: 30px!important;
  width: 100%;
  height: 190px;
  max-height: 280px;
  background-color: #ffffff;
  border: 1px solid #ededed;
  outline: none;
  padding-left: 15px;
  line-height: 38px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
@media (max-width: 991px) {
  .contact-form .message-content textarea {
    margin-top: 0px!important;
  }
}
.contact-form .message-content button {
  margin-top: 25px;
  display: inline-block;
  padding: 12px 20px;
  background-color: #fbd703;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #121212 !important;
  letter-spacing: 1px;
  box-shadow: none;
  border: none;
}
.contact-form .message-content button i {
  font-size: 15px;
  margin-left: 5px;
}
.contact-form .company-information {
  background-color: #222429;
  padding: 25px;
}
.contact-form .company-information h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}
.contact-form .company-information .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-form .company-information .content ul li {
  display: block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.contact-form .company-information .content ul li p {
  color: #ffffff;
  font-size: 11px;
}
.contact-form .company-information .content ul li i {
  margin-top: 5px;
  float: left;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #2c2f36;
  color: #ffffff;
}
.contact-form .company-information .content ul li a {
  color: #ffffff;
}
.contact-form .company-information .content ul li a:hover {
  color: #fbd703;
  transition: all 0.3s;
}
.contact-form .company-information .content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
section.map {
  padding: 0px;
}
.recent-projects-dark-bg {
  background-color: #222429;
  padding: 70px 0px 40px 0px;
  position: relative;
}
.recent-projects-dark-bg .section-heading {
  text-align: center;
}
.recent-projects-dark-bg .section-heading h2 {
  color: #ffffff;
}
.recent-projects-dark-bg .section-heading .line-dec {
  margin: 0 auto;
}
.recent-projects-dark-bg .section-heading p {
  color: #ffffff;
}
.recent-projects-dark-bg .group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .recent-projects-dark-bg .group {
    margin-top: 0px;
  }
}
.recent-projects-dark-bg .group span {
  margin: 5px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #ffffff;
  border: 1px solid rgba(250, 250, 250, 0.3);
  padding: 10px 16px;
}
.recent-projects-dark-bg .group span.active {
  box-shadow: none;
  color: #121212;
  background-color: #fbd703;
}
.recent-projects-dark-bg .group span:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.recent-projects-dark-bg .group span:active {
  box-shadow: none;
}
.recent-projects-dark-bg .thumb-holder {
  position: relative;
}
.recent-projects-dark-bg .thumb-holder img {
  position: relative;
  width: 100%;
  display: block;
}
.recent-projects-dark-bg .thumb-content {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
.recent-projects-dark-bg .thumb-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  margin: 0px;
}
.recent-projects-dark-bg .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recent-projects-dark-bg .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
.recent-projects-dark-bg .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.recent-projects-dark-bg .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
.recent-projects-dark-bg .thumb-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.recent-projects-dark-bg .thumb-text h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.recent-projects-dark-bg .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
  font-size: 12px;
}
.recent-projects-dark-bg .thumb-text i {
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}
.recent-projects-dark-bg .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.recent-projects-dark-bg .owl-navigation .prev,
.recent-projects-dark-bg .owl-navigation .next {
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  overflow: hidden;
  margin: 0;
}
.recent-projects-dark-bg .owl-navigation .prev {
  left: 0;
}
.recent-projects-dark-bg .owl-navigation .next {
  right: 0;
}
.recent-projects-dark-bg .owl-navigation .btn {
  font-size: 18px;
  background: #ffffff;
  width: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  padding: 0;
}
.recent-projects-dark-bg .lighter-button {
  text-align: center;
  margin-top: 40px;
}
.recent-projects-light-bg {
  background-color: #f4f4f4;
  padding: 70px 0px 40px 0px;
  position: relative;
}
.recent-projects-light-bg .section-heading {
  text-align: center;
}
.recent-projects-light-bg .section-heading .line-dec {
  margin: 0 auto;
}
.recent-projects-light-bg .section-heading p {
  color: #343434;
}
.recent-projects-light-bg .group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .recent-projects-light-bg .group {
    margin-top: 0px;
  }
}
.recent-projects-light-bg .group span {
  margin: 5px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #343434;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
}
.recent-projects-light-bg .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #121212;
  background-color: #fbd703;
}
.recent-projects-light-bg .group span:hover {
  color: #121212;
  transition: all 0.5s;
}
.recent-projects-light-bg .group span:active {
  box-shadow: none;
}
.recent-projects-light-bg .mix {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .recent-projects-light-bg .mix {
    width: 100%;
  }
}
.recent-projects-light-bg .thumb-holder {
  position: relative;
  width: 100%;
}
.recent-projects-light-bg .thumb-holder img {
  width: 100%;
}
.recent-projects-light-bg .thumb-content {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
.recent-projects-light-bg .thumb-link {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.recent-projects-light-bg .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recent-projects-light-bg .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
.recent-projects-light-bg .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.recent-projects-light-bg .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
.recent-projects-light-bg .down-content .thumb-text {
  border-bottom: 3px solid #ffffff;
  background-color: #ffffff;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.recent-projects-light-bg .down-content .thumb-text h4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.recent-projects-light-bg .down-content .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-weight: 700;
  font-size: 12px;
}
.recent-projects-light-bg .down-content .thumb-text i {
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}
.recent-projects-light-bg .project-item:hover .thumb-text {
  border-bottom: 3px solid #fbd703;
  transition: all 1s;
}
.recent-projects-light-bg .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.projects .mix {
  display: none;
}
.recent-projects-dark-bg .mix {
  display: none;
  width: 100%;
}
.recent-projects-three-columns {
  background-color: #f4f4f4;
  padding: 70px 0px 40px 0px;
  position: relative;
}
.recent-projects-three-columns .section-heading {
  text-align: center;
}
.recent-projects-three-columns .section-heading .line-dec {
  margin: 0 auto;
}
.recent-projects-three-columns .section-heading p {
  color: #343434;
}
.recent-projects-three-columns .group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.recent-projects-three-columns .group span {
  margin: 5px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #343434;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
}
.recent-projects-three-columns .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #121212;
  background-color: #fbd703;
}
.recent-projects-three-columns .group span:hover {
  color: #121212;
  transition: all 0.5s;
}
.recent-projects-three-columns .group span:active {
  box-shadow: none;
}
.recent-projects-three-columns .mix {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .recent-projects-three-columns .mix {
    width: 100%;
  }
}
.recent-projects-three-columns .thumb-holder {
  position: relative;
}
.recent-projects-three-columns .thumb-holder img {
  width: 100%;
}
.recent-projects-three-columns .hover-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recent-projects-three-columns .thumb-content {
  text-align: center;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
.recent-projects-three-columns .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recent-projects-three-columns .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
.recent-projects-three-columns .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.recent-projects-three-columns .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
.recent-projects-three-columns .thumb-text h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}
.recent-projects-three-columns .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
  font-size: 12px;
}
.recent-projects-three-columns .thumb-text i {
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}
.recent-projects-three-columns .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.recent-projects-three-columns .regular-button {
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.recent-projects-image-bg {
  background-image: url(http://placehold.it/1620x1150);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0px 40px 0px;
  position: relative;
}
.recent-projects-image-bg .section-heading {
  text-align: center;
}
.recent-projects-image-bg .section-heading .line-dec {
  margin: 0 auto;
}
.recent-projects-image-bg .section-heading p {
  color: #343434;
}
.recent-projects-image-bg .group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .recent-projects-image-bg .group {
    margin-top: 0px;
  }
}
.recent-projects-image-bg .group span {
  margin: 5px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #343434;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
}
.recent-projects-image-bg .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #121212;
  background-color: #fbd703;
}
.recent-projects-image-bg .group span:hover {
  color: #121212;
  transition: all 0.5s;
}
.recent-projects-image-bg .group span:active {
  box-shadow: none;
}
.recent-projects-image-bg .mix {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .recent-projects-image-bg .mix {
    width: 100%;
  }
}
.recent-projects-image-bg .thumb-holder {
  position: relative;
}
.recent-projects-image-bg .thumb-holder img {
  width: 100%;
}
.recent-projects-image-bg .hover-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recent-projects-image-bg .thumb-content {
  text-align: center;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
.recent-projects-image-bg .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.recent-projects-image-bg .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
.recent-projects-image-bg .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.recent-projects-image-bg .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
.recent-projects-image-bg .thumb-text h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}
.recent-projects-image-bg .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
  font-size: 12px;
}
.recent-projects-image-bg .thumb-text i {
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}
.recent-projects-image-bg .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
.recent-projects-image-bg .regular-button {
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.projects {
  position: relative;
}
.five-columns .thumb-text h4 {
  font-size: 15px;
}
.five-columns .regular-button {
  margin-top: 45px;
}
.five-columns .thumb-content {
  margin: 0px;
}
.five-columns .hover-content {
  padding: 15px;
}
.five-columns .mix {
  margin-bottom: 0px;
}
.five-columns .row {
  margin-left: -15px;
  margin-right: -15px;
}
.five-columns .row .col-md-15 {
  padding-left: 0px;
  padding-right: 0px;
}
.five-columns .col-xs-15,
.five-columns .col-sm-15,
.five-columns .col-md-15,
.five-columns .col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.five-columns .col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .five-columns .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .five-columns .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .five-columns .col-lg-15 {
    width: 20%;
    float: left;
  }
}
section.projects-page {
  padding: 100px 0px 70px 0px;
  position: relative;
}
section.projects-page .section-heading {
  text-align: center;
}
section.projects-page .section-heading .line-dec {
  margin: 0 auto;
}
section.projects-page .section-heading p {
  color: #343434;
}
section.projects-page .group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
section.projects-page .group span {
  margin: 5px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #343434;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
}
section.projects-page .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #121212;
  background-color: #fbd703;
}
section.projects-page .group span:hover {
  color: #121212;
  transition: all 0.5s;
}
section.projects-page .group span:active {
  box-shadow: none;
}
section.projects-page .mix {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.projects-page .mix {
    width: 100%;
  }
}
section.projects-page .thumb-holder {
  position: relative;
}
section.projects-page .thumb-holder img {
  width: 100%;
}
section.projects-page .hover-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.projects-page .thumb-content {
  text-align: center;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 15px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
section.projects-page .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.projects-page .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
section.projects-page .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
section.projects-page .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
section.projects-page .thumb-text h4 {
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}
section.projects-page .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #343434;
  font-weight: 700;
  font-size: 12px;
}
section.projects-page .thumb-text i {
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}
section.projects-page .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
section.projects-page .pagination {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.with-tittle {
  position: relative;
}
.with-tittle .section-heading {
  text-align: center;
}
.with-tittle .section-heading .line-dec {
  margin: 0 auto;
}
.with-tittle .section-heading p {
  color: #343434;
}
.with-tittle .group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px;
}
.with-tittle .group span {
  margin: 0px 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  color: #343434;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 16px;
}
.with-tittle .group span.active {
  border-color: transparent;
  box-shadow: none;
  color: #121212;
  background-color: #fbd703;
}
.with-tittle .group span:hover {
  color: #121212;
  transition: all 0.5s;
}
.with-tittle .group span:active {
  box-shadow: none;
}
.with-tittle .mix {
  margin-bottom: 30px;
}
.with-tittle .thumb-holder {
  position: relative;
}
.with-tittle .thumb-holder img {
  max-width: 100%;
}
.with-tittle .thumb-content {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
.with-tittle .thumb-link {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.with-tittle .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.with-tittle .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
.with-tittle .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.with-tittle .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
.with-tittle .down-content .thumb-text {
  border-bottom: 3px solid #f7f7f7;
  background-color: #f7f7f7;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.with-tittle .down-content .thumb-text h4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.with-tittle .down-content .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-weight: 700;
  font-size: 12px;
}
.with-tittle .down-content .thumb-text i {
  font-size: 14px;
  margin-right: 5px;
  color: #ffffff;
}
.with-tittle .project-item:hover .thumb-text {
  border-bottom: 3px solid #fbd703;
  transition: all 1s;
}
.with-tittle .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 1s;
}
section.single-project-page .project-details {
  background-color: #222429;
  padding: 25px;
}
section.single-project-page .project-details h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}
section.single-project-page .project-details .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-project-page .project-details .content ul li {
  display: block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
section.single-project-page .project-details .content ul li span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 5px;
  display: inline-block;
}
section.single-project-page .project-details .content ul li p {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
section.single-project-page .project-details .content ul li i {
  margin-top: 5px;
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #2c2f36;
  color: #ffffff;
}
section.single-project-page .project-details .content ul li a {
  color: #ffffff;
}
section.single-project-page .project-details .content ul li a:hover {
  color: #fbd703;
  transition: all 0.3s;
}
section.single-project-page .project-details .content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
@media (max-width: 991px) {
  section.single-project-page .project-content {
    margin-top: 30px;
  }
}
section.single-project-page .project-content .slider .flex-direction-nav {
  display: none;
}
section.single-project-page .project-content .text-content h4 {
  margin-top: 5px;
  font-size: 21px;
  font-weight: 700;
}
section.single-project-page .project-content .text-content .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 15px 0 15px 0px;
}
section.single-project-page .project-content .text-content p em {
  font-style: normal;
  color: #343434;
}
section.single-project-page .project-content .text-content h6 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
}
section.single-project-page .project-content .text-content .list {
  margin-top: 20px;
  margin-bottom: 0px;
}
section.single-project-page .project-content .text-content .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.single-project-page .project-content .text-content .list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
section.single-project-page .project-content .text-content .list ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
section.single-project-page .project-content .text-content .list ul li i {
  margin-right: 8px;
  font-size: 10px;
}
section.single-project-page .project-content .text-content .list ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
section.single-project-page .project-content .text-content .list ul li:last-child {
  margin-bottom: 0px;
}
.shop-page .filter {
  margin-bottom: 40px;
  text-align: right;
}
.shop-page .filter .input-select {
  margin: 15px 10px;
  display: inline-block;
}
.shop-page .filter .input-select select {
  cursor: pointer;
  border: none;
  width: 170px;
  height: 34px;
  padding: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #7a7a7a;
  outline: none;
  background-color: #f4f4f4;
}
.shop-page .filter .input-select select option {
  font-size: 12px;
  color: #5a5a5a;
  margin-bottom: 5px;
}
.shop-page .shop-item {
  margin-bottom: 30px;
}
.shop-page .shop-item .sale .banner h6 {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fbd703;
  margin-top: 0px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.shop-page .shop-item .thumb-holder {
  position: relative;
}
.shop-page .shop-item .thumb-holder img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .shop-page .shop-item .thumb-holder img {
    width: 100%;
  }
}
.shop-page .shop-item .thumb-content {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
.shop-page .shop-item .thumb-link {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.shop-page .shop-item .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-page .shop-item .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
.shop-page .shop-item .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.shop-page .shop-item .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
.shop-page .shop-item .down-content {
  border-bottom: 3px solid #ffffff;
}
.shop-page .shop-item .down-content .thumb-text {
  border: 1px solid #ededed;
  padding: 20px;
  width: 100%;
  text-align: left;
}
.shop-page .shop-item .down-content .thumb-text h4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.shop-page .shop-item .down-content .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-weight: 600;
  font-size: 12px;
}
.shop-page .shop-item .down-content .thumb-text em {
  font-style: normal;
  float: right;
  font-style: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #121212;
  font-weight: 700;
}
.shop-page .shop-item .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.shop-page .shop-item:hover .down-content {
  border-bottom: 3px solid #fbd703;
  transition: all 0.5s;
}
.shop-page .shop-item:hover .thumb-text {
  border-color: transparent;
  background-color: #fcfcfc;
  transition: all 0.5s;
}
.shop-page .pagination {
  text-align: center;
  width: 100%;
}
.shop-sidebar .filter {
  text-align: left;
}
.shop-sidebar .pagination {
  text-align: left;
}
.shop-list .filter {
  text-align: left;
}
.shop-list .sale .banner h6 {
  right: 0px;
}
.shop-list .down-content {
  margin-left: -30px;
  border-bottom: none!important;
}
@media (max-width: 991px) {
  .shop-list .down-content {
    margin-left: 0px;
  }
}
.shop-list .down-content .rate {
  float: right;
}
.shop-list .down-content .rate ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-list .down-content .rate ul li {
  display: inline-block;
}
.shop-list .down-content .rate ul li i {
  color: #fbd703;
}
.shop-list .down-content .rate ul li:last-child i {
  color: #e7e7e7;
}
.shop-list .down-content p {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.shop-list .down-content .buttons {
  padding-bottom: 10px;
}
.shop-list .down-content .buttons .border-button {
  display: inline-block;
}
.shop-list .down-content .buttons .border-button a {
  color: #121212 !important;
  border-color: #121212;
}
.shop-list .down-content .buttons .border-button a:hover {
  background-color: #121212;
  color: #ffffff !important;
  transition: all 0.5s;
}
.shop-list .down-content .buttons .regular-button {
  display: inline-block;
  margin-left: 5px;
}
.shop-list .pagination {
  text-align: left;
}
.no-slider .sale .banner h6 {
  right: 8px!important;
}
.single-product .shop-item {
  background-color: #fcfcfc;
}
.single-product .shop-item .slider .flex-direction-nav {
  display: none;
}
.single-product .list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single-product .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-product .list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.single-product .list ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #343434;
}
.single-product .list ul li i {
  margin-right: 8px;
  font-size: 10px;
}
.single-product .list ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.single-product .sale .banner h6 {
  right: 0px!;
}
.single-product .slider-down-content {
  margin-left: -30px !important;
}
.single-product .slider-down-content .thumb-text {
  border: none!important;
}
.single-product .down-content {
  margin-left: -38px;
  border-bottom: none!important;
}
@media (max-width: 991px) {
  .single-product .down-content {
    margin-left: 0px!important;
    border-top: 1px solid #e5e5e5;
  }
}
.single-product .down-content .thumb-text h4 {
  font-size: 21px!important;
}
.single-product .down-content .rate {
  float: right;
}
.single-product .down-content .rate ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-product .down-content .rate ul li {
  display: inline-block;
}
.single-product .down-content .rate ul li i {
  color: #fbd703;
}
.single-product .down-content .rate ul li:last-child i {
  color: #e7e7e7;
}
.single-product .down-content p {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 25px;
  padding-top: 20px;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.single-product .down-content .buttons {
  padding-bottom: 10px;
}
.single-product .down-content .buttons .border-button {
  display: inline-block;
}
.single-product .down-content .buttons .border-button a {
  color: #121212 !important;
  border-color: #121212;
}
.single-product .down-content .buttons .border-button a:hover {
  background-color: #121212;
  color: #ffffff !important;
  transition: all 0.5s;
}
.single-product .down-content .buttons .regular-button {
  display: inline-block;
  margin-left: 0px;
}
.single-product .down-content .tags {
  margin-top: 15px;
}
.single-product .down-content .tags h6 {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  margin-top: 2px;
  margin-right: 10px;
}
.single-product .down-content .tags ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
}
.single-product .down-content .tags ul li {
  display: inline-block;
}
.single-product .down-content .tags .tags ul li a {
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #343434;
  background-color: #ffffff;
  padding: 6px 8px;
  border: 1px solid #e5e5e5;
}
.single-product .down-content .tags .tags ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.single-product .tab .tabs {
  width: 100%;
  display: inline-block;
  border: 1px solid #e5e5e5;
}
.single-product .tab .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.single-product .tab .tab-links {
  margin-left: -26px;
}
.single-product .tab .tab-links h6 {
  font-size: 15px;
  font-weight: 700;
  color: #7a7a7a;
  border: 1px solid #e5e5e5;
  padding: 15px;
  margin-top: -1px;
}
@media (max-width: 991px) {
  .single-product .tab .tab-links h6 {
    font-size: 12px;
    padding: 10px;
  }
}
.single-product .tab .tab-links li {
  margin-right: -1px;
  float: left;
  list-style: none;
}
.single-product .tab .tab-links li:last-child {
  border-right: none;
}
.single-product .tab .tab-links a:hover {
  color: #272727;
  text-decoration: none;
}
.single-product .tab li.active a h6,
.single-product .tab li.active a:hover h6 {
  color: #121212;
  border-bottom: none;
}
.single-product .tab .tab-content {
  padding: 0px 30px 30px 30px;
}
.single-product .tab .tab-content em {
  font-style: normal;
  color: #343434;
}
.single-product .tab .tab {
  display: none;
}
.single-product .tab .tab.active {
  display: block;
}
.single-product .related-products {
  margin-top: 80px;
}
.single-product .related-products p {
  margin-bottom: 50px;
}
.single-product .related-item {
  margin-bottom: 30px;
}
.single-product .related-item .sale .banner h6 {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fbd703;
  margin-top: 0px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 0.5px;
}
.single-product .related-item .thumb-holder {
  position: relative;
}
.single-product .related-item .thumb-holder img {
  max-width: 100%;
}
@media (max-width: 991px) {
  .single-product .related-item .thumb-holder img {
    width: 100%;
  }
}
.single-product .related-item .thumb-content {
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(251, 215, 3, 0.95);
}
.single-product .related-item .thumb-link {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .related-item .thumb-link ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.single-product .related-item .thumb-link ul li {
  margin-left: 5px;
  display: inline-block;
}
.single-product .related-item .thumb-link ul li i {
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.single-product .related-item .thumb-link ul li i:hover {
  background-color: #ffffff;
  color: #121212;
  transition: all 0.5s;
}
.single-product .related-item .down-content {
  margin-left: 0px;
  border-bottom: 3px solid #ffffff;
}
.single-product .related-item .down-content .thumb-text {
  border: 1px solid #ededed;
  padding: 20px;
  width: 100%;
  text-align: left;
}
.single-product .related-item .down-content .thumb-text h4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px!important;
  font-weight: 700;
}
.single-product .related-item .down-content .thumb-text span {
  font-family: 'Open Sans', sans-serif;
  color: #7a7a7a;
  font-weight: 600;
  font-size: 12px;
}
.single-product .related-item .down-content .thumb-text em {
  font-style: normal;
  float: right;
  font-style: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #121212;
  font-weight: 700;
}
.single-product .related-item .thumb-holder:hover .thumb-content {
  cursor: default;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.single-product .shop-item:hover .down-content {
  border-bottom: 3px solid #fbd703;
  transition: all 0.5s;
}
.single-product .shop-item:hover .thumb-text {
  border-color: transparent;
  background-color: #fcfcfc;
  transition: all 0.5s;
}
.services-sidebar .services-list-page {
  background-color: #222429;
  padding: 25px;
}
.services-sidebar .services-list-page ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-sidebar .services-list-page ul li {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}
.services-sidebar .services-list-page ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0.2px;
}
.services-sidebar .services-list-page ul li i {
  float: right;
}
.services-sidebar .services-list-page ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.services-sidebar .services-list-page ul li.active a {
  color: #fbd703;
}
.services-sidebar .services-list-page ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.services-sidebar .company-information {
  margin-top: 30px;
  background-color: #222429;
  padding: 25px;
}
.services-sidebar .company-information h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 30px;
}
.services-sidebar .company-information .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-sidebar .company-information .content ul li {
  display: block;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.services-sidebar .company-information .content ul li p {
  color: #ffffff;
  font-size: 11px;
}
.services-sidebar .company-information .content ul li i {
  margin-top: 5px;
  float: left;
  margin-right: 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  background-color: #2c2f36;
  color: #ffffff;
}
.services-sidebar .company-information .content ul li a {
  color: #ffffff;
}
.services-sidebar .company-information .content ul li a:hover {
  color: #fbd703;
  transition: all 0.3s;
}
.services-sidebar .company-information .content ul li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.services-sidebar .download-list {
  margin-top: 30px;
}
.services-sidebar .download-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.services-sidebar .download-list ul li {
  margin-bottom: 10px;
  display: block;
  background-color: #222429;
  padding: 15px 15px 17px 15px;
}
.services-sidebar .download-list ul li h6 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 13px;
  color: #ffffff;
  display: inline-block;
}
.services-sidebar .download-list ul li img {
  float: right;
}
.services-sidebar .download-list ul li:hover h6 {
  color: #fbd703;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 45px;
  }
}
.blog-sidebar .widget {
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
}
.blog-sidebar .widget .widget-heading h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-sidebar .search input {
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-left: 5px;
  padding-bottom: 3px;
  font-size: 13px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
}
.blog-sidebar .search i {
  position: absolute;
  right: 50px;
  font-size: 13px;
  color: #121212;
}
.blog-sidebar .categories .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar .categories .list ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.blog-sidebar .categories .list ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7a7a7a;
}
.blog-sidebar .categories .list ul li i {
  margin-right: 8px;
  font-size: 10px;
}
.blog-sidebar .categories .list ul li a:hover {
  color: #121212;
  transition: all 0.5s;
}
.blog-sidebar .categories .list ul li:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .recent-posts .posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar .recent-posts .posts ul li {
  margin-top: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
.blog-sidebar .recent-posts .posts ul li img {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.blog-sidebar .recent-posts .posts ul li span {
  display: block;
  margin-top: -2px;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #7a7a7a;
}
.blog-sidebar .recent-posts .posts ul li h6 {
  line-height: 18px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0px;
}
.blog-sidebar .recent-posts .posts ul li:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .tag-clouds .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar .tag-clouds .tags ul li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.blog-sidebar .tag-clouds .tags ul li a {
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #343434;
  background-color: #ffffff;
  padding: 6px 8px;
  border: 1px solid #e5e5e5;
}
.blog-sidebar .tag-clouds .tags ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .shop-sidebar {
    margin-top: 45px;
  }
}
.shop-sidebar .widget {
  background-color: #f9f9f9;
  padding: 30px;
  margin-bottom: 30px;
}
.shop-sidebar .widget .widget-heading h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0px;
  border-bottom: 1px solid #e5e5e5;
}
.shop-sidebar .search input {
  width: 100%;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  border-right: none;
  border-left: none;
  border-top: none;
  padding-left: 5px;
  padding-bottom: 3px;
  font-size: 13px;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  color: #343434;
}
.shop-sidebar .search i {
  position: absolute;
  right: 50px;
  font-size: 13px;
  color: #121212;
}
.shop-sidebar .categories .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-sidebar .categories .list ul li {
  display: block;
  margin-bottom: 10px;
}
.shop-sidebar .categories .list ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7a7a7a;
}
.shop-sidebar .categories .list ul li i {
  margin-right: 8px;
  font-size: 10px;
}
.shop-sidebar .categories .list ul li a:hover {
  color: #121212;
  transition: all 0.5s;
}
.shop-sidebar .categories .list ul li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .slider-range {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .shop-sidebar .slider-range {
    padding: 0px 30px;
  }
}
.shop-sidebar .slider-range .ui-slider-horizontal .ui-slider-range {
  background-color: #121212;
  height: 3px;
}
.shop-sidebar .slider-range .ui-slider-horizontal {
  margin-top: 5px;
  height: 3px;
  border-radius: 0px;
  background-color: #e7e7e7;
}
.shop-sidebar .slider-range .ui-slider-horizontal .ui-slider-handle {
  margin-top: 0px;
  width: 10px;
  height: 10px;
  background-color: #e7e7e7;
  border: 1px solid #cccccc;
}
.shop-sidebar .slider-range input {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #5a5a5a;
  margin-top: 0px;
  margin-bottom: -10px;
  display: inline-block;
  background-color: transparent;
  border: none;
  outline: none;
}
.shop-sidebar .slider-range .regular-button {
  text-align: center;
  margin-top: 30px;
}
.shop-sidebar .recent-posts .posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-sidebar .recent-posts .posts ul li {
  margin-top: 25px;
  margin-bottom: 35px;
  display: block;
}
.shop-sidebar .recent-posts .posts ul li img {
  max-width: 100%;
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.shop-sidebar .recent-posts .posts ul li span {
  display: block;
  padding-top: 5px;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  color: #7a7a7a;
}
.shop-sidebar .recent-posts .posts ul li h6 {
  line-height: 18px;
  font-size: 13px;
  font-weight: 700;
  margin-top: 0px;
}
.shop-sidebar .recent-posts .posts ul li:last-child {
  margin-bottom: 0px;
}
.shop-sidebar .tag-clouds .tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.shop-sidebar .tag-clouds .tags ul li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 15px;
  margin-top: 5px;
}
.shop-sidebar .tag-clouds .tags ul li a {
  letter-spacing: 0.2px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #343434;
  background-color: #ffffff;
  padding: 6px 8px;
  border: 1px solid #e5e5e5;
}
.shop-sidebar .tag-clouds .tags ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.page-heading {
  margin-top: 147px;
  background-image: url(../images/page-heading-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 100px 0px 0px 0px;
  position: relative;
}
@media (max-width: 991px) {
  .page-heading {
    margin-top: 100px;
  }
}
.page-heading h1 {
  color: #000;
  margin-top: 0px;
  margin-bottom: 80px;
  font-size: 52px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-heading .list {
  background-color: #ffffff;
  display: inline-block;
  padding: 15px 100px;
  position: relative;
}
.page-heading .list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-heading .list ul li {
  display: inline-block;
}
.page-heading .list ul li a {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}
.page-heading .list ul li:last-child a {
  color: #7a7a7a;
}
.page-heading .list .right-shape {
  position: absolute;
  right: -50px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-right: 50px solid transparent;
}
.page-heading .list .left-shape {
  position: absolute;
  left: -50px;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  border-left: 50px solid transparent;
}
.first-slider .first-line {
  border-left: 8px solid #fbd703;
  padding-left: 10px;
  font-size: 36px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  line-height: 42px;
}
.first-slider .first-line em {
  font-style: normal;
  color: #fbd703;
}
.first-slider .second-line {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: none;
}
.second-slider {
  margin-top: 147px;
}
@media (max-width: 991px) {
  .second-slider {
    margin-top: 100px;
  }
}
.second-slider .first-line {
  margin-left: 15px;
  font-size: 22px;
  letter-spacing: 0.75px;
  font-weight: 700;
  color: #fbd703;
}
.second-slider .line {
  margin-left: 15px;
}
.second-slider .line .line-dec {
  width: 45px;
  height: 2px;
  background-color: #fbd703;
}
.second-slider .second-line {
  margin-left: 15px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: none;
}
.second-slider .second-line em {
  font-style: normal;
  color: #fbd703;
}
.third-slider {
  margin-top: 147px;
}
@media (max-width: 991px) {
  .third-slider {
    margin-top: 100px;
  }
}
.third-slider .first-line {
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  font-weight: 700;
  color: #ffffff;
}
.third-slider .first-line em {
  font-style: normal;
  color: #fbd703;
}
.third-slider .line .line-dec {
  width: 262px;
  height: 1px;
  background-color: rgba(250, 250, 250, 0.5);
}
.third-slider .second-line p {
  color: #ffffff;
  text-align: center;
}
.third-slider .regular-banner-button {
  text-align: center;
}
.fourth-slider {
  margin-top: 147px;
}
@media (max-width: 991px) {
  .fourth-slider {
    margin-top: 100px;
  }
}
.fourth-slider .first-line {
  margin-left: 15px;
  font-size: 32px;
  letter-spacing: 0.75px;
  font-weight: 600;
  color: #ffffff;
}
.fourth-slider .first-line em {
  font-style: normal;
  color: #fbd703;
}
.fourth-slider .line {
  margin-left: 15px;
}
.fourth-slider .line .line-dec {
  width: 130px;
  height: 1px;
  background-color: #fbd703;
}
.fourth-slider .second-line {
  margin-left: 15px;
}
.fourth-slider .second-line p {
  color: #ffffff;
}
.fourth-slider .regular-banner-button {
  text-align: center;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
@media (max-width: 991px) {
  .services .service-item {
    margin-bottom: 30px;
  }
}
.services .service-item .thumb-holder img {
  width: 100%;
}
.services .service-item .down-content {
  background-color: #222429;
  text-align: center;
  padding: 30px 30px 25px 30px;
}
.services .service-item .down-content h4 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: 0px;
}
.services .service-item .down-content .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 16px auto 18px auto;
}
.services .service-item .down-content p {
  color: #ffffff;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
  padding-bottom: 20px;
}
.services .service-item .down-content .text-button {
  margin-top: 20px;
}
section.services-wide .row {
  margin-left: 0px;
  margin-right: 0px;
}
section.services-wide .row .col-md-4 {
  padding-left: 0px;
  padding-right: 0px;
}
section.services-wide .service-item {
  text-align: center;
}
@media (max-width: 991px) {
  section.services-wide .service-item {
    margin-bottom: 30px;
  }
}
section.services-wide .service-item img {
  max-width: 100%;
}
section.services-wide .service-item .down-content {
  padding: 25px 30px;
  background-color: #f4f4f4;
}
section.services-wide .service-item .down-content h4 {
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 17px;
  margin-top: 0px;
}
section.services-wide .service-item .down-content .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 16px auto 18px auto;
}
section.services-dark-bg {
  padding: 70px 0px 40px 0px;
  background-color: #222429;
}
section.services-dark-bg .service-item {
  background-color: #2c2f36;
  text-align: center;
  padding: 30px;
}
@media (max-width: 991px) {
  section.services-dark-bg .service-item {
    margin-bottom: 30px;
  }
}
section.services-dark-bg .service-item img {
  max-width: 100%;
}
section.services-dark-bg .service-item h4 {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}
section.services-dark-bg .service-item .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 15px auto 12px auto;
}
section.services-dark-bg .service-item p {
  color: #ffffff;
}
section.services-dark-bg .regular-button {
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 991px) {
  section.services-dark-bg .regular-button {
    margin-top: 10px;
  }
}
section.services-about-page {
  padding: 0px;
}
section.services-about-page .service-item {
  background-color: #2c2f36;
  text-align: center;
  padding: 30px;
}
@media (max-width: 991px) {
  section.services-about-page .service-item {
    margin-bottom: 30px;
  }
}
section.services-about-page .service-item img {
  max-width: 100%;
}
section.services-about-page .service-item h4 {
  margin-top: 25px;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
}
section.services-about-page .service-item .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 15px auto 12px auto;
}
section.services-about-page .service-item p {
  color: #ffffff;
}
section.services-about-page .regular-button {
  text-align: center;
  margin-top: 40px;
}
section.services-page {
  padding: 100px 0px 70px 0px;
}
section.services-page .service-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.service-page .service-content {
    margin-top: 30px;
  }
}
section.service-page .service-content img {
  max-width: 100%;
}
section.service-page .service-content h4 {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 700;
}
section.service-page .service-content .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 15px 0 15px 0px;
}
section.service-page .service-content p em {
  font-style: normal;
  color: #343434;
}
section.partners {
  padding: 80px 0px 70px 0px;
}
section.partners .section-heading {
  text-align: center;
}
section.partners .section-heading .line-dec {
  margin: 0 auto;
}
section.partners .section-heading p {
  margin-bottom: 50px;
}
section.partners .partner-item {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  section.partners .partner-item {
    text-align: center;
  }
}
section.partners .partner-item img {
  max-width: 100%;
  opacity: 1;
}
section.partners .partner-item img:hover {
  opacity: 0.5;
  cursor: pointer;
  transition: all 0.5s;
}
.call-to-action-1 {
  background-image: url(http://placehold.it/1600x600);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.call-to-action-1 h1 {
  font-size: 36px;
  color: #ffffff;
  line-height: 48px;
}
.call-to-action-1 h1 em {
  font-style: normal;
  color: #fbd703;
}
.call-to-action-1 .line-dec {
  width: 45px;
  height: 2px;
  background-color: #ffffff;
  margin: 25px auto;
}
.call-to-action-1 p {
  font-size: 14px;
  color: #ffffff;
}
.call-to-action-1 .buttons {
  margin-top: 50px;
}
.call-to-action-1 .buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.call-to-action-1 .buttons ul li {
  display: inline-block;
  margin: 0 3px;
}
section.call-to-action-text {
  position: relative;
  z-index: 10;
  padding: 0px;
  margin-bottom: -55px;
}
@media (max-width: 991px) {
  section.call-to-action-text {
    display: none;
  }
}
section.call-to-action-text .content {
  background-color: #fbd703;
  height: 100px;
  width: 100%;
}
section.call-to-action-text .content h1 {
  margin-top: 0px;
  line-height: 95px;
  margin-left: 40px;
  float: left;
  font-size: 24px;
}
section.call-to-action-text .content h1 em {
  font-style: normal;
  font-weight: 600;
}
section.call-to-action-text .content .border-button {
  float: right;
  margin-right: 40px;
  margin-top: 33px;
}
section.call-to-action-text .content .border-button a {
  border-color: #121212;
  color: #121212 !important;
}
section.call-to-action-text .content .border-button a:hover {
  border-color: transparent;
}
section.call-to-action-text-full {
  position: relative;
  padding: 0px;
  background-color: #fbd703;
}
section.call-to-action-text-full .content {
  height: 100px;
  width: 100%;
}
@media (max-width: 991px) {
  section.call-to-action-text-full .content {
    height: 100%;
  }
}
section.call-to-action-text-full .content h1 {
  margin-top: 0px;
  line-height: 95px;
  margin-left: 40px;
  float: left;
  font-size: 24px;
}
@media (max-width: 991px) {
  section.call-to-action-text-full .content h1 {
    line-height: 44px;
    text-align: center;
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
  }
}
section.call-to-action-text-full .content h1 em {
  font-style: normal;
  font-weight: 600;
}
section.call-to-action-text-full .content .border-button {
  float: right;
  margin-right: 40px;
  margin-top: 33px;
}
@media (max-width: 991px) {
  section.call-to-action-text-full .content .border-button {
    float: none;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
  }
}
section.call-to-action-text-full .content .border-button a {
  border-color: #121212;
  color: #121212 !important;
}
section.call-to-action-text-full .content .border-button a:hover {
  border-color: transparent;
}
section.testimonials {
  padding: 60px 0px 32px 0px;
}
section.testimonials .first-worker {
  position: absolute;
}
@media (max-width: 991px) {
  section.testimonials .first-worker {
    display: none;
  }
}
section.testimonials .first-worker img {
  max-width: 100%;
}
section.testimonials .second-worker {
  position: absolute;
}
@media (max-width: 991px) {
  section.testimonials .second-worker {
    display: none;
  }
}
section.testimonials .second-worker img {
  max-width: 100%;
}
section.testimonials .testimonial-item {
  text-align: center;
}
section.testimonials .testimonial-item h4 {
  margin-bottom: 5px;
  margin-top: 0px;
  font-size: 17px;
  font-weight: 700;
}
section.testimonials .testimonial-item span {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #7a7a7a;
}
section.testimonials .testimonial-item .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 20px auto 30px auto;
}
section.testimonials .owl-pagination {
  text-align: center;
  margin-top: 20px;
  opacity: 1;
  width: 100%;
  display: inline-block;
}
section.testimonials .owl-pagination .owl-page {
  display: inline-block;
  background-color: #222429 !important;
  width: 6px;
  height: 6px;
  margin: 0px 3px;
  border-radius: 50%;
  filter: alpha(opacity=10);
  opacity: 0.1;
  background-color: #fbd703;
}
section.testimonials .owl-pagination .active {
  filter: alpha(opacity=30);
  opacity: 0.3;
}
.regular-banner-button a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #fbd703;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #121212 !important;
  letter-spacing: 1px;
}
.regular-banner-button a i {
  font-size: 15px;
  margin-left: 5px;
}
.border-banner-button a {
  display: inline-block;
  padding: 11px 19px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff !important;
  letter-spacing: 1px;
}
.border-banner-button a i {
  font-size: 15px;
  margin-left: 5px;
}
.border-banner-button a:hover {
  background-color: #ffffff;
  color: #121212 !important;
  transition: all 0.5s;
}
.regular-button a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #fbd703;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #121212 !important;
  letter-spacing: 1px;
}
.regular-button a i {
  font-size: 14px;
  margin-left: 5px;
}
.border-button a {
  display: inline-block;
  padding: 11px 20px;
  border: 1px solid #ffffff;
  background-color: transparent;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff !important;
  letter-spacing: 1px;
}
.border-button a i {
  font-size: 14px;
  margin-left: 5px;
}
.border-button a:hover {
  background-color: #ffffff;
  color: #121212 !important;
  transition: all 0.5s;
}
.lighter-button a {
  display: inline-block;
  padding: 12px 20px;
  background-color: #2c2f36;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}
.lighter-button a i {
  font-size: 14px;
  margin-left: 5px;
}
.lighter-button a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
.text-button a {
  display: inline-block;
  background-color: transparent;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 1px;
}
.text-button a i {
  font-size: 14px;
  margin-left: 5px;
}
.text-button a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
section.fun-facts .projects {
  background-image: url(../images/icon-constructed.png);
}
section.fun-facts .testimonials {
  background-image: url(../images/icon-delivered.png);
}
section.fun-facts .costumers {
  background-image: url(../images/icon-archtiecture.png);
}
section.fun-facts .properties {
  background-image: url(../images/icon-consumer.png);
}
section.fun-facts .fact-item {
  background-repeat: no-repeat;
  min-width: 144px;
  min-height: 142px;
  background-position: center center;
  margin-top: 15px;
  text-align: center;
}
section.fun-facts .fact-item .count-focus {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #121212;
  letter-spacing: 1px;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 5px;
}
section.fun-facts .fact-item .fact-role {
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  color: #121212;
  font-weight: 700;
}
.pagination ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 1px;
}
.pagination ul li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #7a7a7a;
  background-color: #f4f4f4;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  display: inline-block;
}
.pagination ul li a:hover {
  background-color: #fbd703;
  color: #121212;
  transition: all 0.5s;
}
.pagination ul li.active a {
  background-color: #fbd703;
  color: #121212;
}
.pricing-tables .section-heading {
  text-align: center;
}
.pricing-tables .section-heading .line-dec {
  margin: 0 auto;
}
.pricing-tables .section-heading p {
  margin-bottom: 50px;
}
.pricing-tables .table-item {
  text-align: center;
  padding: 40px;
  background-color: #f4f4f4;
}
@media (max-width: 991px) {
  .pricing-tables .table-item {
    margin-bottom: 30px;
  }
}
.pricing-tables .table-item h4 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.pricing-tables .table-item .price {
  width: 90px;
  height: 90px;
  text-align: center;
  display: inline-block;
  line-height: 90px;
  background-color: #ffffff;
  border-radius: 50%;
}
.pricing-tables .table-item .price h6 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -32px;
  line-height: 20px!important;
}
.pricing-tables .table-item .price span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #343434;
  display: inline-block;
  line-height: 10px!important;
}
.pricing-tables .table-item .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 30px auto;
}
.pricing-tables .table-item .list {
  background-color: #ffffff;
  padding: 30px;
}
.pricing-tables .table-item .list ul {
  list-style: none;
  text-align: left;
  margin: 0;
}
.pricing-tables .table-item .list ul li {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #5a5a5a;
}
.pricing-tables .table-item .list ul li img {
  margin-right: 20px;
}
.pricing-tables .table-item .list ul li em {
  font-style: normal;
  font-weight: 700;
}
.pricing-tables .table-item .list ul li:last-child {
  margin-bottom: 0px;
}
.pricing-tables .table-item .regular-button {
  margin-top: 40px;
}
.second-pricing-tables {
  background-color: #222429;
}
.second-pricing-tables .section-heading {
  text-align: center;
}
.second-pricing-tables .section-heading h2 {
  color: #ffffff;
}
.second-pricing-tables .section-heading .line-dec {
  margin: 0 auto;
}
.second-pricing-tables .section-heading p {
  color: #ffffff;
  margin-bottom: 50px;
}
.second-pricing-tables .table-item {
  text-align: center;
  padding: 40px;
  background-color: #2c2f36;
}
@media (max-width: 991px) {
  .second-pricing-tables .table-item {
    margin-bottom: 30px;
  }
}
.second-pricing-tables .table-item h4 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #ffffff;
}
.second-pricing-tables .table-item .price {
  margin-bottom: 40px;
  text-align: center;
  display: inline-block;
}
.second-pricing-tables .table-item .price h6 {
  margin-top: 0px;
  font-size: 64px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0px;
}
.second-pricing-tables .table-item .price span {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 5px;
  color: #ffffff;
  display: inline-block;
}
.second-pricing-tables .table-item .line-dec {
  width: 30px;
  height: 2px;
  background-color: #fbd703;
  margin: 15px auto 25px auto;
}
.second-pricing-tables .table-item .list {
  background-color: #222429;
  padding: 30px;
}
.second-pricing-tables .table-item .list ul {
  list-style: none;
  text-align: left;
  margin: 0;
}
.second-pricing-tables .table-item .list ul li {
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #ffffff;
}
.second-pricing-tables .table-item .list ul li img {
  margin-right: 20px;
}
.second-pricing-tables .table-item .list ul li em {
  font-style: normal;
  font-weight: 700;
}
.second-pricing-tables .table-item .list ul li:last-child {
  margin-bottom: 0px;
}
.second-pricing-tables .table-item .regular-button {
  margin-top: 40px;
}
section.page-404 {
  padding-top: 60px;
  background-image: url(../images/404-bg.jpg);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media (max-width: 991px) {
  section.page-404 .logo {
    text-align: center;
  }
}
section.page-404 .social-icons {
  float: right;
}
@media (max-width: 991px) {
  section.page-404 .social-icons {
    display: none;
  }
}
section.page-404 .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.page-404 .social-icons ul li {
  display: inline-block;
  margin-left: 3px;
}
section.page-404 .social-icons ul li i {
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid rgba(250, 250, 250, 0.5);
  border-radius: 50%;
}
section.page-404 .social-icons ul li i:hover {
  color: #fbd703;
  transition: all 0.5s;
}
section.page-404 .content-404 {
  text-align: center;
  margin-top: 10%;
}
section.page-404 .content-404 h1 {
  font-weight: 700;
  color: #ffffff;
  font-size: 120px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
section.page-404 .content-404 h4 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 15px;
}
section.page-404 .content-404 span {
  font-size: 13px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 30px;
}
section.page-404 .content-404 p {
  color: #ffffff;
}
section.page-404 .content-404 .regular-button {
  margin-top: 30px;
}
section.coming-page {
  padding-top: 60px;
  background-image: url(../images/404-bg.jpg);
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
@media (max-width: 991px) {
  section.coming-page .logo {
    text-align: center;
  }
}
section.coming-page .social-icons {
  float: right;
}
@media (max-width: 991px) {
  section.coming-page .social-icons {
    margin-top: 30px;
    float: none;
    text-align: center;
  }
}
section.coming-page .social-icons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section.coming-page .social-icons ul li {
  display: inline-block;
  margin-left: 3px;
}
section.coming-page .social-icons ul li i {
  width: 28px;
  height: 28px;
  text-align: center;
  display: inline-block;
  line-height: 28px;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid rgba(250, 250, 250, 0.5);
  border-radius: 50%;
}
section.coming-page .social-icons ul li i:hover {
  color: #fbd703;
  transition: all 0.5s;
}
section.coming-page .coming-content {
  text-align: center;
  margin-top: 10%;
}
section.coming-page .coming-content h1 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  font-size: 84px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
section.coming-page .coming-content #getting-started {
  display: block;
  text-align: center;
  margin-top: 100px;
  margin-left: 30px;
}
section.coming-page .coming-content #getting-started em {
  margin: 0px 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  font-style: normal;
  display: inline-block;
  padding: 15px;
  background-color: rgba(250, 250, 250, 0.1);
}
section.coming-page .coming-content #getting-started span {
  position: absolute;
  margin-left: -97px;
  margin-top: -30px;
  display: inline;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}
section.coming-page .coming-content p {
  margin-top: 80px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
section.coming-page .coming-content input {
  display: inline-block;
  width: 240px;
  height: 38px;
  border: none;
  background-color: #55565b;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #ffffff;
  outline: none;
  padding-left: 15px;
  margin-right: 10px;
}
section.coming-page .coming-content .regular-button {
  display: inline-block;
  margin-top: 30px;
}
#coming-footer {
  background-color: #191a1f;
  height: 60px;
  line-height: 59px;
}
@media (max-width: 991px) {
  #coming-footer .copyright-text {
    text-align: center;
  }
}
#coming-footer .copyright-text p {
  font-size: 11px;
  color: #ffffff;
  margin-top: 20px;
}
#coming-footer .footer-menu {
  float: right;
}
@media (max-width: 991px) {
  #coming-footer .footer-menu {
    display: none;
  }
}
#coming-footer .footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#coming-footer .footer-menu ul li {
  display: inline-block;
  margin-left: 30px;
}
#coming-footer .footer-menu ul li a {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
#coming-footer .footer-menu ul li a:hover {
  color: #fbd703;
  transition: all 0.5s;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.23
*/
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center;
}
.wrapper-with-margin {
  margin: 0px 50px;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: #ffffff;
  color: #1e1e1e;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  opacity: 1;
  border-radius: 50%;
}
.clients .owl-theme .owl-controls .owl-buttons div {
  text-align: center;
  position: absolute;
  width: 54px;
  height: 32px;
  display: inline-block;
  border-radius: 0px;
  background-color: #f4f4f4;
}
.clients .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #fbd703;
  color: #ffffff;
}
.clients .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 90%;
  top: -40px;
  position: absolute;
  display: inline-block;
}
.clients .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5px;
  top: -40px;
  position: absolute;
  display: inline-block;
  margin-left: 30px!important;
}
.clients-2 .owl-theme .owl-controls .owl-buttons div {
  text-align: center;
  position: absolute;
  width: 54px;
  height: 32px;
  display: inline-block;
  border-radius: 0px;
  background-color: #f4f4f4;
}
.clients-2 .owl-theme .owl-controls .owl-buttons div:hover {
  background-color: #fbd703;
  color: #ffffff;
}
.clients-2 .owl-theme .owl-controls .owl-buttons .owl-prev {
  left: 86%;
  top: -40px;
  position: absolute;
  display: inline-block;
}
.clients-2 .owl-theme .owl-controls .owl-buttons .owl-next {
  right: 5px;
  top: -40px;
  position: absolute;
  display: inline-block;
  margin-left: 30px!important;
}
.owl-theme .owl-controls .owl-buttons .owl-prev {
  left: -45px;
  top: 175px;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
  right: -45px;
  top: 175px;
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  position: absolute;
  top: 50%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.go-top {
  color: #121212;
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 22px;
  text-align: center;
  background: #fbd703;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 50px;
    width: 50px;
    line-height: 50px;
    right: 30px;
    bottom: 30px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
