/*MAIN.CSS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/*This is main CSS file that contains custom style rules used in this template*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Template Name: Dexter*/
/* Version: 1.0 Initial Release*/
/* Author: Unbranded.*/
/* Website: http://www.unbranded.co */
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION*/
/* 02 - COMMON ELEMENTS */
/* 03 - HEADER, INTRO & NAVIGATION */
/* 04 - PAGES & SECTIONS SETUP */
/* 05 - FOOTER */
/* 06 - INNER-PAGES */

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 01 - LAYOUT INITIALIZATION */
/*-------------------------------------------------------------------------------------------------------------------------------*/

html{
}
body{
  font-weight: 400;
  overflow-x:hidden;
  padding: 0px !important;
  margin: 0px !important;
  overflow-y: auto;
}
a, a:hover, a:focus{
  text-decoration: none;
}
a:focus {
  outline: none;
  color: inherit;
}
p{
  font-weight: 400;
  font-size: 14px;
  line-height:21px;
  margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6,ul{
  margin: 0px;
  font-weight: normal;
}

@media (min-width: 1024px) and (max-width: 5000px) {
.container{
  max-width: 1100px;
}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 02 - COMMON ELEMENTS */
/*------------------------------------------------------------------------------------------------------------------------------*/
/*popup*/
.lb-outerContainer {
  position: relative;
  background:none;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  line-height: 20px;
}
/*.slick button slyles*/
.slick-dots li button
{
  display: none;
}
.slick-dots li
{
  font-size: 0;
  line-height: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  color:  transparent;
  border: 0;
  outline: none;
}
.slick-dots li.slick-active
{
  outline: none;
  opacity: .95;
  color: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/*Parallax SetUp*/

.parallax{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed !important;
}

/*this class will be activated on mobile devices in order to switch off the parallax effect*/
.parallax-off, .no-parallax {
  background-attachment:scroll !important;
  background-size:cover !important;
}
/*--------------------------------------------------------------------------------*/
/*Common Spacing and Padding*/
/*--------------------------------------------------------------------------------*/
.image-wrap {
  overflow: hidden;
}
.minheight {
  min-height: 500px;
}
.gtr-marg-lft {
  margin-left: 10px;
}
.gtr-marg-rht {
  margin-right: 10px;
}
.gtr-marg-top {
  margin-top: 10px;
}
.gtr-marg-btm {
  margin-bottom: 10px;
}
.no-padding {
  padding: 0;
}
.add-bottom-extreme{
  margin-bottom: 260px;
}
.add-top-extreme{
  margin-top: 260px;
}
.add-top{
  margin-top: 160px;
}
.add-bottom{
  margin-bottom: 160px;
}
.add-top-half{
  margin-top: 80px;
}
.add-bottom-half{
  margin-bottom: 80px;
}
.add-min-top-half{
  margin-top: 40px;
}
.add-min-bottom-half{
  margin-bottom: 40px;
}
.add-min-top-quarter{
  margin-top: 20px;
}
.add-min-bottom-quarter{
  margin-bottom: 20px;
}
.pad-top{
  padding-top: 160px;
}
.pad-bottom-extreme{
  padding-bottom: 260px;
}
.pad-top-extreme{
  padding-top: 260px;
}
.pad-bottom{
  padding-bottom: 160px;
}
.pad-top-half{
  padding-top: 80px;
}
.pad-bottom-half{
  padding-bottom: 80px;
}
.pad-min-top-half{
  padding-top: 40px;
}
.pad-min-bottom-half{
  padding-bottom: 40px;
}
.pad-min-top-quarter{
  padding-top: 20px;
}
.pad-min-bottom-quarter{
  padding-bottom: 20px;
}
.no-padding{
  padding: 0;
}
.no-margin{
  margin: 0;
}

/*--------------------------------------------------------------------------------*/
/* Common Objects */
/*--------------------------------------------------------------------------------*/

.float-clear{
  clear: both;
}
.float-left{
  float: left;
}
.float-right{
  float: right;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.vertical-align{
  position: relative;
  top: 50%;

  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.horizontal-align{
  position: relative;
  left: 50%;

  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.trans-bg{
  background: transparent;
  padding: 0px !important;
  margin: 0px !important;
}
.video-bg.player{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover !important;
  padding: 0px !important;
  margin: 0px !important;
}
.featherlight{
  z-index: 1000;
}
.featherlight-next span, .featherlight-previous span{
  font-size: 50px;
  line-height: 57px;
}
.featherlight .featherlight-close-icon{
  right: -25px;
  top: -25px;
}
.featherlight.featherlight-loading .featherlight-content{
  background:url('../images/video-loader.gif') #fff  center center no-repeat !important;
}
.dot-type-1.owl-theme .owl-controls{
  margin-top: 0px;
}
.dot-type-1.owl-theme .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  opacity: 1;
  border-radius: 50%;
}
.slick-slide.slick-active:focus{
  outline: none!important;
}
.slick-list:focus {
  outline: none!important;
}
.slant-relative{
  position: relative;
}
.one-page-button-section {
  display: inline-block;
}
.one-page-button-section .one-page-button-border-type-one, .one-page-button-section .one-page-button-border-type-two {
  display: inline-block;
  padding: 7px 25px;
  border: 2px solid;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.one-page-button-section .one-page-button-type-one {
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  font-weight: 400;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.one-page-section-title h2 {
  font-size: 36px;
  line-height: 43px;
  font-weight: 800;
  position:relative;
  display: inline-block;
  padding-bottom: 10px;
}
.one-page-section-title h2:after {
  content: "";
  position:absolute;
  width: 50%;
  height: 4px;
  left:25%;
  bottom: 0%;
}
.one-page-section-title p {
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.one-page-section-title i {
  font-size: 24px;
  line-height: 40px;
}
/*hover overlays*/
.ImageWrapper .ImageOverlayH {
  background: none repeat scroll 0 0 rgba(245, 0, 0, 0.5);
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 03 - HEADER, INTROS & NAVIGATIONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*Navigation Section (Horizontal)*/

.standard-nav {
  position: fixed;
  padding-right: 20px;
  font-size: 10px;
  height: 100px;
  top: 0;
  left: 0%;
  z-index: 10;
  width: 100%;
  text-align: right;

  transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
}
.standard-nav .logo {
  position: fixed;
  left: 0;
  top: 0;
  width: 150px;
  height: 60px;
  background: transparent;
  overflow: hidden;
  display: none;

  transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
}
.standard-nav .logo img {
  position: absolute;
  left: -100%;
  top: 50%;

  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.logo-visible {
  left: 20px !important;
}
.fixed-logo {
  position: absolute;
  top: 9%;
  left: 0 !important;

  transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
}
.fixed-logo-hide {
  display: none;
}
.header-fixed-nav {
  background:  rgba(0, 0, 0, 0.9);
  position: fixed;
  padding-right: 30px;
  font-size: 14px;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  text-align: right;

  transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
}
.standard-nav ul {
  padding: 20px 0px;
  width: 100%;
}
.header-fixed-nav ul {
  padding: 18px 0px !important;
}
.standard-nav ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  padding-right: 10px;
}
.standard-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.standard-nav ul li a {
  font-size: 10px;
  text-transform: uppercase;
  line-height: 21px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px;
  opacity: .8;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}


/*menu bigslide*/
/*disabled for large screens*/
.sliding-menu-wrap {
  opacity: 0;
}
.logo-wrap {
  position: absolute;
  left: 33%;
  top: 12%;
}
.menu-wrap .panel {
  position: fixed;
  padding: 20px;
  left: -15.625em; /*left or right and the width of your navigation panel*/
  width: 15.625em; /*should match the above value*/
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.9);
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.menu-wrap {
  position: relative;
  z-index: 50;
}
.menu-wrap a {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 2px;

  -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;
}
.menu-wrap a:hover {
  opacity: .7;
}
.menu-wrap ul {
  padding: 0px;
  margin: 0px;
  padding-bottom: 10%;
  padding-top: 20%;
}
.menu-wrap li {
  list-style-type: none;
  padding:8%;
  text-align: center;
}
.menu-icon-wrap {
  position: relative;
  z-index: 30;
}
.menu-icon-wrap a {
  font-size: 25px;
  position: fixed;
  margin-top: 10px;
  padding: 3px 10px;

  -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;
}
.menu-close-icon-wrap a {
  font-size: 25px;
  position: absolute;
  right: 30px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.menu-close-icon-wrap a:hover {
  transform: rotate(90deg);
}
.menu-wrap .wrap {
  position: relative;
}
.menu-wrap .panel{
  position: fixed;
  left: -15.625em; /*left or right and the width of your navigation panel*/
  width: 15.625em; /*should match the above value*/
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 04 - PAGES & SECTIONS SETUP */
/*-------------------------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------*/
/* Home Pages */
/*--------------------------------------------------------------------------------*/

/*------------{{        Home 01         }}------------*/
#home01-bg {
    background-image: url(../images/home1/1200610.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.home01-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}
/*video info on top of video (dev. use.only)*/
.home-section .buttonBar {
  display: none;
}
.home-section {
overflow: hidden !important;
}
.home01-text b {
  position: absolute;
  white-space: nowrap;
}
.home01-text h1 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 5px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.home01-text h2 {
  font-size: 64px;
  line-height: 40px;
  font-weight: 700;
  padding-bottom: 10px;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home01-text p {
  padding-top: 30px;
  font-size: 18px;
  line-height: 30px;
}
.home01-text .btn {
  border :none;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
  padding: 14px 18px;
  margin: 10px;
  font-weight: 600;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 30px;
}
/*------------{{        Home 02         }}------------*/

.tilt-header {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  background: url(../images/home2/6.jpg) no-repeat center center;
  background-size: cover;
}
.hero {
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 50px;
  right: 50px;
  overflow: hidden;
}
.hero__imgwrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero__imgwrap::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100vh;

  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
}
.hero__imgwrap .tilt__back,
.hero__imgwrap .tilt__front {
  background-size: cover;
}
.intro-text-box {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 80px;
}
.intro-text-box h2 {
  font-size: 80px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.intro-text-box span {
  font-weight: 800;
  cursor: pointer;
}
.intro-text-box p {
  font-size: 16px;
  padding-left: 10px;
  letter-spacing: 26px;
  font-weight: 800;
  text-transform: uppercase;
}
.intro-text-box b {
  font-weight: 800;
}
.intro-text-box.cd-words-wrapper b {
  display: inline-block;
  font-weight: 800;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

/*------------{{        Home 03         }}------------*/

.home3-parallax-image .cd-background-wrapper {
  background: none;
  position: relative;
  overflow: hidden;
}
.home3-slider  .cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
}
.home3-text h1 {
  opacity: .3;
  font-size: 10px;
  padding-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
  position: absolute;
  left: 47%;
  bottom: 0;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home3-text h1:hover {
  opacity: 1;
}
.home3-text h2 {
  opacity: .3;
  font-size: 10px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 50%;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home3-text h2:hover {
  opacity: 1;
}
.home3-text h3 {
  opacity: .3;
  font-size: 10px;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(-90deg);
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 50%;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home3-text h3:hover {
  opacity: 1;
}
/*------------{{        Home 04         }}------------*/
#home04 {
  height: 780px;
}
.home4-text .cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
}
.home4-text b span{
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 13px;
  padding: 5px 0px 5px 9px !important;
  position: absolute;
  left: 7%;
  bottom: -18%;
}
.home4-text {
  position: absolute;
  left: 45%;
  top: 34%;
}
.home4-text h2 {
  font-size: 120px;
  font-weight: 800;
}
.home4-text p {
  font-size: 16px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 18px;
}
/*------------{{        Home 05         }}------------*/

#home05 {
  height: 780px;
}
.home5-text b {
  display: inline-block;
  position: absolute;
  font-weight: 800;
  white-space: nowrap;
  left: 0px;
  top: 0px;
}
.home5-text {
  position: absolute;
  left: 10%;
  top: 36%;
}
.home5-text h2 {
  font-size: 48px;
  font-weight: 800;
  padding-bottom: 10px;
}
.home5-text p {
  font-size: 12px;
  line-height: 23px;
  text-transform: uppercase;
  font-weight: 800;
}
/*------------{{        Home 06         }}------------*/

/*slide menu for home-06*/

/*menu bigslide*/

.home-06-logo-wrap {
  position: absolute;
  left: 33%;
  top: 12%;
}
.home-06-panel {
  position: fixed;
  padding: 20px;
  left: -15.625em; /*left or right and the width of your navigation panel*/
  width: 15.625em; /*should match the above value*/
  margin-bottom: 20px;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: 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;
}
.home-06-panel-hide {
  background-image: url(../images/menu/bg1.jpg)!important;
  position: fixed;
  z-index: 1!important;
  left: -15.625em;
}
.home-06-menu-wrap {
  position: relative;
  z-index: 50;
}
.home-06-menu-wrap a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0px;

  -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;
}
.home-06-menu-wrap ul {
  padding: 0px;
  margin: 0px;
  padding-bottom: 10%;
  padding-top: 20%;
}
.home-06-menu-wrap li {
  list-style-type: none;
  padding:8%;
  text-align: center;
}
.home-06-menu-icon-wrap {
  position: relative;
  z-index: 30;
}
.home-06-menu-icon-wrap a {
  font-size: 25px;
  position: fixed;
  margin: 20px;
  padding: 3px 10px;

  -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;
}
.home-06-menu-icon-wrap a:focus {
  opacity: 0;
}
.home-06-menu-wrap .wrap {
  position: relative;
}

/*home styles starts here*/
#home06-bg {
  background-image: url(../images/home6/videobg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home6-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}
/*video info on top of video (dev. use.only)*/
.home-section-06 .buttonBar {
  display: none;
}
.home6-text {
  position: absolute;
}
.home6-text b {
  padding-top: 5px;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
.home6-text h2 {
  font-size: 22px;
  line-height: 19px;
  margin-top: 30px;
  font-weight: 600;
  padding: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home6-text h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 3px;
  padding-bottom: 15px;
}
.home6-text p {
  font-size: 16px;
  line-height: 40px;
  padding-bottom: 10px;
}
.home6-text b span {
  font-size: 10px;
  letter-spacing: 5px;
}
.home6-text .btn {
  margin-top: 20px;
  padding: 8px 25px 8px 25px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 800;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home6-content-slider .slick-dots {
  position: absolute;
  bottom: -235px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/*slide-3*/

.subslide h3 {
  font-size: 100px;
  font-weight: 800;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.subslide span {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 4px;
  text-transform: uppercase;
}


/*------------{{        Home 07        }}------------*/


/*slide menu for home-07*/

/*menu bigslide*/

/*home07*/
.home-07-logo-wrap {
  position: absolute;
  right: 28px;
  top: 24px;
}
.home-07-panel {
  position: fixed;
  padding: 20px;
  left: -15.625em; /*left or right and the width of your navigation panel*/
  width: 15.625em; /*should match the above value*/
  margin-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 0px;
  box-shadow: 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;

}
.home-07-panel-hide {
  background-color: rgba(0, 0, 0, 1);
  position: fixed;
  z-index: 1!important;
  left: -15.625em;
}

.home-07-menu-wrap {
  position: relative;
  z-index: 50;
}
.home-07-menu-wrap a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0px;

  -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;
}

.home-07-menu-wrap ul {
  padding: 0px;
  margin: 0px;
  padding-bottom: 10%;
  padding-top: 20%;
}
.home-07-menu-wrap li {
  list-style-type: none;
  padding:8%;
  text-align: center;;
}
.home-07-menu-icon-wrap {
  position: relative;
  z-index: 30;
}
.home-07-menu-icon-wrap a {
  font-size: 25px;
  position: fixed;
  margin: 20px;
  padding: 3px 10px;

  -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;
}
.home-07-menu-icon-wrap a:focus {
  opacity: 0;
}
.home-07-menu-wrap .wrap {
  position: relative;
}

/*home 07 styles*/

.home07-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .6;
}
/*video info on top of video (dev. use.only)*/
#home07-bg {
  background-image: url(../images/home7/videobg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section .buttonBar {
  display: none !important;
  opacity: 0;
}
.home07-text b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
.home07-text figure {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  padding :15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 8px;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home07-text figure {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  padding :15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 8px;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home07-text h2 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  padding :15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 8px;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home07-text h3 {
  font-size: 14px;
  line-height: 19px;
  font-weight: 800;
  padding :15px;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: inline-block;
  margin-bottom: 8px;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home07-text p {
  font-size: 18px;
  line-height: 40px;
  padding-bottom: 5px;
}
/*--------------------------------------------------------------------------------*/
/* About Pages */
/*--------------------------------------------------------------------------------*/

.about-section {
  width: 100%;
}
.about-section .grid-bg-banner {
  background-image: url(../images/team/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
}
/*slider navigation tabs*/

.about-block {
  overflow: hidden;
  height: auto;
  margin: 10px 40px 10px 40px;
  padding: 20px;
  font-weight: 800;
  font-size: 16px;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.about-block:hover {
  cursor: pointer;
}
.about-block:hover i{
  opacity: .3;
}
.about-block:hover p{
  opacity: .3;
}
.about-block p {
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.about-block i {
  font-size: 50px;
  text-transform: uppercase;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/*tab effects*/
/*''''''''''''''''''''''''''''''''''''''''*/
/*active*/

.slick-current.about-block{
  outline: none!important;
}
.slick-current.about-block i{
  outline: none!important;
  opacity: 1;
}
.slick-current.about-block p{
  outline: none!important;
  opacity: 1;
}
/*slider content items*/
.content-wrap {
  padding-top: 30px;
}
.number-stat h3 {
  font-size: 100px;
  font-weight: 800;
  padding: 8%;
}
.number-stat p {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 21px;
}
.intro-text h3 {
  position: relative;
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
  padding-bottom: 15px;
}
.intro-text h3:after {
  content: "";
  position:absolute;
  width: 10%;
  height: 4px;
  left:0;
  bottom: 0%;
}
.intro-text p {
  padding-top: 15px;
  font-size: 12px;
  line-height: 21px;
}

/*mini portfolio */

.image-box {
  margin: 10px 10px;
}
.icobox {
  padding: 50px 40px;
}
.icobox h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 29px;
  padding-bottom: 5px;
  padding-top: 8px;
}
.icobox p {
  font-size: 12px;
  line-height: 23px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.image-box img {
  width: 100%;
  opacity: .8;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  transform: scale(1);
  -webkit-transition: all .2s 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;
}
.image-box:hover img {
  width: 100%;
  opacity: .8;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(1%);
  filter: url(desaturate.svg#greyscale);
  transform: scale(1.3);
  }
/*--------------------------------------------------------------------------------*/
/* Intermediate quotes Section */
/*--------------------------------------------------------------------------------*/

.para-slider-section {
    min-height: 400px;
    background-image: url(../images/intermediate/1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.intermediate-title p {
  font-size: 14px;
  line-height: 27px;
  font-weight: 800;
  padding-top: 15px;
  text-transform: uppercase;
}
.intermediate-title h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 46px;
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 20%;
  padding-right: 20%;
}
.intermediate-title b {
  font-size: 28px;
  font-weight: 800;
  line-height: 46px;
}
.intermediate-title h2:after {
  content: "";
  position:absolute;
  width: 10%;
  margin-bottom: 10px;
  height: 4px;
  left:45%;
  bottom: 35%;
}
.head-icon-wrap {
  font-size: 38px;
  font-weight: 800;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 15px;
}
/*--------------------------------------------------------------------------------*/
/* Services Pages */
/*--------------------------------------------------------------------------------*/
.services-section {
}
.services-section .grid-bg-banner {
  background-attachment: fixed;
  background-image: url(../images/services/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
}
/*grid element one bg styles */
.grid-bg-image-one {
  background-image: url("../images/services/grid/tilebg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);

  -webkit-transition: all .2s 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;
}
.grid-bg-image-one:hover {
  background-image: url("../images/services/grid/tilebg1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1.5);

  -webkit-transition: all .2s 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;
}
/*grid element two bg styles */
.grid-bg-image-two {
  background-image: url("../images/services/grid/tilebg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1);

  -webkit-transition: all .2s 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;
}
.grid-bg-image-two:hover {
  background-image: url("../images/services/grid/tilebg2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  transform: scale(1.5);

  -webkit-transition: all .2s 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;
}
.grid-block{
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: hidden;
}
.grid-block span{
  font-size: 50px;
  position: relative;
  font-weight: 800;
  line-height: 57px;
}
.grid-info {
  font-size: 12px;
  position: relative;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.slider-price-title h2 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 800;
  position:relative;
  display: inline-block;
  padding-bottom: 10px;
  padding-top: 25px;
}
.slider-price-title h2:after {
  content: "";
  position:absolute;
  width: 50%;
  height: 4px;
  left:0%;
  bottom: 0%;
}
.slider-price-title p {
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
  padding-right: 50px;
}
.small-icon-wrap i {
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  right: 80px;
  bottom: 0px;
  margin-top: 5px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  transform: scale(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;
}
.small-icon-wrap i:hover {
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  cursor: pointer;
  right: 79px;
  transform: scale(1.5);
}
.price-block{
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  transform: scale(.9);

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.price-block:hover{
  transform: scale(1);
  cursor: pointer;
}
.price-block h3{
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.price-block:hover h3{
  font-size: 36px;
  font-weight: 800;
  line-height: 43px;
}
.price-block p {
  font-size: 12px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate project reg. Section */
/*--------------------------------------------------------------------------------*/
.projects-banner-title h2 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 800;
  position:relative;
  display: inline-block;
  padding-bottom: 10px;
}
.projects-banner-title h2:after {
  content: "";
  position:absolute;
  width: 50%;
  height: 4px;
  left:25%;
  bottom: 0%;
}
.projects-banner-title p {
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
    padding-right: 10%;
    padding-left: 10%;
    margin-bottom: 15px;
}
.projects-banner-title .btn {
    font-size: 14px;
    border-radius: 0px;
    padding: 1% 2% 1% 2%;
    font-weight: 400;
    -webkit-transition: all .2s 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;
}
.projects-banner-title a {
  font-size: 14px;
  font-weight: 600;
}
.projects-banner-title a:hover {
  cursor: pointer;
}
/*--------------------------------------------------------------------------------*/
/* News Pages */
/*--------------------------------------------------------------------------------*/
.news-section {
  width: 100%;
}
#news-grid .picture-item.filtered, #news-grid .picture-item.concealed{
  margin-left: 0% !important;

  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.news-grid .picture-item {
  width: 22%;
  margin-left: 3%;
  margin-bottom: 40px;
  overflow: hidden;
}
.news-grid .picture-item.w2 {
  width: 47%;
  margin-left: 3%;
  margin-bottom: 40px;
}
.news-grid .picture-item img {
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  transform: scale(1);

  -webkit-transition: all .2s 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-grid .picture-item:hover img {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);

  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.news-block{
  padding: 25px 25px 25px 25px;
  overflow: hidden;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.news-block:hover {
  overflow: hidden;
  cursor: pointer;
}
.news-block:hover h2 {
  font-size: 18px;
  cursor: pointer;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.news-block:hover p {
  font-size: 11px;
  cursor: pointer;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.news-block h2{
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.news-block h3{
  font-size: 14px;
  line-height: 22px;
  padding-top: 10px;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.news-block p {
  font-size: 10px;
  line-height: 17px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 2px;
  padding-top: 10px;

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.load-button a {
  font-size: 14px;
  width: 30px;
  height: 10px;
  padding: 10px 35px 10px 35px;
  font-weight: 400;

  -webkit-transition: all .2s 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;
}
.load-button a:hover {
  cursor: pointer;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate Twitter Section */
/*--------------------------------------------------------------------------------*/

.promo-section {
  position: relative;
}
.grid-overlay {
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
.promo-text h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 46px;
}
.promo-text .btn {
  margin: 20px;
  padding: 8px 25px 8px 25px;
  border-radius: 0px;
  font-size: 12px;
  font-weight: 800;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.ri-shadow::after, .ri-shadow::before {
  content: none;
}
.ri-grid ul li a {
  display: block;
  outline: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.promo-section .ri-grid {
  margin: 0px;
  height: auto;
  width: 100%;
}
/*--------------------------------------------------------------------------------*/
/* Team Pages */
/*--------------------------------------------------------------------------------*/
.team-section {
  width: 100%;
}
.team-section .grid-bg-banner {
  background-attachment: fixed;
  background-image: url(../images/team/bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
}
.team-block h3{
  font-weight: 800;
  padding-top: 20px;
  padding-bottom: 5px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.team-block img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  transform: scale(1);
  -webkit-transition: all .2s 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-block:hover img {
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.team-block:hover h3 {
  cursor: pointer;
}
.team-block p{
  font-weight: 600;
}
.progress-wrap {
  padding: 25px;
}
.progress-wrap  h3{
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
  line-height: 19px;
  font-weight: 700;
  padding-bottom: 10px;
}
.progress-bar {
  float: left;
  width: 0px;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  box-shadow: none;
  transition: width 0.6s ease 0s;
  background-image:none;
}
.progress {
  height: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: none;
  background: none;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate Social icons Section */
/*--------------------------------------------------------------------------------*/

.social-banner {
  width: 100%;
}
.social-wrap li {
  display: inline-block;
  margin: 8px;
  list-style-type: none;
  text-align: center;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 8px;
  margin-top: 20px;
  transform: scale(.9);

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.social-wrap li:hover {
  cursor: pointer;
  transform: scale(1.3)
}
.social-wrap ul {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.social-wrap h3{
  font-size: 24px;
  line-height: 31px;
  font-weight: 800;
  position:relative;
  display: inline-block;
  padding-bottom: 15px;
}
.social-wrap h3:after {
  content: "";
  position:absolute;
  width: 50%;
  height: 4px;
  left:25%;
  bottom: 0%;
}
/*--------------------------------------------------------------------------------*/
/* Portfolio Pages */
/*--------------------------------------------------------------------------------*/

.portfolio-section {
  width: 100%;
}
.one-page-portfolio-filter-nav-style-5 ul li {
  margin: 0px 5px;
}
.portfolio-filter-nav li {
  list-style-type: none;
  display: inline-block;
  padding: 0px 25px 0px 25px;
  font-weight: 700;
  text-transform: uppercase;

  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.portfolio-filter-nav .active {
  font-weight: 800;
  padding: 5px 10px 5px 10px;
}
#portfolio-grid .picture-item.filtered, #portfolio-grid .picture-item.concealed{
  margin-left: 0% !important;

  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.portfolio-img-overlay h3 {
  font-size: 14px;
  z-index: 300;
  line-height: 21px;
  font-weight: 800;
  text-transform: uppercase;
  padding-top: 40%;
  position:relative;
  display: inline-block;
  padding-bottom: 8px;
}
.portfolio-img-overlay  h3:after {
  content: "";
  position:absolute;
  width: 50%;
  height: 4px;
  left:25%;
  bottom: 0%;
}
.portfolio-img-overlay {
  opacity: 0;
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);

  -webkit-transition: all .9s ease-in-out;
  -moz-transition: all .9s ease-in-out;
  -ms-transition: all .9s ease-in-out;
  -o-transition: all .9s ease-in-out;
  transition: all .9s ease-in-out;
}
.portfolio-img-overlay:hover {
  opacity: .8;
  background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-grid .picture-item {
  position: relative;
  width: 22%;
  margin-left: 3%;
  margin-bottom: 35px;
  overflow: hidden;
}
.portfolio-grid .picture-item.w2 {
  width: 47%;
  margin-left: 3%;
  margin-bottom: 35px;
  margin-top: 5px;
}
.portfolio-grid .picture-item img {
  opacity: .8;
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.portfolio-grid .picture-item:hover img {
  opacity: 1;
  cursor: pointer;
  -webkit-filter: grayscale(0%);
  filter: none;
  filter: grayscale(0%);

  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
}
/*--------------------------------------------------------------------------------*/
/* Intermediate Clients slider Section */
/*--------------------------------------------------------------------------------*/
.clients-section {
  background-image: url(../images/intermediate/2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.clients-section h2 {
  font-size: 26px;
  line-height: 33px;
  font-weight: 800;
  position:relative;
  display: inline-block;
  padding-bottom: 25px;
}
.clients-section h2:after {
  content: "";
  position:absolute;
  width: 50%;
  height: 4px;
  left:25%;
  bottom: 0%;
  margin-bottom: 15px;
}
.clients-section p {
  font-size: 16px;
  line-height: 23px;
}
.clients-block{
  padding: 20%;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
  transform: scale(.9);

  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.clients-block:hover{
  cursor: pointer;
}
/*--------------------------------------------------------------------------------*/
/* Contact Pages */
/*--------------------------------------------------------------------------------*/
.contact-section {
  width: 100%;
}
.contact-bg-image {
  background-attachment: fixed;
  background-image: url(../images/contact/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
}
.contact-form-wrap {
  padding: 60px 60px 60px 60px;
}
.contact-form input[type="text"]{
  outline: none!important;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  background: transparent;
  border: none;
  text-align: center;
}
.contact-form textarea{
  outline: none!important;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  resize: none;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  height: 100px;
  background: transparent;
  border: none;
  text-align: center;
}
.contact-form button[type="submit"]{
  outline: 0;
  border-spacing: 0;
  background: transparent;
  border-radius: 0;
  border: none;
  padding: 10px 20px 10px 20px;
  display: block;
  margin:0 auto;
  margin-top: 20px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;

  -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;
}
.contact-form .error-msg::-webkit-input-placeholder{
  outline: none!important;
  font-weight: 400;
  text-align: center;
}
.contact-form .error-msg:-moz-placeholder{
  outline: none!important;
  font-weight: 400;
  text-align: center;
}
.contact-form .error-msg::-moz-placeholder{
  outline: none!important;
  font-weight: 400;
  text-align: center;
}
.contact-form .error-msg:-ms-input-placeholder{
  outline: none!important;
  font-weight: 400;
  text-align: center;
}
.contact-form ::-webkit-input-placeholder{ /* WebKit browsers */
  outline: none!important;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  opacity:  1;
}
.contact-form :-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  outline: none!important;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  opacity:  1;
}
.contact-form ::-moz-placeholder{ /* Mozilla Firefox 19+ */
  outline: none!important;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  opacity:  1;
}
.contact-form :-ms-input-placeholder{ /* Internet Explorer 10+ */
  outline: none!important;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  opacity:  1;
}
.website_url{
  display: none !important;
}
/*--------------------------------------------------------------------------------*/
/* more info Section */
/*--------------------------------------------------------------------------------*/
/*.slick-slider {
margin-bottom: 30px;
}*/
.cont-icon-wrap {
  position: relative;
  border-radius: 50%;
  padding: 12px;
  width: 50px;
  height: 50px;
  left: 40%;
  margin-bottom: 15px;
}
.contact-item i {
  font-size: 20px;
}
.contact-item h2 {
  font-size: 12px;
  font-weight: 800;
  position: relative;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.contact-item p {
  padding: 10px 30px 10px 30px;
  font-size: 13px;
  line-height: 21px;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.footer-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
}
.foot-sig-text h3 {
  font-size: 12px;
  padding: 20px;
}
.foot-sig-text h1 {
  font-size: 14px;
  padding-top: 10px;
}
.foot-shortcuts a{
  font-size: 10px;
  padding: 5px;
  letter-spacing: 1px;
  font-weight: 800;
  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;
}
.foot-top-button {
  padding-top: 3%;
  display: inline-block;
  padding: 3px 10px 3px 10px;
  margin-top: 5px;
}
.foot-top-button i {
  font-size: 16px;
}

/*--------------------------------------------------------------------------------*/
								/*Standard-blog-page*/
/*--------------------------------------------------------------------------------*/
.inner-page-header.standard-blog-post {
    min-height: 360px;
    background: url(../images/blog/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.blog-header {
/*    padding: 5%;
*/}
.blog-header h1 {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
}
.blog-header h4 {
  font-weight: 600;
  line-height: 23px;
  font-size: 16px;
  padding-top: 10px;
}
.blog-post-path{
	text-align: right;
}
.blog-post .blog-post-details{
	display: inline-block;
	padding: 0px 10px;
}
.blog-post-details p{
	font-size: 14px;
   font-style: italic;
   line-height: 21px;
   font-weight: 700;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}
.blog-post-details span{
	font-size: 16px;
    line-height: 23px;
}
.page-header-bottom-content{
	margin-top: 80px;
}
.blog-post-path p {
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 800;
    padding-bottom: 20px;
}
.blog-post-details{
	text-align: left;
}
.blog-post-details p{
  font-size: 13px;
  line-height: 20px;
}
.blog-post-wrap{
	margin-right: 20px;
}
.page-nav{
	margin-top: 65px;
	margin-right: 20px;
	padding: 10px 0px;
}
.page-nav a{
	font-size: 28px;
  font-weight: 600;
	line-height: 19px;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.blog-post-image{
	margin-top: 50px;
	margin-bottom: 20px;
}
.blog-post-sidebar{
	margin-top: 65px;
}
.blog-post h3 {
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 800;
  text-transform: uppercase;
}
.blog-post p{
	font-size: 14px;
	line-height: 21px;
	margin-top: 10px;
	display: inline-block;
	font-weight: 600;
}
.blog-post blockquote{
	border-left: 0px;
	margin-top: 10px;
}
.blog-post blockquote p{
	font-size: 20px;
	line-height: 27px;
	font-style: italic;
	font-weight: 900;
}
.blog-post-sidebar > div{
	margin-bottom: 65px;
}
.blog-post-sidebar h5{
      text-transform: uppercase;
      font-size: 14px;
      padding-bottom: 20px;
      font-weight: 800;
      margin-bottom: 18%;
}
.recent-posts a{
  color: #000;
  font-size: 14px;
  font-weight: 600;

  -webkit-transition: all .2s ease-in-out;
     -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
     -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
}
.blog-post-sidebar .recent-posts .item{
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.blog-type-list ul{
	padding-left: 0px;
}
.blog-type-list a{
font-weight: 700;
text-transform: uppercase;
font-style: italic;

-webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-type-list li{
	list-style: none;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.blog-post-archives ul{
	padding-left: 15px;
}
.blog-post-archives li{
  list-style-type: none;
	margin-bottom: 25px;
}
.blog-post-archives li a{
font-weight: 700;
text-transform: uppercase;
font-style: italic;

-webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
   -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-post-tags ul{
	padding-left: 0px;
	margin: 0px;
	display: inline-block;
}
.blog-post-tags ul li{
	list-style: none;
	display: inline-block;
	margin: 2px 0px;
}
.blog-post-tags a{
	font-size: 12px;
  font-style: italic;
	line-height: 20px;
  margin: 5px 2px;
	padding: 3px 5px;
	display: inline-block;
	font-weight: 600;
	border-radius: 0px;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.blog-post-share{
	padding: 10px;
}
.blog-post-share h5{
	text-transform: uppercase;
	font-weight: 600;
	padding: 6px 0px;
	display: inline-block;
	border-right: 1px solid;
}
.blog-post-share a{
	font-size: 20px;
  	line-height: 27px;
  	width: 30px;
  	height: 30px;
  	display: inline-block;
  	border-radius: 3px;
  	margin: 0px 3px;
  	position: relative;

  	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.blog-post-share a span{
	position: absolute;
	left: 50%;
	top: 50%;
	 -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.blog-comment-spec{
	font-size: 12px;
	line-height: 19px;
	text-align: left;
}
.blog-comment-spec a{
	font-style: italic;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}

.comment-count{
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 30px;
  font-weight: 800;
}
.commentlists .comment > div{
	position: relative;
	padding: 20px;
	padding-left: 100px;
	margin-bottom: 25px;
}
.comments{
	margin-top: 75px;
	margin-bottom: 50px;
}
.comments ul{
	padding-left: 0px;
}
.comments ul li{
	list-style: none;
	padding-bottom: 15px;
}
.comments ul li p{
	margin-top: 10px;
}
.comments ul.children{

}
.comments ul.children li{
	margin-left: 10px;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left 40px;
  	background-image: url('../images/inner-pages/blog/comment-children-line.jpg');
}
.comments ul li:last-child{
	border-bottom: none;
	padding-bottom: 0px;
}
.commentlists .avatarbox{
	position: absolute;
	left: 20px;
	top: 20px;
}
.commentlists .avatarbox img{
	width: 65px;
	height: 65px;
}
.comment-info{
	font-size: 12px;
	line-height: 19px;
}
.comment-input label {
  display: none;
}
.comment-text label {
  display: none;
}
.comment-info span{
	font-size: 14px;
  text-transform: uppercase;
	line-height: 21px;
	font-weight: 800;
  cursor: pointer;

  -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
}
.comment-info a{
	font-style: italic;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.comment-reply{
	padding: 2px 5px;
	position: absolute;
	right: 20px;
	top: 20px;
}

.respond{
	margin-top: 50px;
	margin-bottom: 100px;
  padding: 10%;
}
.respond h3{
	display: inline-block;
	text-transform: uppercase;
  font-size: 20px;
	font-weight: 800;
}
.respond form{
	margin-top: 25px;
}
.respond input[type="text"]{
	font-size: 14px;
  background: none;
  outline: none;
	line-height: 21px;
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.respond input[type="submit"]{
	margin-top: 35px;
  outline: none;
	border-radius: 0px;
	padding: 10px 15px;

	-webkit-transition: all .5s ease-in-out;
	   -moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		 -o-transition: all .5s ease-in-out;
			transition: all .5s ease-in-out;
}
.respond textarea{
	padding: 5px 10px;
  padding-bottom: 20px;
  font-weight: 700;
  background: none;
	width: 100%;
	outline: none;
	resize: none;

}
.single-project .slick-dots {
    position: absolute;
    bottom: 8%;
    left: -7%;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.single-project  .social-wrap {
    opacity: .2;
    position: absolute;
    bottom: 70%;
    right: 4%;
    display: inline-block;
    margin: 8px;
    list-style-type: none;
    text-align: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    transform: scale(.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;
}
.single-project  .social-wrap:hover {
    opacity: 1;
}
.project-post h3{
  font-weight: 800;
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 30px;
}
.project-post h4{
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  font-size: 22px;
  padding-right: 17%;
}
.project-post p{
  font-weight: 400;
  padding-right: 10%;
  float: left;
  padding-top: 10px;
  font-size: 14px;
}
.project-page .standard-nav {
    position: fixed;
    padding-right: 20px;
    font-size: 10px;
    height: 64px;
    top: 0;
    left: 0%;
    z-index: 10;
    width: 100%;
    text-align: right;
    transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
}
/*LESS TO CSS*/
.color {
  color: #f62d4c;
}
.white {
  color: #ffffff;
}
.light-white {
  color: #efefef;
}
.black {
  color: #000000;
}
.light-black {
  color: #121212;
}
.grey {
  color: #dadada;
}
.color-bg {
  background-color: #f62d4c;
}
.white-bg {
  background-color: #ffffff;
}
.light-white-bg {
  background-color: #efefef;
}
.black-bg {
  background-color: #000000;
}
.light-black-bg {
  background-color: #121212;
}
.grey-bg {
  background-color: #dadada;
}
a {
  color: #ffffff;
}
a:hover {
  color: #ffffff;
}
.lb-data .lb-details {
  color: #f62d4c;
}
.one-page-section-title h2:after {
  background-color: #f62d4c;
}
.menu-icon-wrap a {
  color: #f62d4c;
}
.menu-close-icon-wrap a {
  color: #ffffff;
}
.menu-text {
  color: #ffffff;
}
.menu-wrap a:active {
  color: #f62d4c;
}
.menu-text-ico {
  color: #ffffff;
}
.menu-wrap li:hover .menu-text-ico {
  color: #f62d4c;
}
.menu-wrap li:hover .menu-text {
  color: #f62d4c;
}
.slick-dots li.slick-active {
  background: #f62d4c;
}
.twillight-menu a:hover {
  color: #f62d4c;
}
.lb-data .lb-details {
  color: #f62d4c;
}
.slick-dots li {
  background: #efefef;
}
.slick-dots li:hover {
  background: #dadada;
}
.slick-dots li.slick-active {
  background: #f62d4c;
}
.featherlight .featherlight-close-icon {
  background-color: #ffffff;
}
.featherlight.featherlight-loading .featherlight-content {
  background: url('../images/video-loader.gif') #ffffff center center no-repeat !important;
}
.standard-nav ul li a {
  color: #ffffff;
}
.standard-nav ul li a:hover {
  color: #ffffff;
}
.standard-nav ul li a:focus {
  color: #ffffff;
}
.standard-nav-active {
  color: #f62d4c !important;
}
.menu-wrap a {
  color: #ffffff;
}
.menu-wrap a:focus {
  color: #f62d4c;
}
.menu-wrap a:hover {
  color: #ffffff;
}
.menu-icon-wrap a {
  color: #f62d4c;
}
.menu-close-icon-wrap a {
  color: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/* Home Pages */
/*--------------------------------------------------------------------------------*/
.home01-overlay {
  background-color: #000000;
}
.home01-text .btn {
  background-color: #f62d4c;
  color: #ffffff;
}
.home01-text .btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.home4-text b p {
  background-color: #f62d4c;
}
.home-06-menu-active {
  color: #f62d4c !important;
}
.home-06-menu-wrap a {
  color: #ffffff;
}
.home-06-menu-icon-wrap a {
  color: #f62d4c;
}
.home6-overlay {
  background-color: #000000;
}
.home6-text h2:hover {
  color: #f62d4c;
}
.home6-text h2 {
  border: 2px solid #ffffff;
}
.home6-text .btn:hover {
  background-color: #ffffff;
  color: #000000;
}
.subslide h3:hover {
  color: #f62d4c;
}
.home-07-menu-active {
  color: #f62d4c !important;
}
.home-07-menu-wrap a {
  color: #ffffff;
}
.home-07-menu-icon-wrap a {
  color: #f62d4c;
}
.home07-overlay {
  background-color: #000000;
}
.home07-text h2 {
  border: 1px solid #ffffff;
}
.home07-text h3 {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
/*--------------------------------------------------------------------------------*/
/* About Page */
/*--------------------------------------------------------------------------------*/
.about-block:hover {
  background-color: #f62d4c;
}
.about-block:hover i {
  color: #ffffff;
}
.about-block:hover p {
  color: #000000;
}
.slick-current.about-block {
  background-color: #f62d4c;
}
.slick-current.about-block i {
  color: #ffffff;
}
.intro-text h3:after {
  background-color: #f62d4c;
}
.head-icon-wrap {
  background-color: #f62d4c;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate quotes Section */
/*--------------------------------------------------------------------------------*/
.intermediate-title h2:after {
  background-color: #f62d4c;
}
/*--------------------------------------------------------------------------------*/
/* Services Pages */
/*--------------------------------------------------------------------------------*/
.slider-price-title h2:after {
  background-color: #f62d4c;
}
.price-block:hover {
  background-color: #f62d4c;
}
.price-block:hover h3 {
  color: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate project reg. Section */
/*--------------------------------------------------------------------------------*/
.projects-banner-title h2:after {
  background-color: #f62d4c;
}
.projects-banner-title a:hover {
  background-color: #f62d4c;
  color: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/* News Pages */
/*--------------------------------------------------------------------------------*/
.news-block:hover {
  background-color: #f62d4c;
}
.news-block:hover h2 {
  color: #ffffff;
}
.news-block:hover p {
  color: #ffffff;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate Twitter Section */
/*--------------------------------------------------------------------------------*/
.load-button a:hover {
  background-color: #dadada;
  color: #ffffff;
}
.promo-text .btn:hover {
  background-color: #ffffff;
  color: #000000;
}
/*--------------------------------------------------------------------------------*/
/* Team Pages */
/*--------------------------------------------------------------------------------*/
.WhiteRounded a:hover {
  color: #f62d4c;
}
.team-block:hover h3 {
  color: #f62d4c;
}
.progress-bar {
  color: #ffffff;
  background-color: #f62d4c;
}
.progress {
  background-color: #dadada;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate Social icons Section */
/*--------------------------------------------------------------------------------*/
.social-wrap li:hover {
  background-color: #f62d4c;
  color: #ffffff;
}
.social-wrap h3:after {
  background-color: #f62d4c;
}
/*--------------------------------------------------------------------------------*/
/* Portfolio Pages */
/*--------------------------------------------------------------------------------*/
.portfolio-filter-nav a {
  color: #dadada;
}
.portfolio-filter-nav .active {
  color: #ffffff;
  background-color: #f62d4c;
}
.portfolio-img-overlay h3:after {
  background-color: #f62d4c;
}
/*--------------------------------------------------------------------------------*/
/* Intermediate Clients slider Section */
/*--------------------------------------------------------------------------------*/
.clients-section h2:after {
  background-color: #f62d4c;
}
.clients-block:hover {
  background-color: #f62d4c;
}
/*--------------------------------------------------------------------------------*/
/* Contact Pages */
/*--------------------------------------------------------------------------------*/
.contact-form input[type="text"] {
  border-bottom: 1px solid #dadada;
}
.contact-form textarea {
  border-bottom: 1px solid #dadada;
}
.contact-form button[type="submit"] {
  background-color: #f62d4c;
  color: #ffffff;
}
.contact-form button[type="submit"]:hover {
  background-color: #000000;
  color: #ffffff;
}
.contact-form .error-msg::-webkit-input-placeholder {
  outline: none!important;
  color: #f62d4c;
}
.contact-form .error-msg:-moz-placeholder {
  outline: none!important;
  color: #f62d4c;
}
.contact-form .error-msg::-moz-placeholder {
  outline: none!important;
  color: #f62d4c;
}
.contact-form .error-msg:-ms-input-placeholder {
  outline: none!important;
  color: #f62d4c;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - FOOTER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.foot-shortcuts a:hover {
  color: #f62d4c;
}
.foot-top-button {
  border: 1px solid #f62d4c;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Aditional Blog Page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.blog-post-details p {
  color: #dadada;
}
.page-nav {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.page-nav a {
  color: #dadada;
}
.page-nav a:hover {
  color: #f62d4c;
}
.blog-post-sidebar h5 {
  border-bottom: 1px solid #dadada;
}
.blog-type-list a {
  color: #dadada;
}
.blog-type-list a:hover {
  color: #f62d4c;
}
.blog-post-archives li a {
  color: #dadada;
}
.blog-post-archives li a:hover {
  color: #f62d4c;
}
.blog-post-tags a {
  color: #ffffff;
  background-color: #f62d4c;
}
.blog-post-tags a:hover {
  color: #ffffff;
  background-color: #000000;
}
.comment-info span {
  color: #dadada;
}
.comment-info span:hover {
  color: #f62d4c;
}
.respond input[type="text"] {
  border: 3px solid #efefef;
  color: #ffffff;
  border-bottom: 1px solid #dadada !important;
}
.respond input[type="submit"] {
  background: #f62d4c;
  color: #ffffff;
}
.respond input[type="submit"]:hover {
  background: #000000;
  color: #ffffff;
}
.respond textarea {
  border-bottom: 1px solid #dadada !important;
  border: 3px solid #efefef;
  color: #ffffff;
}
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Aditional project Page */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.project-post h3 {
  color: #dadada;
}
.project-post p {
  color: #000000;
}
/*FONTS.LESS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: UNBRANDED.*/
/* Website: http://www.unbranded.co */
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.font1 {
  font-family: 'Montserrat', sans-serif;
}
.font2 {
  font-family: 'Raleway', sans-serif;
}
.font3 {
  font-family: 'Open Sans', sans-serif;
}
.font4 {
  font-family: 'Satisfy', cursive;
}
.font5 {
  font-family: 'Oswald', sans-serif;
}
.font6 {
  font-family: 'Josefin Sans', sans-serif;
}
/*FONTS.LESS*/
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* Author: UNBRANDED.*/
/* Website: http://www.unbranded.co */
/* Copyright: (C) 2015 */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.font1 {
  font-family: 'Montserrat', sans-serif;
}
.font2 {
  font-family: 'Raleway', sans-serif;
}
.font3 {
  font-family: 'Open Sans', sans-serif;
}
.font4 {
  font-family: 'Satisfy', cursive;
}
.font5 {
  font-family: 'Oswald', sans-serif;
}
.font6 {
  font-family: 'Josefin Sans', sans-serif;
}
