@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,900);
@import url('https://fonts.googleapis.com/css?family=Ek+Mukta:400,600,700');
*{
	padding:0;
	margin:0;
}


body {
    width: 100%;
    height: 100%;
	
    font-family: 'Acme', sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
	font-size: 16px;
    line-height: 1.6em;
	font-weight: 400;
	overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
}

h1 {
	font-size: 38px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 28px;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-weight: 400;
	color: #111;
}

h1.h-xlight,h2.h-xlight,h3.h-xlight ,h4.h-xlight ,h5.h-xlight ,h6.h-xlight  {
	font-weight: 200;
}

h1.h-light,h2.h-light,h3.h-light ,h4.h-light ,h5.h-light ,h6.h-light  {
	font-weight: 300;
}

h1.h-bold,h2.h-bold,h3.h-bold ,h4.h-bold ,h5.h-bold ,h6.h-bold  {
	font-weight: 600;
}

h1.font-light,h2.font-light,h3.font-light,h4.font-light,h5.font-light,h6.font-light {
	color: #fff;
}

.big-heading {
	font-size: 48px;
	font-weight: 700;
}

p {
    margin: 0 0 20px;
	
}

p.lead {
	font-weight: 600;
}

.highlight-light {
	background-color: rgba(255,255,255,.5);
	padding: 20px;
	display: inline-block;
	color: #111;
}

.highlight-dark {
	background-color: rgba(0,0,0,.5);
	padding: 20px;
	display: inline-block;
	color: #fff;
}

.highlight-color {
	padding: 20px;
	display: inline-block;
}

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 24px;
	line-height: 1.5em;
	font-weight: 300;
	color: #999;
}

blockquote.bg-light {
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	color: #222;
}

blockquote.bg-dark {
	background-color: rgba(0,0,0,.8);
	padding: 20px;
}

blockquote strong {
	font-weight: 700;
}

iframe{
			height:300px;
	}


.light {
    font-weight: 400;
}

/* --- logo --- */
.site-logo img {
	height: 30px;
	margin-top: 8px;
}
.site-logo a.brand {
	color: #111;
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	margin-top: 20px;
}


/* ------- Navigation ------------ */
#navigation {
	background: #fff;
	z-index: 9999;
	width:100%;
    box-sizing:border-box;
	border-bottom: 1px solid #eee;
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1);
}


.navbar {
	margin-bottom: 0;
	background: #fff;
}

.navbar-brand {
    font-weight: 700;
}


.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
    background-color: rgba(255,255,255,.6);
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 16px;
	letter-spacing: 1px;
    color: #444;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-custom.top-nav-collapse ul.nav li a {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;
	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav li a:hover ul.dropdown-menu {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
	
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar .in a {
    color: #666 !important;
}

.navbar .in a:hover {
    color: #3DC9B3 !important;
}

/* client slider */

#about .abt{
	margin:20px;
}
#about p{
	font-size:18px;
}
.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
	touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* misc */
hr {
	margin-top: 10px;
}

hr.bold {
	border-top: 3px solid #eee;
}

.divider-header {
	display: block;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.divider-short {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}
.marginbot-60{margin-bottom:60px !important;}
.marginbot-70{margin-bottom:70px !important;}
.marginbot-80{margin-bottom:80px !important;}
.marginbot-90{margin-bottom:90px !important;}
.marginbot-100{margin-bottom:100px !important;}

.margintop-0{margin-top:0 !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-45{margin-top:45px !important;}
.margintop-50{margin-top:50px !important;}

/* ===========================
	--- General sections
============================ */

.home-section {
	padding-top: 90px;
	padding-bottom: 90px;
	display: block;
	position: relative;
	z-index: 120;
}

.inner-section {
    padding-top: 110px;
    padding-bottom: 110px;
}


.home-section.nopadd-bot {
    padding-bottom: 0;
}
.bg-black {
	background: url(../img/footer.jpg);
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
}

.section-heading h2 {
	
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.section-heading p {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.6em;
}

.color-dark .section-heading h2 {
	color: #111;
}
.color-dark .section-heading p {
	color: #444;
}

.color-dark .divider-short {
	background: #666;
}
.color-dark .divider-header {
	background: #666;
}

.color-light .divider-short {
	background: #666;
}
.color-light .divider-header {
	background: #666;
}


.color-light .section-heading h2 {
	color: #fff;
}
.color-light .section-heading p {
	color: #fefefe;
}

.color-light blockquote,.color-light p {
	color: #fefefe;
}

/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f9f9f9;
}


.bg-dark {
	background: #404040;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
	--- Intro
============================ */

.hero { background: url(../img/overlay.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding: 100px 0 100px 0; height: auto; }
.hero h1 { font-size: 40px; letter-spacing: 12px; margin: 40px 0 10px; font-weight: 900; color: #fff;}
.hero h1 span { color: #a1a9b0; display: inline-block; }
.hero p { font-size: 24px; font-weight: 400; color: #fefefe; }
.learn-more-btn {
	background: rgb(47, 91, 198);
	padding: 20px 40px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-box-shadow: 0px 3px 0px 0px #309383;
	-moz-box-shadow: 0px 3px 0px 0px #309383;
	box-shadow: 0px 3px 0px 0px #152f6d;
	margin: 60px 0 0;
	font-weight: bold;
}
.learn-more-btn:hover, .learn-more-btn:focus {
	background: rgba(21, 47, 109, 0.7);
	color: #fff;
}
#contact .divider-header,
#contact .section-heading h2{
	color:#fff;
}

.intro {
	width:100%;
	position:relative;
	padding:0;
}
.intro-inner {
	width:100%;
	position:relative;
	padding:120px 0 20px;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}


/* Carousel Styles */

.carousel-inner img {
    width: 100%;
    max-height: 650px;
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 0;
}

.carousel-control.right span {
	padding: 0;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 30px;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 30px;
}



.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}

.carousel-inner > .item {
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	padding-left: 0;
	width: 100%;
	height: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-left:0;
	padding-left: 0;
}


/* Carousel Header Styles */
.header-text {
    position: absolute;
    top: 20%;
    left: 1.8%;
    right: auto;
    width: 96.66666666666666%;
    color: #fff;
}

.header-text h2 {
    font-size: 40px;
}

.header-text h2 span {
	padding: 10px;
	color: #fff;
	text-transform: uppercase;
}

.header-text h3 span {
	color: #fff;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-theme {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff;
    margin-right: 15px;
}

.btn-theme:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff;
}



/* ===========================
	--- Services
============================ */
.service-box {
	background: #fff;
	border-bottom: 2px solid #f7f7f7;
	padding: 30px 20px;
	margin: 8px;
	box-shadow: 0px 3px 5px 2px #c4c4c4;
	border-radius: 4px;
}

.service-box:hover .service-icon{
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;

	color: #152f6d;
}

.service-icon {
	margin-bottom: 20px;
}

.service-desc h5 {
	text-transform: uppercase;
	font-weight: 700;
	color: #666;
	font-size: 18px;
	margin-bottom: 10px;
}
.service-desc .divider-header {
	margin-bottom: 30px;
}

/* =========================== Works ============================ */

#owl-works {
	
}

.item {
    margin: 10px;
}

.item img {
    display: block;
    width: 100%;
    height: auto;
}


.gallery-item a img:hover{
	 -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
	border-color:#111;
}
.gallery-item h2{
	
}
.gallery-item a img{
	margin-bottom:20px;
	border:4px solid #152f6d;
	height:300px;
	width:100%;
}

.g2 .block:hover{
	 -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    transition: all .4s ease-in;
	border-color:#111;
}
.g2 h3 a{
	color:#fff;
	display: block;
}
.g2 h3{
	padding:8px;
	margin-bottom:30px;
	background:#152f6d;
	
}

.g2 a img{
	margin-bottom:0px;
	border:0;
}
.g2 .block {
	border: 4px solid #152f6d;
	margin-bottom: 20px;
}
/* =========================== Contact ============================ */


.form-group {
	margin-bottom: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	font-size: 16px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	font-size: 14px;
	line-height: 1.6em;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow:  none;
	border-radius: 2px;
}

.btn-lg,
.btn-group-lg > .btn {
	border-radius: 2px;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
	background-color: #fefefe;
	border: 1px solid #eee;
}

.widget-contact {
	text-align: left;
}



/* ===========================
	--- Bottom
============================ */

.boxcol-25 {
	width: 100%;
}

.box-social {
	list-style: none;
}

.box-social li {
	width: 25%;
	float: left;
}


.box-social .social-facebook a {
	display: block;
	background: #3873ae;
}


/* ==== Sidebar ==== */
.sidebar .widget h5 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.sidebar .widget {
	margin-bottom: 50px;
}

.widget ul {
	list-style: none;
	margin-left:0;
	padding-left:0;
}
.sidebar .widget ul li {
	margin-left:0;
	padding-left:0;
	margin-bottom: 10px;
}
.sidebar .widget ul li a {
	color: #666;
}


.widget.widget_categories ul li:before {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e684";
	margin-right: 10px;
}


.widget.widget_recent_post ul li figure {
	float: left;
	margin: 0 20px 0 0;
}

.widget.widget_recent_post ul li {
	margin-bottom: 25px;
}

.widget.widget_recent_post ul li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.widget.widget_recent_post ul li h6 {
	margin-bottom: 10px;
}
.widget.widget_recent_post ul li span {
	font-size: 14px;
}

.widget .tagcloud a {
	padding: 4px 10px;
	color: #fff;
	display:inline-block;
	margin: 0 10px 10px 0;
	font-size: 14px;
	border-radius: 2px;
}

.widget .tagcloud a:hover {
	color: #fff;
	background: #333;
}

/* --- slider --- */
.fnc {
	/* you can add color names and their values here and then simply add classes like .blend-$colorName to .fnc-slide to apply specific color for mask blend mode */
}
.fnc-slider {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	height: 90vh;
}
.fnc-slider *, .fnc-slider *:before, .fnc-slider *:after {
	box-sizing: border-box;
}
.fnc-slider__slides {
	position: relative;
	height: 100%;
	transition: transform 1s 0.6666666667s;
}
.fnc-slider .blend-dark .fnc-slide__inner {
	background-color: #8a8a8a;
}
.fnc-slider .blend-dark .fnc-slide__mask-inner {
	background-color: #575757;
}
.fnc-slider .navbg-dark {
	background-color: #575757;
}

.fnc-slide {
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: translate3d(0, 0, 0);
}
.fnc-slide.before-sliding {
	z-index: 2 !important;
	transform: translate3d(100%, 0, 0);
}
.fnc-slide.active-slide {
	z-index: 1;
	transition: transform 1s 0.6666666667s ease-in-out;
	transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center top;
	transform: translate3d(0, 0, 0);
}
.global-blending-active .fnc-slide__inner, .blend-bg-active .fnc-slide__inner {
	background-blend-mode: luminosity;
}
.before-sliding .fnc-slide__inner {
	transform: translate3d(-100%, 0, 0);
}
.active-slide .fnc-slide__inner {
	transition: transform 1s 0.6666666667s ease-in-out;
	transform: translate3d(0, 0, 0);
}
.fnc-slide__mask {
	overflow: hidden;
	z-index: 1;
	position: absolute;
	right: 60%;
	top: 8%;
	width: 50.25vh;
	height: 67vh;
	margin-right: -90px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
	transform-origin: 50% 0;
	transition-timing-function: ease-in-out;
}
.before-sliding .fnc-slide__mask {
	transform: rotate(-10deg) translate3d(200px, 0, 0);
	opacity: 0;
}
.active-slide .fnc-slide__mask {
	transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
	transform: translate3d(0, 0, 0);
	opacity: 1;
}
.previous-slide .fnc-slide__mask {
	transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
	transform: rotate(10deg) translate3d(-200px, 0, 0);
	opacity: 0;
}
.fnc-slide__mask-inner {
	z-index: -1;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	height: 100vh;
	margin-left: -50vw;
	margin-top: -50vh;
	background-size: cover;
	background-position: center center;
	background-blend-mode: luminosity;
	transform-origin: 50% 16.5vh;
	transition-timing-function: ease-in-out;
}
.before-sliding .fnc-slide__mask-inner {
	transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.active-slide .fnc-slide__mask-inner {
	transition: transform 0.7s 1.2222222222s;
	transform: translateX(0);
}
.previous-slide .fnc-slide__mask-inner {
	transition: transform 0.7s 0.3333333333s;
	transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.fnc-slide__content {
	z-index: 2;
	position: absolute;
	left: 40%;
	top: 40%;
}
.fnc-slide__heading {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.fnc-slide__heading p{
    font-size:50%;
}
.fnc-slide__heading-line {
	overflow: hidden;
	position: relative;
	padding-right: 20px;
	font-size: 60px;
	color: #fff;
	word-spacing: 12px;
	font-weight: 800;
	text-shadow: 2px 2px #333;
}
.fnc-slide__heading-line:nth-child(2) {
	padding-left: 30px;
}
.before-sliding .fnc-slide__heading-line {
	transform: translateY(100%);
}
.active-slide .fnc-slide__heading-line {
	transition: transform 1.5s 1s;
	transform: translateY(0);
}
.previous-slide .fnc-slide__heading-line {
	transition: transform 1.5s;
	transform: translateY(-100%);
}
.fnc-slide__heading-line span {
	display: block;
}
.before-sliding .fnc-slide__heading-line span {
	transform: translateY(-100%);
}
.active-slide .fnc-slide__heading-line span {
	transition: transform 1.5s 1s;
	transform: translateY(0);
}
.previous-slide .fnc-slide__heading-line span {
	transition: transform 1.5s;
	transform: translateY(100%);
}
.fnc-slide__action-btn {
	position: relative;
	margin-left: 200px;
	padding: 5px 15px;
	font-size: 20px;
	line-height: 1;
	color: transparent;
	border: none;
	text-transform: uppercase;
	background: transparent;
	cursor: pointer;
	text-align: center;
	outline: none;
}
.fnc-slide__action-btn span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	perspective: 1000px;
	transform-style: preserve-3d;
	transition: transform 0.3s;
	transform-origin: 50% 0;
	line-height: 30px;
	color: #fff;
}
.fnc-slide__action-btn span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
	border-top: none;
	border-bottom: none;
}
.fnc-slide__action-btn span:after {
	content: attr(data-text);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 30px;
	background: #1f2833;
	opacity: 0;
	transform-origin: 50% 0;
	transform: translateY(100%) rotateX(-90deg);
	transition: opacity 0.15s 0.15s;
}
.fnc-slide__action-btn:hover span {
	transform: rotateX(90deg);
}
.fnc-slide__action-btn:hover span:after {
	opacity: 1;
	transition: opacity 0.15s;
}
.fnc-nav {
	z-index: 5;
	position: absolute;
	right: 0;
	bottom: 0;
}
.fnc-nav__bgs {
	z-index: -1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fnc-nav__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.fnc-nav__bg.nav-bg-before {
	z-index: 2 !important;
	transform: translateX(100%);
}
.fnc-nav__bg.active-nav-bg {
	z-index: 1;
	transition: transform 1s 0.6666666667s;
	transform: translateX(0);
}
.fnc-nav__controls {
	font-size: 0;
}
.fnc-nav__control {
	overflow: hidden;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
	transition: background-color 0.5s;
}
.fnc-nav__control.active-control {
	background: #1f2833;
}
.fnc-nav__control-progress {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	transform-origin: 0 50%;
	transform: scaleX(0);
	transition-timing-function: linear !important;
}
.with-autosliding .active-control .fnc-nav__control-progress {
	transform: scaleX(1);
}
.prev-control .fnc-nav__control-progress {
	transform: translateX(100%);
	transition: transform 0.5s !important;
}
.reset-progress .fnc-nav__control-progress {
	transform: scaleX(0);
	transition: transform 0s 0s !important;
}
.autosliding-blocked .fnc-nav__control-progress {
	transition: all 0s 0s !important;
	transform: scaleX(0) !important;
}

.demo-cont {
	overflow: hidden;
	position: relative;
	height: 90vh;
	perspective: 1500px;
	background: #000;
}
.demo-cont__credits {
	box-sizing: border-box;
	overflow-y: auto;
	z-index: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: 400px;
	height: 100%;
	padding: 20px 10px 30px;
	background: #303030;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #fff;
	text-align: center;
	transition: transform 0.7s;
	transform: translate3d(100%, 0, 0) rotateY(-45deg);
	will-change: transform;
}
.credits-active .demo-cont__credits {
	transition: transform 0.7s 0.2333333333s;
	transform: translate3d(0, 0, 0);
}
.demo-cont__credits *, .demo-cont__credits *:before, .demo-cont__credits *:after {
	box-sizing: border-box;
}
.demo-cont__credits-close {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 28px;
	height: 28px;
	cursor: pointer;
}
.demo-cont__credits-close:before, .demo-cont__credits-close:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 2px;
	margin-top: -1px;
	background: #fff;
}
.demo-cont__credits-close:before {
	transform: rotate(45deg);
}
.demo-cont__credits-close:after {
	transform: rotate(-45deg);
}
.demo-cont__credits-heading {
	text-transform: uppercase;
	font-size: 40px;
	margin-bottom: 20px;
}
.demo-cont__credits-img {
	display: block;
	width: 60%;
	margin: 0 auto 30px;
	border-radius: 10px;
}
.demo-cont__credits-name {
	margin-bottom: 20px;
	font-size: 30px;
}
.demo-cont__credits-link {
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	color: #fff;
}
.demo-cont__credits-blend {
	font-size: 30px;
	margin-bottom: 10px;
}
.example-slider {
	z-index: 2;
	transform: translate3d(0, 0, 0);
	transition: transform 0.7s;
}
.credits-active .example-slider {
	transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider .fnc-slide-1 .fnc-slide__inner, .example-slider .fnc-slide-1 .fnc-slide__mask-inner {
	background-image: url(../img/slider2.jpg);
}
.example-slider .fnc-slide-2 .fnc-slide__inner, .example-slider .fnc-slide-2 .fnc-slide__mask-inner {
	background-image: url(../img/background.jpg);
}
.example-slider .fnc-slide-3 .fnc-slide__inner, .example-slider .fnc-slide-3 .fnc-slide__mask-inner {
	background-image: url(../img/slider3.jpg);
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner, .example-slider .fnc-slide-4 .fnc-slide__mask-inner {
	background-image: url(../img/slider1.jpg);
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading, .example-slider .fnc-slide__action-btn, .example-slider .fnc-nav__control {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

.colorful-switch {
	position: relative;
	width: 180px;
	height: 77.1428571429px;
	margin: 0 auto;
	border-radius: 32.1428571429px;
	background: #cfcfcf;
}
.colorful-switch:before {
	content: "";
	z-index: -1;
	position: absolute;
	left: -5px;
	top: -5px;
	width: 190px;
	height: 87.1428571429px;
	border-radius: 37.1428571429px;
	background: #314239;
	transition: background-color 0.3s;
}
.colorful-switch:hover:before {
	background: #4c735f;
}
.colorful-switch__checkbox {
	z-index: -10;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.colorful-switch__label {
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 32.1428571429px;
	cursor: pointer;
}
.colorful-switch__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 540px;
	height: 100%;
	background: linear-gradient(90deg, #14dcd6 0, #10e7bd 180px, #ef9c29 360px, #e76339 100%);
	transition: transform 0.5s;
	transform: translate3d(-360px, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__bg {
	transform: translate3d(0, 0, 0);
}
.colorful-switch__dot {
	position: absolute;
	left: 131.1428571429px;
	top: 50%;
	width: 5.1428571429px;
	height: 5.1428571429px;
	margin-left: -2.5714285714px;
	margin-top: -2.5714285714px;
	border-radius: 50%;
	background: #fff;
	transition: transform 0.5s;
	transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__dot {
	transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on {
	position: absolute;
	left: 104.1428571429px;
	top: 22.5px;
	width: 19.2857142857px;
	height: 36px;
	transition: transform 0.5s;
	transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on {
	transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__on__inner {
	position: absolute;
	width: 100%;
	height: 100%;
	transition: transform 0.25s 0s cubic-bezier(0.52, -0.96, 0.51, 1.28);
	transform-origin: 100% 50%;
	transform: rotate(45deg) scale(0) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__on__inner {
	transition: transform 0.25s 0.25s cubic-bezier(0.67, -0.16, 0.47, 1.61);
	transform: rotate(45deg) scale(1) translateZ(0);
}
.colorful-switch__on__inner:before, .colorful-switch__on__inner:after {
	content: "";
	position: absolute;
	border-radius: 2.5714285714px;
	background: #fff;
}
.colorful-switch__on__inner:before {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 6.1428571429px;
}
.colorful-switch__on__inner:after {
	right: 0;
	top: 0;
	width: 6.1428571429px;
	height: 100%;
}
.colorful-switch__off {
	position: absolute;
	left: 131.1428571429px;
	top: 50%;
	width: 41.1428571429px;
	height: 41.1428571429px;
	margin-left: -20.5714285714px;
	margin-top: -20.5714285714px;
	transition: transform 0.5s;
	transform: translate3d(0, 0, 0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off {
	transform: translate3d(-80.3571428571px, 0, 0);
}
.colorful-switch__off:before, .colorful-switch__off:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 5.1428571429px;
	margin-top: -2.5714285714px;
	border-radius: 2.5714285714px;
	background: #fff;
	transition: transform 0.25s 0.25s;
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before, .colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
	transition-delay: 0s;
}
.colorful-switch__off:before {
	transform: rotate(45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:before {
	transform: rotate(45deg) scaleX(0) translateZ(0);
}
.colorful-switch__off:after {
	transition-timing-function: cubic-bezier(0.67, -0.16, 0.47, 1.61);
	transform: rotate(-45deg) scaleX(1) translateZ(0);
}
.colorful-switch__checkbox:checked ~ .colorful-switch__label .colorful-switch__off:after {
	transition-timing-function: ease;
	transform: rotate(-45deg) scaleX(0) translateZ(0);
}

/* --- view --- */

.view-section{}
.view-section .container{margin:5%;}
.view-section .image img{border:4px solid #152f6d;}
.view-section .description{}
.view-section .description h1,
.view-section .description h2,
.view-section .description h3,
.view-section .description h4{
	font-size:26px;
	font-weight:800;
}
.view-section .description p{}

/* --- widget --- */

form.search-form input {
	font-size: 18px;
	line-height: 1.6em;
	border: 1px solid #eee;
	-webkit-box-shadow: none;
	box-shadow:  none;
	border-radius: 2px;
}

form.search-form input:focus {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.call {
	background: #fff;
	border-radius: 4px;
	margin-bottom: 15px;
}
.call ul {
	list-style: none;
	text-align: left;
	margin: 0 15px;
	padding: 30px;
}
.call ul li {
	text-decoration: none;
	margin-bottom: 4px;
}
.call ul li span {
	margin-left: 50px;
	display: block;
}
.call ul li b {
	font-size: 20px;
}
.call ul li i {
	font-size: 22px;
	padding: 8px 6px;
	background: #152f6d;
	border-radius: 4px;
	color: #fff;
	position: absolute;
}

/* ===========================
	--- Footer
============================ */

footer {
    background-color: #111010;
}

footer {
	text-align: center;
	padding: 30px 0 25px;
}

footer .copyright {
	color: #f8f8f8;
	font-size: 14px;
}

footer a.totop {
	color: #fff;
	margin-bottom: 30px;
}
footer a.totop:focus {
	outline: 0;
}



/* menu */
ul.footer-menu {
	list-style: none;
}

ul.footer-menu li {
	float: left;
	margin: 0 0 0 10px;
	
}

ul.footer-menu li a {
	color: #fff;
	font-size: 16px;
	padding-left: 9px;
	line-height: 1.1em;
}

ul.footer-menu li:first-child a {
	border-left: none;
	padding-left: 0;
}

.social-widget {
	margin-top: 20px;
	margin-bottom: 30px;
}
.social-widget ul li a:hover {
	color: #fff;
}

footer .social-widget ul.team-social li a {
	margin: 0 5px;
}

/* === testimonial slide === */
.testimonialslide {
	margin-top:0;
	padding-top: 0;
}

.testimonialslide ul li blockquote {
	color: #fff;
	border-left: none;
}

.testimonialslide ul li h4 {
	color: #fff;
	font-weight: 900;
}
.testimonialslide ul li h4 span {
	color: #fff;
	font-weight: 400;
}


/* --- button --- */
.btn {
	border-radius: 2px;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 14px;
}

.btn.btn-noradius {
	border-radius: 0;
}

a.btn:focus{
	outline: 0;
}

.btn-red {
	color: #fff;
	background-color: #c83539;
	border-color: #c83539;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}
.btn-red:active {
	background-image: none;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
	color: #fff;
	background-color: #666;
	border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

/* --- progress --- */
.progress {
	height: 40px;
	
}
.progress-bar {
	font-size: 14px;
	line-height: 40px;
}

a:hover,
a:focus {
    color: #152f6d;
}

#navigation {
	border-top: 5px solid #152f6d;
}

a,.tp-caption a.btn:hover {
	color: #152f6d;
}
.top-nav-collapse {
	background: #152f6d;
}

.carousel-indicators .active {
    background-color: #152f6d;
}

.header-text h2 span {
    background-color: #152f6d;
}


.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	color: #152f6d;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #152f6d;
}

.widget-avatar .avatar:hover {
    border: 5px solid #152f6d;
}

.bg-skin {
	background: #152f6d;
}

.highlight-color {
	background-color: #152f6d;
}

.service-box:hover {
	border-bottom: 2px solid #152f6d;
}



form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
	border-color: #152f6d;
}
form.search-form input:focus {
	border-color: #152f6d;
}

/* footer */
ul.footer-menu li a:hover {
	color: #152f6d;
}

footer a.totop:hover {
	color: #152f6d;
}


.btn-skin {
	color: #fff;
	background-color: #152f6d;
	border-color: #152f6d;
}


/* Media queries */

@media(min-width:767px) {
	
    .navbar {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
	}
	
    .top-nav-collapse {
        padding: 0;
        background-color: #000;
	}
	
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
	}
	
    .intro {
        height: 100%;
        padding: 0;
	}
	
    .brand-heading {
        font-size: 100px;
	}
	
	
    .intro-text {
        font-size: 25px;
	}
	
	
}
@media (max-width:768px) {
	#navigation {
		padding: 20px 0;
	}
	.site-logo{
		margin: 0 0 0 30px;
		float:none;
	}
	.navbar-custom ul.nav li a {
		color: #eee;
	}
	.navbar-custom ul.nav ul.dropdown-menu li {
		border-bottom: 1px solid #aaa;
		
	}
	.navbar-header {
		margin-top:-40px;
		padding:0;
	}
	.navbar-header button {
		background: #111;
	}
	
	.navbar-header button.navbar-toggle {
		padding: 4px 15px;
		font-size: 14px;
		color: #fff;
	}
	
	.navbar-custom .nav {
		background: #444;
	}
	
	.service-box {
		margin-bottom: 50px;
	}
	
	.team-wrap {
		margin-bottom: 30px;
	}
	
	form#contact-form {
		margin-bottom: 50px;
	}
	
	.xs-marginbot-20 {
		margin-bottom: 20px;
	}
	
}

@media (max-width:1024px) {
	.service-desc h5 {
		font-weight: 600;
		font-size: 15px;
		margin-bottom: 8px;
	}
	.service-box {
	padding: 20px 15px;
	}
}
@media (max-width:500px) {
	.fnc-slide__heading-line{font-size:30px;}
	.demo-cont, .fnc-slider {height: 40vh;}
	.fnc-slide__mask{display:none;}
	.fnc-slide__content{left:10%;}
	#menu{z-index: 99;background: #fff;}
	.footer-menu{
			display:none;
	}
	iframe{
			height:250px;
	}
	
}
@media (max-width:480px) {
	
	.navbar-custom .nav.navbar-nav {
		background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
}

section {
	overflow: hidden !important;
}
