

/* Table of contents
–––––––––––––––––––––––––––––––––––––––––––––––––– 
- 1. Common
- 2. Header
- 3. Footer
- 4. Navigation
- 5. Pages
- 6. Utilities
*/


/* 1. Common
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html, body{
  overflow-x: hidden;
}
p{
  font:14px/26px 'open_sansregular';
  margin-bottom: 0;
  color:#939698;
}
li{list-style:none}
h1,h2,h3,h4,h5,h6{
  margin-top: 0;
  margin-bottom: 0;
}
a{
  text-decoration:none;
}
a:hover{
  text-decoration:none;
}
a:focus { 
      outline: none; 
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .container{
    max-width:950px
  }
}
.welcome-heading h1 span{
     font:180px 'bebas_neueregular'; color:#fff; line-height:160px;
    text-transform: uppercase;  
}
.welcome-heading h3{font:36px 'open_sanslight'; color:#fff}
.main-heading > span{
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.sub-heading{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.headcaps div{
  border-bottom: solid 6px;
  display: inline-block;
  padding: 15px 0;
  padding-left: 32px;
}      
.headcaps div > span{
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 32px;
  text-transform: uppercase;
} 
.promo-inner h6{
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 8px;
  margin-top: 10px;
}


/*Preloader*/
html.preloader-running, body.preloader-running{ 
  overflow: hidden; 
}
html.preloader-running .sticky-sidebar{
  display: block;
}
body.preloader-running{
    overflow: hidden;
}
body.preloader-running #ajax-content{
  opacity: 0;
}

div#preloader { 
   
  height: 100%; 
  left: 240px; 
  position: fixed;
  top: 0; 
  width: 100%; 
  z-index: 99999; 
}

#status { 
  width: 200px; 
  height: 200px; 
  position: fixed; 
  left: 50%; 
  top: 50%; 
  background-image: url(../images/loader.gif); 
  background-repeat: no-repeat; 
  background-position: center; 
  background-size: 48px 48px;
  margin: -100px 0 0 -100px; 
}

/* 2. Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.masthead{
  height: 100%;
	
	position: fixed;
	top: 0;
	left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; z-index:999; padding:0 0 0 40px
}
header.masthead .inner{
	
}
.slogan{
  margin-top: 40px;
}
.slogan a{
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.sticky-icons{
  position: absolute;
  bottom: 70px;
  left: 40px; display:none
}
.sticky-icons ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.sticky-icons li{
  display: inline-block;
}
.sticky-icons li a img, .onscreen-trigger img{
  width: 24px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.sticky-icons li a:hover img{
  opacity: 0.3;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.onscreen-trigger{
  display: none;
  position: fixed;
  bottom: 70px;
  left: 40px;
  z-index: 99999;
}
.sticky-sidebar{
  position: fixed;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
}
.sticky-sidebar ul{
  list-style-type: none;
  padding: 0;
}
.sticky-sidebar ul li{
  margin: 10px 0;
}
.sticky-sidebar ul li a span{
  font-size: 28px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.sticky-sidebar ul li a:hover span{
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.featured-mask-overlay{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  z-index: 8888;
}
.featured-projects-heading{
      font-size: 12px;
    letter-spacing: 2px;
    line-height: 31px;
    text-transform: uppercase;
    padding: 10px 15px;
}
.featured-item-block{
  position: relative;
}
.featured-item-block:last-child{
  margin-bottom: 50px;
}
.featured-panel-item-overlay{
  opacity: 0;
  background-color: rgba(0,0,0,0.9);
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.featured-item-block:hover .featured-panel-item-overlay{
  opacity: 1;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.featured-panel-item-overlay h3{
}
.featured-panel-item-overlay h3 span{
  border: solid 2px #fff;
  padding: 14px;
  font-size: 14px;
    letter-spacing: 4px;
    line-height: 21px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.cd-panel-content{
  margin-top: 50px;
}
.share-panel{
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  right: -400px;
  z-index: 9999;
  text-align: center;
}
.share-panel-heading{
      font-size: 12px;
    letter-spacing: 2px;
    line-height: 31px;
    text-transform: uppercase;
    padding: 15px 25px;
  position: absolute;
  top: 0;
  left: 0;
}
.share-panel ul{
  list-style-type: none;
  padding: 0;
}
.share-panel ul li{
  margin: 10px 0;
}
.share-panel ul li a span{
  font-size: 32px;
  line-height: 32px;
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.share-panel ul li a:hover span{
  -webkit-transition: all .4s linear;
     -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
     -o-transition: all .4s linear;
      transition: all .4s linear;
}
.share-panel-close {
  position: absolute;
  top: 0;
  right: 0;
  height:  60px;
  width: 60px;
  /* image replacement */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-image: url('../images/next.svg');
  background-position: center center;
  background-size: 24px 24px;
  background-repeat: no-repeat;
}
.share-panel-close:hover {
  background-color: #eee;
}

/* 3. Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer.mastfoot{
  width: 100%;
  position: relative; padding:0 0 100px
}
footer.mastfoot .row{
  padding:0 0 100px;
}
.social-wrap{
  padding: 0;
}
.foot-social {
    list-style: none outside none;
    padding: 0; margin:0
}
.foot-social li:nth-child(1){margin-left:0}
.foot-social li {
    display: inline-block;
    margin-left:10px;
    margin-bottom: 0; 
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}


.foot-social li a{width:39px; height:39px; box-shadow: inset 0 0 0 3px #e1e4eb; color:#e1e4eb; font-size:16px; display:table; text-align:center; -webkit-transition:color 0.25s; transition:color 0.25s; position:relative}
.foot-social li a:before{top:0; left:0}
.foot-social li a:after{right:0; bottom:0}
.foot-social li a:before, .foot-social li a:after {border:3px solid transparent; width:0; height:0; position:absolute; content: "";}
    

.foot-social li a:hover:before	{border-top-color: #f85f30;
    border-right-color: #f85f30;
    -webkit-transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out,height 0.25s ease-out 0.25s; width:100%; height:100%}
.foot-social li a:hover:after{border-bottom-color: #f85f30;
    border-left-color: #f85f30;
    -webkit-transition: border-color 0s ease-out 0.5s,width 10s ease-out 0.5s,height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s; width:100%; height:100%}   
.foot-social li a:hover{color:#f85f30}
.foot-social li:hover i{color:#f85f30}
.foot-social li a i{display:table-cell; vertical-align:middle; font-size:larger}

.social-squire li a{border-radius:0}

@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/* Icon Float Away */
@-webkit-keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
  }
}
/* Icon Float Away */



.foot-social li a > img {
  width: 32px;
    opacity: 1;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.foot-social li a > img:hover {
    opacity: 0.5;
  -webkit-transition: all .8s linear;
     -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
     -o-transition: all .8s linear;
      transition: all .8s linear;
}
.credits {
    padding:10px 0 0;
    text-align: left;
}
.credits p{
  font:14px 'open_sansregular'; color:#282d32
}

/* 4. Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav.mastnav{
	margin-top: 40px;
}
nav.mastnav ul{
  list-style-type: none;
  padding: 0;
}
nav.mastnav li{text-align:center}
nav.mastnav li img{ -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);}
nav.mastnav li a:hover img, nav.mastnav li a.active img{ -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);}
nav.mastnav li:after{content:""; background:url(../images/menu-border.png) no-repeat; width:5px; height:23px; display:block; margin:5px auto; }
nav.mastnav li:last-of-type:after{display:none}
nav.mastnav .tooltip.right{margin-left:10px; width:100%; -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;}   
nav.mastnav .tooltip-inner{padding:8px 4px; background:#f85f30; border-radius:0; font:20px 'bebas_neueregular'; -webkit-box-sizing:content-box;
-moz-box-sizing:content-box; box-sizing:content-box; width:100%; max-width:none; min-width:90px}
nav.mastnav .tooltip.right .tooltip-arrow{border-right-color:#f85f30; left:-3px; border-width:8px 8px 8px 0}
	
nav.mastnav a{
  font:14px 'open_sansregular'; text-align:center;
  padding:10px 0;
  display:inline-block; margin:0 auto;
  text-decoration:none;
  text-transform: uppercase;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
nav.mastnav a:hover{
	opacity: 1;
  text-decoration:none;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
nav.mastnav a:focus{
	opacity: 1;
}
.sub-nav-wrap{
  display: none;
  position: fixed;
  left: 240px;
  top: 0;
  height: 100%;
  z-index: 9990; background:#f7f8fa
}
.sub-nav-wrap ul{
  list-style-type: none;
  padding: 0;
 
}
.sub-nav{
  display: none;
  font-size: 14px;
 
  letter-spacing: 1px;
  display: block;
  opacity: 1;
  text-decoration:none;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.sub-nav a, .sub-nav a:hover{
  text-decoration:none;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}

/* 5. Pages
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mastwrap{
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.mastwrap.spaced-left{
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
     -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
}
.page-section{
  padding: 120px 0;
}

/*INTRO*/

.intro-02-overlay{
  background-color:  transparent;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.intro-02:hover .intro-02-overlay{
  background-color: rgba(255,255,255,0.4);
            -webkit-transition: all .4s ease-in-out;


               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.slideshow-caption-wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
}
.slideshow-caption{
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.slideshow-control-wrap{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
}
.slideshow-control-wrap ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.slideshow-control-wrap ul li{
  display: inline-block;
  margin: 0 5px;
}
.slideshow-control-wrap ul li a span{
  font-size: 20px;
  line-height: 20px;
}
.slideshow-count{
  position: absolute;
  left: 0;
  top: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.slideshow-count li{
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.slideshow-count li:last-child:before{
  content: '/';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 4px;
  text-transform: uppercase;
  padding-right: 4px;
}
.slideshow-status{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.6) url(../images/loader.gif); 
  background-size: 40px 40px;
  background-position: center center;
  background-repeat: no-repeat;
}
.intro-05-overlay{
  opacity: 0;
  background-color: rgba(255,255,255,0.8);
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.intro-05-overlay:hover{
  opacity: 1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.intro-05 .intro-05-item h3 > span{
    font-size: 14px;
    letter-spacing: 4px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 12px;
    border: solid 4px;
}

/*PORTFOLIO*/
.works-filter-panel{
  display: block !important;
  width: 100%;
  padding: 20px;
  z-index: 9999;
}
.works-filter{
  list-style: none;
  padding: 0;
  margin: 0; display:inline-block; background:#e5e7ec
}
.works-filter li{
  display: inline-block;
}
.works-filter li a{
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase; padding:10px; background:#e5e7ec; border:3px solid #e5e7ec; display:inline-block
}
.works-filter li:after{
  content: '/';
  margin-left: 10px;
  margin-right: 10px; display:none
}
.work-section{padding:100px 0; border-bottom:1px solid #EBEDF4}
.work-section .btn-fill-orange{margin:10px 0 0}


.grid {
	position: relative;
	margin: 0 auto;
	padding:0;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	
	overflow: hidden;
	
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}



figure.effect-bubba {
	background:#f85f30;
}

figure.effect-bubba img {
	opacity:1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity:0.2;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 3px solid #fff;
	border-left: 3px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top:20%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0); font:24px 'open_sansregular'; color:#282d32; text-transform:capitalize; opacity:0
}

figure.effect-bubba p {
	padding:0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0); font:16px 'open_sansregular'; color:#282d32; text-transform:capitalize
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); color:#fff
}









.works-container{
    padding: 0;
  margin: 70px auto 0 auto;
}
.works-filter li:last-child:after{
    display: none;
}

 .works-item a{
       	border: solid 6px;
            opacity: 0;
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            z-index: 100;
            text-align: center;
            text-decoration: none !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item a:hover{
            text-decoration: none !important;
       	background: rgba(255,255,255,0.9);
            /*--- opacity:1; ---*/
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .info a:hover{
            cursor: url("../images/plus.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .zoom a:hover{
            cursor: url("../images/zoom.png") 40 40, crosshair;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .works-item-inner{
            text-align: left;
            padding: 30px;
        }
        .works-item-inner h3{ 
            font-size: 16px;
            letter-spacing: 4px;
            line-height: 23px;
            text-transform: uppercase;
            margin-bottom: 5px;
        }
        .works-item-inner p{  
        }
        .works-item-inner p > span{  
            font-size: 16px;
            line-height: 23px;
            margin-top: 0px;
        }
        .works-item a:hover 
        .works-item-inner h3{ 
        }
        .works-item a:hover 
        .works-item-inner p{  
        }

.works-item-fade{
	opacity: 0.1;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}

.works-item-fade a{
	display: none !important;
}
.works-masonry-container{
    padding: 0;
  margin:0px !important; min-height:auto !important 
}
.works-masonry-container .works-item-one-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 33.3% !important;
}
.works-masonry-container .works-item-two-third {
  margin: 0 !important;
  padding: 0 !important;
  width: 66.6% !important;
}
.works-masonry-container .works-item-one-half {
  margin: 0 !important;
  padding: 0 !important;
  width: 50% !important;
}
.works-masonry-container .works-item-one-fourth {
  margin: 0 !important;
  padding: 0 !important;
  width: 25% !important;
}
.works-masonry-container .works-item-full-width {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
.works-masonry-container .works-item-one-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 31.3% !important;
}
.works-masonry-container .works-item-one-half-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 48% !important;
}
.works-masonry-container .works-item-two-third-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 64.6% !important;
}
.works-masonry-container .works-item-one-fourth-spaced{
  margin: 1% !important;
  padding: 0 !important;
  width: 23% !important;
}

    
/* Portfolio Isotope Transitions */ 

    .isotope, .isotope .isotope-item {
        -webkit-transition-duration: 0.8s;
        -moz-transition-duration: 0.8s;
        -ms-transition-duration: 0.8s;
        -o-transition-duration: 0.8s;
        transition-duration: 0.8s;
    }
    
    .isotope {
        -webkit-transition-property: height, width;
        -moz-transition-property: height, width;
        -ms-transition-property: height, width;
        -o-transition-property: height, width;
        transition-property: height, width;
    }
    
    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
    
    .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
    }






/*ABOUT*/
.promo h1{
  border: solid 6px #292929;
  padding: 40px;
}      
.promo h1 > span{
  font-size: 36px;
  line-height: 72px;
  letter-spacing: 8px;
  text-transform: uppercase;
} 

.caption h1{
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 10px;
}  
.caption h3{
  margin-top: 20px;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: 1px;
  font-weight: 200;
}
.caption h6{
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 4px;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.liner{
  width: 70px;
  height: 6px;
  display: inline-block; background:#E5E7EC
}   

.services{background:url(../images/specialised-bg.jpg) no-repeat center; background-size:cover}    
.services .head-content h1, .services .services-item h4{color:#fff}
.services-item i{
  font-size: 48px;
  line-height: 48px;
  display: block;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}          
.services-item:hover i{
  opacity: 0.8;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}  
.services-item-outer .col-lg-3, .services-item-outer .col-sm-3{}
.services-item {box-shadow:inset 0 0 0 6px #e5e7ec; position:relative; text-align:center; min-height:226px; min-width:226px; display:block; margin:0 auto; height:226px} 
.services-item-inner{display:block; position:relative; top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);} 
.services-item:before{top:0; left:0}    
.services-item:after{right:0; bottom:0}
.services-item:before, .services-item:after{border:6px solid transparent; width:0; height:0; position:absolute; content:"";} 
.services-item:hover:before{border-top-color: #f85f30;border-right-color: #f85f30;
    -webkit-transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
    width: 100%;
    height: 100%;}
    
.services-item:hover:after{border-bottom-color: #f85f30; border-left-color: #f85f30;
    -webkit-transition: border-color 0s ease-out 0.5s,width 10s ease-out 0.5s,height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s;
    width: 100%;
    height: 100%;} 
     
   
         
		
.services-item h4{
  margin-top:30px;
  font:16px 'open_sanslight';
  line-height: 23px;
  color:#282d32;
  text-transform: uppercase;
} 
.phrase-carousel.owl-carousel .phrase-carousel-item{
  text-align: center;
  padding:30px !important; border:5px solid #e5e7ec; width:100%;
}   
.phrase-carousel.owl-carousel .owl-item{padding:5px}
.phrase-carousel-item img{-webkit-filter: grayscale(100%);
    filter: grayscale(100%); max-width:182px; margin:auto;}
.phrase-carousel-item:hover img{-webkit-filter: grayscale(0%);
    filter: grayscale(0%);}

.testimonial-thumb{
  max-width: 100px;
  display: inline-block !important;
}   
.team-item{
  text-align: center;
  padding: 0 20px;
}        
.team-item h4{
  margin-top: 0px;
  padding-top: 10px;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
}          
.team-item img{
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}                    
.team-item:hover img{
  opacity: 0.3;
  border: solid 8px #000;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}        
.team-item h6{
  font-size: 16px;
  line-height: 23px;
  padding-bottom: 10px;
}   
.team-overlay{
  display: none;
  padding: 30px;
  width:90%;
  position: absolute;
  top: 0;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.team-item:hover .team-overlay{
  display: block;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
} 
.team-overlay ul{
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.team-overlay li{
  display: inline-block;
  margin-right: 10px;
}
.team-overlay li i{
  font-size: 20px;
  line-height: 20px;
  opacity: 1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.team-overlay li a:hover i{
  opacity: 0.5;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
/*NEWS*/

.news{padding:100px 0}
.news h3{
  font:30px/30px 'open_sanslight';
  margin-bottom: 0px; color:#282d32
}  
.news img{float:left; margin:0 15px 0 0}
.news-list-item .liner{height:4px; display:table; margin:8px 0; background:#CDD2DE}
.news h4{
  font:20px/20px 'open_sanslight'; color:#f85f30; margin-top:8px
}  
.news a{
  display: block;
  margin: 0px;
  padding:35px 50px;
  line-height: 27px;
  font-weight: 200;
  text-decoration: none;
  border:3px solid #E5E7EC;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
} 
.news a:hover{
  border:3px solid #f7f8fa;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.news-post{
  padding: 0 60px;
}
.news-post h1{
  font-size: 28px;
  line-height: 35px;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-bottom: 0px;
}  
.news-post h5{
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 30px;
}
.news-sidebar{
  padding: 0 20px;
}  
.news-sidebar h3{
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
}  
.news-sidebar ul{
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 60px;
}   
.news-sidebar ul li{
  border-bottom: solid 1px;
  padding: 5px 0;
}  
.news-sidebar .post-tags a{
  margin: 5px;
  display: inline-block;
}

/*PROJECT*/
.project-cover-overlay{
  background-color:rgba(255,255,255,0.8);
}
 .thumb-item a img{
            opacity: 1;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .thumb-item a:hover img{
            opacity: 0.2;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
        .thumb-item{
        background: rgba(0,0,0,0.9);
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
        }
}

/*ELEMENTS*/
.minimal-caps{
      font-size: 16px;
    letter-spacing: 2px;
    line-height: 23px;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 10px 0;
} 

/*CONTACT*/
#googlemaps
{
    width: 100%;
    height: 100%;
}
#googlemaps iframe {
   position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
 
    border:0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }
}
.contact-box{
}
.contact-box h1{
  
}  
.contact-box h5{
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 30px;
}
.contact-form-wrap{
    display: none;
    padding-top: 30px;
}
.contact-item{
    padding: 0px;
}
.contact-box .btn-fill-orange{min-width:190px}
input {
  background: transparent !important;
    border: none !important;
    border-bottom:1px solid #e5e7ec !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #282d32 !important;
    font:14px 'open_sanslight' !important;
    height: 35px !important;
    margin-bottom: 30px !important;
    padding: 0px !important;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#282d32 ;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#282d32 ;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#282d32 ;
}
:-moz-placeholder { /* Firefox 18- */
  color:#282d32 ;
}
input:focus, textarea:focus {
    border: none !important;
    color: #f85f30 !important;
    border-bottom:1px solid #f85f30 !important;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear; outline:none;
}
textarea {
    background: transparent !important;
    border: none !important;
    border-bottom:3px solid #e5e7ec !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #282d32 !important;
    font:14px 'open_sanslight' !important;
    margin-top: 0;
    padding: 0px !important;
    resize: none;
    width: 100%;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}
input.send_message {
    background: none repeat scroll 0 0 #EF4A4A;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 120px;
}
input.send_message:hover {
    background: none repeat scroll 0 0 #262932;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact-label-box {
    color: #222;
    font-size: 24px;
    line-height: 31px;
    padding: 30px 20px;
    text-align: center;
}
.contact-label-box > span {
    display: block;
    margin-right: 10px;
}
.contact-label-box > span > img {
    height: 60px;
    width: 60px;
}
.contact-label-box a:hover {
    color: #CCCCCC;
    text-decoration: none;
}
.contact .alert{
    box-shadow: none;
    border:none;
    border-radius: 0;
    text-shadow:none;
    font-size: 12px;
    line-height: 19px;
    margin-bottom:10px;
    padding:10px;
    background:#000;
    color: #fff;
    text-align: left;
}
.btn-wrap{
    margin-top: 60px;
}
.space-left{
    margin-left: 1%;
}


.alert{
    border-radius: 0px;
    padding: 5px;
    text-align: left;
    -webkit-transition: all .8s linear;
       -moz-transition: all .8s linear;
        -ms-transition: all .8s linear;
         -o-transition: all .8s linear;
            transition: all .8s linear;
}

.alert > p{
    padding: 0px;
    text-shadow:none;
    font-size: 10px;
    line-height: 17px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contact-wallpaper{
  padding: 100px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-dual-panel{
  padding: 70px;
}
.email-heading{
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
  text-transform: uppercase;
  letter-spacing: 4px;
}

/*PROJECT PAGE*/

.project-info h4{
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
} 
.project-nav{position:absolute; bottom:0; width:100%; background:#fff; border-bottom:2px solid #f7f8f9} 
.project-nav-icon-wrap{
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding:0;
  text-align: center;
}
.project-nav-icon-wrap li{
  display: inline-block;
  margin: 15px;
}
.project-nav-icon-wrap li:nth-child(1), .project-nav-icon-wrap li:last-of-type{width:32px; height:32px; border:2px solid #bec0c4; position:relative; top:5px}
	
.project-nav-icon-wrap li:nth-child(1){
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.project-nav-icon-wrap li:nth-child(1):hover, .project-nav-icon-wrap li:nth-child(1):focus, .project-nav-icon-wrap li:nth-child(1):active {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.project-nav-icon-wrap li:last-of-type {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.project-nav-icon-wrap li:last-of-type:hover, .project-nav-icon-wrap li:last-of-type:focus, .project-nav-icon-wrap li:last-of-type:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}	
.project-nav-icon-wrap li:hover{border-color:#f85f30}	
.project-nav-icon-wrap li:hover i{color:#f85f30}
.project-nav-icon-wrap li a{display:block}
.project-nav-icon-wrap li i{font-size:27px; color:#bec0c4}
.project-nav-icon-wrap li a img{
  width:33px;
}
.project-title{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 32px;
  line-height: 46px;
}

/*PRICING TABLES*/
  /*Pricing table and price blocks*/
    .pricing_table {
      padding: 0;
      margin: 0;
      line-height: 150%; 
      font-size: 12px; 
      padding-top: 10px;
    }
    
    .price_block {
      text-align: center; 
      width: 100%; 
      color: #fff; 
      float: left; 
      list-style-type: none; 
      transition: all 0.25s; 
      position: relative; 
      box-sizing: border-box;
      
      margin-bottom: 10px; 
      border-bottom: 1px solid transparent; 
    }
    
    /*Price heads*/
    .pricing_table h3 {
      text-transform: uppercase; 
      padding: 5px 0; 
      margin: 10px 0 1px 0;
      font-size: 14px;
      line-height: 21px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }
    
    /*Price tags*/
    .price {
      display: table; 
      width: 100%; 
      height: 90px; 
    }
    .price_figure {
      font-size: 24px; 
      text-transform: uppercase; 
      vertical-align: middle; 
      display: table-cell;
    }
    .price_number {
      font-weight: bold; 
      display: block;
    }
    .price_tenure {
      font-size: 11px; 
    }
    
    /*Features*/
    .features {
      padding: 0;
      margin: 0;
      background: #DEF0F4; 
      color: #000;
    }
    .features li {
      padding: 12px 15px;
      border-bottom: 1px solid #ccc; 
      font-size: 11px; 
      list-style-type: none;
    }
    
    .price-footer {
      padding: 35px 15px; 
      background: #DEF0F4;
    }
    .action_button {
      text-decoration: none; 
      color: #fff; 
      font-weight: bold; 
      border-radius: 5px; 
      background: linear-gradient(#666, #333); 
      padding: 5px 20px; 
      font-size: 11px; 
      text-transform: uppercase;
    }
    .price_block{
      padding: 20px;
    }
    .price_block_inner{
      border: solid 2px #121212;
    }
    .price_block:hover {
      transform: scale(1.04) translateY(-5px); 
      z-index: 1; 
      border-bottom: 0 none;
    }
    .price_block:hover .action_button {
      background: linear-gradient(#F9B84A, #DB7224); 
    }
    
    
    @media only screen and (min-width : 480px) and (max-width : 992px) {
      .price_block {width: 50%;}
      .price_block:nth-child(odd) {border-right: 1px solid transparent;}
      .price_block:nth-child(3) {clear: both;}
      
      .price_block:nth-child(odd):hover {border: 0 none;}
    }
    @media only screen and (min-width : 992px){
      .price_block {width: 25%;}
      .price_block {border-right: 1px solid transparent; border-bottom: 0 none;}
      .price_block:last-child {border-right: 0 none;}
      
      .price_block:hover {border: 0 none;}
    }
    


/* 6. Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.add-top{
  margin-top: 120px;
}
.add-top-half{
  margin-top: 60px;
}
.add-top-quarter{
  margin-top: 30px;
}
.add-bottom{
  margin-bottom: 120px;
}
.add-bottom-half{
  margin-bottom: 60px;
}
.add-bottom-quarter{
  margin-bottom: 30px;
}
.pad{
  padding: 60px;
}
.pad-top{
  padding-top: 100px;
}
.pad-top-half{
  padding-top: 60px;
}
.pad-top-quarter{
  padding-top: 30px;
}
.pad-bottom{
  padding-bottom: 100px; border-bottom:1px solid #EBEDF4
}
.pad-bottom-half{
  padding-bottom: 60px;
}
.pad-bottom-quarter{
  padding-bottom: 30px;
}
.remove-top{
  margin-top: 0 !important;
}
.ease{
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.ease:hover{
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.no-pad{
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-bottom: 0 !important;
	padding-right: 0 !important;
}
.masthead .valign{top:45%}
.valign{
	position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	transform: translateY(-50%);
}
.overlay{
	position: absolute;
	top: 0;
	left: 0;
}
.img-bg{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.parallax{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off {
  background-attachment:scroll !important;
  background-size:cover !important;
}
.no-scroll-xy{
  overflow: hidden !important;
            -webkit-transition: all .4s ease-in-out;
               -moz-transition: all .4s ease-in-out;
                -ms-transition: all .4s ease-in-out;
                 -o-transition: all .4s ease-in-out;
                    transition: all .4s ease-in-out;
}
.poster-img{
	background:url(../images/poster.jpg) center center no-repeat !important;
	background-size: cover !important;
}






/*â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€" */
/*LESS COMPILED TO CSS (For preview purpose only). */
/*Please see PDF guide for more information*/
/*â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€"â€" */
.color {
  color: #f85f30;
}
.white {
  color: #ffffff;
}
.silver {
  color: #f1f1f1;
}
.grey {
  color: #cccccc;
}
.dark {
  color: #292929;
}
.black {
  color: #121212;
}
.color-bg {
  background-color: #ff2238;
}
.white-bg {
  background-color: #ffffff;
}
.silver-bg {
  background-color: #E5E7EC;
}
.grey-bg {
  background-color: #cccccc;
}
.dark-bg {
  background-color: #f85f30;
}
.black-bg {
  background-color: #121212;
}
a {
  color: #121212;
}
a:hover {
  color: #ff2238;
}
::selection {
  background:#f85f30;
  color:#ffffff;
}
::-moz-selection {
  background: #ff2238;
  color: #ffffff;
}

nav.mastnav a {
  color: #fff;
}
nav.mastnav a:hover {
  color:#fff
}
nav.mastnav a.active{}
.current-main-nav {
  color: #fff !important;
}
.sub-nav a {
  color: #282d32; padding:15px 35px; display:block; font:13px 'open_sanslight'; text-transform:uppercase 
}
.sub-nav a:hover {
  color: #282d32; background:#eeeff3
}
.main-heading > span {
  border-color: #292929;
}
.works-filter li a {
  color: #292929;
}
.works-filter li a:hover{background:#fff}
.works-filter li a.active {
  border:3px solid #f85f30; color:#282d32; background:#fff
}
.works-item a:hover {
  border-color: #292929;
}
.news-sidebar ul li {
  border-color: #f1f1f1;
}
.news-sidebar ul li A {
  color: #cccccc;
}
.news a:hover {
  border-color: #f85f30;
  background-color: #ffffff;
}
.headcaps div.white {
  border-color: #ffffff;
}
.headcaps div.dark {
  border-color: #292929;
}
.headcaps div.black {
  border-color: #121212;
}
.headcaps div.color {
  border-color: #ff2238;
}
.welcome-heading h1.white span {
  border-color: #ffffff;
}
.welcome-heading h1.dark span {
  border-color: #292929;
}
.welcome-heading h1.black span {
  border-color: #121212;
}
.welcome-heading h1.color span {
  border-color: #ff2238;
}
.sticky-sidebar ul li a:hover span {
  color: #ff2238;
}
.share-panel ul li a:hover span {
  color: #ff2238;
}
.intro-05 .intro-05-item h3.dark > span {
  border-color: #292929;
}
.intro-05 .intro-05-item h3.color > span {
  border-color: #ff2238;
}
.intro-05 .intro-05-item h3.white > span {
  border-color: #ffffff;
}
ul.slimmenu.collapsed li .sub-collapser,
ul.slimmenu > li > a:first-child {
  color: #121212;
}
.featured-panel-item-overlay h3 span {
  border-color: #ffffff;
}
.font1 {
  font-family:'open_sanslight', sans-serif;
}
.font2 {
  font-family:'open_sanslight', sans-serif;
}
.font3 {
  font-family:'open_sanslight', sans-serif;
}
.font4 {
  font-family: 'Inconsolata', serif;
}
body{
  font-family:'open_sanslight', sans-serif;
}
.works-filter li a {
  font-family:'open_sanssemibold';
}
ul.slimmenu.collapsed li .sub-collapser,
ul.slimmenu > li > a:first-child {
  font-family:'open_sanslight', sans-serif;
}

.mouse-hand-out{position:absolute; left:0; right:0; bottom:100px; display:block; margin:0 auto; text-align:center}
.mouse-hand{display:block; width:31px; height:35px; margin:0 auto}
.mouse-hand:hover + .mouse-hand-hind{visibility:visible}
.mouse-hand-hind{font:14px 'open_sanslight'; color:#f85f30; margin:10px 0 0; display:block; visibility:hidden; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;}

.mouse-icon {
	position: absolute;
	left:0; right:0;
	top:auto;
	bottom:40px;
	border: 2px solid #f85f30;
	border-radius: 16px;
	height: 40px;
	width: 24px;
	margin:0 auto;
	display: block;
	z-index: 10;
	opacity: 0.9;
}
.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: drop;
          animation-name: drop;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	width: 2px;
	height: 6px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f85f30;
}
@-webkit-keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}


.home-banner.intro-06{background:url(../images/home-banner.jpg) no-repeat; padding:0 10px}
.home-abt-img{position:relative; padding:0 35px 0 0}
.home-abt-img img{position:relative; z-index:2; display:inline-block; max-width:328px; width:100%}
.home-abt-img:before{position:absolute; content:""; top:20%; left:0; background:url(../images/abt-img-bg.png) no-repeat; width:100%; height:100%}
.border-fill{width: 260px;
    height: 260px;
    box-shadow: inset 0 0 0 6px #E5E7EC;
    margin: 0 0 -125px;
    padding: 30px;
    z-index: 1;
    border: 0; -webkit-transition: color 0.25s;
   transition: color 0.25s; position:absolute; top:-35px; right:0}

.border-fill:before, .border-fill:after { border:6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    content: "";}
	.border-fill:before{top: 0;
    left: 0;}
	.border-fill:after{right:0; bottom:0}

.home-abt-img img:hover + .border-fill:before	{border-top-color: #f85f30;
    border-right-color: #f85f30;
    -webkit-transition: width 0.25s ease-out,height 0.25s ease-out 0.25s;
    transition: width 0.25s ease-out,height 0.25s ease-out 0.25s; width:100%; height:100%}
.home-abt-img img:hover + .border-fill:after{border-bottom-color: #f85f30;
    border-left-color: #f85f30;
    -webkit-transition: border-color 0s ease-out 0.5s,width 10s ease-out 0.5s,height 0.25s ease-out 0.75s;
    transition: border-color 0s ease-out 0.5s,width 0.25s ease-out 0.5s,height 0.25s ease-out 0.75s; width:100%; height:100%}

.head-content h1{font:60px/70px 'open_sanslight'; color:#282d32}
.head-content h6{font:20px 'open_sanslight'; text-transform:capitalize; margin:5px 0 0 0}
.head-content p{margin:30px 0 0}
.head-content{margin:0 0 50px 0}

a:hover, a:focus{color:#f85f30; text-decoration:none}
ul{padding:0; margin:0}
h2{font:40px 'open_sanslight'; color:#282d32}
h3{font:35px 'open_sanslight'; color:#282d32}
h4{font:30px 'open_sanslight'; color:#282d32}
h5{font:25px 'open_sanslight'; color:#282d32}
h6{font:20px 'open_sanslight'; color:#282d32}


.right-top-nav{position:fixed; right:40px; top:40px; z-index:999}
.right-top-icon{background:#f85f30; padding:11px 12px; display:block}
.sub-menu-parent {position: relative; z-index:999}
.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s; padding:10px; background:#fff; text-align:center
}
.sub-menu li{padding:10px 0}
.sub-menu-parent:hover .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}









.color-orange{color:#f85f30}

.logo-outer{display:block; text-align:center; padding:40px 0 0;}
.logo-outer .logo{-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);}
.logo-outer .logo:hover{ -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.btn-fill-orange{font:14px 'open_sansregular'; color:#f85f30; border:4px solid #f85f30; padding:12px 30px; text-align:center; text-transform:uppercase; display:inline-block; overflow:hidden; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; position:relative; z-index:0; min-width:240px; background:#fff}
.btn-fill-orange:after{width:100%; height:0; top:50%; left:50%; background:#f85f30; opacity:0; content:''; position:absolute; z-index:-1;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
   
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg);}
.btn-fill-orange:hover{color:#fff}
.btn-fill-orange:hover:after{height:470%; opacity:1} 

.intro-06{position:relative}
.about{padding-top:135px}
.about .head-content{margin-bottom:30px}
.about .foot-social{margin:30px 0 0}

.counter-outer{background:#f7f8fa; padding:100px 0}

.home-contact-section{padding:100px 0; border-bottom:1px solid #EBEDF4}

.scrollToTop{width:52px; height:52px; box-shadow:inset 0 0 0 3px #f85f30; position:fixed; right:40px; bottom:95px; text-align:center; font:14px 'bebas_neueregular'; text-transform:uppercase; color:#f85f30; padding:6px 0 10px; line-height:0; overflow:hidden; -webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s; z-index:999;}
.scrollToTop i{display:block; font-size:xx-large; line-height:25px}
.scrollToTop:after{width:100%; height:0; top:50%; left:50%; background:#f85f30; opacity:0; content:''; position:absolute; z-index:-1;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; transition:all 0.3s;
   
-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg); -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg); transform: translateX(-50%) translateY(-50%) rotate(45deg);}
.scrollToTop:hover{color:#fff}
.scrollToTop:hover:after{height:380%; width:160%; opacity:1} 
.scrollToTop:focus{background:#f85f30; color:#fff; text-decoration:none}

.inner-banner{position:relative}
.abt-inner-page{padding-top:100px}
.test-circle-out h6{position:relative; bottom:20px; text-align:center}
.test-circle-out text.timer .number, .test-circle-out text.timer .percent{font:40px 'bebas_neueregular' !important; color:#e5e7ec}


.project-view-area{text-align:center; display:inline-block; margin:0 auto; position:relative;} 
.project-view-area img:nth-child(1){max-width:990px; width:100%}
.screen {
  width: 560px;
  height: 545px;
  display: inline-block;
  margin: 10px auto;
  text-decoration: none; background:url(../images/monitor-img.png) no-repeat; position:absolute; top:-125px; left:0; right:0
}
.screen div {
  display: inline-block;
  width: 480px;
  height: 287px;
  background-position: center top;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; position:absolute; top:35px; left:32px; background-size:cover; cursor:pointer
}
.screen div:hover {
  background-position: center bottom;
  -webkit-transition: all 6s;
  -moz-transition: all 6s;
  -ms-transition: all 6s;
  -o-transition: all 6s;
  transition: all 6s;
}
.screen h2,
.screen h2 a {
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  bottom: -40px;
  text-align: center;
  width: 100%;
}

.detail-cont-box{margin:0 0 40px}
.detail-cont-box:last-of-type{margin:0}
.project-detail-area .liner{margin:25px 0}
.detail-cont-box h6{margin:0 0 20px}

.listing li{margin:0 0 15px; font:14px 'open_sanslight'; color:#939698; background:url(../images/listing-icon.png) no-repeat; min-height:24px; padding:0 0 0 40px}
.listing li i{font-size:20px; color:#000; margin:0 15px 0 0; position:relative; top:3px}

.sample-box li{border:2px solid #e5e7ec; padding:18px 20px; display:inline-block; margin:0 10px 10px 0; font:14px 'open_sansregular'; color:#808080; cursor:crosshair; text-transform:uppercase}

.page-head{position:absolute; top:0; left:0; right:0; margin:0 auto; text-align:center}
.page-head .title{font:50px/37px 'bebas_neueregular'; text-transform:uppercase; color:#e9ebec; border:6px solid #e9ebec; border-top:0; display:inline-block; padding:25px 30px}
.breadcrumbs{display:inline-block; margin:10px 0 0}
.breadcrumbs li{float:left}
.breadcrumbs li span{margin:0 4px; font:14px 'open_sansregular'; color:#000}
.breadcrumbs li a{font:14px 'open_sansregular'; color:#000; text-transform:uppercase}
.breadcrumbs li:last-of-type a, .breadcrumbs li a:hover{color:#f85f30}

.portfolio-detail-page .valign{top:56%}
.contact-section{}
.contact-section p{font-size:16px}
.contact-list{margin:50px 0 0}
.contact-list li{margin:0 0 45px}
.contact-list li img{float:left; margin:4px 20px 0 0}
.contact-list li span{font:16px 'open_sansregular'; color:#000}
.contact-list li span:after{content:""; width:35px; height:4px; background:#e5e7ec; display:flex; margin:1px 0 3px}
.contact-list li h6{color:#f85f30}

.skills, .home-contact-section, .skill-graph, .knowledge-area{background:#f9fafc}
.lang-skills{background:#fff}

figure.effect-bubba p, .detail-cont-box:nth-child(1){display:none}

@media screen and (min-width:1921px){
    .home-banner.intro-06{background-size:cover; background-position:center;}
}

@media screen and (min-width:1200px) and (max-width:1450px){
	.svg-container img{top:31%; max-width:60px}
}

@media screen and (max-width:1200px){
	.services-item-outer{padding:0}
	.news h3{font:23px/30px 'open_sanslight'}
	.news a{padding:25px}
	.project-view-area{width:75%}
	.services-item{margin:15px auto}
}

@media screen and (min-width:993px) and (max-width:1200px){
	figure.effect-bubba h2{padding-top:10%}
}

@media screen and (min-width:769px) and (max-width:992px){
	.works-masonry-container .works-item-one-third-spaced{width:48% !important}
	figure.effect-bubba h2{padding-top:10%}
}

@media screen and (max-width:991px){
	.services-item{min-width:auto}
	.grid{margin:70px 0 0}
	.news-list-item .liner{margin:8px auto}
	.home-abt-img{text-align:right; margin:90px 0 0}
	.screen{width:460px; background-size:contain}
	.screen div{width:406px; height:243px; top:29px; left:27px}
	.services-item-outer .col-lg-3, .services-item-outer .col-sm-3{padding:0 15px}
  .accordion-section .panel-default > .panel-heading h4{display:block; clear:both;}
  .accordion-section .panel-default > .panel-heading img{margin-bottom:15px}
  .abt-inner-page .left-sec{margin:0 0 30px}
  .home-banner.intro-06{background-size:cover; background-position:center;}
}
@media screen and (max-width:891px){
	.project-view-area{width:70%}
	.screen{width:400px}
	.screen div{width:353px; height:211px; top:25px; left:23px}
}
@media screen and (max-width:768px){
	.right-top-nav{top:8px; right:70px}
	.right-top-icon img{width:20px}
	.right-top-icon{padding:5px 10px}
	.head-content h1{font:40px/50px 'open_sanslight'}
	.contact-item form{margin:0 0 50px}
	.credits{margin-bottom:15px}
	.scrollToTop{width:30px; height:30px; padding:0; right:20px}
	.scrollToTop i{line-height:21px; position:relative; top:-2px;}
    .project-view-area{width:100%}
	.screen{top:-85px}
	.work-section .works-masonry-container .works-item-one-third-spaced{width:98% !important}
  .phrase-carousel .owl-controls{display:none;}
  .accordion-section .panel-group .panel-default{padding:20px; text-align:center;}
  .accordion-section .panel-default > .panel-heading img{float:none; margin:auto auto 15px}
  .accordion-section .panel-default > .panel-heading h6 span{float:none; display:block;}
  .accordion-section .panel-default > .panel-heading .liner{display:none;}
  .accordion-section .panel-default > .panel-heading h6 span:after{left:0; margin:auto;}
  .accordion-section .panel-default > .panel-heading h6{margin:0 0 20px}
}
@media screen and (max-width:480px){
	.welcome-heading h3{font-size:26px}
	.news img{float:none; margin-bottom:10px}
	.scrollToTop{right:10px; bottom:105px}
	.home-abt-img:before{display:none}
	.project-view-area img:nth-child(1){display:none}
	
}
@media screen and (max-width:400px){
	.screen{width:310px}
	.screen div{width:274px; height:165px; top:20px; left:18px}
}
@media screen and (max-width:320px){
	.screen{top:-145px}
}
	
	
	
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans/opensans-light-webfont.eot');
    src: url('../fonts/opensans/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-light-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-light-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans/opensans-regular-webfont.eot');
    src: url('../fonts/opensans/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-semibold-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans/opensans-bold_0-webfont.eot');
    src: url('../fonts/opensans/opensans-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans/opensans-bold_0-webfont.woff2') format('woff2'),
         url('../fonts/opensans/opensans-bold_0-webfont.woff') format('woff'),
         url('../fonts/opensans/opensans-bold_0-webfont.ttf') format('truetype'),
         url('../fonts/opensans/opensans-bold_0-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('../fonts/bebas/bebasneue-webfont.woff2') format('woff2'),
         url('../fonts/bebas/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}













