/*---------------------------------------------------------------------------------


* 


* Templarte Master Stylesheet


* 


* Template:		RED - Responsive One Page HTML5 Website Template


* Author: 		Themetorium


* URL:			https://themetorium.net


* 


* Template main color: #2567ff;


* 


---------------------------------------------------------------------------------*/
/* Begin "Oswald" font fix */
@font-face {
	font-family: 'Oswald';
	font-weight: 300;
	src: local('?'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/HqHm7BVC_nzzTui2lzQTDT8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
	font-family: 'Oswald';
	font-weight: 400;
	src: local('?'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/-g5pDUSRgvxvOl5u-a_WHw.woff) format('woff');
}

@font-face {
	font-family: 'Oswald';
	font-weight: 700;
	src: local('?'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/bH7276GfdCjMjApa_dkG6T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/* End "Oswald" font fix */
/* ------------------------------------------------------------------------- *


 *  Base Styles


/* ------------------------------------------------------------------------- */
html, body {
	height: 100% !important;
	padding: 0;
	margin: 0;
}

body {
	background-color: #FFF;
	font-family: Oswald;
	line-height: 1.5;
	font-size: 18px;
	color: #000050; /* border-left: 15px solid #FFF; */ /* border-right: 15px solid #FFF; */;
	border: 15px solid #FFF;
	overflow: overlay;
}

a {
	font-weight: normal;
	color: #2567ff;
}

a:hover, a:focus {
	color: #2567ff;
	text-decoration: none;
}

a:focus {
	outline: none;
}

ul {
	padding: 0;
}

li {
	list-style: none;
}

img {
	/*max-width: 75%;*/
}

p {
	/* font-family: 'Open Sans', sans-serif; */
	letter-spacing: -.15px;
}

hr {
	border-color: rgba(146, 146, 146, 0.23);
}

::selection {
	/* background-color: #2567ff; */
	/* color: #FFF; */
}

.cover {
	/* Element cover */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 8, 85, 0.12);
	z-index: 2;
}

.lead {
	font-size: 21px;
}

.thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
}

/* ------------------------------------------------------------- *


 *  Page preloader (display loading animation while page loads)


/* ------------------------------------------------------------- */
#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	z-index: 99999;
}

#preloader .pulse {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	border-radius: 40px;
	background-color: #2567ff;
	-webkit-animation: scaleout 1.0s infinite ease;
	animation: scaleout 1.0s infinite ease;
}

@-webkit-keyframes scaleout {
	0% {
		-webkit-transform: scale(0.0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes scaleout {
	0% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	100% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

/* ------------------------------------ *


 *  Bage borders


/* ------------------------------------ */
.border-top, .border-bottom, .border-left, .border-right {
	position: fixed;
	background-color: #FFF;
	z-index: 99998;
}

.border-top {
	top: 0;
	left: 0;
	height: 15px;
	width: 100%;
}

.border-bottom {
	bottom: 0;
	left: 0;
	height: 15px;
	width: 100%;
}

.border-left {
	top: 0;
	left: 0;
	width: 15px;
	height: 100%;
}

.border-right {
	top: 0;
	right: 0;
	width: 15px;
	height: 100%;
}

/* ------------------------------------ *


 *  Body content


/* ------------------------------------ */
#body-content {
	height: 100%;
}

/* ------------------------------------ *


 *  Headings


/* ------------------------------------ */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	line-height: 1.3;
	font-weight: 500;
}

.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.h1, h1 {
	font-size: 42px;
}

.h2, h2 {
	font-size: 36px;
}

.h3, h3 {
	font-size: 31px;
}

.h4, h4 {
	font-size: 26px;
}

.h5, h5 {
	font-size: 22px;
}

.h6, h6 {
	font-size: 19px;
}

/* heading */
.heading {
	margin-bottom: 30px;
	z-index: 2;
}

.heading h1 {
	margin: 0;
	font-size: 36px;
	font-weight: bold;
}

.heading h1 span {
	display: inline-block;
	padding: 0px 10px;
	/* margin-right: 5px; */
}

.heading .divider {
	margin-bottom: 0;
}

/* heading align */
.heading-center {
	text-align: center;
}

.heading-center .divider {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

.heading-right {
	text-align: right;
}

.heading-right .divider {
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
}

/* heading sizes */
.heading-xsm h1 {
	font-size: 28px;
}

.heading-sm h1 {
	font-size: 42px;
}

.heading-md h1 {
	font-size: 52px;
}

.heading-lg h1 {
	font-size: 62px;
}

.heading-xlg h1 {
	font-size: 80px;
}

@media (max-width: 1440px) {
	.heading h1 {
		font-size: 54px;
	}
}

@media (max-width: 768px) {
	.heading h1 {
		font-size: 42px;
	}
}

/* ------------------------------------ *


 *  Divider


/* ------------------------------------ */
.divider {
	width: 50px;
	height: 5px;
	background-color: #2567ff;
	margin: 20px 0 30px 0;
}

/* divider align */
.divider-center {
	margin-left: auto;
	margin-right: auto;
}

.divider-right {
	margin-left: auto;
	margin-right: 0;
}

/* ------------------------------------ *


 *  Page sections


/* ------------------------------------ */
section {
	position: relative;
	background-color: #FFF;
	padding: 80px 0;
	overflow: hidden;
}

section .container {
	z-index: 2;
}

#section-1 {
}

#section-2 {
}

#section-3 {
}

#section-4 {
}

#section-5 {padding-bottom: 120px;}

#section-6 {
}

#section-7 {
}

#section-8 {
}

#section-9 {
}

#section-10 {
}

#section-11 {padding: 150px 0px;}

/* ------------------------------------ *


 *  Intro section


/* ------------------------------------ */
#section-intro {
	position: relative;
	overflow: hidden;
}

.intro-caption {
	position: fixed;
	left: 50%;
	top: 45%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	text-align: -webkit-center;
}


.intro-caption h1 {
	font-size: 82px;
	font-weight: bold;
}

.intro-caption h1 span {
	display: inline-flex;
	padding: 0px 3px;
	margin-right: -5px;
}

.intro-caption .divider {
	margin: 30px 0 30px 0;
}

.intro-caption p {
	margin: 15px 0 0 0;
	font-size: 28px;
}

.intro-caption img {
	max-width: 100%;
}

.made-with-love {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 14px;
	font-weight: 300;
	z-index: 3;
}

@media only screen and (max-width: 992px) {
	.intro-caption h1 {
		font-size: 68px;
	}
}

@media only screen and (min-width: 768px) {
	.intro-caption h1 {
		font-size: 44px;
	}

	.intro-caption p {
		font-size: 18px;
	}

	.intro-caption img {
		max-width: 55%;
	}
	
}
/* ------------------------------------ *


 *  Intro parallax


/* ------------------------------------ */
/* Intro parallax cover */
.intro-parallax .cover {
	background-color: rgba(0, 8, 85, 1);
}

/* ------------------------------------ *


 *  Intro slider


/* ------------------------------------ */
.intro-slider .slide-wrapper {
	position: relative;
	overflow: hidden;
}

.intro-slider .slide-image {
}

/* Zoom slide image on hover (no effect on small devices.) */
@media only screen and (min-width : 992px) {
	.intro-slider .slide-image {
		-webkit-transition: all 12s ease;
		transition: all 12s ease;
	}

	.intro-slider .slide-wrapper:hover .slide-image {
		transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}
}

/* Intro slider covers */
.intro-slider .intro-slide-1 .cover {
	background-color: rgba(0, 8, 85, 0.4);
}

.intro-slider .intro-slide-2 .cover {
	background-color: rgba(0, 8, 85, 0.2);
}

.intro-slider .intro-slide-3 .cover {
	background-color: rgba(0, 8, 85, 0);
}

/* Intro slider dots (OWL Carousel) */
.intro-slider .owl-carousel .owl-dots {
	position: absolute;
	bottom: 85px;
	right: 30px;
}

.intro-slider .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	border-radius: 0;
}

.intro-slider .owl-dots .owl-dot:hover span {
	height: 15px;
}

.intro-slider .owl-dots .owl-dot.active span {
	height: 22px;
}

/* ----------------------------------------- *


 *  Video intro (Youtube video background)


/* ----------------------------------------- */
.intro-video-bg {
}

.video-bg {
	position: relative;
	background-color: #000855;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 0 !important;
	opacity: 1;
}

.video-bg::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

/* Video cover */
.YTPOverlay {
	background-color: rgba(0, 8, 85, 0.4);
}

.YTPOverlay.raster {
	background: url("../vendor/ytplayer/images/raster.png");
	/* "raster.png" or "raster_dot.png" */
	background-color: rgba(0, 8, 85, 0.6);
}

.youtube-bg.fullscreen .YTPOverlay, .youtube-bg.fullscreen .YTPOverlay.raster {
	display: none;
}

/* Video control bar */
.mb_YTPBar, .mb_YTPBar .buttonBar {
	padding: 5px 5px 0px 5px;
}

.mb_YTPBar, .mb_YTPBar .mb_YTPProgress, .mb_YTPBar .mb_YTPLoaded, .mb_YTPBar .mb_YTPseekbar {
	height: 5px;
}

.mb_YTPBar.visible {
	opacity: .1;
}

.mb_YTPBar .mb_YTPProgress, .mb_YTPBar .mb_YTPLoaded {
	cursor: pointer;
}

.mb_YTPBar .mb_YTPseekbar {
	background: #2567ff;
	cursor: pointer;
}

/* ----------------------------------------- *


 *  404 error intro


/* ----------------------------------------- */
.intro-error {
}

.intro-error .cover {
	background-color: rgba(0, 8, 85, 0.76);
}

/* ------------------------------------ *


 *  OWL Carousel


/* ------------------------------------ */
.owl-carousel .owl-item {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* OWL controls */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	position: absolute;
}

/* Prev/Next buttons */
.owl-nav {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.owl-nav {
		/* Disable Prev/Next buttons on smaller devices */ display: none;
	}
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: rgba(194, 194, 194, 0.36);
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	opacity: 0;
	border-radius: 0;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
	outline: none;
}

.owl-carousel:hover .owl-nav button.owl-prev, .owl-carousel:hover .owl-nav button.owl-next {
	opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
	background-color: rgba(194, 194, 194, 0.5);
}

.owl-carousel .owl-nav button.owl-prev {
	left: 0px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0px;
}

.owl-carousel:hover .owl-nav button.owl-prev {
	left: 40px;
}

.owl-carousel:hover .owl-nav button.owl-next {
	right: 40px;
}

.owl-carousel:hover .owl-nav .disabled {
	cursor: default;
}

/* Dots */
.owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-dots button.owl-dot {
	display: inline-block;
	zoom: 1; }

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-dots button.owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	background: #d6d6d6;
	margin: 0px 5px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-dots button.owl-dot.active span, .owl-dots button.owl-dot:hover span {
	background: rgb(17, 69, 221);
}

/* ------------------------------------ *


 *  Scroll down arrow


/* ------------------------------------ */
.scroll-down-arrow {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 30px;
	z-index: 3;
}
.scroll-down-arrow span {
	position: relative;
	font-size: 24px;
	-webkit-animation: mymove 1.4s infinite ease;
	animation: mymove 1.4s infinite ease;
}
@-webkit-keyframes mymove { /* Chrome, Safari, Opera */
    0% { top: 0; opacity: 0; }
    50% { opacity: 1; }
    100% { top: 7px; opacity: 0; }
}
@keyframes mymove { /* Standard */
    0% { top: 0; opacity: 0; }
    50% { opacity: 1; }
    100% { top: 7px; opacity: 0; }
}


/* ------------------------------------ *


 *  Welcome section


/* ------------------------------------ */
.welcome {
	padding: 120px 0;
}

@media only screen and (max-width: 992px) {
	.welcome {
		padding: 13% 0;
	}
}

@media only screen and (min-width: 1200px) {
	.welcome .col-right .col-inner {
		padding-left: 40px;
	}
}

/* ------------------------------------ *


 *  Info box


/* ------------------------------------ */
.info-box-wrapper {
}

@media only screen and (max-width: 768px) {
	.info-box-wrapper .col {
		padding: 0;
	}
}

.info-box {
	margin-top: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.info-box-icon {
	display: inline-block;
	width: 65px;
	height: 65px;
	line-height: 63px;
	margin-right: 12px;
	text-align: center;
	font-size: 21px;
	color: #FFF;
	background-color: rgba(255, 255, 255, 0.16);
	border-radius: 50%;
	box-shadow: inset 0px 0px rgba(17, 69, 221, 0.82);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.info-box:hover .info-box-icon {
	box-shadow: inset 0px -75px rgba(17, 69, 221, 0.82);
}

.info-box-heading {
	display: inline-block;
}

.info-box-heading h3 {
	margin: 0;
	font-size: 22px;
}

.info-box-heading .divider {
	margin: 16px 0 20px 0;
}

.info-box-info {
	font-weight: 300;
}

/* ------------------------------------ *


 *  Work (what we to)


/* ------------------------------------ */
.work {
}

@media only screen and (max-width: 992px) {
	.work {
		padding: 8% 0 0 0;
	}
}

.work .cover {
	background-color: rgba(0, 8, 85, 0.75);
}

.work .row {
	position: relative;
	z-index: 3;
}

@media only screen and (min-width: 1200px) {
	.work .col-left .col-inner {
		border-right: 3px solid #fff;
	}
}

/* ------------------------------------ *


 *  Split box


/* ------------------------------------ */
.split-box .col-left, .split-box .col-right {
	position: relative;
}

.split-box img {
	max-width: 100%;
}

.split-box .col-inner {
	padding: 30px 80px;
	overflow: hidden;
}

@media only screen and (max-width: 1200px) {
	.split-box .col-inner {
		padding: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.split-box .col-inner {
		padding: 40px 15px;
	}
}

/* ------------------------------------ *


 *  Portfolio grid section


/* ------------------------------------ */
.portfolio {
}

.portfolio .masonry {
	background-color: #000050;
}

/* portfolio grid box */
.portfolio .box, .grid-sizer {
	padding: 0;
	/* Change to add more space between portfolio grid boxes */
	width: 33.3333333%;
}

@media (max-width: 1200px) {
	.portfolio .box, .grid-sizer {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.portfolio .box, .grid-sizer {
		width: 100%;
	}
}

.portfolio .box-inner {
	position: relative;
	overflow: hidden;
}

.portfolio .box .entry-count {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
	margin: 0;
	font-size: 48px;
	color: rgba(255, 255, 255, 0.22);
	z-index: 2;
}

.portfolio .thumbnail {
}

/* portfolio heading */
.portfolio-heading {
}

@media (max-width: 1200px) {
	.box.portfolio-heading {
		width: 100%;
	}
}

.portfolio-heading .box-inner {
	padding-bottom: 65%;
}

@media (max-width: 1200px) {
	.portfolio-heading .box-inner {
		padding-bottom: 35%;
	}
}

@media (max-width: 992px) {
	.portfolio-heading .box-inner {
		padding-bottom: 45%;
	}
}

@media (max-width: 768px) {
	.portfolio-heading .box-inner {
		padding-bottom: 60%;
	}
}

.portfolio-heading .heading {
	margin: 0;
	color: #FFF;
}

.portfolio-heading .heading h1 {
}

@media (max-width: 1600px) {
	.portfolio-heading .heading h1 {
		font-size: 40px;
	}
}

@media (max-width: 1400px) {
	.portfolio-heading .heading h1 {
		white-space: nowrap;
	}
}

@media (max-width: 1200px) {
	.portfolio-heading .heading h1 {
		font-size: 54px;
	}
}

@media (max-width: 768px) {
	.portfolio-heading .heading h1 {
		font-size: 38px;
	}
}

.portfolio-heading .heading p {
	margin-top: 20px;
}

/* portfolio grid box link */
.box-inner .portfolio-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

/* portfolio grid box cover */
.portfolio .box .cover {
	background-color: rgba(0, 8, 85, 0.6);
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.portfolio .box:hover .cover {
	background-color: #2567ffbf;
}

/* portfolio grid box cover hover bg colors */
.portfolio .box-1:hover .cover {
	background-color: rgba(255, 0, 0, 0.8);
}

.portfolio .box-2:hover .cover {
	background-color: rgba(255, 213, 0, 0.8);
}

.portfolio .box-3:hover .cover {
	background-color: rgba(141, 203, 11, 0.8);
}

.portfolio .box-4:hover .cover {
	background-color: rgba(0, 197, 255, 0.8);
}

.portfolio .box-5:hover .cover {
	background-color: rgba(229, 0, 255, 0.8);
}

.portfolio .box-6:hover .cover {
	background-color: rgba(176, 100, 0, 0.8);
}

.portfolio .box-7:hover .cover {
	background-color: rgba(0, 29, 176, 0.8);
}

/* portfolio grid box thumbnail */
.portfolio .thumbnail {
}

/* portfolio grid box caption */
.portfolio .box .caption {
	text-align: center;
	z-index: 2;
}

.portfolio .box .caption img {
	max-width: 80%;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
	transform: scale(1);
	-webkit-transform: scale(1);
}

.portfolio .box:hover .caption img {
	transform: scale(1.03);
	-webkit-transform: scale(1.03);
}

/* ------------------------------------ *


 *  Testimonials


/* ------------------------------------ */
.testimonial {
	margin-top: -1px;
}

.testimonial-carousel {
	max-width: 800px;
	margin: 0 auto;
}

blockquote, .blockquote {
	padding: 60px 20px;
	margin: 0;
	font-size: 22px;
	border: none;
}

.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #777;
}

.blockquote-footer::before {
	content: "\2019\00A0";
}

/* ------------------------------------ *


 *  Video demonstration


/* ------------------------------------ */
.video-demonstration {
}

/* ---------------------------------------------------------------- *


 *  Magnific Popup: http://dimsemenov.com/plugins/magnific-popup/


/* ---------------------------------------------------------------- */
.mfp-bg {
	background: #000050;
	opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 99999;
}

.mfp-wrap {
	z-index: 99999;
}

.mfp-container {
	padding: 0 15px;
}

.mfp-figure:after {
	top: 80px;
	bottom: 80px;
}

img.mfp-img {
	padding: 80px 0 80px;
}

.mfp-close, .mfp-close:focus, .mfp-close:active {
	top: 36px;
}

.mfp-bottom-bar {
	margin-top: -75px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

/* fade in navication */
.mfp-fadein .mfp-figure {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-ms-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* on smaller devices */
@media only screen and (max-width: 768px) {
	.mfp-bottom-bar {
		padding: 0 10px;
	}

	.mfp-counter {
		right: 10px;
	}

	.mfp-close, .mfp-close:focus {
		right: 0;
	}
}

/* Inline popup (type inline) 


------------------------------- */
.inline-popup {
	position: relative;
	height: auto;
	max-width: 1200px;
	background-color: transparent;
	padding: 0px;
	margin: 70px auto;
	color: #FFF;
}

.inline-popup-inner {
}

/* Close button */
.inline-popup .inline-popup-close {
	position: absolute;
	top: -50px;
	right: 0px;
	text-decoration: none;
	font-size: 32px;
	color: #FFF;
}

.inline-popup .mfp-close {
	display: none;
}

/* Fade-zoom animation for first dialog */
/* start state */
.mfp-fade-zoom .inline-popup {
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.mfp-fade-zoom.mfp-ready .inline-popup {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.mfp-fade-zoom.mfp-removing .inline-popup {
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* Dark overlay, start state */
.mfp-fade-zoom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.mfp-fade-zoom.mfp-ready.mfp-bg {
	background: #000050;
	opacity: 0.99;
}

/* animate out */
.mfp-fade-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ------------------------------------ *


 *  Panels


/* ------------------------------------ */
.panel-group .panel {
	background-color: #FFF;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-heading {
	position: relative;
	padding: 15px;
}

.panel-title {
	font-size: 22px;
}

@media only screen and (max-width: 768px) {
	.panel-title {
		font-size: 18px;
	}
}

.panel-body {
	padding: 15px;
}

/* panel-default */
.panel-default {
	border-color: #DDD;
}

.panel-default > .panel-heading {
	background-color: #FFF;
	color: #000050;
}

.panel-default .panel-title a:hover, .panel-default .panel-title a:focus {
	color: #000050;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #DDD;
}

/* panel-primary */
.panel-primary {
	border-color: #337AB7;
}

.panel-primary > .panel-heading {
	background-color: #337AB7;
	color: #FFF;
}

.panel-primary .panel-title a:hover, .panel-primary .panel-title a:focus {
	color: #000050;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #337AB7;
}

/* panel-success */
.panel-success {
	border-color: #7BBD28;
}

.panel-success > .panel-heading {
	background-color: #7BBD28;
	color: #FFF;
}

.panel-success .panel-title a:hover, .panel-success .panel-title a:focus {
	color: #000050;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #7BBD28;
}

/* panel-info */
.panel-info {
	border-color: #90D8E8;
}

.panel-info > .panel-heading {
	background-color: #90D8E8;
	color: #FFF;
}

.panel-info > .panel-heading span {
	color: rgba(255, 255, 255, 0.7);
}

.panel-info .panel-title a:hover, .panel-info .panel-title a:focus {
	color: #000050;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #90D8E8;
}

/* panel-warning  */
.panel-warning {
	border-color: #F4DF4D;
}

.panel-warning > .panel-heading {
	background-color: #F4DF4D;
	color: #000050;
}

.panel-warning .panel-title a:hover, .panel-warning .panel-title a:focus {
	color: #2567ff;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #F4DF4D;
}

/* panel-danger */
.panel-danger {
	border-color: #2567ff;
}

.panel-danger > .panel-heading {
	background-color: #2567ff;
	color: #FFF;
}

.panel-danger .panel-title a:hover, .panel-danger .panel-title a:focus {
	color: #000050;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #2567ff;
}

/* ------------------------------------------------------------- *


 *  Accordion


/* ------------------------------------------------------------- */
.tt-accordion {
	position: relative;
	margin-top: 80px;
}

/* tt-accordion item 


===================== */
.tt-accordion-item {
	margin-bottom: 7px;
}

/* tt-accordion item header */
.tt-accordion-item-header {
	background-color: #EEE;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.tt-accordion-item-header:hover {
	background-color: #EAEAEA;
}

.tt-accordion-item-title {
	margin: 0;
	font-size: 28px;
	font-weight: 400;
}

@media (max-width: 992px) {
	.tt-accordion-item-title {
		font-size: 22px;
	}
}

.tt-accordion-item-title button {
	position: relative;
	width: 100%;
	padding: 30px 65px 30px 80px;
	background: transparent;
	cursor: pointer;
	text-align: left;
	text-transform: uppercase;
	font-weight: inherit;
	outline: none;
	border: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

@media (max-width: 992px) {
	.tt-accordion-item-title button {
		padding-left: 70px;
	}
}

.tt-accordion-item-arrow {
	position: absolute;
	content: "";
	right: 20px;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 16px;
	color: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tt-accordion-item-title button.collapsed > .tt-accordion-item-arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.tt-accordion-item-queue {
	position: absolute;
	top: 50%;
	left: 15px;
	font-size: 48px;
	color: rgba(0, 0, 0, 0.2);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 992px) {
	.tt-accordion-item-queue {
		font-size: 40px;
	}
}

/* tt-accordion item body */
.tt-accordion-item-body {
	padding: 15px;
}

/* tt-accordion styles 


======================= */
/* tt-accordion boxed style */
.tt-accordion.accordion-boxed .tt-accordion-item {
	border: 15px solid #F1F1F1;
	border-radius: 10px;
}

.tt-accordion.accordion-boxed .tt-accordion-item-header {
	background-color: transparent;
}

.tt-accordion.accordion-boxed .tt-accordion-item-body {
	padding: 30px;
	border-top: 1px solid #ddd;
}

/* tt-accordion minimal style */
.tt-accordion.accordion-minimal .tt-accordion-item-header {
	background-color: transparent;
	border-bottom: 2px solid #222;
}

.tt-accordion.accordion-minimal .tt-accordion-item-title button {
	padding-left: 60px;
	padding-right: 50px;
}

.tt-accordion.accordion-minimal .tt-accordion-item-queue {
	left: 0px;
}

.tt-accordion.accordion-minimal .tt-accordion-item-arrow {
	right: 0;
}

/* tt-accordion dark style */
.tt-accordion.accordion-dark .tt-accordion-item-header {
	background-color: #000050;
	color: #FFF;
}

.tt-accordion.accordion-dark .tt-accordion-item-title button {
	color: #FFF;
}

.tt-accordion.accordion-dark .tt-accordion-item-queue {
	color: #FFF;
}

/* tt-accordion colored style */
.tt-accordion.accordion-colored .tt-accordion-item-header {
	background-color: #2567ff;
	color: #FFF;
}

.tt-accordion.accordion-colored .tt-accordion-item-title button {
	color: #FFF;
}

.tt-accordion.accordion-colored .tt-accordion-item-queue {
	color: #FFF;
}

/* ------------------------------------ *


 *  FAQ


/* ------------------------------------ */
.faq {
}

.faq #accordion {
	margin-top: 80px;
}

/* ------------------------------------ *


 *  Articles (Blog)


/* ------------------------------------ */
.blog {
}

/* article heading */
.blog .blog-heading {
	height: 400px;
	background-color: #2567ff;
	color: #FFF;
}

.blog .blog-heading .divider {
	background-color: #FFF;
}

.blog .blog-heading .article-link {
	display: block;
	font-size: 18px;
	color: #FFF;
	z-index: 3;
}

.blog .blog-heading p {
	margin-top: 20px;
}

@media only screen and (max-width: 768px) {
	.blog .blog-heading {
		height: 300px;
	}
}

/* article */
.article {
	position: relative;
	height: 400px;
	background-color: #EEE;
	box-shadow: inset 0px -180px 100px -50px rgba(0, 0, 0, 0.52);
}

.article-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* article caption */
.article .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 30px 20px 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.article:hover .caption {
	bottom: 20px;
}

.article-title h2 {
	margin: 0 0 5px 0;
	font-size: 22px;
	line-height: 30px;
	color: #FFF;
}

.article-title:hover, .article-title:focus, .article-title:active {
	text-decoration: none;
}

.article .entry-meta {
	font-size: 14px;
	color: #FFF;
}

.article .entry-meta a {
	color: #FFC01D;
}

/* ------------------------------------ *


 *  Clients


/* ------------------------------------ */
.clients {
	background-color: #000050;
}

.clients .client-logo img {
	max-width: 183px;
	margin: 0 auto;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.clients .client-logo img:hover {
	opacity: .7;
}

/* ------------------------------------ *


 *  Counter Up


/* ------------------------------------ */
.counter-up {
}

@media only screen and (max-width: 992px) {
	.counter-up {
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

.counter-up-inner {
	position: relative;
	margin: 50px 0;
	text-align: center;
	overflow: hidden;
}

.counter-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 130px;
	z-index: 1;
	color: rgba(0, 0, 0, 0.06);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.counter-up-inner:hover .counter-icon {
	font-size: 150px;
}

.counter {
	position: relative;
	font-size: 72px;
	font-weight: 500;
	line-height: normal;
	z-index: 2;
}

.counter-up .divider {
	position: relative;
	z-index: 2;
}

/* ------------------------------------ *


 *  Contact


/* ------------------------------------ */
.contact-section {
}

.contact-section .cover {
	background-color: rgba(0, 8, 85, 0.75);
}

.contact-section .col-inner {
	position: relative;
	z-index: 2;
}

.contact-info {
}

.contact-info .fa {
	margin-right: 5px;
}

.contact-section .social-icons {
	margin-bottom: 50px;
}

.contact-section .social-icons a {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background-color: #FFF;
	margin: 5px 5px 5px 0;
	text-align: center;
	font-size: 28px;
	color: #000050;
	box-shadow: inset 0px 0px #2567ff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.contact-section .social-icons a:hover {
	color: #FFF;
	box-shadow: inset 0px -62px #2567ff;
}

@media only screen and (min-width: 992px) {
	.contact-section .col-left .col-inner {
		/* border-right: 1px solid #333; */
	}
}

@media only screen and (max-width: 992px) {
	.contact-section .col-right .col-inner {
		margin-top: 60px;
	}
}

/* ------------------------------------ *


 *  Buttons


/* ------------------------------------ */
.btn {
	padding: 8px 15px;
	text-transform: uppercase;
	font-size: 17px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn:hover, .btn:focus {
	color: #009DC2;
	text-decoration: none;
}

.btn:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* button size */
.btn-xsm {
	font-size: 14px;
}

.btn-sm {
	font-size: 15px;
}

.btn-lg {
	/* padding: 12px 30px; */
	font-size: 20px;
}

.btn-xlg {
	padding: 16px 40px;
	font-size: 22px;
}

.btn-default.btn-lg {
	padding: 11px 30px;
}

.btn-transparent.btn-lg, .btn-transparent-white.btn-lg {
	padding: 10px 30px;
}

.btn-default.btn-xlg {
	padding: 15px 40px;
}

.btn-transparent.btn-xlg, .btn-transparent-white.btn-xlg {
	padding: 14px 40px;
}

/* button style */
.btn-rounded {
	border-radius: 30px;
}

.btn-default {
	padding: 7px 12px;
	color: #000050;
	background-color: #EEE;
	border: 1px solid #E5E5E5;
	box-shadow: inset 0px -2px rgba(0, 0, 0, 0.04);
}

.btn-default:hover, .btn-default:focus {
	color: #000050;
	background-color: #EEE;
	border-color: #CFCFCF;
	box-shadow: inset 0px -65px rgba(0, 0, 0, 0.1);
}

.btn-primary {
	color: #FFF;
	background-color: #0090CF;
	box-shadow: inset 0px -3px rgba(0, 0, 0, 0.18);
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.disabled, .btn-primary[disabled] {
	color: #FFF;
	background-color: #0090CF;
	box-shadow: inset 0px -65px rgba(0, 0, 0, 0.18);
}

.btn-white {
	color: #000050;
	background-color: #FFF;
	box-shadow: inset 0px 0px #2567ff;
}

.btn-white:hover, .btn-white:active, .btn-white.active, .btn-white:focus, .btn-white.disabled, .btn-white[disabled] {
	color: #FFF;
	background-color: #FFF;
	box-shadow: inset 0px -65px #2567ff;
}

.btn-warning {
	color: #FFF;
	background-color: #2567ff;
	box-shadow: inset 0px -3px rgba(0, 0, 0, 0.1);
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning:focus, .btn-warning.disabled, .btn-warning[disabled] {
	color: #FFF;
	background-color: #2567ff;
	box-shadow: inset 0px -65px rgba(0, 0, 0, 0.1);
}

.btn-danger {
	color: #FFF;
	background-color: #2567ff;
	/* box-shadow: inset 0px -3px rgba(0, 0, 0, 0.1); */
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger:focus, .btn-danger.disabled, .btn-danger[disabled] {
	color: #FFF;
	background-color: #2567ff;
	box-shadow: inset 0px -65px rgba(0, 0, 0, 0.1);
}

.btn-success {
	color: #FFF;
	background-color: #5bb75b;
	box-shadow: inset 0px -3px rgba(0, 0, 0, 0.1);
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success:focus, .btn-success.disabled, .btn-success[disabled] {
	color: #FFF;
	background-color: #5bb75b;
	box-shadow: inset 0px -65px rgba(0, 0, 0, 0.1);
}

.btn-info {
	color: #FFF;
	background-color: #40B1CB;
	box-shadow: inset 0px 0px #000050;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info:focus, .btn-info.disabled, .btn-info[disabled] {
	color: #FFF;
	background-color: #40B1CB;
	box-shadow: inset 0px -65px #000050;
}

.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #2567ff;
	border-radius: 2px;
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	box-shadow: none;
}

.btn-inverse {
	color: #FFF;
	background-color: #000050;
	box-shadow: inset 0px 0px #2567ff;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse:focus, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #FFF;
	background-color: #000050;
	box-shadow: inset 0px -65px #2567ff;
}

.btn-transparent {
	padding: 6px 12px;
	color: #000050;
	background-color: transparent;
	border: 2px solid #000050;
	box-shadow: inset 0px 0px #000050;
}

.btn-transparent:hover, .btn-transparent:focus {
	color: #FFF;
	background-color: transparent;
	border-color: #000050;
	box-shadow: inset 0px -65px #000050;
}

.btn-transparent-white {
	padding: 6px 12px;
	color: #FFF;
	background-color: transparent;
	border: 2px solid #FFF;
	box-shadow: inset 0px 0px #FFF;
}

.btn-transparent-white:hover, .btn-transparent-white:focus {
	color: #000050;
	background-color: transparent;
	border-color: #FFF;
	box-shadow: inset 0px -65px #FFF;
}

/* ------------------------------------ *


 *  Footer


/* ------------------------------------ */
#footer {
	padding: 50px 0 70px 0;
}

#footer .copyright {
	color: #585858;
}

/* ------------------------------------ *


 *  Scroll to top button


/* ------------------------------------ */
.scrolltotop {
	position: fixed;
	display: none;
	bottom: 15px;
	right: 15px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #2567ff;
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
	z-index: 9999;
}

.scrolltotop:hover, .scrolltotop:focus {
	color: #ffffff;
}

@media only screen and (max-width: 768px) {
	.scrolltotop {
		bottom: 15px;
		right: 15px;
	}
}
