/**
  Theme Name: Samrtweb
  Theme URL : http://edgebootstrap.com/themeforest/smartweb
  Author    : Createuiux
  Author URI: http://edgebootstrap.com
  developed : edgebootstrap
  Version   : 1.0.1
**/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# fonts
# Header styles
    # main menu
# breadcrumb
# homepage slider
# about us
# call to action
# service slider
# latest project
# work process
# testimonial
# client logo
# team
# Footer styles
# contact page
# all styles
# Portfolio styles
# Pricing table
# Progress bar
# Team Details
# accordion
# blog
# 404
# smart web tab 3
# responsive codes
--------------------------------------------------------------*/


/****************
 fonts
 ***************/

 /* Hier könnten z.B. Googlefonts eingebunden werden */

/****************
 Header styles
 ***************/
body {
  font-family: "Open Sans", Arial, Verdana;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #767676;
  line-height: 24px;
  min-width: 350px;
  padding-top: 130px;
}

h1 {
  font-size: 36px;
}
.h1, div p.h1.prio {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}
.tithead2 {
  font-size: 30px;
}
.h2, div p.h2.prio {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}
.h3, div p.h3.prio {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}
.h4, div p.h4.prio{
  font-size: 18px;
}

h5 {
  font-size: 16px;
}
.h5, div p.h5.prio{
  font-size: 16px;
}

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

.xx-small-gap {
  padding-top: 30px;
}

.bottom-padding-off {
  padding-bottom: 0 !important;
}

.bottom-gap-75 {
  padding-bottom: 75px;
}

.bottom-gap-60 {
  padding-bottom: 60px;
}

.bottom-gap-50 {
  padding-bottom: 50px;
}

.bottom-gap-40 {
  padding-bottom: 40px;
}

.bottom-gap-30 {
  padding-bottom: 30px;
}

.gap-100 {
  padding: 100px 0;
}

.top-gap-100 {
  padding-top: 100px;
}

.section-title {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px;
}

.section-title .main-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
  color: #3a3a3a;
  line-height: 22.08px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 0;
  display: inline-block;
}

.section-title .main-title:after {
  content: '';
  width: 120%;
  height: 1px;
  background-color: #f05907;
  position: absolute;
  left: 0;
  bottom: 0;
}

.color-bar {
  position: relative;
}
.color-bar:after {
  content: " ";
  display: block;
  clear: both;
}

.color-bar.pos-fixed{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 350px;
  z-index: 999;
}

.color-bar .color1 {
  border-top: 5px solid #f05907;
  float: left;
  width: 25%;
}

.color-bar .color2 {
  border-top: 5px solid #f67000;
  float: left;
  width: 25%;
}

.color-bar .color3 {
  border-top: 5px solid #f4a000;
  float: left;
  width: 25%;
}

.color-bar .color4 {
  border-top: 5px solid #eec000;
  float: left;
  width: 25%;
}

.color-bar div {
  border-top-width: 24px !important;
}

.topbar {
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  color: #FFF;
  width: 100%;
  min-width: 350px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.topbar:after {
  content: " ";
  display: block;
  clear: both;
}

.topbar.pos-fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 350px;
  z-index: 500;
  background: #FFA100;
  box-shadow: 0px 3px 8px rgba(16, 16, 16, 0.21);
}
.topbar.pos-fixed.is-sticky {
  top: -24px;
}

.topbar .mail {
  display: block;
  float: left;
}

.topbar .phone {
  display: block;
  float: left;
  margin-left: 30px;
}

.topbar .mail a,
.topbar .phone a {
  color: #FFF;
}

.topbar .mail a:hover,
.topbar .phone a:hover {
  color: #FFF;
  text-decoration: none;
}

.header {
  background-color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header.pos-fixed{
  position: fixed;
  left: 0;
  top: 24px;
  width: 100%;
  min-width: 350px;
  z-index: 495;
}

.header.is-sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 350px;
  box-shadow: 0 3px 8px rgba(16, 16, 16, 0.21);
}

.header.is-sticky .home-style1 .navbar-brand {
  padding: 15px 15px 0;
}

.header.is-sticky .home-style1 #Main-nav ul.nav > li {
  padding: 15px 0;
}

.header .home-style1 {
  min-height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-clip: padding-box;
}

.header .home-style1 .navbar-brand {
  height: auto;
  padding: 35px 15px 0;
  transition: padding .3s;
}

.header .home-style1 #Main-nav ul.nav {
  display: inline-block;
  margin: 0 auto;
  list-style-type: none;
}

.header .home-style1 #Main-nav ul.nav > li {
  position: relative;
  float: left;
  margin: 0 3px 0 0;
  -webkit-perspective: 200;
  perspective: 200;
  z-index: 999;
  padding: 35px 0;
  transition: padding .3s;
}

.header .home-style1 #Main-nav ul.nav > li:last-child {
  margin: 0;
}

.header .home-style1 #Main-nav ul.nav > li:hover > a, .header .home-style1 #Main-nav ul.nav > li:focus > a, .header .home-style1 #Main-nav ul.nav > li.active > a {
  text-decoration: none;
  color: #fff;
  background-color: #f05907;
}

.header .home-style1 #Main-nav ul.nav > li > a {
  border-radius: 30px;
  display: block;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 22px;
  padding: 12px 25px;
  color: #6d6e71;
  position: relative;
  z-index: 99;
  -webkit-perspective: 200;
  perspective: 200;
  text-decoration: none;
  text-transform: uppercase;
}

.header .home-style1 #Main-nav ul.nav > li > a:before {
  content: '';
  z-index: 200;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  margin-top: -5px;
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #f05907 transparent transparent transparent;
  -webkit-transition: margin-top .2s ease-out;
  transition: margin-top .2s ease-out;
}

.header .home-style1 #Main-nav ul.nav > li .arrow {
  display: none;
}

.header .home-style1 #Main-nav ul.nav > li:hover.dropdown a:before {
  opacity: 1;
  margin-top: 0;
}

.header .home-style1 #Main-nav ul.nav > li:hover .dropdown-child, .header .home-style1 #Main-nav ul.nav > li:focus .dropdown-child {
  opacity: 1;
  -webkit-transform: rotateX(0) translateZ(0);
  transform: rotateX(0) translateZ(0);
}

.header .home-style1 #Main-nav ul.nav > li .dropdown-child {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
  z-index: 999;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin: 0;
  color: #fff;
  padding: 0;
  background-color: #3a3a3a;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.header .home-style1 #Main-nav ul.nav > li .dropdown-child li {
  float: none;
  border-bottom: 1px solid #454545;
}

.header .home-style1 #Main-nav ul.nav > li .dropdown-child li a {
  color: #d6d6d6;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 15px 0 15px 16px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  transition: all .5s;
}

.header .home-style1 #Main-nav ul.nav > li .dropdown-child li a:hover, .header .home-style1 #Main-nav ul.nav > li .dropdown-child li a:focus {
  color: #fff;
  background-color: #f05907;
}

.header .home-style1 #Main-nav ul.nav > li .dropdown-child li:last-child {
  border-bottom: none;
}

.header .home-style2 {
  min-height: auto;
  margin: 0;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-clip: padding-box;
}

.header .home-style2 .navbar-brand {
  padding: 35px 15px;
  transition: padding .3s;
}

.header .home-style2 #Main-nav ul.nav {
  padding-top: 0;
}

.header .home-style2 #Main-nav ul.nav > li {
  margin-right: 2px;
  -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;
  background-color: transparent;
  position: relative;
  -webkit-perspective: 200;
  perspective: 200;
  z-index: 999;
}

.header .home-style2 #Main-nav ul.nav > li:last-child {
  margin-right: 0;
}

.header .home-style2 #Main-nav ul.nav > li.active > a, .header .home-style2 #Main-nav ul.nav > li:focus > a {
  color: #fff;
}

.header .home-style2 #Main-nav ul.nav > li.active > a:after, .header .home-style2 #Main-nav ul.nav > li:focus > a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f67000;
  z-index: -1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.header .home-style2 #Main-nav ul.nav > li > a {
  color: #6d6e71;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  padding: 28px 25px;
  border-radius: 0;
}

.header .home-style2 #Main-nav ul.nav > li > a:hover, .header .home-style2 #Main-nav ul.nav > li > a:focus {
  background-color: transparent;
}

.header .home-style2 #Main-nav ul.nav > li > a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f67000;
  z-index: -1;
  -webkit-transform: translateY(124px);
  -moz-transform: translateY(124px);
  -ms-transform: translateY(124px);
  transform: translateY(124px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.header .home-style2 #Main-nav ul.nav > li > a:hover, .header .home-style2 #Main-nav ul.nav > li > a:focus {
  color: #fff;
}

.header .home-style2 #Main-nav ul.nav > li > a:hover:after, .header .home-style2 #Main-nav ul.nav > li > a:focus:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #f67000;
  z-index: -1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.header .home-style2 #Main-nav ul.nav > li > a i {
  text-align: center;
  display: block;
  padding-bottom: 10px;
}

.header .home-style2 #Main-nav ul.nav > li .arrow {
  display: none;
}

.header .home-style2 #Main-nav ul.nav > li:hover.dropdown a:before {
  opacity: 1;
}

.header .home-style2 #Main-nav ul.nav > li:hover .dropdown-child, .header .home-style2 #Main-nav ul.nav > li:focus .dropdown-child {
  opacity: 1;
  -webkit-transform: rotateX(0) translateZ(0);
  transform: rotateX(0) translateZ(0);
}

.header .home-style2 #Main-nav ul.nav > li .dropdown-child {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
  transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.59, 1.21), opacity 0.1s 0.1s;
  z-index: 100;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  margin: 0;
  color: #fff;
  padding: 0;
  background-color: #3a3a3a;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}

.header .home-style2 #Main-nav ul.nav > li .dropdown-child li {
  float: none;
  border-bottom: 1px solid #454545;
}

.header .home-style2 #Main-nav ul.nav > li .dropdown-child li a {
  color: #d6d6d6;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 15px 0 15px 16px;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  transition: all .5s;
}

.header .home-style2 #Main-nav ul.nav > li .dropdown-child li a:hover, .header .home-style2 #Main-nav ul.nav > li .dropdown-child li a:focus, .header .home-style2 #Main-nav ul.nav > li .dropdown-child li.active a {
  color: #fff;
  background-color: #f67000;
}

.header .home-style2 #Main-nav ul.nav > li .dropdown-child li:last-child {
  border-bottom: none;
}

.header.home2 {
  padding: 0;
}

.header.home2.is-sticky .home-style2 .navbar-brand {
  padding: 20px 15px;
}

.header.home2.is-sticky .home-style2 #Main-nav ul {
  padding-top: 0;
}

.header.home2.is-sticky .home-style2 #Main-nav ul li a {
  padding: 20px 25px;
}

.header.home2.is-sticky .home-style2 #Main-nav ul li a i {
  padding-bottom: 5px;
}

.header.home2.is-sticky .home-style2 #Main-nav ul li ul.dropdown-menu {
  left: 0;
}

.header.home2.is-sticky .home-style2 #Main-nav ul li ul.dropdown-menu li a {
  padding: 10px 10px;
}

.content-wrap {
  position: relative;
  z-index: 99;
  background-color: #fff;
}

/****************
 breadcrumb
 ***************/
.header-breadcrumb {
  background-color: #f5f5f5;
  padding: 30px 0 30px;
}

.header-breadcrumb .breadcrumb-wrap {
  border-left: 4px solid #f05907;
  padding: 17px 0 17px 15px;
}

.header-breadcrumb .page-title {
  font-weight: 900;
  color: #3a3a3a;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 20px;
}

.header-breadcrumb .page-subtitle {
  margin-bottom: 0;
}

.header-breadcrumb .breadcrumb {
  position: absolute;
  top: 50%;
  left: auto;
  right: 15px;
  margin: -13px 0 0;
  background-color: transparent;
  padding: 0;
  font-size: 14px;
}

.header-breadcrumb .breadcrumb li.active {
  color: #f05907;
}

.header-breadcrumb .breadcrumb li a {
  color: #767676;
  text-decoration: none;
}

.header-breadcrumb .breadcrumb li + li:before {
  content: "\f10d";
  font-family: Flaticon;
  color: #3a3a3a;
  padding-right: 10px;
}

/****************
 homepage slider
 ***************/

#index-slider2 {
  background-color: #fff;
}

#index-slider2 .sp-thumbnail-container {
  margin: 0;
}

#index-slider2 .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 3px solid #eec000;
  top: 0px;
  margin-top: 0;
  z-index: 99;
}

#index-slider2 .sp-selected-thumbnail:after {
  display: none;
}

#index-slider2 .sp-selected-thumbnail:nth-child(2):before {
  border-bottom: 3px solid #f4a000;
}

#index-slider2 .sp-selected-thumbnail:nth-child(3):before {
  border-bottom: 3px solid #f05907;
}

#index-slider2 .sp-selected-thumbnail:nth-child(4):before {
  border-bottom: 3px solid #f67000;
}

#index-slider2 .sp-thumbnail {
  width: 100%;
  height: 100%;
  padding: 20px 0 16px;
  top: 0;
  color: #fff;
}

#index-slider2 .sp-thumbnail.sp-thumb-color1 {
  background-color: #f05907;
}

#index-slider2 .sp-thumbnail.sp-thumb-color2 {
  background-color: #f67000;
}

#index-slider2 .sp-thumbnail.sp-thumb-color3 {
  background-color: #f4a000;
}

#index-slider2 .sp-thumbnail.sp-thumb-color4 {
  background-color: #eec000;
}

#index-slider2 .sp-thumbnail .sp-thumbnail-icon i:before {
  font-size: 24px;
  font-size: 2.4rem;
}

#index-slider2 .sp-thumbnail .sp-thumbnail-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 5px;
}

#index-slider2 .sp-thumbnail .sp-thumbnail-description {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
}

#index-slider2 .sp-image-container{
  width: 100%;
  height: 100%;
}

#index-slider2 .sp-image-container img{
  width: 100%;
  height: auto;
}

#index-slider2 .sp-text-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 70%;
  margin: auto;
  min-width: 1170px;
  padding: 10% 0;
}

#index-slider2 .sp-caption-title {
  visibility: visible;
  transform-origin: left top 0px;
  transform: scale(1) translate3d(0px, 0px, 0px);
  opacity: 1;
  position: relative;
  margin: 0;
  display: inline-block;
  border-left: 10px solid #f4a000;
  padding: 1.5% 2.5% 1.5% 1%;
  background-color: rgba(0, 0, 0, 0.7);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 15px;
}

#index-slider2 .sp-caption-description {
  visibility: visible;
  transform-origin: left top 0px;
  transform: scale(1) translate3d(0px, 0px, 0px);
  opacity: 1;
  position: relative;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.7);
  border-right: 10px solid #f4a000;
  padding: 1.5% 2% 1.5% 3%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
#index-slider2 .sp-caption-description h1,
#index-slider2 .sp-caption-description h2,
#index-slider2 .sp-caption-description h3,
#index-slider2 .sp-caption-description h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 24px;
}

.sp-nav .sp-arrows {
  bottom: 60px;
  top: auto;
  margin-top: -15px;
}
/*Home-Header*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}
.sp-black {
  color: #FFF;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
}
.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}
.sp-layer.sp-black p{
  margin: 0px;
}

/****************
 about us
 ***************/
.about-us {
  padding: 0 0 50px;
}

.smartweb-tab-2 .tab-content h3,
.tab-content h1,
.tab-content h2,
.tab-content h3,
.tab-content h4 {
  margin-top: 0;
  font-weight: 700;
  color: #3a3a3a;
  font-size: 24px;
}

.smartweb-tab-2 .tab-content h3 span,
.tab-content h3 span {
  color: #f05907;
}

.smartweb-tab-2 .tab-content .tab-content-body {
  padding: 12px 0 40px;
}

.smartweb-tab-2 .about-tabs li {
  display: table-cell;
  width: 1%;
  text-align: center;
}

.smartweb-tab-2 .about-tabs li.active a {
  color: #f05907;
}

.smartweb-tab-2 .about-tabs li.active a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #f05907;
}

.smartweb-tab-2 .about-tabs li.active a:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  left: calc(50% - 10px);
  border-left-width: 12px;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 12px;
  border-right-style: solid;
  border-right-color: transparent;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: #f05907;
}

.smartweb-tab-2 .about-tabs li a {
  position: relative;
  padding: 32px 0 41px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #767676;
  margin-right: 10px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #efefef;
}

.smartweb-tab-2 .about-tabs li a i {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-weight: normal;
}

.smartweb-tab-2 .about-tabs li a i:before {
  font-size: 40px;
  font-size: 4rem;
}

.smartweb-tab-2 .about-tabs li a:hover, .smartweb-tab-2 .about-tabs li a:focus {
  background-color: transparent;
}

.smartweb-tab-2 .about-tabs li:last-child a {
  margin-right: 0;
}
/*Tabpanel*/
.tab-pane .img-responsive{
  max-width: 530px;
  max-height: 470px;
}

/*IMG-Shadow*/
img.img-shadow{
  box-shadow: 20px 20px 3px #80808033;
}
/****************
 call to action
 ***************/
.call-to-action {
  background-color: #f3f3f5;
  padding: 30px 0;
}

.call-to-action .call-action-wrap {
  border-left: 5px solid #f05907;
  padding: 30px 0 40px 23px;
}

.call-to-action .call-action-wrap h2 {
  color: #f05907;
}

.call-to-action .call-action-wrap h3,
.call-to-action .call-action-wrap h5 {
  color: #767676;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}
.call-to-action .call-action-wrap p {
  font-size: 18px;
}

.call-to-action .call-action-wrap .button-group {
  float: right;
}

.call-to-action .call-action-wrap .button-group .hire-me,
.call-to-action .call-action-wrap .button-group .hire-skype,
.call-to-action .call-action-wrap .button-group .hire-phone {
  background-color: #f05907;
  padding: 10px 40px;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.call-to-action .call-action-wrap .button-group .hire-me:before,
.call-to-action .call-action-wrap .button-group .hire-skype:before,
.call-to-action .call-action-wrap .button-group .hire-phone:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background: #f67000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.call-to-action .call-action-wrap .button-group .hire-me:hover:before,
.call-to-action .call-action-wrap .button-group .hire-skype:hover:before,
.call-to-action .call-action-wrap .button-group .hire-phone:hover:before {
  transform: scaleX(1);
}

.call-to-action .call-action-wrap .button-group .hire-skype {
  background-color: #03a9f4;
  margin-bottom: 0;
}

.call-to-action .call-action-wrap .button-group .hire-skype:before {
  background-color: #068fcd;
}

/****************
 service slider
 ***************/
.slider-service .owl-nav {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -90px;
}

.slider-service .owl-nav [class*='owl-'] {
  width: 32px;
  margin: 0;
  height: 30px;
  line-height: 30px;
  background-color: #767676;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background-clip: padding-box;
  padding: 0;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding-top: 0;
}

.slider-service .owl-nav [class*='owl-']:hover {
  background-color: #f05907;
}

.slider-service .owl-nav .owl-prev {
  margin-right: 1px;
}

.service-section {
  padding: 100px 0 50px;
}

.service-section .service-item {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #efefef;
  padding: 80px 15px 32px;
}

.service-section .service-item .service-icon {
  display: inline-block;
  padding-bottom: 20px;
}

.service-section .service-item .service-icon i {
  display: inline-block;
}

.service-section .service-item .service-icon i:before {
  font-size: 60px;
  font-size: 6rem;
  color: #f05907;
}

.service-section .service-item h4 {
  color: #3a3a3a;
  padding-bottom: 5px;
  font-weight: 700;
}

.service-section .service-item.service-bdr1 {
  border-bottom: 4px solid #f05907;
  min-height: 290px;
}

.service-section .service-item.service-bdr2 {
  border-bottom: 4px solid #f67000;
}

.service-section .service-item.service-bdr3 {
  border-bottom: 4px solid #f4a000;
}

.service-section .service-item.service-bdr4 {
  border-bottom: 4px solid #f4a000;
}

/***************
 latest project
***************/
.project-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.project-item .mask-container.text-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.project-item .project-hover-mask {
  position: absolute;
  background-color: #f05907;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  opacity: 0;
  transition: opacity .5s;
}

.project-item .project-hover-mask .mask-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 30px 14px;
  transition: all .5s;
}

.project-item .project-hover-mask .mask-container:before {
  content: '';
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(0, 1);
  transition: transform .5s;
}

.project-item .project-hover-mask .mask-container:after {
  content: '';
  border-right: 1px dashed #fff;
  border-left: 1px dashed #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: scale(1, 0);
  transition: transform .5s;
}

.project-item .project-hover-mask .mask-container h4 {
  margin: 0;
  color: #fff;
  transform: translateY(-10px);
  transition: all .5s;
}

.project-item .project-hover-mask .mask-container .divider-border {
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: 15px auto 11px;
}

.project-item .project-hover-mask .mask-container p {
  margin: 0;
  color: #fff;
  transform: translateY(10px);
  transition: all .5s;
}

.project-item .project-hover-mask .mask-container .image-link, .project-item .project-hover-mask .mask-container .project-link {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  color: #767676;
  border-radius: 50%;
  display: inline-block;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 12px;
  transform: translateY(20px);
  transition: all .5s;
  text-decoration: none;
}

.project-item .project-hover-mask .mask-container .image-link:focus, .project-item .project-hover-mask .mask-container .project-link:focus {
  outline: none;
  outline-offset: 0;
}

.project-item:hover .project-hover-mask {
  opacity: 1;
}

.project-item:hover .project-hover-mask .mask-container:before {
  transform: scale(1, 1);
}

.project-item:hover .project-hover-mask .mask-container:after {
  transform: scale(1, 1);
}

.project-item:hover .project-hover-mask .mask-container h4 {
  transform: translateY(0);
}

.project-item:hover .project-hover-mask .mask-container p {
  transform: translateY(0);
}

.project-item:hover .project-hover-mask .mask-container .image-link {
  transform: translateY(0);
}


/***************
 work process
***************/
.work-progress {
  padding: 110px 0;
}

.smartweb-tab-1 .nav-tabs li {
  display: table-cell;
  width: 1%;
  float: none;
  border-width: 0 0 3px 0;
  border-style: solid;
  border-color: transparent;
}

.smartweb-tab-1 .nav-tabs li.color_tab_1 {
  background-color: #f05907;
}

.smartweb-tab-1 .nav-tabs li.color_tab_1.active, .smartweb-tab-1 .nav-tabs li.color_tab_1:hover {
  border-bottom-color: #eec000;
}

.smartweb-tab-1 .nav-tabs li.color_tab_2 {
  background-color: #f67000;
}

.smartweb-tab-1 .nav-tabs li.color_tab_2.active, .smartweb-tab-1 .nav-tabs li.color_tab_2:hover {
  border-bottom-color: #f4a000;
  border-width: 0 0 3px 0;
}

.smartweb-tab-1 .nav-tabs li.color_tab_3 {
  background-color: #f4a000;
}

.smartweb-tab-1 .nav-tabs li.color_tab_3.active, .smartweb-tab-1 .nav-tabs li.color_tab_3:hover {
  border-bottom-color: #f05907;
  border-width: 0 0 3px 0;
}

.smartweb-tab-1 .nav-tabs li.color_tab_4 {
  background-color: #eec000;
}

.smartweb-tab-1 .nav-tabs li.color_tab_4.active, .smartweb-tab-1 .nav-tabs li.color_tab_4:hover {
  border-bottom-color: #f67000;
  border-width: 0 0 3px 0;
}

.smartweb-tab-1 .nav-tabs li.active a,
.smartweb-tab-1 .nav-tabs li.active a:hover, .smartweb-tab-1 .nav-tabs li.active:focus {
  border: none !important;
  background-color: transparent;
  color: #fff;
  outline: none;
  outline-offset: 0;
}

.smartweb-tab-1 .nav-tabs li a {
  padding: 20px 22px 17px;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  display: inline-block;
  width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}

.smartweb-tab-1 .nav-tabs li a span {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: #3a3a3a;
  margin-right: 18px;
  background-color: #f3f3f5;
  font-size: 22.15px;
  font-size: 2.215rem;
  font-weight: 900;
}

.smartweb-tab-1 .nav-tabs li a:hover, .smartweb-tab-1 .nav-tabs li a:focus {
  border: none;
  background-color: transparent;
  color: #fff;
  outline: none;
  outline-offset: 0;
}

.smartweb-tab-1 .tab-content {
  padding-top: 30px;
}

.smartweb-tab-1 .tab-content .tab-title {
  color: #f05907;
  font-weight: 900;
  margin: 0 0 30px;
}

/***************
 testimonial
***************/
.testimonial-wrap {
  border: 1px solid #efefef;
  padding: 30px 40px;
  text-align: center;
  margin: 18px 0;
}

.testimonial-wrap .tst-body {
  font-style: italic;
  line-height: 22px;
}

.testimonial-wrap .tst-author {
  color: #f05907;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonial-wrap .tst-division {
  font-size: 12px;
  font-size: 1.2rem;
  color: #767676;
}

.testimonial-wrap.top-quote-box {
  position: relative;
}

.testimonial-wrap.top-quote-box:before {
  content: "\f10e";
  font-family: Flaticon;
  font-size: 18px;
  font-style: normal;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f05907;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  left: 30px;
  top: -18px;
}

.testimonial-wrap.bottom-quote-box {
  position: relative;
}

.testimonial-wrap.bottom-quote-box:after {
  content: "\f100";
  font-family: Flaticon;
  font-size: 18px;
  font-style: normal;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f05907;
  color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-clip: padding-box;
  position: absolute;
  right: 30px;
  bottom: -18px;
}

/***************
 client logo
***************/
.client-logo {
  padding: 100px 0;
}

.client-logo .client-logo-wrap {
  border: 1px solid #efefef;
  padding: 0;
  width: 100%;
  text-align: center;
  height: 150px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.client-logo .client-logo-wrap .ce-above .ce-gallery {
  margin-bottom: 0;
}

.client-logo .client-logo-wrap img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: filter .5s ease;
  -webkit-transition: -webkit-filter .5s ease;

  display: inline-block;
  width: auto;
  height: auto;
  max-width: 85%;
  max-height: 127px;
}

.client-logo .client-logo-wrap:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/***************
 team
***************/
.team-item .team-content {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #efefef;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
  -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;
}

.team-item .membernote {
  color: #3a3a3a;
  font-weight: 700;
  font-weight: 16px;
}

.team-item .team-content h5 {
  color: #3a3a3a;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .team-content .team-social {
  padding: 0;
  margin: 0;
}

.team-item .team-content .team-social li {
  list-style: none;
  display: block;
  margin: 0 25px;
}

.team-item .team-content .team-social li a {
  line-height: 1.5em;
  text-align: center;
  color: #999999;
  overflow: hidden;
  display: block;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #efefef;
  -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;
}
.team-item .team-content .team-social li a:hover {
  text-decoration: none;
}

.team-item:hover .team-content,
.team-item.colored .team-content {
  background-color: #f05907;
  border-color: #f05907;
}

.team-item:hover .team-content h5,
.team-item.colored .team-content h5 {
  color: #fff;
  -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;
}

.team-item:hover .team-content p,
.team-item.colored .team-content p {
  color: #fff;
  -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;
}

.team-item:hover .team-content .team-social li a,
.team-item.colored .team-content .team-social li a {
  border: 1px solid #e1e1e1;
  color: #fff;
}

.team-item:hover .team-content .team-social li a:hover,
.team-item.colored .team-content .team-social li a:hover {
  color: #f05907;
  background-color: #fff;
}

/****************
 Footer styles
 ***************/
#main-footer {
  background-color: #3a3a3a;
  padding-top: 50px;
  min-width: 350px;
}

#main-footer .widget-area .widget-social .social-widget ul, #main-footer .widget-area .widget-contact .social-widget ul {
  margin: 0;
  padding: 0;
}

#main-footer .widget-area .widget-social .social-widget ul li, #main-footer .widget-area .widget-contact .social-widget ul li {
  list-style: none;
  display: inline-block;
  padding: 12px 9px;
}

#main-footer .widget-area .widget-social .social-widget ul li:first-child, #main-footer .widget-area .widget-contact .social-widget ul li:first-child {
  padding-left: 0;
}

#main-footer .widget-area .widget-social .social-widget ul li i, #main-footer .widget-area .widget-contact .social-widget ul li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f0f0f0;
  background-color: #696969;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-clip: padding-box;
}

#main-footer .widget-area .widget-social .social-widget ul li:hover i, #main-footer .widget-area .widget-contact .social-widget ul li:hover i {
  background-color: #f05907;
}

#main-footer .widget-area .widget-social .contact-info-widget ul, #main-footer .widget-area .widget-contact .contact-info-widget ul {
  margin: 0;
  padding: 0;
}

#main-footer .widget-area .widget-social .contact-info-widget ul li, #main-footer .widget-area .widget-contact .contact-info-widget ul li {
  list-style: none;
  display: inline-block;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}

#main-footer .widget-area .widget-social .contact-info-widget ul li:last-child, #main-footer .widget-area .widget-contact .contact-info-widget ul li:last-child {
  padding-right: 0;
}

#main-footer .widget-area .widget-social .contact-info-widget ul li i, #main-footer .widget-area .widget-contact .contact-info-widget ul li i {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #f0f0f0;
  display: inline-block;
  background-color: #696969;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-clip: padding-box;
}

#main-footer .widget-area .widget-social .contact-info-widget ul li i[class^="flaticon-"]:before, #main-footer .widget-area .widget-contact .contact-info-widget ul li i[class^="flaticon-"]:before {
  font-size: 16px;
  font-size: 1.6rem;
}

#main-footer .widget-area .widget-social .contact-info-widget ul li:hover i, #main-footer .widget-area .widget-contact .contact-info-widget ul li:hover i {
  background-color: #f05907;
}

#main-footer .widget-area .widget-social .contact-info-widget ul li span, #main-footer .widget-area .widget-contact .contact-info-widget ul li span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #a1a1a1;
  padding-left: 2px;
}
#main-footer .widget-area .widget-contact .contact-info-widget ul li span a {
  color: #a1a1a1;
}
#main-footer .widget-area .widget-contact .contact-info-widget ul li span a:hover {
  text-decoration: none;
}

#main-footer .widget-area .widget-title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #a1a1a1;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin: 0;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #474646;
}

#main-footer .copyright-section {
  border-top: 1px solid #474646;
  padding: 10px 0;
  margin-top: 23px;
}

#main-footer .copyright-section .copytext {
  color: #a1a1a1;
  margin-bottom: 0;
}

#main-footer .copyright-section .copytext a {
  color: #f05907;
  text-decoration: none;
}

#main-footer .copyright-section .footer-bottom-menu ul {
  padding: 0;
  margin: 0;
  float: right;
}

#main-footer .copyright-section .footer-bottom-menu ul li {
  display: inline-block;
  list-style: none;
  border-right: 1px solid #a1a1a1;
  padding: 0 16px;
  line-height: 14px;
}

#main-footer .copyright-section .footer-bottom-menu ul li:last-child {
  border-right: none;
  padding-right: 0;
}

#main-footer .copyright-section .footer-bottom-menu ul li a {
  color: #a1a1a1;
  text-decoration: none;
  text-transform: uppercase;
  -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;
}

#main-footer .copyright-section .footer-bottom-menu ul li a:hover {
  color: #f05907;
}

#main-footer.sticky-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -1;
}

/****************
 contact page
 ***************/
.maps {
  padding: 100px 0 70px;
}

.maps .google-map .google-map-embade {
  width: 100%;
  border: none;
}

.contact-info .contact-form .form-group {
  margin-bottom: 60px;
}
.powermail_label { display: none; }

.contact-info .contact-form input[type='text'],
.contact-info .contact-form input[type='email'],
.contact-info .contact-form input[type='tel'],
.contact-info .contact-form input[type='url'],
.powermail_form input[type='text'],
.powermail_form input[type='email'],
.powermail_form input[type='tel'],
.powermail_form input[type='url'] {
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding-left: 5px;
  width: 100%;
  height: 60px;
}
.powermail_form input[type='file'] {
  margin-bottom: 30px;
}

.contact-info .contact-form input[type='text']:focus,
.contact-info .contact-form input[type='email']:focus,
.contact-info .contact-form input[type='tel']:focus,
.powermail_form input[type='text']:focus,
.powermail_form input[type='email']:focus,
.powermail_form input[type='tel']:focus {
  border-bottom: 1px solid #f05907;
}

.contact-info .contact-form textarea,
.powermail_form textarea {
  border-radius: 0;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  width: 100%;
}

.contact-info .contact-form textarea:focus,
.powermail_form textarea:focus {
  outline: none;
  outline-offset: 0;
  border-bottom: 1px solid #f05907;
}

.contact-info .contact-form .submit,
.powermail_form .powermail_submit {
  float: right;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-clip: padding-box;
  background-color: #f05907;
  padding: 10px 25px;
  border: none;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 15px;
}
.powermail_form input {
  margin-top: 35px;
}
.powermail_form input[type="checkbox"] {
  margin-top: 5px;
}
.page-id-2 .checkbox {
  margin: 35px 0 0;
}
.powermail_form textarea {
  margin-top: 55px;
}

.contact-info-side-widget ul {
  padding: 10px 0 0;
  margin: 0;
}

.contact-info-side-widget ul li {
  list-style: none;
  margin-bottom: 30px;
}

.contact-info-side-widget ul li i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #f05907;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  display: inline-block;
  float: left;
  margin-right: 18px;
}

.contact-info-side-widget ul li i:before {
  font-size: 18px;
}

.contact-info-side-widget ul li span {
  font-weight: 500;
}

ul.parsley-errors-list.filled {
  list-style: none;
  font-style: italic;
  color: #f05907;
  padding-left: 5px;
}


/****************
 all styles
 ***************/
/* page-loader */
#page-loader {
  background: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999;
}

.loader-icon {
  background: none repeat scroll 0 0 #fff;
  border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-right: 3px solid #f05907 !important;
  border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
  height: 50px;
  left: 50%;
  margin: -20px 0 0 -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 50px;
}

.colored-border {
  border-color: #fff;
}

.fa-spin {
  -webkit-animation: fa-spin 1s infinite linear;
  animation: fa-spin 1s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.navbar-toggle {
  border-color: #f05907;
  margin-top: 14px;
  padding: 9px 10px 6px;
}
.navbar-toggle:after {
  content: "MENÜ";
  display: block;
  font-size: 10px;
  height: auto;
  line-height: normal;
  margin-top: 3px;
}
.navbar-toggle .icon-bar {
  background-color: #f05907;
  margin: 0 auto;
}
.navbar-toggle.open .icon-bar {
  opacity: 0;
}
.navbar-toggle.open .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  position: relative;
  top: 6px;
  opacity: 1;
}
.navbar-toggle.open .icon-bar:last-of-type {
  transform: rotate(-45deg);
  position: relative;
  top: -6px;
  opacity: 1;
}

.header.is-sticky .navbar-toggle {
  margin-top: 14px;
}

.scroll-top {
  background: #f05907;
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  height: 40px;
  position: fixed;
  text-align: center;
  width: 40px;
  z-index: 999;
  cursor: pointer;
  transition: .3s;
  border-radius: 50%;
  padding-top: 7px;
  right: -100px;
}

.scroll-top.active {
  right: 20px;
}

/****************
 Portfolio styles
 ***************/
.portfolio {
  padding: 100px 0;
}

.portfolio .portfolio-subtitle {
  font-weight: 700;
  float: left;
}

.portfolio .portfolio-sorting {
  float: right;
}

.portfolio .portfolio-sorting li {
  padding: 0;
  color: #767676;
  padding: 10px 25px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background-clip: padding-box;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.portfolio .portfolio-sorting li.active, .portfolio .portfolio-sorting li:hover {
  background-color: #f05907;
  color: #fff;
}

.portfolio .portfolio-items {
  display: inline-block;
  width: 100%;
}

/****************
 Pricing table
 ***************/
.pricing-table-section {
  padding: 100px 0;
}

.pricing-item .pricing-header {
  background-color: #f05907;
  text-align: center;
  color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 0 30px 15px;
}

.pricing-item .pricing-header .pricing-name {
  padding: 20px 0;
  border-bottom: 1px solid rgba(246, 112, 0, 0.65);
}

.pricing-item .pricing-header .pricing-name h2 {
  margin: 0;
}

.pricing-item .pricing-header .table-price {
  border-top: 1px solid rgba(220, 119, 33, 0.22);
  padding-top: 30px;
}

.pricing-item .pricing-header .table-price .price-main {
  display: inline-block;
}

.pricing-item .pricing-header .table-price .price-main span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}

.pricing-item .pricing-header .table-price .price-main .big-price {
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 900;
}

.pricing-item .pricing-header .table-price .price-right {
  display: inline-block;
}

.pricing-item .pricing-header .table-price .price-right sup {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}

.pricing-item .pricing-header .table-price .price-right sub {
  font-size: 12px;
  font-size: 1.2rem;
  bottom: 0;
}

.pricing-item .pricing-body {
  padding: 0;
  margin: 0;
  border-left: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
}

.pricing-item .pricing-body li {
  list-style: none;
  padding: 12px 0 12px 23px;
  border-bottom: 1px solid #f5f5f5;
}

.pricing-item .pricing-body li:last-child {
  border-bottom: none;
}

.pricing-item .pricing-body li i[class*="fa-window-close-o"] {
  color: #f05907;
}

.pricing-item .pricing-body li i[class*="fa-check"] {
  color: #39b54a;
  font-size: 10px;
  padding: 2px;
  border: 1px solid #39b54a;
}

.pricing-item .pricing-body li i.fa {
  margin-right: 10px;
}

.pricing-item .pricing-footer {
  background-color: #f4a000;
  padding: 17px 0;
  text-align: center;
}

.pricing-item .pricing-footer .choose-button {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
}

.all-pricing {
  padding-bottom: 100px;
}

.all-pricing .pricing-item .pricing-header {
  padding: 0 15px 15px;
  border-radius: 0;
}

.all-pricing .pricing-item .pricing-header .pricing-name {
  padding: 10px 0;
}

.all-pricing .pricing-item .pricing-body li {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 12px 0 12px 12px;
}

/****************
 Progress bar
 ***************/
.skill-progress-bar {
  margin: 0 0 30px;
  overflow: hidden;
  padding-right: 24px;
}

.skill-progress-bar .progress-title-holder {
  padding-bottom: 12px;
  position: relative;
  margin: 5px 0;
  font-family: Montserrat, "Open Sans", Arial, Verdana;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #2e2e2e;
}

.skill-progress-bar .progress-title-holder .progress-title {
  z-index: 100;
}

.skill-progress-bar .progress-title-holder .progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.skill-progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
  margin-bottom: 12px;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #767676;
}

.skill-progress-bar .progress-content-outter {
  height: 12px;
  border-radius: 8px;
  background-color: #ebebeb;
}

.skill-progress-bar .progress-content-outter .progress-content {
  height: 12px;
  border-radius: 8px;
  background-color: #f05907;
  width: 0%;
}

.skill-progress-bar .progress-number-wrapper,
.skill-progress-bar .progress-number-mark {
  font-family: "Open Sans", Arial, Verdana;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #767676;
}

/****************
 Team Details
 ***************/
.team-details {
  padding: 100px 0;
}

.team-details .about-team-member h3 {
  color: #f05907;
  font-weight: 900;
  margin-top: 0;
}

.team-details .about-team-member p {
  margin-bottom: 30px;
}

.team-details .about-team-member .team-member-body .team-member-social ul {
  padding: 0;
  margin: 0;
  float: right;
}

.team-details .about-team-member .team-member-body .team-member-social ul li {
  list-style: none;
  display: inline-block;
}

.team-details .about-team-member .team-member-body .team-member-social ul li a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #696969;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  transition: all .5s;
}

.team-details .about-team-member .team-member-body .team-member-social ul li a:hover {
  background-color: #f05907;
}

/****************
 accordion
 ***************/
.tab-acc-panel-group {
  padding-top: 18px;
}

.tab-acc-panel {
  box-shadow: none;
  margin-bottom: 0;
}

.tab-acc-panel .tab-acc-body {
  padding: 22px 14px 28px;
}

.tab-acc-panel-title {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #efefef;
  margin: 0;
}

.tab-acc-panel-title a {
  text-decoration: none;
  color: #f05907;
  font-weight: bold;
  line-height: 24px;
  padding: 14px 14px 15px 10px;
  display: block;
  border-left: 4px solid #f05907;
}

.tab-acc-panel-title a span {
  float: right;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #f05907;
  border-radius: 50%;
  position: relative;
}

.tab-acc-panel-title a span:before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

.tab-acc-panel-title a span:after {
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -1px;
  width: 10px;
  height: 2px;
  display: inline-block;
  background-color: #fff;
  -webkit-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
  transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
}

.tab-acc-panel-title a.collapsed span {
  background-color: #767676;
}

.tab-acc-panel-title a.collapsed span:before {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -sand-transform: rotate(-90deg);
}

/****************
 blog
 ***************/
.blog-posts {
  border: 1px solid #efefef;
  padding: 30px;
  margin-bottom: 30px;
}

.blog-posts .post {
  position: relative;
}

.blog-posts .post .post-date {
  position: absolute;
  top: 0;
  right: 50px;
  background-color: #f05907;
  padding: 20px 30px;
  text-align: center;
  border-radius: 0 0 50px 50px;
  color: #fff;
}

.blog-posts .post .post-date .day {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
}

.blog-posts .post .post-date .month {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}

.blog-posts .post .post-content h4 {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.blog-posts .post .post-content h4 a {
  text-decoration: none;
  color: #f05907;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 30px;
}

.blog-posts .post .post-content p {
  line-height: 25px;
}

.blog-posts .post .post-content p .more-btn {
  color: #f05907;
  text-decoration: none;
  font-weight: 700;
  padding-top: 1px;
}

.blog-posts .post .post-meta {
  margin-top: 20px;
  border-top: 1px solid #efefef;
  padding-top: 20px;
}

.blog-posts .post .post-meta span {
  padding-right: 15px;
}

.blog-posts .post .post-meta span i {
  padding-right: 8px;
}

.blog-posts .post .post-meta span a {
  color: #767676;
  text-decoration: none;
}

.blog-posts .post-details h4 {
  color: #f05907;
  font-weight: 700;
}

.blog-posts .post-details .img-post-thumb {
  margin-left: 20px;
}

.blog-posts .post-details .post-meta {
  margin-bottom: 20px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 10px;
  padding-top: 10px;
}

.main-content {
  padding: 50px 0 0;
}

.pagination > li:first-child > a, .pagination > li:last-child > a {
  border-radius: 0;
  padding: 10px 20px;
  border: 2px solid transparent;
}

.pagination > li:first-child > a:hover, .pagination > li:last-child > a:hover {
  color: #b9b9b9;
  border: 2px solid #ddd;
  background-color: transparent;
}

.pagination > li:first-child > a i, .pagination > li:last-child > a i {
  padding: 0 5px;
}

.pagination > li:first-child span, .pagination > li:last-child span {
  border-radius: 0;
}

.pagination > li > a {
  border-radius: 0;
  color: #b9b9b9;
  margin: 0 6px;
  border: none;
  background-color: #f4f4f4;
  padding: 12px 20px;
  font-weight: 700;
  transition: all .5s;
}

.pagination > li > a:hover {
  background-color: #f05907;
  color: #fff;
}

.sidebar .section-title .main-title {
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 20px;
  margin-top: 0;
}

.sidebar .section-title .main-title:after {
  bottom: -1px;
}

.sidebar .widget {
  border: 1px solid #efefef;
  padding: 30px;
  margin-bottom: 30px;
}

.sidebar .widget .search-form label {
  width: 75%;
  float: left;
}

.sidebar .widget .search-form .search-field {
  padding: 0;
  border: 1px solid #efefef;
  min-height: 38px;
  padding: 0 10px;
  width: 100%;
}

.sidebar .widget .search-form .search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b9b9b9;
}

.sidebar .widget .search-form .search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #b9b9b9;
}

.sidebar .widget .search-form .search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #b9b9b9;
}

.sidebar .widget .search-form .search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #b9b9b9;
}

.sidebar .widget .search-form .search-field:focus {
  outline: none;
  outline-offset: 0;
}

.sidebar .widget .search-form .search-submit {
  background-color: #f05907;
  color: #fff;
  border: none;
  padding: 7px 10px;
  width: 25%;
  font-size: 16px;
  font-size: 1.6rem;
}

.sidebar .widget .most-view-post ul {
  padding-left: 0;
  list-style: none;
}
.sidebar .widget .section-title.ulli-list {
  margin-bottom: 20px;
}
.sidebar .widget .most-view-post ul li a {
  display: block;
  color: #f05907;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #efefef;
  padding: 10px 0;
}
.sidebar .widget .most-view-post ul li:last-child a {
  border-bottom: none;
}
.sidebar .widget .most-view-post .popular-post {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.sidebar .widget .most-view-post .popular-post:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar .widget .most-view-post .popular-post h5 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 15px;
}

.sidebar .widget .most-view-post .popular-post h5 a {
  color: #f05907;
  text-decoration: none;
}

.sidebar .widget.recent-post-widget .simple-post-list {
  padding: 0;
  margin: 0;
}

.sidebar .widget.recent-post-widget .simple-post-list li {
  list-style: none;
  width: 100%;
  clear: both;
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: inline-block;
}

.sidebar .widget.recent-post-widget .simple-post-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar .widget.recent-post-widget .simple-post-list li .post-image {
  float: left;
  margin-right: 12px;
}

.sidebar .widget.recent-post-widget .simple-post-list li .post-info .post-title {
  color: #f05907;
  font-weight: 500;
  text-decoration: none;
}

.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span {
  color: #b4b4b4;
  padding-right: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}

.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span a {
  color: #b4b4b4;
}

.sidebar .widget.recent-post-widget .simple-post-list li .post-meta span i {
  padding-right: 3px;
}

.sidebar .widget .category-list {
  padding: 0;
  margin: 0;
}

.sidebar .widget .category-list li {
  list-style: none;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #efefef;
}

.sidebar .widget .category-list li:last-child {
  border-bottom: none;
}

.sidebar .widget .category-list li a {
  text-decoration: none;
  color: #3a3a3a;
  font-weight: 500;
}

.sidebar .widget .category-list li a .cat-count {
  float: right;
}

.sidebar .widget .category-list li a:hover {
  color: #f05907;
}

.sidebar .widget .instagram-feed {
  padding: 0;
  margin: 0;
}

.sidebar .widget .instagram-feed li {
  list-style: none;
  display: inline-block;
  width: 91px;
  height: 91px;
  margin: 0 9px 9px 0;
}

.sidebar .widget .instagram-feed li:nth-child(3n) {
  margin: 0 0 9px 0;
}

.sidebar .widget.video-widget .video {
  position: relative;
}

.sidebar .widget.video-widget .video a {
  text-decoration: none;
}

.sidebar .widget.video-widget .video a:focus {
  outline: none;
  outline-offset: 0;
}

.sidebar .widget.video-widget .video a .mask-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.6);
}

.sidebar .widget.video-widget .video a .mask-icon i {
  top: calc(50% - 22px);
  position: absolute;
  left: calc(50% - 15px);
  color: #fff;
  width: 45px;
  height: 45px;
  border: 3px solid #fff;
  border-radius: 50%;
  font-size: 20px;
  font-size: 2rem;
  padding: 10px 14px;
}

.pagination-row {
  border: 1px solid #efefef;
  display: inline-block;
  width: 100%;
  padding: 13px 30px;
}

.pagination-row .share-social {
  float: left;
}

.pagination-row .share-social ul {
  padding: 0;
  margin: 0;
}

.pagination-row .share-social ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
}

.pagination-row .share-social ul li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  color: #c3c3c3;
  display: inline-block;
  transition: all .5s;
}

.pagination-row .share-social ul li a:hover {
  background-color: #f05907;
  color: #fff;
}

.pagination-row .pagination-post {
  float: right;
}

.pagination-row .pagination-post .pager {
  margin: 0;
}

.pagination-row .pagination-post .pager li {
  margin-left: 30px;
  float: left;
}

.pagination-row .pagination-post .pager li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #767676;
  border-radius: 0;
  transition: all .5s;
}

.pagination-row .pagination-post .pager li a:hover, .pagination-row .pagination-post .pager li a:focus {
  background-color: #f05907;
  color: #fff;
  border-color: #f05907;
}

.all-comments {
  border: 1px solid #efefef;
  display: inline-block;
  width: 100%;
  padding: 30px;
  margin-top: 30px;
}

.all-comments .section-title .main-title {
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 15px;
}

.all-comments .leave-comment .form-control {
  border-radius: 0;
  border-color: #efefef;
  box-shadow: none;
  height: 48px;
  margin-bottom: 20px;
}

.all-comments .leave-comment textarea.form-control {
  height: 150px;
}

.all-comments .leave-comment .btn-submit {
  float: right;
  background-color: #f05907;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 30px;
  padding: 10px 35px;
}

.all-comments .comments-list {
  margin: 0;
}

.all-comments .comments-list li {
  margin-top: 0;
}

.all-comments .comments-list li:first-child .comments-item {
  padding-top: 0;
}

.all-comments .comments-list li:first-child .comment-child {
  padding-top: 30px;
}

.all-comments .comments-list li .comments-item {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #efefef;
}

.all-comments .comments-list li .comments-item p {
  margin: 10px 0 0;
}

.all-comments .comments-list li .comments-item img {
  margin-right: 20px;
}

.all-comments .comments-list li .comments-item .comment-author .font-italic {
  font-style: italic;
  color: #999999;
  padding-right: 15px;
  font-size: 13px;
  font-size: 1.3rem;
}

.all-comments .comments-list li .comments-item .comment-author .author {
  font-size: 16px;
  font-size: 1.6rem;
  color: #f05907;
  font-weight: 700;
}

.all-comments .comments-list li .comments-item .comment-author .reply-btn {
  border: 1px solid #efefef;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-style: italic;
}

.all-comments .comments-list li .comments-item .comment-author .reply-btn a {
  color: #999999;
  text-decoration: none;
}

.all-comments .comments-list li .comment-child {
  padding-left: 30px;
  padding-top: 30px;
}

.all-comments .comments-list li:last-child .comments-item {
  border-bottom: none;
}

.all-comments .leave-comment-title {
  margin-top: 15px;
}

.all-comments .leave-comment-title i {
  color: #999999;
  margin-bottom: 20px;
  display: inline-block;
}

.all-comments .leave-comment-title i span {
  color: #f05907;
}

/****************
 404
 ***************/
.error-title .big-error-title {
  font-size: 300px;
  font-size: 30rem;
  line-height: 300px;
  font-weight: 900;
  color: #f05907;
}

.error-title .big-error-title span {
  color: #3a3a3a;
}

.error-title .sub-title-error {
  font-size: 40px;
  font-size: 4rem;
  color: #3d3d3d;
  line-height: 50px;
  font-weight: 700;
}

.not-found {
  background-color: #f5f5f5;
  padding: 180px 0 90px;
}

.more-search {
  background-color: #f05907;
  padding: 80px 0 130px;
  color: #fff;
}

.more-search p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 24px;
}

.more-search ul {
  padding: 0;
  margin: 30px 0 0;
}

.more-search ul li {
  list-style: none;
  display: inline-block;
  margin-right: 28px;
}

.more-search ul li a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #3a3a3a;
  font-size: 20px;
  font-size: 2rem;
  background-color: #eaeaea;
  transition: all .5s;
}

.more-search ul li a:hover {
  background-color: #3a3a3a;
  color: #fff;
}

/****************
 smart web tab 3
 ***************/
.smartweb-tab-3 .smartweb-tab-3-nav {
  height: 128px;
}
.smartweb-tab-3 .smartweb-tab-3-nav li {
  position: relative;
  display: block;
  width: 25%;
  text-align: center;
  float: left;
  border-top: 3px solid transparent;
  box-shadow: 3px 3px 8px rgba(16, 16, 16, 0.21);
  z-index: 2;

  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.smartweb-tab-3 .smartweb-tab-3-nav li:focus::before,
.smartweb-tab-3 .smartweb-tab-3-nav li.active::before,
.smartweb-tab-3 .smartweb-tab-3-nav li.hover::before{
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.smartweb-tab-3 .smartweb-tab-3-nav li.active:after,
.smartweb-tab-3 .smartweb-tab-3-nav li:focus::after,
.smartweb-tab-3 .smartweb-tab-3-nav li.hover:after {
  content: "\f0d7";
  display: inline-block;
  position: absolute;
  bottom: -15px;
  font-family: FontAwesome;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3a3a3a;
}
.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_1 {
  background-color: #f05907;
}

.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_1.active {
  border-top: 3px solid #eec000;
}

.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_2 {
  background-color: #f67000;
}

.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_2.active {
  border-top: 3px solid #f4a000;
}

.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_3 {
  background-color: #f4a000;

}

.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_3.active {
  border-top: 3px solid #f05907;
}

.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_4 {
  background-color: #eec000;
}

.smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_4.active {
  border-top: 3px solid #f67000;
}

.smartweb-tab-3 .smartweb-tab-3-nav li a {
  padding: 20px 0;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.smartweb-tab-3 .smartweb-tab-3-nav li.active,
.smartweb-tab-3 .smartweb-tab-3-nav li:hover {
  box-shadow: 0px 0px 8px rgba(16, 16, 16, 0.21);
  margin-top: 3px;
  z-index: 1;
}
.smartweb-tab-3 .smartweb-tab-3-nav li a:hover, .smartweb-tab-3 .smartweb-tab-3-nav li a:focus {
  background-color: transparent;
}

.smartweb-tab-3 .smartweb-tab-3-nav li a i {
  display: block;
  margin-bottom: 10px;
}

.smartweb-tab-3 .smartweb-tab-3-nav li a i:before {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}

.smartweb-tab-3 .smartweb-tab-3-nav li a p {
  display: block;
  text-transform: initial;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}

.smartweb-tab-3 > .tab-content > .tab-pane {
  padding-top: 30px;
}

/****************
 responsive codes
 ***************/
@media all and (max-width: 1199px) and (min-width: 992px) {
  .header .home-style1 #Main-nav ul.nav > li > a {
    padding: 12px 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .work-progress .tab-pane .img-responsive {
    max-width: 95%;
    height: auto;
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li:nth-child(3) a {
    font-size: 1.6rem;
  }

  .call-to-action .call-action-wrap {
    padding: 20px 0 30px 23px;
  }

  .call-to-action .call-action-wrap h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .call-to-action .call-action-wrap h3,
  .call-to-action .call-action-wrap h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .smartweb-tab-1 .nav-tabs li a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .smartweb-tab-1 .nav-tabs li a span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 12px;
    font-size: 18px;
    font-size: 1.8rem;
  }

  #index-slider2 .sp-text-container{
    min-width: 0;
    width: 95%;
  }

  #index-slider2 .sp-caption-description {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1% 2% 1% 3%;
  }

  #index-slider2 .sp-caption-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .project-item .project-hover-mask .mask-container {
    padding: 14px;
  }

  .project-item .project-hover-mask .mask-container .divider-border {
    margin: 10px auto 10px;
  }

  .project-item .project-hover-mask .mask-container p {
    line-height: 18px;
  }

  .portfolio-3-column .project-item .project-hover-mask {
    padding: 20px;
  }

  .portfolio-4-column .project-item .project-hover-mask {
    padding: 20px;
  }

  .pricing-item .pricing-header .table-price .price-main .big-price {
    font-size: 37px;
    font-size: 3.7rem;
  }

  .sidebar .widget .search-form .search-submit {
    font-size: 12px;
    font-size: 1.2rem;
  }

  #main-footer .copyright-section .footer-bottom-menu ul li {
    padding: 0 8px;
  }

  #main-footer .copyright-section .footer-bottom-menu ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #main-footer .copyright-section .copytext {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 991px) and (min-width: 768px) {
  .smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_3 a {
    font-size: 1.2rem;
  }
  .smartweb-tab-3 .smartweb-tab-3-nav li.color_tab_3 a p {
    font-size: 10px;
  }
}
@media all and (max-width: 991px) {

  body {
    padding-top: 100px;
  }

  .topbar .phone {
    float: right;
  }

  .navbar-header {
    width: 100%;
  }

  .header {
    box-shadow: 0 3px 8px rgba(16, 16, 16, 0.21);
  }

  .header.is-sticky .home-style1 .navbar-brand {
    padding: 10px 15px 10px;
  }

  .header.is-sticky .home-style1 .navbar-brand img {
    height: 45px;
  }

  .header.is-sticky .home-style2 .navbar-brand {
    padding: 10px 15px 10px;
  }

  .header.is-sticky .home-style2 .navbar-brand img {
    height: auto;
  }

  .navbar-toggle, .navbar-collapse.collapse.show {
    display: block !important;
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .header .home-style1 .navbar-brand {
    padding: 17px 15px 17px;
    margin-left: 0;
  }

  .header .home-style2 .navbar-brand {
    padding: 17px 15px 17px;
    margin-left: 0;
    height: auto;
  }

  .header-breadcrumb {
    padding-top: 30px;
  }

  .header.is-sticky .navbar-toggle {
    margin-top: 17px;
  }

  .header-breadcrumb .breadcrumb {
    position: relative;
    margin-top: 0;
    padding-left: 15px;
  }

  .work-progress .tab-pane .img-responsive {
    max-width: 95%;
    height: auto;
  }

  .sp-bottom-thumbnails.sp-has-pointer {
    display: none;
  }

  .sp-nav .sp-arrows {
    top: calc(50% - 30px);
    bottom: auto;
  }

  #index-slider2 .sp-text-container{
    min-width: 0;
    width: 95%;
  }

  #index-slider2 .sp-caption-description {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1% 2% 1% 3%;
  }

  #index-slider2 .sp-caption-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .sp-arrow {
    width: 44px;
    height: 81px;
  }

  .sp-next-arrow:before {
    font-size: 20px;
    margin-left: 13px;
    padding-top: 30px;
  }

  .sp-previous-arrow:before {
    font-size: 20px;
    margin-left: 13px;
    padding-top: 30px;
  }

  .header .home-style1 #Main-nav ul.nav {
    width: 100%;
    margin-right: 0;
  }

  .header .home-style1 #Main-nav ul.nav > li {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    border: 1px solid #ddd;
  }

  .header .home-style1 #Main-nav ul.nav > li > a {
    border-radius: 0;
    padding-right: 0;
  }

  .header .home-style1 #Main-nav ul.nav > li > a:before {
    display: none;
  }

  .header .home-style1 #Main-nav ul.nav > li .arrow {
    display: inline-block;
    width: 46px;
    height: 46px;
    right: 0;
    line-height: 46px;
    top: 0;
    text-align: center;
    position: absolute;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #3a3a3a;
  }

  .header .home-style1 #Main-nav ul.nav > li .dropdown-child {
    position: relative;
    transform: none;
    width: 100%;
    opacity: 1;
    display: none;
  }

  .header .home-style1 #Main-nav ul.nav > li .dropdown-child.active {
    display: block;
  }

  .header .home-style2 #Main-nav ul.nav {
    width: 100%;
    margin: 0 0 18px 0;
  }

  .header .home-style2 #Main-nav ul.nav > li {
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 2px;
    border: 1px solid #ddd;
  }

  .header.home2.is-sticky .home-style2 #Main-nav ul li a {
    padding: 0 25px;
    height: 43px;
    line-height: 43px;
  }

  .header .home-style2 #Main-nav ul.nav > li a .caret {
    display: none;
  }

  .header .home-style2 #Main-nav ul.nav > li > a {
    border-radius: 0;
    padding-right: 0;
    padding: 11px 25px;
  }

  .header .home-style2 #Main-nav ul.nav > li > a:before {
    display: none;
  }

  .header .home-style2 #Main-nav ul.nav > li > a i {
    float: left;
    padding-right: 20px;
    padding-bottom: 1px;
  }

  .header .home-style2 #Main-nav ul.nav > li .arrow {
    display: inline-block;
    width: 45px;
    height: 45px;
    right: 0;
    line-height: 45px;
    top: 0;
    text-align: center;
    position: absolute;
    z-index: 999;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: #3a3a3a;
  }
  .header .home-style2 #Main-nav ul.nav > li .arrow.open i {
    transform: rotate(180deg);
  }

  .header .home-style2 #Main-nav ul.nav > li .arrow .fa {
    line-height: 43px;
  }

  .header .home-style2 #Main-nav ul.nav > li .dropdown-child {
    position: relative;
    transform: none;
    width: 100%;
    opacity: 1;
    display: none;
  }
  .header .home-style2 #Main-nav ul.nav > li .dropdown-child li:first-child {
    border-top: 1px solid #454545;
  }
  .header .home-style2 #Main-nav ul.nav > li .dropdown-child li a {
    height: 43px;
    line-height: 43px;
    padding: 0 10px 0 16px
  }
  .header .home-style2 #Main-nav ul.nav > li .dropdown-child.active {
    display: block;
  }

  .about-us-tab {
    margin-top: 50px;
  }

  .call-to-action .call-action-wrap {
    padding: 20px 0 30px 15px;
  }

  .call-to-action .call-action-wrap h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .call-to-action .call-action-wrap h3,
  .call-to-action .call-action-wrap h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .smartweb-tab-1 .nav-tabs li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 12px 17px;
  }

  .smartweb-tab-1 .nav-tabs li a span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .smartweb-tab-1 .tab-acc-panel-group {
    padding-bottom: 40px;
  }

  .project-item .project-hover-mask {
    padding: 20px;
  }

  .project-item .project-hover-mask .mask-container {
    padding: 10px;
  }

  .project-item .project-hover-mask .mask-container .divider-border {
    margin: 5px auto 5px;
  }

  .project-item .project-hover-mask .mask-container p {
    line-height: 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .project-item .project-hover-mask .mask-container .image-link {
    margin-top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .project-item .project-hover-mask .mask-container .image-link i:before {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .portfolio .portfolio-sorting {
    float: left;
  }

  .portfolio-3-column .project-item .project-hover-mask {
    padding: 30px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container {
    padding: 20px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container .divider-border {
    margin: 10px auto 10px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container p {
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container .image-link {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container .image-link i:before {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .portfolio-4-column .project-item .project-hover-mask {
    padding: 20px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container {
    padding: 20px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container .divider-border {
    margin: 10px auto 10px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container p {
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container .image-link {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container .image-link i:before {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .service-section .service-item {
    margin-bottom: 30px;
  }

  .service-work-process {
    padding-top: 50px;
  }

  .pricing-item {
    margin-bottom: 30px;
  }

  .team-details .team-member {
    padding-bottom: 30px;
  }

  .team-special .tab-acc-panel-group {
    margin-bottom: 50px;
  }

  .sidebar .widget.video-widget .video a img {
    width: 100%;
  }

  .smartweb-tab-3 .smartweb-tab-3-nav li a {
    font-size: 16px;
    font-size: 1.6rem;
  }

  #main-footer .copyright-section .footer-bottom-menu ul li {
    padding: 0 8px;
  }

  #main-footer .copyright-section .footer-bottom-menu ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #main-footer .copyright-section .copytext {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #main-footer .widget-area .widget-social .social-widget ul li {
    padding: 12px 2px;
  }
}

@media all and (max-width: 767px) {

  body {
    padding-top: 96px;
  }

  .navbar-toggle {
    margin: 13px 0;
  }

  .header .home-style1 .container > .navbar-header {
    margin: 0;
  }

  .header .home-style2 .container > .navbar-header {
    margin: 0;
  }
  .header .home-style2 .navbar-brand {
    display: block;
    width: 77%;
    position: absolute;
    height: 71px;
    left: 0;
  }
  .header .home-style2 .navbar-brand img {
    display: block;
    position: absolute;
    padding: 0 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    max-width: 100%;
    height: auto;
  }

  #index-slider2 .sp-caption-description {
    /*font-size: 14px;
    font-size: 1.4rem;*/
    display: none;
  }

  #index-slider2 .sp-caption-title {
    font-size: 18px;
    font-size: 1.8rem;
    max-width: 100%;
  }

  .smartweb-tab-1 .nav-tabs li {
    width: 100%;
    display: inline-block;
  }

  .smartweb-tab-3 .smartweb-tab-3-nav {
    height: auto;
  }

  .smartweb-tab-3 .smartweb-tab-3-nav li:hover {
    box-shadow: 3px 3px 8px rgba(16, 16, 16, 0.21);
    margin-top: 0px;
    z-index: 2;
  }

  .smartweb-tab-3 .smartweb-tab-3-nav li.active:after,
  .smartweb-tab-3 .smartweb-tab-3-nav li:hover:after {
    content: "\f0da";
    bottom: auto;
    top: 0;
    left: 0;
    font-size: 35px;
    height: 125px;
    line-height: 125px;
    display: inline-block;
    position: absolute;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3a3a3a;
  }

  .smartweb-tab-3 .tab-content .tab-pane .row {
    display: flex;
    flex-direction: column;
  }
  .smartweb-tab-3 .tab-content .tab-pane .row .text {
    order: 1;
  }
  .smartweb-tab-3 .tab-content .tab-pane .row .image {
    order: 2;
  }

  .work-progress {
    padding: 55px 0;
  }

  .work-progress .tab-pane .img-responsive {
    max-width: 100%;
    height: auto;
    margin: 0 auto 30px;
    box-shadow: 3px 3px 8px rgba(16, 16, 16, 0.21);
  }

  .call-to-action .call-action-wrap {
    padding: 0;
    border: none;
  }

  .call-to-action .call-action-wrap .button-group {
    float: none;
    margin-top: 30px;
  }

  .section-title .main-title:after {
    width: 114%;
  }

  .service-section {
    padding: 55px 0 0;
  }

  .top-gap-100 {
    padding-top: 50px;
  }

  .project-item .project-image img {
    width: 100%;
  }

  .section-title .main-title {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .portfolio-3-column .project-item .project-hover-mask {
    padding: 30px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container {
    padding: 30px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container .divider-border {
    margin: 10px auto 10px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container p {
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container .image-link {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container .image-link i:before {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .portfolio-4-column .project-item .project-hover-mask {
    padding: 30px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container {
    padding: 20px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container .divider-border {
    margin: 10px auto 10px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container p {
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container .image-link {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .portfolio-4-column .project-item .project-hover-mask .mask-container .image-link i:before {
    font-size: 15px;
    font-size: 1.5rem;
  }

  .blog-posts .post .post-content p {
    display: inline-block;
  }

  .pagination > li {
    display: inline-block;
  }

  .client-logo {
    padding: 55px 0;
  }

  #main-footer .widget-area .widget-contact .contact-info-widget ul li {
    width: 100%;
  }

  .sp-horizontal .sp-arrows {
    top: 60%;
  }

  .blog-posts .post .post-date {
    padding: 14px 16px;
  }

  .blog-posts .post .post-date .day {
    font-size: 20px;
    font-size: 2rem;
  }

  .blog-posts .post .post-date .month {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 16px;
  }

  .blog-posts .post .post-meta span {
    font-size: 12px;
    font-size: 1.2rem;
    padding-right: 10px;
  }

  .blog-posts .post .post-meta span i {
    padding-right: 4px;
  }

  .all-comments .comments-list li .comments-item .comment-author {
    display: inline-block;
    width: 100%;
  }

  .all-comments .comments-list li .comments-item .comment-author .author {
    width: 100%;
    display: block;
  }

  .all-comments .comments-list li .comments-item .comment-author .reply-btn {
    float: left !important;
  }

  .all-comments .comments-list li .comments-item .pull-left {
    width: 100%;
    display: block;
  }

  .pagination-row .pagination-post .pager li {
    margin-left: 20px;
  }

  .pagination-row .pagination-post .pager li a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .error-title .big-error-title {
    font-size: 200px;
    font-size: 20rem;
  }

  .not-found {
    padding: 50px 0 90px;
  }

  .smartweb-tab-3 .smartweb-tab-3-nav li {
    display: inline-block;
    width: 100%;
  }

  /*.widget-contact{
    text-align: center;

  }

  .contact-info-widget :last-child{
    display: block;
  }

  #main-footer .widget-area .widget-social .contact-info-widget ul li, #main-footer .widget-area .widget-contact .contact-info-widget ul li {
    padding-right: 0px;
  }*/

  #main-footer .copyright-section .footer-bottom-menu ul {
    float: none;
  }

  #main-footer .widget-area {
    margin-bottom: 0;
  }
  #main-footer .widget-area .widget-contact .contact-info-widget ul li i {
    position: absolute;
  }
  #main-footer .widget-area .widget-contact .contact-info-widget ul li span.custom {
    padding: 5px 0 0 39px;
    display: block;
  }
  #main-footer .copyright-section .copytext { margin-bottom: 10px; text-align: center; }
  #main-footer .copyright-section .footer-bottom-menu { text-align: center; }
}
@media all and (max-width: 530px) {
  .header .home-style2 .navbar-brand {
    width: 80%;
  }
}
@media all and (max-width: 400px) {
  .topbar {
    font-size: 10pt;
  }
  .topbar .phone {
    margin-left: 10px;
  }
  .header .home-style1 .navbar-brand {
    width: 80%;
  }

  .header .home-style2 .navbar-brand {
    width: 80%;
  }

  .slider-service .owl-nav {
    margin-top: -31px;
  }

  .section-title .main-title:after {
    width: 100%;
  }

  #index-slider2 .sp-caption-title {
    font-size: 1.6rem;
  }

  .section-title .main-title {
    font-size: 20px;
    font-size: 2rem;
  }

  .sp-arrow {
    width: 35px;
    height: 50px;
  }

  .sp-next-arrow:before {
    font-size: 13px;
    margin-left: 13px;
    padding-top: 16px;
  }

  .sp-previous-arrow:before {
    font-size: 13px;
    margin-left: 13px;
    padding-top: 16px;
  }

  .sp-nav .sp-arrows {
    top: calc(50% - 10px);
  }

  .sp-horizontal .sp-arrows {
    top: 75%;
  }

  .blog-posts .post .post-date {
    right: 20px;
  }

  .pagination-row .pagination-post {
    width: 100%;
    margin-top: 10px;
  }

  .pagination-row .pagination-post .pager {
    width: 100%;
  }

  .pagination-row .pagination-post .pager li {
    margin-left: 20px;
  }

  .pagination-row .pagination-post .pager li:first-child {
    margin-left: 0;
  }

  .pagination-row .pagination-post .pager li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .project-item .project-hover-mask {
    padding: 10px;
  }
  .project-item .project-hover-mask .mask-container {
    padding: 5px;
  }

  .project-item .project-hover-mask .mask-container .image-link {
    margin-top: 2px;
  }

  .portfolio-3-column .project-item .project-hover-mask {
    padding: 15px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container {
    padding: 15px;
  }

  .portfolio-3-column .project-item .project-hover-mask .mask-container .image-link {
    margin-top: 2px;
  }

  .skill-progress-bar .progress-title-holder span {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .not-found {
    padding: 16px 0 90px;
  }

  .error-title .big-error-title {
    font-size: 100px;
    font-size: 10rem;
    line-height: 200px;
  }

  .error-title .sub-title-error {
    font-size: 30px;
    font-size: 3rem;
    line-height: 35px;
  }
}
