/*  ==========================================================================
    Construction
    ========================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Open+Sans:300,400,600,700');

body{
    overflow-x: hidden;
    overflow-y: scroll;
}
.bdrs-5{ border-radius: 5px; }
/* Text Align
   ================================= */
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }

/* Text Align
   ================================= */
.box-shadow{
	-webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
}
.box-shadow-dark{
	-webkit-box-shadow: 1px 1px 10px 0px #999;
	box-shadow: 1px 1px 10px 0px #999;
}
.shadow-hover:hover{ 
	-webkit-box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 13px 20px rgba(0, 0, 0, 0.2);
}

/* Text Transform
   ================================= */
.tt-u{ text-transform: uppercase; }
.tt-c{ text-transform: capitalize; }
.tt-l{ text-transform: lowercase; }
/* ==========================================================================
   Carousel
   ========================================================================== */
.owl-stage {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform; }

.owl-item {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000; }

@media (min-width: 922px) {
  .owl-nav {
    left: 50%;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); 
  } 
}

@media (min-width: 1200px) {
  .owl-nav {
    bottom: 5px; 
  } 
}

.owl-nav > * {
  border: 1px solid #bababa;
  border-radius: 4px;
  display: inline-block;
  line-height: 37px;
  text-align: center;
  width: 37px; 
}
  .owl-nav > * + * {
    margin-left: 10px; }

/* site-carousel */
@media (max-width: 578px) {
  .site-carousel {
    left: 0 !important; } 
}

@media (min-width: 578px) {
  .site-carousel {
    width: 160% !important; } 
}

.carousel-item > a {
  display: block; }

.carousel-item img {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  image-rendering: -webkit-optimize-contrast; 
}

/* ==========================================================================
  20.0 Widget Section
   ========================================================================== */
.widget-section{}
.widget-box{}
.addr-info li{
	color: #888;
    margin-bottom: 5px;
}
.addr-info li:last-child{
    margin: 0;
}
.addr-info li span{
	color: #fff;
}

/* ==========================================================================
  25.0 Footer
   ========================================================================== */
.footer-section{
  display: block;
  padding: 40px 0;
  border-top: 1px solid #444;
}

/* ==========================================================================
  15.0 Scroll To Top
   ========================================================================== */
.scroll-to-top{
	display: block;
	text-align: center;
	background-color: #FAB702;
	font-size: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
	position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
}
.scroll-to-top:hover{
    color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
}

.section-heading .heading {
    margin: 0;
	letter-spacing: 0;
}

.owl-next:hover, .owl-next:focus {
    color: #1cb6fe;
    border-color: #1cb6fe;
}

.owl-prev:hover, .owl-prev:focus {
    color: #1cb6fe;
    border-color: #1cb6fe;
}

.owl-next, .owl-prev {
    -webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
  	transition: all 0.25s ease-in-out;
}

.owl-controls {
    bottom: -45px;
    position: relative;
	text-align: center;
}

.heading span {
    color: #333;
    font-weight: 700;
    letter-spacing: -0.025em;
}
.heading a {
    font-weight: 700;
    letter-spacing: -0.025em;
	text-decoration: underline;
}

.heading a.about, .heading a.about span {
	color: #ff981d;	
}
.heading a.contact, .heading a.contact span {
	color: #ff354d;	
}
.heading span.mb {
	color: #1cb6fe;	
}

#about {
    width: 100%;
    text-align: left;
    background: rgba(255, 152, 29, 0.9);
    color: #f7f7f7;
}

#aboutinner {
    padding: 40px;
	overflow-y: auto;
	max-height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#aboutinner::-webkit-scrollbar-track {
	border-radius: 0px;
}

#aboutinner::-webkit-scrollbar {
	width: 5px;
}

#aboutinner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(247, 247, 247, 0.75);
}

#contact {
    width: 100%;
    text-align: right;
    background: rgba(255, 53, 77, 0.9);
    color: #f7f7f7;
}

#contactinner {
    padding: 40px;
	overflow-y: auto;
	max-height: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#contactinner::-webkit-scrollbar-track {
	border-radius: 0px;
}

#contactinner::-webkit-scrollbar {
	width: 5px;
}

#contactinner::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: rgba(247, 247, 247, 0.75);
}

div.c-offcanvas--left {
	width: 100%;
	transform: translate3d(-100%,0,0);
}

div.c-offcanvas--right {
    width: 100%;
    transform: translate3d(100%,0,0)
}

#about h2, #contact h2 {
    color: #f7f7f7;
    border: none;
    font-size: 48px;
	margin-bottom: 20px;
	text-align: center;
}

#about h2:before, #contact h2:before {
	display: none;
}

a.cls {
    position: fixed;
    top: 8px;
    right: 10px;
    font-size: 24px;
    color: #333;
	z-index: 99999;
}

a.cls:hover {
    color: #fff;
}

.tooltip.in {
	opacity: 1;
}

.about + .tooltip > .tooltip-inner {
    background-color: #ff981d;
    color: #f7f7f7;
    border: 1px solid #ff981d;
    padding: 5px 10px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
}

.about + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #ff981d;
}

.contact + .tooltip > .tooltip-inner {
    background-color: #ff354d;
    color: #f7f7f7;
    border: 1px solid #ff354d;
    padding: 5px 10px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
}

.contact + .tooltip.bottom > .tooltip-arrow {
    border-bottom: 5px solid #ff354d;
}

.section-heading {
	margin-bottom: 15px;
}

.carousel-wrap {
    max-width: 100%;
}

.carousel-item {
	position: relative;
}

.features {
    position: absolute;
    z-index: 9999;
    right: 2%;
	left: 2%;
    top: 2%;
    background: rgba(28, 182, 254, 0.95);
    font-size: 16px;
	font-weight: 600;
    color: #f7f7f7;
    text-align: center;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
  	transition: all 0.5s ease-in-out;
	max-height: 0;
	padding: 0 20px;
	opacity: 0;
	overflow: hidden;
}

.center .carousel-item:hover > .features, .center .carousel-item:focus > .features {
	max-height: 650px;
	opacity: 1;
	padding: 20px;
}

.features i {
    font-size: 28px;
    vertical-align: middle;
    top: -2px;
    position: relative;
	margin-right: 3px;
}

.features i.fa-usd {
    font-size: 22px;
    top: -1px;
	margin: 0;
}

.features i.fa-usd:last-of-type{
	margin-right: 3px;
}

.features ul li {
    margin-bottom: 15px;
}

a.ft-btn {
    background: #f7f7f7;
    color: #1cb6fe;
    font-weight: 900;
    text-transform: uppercase;
    padding: 10px 20px;
    display: table;
    margin: 25px auto 0 auto;
    border: 2px solid #f7f7f7;
    text-decoration: underline;
}

a.ft-btn:hover {
    background: #1cb6fe;
    color: #f7f7f7;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.25);
    text-decoration: none;
}

.fa.rebel-lt, .fa.rebel-rt {
	font-size: 88px;
	position: fixed;
	bottom: 10px;
}

.rebel-lt {
	left: 10px;
}

.rebel-rt {
	right: 10px;
}

.fa.empire-lt, .fa.empire-rt {
	font-size: 88px;
	position: fixed;
	bottom: 10px;
	color: #333;
}

.empire-lt {
	left: 10px;
}

.empire-rt {
	right: 10px;
}

.fa-rebel + .tooltip > .tooltip-inner {
    background-color: #ff981d;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 5px 10px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
}

.fa-rebel + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #f7f7f7;
}

.fa-empire + .tooltip > .tooltip-inner {
    background-color: #ff354d;
    color: #333;
    border: 1px solid #333;
    padding: 5px 10px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
}

.fa-empire + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #333;
}

img.mb-img {
	border-radius: 8px;
	width: 250px;
	float: left;
	margin-right: 30px;
	margin-top: 4px;
	margin-bottom: 20px;
}

.mb-img + .tooltip > .tooltip-inner {
    background-color: #ff981d;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 5px 10px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
}

.mb-img + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #f7f7f7;
}

img.bc-img {
	border-radius: 8px;
	width: 280px;
	float: right;
	margin-left: 30px;
	margin-top: 4px;
	margin-bottom: 20px;
}

.bc-img + .tooltip > .tooltip-inner {
    background-color: #ff354d;
    color: #333;
    border: 1px solid #333;
    padding: 5px 10px;
    font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	white-space: nowrap;
}

.bc-img + .tooltip.top > .tooltip-arrow {
    border-top: 5px solid #333;
}

.content {
	width: 1170px;
	max-width: 100%;
	margin: auto;
}

.content b {
	font-weight: 900;
	letter-spacing: -0.025em;
}

.content h3 {
    color: #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
    display: inline-block;
	margin-top: 20px;
}

.content h3:first-of-type {
    margin-top: 0;
}

.content h4 {
	color: #f7f7f7;
}

.method {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f7f7f7;
	clear: both;
}

.method h3 {
    margin-top: 0;
	margin-bottom: 5px;
    border: none;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.method p {
    font-size: 13px;
    line-height: 1.5em;
    text-align: left;
}

.method h4 {
	margin-bottom: 5px;
	margin-top: 10px;
	border-bottom: 2px solid #f7f7f7;
	display: inline-block;
}

.skills h5 {
	font-size: 14px;
	margin-bottom: 3px;
	margin-top: 0px;
	color: #fff;
}

.skills > div {
	margin-top: 15px;
	cursor: default;
}

.skills > div:first-of-type {
    margin-top: 10px;
}

.skills h5 i {
	font-size: 18px;
	vertical-align: text-top;
}

.js-offcanvas.is-open {
	overflow-y: auto;
}

body.has-offcanvas--visible {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
}

.circles {
    margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #f7f7f7;
}

.circles h3 {
    display: table;
    margin: 0 auto 5px;
    border: none;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.circle {
	width: 150px;
	height: 150px;
	position: relative;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	cursor: default;
}

.circle.revenue .progressbar-text:after {
    content: 'MILLION+';
    font-size: 1rem;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
}

.circle.revenue .progressbar-text:before {
    content: '$';
    font-size: 1rem;
    position: absolute;
    top: -4px;
    left: 0px;
    right: 0;
    margin-left: -100px;
}

.circle .progressbar-text {
    text-align: center;
    width: 100%;
    line-height: 1;
}

.revenue .progressbar-text {
	margin-top: -5px !important;
}

.circles h5 {
    text-align: center;
    margin-top: 15px;
    color: #f7f7f7;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
	margin-bottom: 0;
}

.circle .progressbar-text:after {
	content: '+';
}

.content p {
	line-height: 1.5em;
}


.content a {
    color: #fff;
}

.methods {
    text-align: left;
}

.methods i.fa {
    font-size: 2.5rem;
	float: left;
	margin-right: 5px;
}

.methods ul li span {
    display: block;
    font-size: 13px;
    font-weight: 700;
}

.methods ul li {
    line-height: 1.5em;
	clear: both;
	margin-bottom: 30px;
}

.methods h3 {
    margin-bottom: 20px;
}

.methods h3 {
    margin-bottom: 20px;
}

.methods i.fa.fa-mobile {
    font-size: 3.5rem;
    width: 50px;
    text-align: center;
    margin-top: -5px;
}

.methods ul li:last-of-type {
    margin-bottom: 0;
}