@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
#header-nav {
    float: right;
    margin-top: 6px;
}
.servihd{
	font-size:30px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.prodheb{
	font-size: 16px;
    display: inline-block;
	vertical-align:bottom;    
    color: #4c4c4c;
    line-height: 16px;
	font-weight: 400;
}
.prodaltxt{
	font-size:14px;
	display:block;
	height:50px;
	font-weight: 400;	
}
.pdmore{
	    padding: 0px 25px!important;
}
.hmorabt{
	    color: #f06924;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 2px;
}
.topnum{
	    color: #fff;
    display: block;
    width: 100%;
    text-align: right;
    font-weight: 600;
	    padding-right: 18px;
}
.topnum img{
	max-width: 90px;
	    padding-right: 5px;
    vertical-align: bottom;
}
.fied-gallery .item{
	 display: inline-block;
    width: 28%;
    position: relative;
    margin: 1%;
}
.fied-gallery {   
margin-top: 45px;
}
.fied-gallery .caption{
	    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	   opacity: 0;
	   transition: all .3s;
}
.fied-gallery img{
	    display: block;
}
.fied-gallery .item:hover .caption{
	    opacity: .7;
}
.gmps{
	 width: 100%;
    height: 200px;
    clear: left;
    margin-top: 20px;
}
.hmabvcon{
	    width: 62%;
		max-width: 62%;
}
.clientcarousel-carousel img{
	max-width:180px;
}
.clientcarousel-carousel .avatar{
	text-align:center;
}
#clientss{
	text-align:center;
}
#clientss h1{
	background-color:#fff;
	display:inline-block;
	position: relative;
    z-index: 2;
	    padding: 5px 5px 0px 10px;
}
.serbx{
	display:inline-block;
	width: 50%;
    float: left;
	    min-height: 132px;
	border-bottom:2px solid #f06924;
}
.leftbx{
	text-align:right;
	border-right:2px solid #f06924;
	padding: 16px;
}
.rightbx{
	text-align:left;
	padding: 16px;
}
.serbx p{
	    width: 80%;
    display: inline-block;
    margin-bottom: 0;
    padding-top: 5px;
}
.serbx .bxt{
	    width: 26%;
		    display: inline-block;
			vertical-align:top;
}
.bxt span{
	width: 125px;
    height: 125px;
    background-color: #f06924;
    color: #fff;
    letter-spacing: 4px;
    display: block;
    position: relative;
    margin: 10px;
	position:relative;
	
}
.bxttxth{
	font-size: 16px;
    font-weight: 600;
    display: inline-block;
    background-color: #f06924;
    padding: 3px 13px;
    color: #fff;
}
.bxttxt{
	position: absolute;
    left: 52%;
	text-align:center;
    top: 50%;
    font-size: 14px;    font-weight: 400;
    transform: translate(-50%, -50%);
}

.leftc {
    display: inline-block;
    width: 43%;
    vertical-align: top;
}
.hmlogmid{
	    max-width: 150px;
		    margin: 25px 0px;
}
.dass{
	font-size: 44px;
    padding: 14px 15px;
    margin: 5px 0px;
    text-shadow: none;
    display: inline-block;
    background-color: #f06924;
	letter-spacing: 1px;
}
body {
  height: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background-color: #fafafa;
  color: #636363;
  font-size: 1.6rem;
  font-family: 'Oswald';
  font-weight: 300;
  line-height: 24px;
}
.abtlogos{
	 max-width: 370px;
}
.dasst{
	 font-size: 32px;
	 display: block;
	 padding-left:15px;
	     font-weight: 300;
}
/*------------------------------------------------------------------
[6.11 Facts in digits]
*/
.facts-in-digits {
  padding: 150px 0 150px 0;
  
}
.facts-in-digits .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.facts-in-digits .num {
  font-size: 4.8rem;
  margin-bottom: 11px;
      display: inline-block;
}
.plustx{
	    display: inline-block;
		font-size: 4.8rem;
  margin-bottom: 11px;
}
.facts-in-digits .icon-downloads {
  
}
.facts-in-digits .icon-star {
 
}
.facts-in-digits .icon-users {
 
}
.facts-in-digits .icon-share {
  
}
.slidtxt {
    text-align: left;
    position: absolute;
    color: #fff;
    transform: translate(-50%, -50%);
   top: 60%;
    font-weight: 600;
    left: 20%;
    font-size: 20px;
    display: inline-block;
    line-height: 31px;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.91);
}

.flip-card {
  background-color: transparent;
  width: 150px;
  height: 150px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.flip-card-front {
  color: black;
  z-index: 2;
}

.flip-card-back {
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
}



.decda{
	font-size: 30px;
    padding-top: 50px;
    display: block;
    line-height: 45px;
	text-align:left;
}
.decd{
	font-size:15px;
	display: block;
	padding-top:30px;
	text-align:left;
}
.decd strong{
font-size: 17px;
}
.leftcimg{
	display: inline-block;
    margin-top: -78px;
    vertical-align: bottom;
	
}
.tembxgr{
	display:inline-block;
	padding:20px;
	width: 75%;
	background-color:#ccc;
}
.spns{
	padding-top:60px;
	padding-bottom:60px;
}
.temimg{
	    max-width: 150px;
		margin-bottom: 5px;
}
#header-nav ul.sub-menu a:hover:after {
    content:none;
}
.icnn{
	font-size:26px;
	color:#f06924;
}
.tembx{
	margin-bottom:35px;
}
.tembx{
	font-size:14px;
}
.tembx strong{
	font-size:16px;
}
.asd{    
font-weight: 600;
}

.pagimg{
	width:150px;
}
.spnbx {
    float: none;
    padding-bottom: 20px;
    display: inline-block;
}
.spnbx img{
	max-height:150px;
}
.containerx{
	width:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 220px;
}
.asfasfras{
	    margin-bottom: 50px;
}
.rtbl{
      display: table;
}
.abts{
	padding: 60px 0;
}
#abtsa{
	padding-bottom: 60px;
	text-align:center;
	padding-top: 30px;
}
.owl-dots{
	position: absolute;
  left: 8%;
  bottom: 40px;
	    text-align: right;
    padding-right: 60px;
}
.abthea{
    color: #f06924;
    font-size: 23px;
    display: inline-block;
    line-height: 16px;
	font-weight: 800;
    
}
.abtheb{
	font-size: 23px;
    display: inline-block;    
    color: #4c4c4c;
    line-height: 16px;
	font-weight: 400;
}
.videohm{
	width:100%;
	display:block;
	position:relative;
}
.videohmimg{
	width:100%;
	    border: 3px solid #f06924;
}
.avatar img{
	width:100%;
}
.rightal{
	text-align:right;
	border-right: 2px solid #f06924;
}
.rightal h2{    border-bottom: 2px solid #f06924;
    padding-bottom: 10px;
}
.colb{
   display: table-cell;
   padding:0px;
   z-index: 1;
   float: none!important;
   vertical-align: middle;
}

div#clock {

color: #f06924;
    /* margin: 110px auto; */
    overflow: hidden;
    text-align: center;
    z-index: 11;
        display: inline-block;
	/*position: absolute;
    top: 10px;*/
	width:360px
}
div#clock p {
   /* background-color: rgba(18, 18, 18, 0.68);*/

    float: left;
    height: 82px;
    width: 80px;
    line-height: 40px;
    font-size: 16px;
	margin-bottom:0px;
  text-transform: uppercase;
}
div#clock  span {
    display: block;
    font-size: 40px;

    padding: 8px 0 0;
}
div#clock .space {
	color: #f06924;
    display: block;
    line-height: 25px;
    font-size: 30px;
    float: left;
    height: 52px;
    width: 11px;
	padding-top:0px
}
div.coupon {
color: #333 !important;
font-size: 50px;
font-weight: bold;
}
div.multi_clock {
border: 1px solid #666;
color: #333;
float: left;
margin: 10px;
padding: 5px;
}
.awrlogo{
	    max-width: 145px;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 17px;
}
.awrho{
	display: inline-block;
}
.ppdn{
	padding:0px 20px;
}
.ppdns{
	padding:10px;
	border: 2px solid #f06924;
	display:inline-block;
}
.cnaali{
	text-align:center;
}
.clocktexy{
       
   padding-bottom: 10px;
    padding: 10px 20px;
    line-height: 25px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    background-color: #f06924;
   

}
.despic{
	margin-top:25px
}
.bnj{
    margin-top: -350px;   z-index: 10;position: absolute; width: 100%;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.38);
}
.home-brch #team .items p {
         line-height: 23px;
    font-weight: 400;
    font-size: 15px;
    text-shadow: 1px 1px 4px rgb(0, 0, 0);
    color: #fff;
}
.orgtctli{
	    color: #f06924;
    letter-spacing: 2px;
    line-height: 38px;
    font-size: 24px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}

.display-on-desktop {
  display: block;
}
.hide-on-desktop {
  display: none;
}

.grad-orange {
  background: #e5493a;
  background: linear-gradient(225deg, #e5493a, #ee6f2c, #f7941e);
  background-size: 600% 600%;
  -webkit-animation: AnimateGradient 4s ease infinite;
  -moz-animation: AnimateGradient 4s ease infinite;
  -o-animation: AnimateGradient 4s ease infinite;
  animation: AnimateGradient 4s ease infinite;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5493a', endColorstr='#f7941e', GradientType=1);
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  outline: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
mark {
  background-color: transparent;
}
body {

}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:focus {
  outline: none !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-align-right {
  text-align: right;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.centered {
  text-align: center;
}
/*------------------------------------------------------------------
[2.1 OWL Carousel]
*/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
.owl-controls {
  
}
.owl-controls .owl-dot {
  position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 0px;
    line-height: 11px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    margin: 0 7px;
    border: 1px solid #fff;
  outline: none;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.owl-controls .owl-dot:hover,
.owl-controls .owl-dot.active {
  background-color: #f06924;
}
/*------------------------------------------------------------------
[2.2 Lazy load YouTube videos]
*/
/*!
* lazyYT (lazy load YouTube videos)
* v1.1.1 - 2015-07-09
* (CC) This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
* http://creativecommons.org/licenses/by-sa/4.0/
* Contributors: https://github.com/tylerpearson/lazyYT/graphs/contributors || https://github.com/daugilas/lazyYT/graphs/contributors
*/
.lazyYT-container {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25% 0;
  overflow: hidden;
}
.lazyYT-container iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*
 * Video Title (YouTube style)
 */
.lazyYT-container .html5-info-bar,
.lazyYT-container .html5-title,
.lazyYT-container .html5-title-text,
.video-time {
  display: none;
}
.lazyYT-container .html5-title-text-wrapper {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
/*
 * Thumbnail
 */
.ytp-thumbnail {
  padding-bottom: inherit;
  cursor: pointer;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
 * Play button (YouTube style)
 */
.ytp-large-play-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 86px !important;
  height: 60px !important;
  padding: 0 !important;
  margin: -29px 0 0 -42px !important;
  font-size: normal !important;
  font-weight: normal !important;
  line-height: 1 !important;
  opacity: .9;
}
.ytp-large-play-button-svg {
  opacity: .9;
  fill: #1f1f1f;
}
.lazyYT-image-loaded:hover .ytp-large-play-button-svg,
.ytp-large-play-button:focus .ytp-large-play-button-svg {
  opacity: 1;
  fill: #cc181e;
}
/*------------------------------------------------------------------
[2.3 Nivo Lightbox]
*/
/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
  visibility: visible;
  opacity: 1;
}
.nivo-lightbox-wrap {
  position: absolute;
  top: 10%;
  bottom: 10%;
  left: 10%;
  right: 10%;
}
.nivo-lightbox-content {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  text-align: center;
}
.nivo-lightbox-nav {
  display: none;
}
.nivo-lightbox-prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.nivo-lightbox-next {
  position: absolute;
  top: 50%;
  right: 0;
}
.nivo-lightbox-close {
  position: absolute;
  top: 2%;
  right: 2%;
}
.nivo-lightbox-image {
  text-align: center;
}
.nivo-lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
.nivo-lightbox-content iframe {
  width: 100%;
  height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
  max-height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
  display: table-cell;
  vertical-align: middle;
}
/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateZ(300px);
  -moz-transform: translateZ(300px);
  -ms-transform: translateZ(300px);
  transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Nivo Lightbox Default Theme v1.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
  background: #666;
  background: rgba(0, 0, 0, 0.6);
}
.nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
  background: url(../images/lightbox/loading.gif) no-repeat 50% 50%;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav {
  top: 10%;
  width: 8%;
  height: 80%;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.nivo-lightbox-theme-default .nivo-lightbox-prev {
  background-image: url(../images/lightbox/prev.png);
  border-radius: 0 3px 3px 0;
}
.nivo-lightbox-theme-default .nivo-lightbox-next {
  background-image: url(../images/lightbox/next.png);
  border-radius: 3px 0 0 3px;
}
.nivo-lightbox-theme-default .nivo-lightbox-close {
  display: block;
  background: url(../images/lightbox/close.png) no-repeat 5px 5px;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  padding: 5px;
  opacity: 0.5;
}
.nivo-lightbox-theme-default .nivo-lightbox-close:hover {
  opacity: 1;
}
.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
  bottom: -7%;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
  padding: 7px 15px;
  border-radius: 30px;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
  background: #fff;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}
.nivo-lightbox-theme-default .nivo-lightbox-ajax,
.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: #fff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

/*------------------------------------------------------------------
[2.4 Swiper]
*/
/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
  cursor: move;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/*------------------------------------------------------------------
[2.5 Justified Gallery]
*/
/*!
 * Justified Gallery - v3.6.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2015 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery .item {
  position: absolute;
  display: block;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: fadeIn 0.5s ease;
  -moz-animation: fadeIn 0.5s ease;
  -o-animation: fadeIn 0.5s ease;
  animation: fadeIn 0.5s ease;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0px;
  border: none;
}
.justified-gallery > .entry-visible {
  opacity: 1.0;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*------------------------------------------------------------------
[3.1 Page preloader]
*/
#preloader {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(220deg, #f06924, #00bff3);
  background-size: 400% 400%;
  -webkit-animation: AnimateGradientPreloader 30s ease infinite;
  -moz-animation: AnimateGradientPreloader 30s ease infinite;
  -o-animation: AnimateGradientPreloader 30s ease infinite;
  animation: AnimateGradientPreloader 30s ease infinite;
  /* Timer*/
}
#preloader .timer {
  width: 80px;
  height: 80px;
  background-color: transparent;
  box-shadow: inset 0px 0px 0px 2px #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
#preloader .timer:after,
#preloader .timer:before {
  position: absolute;
  content: "";
  background-color: #fff;
}
#preloader .timer:after {
  width: 30px;
  height: 2px;
  top: 40px;
  left: 40px;
  -webkit-transform-origin: 1px 1px;
  -moz-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
  -webkit-animation: minhand 2s linear infinite;
  -moz-animation: minhand 2s linear infinite;
  animation: minhand 2s linear infinite;
}
#preloader .timer:before {
  width: 20px;
  height: 2px;
  top: 40px;
  left: 40px;
  -webkit-transform-origin: 1px 1px;
  -moz-transform-origin: 1px 1px;
  transform-origin: 1px 1px;
  -webkit-animation: hrhand 8s linear infinite;
  -moz-animation: hrhand 8s linear infinite;
  animation: hrhand 8s linear infinite;
}
@-webkit-keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-moz-keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-o-keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@keyframes AnimateGradientPreloader {
  0% {
    background-position: 93% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 93% 0%;
  }
}
@-webkit-keyframes minhand {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes minhand {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes minhand {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes hrhand {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes hrhand {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes hrhand {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

::selection {
  background: #f06924;
  color: #ffffff;
}
::-moz-selection {
  background: #f06924;
  color: #ffffff;
}
html {
  font-size: 62.5%;
  height: 100% !important;
}

body.no-header {
  padding-top: 195px;
}
body.no-footer {
  padding-bottom: 195px;
}

.parallax-footer #content-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-margin-bottom-collapse: separate;
}
#content-wrapper {
  padding-top: 90px;
}
.home #content-wrapper {
  padding-top: 0;
}
#content {
  padding-bottom: 90px;
}
.centered {
  text-align: center;
}
/*------------------------------------------------------------------
[3.4 Basic styles for common HTML tags like a, strong, img etc.]
*/
a {
  text-decoration: none;
  color: #f06924;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #8bb229;
}
mark {
  padding-left: 2px;
  padding-right: 2px;
  color: #ffffff;
  background-color: #f06924;
}
strong,
b {
  font-weight: bold;
}
i,
em,
q,
address {
  font-style: italic;
}
img {
  max-width: 100%;
  height: auto;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
input,
select,
textarea {
  max-width: 100%;
}
textarea {
  overflow: auto;
  resize: none;
}
table {
  border: 1px solid #ebebeb;
}
table tr,
table td,
table th {
  border: 1px solid #ebebeb;
}
table thead,
table tfoot,
table th {
  background-color: #ffffff;
}
table td,
table th,
table caption {
  padding: 14px;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
table th {
  font-weight: bold;
  text-align: left;
}
table caption {
  text-align: center;
  font-style: italic;
}
table tr:hover td,
table tr:hover th {
  background-color: #ffffff;
}
dl {
  font-size: 1.4rem;
  line-height: 24px;
}
dl dt {
  color: #acacac;
  margin-right: 5px;
  float: left;
  margin-bottom: 0;
}
ol,
ul {
  padding-left: 20px;
}
ol li,
ul li {
  display: list-item;
}
ol li,
ul li,
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 14px;
}
ol ul,
ul ul,
ol ol,
ul ol {
  margin-top: 14px;
  margin-left: 10px;
}
ul {
  list-style-type: square;
  list-style-position: outside;
}
ul ul {
  list-style-type: disc;
}
ul ul ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
  list-style-position: outside;
}
pre,
code,
tt,
var {
  font-family: 'Oswald';
}
code,
tt,
var {
  padding: 0 8px;
}
pre {
  display: block;
  padding: 10px;
  overflow-x: auto;
  width: 100%;
}
code,
tt,
var,
pre {
  background-color: #ffffff;
  border: 1px solid #ebebeb;
}
hr {
  border: 0;
    height: 1px;
    margin: 2px 0;
    background-color: #c8c8c8;
}

p,
table,
ul,
ol,
dl,
pre,
address,
audio,
video,
iframe,
blockquote,
embed,
canvas,
form,
fieldset,
.form-row,
.post-gallery {
  margin-bottom: 30px;
  font-weight: 400;
}
legend {
  display: inline-block;
}
.field-wrap {
  margin-bottom: 30px;
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100%;
}
/*------------------------------------------------------------------
[3.5 Styles for headers h1, h2, h3, h4, h5, h6]
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald';
  font-weight: 300;
  color: #111111;
  margin-bottom: 17px;
  line-height: 0px;
}
h5,
h6 {
  font-family: 'Oswald';
  font-weight: 600;
  
}
h1,
.h1 {
  font-size: 7.2rem;
      letter-spacing: 5px;
}
h2,
.h2 {
  font-size: 6.6rem;
}
h3,
.h3 {
  font-size: 5.6rem;
  line-height: 64px;
}
h4,
.h4 {
  font-size: 4.8rem;
  line-height: 56px;
}
h5,
.h5 {
  font-size: 3.6rem;
  line-height: 32px;
}
h6,
.h6 {
  font-size: 2.4rem;
  line-height: 30px;
}

/*------------------------------------------------------------------
[3.6 Cites and blockquotes]
*/
blockquote {
  color: #111111;
  font-family: 'Oswald';
  font-style: italic;
  
  background-size: 108px 80px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 30px 60px;
  line-height: 48px;
  font-size: 4.8rem;
}
blockquote p {
  margin-bottom: 30px;
}
blockquote cite {
  font-style: normal;
  
  display: inline-block;
  line-height: normal;
  font-size: 1.6rem;
}
blockquote .cite img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin-right: 30px;
}
blockquote .cite {
  display: block;
}
blockquote .cite.with-image {
  line-height: 70px;
  height: 70px;
}
blockquote.white {
  background-color: #ffffff;
  
  background-position: 10px 10px;
}
blockquote.white.center {
  background-color: #ffffff;
  background-position: center 10px;
}
blockquote.center {
  line-height: 36px;
  font-size: 3.6rem;
  text-align: center;
  background-position: center top;
  font-style: normal;
  
  font-family: 'Oswald';
  background-size: 80px 80px;
}
blockquote.center .cite.with-image {
  height: auto;
  line-height: normal;
}
blockquote.center .cite img {
  float: none;
  display: inline-block;
  margin-right: 0;
}
blockquote.center cite {
  display: block;
}

/*------------------------------------------------------------------
[3.7 Forms]
*/
/**
	Placeholders
**/
::-webkit-input-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  
}
::-moz-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  
}
:-moz-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  
}
:-ms-input-placeholder {
  color: #c2c2c2;
  text-overflow: ellipsis;
  
}
:focus::-webkit-input-placeholder {
  text-indent: -100%;
}
:focus::-moz-placeholder {
  text-indent: -100%;
}
:focus:-moz-placeholder {
  text-indent: -100%;
}
:focus:-ms-input-placeholder {
  text-indent: -100%;
}
/**
	Inputs
**/
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
select {
  background: #fbf2ee;
    text-overflow: ellipsis;
    font-size: 1.6rem;
    border: none;
    border-left: 1px solid #f06924;
    padding: 12px;
    margin: 0;
    display: inline-block;
    position: relative;
    font-family: 'Oswald';
    width: 100%;
    max-width: 100%;
    color: #f06924;
}
textarea {
  min-height: 130px;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
  color: #f06924;
}
.input-wrapper:hover ::-webkit-input-placeholder {
  color: #f06924;
}
.input-wrapper:hover ::-moz-placeholder {
  color: #f06924;
}
.input-wrapper:hover :-moz-placeholder {
  color: #f06924;
}
.input-wrapper:hover :-ms-input-placeholder {
  color: #f06924;
}
.input-wrapper {
  position: relative;
}
.input-wrapper::after {

}

.form-orange input[type=text],
.form-orange input[type=number],
.form-orange input[type=password],
.form-orange input[type=email],
.form-orange input[type=search],
.form-orange input[type=tel],
.form-orange input[type=url],
.form-orange textarea,
.form-orange select {
  color: #ff9700;
}
.form-orange input[type=text]:focus,
.form-orange input[type=number]:focus,
.form-orange input[type=password]:focus,
.form-orange input[type=email]:focus,
.form-orange input[type=search]:focus,
.form-orange input[type=tel]:focus,
.form-orange input[type=url]:focus,
.form-orange textarea:focus,
.form-orange select:focus {
  color: #ff9700;
}
.form-orange .input-wrapper:hover ::-webkit-input-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper:hover ::-moz-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper:hover :-moz-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper:hover :-ms-input-placeholder {
  color: #ff9700;
}
.form-orange .input-wrapper.hovered::after {
  background-color: #ff9700;
}
.form-yellow input[type=text],
.form-yellow input[type=number],
.form-yellow input[type=password],
.form-yellow input[type=email],
.form-yellow input[type=search],
.form-yellow input[type=tel],
.form-yellow input[type=url],
.form-yellow textarea,
.form-yellow select {
  color: #fecb16;
}
.form-yellow input[type=text]:focus,
.form-yellow input[type=number]:focus,
.form-yellow input[type=password]:focus,
.form-yellow input[type=email]:focus,
.form-yellow input[type=search]:focus,
.form-yellow input[type=tel]:focus,
.form-yellow input[type=url]:focus,
.form-yellow textarea:focus,
.form-yellow select:focus {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover ::-webkit-input-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover ::-moz-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover :-moz-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper:hover :-ms-input-placeholder {
  color: #fecb16;
}
.form-yellow .input-wrapper.hovered::after {
  background-color: #fecb16;
}
@-webkit-keyframes inputPseudoBorderWidth {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes inputPseudoBorderWidth {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*------------------------------------------------------------------
[3.8 Buttons]
*/
/**
	Default Button, Yello
**/
.button,
button,
input[type=button],
input[type=submit],
input[type=reset] {
  font-size: 1.5rem;
  line-height: 22px;
  font-family: 'Oswald';
  font-weight: 600;
    text-transform: uppercase;
  background: #f06924;
      border: none;
    letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
  padding: 5px 10px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: none;
  text-align: center;
}
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  outline: none;
}

.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  color: #ffffff !important;
  background-color: #d25516;
}

/**
	Large Button
**/
.button.large,
button.large,
input[type=button].large,
input[type=submit].large,
input[type=reset].large {
  font-size: 3rem;
  line-height: 38px;
  padding: 18px 50px 14px 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}


.demo-buttons .button {
  margin-right: 10px;
  margin-bottom: 10px;
}
/**
	Video play button
**/
.button-video-play {
  display: inline-block;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background:url(../images/video.png);
   background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

/**
	Swiper pagination
**/
.swiper-pagination {
  display: block;
  padding: 80px 0 0 0;
  text-align: center;
}
.swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 11px;
  height: 11px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ebebeb;
  cursor: pointer;
  margin: 0 5px;
}
.swiper-pagination .swiper-pagination-bullet:hover,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f06924;
}
.style-yellow .swiper-pagination .swiper-pagination-bullet:hover,
.style-yellow .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fecb16;
}
.style-orange .swiper-pagination .swiper-pagination-bullet:hover,
.style-orange .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ff9700;
}
/**
	=====================================================================================================================================================
	Demo styles
	=====================================================================================================================================================
**/
.demo-page .demo-creative {
  background: url(../images/01_agency_bg.jpg) center center;
}
.demo-page .demo-app {
  background: url(../images/02_app_bg.jpg) center center;
}
.demo-page .demo-personal {
  background: url(../images/03_personal_bg.jpg) center center;
}
.demo-page .col {
  overflow: hidden;
}
.demo-page .col,
.demo-page .col .images {
  min-height: 400px;
  position: relative;
}
.demo-page .col .images img {
  position: absolute;
  bottom: -20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.demo-page .col .images img.phone {
  z-index: 10;
  left: 0;
}
.demo-page .col .images img.browser {
  z-index: 9;
  right: 0;
}
.demo-page .row:hover img {
  bottom: 0;
}
.demo-page .text {
  padding-top: 90px;
}
.demo-page h3 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.1em;
  margin: 20px 0 25px 0;
}
.demo-page h3 a {
  color: #fff;
}

/*------------------------------------------------------------------
[4.1 Simple / fixed header styles]
*/
body.fixed-header #content-wrapper {
  padding-top: 190px;
}
.fixed-header #header.headroom--pinned,
.transparent-header #header.headroom--pinned {
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.fixed-header #header.headroom--unpinned,
.transparent-header #header.headroom--unpinned {
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
#header {
  background-color: #141414;
  padding: 15px 0;
  z-index: 10;
  position: relative;

}
.fixed-header #header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: transform 200ms linear;
  -moz-transition: transform 200ms linear;
  -o-transition: transform 200ms linear;
  transition: transform 200ms linear;
  margin-bottom: 0;
}
.transparent-header #header {
  background-color: #f06924;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
      height: 100px;
  -webkit-transition: transform 200ms;
  -moz-transition: transform 200ms;
  -o-transition: transform 200ms;
  transition: transform 200ms;
  margin-bottom: 0;
}
.transparent-header #header.headroom--pinned {
  background-color: rgba(20, 20, 20, 0.93);
  opacity:1;
}
.headroom--not-top{
	opacity:0;
}
.transparent-header #header.headroom--pinned.headroom--top {
  background-color: transparent;
      
}

#header .logo,
#header .logo img {
  float: left;
  max-width: 130px;
      margin-top: -8px;
}
/*------------------------------------------------------------------
[4.2 Navigation styles for desktop and big monitors]
*/
#header-nav .submenu-icon,
#header-nav .submenu-icon-back {
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;

  background-repeat: no-repeat;
  background-size: 10px 10px;
  right: 15px;
  top: 16px;
}
#header-nav .submenu-icon-back {
  left: 15px;
  right: auto;
  
}

/*------------------------------------------------------------------
[4.3 Mobile navigation styles]
*/
/**
	Mobile menu toggler
**/
#mobile-menu-toggler {
  display: none;
  float: right;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

#mobile-menu-toggler span {
  display: block;
  position: absolute;
  top: 18px;
  left: 5px;
  right: 5px;
  height: 3px;
  background: white;
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}
#mobile-menu-toggler span::before,
#mobile-menu-toggler span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}
#mobile-menu-toggler span::before {
  top: -8px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
#mobile-menu-toggler span::after {
  bottom: -8px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
#mobile-menu-toggler.dl-active span {
  background: none;
}
#mobile-menu-toggler.dl-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-menu-toggler.dl-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-menu-toggler.dl-active span::before,
#mobile-menu-toggler.dl-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
/**
	Mobile sliding menu styles
**/

/**
	Animation keyframes for a mobile menu slide effects
**/
@-webkit-keyframes MenuAnimOut {
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
}
@keyframes MenuAnimOut {
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
}
@-webkit-keyframes MenuAnimIn {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes MenuAnimIn {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimIn {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
}
@-webkit-keyframes SubMenuAnimOut {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0;
  }
}
/*------------------------------------------------------------------
[5.1 Intro section styles]
*/
.blog #hero {
  background-image: url(../images/demo-images/intro-blog.jpg);
}
.single #hero {
  background-image: url(../images/demo-images/intro-post.jpg);
}
#hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  text-align: center;
}
#hero .intro-text {
  position: absolute;
  top: 50%;
  text-align: center;
  width: 100%;
  color: #fff;
}
#hero .intro-text h1 {
  color: #fff;
  font-size: 10rem;
  line-height: 80px;
  margin-bottom: 40px;
  
}
#hero .intro-text p {
  font-size: 3rem;
  line-height: 35px;
  
}
#hero .intro-text p.post-data {
  font-size: 2.4rem;
  font-variant: normal;
  line-height: normal;
}
#hero .intro-text a {
  color: #fff;
}
#hero .intro-text a:hover {
  color: #f06924;
}
#hero .intro-text .delimeter {
  margin: 0 30px;
}
#skip-intro,
.skip-slider {
  position: absolute;
  width: 40px;
  height: 60px;
  bottom: 5%;
  left: 50%;
  margin-top: -20px;
 
  background-size: 40px 60px;
  background-repeat: no-repeat;
}

/*------------------------------------------------------------------
[5.2 Blog content styles]
*/
.indent {
  padding-left: 40px;
}

.post-gallery {
  width: 100%;
}
/**
	Share icons
**/
.social-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #c2c2c2;
  border: 2px solid #c2c2c2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 35px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.social-icons a:hover {
  border-color: #00bff3;
  color: #00bff3;
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
/*------------------------------------------------------------------
[5.3 Comments]
*/
#comments {
  padding-top: 90px;
}
.reply-header {
  margin-bottom: 70px;
}
ul.comments-list {
  margin: 0 0 95px 0;
  padding: 0;
  list-style: none;
}
ul.child-comments {
  margin: 0 0 0 100px;
  padding: 0;
  list-style: none;
}
li.comment {
  margin: 0;
  padding: 0;
  min-height: 70px;
}
li.comment .reply-link {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
 
  background-size: 20px 20px;
  background-repeat: no-repeat;
  left: 40px;
  top: 65px;
}
li.comment .reply-link:hover {
 
}
li.comment .photo {
  position: absolute;
  left: 100px;
  top: 40px;
}
li.comment .photo img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
li.comment .comment-text {
  padding-left: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li.comment .comment-text p:last-child {
  margin-bottom: 0;
}
li.comment .comment-text header {
  margin-bottom: 14px;
}
li.comment .comment-text header h6,
li.comment .comment-text header .author {
  display: inline;
}
li.comment .comment-text header .author {
  font-size: 1.4rem;
  color: #acacac;
}
li.comment .comment-text header h6 {
  font-size: 1.8rem;
  margin-right: 18px;
}
li.comment .comment-text header h6 a {
  color: #111111;
}
li.comment .comment-text header h6 a:hover {
  color: #f06924;
}
li.comment:hover .photo img {
  border-color: #f06924;
}
.comment-body {
  position: relative;
  padding: 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
ul.child-comments {
  margin-top: -20px;
}
ul.child-comments .comment-text {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}
ul.child-comments .comment-body {
  padding-bottom: 0;
  margin-bottom: 0;
}
ul.child-comments li.comment:last-of-type .comment-text {
  padding-bottom: 40px;
  border-bottom: 0;
}
ul.comments-list > li.comment > .comment-body {
  background-color: #ffffff;
}

/*------------------------------------------------------------------
[5.4 List of posts styles, post formats]
*/
.post-part {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.post-part .delimeter {
  margin: 0 10px;
}
.post-part .post-data,
.post-part .post-data a {
  color: #acacac;
}
.post-part h4 {
  
  line-height: 43px;
}
.post-part header,
.post-part h4,
.post-part .excerpt-text {
  margin-bottom: 25px;
}
.post-part h4 a {
  color: #111111;
}
.post-part .post-data a:hover,
.post-part h4 a:hover {
  color: #f06924;
}
.post-part iframe,
.post-part object {
  margin-bottom: 0;
}
.post-part blockquote {
  padding-right: 0;
}
.post-part .read-more {
  display: inline-block;
  width: 50px;
  height: 40px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
 
  margin-top: 30px;
}
.post-part .read-more:hover {

}
.format-link .link {
  margin-bottom: 30px;

  background-size: 80px 80px;
  background-repeat: no-repeat;
  padding-left: 60px;
}
.format-link .link h4 {
  margin-bottom: 20px;
}
.format-link .link a {
  font-size: 2.4rem;
  line-height: 30px;
}
.format-photo header {
  position: relative;
}
.format-photo header img {
  display: block;
}
.format-photo header .overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(46, 43, 42, 0.8);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.format-photo header .zoom,
.format-photo header .link {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-size: 40px 40px;
  background-repeat: no-repeat;
}
.format-photo header .zoom {
  left: 20px;
 
}
.format-photo header .link {
  right: 20px;
  
}
.format-photo header:hover .overlay {
  opacity: 1;
}
.format-photo header:hover .zoom {
  opacity: 0.6;
  left: 43%;
}
.format-photo header:hover .link {
  opacity: 0.6;
  right: 43%;
}
.format-photo header:hover .zoom:hover,
.format-photo header:hover .link:hover {
  opacity: 1;
}

/*------------------------------------------------------------------
[5.5 Pagination]
*/
.pagination .nav-next {
  float: right;
}
.pagination .nav-prev {
  float: left;
}
.pagination a {
  width: 170px;
}
.pagination:after {
  content: '';
  clear: both;
  display: block;
}

/*------------------------------------------------------------------
[6.1 Slider]
*/
.slider {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.slider .skip-slider {
  left: 5%;
  bottom: 5%;
  right: auto;
  top: auto;
  z-index: 100;
}
.slider h1,
.slider h2,
.slider h3,
.slider h4,
.slider h5,
.slider h6,
.slider p {
  color: #fff;
}
.slider h1 {
  font-size: 10rem;
  line-height: 90px;
}
.slider > .seq-canvas > li .layer {
  position: absolute;
}
.slider > .seq-canvas {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider > .seq-canvas > li {
  margin: 0;
  padding: 0;
  position: absolute;
  vertical-align: top;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: "opacity";
  -moz-transition-property: "opacity";
  -ms-transition-property: "opacity";
  -o-transition-property: "opacity";
  transition-property: "opacity";
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.slider > .seq-canvas > li.seq-in .layer {
  opacity: 1;
}
.slider > .seq-canvas > li.seq-out .layer {
  opacity: 0;
}
.seq-pagination {
  position: absolute;
  right: 5%;
  bottom: 5%;
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 100;
}
.seq-pagination li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  padding: 0;
  line-height: 11px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin: 0 7px;
  border: none;
  outline: none;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.seq-pagination li:hover,
.seq-pagination li.seq-current {
  background-color: #f06924;
}

/**
	Slider button
**/
.slider-button {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 20px 30px 20px 65px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  line-height: 16px;
  color: #fff;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 30px 20px;
  
}
.slider-button.apple {
 
  margin-right: 20px;
}
.slider-button.apple:hover {
 
}
.slider-button.android {
 
}
.slider-button.android:hover {
  
}
/**
	Buy button
**/
.buy-button {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 20px 30px 20px 65px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  background-position: 25px 18px;
  
}
.buy-button.apple {
 
  margin-right: 20px;
}
.buy-button.apple:hover {
 
}
.buy-button.android {
  
}
.buy-button.android:hover {
 
}

.home-brch .slider > .seq-canvas > li .layer {
  width: 660px;
  opacity: 0;
}
.home-brch .slider > .seq-canvas > li.seq-in .layer {
  opacity: 1;
}
.home-brch .slider > .seq-canvas > li .layer {
  top: 20%;
  right: 10.5%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.home-brch .slider > .seq-canvas > li.seq-in .layer {
  top: 30%;
}

/*------------------------------------------------------------------
[6.3 Home App Slider Layers]
*/
.home-app .slider > .seq-canvas > li .layer1 {
  opacity: 0;
  bottom: -400px;
  left: 10%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.home-app .slider > .seq-canvas > li.seq-in .layer1 {
  bottom: -100px;
  opacity: 1;
}
.home-app .slider > .seq-canvas > li .layer2 {
  width: 660px;
  opacity: 0;
  top: 20%;
  right: 10.5%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.home-app .slider > .seq-canvas > li.seq-in .layer2 {
  opacity: 1;
  top: 30%;
}

/*------------------------------------------------------------------
[6.4 Home Personal Slider Layers]
*/
.home-personal .slider > .seq-canvas > li .layer {
  width: 790px;
  opacity: 0;
}
.home-personal .slider > .seq-canvas > li.seq-in .layer {
  opacity: 1;
}
.home-personal .slider > .seq-canvas > li .layer {
  top: 20%;
  left: 14.5%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.home-personal .slider > .seq-canvas > li.seq-in .layer {
  top: 30%;
}
.home-personal .slider > .seq-canvas > li,
.home-personal .slider > .seq-canvas > li .layer {
  opacity: 1 !important;
}

/*------------------------------------------------------------------
[6.5 Text, videos sections styles]
*/
.home .section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
      overflow: hidden;
      
}
.home-brch #agency {
  
  padding: 90px 0;
}

.home-personal #about {
  background-color: #fafaf6;
  background-image: url(../images/demo-images/home_3_section_bg_1.jpg);
  padding: 165px 0;
}

.home-brch #process,
.home-app #how-it-works,
.home-personal #services {
  position: relative;
  padding: 15% 0;
  text-align: center;
  background-image: url(../images/demo-images/home_1_section_bg_2.jpg);
}
.home-brch #process .button-video-play,
.home-app #how-it-works .button-video-play,
.home-personal #services .button-video-play {
  margin-bottom: 35px;
}
.home-app #how-it-works {
  background-image: url(../images/demo-images/home_2_section_bg_1.jpg);
}
.home-personal #services {
  background-image: url(../images/demo-images/home_2_section_bg_2.jpg);
}
.video-description {
  
}
.home-brch #process *,
.home-app #how-it-works *,
.home-personal #services * {
  color: #fff;
}
/*------------------------------------------------------------------
[6.6 Benefits sections]
*/
.home-app #features {
  padding: 130px 0 400px 0;
  background: url(../images/demo-images/iphone.png) center 90% no-repeat;
}
@media screen and (max-width: 992px) {
  .home-app #features {
    padding: 130px 0;
    background: none;
  }
  .home-app #features .benefits header br {
    display: none;
  }
}
.benefits header {
  text-align: center;
  margin-bottom: 60px;
}
.benefit-item h6 {
  margin-bottom: 11px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.benefit-icon {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.benefit-item:hover .benefit-icon {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.home-app .benefits-grid .benefit-item {
  padding-left: 100px;
  position: relative;
  margin-bottom: 50px;
}
.home-app .benefits-grid .benefit-icon {
  position: absolute;
  left: 0;
  top: 0;
}
.home-app .benefits-grid .benefit-item:hover h6 {
  color: #f06eaa;
}
.home-personal #benefits {
  padding: 120px 0;
  text-align: center;
  background: #f2f2f2;
  background: -moz-linear-gradient(45deg, #f2f2f2 0%, #ffffff 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #f2f2f2), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(45deg, #f2f2f2 0%, #ffffff 100%);
  background: -o-linear-gradient(45deg, #f2f2f2 0%, #ffffff 100%);
  background: -ms-linear-gradient(45deg, #f2f2f2 0%, #ffffff 100%);
  background: linear-gradient(45deg, #f2f2f2 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=1);
}
.home-personal .benefit-icon {
  display: inline-block;
  margin-bottom: 25px;
}
.home-personal .benefit-text p {
  margin-bottom: 15px;
}
.home-personal .benefit-item {
  margin-bottom: 35px;
  padding-top: 35px;
}
.home-personal .benefit-item span.line_wrap {
  position: relative;
  display: inline-block;
}
.home-personal .benefit-item span.line {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 48%;
  width: 0;
  border-top: 1px solid #fecb16;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.home-personal .benefit-item .read-more {
  
}
.home-personal .benefit-item h6,
.home-personal .benefit-item .read-more {
  color: #111111;
}
.home-personal .benefit-item .read-more {
  font-size: 1.8rem;
}
.home-personal .benefit-item:hover h6,
.home-personal .benefit-item:hover .read-more {
  color: #fecb16;
}
.home-personal .benefit-item:hover span.line {
  width: 100%;
}
.home-personal .benefits-grid .col {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.home-personal .benefits-grid .row:last-of-type .col {
  border-bottom: 0;
}
.home-personal .benefits-grid .row .col:last-of-type {
  border-right: 0;
}
@media screen and (max-width: 992px) {
  .home-personal .benefits-grid .col {
    border-bottom: 0;
    border-right: 0;
  }
  .home-personal .benefit-item {
    padding-top: 0;
  }
}
/*------------------------------------------------------------------
[6.7 Icons]
*/
.benefit-clock {
 
}
.benefit-docs {
  
}
.benefit-tray {
 
}
.benefit-webcam {
 
}
.benefit-eye {
  
}
.benefit-chat {
 
}
.home-personal .benefit-star {
 
}
.home-personal .benefit-eye {
 
}
.home-personal .benefit-chat {
  
}
.home-personal .benefit-equalizer {
 
}
.home-personal .benefit-graph {
 
}
.home-personal .benefit-phone {

}

.home-brch #contact {
  padding: 65px 0;
  
 
}
.home-brch #contact h1,
.home-brch #contact h2,
.home-brch #contact h3,
.home-brch #contact h4,
.home-brch #contact h5,
.home-brch #contact h6 {
  
}
.home-app #contact {
  padding: 200px 0 165px 0;
 
}
.home-app #contact h1,
.home-app #contact h2,
.home-app #contact h3,
.home-app #contact h4,
.home-app #contact h5,
.home-app #contact h6 {
  
}
.home-personal #contact {
  padding: 200px 0;
  
 
}
.home-personal #contact h1,
.home-personal #contact h2,
.home-personal #contact h3,
.home-personal #contact h4,
.home-personal #contact h5,
.home-personal #contact h6 {
  
}
#contact form .row {
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  #contact {
    padding: 100px 0 !important;
  }
  #contact form .row {
    margin-bottom: 0;
  }
  #contact form input,
  #contact form textarea,
  #contact form button {
    margin-top: 35px;
  }
  .home-brch #contact,
  .home-personal #contact {
    padding: 100px 0;
    background-image: none;
  }
  #contact .contact-information {
    padding-top: 80px;
  }
}
.contact-information .item {
  font-size: 1.7rem;
  line-height: 30px;
  padding-left: 100px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: left top;
  
  font-family: 'Oswald';
  min-height: 70px;
}
.contact-information a {
  color: #000;
}
.contact-information a:hover {
  color: #f06924;
}
.contact-information .address {
 
}
.contact-information .phones {
  
}
.contact-information .email {
  
}

.home-brch #team {
  background:  url(../images/demo-images/event01.jpg) center center no-repeat;
  background-size: contain;
      background-position: bottom;
  padding-bottom: 100px;
  -webkit-transition: background-image 0.3s;
  -moz-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
.home-brch #team .owl-dots {
  display: none;
}
.home-brch #team .items {
  margin-bottom: -60px;
}
.home-brch #team .items .position {
  font-size: 2.8rem;
        color: #ffffff;
    font-family: 'Oswald';
    padding-bottom: 10px;
    border-bottom: 2px solid #f06924;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
  
}
.home-brch #team .items h2 {
  margin-bottom: 25px;
  
}
.home-brch #team .items h1,
.home-brch #team .items h2,
.home-brch #team .items h3,
.home-brch #team .items h4,
.home-brch #team .items h5,
.home-brch #team .items h6,
.home-brch #team .items p {
  color: #fff;
}

.home-brch #team .items .social-icons {
  display: inline-block;
  margin-left: 30px;
}
.home-brch #team .items .links {
  padding-top: 0px;
}
.home-brch #team .items .links span{
  margin-top: 14px;
    font-weight: 600;
    display: block;
    font-size: 18px;
	    color: #ffffff;
}
.home-brch #team .team-pagination a {
  float: none;
    margin-right: 30px;
    position: relative;
    display: inline-block;
}
.home-brch #team .team-pagination a span {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
 
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.home-brch #team .team-pagination a img {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
  float: left;
  position: relative;
  z-index: 1;
  border: 5px solid rgba(206, 206, 206, 0.38);
    -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.home-brch #team .team-pagination a:hover span,
.home-brch #team .team-pagination a.current span {
  opacity: 0;
}
.home-brch #team .team-pagination a:hover img,
.home-brch #team .team-pagination a.current img {
  border-color: #f06924;
}

@media screen and (max-width: 475px) {
  .home-brch #team .items .social-icons {
    display: block;
    margin-left: 0;
    margin-top: 30px;
  }
}
/*------------------------------------------------------------------
[6.10 Testimonials]
*/
.testimonials-carousel {
  margin: 0 0 160px 0;
  font-size: 3.6rem;
  line-height: 1em;
  
}
.testimonials-carousel .text {
  margin-bottom: 30px;
  padding: 0 150px;
}
.testimonials-carousel .author {
  font-size: 1.6rem;
  line-height: 1em;
}
.testimonials-carousel .owl-controls {
  position: static;
  display: block;
  text-align: center;
}
.testimonials-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: -50px;
}
.testimonials-carousel .owl-prev,
.testimonials-carousel .owl-next {
  position: absolute;
  top: 30%;
  margin-top: -31px;
  width: 34px;
  height: 62px;
  background-size: 34px 62px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.testimonials-carousel .owl-prev {
  left: 0;
 
}
.testimonials-carousel .owl-next {
  right: 0;

}
.testimonials-carousel .owl-prev:hover,
.testimonials-carousel .owl-next:hover {
  opacity: 1;
}
.testimonials-carousel.with-thumbs .author {
  padding-left: 100px;
  position: relative;
  min-height: 70px;
  display: inline-block;
  width: 230px;
  text-align: left;
  line-height: 70px;
}
.testimonials-carousel.with-thumbs .author img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.testimonials-carousel.with-thumbs .author-name {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.testimonials-carousel.with-thumbs .text {
  margin-bottom: 60px;
  padding: 0 250px;
}
.testimonials-carousel.with-thumbs .owl-dots {
  margin-bottom: -40px;
}
@media screen and (max-width: 992px) {
  .testimonials-carousel.with-thumbs .text {
    padding: 0 80px;
  }
  .testimonials-logos {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .testimonials-carousel,
  .testimonials-carousel.with-thumbs {
    margin-bottom: 0;
  }
  .testimonials-carousel .owl-prev,
  .testimonials-carousel.with-thumbs .owl-prev,
  .testimonials-carousel .owl-next,
  .testimonials-carousel.with-thumbs .owl-next {
    display: none;
  }
  .testimonials-carousel .text,
  .testimonials-carousel.with-thumbs .text {
    padding: 0;
  }
  .testimonials-carousel.with-thumbs .author {
    padding-left: 0;
    text-align: center;
  }
  .testimonials-carousel.with-thumbs .author img {
    display: none;
  }
  .testimonials-carousel.with-thumbs h1,
  .testimonials-carousel.with-thumbs h2,
  .testimonials-carousel.with-thumbs h3,
  .testimonials-carousel.with-thumbs h4,
  .testimonials-carousel.with-thumbs h5,
  .testimonials-carousel.with-thumbs h6,
  .testimonials-carousel.with-thumbs .text {
    margin-bottom: 30px;
  }
  .testimonials-carousel.with-thumbs .owl-dots {
    margin-bottom: -30px;
  }
}
.home-brch #clients {
  background: url(../images/demo-images/home_1_section_bg_3.jpg) center center no-repeat;
  background-size: cover;
  padding: 190px 0;
  color: #fff;
  text-align: center;
}
.home-brch #clients h1,
.home-brch #clients h2,
.home-brch #clients h3,
.home-brch #clients h4,
.home-brch #clients h5,
.home-brch #clients h6 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home-brch #clients {
    padding: 100px 0;
  }
}
.home-app #testimonials {
  background: url(../images/demo-images/home_2_section_bg_3.jpg) center center no-repeat;
  background-size: cover;
  padding: 300px 0;
  color: #fff;
  text-align: center;
}
.home-app #testimonials h1,
.home-app #testimonials h2,
.home-app #testimonials h3,
.home-app #testimonials h4,
.home-app #testimonials h5,
.home-app #testimonials h6 {
  color: #fff;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home-app #testimonials {
    padding: 100px 0;
  }
}
.home-personal #clients {
  background: url(../images/demo-images/home_3_section_bg_3.jpg) center center no-repeat;
  background-size: cover;
  padding: 190px 0;
  color: #fff;
  text-align: center;
}
.home-personal #clients h1,
.home-personal #clients h2,
.home-personal #clients h3,
.home-personal #clients h4,
.home-personal #clients h5,
.home-personal #clients h6 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home-personal #clients {
    padding: 100px 0;
  }
}

@media screen and (max-width: 992px) {
  .facts-in-digits .col {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .facts-buttons {
    text-align: center;
  }
  .facts-buttons a {
    display: block;
    margin-right: 0 !important;
    text-align: left;
    margin-bottom: 15px;
  }
}
 #statistics {
  padding: 20px 0;
  color: #fff;
  text-align: center;
      background-size: cover;
  background: #441853 url(../images/stbg.jpg) center center no-repeat fixed;
}
.home-app #statistics h1,
.home-app #statistics h2,
.home-app #statistics h3,
.home-app #statistics h4,
.home-app #statistics h5,
.home-app #statistics h6 {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .home-app #statistics {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .home-app #statistics {
    padding: 100px 0;
  }
}
/*------------------------------------------------------------------
[6.12 News carousel]
*/
.home-brch #news,
.home-personal #blog,
.home-app #news {
  padding: 140px 0;
  text-align: center;
  background-color: #ffffff;
}
.home-brch #news .swiper-slide,
.home-personal #blog .swiper-slide,
.home-app #news .swiper-slide {
  width: 370px;
}
.home-brch #news .news-item,
.home-personal #blog .news-item,
.home-app #news .news-item {
  width: 370px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}
.home-brch #news .thumbnail,
.home-personal #blog .thumbnail,
.home-app #news .thumbnail {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 22px;
  position: relative;
}
.home-brch #news .thumbnail img,
.home-personal #blog .thumbnail img,
.home-app #news .thumbnail img {
  display: block;
}
.home-brch #news .thumbnail .overlay,
.home-personal #blog .thumbnail .overlay,
.home-app #news .thumbnail .overlay {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home-brch #news .thumbnail .lightbox,
.home-personal #blog .thumbnail .lightbox,
.home-app #news .thumbnail .lightbox,
.home-brch #news .thumbnail .permalink,
.home-personal #blog .thumbnail .permalink,
.home-app #news .thumbnail .permalink {
  position: absolute;
  z-index: 700;
  width: 40px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-size: 100% 100%;
}
.home-brch #news .thumbnail .lightbox:hover,
.home-personal #blog .thumbnail .lightbox:hover,
.home-app #news .thumbnail .lightbox:hover,
.home-brch #news .thumbnail .permalink:hover,
.home-personal #blog .thumbnail .permalink:hover,
.home-app #news .thumbnail .permalink:hover {
  opacity: 1 !important;
}
.home-brch #news .thumbnail .lightbox,
.home-personal #blog .thumbnail .lightbox,
.home-app #news .thumbnail .lightbox {
  left: 5px;
  
}
.home-brch #news .thumbnail .permalink,
.home-personal #blog .thumbnail .permalink,
.home-app #news .thumbnail .permalink {
  right: 5px;
 
}
.home-brch #news .swiper-slide:hover .thumbnail .overlay,
.home-personal #blog .swiper-slide:hover .thumbnail .overlay,
.home-app #news .swiper-slide:hover .thumbnail .overlay {
  opacity: 0.9;
}
.home-brch #news .swiper-slide:hover .thumbnail .lightbox,
.home-personal #blog .swiper-slide:hover .thumbnail .lightbox,
.home-app #news .swiper-slide:hover .thumbnail .lightbox {
  left: 140px;
  opacity: 0.5;
}
.home-brch #news .swiper-slide:hover .thumbnail .permalink,
.home-personal #blog .swiper-slide:hover .thumbnail .permalink,
.home-app #news .swiper-slide:hover .thumbnail .permalink {
  right: 140px;
  opacity: 0.5;
}
.home-brch #news h4,
.home-personal #blog h4,
.home-app #news h4 {
  margin-bottom: 18px;
  
}
.home-brch #news a,
.home-personal #blog a,
.home-app #news a {
  color: #111111;
}
.home-brch #news a:hover,
.home-personal #blog a:hover,
.home-app #news a:hover {
  color: #f06924;
}
.home-brch #news .style-yellow a:hover,
.home-personal #blog .style-yellow a:hover,
.home-app #news .style-yellow a:hover {
  color: #fecb16;
}
.home-brch #news .style-orange a:hover,
.home-personal #blog .style-orange a:hover,
.home-app #news .style-orange a:hover {
  color: #ff9700;
}
.home-brch #news .separator,
.home-personal #blog .separator,
.home-app #news .separator {
  margin: 0 14px;
}
.home-brch #news .news-carousel,
.home-personal #blog .news-carousel,
.home-app #news .news-carousel {
  padding-top: 60px;
}
.home-brch #news .read-more,
.home-personal #blog .read-more,
.home-app #news .read-more {
  display: inline-block;
  width: 30px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  margin-top: 30px;
 
}
.home-brch #news .read-more:hover,
.home-personal #blog .read-more:hover,
.home-app #news .read-more:hover {
 
}
.home-brch #news .style-yellow .read-more:hover,
.home-personal #blog .style-yellow .read-more:hover,
.home-app #news .style-yellow .read-more:hover {
  
}
.home-brch #news .style-orange .read-more:hover,
.home-personal #blog .style-orange .read-more:hover,
.home-app #news .style-orange .read-more:hover {
 
}
.news-carousel {
  text-align: left;
}
.news-carousel:before,
.news-carousel:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 600;
}
.news-carousel:before {
  left: 0;
}
.news-carousel:after {
  right: 0;
}
@media screen and (max-width: 992px) {
  .news-carousel:before,
  .news-carousel:after {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .home-brch #news .swiper-slide,
  .home-personal #blog .swiper-slide,
  .home-app #news .swiper-slide {
    width: 320px !important;
  }
  .home-brch #news .news-item,
  .home-personal #blog .news-item,
  .home-app #news .news-item {
    width: 320px !important;
  }
  .home-brch #news .swiper-slide:hover .thumbnail .lightbox,
  .home-personal #blog .swiper-slide:hover .thumbnail .lightbox,
  .home-app #news .swiper-slide:hover .thumbnail .lightbox {
    left: 110px;
  }
  .home-brch #news .swiper-slide:hover .thumbnail .permalink,
  .home-personal #blog .swiper-slide:hover .thumbnail .permalink,
  .home-app #news .swiper-slide:hover .thumbnail .permalink {
    right: 110px;
  }
}
/*------------------------------------------------------------------
[6.13 Screenshots carousel]
*/
#screenshots {
  padding: 95px 0 0 0;
  text-align: center;
  position: relative;
  background-color: #ffffff;
}
.screenshots-carousel .swiper-slide {
  width: 380px;
  height: 750px;
  overflow: hidden;
  opacity: 0.1;
  padding-top: 115px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.screenshots-carousel .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.screenshots-carousel .iphone-mask {
  position: absolute;
  z-index: 700;
  left: 50%;
  margin-left: -249px;
  bottom: 0;
  background-image: url(../images/demo-images/iphone-mask.png);
  width: 499px;
  height: 750px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .screenshots-carousel .iphone-mask {
    background-image: url(../images/demo-images/iphone-mask@2x.png);
    background-size: 499px 837px;
  }
}
@media screen and (max-width: 380px) {
  .screenshots-carousel .swiper-slide {
    padding-top: 0;
    width: 320px;
  }
  .iphone-mask {
    display: none;
  }
}


.home-brch #works,
.home-personal #portfolio {
  padding: 90px 0;
  background-color: #ffffff;
}
.portfolio-header {
  margin-bottom: 65px;
}
.portfolio-header h2 {
  margin-bottom: 0;
}
.portfolio-header a {
  
  color: #111111;
}
.portfolio-header a:hover,
.portfolio-header a.selected {
  color: #f06924;
}
.portfolio-header span.line_wrap {
  position: relative;
  display: inline-block;
}


.portfolio-header.style-left {
  text-align: left;
  line-height: 80px;
}
.portfolio-header.style-left h2 {
  float: left;
}
.portfolio-header.style-left .filters {
  float: right;
  line-height: 80px;
}
.portfolio-header.style-left .filters a {
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 992px) {
  .portfolio-header.style-left h2,
  .portfolio-header.style-left .filters {
    float: none;
    display: block;
  }
  .portfolio-header.style-left h2 {
    margin-bottom: 25px;
  }
  .portfolio-header.style-left .filters {
    line-height: 35px;
  }
  .portfolio-header.style-left .filters a {
    margin-left: 0;
    margin-right: 30px;
  }
}
.portfolio-pagination {
  text-align: center;
  padding: 0 15px;
  margin-top: 60px;
}
.portfolio-load-more {
  text-align: center;
  
}
.portfolio-load-more span {
  display: block;
  color: #111111;
  -webkit-transition: color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out;
  -o-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
}
.portfolio-load-more i.icon {
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.portfolio-load-more:hover span {
  color: #f06924;
}
.portfolio-load-more:hover i.icon {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}
.portfolio-load-more i.icon {
  
  background-position: center top;
  background-size: 65px 65px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 65px;
  height: 65px;
  margin-bottom: 8px;
}
.home-personal .portfolio-load-more i.icon {
  
}
.home-personal .portfolio-header span.line {
  border-color: #ff9700;
}
.home-personal .portfolio-header .filters a:hover,
.home-personal .portfolio-header .filters a.selected {
  color: #ff9700;
}
.home-personal .portfolio-load-more:hover span {
  color: #ff9700;
}
.portfolio-header.style-centered {
  text-align: center;
}
.portfolio-header.style-centered .filters a {
  margin: 0 15px;
}
.portfolio-header.style-centered h2,
.portfolio-header.style-centered p {
  margin-bottom: 35px;
}
 .caption {
  background: #111111;
  background: -moz-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, #111111), color-stop(100%, #362f2d));
  background: -webkit-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: -o-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: -ms-linear-gradient(45deg, #111111 0%, #362f2d 100%);
  background: linear-gradient(45deg, #111111 0%, #362f2d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#111111', endColorstr='#362f2d', GradientType=1);
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 13%;
}
 .caption a,
 .caption h4 {
  color: #fff;
}
 .caption a:hover {
  color: #f06924;
}
 .caption .tags {
  
}
 .caption .zoom {
	    background-image: url(../images/zoom.png);
    background-size: 100% 100%;
    width: 50px;
    margin-top: 35px;
    height: 50px;
    display: inline-block;
}
 .caption .zoom:hover {
 
}
@media screen and (max-width: 992px) {
   .caption .tags {
    display: none;
  }
   .caption h4 {
    font-size: 3.2rem;
    line-height: 1.15em;
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------------------
[6.16 Services section]
*/
.services {
  background-color: #f9f0e7;
  position: relative;
}
.services .service-item {
  display: none;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.3s;
  -moz-transition: background-position 0.3s;
  -o-transition: background-position 0.3s;
  transition: background-position 0.3s;
  background: url(../images/demo-images/macbook.png ) -100% bottom no-repeat;
}
.services .service-item.selected {
  display: block;
  background-position: right 140% bottom;
}
.services .tab-content {
  padding: 230px 0;
}
@media screen and (max-width: 1390px) {
  .services .service-item.selected {
    background-position: right 220% bottom;
  }
}
@media screen and (max-width: 1199px) {
  .services .service-item {
    background-image: none !important;
  }
  .services .col-md-6 {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .services .tab-content {
    padding: 150px 0;
  }
}
.services-pagination {
  background-color: #f4e7d7;
  padding: 0 15px;
  text-align: center;
  font-size: 0;
}
.services-pagination .tab-link {
  font-size: normal;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 40px 60px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.services-pagination .tab-link span {
  
  font-size: 1.8rem;
  color: #636363;
}
.services-pagination .tab-link .icon {
  display: block;
  margin-bottom: 15px;
  background-size: 100% 100%;
  width: 100%;
  height: 42px;
  background-repeat: no-repeat;
  background-position: center center;
}
.services-pagination .tab-link.selected,
.services-pagination .tab-link:hover {
  background-color: #f9f0e7;
}
.services-pagination .services-link-id-1 .icon {
  
}
.services-pagination .services-link-id-1.selected .icon,
.services-pagination .services-link-id-1:hover .icon {
 
}
.services-pagination .services-link-id-2 .icon {
 
}
.services-pagination .services-link-id-2.selected .icon,
.services-pagination .services-link-id-2:hover .icon {
 
}
.services-pagination .services-link-id-3 .icon {
 
}
.services-pagination .services-link-id-3.selected .icon,
.services-pagination .services-link-id-3:hover .icon {
  
}
.services-pagination .services-link-id-4 .icon {
  
}
.services-pagination .services-link-id-4.selected .icon,
.services-pagination .services-link-id-4:hover .icon {
 
}
@media screen and (max-width: 992px) {
  .services-pagination .tab-link {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 680px) {
  .services-pagination {
    padding: 0 !important;
  }
  .services-pagination .tab-link {
    width: 50%;
  }
}
@media screen and (max-width: 380px) {
  .services-pagination .tab-link {
    width: 100%;
  }
}
/*------------------------------------------------------------------
[7.1 Basic sidebar & widget styles]
*/
body.sidebar-left #content {
  float: right;
}
body.sidebar-left #sidebar {
  float: left;
}
aside .widget {
  margin-bottom: 55px;
}
aside .widget form {
  margin-bottom: 0;
}
aside .widget a {
  color: #636363;
}
aside .widget a:hover {
  color: #f06924;
}
aside .widget:last-of-type {
  margin-bottom: 0;
}
aside .widget-content:after {
  content: '';
  display: block;
  clear: both;
}
.widget-title {
  font-size: 2.4rem;
  line-height: normal;
  font-family: 'Oswald';
  
  margin-bottom: 18px;
}
/*------------------------------------------------------------------
[7.2 Categories widget, Archives widget]
*/
.widget-categories .widget-content .count,
.widget-archives .widget-content .count {
  float: right;
  color: #acacac;
}
.widget-categories .widget-content .count:hover,
.widget-archives .widget-content .count:hover {
  color: #00bff3;
}
.widget-categories .widget-content ul,
.widget-archives .widget-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-categories .widget-content ul ul,
.widget-archives .widget-content ul ul {
  list-style: square;
  margin: 0 0 0 22px;
  padding: 0;
}
.widget-categories .widget-content ul ul li,
.widget-archives .widget-content ul ul li {
  border-bottom: 0;
  padding: 6px 0 0 0;
  margin: 0;
}
.widget-categories .widget-content li,
.widget-archives .widget-content li {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding: 12px 0;
}
.widget-categories .widget-content li:last-of-type,
.widget-archives .widget-content li:last-of-type {
  border-bottom: 0;
}
/*------------------------------------------------------------------
[7.3 Tags widget]
*/
.widget-tags .widget-content a {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 8px 17px;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  vertical-align: middle;
  overflow: hidden;
}
.widget-tags .widget-content a::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin: -15px 0 0 1px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f06924;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
}
.widget-tags .widget-content a:hover::before {
  -webkit-transform: scale3d(9, 9, 1);
  transform: scale3d(9, 9, 1);
}
.widget-tags .widget-content a:hover {
  border-color: #f06924;
  color: #ffffff;
  background-color: #f06924;
}
.widget-tags .widget-content a:last-of-type {
  margin-right: 0;
}
/*------------------------------------------------------------------
[7.4 Photos widget]
*/
.widget-photos .widget-content img {
  float: left;
  width: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.widget-photos .widget-content a {
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0 4px 4px 0;
}
.widget-photos .widget-content a:nth-child(3n) {
  margin-right: 0;
}
.widget-photos .widget-content a::after {
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  content: '';
  position: absolute;
  opacity: 0;
}
.widget-photos .widget-content a:hover::after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}
.widget-photos .widget-content a:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
/*------------------------------------------------------------------
[7.5 Popular posts widget]
*/
.widget-posts .widget-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget-posts .widget-content li {
  position: relative;
  margin: 0;
  padding: 20px 0 20px 50px;
  border-bottom: 1px solid #ebebeb;
  background-size: 32px 32px;
  background-position: left 20px;
  background-repeat: no-repeat;
}
.widget-posts .widget-content li:first-child {
  padding-top: 0;
  background-position: left top;
}
.widget-posts .widget-content li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
.widget-posts .widget-content .post-title {
  display: block;
  margin-bottom: 10px;
  
  font-size: 18px;
  font-size: 1.8rem;
}
.widget-posts .widget-content .time {
  color: #acacac;
  font-size: 1.4rem;
}
.widget-posts .widget-content li:hover a.post-title {
  color: #f06924;
}
.widget-posts .widget-content li.format-image {
 
}
.widget-posts .widget-content li.format-image:hover {
  
}
.widget-posts .widget-content li.format-video {
  
}
.widget-posts .widget-content li.format-video:hover {
 
}
.widget-posts .widget-content li.format-audio {
 
}
.widget-posts .widget-content li.format-audio:hover {
 
}
.widget-posts .widget-content li.format-post {
  
}
.widget-posts .widget-content li.format-post:hover {
 
}
/*------------------------------------------------------------------
[8.1 Basic footer styles]
*/
#footer {
  background-color: #141414;
  color: #363636;
  text-align: center;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
      color: #e4e4e4;
}
#footer .social-icons {
  margin-top: 70px;
}
#footer .social-icons a {
  color: #434343;
  border: 2px solid #434343;
}
#footer .social-icons a:hover {
  border-color: #ffffff;
  color: #ffffff;
}
#footer .input-wrapper::after {
  background-color: #ffffff;
}
#footer .input-wrapper.hovered::after {
  background-color: #ffffff;
}
#footer ::-webkit-input-placeholder {
  color: #ffffff;
}
#footer ::-moz-placeholder {
  color: #ffffff;
}
#footer :-moz-placeholder {
  color: #ffffff;
}
#footer :-ms-input-placeholder {
  color: #ffffff;
}
#footer .subscribe-form {
  position: relative;
}
#footer .subscribe-form input[type=email] {
  width: 100%;
}
#footer .subscribe-form input[type=submit] {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 14px;
  right: 0;
  text-indent: -5555em;
 
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
/*------------------------------------------------------------------
[8.2 Parallax footer styles]
*/
.parallax-footer #footer {
  width: 100%;
  
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0, 1);
  transition-timing-function: cubic-bezier(0, 0, 0, 1);
}
@media screen and (max-width: 992px) {
  .parallax-footer #footer {
    position: relative;
    z-index: 1;
  }
}
#footer-parallax-height {
  position: relative;
}
/**
	Footer widgets area
**/
#footer-widgets {
  padding-top: 100px;
  padding-bottom: 100px;
}
/*------------------------------------------------------------------
[8.3 Bottom bar]
*/
#bottom-bar {
  padding: 20px 0;
  font-size: 1.4rem;
  background-color: #f06924;
}
#bottom-bar p {
  margin-bottom: 0;
}
/**
	Footer logo
**/
.footer-logo {
  display: inline-block;
  margin-bottom: 30px;
}
/*------------------------------------------------------------------
[8.4 GoTop link]
*/
#scrollUp {
  bottom: 50px;
  right: 50px;
  background-color: transparent;
  text-indent: -5555em;
  width: 40px;
  height: 61px;
 
  background-size: 40px 60px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 992px) {
  #scrollUp {
    display: none !important;
  }
}
@media (max-width: 1440px) {
.containerx{
	margin-top: 50px;
}	
	
}
@media (max-width: 1366px) {
.containerx{
	margin-top: 32px;
}	
	
}
@media (max-width: 1280px) {
.containerx{
	    margin-top: 18px;
}	
.home-brch #team .items p {
        line-height: 20px;
    font-weight: 400;
    font-size: 14px;
}	
}
@media (max-width: 1024px) {
.dass {
    font-size: 30px;
}
.dasst {
    font-size: 24px;
}
#header-nav span.line_wrap {
    font-size: 14px;
}
.home-brch #team {
   
    background-size: 125%!important;
}
.facts-in-digits {
    padding: 100px 0 100px 0;
}
#contact .row{
	    margin-left: 0;
    margin-right: 0;
}
.flip-card {
    background-color: transparent;
    width: 110px;
    height: 110px;
}
.home-brch #team .team-pagination a {
    
    margin-right: 15px;
}
.home-brch #team .items p {
    line-height: 21px;
    font-size: 13px;
}
.facts-in-digits .num {
    font-size: 4rem;
    margin-bottom: 11px;
}
.abtheb {
    font-size: 30px;
}
.abthea {
    font-size: 30px;
}

body {
    font-size: 1.4rem;
}
.contact-information .item {
    font-size: 1.4rem;
    line-height: 24px;
    padding-left: 50px;
}

}
@media (max-width: 768px) {
.topnum {
    
    padding-right: 62px;
    margin-top: 5px;
}
.abtheb {
    line-height: 40px;
}
#contact form textarea {
    margin-top: 35px;
    margin-bottom: 15px;
}
#contact .fpsbt {
    margin-top: 0px!important;
}
.dass {
    font-size: 22px;
	margin-bottom:4px;
}	
.dasst {
    font-size: 20px;
}
#contact-form{
	padding:0 30px;
	
}
.slidtxt {
    ;
    font-size: 16px;
    line-height: 22px;
}	
.colb {
    display: block;
    margin-bottom: 50px;    
    text-align: center;
}	
.rightal {
    border-right: none;
}
.abts {
    padding: 30px 0 0 0;
}
.home-brch #team {
    background-size: cover!important;
}
.decda {
    font-size: 20px;
    padding-top: 30px;
    display: block;
    line-height: 39px;
    text-align: left;
}

	
}
@media (max-width: 476px) {

#header .logo, #header .logo img {    
    max-width: 98px;
}
.clientcarousel-carousel .avatar img{
	width:100%
}
#about {
   padding: 40px 0 0 0 !important;
}
.fied-gallery .item {
    width: 40%;
}
.rtbl {
    display: block;
}
hr {
margin: 5px 0;
}
.flip-card {
    background-color: transparent;
    width: 230px;
    height: 180px;
}
.orgtctli {
    color: #f06924;
    letter-spacing: 2px;
    line-height: 22px;
    font-size: 18px;
}
.portfolio-header span.line_wrap {
  
    padding-bottom: 15px;
}
.portfolio-header {
    margin-bottom: 15px;
}
.plustx {
    vertical-align: bottom;
}
.portfolio-header.style-centered .filters a {
    margin: 0 15px;
    display: inline-block;
}
.owl-controls {
        display: none!important;
}
.slidtxt {
     font-size: 13px;
    line-height: 22px;
    width: 100%;
    top: 53%;
    left: -40%;
}
.dass {
    padding: 7px;
    margin: 0px;
}
.dasst {
    font-size: 18px;
	padding-left: 0px;
}

.avatar img {
    width: 120%;
    max-width: 120%;
}
.abtheb {
    font-size: 26px;
    line-height: 30px;
}
.abthea {
    font-size: 26px;
	    line-height: 31px;
}
div#clock  span {
    font-size: 22px;
}
.topnum{
	display:none;
}
.product-carousel{
	    margin-top: 70px;

}
.transparent-header #header {
    height: 80px;
}
div#clock {
    width: 300px;
}
div#clock p {
    height: 82px;
    width: 65px;
    line-height: 37px;
    font-size: 12px;
}
.clocktexy {
    line-height: 21px;
    font-size: 17px;
}
h1, .h1 {
    line-height: 26px!important;
}
.contact-information .item {
    padding-left: 30px;
    padding-right: 30px;
}
.facts-in-digits .num {
    font-size: 3.2rem;
}
.leftc {
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.leftcimg {
    margin-top: 0px;
   
}
.abtlogos{
	 max-width: 265px;
}
}
@media (max-width: 365px) {
.ppdns {
   padding: 0px; 
}
div#clock p {
    height: 80px;
    width: 58px;
}
div#clock {
    width: 270px;
}
.avatar img {
    width: 130%;
    max-width: 130%;
}	
}
@media (max-width: 320px) {
.vbusa{
	padding:0;
}
div#clock {
    width: 266px;
}
.avatar img {
    width: 137%;
    max-width: 137%;
}
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media screen and (max-width: 992px) {
  .hide-on-tablets {
    display: none !important;
  }
  .display-on-tablets {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important;
  }
  .display-on-phones {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (min--moz-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
    background-image: url(../images/lightbox/loading@2x.gif);
    background-size: 32px 32px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-prev {
    background-image: url(../images/lightbox/prev@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-next {
    background-image: url(../images/lightbox/next@2x.png);
    background-size: 48px 48px;
  }
  .nivo-lightbox-theme-default .nivo-lightbox-close {
    background-image: url(../images/lightbox/close@2x.png);
    background-size: 16px 16px;
  }
}
@media screen and (max-width: 767px) {
  body.no-header {
    padding-top: 100px;
  }
  body.no-footer {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  hr {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 4.8rem;
    line-height: 56px;
  }
  h2,
  .h2 {
    font-size: 3rem;
    line-height: 38px;
  }
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6 {
    font-size: 2.4rem;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  blockquote {
    line-height: 35px;
    font-size: 2.8rem;
    background-size: 70px 52px;
    padding: 30px;
  }
}
@media screen and (max-width: 992px) {
  .demo-page .text {
    text-align: center;
  }
}
@media screen and (max-width: 345px) {
  .demo-page .text {
    padding-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .simple-header #header {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  #header-nav {
    float: right;
  }
  #header-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #header-nav li {
    margin: 0;
    padding: 0;
  }
  #header-nav span.line_wrap {
    position: relative;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
	    letter-spacing: 1px;
  }
  #header-nav span.line {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 48%;
    width: 0;
    border-top: 1px solid #f06924;
    -webkit-transition: width 0.2s ease-in;
    transition: width 0.2s ease-in;
  }
  #header-nav > ul > li > a .submenu-icon {
    display: none;
  }
  #header-menu .dl-back {
    display: none;
  }
  /**
		First level menu item
	**/
  #header-nav li {
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  #header-nav > ul > li {
    float: left;
    line-height: 40px;
  }
  #header-menu > li {
    
    font-size: 1.8rem;
  }
  #header-nav > ul > li > a > .submenu-icon {
    display: none;
  }
  #header-nav > ul > li:first-child {
    margin-left: 0;
  }
  #header-nav a {
    color: #ffffff;
	position: relative;
	padding: 5px 15px;
  }
  #header-nav a:hover,
  #header-nav li.current-menu-item > a,
  #header-nav > ul > li:hover > a,
  #header-nav a.current-link {
    background-color: #4c4c4c;
  }
  .activnav{
	   background-color: #4c4c4c;
  }
  
  /**
		Sub-menus styling
	**/
  #header-nav ul.sub-menu {
    position: absolute;
    top: 100%;
    right: -50px;
    display: block;
    width: auto;
    opacity: 0;
	    font-size: 16px;
  }
  
  #header-nav ul.sub-menu a {
    display: block;
    padding: 10px 40px 10px 20px;
    line-height: normal;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  #header-nav ul.sub-menu a:hover {
    color: #ffffff;
    background-color: #f06924;
  }
  #header-nav ul.sub-menu ul.sub-menu {
    top: 0;
    left: 100%;
    right: auto;
  }
  #header-nav ul.sub-menu ul.sub-menu.appear-on-left {
    left: auto;
    right: 100%;
  }
  #header-nav li:hover {
    overflow: visible;
  }
  #header-nav li:hover > ul.sub-menu {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  #header-nav ul.sub-menu > li {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  #header-nav > ul > li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 992px) {
  #mobile-menu-toggler {
    display: inline-block;
  }
}
@media screen and (max-width: 992px) {
  #header-nav {
    width: 100%;
    max-width: 290px;
    right: 10px;
    position: absolute;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
  }
  #header-nav:first-child {
    margin-right: 100px;
  }
  #header-nav li {
    margin: 0;
    padding: 0;
    background: #f06924;
  }
  #header-nav li a {
    color: #ffffff;
  }
  #header-nav li a:hover {
    color: #ffffff;
    background-color: #f06924;
  }
  
  #header-nav ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  #header-nav li {
    position: relative;
  }
  #header-nav li a {
    position: relative;
    display: block;
    padding: 10px 40px 10px 20px;
    line-height: normal;
  }
  #header-nav li.dl-back > a {
    padding-left: 40px;
  }
  #header-nav .dl-menu {
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 60px;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  #header-nav .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
  }
  #header-nav .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  /* Hide the inner submenus */
  #header-nav li .dl-submenu {
    display: none;
    margin: 0;
    padding: 0;
  }
  /* 
		When a submenu is openend, we will hide all li siblings.
		For that we give a class to the parent menu called "dl-subview".
		We also hide the submenu link. 
		The opened submenu will get the class "dl-subviewopen".
		All this is done for any sub-level being entered.
	*/
  #header-nav .dl-menu.dl-subview li,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen > a,
  #header-nav .dl-menu.dl-subview li.dl-subview > a {
    display: none;
  }
  #header-nav .dl-menu.dl-subview li.dl-subview,
  #header-nav .dl-menu.dl-subview li.dl-subview .dl-submenu,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
  #header-nav .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
  }
  /* Dynamically added submenu outside of the menu context */
  #header-nav > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    margin: 0;
  }
  /* Animation classes for moving out and in */
  #header-nav .dl-menu.dl-animate-out {
    -webkit-animation: MenuAnimOut 0.4s ease;
    animation: MenuAnimOut 0.4s ease;
  }
  #header-nav .dl-menu.dl-animate-in {
    -webkit-animation: MenuAnimIn 0.4s ease;
    animation: MenuAnimIn 0.4s ease;
  }
  #header-nav > .dl-submenu.dl-animate-in {
    -webkit-animation: SubMenuAnimIn 0.4s ease;
    animation: SubMenuAnimIn 0.4s ease;
  }
  #header-nav > .dl-submenu.dl-animate-out {
    -webkit-animation: SubMenuAnimOut 0.4s ease;
    animation: SubMenuAnimOut 0.4s ease;
  }
}
@media screen and (max-width: 992px) {
  #hero .intro-text h1 {
    font-size: 5rem;
    line-height: 40px;
  }
  #hero .intro-text p,
  #hero .intro-text p.post-data {
    font-size: 1.4rem;
    line-height: normal;
  }
  #hero .intro-text .delimeter {
    margin: 0 5px;
  }
  #hero br {
    display: inline;
  }
}
@media screen and (max-width: 480px) {
  #hero .intro-text h1 {
    font-size: 3rem;
    line-height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .indent {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #comments {
    padding-top: 40px;
  }
  ul.child-comments {
    margin-left: 0;
  }
  li.comment {
    min-height: 1px;
  }
}
@media screen and (max-width: 480px) {
  li.comment .reply-link {
    top: 25px;
    left: 25px;
  }
  li.comment .photo {
    display: none;
  }
  li.comment .comment-text {
    padding-left: 40px;
  }
  li.comment .comment-text header .author {
    display: block;
  }
  li.comment .comment-body {
    padding: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  ul.child-comments li.comment:last-of-type .comment-text {
    padding-bottom: 0;
  }
  ul.child-comments {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .reply-header {
    margin-bottom: 40px;
  }
  ul.comments-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .post-part h4 {
    line-height: 25px;
  }
}
@media screen and (max-width: 400px) {
  .pagination a {
    width: 100%;
  }
  .pagination .nav-prev {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .slider h1 {
    font-size: 7rem;
    line-height: 70px;
  }
}
@media screen and (max-width: 650px) {
  .slider h1 {
    font-size: 5rem;
    line-height: 50px;
  }
  .slider h1,
  .slider h2,
  .slider h3,
  .slider h4,
  .slider h5,
  .slider h6,
  .slider p,
  .slider .layer {
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .home-brch .slider > .seq-canvas > li.seq-in .layer {
    width: auto;
    left: 15px;
    right: 15px;
    top: 22%;
  }
}
@media screen and (max-width: 360px) {
  .home-brch .slider > .seq-canvas > li .layer p,
  .home-brch .slider > .seq-canvas > li .layer .button {
    display: none;
  }
}
@media screen and (max-width: 1299px) {
  .home-app .slider > .seq-canvas > li .layer1 {
    display: none;
  }
  .home-app .slider > .seq-canvas > li .layer2 {
    text-align: center;
    width: auto;
  }
  .home-app .slider > .seq-canvas > li.seq-in .layer2 {
    right: 15px;
    left: 15px;
    top: 28%;
  }
}
@media screen and (max-width: 430px) {
  .home-app .slider > .seq-canvas > li .layer p,
  .home-app .slider > .seq-canvas > li .layer .slider-button {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .home-personal .slider > .seq-canvas > li.seq-in .layer {
    width: auto;
    left: 15px;
    right: 15px;
    top: 22%;
  }
}
@media screen and (max-width: 360px) {
  .home-personal .slider > .seq-canvas > li .layer p,
  .home-personal .slider > .seq-canvas > li .layer .button {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #about {
    padding: 100px 0 ;
  }
  .home-personal #about {
    background-image: none;
  }
}
@media screen and (max-width: 767px) {
  .home-brch #agency {
    background-image: none;
  }
}