@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Muli);

body {
  font-family: 'Open Sans', sans-serif;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #666;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

html{
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

textarea:focus,
input:focus{
  outline: none;
}

img{
  max-width: 100%;
}

ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

header.page-header{
	-webkit-background-size: cover;
	height: 330px;
	background-size: cover;
	position: relative;
}

.page-title{
	position: relative;
	z-index: 1;
}
.bgc-one-top {
	padding: 120px 0 80px;
}
.bgc-one-features {
	padding: 120px 0 30px;
}
.bgc-two {
	background-size: cover;
	padding: 120px 0 80px;
	background-color: #089EF5;
}
.bgc-two-p {
	background-size: cover;
	padding: 120px 0 80px;
	}

 
h1,h2,h3,h4,h5,h6{
    font-family: 'Muli', sans-serif;
    /* font-weight: 700; */
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

h1{
	font-size: 36px;
}

h2{
	font-size: 30px;
}

h3{
	font-size: 24px;
	color: #232323;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 16px;
}

h5{
	font-size: 14px;
}

a,p,li,input,textarea{
    
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
p {
	color: #333;
	font-size: 14px;
}

a{
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	color: #f56108;
}

a:hover,
a:focus,
a:active{
	outline: 0;
	text-decoration: none;
  	border: 0;
}
.btn-primary:hover {
    color: #fff;
    background-color: #d86623;
    border-color: #d86623;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-primary {
    color: #fff;
    border-radius: 0;
    background-color: #f7792e;
    border-color: #f7792e;
    padding: 15px 25px;
}
.page-title h1{
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin: 0;
	padding: 70px 0 0;
	text-align: center;
}

 
.button-solid{
	
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.button-solid:hover{
	color: #ffffff;
}
.button-outline{
	
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.button-outline-round{
	
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
	background-color: transparent;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}
.button-outline-light{
	border: 1px solid #ffffff;
}

.button-outline-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.button-outline-round-light{
	border: 1px solid #ffffff;
}

.button-outline-round-light:hover{
	color: #ffffff;
	border: 1px solid transparent;
}
.button-outline-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.button-outline-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}

.button-outline-round-dark{
	color: #28292e;
	border: 1px solid #28292e;
}

.button-outline-round-dark:hover{
	color: #ffffff;
	border: 1px solid transparent;
}
.btn-round{
	
	font-size: 14px;
	font-weight: 700;
	padding: 15px 30px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		 -o-border-radius: 5px;
		 	border-radius: 5px;
	-webkit-transition: all .35s;
	   -moz-transition: all .35s;
	    -ms-transition: all .35s;
	     -o-transition: all .35s;
	        transition: all .35s;
}

.btn-round:hover{
	color: #ffffff;
}

 
.blurb-icon-only{
	margin-bottom: 50px;
}

.blurb-icon-only i{
	font-size: 30px;
}

.blurb-icon-only h3{
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.blurb-icon-only p{
	margin-bottom: 0;
}
.icon-container .icon{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 30px;
	border: 1px solid #555;
	border-radius: 50%;
}

.icon-container .icon i{
	line-height: 100px;
	font-size: 36px;
	color: #555;
}

.icon-container .icon{
	-webkit-transition: all .35s linear;
	   -moz-transition: all .35s linear;
	    -ms-transition: all .35s linear;
	     -o-transition: all .35s linear;
	        transition: all .35s linear;
}

.icon-container:hover .icon{
	border: 1px solid rgba(0,0,0,0);
}

.icon-container:hover p{
    color:#E5E5E5 !important;
}

.icon-container:hover .icon i{
	color: #ffffff;
}

.icon-container h3{
	text-align: center;
	font-size: 18px;
	color: #111;
	margin-top: 0;
	margin-bottom: 15px;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.icon-container p{
	margin-bottom: 0;
	text-align: center;
}
.pulse{
	font-size:52px;
	margin: 10px 0 20px;
	display: inline-block;
	color: #f56108;
}
.text-primary {
    color: #000 !important;
}
.about-sec {
	padding:100px 0;
}
.info-section{
	background: #f3f3f3;
	padding: 80px 0;
}
section#services {
    background: #E6E6E6;
    padding: 100px 0;
}
.btn-primary {
    color: #fff;
    border-radius: 0;
    background-color: #f7792e;
    border-color: #f7792e;
    padding: 15px 25px;
}
.form-control, input {
    border-radius: 0;
    padding: 15px 10px;
    height: auto;
}
/* ---- icon Square ------ */
.blurb-icon-left-square{
	overflow: hidden;
	margin-bottom: 50px;
}

.blurb-icon-left-square .icon{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	text-align: center;
	float: left;
	margin-right: 30px;
	background-color: rgba(255,255,255,0.25);
	border-radius: 50px;
}

.blurb-icon-left-square.square-dark .icon{
	background-color: rgba(0,0,0,0.25);
}

.blurb-icon-left-square .icon i{
	line-height: 70px;
	color: #ffffff;
	font-size: 36px;
}

.blurb-icon-left-square .blurb-text{
	float: left;
	width: 260px;
}

.blurb-icon-left-square .blurb-text h3{
	font-size: 16px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.blurb-icon-left-square .blurb-text h3:after{
	content: '';
	width: 50px;
	height: 2px;
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s linear;
	   -moz-transition: all .3s linear;
	    -ms-transition: all .3s linear;
	     -o-transition: all .3s linear;
	        transition: all .3s linear;
}

.blurb-icon-left-square .blurb-text p{
	color: #ffffff;
}
.navbar-toggler {
    padding: .5rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
    margin: 28px 15px 10px;
}
.icon i {
    color: #f56108;
    font-size: 50px;
    margin: 3px 0 15px 0;
    display: inline-block;
}
.service-box {
	padding: 25px;
	border: 1px solid #fff;
	margin-bottom: 30px;
	background: #fff;
}

.section-wrapper{
	overflow: hidden;
}

.section-header{
	text-align: center;
	margin-bottom: 50px;
}

.section-header h1{
	
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
}

.section-header h2{
	/* font-weight: 700; */
	font-size: 48px;
	color: #f56108;
	border-top: none;
	border-bottom: none;
	padding: 8px 10px;
}

.section-header h1 span{
	
	font-weight: 700;
	font-size: 30px;
}

.section-header .section-divider{
	width: 100px;
	height: 2px;
	margin: 10px auto;
}

.section-header p{
	
}

.parallax-overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.section-header-parallax h1{
	
	font-weight: 700;
	font-size: 30px;
	color: #ffffff;
}

.section-header-parallax h1 span{
	
	font-weight: 700;
	font-size: 30px;
}
 
 
.cta-1{
	background-color: #28292e;
	padding: 60px 0;
}

.cta-1 h2{
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 15px;
}

.cta-1 p{
	color: #ffffff;
	margin-bottom: 0;
}

.cta-1 .cta-btn a{
	float: right;
	margin-top: 15px;
	color: #ffffff;
}

.cta-2{
	background-color: #28292e;
	text-align: center;
}

.cta-2-wrapper{
	overflow: hidden;
	padding: 60px 0;
}

.cta-2 h1{
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px;
	color: #ffffff;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 15px;
    font-size: 18px;
    line-height: 20px;
}
 
.main-menu{
    /* background-color: #ffffff; */
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    position: fixed;
	width: 100%;
	height: 120px;
    padding: 10px 0 20px !important;
    margin-bottom: 0;
    z-index: 10;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
    -webkit-backface-visibility: hidden;
}


header.page-header .main-menu{
	position: relative;
}
.navbar-brand img {
	margin-top: 10px;
}
.main-menu .navbar-nav{
    float: right;
    padding: 20px 0;
}
.main-menu .navbar-nav li{
	display:inline;
}
.main-menu .navbar-nav li a{
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 15px;
    text-transform: uppercase;
}

.main-menu .navbar-nav li a:hover,
.main-menu .navbar-nav li.active a{
    background-color: transparent;
    color: #f56108;
}

.main-menu .navbar-nav li a:focus{
	background-color: transparent;
}

 
.main-menu.minified{
	background-color: #232323;
	padding: 0;
	position: fixed;
	border: none;
}

header.page-header .main-menu.minified{
	position: fixed;
}
.collapse.in{
	    float: left;
    width: 100%;
}
 
.slider{
	overflow: hidden;
	background-color: #2A2B32;
}

.main-slides .img-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(23, 23, 23, 0.58);
}

.main-slides h1.slider-text-big{
	font-size: 65px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 25px;
	font-weight: bold;
	text-align: center;
}

.main-slides .slider-text h1 span{
	
	font-weight: 700;
}

.main-slides p{
	font-weight: 400;
	font-size: 18px !important;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 0;
	text-align: center !important;
}
.sp-arrow {
	width: 10px;
}
.sp-previous-arrow, .sp-next-arrow {
	display: none !important;
}
.slider .sp-buttons {
  position: absolute;
  bottom: 5%;
}

.slider .sp-button {
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  width: 16px;
}

.features-section .container{
	position: relative;
	z-index: 1;
}
.what-we-do {
	padding: 50px 0;
}
.icon-container {
	padding: 20px;
}

.portfolio-section{
  padding: 100px 0 0;
}
.portfolio-work-item{
	height: 280px;
	position: relative;
}

.portfolio-work-item img{
	height: 100%;
	width: 100%;
	border: 1px solid #ffffff;
}

.portfolio-work-item .port-work-details{
	position: absolute;
	top: 20%;
	width: 100%;
	height: 100%;
	left: 25%;
}

.portfolio-work-item .work-meta{
	position: absolute;
	text-align: center;
}


.portfolio-work-item .work-meta li{
	width: 160px;
	height: 160px;
	margin-bottom: 1px;
	text-align: center;
	background-color: #ffffff;
	opacity: 0;
	border-radius: 50%;
	padding: 10px;
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.portfolio-work-item:hover .port-work-details .work-meta li{
	opacity: 1;
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	        transform: scale(1);
}

.port-work-details .work-meta li a{
	display: block;
}

.port-work-details .work-meta li a i{
	font-size: 16px;
	color: #444;
	line-height: 35px;
}

.port-work-details .port-work-desc{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 15px 0;
	background-color: rgba(40,41,46,0.8);
	opacity: 0;
	-webkit-transform: translateY(100%);
	   -moz-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	     -o-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
	    -ms-transition: all .5s;
	     -o-transition: all .5s;
	        transition: all .5s;

}

.portfolio-work-item:hover .port-work-desc{
	opacity: 1;
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	     -o-transform: translateY(0);
	        transform: translateY(0);
}

.port-work-details .port-work-desc h3{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.port-work-details .port-work-desc p a{
	font-size: 14px;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 0;
}

.port-work-details .port-work-desc .like-btn {
	text-align: center;
	padding: 10px 15px;
}

.port-work-details .port-work-desc .like-btn a{
	
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}

.port-work-details .port-work-desc .like-btn a i{
	font-size: 21px;
	color: #ffffff;
	margin-right: 5px;
}


.portfolio-filter-btn-group{
	margin-bottom: 40px;
	text-align: center;
	overflow: hidden;
}

.portfolio-filter-btn-group ul{
	display: inline-block;
}

.portfolio-filter-btn-group ul li{
	float: left;
}

.portfolio-filter-btn-group ul li a{
	padding: 10px 20px;
	display: inline-block;
	margin: 0 8px !important;
	border: 1px solid #f56108;
}

.portfolio-filter-btn-group ul li a:hover{
	color: #FFF;
	background-color: #f56108;
}

.portfolio-filter-btn-group ul li a.selected{
	color: #ffffff;
	background: #f56108;
}
.portfolio-items{
	overflow: hidden;
}

.portfolio-items .portfolio-item{
	width: 25%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.portfolio-items .portfolio-item img{
	height: 100%;
	border: 1px solid #ffffff;
	width: 100%;
}

.portfolio-items .portfolio-item .portfolio-details-wrapper{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(40, 41, 46, 0.59);
	display: table;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.portfolio-item:hover .portfolio-details-wrapper{
	opacity: 1;
}

.portfolio-item .portfolio-details{
	display: table-cell;
	padding: 50px 0;
	vertical-align: middle;
}

.portfolio-item .portfolio-details .portfolio-meta-btn{
	margin-bottom: 20px;
	text-align: center;
}

.portfolio-details .portfolio-meta-btn ul{
	display: inline-block;
}

.portfolio-details .portfolio-meta-btn ul li{
	-webkit-transform: scale(0);
	   -moz-transform: scale(0);
	    -ms-transform: scale(0);
	     -o-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: all .4s;
	   -moz-transition: all .4s;
	    -ms-transition: all .4s;
	     -o-transition: all .4s;
	        transition: all .4s;
}

.portfolio-details .portfolio-meta-btn ul li.portfolio-single-link{
	-webkit-transform: translateX(400%);
	   -moz-transform: translateX(400%);
	    -ms-transform: translateX(400%);
	     -o-transform: translateX(400%);
	        transform: translateX(400%);
}

.portfolio-details .portfolio-meta-btn ul li.lighbox{

}

.portfolio-item:hover .portfolio-details .portfolio-meta-btn ul li{
	opacity: 1;
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	     -o-transform: translateX(0);
	        transform: translateX(0);
}

.portfolio-details .portfolio-meta-btn ul li a{
	display: block;
	text-align: center;
}
.portfolio-details .portfolio-meta-btn ul li a i{
	font-size: 30px;
	color: #ffffff;
	line-height: 35px;
}

.portfolio-item .portfolio-details h3{
	text-align: center;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 5px;
}

.portfolio-item .portfolio-details p{
	text-align: center;
}

.portfolio-item .portfolio-details p a{
	font-size: 13px;
	text-align: center;
	color: #ffffff;
	font-style: italic;
}

.portfolio-btn-wrapper{
	text-align: center;
	overflow: hidden;
	margin-top: 50px;
}

.portfolio-btn-wrapper a.portfolio-btn{
	font-family: 'Raleway',cursive;
	font-weight: 400;
	color: #ffffff;
	display: inline;
	overflow: hidden;
	border: 2px solid #dadada;
	padding: 15px 40px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	     -o-border-radius: 5px;
	        border-radius: 5px;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.clients-section{
	background: #f3f3f3;
	padding: 100px 0 80px;
}
.partners-section{
	background: #f3f3f3;
	padding: 100px 0 80px;
}
.client-item-wrapper {
    background: #ffffff;
    text-align: center;
    margin: 0 1px;
}
.partner-item-wrapper {
    text-align: center;
    margin: 0 1px;
}
.customized-text p{
	margin-bottom: 20px;
}

.customized-text h3{
	font-size: 18px;
	color: #111;
	margin-top: 0px;
	margin-bottom: 20px;
}

.customized-text ul{
	margin-left: 30px;
}

.customized-text ul li{
	margin-bottom: 10px;
}

.customized-text ul li:last-child{
	margin-bottom: 0;
}

.customized-text ul li i{
	font-size: 14px;
	margin-right: 10px;
}
.screen i {
	font-size: 60px;
	text-align: center;
	color: #ffffff;
	padding: 0 20px;
} 

#team {
    padding: 100px 0;
    background: #232323;
}
.teams-section{
	position: relative;
	padding: 10px 0 55px;
}


.teams-section span {
	font-size: 28px;
}


.teams-section h2 span{
    /* font-weight: 700; */
    font-size: 62px;
    color: #ffffff;
    border-top: none;
    border-bottom: none;
    display: inline-block;
    padding: 8px 10px;
}

.teams-section p{
    color: #ffffff;
}


.footer-container p {
    color: #999;
}

.teams-slides img {
	margin-bottom: 20px;
	margin-top: 15px;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
}
.bg-video-wrapper{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 100%;
}

.bg-video-wrapper video{
	width: 100%;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.teams-wrapper{
	text-align: center;
	position: relative;
	z-index: 5;
}

.teams-wrapper .comment-icon{
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.teams{
	margin-top: 50px;
	overflow: hidden;
}

.teams p{
	font-size: 14px;
	margin-bottom: 20px;
}

.teams p.client-info{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

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

.pricing-plans{
	text-align: center;
	padding: 30px 15px;
}

.pricing-plan-one {
	margin-bottom: 80px;
}
.recommended-pricing{
	background-color: #f5f5f5;
	padding: 60px;
	top: -40px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.pricing-plans .pricing-titles{
	text-align: center;
	border: 1px solid #f56108;
	border-bottom: 0;
	padding: 25px 0 15px;
}

.pricing-plans .pricing-titles h2{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 17px;
	color: #111111;
	margin-top: 10px; 
}

.pricing-plans .pricing-titles p{
	font-size: 16px;
	color: #f56108;
}

.pricing-plans .pricing-titles p span{
	font-size: 30px;
	font-weight: 300;
}
.pricing-plans .pricing-service-name{
	background-color: #ffffff;
	border-left: 1px solid #f56108;
	border-right: 1px solid #f56108;
}

.primary-btn {
	color: #242429;
	padding: 0 42px;
	background: #FFF;
	overflow: hidden;
	border-radius: 0px;
	font-family: "Oswald", sans-serif;
	font-size: 12px;
	font-weight: 600;
	display: inline-block;
	border: 1px solid #f81c1c;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s; }
	@media (max-width: 767px) {
	  .primary-btn {
		padding: 0 35px; } }
	.primary-btn:before {
	  content: attr(data-text);
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  padding: 13px 0;
	  -webkit-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
	  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	  color: #242429; }
	  @media (max-width: 767px) {
		.primary-btn:before {
		  padding: 8px 0; } }
	.primary-btn span {
	  display: inline-block;
	  padding: 12px 0;
	  opacity: 0;
	  color: #242429;
	  -webkit-transform: translate3d(10, 10px, 0);
	  -moz-transform: translate3d(10, 10px, 0);
	  -ms-transform: translate3d(10, 10px, 0);
	  -o-transform: translate3d(10, 10px, 0);
	  transform: translate3d(10, 10px, 0);
	  -webkit-transition: all 0.3s ease 0s;
	  -moz-transition: all 0.3s ease 0s;
	  -o-transition: all 0.3s ease 0s;
	  transition: all 0.3s ease 0s;
	  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	  -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
	  @media (max-width: 767px) {
		.primary-btn span {
		  padding: 8px 0; } }
	.primary-btn:hover {
	  background: #f81c1c;
	  border: 1px solid #f81c1c; }
	  .primary-btn:hover:before {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-moz-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		-o-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0); }
	  .primary-btn:hover span {
		opacity: 1;
		color: #fff;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0); }
		.primary-btn:hover span:nth-child(1) {
		  -webkit-transition-delay: 0.01s;
		  -moz-transition-delay: 0.01s;
		  -o-transition-delay: 0.01s;
		  transition-delay: 0.01s; }
		.primary-btn:hover span:nth-child(2) {
		  -webkit-transition-delay: 0.05s;
		  -moz-transition-delay: 0.05s;
		  -o-transition-delay: 0.05s;
		  transition-delay: 0.05s; }
		.primary-btn:hover span:nth-child(3) {
		  -webkit-transition-delay: 0.1s;
		  -moz-transition-delay: 0.1s;
		  -o-transition-delay: 0.1s;
		  transition-delay: 0.1s; }
		.primary-btn:hover span:nth-child(4) {
		  -webkit-transition-delay: 0.15s;
		  -moz-transition-delay: 0.15s;
		  -o-transition-delay: 0.15s;
		  transition-delay: 0.15s; }
		.primary-btn:hover span:nth-child(5) {
		  -webkit-transition-delay: 0.2s;
		  -moz-transition-delay: 0.2s;
		  -o-transition-delay: 0.2s;
		  transition-delay: 0.2s; }
		.primary-btn:hover span:nth-child(6) {
		  -webkit-transition-delay: 0.25s;
		  -moz-transition-delay: 0.25s;
		  -o-transition-delay: 0.25s;
		  transition-delay: 0.25s; }
		.primary-btn:hover span:nth-child(7) {
		  -webkit-transition-delay: 0.3s;
		  -moz-transition-delay: 0.3s;
		  -o-transition-delay: 0.3s;
		  transition-delay: 0.3s; }
		.primary-btn:hover span:nth-child(8) {
		  -webkit-transition-delay: 0.35s;
		  -moz-transition-delay: 0.35s;
		  -o-transition-delay: 0.35s;
		  transition-delay: 0.35s; }
		.primary-btn:hover span:nth-child(9) {
		  -webkit-transition-delay: 0.4s;
		  -moz-transition-delay: 0.4s;
		  -o-transition-delay: 0.4s;
		  transition-delay: 0.4s; }
		.primary-btn:hover span:nth-child(10) {
		  -webkit-transition-delay: 0.45s;
		  -moz-transition-delay: 0.45s;
		  -o-transition-delay: 0.45s;
		  transition-delay: 0.45s; }
		.primary-btn:hover span:nth-child(11) {
		  -webkit-transition-delay: 0.5s;
		  -moz-transition-delay: 0.5s;
		  -o-transition-delay: 0.5s;
		  transition-delay: 0.5s; }
		.primary-btn:hover span:nth-child(12) {
		  -webkit-transition-delay: 0.55s;
		  -moz-transition-delay: 0.55s;
		  -o-transition-delay: 0.55s;
		  transition-delay: 0.55s; }
		.primary-btn:hover span:nth-child(13) {
		  -webkit-transition-delay: 0.6s;
		  -moz-transition-delay: 0.6s;
		  -o-transition-delay: 0.6s;
		  transition-delay: 0.6s; }
		.primary-btn:hover span:nth-child(14) {
		  -webkit-transition-delay: 0.65s;
		  -moz-transition-delay: 0.65s;
		  -o-transition-delay: 0.65s;
		  transition-delay: 0.65s; }
		.primary-btn:hover span:nth-child(15) {
		  -webkit-transition-delay: 0.7s;
		  -moz-transition-delay: 0.7s;
		  -o-transition-delay: 0.7s;
		  transition-delay: 0.7s; }
		.primary-btn:hover span:nth-child(16) {
		  -webkit-transition-delay: 0.75s;
		  -moz-transition-delay: 0.75s;
		  -o-transition-delay: 0.75s;
		  transition-delay: 0.75s; }
		.primary-btn:hover span:nth-child(17) {
		  -webkit-transition-delay: 0.8s;
		  -moz-transition-delay: 0.8s;
		  -o-transition-delay: 0.8s;
		  transition-delay: 0.8s; }
		.primary-btn:hover span:nth-child(18) {
		  -webkit-transition-delay: 0.85s;
		  -moz-transition-delay: 0.85s;
		  -o-transition-delay: 0.85s;
		  transition-delay: 0.85s; }
		.primary-btn:hover span:nth-child(19) {
		  -webkit-transition-delay: 0.95s;
		  -moz-transition-delay: 0.95s;
		  -o-transition-delay: 0.95s;
		  transition-delay: 0.95s; }
		.primary-btn:hover span:nth-child(20) {
		  -webkit-transition-delay: 1s;
		  -moz-transition-delay: 1s;
		  -o-transition-delay: 1s;
		  transition-delay: 1s; }
	.primary-btn.white {
	  border: 1px solid #90acd1;
	  color: #f81c1c;
	  background: #fff; }
	  .primary-btn.white span {
		color: #242429; }
	  .primary-btn.white:before {
		color: #fff; }
	  .primary-btn.white:hover {
		background: #90acd1;
		color: #fff; }
		.primary-btn.white:hover span {
		  color: #fff; }
  

.pricing-plans ul li{
	text-align: center;
	padding: 20px 0;
	color: #111111;
	border-bottom: 2px solid #F9F9F9;
}
.pricing-plans a.signup-btn{
	font-size: 14px;
	font-weight: 700;
	color: #ffffff;
	padding: 15px 30px;
	text-align: center;
	display: inline-block;
	background: #f7792e;
}
.bg-btn {
	padding: 20px;
	border-top: none;
	border: #f56108 solid 1px;
	border-top: none;
}
.pricing-plans a.signup-btn:hover{
	color: #ffffff;
	background: #d86623;
}


/* -------- Contact Style ------- */
.contact-details h5{
	
	color:#d86623;
}
.contact-details p{
	color: #FFF;
}

#contact {
	background-color: #111111;
	background-image: url(../images/contact-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	padding: 12rem 0 12rem;
	position: relative;
  }
  #contact .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .75;
	background-color: #000000;
  }
  #contact .section-intro h1 {
	color: white;
  }
  #contact .section-intro h3 {
	color: rgba(242, 242, 242, 0.5);
  }
  #contact .section-intro p.lead {
	color: rgba(242, 242, 242, 0.4);
  }
  
  .contact-content {
	max-width: 1024px;
	margin-top: 3rem;
	color: #FFFFFF;
	z-index: 600;
	position: relative;
  }
  .contact-content h5 {
	color: #FFFFFF;
	margin-bottom: 5.4rem;
  }
  .contact-content h6 {
	color: #555555;
	font-size: 1.4rem;
  }
  
  /* contact info */
  .contact-info .cinfo {
	margin-bottom: 4.2rem;
  }
  
  /* contact form */
  #contact form {
	margin-top: 0;
	margin-bottom: 3rem;
  }
  #contact form .form-field {
	position: relative;
  }
  #contact form .form-field:before, #contact form .form-field:after {
	content: "";
	display: table;
  }
  #contact form .form-field:after {
	clear: both;
  }
  #contact form .form-field label {
	font-family: "montserrat-bold", sans-serif;
	font-size: 1rem;
	line-height: 1.4;
	position: absolute;
	bottom: 1.5rem;
	right: 0;
	text-transform: uppercase;
	letter-spacing: .05rem;
	padding: .6rem 2rem .6rem 2rem;
	margin: 0;
	color: #000000;
	background: #f9a828;
	border-radius: 3px;
  }
  #contact form .form-field label::after {
	position: absolute;
	right: 15px;
	top: 1px;
	margin-top: -6px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #f9a828;
	content: "";
  }
  #contact form ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
  }
  #contact form :-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
	/* Firefox 18- */
  }
  #contact form ::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
	/* Firefox 19+ */
  }
  #contact form :-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
  }
  #contact form .placeholder {
	color: rgba(255, 255, 255, 0.3) !important;
  }
  
  #contact input[type="text"],
  #contact input[type="password"],
  #contact input[type="email"],
  #contact textarea {
	width: 100%;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 3.6rem;
	background: rgba(255, 255, 255, 0.1);
  }
  
  #contact input[type="text"]:focus,
  #contact input[type="password"]:focus,
  #contact input[type="email"]:focus {
	color: #FFFFFF;
  }
  
  #contact textarea {
	min-height: 21rem;
	padding: 1.8rem 2rem;
  }
  #contact textarea:focus {
	color: #FFFFFF;
  }
  
  #contact button.submitform {
	font-size: 1.5rem;
	display: block;
	letter-spacing: .2rem;
	height: 6rem;
	line-height: 6rem;
	padding: 0 3rem;
	width: 100%;
	background: #f9a828;
	color: #000000;
	margin-top: .6rem;
  }
  #contact button.submitform:hover, #contact button.submitform:focus {
	background: #f89e0f;
  }
  
  #message-warning, #message-success {
	display: none;
	background: #000000;
	padding: 3rem;
	margin-bottom: 3.6rem;
	width: 100%;
  }
  
  #message-warning {
	color: #D32B2E;
  }
  
  #message-success {
	color: #f9a828;
  }
  
  #message-warning i,
  #message-success i {
	margin-right: 10px;
  }
  
  /* form loader */
  #submit-loader {
	display: none;
	position: relative;
	left: 0;
	top: 1.8rem;
	width: 100%;
	text-align: center;
	margin-bottom: 4.2rem;
  }
  #submit-loader .text-loader {
	display: none;
	font-family: "montserrat-bold", sans-serif;
	font-size: 1.4rem;
	color: #FFFFFF;
	letter-spacing: .2rem;
	text-transform: uppercase;
  }
  
  .oldie #submit-loader .s-loader {
	display: none;
  }
  .oldie #submit-loader .text-loader {
	display: block;
  }
  
  /* --------------------------------------------------------------- 
   * loader animation - (_layout.scss)
   * --------------------------------------------------------------- */
  .s-loader {
	margin: 1.2rem auto 3rem;
	width: 70px;
	text-align: center;
	-webkit-transform: translateX(0.45rem);
	-ms-transform: translateX(0.45rem);
	transform: translateX(0.45rem);
  }
  
  .s-loader > div {
	width: 9px;
	height: 9px;
	background-color: #FFFFFF;
	border-radius: 100%;
	display: inline-block;
	margin-right: .9rem;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  
  .s-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
  }
  
  .s-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
  }
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 999999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 128px;
    height: 128px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -70px 0 0 -70px;
}

.owl-theme .owl-controls {
  margin-top: 30px;
  text-align: center;
}

.owl-theme .owl-controls .owl-page span {
  background-color: transparent;
  border-radius: 50px;
  display: block;
  height: 10px;
  margin: 5px 5px;
  opacity: 1;
  width: 10px;
}

.owl-theme .owl-controls .owl-page.active span {
  border: 1px solid rgba(0,0,0,0);

}

footer{
	background-color: #111111;
	padding: 20px 15px;
	overflow: hidden;
}

footer .footer-containertent{
	text-align: center;
}

footer .footer-logo{
	text-align: center;
	margin-bottom: 20px;
}

footer p{
	color: #828282;
	margin-bottom: 15px;
	font-size: 13px;
}

footer ul {
	display: inline-block;
}

footer ul li{
	float: left;
	margin-right: 15px;
}

footer ul li:last-child{
	margin-right: 0;
}

footer ul li a{
	font-size: 18px;
}

footer ul li a i{
	font-size: 21px;
	color: #BCBCBC;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.footer-container {
	background-color: #111111;
	padding: 60px 30px;
}
.footer-containertent {
}
.footer-container a {
	color: #999;
}
.footer-container a:hover {
	opacity: 0.6;
}
.footer-container ul li {
	color: #949494;
	padding-top: 8px;
}

.footer-container ul li i{
	margin-right: 10px;
	font-size: 20px;
}
.footer-social-info li {
	width: 44px;
	height: 44px;
	margin: 0px 15px 0px auto;
	text-align: center;
	float: left;
	padding: 8px;
	border: 1px solid #6E6E6E;
	border-radius: 50%;
}


.features-section{
	background-color: #673ab7;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding-bottom: 30px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.62);
}
.features-section h2 {
    color: #fff;
}
.counter-section{
	background-color: #56ACCB;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 40px 0;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.43);
}
.contact-section{
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 100px 0;
	overflow: hidden;
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
 
  .main-menu.minified {
    background-color: #28292e;
    padding: 20px 0 0;
    position: fixed;
  }

  .navbar-header {
    float: none;
    text-align: center;
  }

  .navbar-brand {
    float: none;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
  }

  .navbar-collapse {
  	text-align: center;
  }

  .main-menu .navbar-nav {
    display: inline-block;
    float: none;
  }

  .navbar-nav > li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
 
  .portfolio-items .portfolio-item {
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 33.33331%;
  }
}
 

@media only screen and (min-width: 768px) and (max-width: 991px) {
 
  .main-menu.minified {
    background-color: #28292e;
    padding: 20px 0 0;
    position: fixed;
  }

  .navbar-header {
    float: none;
    text-align: center;
  }

  .navbar-brand {
    float: none;
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
  }

  .navbar-collapse {
  	text-align: center;
  }

  .main-menu .navbar-nav {
    display: inline-block;
    float: none;
  }

  .navbar-nav > li {
    display: inline-block;
    float: none;
    margin-bottom: 5px;
  }
  .blurb-icon-left-square .icon {
    height: 50px;
    width: 50px;
    margin-right: 20px;
  }

  .blurb-icon-left-square .blurb-text {
    float: left;
    width: 140px;
  }

  .blurb-icon-left-square .icon i {
    font-size: 24px;
    line-height: 50px;
  }
 
  .portfolio-items .portfolio-item {
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 33.33331%;
  }
}
 

@media only screen and (max-width: 767px) {
 .navbar-brand{
	 float:none !important;
	 height: 0;
	 padding: 0;
	 font-size: 18px;
	 line-height: 20px;
	}
  .section-header {
    margin-bottom: 60px;
    text-align: center;
  }
  .navbar-toggle {
    border: 1px solid #fff;
  }

  .navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
  }

  .navbar-collapse {
    border-top: 0px solid transparent;
    box-shadow: 0 0px 0 rgba(255, 255, 255, 0) inset;
}
.main-menu{
	padding:0 !important;
}
  .main-menu .navbar-nav {
    float: none;
    padding: 10px 0;
  }

  .main-menu .navbar-nav li {
    display: block;
    width: 100%;
    text-align: right;
    padding: 8px 10px;
    background: rgb(26, 26, 25);
  }
.navbar-brand img{
	margin:0;
}
  .main-menu .navbar-nav li:last-child{
  	margin-bottom: 0;
  }
  .blurb-icon-only {
    margin-bottom: 50px;
  }

  .blurb-icon-only:last-child{
  	margin-bottom: 0;
  }
  .blurb-icon-left-square .blurb-text {
    float: left;
    width: 61%;
  }
.icon-container {
  margin-bottom: 50px;
  }

.icon-container:last-child{
  margin-bottom: 0;
 }

  .process-item {
    text-align: center;
    margin-bottom: 50px;
  }

  .process-item:last-child{
  	margin-bottom: 0;
  }
  .cta-1 h2 {
    text-align: center;
    margin-bottom: 30px;
  }

  .cta-1 p{
  	text-align: center;
  	margin-bottom: 20px;
  }

  .cta-1 .cta-btn{
  	text-align: center;
  }

  .cta-1 .cta-btn a{
  	float: none;
  }
 
.main-slides h1.slider-text-big {
  color: #ffffff;
  font-size: 50px;
  margin-bottom: 25px;
  margin-top: 0;
  white-space: normal !important;
  text-align: center;
  width: 100% !important;
 }

.main-slides p {
  color: #ffffff;
  
  font-size: 18px !important;
  font-weight: 400;
  margin-bottom: 0;
  white-space: normal !important;
  text-align: center;
  margin-top: 20px;
  width: 100% !important;
 }
 
  .portfolio-items .portfolio-item {
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .service-wrapper > div{
    margin-bottom: 50px;
  }
 
  .contact-section .contact-address {
    margin-bottom: 50px;
  }


}
 

@media only screen and (min-width: 480px) and (max-width: 767px) {
 
  .portfolio-items .portfolio-item {
    width: 50%;
  }

}

/*SLIDE PARCEIROS*/

/*FIM DO SLIDE*/