/*-------------Import fonts ---------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900|Poppins:200,400,600,700|Questrial&subset=devanagari,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');
html {
	height: 100% !important;
}

body {
	position: relative;
	height: 100%;
	font-size: 16px;
	line-height: 24px;
	color: #222;
	letter-spacing: 0.2px;

	/* for boxed layout */
	background-image: url(../img/boxed-bg.jpg);
	background-color: #E1E1E1;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

body .body {
	height: 100%;
}
body #body-container {
	height: 100%;
}

.page {
	overflow: hidden;
	background-color: #FFF;  /* for full width layout */
	padding-top: 100px;
}
.container { 
	position: relative;
}

* {
	border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
}
*:focus { 
	outline: none !important;
	box-shadow: none !important;
}

/* Begin Fonts */
body {
	font-family: 'Poppins', 'Montserrat', 'Questrial', 'Roboto', "Lato", Helvetica, Arial, sans-serif;
	font-weight: 200; 
}
.purple {
	font-weight: 400;
	color: #033065;
	font-size: 21px;
	font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700 !important;
	
}
.h2, h2 {
  font-size: 32px;
	line-height: 40px;
}
.alt-font {
	font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 400 !important;
}
.bold-font {
	font-weight: 900 !important;
}
.navbar-nav > li > a {
	font-family: 'Poppins', "Lato", Helvetica, Arial, sans-serif;
	font-weight: 600 !important;
}
/* End Fonts */

/* Begin boxed Layout */
body.boxed .body {
	height: auto;
}
body.boxed #body-container {
	margin: 0 auto;
	border: none;
}
body.boxed .body .bg-fixed {
	background-attachment: local;
}
body.boxed .top-slidingbar-trigger-wrapper {
	top: 0;
	right: 0;
	border-top-color: #B892D0;
}
body.boxed .top-slidingbar-trigger {
	color: #FFF;
}

@media (min-width: 768px) {
	body.boxed #body-container {
		width: 750px;
	}
	body.boxed .container, body.boxed .container-fluid {
		width: 690px;
	}
}
@media (min-width: 992px) {
	body.boxed #body-container {
		width: 970px;
	}
	body.boxed .container, body.boxed .container-fluid {
		width: 910px;
	}
}
@media (min-width: 1200px) {
	body.boxed #body-container {
		width: 1170px;
	}
	body.boxed .container, body.boxed .container-fluid {
		width: 1100px;
	}
}
/* End boxed Layout */

section {
	position: relative;
}
a, a:hover, a:focus {
    color: #B892D0;
}
.page-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #FFF url(../img/page-loader.gif) center center no-repeat;
}
.cover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 46, 82, 0.15);
	padding: 11px;

}
.cover-30 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 46, 82, 0.60);
	padding: 11px;

}
.cover-70 {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-color: rgba(0, 46, 82, 0.70);
	padding: 11px;

}

.cover-pattern {
    
    background-image: url(../img/screen.png);
    background-repeat: repeat;
}
.cover-inner {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-radius: 8px !important;
}
.thumbnail {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px dotted #DDD;
    -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;
}
.form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.parallax {
	position: relative;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
  	background-size: cover;
}

#header {
	/* height: 98px; */ /* For non-transparent navbar */ 
}

/* ===== Begin text colors ===== */
.text-main {
	color: #B892D0;
	letter-spacing: 1px;
} /* Theme main color */
.text-white { color: #FFF; }
.text-gray { color: #888; }
.text-light-gray { color: #BBB; }
.text-dark { color: #000; }
.text-green {
    color: #5C94C9;
    font-size: 16px;
	font-weight: 600;
}
.text-blue {
    color: #0058AC;
}
.text-yellow { color: #FF9C00; }
.text-red { color: #E7392D; }
.text-brown { color: #A38027; }
.text-purple { color: #800080; }
.text-spaced {
    letter-spacing: 5px;
}
 .lead {
    font-size: 21px;
	 font-weight: 700;
	 font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
  }
.text-md {
    font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
}
.text-lg {
    font-size: 32px;
	line-height: 42px;
}
	
.text-xl {
    font-size: 62px;
}
.text-lower-case {
text-transform: none;
}
.text-upper-case {
text-transform:uppercase;
}
@media screen and (max-width: 768px) { 
	.text-md {
    font-size: 17px;
	line-height: 22px;
	letter-spacing: -0.5px;
}
	.text-lg {
    font-size: 18px;
	line-height: 24px;
}
	blockquote {
  font-size: 14px;
}
	.h2, h2 {
  font-size: 24px;
	line-height: 30px;
}
.lead {
    font-size: 18px;
	 font-weight: 400;
	 font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
	text-align: left;
  }	
}
/* ===== End text colors ===== */

@media (max-width: 767px) {
.text-main {
	letter-spacing: 2px;
	font-size:32px;
	text-align: left;
}
	h1 {
	text-align: left;
	
}
}
/* ===== Begin background colors ===== */
.bg-main { background-color: #B892D0; } /* Theme main color */
.bg-white { background-color: #FFF; }
.bg-gray { background-color: #888; }
.bg-light-gray { background-color: #EEE; }
.bg-dark { background-color: #242424; }
.bg-green { background-color: #4B9D13; }
.bg-blue { background-color: #B892D0; }
.bg-yellow { background-color: #FF9C00; }
.bg-red { background-color: #E7392D; }
.bg-brown { background-color: #A38027; }
.bg-purple { background-color: #800080; }
/* ===== End background colors ===== */

/* ===== Begin top slidingbar ===== */
#top-slidingbar-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
#top-slidingbar {
	display: none;
	height: auto;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.9);
	overflow: hidden;
	position: relative;
	padding: 30px 0;
}
#top-slidingbar .container, #top-slidingbar .container-fluid {
	padding: 0 20px;
}
.top-slidingbar-trigger-wrapper, .navbar-transparent.navbar-shrink .top-slidingbar-trigger-wrapper {
	position: absolute;
	top: 0px;
	right: 0px;
	border-top: 35px solid #B892D0;
	border-left: 35px solid rgba(0, 0, 0, 0);
	-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;
}
.navbar-transparent .top-slidingbar-trigger-wrapper {
	top: 20px;
	right: 20px;
	border-top-color: #FFF;
}
.top-slidingbar-trigger, .navbar-transparent.navbar-shrink .top-slidingbar-trigger {
	position: absolute;
	width: 19px;
	height: 19px;
	line-height: 18px;
	bottom: 15px;
	right: 0px;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	color: #FFF;
	cursor: pointer;
	-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;
}
.navbar-transparent .top-slidingbar-trigger {
	color: #222;
}
/* ===== End top slidingbar ===== */

/* ===== Begin navbar ===== */
.navbar {
	margin: 0;
	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;
}
.navbar .container {
	padding-left: 50px;
	padding-right: 50px;
}
.navbar-default {
	background-color: #FFF;
}


/* Boxed layout - navbar */
body.boxed .body #header {
	min-height: 118px;
}
body.boxed .body .navbar-default.navbar-shrink {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
body.boxed .body .navbar-transparent {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
body.boxed .body .navbar-default .container {
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-top: 2px;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background-color: #033065;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
	body.boxed .body .navbar-default .container {
		width: 750px;
		padding-right: 15px;
		padding-left: 35px;
	}
	body.boxed .body .navbar-inverse .container {
		padding-right: 15px;
		padding-left: 35px;
	}
	body.boxed .body .navbar-transparent .container {
		padding-right: 0px;
		padding-left: 20px;
	}
	body.boxed .body .navbar-fixed-top .container {
		padding-right: 20px;
		padding-left: 15px;
	}
	body.boxed .body .navbar-right {
		margin-right: -15px;
	}
}
@media (min-width: 992px) {
	body.boxed .body .navbar-default .container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	body.boxed .body .navbar-default .container {
		width: 1170px;
	}
}

/* Navbar brand (logo) */
.navbar-brand {
	background-repeat: no-repeat;
	background-position: left center;
	width: 300px;
	height: 76px;
	padding: 24px 0;
	text-indent: -99999px;
	font-size: 24px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 4px;
	-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;
}
.navbar-default .navbar-brand {
    background-image: url(../img/50-years-white.png);
    background-size: contain;
}
.navbar-transparent .navbar-brand {
	background-image: url(../img/logo-50-years-sm.png));
	background-size: contain;	
}
.navbar-shrink .navbar-brand {
    background-image: url(../img/logo-50-years-sm.png);
    background-size: contain;	
}
.navbar-inverse .navbar-brand {
	background-image: url(../img/logo-50-years-sm.png));
	background-size: contain;	
}
.navbar-default .navbar-brand, .navbar-default .navbar-brand:focus {
	color: #222;
}
.navbar-default .navbar-brand:hover {
	color: #B892D0;
}

@media (max-width: 767px) {
.navbar-brand {
	background-repeat: no-repeat;
	background-position: left center;
	width: 174px;
	height: auto;
	padding: 24px 0;
	text-indent: -99999px;
	font-size: 24px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 4px;
	-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;
}
.navbar-default .navbar-brand {
	background-image: url(../img/logo-alter-sm.png);
}
.navbar-transparent .navbar-brand {
	background-image: url(../img/logo-white-sm.png);
}
.navbar-shrink .navbar-brand {
	background-image: url(../img/logo-alter-sm.png);
}
.navbar-inverse .navbar-brand {
	background-image: url(../img/logo-main-sm.png);
}

}

/* Navbar links */
.navbar-nav > li > a {
	padding: 24px 0;
	margin-left: 33px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 700;
}

/* Navbar dropdown */
.dropdown-left {
	left: 0 !important;
	right: auto !important;
}
.dropdown-right {
	right: 0 !important;
	left: auto !important;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #B892D0;
}
.navbar-default .dropdown-menu {
	padding: 10px 0;
	border: 0px solid #E4E4E4;
	border-top: 2px solid #fff;
	-webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.08);
}
.dropdown-menu > li > a {
	padding: 8px 20px;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #84AEDE;
    text-decoration: none;
    background-color: transparent;
}

/* Navbar default */
.navbar-default .navbar-nav > li > a {
	color: #222;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #B892D0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.active > a {
    color: #84AEDE;
}

/* Navbar inverse */
.navbar-inverse {
	background-color: #111;
	color: #CCC;
}
.navbar-inverse .navbar-brand {
	color: #CCC;
}
.navbar-inverse .navbar-nav > li > a {
	color: #CCC;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #B892D0;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li.active > a {
	color: #B892D0;
}

/* Navbar container-fluid */
.navbar .container-fluid {
	padding-top: 30px;
	padding-bottom: 0;
	padding-right: 90px;
	padding-left: 90px;
	-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 only screen and (max-width : 992px) {
	.navbar .container-fluid {
		padding-right: 60px;
		padding-left: 60px;
	}
}
@media only screen and (max-width : 767px) {
	.navbar .container-fluid {
		padding-right: 35px;
		padding-left: 35px;
	}
}
.navbar.navbar-shrink .container-fluid {
	padding-top: 0 !important;
}

/* Navbar inverse dropdown */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #B892D0;
	font-family: 'Poppins', 'Montserrat', Helvetica, Arial, sans-serif;
}
.navbar-inverse .dropdown-menu {
	background-color: #1F1F1F;
	padding: 10px 0;
	border: 1px solid #111;
	border-top: 2px solid #B892D0;
}
.navbar-inverse .dropdown-menu > li > a {
	color: #CCC;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
	color: #B892D0;
}


/* Boxed layout - navbar links */
body.boxed .body .navbar-default .navbar-nav > li > a:hover, body.boxed .body .navbar-default .navbar-nav > li > a:focus {
	color: #B892D0;
}
body.boxed .body .navbar-default .navbar-nav > .active > a, body.boxed .body .navbar-default .navbar-nav > .active > a:hover, body.boxed .body .navbar-default .navbar-nav > .active > a:focus {
	color: #B892D0;
}
body.boxed .body .navbar-inverse .navbar-nav > li > a {
	color: #CCC;
}
body.boxed .body .navbar-inverse .navbar-nav > .active > a, body.boxed .body .navbar-inverse .navbar-nav > .active > a:hover, body.boxed .body .navbar-inverse .navbar-nav > .active > a:focus {
	color: #B892D0;
}
body.boxed .body .navbar-inverse.navbar-transparent .navbar-nav > li > a {
	color: #222;
}
body.boxed .body .navbar-inverse.navbar-transparent .navbar-nav > .active > a, body.boxed .body .navbar-inverse.navbar-transparent .navbar-nav > .active > a:hover, body.boxed .body .navbar-inverse.navbar-transparent .navbar-nav > .active > a:focus {
	color: #B892D0;
}


/* Navbar fixed */
.navbar-fixed-top .container {
	padding-top: 15px;
	padding-bottom: 15px;
	-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;
}

.navbar-shrink {
	z-index: 9999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.navbar-shrink .navbar-brand {
	font-size: 20px;
}
.navbar-default.navbar-fixed-top.navbar-shrink .navbar-brand {
	color: #222;
}
.navbar-default.navbar-fixed-top.navbar-shrink .navbar-brand:hover {
	color: #B892D0;
}
.navbar-default.navbar-fixed-top.navbar-shrink {
	background-color: #FFF;
}
.navbar-default.navbar-fixed-top.navbar-shrink .container {
}
.navbar-fixed-top.navbar-shrink .container {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.navbar-default.navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 24px;
	color: #222;
}
.navbar-default.navbar-shrink .navbar-nav > li > a:hover, .navbar-default.navbar-shrink .navbar-nav > li > a:focus, .navbar-default.navbar-shrink .navbar-nav > li.active > a {
	color: #B892D0;
}
.navbar-default.navbar-shrink .navbar-nav > li.active > a {
	-webkit-box-shadow: inset 0 3px #B892D0 !important;
	-moz-box-shadow: inset 0 3px #B892D0 !important;
	box-shadow: inset 0 3px #B892D0 !important;
}

/* Navbar fixed inverse */
.navbar-inverse.navbar-fixed-top.navbar-shrink {
	background-color: #111;
}

.navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
	color: #CCC;
}
.navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > .active > a, .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > .active > a:hover, .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > .active > a:focus,
.navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > li > a:hover, .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > li > a:focus, .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > li.active > a {
	background-color: transparent;
	color: #B892D0;
}

.navbar-fixed-top.navbar-shrink .navbar-brand, .navbar-fixed-top.navbar-shrink .navbar-brand:focus, body.boxed .body .navbar-inverse.navbar-transparent.navbar-shrink .navbar-brand {
	color: #CCC;
}
.navbar-fixed-top.navbar-shrink .navbar-brand:hover {
	color: #B892D0;
	z-index: 100:
}

/* Navbar transparent */
.navbar-transparent {
	background-color: rgba(0, 0, 0, 0);
}
.navbar-fixed-top.navbar-transparent .container {
	padding-top: 30px;
	padding-bottom: 0;
}
.navbar-fixed-bottom.navbar-transparent .container {
	padding-top: 0;
	padding-bottom: 30px;
}
.navbar-transparent .navbar-nav > li > a {
	color: #FFF;
}
.navbar-transparent .navbar-brand, .navbar-transparent .navbar-brand:focus {
	color: #FFF;
}

/* Boxed layout - navbar fixed */
body.boxed .body .navbar-default.navbar-fixed-top.navbar-shrink {
	background-color: #FFF;
}
body.boxed .body .navbar-default.navbar-fixed-top.navbar-shrink .container {
}
body.boxed .body .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
	color: #CCC;
}
body.boxed .body .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > .active > a, body.boxed .body .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > .active > a:hover, body.boxed .body .navbar-inverse.navbar-fixed-top.navbar-shrink .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #B892D0;
}
/* ===== End navbar ===== */

/* ===== Begin intro ===== */
/* Begin text carousel intro */
#text-carousel-intro-section {
	height: 100%;
	background-color: #171717;
}
body.boxed .body #text-carousel-intro-section {
	height: 600px;
}

#text-carousel-intro-section .container, #text-carousel-intro-section .container-fluid {
	height: 100%;
}
#text-carousel-intro-section .caption {
	position: relative;
	top: 50%;
	margin-top: -74px;
	padding-left: 24px;
}
#text-carousel-intro-section .caption h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 60px;
}
#text-carousel-intro-section .caption h3 {
	margin-top: 40px;
	margin-bottom: 10px;
	letter-spacing: 6px;
	font-weight: normal !important;
	font-size: 16px;
}
#text-carousel-intro-section .caption p {
	letter-spacing: 0px;
	font-size: 16px;
	line-height: 26px;
}
/* End text carousel intro */

/* Begin video intro section */
#video-intro-section {
	position: relative;
	height: 100%;
	background-color: #171717;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
}
body.boxed #video-intro-section {
	height: 600px;
}

#video-intro-section .cover {
	background-color: rgba(0, 17, 31, 0.5);
	z-index: 2;
}
#video-intro-section .container, #video-intro-section .container-fluid {
	height: 100%;
	z-index: 3;
}
#video-intro-section .caption {
	position: relative;
	top: 50%;
	margin-top: -112px;
	font-size: 22px;
}
#video-intro-section .caption h3 {
	letter-spacing: 6px;
	font-weight: normal !important;
}
#video-intro-section .caption h1 {
	font-size: 60px;
}
/* End video intro section */

/* Begin 404 error section */
#error-section {
	position: relative;
	height: 100%;
	background-color: #171717;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
}

#error-section .cover {
	background-color: rgba(0, 8, 15, 0.9);
	z-index: 2;
}
#error-section .container, #error-section .container-fluid {
	height: 100%;
	z-index: 3;
}
#error-section .caption {
	position: relative;
	top: 50%;
	margin-top: -140px;
	font-size: 22px;
}
#error-section .caption h1 {
	margin-bottom: 0px;
	font-size: 170px;
}
#error-section .caption h2 {
	margin-top: 0;
	font-size: 20px;
	letter-spacing: 6px;
}
/* End 404 error section  */

/* Begin video bg */
video.bgvid {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
}
/* End video bg */

/* Begin mouse icon */
.mouse-icon {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 166px;
	width: 22px;
	height: 36px;
	cursor: pointer;
	margin: 0 auto;
	border: 2px solid #CCC;
	z-index: 999;
}
.mouse-icon .mouse-wheel {
	position: absolute;
	width: 4px;
	height: 8px;
	left: 0;
	right: 0;
	background-color: #CCC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6px;
	-webkit-animation: mymove 1.4s infinite ease; /* Chrome, Safari, Opera */
    animation: mymove 1.4s infinite ease; /* Standard */
}
@-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; }
}
/* End mouse icon */
/* ===== End intro ===== */

/* ===== Begin page header ===== */
.page-header {
	margin: 0 0 60px 0;
	padding: 0;
	border: none;
}
.page-header h1 {
}
/* ===== End page header ===== */

/* ===== Begin heading ===== */
.heading { 
	margin-bottom: 30px;
}
.heading h3 { 
	margin: 0;
}
/* ===== End heading ===== */

/* ===== Begin portfolio ===== */
.portfolio .portfolio-item {
	padding: 0px;
}
.portfolio .portfolio-item .cover {
}
.portfolio .portfolio-item a {
	text-decoration: none;
}
.portfolio .thumbnail {
	position: relative;
	margin-bottom: 0;
	padding: 0;
	border: none;
}
.portfolio .portfolio-item .caption {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	padding: 0;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	background-color: #033065;
	
}
.portfolio .portfolio-item .caption:hover {
	opacity: 1;
}
.portfolio .portfolio-item .caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	height: auto;
	margin-top: -70px;
	padding: 0 50px;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	
	
	-webkit-transition: all ease .8s;
	-moz-transition: all ease .8s;
	transition: all ease .8s;
	opacity: 0;
}
.portfolio .portfolio-item .caption:hover .caption-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
}
.portfolio .portfolio-item .caption-content .divider {
	margin-bottom: 5px;
}
.portfolio .portfolio-item .caption-content h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	.portfolio .portfolio-item .caption-content h2 {
	font-size: 18px;
		line-height: 21px;
	font-weight: 700;
}
	}
/* ===== End portfolio ===== */

/* ===== Begin modal ===== */
.modal-content {
	min-height: 100%;
	background-color: #FFF;
	border: 0;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
}
@media (min-width: 768px) {
	.modal-dialog {
		margin: 100px auto;
	}
}

/* Portfolio modal */
.portfolio .modal {
	padding: 0 !important;
	z-index: 99999;
}
.portfolio .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
.portfolio .modal-content {
	background-color: #033065;
	padding: 80px 0;
	background-image: url(../img/TCL-brand-pattern-inv-dark.gif);
}
.portfolio .modal-header {
	padding: 0;
	border: none;
}
.portfolio .modal-title {
	margin-bottom: 10px;
}
.portfolio .modal-image, .portfolio .embed-responsive {
	margin-bottom: 30px;
}
.portfolio .modal-image img {
	max-width: 100%;
	height: auto;
}
@media (min-width: 699px) and (max-width: 1024px) {
.portfolio .modal-image img {
	max-height: 400px;
}
}

.portfolio .modal-text {
}
.portfolio .modal-details {
	margin: 30px 0;
}
.portfolio .modal-details ul {
	list-style: none;
	padding: 0;
}
.portfolio .modal-details a {
}
.portfolio .modal-footer {
	text-align: center;
	margin-top: 40px;
	padding: 20px 0;
	color: #999;
	border-color: #272727;
}
.portfolio .modal-content .close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 45px;
	height: 45px;
	background-color: transparent;
	cursor: pointer;
	opacity: 1;
}
.portfolio .modal-content .close:hover {
	opacity: .6;
}
.portfolio .modal-content .lr {
	width: 2px;
	height: 60px;
	margin-left: 22px;
	margin-top: -9px;
	background-color: #B892D0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio .modal-content .lr .rl {
	width: 2px;
	height: 60px;
	background-color: #B892D0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio .view-more {
	margin: 60px;
}
/* ===== End modal ===== */

/* ===== Begin progress bar ===== */
.skill-bar {
}
.progress {
	overflow: visible;
	height: 5px;
	margin-bottom: 20px;
	background-color: #E0E0E0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress .percent {
	position: relative;
	background-color: #222;
	padding: 7px;
	color: #FFF;
	top: -23px;
}
.progress .percent:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: -4px;
	width: 0;
	height: 0;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #222;
}
.progress-bar {
	font-size: 10px;
	line-height: 7px;
	text-align: right;
	background-color: #B892D0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.progress-bar-success { background-color: #5CB85C; }
.progress-bar-info { background-color: #5BC0DE; }
.progress-bar-warning { background-color: #F0AD4E; }
.progress-bar-danger { background-color: #D9534F; }
/* ===== End progress bar ===== */

/* ===== Begin tabs ===== */
.tabs-panel {
	margin-bottom: 30px;
}
.nav-tabs {
}

/* Nav tabs */
.nav-tabs > li > a {
	color: #222;
	background: #F7F7F7;
	padding-top: 12px;
	margin-right: -1px;
	border: 1px solid #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background-color: #FFF;
	padding-top: 17px;
	padding-bottom: 13px;
	margin-top: -7px;
	margin-right: 0px;
	color: #222;
	border: 1px solid #DDD;
	border-bottom: 0 none;
}
.nav-tabs > li > a:hover {
	background-color: #FFF;
	border-color: #DDD;
}

/* Nav pills */
.nav-pills {
	margin-bottom: 0px;
}
.nav-pills > li + li {
	margin-left: -1px;
}
.nav-pills > li > a {
	color: #222;
	border: 1px solid #DDD;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background-color: #B892D0;
	margin-right: 1px;
	color: #FFF;
	border-color: #B892D0;
}
.nav-pills > li.active > a:after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -5px;
	bottom: -6px;
	width: 0;
	height: 0;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	border-top: 5px solid #B892D0;
}
.nav-pills > li > a:hover {
	background-color: #FFF;
}

/* Nav tabs justified */
.nav-tabs.nav-justified {
	margin-bottom: -4px;
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0px;
}
.nav-tabs.nav-justified > li + li > a {
	margin-left: -1px;
}
.nav-tabs.nav-justified > li.active > a, .nav-tabs.nav-justified > li.active > a:hover, .nav-tabs.nav-justified > li.active > a:focus {
	padding-bottom: 11px;
}

/* Nav stacked */
.nav-stacked.nav-tabs > li > a {
	margin-right: 0px;
}

/* Tab content */
.tab-content {
	margin-top: -1px;
	padding: 24px;
	border: 1px solid #DDD;
}
/* ===== End tabs ===== */

/* ===== Begin accordion ===== */
.panel-default > .panel-heading {
	color: #222;
	background-color: #FFF;
}
.panel-group .panel {
}
/* ===== End accordion ===== */

/* ===== Begin testimonial ===== */
.testimonial {
	position: relative;
	overflow: hidden;
	background-color: #171717;
	padding: 80px 0;
}
.testimonial:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -500px;
	margin-left: -500px;
	width: 1000px;
	height: 1000px;
	z-index: 9;
	
}
.testimonial .cover {
	background-color: rgba(54, 44, 64, 0.85);
}
.testimonial-inner {
	position: relative;
	max-width: 980px;
	z-index: 9;
}
.testimonial-inner .heading {
	margin-bottom: 20px;
}
.testimonial-inner blockquote {
	border: none;
	min-height: 224px;
	max-height: 474px;
}
.testimonial-inner blockquote cite {
	color: #9B9B9B;
}
/* ===== End testimonial ===== */

/* ===== Begin divider ===== */
.divider {
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 25px;
	font-size: 14px;
	color: #222;
}
.divider:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50px;
	width: 50px;
	height: 1px;
	margin-top: -1px;
	border-top: 1px solid #222;
}
.divider:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -50px;
	width: 50px;
	height: 1px;
	margin-top: -1px;
	border-top: 1px solid #222;
}
.divider-white {
	
	border-top: 1px solid #fff;
}

/* Divider icon */
.divider-icon {
	padding-left: 2px;
}
.divider-icon:before {
	left: -55px;
}
.divider-icon:after {
	right: -55px;
}

/* Divider size (sm) */
.divider-sm:before {
	left: -30px;
	width: 30px;
}
.divider-sm:after {
	right: -30px;
	width: 30px;
}
.divider-icon.divider-sm:before {
	left: -35px;
}
.divider-icon.divider-sm:after {
	right: -35px;
}
.divider-sm.divider-left {
	margin-left: 30px;
}
.divider-sm.divider-right {
	margin-right: 30px;
}

/* Divider size (md) */
.divider-md:before {
	left: -50px;
	width: 50px;
}
.divider-md:after {
	right: -50px;
	width: 50px;
}
.divider-icon.divider-md:before {
	left: -55px;
}
.divider-icon.divider-md:after {
	right: -55px;
}
.divider-md.divider-left {
	margin-left: 50px;
}
.divider-md.divider-right {
	margin-right: 30px;
}

/* Divider size (lg) */
.divider-lg:before {
	left: -80px;
	width: 80px;
}
.divider-lg:after {
	right: -80px;
	width: 80px;
}
.divider-icon.divider-lg:before {
	left: -85px;
}
.divider-icon.divider-lg:after {
	right: -85px;
}
.divider-lg.divider-left {
	margin-left: 80px;
}
.divider-lg.divider-right {
	margin-right: 30px;
}

/* Divider size (xlg) */
.divider-xlg:before {
	left: -240px;
	width: 240px;
}
.divider-xlg:after {
	right: -240px;
	width: 240px;
}
.divider-icon.divider-xlg:before {
	left: -245px;
}
.divider-icon.divider-xlg:after {
	right: -245px;
}
.divider-xlg.divider-left {
	margin-left: 240px;
}
.divider-xlg.divider-right {
	margin-right: 30px;
}

/* Divider color */
.divider-white {
	color: #FFF;
}
.divider-white:before, .divider-white:after {
	border-color: #FFF;
}

.divider-gray {
	color: #C1C1C1;
}
.divider-gray:before, .divider-gray:after {
	border-color: #C1C1C1;
}
/* ===== End divider ===== */

/* ===== Begin more-space ===== */
.more-space-m {
	width: 100%;
	height: 20px;
}
.more-space-l {
	width: 100%;
	height: 40px;
}
.more-space-xl {
	width: 100%;
	height: 60px;
}
.more-space-xxl {
	width: 100%;
	height: 80px;
}
/* ===== End more-space ===== */

/* ===== Begin OWL carousel ===== */
.owl-carousel {
}
.owl-theme .owl-controls {
	margin-top: 15px;
}
.owl-theme .owl-controls .owl-page span {
	background: rgba(0, 0, 0, 0);
	width: 8px;
	height: 8px;
	border: 3px solid #6E6E6E;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: rgba(0, 0, 0, 0);
	border: 3px solid #B892D0;
}

.owl-buttons {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 100%;
}
.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0;
	text-align: center;
	background: transparent;
	opacity: 1;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity: .5;
}
.owl-next {
	background-image: url(../img/arrow-right.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	right: 0;
}
.owl-prev {
	background-image: url(../img/arrow-left.png) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	left: 0;
}
/* ===== End OWL carousel ===== */
.header-up-80 {
	padding-bottom: 100px;
}
/* ===== Begin Counter-Up ===== */
.counter-up {
	position: relative;
	background-color: #171717;
	padding: 80px 0 50px 0;
}
.counter-up .cover {
	background-color: rgba(78, 61, 102, 0.85);
}
.counter-up .fact {
}
.counter-up .fact.last {
	border-right: none;
}
.counter-up .fact-inner {
	padding-bottom: 30px;
}
.counter-up .fact-inner .counter {
	font-size: 80px;
}
.counter-text {
	font-size: 80px;
}
/* ===== End Counter-Up ===== */

/* ===== Begin info boxes ===== */
/* Begin info box-1 */
.info-box-1 {
	display: block;
	margin: 30px 0;
	-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;
}
a.info-box-1 {
	text-decoration: none;
	color: #222;
}
a.info-box-1:hover {
	color: #222;
}

.info-box-1 .info-box-icon {
	display: inline-block;
	font-size: 62px;
	text-align: center;
	margin-bottom: 15px;
	-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;
}
.info-box-1:hover .info-box-icon {
	color: #B892D0;
}
.info-box-1.square-icon .info-box-icon {
	background-color: #033065;
	width: 75px;
	height: 75px;
	line-height: 75px;
	color: #B892D0 !important;
	font-size: 28px;
	
}
.info-box-1.square-icon .info-box-icon:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
}
.info-box-1.square-icon .info-box-icon:hover {
opacity:0.8;

	

}
.info-box-1:hover.square-icon .info-box-icon {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.info-box-1.square-icon .info-box-icon .fa, .info-box-1.square-icon .info-box-icon .glyphicon {
	-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;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.info-box-1:hover.square-icon .info-box-icon .fa, .info-box-1:hover.square-icon .info-box-icon .glyphicon {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.info-box-1.square-icon .info-box-info {
	margin-top: 30px;
}
.info-box-1 .info-box-info a {
	color: #444;
	-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;
}
.info-box-1 .info-box-info a:hover {
	color: #B892D0;
}
.info-box-1 h4 {
	font-weight: 300;
}

.info-box-1 .divider-sm:before {
	-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;
}
.info-box-1 .divider-sm:after {
	-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;
}
.info-box-1:hover .divider-sm:before {
	left: -50px;
	width: 50px;
}
.info-box-1:hover .divider-sm:after {
	right: -50px;
	width: 50px;
}
/* End info box-1 */

/* Begin info box-2 */
.info-box-2 {
	display: inline-block;
	margin: 20px 0;
}
.info-box-2 .info-box-heading {
	display: block;
	margin-bottom: 15px;
}
.info-box-2 .info-box-icon {
	display: inline-block;
	margin-right: 10px;
	font-size: 32px;
	color: #B892D0;
	-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;
}
.info-box-2:hover .info-box-icon {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.info-box-2.square-icon .info-box-heading .info-box-icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #B892D0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	-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;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.info-box-2:hover.square-icon .info-box-heading .info-box-icon {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.info-box-2.square-icon .info-box-heading .info-box-icon .fa, .info-box-2.square-icon .info-box-heading .info-box-icon .glyphicon {
	-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;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.info-box-2:hover.square-icon .info-box-heading .info-box-icon .fa, .info-box-2:hover.square-icon .info-box-heading .info-box-icon .glyphicon {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.info-box-2 .info-box-heading h4 {
	display: inline-block;
}
.info-box-2 .info-box-info {
}
/* End info box-2 */
/* ===== End info boxes ===== */

/* ===== Begin contact ===== */
#contact-section {
	position: relative;
	background-color: #171717;
}
#contact-section .cover {
	background-color: rgba(5, 8, 11, 0.88);
}
#contact-section .contact .contact-form {
	margin-bottom: 40px;
}
#contact-section .contact .form-control {
	background-color: rgba(255, 255, 255, 0.36);
	border-color: #B892D0;
}
#contact-section .contact .form-control:focus {
	background-color: #E2E2E2;
	box-shadow: none;
}
.contact-info {
}
.contact-info-heading {
	margin-top: 0;
}
.contact-info p {
	margin-bottom: 30px;
}
#contact-section .social-icons {
	margin-top: 30px;
}
#contact-section .social-icons a {
	display: inline-block;
	margin-right: 11px;
	color: #B892D0;
}

.social-icons a {
	display: inline-block;
	margin-right: 11px;
	color: #B892D0;
}
#contact-section .social-icons a:hover {
	opacity: .6;
}
#contact-section .btn-blank:hover {
	color: #B892D0;
}
/* ===== End contact ===== */

/* ===== Begin blog ===== */
.blog {
	padding: 50px 0;
}
.blog .blog-box {
	padding: 7px;
}
.blog .thumbnail {
	border: none;
	padding: 0;
}

.blog .blog-image {
	position: relative;
	overflow: hidden;
}
.blog .blog-image img {
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
}
.blog .blog-image:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.blog .blog-image .cover {
	padding: 10px;
}

.blog .thumbnail .caption {
	position: relative;
	padding-top: 30px;
	
}
.blog .caption {

	min-height: 366px
	
}
.blog .thumbnail .caption .title {
	text-decoration: none;
	font-weight: 300;
	color: #222;
	-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;
}
.blog .thumbnail .caption .title:hover {
	color: #B892D0;
}

.blog .caption-tag {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -19px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	background-color: #FFF;
	text-align: center;
	color: #FFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.blog .caption-tag:after {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background-color: #B892D0;
}
.blog .caption-tag .fa, .blog .caption-tag .glyphicon {
	position: relative;
	z-index: 99999;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* ===== End blog ===== */

/* ===== Begin team ===== */
.team .team-box {
	padding: 7px;
	z-index: 7999;
}
.team .thumbnail {
	border: none;
	padding: 0;
}

.team .team-image {
	position: relative;
	overflow: hidden;
	z-index: 8998;
}
.team .team-image img {
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	z-index: 9997;
}
.team .team-image:hover img {
	transform: scale(1.25);
	-webkit-transform: scale(1.25);
	-ms-transform: scale(1.25);
	-o-transform: scale(1.25);
}
.team .team-image .cover {
	padding: 7px;
}
.team .team-image .cover .cover-inner {
	border-width: 1px;
}
.team .thumbnail .caption {
}

/* Team modal */
.team .modal {
	padding: 0 !important;
	z-index: 99999;
}
.team .modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
}
.team .modal-content {
	background-color: #033065;
	padding: 80px 0;
}
.team .modal-header {
	padding: 0;
	margin-bottom: 0;
	border: none;
}
.team .modal-title {
	margin-bottom: 10px;
}
.team .modal-image {
	position: relative;
	margin-bottom: 30px;
}
.team .modal-image .cover {
	background-color: rgba(0, 0, 0, 0);
}
.team .embed-responsive {
	margin-bottom: 30px;
}
.team .modal-image img {
	max-width: 100%;
	height: auto;
}
.team .modal-text {
}
.team .modal-details {
	margin: 30px 0;
}
.team .modal-details ul {
	list-style: none;
	padding: 0;
}
.team .modal-details a {
	margin-right: 10px;
}
.team .modal-footer {
	text-align: center;
	margin-top: 40px;
	padding: 20px 0;
	color: #999;
	border-color: #25272C;
}
.team .modal-content .close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 45px;
	height: 45px;
	background-color: transparent;
	cursor: pointer;
	opacity: 1;
}
.team .modal-content .close:hover {
	opacity: .6;
}
.team .modal-content .lr {
	width: 2px;
	height: 60px;
	margin-left: 22px;
	margin-top: -9px;
	background-color: #B892D0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.team .modal-content .lr .rl {
	width: 2px;
	height: 60px;
	background-color: #B892D0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.team .view-more {
	margin: 60px;
}
/* ===== End team ===== */

/* ===== Begin services ===== */
#services-section {
	position: relative;
	background-color: #171717;
}
#services-section .cover {
	background-color: rgba(0, 7, 11, 0.80);
}
/* ===== End services ===== */

/* ===== Pegin panels ===== */
.panel, .panel-heading, .panel-footer  {
}
/* ===== End panels ===== */

/* ===== Pegin prices ===== */
.prices .panel {
	position: relative;
	overflow: hidden;
	border: none;
}
.prices .price-box {
	padding: 7px;
}
.prices .panel-body .lead {
	margin: 0;
	font-size: 48px;
}
.prices .panel-footer {
	padding: 25px 15px;
}

/* panel-default */
.prices .panel-default .panel-heading {
	padding-top: 25px;
	color: #222;
	box-shadow: inset 0px 4px 0px #B892D0;
	border: none;
}
.prices .panel-default .panel-body {
	color: #222;
	background-color: #EEE;
}
.prices .panel-default .list-group-item {
	color: #222;
	border: none;
}
.prices .panel-default .panel-footer {
	background-color: #EEE;
}

/* price-box-featured */
.price-box-featured {
	z-index: 9;
}
.price-box-featured .panel {
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.21);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.prices .price-box-featured .panel-heading {
	background-color: #B892D0;
	color: #FFF;
}
.prices .price-box-featured .panel-footer {
	box-shadow: inset 0px -4px 0px #B892D0;
}
.prices .price-box-featured .price-box-ribbon {
	position: absolute;
	width: 150px;
	top: 25px;
	right: -35px;
	text-align: center;
	padding: 5px 20px;
	background: #FFF;
	color: #B892D0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ===== End prices ===== */

/* ===== Begin featured box ===== */
.featured-box {
	background-image: url(../img/struckaxiom.png);
	padding: 40px 0;
	color: #222;
}
.featured-box h2 {
	font-size: 80px;
}
.featured-box .get-started {
	position: relative;
	margin-top: 112px;
	margin-bottom: 15px;
}
.featured-box .get-started .btn-lg {
	padding-top: 18px;
	padding-bottom: 18px;
}
.featured-box .learn-more {
	display: inline-block;
	margin-top: 17px;
	margin-left: 15px;
}
/* ===== End featured box ===== */

/* ===== Begin typed ===== */
.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink {
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
/* ===== End typed ===== */

/* ===== Begin trusted by ===== */
.trusted-by {
	background-color: #B892D0;
	padding: 30px 0 15px 0;
}
.trusted-by h4 {
	margin-top: 10px;
}
.trusted-by img {
	max-width: 100%;
	padding: 0 15px;
}
/* ===== End trusted by ===== */

/* ===== Begin buttons ===== */
.btn {
	position: relative;
	letter-spacing: 1.5px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:active {
	top: 2px;
}

/* Button default */
.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #DDD;
	color: #222;
}
.btn-default:hover {
	background-color: #CDCDCD;
	color: #222;
}

/* Button primary */
.btn-primary, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active {
    color: #FFF;
    border: 1px solid #FFFFFF;
    margin-bottom: 6px;
}
.btn-primary:hover {
	background-color: #1867A8;
	color: #FFF;
}

/* Button danger (red) */
.btn-danger, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active {
	background-color: #E7392D;
	color: #FFF;
}
.btn-danger:hover {
	background-color: #D81508;
	color: #FFF;
}

/* Button link */
.btn-link, .btn-link:hover {
	color: #B892D0;
}


/* Button main */
.btn-main, .btn-main:focus, .btn-main.focus, .btn-main:active, .btn-main.active {
	color: #FFF;
    border: 1px solid #B892D0;
    margin-bottom: 6px;
}
.btn-main:hover {
	background-color: #3078B3;
	color: #FFF;
}
/* Button blue */
.btn-blue, .btn-blue:focus, .btn-blue.focus, .btn-blue:active, .btn-blue.active {
    color: #014899;
    border: 1px solid #014899;
    margin-bottom: 6px;
}
.btn-main:hover {
    background-color: #A97CC6;
    color: #FFF;
}

/* Button dark */
.btn-dark, .btn-dark:focus, .btn-dark.focus, .btn-dark:active, .btn-dark.active {
	background-color: #033065;
	color: #FFF;
}
.btn-dark:hover {
	background-color: #B892D0;
	color: #000;
}

/* Button white */
.btn-white, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active {
	background-color: #FFF;
	color: #222;
}
.btn-white:hover {
	background-color: #222;
	color: #FFF;
}

/* Button blank */
.btn-blank, .btn-blank:focus, .btn-blank.focus, .btn-blank:active, .btn-blank.active {
	background-color: transparent;
	color: #B892D0;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 2px solid #B892D0;
}
.btn-lg.btn-blank, .btn-lg.btn-blank:focus, .btn-lg.btn-blank.focus, .btn-lg.btn-blank:active, .btn-lg.btn-blank.active {
	padding-top: 8px;
	padding-bottom: 8px;
}
.btn-xlg.btn-blank, .btn-xlg.btn-blank:focus, .btn-xlg.btn-blank.focus, .btn-xlg.btn-blank:active, .btn-xlg.btn-blank.active {
	padding-top: 18px;
	padding-bottom: 18px;
}
.btn-blank:hover {
	background-color: #551E41;
	color: #B892D0;
	border: 2px solid #551E41;
}


/* Button xlg*/
.btn-xlg, .btn-xlg:focus, .btn-xlg.focus, .btn-xlg:active, .btn-xlg.active, .btn-group-xlg > .btn {
	padding: 20px 26px;
	font-size: 18px;
}

/* Button active */
.btn:active, .btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.16);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.16);
}


/* Scroll to top button */
.scrolltotop {
	position: fixed;
	display: none;
	bottom: 20px;
	right: 30px;
	width: 34px;
	height: 34px;
	line-height: 28px;
	text-align: center;
	color: #B892D0;
	text-decoration: none;
	border: 2px solid #B892D0;
	z-index: 9999;
	opacity: .9;
	border-radius: 6px !important;
	background-color: rgba(255, 255, 255, 0.9);
}
.scrolltotop .fa, .scrolltotop .glyphicon{
	padding-left: 0px;
	padding-bottom: 20px;
	
}
.scrolltotop:hover {
	opacity: 1;
}
/* ===== End buttons ===== */


/* ===== Begin footer ===== */
#footer {
	padding: 30px 0;
	font-size: 14px;
}

.footer-dark {
    background-color: #4C3F5E;
}
/* ===== End footer ===== */




.very-light-bgr {
    background-color: #F6F6F6;  
}

.bg-oc-bottom {
	background-image: url(../img/oc-bgr.png);
	background-repeat: no-repeat;
	background-position: 524px -40px;	
}

.acc {
	display: block;
	margin-bottom: 5px;
	margin-right: 40px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 13px;
}
.acc:hover {
	background-color: #F7F7F7;
}

/* ===== Begin 15 years  ===== */
.switcher-wrapper {
	display: inline-block;
	position: absolute;
	bottom:174px;
	right: 0px;
	z-index: 99;
}


@media (min-width: 769px){
	.switcher-wrapper-home {
	position: absolute;
	bottom:124px;
	right: 60px;
	z-index: 99;
}

}	
.switcher {
	padding: 15px;
	text-align: center;
	
	font-size: 16px;
	color: #222;
	
}
.switcher-box {
	float: left;
	width: 20px;
	height: 20px;
	margin: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.switcher-box:hover {
	border: 1px solid #fff;
}
.switcher-btn {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	height: 55px;
	line-height: 33px;
	margin-top: 10px;
	text-align: center;
	ont-weight: 700;
	color: #222;
	border-left: 0;
	
}
.rotate90 {
	
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.switcher-wrapper img {
	max-width: 160px;
}
@media only screen and (max-width : 768px) {
.switcher-wrapper img {
	max-width: 120px;
}
.switcher-wrapper {

	bottom: 28px;
	right: 24px;
}
}

@media (max-width: 768px){
.switcher-wrapper-home {
	position: absolute;
	top:34px;
	left: 30px;
	z-index: 99;
	text-align: left;
}
	}
/* ===== End 15 years . ===== */


/* 5.3 Project Details */



.project-title-info{
  font-family: 'Fira Sans', sans-serif;
  font-weight: bold;
  font-size: 2vmin;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 2.2em;
  margin-left: -1.8em;
}

.project-title-info .project-info-item{
  display: inline-block;
  margin-left: 1.8em;
}

.project-details-item{
  position: relative;
	clear: both;
}

.project-details-img{
  position: relative;
  padding: 0;
}

.project-details-info{
	background-color: rgba(78, 61, 102, 0.85);
	color:#fff;
	padding-top: 1.6em;
	padding-right: 3.1em;
	padding-bottom: 2.2em;
	padding-left: 3.1em;
}
.project-details-info-right{
	background-color: rgba(78, 61, 102, 0.85);
	color:#fff;
	padding-top: 2.8em;
	padding-right: 3.1em;
	padding-bottom: 2.8em;
	padding-left: 3.1em;
}

.project-details-title{
  position: relative;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.5;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 0.7em;
}

.project-details-title:before{
  content: '';
  position: absolute;
  bottom: -0.35em;
  width: 10em;
  border-top: 1px solid #ededed;
  left: -4.4em;
  width: 5.5em;
}

.project-details-descr{
  font-size: 1em;
  line-height: 1.62;
}

.project-details-descr p:last-child{
  margin-bottom: 0;
}

.project-details-item:nth-child(even) .project-details-info{
  right:0;
  left: auto;
  bottom:-5%;
 background-color: rgba(78, 61, 102, 0.85); 
}
@media (min-width: 769px){

  /* Projects Deatails */

  .project-details{
    margin-top: 7.1em;
  }

  .project-details-item{
    margin-bottom: 7.1em;
  }
 .project-details-item-lg{
    margin-bottom: 12.4em;
  }
	.project-details-item-xl{
    margin-bottom: 14.1em;
  }
 .project-details-info {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom:-5%;
    width: 55%;
  }
.project-details-info-right {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom:-5%;
    width: 55%;
  }
	.project-details-info-narrow {
    
    right: 0;
    bottom:-15%;
    width: 40%;
  }

  .project-details-item:nth-child(odd) .project-details-img{
    padding-left: 15px;
    padding-right: 15px;
  }

  .project-details-item:nth-child(even) .project-details-img{
    padding-right:15px;
    padding-left: 15px;
  }

}
 

@media (max-width: 768px){
 .project-details-item{
    margin-bottom: 4.1em;
  }
   .project-details-item-right{
    margin-bottom: 4.1em;
  }
  .project-details-info{
	margin-top: -18px;
	padding-top: 1.8em;
	padding-right: 3.1em;
	padding-bottom: 1.1em;
	padding-left: 1.1em;
}
	
}
@media (max-width: 991px){
	.project-details-info-bgr {
	background-color: rgba(78, 61, 102, 0.85);
	color:#fff;
	padding-top: 1.6em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}
	.project-details-info-projects {
    position: relative;
    z-index: 1;
    right: 0;
    
    right: 0;
    top:1%;
    width: 100%;
		clear: both;
  }
	 }

@media (max-width: 1023px) and (min-width: 992px){
		.project-details-info-bgr {
	background-color: rgba(78, 61, 102, 0.85);
	color:#fff;
	padding-top: 1.6em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}
	
	.project-details-info-projects {
    position: absolute;
    z-index: 1;
    right: 0;
    
    right: 0;
    top:25%;
    width: 45%;
		clear: both;
  }
	 .project-details-item {
    margin-bottom: 9.6em;
  }
	 }
@media (min-width: 1024px){
		.project-details-info-bgr {
	background-color: rgba(78, 61, 102, 0.85);
	color:#fff;
	padding-top: 1.6em;
	padding-right: 2em;
	padding-bottom: 1.5em;
	padding-left: 2em;
}
	
	.project-details-info-projects {
    position: absolute;
    z-index: 1;
    right: 0;
    
    right: 0;
    top:15%;
    width: 45%;
		clear: both;
  }
	 }

@media (min-width: 767px){
  .project-details-info-nr{
    width: 24%;
	z-index: 30000000;
  }
  }
     @media (min-width: 1024px){ 

  .project-details-info-nr{
    width: 30%;
	z-index: 30000000;
  }
   }
@media (min-width: 1200px){


  .project-details-info{
    width: 44%;
  }
 .project-details-info-nr{
    width: 33%;
	z-index: 30000000;
  }

}

  .owl-max-width {
    max-width: 540px;
  }

.bttn {
  display: table;
  margin-top: 10px;
}
.bttn {
  background: var(--black-color);
  color: var(--main-color);
  padding: 0 100px 0 20px;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
	clear: right;
	min-width: 400px;
	text-align: left;
	font-size: 16px;
	letter-spacing: 1px;
}
.bttn-narrow {
  background: var(--black-color);
  color: var(--main-color);
  padding: 0 30px 0 15px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0px;
	font-size: 14px;
	min-width: 280px;
	
}
.bttn i {
  top: 0;
  position: absolute;
  right: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-left: 1px solid #B892D0;
}
.btn-blue i {
    border-left: 1px solid #014899;
}
.bttn-narrow i {
    width: 50px;
  height: 50px;
  line-height: 50px;
}
	.padding-top {
    padding-top: 80px;
		padding-left: 80px;
    
  }
@media (max-width: 1024px){
	.padding-top {
    padding-top: 20px;
    padding-left: 0px;
  }
	 }
@media (max-width: 768px){
	.bttn {
  padding: 0 40px 0 10px;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
  position: relative;
  overflow: hidden;
	clear: right;
	min-width: 240px;
	text-align: left;
	font-size: 12px;
	letter-spacing: 0px;
}
.bttn i {
  top: 0;
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-left: 1px solid #FFFFFF;
}


	
	
	  .owl-max-width {
    max-width: 400px;
    font-size: 11px;
    line-height: 17px;
    word-spacing: 0px;	
		  font-family: 'Questrial', "Lato", Helvetica, Arial, sans-serif;
  }
	.caption {
    padding-left: 20px;
    padding-right: 10px;
  }
	#text-carousel-intro-section .caption p {
  letter-spacing: 0px;
  font-size: 14px;
}
	
	}
.post-header {
  margin-top: 10px;
}
.post-entry {
  margin-bottom: 10px;
	min-height: 400px;
}
.post-title {
    font-size: 21px;
    margin-bottom: 10px;
  }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.w-100 {
    width: 100%;
}
