@import url(bootstrap.css);
@import url(animate.css);
@import url(owl.transitions.css);
@import url(nivo.css);
@import url(nivo-theme.css);
@import url(owl.carousel.css);
@import url(flexslider.css);
@import url(owl.theme.css);
@import url(fixednav.css);
@import url(simpletextrotator.css);
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,200,500,600,800,900,700);
/*------------------------------------------------------------------
[Master Stylesheet]

Template Name: GO Multipurpose HTML5 Bootstrap Theme >>>> 

Version:1.0

Author profile : http://themeforest.net/user/2AA 

Primary use : Business,Bloging,Multipurpose,Corporate,creative,promotion,landing
-------------------------------------------------------------------*/
/*------------------------------------------------------------------

[Layout Content]

* body
  #page-wrapper
    + Header / #div.header
      - .container
      // scroll to links menu //
    
      + article / #about
        - container
      + Article / #Featured
        - .container
      + Article / #services
      + Article / #FeaturedMobile
      + Article / #Featured
      + Article / #Gallery
      + Article / #video
      + Article / #Team
      + Article / #Testomnial
      + Article / #logos
      + Article / #promo
  end page-wrapper
+Footer

Navigation #nav
Content div.header    .title.one / .title
-------------------------------------------------------------------*/
/*---------------------------------------------------
    LESS Elements
  ---------------------------------------------------
    A set of useful LESS mixins
  
  ---------------------------------------------------*/
/* ==========================================================================
   LESS VARIABLES LIST
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
   /*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/
	html,body,div,span,object,iframe,p,blockquote,h1,h2,h3,h4,h5,h6,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,div.header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
	body{line-height:1}
	ul li, ol li { list-style: outside none none; }
	article,aside,details,figcaption,figure,footer,div,div.header,hgroup,menu,nav,section{display:block}
	nav ul{list-style:none}
	blockquote,q{quotes:none}
	blockquote:before,blockquote:after,q:before,q:after{content:none}
	a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
	ins{background-color:#ff9;color:#000;text-decoration:none}
	mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
	del{text-decoration:line-through}
	abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
	table{border-collapse:collapse;border-spacing:0}
	hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
	input,select{vertical-align:middle}

/*# sourceMappingURL=rest.css.map */
.text-align {
  text-align: center;
}
body {
  font-family: 'Raleway', sans-serif;
}
body.layout-switch{
  overflow-x: hidden;
  overflow-y: auto;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0px none;
}
a {
  text-decoration: none!important;
  outline: none;
}

banner--clone {

    /* Required styles */
    position: fixed;
    
    top: 0;
    left: 0;

    /* Additional styles */
    background: #c95a5d;

    /* Translate -100% to move off screen */
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    /* Animations */
    -webkit-transition: all 300ms ease-in-out;
       -moz-transition: all 300ms ease-in-out;
            transition: all 300ms ease-in-out;

}


/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */
.banner--stick {

    /* Translate back to 0%; */
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}


/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */
.banner--unstick {
    /* Not required to use, but could be useful to have */
}

/*-----------------------Page Navigation-----------------*/
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 30px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    color: #ae2525;
    display: inline-block;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0 6px;
    padding: 10px 12px;
    text-decoration: none;
}
.wp-pagenavi span.current {
    color: #999999;
}
.wp-pagenavi a:hover{
	background: #EEE;
	color: #999;
}
/*-----------------------End Page Navigation-----------------*/
#page-wrapper{
	position: relative;
	overflow-x: hidden;
}
.text-shadow {
	text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.14);
}
#content.main-home .main-title {
	color: #FFF;
	font-weight: 100!important;
	font-size: 92px!important;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 20px!important;
	text-transform: uppercase!important;
	letter-spacing: -5.9px;
}
#content.main-home .main-title strong {
  font-weight: 900!important;
  text-transform: uppercase;
  letter-spacing: 0;
}
#content.main-home p {
  font-weight: 200!important;
  font-size: 30px!important;
}
.break-4 {
  margin-bottom: 90px;
}
nav.main-form {
  margin-top: 30px;
}
#cd-nav.is-fixed ul li a {
  padding: .9em;
}
#cd-nav li a {
  margin-left: .7em;
}
#cd-nav.is-fixed ul {
  max-width: 300px;
}
/* ==========================================================================
	   404 BODY BACKGROUND
	   ========================================================================== */
.no-padding {
  position: relative;
  min-height: inherit;
}
.bg-404 {
  background-image: url(../img/404.jpg);
}
.soon {
  background-image: url(../img/soon.jpg);
}
.bg-404-minimal {
  background-color: #cf2637;
}
.error-page {
  color: #FFF;
  margin-top: 20%;
  margin-left: 32.7%;
}
.error-page #big {
  font-family: 'Montserrat', sans-serif;
  font-size: 161px;
  font-weight: 800;
  letter-spacing: -16px;
  /* overflow: hidden; */
  position: relative;
  float: right;
  color: #FFFFFF;
}
.error-page #big:after {
  position: absolute;
  content: 'Page Not Found';
  font-size: 34px;
  font-family: 'Raleway', sans-serif;
  top: -16px;
  font-weight: 200;
  width: 300px;
  left: 0;
  letter-spacing: 0;
}
.error-page #small-l {
  font-family: 'Raleway', sans-serif;
  color: #FFFFFF;
  font-size: 87px;
  /* margin-left: 60px; */
  font-weight: 100;
  margin-top: 63px;
  width: 279px;
  position: relative;
  /* overflow: hidden; */
  /* float: right; */
}
.error-page #small-l::before {
  font-size: 76.3px;
  color: #FFFFFF;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  top: -51px;
  /* bottom: 0; */
  letter-spacing: -7.5px;
  content: "OoPS";
}
.error-page #small-l:after {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
  right: 12px;
  top: -79px;
  content: "!";
  font-weight: 800;
  font-size: 223px;
}
#mm {
  margin-left: -70px;
}
#mm p {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  margin-bottom: 124px;
}
a#back {
  font-size: 18px;
  color: #CF2637;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif !important;
  background-color: #fff;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  text-align: center;
  margin: auto;
  width: 200px;
  height: 50px;
  line-height: 46px;
  display: block;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
a#back:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
/* ==========================================================================
	404 PAGE Minimal
	========================================================================== */
.error-page-minimal {
  color: #fff;
  margin-top: 20%;
}
.st-button-back {
    overflow: hidden;
    padding-bottom: 20px;
}
.error-page-minimal h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 160px!important;
  font-weight: 800;
  letter-spacing: -16px;
  margin-right: 28px;
  float: left;
  color: #FFFFFF;
}
.error-page-minimal h2 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  position: relative;
  font-size: 120px!important;
  float: left;
  top: 37px;
  width: 470px;
  color: #FFFFFF;
}
.error-page-minimal h2:after {
  position: absolute;
  top: -33px;
  right: 0;
  content: "!";
  font-size: 160px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  color: #FFFFFF;
}
#mmd {
  margin-left: 94px;
}
#mmd p {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #FFF;
  text-align: center;
  margin-bottom: 74px;
}
/* ==========================================================================
	   SINGLE PROJECT STYLE
	   ========================================================================== */
.Project {
  padding: 0;
}
.Project p a.logo-project {
  position: absolute;
  top: 0;
  margin-top: 20px;
}
.Project .overlay-transparent {
  background-color: transparent;
  background: -webkit-gradient(linear, top right, left bottom, from(transparent), to(#ffffff));
  background: -webkit-linear-gradient(top, transparent, #ffffff);
  background: -moz-linear-gradient(top, transparent, #ffffff);
  background: -ms-linear-gradient(top, transparent, #ffffff);
  background: -o-linear-gradient(top, transparent, #ffffff);
  position: absolute;
  padding: 12% 0;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}
.project-image {
  background-image: url(../img/project.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 12% 0;
  z-index: -1;
}
.project-title {
  color: #4E4C4C;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 103px;
}
.project-title h1 {
  font-size: 43px;
  font-weight: 100;
  text-transform: uppercase;
}
.project-title strong {
  font-size: 50px;
  font-weight: 800;
  text-transform: uppercase;
}
.project-paragraph {
  background-color: #F4F4F4;
  padding: 100px 0;
  color: #525252;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 98px;
}
.project-paragraph h4 {
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 15px;
}
.project-paragraph p {
  font-size: 20px;
  font-weight: 300;
  color: #7F7F7F;
  line-height: 28px;
}
.project-body {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 30px;
}
.project-body h1 {
  color: #CF2738;
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 5px;
}
.project-body p {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 74px;
}
.project-body .flexslider {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  margin-bottom: 0;
  border: 0;
}
.project-body .flexslider .flex-direction-nav {
  display: none;
}
.project-body .flexslider .flex-control-nav {
  bottom: 20px;
  margin-bottom: 0;
}
.project-body .flexslider .flex-control-nav li .flex-active {
  background-color: #FFF;
  border: 2px solid transparent;
}
.project-body .flexslider .flex-control-paging li a {
  border: 2px solid #fff;
  background-color: transparent;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.project-body .project-wrapper {
  color: #FFF;
  padding: 24px 0;
  background-color: #CF2738;
}
.project-body .project-wrapper [class*="col-"] h1 {
  font-size: 20px;
  color: #FFF;
  font-weight: 800;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-body .project-wrapper [class*="col-"] p {
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 20px;
}
.project-body .project-wrapper [class*="col-"] p strong {
  font-weight: 800;
  text-transform: uppercase;
  margin-right: 3px;
}
.project-body .project-wrapper [class*="col-"] h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-body .project-wrapper [class*="col-"] p:nth-child(6) {
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-transform: capitalize;
}
.promo-work {
  background-color: #CF2738;
  padding: 78px 0 50px 0;
  color: #fff;
  text-align: center;
  font-family: 'Raleway', sans-serif;
}
.promo-work h1 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 34px;
  color: #FFFFFF;
}
.promo-work p {
  margin-bottom: 54px;
  font-weight: 300;
  line-height: 23px;
  font-size: 20px;
}
.promo-work a {
  font-size: 18px;
  border: 2px solid #bcbcbc;
  color: #fff;
  font-family: 'Raleway', sans-serif !important;
  text-transform: capitalize;
  padding: 16px 50px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.promo-work a:hover {
  color: #CF2738;
  border: 2px solid transparent;
  background-color: #fff;
}
/* ==========================================================================
	   SINGLE BLOG STYLE
	   ========================================================================== */
.Project {
  padding: 0;
}
.Project p a.logo-project {
  position: absolute;
  top: 0;
  margin-top: 20px;
  z-index: 10;
}
.Project .overlay-transparent {
  background-color: transparent;
  background: -webkit-gradient(linear, top right, left bottom, from(transparent), to(#ffffff));
  background: -webkit-linear-gradient(top, transparent, #ffffff);
  background: -moz-linear-gradient(top, transparent, #ffffff);
  background: -ms-linear-gradient(top, transparent, #ffffff);
  background: -o-linear-gradient(top, transparent, #ffffff);
  position: absolute;
  padding: 12% 0;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
}
.bg-blog {
  background-image: url(../img/blog-inside.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  padding: 12% 0;
  z-index: -1;
}
.blog-data {
  margin-top: 3px;
  overflow: hidden;
  display: block;
  margin-bottom: 44px;
}
.blog-data .post-date {
  position: relative;
  background: transparent;
  display: block;
  border: 4px solid #4e4c4c;
  padding: 6% 5%;
  border-radius: 50%;
  margin-right: 7px;
  float: left;
}
.blog-data .post-date h1 {
  color: #4E4C4C;
  font-size: 50px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: 'Raleway', sans-serif;
}
.blog-data .post-date p {
  font-size: 29px;
  font-weight: 300;
  color: #4E4C4C;
  font-family: 'Montserrat', sans-serif;
}
.blog-data .post-style {
  font-family: 'Raleway', sans-serif;
  color: #4E4C4C;
  overflow: hidden;
  margin-top: 30px;
}
.blog-data .post-style h1 {
  font-weight: 200;
  font-size: 50px;
}
.blog-data .post-style h2 {
  font-weight: 800;
  font-size: 50px;
}
.blog-data .meta-comment {
  overflow: hidden;
  display: block;
}
.blog-data .meta-comment nav ul {
  display: inline-flex;
  margin-top: 68px;
}
.blog-data .meta-comment nav ul li {
  margin-right: 13px;
}
.blog-data .meta-comment nav ul li .meta-icon {
  font-size: 37px;
}
.blog-data .meta-comment nav ul li .number {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  top: -10px;
  left: -2px;
}
.blog-data .meta-tag div {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.blog-description {
  font-family: 'Raleway', sans-serif;
}
.blog-description p {
  line-height: 25px;
  color: #525252;
  font-weight: 300;
  font-size: 16px;
}
.blog-description h1 {
  font-size: 22px;
  color: #4c4c4c;
  margin-bottom: 30px;
  font-family: 'Montserrat', sans-serif;
}
.blog-description blockquote p {
  font-weight: 600;
  color: #6C6C6C;
}
.blog-description .author-post {
  padding: 29px 0;
  font-family: 'Raleway', sans-serif;
  border-top: 2px solid #cbcbcb;
  border-bottom: 2px solid #cbcbcb;
}
.blog-description .author-post [class*="col-"] {
  padding-left: 0;
}
.blog-description .author-post h1 {
  color: #222;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  text-transform: capitalize!important;
}
.blog-description .author-post h1 strong {
  font-weight: 800;
}
.blog-description .author-post p {
  font-size: 15px;
  font-weight: 300;
  color: #747474;
  margin-bottom: 15px;
  line-height: 21px;
}
.blog-description .author-post nav > ul li {
  float: left;
}
.blog-description .author-post nav > ul li a {
  margin-right: 10px;
  color: #222;
}
/* ==========================================================================
	   UNDER CONSTRUCTION PAGE
	   ========================================================================== */
#counter-page {
  margin: 15% auto 0 auto;
  width: 60%;
  padding-bottom: 16%;
}
#counter-page h1 {
  text-transform: uppercase;
  font-size: 76px;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  text-align: center;
}
#counter-page h1 strong {
  font-weight: 800;
  margin-right: 10px;
}
#counter-page h1 small {
  font-weight: 100;
  font-size: 76px;
  color: #FFF!important;
}
#counter-page ul {
  position: relative;
  top: 50px;
  left: 80px;
  width: 100%;
  color: #fff;
}
#counter-page ul li {
  width: 21.4333%;
  display: inline-block;
  text-align: center;
}
#counter-page ul li span {
  margin-bottom: 7px;
  font-size: 80px;
  font-weight: 700;
  display: block;
}
#counter-page ul li p {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
#social {
  margin-bottom: 60px;
}
#social nav{
	text-align: center;
}
#social nav > ul li {
	display: inline-block;
  margin-right: 19px;
}
#social nav > ul li a {
  color: #fff!important;
  display: block;
  font-size: 22px;
  width: 10%;
}
/* ==========================================================================
   GENERAL STYLING
   ========================================================================== */
.Section {
  padding: 90px 0 0 0;
}
.title {
  font-size: 45px;
  color: #121212;
  text-align: center;
  font-weight: 300;
  margin-bottom: 35px;
  text-transform: capitalize;
  font-family: 'Raleway', sans-serif;
}
.title strong {
  text-transform: capitalize;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -1px;
}
.paragraph {
  color: #686868;
  font-size: 17px;
  text-align: center;
  line-height: 1.5;
  max-width: 760px;
  margin: auto;
  font-weight: 600;
  margin-bottom: 85px;
}
/* ==========================================================================
	 HEADER SOLID COLOR STYLE
========================================================================== */
div.header.solid-color {
  background-color: #cf2637!important;
}
/* ==========================================================================
    HEADER PATTERN
    ========================================================================== */
div.header.main-pattern {
  background-image: url(../img/main-pattern.png);
  background-repeat: repeat;
}
div.header.overlay-color {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4) !important;
}
/* ==========================================================================
   HEADER STYLE
   ========================================================================== */
.less-space {
  margin-bottom: 40px!important;
}
.no-space {
  margin-bottom: 0!important;
}
.div.header-2 {
  min-height: 817px;
}
.no-image {
  background-image: none!important;
  z-index: 1;
}
.no-image .pattern-v {
  background: url(../img/pattern.png) scroll;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(44, 62, 80, 0.6);
  opacity: .9;
  -webkit-transform: translateZ(0.4px);
  -moz-transform: translateZ(0.4px);
  -ms-transform: translateZ(0.4px);
  -o-transform: translateZ(0.4px);
  transform: translateZ(0.4px);
  position: absolute;
  top: 0;
  left: 0;
}
div.header, div.header#home .container-fluid, div.header#home > .row, div.header#home .column_container, div.header#home .wpb_wrapper,
div.header#home .top-margin {
  min-height: 566px;
}
div.header {
  position: relative;
  padding: 0;
  width: 100%;
}
div.header .background, div.header {
  background-size: cover;
  background-repeat: 0;
}
div.header .container .row p a {
  float: left;
  display: block;
}
div.header .container .row nav > ul li {
	display: inline-block;
  	margin-right: 5px;
}
div.header .container .row nav > ul a {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
div.header .container .row nav > ul a:hover {
  color: #333;
}
div.header .container .row nav > ul .active {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 8px 12px;
  font-weight: 900;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
div.header .container .row nav > ul .active:hover {
  background-color: #cf2637;
  border: 1px solid transparent;
  color: #fff;
}
div.header .container .left-data {
  color: #FFF;
  line-height: 29px;
  position: relative;
  top: 260px;
}
div.header .container .left-data h3 {
  font-size: 30px;
  font-weight: 100;
  margin-bottom: 40px;
  font-family: 'Raleway', sans-serif;
}
div.header .container .left-data h3 strong {
  font-family: 'Montserrat', sans-serif;
}
div.header .container .left-data p {
  font-size: 23px;
  font-weight: 200;
  margin-bottom: 30px;
  font-family: 'Raleway', sans-serif;
}
div.header .container .left-data .button {
  display: inline-block;
  margin: 1em -2.2em 0.5em 4em;
  color: #fff;
  font-family: 'Raleway', sans-serif !important;
  background-color: rgba(183, 33, 48, 0.7);
  border: 1px solid #cf2637;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 0.8em 1.9em;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 300;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
div.header .container .left-data .button:hover {
  background-color: #b72130;
}
div.header .container .fixed-form {
  position: relative;
}
div.header .container .fixed-form .cd-user-modal-container {
  width: 100%;
  position: relative;
  top: 150px;
  margin: 1em 0;
}
div.header .container .fixed-form .form-title {
  color: #bcbcbc;
  display: block;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
  padding: 28px 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
div.header .container #social {
  margin-bottom: 60px;
  position: relative;
}
div.header .container #social nav > ul li {
	display: inline-block;
  margin-right: 19px;
}
div.header .container #social nav > ul li a {
  color: #3C3B3B;
  display: block;
  font-size: 22px;
  width: 10%;
}
div.header .container .more-mm {
  margin: 0 !important;
  position: relative;
  top: 120px;
}
div.header .container ::-webkit-input-placeholder {
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 100;
}
div.header .container :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 100;
}
div.header .container ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 100;
}
div.header .container :-ms-input-placeholder {
  font-size: 18px;
  color: #6f6f6f;
  font-weight: 100;
}
div.header .container form.inline {
  margin: auto;
  text-align: center;
  padding: 60px 0 40px 0;
}
div.header .container form.inline .form-group {
  display: inline;
  margin-right: 25px;
}
div.header .container form.inline .form-group .form-input {
  padding: 7px 12px 7px 22px;
  height: 56px;
  width: 290px;
  line-height: 20px;
  border: none;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
div.header .container form.inline .form-group .form-input:focus {
  border-color: #66afe9;
  outline: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div.header .container .submit-wrap {
  margin: auto;
  margin-left: -25px;
  text-align: center;
}
.submit-wrap .button {
	box-shadow: none;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	width: 289px;
	border: none;
	height: 55px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	background-color: rgba(31, 214, 230, 0.8);
}
.submit-wrap .button:hover {
	background-color: #1fd6e6;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
div.header .container .form-register-lg h2 {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  top: 17px;
}
div.header .container .valid {
  border: 2px solid #2ecc71!important;
}
div.header .container .error {
  border: 2px solid #cf2637!important;
}
#content .mc4wp-form {
    text-align: center;
    max-width: 900px;
    clear: both;
    overflow: hidden;
	margin: 0 auto 58px;
}
#content .mc4wp-form input.text {
  padding: 20px 0 20px 26px;
  height: 57px;
  width: 596px;
  margin-right: 15px;
  outline: 0;
  border: 0;
  border-radius: 0px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
#content .mc4wp-form input{
	float: left;
}
#content .mc4wp-form input.text:focus {
  border-color: #cf2637;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(207, 38, 55, 0.7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(207, 38, 55, 0.7);
}
#content .mc4wp-form input[type="submit"] {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  width: 289px;
  border: none;
  height: 55px;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  -o-border-radius: 0!important;
  border-radius: 0!important;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300;
  background-color: rgba(31, 214, 230, 0.8);
  box-shadow: none;
}
#content .mc4wp-form input[type="submit"]:hover {
  background-color: #1fd6e6;
}
@media (max-width: 991px) {
	#content .mc4wp-form {
		width: 700px;
	}
	#content .mc4wp-form input.text {
		width: 396px;
	}
}
@media (max-width: 667px) {
	#content .mc4wp-form {
		width: 100%;
	}
	#content .mc4wp-form input.text {
		width: 71%;
		margin: 0 auto;
		float:none;
	}
  #content .mc4wp-form input[type="submit"]{
  	margin: 15px auto 0;
    width: 71%;
	float: none;
  }
}
.main-home  #counter {
  padding: 0px 0 80px 0;
  margin-bottom: 70px;
}
.main-home  #counter ul {
  position: relative;
  top: 50px;
  left: 80px;
  width: 100%;
  color: #fff;
}
@media (max-width: 767px) {
  .main-home  #counter ul {
    left: 0;
  }
}
.main-home  #counter ul li {
  width: 21.4333%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .main-home  #counter ul li {
    margin-bottom: 30px;
    width: 41.433%;
  }
}
.main-home  #counter ul li span {
  margin-bottom: 18px;
  font-size: 80px;
  font-weight: 700;
  display: block;
}
@media (min-width: 299px) and (max-width: 410px) {
  .main-home  #counter ul li span {
    font-size: 50px!important;
  }
}
.main-home  #counter ul li p {
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (min-width: 299px) and (max-width: 410px) {
  .main-home  #counter ul li p {
    font-size: 16px!important;
  }
}
div.header .main-home #soon {
  font-size: 50px!important;
  font-weight: 800!important;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
div.header .main-home #soon small {
  font-weight: 200;
}
div.header .container .no-margin {
  position: relative;
  margin-top: 100px!important;
}
div.header .container .login-form {
  margin: 0 auto!important;
  top: 90px!important;
  position: relative!important;
}
@media (min-width: 299px) and (max-width: 767px) {
  div.header .container .login-form {
    top: 0!important;
  }
}
div.header .container .top-margin {
  padding-top: 190px!important;
}
div.header .container .bottom-margin {
  padding-top: 390px!important;
}
div.header #content {
  padding-top: 243px;
}
div.header #content a.player {
  -webkit-transition: all .192s ease;
  -moz-transition: all .192s ease;
  -ms-transition: all .192s ease;
  -o-transition: all .192s ease;
  transition: all .192s ease;
  display: block;
  width: 10%;
  height: auto;
  margin: auto;
  outline: none;
}
#content .player.lb-vimeo{
	position: relative !important;
}
div.header #content .row a {
  -webkit-transition: all .192s ease;
  -moz-transition: all .192s ease;
  -ms-transition: all .192s ease;
  -o-transition: all .192s ease;
  transition: all .192s ease;
  display: block;
  width: 10%;
  height: auto;
  margin: auto;
  outline: none;
}
@media (max-width: 321px) {
  div.header #content .row a {
    width: 30%;
  }
}
div.header #content a.player:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
div.header #content a:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#content a.player span {
  display: block;
  text-align: center;
  margin-bottom: 38px;
}
div.header #content .row a span {
  display: block;
  text-align: center;
  margin-bottom: 38px;
}
#content a.player i {
  color: #fff;
  font-size: 88px;
  color: rgba(255, 255, 255, 0.6);
}
div.header #content .row p {
  text-transform: capitalize;
  font-size: 69px;
  color: #fff;
  text-align: center;
  font-weight: 100;
  margin-bottom: 8px;
  line-height: 75px;
}
div.header #content .row .small {
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  font-size: 93px;
  text-transform: capitalize;
  margin-bottom: 15px;
  letter-spacing: -7.3px;
}
@media (max-width: 331px) {
  div.header #content .row .small {
    margin-bottom: 25px;
  }
}
@media (min-width: 229px) and (max-width: 321px) {
  div.header #content .row .small {
    font-size: 63px;
  }
}
@media (min-width: 321px) and (max-width: 440px) {
  div.header #content .row .small {
    font-size: 74px;
  }
}
div.header #content .row .third {
  font-size: 29px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 60px;
}
div.header #content .row .third strong {
  font-weight: 800;
}
div.header #content a.round {
  background-color: #FFF;
  font-family: 'Raleway', sans-serif;
  color: #642d45;
  font-size: 17px;
  padding: 15px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 30px;
  /* margin: auto; */
  /* width: auto!important; */
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 200px!important;
  height: 50px;
}
div.header #content #break-1 {
  margin-bottom: 70px;
}
div.header #content .row #device {
	padding-top: 28px;
  overflow: hidden;
  position: relative;
}
div.header #content .row #device .image-second {
  position: relative;
  right: 0;
  bottom: 0;
}
div.header #content.main-home p{
	line-height: 60px;
}
div.header #content.main-home #break-1{
	margin-bottom: 15px;
}
/* ==========================================================================
	   HEADER FASHION STYLE
	   ========================================================================== */
#content-fashion {
  text-align: left;
  padding: 118px 0 50px 0;
}
#content-fashion h2 {
  color: #303030;
  font-weight: 100;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
@media (min-width: 299px) and (max-width: 361px) {
  #content-fashion h2 {
    font-size: 40px;
  }
}
#content-fashion h1 {
  color: #303030;
  font-size: 50px;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#content-fashion p {
  line-height: 33px;
  font-size: 25px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 51px;
}
#content-fashion a.round {
  border: 2px solid #969696;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  color: #5B5B5B;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif !important;
  background-color: transparent;
  float: left;
  padding: 10px 26px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  #content-fashion a.round {
    float: left;
  }
}
@media (max-width: 479px) {
  #content-fashion a.round {
    margin-bottom: 100px;
  }
}
#content-fashion a.round:hover {
  color: #969696;
}
/* ==========================================================================
	   HEADER MOBILE STYLE
	   ========================================================================== */
#content-mobile {
  text-align: left;
  color: #FFF;
}
#content-mobile .col-md-8 {
  overflow: hidden;
  margin-bottom: 45px;
}
#content-mobile .col-md-4 {
  margin-top: -17%;
}
#content-mobile .col-md-4 div img {
  margin: auto;
}
#content-mobile h2 {
  font-weight: 100;
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
}
@media (min-width: 299px) and (max-width: 395px) {
  #content-mobile h2 {
    font-size: 35px;
  }
}
#content-mobile h1 {
  font-size: 50px;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#content-mobile p {
  line-height: 33px;
  font-size: 25px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 51px;
}
#content-mobile a.round {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
  font-family: 'Raleway', sans-serif !important;
  background-color: transparent;
  float: left;
  border: 1px solid #fff;
  padding: 10px 26px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  #content-mobile a.round {
    float: left;
  }
}
@media (max-width: 479px) {
  #content-mobile a.round {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
#content-mobile a.round:hover {
  color: #969696;
  background-color: #fff;
}
/* ==========================================================================
	   HEADER IPHONE-6 STYLE
	   ========================================================================== */
#content-mobile-2 {
  text-align: left;
  color: #4b4a4a;
}
#content-mobile-2 .col-md-5 {
  overflow: hidden;
  margin-bottom: 35px;
}
#content-mobile-2 .col-md-7 {
  margin-top: -11%;
}
#content-mobile-2 .col-md-7 #mobo-wrapper {
  float: right;
}
@media (min-width: 479px) and (max-width: 489px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper {
    margin: auto;
    width: 320px;
  }
}
@media (min-width: 299px) and (max-width: 488px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper {
    margin: auto;
  }
}
@media (min-width: 991) and (max-width: 1200px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper {
    margin: auto;
    width: 500px;
  }
}
#content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(1) {
  margin: auto;
  float: left;
}
@media (max-width: 620px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(1) {
    max-width: 200px;
    margin: auto;
  }
}
@media (min-width: 299px) and (max-width: 488px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(1) {
    max-width: 80px;
  }
}
@media (min-width: 479px) and (max-width: 489px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(1) {
    max-width: 120px;
  }
}
#content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(2) {
  position: relative;
  top: -107px;
}
@media (max-width: 620px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(2) {
    max-width: 200px;
    top: 0;
  }
}
@media (min-width: 299px) and (max-width: 488px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(2) {
    max-width: 80px;
  }
}
@media (min-width: 479px) and (max-width: 489px) {
  #content-mobile-2 .col-md-7 #mobo-wrapper img:nth-child(2) {
    max-width: 120px;
  }
}
#content-mobile-2 h2 {
  font-weight: 300;
  font-size: 54px;
  font-family: 'Raleway', sans-serif;
}
@media (max-width: 402px) {
  #content-mobile-2 h2 {
    font-size: 35px;
  }
}
#content-mobile-2 h1 {
  font-size: 70px;
  font-weight: 900;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (min-width: 299px) and (max-width: 479px) {
  #content-mobile-2 h1 {
    font-size: 40px;
  }
}
@media (min-width: 479px) and (max-width: 520px) {
  #content-mobile-2 h1 {
    font-size: 74px;
  }
}
@media (min-width: 991px) and (max-width: 1200px) {
  #content-mobile-2 h1 {
    font-size: 60px;
  }
}
#content-mobile-2 p {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 51px;
}
#content-mobile-2 p strong {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
}
#content-mobile-2 a.round {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px;
  color: #777777;
  font-weight: 300;
  font-family: 'Raleway', sans-serif !important;
  background-color: transparent;
  float: left;
  border: 1px solid #bcbcbc;
  padding: 10px 26px;
  margin-right: 20px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-bottom: 180px;
}
@media (max-width: 991px) {
  #content-mobile-2 a.round {
    float: left;
  }
}
@media (max-width: 479px) {
  #content-mobile-2 a.round {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
}
#content-mobile-2 a.round:hover {
  color: #969696;
  background-color: #fff;
}
@media (min-width: 991px) and (max-width: 1200px) {
  #content-mobile-2 a.round {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
/* ==========================================================================
	   TEXT SLIDER CONTENT
	   ========================================================================== */
#text-slider-content {
  padding-top: 340px;
  padding-bottom: 280px;
}
#text-slider-content #slider-text-wrapper .slide-1 {
  color: #FFF;
  font-size: 79px;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  letter-spacing: -5.7px;
  text-align: center;
  text-transform: uppercase;
}
#text-slider-content #slider-text-wrapper .slide-1 strong {
  font-weight: 900;
}
#text-slider-content #slider-text-wrapper .slide-1 .color {
  color: #FF025D;
  font-weight: 900;
  margin-right: 20px;
}
@media (min-width: 321px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-1 .color {
    margin-right: 10px;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-1 {
    font-size: 50px;
    letter-spacing: 0 !important;
  }
}
@media (min-width: 299px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-1  {
    font-size: 30px;
    letter-spacing: 0 !important;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-1 {
    font-size: 26px;
  }
}
#text-slider-content #slider-text-wrapper .slide-2 {
  color: #FFF;
  font-size: 67px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: -7px;
}
#text-slider-content #slider-text-wrapper .slide-2 .color {
  color: #D8FF00;
  font-size: 97px;
  font-weight: 800;
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-2 .color {
    font-size: 50px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-2 .color {
    font-size: 32px;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-2 .color {
    font-size: 28px;
    letter-spacing: 0!important;
  }
}
#text-slider-content #slider-text-wrapper .slide-2 strong {
  font-size: 97px;
  color: #fff;
  font-weight: 800;
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-2 strong {
    font-size: 50px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-2 strong {
    font-size: 32px;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-2 strong {
    font-size: 28px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-2 {
    font-size: 50px;
    letter-spacing: 0!important;
    font-weight: 400!important;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-2 {
    font-size: 32px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-2 {
    font-size: 30px;
    letter-spacing: 0!important;
    line-height: 30px;
  }
}
#text-slider-content #slider-text-wrapper .slide-3 {
  padding: 0 0 5px 0;
}
#text-slider-content #slider-text-wrapper .slide-3 p.span {
  color: #FFF;
  font-size: 135px;
  letter-spacing: -7.1px;
  font-weight: 100!important;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  line-height: 130px;
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-3 p.span {
    font-size: 80px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-3 p.span {
    font-size: 38px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-3 p.span {
    font-size: 48px;
    letter-spacing: 0!important;
  }
}
#text-slider-content #slider-text-wrapper .slide-3 .color {
  color: #00FFD2;
  font-weight: 800;
  font-size: 83.31px;
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-3 .color {
    font-size: 50px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-3 .color {
    font-size: 32px;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-3 .color {
    font-size: 28px;
    letter-spacing: 0!important;
  }
}
#text-slider-content #slider-text-wrapper .slide-3 p{
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 52px;
  font-weight: 100;
  letter-spacing: -3.1px;
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-3 {
    font-size: 32px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-3 {
    font-size: 30px;
    letter-spacing: 0!important;
    line-height: 30px;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-3 {
    font-size: 50px;
    letter-spacing: 0!important;
    font-weight: 400!important;
  }
}
#text-slider-content #slider-text-wrapper .slide-4 p {
  text-transform: uppercase;
  color: #FFF;
  font-family: 'Raleway', sans-serif;
  font-size: 50px;
  font-weight: 100;
  letter-spacing: -3.1px;
}
#text-slider-content #slider-text-wrapper .slide-4 p strong {
  font-weight: 800;
  margin-right: 10px;
  font-size: 82px;
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-4 p strong {
    font-size: 48px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-4 p strong {
    font-size: 50px;
    letter-spacing: 0!important;
    line-height: 42px;
  }
}
#text-slider-content #slider-text-wrapper .slide-4 p strong .color {
  color: #F82A3F;
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-4 p strong .color {
    font-size: 48px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-4 p strong .color {
    font-size: 50px;
    letter-spacing: 0!important;
    line-height: 30px;
  }
}
@media (min-width: 321px) and (max-width: 479px) {
  #text-slider-content #slider-text-wrapper .slide-4 p {
    font-size: 32px;
    letter-spacing: 0!important;
  }
}
@media (min-width: 299px) and (max-width: 335px) {
  #text-slider-content #slider-text-wrapper .slide-4 p {
    font-size: 30px;
    letter-spacing: 0!important;
    line-height: 41px;
  }
}
@media (min-width: 479px) and (max-width: 767px) {
  #text-slider-content #slider-text-wrapper .slide-4 p {
    font-size: 70px;
    letter-spacing: 0!important;
    font-weight: 100!important;
  }
}
.panel-wrapper {
  padding: 0% 10%;
}
@media (min-width: 299px) and (max-width: 767px) {
  .panel-wrapper {
    padding: 0;
  }
}
/* ==========================================================================
      LOGOS SECTION
      ========================================================================== */
#logos {
  background-color: #f7f8fc;
  opacity: .8;
  padding: 48px 0;
}
#logos #owl-demo-2 .owl-item {
  margin-right: 0!important;
  margin-left: 0 !important;
  margin-bottom: 0 ;
}
/* ==========================================================================
	   ABOUT SECTOIN STYLES
	   ========================================================================== */
@media (min-width: 767px) and (max-width: 991px) {
  #About {
    margin-bottom: 94px;
  }
}
#About .about-left {
  position: relative;
}
@media (max-width: 767px) {
  #About .about-left {
    margin-bottom: 30px;
  }
}
#About .about-left #mock-11 {
  position: relative;
  height: 100%;
}
#About .about-left #mock-22 {
  position: absolute;
  top: 10%;
  right: 0;
  height: 100%;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #About .about-left #mock-22 {
    width: 190px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #About .about-left #mock-22 {
    width: 140px;
  }
}
@media (max-width: 767px) {
  #About .about-left #mock-22 {
    width: auto;
    top: 0;
  }
}
@media (min-width: 299px) and (max-width: 991px) {
  #About .about-left #mock-22 {
    height: 100%!important;
  }
}
@media (min-width: 1200px) {
  #About .about-left #mock-22 {
    height: 100%;
  }
}
#About .about-right h2 {
  font-size: 60px;
  font-weight: 100;
  font-family: 'Raleway', sans-serif;
  color: #1e1e1e;
  margin-bottom: 33px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #About .about-right h2 {
    font-size: 40px;
    margin-bottom: 19px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #About .about-right h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #About .about-right h2 {
    font-size: 41px;
    text-align: center;
  }
}
#About .about-right p {
  line-height: 29px;
  font-size: 17px;
  color: #747474;
  font-weight: 300;
  margin-bottom: 46px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #About .about-right p {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #About .about-right p {
    margin-bottom: 12px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #About .about-right p {
    text-align: center;
  }
}
#About .about-right .btns-about {
  min-height: 50px;
}
#About .about-right .btns-about a {
  margin-right: 15px;
  color: #6a6a6a;
  font-size: 18px;
  border: 2px solid #e8e8e7;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  font-family: 'Raleway', sans-serif !important;
  padding: 14px 15px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#About .about-right .btns-about a:hover {
  color: #FFF;
  border: 2px solid transparent;
  background-color: #cf2637;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #About .about-right .btns-about a {
    font-size: 16px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  #About .about-right .btns-about a {
    font-size: 12px;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #About .about-right .btns-about a {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
  }
}
/* ==========================================================================
	   PARALLAX SECTOIN STYLES
	   ========================================================================== */
#parallax-1 {
  background-repeat: no-repeat;
  margin-bottom: 110px;
  padding: 80px 0;
  background-size: cover;
}
@media (max-width: 1172px) {
  #parallax-1 .details {
    margin: 0;
    width: 100%;
  }
}
#parallax-1 .upper-section {
  margin-bottom: 54px;
  text-align: left;
}
#parallax-1 .upper-section h3 {
  font-size: 69px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 22px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -5px;
}
#parallax-1 .upper-section p {
  line-height: 30px !important;
  font-size: 19px !important;
  font-weight: 300 !important;
  color: #FFF !important;
  text-align: left !important;
  text-transform: capitalize;
}
#parallax-1 .lower-section span {
  display: block;
  width: auto;
  height: 65px;
  color: #fff;
  font-size: 96px;
  position: relative;
  top: -24px;
  float: left;
  margin-left: -30px;
}
@media (min-width: 299px) and (max-width: 440px) {
  #parallax-1 .lower-section span {
    height: 125px;
  }
}
#parallax-1 .lower-section h4 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  font-size: 19px;
  padding-left: 60px;
}
#parallax-1 .lower-section p {
  color: #fff;
  font-size: 15px;
  line-height: 27px;
  padding-left: 60px;
}
/* ==========================================================================
	   FEATURES SECTOIN STYLES
	   ========================================================================== */
#Features .mobile {
  padding: 40px 0 0 0;
}
#Features .left-hand {
  margin: 80px 0 60px;
}
@media (max-width: 991px) {
  #Features .left-hand {
    margin: 0 0;
  }
}
@media (max-width: 1172px) {
  #Features .left-hand{
  	margin: 35px 0 80px;
  }
  #Features #curve{
  	top: 30px;
  }
}
@media (max-width: 767px) {
  #Features .left-hand {
    padding-bottom: 30px;
  }
}
#Features #curve {
  position: relative;
  display: block;
  float: right;
  background-image: url(../img/curve.png);
  background-repeat: no-repeat;
  width: 101px;
  height: 354px;
}
@media (max-width: 767px) {
  #Features #curve {
    display: none;
  }
}
#Features #curve #cc {
  display: block;
}
#Features #curve #cc .bullet {
  position: absolute;
  background-color: #fff;
  border: 2px solid #DE4E3F;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
#Features #curve #cc #cd-1 {
  right: 53px;
  top: 60px;
}
#Features #curve #cc #cd-2 {
  right: 83px;
  top: 134px;
}
#Features #curve #cc #cd-3 {
  right: 82px;
  top: 207px;
}
#Features #curve #cc #cd-4 {
  right: 61px;
  top: 277px;
}
#Features #info-curve {
	display: table;
  position: relative;
  top: 30px;
  right: -30px;
  /* float: left; */
  text-align: right;
}
@media (min-width: 1171px) {
  #Features #info-curve {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  #Features #info-curve {
    position: relative;
    top: 0;
    right: 0;
    font: none;
    text-align: center;
  }
}
#Features #info-curve .text-curve h4 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 9px;
  font-family: 'Montserrat', sans-serif;
  color: #555;
}
@media (min-width: 767px) and (max-width: 1172px) {
  #Features #info-curve {
  	right: -20px;
  }
  #Features #info-curve .text-curve h4 {
    font-size: 15px;
  }
}
#Features #info-curve .text-curve p {
  font-size: 15px;
  color: #8f8d8d;
  font-weight: 400;
  margin-bottom: 40px;
}
#Features #info-curve #text-1 {
  position: relative;
  right: 0px ;
}
#Features #info-curve #text-2 {
  position: relative;
  right: 30px ;
}
#Features #info-curve #text-3 {
  position: relative;
  right: 25px ;
}
#Features #info-curve #text-4 {
  position: relative;
  right: 0px ;
}
@media (max-width: 767px) {
  #Features #info-curve #text-1,
  #Features #info-curve #text-2,
  #Features #info-curve #text-3,
  #Features #info-curve #text-4 {
    position: relative;
    right: 0;
  }
}
#Features #hand {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #Features #hand {
    text-align: center;
  }
}
#Features a.curve_bt {
  position: relative;
  top: -25px;
  border: 2px solid #e8e8e7;
  border-radius: 40px;
  padding: 14px 42px;
  color: #6a6a6a;
  font-size: 16px;
  font-weight: 600!important;
  font-family: 'Raleway', sans-serif !important;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#Features a.curve_bt:hover {
  background-color: #ee2e15;
  color: #fff;
  border: 2px solid transparent;
}
/* ==========================================================================
	   MILESTONE SKILLS COUNDDOWN
	   ========================================================================== */
#countdown {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 110px;
  color: #FFF;
  position: relative;
}
#countdown::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  content: '';
  left: 0;
}
#countdown .count-group {
  text-align: center;
  margin-top: 83px;
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  #countdown .count-group {
    margin-bottom: 73px!important;
    margin-top: 83px !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 329px) {
  #countdown .count-group {
    padding-bottom: 34px;
  }
}
#countdown .count-group span {
  display: block;
  margin-bottom: 15px;
}
.count-group img {
    height: 120px;
    width: auto;
}
#countdown .count-group span i {
  font-size: 120px;
}
@media (min-width: 320px) and (max-width: 440px) {
  #countdown .count-group span i {
    font-size: 90px;
  }  
  #countdown .count-group span i {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #countdown .count-group span {
    margin-bottom: 0!important;
    margin-top: 83px !important;
    padding-bottom: 0 !important;
  }
}
#countdown .count-group .block-count {
    background-image: url("../img/ribbon.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 31px;
    position: relative;
}
#countdown .count-group .block-count h3 {
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 440px) {
  #countdown .count-group .block-count h3 {
    font-size: 17px;
  }
}
#countdown .count-group .block-count p {
  font-size: 50px;
  overflow: hidden;
  width: 190px;
  margin: 5px auto 0;
  font-weight: 800!important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
@media (max-width: 1199px) {
  #countdown .count-group .block-count p {
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 320px) and (max-width: 440px) {
  #countdown .count-group .block-count p {
    font-size: 40px;
  }
}
/* ==========================================================================
	      PORTFOLIO SECTION
	      ========================================================================== */
#portfolio {
  display: block;
  overflow: hidden;
}
#portfolio .gallery3item {
  position: relative;
  margin-bottom: 190px;
  margin-top: 50px;
}
@media (max-width: 500px) {
  #portfolio .gallery3item {
    margin-top: 0;
  }
}
#portfolio .gallery3item #mock-1 {
  position: absolute;
  left: 0;
}
@media (max-width: 991px) {
  #portfolio .gallery3item #mock-1 {
    display: none;
  }
}
#portfolio .gallery3item #mock-2 {
  position: absolute;
  right: 12%;
  top: -8%;
}
@media (max-width: 991px) {
  #portfolio .gallery3item #mock-2 {
    right: 27%;
  }
}
@media (max-width: 500px) {
  #portfolio .gallery3item #mock-2 {
    display: none;
  }
}
#portfolio .gallery3item #mock-3 {
  position: relative;
  top: 108px;
  left: 79%;
}
@media (max-width: 991px) {
  #portfolio .gallery3item #mock-3 {
    left: 57%;
  }
}
@media (max-width: 500px) {
  #portfolio .gallery3item #mock-3 {
    left: 34%;
  }
}
@media (max-width: 329px) {
  #portfolio .gallery3item #mock-3 {
    left: 24%;
  }
}
/* ==========================================================================
     MASNORY
     ========================================================================== */
#grid-Gallery [class*="col-"] {
  padding-right: 0;
}
@media (max-width: 767px) {
  #grid-Gallery [class*="col-"] {
    width: 100%;
    padding-right: 15px;
	padding-left: 15px;
  }
}
#grid-Gallery .image-hold {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  height: 250px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #grid-Gallery .image-hold {
    height: 221px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #grid-Gallery .image-hold {
    height: 168px;
  }
}
@media (max-width: 767px) {
  #grid-Gallery .image-hold {
    height: auto;
    margin-bottom: 7px;
  }
  .fixed-form{
  	margin-left: auto;
	margin-right: auto;
  }
}
#grid-Gallery .image-hold .overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(8, 8, 8, 0.6);
  height: 100%;
  width: 100%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-align: center;
}
#grid-Gallery .image-hold .overlay-layer h3 {
  display: table;
  width: auto;
  color: rgba(255, 255, 255, 0.4);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  /* text-align: center; */
  margin: auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  position: relative;
  top: 40%;
}
@media (max-width: 767px) {
}
#grid-Gallery .image-hold .overlay-layer:hover h3 {
  color: #4f4f4f;
  border: 1px solid #555555;
}
#grid-Gallery .image-hold .overlay-layer:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
#grid-Gallery .tall {
  height: 513px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  #grid-Gallery .tall {
    height: 454px;
  }
}
@media (min-width: 767px) and (max-width: 990px) {
  #grid-Gallery .tall {
    height: 346px;
  }
}
@media (max-width: 767px) {
  #grid-Gallery .tall {
    height: 100%;
  }
}
#grid-Gallery .tall .overlay-layer {
  padding: 221px 0!important;
}
@media (max-width: 767px) {
  #grid-Gallery .tall .overlay-layer {
    padding: 30% 0!important;
  }
}
#grid-Gallery .tall .overlay-layer h3 {
  width: 171px!important;
}
#grid-Gallery img {
  height: auto;
  width: 100%;
}
@media (max-width: 767px) {
  #grid-Gallery img {
    width: 100%;
    height: 100%;
  }
}
#grid-Gallery .small .overlay-layer {
  padding: 27% 0!important;
}
#grid-Gallery .small .overlay-layer h3 {
  width: 50%!important;
}
/* ==========================================================================
      Gallery SECTION
      ========================================================================== */
/* ==========================================================================
	      PORTFOLIO SECTION
	      ========================================================================== */
#pricing {
  margin-bottom: 110px;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
#pricing .tableprice {
  background-color: #d4d4d4;
}
#pricing .tableprice .upper-table {
  padding: 30px 0;
  background-color: #c9c9c9;
  margin-bottom: 45px;
}
#pricing .tableprice .upper-table h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 23px;
}
#pricing .tableprice .inner-table h4 {
  font-size: 78px;
  position: relative;
  letter-spacing: 1px;
  border-bottom: 2px solid #d8d8dc;
  padding-bottom: 48px;
  color: #FFF;
}
@media (max-width: 991px) {
  #pricing .tableprice .inner-table h4 {
    font-size: 57px;
  }
}
#pricing .tableprice .inner-table h4 small {
  font-size: 14px;
  color: #FFF;
  margin-left: 5px;
}
#pricing .tableprice .inner-table ul > li {
  padding: 28px 0;
  font-size: 17px;
  font-weight: 400;
  border-bottom: 2px solid #d8d8dc;
}
@media (max-width: 767px) {
  #pricing .tableprice {
    margin-bottom: 30px;
  }
}
#pricing .preimeum {
  background-color: #cf2637;
}
#pricing .preimeum .upper-table {
  background-color: #c42434;
}
#pricing .preimeum .inner-table h4 {
  border-bottom: 1px solid #d43c4b;
}
#pricing .preimeum .inner-table ul > li {
  border-bottom: 1px solid #d43c4b;
}
#pricing .preimeum .lower-table a {
  background-color: #a10d1c;
}
#pricing .preimeum .lower-table a:hover {
  background-color: #650711;
}
#pricing .inner-table li.infinty {
  position: relative;
}
#pricing .inner-table li.infinty:after {
  position: absolute;
  content: '';
  background-image: url(../img/infinty.png);
  width: 18px;
  height: 10px;
  top: 43%;
  left: 28%;
}
@media (max-width: 1199px) {
  #pricing .inner-table li.infinty:after {
    left: 25%;
  }
}
@media (max-width: 991px) {
  #pricing .inner-table li.infinty:after {
    left: 17%;
  }
}
#pricing .lower-table a {
  padding: 30px 0;
  font-size: 23px;
  font-weight: 400;
  display: block;
  color: #fff;
  background-color: #bababa;
  position: relative;
  -webkit-transition: all 0.125s ease-in;
  -moz-transition: all 0.125s ease-in;
  -ms-transition: all 0.125s ease-in;
  -o-transition: all 0.125s ease-in;
  transition: all 0.125s ease-in;
  font-family: 'Montserrat', sans-serif !important;
}
@media (max-width: 991px) {
  #pricing .lower-table a {
    font-size: 17px;
  }
}
#pricing .lower-table a:hover {
  background-color: #9b9b9b;
}
#pricing .lower-table a:before {
  position: absolute;
  content: '';
  background-image: url(../img/arrow-price.png);
  width: 16px;
  height: 17px;
  bottom: 38%;
  left: 25%;
}
@media (max-width: 1199px) {
  #pricing .lower-table a:before {
    left: 15%;
  }
}
/* ==========================================================================
	      PORTFOLIO SECTION
	      ========================================================================== */
#testomnials {
  font-family: 'Raleway', sans-serif;
  margin-bottom: 110px;
  position: relative;
}
#testomnials::before {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  content: '';
  left: 0;
  /*background-color: rgba(173, 45, 45, 0.9);*/
}
.go-testomnials{	
  padding: 120px 0 128px 0;
}
#testomnials #owl-demo-3 .owl-item {
  margin-bottom: 15px !important;
}
#testomnials #owl-demo-3 .owl-item .item .coustomer-feed {
  color: #fff;
  text-align: center;
  display: inline-block;
}
#testomnials #owl-demo-3 .owl-item .item .coustomer-feed h3 {
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  padding-right: 4px;
  margin-bottom: 26px;
  font-weight: 900;
}
#testomnials #owl-demo-3 .owl-item .item .coustomer-feed h3 small {
  font-weight: 200;
  font-size: 20px;
  color: #FFF;
  margin-left: 5px;
}
#testomnials #owl-demo-3 .owl-item .item .coustomer-feed p {
  line-height: 45px;
  margin-bottom: 27px;
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: 100;
  margin: auto;
  width: 90%;
  letter-spacing: -1.5px;
  line-height: 57px;
  position: relative;
}
@media (max-width: 767px) {
  #testomnials #owl-demo-3 .owl-item .item .coustomer-feed p {
    font-size: 40px;
    padding: 0;
  }
}
#testomnials #owl-demo-3 .owl-item .item .coustomer-feed p strong {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: -1.5px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  #testomnials #owl-demo-3 .owl-item .item .coustomer-feed p strong {
    font-size: 40px;
    padding: 0;
  }
}
#testomnials #owl-demo-3 .owl-item .item .coustomer-feed p small {
  font-weight: 900;
  right: 17%;
  font-size: 50px;
  text-transform: capitalize;
}
#testomnials #owl-demo-3.owl-theme .owl-controls .owl-page span{
  background-color: #FFFFFF;
  border: 2px solid transparent;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.st-owl.owl-theme .owl-controls .owl-page span {
  background-color: #999999;
}
#testomnials #owl-demo-3.owl-theme .owl-controls .owl-page span:hover, .st-owl.owl-theme .owl-controls .owl-page span:hover {
  border: none;
}
#testomnials #owl-demo-3.owl-theme .owl-page.active span, .st-owl.owl-theme .owl-page.active span {
  border: none;
}
.owl-carousel .owl-item {
  margin-right: 0;
}
/* ==========================================================================
	TEAM SECTION
	========================================================================== */
#team {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #team {
    margin-bottom: 0;
  }
}
.team-1 .team-info {
  background-color: #efeded;
  padding: 53px 38px 41px 38px;
}
@media (max-width: 1199px) {
  .team-1 .team-info {
    padding: 13px 38px 5px 38px;
  }
}
@media (max-width: 991px) {
  .team-1 .team-info {
    padding: 44px 38px 45px 38px;
  }
}
.team-1 .team-info h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #1e1e1e;
  font-size: 30px;
  margin-bottom: 17px;
}
.team-1 .team-info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #121212;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 27px;
}
.team-1 .team-info .line-break {
  height: 1px;
  width: 60px;
  background: #393939;
  margin: auto;
  margin-bottom: 30px;
}
.team-1 .team-info nav {
  display: inline-block;
  padding-left: 10px;
}
.team-1 .team-info nav ul li {
	display: inline-block;
}
.team-1 .team-info nav ul li a > i {
  color: #7f7f7f;
  margin: 0px 5px;
  font-size: 19px;
}
.member img {
    width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .team-1 .team-info nav ul li a > i {
    font-size: 15px;
  }
}
#team .col-sm-6 .team-1 .member-2 {
  padding: 0;
}
#team .col-sm-6 .team-1 .member-2 img {
  width: 100%;
}
#team .col-sm-6 .team-1 .team-info {
  padding: 63px 18px 42px 8px;
}
@media (max-width: 1199px) {
  #team .col-sm-6 .team-1 .team-info {
    padding: 13px 18px 9px 8px;
  }
}
@media (max-width: 991px) {
  #team .col-sm-6 .team-1 .team-info {
    padding: 50px 5px 50px 8px ;
  }
}
#team .col-sm-6 .team-1 .team-info h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  #team .col-sm-6 .team-1 .team-info h4 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
#team .col-sm-6 .team-1 .team-info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #121212;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 27px;
}
#team .col-sm-6 .team-1 .team-info .line-break {
  height: 1px;
  width: 60px;
  background: #393939;
  margin: auto;
  margin-bottom: 30px;
}
#team .col-sm-6 .team-1 .team-info nav {
  display: inline-block;
}
#team .col-sm-6 .team-1 .team-info nav ul li {
  float: left;
}
#team .col-sm-6 .team-1 .team-info nav ul li a > i {
  color: #7f7f7f;
  margin: 0px 5px;
  font-size: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #team .col-sm-6 .team-1 .team-info nav ul li a > i {
    font-size: 15px;
  }
}
#team .team-3 .member-3 {
  padding: 0;
}
#team .team-3 .member-3 img {
  width: 100%;
}
@media (max-width: 767px) {
  #team .team-3 .member-3 {
    width: 50%;
  }
}
#team .team-3 .team-info {
  padding: 63px 18px 42px 8px;
}
@media (max-width: 1199px) {
  #team .team-3 .team-info {
    padding: 20px 18px 9px 8px;
  }
}
@media (max-width: 991px) {
  #team .team-3 .team-info {
    padding: 50px 5px 50px 8px ;
  }
}
@media (max-width: 390px) {
  #team .team-3 .team-info {
    padding: 0!important;
  }
}
@media (max-width: 767px) {
  #team .team-3 .team-info {
    background-color: transparent;
    float: right;
    width: 50%;
  }
}
#team .team-3 .team-info.coloredbox {
  background-color: #efeded;
}
@media (max-width: 767px) {
  #team .team-3 .team-info.coloredbox {
    background-color: #FFF;
  }
}
#team .team-3 .team-info h4 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  color: #1e1e1e;
  font-size: 20px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  #team .team-3 .team-info h4 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}
#team .team-3 .team-info p {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #121212;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 27px;
}
@media (max-width: 991px) {
  #team .team-3 .team-info p {
    display: none;
  }
}
#team .team-3 .team-info .line-break {
  height: 1px;
  width: 60px;
  background: #393939;
  margin: auto;
  margin-bottom: 30px;
}
#team .team-3 .team-info nav {
  display: inline-block;
}
#team .team-3 .team-info nav ul li {
  float: left;
}
#team .team-3 .team-info nav ul li a > i {
  color: #7f7f7f;
  margin-right: 15px;
  font-size: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #team .team-3 .team-info nav ul li a > i {
    font-size: 15px;
  }
}
@media (min-width: 299px) and (max-width: 440px) {
  #team .team-3 .team-info nav ul li a > i {
    font-size: 12px;
  }
}
.team-wrapper {
  padding: 0;
  display: flex;
}
.member-1 {
  padding: 0;
}
.member-1 img {
  width: 100%;
}
/* ==========================================================================
	BLOG SECTION
	========================================================================== */
#blog {
  position: relative;
}
#blog #main-title {
  width: 80%;
  text-align: center;
  position: relative;
  top: 143px;
  z-index: 10;
  font-family: 'Raleway', sans-serif;
  color: rgba(255, 255, 255, 0.2);
  font-size: 153px;
  font-weight: 800;
  left: 100px;
  text-align: right;
}
@media (max-width: 320px) {
  #blog #main-title {
    font-size: 93px;
  }
}
#blog .flexslider {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	-ms-border-radius: 0!important;
	-o-border-radius: 0!important;
	border-radius: 0!important;
	border: none;
	margin-bottom: 0;
}
#blog .flexslider li {
	padding: 0;
}
#blog .flexslider li img:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	content: '';
	opacity: 0.3;
	z-index: 2;
	background-color: #222222;
}
#blog .flexslider .blog-container {
	position: relative;
}
#blog .flexslider .blog-container .blog-content {
	position: relative;
	z-index: 2;
	color: #FFF;
	top: 0;
	left: 0;
	right: 0;
	padding: 170px 0 50px 0;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #blog .flexslider .blog-container .blog-content .blog-post-title {
    width: 100%;
    margin-left: 0;
	margin-top: 10px;
  }
}
#blog .flexslider .blog-container .blog-content .post-title {
	font-size: 61px;
	font-weight: 100;
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
@media (max-width: 320px) {
  #blog .flexslider .blog-container .blog-content .post-title {
	font-size: 49px;
  }
}
#blog .flexslider .blog-container .blog-content .post-paragraph, #blog .flexslider .blog-container .blog-content .meta-info {
	font-size: 18px;
	font-weight: 100;
	line-height: 27px;
	text-align: left;
	max-width: 460px;
	margin-bottom: 40px;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #blog .flexslider .blog-container .blog-content .post-paragraph {
    max-width: inherit;
  }
}
#blog .flexslider .blog-container .blog-content .date {
  position: relative;
  background: transparent;
  display: block;
  border: 4px solid #ffb80f;
  padding: 7% 6%;
  border-radius: 50%;
  width: 195px;
  height: 193px;
  margin-right: 25px;
  float: left;
}
@media (max-width: 320px) {
  #blog .flexslider .blog-container .blog-content .date {
    padding: 12% 10%;
  }
}
#blog .flexslider .blog-container .blog-content .date h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 50px;
  margin-bottom: 10px;
}
#blog .flexslider .blog-container .blog-content .date span {
  display: block;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #blog .flexslider .blog-container .blog-content .date {
    padding: 4%;
  }
}
#blog .flexslider .blog-container .blog-content .meta-info {
  overflow: hidden;
  display: block;
  margin-bottom: 44px;
}
#blog .flexslider .blog-container .blog-content .meta-info .meta-comment {
  overflow: hidden;
  display: block;
}
#blog .flexslider .blog-container .blog-content .meta-info .meta-comment nav ul {
  display: inline-flex;
  margin-top: 68px;
}
@media (max-width: 320px) {
  #blog .flexslider .blog-container .blog-content .meta-info .meta-comment nav ul {
    display: block;
  }
}
#blog .flexslider .blog-container .blog-content .meta-info .meta-comment nav ul li {
  margin-right: 13px;
}
#blog .flexslider .blog-container .blog-content .meta-info .meta-comment nav ul li .meta-icon {
  font-size: 37px;
}
#blog .flexslider .blog-container .blog-content .meta-info .meta-comment nav ul li .number {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  top: -10px;
  left: -2px;
}
#blog .flexslider .blog-container .blog-content .meta-info .meta-tag div {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 25px;
}
#blog .flexslider .blog-container .blog-content .read-blog {
  text-transform: capitalize;
  color: #FFF;
  font-size: 18px;
  display: inline-block;
  padding: 14px 51px;
  margin-left: 100px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  font-family: 'Raleway', sans-serif !important;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#blog .flexslider .blog-container .blog-content .read-blog:hover {
  background-color: #ffb80f;
  border: 2px solid transparent;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 1199px) {
  #blog .flexslider .blog-container .blog-content .read-blog {
    margin-top: -18%;
    float: right;
  }
}
.blog-img {
  position: relative;
  opacity: .8;
}
.blog-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.7;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background: -webkit-linear-gradient(left, transparent, #000000);
  background: -moz-linear-gradient(left, transparent, #000000);
  background: -ms-linear-gradient(left, transparent, #000000);
  background: -o-linear-gradient(left, transparent, #000000);
}
/* ==========================================================================
	   PROMOTION SECTION STYLE
	   ========================================================================== */
#promo-ad {
  margin-bottom: 136px;
}
@media (min-width: 1200px) {
  #promo-ad [class*="col-"] {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  #promo-ad .col-sm-4 {
   	 width: 50%;
	}
}
@media (max-width: 991px) {
  #promo-ad [class*="col-"] {
    padding: 0 15px;
    width: 100%;
  }
}
@media (max-width: 1200px) {
  #promo-ad .mock-4 {
    display: none;
  }
}
#promo-ad .mock-4 img {
  width: 100%;
}
.promo-ad .paragraph {
  margin-bottom: 70px;
}
#promo-ad .Fservices {
  padding: 24px 10px;
  border: 1px solid #dddddd;
  margin-bottom: 22px;
  position: relative;
  top: 25px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#promo-ad .Fservices:hover {
  background: #cf2637;
}
#promo-ad .Fservices:hover h3 {
  color: #fff;
}
#promo-ad .Fservices:hover p {
  color: #fff;
}
#promo-ad .Fservices:hover i {
  color: #fff;
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(3.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(3.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(3.5);
  }
}
#promo-ad .Fservices i {
  font-size: 100px;
  color: #cf2637;
  float: left;
  line-height: 54px;
  width: 99px;
  height: 80px;
}
#promo-ad .Fservices h3 {
  color: #cf2637;
  font-size: 15px!important;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
}
#promo-ad .Fservices p {
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  color: #646464;
}
#promo-ad .Fright {
  padding: 22px 9px 22px 30px;
}
#promo-ad .Fright i {
  float: right;
}
h3#promo-ad .Frightp {
  text-align: left;
}
/* ==========================================================================
	      BUY PROMO BAR
	      ========================================================================== */
#buy {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 102px 0;
  color: #fff;
}
@media (max-width: 767px) {
  #buy {
    background-position: 50% 50%;
  }
}
#buy h1 {
  font-size: 62px;
  margin-bottom: 10px;
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
#buy p {
  font-size: 23px;
  font-weight: 300;
}
#buy p strong {
  text-transform: uppercase;
}
#buy a {
  text-transform: uppercase;
  font-weight: 800;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  border: 2px solid #fff;
  padding: 13px 43px;
  margin-top: 60px;
  /* position: relative; */
  /* top: 67px; */
  /* margin-left: 50px; */
  float: right;
  color: #fff;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
@media (max-width: 767px) {
  #buy a {
    float: left;
  }
}
#buy a:hover {
  background-color: #cf2637;
  border: 2px solid transparent;
}
/* ==========================================================================
	   CONTACT FORM
	 ========================================================================== */
#contact {
  margin-bottom: 57px;
}
#contact .form-inline {
  width: 80%;
  margin: auto;
}
#contact .form-inline .form-group {
  display: inline;
}
#contact .form-inline .form-group .form-control {
  margin-bottom: 5px;
  font-family: 'Raleway', sans-serif !important;
  font-weight: 300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  box-shadow: none;
  padding: 7px 12px 7px 22px;
  width: 100%;
  height: 56px;
  color: #adb3c1;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #dddddd;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#contact .form-inline .form-group .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(31, 214, 230, 0.7);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(31, 214, 230, 0.7);
}
#contact .form-inline textarea {
  color: #adb3c1;
  width: 100%;
  border: 1px solid #ddd;
  font-family: 'Raleway', sans-serif !important;
  padding: 20px 0px 0 15px;
  margin-bottom: 5px;
  outline: 0!important;
}
#contact .form-inline #submit {
  color: #FFFFFF;
  margin-top: 30px;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #cf2637;
  -webkit-border-style: none;
  -moz-border-style: none;
  -ms-border-style: none;
  -o-border-style: none;
  border-style: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid transparent;
  padding: 11px 98px;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#contact .form-inline #submit:hover {
  background-color: transparent;
  color: #cf2637;
  border: 1px solid #cf2637;
}
@media (max-width: 1200px) {
  #contact .form-inline button[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 468px) {
  #contact .form-inline, .form-inline .wpcf7-submit{
  	width: 100%;
  }
}

/* ==========================================================================
	   TWITTER TWEET
	   ========================================================================== */
#tweet {
  margin-bottom: 80px;
}
#tweet .owl-wrapper-outer span {
  display: block;
  text-align: center;
  font-size: 19px ;
  color: #505260;
  margin: auto;
  width: 100%;
  margin-top: 25px;
}
#tweet div {
  text-align: center;
}
#tweet div p {
  font-weight: 500;
  font-size: 19px;
  max-width: 618px;
  line-height: 25px;
  margin: auto;
}
#tweet div p strong {
  color: #cf2637;
  font-weight: 500;
}
/* ==========================================================================
	   FOOTER SECTION
	 ========================================================================== */
#footer {
  background-image: url(../img/foter-image.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin-bottom: 60px;
  padding: 175px 0 146px 0;
}
#footer .call {
  color: #fff;
  text-align: center;
  margin-bottom: 80px;
}
#footer .call {
  display: block;
  font-size: 60px;
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
  position: relative;
  z-index: 10;
}
#footer .call:after {
  content: "\e622";
  position: absolute;
  bottom: -60px;
  left: 32%;
  text-align: center;
  font-family: 'icomoon';
  font-size: 200px;
  color: rgba(255, 255, 255, 0.1);
  font-weight: 200;
  z-index: -1;
}
#footer div {
  color: #fff;
}
#footer div h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  font-size: 40px!important;
  text-transform: uppercase;
  margin-bottom: 30px;
}
#footer div h4 strong {
  font-size: 40px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
#footer div p {
  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
#footer nav {
  margin-left: 30px;
}
#footer nav ul li a {
  color: #fff;
  font-size: 119px;
  color: rgba(255, 255, 255, 0.5);
}
#footer nav ul li a i {
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
#footer nav ul li .icon-fb-block:hover {
  color: #275096;
}
#footer nav ul li .icon-plus-block:hover {
  color: #de3f26;
}
#footer nav ul li .icon-twitter-block:hover {
  color: #02a6e0;
}
#footer nav ul li .icon-instgram-block:hover {
  color: #29628c;
}
#footer nav ul li .icon-linkden-block:hover {
  color: #0073b4;
}
#footer nav ul li .icon-be-block:hover {
  color: #275096;
}
#footer nav ul li .icon-dribble-block:hover {
  color: #f0568f;
}
#footer nav ul li .icon-dropbox-block:hover {
  color: #2a74bb;
}
#footer nav ul li .icon-keynote-block:hover {
  color: #6aaa32;
}
#map-canvas {
  height: 100%;
  margin: 0px;
  padding: 0px;
}
/* ==========================================================================
	   SERVICES SECTION STYLE
	   ========================================================================== */
#services {
  margin-bottom: 180px;
}
@media (max-width: 767px) {
  #services .container .row [class*="col-sm-"] {
    margin-bottom: 45px;
  }
}
@media (min-width: 433px) and (max-width: 767px) {
  #services .container .row [class*="col-sm-"] {
    width: 90%;
    margin-left: 5%;
  }
  #services{
  	margin-bottom: 0;
  }
}
#services .container .row .flip-3D {
  position: relative;
  margin: auto;
  width: 100%;
  height: 349px;
  background: #f7f8fc;
}
#services .container .row .flip-3D:hover .front {
  -webkit-transform: perspective(600px) rotateY(-180deg);
  -moz-transform: perspective(600px) rotateY(-180deg);
  -ms-transform: perspective(600px) rotateY(-180deg);
  -o-transform: perspective(600px) rotateY(-180deg);
  -webkit-perspective: 600px;
}
#services .container .row .flip-3D:hover .back {
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
}
#services .container .row .flip-3D .front {
  width: 100%;
  height: 349px;
  padding: 100px 44px;
  position: absolute;
  -webkit-transform: perspective(600px) rotateY(0deg);
  -moz-transform: perspective(600px) rotateY(0deg);
  -ms-transform: perspective(600px) rotateY(0deg);
  -o-transform: perspective(600px) rotateY(0deg);
  transform: perspective(600px) rotateY(0deg);
  background: #f5f5f5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #eeeeee, #ffffff);
  background: -moz-linear-gradient(center bottom, #eeeeee 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #eeeeee);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-color: #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff));
  background: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background: -ms-linear-gradient(top, #eeeeee, #ffffff);
  background: -o-linear-gradient(top, #eeeeee, #ffffff);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .27s linear;
  -moz-transition: all .27s linear;
  -ms-transition: all .27s linear;
  -o-transition: all .27s linear;
  transition: all .27s linear;
}
#services .container .row .flip-3D .front .data-content {
  width: 100%;
  height: 100%;
  text-align: center;
}
#services .container .row .flip-3D .front .data-content span {
  display: block;
  margin-bottom: 14px;
}
#services .container .row .flip-3D .front .data-content span i {
  color: #9b9fa8;
  font-size: 95px;
}
#services .container .row .flip-3D .front .data-content h3 {
  color: #9b9fa8;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
}
#services .container .row .flip-3D .back {
  width: 100%;
  line-height: 24px;
  height: 349px;
  padding: 35px 55px;
  position: absolute;
  -webkit-transform: perspective(600px) rotateY(180deg);
  -moz-transform: perspective(600px) rotateY(180deg);
  -ms-transform: perspective(600px) rotateY(180deg);
  -o-transform: perspective(600px) rotateY(180deg);
  transform: perspective(600px) rotateY(180deg);
  -webkit-perspective: 600px;
  background-image: -webkit-linear-gradient(linear, left top, left bottom, from #cf2637, to #840714);
  background: -webkit-linear-gradient(top, #cf2637, #840714);
  background: -moz-linear-gradient(top, #cf2637, #840714);
  background: -ms-linear-gradient(top, #cf2637, #840714);
  background: -o-linear-gradient(top, #cf2637, #840714);
  background-color: #cf2637;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .27s linear;
  -moz-transition: all .27s linear;
  -ms-transition: all .27s linear;
  -o-transition: all .27s linear;
  transition: all .27s linear;
}
@media (min-width: 767px) and (max-width: 992px) {
  #services .container .row .flip-3D .back {
    padding: 35px 25px;
    line-height: 20px;
  }
}
#services .container .row .flip-3D .back:after {
  position: absolute;
  top: 4%;
  bottom: 0;
  left: 5%;
  content: '';
  border: 2px solid rgba(255, 255, 255, 0.8);
  width: 326px;
  height: 320px;
}
@media (min-width: 992px) and (max-width: 1178px) {
  #services .container .row .flip-3D .back:after {
    width: 265px;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  #services .container .row .flip-3D .back:after {
    width: 196px;
  }
}
@media (max-width: 767px) {
  #services .container .row .flip-3D .back:after {
    display: none;
  }
}
#services .container .row .flip-3D .back .data-back {
  text-align: center;
  width: 100%;
  height: 100%;
}
#services .container .row .flip-3D .back .data-back span {
  display: block;
  margin-bottom: 0;
}
#services .container .row .flip-3D .back .data-back span i {
  color: #FFF;
  font-size: 85px;
}
#services .container .row .flip-3D .back .data-back h3 {
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 35px;
}
#services .container .row .flip-3D .back .data-back p {
  font-size: 15px;
  font-weight: 300;
  line-height: auto;
  color: #FFF;
}
@media (min-width: 440px) and (max-width: 572px) {
  #services .container .row .flip-3D .back .data-back p {
    line-height: 22px;
  }
}
/* 
       Footer SECTION STYLE
       ========================================================================== */
footer {
  padding: 60px 0;
}
footer .container #break {
  border-top: 2px solid #e4e1e1;
  margin: auto;
  width: 100%;
  padding-bottom: 65px;
}
footer .container .row p a {
  float: left;
  text-indent: -9999px;
  display: block;
  background-image: url(../img/logo-ft.png);
  width: 112px;
  height: 69px;
}
@media (max-width: 321px) {
  footer .container .row p a {
    margin-bottom: 20px;
    margin-left: 30%;
  }
}
footer .container .row nav {
  float: right;
  margin-top: 20px;
}
footer .container .row nav ul li {
  float: left;
}
footer .container .row nav ul li a {
  display: block;
  margin-right: 20px;
  color: #cacaca;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: color .22s linear;
  -moz-transition: color .22s linear;
  -ms-transition: color .22s linear;
  -o-transition: color .22s linear;
  transition: color .22s linear;
}
footer .container .row nav ul li a:hover {
  color: #777;
}
#sub-footer {
  padding: 50px 0 95px 0;
}
#sub-footer div img {
  margin-bottom: 16px;
}
#sub-footer div p {
  font-size: 14px;
  font-weight: 300;
  color: #5b5b5b;
}
#sub-footer div p small {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-right: 4px;
  font-size: 15px;
}
#map {
  height: 500px;
  width: 100%;
  margin: 0;
  padding: 0;
}
/* ==========================================================================
   CANVAS ANIMATION 
   ========================================================================== */
#particles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: #16a085;
}
#bubbles {
  position: absolute;
  z-index: -1;
  background-color: #1BBBDA;
  top: 0;
  left: 0;
  max-width: 100%;
  right: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Full screen Slider REVELOUTION SLIDER MAIN STYLES 
   ========================================================================== */
#rev-slider {
  height: 86px;
  position: absolute;
  top: 0;
  z-index: 30;
  width: 100%;
  padding: 20px 0;
}
.bannercontainer {
  width: 100%;
  position: relative;
  padding: 0;
}
.wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button{
  margin-bottom: 0 !important;
}
.about-right .btns-about a{
  float: left;
}
#About .about-right .btns-about > a:first-child {
  margin-top: 16px;
}
#services .item {
  margin-top: 70px;
}
#grid-Gallery .margin-bottom {
  margin-bottom: 85px;
}
#page-wrapper.container-fluid #gmaps [class*="col-"], #page-wrapper.container-fluid #team [class*="col-"], #page-wrapper.container-fluid .header [class*="col-"]{
  padding: 0;
}
#contact form, .contact form {
  margin-top: 85px;
}
.team .st:first-child, #team .st:first-child, #About .st:first-child, #promo-ad .st:first-child, #portfolio .st:first-child{
  margin-bottom: 85px;
}
.team .st, #team .st{
  padding: 0 15px;
}
.team .st:nth-child(2n+1) .team-1 .team-info{
  background: none;
}
.count-item .item{
  margin: 0 auto;
}
div#img-2, div#img-3{
  position: absolute;
  top: 0;
  right: 0;
}
.st-logo{
	position:absolute;
	top: 28px;
	z-index: 100;
	width: 100%;
}
.logo_img {
    display: inline-block;
}
.st-logo a.logo img{
	text-align: center;
	margin: 0 auto;
}
.background-slider {
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.main-bg {
    background-size: cover;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.twitter-panel i{
	display: block;
	text-align: center;
	font-size: 51px;
	color: #626161;
	margin: auto;
	width: 100%;
	margin-bottom: 25px;
}
#tweet .flex-direction-nav{
	display: none;
}
.fixed-form {
    display: table;
    margin-bottom: 200px !important;
}
.form-register-lg .button{
	margin-top: 35px;
}
div.header .container form.form-register-lg{
	padding-top: 20px;
}
.signup-wrapper{
	margin-top: 40px;
}
.login_error {
    background-color: #fbf5f5;
    border-left: 4px solid #dd3d36;
    margin: 10px 2em 0;
    padding: 10px;
}
.login_error.rs_error{
	width: 50%;
	margin: 0 auto;
}
@media (max-width: 768px) {  
	.login_error.rs_error{
		width: 70%;
	}
}
@media (max-width: 468px) {  
	.login_error.rs_error{
		width: 100%;
	}
}
.rs_error a{
	display: inline !important;
}
.signup-form .st_button{
	display: inline-block;
}
.signup-form {
	margin-top: 200px;
}
.signup-form .col-sm-6 {
	padding: 0 15px !important;
}
.terms a {
    display: inline !important;
    float: none !important;
}
.login_error p {
    padding: 3px 0;
}
input.bt_signup, .cd-form input[type="submit"]{
	font-size: 16px;
	text-shadow: none;
}
.fieldset.terms p {
    display: inline-block;
}
div.header #content.main-home .login_error p {
    color: #505260;
    font-family: "Raleway",sans-serif;
    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 20px;
    padding: 3px 0;
    text-align: left;
}
@media (max-width: 468px) {
	#blog #main-title{
		position: relative;
		left: 0;
	}
	.blog-img .img{
		min-height: 890px;
	}
	#content-fashion{
		padding-left: 40px;
	}
	#content{
		padding-bottom: 20px;
	}
	#content-mobile, #content-mobile-2{
		padding-left: 50px;
		padding-right: 50px;
	}
}
.project-body .wpb_gallery {
    margin-top: 74px;
}
#cd-nav.is-fixed ul li:last-child a {
    border: none;
}

/* FullWidth And Boxed */
#page-wrapper.container .st-logo{
	max-width: 1170px;
}
#page-wrapper.container .st-logo .logo_img{
	padding: 0 50px;
}
#page-wrapper.container{
	background-color: #FFFFFF;
}

#page-wrapper.container .margin15, #page-wrapper.container #parallax-1, #page-wrapper.container #countdown, #page-wrapper.container #testomnials, #page-wrapper.container #blog, #page-wrapper.container #promo-ad, #page-wrapper.container #buy, #page-wrapper.container #footer {
    margin-left: 0px;
    margin-right: 0px;
}
#page-wrapper.container #team{
	margin-left: 0px;
	margin-right: 0px;
}
#page-wrapper.container .container  {
	width: auto;
}
#page-wrapper.container #grid-Gallery{
	margin-right: 30px;
}
#page-wrapper.container #team [class*="col-"]{
	padding: 0;
}
#page-wrapper.container #team .team-1 .team-info{
	padding: 53px 38px 31px
}
#page-wrapper.container #team .col-sm-6 .team-1 .team-info{
	padding: 63px 18px 35px 8px;
}

#page-wrapper.container .header, #page-wrapper.container #home{
	z-index: 1;
}
#page-wrapper.container #gmaps .col-sm-12{
	padding: 0;
}
#page-wrapper.container .promo-ad .col-sm-12 {
    padding-left: 15px;
    padding-right: 15px;
}
#page-wrapper.container .header .col-sm-12 {
    padding: 0 !important;
}
#page-wrapper.container div.header #content .row #device, #page-wrapper.container #home #content .row #device, #page-wrapper.container #content-mobile, #page-wrapper.container #content-mobile-2, #page-wrapper.container #content-fashion{
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#page-wrapper.container .bg-blog{
	z-index: 0;
}
.wpcf7-form div.wpcf7-validation-errors{
	display: none !important;
}
.form-footer .form-group > div{
	margin-bottom: 30px;
}
#form-footer .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    background: #eeefff;
    font-family: "Crimson Text",serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    height: 40px;
    line-height: 25px;
    opacity: 1;
    padding: 10px;
    text-shadow: none;
    transition: opacity 0.24s ease-in-out 0s;
    visibility: visible;
}
a.player{
	position: absolute !important;
	width: 100%;
	height: 100%;
	z-index:0;
}
#content.st_bgvideo{
	position: relative;
}
.ms-skin-default .ms-slide .ms-slide-vcbtn{
	z-index: 101;
}
/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.cd-user-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0, visibility 0 0.3s;
  -moz-transition: opacity 0.3s 0, visibility 0 0.3s;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0, visibility 0 0;
  -moz-transition: opacity 0.3s 0, visibility 0 0;
  transition: opacity 0.3s 0, visibility 0 0;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../img/Form/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../img/Form/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../img/Form/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #e7e7e7;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #d7d6d6;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #cf2637;
  color: #FFF;
  font-weight: bold;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: all .192s ease-in;
  -moz-transition: all .192s ease-in;
  -ms-transition: all .192s ease-in;
  -o-transition: all .192s ease-in;
  transition: all .192s ease-in;
  
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #df3b4c;
  outline: none;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

.cd-form-bottom-message {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: -40px;
  background: url("../img/Form/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

#cd-login, #cd-signup, #cd-reset-password {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected {
  display: block;
}
.st-owl .owl-item{
	margin: 0 0 10px;
}

#ticker .st-owl.owl-theme .owl-controls .owl-page span {
    border-radius: 50%;
    height: 10px;
    width: 10px;
}
#blog .st-owl .owl-controls, .blog .st-owl .owl-controls{
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
#home #content {
	padding-left: 15px;
	padding-right: 15px;
}
.st-client-carousel ul.overview li.mirrored{
	display: none;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-pager {
    color: #666666;
    font-family: Arial;
    font-size: 0.85em;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: none repeat scroll 0 0 #666666;
    border-radius: 5px;
    display: block;
    height: 10px;
    margin: 0 5px;
    outline: 0 none;
    text-indent: -9999px;
    width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: none repeat scroll 0 0 #999999;
}
.bx-wrapper .bx-controls-direction a {
    height: 32px;
    margin-top: -16px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 32px;
    z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}
.bx-wrapper .bx-controls-auto {
    text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}
.bx-wrapper .bx-caption {
    background: none repeat scroll 0 0 rgba(80, 80, 80, 0.75);
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.bx-wrapper .bx-caption span {
    color: #ffffff;
    display: block;
    font-family: Arial;
    font-size: 0.85em;
    padding: 10px;
}
.team-1, .team-1 .flex {
    display: flex;
}
.bg-img{
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: scroll;
}
.st_bgvideo-1 {
    overflow: hidden;
}
#footer nav ul{
	text-align: center;
}
#footer nav ul li{
	display: inline-block;
}
form div.wpcf7-mail-sent-ok {
    background: none repeat scroll 0 0 #eeeeee;
    clear: both;
    font-weight: bold;
    height: 44px;
    left: 0;
    line-height: 38px;
    margin: 0 auto;
    position: relative;
    top: 16px;
    width: 80%;
}