


/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 *	+ TEXT PARALLAX
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *	+ TEXT BOXES
 *	+ IMAGES BOXES
 *	+ DIVIDERS
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ TIMELINE
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 * 	+ COUNTERS
 * 	+ STATISTICS
 * 	+ COUNTDOWN
 *	+ PRICE PLAN
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ BREADCRUMB
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 */
	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 @font-face {
    font-family: Source Han Serif;
    src: url(../../assets/fonts/fontawesome/fonts/SourceHanSerif-Regular.otf);
}
	body {
	font-family: Source Han Serif, sans-serif;
	font-size:16px;
	background-color: #fff;
	color: #4f4e4e;
	line-height:26px;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	margin: 0;
	color: #04142b;
	font-weight: 500;
}
h1 {
	margin-bottom: 10px;
	font-size: 23px;
	line-height: 42px;
	font-weight: Bold;
}
h2 {
	
	font-size: 25px;
	line-height: 10px;
	margin-top: 20px;
	font-weight:bold;
	color:#425168;
}
h3 {
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 42px;
}
h4 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height:10px;
}
h5 {
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 28px;
}
h6 {
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 23px;
}
h1 a,  h2 a,  h3 a,  h4 a,  h5 a,  h6 a {
	color: #04142b;
	text-decoration: none;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
h1 a:hover,  h2 a:hover,  h3 a:hover,  h4 a:hover,  h5 a:hover,  h6 a:hover {
	color: #c8bba1;
	text-decoration: none;
}
h1 small,  h2 small,  h3 small,  h4 small,  h5 small,  h6 small {
	color: inherit;
	font-weight: inherit;
}
/* LINKS */
	a {
	color: #2F85E3;
}
a:hover,  a:focus {
	outline: 0;
	color: #2F85E3;
	text-decoration:none;
}

/* ADDRESS */
	address {
	line-height: inherit;
}
/* FORMS */
	input,  select,  textarea {
	display: block;
	max-width: 100%;
	padding: 10px 20px;
	border: none;
	margin-bottom: 20px;
	border: 2px solid #e4f0f3;
	background-color: #e4f0f3;
	color: #04142b;
}
select {
	width: 100%;
}
 input[class^="col-"],  select[class^="col-"],  textarea[class^="col-"] {
 padding: 10px 20px;
}
label {
	font-weight: normal;
}
textarea:focus,  input[type="url"]:focus,  input[type="tel"]:focus,  input[type="date"]:focus,  input[type="datetime"]:focus,  input[type="datetime-local"]:focus,  input[type="week"]:focus,  input[type="month"]:focus,  input[type="text"]:focus,  input[type="color"]:focus,  input[type="email"]:focus,  input[type="image"]:focus,  input[type="number"]:focus,  input[type="search"]:focus,  input[type="password"]:focus {
	border-color: #e1e1e1;
	box-shadow: none;
	outline: 0;
}
.checkbox input[type="checkbox"],  .checkbox-inline input[type="checkbox"],  .radio input[type="radio"],  .radio-inline input[type="radio"] {
	margin-top: 7px;
}
.checkbox input[type="checkbox"]:focus,  .checkbox-inline input[type="checkbox"]:focus,  .radio input[type="radio"]:focus,  .radio-inline input[type="radio"]:focus {
	outline: none;
}
button,  input[type="reset"],  input[type="submit"],  input[type="button"] {
	padding:4px 4px;
	border: 2px solid #888888;
	border-radius: 0;
	margin-bottom: 20px;
	background-color: transparent;
	color: #04142b;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
button:hover,  input[type="reset"]:hover,  input[type="submit"]:hover,  input[type="button"]:hover {
	border-color: #c8bba1;
	color: #c8bba1;
}
button:focus,  input[type="reset"]:focus,  input[type="submit"]:focus,  input[type="button"]:focus {
	box-shadow: none;
	outline: 0;
}
	
	::-moz-placeholder {
 color: #4f4e4e;
 font-size: 14px;
 font-style: italic;
}
	
	::-webkit-input-placeholder {
 color: #4f4e4e;
 font-size: 14px;
 font-style: italic;
}
	
	:-ms-input-placeholder {
 color: #4f4e4e;
 font-size: 14px;
 font-style: italic;
}
/* TRANFORMATION CLASSES */
	.text-mute {
	color: #858585;
}
.text-default-color {
	color: #c8bba1 !important;
}
.text-highlight {
	padding: 3px 8px;
	background-color: #04142b;
	color: #fff;
}
.text-big {
	font-size: 18px;
	font-weight: 300;
}
.dropcap {
	float: left;
	font-size: 42px;
	line-height: 52px;
	font-weight: 700;
	margin-right: 10px;
}
.big-icon {
	font-size: 48px;
	line-height: 72px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.big-icon:hover {
	color: #c8bba1;
}
.signature span {
	display: block;
	color: #04142b;
	margin: -30px 0 0 40px;
}
.last,  .no-margin-bottom {
	margin-bottom: 0 !important;
}
 @media (max-width: 767px) {
 h1 {
 font-size: 24px;
 line-height: 42px;
}
 h2 {
 font-size: 22px;
 line-height: 10px;
}
 .last {
 margin-bottom: 20px !important;
}
}
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	/* HEADLINE */
	.headline {
	margin-bottom:38px;
	
}
.logo-headline {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.about-headline {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
	text-transform: uppercase;
}

.about-headline h3 {
	font-weight:normal;
	font-size:24px;
	
	
}

.logo-headline h3 {
	font-weight:normal;
	font-size:28px;
	letter-spacing: -3px;
}
	
.headline h3 {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
}
.headline h3:after {
	position: relative;
	bottom: -18px;
	display: inline-block;
	margin: 0 5px;
	color: #2E84E2;
	font-weight: 300;
	
}
.headline h6 {
	position: relative;
	bottom: -15px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 500;
}
/* TITLE */
	.title {
	padding: 10px 0;
	border-top: 1px solid #e4f0f3;
	border-bottom: 1px solid #e4f0f3;
	margin-bottom: 30px;
}
.title p,  .title h5 {
	margin-bottom: 0;
}
.title h5 {
	float: left;
	font-weight: 700;
}
.title p {
	float: right;
	font-style: italic;
}
.title:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .title p,  .title h5 {
 float: none;
}
}
 @media (max-width: 767px) {
 .headline h3,  .headline h6 {
 display: block;
}
 .headline h3:after {
 display: block;
 bottom: -7px;
 width: 50px;
 border-bottom: 1px solid #c8bba1;
 content: "";
}
 .title p,  .title h5 {
 float: none;
}
}
/***********************************************************************************
 *	+ TEXT PARALLAX
 ***********************************************************************************/
 
	.text-parallax {
	background: repeat top left;
}
.text-parallax-content {
	overflow: hidden;
	background: #fff;
	color: #04142b;
	font-size: 66px;
	line-height: 88px;
	mix-blend-mode: lighten;
}
/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
	
	.alert {
	padding: 15px 30px;
	border: none;
	border-radius: 0;
	color: #240e35;
	font-size: 16px;
	text-align: center;
}
.alert.alert-info {
	background-color: #c8bba1;
	color: #fff;
}
.alert.alert-danger {
	background-color: #ffb7ba;
}
.alert.alert-success {
	background-color: #e4f0f3;
}
.alert.alert-warning {
	background-color: #fff29f;
}
h1.error {
	margin-bottom: 0;
	color: #c8bba1;
	font-size: 140px;
	line-height: 140px;
	text-align: center;
}
/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* GENERAL */
	ul,  ol {
	padding: 0;
	list-style-type:none;
	list-style-position: inside;
}
li > ul,  li > ol {
	margin-bottom: 0;
	margin-left: 26px;
}
dl {
	margin-bottom: 26px;
}
/* SQUARE LIST */
	.square-list {
	list-style: none;
	margin-bottom: 26px;
	position:relative;
}
.square-list li {
	margin-bottom: 2.5px;
    margin-left: 14px;
	line-height: 20px;
}
.square-list li:last-child {
	margin-bottom: 0;
}
.square-list li:before {
	border: 1px solid #2e84e2;
    content: "";
    height: 6px;
    left: -10px;
    margin-top: 10px;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 6px;
}
.square-list li a {
	color: #4f4e4e;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.square-list li a:hover {
	color: #04142b;
	text-decoration: none;
}
.square-list li:hover:before {
	border-color: #04142b;
}
/* CHECK LIST */
	.check-list {
	list-style: none;
	margin-bottom: 26px;
}
.check-list li {
	margin-bottom: 15px;
}
.check-list li:last-child {
	margin-bottom: 0;
}
.check-list li:before {
	position: relative;
	top: 3px;
	margin-right: 25px;
	color: #c8bba1;
	font-family: "sydney-icons";
	font-size: 20px;
	content: "\e92a";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.check-list li a {
	color: #4f4e4e;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.check-list li a:hover {
	color: #04142b;
	text-decoration: none;
}
.check-list li:hover:before {
	color: #04142b;
}
/* CHECK LIST 2 */
	.check-list-2 {
	list-style: none;
	margin-bottom: 50px;
}
.check-list-2 li {
	position: relative;
	padding: 15px 20px 15px 65px;
	margin-bottom: 30px;
	background-color: #e4f0f3;
	color: #04142b;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.check-list-2 li h5 {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.check-list-2 li:last-child {
	margin-bottom: 0;
}
.check-list-2 li:before {
	position: absolute;
	top: 16px;
	left: 25px;
	color: #04142b;
	font-family: "sydney-icons";
	font-size: 20px;
	content: "\e92a";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.check-list-2 li > *:last-child {
	margin-bottom: 0;
}
.check-list-2 li:hover {
	background-color: #04142b;
	color: #fff;
}
.check-list-2 li:hover:before {
	color: #c8bba1;
}
.check-list-2 li:hover h5 {
	color: #fff;
}
/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	/* ----------------------------------------------------------------------
	23. Button
---------------------------------------------------------------------- */
.btn {
	position: relative;
	font-weight: normal !important;
	font-family: inherit;
	overflow: hidden;
	text-shadow: none;
	vertical-align: middle;
	z-index: 1;
	margin-bottom: 10px;
	border: none;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	border-radius: 0;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn:focus, .btn:active:focus, .btn.active:focus { outline: 0; }
.btn:hover, .btn:focus {
	text-decoration: none;
	color: #ffffff !important;
	background: #555555 !important;
	-webkit-transition:0.2s linear;
	-moz-transition:0.2s linear;
	-ms-transition:0.2s linear;
	-o-transition:0.2s linear;
	transition:0.2s linear;
	border-color: transparent;
}
.btn:active, .btn.active {
	outline: 0;
	color: #ffffff !important;
	background: #555555 !important;
}
.btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.btn-white {
	color: #36414d !important;
	background: #f5f5f5;
}
.btn-gray {
	color: #ffffff!important;
	background: #999999;
}
.btn-black {
	color: #ffffff!important;
	background: #333333;
}
.btn-rose {
	color: #ffffff!important;
	background: #cc6699;
}
.btn-pink {
	color: #ffffff!important;
	background: #cc66cc;
}
.btn-purple {
	color: #ffffff!important;
	background: #9966cc;
}
.btn-indigo {
	color: #ffffff!important;
	background: #6666cc;
}
.btn-blue {
	color: #ffffff!important;
	background: #6699cc;
}
.btn-aqua {
	color: #ffffff!important;
	background: #66cccc;
}
.btn-emerald {
	color: #ffffff!important;
	background: #66cc99;
}
.btn-green {
	color: #ffffff!important;
	background: #66cc66;
}
.btn-olive {
	color: #ffffff!important;
	background: #99cc66;
}
.btn-yellow {
	color: #ffffff!important;
	background: #cccc66;
}
.btn-orange {
	color: #ffffff!important;
	background: #cc9966;
}
.btn-red {
	color: #ffffff!important;
	background: #cc6666;
}
.btn-theme {
	color: #ffffff!important;
	background: #2E84E2;
}
.no-bg {
	background:transparent !important;
	border:2px solid #2E84E2 !important;
}

.btn-theme::hover {
	background:#2E84E2;
	
}
	

/* ----------------------------------------------------------------------
	26. Image Hover Effect
---------------------------------------------------------------------- */
.effect-kira {
	position: relative;
	float: left;
	overflow: hidden;
	background:#2E84E2;
	text-align: center;
	cursor: pointer;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}
.effect-kira img {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.effect-kira figcaption {
	padding: 2em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.effect-kira figcaption, .effect-kira figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.effect-kira figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
.effect-kira p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 112px;
	height: 56px;
	opacity: 0;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.35s;
	transition: opacity 0.5s, transform 0.35s;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}
.effect-kira p i {
	font-size: 20px;
	line-height: 20px;
	padding: 15px;
	width: 50px;
	height: 50px;
	border: 1px solid #ffffff;
	margin: 2px;
	color: #ffffff;
	background: transparent;
	border-radius: 50px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.effect-hera p i:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: transparent;
}
.effect-kira:hover img { opacity: 0.3; }
.effect-kira:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


/* ----------------------------------------------------------------------
	27. Icon Hover Effect
---------------------------------------------------------------------- */
/* effect-3a */
.effect-3a {
	position: relative;
	z-index: 1;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.effect-3a:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	border-radius: 50%;
	pointer-events: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	top: -2px;
	left: -2px;
	padding: 2px;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
	-moz-transition: -moz-transform 0.2s, opacity 0.3s;
	transition: transform 0.2s, opacity 0.3s;
	background: transparent;
}
.effect-3a:hover:after {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	background: #d9ab21;
}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/

	.text-box {
	position: relative;
	padding: 40px;
	margin-bottom: 50px;
	background: no-repeat center center;
}
.text-box > i {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #c8bba1;
	color: #fff;
	font-size: 24px;
	line-height: 60px;
	text-align: center;
}
.text-box a.plus {
	display: inline-block;
	padding: 8px 16px;
	background-color: #04142b;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.text-box a.plus:hover {
	background-color: #c8bba1;
}
.text-box h4 {
	margin-bottom: 20px;
}
.text-box h1,  .text-box h2,  .text-box h3,  .text-box h4,  .text-box h5,  .text-box h6 {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.text-box .btn {
	margin-top: 10px;
}
.text-box > *:last-child {
	margin-bottom: 0;
}
.text-box.style-1 {
	border: 1px solid #c8bba1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.text-box.style-1:hover {
	background-color: #fff;
	color: #4f4e4e;
}
.text-box.style-2 {
	background-color: #04142b;
	color: #fff;
}
.text-box.style-2 a,  .text-box.style-2 h1,  .text-box.style-2 h2,  .text-box.style-2 h3,  .text-box.style-2 h4,  .text-box.style-2 h5,  .text-box.style-2 h6 {
	color: inherit;
}
.text-box.style-2 .btn,  .text-box.style-2 .btn:before,  .text-box.style-2 .btn:after {
	border-color: inherit;
}
.text-box.style-2 a:hover {
	color: #c8bba1;
}
.text-box.style-2 .btn:hover,  .text-box.style-2 .btn:hover:before,  .text-box.style-2 .btn:hover:after {
	border-color: #c8bba1;
}
.text-box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .text-box {
 padding: 40px 20px;
}
}
/***********************************************************************************
 *	+ IMAGES BOXES
 ***********************************************************************************/
	
	.image-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
.image-box-thumbnail img {
	display: block;
	width: 100%;
}
.image-box > h6 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 15px 30px;
	margin-bottom: 0;
	background-color: rgba(4, 20, 43, 0.9);
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.image-box-content {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	overflow-y: scroll;
	padding: 25px;
	background-color: rgba(4, 20, 43, 0.9);
	color: #e4f0f3;
	font-size: 14px;
	line-height: 26px;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.image-box-content.slideup {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.image-box-content > .close-image-box-content {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: auto;
	left: auto;
}
.image-box-content h6 {
	margin-bottom: 10px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.image-box-content > a {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.image-box-content > a i {
	position: relative;
	top: 4px;
	font-size: 20px;
}
.image-box-content > a:hover {
	color: #fff;
}
.image-box:hover > h6 {
	background-color: rgba(200, 187, 161, 0.9);
}
#price-box img {
	margin-left: -40px;
}
#price-box .price {
	position: absolute;
	top: 60px;
	right: 100px;
	width: 135px;
	height: 135px;
	padding-top: 20px;
	border-radius: 50%;
	background-color: #04142b;
	color: #c8bba1;
	font-size: 52px;
	line-height: 34px;
	text-align: center;
}
#price-box .price small {
	display: block;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
}
#price-box .price span {
	font-size: 30px;
	font-weight: 300;
	vertical-align: top;
}
#price-box .price sup {
	font-size: 18px;
	font-weight: 300;
	vertical-align: super;
}
 @media (min-width: 1200px) {
 .image-box-content > a {
 position: absolute;
 bottom: 20px;
 left: 25px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .image-box > h6 {
 padding: 10px 20px;
}
 .image-box-content {
 padding: 20px;
}
 #price-box img {
 margin-left: -20px;
}
 #price-box .price {
 top: 20px;
 right: 0;
}
}
 @media (max-width: 767px) {
 #price-box .price {
 top: 20px;
 right: 0;
}
}
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
	border-top: 1px solid #e3e3e3;
	margin: 30px 0;
}
.hr.default-color {
	border-top-color: #c8bba1;
}
.hr.black {
	border-top-color: #04142b;
}
/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
	.panel {
	background-color: transparent;
	box-shadow: none;
}
.panel-group {
	
	padding-top:0px;
}
.panel-title {
	font-size:18px;
	
}
.panel-heading {
	padding: 0;
	/*border-bottom: 1px solid #e4f0f3 !important;*/
	border-radius: 0;
	background-color: transparent;
	
}
.panel-title a,  .panel-title a:focus {
	position: relative;
	display: block;
	padding: 10px 60px 12px 40px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	color:#4f4e4e;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.panel-title a:hover {
	color:#2E84E2;	
}
.panel-title a:before {
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: 15px;
	font-weight: 700;
	font-family: "FontAwesome";
	content: "\f0d7";
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.panel-title a[aria-expanded="true"] {
	border-color:#e4f0f3;
	background-color:#2E84E2;
	color: #fff;
	border: 1px solid #e0e0e0;
}
.panel-title a[aria-expanded="true"]:before {
	content:"\f0d8";
}
.panel-group .panel {
	border: none;
	margin-bottom: 10px;;
	
}
.panel-group .panel:last-child {
	margin-bottom: 0;
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group .panel-heading + .panel-collapse > .list-group,  .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 20px 40px 25px;
	border: 1px solid #e4f0f3;
	border-top: none;
}
.panel-body > *:last-child {
	margin-bottom: 0;
}
 @media (max-width: 767px) {
 .panel-title a,  .panel-title a:focus {
 padding-left: 25px;
}
 .panel-group .panel-heading + .panel-collapse > .list-group,  .panel-group .panel-heading + .panel-collapse > .panel-body {
 padding: 0 25px 25px;
}
}
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
	.tabs {
	margin-bottom:25px;
}
.nav-tabs {
	border-bottom: 2px solid #e4f0f3;
}
.nav-tabs > li {
	margin-bottom: 0;
	margin-bottom: -2px;
}
.nav-tabs > li > a {
	padding: 10px 40px;
	border: none;
	border-radius: 0;
	background-color: #e4f0f3;
	color: #04142b;
	font-size:18px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-tabs > li > a:hover,  .nav-tabs > li > a:focus {
	background-color:#2E84E2;
	color: #fff;
}
.nav-tabs > li.active > a,  .nav-tabs > li.active > a:hover,  .nav-tabs > li.active > a:focus {
	border: none;
	background-color:#2E84E2;
	color: #fff;
}
.tab-content {
	padding:25px 5px;
	border: 2px solid #e4f0f3;
	border-top: none;
}
.tab-content .tab-pane > *:last-child {
	margin-bottom: 0;
}
.tab-content:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .nav-tabs > li > a {
 padding: 10px 35px;
}
}
 @media (max-width: 767px) {
 .nav-tabs > li {
 float: none;
 border-bottom: 1px solid #04142b;
 margin-bottom: 0;
}
 .nav-tabs > li > a {
 margin-right: 0;
}
 .tab-content {
 padding: 30px 10px;
}
}
/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
.gm-style-iw {
	max-height:300px !important;
	max-width:300px !important;
}

.gm-style-iw  p {
	margin-bottom:0px;
}
	.map {
	height: 300px;
	margin-bottom: 50px;
}
.map img {
	max-width: none;
}
 @media (max-width: 767px) {
 .map {
 height: 400px !important;
}
}
/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/
	
	.social-media {
	margin-bottom: 20px;
}
.social-media a {
	display: inline-block;
	margin-right: 25px;
	color: #04142b;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.social-media.square a {
	width: 32px;
	height: 32px;
	margin: 4px 5px 4px 0;
	background-color: #e4f0f3;
}
.social-media a:last-child {
	margin-right: 0;
}
.social-media a.facebook:hover {
	color: #0e59a0 !important;
}
.social-media a.twitter:hover {
	color: #0ea4ff !important;
}
.social-media a.dribbble:hover {
	color: #ea73a0 !important;
}
.social-media a.pinterest:hover {
	color: #d73532 !important;
}
.social-media a.google:hover {
	color: #da4835 !important;
}
.social-media a.tumblr:hover {
	color: #2a445f !important;
}
.social-media a.instagram:hover {
	color: #82685a !important;
}
.social-media a.rss:hover {
	color: #f79638 !important;
}
.social-media a.linkedin:hover {
	color: #018faf !important;
}
.social-media a.skype:hover {
	color: #00b0f6 !important;
}
.social-media a.flickr:hover {
	color: #0061db !important;
}
.social-media a.vimeo:hover {
	color: #4cb2d9 !important;
}
.social-media a.github:hover {
	color: #3b3b3b !important;
}
.social-media a.youtube:hover {
	color: #cc181e !important;
}
.social-media a.windows:hover {
	color: #6dc2e9 !important;
}
.social-media a.dropbox:hover {
	color: #007ee5 !important;
}
.social-media a.xing:hover {
	color: #026566 !important;
}
.social-media a.adn:hover {
	color: #1ea076 !important;
}
.social-media a.android:hover {
	color: #98cb02 !important;
}
.social-media a.apple:hover {
	color: #a6b1b7 !important;
}
.social-media a.behance:hover {
	color: #2d9ad2 !important;
}
.social-media a.bitbucket:hover {
	color: #214f81 !important;
}
.social-media a.bitcoin:hover {
	color: #f7931b !important;
}
.social-media a.codepan:hover {
	color: #000 !important;
}
.social-media a.css3:hover {
	color: #3289ce !important;
}
.social-media a.delicious:hover {
	color: #3399fe !important;
}
.social-media a.deviantart:hover {
	color: #c8da30 !important;
}
.social-media a.digg:hover {
	color: #0080c2 !important;
}
.social-media a.drupal:hover {
	color: #0077b9 !important;
}
.social-media a.empire:hover {
	color: #000 !important;
}
.social-media a.foursquare:hover {
	color: #daecb0 !important;
}
.social-media a.git:hover {
	color: #f34f29 !important;
}
.social-media a.gitti:hover {
	color: #634c3e !important;
}
.social-media a.hacker-news:hover {
	color: #f18642 !important;
}
.social-media a.html5:hover {
	color: #e54c1f !important;
}
.social-media a.joomla:hover {
	color: #016fb9 !important;
}
.social-media a.jsfiddle:hover {
	color: #4679a4 !important;
}
.social-media a.linux:hover {
	color: #fece0e !important;
}
.social-media a.maxcdn:hover {
	color: #f36f20 !important;
}
.social-media a.openid:hover {
	color: #fe6101 !important;
}
.social-media a.pagelines:hover {
	color: #3783e3 !important;
}
.social-media a.pied-piper:hover {
	color: #0c7b48 !important;
}
.social-media a.qq:hover {
	color: #23286c !important;
}
.social-media a.rebel:hover {
	color: #000 !important;
}
.social-media a.reddit:hover {
	color: #cee3f8 !important;
}
.social-media a.renren:hover {
	color: #0d81e4 !important;
}
.social-media a.share:hover {
	color: #252525 !important;
}
.social-media a.slack:hover {
	color: #453744 !important;
}
.social-media a.soundcloud:hover {
	color: #fe4e00 !important;
}
.social-media a.spotify:hover {
	color: #80bb41 !important;
}
.social-media a.stack-exchange:hover {
	color: #265a93 !important;
}
.social-media a.stackoverflow:hover {
	color: #fea501 !important;
}
.social-media a.steam:hover {
	color: #191919 !important;
}
.social-media a.stumbleupon:hover {
	color: #f04f23 !important;
}
.social-media a.tencent-weibo:hover {
	color: #0063a7 !important;
}
.social-media a.trello:hover {
	color: #226784 !important;
}
.social-media a.vine:hover {
	color: #00b081 !important;
}
.social-media a.vk:hover {
	color: #50769d !important;
}
.social-media a.wechat:hover {
	color: #a4dc31 !important;
}
.social-media a.weibo:hover {
	color: #d82828 !important;
}
.social-media a.wordpress:hover {
	color: #454442 !important;
}
.social-media a.yahoo:hover {
	color: #4b04a8 !important;
}
.social-media a.ftpx:hover {
	color: #000 !important;
}
.social-media a.amazon:hover {
	color: #ff9900 !important;
}
.social-media a.angellist:hover {
	color: #000 !important;
}
.social-media a.btc:hover {
	color: #f7931b !important;
}
.social-media a.black-tie:hover {
	color: #000 !important;
}
.social-media a.bluetooth:hover {
	color: #0a3d91 !important;
}
.social-media a.buysellads:hover {
	color: #ba0202 !important;
}
.social-media a.cc-amex:hover {
	color: #016dd2 !important;
}
.social-media a.cc-diners-club:hover {
	color: #0069aa !important;
}
.social-media a.cc-discover:hover {
	color: #f88737 !important;
}
.social-media a.cc-jcb:hover {
	color: #29166f !important;
}
.social-media a.cc-mastercard:hover {
	color: #fe9611 !important;
}
.social-media a.paypal:hover {
	color: #012069 !important;
}
.social-media a.cc-stripe:hover {
	color: #49b802 !important;
}
.social-media a.cc-visa:hover {
	color: #1b4da2 !important;
}
.social-media a.chrome:hover {
	color: #edcd16 !important;
}
.social-media a.codepen:hover {
	color: #1b1c1b !important;
}
.social-media a.codiepie:hover {
	color: #000 !important;
}
.social-media a.connectdevelop:hover {
	color: #023cb0 !important;
}
.social-media a.contao:hover {
	color: #e4790f !important;
}
.social-media a.dashcube:hover {
	color: #000 !important;
}
.social-media a.edge:hover {
	color: #2c74be !important;
}
.social-media a.expeditedssl:hover {
	color: #2e2e2e !important;
}
.social-media a.firefox:hover {
	color: #df731b !important;
}
.social-media a.fonticons:hover {
	color: #1d1e2a !important;
}
.social-media a.fort-awesome:hover {
	color: #000 !important;
}
.social-media a.forumbee:hover {
	color: #85ac2f !important;
}
.social-media a.get-pocket:hover {
	color: #e84352 !important;
}
.social-media a.gg:hover {
	color: #fd0002 !important;
}
.social-media a.gratipay:hover {
	color: #653614 !important;
}
.social-media a.houzz:hover {
	color: #9bc545 !important;
}
.social-media a.internet-explorer:hover {
	color: #00bcf2 !important;
}
.social-media a.ioxhost:hover {
	color: #f6a814 !important;
}
.social-media a.lastfm:hover {
	color: #e2152b !important;
}
.social-media a.leanpub:hover {
	color: #231f20 !important;
}
.social-media a.meanpath:hover {
	color: #538dd6 !important;
}
.social-media a.medium:hover {
	color: #00ab6c !important;
}
.social-media a.mixcloud:hover {
	color: #040204 !important;
}
.social-media a.modx:hover {
	color: #8ed547 !important;
}
.social-media a.odnoklassniki:hover {
	color: #f68634 !important;
}
.social-media a.opencart:hover {
	color: #00c1f2 !important;
}
.social-media a.opera:hover {
	color: #e81617 !important;
}
.social-media a.optin-monster:hover {
	color: #8ed31e !important;
}
.social-media a.product-hunt:hover {
	color: #d6573d !important;
}
.social-media a.reddit:hover {
	color: #ff4500 !important;
}
.social-media a.safari:hover {
	color: #2973d9 !important;
}
.social-media a.scribd:hover {
	color: #382d29 !important;
}
.social-media a.sellsy:hover {
	color: #006ca2 !important;
}
.social-media a.shirtsinbulk:hover {
	color: #dd3a26 !important;
}
.social-media a.simplybuilt:hover {
	color: #322f34 !important;
}
.social-media a.skyatlas:hover {
	color: #01aebe !important;
}
.social-media a.slideshare:hover {
	color: #13999a !important;
}
.social-media a.stack-overflow:hover {
	color: #ef532a !important;
}
.social-media a.tripadvisor:hover {
	color: #1e892f !important;
}
.social-media a.twitch:hover {
	color: #6441a5 !important;
}
.social-media a.usb:hover {
	color: #000 !important;
}
.social-media a.viacoin:hover {
	color: #2376a2 !important;
}
.social-media a.whatsapp:hover {
	color: #44c254 !important;
}
.social-media a.wikipedia:hover {
	color: #0c0c0c !important;
}
.social-media a.y-combinator:hover {
	color: #ff6501 !important;
}
.social-media a.yelp:hover {
	color: #bf311b !important;
}
.social-media a.email:hover {
	color: #689c49 !important;
}
.social-media.square a.facebook:hover {
	background-color: #0e59a0 !important;
}
.social-media.square a.twitter:hover {
	background-color: #0ea4ff !important;
}
.social-media.square a.dribbble:hover {
	background-color: #ea73a0 !important;
}
.social-media.square a.pinterest:hover {
	background-color: #d73532 !important;
}
.social-media.square a.google:hover {
	background-color: #da4835 !important;
}
.social-media.square a.tumblr:hover {
	background-color: #2a445f !important;
}
.social-media.square a.instagram:hover {
	background-color: #82685a !important;
}
.social-media.square a.rss:hover {
	background-color: #f79638 !important;
}
.social-media.square a.linkedin:hover {
	background-color: #018faf !important;
}
.social-media.square a.skype:hover {
	background-color: #00b0f6 !important;
}
.social-media.square a.flickr:hover {
	background-color: #0061db !important;
}
.social-media.square a.vimeo:hover {
	background-color: #4cb2d9 !important;
}
.social-media.square a.github:hover {
	background-color: #3b3b3b !important;
}
.social-media.square a.youtube:hover {
	background-color: #cc181e !important;
}
.social-media.square a.windows:hover {
	background-color: #6dc2e9 !important;
}
.social-media.square a.dropbox:hover {
	background-color: #007ee5 !important;
}
.social-media.square a.xing:hover {
	background-color: #026566 !important;
}
.social-media.square a.adn:hover {
	background-color: #1ea076 !important;
}
.social-media.square a.android:hover {
	background-color: #98cb02 !important;
}
.social-media.square a.apple:hover {
	background-color: #a6b1b7 !important;
}
.social-media.square a.behance:hover {
	background-color: #2d9ad2 !important;
}
.social-media.square a.bitbucket:hover {
	background-color: #214f81 !important;
}
.social-media.square a.bitcoin:hover {
	background-color: #f7931b !important;
}
.social-media.square a.codepan:hover {
	background-color: #000 !important;
}
.social-media.square a.css3:hover {
	background-color: #3289ce !important;
}
.social-media.square a.delicious:hover {
	background-color: #3399fe !important;
}
.social-media.square a.deviantart:hover {
	background-color: #c8da30 !important;
}
.social-media.square a.digg:hover {
	background-color: #0080c2 !important;
}
.social-media.square a.drupal:hover {
	background-color: #0077b9 !important;
}
.social-media.square a.empire:hover {
	background-color: #000 !important;
}
.social-media.square a.foursquare:hover {
	background-color: #daecb0 !important;
}
.social-media.square a.git:hover {
	background-color: #f34f29 !important;
}
.social-media.square a.gitti:hover {
	background-color: #634c3e !important;
}
.social-media.square a.hacker-news:hover {
	background-color: #f18642 !important;
}
.social-media.square a.html5:hover {
	background-color: #e54c1f !important;
}
.social-media.square a.joomla:hover {
	background-color: #016fb9 !important;
}
.social-media.square a.jsfiddle:hover {
	background-color: #4679a4 !important;
}
.social-media.square a.linux:hover {
	background-color: #fece0e !important;
}
.social-media.square a.maxcdn:hover {
	background-color: #f36f20 !important;
}
.social-media.square a.openid:hover {
	background-color: #fe6101 !important;
}
.social-media.square a.pagelines:hover {
	background-color: #3783e3 !important;
}
.social-media.square a.pied-piper:hover {
	background-color: #0c7b48 !important;
}
.social-media.square a.qq:hover {
	background-color: #23286c !important;
}
.social-media.square a.rebel:hover {
	background-color: #000 !important;
}
.social-media.square a.reddit:hover {
	background-color: #cee3f8 !important;
}
.social-media.square a.renren:hover {
	background-color: #0d81e4 !important;
}
.social-media.square a.share:hover {
	background-color: #252525 !important;
}
.social-media.square a.slack:hover {
	background-color: #453744 !important;
}
.social-media.square a.soundcloud:hover {
	background-color: #fe4e00 !important;
}
.social-media.square a.spotify:hover {
	background-color: #80bb41 !important;
}
.social-media.square a.stack-exchange:hover {
	background-color: #265a93 !important;
}
.social-media.square a.stackoverflow:hover {
	background-color: #fea501 !important;
}
.social-media.square a.steam:hover {
	background-color: #191919 !important;
}
.social-media.square a.stumbleupon:hover {
	background-color: #f04f23 !important;
}
.social-media.square a.tencent-weibo:hover {
	background-color: #0063a7 !important;
}
.social-media.square a.trello:hover {
	background-color: #226784 !important;
}
.social-media.square a.vine:hover {
	background-color: #00b081 !important;
}
.social-media.square a.vk:hover {
	background-color: #50769d !important;
}
.social-media.square a.wechat:hover {
	background-color: #a4dc31 !important;
}
.social-media.square a.weibo:hover {
	background-color: #d82828 !important;
}
.social-media.square a.wordpress:hover {
	background-color: #454442 !important;
}
.social-media.square a.yahoo:hover {
	background-color: #4b04a8 !important;
}
.social-media.square a.ftpx:hover {
	background-color: #000 !important;
}
.social-media.square a.amazon:hover {
	background-color: #ff9900 !important;
}
.social-media.square a.angellist:hover {
	background-color: #000 !important;
}
.social-media.square a.btc:hover {
	background-color: #f7931b !important;
}
.social-media.square a.black-tie:hover {
	background-color: #000 !important;
}
.social-media.square a.bluetooth:hover {
	background-color: #0a3d91 !important;
}
.social-media.square a.buysellads:hover {
	background-color: #ba0202 !important;
}
.social-media.square a.cc-amex:hover {
	background-color: #016dd2 !important;
}
.social-media.square a.cc-diners-club:hover {
	background-color: #0069aa !important;
}
.social-media.square a.cc-discover:hover {
	background-color: #f88737 !important;
}
.social-media.square a.cc-jcb:hover {
	background-color: #29166f !important;
}
.social-media.square a.cc-mastercard:hover {
	background-color: #fe9611 !important;
}
.social-media.square a.paypal:hover {
	background-color: #012069 !important;
}
.social-media.square a.cc-stripe:hover {
	background-color: #49b802 !important;
}
.social-media.square a.cc-visa:hover {
	background-color: #1b4da2 !important;
}
.social-media.square a.chrome:hover {
	background-color: #edcd16 !important;
}
.social-media.square a.codepen:hover {
	background-color: #1b1c1b !important;
}
.social-media.square a.codiepie:hover {
	background-color: #000 !important;
}
.social-media.square a.connectdevelop:hover {
	background-color: #023cb0 !important;
}
.social-media.square a.contao:hover {
	background-color: #e4790f !important;
}
.social-media.square a.dashcube:hover {
	background-color: #000 !important;
}
.social-media.square a.edge:hover {
	background-color: #2c74be !important;
}
.social-media.square a.expeditedssl:hover {
	background-color: #2e2e2e !important;
}
.social-media.square a.firefox:hover {
	background-color: #df731b !important;
}
.social-media.square a.fonticons:hover {
	background-color: #1d1e2a !important;
}
.social-media.square a.fort-awesome:hover {
	background-color: #000 !important;
}
.social-media.square a.forumbee:hover {
	background-color: #85ac2f !important;
}
.social-media.square a.get-pocket:hover {
	background-color: #e84352 !important;
}
.social-media.square a.gg:hover {
	background-color: #fd0002 !important;
}
.social-media.square a.gratipay:hover {
	background-color: #653614 !important;
}
.social-media.square a.houzz:hover {
	background-color: #9bc545 !important;
}
.social-media.square a.internet-explorer:hover {
	background-color: #00bcf2 !important;
}
.social-media.square a.ioxhost:hover {
	background-color: #f6a814 !important;
}
.social-media.square a.lastfm:hover {
	background-color: #e2152b !important;
}
.social-media.square a.leanpub:hover {
	background-color: #231f20 !important;
}
.social-media.square a.meanpath:hover {
	background-color: #538dd6 !important;
}
.social-media.square a.medium:hover {
	background-color: #00ab6c !important;
}
.social-media.square a.mixcloud:hover {
	background-color: #040204 !important;
}
.social-media.square a.modx:hover {
	background-color: #8ed547 !important;
}
.social-media.square a.odnoklassniki:hover {
	background-color: #f68634 !important;
}
.social-media.square a.opencart:hover {
	background-color: #00c1f2 !important;
}
.social-media.square a.opera:hover {
	background-color: #e81617 !important;
}
.social-media.square a.optin-monster:hover {
	background-color: #8ed31e !important;
}
.social-media.square a.product-hunt:hover {
	background-color: #d6573d !important;
}
.social-media.square a.reddit:hover {
	background-color: #ff4500 !important;
}
.social-media.square a.safari:hover {
	background-color: #2973d9 !important;
}
.social-media.square a.scribd:hover {
	background-color: #382d29 !important;
}
.social-media.square a.sellsy:hover {
	background-color: #006ca2 !important;
}
.social-media.square a.shirtsinbulk:hover {
	background-color: #dd3a26 !important;
}
.social-media.square a.simplybuilt:hover {
	background-color: #322f34 !important;
}
.social-media.square a.skyatlas:hover {
	background-color: #01aebe !important;
}
.social-media.square a.slideshare:hover {
	background-color: #13999a !important;
}
.social-media.square a.stack-overflow:hover {
	background-color: #ef532a !important;
}
.social-media.square a.tripadvisor:hover {
	background-color: #1e892f !important;
}
.social-media.square a.twitch:hover {
	background-color: #6441a5 !important;
}
.social-media.square a.usb:hover {
	background-color: #000 !important;
}
.social-media.square a.viacoin:hover {
	background-color: #2376a2 !important;
}
.social-media.square a.whatsapp:hover {
	background-color: #44c254 !important;
}
.social-media.square a.wikipedia:hover {
	background-color: #0c0c0c !important;
}
.social-media.square a.y-combinator:hover {
	background-color: #ff6501 !important;
}
.social-media.square a.yelp:hover {
	background-color: #bf311b !important;
}
.social-media.square a.email:hover {
	background-color: #689c49 !important;
}
.social-media.square a:hover {
	color: #fff !important;
}
.social-media.default-color a:hover {
	color: #c8bba1 !important;
}
.social-media.square.default-color a:hover {
	background-color: #c8bba1 !important;
	color: #fff !important;
}
/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
	
	.timeline {
	margin-bottom: 50px;
	list-style: none;
}
.timeline .period {
	position: relative;
	float: left;
	width: 25%;
}
.timeline .period:before {
	position: absolute;
	z-index: 2;
	top: 17px;
	right: 45.5px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #c8bba1;
	content: "";
}
.timeline .period:after {
	position: absolute;
	top: 6px;
	right: 49px;
	display: block;
	height: 32px;
	border-left: 2px solid #c8bba1;
	content: "";
	-webkit-transform: rotate(-50deg);
	-ms-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.timeline .period h3 {
	font-size: 36px;
	font-weight: 700;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.timeline .period-details {
	position: relative;
	float: left;
	width: 75%;
	padding-bottom: 65px;
}
.timeline li:last-child .period-details {
	padding-bottom: 0;
}
.timeline .period-details:before {
	position: absolute;
	z-index: 1;
	top: 5px;
	bottom: -5px;
	left: -50px;
	border-left: 1px solid #e4f0f3;
	content: "";
}
.timeline li:last-child .period-details:before {
	bottom: 0;
}
.timeline .period-details h4 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
}
.timeline .period-details > *:last-child {
	margin-bottom: 0;
}
.timeline li:hover h3 {
	color: #c8bba1;
}
.timeline:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .timeline .period:before {
 right: 24.5px;
}
 .timeline .period:after {
 right: 28px;
}
 .timeline .period-details:before {
 left: -30px;
}
 .timeline .period h3 {
 font-size: 30px;
}
}
 @media (max-width: 767px) {
 .timeline .period:before,  .timeline .period:after,  .timeline .period-details:before {
 display: none;
}
 .timeline .period,  .timeline .period-details {
 float: none;
 width: 100%;
}
}
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
	
	.pie-chart-container {
	margin-bottom: 50px;
	text-align: center;
}
.pie-chart {
	position: relative;
	text-align: center;
	margin-bottom: 15px;
}
.pie-chart canvas {
	max-width: 100%;
}
.pie-chart-percent {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #04142b;
	font-size: 36px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pie-chart-details {
}
/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
	.progress {
	overflow: visible;
	height: 5px;
	border-radius: 0;
	margin-bottom: 12px;
	background-color: #e4f0f3;
	box-shadow: none;
}
.progress-bar {
	position: relative;
	background-color: #c8bba1;
	box-shadow: none;
}
.progress-bar span {
	position: absolute;
	top: 20px;
	right: 0;
	color: #04142b;
	font-size: 15px;
	font-weight: 700;
}
.progress-bar-title {
	margin-bottom: 20px;
	color: #04142b;
	font-size: 15px;
	font-weight: 700;
}
/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/
 
	.counter {
	position: relative;
	z-index: 1;
	padding: 60px 0;
	margin-bottom: 50px;
	text-align: center;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.counter:before,  .counter:after {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: -3px;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.counter:before {
	border-right: 1px solid #c8bba1;
	border-left: 1px solid #c8bba1;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.counter:after {
	border-top: 1px solid #c8bba1;
	border-bottom: 1px solid #c8bba1;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
.counter-value {
	margin-bottom: 10px;
	color: #04142b;
	font-size: 72px;
	line-height: 72px;
	font-weight: 500;
}
.counter-details {
	color: #04142b;
	font-size: 18px;
	font-weight: 500;
}
.counter:hover:before {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.counter:hover:after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
 @media (min-width: 768px) and (max-width: 991px) {
 .counter-value {
 font-size: 60px;
 line-height: 60px;
}
}
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.statistics-container {
	margin-bottom: 50px;
}
.statistics-container canvas {
	margin-bottom: 10px;
}
.legend {
	color: #04142b;
	font-weight: 500;
	list-style: none;
}
.legend li {
	display: inline-block;
	margin-right: 30px;
}
.legend li:last-child {
	margin-right: 0;
}
.legend li:before {
	position: relative;
	top: -3px;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 15px;
	vertical-align: sub;
	content: "";
}
 .legend li:nth-child(1):before {
 background-color: #e4f0f2;
}
 .legend li:nth-child(2):before {
 background-color: #c8bba2;
}
 .legend li:nth-child(3):before {
 background-color: #04142a;
}
 #area-chart + .legend li:nth-child(1):before {
 background-color: #387eba;
}
 #bar-chart-1 + .legend li:nth-child(1):before,  #bar-chart-2 + .legend li:nth-child(1):before {
 background-color: #364b6a;
}
 #line-chart + .legend li:nth-child(1):before {
 background-color: #364b6a;
}
/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
	
	.countdown {
	margin: 100px 0 50px;
	color: #04142b;
	justify-content: space-between;
}
.countdown > div {
	position: relative;
	float: left;
	width: 150px;
	padding: 25px 0;
	margin-right: 105px;
	background-color: #fff;
	text-align: center;
	box-shadow: 8px 3px 27px 0px rgba(0, 0, 0, 0.21);
}
.countdown > div:last-child {
	margin-right: 0;
}
.countdown > div:after {
	position: absolute;
	top: 48px;
	right: -47px;
	font-size: 36px;
	content: ":";
}
.countdown > div:last-child:after {
	display: none;
}
.countdown .count {
	margin-bottom: 10px;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}
.countdown > div > span {
	display: block;
	color: #c8bba1;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}
.countdown:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 1200px) {
 .countdown > div {
 margin-right: 180px;
}
 .countdown > div:after {
 right: -95px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .countdown > div {
 margin-right: 40px;
}
 .countdown > div:after {
 display: none;
}
}
 @media (max-width: 767px) {
 .countdown {
 display: block;
 text-align: center;
}
 .countdown > div {
 float: none;
 margin: 0 auto 30px
}
 .countdown > div:last-child {
 margin: 0 auto
}
 .countdown > div:after {
 display: none;
}
}
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
	padding: 40px 20px 50px;
	border: 2px solid #e4f0f3;
	margin-bottom: 50px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.price-plan-header {
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 25px;
}
.price-plan-header:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	height: 30px;
	border-left: 1px solid #c8bba1;
	content: "";
	-webkit-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	transform: rotate(20deg);
}
.price-plan-header h2s {
	font-weight: 700;
}
.price-plan-header h4 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.price-plan-header h6 {
	color: #c8bba1;
	font-size: 15px;
	font-weight: 500;
}
.price-plan ul {
	margin-bottom: 45px;
	list-style: none;
}
.price-plan ul li:after {
	display: block;
	width: 80%;
	border-bottom: 2px solid #e4f0f3;
	margin: 10px auto;
	content: "";
}
.price-plan ul li:last-child:after {
	display: none;
}
.price-plan:hover {
	border-color: #04142b;
}
/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	blockquote {
	position: relative;
	padding: 0;
	border-left: none;
	margin-bottom: 30px;
	font: inherit;
}
blockquote footer:before,  blockquote small:before {
	content: none;
}
.testimonial {
	margin-top: 30px;
	margin-bottom: 50px;
}
.testimonial > img {
	float: left;
	margin-right:15px;
}
.testimonial blockquote {
}
.testimonial blockquote:before {
	position: absolute;
	top: -25px;
	color: #c8bba1;
	font-size: 48px;
	content: "\201c";
}
.testimonial-author {
	margin-left: 160px;
}
.testimonial-author h5 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: capitalize;
	font-weight:bold;
	font-size:18px;
}
.testimonial-author h6 {
	color: #c8bba1;
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 700;
}
/* TESTIMONIAL STYLE 2 */
	.testimonial.style-2 {
	margin-top: 15px;
	text-align: center;
}
.testimonial.style-2 > img {
	float: none;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 25px;
}
.testimonial.style-2 blockquote:before {
	top: auto;
	left: 50%;
	bottom: -55px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testimonial.style-2 .testimonial-author {
	margin-top: 50px;
	margin-left: 0;
}
.owl-controls {
	display:block;
	margin-top: 10px;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .testimonial-author {
 margin-left: 0;
}
}
 @media (max-width: 767px) {
 .testimonial-author {
 margin-left: 0;
}
 .testimonial > img {
 float: none;
 display: block;
 margin-right: 0;
 margin-bottom: 40px;
}
}
/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
	.isotope {
	margin-bottom: 75px;
}
.isotope.gutter {
	margin: -15px -15px 50px;
}
.isotope .isotope-item {
	float: left;
	width: 25%;
}
.isotope.gutter .isotope-item {
	padding: 15px;
}
.isotope.col-3 .isotope-item {
	width: 33.333333%;
}
.isotope.col-4 .isotope-item {
	width: 33.333333%;
}
.isotope .portfolio-item {
	margin-bottom: 0;
}
.isotope:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 1200px) {
 .isotope.col-4 .isotope-item {
 width: 25%;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .isotope.col-3 .isotope-item,  .isotope.col-4 .isotope-item {
 width: 50%;
}
}
 @media (max-width: 767px) {
 .isotope .isotope-item,  .isotope.col-3 .isotope-item,  .isotope.col-4 .isotope-item {
 width: 100%;
}
}
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
	float: left;
	margin-bottom: 50px;
	margin-left: 10px;
	list-style: none;
}
.filter li {
	display: inline-block;
}
.filter li:after {
	margin: 0 5px;
	color: #c8bba1;
	content: "/";
}
.filter li:last-child:after {
	display: none;
}
.filter li a {
	display: inline-block;
	color: #04142b;
	font-size: 18px;
	line-height: 28px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.filter li a:hover {
	color: #c8bba1;
}
.filter li a.active {
	font-weight: 700;
}
 @media (max-width: 767px) {
 .filter li {
 display: block;
}
 .filter li:after {
 display: none;
}
}
/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/
 
	.pagination {
	display: block;
	margin-top: 0;
	margin-bottom: 50px;
}
.pagination li {
	display: inline-block;
	margin-right: 7px;
}
.pagination li:last-child {
	margin-right: 0;
}
.pagination li a {
	display: block;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background-color: #e4f0f3;
	color: #04142b;
	font-size: 14px;
	font-weight: 500;
	line-height: 32px;
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pagination > li:last-child > a,  .pagination > li:first-child > a,  .pagination > li:last-child > span,  .pagination > li:first-child > span {
	border-radius: 0;
}
.pagination li a:hover,  .pagination li.active a,  .pagination li.active a:hover {
	background-color:#2E84E2;
	color: #fff;
}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
	position: relative;
	z-index: 1;
	padding:20px 0 0px !important;
	background: no-repeat center center;
}
.full-section-overlay-color {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color:#2E84E2;
	opacity: 0.75;
}
.full-section-container {
	position: relative;
	z-index: 3;
}
/* FULL SCREEN */
	.full-screen {
	margin-bottom: -50px;
}
.full-screen .full-section-container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* PARALLAX */
	.parallax {
	background-attachment: fixed !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
}
/* ELEMENTS IN DARK SECTION */
	.full-section.dark-section {
	background-color: #000;
	color: #fff;
}
.full-section.dark-section h1,  .full-section.dark-section h2,  .full-section.dark-section h3,  .full-section.dark-section h4,  .full-section.dark-section h5,  .full-section.dark-section h6,  .full-section.dark-section h1 a,  .full-section.dark-section h2 a,  .full-section.dark-section h3 a,  .full-section.dark-section h4 a,  .full-section.dark-section h5 a,  .full-section.dark-section h6 a,  .full-section.dark-section .signature span {
	color: inherit;
}
.full-section.dark-section a:hover {
	color: #c8bba1;
}
.full-section.dark-section button,  .full-section.dark-section input[type="reset"],  .full-section.dark-section input[type="submit"],  .full-section.dark-section input[type="button"] {
	border-color: inherit;
	color: inherit;
}
.full-section.dark-section button:hover,  .full-section.dark-section input[type="reset"]:hover,  .full-section.dark-section input[type="submit"]:hover,  .full-section.dark-section input[type="button"]:hover {
	border-color: #c8bba1;
	color: #c8bba1;
}
.full-section.dark-section .check-list li a,  .full-section.dark-section .square-list li a,  .full-section.dark-section .check-list li:before {
	color: inherit;
}
.full-section.dark-section .check-list li a:hover,  .full-section.dark-section .square-list li a:hover,  .full-section.dark-section .check-list li:hover:before {
	color: #c8bba1;
}
.full-section.dark-section .square-list li:before {
	border-color: inherit;
}
.full-section.dark-section .square-list li:hover:before {
	border-color: #c8bba1;
}
.full-section.dark-section .btn,  .full-section.dark-section .btn:before,  .full-section.dark-section .btn:after {
	border-color: inherit;
	color: inherit;
}
.full-section.dark-section .btn:hover,  .full-section.dark-section .btn:hover:before,  .full-section.dark-section .btn:hover:after {
	border-color: #c8bba1;
}
.full-section.dark-section .text-box a.plus {
	color: #fff;
}
.full-section.dark-section .text-box.style-1:hover {
	border-color: #fff;
}
.full-section.dark-section .text-box.style-1:hover h1,  .full-section.dark-section .text-box.style-1:hover h2,  .full-section.dark-section .text-box.style-1:hover h3,  .full-section.dark-section .text-box.style-1:hover h4,  .full-section.dark-section .text-box.style-1:hover h5,  .full-section.dark-section .text-box.style-1:hover h6 {
	color: #04142b;
}
.full-section.dark-section .text-box.style-1:hover .btn {
	color: #040204;
}
.full-section.dark-section .text-box.style-1:hover .btn,  .full-section.dark-section .text-box.style-1:hover .btn:before,  .full-section.dark-section .text-box.style-1:hover .btn:after {
	border-color: #040204;
}
.full-section.dark-section .text-box.style-1:hover .btn:hover {
	color: #c8bba1;
}
.full-section.dark-section .text-box.style-1:hover .btn:hover,  .full-section.dark-section .text-box.style-1:hover .btn:hover:before,  .full-section.dark-section .text-box.style-1:hover .btn:hover:after {
	border-color: #c8bba1;
}
.full-section.dark-section .text-box.style-2 {
	background-color: #fff;
	color: #4f4e4e;
}
.full-section.dark-section .text-box.style-2 h1,  .full-section.dark-section .text-box.style-2 h2,  .full-section.dark-section .text-box.style-2 h3,  .full-section.dark-section .text-box.style-2 h4,  .full-section.dark-section .text-box.style-2 h5,  .full-section.dark-section .text-box.style-2 h6 {
	color: #04142b;
}
.full-section.dark-section .image-box-content > a:hover {
	color: #fff;
}
.full-section.dark-section .social-media a {
	color: inherit;
}
.full-section.dark-section .social-media.square a {
	color: #04142b;
}
.full-section.dark-section .pie-chart-percent {
	color: inherit;
}
.full-section.dark-section .progress-bar span,  .full-section.dark-section .progress-bar-title {
	color: inherit;
}
.full-section.dark-section .counter-value,  .full-section.dark-section .counter-details {
	color: inherit;
}
.full-section.dark-section .price-plan:hover {
	border-color: inherit;
}
.full-section.dark-section .testimonial-author h6 {
	color: #c8bba1;
}
.full-section.dark-section .filter li a {
	color: inherit;
}
.full-section.dark-section .filter li a:hover {
	color: #c8bba1;
}
.full-section.dark-section .pagination li a:hover,  .full-section.dark-section .pagination li.active a,  .full-section.dark-section .pagination li.active a:hover {
	background-color: #fff;
	color: #04142b;
}
.full-section.dark-section .about-me h6 {
	color: #c8bba1;
}
.full-section.dark-section .team-list a {
	color: inherit;
}
.full-section.dark-section .service-box.style-1:hover > i,  .full-section.dark-section .service-box.style-2:hover > i {
	color: inherit;
}
.full-section.dark-section .service-box.style-3:hover > i {
	background-color: #c8bba1;
	color: #fff;
}
.full-section.dark-section .portfolio-item-hover a:hover {
	color: #fff;
}
.full-section.dark-section .blog-article-details a,  .full-section.dark-section .blog-article-content > a {
	color: inherit;
}
.full-section.dark-section .blog-article-details a:hover,  .full-section.dark-section .blog-article-content > a:hover {
	color: #c8bba1;
}
.full-section.dark-section .comment-author .fn {
	color: inherit;
}
.full-section.dark-section .comment-metadata a,  .full-section.dark-section .comment-author .fn:hover {
	color: #c8bba1;
}
.full-section.dark-section .reply a:hover {
	color: #fff;
}
.full-section.dark-section .widget-pages ul li a:hover,  .full-section.dark-section .widget-archives ul li a:hover,  .full-section.dark-section .widget-metadata ul li a:hover,  .full-section.dark-section .widget-categories ul li a:hover {
	color: #fff;
}
.full-section.dark-section .widget-pages ul li a:hover:before,  .full-section.dark-section .widget-metadata ul li a:hover:before {
	border-color: #fff;
}
.full-section.dark-section .widget-newsletter input[type="submit"] {
	color: #04142b;
}
.full-section.dark-section .widget-calendar caption {
	color: inherit;
}
.full-section.dark-section .widget-recent-posts ul li .post-date {
	color: #c8bba1;
}
.full-section.dark-section .widget-recent-posts ul li .post-title {
	color: inherit;
}
.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
	color: #c8bba1;
}
.full-section.dark-section .widget-tags a:hover {
	color: #fff;
}
.full-section.dark-section .widget-contact ul li a {
	color: inherit;
}
.full-section.dark-section .owl-prev:hover,  .full-section.dark-section .owl-next:hover {
	border-color: inherit;
	color: inherit;
}
.full-section.dark-section .owl-dot:hover,  .full-section.dark-section .owl-dot.active {
	background-color: #fff;
}
/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
	padding-top: 100px;
	padding-bottom: 100px;
	margin-top: 50px;
	background-image: url(../../images/backgrounds/bg-1.jpg);
}
#section-2 {
	padding: 60px 0 50px;
	background-image: url(../../images/backgrounds/bg-2.jpg);
}
#section-2:before,  #section-2:after {
	position: absolute;
	right: 0;
	left: 0;
	height: 50%;
	content: "";
}
#section-2:before {
	top: 0;
	background-color: #c8bba1;
	opacity: 0.85;
}
#section-2:after {
	bottom: 0;
	background-color: #04142b;
	opacity: 0.75;
}
#section-2 h4 {
	font-size: 24px;
	color: #04142b;
}
#section-3 {
	padding-top: 40px;
	background-color:#F8F8F8;
}
#section-green {
	padding-top: 40px;
	background-color:#DEEBF0;
}
#section-3 .price {
	position: absolute;
	top: 130px;
	left: 0;
	width: 155px;
	height: 155px;
	padding-top: 15px;
	border-radius: 50%;
	background-color: #04142b;
	color: #c8bba1;
	font-size: 60px;
	line-height: 40px;
	text-align: center;
}
#section-3 .price small {
	display: block;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
}
#section-3 .price span {
	font-size: 40px;
	font-weight: 300;
	vertical-align: top;
}
#section-3 .price sup {
	font-size: 18px;
	font-weight: 300;
	vertical-align: super;
}
#section-4 {
	padding: 100px 0 80px;
	margin-top: 50px;
	background-image: url(../../images/backgrounds/bg-4.jpg);
	margin-bottom:100px;
}
#section-5 {
	padding: 60px 0;
	margin-top: 40px;
	margin-bottom: -50px;
	background-image: url(../../images/backgrounds/bg-5.jpg);
}
#section-6 {
	padding: 100px 0 50px;
	margin: 50px 0;
	background-color: #f8fafa;
}
#section-7 {
	padding: 100px 0 50px;
	background-image: url(../../images/backgrounds/bg-6.jpg);
}
#section-8 {
	padding: 100px 0 50px;
	margin-top: 50px;
	background-color: #020d1d;
}
#section-8 .text-box {
	padding: 20px;
}
#section-8 .text-box .text-box-thumb {
	float: left;
	width: 60%;
	margin: -20px 20px -20px -20px;
}
#section-8 .text-parallax-content {
	background: #020d1d;
	color: #fff;
	mix-blend-mode: darken;
}
#section-9 {
	padding: 100px 0 50px;
	margin-top: 50px;
	margin-bottom: -50px;
	background-color: #f8fafa;
}
#section-10 {
	padding: 70px 0 50px;
	margin-bottom: -50px;
	background-image: url(../../images/backgrounds/bg-7.jpg);
}
#section-11 {
	padding: 100px 0 50px;
	margin-top: 50px;
	margin-bottom: 0;
	background-image: url(../../images/backgrounds/bg-8.jpg);
}
#section-12 .hr {
	border-width: 8px;
	margin: 50px 0;
}
#section-13 {
	padding: 100px 0 50px;
	margin-bottom: -50px;
	background-image: url(../../images/backgrounds/bg-9.jpg);
}
#section-14 {
	padding: 100px 0 80px;
	margin-top: 80px;
	margin-bottom: -50px;
	background-image: url(../../images/backgrounds/bg-1.jpg);
}
 @media (min-width: 1200px) {
 #section-8 .text-box {
 padding: 40px;
}
 #section-8 .text-box .text-box-thumb {
 float: left;
 width: 65%;
 margin: -40px 30px -40px -40px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 #section-8 .text-box .text-box-thumb {
 margin-bottom: 0;
}
 #section-8 .text-parallax-content {
 font-size: 52px;
 line-height: 68px;
}
}
 @media (max-width: 767px) {
 .full-screen .full-section-container {
 position: relative;
 top: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
 #section-3 h4 {
 font-size: 18px;
}
 #section-8 .text-box .text-box-thumb {
 float: none;
 width: 100%;
 margin: 0;
 margin-bottom: 10px;
}
 #section-8 .text-parallax-content {
 font-size: 48px;
 line-height: 60px;
}
}
/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/	
 
	#local-video-section,  #youtube-video-section {
	position: absolute;
	z-index: 1;
	overflow: hidden;
	top: 0;
	width: 100%;
	height: 100%;
}
#video-section {
	padding: 0;
	height: 635px;
}
.youtube-player {
	display: none;
}
#video-section .full-section-container {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#local-video-section video {
	width: 100%;
}
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
	position: fixed;
	z-index: 8000;
	bottom: 45px;
	right: 45px;
	display: none;
	width: 30px;
	height:30px;
	border: 1px solid #2C82E0;
	border-radius: 50%;
	font-size: 15px;
	line-height:30px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#scroll-up:hover {
	background-color: #2C82E0;
	color: #fff;
}
 @media (max-width: 767px) {
 #scroll-up {
 right: 20px;
 bottom: 20px;
}
}
/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
	height: 560px;
}
/* ARROWS */
	.tp-leftarrow.custom,  .tp-rightarrow.custom {
	width: 40px;
	height:40px;
	/*border: 1px solid #2E83E1;*/
	background-color: transparent;
	color: #c8bba1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius:50px;
	
}
.tp-leftarrow.custom:hover,  .tp-rightarrow.custom:hover {
	background-color:transparent;
	color: #fff;
}
.tp-leftarrow.custom:before,  .tp-rightarrow.custom:before {
	line-height: 44px;
}
/* BULLETS */
	.tp-bullets.custom .tp-bullet {
	width: 8px;
	height: 8px;
	border: 1px solid #2E83E1;
	background-color: transparent;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.tp-bullets.custom .tp-bullet:hover,  .tp-bullets.custom .tp-bullet.selected {
	outline: 1px solid #2E83E1;
}
/* TYPOGRAPHY */
	.tp-caption.overlay,  .tp-caption.overlay-2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 560px;
	background-color: rgba(4, 20, 43, 0);
}
.tp-caption.overlay {
	width: 1920px;
}
.tp-caption.overlay-2 {
	width: 1000px;
}
.tp-caption.text-overlay{
	background-color:rgba(46, 132, 226, 0.7);
	padding:8px 12px;
	position:relative;
	
}

.tp-caption.text-overlay2 {
	background-color: rgba(83, 169, 63, 0.5);
	padding:8px 12px;
	position:relative;
}

.caption-blue {
	font-family: 'Open Sans', sans-serif;
	border: none;
	color:#fff;
	font-size:28px;
	font-weight: bold;
	text-transform:uppercase;
	text-align:left;
	line-height:35px;
	z-index:8975;
	letter-spacing:3px;
}

.title-second {
	font-family:'Open Sans', sans-serif;
	border: none;
	color:#fff;
	font-size:24px;
	font-weight: 300;
	text-align:left;
	line-height:35px;
	z-index:8975;
	letter-spacing:3px;
}

.tp-caption.big-title {
	padding: 10px 100px 10px 20px;
	border: 8px solid #c8bba1;
	color: #fff;
	font-size: 87px;
	line-height: 93px;
	font-weight: 500;
	
}
.tp-caption.big-title-shadow {
	color: #fff;
	font-size: 87px;
	line-height: 93px;
	font-weight: 500;
	text-shadow: -2px -2px 24px rgba(0, 0, 0, 0.54);
}



.tp-caption.small-title {
	border: none;
	color: #fff;
	font-size: 18px;
    letter-spacing: 0;
    line-height: 23px;
    padding-bottom:20px;
    text-align:left;
	
}
.small-title .fa {
	font-size:12px;
}

.text-right {
	text-align:right !important;
}
.tp-caption.title-2 {
	color: #fff;
	font-size: 68px;
	font-weight: 700;
}
.tp-caption.text-highlight {
	font-size: 18px;
	font-weight: 700;
}
.tp-caption.text-highlight span {
	color: #c8bba1;
}
.tp-caption.text {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.tp-caption.big-text {
	color: #c8bba1;
	font-size: 26px;
	font-weight: 700;
}
.tp-caption.big-text-white {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
}
.tp-caption.price {
	color: #c8bba1;
	font-size: 100px;
	font-weight: 700;
}
.tp-caption .btn {
	border-color: #fff;
	color: #fff;
	background:#2E84E2 !important;
}
.tp-caption .btn:before,  .tp-caption .btn:after {
	border-color: #fff;
}
.tp-caption .btn:hover {
	border-color: #c8bba1;
	color: #c8bba1;
	background:#2E84E2 !important;
}
.tp-caption .btn:hover:before,  .tp-caption .btn:hover:after {
	border-color: #c8bba1;
}
 @media (min-width: 1200px) {
 .tp-caption.overlay-2 {
 width: 1140px;
}
}
 @media (min-width: 768px) and (max-width: 991px) {
 .tp-leftarrow.custom,  .tp-rightarrow.custom {
 display: none;
}
 .tp-bullets.custom {
 top: auto !important;
 bottom: -45px !important;
}
 .tp-caption.overlay-2 {
 width: 1140px;
}
}
 @media (max-width: 767px) {
 .tp-leftarrow.custom,  .tp-rightarrow.custom {
 display: none;
}
 .tp-bullets.custom {
 top: auto !important;
 bottom: -75px !important;
}
 .tp-caption .btn {
 padding: 3px 10px;
 font-size: 7px;
}
}
/* OWL Carousel */

.owl-carousel .owl-item img {
	width: auto;
}
.owl-stage-outer {
	width: 100%;
	padding-bottom:15px;
	
}
.owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
}
.owl-dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-right: 5px;
	background-color: #c8bba1;
}
.owl-dot:hover,  .owl-dot.active {
	background-color: #04142b;
}
.owl-dot:last-child {
	margin-right: 0;
}
.owl-prev,  .owl-next {
	position: absolute;
	top: 50%;
	width: 48px;
	height: 48px;
	border: 1px solid #2C82E0;
	color: #2C82E0;
	line-height: 46px;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.owl-prev {
	left: -70px;
}
.owl-next {
	right: -70px;
}
.owl-prev:before,  .owl-next:before {
	font-family: "FontAwesome";
	font-size: 20px;
}
.owl-prev:before {
	content: "\f104";
}
.owl-next:before {
	content: "\f105";
}
.owl-prev:hover,  .owl-next:hover {
	border-color: #04142b;
	color: #04142b;
}
/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-prev,  .testimonials-slider .owl-next {
	display: none !important;
	top: 80px;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/* TEXT BOXES SLIDER */
	.text-boxes-slider .text-box > a {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.text-boxes-slider .text-box > a i {
	position: relative;
	top: 3px;
	font-size: 18px;
}
.text-boxes-slider .text-box > a:hover {
	color: #04142a;
}
.text-boxes-slider .owl-prev,  .text-boxes-slider .owl-next {
	display: none !important;
}
/* IMAGES SLIDER */
	.images-slider .owl-prev,  .images-slider .owl-next {
	display: none !important;
}
/* LOGOS SLIDER */
	.logos-slider img {
	margin: 0 auto;
	opacity:1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.logos-slider img:hover {
	opacity: 1;
}
.logos-slider-navigation {
	display:none;
	position: relative;
	font-size: 24px;
	float: right;
	-webkit-transform: translateY(-65px);
	-ms-transform: translateY(-65px);
	transform: translateY(-65px);
}
.logos-slider-navigation:before {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	font-size: 14px;
	content: "|";
}
.logos-slider-navigation span {
	margin: 0 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.logos-slider-navigation span:hover {
	opacity: 0.5;
}
 @media (min-width: 1200px) {
 .images-slider .owl-dots,  .text-boxes-slider .owl-dots,  .testimonials-slider .owl-dots {
 display: none !important;
}
 .images-slider .owl-prev,  .images-slider .owl-next,  .text-boxes-slider .owl-prev,  .text-boxes-slider .owl-next,  .testimonials-slider .owl-prev,  .testimonials-slider .owl-next {
 display: block !important;
}
}
 @media (max-width: 767px) {
 .owl-dots {
 bottom: 0;
}
 .logos-slider-navigation {
 margin-top: 50px;
}
}
/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
	visibility: hidden;
}
.wow.animated {
	visibility: visible;
}
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
	margin-bottom: 50px;
}
.widget > *:last-child {
	margin-bottom: 0;
}
.widget-title {
	margin-bottom: 20px;
}
/* WIDGET TEXT */
	.widget-text {
}
.widget-text > div {
	padding-left: 15px;
	border-left: 2px solid #c8bba1;
}
.widget-text > div > *:last-child {
	margin-bottom: 0;
}
/* WIDGET SERACH */
	.widget-search {
}
.widget-search form {
	position: relative;
}
.widget-search #s {
	width: 100%;
	padding-right: 50px;
	border-left: 2px solid #04142b;
	margin-bottom: 0;
}
.widget-search input[type="submit"] {
	position: absolute;
	top: 50%;
	right: 20px;
	width: 16px;
	height: 16px;
	padding: 0;
	border: none;
	background: url(../images/search.png) no-repeat center center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*------------------------------------*\
#SIDEBAR-SECTION
\*------------------------------------*/


.sidebar .widget {
	margin-bottom: 20px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0;
}

.sidebar .widget-search .form-search {
	border: 2px solid #ececec;
	padding: 0 10px;
	height: 51px;
}

.sidebar .widget-search .form-search .form-control {
	border: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	color: #9e9e9e;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	text-transform: capitalize
}

.sidebar .widget-search .form-search .btn {
	background-color: #ffc527;
	color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 35px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	margin-left: 0;
	padding: 0
}

.sidebar .widget-search .form-search .btn:hover {
	background-color: #2f2f2f;
	border-color: #2f2f2f;
}

.sidebar .widget .widget-title {
	position: relative;
	margin-bottom: 30px;
	width: 340px;
}

.sidebar .widget .widget-title:before {
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color: #efefef;
}

.sidebar .widget .widget-title:after {
	content: "";
	height: 3px;
	width: 30px;
	position: absolute;
	bottom: 0;
	display: inline-block;
	background-color:#2E84E2;
}

.sidebar .widget .widget-title h3 {
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 30px;
	padding-bottom: 20px;
}

.widget-categories li {
	background-color:#e4f0f3;
	padding:10px;
	margin-bottom: 5px;
}

.widget-categories li a {
	color: #5e5e5e;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget-categories li.active {
	background-color: #2E84E2;
}

.widget-categories li.active a {
	color: #fff
}

.widget-categories li a:before {
	content: "\f067";
	font-family: fontawesome;
	margin-right: 8px;
}

.widget-categories li:hover {
	background-color:#2E84E2;
}

.widget-categories li:hover a {
	color: #fff
}

.widget-tags ul {
	margin-bottom: 0;
	margin-left: 0
}

.widget-tags ul li {
	padding-left: 0;
	padding-right: 0
}

.widget-tags a {
	font-size: 12px;
	color: #a9a9a9;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 2px solid #ececec;
	margin-right: 10px;
	margin-bottom: 10px;
	text-transform: capitalize
}

.widget-tags a:hover {
	background-color: #ffc527;
	color: #fff;
	border: 2px solid #ffc527
}

.widget-recent .recent-entry,
.widget-best-product .best-product {
	position: relative;
	margin-bottom: 20px;
}
.widget-recent .recent-entry:last-of-type, .widget-best-product .best-product:last-of-type, {
margin-bottom: 0
}

.widget-recent .recent-entry img,
.widget-best-product .best-product .product-img {
	position: absolute;
	left: 0;
	top: 0
}

.widget-recent .recent-entry .recent-desc,
.widget-best-product .best-product .product-bio {
	position: relative;
	margin-left: 85px;
}

.widget-recent .recent-entry .recent-desc .entry-category {
	margin-bottom: 10px;
	font-family: 'Droid Serif', serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	font-weight: 600
}

.widget-recent .recent-entry .recent-desc .entry-category a {
	font-family: 'Droid Serif', serif;
	color: #2f2f2f;
	text-transform: capitalize;
	font-size: 13px;
}

.widget-recent .recent-entry .recent-desc a,
.widget-best-product .best-product a {
	color: #313131;
	font-family: Montserrat;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.widget-recent .recent-entry .recent-desc .recent-statics {
	padding-bottom: 17px;
}

.widget-recent .recent-entry .recent-desc .recent-statics,
.widget-best-product .best-product .product-bio {
	border-bottom: 1px solid #efefef;
	padding-top: 6px;
}

.widget-recent .recent-entry:last-of-type .recent-statics,
.widget-best-product .best-product:last-of-type .product-bio {
	border-bottom: none;
	padding-bottom: 0
}

.single-post .sidebar,
.single-service .sidebar,
.sidebar.sidebar-full {
	border: none;
	
}

.sidebar .download {
	background-color:#2E84E2;
	padding: 24px;
	position: relative;
	height: 65px;
	width: 340px;
}

.embedded-page-title {
	width:290px !important;
}

.sidebar .download .download-desc {
	position: absolute;
	top: 0
}

.sidebar .download .download-desc h4 {
	font-size: 13px;
	font-weight: 700;
	line-height:35px;
	text-transform: uppercase;
	margin: 0 !important;
	color:#fff;
}

.sidebar .download .download-icon {
	float: right;
}

.sidebar .download .download-icon i {
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	border-left: 2px solid #fff;
	padding-left:10px;
}

.sidebar .download.download-pdf {
	margin-bottom: 20px;
}

.widget-best-product .best-product .product-img {
	width: 70px;
	height: 70px;
	background-color: #f4f4f4;
	-moz-border-radius: 1px 1px 0;
	-webkit-border-radius: 1px 1px 0;
	border-radius: 1px 1px 0;
	text-align: center;
	padding: 4px;
}

.widget-best-product .best-product .product-bio {
	padding-top: 0
}

.widget-best-product .best-product .product-bio .product-price {
	font-size: 13px;
	font-weight: 600;
	line-height: 23px;
}

.widget-best-product .best-product a {
	text-transform: uppercase
}

/* fiter product */
.ui-slider {
	position: relative;
	text-align: left;
}

.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

.widget-filter .ui-slider {
	height: 4px;
	background-color: rgba(49, 49, 49, 0.1);
	margin-bottom: 20px;
}

.widget-filter .ui-slider-handle {/* Style for "Line" */
	width: 8px;
	height: 8px;
	background-color: #313131;
	top: -2px;
	margin-left: 0
}

.widget-filter .ui-slider-range {
	height: 4px;
	background-color: #ffc527;
	margin-bottom: 20px;
}

.widget-filter p {
	font-family: Raleway;
	font-size: 13px;
	font-weight: 500;
	line-height: 36px;
}

.widget-filter label {
	color: #9e9e9e;
}

.widget-filter input {
	color: #ffc527;
	border: none;
}

.widget-filter .btn {
	font-size: 13px;
	font-weight: 700;
	line-height: 49px;
	text-transform: uppercase;
	border: 2px solid #2f2f2f;
	padding: 0 14px;
	width: auto
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) and (max-width : 479px) {

.sidebar {
	padding: 15px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 0
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px)and (max-width : 767px ) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {
}
/* WIDGET PAGES */
	.widget-pages {
}
.widget-pages ul {
	list-style: none;
}
.widget-pages ul li {
	margin-bottom: 10px;
}
.widget-pages ul li:last-child {
	margin-bottom: 0;
}
.widget-pages ul li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #e4f0f3;
	color: #04142b;
	font-weight: 500;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-pages ul li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 2px solid transparent;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-pages ul li a:hover,  .widget-pages ul li.active a {
	background-color: #c8bba1;
	color: #fff;
	text-decoration: none;
}
.widget-pages ul li a:hover:before,  .widget-pages ul li.active a:before {
	border-color: #04142b;
}
.widget-pages:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* WIDGET METADATA */
	.widget-metadata {
}
.widget-metadata ul {
	list-style: none;
}
.widget-metadata ul li {
	margin-bottom: 10px;
}
.widget-metadata ul li:last-child {
	margin-bottom: 0;
}
.widget-metadata ul li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #e4f0f3;
	color: #04142b;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-metadata ul li a:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: 2px solid transparent;
	content: "";
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-metadata ul li a:hover {
	background-color: #c8bba1;
	color: #fff;
	text-decoration: none;
}
.widget-metadata ul li a:hover:before {
	border-color: #04142b;
}
/* WIDGET TAGS */
	.widget-tags {
}
.widget-tags a {
	display: inline-block;
	padding: 4px 20px;
	border-radius: 30px;
	margin: 5px 5px 5px 0;
	background-color: #e4f0f3;
	color: #04142b;
	font-size: 13px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-tags a:hover {
	background-color: #c8bba1;
	color: #fff;
	text-decoration: none;
}
/* WIDGET NEWSLETTER */
	.widget-newsletter {
	line-height: 24px;
}
.widget-newsletter form {
	position: relative;
	margin-bottom: 20px;
}
.widget-newsletter #newsletter-email {
	width: 100%;
	height: 46px;
	padding-right: 75px;
	margin-bottom: 0;
}
.widget-newsletter input[type="submit"] {
	position: absolute;
	top: 50%;
	right: 10px;
	height: 46px;
	padding: 0;
	border: none;
	margin: 0;
	color: #04142b;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
 @media (min-width: 768px) and (max-width: 991px) {
 .widget-newsletter #newsletter-email {
 padding-right: 20px;
}
 .widget-newsletter input[type="submit"] {
 position: relative;
 top: 0;
 right: 0;
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 transform: translateY(0);
}
}
/* WIDGET RECENT POSTS */
	.widget-recent-posts {
}
.widget-recent-posts ul {
	margin-bottom: 0;
	list-style: none;
}
.widget-recent-posts ul li {
	position: relative;
	padding-left: 65px;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 20px;
}
.widget-recent-posts ul li:last-child {
	margin-bottom: 0;
}
.widget-recent-posts ul li img {
	position: absolute;
	top: 0;
	left: 0;
}
.widget-recent-posts ul li p {
	margin-bottom: 0;
}
.widget-recent-posts ul li .post-title {
	color: #04142b;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.widget-recent-posts ul li .post-date {
	color: #4f4e4e;
	font-size: 12px;
	font-weight: 300;
}
.widget-recent-posts ul li .post-date:before {
	display: inline-block;
	margin-right: 10px;
	color: #c8bba1;
	font-family: "sydney-icons";
	font-size: 16px;
	vertical-align: top;
	content: "\e902";
}
.widget-recent-posts ul li .post-title:hover {
	color: #c8bba1;
	text-decoration: none;
}
 @media (min-width: 768px) and (max-width: 991px) {
 .widget-recent-posts ul li {
 padding-left: 0;
}
 .widget-recent-posts ul li img {
 display: none;
}
}
/* WIDGET RECENT COMMENTS */
	.widget-recent-comments {
}
.widget-recent-comments ul {
	margin-bottom: 0;
	list-style: none;
}
.widget-recent-comments ul li {
	margin-bottom: 15px;
}
.widget-recent-comments ul li:last-child {
	margin-bottom: 0;
}
/* WIDGET CALENDAR */
	.widget-calendar {
}
.widget-calendar caption {
	color: #04142b;
	font-weight: 700;
}
.widget-calendar table {
	width: 100%;
	text-align: center;
}
.widget-calendar #prev {
	font-size: 14px;
	font-weight: 400;
}
.widget-calendar table th,  .widget-calendar table td {
	padding: 5px;
	border-top: 1px solid #e4f0f3;
	border-left: 1px solid #e4f0f3;
	text-align: center;
}
.widget-calendar table th:last-child,  .widget-calendar table td:last-child {
	border-right: 1px solid #e4f0f3;
}
.widget-calendar table tr:last-child td {
	border-bottom: 1px solid #e4f0f3;
}
.widget-calendar table tfoot td,  .widget-calendar table tfoot td:last-child,  .widget-calendar table tfoot tr:last-child td {
	border: none;
}
.widget-calendar table td#today {
	background-color: #e4f0f3;
	color: #04142b;
}
/* WIDGET FLICKR */
	.widget-flickr {
}
.flickr-photos {
	margin: -5px;
}
.flickr_badge_image {
	position: relative;
	float: left;
	padding: 5px;
}
.flickr_badge_image img {
	width: 60px;
	height: auto;
}
.flickr-photos:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
 @media (min-width: 1200px) {
 .flickr_badge_image img {
 width: 80px;
}
}
/* WIDGET INSTAGRAM */
	.widget-instagram {
}
#instafeed {
	margin: -5px;
}
#instafeed a {
	float: left;
	display: block;
	width: 90px;
	padding: 5px;
}
#instafeed a img {
	display: block;
	width: 100%;
	height: auto;
}
#instafeed:after {
	visibility: hidden;
	display: block;
	height: 0;
	font-size: 0;
	content: " ";
	clear: both;
}
/* WIDGET CONTACT */
	.widget-contact {
}
.widget-contact ul {
	margin-bottom: 0;
	list-style: none;
}
.widget-contact ul li {
	margin-bottom: 15px;
}
.widget-contact ul li:last-child {
	margin-bottom: 0;
}
.widget-contact ul li i {
	position: relative;
	top: 4px;
	margin-right: 5px;
	color: #c8bba1;
	font-size: 22px;
}
.widget-contact ul li span {
	color: #c8bba1;
	text-transform: uppercase;
}
.widget-contact ul li a {
	color: #4f4e4e;
}
/* WIDGET SOCIAL */
	.widget-social {
}
.widget-social .social-media {
	margin-bottom: 0;
}


/*
------------------------------
IMAGE BOX
------------------------------
*/
.img-box {
    display: inline-block;
    max-width: 100%;
    outline: none !important;
    position: relative;
    text-align: left;
}

    .img-box.thumbnail .caption {
        background-color: #FFF;
    }

    .img-box.adv-img:hover {
        background-color: transparent;
    }

    .img-box:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        background: #000000;
        z-index: 0;
        transition: opacity 0s;
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
        opacity: 0;
    }

    .img-box:hover:before {
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
    }

    .img-box.circle:before {
        border-radius: 50%;
        opacity: 0;
        transform: scale(0.995);
    }

    .img-box.circle.thumbnail:before {
        margin: 4px;
    }

    .img-box:hover:before {
        opacity: 1;
        transition: none;
    }

    .img-box.thumbnail:before {
        margin: 4px;
    }

    .img-box img {
        z-index: 2;
        position: relative;
    }

    .img-box:hover img {
        opacity: 0.8 !important;
        transition: opacity .3s;
    }

    .img-box.adv-circle:hover img {
        opacity: 0.5 !important;
    }

    .img-box.caption-out > span {
        height: 80%;
    }

        .img-box.caption-out > span.caption {
            height: 20%;
        }

    .img-box.circle img {
        margin: 0 !important;
    }

    .img-box > i, .img-box span > i, .img-box .caption > i {
        position: absolute !important;
        margin: 15px;
        font-size: 20px;
        color: #FFF;
        text-shadow: 0 2px 2px rgba(0,0,0,0.5);
        z-index: 11;
        transform: translate3d(0,0,0);
    }

    .img-box.i-bottom i {
        bottom: 0;
    }

    .img-box.i-bottom-right i {
        bottom: 0;
        right: 0;
    }

    .img-box.i-top-right > i {
        right: 15px;
    }

    .img-box.i-top-right.inner > span > i {
        right: 0;
    }

    .img-box.i-bottom-right.inner > span > i {
        bottom: 0;
        right: 0;
    }

    .img-box.i-center i {
        left: 50%;
        margin: -25px 0 0 -25px;
        text-align: center;
        top: 50%;
        line-height: 52px;
        background: #EAAB00;
        color: #FFF !important;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        text-shadow: none;
    }

    .img-box.i-center {
        position: relative;
    }

        .img-box.i-center i::before {
            margin-left: -1px;
        }

.grayscale img {
    filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.grayscale:hover img {
    filter: url("data:image/svg+xml;utf8,<;svg xmlns=\'http://www.w3.org/2000/svg\'>;<;filter id=\'grayscale\'>;<;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/>;<;/filter>;<;/svg>;#grayscale");
    -webkit-filter: grayscale(0%);
}

*[data-anima].img-box.i-center i {
    padding: 0;
}

*[data-anima="fadeRight"].img-box i, *[data-anima="fadeLeft"].img-box i {
    padding: 0 15px;
}

.img-box .caption {
    font-size: 11px;
    line-height: 14px;
    letter-spacing: .2px;
    font-weight: bold;
    text-align: center;
    padding: 7px 7px 0 7px;
    color: #676767;
    background-color: #FFF;
    z-index: 9;
    position: relative;
}

.img-box.inner, .img-box.inner span {
    position: relative;
}

.img-box.anima-scale-up, .img-box.anima-scale-up-2x, .img-box.anima-scale-rotate, .img-box.show-scale {
    opacity: 1 !important;
}

.img-box.inner.circle .caption {
    padding: 0 20%;
    background: none;
    bottom: 25px;
    height: 45px;
    white-space: normal;
    text-shadow: 0 1px 2px rgba(0,0,0,0.34);
}

.img-box.inner .caption {
    position: absolute;
    z-index: 9;
    margin-top: -47px;
    width: 100%;
    left: 0;
    height: 47px;
    line-height: 14px;
    overflow: hidden;
    background: url("images/assets/bg-gradient.png") repeat-x top center;
    background-color: transparent !important;
    color: white;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}


/*
==============================
SECTIONS
==============================
*/
.section-two-blocks {
	overflow: hidden;
}
.section-two-blocks .content {
	padding: 25px;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 570px;
	text-align: justify;
}
.section-two-blocks > .row > .col-md-5 .content {
	width: 410px;
}
.section-two-blocks > .row > .col-md-6:last-child .content, .section-two-blocks > .row > .col-md-5 .content {
	padding-right: 0;
	padding-left: 50px;
}
.section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6:last-child .content {
	padding-left: 0;
	padding-right: 50px;
}
.section-two-blocks .section-bg {
	background-color: #FBFBFB;
}
.section-two-blocks > .row > .col-md-7 .content {
	width: 665px;
}
.section-two-blocks .row > div > a.img-box {
	height: 100%;
	width: 100%;
}
.section-two-blocks .row > div > a.img-box img {
	max-width: 100%;
	width: 100%;
}
.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7 {
	padding: 0;
}
.section-two-blocks.blocks-right > .row > .col-md-5, .section-two-blocks.blocks-right > .row > .col-md-5 .content, .section-two-blocks.blocks-right > .row > .col-md-6, .section-two-blocks.blocks-right > .row > .col-md-6 .content, .section-two-blocks.blocks-right > .row > .col-md-7, .section-two-blocks.blocks-right > .row > .col-md-7 .content {
	float: right;
}
.section-two-blocks > .row > .col-md-5, .section-two-blocks > .row > .col-md-6, .section-two-blocks > .row > .col-md-7, .section-two-blocks > .row {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.section-two-blocks .row {
	min-width: 100%;
}

/*
==============================
Contact 
==============================
*/

.info-column {
    padding: 40px 35px;
    position: relative;
	background: #3e5773 none repeat scroll 0 0;
}
.info-column h5 {
    color: #ffffff;
    margin-bottom:15px;
	padding-bottom:10px;
	font-size:18px;
	font-weight:bold;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
	text-transform: uppercase;
}

/*
==============================
About Page
==============================
*/

.about-us__subpage-links h2 {
    color:#2E84E2;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 12px;
    margin-bottom: 30px;
    text-align: center;
}

.about-us__subpage-link-box {
    border-bottom: 1px solid #efefef;
    border-right: 1px solid #efefef;
    float: left;
     padding: 25px 18px 10px;
    text-align: center;
    width: 50%;
}
.team , .press{
	border-right:none;
}

.about-us__subpage-links p {
    color:#4f4e4e;
    font-size: 12px;
    letter-spacing: 1px;
}

.about-us__subpage-link-box i {
	font-size:30px;
}

/*
==============================
Landing Page
==============================
*/

.test-img{
    border: 2px solid #2e84e2;
    border-radius: 2px;
    float: left;
    height: 220px;
    margin-right: 30px;
    padding: 2px;
    width: 220px;
}

.test-title{
    font-size: 28px;
    padding: 10px 0;
}
.test-title span{
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "lora",sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    color: #999999;
}
.test-content{
    margin-left: 20px;
}
.test-content p{
    background: #fff;
    border: 1px solid#ddd;
    padding: 40px;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 15px;
    box-shadow: 0 0 5px 4px #eee;
}


/*
==============================
Footer heading border
==============================
*/

.headline span {
	text-transform:lowercase;
}


/*
==============================
Contact page 
==============================
*/

.sidebar {
    margin-bottom: 50px;
}

.titleline {
    border-top: 1px solid #2E84E2;
    margin: 0 auto 20px 0;
    max-width: 50px;
    position: relative;
}

.sidebar-info {
    list-style: outside none none;
    margin: 10px 0;
    padding: 0;
}

.sidebar-info li {
    font-size: 15px;
    padding: 2px;
}

.sidebar-info li i {
	margin-right: 5px;
	font-weight: 600;
}
.sidebar-info li span { font-weight: 600; }

.divider-singledotted {
    background: rgba(0, 0, 0, 0) url("../../images/divider-singledotted.png") repeat-x scroll left top;
    height: 1px;
    margin-bottom: 20px;
    
}
/* Map */
#gmap {
	border: 1px solid #2e84e2;
    height: 450px;
    margin: 0 auto 40px;
    padding: 2px;
    width: 100%;
	background: #ffffff none repeat scroll 0 0;
}

.single-service .service-title h3 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}
.single-service .service-title h2 {
    font-size: 19px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
	line-height:30px;
}
.single-service .service-title h1 {
    font-size: 28px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
	display: inline-block;
}

/*.single-service .service-title h3::before {
    background-color:#2E84E2;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 3px;
    position: absolute;
    width: 40px;
}*/

.single-service .service-img {
    margin-bottom:20px;
}

.single-service .service-content h4 , .panel-body h4{
	font-size:24px;
	font-weight:500;
	margin:20px 0px;
	line-height: 30px;
	text-transform:uppercase;
	color:#04142b
}


/* Tabs */

.contact .sidebar {
	border:none !important;
	padding:0px !important;
}

#tabs {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 -15px 0 0;
  
}

#tabs a {
   border-bottom: 30px solid #2e84e2;
    border-right: 30px solid transparent;
    color: #fff;
    float: left;
    font-size: 23px;
    height: 0;
    line-height: 30px;
    opacity: 0.8;
    padding: 0 16px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
  filter: alpha(opacity=30);    
}

#tabs a:hover,
#tabs a:focus {
  border-bottom-color:#ABAAAB;
  opacity: 1;
  filter: alpha(opacity=100);
  
}

#tabs a:focus {
  outline: 0;
}

#tabs #current {
  z-index: 3;
  border-bottom-color:#2E84E2;
  opacity: 1;
  filter: alpha(opacity=100);   
}

.tab-content {
    background: #fff none repeat scroll 0 0;
    border-top:1px solid #2E84E2;
	border-left:none;
	border-right:none;
	border-bottom:none;
}

.tab-content h4 {
	font-size: 15px;
    font-weight: bold;
	line-height: 20px;
    margin: 20px 0;
    text-transform: uppercase;
}







.clients-1, .clients-2 {
	margin: 0 0 30px;
    padding: 6px;
}

.clients-1 img,
.clients-2 img, 
.clients-3 img {
	opacity:1;

}
.inner h3 {
	font-size:20px !important;
	font-family: Source Han Serif, sans-serif;
}

.text p {
	font-size:15px;
	padding-bottom: 8px;
}
.read-more , .blog-article-details a{
	font-size:16px;
}
.read-more .fa  {
	top:1px;
	position:relative;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 21 - TT-POST */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.tt-post {
 	display: table;
    height: 170px;
    margin-bottom: 10px;
    position: relative;
	
	background: #2E84E2 none repeat scroll 0 0;
}

.tt-post-image {
	width: 170px;
	height:170px;
	float:left;
	position:relative;
	
	
}

.tt-post-info {
    display: table-cell;
    vertical-align: middle;
    width: 170px;
}

/*.tt-post-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  
}
*/
/*.tt-post-imgbg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -moz-background-size: cover;
  -webkit-background-size: cover;
          background-size: cover;
  z-index: 0;
}*/


.tt-post-date span {
  display: block;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 2px;
}
.tt-post-label {
	text-align:center;
}

.tt-post-link {
  display: block;
  font-size:18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-align:center;
  
  letter-spacing: 0.3px;
  text-transform: uppercase;
  
}

.tt-post-link:hover {
  color: #000;
}

.tt-post .simple-text {
  margin-bottom: 16px;
}



.tt-post-label span {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.4px;
  padding-right: 14px;
  margin-right: 12px;
}

.tt-post-label span:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 13px;
  margin-top: -6.5px;
  background: #b8b8b8;
}

.tt-post-label span:last-child {
  padding-right: 0;
  margin-right: 0;
}

.tt-post-label span:last-child:before {
  display: none;
}

.tt-post-label a {
  color: #fff;
  font-size: 14px;
}

.tt-post-label a:hover {
  color: #000;
}

@media (max-width: 480px) {
  .tt-post {
    display: block;
    height: auto;
  }
  .tt-post-img {
    display: block;
    position: relative;
    top: 0;
    width: 250px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
  }
  .tt-post-info {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-content {
	margin-top:10px;
}

.service-content img {
	float: left;
    height: 200px;
    margin-bottom: 20px;
    margin-right: 22px;
    width: 200px;
}

.move-right {
	
	float:right !important;
	margin-left:20px;
	width:200px;
	height:200px;	
	
}






/*.left-box {
	position:relative;
	float:left;
	width:30%;
	padding-right:10px;
}

.right-box {
	position:relative;
	float:left;
	width:70%;
	padding-right:10px;
}
*/

/* Embedded Sidebar */

.pages-sub-menu {
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.04);
    list-style-type: none;
    margin: 0;
}

.pages-sub-menu {
    margin-bottom: 31px;
}

.pages-sub-menu li {
    border-bottom: 1px solid #8a8888;
    border-left: 1px solid #8a8888;
    border-right: 1px solid #8a8888;
	border-top: 1px solid #8a8888;
}

.pages-sub-menu li > a {
    border-top: 3px solid transparent;
    color: #fff;
    display: block;
    font-weight: 500;
    padding: 9px 20px;
    text-transform: capitalize;
	font-size: 18px;
}

.pages-sub-menu li a.active {
   background:#2E84E2 none repeat scroll 0 0 !important;
	color:#fff;
}

.pages-sub-menu li a.active .fa-angle-right {
	
	color:#232121;
	
}

.pages-sub-menu li:nth-child(odd) a {
    background:#5A5A5C none repeat scroll 0 0;
    
}
.pages-sub-menu li:nth-child(even) a {
    background:#5A5A5C none repeat scroll 0 0;
    
}

.pages-sub-menu li > a:hover {
    background:#1F1F1F none repeat scroll 0 0;
	color:#fff;
    
}

.pages-sub-menu li > a:hover .fa-angle-right {
 color:#fff;
}


.pages-sub-menu .fa-angle-right {
    color:#232121;
    float: right;
    font-size: 24px;
}

.space-top {
	
	margin-top:50px;	
	
	
}
.padd-bottom {
	padding-bottom:40px;
}


/*.panel-primary > .panel-heading + .panel-collapse .panel-body, .pages-sub-menu li.active a, .pages-sub-menu li:hover a {
    background::#E4F0F3;
	color:#fff
}*/






.service-holder {
	position:relative;
	margin-bottom:30px;
}

.style-heading {
	display: inline-block;
    margin-bottom: 15px !important;
    position: relative;	
	background-color: #E4F0F3;
    list-style: outside none none;
    padding: 16px 30px;	
	color:#000;
}

.style-heading::before {
    border-color: transparent transparent transparent #E4F0F3;
    border-style: solid;
    border-width: 62px 0 0 40px;
    content: "";
    height: 0;
    position: absolute;
    right: -40px;
    top: 0;
    width: 0;
}



.style-box li {
	background: #2e84e2 none repeat scroll 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom:2px;
    padding: 3px 0 3px 13px;
	
}



/* #Tabs
================================================== */
.about .tabs {
	position: relative;
	overflow: hidden;
	margin: -35px auto;
	width: 100%;
	font-weight: 300;
	font-size: 1.25em;
}

/* Nav */
.about .tabs nav {
	text-align: center;
}

.about .tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.about .tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.about .tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.about .tabs nav a span {
	vertical-align: middle;
	font-size: 0.95em;
}

.about .tabs nav li.tab-current a {
	color: #74777b;
}

.about .tabs nav a:focus {
	outline: none;
}



/* Content */
.content-wrap {
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    position: relative;
}

.content-wrap section {
	margin: 0 auto;
    max-width: 1200px;
    min-height: 185px;
    padding: 15px;
    text-align: left;
	display:none;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 0.75em 0;
	font-size:15px;
	line-height: 24px;
	color:#4f4e4e;
	
}

#section-topline-2 img , #section-topline-1 img{
	float:left;
	padding-right: 18px;
}
#section-topline-2 span , #section-topline-1 span {

	color: #2e84e2;
    font-size:20px;

	
}

/* Fallback */
.no-js .content-wrap section {
	display: block;
	padding-bottom: 2em;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

.no-flexbox nav ul {
	display: block;
}

.no-flexbox nav ul li {
	min-width: 15%;
	display: inline-block;
}

@media screen and (max-width: 58em) {
	.tabs nav a.icon span {
		display: none;
	}
	.tabs nav a:before {
		margin-right: 0;
	}
}




/*****************************/
/* Top Line */
/*****************************/


.tabs-style-topline nav li {
	border: 1px solid rgba(40,44,42,0.1);
}

.tabs-style-topline nav li:not(:last-child) {
	border-right: none;
}

.tabs-style-topline nav li.tab-current {
	border-top-color: #2CC185;
	border-bottom: none;
}

.tabs-style-topline nav a {
	padding:2px;
	background: rgba(40,44,42,0.05);
	color: #74777b;
	line-height: 1;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.tabs-style-topline nav a:hover,
.tabs-style-topline nav a:focus {
	color: #2E84E2;
}

.tabs-style-topline nav li.tab-current a {
	background: none;
	box-shadow: inset 0 3px 0 #2E84E2;
	color:#2E84E2;
}

.tabs-style-topline .icon::before {
	display: block;
	margin: 0;
}

.tabs-style-topline nav a span {
	font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}


/*** 

====================================================================
	Two Column Fluid
====================================================================

***/

.two-col-fluid{
	position:relative;
	background-color:#f6f6f6;
}

.two-col-fluid .image-column{
	position:absolute;
	left:0px;
	top:0px;
	width:35%;
	height:100%;
	background-repeat:no-repeat;
	background-position:right top;
}

.two-col-fluid .content-column{
	position:relative;
	float:right;
	width:65%;	
}

.two-col-fluid .content-column h2{
	font-size:30px;
	margin-bottom:30px;
	color:#181818;	
}

.two-col-fluid .content-column .content-inner{
	max-width: 860px;
    padding:30px 60px;
    position: relative;
}

/* OWL Carousel */ 


.owl-carousel-full-width {
	padding-bottom:20px;
}

.infobox {
  text-align: left;
}
.infobox p {
  margin: 15px 0px;
  color: #4e4e50;
}
.infobox .hover p {
  margin: 0px;
  font-size: 13px;
  line-height: 10px;
  margin-top: 5px;
}

.infobox h5 {
	color: #203041;
    font-weight: bold;
    text-transform: capitalize;
	font-size: 18px;
}
.infobox.column {
  margin: 0px 9px;
}
.infobox.v1 a * {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.infobox.v1 {
  padding: 20px 0px;
  min-height: 200px;
  position: relative;
}
.infobox.v1.center {
  padding: 0px;
}
.infobox.v8 {
  padding: 20px 0px;
  min-height: 200px;
  position: relative;
}
.infobox.v8 > div img {
  margin-bottom: 20px;
}
.infobox.v1 span {
  font-family: "Droid Serif";
  font-style: italic;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: -5px;
  display: block;
}
.infobox.v1 > a:first-of-type {
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.infobox.v8 .small-box * {
  margin: 0px auto;
}
.infobox.v8 a {
  display: block;
  position: relative;
}
.infobox.v8 > div {
  padding: 35px 35px 15px 35px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.infobox.v8 .col-height {
  min-height: 380px;
}
.infobox.v8 .small-box {
  padding: 25px 40px;
  min-height: 0px;
}
.infobox.v1 a i {
  position: absolute;
  width: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 36px;
  color: #ffffff;
  right: 0px;
  bottom: 0px;
  text-align: center;
}
.infobox.v8 a i {
  position: absolute;
  width: 80px;
  line-height: 80px;
  height: 80px;
  font-size: 36px;
  color: #ffffff;
  right: 0px;
  bottom: 0px;
  text-align: center;
}
.infobox.v8 > div a i {
  bottom: 20px;
}
.infobox.v8 > h4,
.infobox.v8 > h3 {
  margin-bottom: 30px;
}
.infobox.v1 a i.small {
  width: 60px;
  line-height: 52px;
  height: 60px;
  font-size: 26px;
}
.infobox.v8 a i.small {
  width: 60px;
  line-height: 60px;
  height: 60px;
  font-size: 26px;
}
.infobox.v1 img {
  width: 100%;
}
.infobox.v8 img {
  width: 100%;
}
.sht .text a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.infobox.v6 i {
  font-size: 48px;
  margin-bottom: 30px;
  display: block;
}
.infobox.v6 {
  padding: 35px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.infobox.v2 {
  background-color: #ffffff;
  padding: 75px 50px;
  margin-bottom: 5px;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.infobox.v2 hr {
  border-bottom: 1px dashed #e6e6e6;
}
.infobox.v2 a {
  border: 2px solid #e6e6e6;
  text-align: center;
  padding: 5px;
  width: 100%;
  display: block;
  font-size: 14px;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
.infobox.v2 a:hover {
  padding: 7px;
  border-width: 0px;
}
.sht .text {
  padding: 25px 0px 15px 0px;
}
.infobox.v1 h6,
.infobox.v2 h6,
.infobox.v8 h6 {
  font-weight: 400;
  text-decoration: none;
  color: #9a9a9a;
  margin: 0px;
}
.infobox.v7 hr {
  width: 25px;
  border-bottom: 2px solid;
  margin: 20px 0px;
}
.infobox.v7 {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  padding: 35px;
}
blockquote:before {
  content: ',,';
  font-size: 100px;
  position: relative;
  top: 15px;
  margin-right: -32px;
  display: inline-block;
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  letter-spacing: -4px;
}
blockquote {
  font-size: 13px;
  color: #9a9a9a;
  margin: 20px 0px;
}
.infobox.v7 {
  margin-top: 14px;
  padding: 30px 38px;
}
.infobox.v7 span {
  font-size: 14px;
}
.infobox.v7 h6 {
  text-decoration: underline;
  margin: 0px;
}
.infobox.v7 .corner-img {
  position: relative;
  float: right;
  margin-top: -45px;
}
.sht .image {
  overflow: hidden;
  height: 240px;
  width: 100%;
  margin: 50px 0px;
}
.sht .image img {
  height: 100%;
  width: auto;
  max-width: 9999px;
  margin: auto auto auto 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.infobox.v3 * {
  color: #ffffff;
}
.infobox.v3 .text {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 30px 35px;
  position: relative;
}
.infobox.v3 .text:after {
  content: "";
  height: 0px;
  width: 0px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(255, 255, 255, 0.3);
  bottom: -7px;
  left: 15px;
  position: absolute;
}
.infobox.v3 > h6,
.infobox.v3 > h4,
.infobox.v3 > h5,
.infobox.v3 > h2 {
  margin: 0px;
}
.infobox.v3 .footer {
  padding: 25px 10px 15px 0px;
}
.infobox.v3 .footer h6 {
  margin: 2px 0px -3px 0px;
}
.infobox.v3 .footer span {
  color: #9a9a9a;
}
.infobox.v3 .footer > div {
  width: 50px;
  margin: 0px 15px 15px 0px;
  text-align: center;
  height: 100%;
  float: left;
}
.infobox.v3 .footer img {
  border-radius: 50%;
  margin: auto;
}
.infobox.v3 i {
  color: inherit;
}
.infobox.v3 > h6 {
  letter-spacing: 0px;
  font-weight: 400;
  text-decoration: none;
}
.infobox.v3 > p {
  margin: 25px auto;
}
.infobox.v3 > h5,
.infobox.v3 > h6,
.infobox.v3 > p {
  color: #9a9a9a;
  text-decoration: none;
  font-weight: 400;
}
.infobox.v3 .contacts-container > div {
  width: auto;
  margin-bottom: 20px;
}
.infobox.v3 .contacts-container i {
  font-size: 36px;
  padding: 0px 30px 0px 0px;
}
.infobox.v3 .contacts-container span {
  line-height: 27px;
}
.infobox.v3 .contacts-container span.header {
  text-decoration: underline;
  font-family: "Droid Serif";
  font-weight: 700;
}
.infobox.v3 .contacts-container span.body {
  color: #9a9a9a;
  font-family: "Poppins";
}
.infobox.v4 h4 {
  margin: 0px 0px 10px 0px;
}
.infobox.v4 p {
  margin: 0px;
}
.infobox.v7 > i {
  font-size: 32px;
  float: left;
  margin-right: 20px;
  line-height: 48px;
}
.infobox.v4 .image {
  margin-bottom: 30px;
}
.infobox.v4 .image img {
  width: 100%;
}
.infobox.v4 hr,
.infobox.v3 hr,
.infobox.v8 hr {
  border-bottom: 2px solid;
  margin: 0px 0px 20px 0px;
  width: 25px;
}
.infobox.v4 .contacts-container {
  margin-left: -25px;
}
.infobox.v4 .contacts-container span {
  line-height: 28px;
}
.infobox.v4 .contacts-container span.header {
  text-decoration: underline;
  font-size: 14px;
  font-family: "Droid Serif";
  font-weight: 700;
}
.infobox.v4 .contacts-container span.body {
  font-family: "Poppins";
  font-weight: 400;
}
.infobox.v4 .contacts-container i {
  color: #ffffff;
  width: 60px;
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 0px;
  display: block;
  margin-right: 18px;
}
.infobox.v4 .contacts-container .tb {
  width: auto;
  float: left;
  margin: 25px 25px;
}
.infobox.v5 {
  position: relative;
  overflow: hidden;
}
.infobox.v5 .image > div:first-of-type {
  position: absolute;
}
.infobox.v5 img {
  width: 100%;
  height: auto;
}
.shm .image {
  height: 260px;
  width: 100%;
}
.shm .image > div:first-of-type {
  position: initial;
  z-index: 1;
}
.shm img {
  height: 100%;
  width: auto;
  max-width: 9999px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.infobox.v5 .hover {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  top: 0px;
}
.infobox.v5:hover .hover {
  display: block;
}

/* Case studies */

.event-section .case-title h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}


.event-section .event-box {
    border-bottom: 1px solid #e5eaef;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

/*.event-box .col-md-4::after {
    background-color: #e5eaef;
    bottom: 17px;
    content: "";
    position: absolute;
    right: -42px;
    top: 0;
    width: 1px;
}*/
.event-box h4 a, .event-box h4 {
    color: #314861;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 10px;
    min-height: 60px;
    text-decoration: none;
    transition: all 1s ease 0s;
}

.download-button {
    background: #f5f5f5 none repeat scroll 0 0;
    border-top: 1px solid #f5f5f5;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 6px;
    position: relative;
    
}


.second-text-color {
    color: #fdc02d;
    
}
.download-icon {
    float: left;
    min-width: 50px;
    padding-top: 5px;
    text-align: center;
}.download-icon i {
   color: #2e84e2;
    font-size: 24px;
}
.download-text {
    float: left;
    padding: 20px 20px 0;
}
.download-text h6 {
    line-height: 0;
    padding-bottom: 12px;
}
.main-text-color {
    color: #0277bd;
    font-style: normal;
}

#SI {
	margin-top:50px;
}

.map-container {
	
	width:100%;
	position:relative;
}

.controls  {
	margin-bottom:0px;
}

/*.gmap_controls {
	margin: 10px 5px 5px 115px !important;
    position: absolute;
    top: 0;
    z-index: 0;
	left:0 !important;
}*/

/* Meet our people */

.meetourpeople {
    margin-bottom: 50px;
    margin-top: 25px;
    position: relative;
}

.member-image {
	border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}

.member-desc h3 {
    font-weight: 700;
    margin-bottom: 1px;
}

.member-desc h3 {
    font-size: 12px;
	line-height: 12px;
}

.member-desc h4{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.text-red {
    color: #eb0e00;
}

	


