/*-------------------------------------------------
= Table of Content
1.General
  1.1.Typography
2.Navigation
3.Content Onepage
4.Content Multi-Page

-------------------------------------------------*/

/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/

.dede_pages {
  clear: both;
  height: 40px;
  margin: 0 auto;
  text-align: center;
}
.dede_pages li {
  float: left;
  padding: 10px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 10px;
  color: #666;
  font-size: 12px;
  list-style: none;
}
.dede_pages li:hover {
  border: 1px solid #1ed3a6;
}
.dede_pages li:hover a {
  color: #1ed3a6
}
.dede_pages li a {
  color: #666
}
.dede_pages li.thisclass {
  border: 1px solid #1ed3a6;
  background-color: #1ed3a6;
  color: #FFFFFF
}
.dede_pages li.thisclass a {
  color: #fff
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
.oh {
  overflow: hidden;
}
.relative {
  position: relative;
}
.section-wrap {
  padding: 60px 0;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.color-white {
  color: #fff !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bg-light {
  background-color: #f7f9fa;
}
.bg-dark {
  background-color: #171919;
}
.last {
  margin-bottom: 0 !important;
}
.img-fw {
  width: 100%;
}
.nocaps {
  text-transform: none;
  letter-spacing: 0;
}

::-moz-selection {
  color: #fff;
  background: #f36b21;
}
::-webkit-selection {
  color: #fff;
  background: #f36b21;
}
::selection {
  color: #fff;
  background: #f36b21;
}
a {
  text-decoration: none;
  color: #f36b21;
  outline: none;
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
  color: #7a7a7a;
  outline: none;
}
.dark-link {
  color: #121212;
}
.dark-link:hover {
  color: #f36b21;
}
:focus {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #7a7a7a;
  width: 100%;
  height: 100%;
}
video {
  height: 100%;
  width: 100%;
}
body img {
  border: none;
  max-width: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin-top: 0;
  color: #121212;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 15px;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}

/* Intro
-------------------------------------------------------*/

.section-wrap.intro {
  padding: 100px 0 0;
}
.intro-wrap {
  background-color: #fff;
  padding: 120px 15px;
}
.intro-heading {
  font-size: 34px;
  margin-bottom: 37px;
  line-height: 50px;
}
.intro-text {
  font-size: 17px;
  line-height: 32px;
}
/* Progress Bars
-------------------------------------------------------*/
#skills {
  margin-top: 50px;
}
.progress-bar {
  -webkit-transition: width 1.5s ease-in-out;
  -moz-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  box-shadow: none;
}
.skills-progress h6, .skills-progress h6 span {
  color: #333;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.progress-solid.meter {
  height: 5px;
  position: relative;
  background: #f7f9fa;
  margin-bottom: 25px;
}
.meter .progress-bar {
  display: block;
  height: 5px;
  position: relative;
  overflow: hidden;
  background-color: #f36b21;
}
.skills-progress h6 span {
  float: right;
}

/* Ipad with Features
-------------------------------------------------------*/
.promo-device img {
  display: inline-block;
}
.features-icons a {
  position: absolute;
}
.features-text {
  padding-left: 100px;
}
.features-text p {
  color: #b2b2b2;
}
.features-text h6 {
  color: #fff;
}
.features-icons .service-item-box {
  padding: 0;
  margin-bottom: 50px;
  background-color: transparent;
}
.features-icons .service-item-box a {
  font-size: 26px;
  position: absolute;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  background-color: #f36b21;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/*Hi Icons*/

.hi-icon i {
  position: relative;
  z-index: 2;
}
.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}
.icon-effect-3 .hi-icon {
  box-shadow: 0 0 0 4px #f36b21;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.icon-effect-3 .hi-icon:after {
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: 1;
  background: #f36b21;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -moz-transform 0.3s, opacity 0.3s;
  -o-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.icon-effect-3a .hi-icon:hover {
  color: #fff;
}
.icon-effect-3a .hi-icon:hover:after {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

/* Featured Works
-------------------------------------------------------*/
.featured-works .work-item {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
  margin: 0 4px;
  padding: 0;
}
.work-item, .work-img {
  overflow: hidden;
  position: relative;
}
.work-item {
  padding: 0 5px;
  margin-bottom: 10px;
}
.work-item img {
  width: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfolio-overlay {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.project-icons {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  margin-top: -20px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.project-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 14px;
  margin: 0 3px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  background-color: #fff;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.project-icons a:hover {
  color: #fff;
  background-color: #f36b21;
}
.work-item:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}
.work-item:hover .project-icons {
  top: 42%;
}
.featured-item-description {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.work-item:hover .featured-item-description {
  bottom: 42%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.featured-item-description h3 {
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: 0;
}
.featured-item-description h3 a {
  font-size: 16px;
  color: #fff;
}
.featured-item-description span a {
  font-size: 13px;
  color: #fff;
  font-style: italic;
}

/* From Blog
-------------------------------------------------------*/

.from-blog .blog-col {
  position: relative;
  width: 100%;
  height: 100%;
}
.from-blog .entry-wrap {
  position: absolute;
  top: 0;
  padding: 0 10%;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}
.from-blog:not(.style-2) .entry-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.from-blog .entry-img:before {
  content: "";
  background-color: rgba(0,0,0,.7);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.from-blog .blog-col h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
}
.from-blog:not(.style-2) .blog-col h4 a, .from-blog:not(.style-2) .entry-meta li a {
  color: #fff;
}
.from-blog:not(.style-2) .entry-meta li {
  color: #fff;
}
.entry-meta li:before {
  content: "/";
  opacity: 0.5;
  margin: 0 7px;
}
.entry-meta li:first-child:before {
  content: "";
  margin: 0;
}
.entry-img {
  position: relative;
  overflow: hidden;
}
.from-blog .blog-col:hover img {
  -webkit-transform: scale(1.5, 1.5);
  -moz-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  -o-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.entry-img img {
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  width: 100%;
}

/* Contact
-------------------------------------------------------*/

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], input[type="date"], input[type="search"], select, textarea {
  height: 38px;
  border: 1px solid #e6ebed;
  background-color: rgba(255,255,255,0.2);
  width: 100%;
  margin-bottom: 30px;
  padding: 0 16px;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #7a7a7a;
  font-size: 13px;
}
textarea#comment {
  height: 180px;
  padding: 8px 16px;
}
#contact-form input[type="text"]:focus, #contact-form input[type="email"]:focus, #contact-form textarea:focus {
  border-color: #fff;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  border-color: #121212;
  outline: none;
  box-shadow: none;
  background-color: transparent;
}
#contact-form input[type="text"], #contact-form input[type="email"], #contact-form textarea {
  color: #fff;
  border-color: transparent;
}
#contact-form input::-webkit-input-placeholder, #contact-form textarea::-webkit-input-placeholder {
  color: #fff;
}
#contact-form input:-moz-placeholder, #contact-form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#contact-form input::-moz-placeholder, #contact-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#contact-form input:-ms-input-placeholder, #contact-form textarea:-ms-input-placeholder {
  color: #fff;
}
#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff;
}
#contact-form .message.error {
  background-color: #f44336;
}
#contact-form .message.success {
  background-color: #4CAF50;
}

/* Footer
-------------------------------------------------------*/

.footer-widgets {
  padding: 60px 0;
}
.footer-widgets h5 {
  font-size: 16px;
  /*margin-bottom: 41px;*/
}
.footer-widgets p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
}
.widget {
  /*margin-bottom: 60px;*/
}
.footer-logo > a {
  margin-bottom: 36px;
  display: block;
}
.footer-get-in-touch > p > a, .copyright a {
  color: #7a7a7a;
}
.bottom-footer {
  padding: 24px 0;
  border-top: 1px solid #edf0f0;
}
.copyright span {
  font-size: 13px;
  line-height: 32px;
}
.copyright a:hover, .footer-get-in-touch > p > a:hover {
  color: #121212;
}
.socials.footer-socials a {
  width: 13px;
  height: auto;
  margin-left: 20px;
}
.socials.footer-socials i {
  width: auto;
  height: auto;
  background-color: #fff;
  color: #bababa;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.socials.footer-socials a:hover i {
  color: #f36b21;
  background-color: #fff !important;
}

/* Mission / Vision / Results
-------------------------------------------------------*/

.feature-box, .from-blog.style-2 .entry-box {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.10);
}
/* Device Features Style-2
-------------------------------------------------------*/

.device-features .container-fluid {
  max-width: 1600px;
}
.features-item {
  padding: 0 30px 0 30px;
  margin-bottom: 50px;
}
.features-item:first-of-type {
  margin-top: 20%;
}
.device-features.style-2 .promo-device {
  background-image: url(../img/promo_scroll_img.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  position: static;
}
/* Selected Works
-------------------------------------------------------*/

.work-description h3 {
  font-size: 14px;
  margin-bottom: 0;
}
.work-description span a {
  color: #a7a7a7;
}
.work-description span a:hover {
  color: #f37b21;
}
.hover-2 .work-description {
  padding: 12px 20px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  display: block;
  left: 0;
  top: auto;
  bottom: -86px;
  z-index: 2;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hover-2.work-item:hover .work-description {
  bottom: 0;
}
.hover-2.work-item:hover .work-img img {
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
}
/* Services
-------------------------------------------------------*/

.services-tabs .nav.nav-tabs > li > a {
  padding: 0 !important;
  border: none !important;
  background-color: transparent;
  font-size: 13px;
  color: #121212;
  font-family: "Montserrat", sans-serif;
}
.services .services-tabs i {
  color: #7a7a7a;
  display: block;
  font-size: 50px;
  margin-bottom: 20px;
}
.services-tabs .nav-tabs {
  border-bottom: none;
}
.services-tabs li {
  margin-top: 40px;
}
.services-tabs li.active i, .services-tabs .nav.nav-tabs > li.active > a, .services-tabs .nav.nav-tabs > li > a:hover, .services-tabs .nav.nav-tabs > li > a:hover i {
  color: #f36b21;
}
.services-content p.text-lg {
  font-size: 17px;
  line-height: 34px;
}
.services-info > p:first-child {
  margin-bottom: 20px;
}
.services-content .tab-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: none;
}
/* Results
-------------------------------------------------------*/

.result-box .timer {
  display: block;
  font-size: 44px;
  color: #fff;
  margin: 0 0 5px;
  font-family: "Montserrat", sans-serif;
}
.counter-text {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
/* From Blog Style-2
-------------------------------------------------------*/

.from-blog.style-2 .blog-col {
  box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);
  margin-bottom: 30px;
}
.blog-standard .entry, .blog-single .entry {
  background-color: #fff;
  padding: 30px 3.5% 40px;
  position: relative;
}
.from-blog.style-2 .entry-img:before {
  display: none;
}
.from-blog.style-2 .entry-box p {
  margin: 0 0 20px;
}
.from-blog.style-2 .blog-col h4 a {
  color: #121212;
}
.blog-col h4 a:hover, .from-blog.style-2 .blog-col h4 a:hover, .entry-meta li a:hover {
  color: #f36b21;
}
.entry-meta {
  margin-bottom: 15px;
  margin-top: 5px;
}
.entry-meta li, .entry-meta li a {
  color: #bbb;
  display: inline-block;
  font-size: 13px;
  white-space: nowrap;
  font-style: italic;
}
.from-blog.style-2 .blog-col h4 {
  margin-bottom: 5px;
}
/* Call to Action Style-3
-------------------------------------------------------*/

.call-to-action.style-3 {
  padding: 70px 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #171919;
}
.call-to-action.style-3 i {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-left: 8px;
}
.call-to-action.style-3 h2 {
  display: inline;
  font-size: 24px;
  margin-bottom: 0;
}
.call-to-action.style-3:hover {
  background-color: #f36b21;
}
/*-------------------------------------------------------*/
/* Page Title / Breadcrumbs
/*-------------------------------------------------------*/

.page-title {
  position: relative;
  background-position: center center;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.page-title .container {
  height: 340px;
}
.title-holder {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}
.title-text {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.title-text h1 {
  margin-bottom: 10px;
  font-size: 48px;
}
.page-title .breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: -10px 0 0 0;
  font-size: 13px;
}
.breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 13px;
}
.breadcrumb a {
  color: #969ca7;
}
.breadcrumb a:hover {
  color: #0ccfa8;
}
.breadcrumb > .active {
  color: #3c3f46;
}
.page-title .breadcrumb a, .page-title .breadcrumb > .active {
  color: #fff;
}
.page-title .breadcrumb>li+li:before {
  color: #fff;
  opacity: 0.5;
}
/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/

.contact-details.services.style-2 .service-item-box {
  padding: 40px;
}
/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/

.portfolio-row {
  margin: 0 -4px;
}
.portfolio-filter {
  list-style: none;
  margin-bottom: 40px;
  cursor: default;
  font-size: 13px;
}
.portfolio-filter a.active, .portfolio-filter a:hover {
  color: #f36b21;
}
.portfolio-filter a {
  display: inline-block;
  margin-right: 5px;
  color: #a7a7a7;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 3px;
  background-color: #fff;
}
/*-------------------------------------------------------*/
/* Shortcodes
/*-------------------------------------------------------*/

/* Accordions
-------------------------------------------------------*/

.accordion .panel-default>.panel-heading {
  position: relative;
  background-color: #f7f9fa;
  padding: 0;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.accordion.panel-group .panel {
  border: none;
  box-shadow: none;
}
.accordion .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 1px solid #edf0f0;
  padding: 20px;
}
.accordion .panel-default>.panel-heading > a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 13px 20px;
  color: #121212;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  border: 1px solid #edf0f0;
  border-radius: 3px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.accordion .panel-default>.panel-heading > a.minus {
  color: #f36b21;
  background-color: #fff;
  margin-bottom: -1px;
  border-radius: 3px 3px 0 0;
}
.accordion .panel-heading > a > span {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #f36b21;
  right: 20px;
  top: 22px;
  position: absolute;
}
.accordion .panel-heading > a.plus > span {
  background-color: #a7a7a7;
}
.accordion .panel-heading > a.plus > span:after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  position: absolute;
  top: 0;
  background-color: #a7a7a7;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion .panel-heading:hover {
  background-color: #f36b21;
}
.accordion .panel-heading:hover a.plus {
  border-color: #f36b21;
  color: #fff;
}
.accordion .panel-heading:hover a.plus > span, .accordion .panel-heading:hover a.plus > span:after {
  background-color: #fff;
}
/* Tabs
-------------------------------------------------------*/

.nav-tabs {
  border-bottom: 1px solid #edf0f0;
  margin-bottom: -1px;
}
.nav.nav-tabs>li.active>a {
  border: 1px solid #edf0f0;
  background-color: #fff;
  padding: 13px 20px;
  color: #f36b21;
  border-bottom: 2px solid transparent;
}
.nav.nav-tabs>li {
  margin-bottom: -2px;
}
.nav.nav-tabs>li>a {
  padding: 13px 20px;
  background-color: #f7f9fa;
  border: 1px solid #edf0f0;
  border-radius: 3px 3px 0 0;
  margin-right: 3px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #121212;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
  transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.nav-tabs > li > a:hover {
  background-color: #f36b21;
  border-color: #f36b21;
  color: #fff;
}
.tab-content {
  padding: 20px;
  border: 1px solid #edf0f0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.tab-pane p:last-child {
  margin-bottom: 0;
}
/* Buttons
-------------------------------------------------------*/

.section-buttons .btn {
  margin-bottom: 20px;
}
/* Pie Charts
-------------------------------------------------------*/

.chart {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  text-align: center;
}
.chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.percent {
  display: inline-block;
  line-height: 180px;
  z-index: 2;
  font-size: 32px;
  font-family: 'Montserrat', sans-serif;
  color: #121212;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .9em;
}
/* Progress Bars
-------------------------------------------------------*/

.meter.blue .progress-bar {
  background-color: #14b8ee;
}
.meter.red .progress-bar {
  background-color: #f34937;
}
.meter.violet .progress-bar {
  background-color: #9c55d2;
}
.meter.green .progress-bar {
  background-color: #50ba22;
}
.meter.gold .progress-bar {
  background-color: #a18c67;
}
.meter.pink .progress-bar {
  background-color: #d744a5;
}
.meter.orange .progress-bar {
  background-color: #f36b21;
}
.meter.yellow .progress-bar {
  background-color: #ee9e13;
}
/* Alert Boxes
-------------------------------------------------------*/

.alert {
  padding: 14px 20px;
  margin-bottom: 20px;
  border: none;
  border-radius: 3px;
  color: #fff;
}
.alert-dismissible .close {
  right: 0;
  top: 0;
  color: inherit;
  position: relative;
}
.close {
  opacity: 1;
  text-shadow: none;
}
.alert-success {
  background-color: #1ed3a6;
}
.alert-info {
  background-color: #14b8ee;
}
.alert-warning {
  background-color: #ee9e13;
}
.alert-danger {
  background-color: #f34937;
}
/*-------------------------------------------------------*/
/* Blog Standard
/*-------------------------------------------------------*/

.blog-standard .entry, .blog-single .entry {
  box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);
  -webkit-box-shadow: 0 1px 1px rgba(54, 58, 65, 0.07);
}
.entry-title {
  margin-bottom: 0;
}
.blog-standard .entry-title {
  font-size: 20px;
}
.blog-content .entry-img img {
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.blog-content .entry-img a:hover img {
  opacity: .8;
}
.blog-content {
  padding-right: 3.5%;
}
.entry-item {
  margin-bottom: 7%;
  position: relative;
}
.blog-content .entry-img, .blog-content .entry-slider, .blog-content .entry-video {
  position: relative;
  overflow: hidden;
}
.entry-meta li i {
  color: #bbbbbb;
  margin-right: 8px;
  font-size: 13px;
}
.blog-content .entry-title a {
  color: #121212;
}
.blog-content .entry-title a:hover {
  color: #f36b21;
}
.blog-content .entry-content a.btn {
  margin-top: 10px;
}
/* Flexslider
-------------------------------------------------------*/

.flexslider {
  position: relative;
}
.flex-control-nav {
  list-style: none;
  padding: 0;
}
.flex-direction-nav a {
  display: block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  background-color: #fff;
  margin: -16px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  color: #121212;
  line-height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav .flex-prev {
  left: -32px;
  border-radius: 0 3px 3px 0;
}
.flex-direction-nav .flex-next {
  right: -32px;
  border-radius: 3px 0 0 3px;
}
.flexslider:hover .flex-direction-nav a {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider .flex-direction-nav .flex-nav-next:hover a, .flexslider .flex-direction-nav .flex-nav-prev:hover a {
  color: #f36b21;
  background-color: #fff;
}
/* Quote Post
-------------------------------------------------------*/

.blog-content .entry.blockquote .entry-meta {
  margin-top: 20px;
}
.blog-content .entry.blockquote {
  padding: 0;
}
.blog-standard .entry blockquote {
  background-color: #fff;
}
/* Video Post
-------------------------------------------------------*/

.entry-video iframe {
  width: 100%;
  display: block;
  border: 0;
}
/*-------------------------------------------------------*/
/* Blog Sidebar
/*-------------------------------------------------------*/

.left-sidebar {
  float: left;
}
.sidebar .widget-title {
  margin-bottom: 30px;
}
.sidebar .widget ul li {
  position: relative;
}
.sidebar .widget {
  margin-top: 50px;
  margin-bottom: 0;
}
.sidebar .widget h3 {
  font-size: 16px;
}
.sidebar .widget:first-child {
  margin-top: 0;
}
.sidebar .widget ul li {
  padding: 10px 0;
  border-bottom: 1px solid #e6ebed;
}
.sidebar .widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .widget ul li:first-child {
  padding-top: 0;
}
.widget.categories ul li.active-cat a {
  color: #121212;
}
.widget.categories ul li a, .widget.latest-posts ul li a {
  /*color: #a7a7a7;*/
  color: #555;
}
.widget.categories ul li a:hover, .widget.latest-posts ul li a:hover {
  color: #f36b21;
}
input.searchbox {
  border: 1px solid #e6ebed;
  margin-bottom: 0;
  background-color: #fff;
}
.search-button {
  position: absolute;
  top: 7px;
  right: 10px;
  background-color: transparent;
  border: none;
}
.search-button i {
  width: 14px;
  font-size: 13px;
}
.search-button i:hover {
  color: #121212;
}
.blog-sidebar .categories li a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  right: 0;
  color: #a7a7a7;
}
/* Latest Posts
-------------------------------------------------------*/


.blog-sidebar .latest-posts li {
  padding: 20px 0;
}
.blog-sidebar .latest-posts li:first-child {
  padding-top: 0 !important;
}
.blog-sidebar .latest-posts li:last-child {
  padding-bottom: 0;
}
.blog-sidebar .entry-meta > span {
  color: #b7bdc7;
}
/* Tags
-------------------------------------------------------*/

.tags a {
  background-color: #fff;
  padding: 11px 17px;
  line-height: 1;
  border-radius: 3px;
  margin: 0 6px 6px 0;
  font-size: 11px;
  color: #a7a7a7;
  display: inline-block;
  float: left;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.tags a:hover {
  background-color: #f36b21;
  color: #fff !important;
}
/* Pagination
-------------------------------------------------------*/

.pagination {
  margin: 0 auto;
  border-radius: 0;
  display: block;
  text-align: center;
}
.pagination a, .pagination span {
  background-color: #fff;
  padding: 8px;
  font-size: 14px;
  display: inline-block;
  width: 38px;
  height: 38px;
  border-radius: 3px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pagination a {
  color: #121212;
}
.pagination a:hover {
  background-color: #f36b21;
  border-color: transparent;
  color: #fff;
}
.pagination a > i {
  font-size: 16px;
}
.pagination .current {
  background-color: #121212;
  color: #fff;
  border-color: transparent;
}
/*-------------------------------------------------------*/
/* Blog Single Post
/*-------------------------------------------------------*/

.blog-single .blog-content p {
  margin-bottom: 20px;
}
.blog-single .blockquote-style-1 {
  margin: 30px 0 40px 0;
}
.entry-share {
  float: right;
}
.entry-content .entry-tags span, .entry-share span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  line-height: 32px;
}
.entry-content .entry-tags a {
  margin-bottom: 0;
  margin-top: 4px;
  padding: 7px 12px;
  background-color: #f7f9fa;
}
.entry-content .entry-tags a:hover {
  background-color: #f36b21;
}
.entry-content .entry-tags span {
  float: left;
}
.social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color: #a7a7a7;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f7f9fa;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons a:hover {
  color: #fff;
}
.facebook:hover {
  background-color: #3b5998
}
.twitter:hover {
  background-color: #00acee
}
.google-plus:hover {
  background-color: #dd4b39
}
.linkedin:hover {
  background-color: #0e76a8
}
.pinterest:hover {
  background-color: #c8232c
}
.instagram:hover {
  background-color: #3f729b
}
.entry-share .social-icons {
  float: right;
  margin-top: 0;
  display: inline-block
}
.entry-author-box {
  padding-top: 40px;
  border-top: 1px solid #e6ebed;
  position: relative;
}
.entry-author-box .author-img {
  display: block;
  position: absolute;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.entry-author-box .author-info {
  padding-left: 120px;
  margin-top: 5px;
}
.entry-author-box h6.author-name, .entry-comments h6.comment-author {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0;
}
.author-info span {
  color: #bbb;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.related-posts h5 {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: normal;
  font-weight: normal;
}
.related-posts a:hover h5 {
  color: #f36b21;
}
.entry-comments .comment-avatar {
  position: absolute;
  display: block;
  float: none;
  margin: 0 auto -55px auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.entry-comments .comment-content {
  padding-left: 100px;
  margin-top: 5px;
}
.entry-comments .comment-author {
  color: #121212;
}
.entry-comments span {
  display: inline-block;
  margin-right: 10px;
}
.entry-comments span:last-of-type {
  margin-bottom: 10px;
}
.entry-comments .comment-content span a {
  font-size: 13px;
  color: #a7a7a7;
}
.entry-comments .comment-content p {
  margin-bottom: 10px;
}
.comment-reply {
  padding-left: 10%;
}
.comment-body {
  padding: 30px 0;
  border-bottom: 1px solid #e6ebed;
}
/*-------------------------------------------------------*/
/* Portfolio Single
/*-------------------------------------------------------*/

.portfolio-description {
  padding-left: 10%;
}
.portfolio-description p, .portfolio-description ul, .portfolio-description a.btn {
  margin-bottom: 30px;
}
.portfolio-description h2 {
  font-size: 22px;
}
.portfolio-description .socials-share {
  border-top: 1px solid #e6ebed;
  padding-top: 20px;
}
.portfolio-description .socials-share span {
  display: inline-block;
  margin-top: 5px;
}
.portfolio-description .socials-share .social-icons {
  float: right;
  margin-top: 0;
}
.portfolio-description ul > li {
  line-height: 30px;
  color: #a7a7a7;
}
.portfolio-description ul > li a {
  color: #121212;
}
.portfolio-description ul > li a:hover {
  color: #f36b21;
}
.related-projects .work-item, .related-projects .work-container {
  padding: 0;
  margin-bottom: 0;
}
#owl-related-works .owl-item .item {
  margin: auto 15px;
}
.related-projects .heading-inline, .related-projects .customNavigation {
  display: inline-block;
}
.related-projects .customNavigation a {
  background-color: #fff;
  color: #121212;
  width: 31px;
  height: 31px;
  text-align: center;
  padding: 0;
  border: 1px solid #e6ebed;
}
.related-projects .customNavigation i {
  font-size: 14px;
  line-height: 31px;
}
.customNavigation a:hover {
  background-color: #f36b21;
  color: #fff;
  border: 1px solid transparent;
}
/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/

.section-headings p {
  margin-bottom: 30px;
}
blockquote {
  padding: 0 0 20px;
  margin: 0;
  border: none;
}
blockquote > p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  line-height: 30px;
  margin-bottom: 5px !important;
  position: relative;
  color: #121212;
}
blockquote p:before, blockquote p:after {
  content: '"';
  font-size: 20px;
}
blockquote p:before {
  position: absolute;
  left: -10px;
}
blockquote > span {
  color: #a7a7a7;
  font-size: 14px;
}
blockquote > p > a {
  color: #121212;
}
blockquote > p > a:hover {
  color: #f36b21;
}
.blockquote-style-1 {
  background: #f7f9fa;
  padding: 40px;
}
.blockquote-style-2 {
  padding: 40px;
  border-left: 3px solid #f36b21;
}
.dropcap {
  font-family: 'Montserrat', sans-serif;
}
.dropcap.style-1 {
  float: left;
  color: #121212;
  font-size: 53px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 10px;
}
.dropcap.style-2 {
  float: left;
  color: #fff;
  text-align: center;
  background-color: #f36b21;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 40px;
  margin: 10px 10px 0 0;
  border-radius: 4px;
}
.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #f36b21;
}
.bullets li, .arrows li, .checks li, .numbers li {
  margin-bottom: 20px;
}
.bullets li:last-child, .arrows li:last-child, .checks li:last-child, .numbers li:last-child {
  margin-bottom: 0;
}
.bullets li:before {
  content: "• ";
  font-size: 14px;
  color: #f36b21;
  padding-right: 0.5em;
}
.arrows i {
  margin-right: 5px;
}
.arrows i, .checks i {
  color: #f36b21;
}
.checks i {
  font-size: 12px;
  margin-right: 7px;
}
ol.numbers {
  padding-left: 20px;
}
.section-columns p {
  margin-bottom: 40px;
}
/*-------------------------------------------------------*/
/* 404
/*-------------------------------------------------------*/

.page-404 h1 {
  font-size: 150px;
  line-height: 1.2;
}

.wetrade {
  display: none;
}
