 @import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,%20600,700,800");
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*---------------------------------------------*/
/*--------------Custom-------------------------*/
/*--------------Define-------------------------*/
/*-------------Classes--------------------------*/


.content-pad {
	padding-bottom:8px;
	padding-top:25px
}
.marTB10 {
	margin-bottom:10px;
	margin-top:10px
}
.marT20 {
	margin-top:20px
}
.padL0 {
	padding-left:0px
}
.padR0 {
	padding-right:0px
}
.padT10 {
	padding-top:10px;
}
.padB10 {
	padding-bottom:10px;
}
.marB10 {
	margin-bottom:10px;
}
.marB20 {
	margin-bottom:20px;
}
.marT10 {
	margin-top:10px;
}
 @media screen and (min-width: 50px) {
.padL15-xs {
padding-left:15px
}
.padR15-xs {
padding-right:15px
}
.xs-marT20 {
margin-top:20px
}
}
@media screen and (min-width: 320px) {
.padL15-ssm {
padding-left:15px
}
}
@media screen and (min-width: 480px) {
.padL15-smm {
padding-left:15px
}
.padL0-smm {
padding-left:0px
}
.smm-align-center {
text-align:center;
}
.smm-marT0 {
margin-top:0px
}
.marLayout-smm {
margin:0px 25px
}
}
@media screen and (min-width: 680px) {
}
@media screen and (min-width: 768px) {
.padL0-sm {
padding-left:0px
}
.padL5-sm {
padding-left:5px
}
.padR5-sm {
padding-right:5px
}
.padR0-sm {
padding-right:0px
}
.sm-marT0 {
margin-top:0px
}
.marLayout-sm {
margin:0px 40px
}
}
@media screen and (min-width: 992px) {
/*md*/
.marLayout-md {
margin:0px 55px
}
}
@media screen and (min-width: 1200px) {
/*lg*/
.marLayout-lg {
margin:0px 60px
}
}
.bolder {
	font-weight: 600;
}
.cfix, .topbar:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
/**
 * 1. - NORMALIZE CSS
 * -----------------------------------------------------------------------------
 */
/* ==========================
NORMALIZE
============================= */
/**
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */
html {
	font-family: Raleway, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-family: Raleway, sans-serif;
	overflow-x:hidden;

}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
 audio:not([controls]) {
 display: none;
 height: 0;
}
 [hidden], template {
 display: none;
}
a {
	background-color: transparent;
	outline: none !important;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 700;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
	font-size: 9px;
}
 svg:not(:root) {
 overflow: hidden;
}
figure {
	margin: 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
code, kbd, pre, samp {
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
select {
	text-transform: none;
}
button {
	overflow: visible;
}
button, input, select, textarea {
	max-width: 100%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
	opacity: .5;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}
 input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}
fieldset > :last-child {
	margin-bottom: 0;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
optgroup {
	font-weight: bold;
}
/* HEADER */
.navbar {
	min-height:65px !important;
}
.navbar-inverse {
	background:rgba(255, 255, 255, 1);
	border-color:transparent !important;/*border-bottom:1px solid #fff !important;*/
}
.navbar-fixed-top {
	padding-left:5px !important;
	padding-right:5px !important;
}
/* added to  .nav */
.normal {
	xheight: 90px; /* this causes drop down to lose color ??? */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.normal .rm-nav {
	/*	padding-top: 12px;*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.navbar-brand {
	padding: 0px !important;
}
.navbar-brand img {
	padding: 5px;
	/*width: 343px;*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
@media(min-width:660px) and (max-width:959px) {
.navbar-brand img {
 max-width:200px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}
.navbar-inverse {
 background-color: #fff !important;
 border-color: #f8f8f8;
}
 .imgHide {
display:none;
}
}
@media(min-width:240px) and (max-width:660px) {
.date_con img{min-width:auto!important;}
.date_org {height: 12vh!important;
}

.navbar-brand img {
 max-width:200px;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
}
.rm-toggle.rm-button {
margin-right:-10px !important;
}
.menu_name img {
 margin-top: 0px !important;
}
.ascrail2000 {
display:none !important
}
.shrink {
 height: 85px !important;
 -webkit-transition: 0.5s;
 -moz-transition: 0.5s;
 -ms-transition: 0.5s;
 transition: 0.5s;
 background:#fff !important;
}
}
.fadeImg {
	padding:8px 20px;
	background: #fbfbfb;
	-webkit-border-bottom-right-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
border-bottom-right-radius: 8px;
border-bottom-left-radius: 8px;

}

.topbordr{border-top: 4px solid #d8d8d8;}

.shrink {
	height: 80px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	background:#fff !important;
	border-bottom:3px solid #F0F0F0 !important;
}
.shrink .rm-nav {
	padding-top: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.shrink .rm-nav a {
	padding: 10px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color:#000 !important
}
.shrink .navbar-brand img {
	max-width: 210px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
header {
	/*height: 80px;*/
    width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.logoimg img{min-width: 400px;}

.date_org {display: flex;align-items: center;height: 19vh;}
.date_con, .org_con {padding: 0px;}
.org_con {text-align: center;}
.date_con img{min-width: 550px}

.menu_section{background: #d92128;}

.logo-figure{}

.logo {
	float: left;
}
.logo img {
	margin: 5px 0 0;
}
@media (max-width: 358px) {
.menu_name img {
 max-width:240px;
 margin-top:5px;
}
}
@media (max-width: 314px) {
.menu_name img {
 max-width:200px;
 margin-top:0px;
}
}
/**
 * 2. GLOBAL STYLES
 * -----------------------------------------------------------------------------
 */
/*1.1 GENERAL STYLES*/
body, button, input, select, textarea {
	color: #222222;
	font-weight: 400;
	font-size: 14px;/*line-height: 1.7;*/
}
h1, h2, .banner-page .title-page, h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page, h4, .lead, h5, .section-subheading, h6 {
	
	margin: 0;
	text-rendering: optimizeLegibility;
}
p {
	margin: 0 0 1.75em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 16px;
	font-style: italic;
	line-height: 1.6;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote p {
	margin-bottom: 1.4736842105em;
}
blockquote cite, blockquote small {
	color: #1a1a1a;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
}
blockquote cite:before, blockquote small:before {
	content: "\2014\00a0";
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote strong, blockquote b {
	font-weight: 400;
}
blockquote > :last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;
	color: #041e42;
}
code, kbd, tt, var, samp, pre {
	font-family: Inconsolata, monospace;
}
pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}
abbr, acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}
mark, ins {
	background: #007acc;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}
big {
	font-size: 125%;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body {
	background: #ffffff;
/* Fallback for when there is no custom background color defined. */ }
hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}
ul, ol {
	margin: 0 0 1.75em 1.25em;
	padding: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
	margin-left: 1.5em;
}
li > ul, li > ol {
	margin-bottom: 0;
}
dl {
	margin: 0 0 1.75em;
}
dt {
	font-weight: 700;
}
dd {
	margin: 0 0 1.75em;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
  max-width: 100%;
	/* Adhere to container width. */
  vertical-align: middle;
}
del {
	opacity: 0.8;
}
table, th, td {
	border: 1px solid #d1d1d1;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}
td {
	border-width: 0 1px 1px 0;
}
th, td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
 color: #686868;
 font-family: Raleway, sans-serif;
}

:-moz-placeholder {
 color: #686868;
 font-family: Raleway, sans-serif;
}

::-moz-placeholder {
 color: #686868;
 font-family: Raleway, sans-serif;
 opacity: 1;
/* Since FF19 lowers the opacity of the placeholder by default */ }

:-ms-input-placeholder {
 color: #686868;
 font-family: Raleway, sans-serif;
}
html, body {
	width: 100%;
	height: 100%;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url("../images/apple-touch-icon.png");
	background-position: center;
	background-repeat: no-repeat;
}
.pos-relative {
	position: relative;
}
.navbar-brand {
	padding: 0;
}
.section2 {
	position: relative;
}

.section2 {
	position: relative;
}
.section2 > .container {
	padding-top: 0px;
	padding-bottom:0px;
}
.section2.overlap {
	/*transform: translateY(-125px);*/
    position: relative;
	z-index: 100;
	margin-top:0px;
	background:#FFF;
}
.section2.overlap > .container {
	background-color: #fff;
	padding-top: 00px;
}
.section2.overlap-bottom {
	position: relative;
	z-index: 100;/*margin-bottom: -125px;*/
	background:#000;
}







.section {
	position: relative;
}
.section > .container {
	padding-top: 20px;
	padding-bottom:0px;
}
.section.overlap {
	/*transform: translateY(-125px);*/
    position: relative;
	z-index: 100;
	margin-top:0px;
	background:#FFF;
}
.section.overlap > .container {
	background-color: #fff;
	padding-top: 20px;
}
.section.overlap-bottom {
	position: relative;
	z-index: 100;/*margin-bottom: -125px;*/
	background:#FFF;
}
.section.overlap-bottom > .container {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 0;
}
.section.section-border > .container {
	border-bottom: 1px solid #eee;
}
.section.banner {
	padding: 0 0;
}
.section.testimony > .container, .section.page404 > .container {
	padding-top: 50px;
	padding-bottom: 0;
}
.section.cta > .container {
	padding-top: 0;
	padding-bottom: 0;
}
.section.stat-client > .container {
	padding-top: 20px;
	padding-bottom: 20px;
}
.bglight {
	background-color: #eff3f6;
}
.section-heading {
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: -.05em;
	color: #0c84b2;
	margin-bottom: 20px;
	border-top: 1px solid #dedede;
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
	text-transform:uppercase;
}
 @media screen and ( max-width: 500px ) {
 .section-heading {
 font-size: 18px;
 padding-top: 12px;
 line-height: 0.6em;
}
}
.section-heading:before {
	content: '';
	border-top: 2px solid #929291;
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}
.section-heading.white {
	color: #fff;
	border-color: #627186;
}
.section-subheading {
	color: #999999;
}
.section-heading-2 {
	font-size: 24px;
	font-weight: 600;
	color: #041e42;
}
.section-heading-3 {
	font-size: 1.714em;
	line-height: normal;
}
.no-gutter {
	margin-right: 0;
	margin-left: 0;
}
 .no-gutter > [class^="col-"], .no-gutter > [class*=" col-"], .no-gutter[class*='col-'], .no-gutter[class*=" col-"] {
 padding-right: 0;
 padding-left: 0;
}
/* 1.2. TEXT COLOR */
/* 1.3. ANCHOR */
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #041e42;
	text-decoration: none;
}
/* 1.4. HEADING & PARAGRAPH */
p {
	margin: 0 0 20px 0;
}
h1, h2, .banner-page .title-page, h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page, h4, .lead, h5, .section-subheading {
	font-family: Raleway, sans-serif;
	margin-top: 10px;
	margin-bottom: 20px;
}
h1 {
	font-size: 3.571em;
	line-height: normal;
}
h2, .banner-page .title-page {
	font-size: 2.857em;
	line-height: normal;
}
h3, .jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
	font-size: 1.714em;
	line-height: normal;
}
h4, .lead {
	font-size: 1.286em;
	line-height: normal;
}
h5, .section-subheading {
	font-size: 14px;
	line-height: 22px;
}
h6 {
	font-size: 13px;
}
strong, b {
	font-weight: 700;
}
.lead {
	font-family: Raleway, sans-serif;
	font-weight: 500;
	color: #041e42;
	line-height: 1.6;
}
ol, ul {
	list-style: none;
	margin-left: 0px;
}
ol li, ul li {
	margin: 0px 0;
}
.title-heading {
	color: #041e42;
	font-size: 36px;
	line-height: 50px;
}
blockquote {
	padding: 15px 20px;
	background-color: #f6f6f6;
	margin: 0 0 20px;
	border-left: 5px solid #46c2ca;
	font-style: italic;
}
.jumbo-heading {
	color: #041e42;
	font-size: 20px;
	position: relative;
}
.jumbo-heading h2, .jumbo-heading .banner-page .title-page, .banner-page .jumbo-heading .title-page {
	position: relative;
	z-index: 2;
}
.jumbo-heading .fa {
	font-size: 150px;
	position: absolute;
	top: 0;
	left: 0;
	color: #f5f5f5;
}
ul.checklist {
	margin: 0;
}
ul.checklist li {
	list-style: none;
	margin: 10px 0 25px 35px;
}
ul.checklist li:before {
	font-family: FontAwesome;
	content: "\f00c";
	font-size: 20px;
	color: #041e42;
	margin-left: -35px;
	margin-right: 15px;
}
ul.bull {
	margin: 0 0 20px;
	list-style: none;
	padding: 0;
}
ul.bull li {
	position: relative;
	padding: 0 0 0 26px;
	margin: 0 0 14px;
	line-height: 18px;
}
ul.bull li:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 2px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #46c2ca;
}
ul.circle {
	margin: 0 0 20px;
	list-style: none;
	padding: 0;
}
ul.circle li {
	position: relative;
	padding: 4px 0 4px 20px;
	margin: 0 0 14px;
	line-height: 22px;
}
ul.circle li:before {
	content: "\f10c";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 10px;
	display: inline-block;
	vertical-align: top;
	font-size: 7px;
	color: #46c2ca;
}
.bgsection {
	background: url(../images/bgoverlay-1.jpg) bottom center no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
}
.bgsection:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #041e42;
	opacity: .9;
}
.grid-services {
	margin-top: 30px;
	margin-bottom: 30px;
}
.grid-item {
	margin-top: 30px;
	margin-bottom: 30px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.margin-bottom-70 {
	margin-bottom: 70px;
}
.margin-bottom-90 {
	margin-bottom: 90px;
}
.margin-bottom-100 {
	margin-bottom: 100px;
}
.banner-page {
	height: 350px;
	display: block;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.banner-page .title-page {
	text-align: left;
	color: #ffffff;
	margin-bottom: 0;
}
.banner-page .breadcrumb {
	padding: 0;
	margin: 0;
	text-align: left;
	background-color: transparent;
	font-size: 18px;
	font-weight: 600;
}
.banner-page .breadcrumb > .active, .banner-page .breadcrumb > li + li:before, .banner-page .breadcrumb a {
	color: #ffffff;
}
 .banner-page .breadcrumb > .active:hover, .banner-page .breadcrumb > li + li:before:hover, .banner-page .breadcrumb a:hover {
 color: #46c2ca;
}
/* 2.5. CATEGORY MENU */
.widget {
	margin-bottom: 50px;
	clear: both;
}
.widget-title {
	font-size: 24px;
	font-weight: 700;
	color: #041e42;
	margin-bottom: 40px;
}
.category-nav {
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
}
.category-nav {
	margin-left: 0;
	margin-bottom: 30px;
	padding: 0;
}
.category-nav li {
	list-style: none;
	margin: 0;
	font-weight: 700;
}
.category-nav li a {
	color: #666666;
	display: block;
	padding: 15px 20px;
	margin-bottom: 5px;
	background-color: #eff3f6;
	border-left: 5px solid transparent;
}
.category-nav li a:hover {
	border-color: #ed1c24;
}
.category-nav li.active a {
	border-color: #ed1c24;
}
.info-detail dl {
	font-size: 16px;
}
.info-detail dt {
	font-weight: 700;
}
.info-detail dd {
	margin-bottom: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #041e42;
}
/* ==========================
Back To Top Section
============================= */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #000 url("../images/cd-top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
 -webkit-transition: opacity .3s 0s, visibility 0s .3s;
 -moz-transition: opacity .3s 0s, visibility 0s .3s;
 transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
 -webkit-transition: opacity .3s 0s, visibility 0s 0s;
 -moz-transition: opacity .3s 0s, visibility 0s 0s;
 transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: .5;
}
.cd-top:hover {
	opacity: 1;
}
/**
 * 3. - COMPONENTS
 * -----------------------------------------------------------------------------
 */
/* 2.1. PRELOADER */
.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	background-color: #fff;
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	width: 200px;
	height: 200px;
	background-image: url("../images/apple-touch-icon.png");
	background-position: center;
	background-repeat: no-repeat;
}
/* 2.2. BUTTONS */
:focus {
	outline: none;
}
.btn, .btn-primary, .btn-secondary {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 15px 35px;
	border: 1px solid #FFF;
	font-weight: 600;
	border-radius:1px !important;
	-webkit-border-radius: 1 !important;
	-moz-border-radius: 1!important;
	-ms-border-radius: 1!important;
	border-radius: 1!important;
}
@media screen and ( max-width: 500px ) {
 .btn, .btn-primary, .btn-secondary {
 font-size: 12px;
 padding: 10px 20px !important;
}
}
 @media screen and ( max-width: 330px ) {
 .btn, .btn-primary, .btn-secondary {
 font-size: 12px;
 padding: 10px 12px !important;
}
}
.btn-default {
	background-color: #ed1c24;
	color: #ffffff;
	padding: 15px 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.btn-default:hover {
	background-color: #041e42;
}
.btn-cta {
	background-color: #ed1c24;
	color: #ffffff;
	padding: 15px 25px;
	border: 0;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.btn-cta:hover {
	background-color: #46c2ca;
	color: #ffffff;
}
.navbar-main {
	color: #ffffff;
}
.btn-orange-cta:hover {
	background-color: #041e42;
	color: #ffffff;
}
.btn-primary {
	background-color: #0c84b2;
}
.btn-primary:hover {
	background-color: #03557c;
	color: #ffffff;
}
.btn-secondary {
	background-color: #181919;
}
.btn-secondary:hover {
	background-color: #313131;
	color: #ffffff;
}
.btn-secondary.disabled {
	background-color: #041e42;
	border-color: #041e42;
}
.pagination {
	clear: both;
	text-align: left;
	margin-top: 20px;
}
.pagination > li {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
}
.pagination > li > a {
	padding: 15px 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	color: #666666;
	display: inline-block;
	border-color: transparent;
	background: #eee;
	border: 0;
}
.pagination > li > a:hover, .pagination > li > a.active {
	background: #041e42;
	color: #fff;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pagination > .active > a {
	background: #041e42;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #041e42;
	color: #fff;
}
.btn-sidebar {
	border-radius: 0;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
}
.btn-sidebar .fa {
	margin-right: 10px;
	font-size: 1.4em;
	vertical-align: middle;
}
/* 2.3. BOX ICON 1 */
.box-icon-1 {
	margin-bottom: 20px;
}
.box-icon-1 .icon {
	display: inline-block;
	color: #46c2ca;
	font-size: 36px;
	line-height: 43px;
	float: left;
}
.box-icon-1 .body-content {
	margin-left: 55px;
	color: #041e42;
	font-weight: 700;
}
.box-icon-1 .body-content .heading {
	color: #666666;
	font-weight: 400;
}
/* 2.4. BOX ICON 2 */
.box-icon-2 {
	margin-bottom: 40px;
	padding: 30px 30px 60px 30px;
	background: #eff3f6;
	border: 1px solid #dcdde1;
	min-height: 250px;
}
.box-icon-2 .icon {
	display: inline-block;
	color: #9a9a9a;
	font-size: 36px;
	line-height: 43px;
	margin-bottom: 20px;
}
.box-icon-2 .body-content {
	color: #222222;
}
.box-icon-2 .body-content .heading {
	color: #041e42;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.box-icon-2:hover {
	background-color: #46c2ca;
}
.box-icon-2:hover .icon, .box-icon-2:hover .body-content {
	color: #ffffff;
}
/* 2.4. BOX ICON 3 */
.box-icon-3 {
	padding: 50px 30px 60px 30px;
	border: 1px solid #dcdde1;
	text-align: center;
	position: relative;
	background-color: #eff3f6;
	min-height: 300px;
}
.box-icon-3 .icon {
	display: inline-block;
	color: #041e42;
	font-size: 50px;
	line-height: 43px;
	margin-bottom: 40px;
}
.box-icon-3 .body-content {
	color: #222222;
}
.box-icon-3 .body-content .heading {
	color: #041e42;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2px;
}
.box-icon-3 .body-content .readmore {
	display: block;
	margin-top: 20px;
	font-weight: 700;
	-webkit-transform: translate3d(0px, 25px, 0px);
	transform: translate3d(0px, 25px, 0px);
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	opacity: 0;
	color: #041e42;
}
.box-icon-3:hover {
	background-color: #46c2ca;
	-webkit-box-shadow: 0 10px 18px #eee;
	-moz-box-shadow: 0 10px 18px #eee;
	box-shadow: 0 10px 18px #eee;
}
.box-icon-3:hover .icon {
	color: #ffffff;
}
.box-icon-3:hover .body-content {
	color: #ffffff;
}
.box-icon-3:hover .body-content .readmore {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
.box-icon-3 .line-t {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.box-icon-3 .line-t:before {
	content: '';
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	top: -1px;
	left: -1px;
	background-color: #041e42;
}
.box-icon-3 .line-t:after {
	content: '';
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	top: -1px;
	right: -1px;
	background-color: #041e42;
}
.box-icon-3 .line-b {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.box-icon-3 .line-b:before {
	content: '';
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-color: #041e42;
}
.box-icon-3 .line-b:after {
	content: '';
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	bottom: -1px;
	right: -1px;
	background-color: #041e42;
}
/* 2.5. BOX ICON 4 */
.box-icon-4 {
	margin-bottom: 20px;
	padding:15px 10px 15px 10px;
	background-color: #eff3f6;
	border: 1px solid #dcdde1;
	text-align: center;
	height: 190px;
	position: relative;
	overflow: hidden;
}
.box-icon-4 .icon {
	display: inline-block;
	color: rgba(255, 255, 255, 0.2);
	font-size: 100px;
	position: absolute;
	right: -40px;
	bottom: -20px;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.box-icon-4 .body-content {
	color: #222222;
}
.box-icon-4 .body-content .heading {
	color: #041e42;
	font-size: 18px;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.box-icon-4:hover {
	background-color: #0d8fca;
}
.box-icon-4:hover .icon {
	right: 0;
}
.box-icon-4:hover .body-content {
	color: #ffffff;
}
/* 2.5. BOX IMAGE 1 */
.box-image-1 {
	position: relative;
	margin-bottom: 30px;
}
.box-image-1 .image {
	overflow: hidden;
	background-color: #000;
}
.box-image-1 .image img {
	opacity: .9;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}
.box-image-1:hover .image img {
	opacity: .4;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	box-shadow: none;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.box-image-1 .description {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.box-image-1 .blok-title {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
}
/* 2.6. BOX IMAGE 2 */
.box-image-2 .image img {
	width: 100%;
}
.box-image-2 .blok-title {
	color: #041e42;
	font-size: 24px;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 20px;
}
/* 2.7. BOX IMAGE 4 */
.box-image-4 {
	position: relative;
	margin-bottom: 30px;
}
.box-image-4 .media {
	overflow: hidden;
	background-color: #CCC;
	position: relative;
}
.box-image-4 .media img {
	opacity: 1;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}
.box-image-4 .body {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: -webkit-calc(100% - 20px);
	height: calc(100% - 20px);
	width: -webkit-calc(100% - 20px);
	width: calc(100% - 20px);
	background-color: rgba(4, 30, 66, 0.4);
	border: solid 10px #46c2ca;
	opacity: 0;
 -webkit-transition: opacity .2s ease-in-out;
 transition: opacity .2s ease-in-out;
}
.box-image-4 .body .content {
	position: absolute;
	width: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.box-image-4 .title {
	color: #ffffff;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 10px;
}
.box-image-4 .category {
	color: #ffffff;
}
.box-image-4:hover .media img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	box-shadow: none;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.box-image-4:hover .body {
	opacity: 1;
}
.box-image-4:hover .title {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/* 2.7. BOX IMAGE 3 */
.box-image-3 {
	position: relative;
	margin-bottom: 40px;
}
.box-image-3 .image {
	overflow: hidden;
	background-color: #041e42;
	position: relative;
}
.box-image-3 .image:before {
	content: '';
	position: absolute;
	background: url(../images/link.html) center top no-repeat;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	font-size: 30px;
	filter: alpha(opacity=0);
	opacity: 0;
 -webkit-transition: all ease .25s;
 transition: all ease .25s;
}
.box-image-3 .image img {
	opacity: 1;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}
.box-image-3:hover .image img {
	opacity: .2;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.box-image-3:hover .image:before {
	top: 50%;
	filter: alpha(opacity=1);
	opacity: 100;
}
.box-image-3 .blok-title {
	text-align: center;
	color: #666666;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.box-image-3:hover .blok-title {
	color: #041e42;
}
/* 2.8. BOX IMAGE 4 */
.feature-box-8 {
	position: relative;
	background-color: #041e42;
	color: #ffffff;
	margin-bottom: 30px;
}
.feature-box-8 .media {
	width: 100%;
	margin-bottom: 30px;
}
.feature-box-8 .body {
	position: relative;
	text-align: center;
	padding: 30px 40px 30px;
}
.feature-box-8 .body .icon-holder {
	position: absolute;
	left: 50%;
	top: -30px;
	width: 84px;
	height: 84px;
	line-height: 100px;
	background-color: #041e42;
	color: #ffffff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.feature-box-8 .body .fa {
	font-size: 40px;
}
.feature-box-8 .body .title {
	color: #46c2ca;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2px;
	display: inline-block;
}
.feature-box-8 .body .readmore {
	display: block;
	margin-top: 20px;
	font-weight: 700;
	-webkit-transform: translate3d(0px, 25px, 0px);
	transform: translate3d(0px, 25px, 0px);
	-webkit-transition: all 0.4s ease 0s !important;
	transition: all 0.4s ease 0s !important;
	opacity: 0;
	color: #041e42;
}
.feature-box-8:hover {
	background-color: #46c2ca;
	color: #000;
}
.feature-box-8:hover .icon-holder {
	background-color: #46c2ca;
}
.feature-box-8:hover .title {
	color: #041e42;
}
.feature-box-8:hover .readmore {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}
/* 2.8. BOX TESTIMONY */
.box-testimony {
	position: relative;
	box-sizing: border-box;
}
.box-testimony:before {
	content: "\f10e";
	color: #ed1c24;
	font-family: FontAwesome;
	font-size: 60px;
	float: left;
	line-height: initial;
}
.box-testimony .quote-box {
	margin-left: 80px;
}
.box-testimony .quote-box blockquote {
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	padding: 0;
	background-color: transparent;
	margin: 0;
	border-left: 0;
	font-style: italic;
}
.box-testimony .quote-box .quote-name {
	margin-top: 30px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #041e42;
}
.box-testimony .quote-box .quote-name span {
	font-size: 12px;
	font-style: italic;
	color: #222222;
	font-weight: normal;
	display: block;
}
/* TESTIMONIALS 1 */
.testimonial-1 {
	position: relative;
}
.testimonial-1 .media {
	float: left;
	margin: 0 30px 0 0;
	max-width: 255px;
	display: block;
	position: relative;
	background-color: #041e42;
}
.testimonial-1 .media img {
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.testimonial-1:hover .media img {
	filter: alpha(opacity=30);
	opacity: .3;
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.testimonial-1 .body {
	overflow: hidden;
	color: #222222;
}
.testimonial-1 .title {
	color: #041e42;
	font-weight: 700;
	font-size: 16px;
}
.testimonial-1 .position {
	color: #a2a2a2;
}
.testimonial-1 .company {
	color: #a2a2a2;
	margin-bottom: 20px;
}
/* TESTIMONIALS 2 */
.testimonial-2 {
	position: relative;
	margin-bottom: 30px;
	margin-left: 0;
	margin-bottom: 100px;
	background-color: #041e42;
}
.testimonial-2 .body {
	border: none;
	margin-bottom: 0;
	padding: 30px;
	font-weight: 500;
	color: #fff;
	min-height: 140px;
}
.testimonial-2 .info {
	background-color: #fff;
	display: inline-block;
	padding: 20px 20px;
	margin-top: -40px;
	float: right;
	min-width: 290px;
	border-bottom: 2px solid #041e42;
	height: 90px;
	position: relative;
	z-index: 3;
}
.testimonial-2 .info .media {
	max-width: 60px;
	max-height: 60px;
	float: left;
}
.testimonial-2 .info .info-title {
	margin-left: 80px;
}
.testimonial-2 .info .title {
	color: #041e42;
	font-weight: 700;
	font-size: 16px;
}
.testimonial-2 .info .position {
	color: #a2a2a2;
}
.testimonial-2 .info .company {
	color: #a2a2a2;
	margin-bottom: 20px;
}
.testimonial-2:hover {
	background-color: #46c2ca;
}
.testimonial-2:hover .info {
	border-color: #46c2ca;
}
/* TESTIMONIALS 3 */
.testimonial-3 .media {
	text-align: center;
	float: left;
}
.testimonial-3 .media img {
	width: 160px;
	margin-bottom: 25px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
}
.testimonial-3 .body {
	padding-left: 200px;
	font-size: 2.7rem;
	line-height: normal;
}
.testimonial-3 .title {
	color: #000;
	font-weight: 700;
	font-size: 18px;
}
.testimonial-3 .company {
	color: #777;
	margin-bottom: 20px;
}
@media (max-width: 768px) {
 .testimonial-3 .media {
 float: none;
}
 .testimonial-3 .media img {
 margin: 0 auto;
 margin-bottom: 25px;
}
 .testimonial-3 .body {
 padding-left: 0;
 text-align: center;
}
}
/* 2.9. BOX TEAM 2 */
.box-team {
	border: 1px solid #eee;
	margin-bottom: 30px;
	background-color: #041e42;
	color: #fff;
}
.box-team:hover {
	background-color: #041e42;
}
.box-team:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.box-team .box-image {
	float: left;
	width: 50%;
	position: relative;
}
.box-team .box-image img {
	display: block;
	width: 100%;
}
.box-team .box-image .sosmed {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.6);
	text-align: center;
	padding: 10px 0;
}
.box-team .box-image .sosmed .fa {
	font-size: 18px;
	color: #041e42;
	padding: 0 20px;
}
.box-team .box-image .sosmed .fa:hover {
	color: #46c2ca;
}
.box-team .body-content {
	float: left;
	width: 50%;
	padding: 30px 30px;
	position: relative;
}
.box-team .body-content .people {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
}
.box-team .body-content .position {
	color: #46c2ca;
	font-size: 12px;
	font-style: italic;
}
.box-team .body-content .excert {
	margin-top: 20px;
	margin-bottom: 35px;
}
.box-team .body-content .phone {
	font-size: 18px;
}
.box-team .body-content .phone .fa {
	font-size: 30px;
	color: #ed1c24;
	margin-right: 10px;
	vertical-align: middle;
}
.box-team:hover {
	background-color: #46c2ca;
	color: #000;
}
.box-team:hover .position {
	color: #041e42;
}
/* 2.10. BOX STATISTIC */
.box-statistic {
	text-align: center;
	margin-top: 40px;
}
.box-statistic .icon {
	font-size: 36px;
	color: #ed1c24;
	margin-bottom: 30px;
}
.box-statistic .heading {
	font-size: 36px;
	color: #041e42;
	font-weight: 700;
	margin-bottom: 20px;
}
.box-statistic .subheading {
	font-size: 14px;
	font-weight: 600;
	color: #46c2ca;
}
.counter-1 .counter-number {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	width: 70px;
	padding-right: 14px;
	letter-spacing: -.5px;
	font-weight: 700;
	font-size: 48px;
	color: #46c2ca;
}
.counter-1 .counter-title {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 0;
	text-align: left;
	line-height: 18px;
	margin-bottom: 0;
	color: #ffffff;
}
/* 2.11. BOX HISTORY */
.box-history .item {
	padding-bottom: 40px;
}
.box-history .item:before {
	content: '';
	position: absolute;
	left: 92px;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #eee;
	z-index: -1;
}
.box-history .item .year {
	float: left;
	font-size: 18px;
	font-weight: 700;
}
.box-history .item .year-info {
	position: relative;
	margin-left: 100px;
}
.box-history .item .year-info:before {
	content: '';
	position: absolute;
	left: -30px;
	width: 15px;
	height: 15px;
	background-color: #ed1c24;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.box-history .item .year-info .heading {
	font-size: 24px;
	color: #041e42;
	margin-bottom: 20px;
}
.box-history .item:after {
	content: '';
	clear: both;
	display: block;
}
.history-2 .timeline__item .media {
	display: table-cell;
	width: 30%;
}
.history-2 .timeline__item .media img {
	margin-bottom: 80px;
}
.history-2 .timeline__item .year {
	font-size: 6rem;
	font-weight: 700;
	color: #002e5b;
	letter-spacing: -.04em;
	margin-top: -15px;
	line-height: normal;
}
.history-2 .timeline__item .aksen {
	position: relative;
	display: table-cell;
	width: 80px;
}
.history-2 .timeline__item .aksen:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 20px;
	bottom: -5px;
	width: 1px;
	background: #e6e6e6;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.history-2 .timeline__item .aksen:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 8px;
	width: 9px;
	height: 9px;
	background: #fde428;
	border-radius: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.history-2 .timeline__item:last-child .aksen:before {
	display: none;
}
.history-2 .timeline__item .text {
	display: table-cell;
	padding: 0 0 50px;
	vertical-align: top;
}
.history-2 .timeline__item .text .title {
	font-size: 20px;
	margin: 0 0 16px;
	padding: 0;
	font-weight: 700;
}
@media (max-width: 767px) {
 .history-2 .timeline__item .media {
 display: block;
 width: 100%;
}
 .history-2 .timeline__item .media img {
 margin-bottom: 20px;
}
 .history-2 .timeline__item .aksen {
 display: none;
}
}
/* 2.12. BOX PARTNERS */
.box-partner {
	margin-top: 30px;
	margin-bottom: 30px;
}
.box-partner .item {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.box-partner .item .box-image {
	float: left;
	width: 20%;
	font-size: 18px;
}
.box-partner .item .box-image img {
	width: 100%;
	border: 1px solid #eee;
	padding: 20px;
}
.box-partner .item .box-info {
	float: left;
	width: 70%;
	position: relative;
	margin-left: 40px;
}
.box-partner .item .box-info .heading {
	font-size: 24px;
	color: #041e42;
	font-weight: 700;
	margin-bottom: 20px;
}
.box-partner .item:after {
	content: '';
	clear: both;
	display: block;
}
.box-partner .item:last-child {
	border-bottom: 0;
}
/* 2.13. PANEL ACCORDION */
.panel-faq.panel-group .panel {
	border-radius: 0px;
}
.panel-faq .panel-default {
	border-color: transparent;
}
.panel-faq .panel-default > .panel-heading {
	color: #ffffff;
	background-color: #041e42;
	border-color: #ddd;
	border: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 13px 20px;
	position: relative;
}
.panel-faq .panel-default > .panel-heading:before {
	padding: 0 0px 0 20px;
	content: "\002B";
	font-family: Arial;
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 20px;
}
.panel-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: transparent;
}
.panel-faq .panel-default > .panel-heading.active {
	background-color: #eff3f6;
	color: #041e42;
}
.panel-faq .panel-default > .panel-heading.active:before {
	color: #041e42;
	content: "\002D";
}
.panel-faq .panel-default:hover > .panel-heading {
	color: #46c2ca;
}
.panel-faq .panel-default:hover > .panel-heading.active {
	color: #041e42;
}
.panel-faq .panel-title {
	font-size: 16px;
	display: block;
}
.panel-faq .panel-title > a, .panel-faq .panel-title > a:active, .panel-faq .panel-title > a:focus {
	color: inherit;
	text-decoration: none;
	display: block;
}
.panel-faq .panel-body {
	padding: 15px 20px;
	background-color: #eff3f6;
	margin-top: 0;
}
.panel-faq .panel-body p {
	margin: 10px 0;
}
.panel-faq .collapse.in {
	display: block;
	visibility: visible;
}
/* 2.14. FAQ */
.faq-list {
	margin: 0;
	padding: 0;
}
.faq-list li {
	list-style: none;
}
.faq-list li .fa {
	color: #f00;
	font-size: 14px;
	margin-right: 10px;
}
.faq-list .faq-item-image {
	position: relative;
	width: 100%;
	text-align: center;
}
.faq-list .faq-item-image img {
	display: block;
}
.faq-1 .item {
	margin-bottom: 70px;
}
.faq-1 .item .question {
	position: relative;
	padding-left: 40px;
	font-size: 1.714em;
	line-height: normal;
	margin-bottom: 30px;
}
.faq-1 .item .question:before {
	content: "\f059";
	color: #ed1c24;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 5px;
}
.faq-1 .item .answer {
	position: relative;
	padding-left: 40px;
	margin-bottom: 30px;
}
.faq-1 .item .answer:before {
	content: "\f064";
	color: #46c2ca;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 5px;
}
/* 2.15. PRICING TABLE */
.panel-pricing {
	border-color: #ccc;
	text-align: center;
	margin-bottom: 40px;
	background-color: #f6f6f6;
	border-radius: 0;
}
.panel-pricing.best .price {
	background-color: #46c2ca;
}
.panel-pricing .price {
	padding: 15px 0;
	font-size: 80px;
	background-color: #041e42;
	font-size: 36px;
	color: #fff;
	font-weight: 700;
}
.panel-pricing .price sup {
	font-size: 18px;
	margin-right: 5px;
	top: -.6em;
	font-weight: 400;
}
.panel-pricing .price small {
	font-size: 14px;
	margin-left: 0px;
}
.panel-pricing h3, .panel-pricing .jumbo-heading h2, .jumbo-heading .panel-pricing h2, .panel-pricing .jumbo-heading .banner-page .title-page, .jumbo-heading .banner-page .panel-pricing .title-page, .panel-pricing .banner-page .jumbo-heading .title-page, .banner-page .jumbo-heading .panel-pricing .title-page {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	padding-top: 10px;
}
.panel-pricing > .panel-heading {
	color: #666666;
	border-color: #eee;
	padding: 0px 0px;
}
.panel-pricing .table > tbody > tr > td, .panel-pricing .table > tfoot > tr > td {
	padding: 12px 0;
	vertical-align: top;
	border-top: none;
}
.panel-pricing .table {
	margin-bottom: 0;
}
.panel-pricing .panel-body {
	padding: 10px;
	text-align: center;
}
.panel-pricing .panel-body table, .panel-pricing .panel-body th, .panel-pricing .panel-body td {
	border: 0;
	text-align: center;
}
.panel-pricing .panel-footer {
	padding: 30px 0;
	border-top: 0;
}
/* 2.16. CAREER TABS */
.career-tabs > ul {
	margin-left: 0px;
}
.career-tabs .nav-tabs {
	border-bottom: 0;
}
.career-tabs .nav-tabs > li {
	float: left;
	margin-bottom: 0;
	width: 25%;
	background: #041e42;
	text-align: center;
}
.career-tabs .nav-tabs > li > a {
	padding: 20px 0;
	color: #ffffff;
	margin-right: 0;
	border-radius: 0;
	font-weight: 700;
}
.career-tabs .nav-tabs > li > a:hover {
	background-color: #46c2ca;
}
.career-tabs .nav-tabs > li.active > a, .career-tabs .nav-tabs > li.active > a:hover, .career-tabs .nav-tabs > li.active > a:focus {
	color: #041e42;
	cursor: default;
	background-color: #eff3f6;
}
.career-tabs .tab-content {
	padding: 20px 30px;
	border: 1px solid #eee;
	background-color: #eff3f6;
}
/* 3.17. BOX NEWS */
.Tbox-news-1 {
	border:1px solid #F5F5F5;
}
.box-news-1 {
	position: relative;
	margin-bottom: 30px;
}
.box-news-1 .media {
	width: 100%;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	/*background-color: #041e42;*/
}
.box-news-1 .media img {
	-webkit-transition: 0.4s all linear;
	transition: 0.4s all linear;
}
.box-news-1 .media:before {
	content: "\f0c1";
	font-family: FontAwesome;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	font-size: 30px;
	filter: alpha(opacity=0);
	opacity: 0;
 -webkit-transition: all ease .25s;
 transition: all ease .25s;
}
.box-news-1 .body {
	position: relative;
	padding-bottom: 0px;
	border-bottom: 1px solid #e0c621;
}
.box-news-1 .body:before {
	background-color: #da1f27;
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	-o-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	-moz-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	-o-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
	transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.box-news-1 .body .title {
	font-weight: 700;
}
.box-news-1 .body .title a {
	color: #041e42;
}
.box-news-1 .body .title a:hover {
	color: #ed1c24;
}
.box-news-1 .body .meta {
	color: #6f6f6f;
	font-size: 13px;
	margin-top: 5px;
}
.box-news-1 .body .meta span {
	display: inline-table;
	margin-right: 20px;
}
.box-news-1 .body .meta .fa {
	color: #46c2ca;
}
.box-news-1:hover .body:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}
.box-news-1:hover .media img {
	filter: alpha(opacity=80);
	opacity: .4;
	-webkit-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.box-news-1:hover .media:before {
	top: 50%;
	filter: alpha(opacity=1);
	opacity: 100;
}
/* 3.17. BOX NEWS */
.box-news-2 {
	position: relative;
	margin-bottom: 40px;
}
.box-news-2 .image {
	overflow: hidden;
	background-color: #041e42;
	position: relative;
}
.box-news-2 .image img {
	opacity: 1;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}
.box-news-2 .image:before {
	content: '';
	position: absolute;
	background: url(../images/link.html) center top no-repeat;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	font-size: 30px;
	filter: alpha(opacity=0);
	opacity: 0;
 -webkit-transition: all ease .25s;
 transition: all ease .25s;
}
.box-news-2:hover .image img {
	opacity: .2;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.box-news-2:hover .image:before {
	top: 50%;
	filter: alpha(opacity=1);
	opacity: 100;
}
.box-news-2 .meta-date {
	margin-top: 10px;
	color: #041e42;
	font-size: 12px;
	font-style: italic;
}
.box-news-2 .blok-title {
	color: #666666;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 20px;
	height: 50px;
	overflow: hidden;
}
.box-news-2 .blok-title a:hover {
	color: #ed1c24;
}
/* 2.18. LIST NEWS */
.meta-blog, .list-news .news-item .meta, .single-news .meta {
	margin-bottom: 20px;
}
.meta-blog:after, .list-news .news-item .meta:after, .single-news .meta:after {
	clear: both;
	content: " ";
	display: table;
}
.meta-blog > div, .list-news .news-item .meta > div, .single-news .meta > div {
	float: left;
	font-size: 13px;
	line-height: normal;
}
.meta-blog > div:last-child, .list-news .news-item .meta > div:last-child, .single-news .meta > div:last-child {
	text-align: right;
	float: right;
}
.meta-blog > div i, .list-news .news-item .meta > div i, .single-news .meta > div i {
	color: #46c2ca;
}
.meta-blog .meta-author, .list-news .news-item .meta .meta-author, .single-news .meta .meta-author, .meta-blog .meta-category, .list-news .news-item .meta .meta-category, .single-news .meta .meta-category {
	margin: 0 0 10px 20px;
	padding: 0 0 0 21px;
}
 @media (max-width: 768px) {
 .meta-blog > div, .list-news .news-item .meta > div, .single-news .meta > div {
 display: block;
 float: none;
 margin-bottom: 10px;
}
 .meta-blog > div:last-child, .list-news .news-item .meta > div:last-child, .single-news .meta > div:last-child {
 text-align: left;
 float: none;
}
 .meta-blog .meta-author, .list-news .news-item .meta .meta-author, .single-news .meta .meta-author, .meta-blog .meta-category, .list-news .news-item .meta .meta-category, .single-news .meta .meta-category {
 margin-left: 0;
 padding-left: 0;
}
}
.list-news {
	width: 98%;
}
.list-news .news-item {
	margin-bottom: 70px;
	padding-right: 15px;
	padding-left: 15px;/*.meta-date{
       	margin-top: 10px;
       	color: $blue_1;
       	font-size: 12px;
       	font-style: italic;
    }
    .meta-author{
    	color: $blue_1;
    	font-style: italic;
    	font-size: 12px;
    	margin-bottom: 20px;
    }*/
}
.list-news .news-item .image {
	position: relative;
	overflow: hidden;
	background-color: #041e42;
}
.list-news .news-item .image:before {
	content: "\f0c1";
	font-family: FontAwesome;
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50px;
	height: 50px;
	text-align: center;
	z-index: 9;
	color: #ffffff;
	font-size: 30px;
	filter: alpha(opacity=0);
	opacity: 0;
 -webkit-transition: all ease .25s;
 transition: all ease .25s;
}
.list-news .news-item .image img {
	opacity: 1;
	max-width: 100%;
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}
.list-news .news-item .image .meta-date {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 70px;
	height: 70px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #ed1c24;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 13px;
	z-index: 1;
}
.list-news .news-item .image .meta-date span {
	font-size: 14px;
	display: block;
}
.list-news .news-item:hover .image img {
	opacity: .2;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	transition-duration: 250ms;
}
.list-news .news-item:hover .image:before {
	top: 50%;
	filter: alpha(opacity=1);
	opacity: 100;
}
.list-news .news-item .blok-title {
	font-size: 24px;
	margin-top: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}
.list-news .news-item .blok-title a {
	color: #041e42;
}
.list-news .news-item .blok-title a:hover {
	color: #ed1c24;
}
 @media (max-width: 1024px) {
 .list-news {
 width: initial;
}
}
/**
 * 4. - LOGO & NAVIGATION
 * -----------------------------------------------------------------------------
 */
/* 4.1 - TOPBAR */
.topbar {
	background-color: #1279a2;
	padding: 0 0;
	height: 5px;
}
.topbar .topbar-left .welcome-text {
	font-style: italic;
	color: #ffffff;
	padding: 8px 0;
}
.topbar .topbar-right {
	text-align: right;
}
.topbar .topbar-right .topbar-menu {
	display: inline-table;
	margin-bottom: 0;
	vertical-align: top;
}
.topbar .topbar-right .topbar-menu li {
	list-style: none;
	float: left;
	color: #ffffff;
	padding: 0 10px;
	font-size: 12px;
}
.topbar .topbar-right .topbar-menu li a {
	color: #ffffff;
}
.topbar .topbar-right .topbar-menu li a:hover {
	color: #46c2ca;
}
.topbar .topbar-right .topbar-sosmed {
	display: inline-table;
	margin-bottom: 0;
}
.topbar .topbar-right .topbar-sosmed li {
	list-style: none;
	float: left;
	font-size: 16px;
	padding: 0 10px;
}
.topbar .topbar-right .topbar-sosmed li a {
	color: #ffffff;
}
.topbar .topbar-right .topbar-sosmed li a:hover {
	color: #46c2ca;
}
.topbar-logo {
	background-color: #ffffff;
	padding: 5px 0;
}
.contact-info {
	float: right;
	margin-top: 15px;
}
.contact-info > div {
	display: inline-table;
	margin-right: 40px;
}
.navbar-toggle .icon-bar {
	background: #041e42;
}
.navbar-toggle {
	float: left;
}
/* 4.2 - NAVBAR */
.rowe {
	background-color: #e7e8ea;
}
.navbar-main {
	background-color: #e7e8ea;
	border-radius: 0;
	margin-bottom: 0;
	border-top:1px solid #cccccc;
	position: relative;
	z-index: 3;
	bottom: -16px;
 -webkit-transition: padding .2s ease-in-out;
 transition: padding .2s ease-in-out;
/*@include translateY(22px);*/ }
.navbar-main > .container {
	position: relative;
}
.navbar-main.stiky {
	background-color: #ffffff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 40px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
 -webkit-animation-duration: .3s;
 animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	bottom: initial;
}
.navbar-main .navbar-brand {
	position: absolute;
	left: 40px;
	top: -105px;
}
.navbar-main .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.navbar-main ol, .navbar-main li {
	margin: 0 0;
	font-size: 14px;
	font-weight: 600;
}
.navbar-main .nav > li > a {
	color: #222222;
}
.navbar-main .nav > li.active > a, .navbar-main .nav > li > a:hover, .navbar-main .nav > li > a:focus {
	color: #46c2ca;
	background-color: transparent;
}
.navbar-main .nav .open > a, .navbar-main .nav .open > a:hover, .navbar-main .nav .open > a:focus {
	background-color: transparent;
	border-color: transparent;
	color: #0f7ba7;
}
.navbar-main .caret {
	margin-left: 10px;
}
.navbar-main .nav.navbar-right > li {
	margin-right: 15px;
}
.navbar-main .fa {
	font-size: 18px;
}
.navbar-main .dropdown-menu {
	background-color: #156f98;
	min-width: 180px;
	color: #ffffff;
	padding: 0;
	border: 0;
	border-radius: 0;
	z-index:99;
}
.navbar-main .dropdown-menu > li {
	text-transform: uppercase;
	border-bottom: 1px solid #14688f;
}
.navbar-main .dropdown-menu > li a {
	padding: 10px 20px;
	color: #ffffff;
}
.navbar-main .dropdown-menu > li a:hover {
	background-color: #eaeceb;
	color: #041e42;
}
/**
 * 5. - HOME
 * -----------------------------------------------------------------------------
 */
/* 5.1 - HERO */
.banner {
	position: relative;
	padding: 0 0;
	margin-top:0px;
}
.banner .overlay-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.0);
	z-index: -1;
}
.banner ol li, .banner ul li {
	margin: 0;
}
.banner .btn-primary:hover, .banner .btn-secondary:hover {
	background-color: #46c2ca;
}
.slides-navigation {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	bottom: 50%;
	width: 100%;
}
.slides-navigation.center {
	margin: 0 auto;
	position: absolute;
	z-index: 3;
	bottom: 25%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateX(-7px);
	-ms-transform: translateX(-7px);
	transform: translateX(-7px);
}
.slides-navigation .container {
	position: relative;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
.slides-navigation.center a {
	position: relative;
	display: inline-table;
	text-align: center;
}
/*.slides-navigation {
  bottom: 20%;
}*/
.slides-navigation a {
	color: #ffffff;
	font-size: 14px;
	margin: 5px;
	background: transparent;
	display: inline-block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	width: 40px;
	height: 40px;
	border: 3px solid #ffffff;
	padding-top: 7px;
	text-align: center;
}
.slides-navigation a:hover {
	color: #46c2ca;
	border-color: #46c2ca;
	text-decoration: none;
}
.slides-navigation a.prev {
	left: -40px;
}
.slides-navigation a.next {
	right: -40px;
}
.slides-navigation.center a.next {
	left: 0;
	right: 0;
}
.slides-navigation.center a.prev {
	left: 0;
}
/* 5.2 - Text Typing */
.wrap-caption {
	margin-top:18%;
	color: #ffffff;
	padding:15px;
	width: 70%;
	background:rgba(0, 0, 0, 0.4);
}
.caption-heading {
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
	text-transform: capitalize;
}
.wrap-caption.center {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.wrap-caption .excerpt {
	margin-bottom: 50px;
	font-size: 16px;
}
.wrap-caption .btn, .wrap-caption .btn-primary, .wrap-caption .btn-secondary {
	margin-right: 15px;
}
/**
 * 6. - SECTION
 * -----------------------------------------------------------------------------
 */
/* 6.1 - About */
.banner-page.about {
	background: url("../images/banner-page.jpg") bottom center no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
}
.director-image {
	position: relative;
	margin-bottom: 60px;
}
.director-image .director-image-title {
	background-color: #46c2ca;
	letter-spacing: -.6px;
	color: #fff;
	text-align: right;
	padding: 10px 30px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.director-image:after {
	position: absolute;
	height: 40px;
	background-color: #46c2ca;
	left: 0;
	bottom: -40px;
	right: 40px;
}
.director-title {
	font-size: 28px;
	font-weight: 400;
	margin-bottom: 0;
}
.director-position {
	font-size: 14px;
	color: #041e42;
	text-transform: uppercase;
	font-weight: 600;
}
.bos-quote {
	padding: 20px;
	background-color: #ffffff;
	border: 4px solid #dcdde1;
}
.bos-quote .bos-photo {
	float: left;
	width: 100px;
}
.bos-quote .bos-photo img {
	display: block;
}
.bos-quote .bos-text {
	margin-left: 120px;
}
.bos-quote:after {
	content: '';
	clear: both;
	display: inline-table;
}
.box-vision {
	border-left: 10px solid #041e42;
	padding: 15px 30px;
	font-size: 20px;
	line-height: normal;
	background-color: #eff3f6;
	color: #041e42;
	margin-bottom: 60px;
	font-weight: 400;
	font-style: italic;
}
dl.hiw {
	width: 100%;
}
dl.hiw dt {
	width: 30px;
	float: left;
}
dl.hiw dt .fa {
	font-size: 24px;
	color: #041e42;
}
dl.hiw dd {
	margin-left: 60px;
	margin-bottom: 40px;
}
dl.hiw dd h4, dl.hiw dd .lead {
	clear: none;
}
.vidimg {
	position: relative;
}
.vidimg .play-vid {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
	background-color: #041e42;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: block;
	border: 2px solid #ffffff;
	padding-top: 13px;
	padding-left: 7px;
	text-align: center;
}
.vidimg .play-vid a {
	color: #ffffff;
}
.vidimg .play-vid:hover {
	background-color: #ed1c24;
}
/* 6.2 - Services */
.banner-page.project {
	background: url("../images/bgoverlay-1.jpg") bottom center no-repeat;
}
.section.project {
	background: url("../images/bgoverlay-1.jpg") bottom center no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
}
.section.project:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #041e42;
	opacity: .9;
}
.portfolio_filter {
	margin: 0;
	padding: 0;
}
.portfolio_filter li {
	float: left;
	list-style: none;
	padding: 0 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.portfolio_filter li a {
	color: #fff;
	font-weight: 700;
}
.portfolio_filter li a.active, .portfolio_filter li a:hover {
	color: #ed1c24;
	text-decoration: none;
}
.portfolio_filter.dark li a {
	color: #666666;
}
.portfolio_filter.dark li a.active, .portfolio_filter.dark li a:hover {
	color: #ed1c24;
	text-decoration: none;
}
/* 6.3 - Pages */
.banner-page.pages {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
}
/* 6.3 - Projects */
.banner-page.project {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
}
/* 6.4 - News */
.banner-page.news {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
}
.single-news .image {
	position: relative;
}
.single-news .image .meta-date {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 70px;
	height: 70px;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	background-color: #ed1c24;
	font-size: 26px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding-top: 13px;
}
.single-news .image .meta-date span {
	font-size: 14px;
	display: block;
}
.single-news .blok-title {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #041e42;
}
/* 6.5 - Contact */
.contact .form-control {
	height: 45px;
	background-color: #f6f6f6;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: none;
}
.contact textarea.form-control {
	height: auto;
}
.contact .btn.disabled, .contact .disabled.btn-primary, .contact .disabled.btn-secondary, .contact .btn[disabled], .contact [disabled].btn-primary, .contact [disabled].btn-secondary, .contact fieldset[disabled] .btn, .contact fieldset[disabled] .btn-primary, .contact fieldset[disabled] .btn-secondary {
	opacity: 1;
}
.maps-wraper {
	position: relative;
}
.maps {
	width: 100%;
	height: 350px;
	display: block;
	background: #ccc;
	position: relative;
}
#google-container {
	position: relative;
	width: 100%;
	height: 500px;
	background-color: #fff;
}
#cd-google-map {
	position: relative;
	overflow: hidden;
}
#cd-google-map .col-md-12 {
	padding: 0;
}
#cd-google-map .address {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px 0;
	background-color: rgba(5, 5, 5, 0.9);
}
#cd-google-map .address .address-item {
	position: relative;
	padding-left: 44px;
}
#cd-google-map .address .address-item i {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 4px;
	color: #fcfcfc;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}
#cd-zoom-in, #cd-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-color: #041e42;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	background-image: url("../images/cd-icon-controller.svg");
}
.no-touch #cd-zoom-in:hover, .no-touch #cd-zoom-out:hover {
	background-color: #ed1c24;
}
#cd-zoom-in {
	background-position: 50% 0;
	margin-top: 10px;
	margin-bottom: 1px;
}
#cd-zoom-out {
	background-position: 50% -32px;
}
/* 6.6 Section - Features */
/* 6.7 Section - CTA */
.section.cta {
	background: url("../images/bgoverlay-2.jpg") bottom center no-repeat;
	/*background-attachment: fixed;*/
	background-size: cover;
	padding: 80px 0;
}
.section.cta .cta-info {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: Raleway, sans-serif;
	color: #ffffff;
}
.section.cta:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .9;
}
/*.cta{
	background-color: $blue_1;
	padding: 80px 0;

	.cta-info{
		width: 60%;
		margin: 0 auto;
		text-align: center;
		font-family: $font_1;
		color: $white;
	}
}*/
/* 6.8 - Price */
/* 6.9 - Partners */
.client-img {
	text-align: center;
	margin-bottom: 40px;
}
.client-img img {
	margin: 0 auto;
}
/* 6.10 - Testimony */
.people, .user-pic {
	display: block;
	max-width: 100%;
}
#owl-testimony .owl-dots {
	display: none !important;
}
 @media (max-width: 768px) {
 #owl-testimony .owl-nav {
 display: none !important;
}
 #owl-testimony .owl-dots {
 display: block !important;
}
}
.testimony {
	padding: 80px 0;
}
 .testimony .owl-controls .owl-nav [class*=owl-] {
 color: #041e42;
 font-size: 14px;
 margin: 5px;
 background: transparent;
 display: inline-block;
 cursor: pointer;
 -webkit-border-radius: 0;
 -moz-border-radius: 0;
 border-radius: 0;
 width: 40px;
 height: 40px;
 border: 3px solid #041e42;
 padding-top: 7px;
}
 .testimony .owl-controls .owl-nav [class*=owl-]:hover {
 background: transparent;
 color: #ed1c24;
 border-color: #ed1c24;
 text-decoration: none;
}
.testimony .owl-nav {
	position: relative;
	z-index: 2;
}
.testimony .owl-nav .owl-prev, .testimony .owl-nav .owl-next {
	position: absolute;
	top: -180px;
}
.testimony .owl-nav .owl-prev {
	left: -70px;
}
.testimony .owl-nav .owl-next {
	right: -70px;
}
/* 6.11 - 404 Page */
.title-404 {
	font-size: 5em;
	color: #041e42;
	margin-bottom: -20px;
}
.subtitle-404 {
	font-size: 2em;
	color: #46c2ca;
}
/* 6.12 - Pages */
.banner-page.pages {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
}
/* 6.12 - Contact */
.banner-page.contact {
	background: url("../images/slide2-2.jpg") bottom center no-repeat;
}
/**
 * 7. - FOOTER
 * -----------------------------------------------------------------------------
 */

.list-info {
	margin: 0;
	padding: 0;
}
.list-info li {
	margin-bottom: 20px;
	list-style: none;
}
.list-info li .info-icon {
	display: inline-block;
	color: #041e42;
	font-size: 16px;
	float: left;
}
.list-info li .info-text {
	margin-left: 30px;
}

/**
 * 8. - RESPONSIVE
 * -----------------------------------------------------------------------------
 */
@media (max-width: 1024px) {
 .slides-navigation a.prev {
 left: -20px;
}
 .slides-navigation a.next {
 right: -20px;
}
 .testimony .owl-nav .owl-prev {
 left: -20px;
}
 .testimony .owl-nav .owl-next {
 right: -20px;
}
}
@media (max-width: 768px) {

.logo img {
    max-width: 235px;
}
	
 .navbar-toggle {
 clear: left;
 float: right;
}
 .topbar {
 height: auto;
}
 .topbar-left {
 text-align: center;
}
 .topbar-right {
 text-align: center !important;
}
 .topbar-menu, .topbar-sosmed {
 margin-left: 0;
 margin-bottom: 0;
}
 .nav > li > a {
 padding: 10px 6px;
}

  /*.navbar-main .dropdown-menu > li a{
  	color: #333333;
  }*/
  .box-icon-1 .icon {
 clear: left;
 display: block;
 width: 100%;
 text-align: center;
}
 .box-icon-1 .body-content {
 text-align: center;
 margin-left: 0;
}
 .container-nav .btn-orange-cta {
 position: absolute;
 right: 10px;
 top: 0;
}
 .wrap-caption {
 width: 100%;
}
 .box-team .box-image, .box-team .body-content {
 width: 100%;
}
 .btn-sidebar.btn, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary, .btn-sidebar.btn-primary, .btn-sidebar.btn-secondary {
 padding: 15px 25px;
}
}
@media (max-width: 767px) {
 .navbar-main {
 bottom: 0;
}
 .navbar-main .navbar-brand {
 top: 7px;
}
 .navbar-main .navbar-brand > img {
 width: 60%;
}
 .navbar-main .dropdown-menu > li a {
 color: #222222;
}
 .nav > li > a {
 padding: 10px 25px;
}
}
@media (max-width: 479px) {
 .contact-info {
 clear: right;
 width: 100%;
 display: none;
}
 .contact-info > div {
 display: block;
 margin-right: 0px;
}

  /*.topbar-logo{
  	.btn-cta{
  	    clear: right;
  		position: relative;
  	 	transform: translateY(78px);
  		z-index: 4;
  	}
  }*/
  .bos-quote .bos-photo {
 clear: left;
 display: block;
 width: auto;
 margin-bottom: 20px;
}
 .bos-quote .bos-text {
 clear: left;
 display: block;
 margin-left: 0;
}
 h2, .banner-page .title-page, .banner-page .title-page {
 font-size: 2em;
}
 .box-partner .item .box-image {
 clear: left;
 width: auto;
}
 .box-partner .item .box-info {
 clear: left;
 width: auto;
 margin-left: 0;
}
 .career-tabs .nav-tabs > li {
 width: 100%;
 clear: left;
}
 .testimonial-1 .media {
 clear: both;
 display: block;
 max-width: 300px;
 margin-bottom: 40px;
 margin-right: 0;
}
 .testimonial-1 .body {
 clear: both;
 display: block;
}
 .cta .cta-info {
 width: 100%;
}
}
/*# sourceMappingURL=style.css.map */
.navbar-brand {
	height:75px !important;
}
.quotes {
	display: none;
	text-align:center;
	padding:5px;
}
.minheight {
	background:#FFF;
	height:110px !important;
	padding:5px;
	line-height:90px;
}
.middle {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}
.frame {
	height: 80px; /*can be anything*/
	width: 178px; /*can be anything*/
	position: relative;
}
.frame> img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 12px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.box1, .box2, .box3, p {
	margin:0 0 0px;
	text-align:justify;
	line-height:24px;
	margin-top:5px;
}
#Heading {
	font-size:22px;
	font-weight:800;
	text-transform:uppercase;
}
#date {
	font-size:14px;
	font-weight:800;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	display:inline-block;
	text-align:center;
	padding:6px 8px;
	margin-top:5px;
}
.pink {
	background:#9e2065
}
.pinkclr {
	color:#9e2065
}
.green {
	background:#8aaf45;
}
.greenclr {
	color:#8aaf45;
}
.blue {
	background:#273074;
}
.blueclr {
	color:#273074;
}
.whtclr {
	color:#FFF;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.6);
}
.header {
	background:#cfcece !important;
}
a.navbar-brand> img {
	padding-top:0px;
}
a.right-navbar-brand> img {
	padding-top:35px;
	outline:none
}
a.right-navbar-brand {
	outline:none
}
.l-r-border {
}
.wrap-caption> p {
	text-align:left;
}
.MenuOverlap {
	width:280px;
	position:relative;
	margin-top:-340px;
	float:right;
	border-top: 2px solid #dbdcdd;
	z-index: 9999;
	
}
.MenuNo-Overlap {
	width:100%;
	position:relative;
	margin-top:-20px;
	float:right;
	border-top:2px solid #FFF;
	border-bottom:2px solid #FFF;
	margin-bottom:20px;
}
/*next vertical menu*/
.facts h4{font-weight: 600;margin: 0px;font-size: 18px;}
ul.menu-navigation {
	font-size:1.2em;
	float:left;
	width:100%;
	padding:0;
	list-style:none;
	background:rgba(239, 226, 143, 1);
}

ul.menu-navigation li a {
	display:block;
	font-size: 14px;
	color:#000;
	font-weight: 500;
	text-decoration:none;
	padding:10px 10px 10px 50px;
	border-bottom:1px solid rgba(204, 204, 204, 0.1);
	transition: all 0.3s ease 0s;
	border-top:1px solid #d6bc3b;

}
ul.menu-navigation li span {
	display:none;
}
ul.menu-navigation li a:hover {
	background-color:#5cbc2b;
	color: #fff;
	padding:10px 10px 10px 25px;
	
}
ul.menu-navigation li a:hover span {
	display:block;
	font-size:0.8em;
	padding:10px 0;
}
ul.menu-navigation li img {
	float: left;
	margin-left:15px;
	margin-right: 8px;
	margin-top:12px;
}
#frm {
	margin:0px 0px 10px 0px;
	z-index:99;
	border:none;
	width:100%;
	height:230px;
	background:rgba(230, 232, 234, 0.84) !important;
	padding-left:10px;
	padding-right:10px;
}
.hd {
	position:relative;
	margin-top:0px;
}
.border {
	border-top:1px solid #CCC
}
.marginTop {
	margin-top:10px;
	padding-top:30px;
}
.cta-info> h3 {
	font-size:18px;
	color:#fff;
	text-align:center;
	line-height:28px;
}
.fnt> .fa-paper-plane-o {
	font-size:80px;
}
.section-heading2 {
	font-size: 16px;
	line-height: 1.2em;
	letter-spacing: -.05em;
	font-weight: 500;
	color: #929497;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	position: relative;
	text-transform:capitalize;
}
.section-heading2:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
}
.footer-item> p {
	text-align:left;
	color:#333;
}
.border-right {
	border-right: 1px dotted #CCC;
	padding-right: 15px;
}
footer {
	background: #1b1b1a url(../images/banner-abstract.png) no-repeat center bottom;
}
@media handheld, only screen and (max-width: 991px) {
footer {
 background: #7da733;
}
}
.footer-top, .footer-bottom {
	background: #000 url(../img/color-strip.jpg) no-repeat top center;
}
.footer-top {
	text-align: center;
	padding: 30px 0;
}
.footer-top h3 {
	padding: 0;
	font-weight: 300;
}
.footer-top h3 a {
	color: #f5f5f5;
}
.footer-center {
	padding-bottom: 0px;
	margin-top: 0px;
}
.footer-center .item-center {
	position: relative;
	padding: 20px 0 0 0;
	text-align: center;
}
.footer-center .item-center:hover i {
	margin-top: -20px;
	cursor: pointer;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center .arrow_footer {
	position: absolute;
	background: url("../img/arrow_footer.png") no-repeat center center;
	opacity: 0.9;
	width: 100%;
	height: 15px;
	left: 0;
	top: -20px;
}
.footer-center .item-center h4 {
	padding-bottom: 0;
}
.footer-center .item-center i {
	font-size: 1.8em;
	line-height: 1.4em;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	transition: 0.5s all ease;
}
.footer-center .item-center p {
	color: #ddd;
	max-width: 88%;
	margin: 0 auto;
}
.footer-center .top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	margin-bottom: 10px;
	padding-bottom: 5px;
}
footer h4, footer h3, footer i {
	color: #fff;
	margin-bottom:10px;
	border-bottom:1px dashed #fff;
}
footer i {
	border-bottom:none !important
}
footer p, footer .twitter {
	color: #ddd;
	font-size: 14px;
	line-height: 23px;
}
.twitter .owl-controls {
	margin-top: 20px;
}
.footer-center .fa-twitter, .footer-top .fa-twitter {
/*font-size: 2.5em;
	float: left;
	margin-right: 20px;
	color: #29c0d4;*/
}
.footer-top .fa-twitter {
	float: none;
}
footer .border-right {
	border-right: 1px solid rgba(255, 255, 255, 0.06);
	padding-right: 25px;
}
footer form {
	padding-bottom: 30px;
}
footer .btn {
	border: 0;
	font-size: 16px;
	border-radius: 0 3px 3px 0;
	font-weight: 300;
}
footer .btn:hover {
	color: #f5f5f5;
}
footer .input-group-addon, footer input {
	background: #f5f5f5;
	border: 0;
}
footer .input-group-addon i {
	color: #131313;
	text-shadow: 1px 1px 1px #ccc;
}
footer .links {
	letter-spacing:normal;
}
footer .links li {
	color: #fff;
	line-height: 22px;
}
footer .links li > a:after {
	content: '';
}
footer .links li a {
	color: #fff;
	padding-left: 7px;
	letter-spacing:normal;
	font-size: 14px;
	text-decoration: none;
}
footer .links li a:hover {
	color: #da1f27;
}
.footer-bottom {
	padding: 15px 0 15px 0;
}
.footer-bottom ul li {
	display: inline-block;
	margin: 0 10px;
}
.rght {
	text-align:left;
}
a.botAnc {
	color:#fff !important;
}
a.botAnc:hover {
	color:#da1f27!important;
}
.footer-bottom ul li a {
	color: #f5f5f5;
	font-size: 15px;
}
.menu-footer {
	padding: 5px 0 0 10px;
}
.logo-footer {
	float: left;
}
.logo-footer h2 {
	color: #f5f5f5;
	line-height: 30px;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 0 10px 0 0;
}
.delay-1 {
animation-delay: .25s;
}
.delay-2 {
animation-delay: .5s;
}
.delay-3 {
animation-delay: .75s;
}
.delay-4 {
	animation-delay: 1s;
}
.SabcoDiv {
	background:rgba(255, 255, 255, 0.82);
	border: 0 none;
	padding: 0px 0px 10px 0px;
	text-align: center;
}
.navbar-fixed-top {
	padding-left: 0px !important;
	padding-right: 0px !important;
	border-bottom: 2px solid #000;
}
#slides {
	height:430px;
}
.iconTxt {
	position:absolute;
	font-size:20px;
	left:28%;
	top:24%;
	font-weight:bold;
}
.iconTxt> .fa-phone {
	font-size:36px;
}
.iconTxt2 {
	position:absolute;
	font-size:20px;
	left:19%;
	top:22%;
	font-weight:bold;
}
.iconTxt2> .fa-envelope {
	font-size:36px;
}
#evnts {
	margin-top:140px;
	position:relative;
	background-image:url(../images/backBg.jpg);
	padding:5px 0px 10px;
}
#evntsInr {
	margin-top:135px;
	position:relative;
	background-image:url(../images/backBg.jpg);/*padding:5px 0px 10px;*/
}
.eventBox {
	background:#FFF;
	margin-left:10px;
	margin-right:10px;
}
.eventBox> .col-md-4 {
	padding-left:5px !important;
	padding-right:5px !important;
}
.bordr {
	border-right:1px solid #F0F0F0;
	border-left:1px solid #F0F0F0
}
.eventHd {
	font-size: 22px;
	letter-spacing: -.05em;
	color: #fff;
	text-transform:uppercase;
	text-align:center;
	margin-top:5px;
	margin-bottom:3px;
	text-shadow: 1px 1px 1px #000;
}
#evnts time {
	background: #F3F3F3 none repeat scroll 0 0;
	float: left;
	margin:10px;
	padding:6px 10px;
	text-align: center;
	font-size:28px;
	line-height:normal;
	font-weight:700;
	color:#015b94;
}
#evnts span {
	color: #022247;
	display: block;
	font-size: 16.288px;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: 10px;
	text-align:center;
}
.eventBox {
	background:rgba(255, 255, 255, 0.9);
	border:1px solid rgba(255, 255, 255, 0.5);
}
.eventBox:hover {
	background:rgba(255, 255, 255, 1) !important;
	border:1px solid rgba(255, 255, 255, 0.5);
}
.eventBox> .bordr {
	border-right:1px solid transparent;
	border-left:1px solid transparent
}
.eventBox time {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin:10px;
	padding:6px 10px;
	text-align: center;
	font-size:28px;
	line-height:normal;
	font-weight:700;
	color:#015b94;
}
.eventBox span {
	color: #000;
	display: block;
	font-size: 16.288px;
	font-weight: 700;
	text-transform: uppercase;
	word-spacing: 10px;
	text-align:center;
}
.hDate {
	float:left;
	width:100%
}
a.Read {
	font-size:12px;
}
a.Read:hover {
	color:#0474bd;
	font-size:12px;
}
.hdTxt h2 {
	font-size:14px;
	letter-spacing:normal;
	text-align:left;
}
a.Linkcomp {
	font-size:14px;
	letter-spacing:normal;
}
.imgServices> img {
	width:100%;
}
.imgServices {
	position:relative;
	background:#EBEBEB;
}
.ovrlap {
	position:absolute;
	background:rgba(0, 0, 0, 0.6);
	padding:5px;
	bottom:30px;
	width:98%;
	font-size:16px;
	color:#fff;
	margin:4px;
}
.img-ani {
	border:2px solid #CCC;
	border-radius: 0%;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.img-ani:hover {
	-webkit-transform: scale(.98);
	transform: scale(.98);
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.tra-style {
	margin:20px 10px;
}
.breadcrumb > .active {
	color: #da1f27 !important;
}
#inner {
	padding-top:160px;
	background:fff
}
#inner p {
	text-align:left;
	margin-bottom:35px;
}
.breadcrumb {
	border-radius: 1px;
	margin-top: 10px;
}
.main-hr {
	height: 1px;
	margin: 15px 0 10px;
	width: 100%;
}
.color1hr {
	background-color: #F96;
	float: left;
	height: 1px;
	width: 25%;
}
.color2hr {
	background-color: #39F;
	float: left;
	height: 1px;
	width: 25%;
}
.color3hr {
	background-color: #FC6;
	float: left;
	height: 1px;
	width: 25%;
}
.color3hr {
	background-color: #6CC;
	float: left;
	height: 1px;
	width: 25%;
}
.color4hr {
	background-color: #F9C;
	float: left;
	height: 1px;
	width: 25%;
}
.iconlist {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
}
.iconlist li {
	position: relative;
	margin-bottom: 10px;
}
.iconlist > li [class^="fa-"], .iconlist > li [class*=" fa-"] {
 position: absolute;
 left: -1.75em;
 width: 1.75em;
 text-align: center;
 top: 5px;
 width: 14px;
}

/*update 3-6-2017 css*/

.hd> h3 {
	color:#0c84b2;
	font-size:30px;
	margin:0px 0px 25px 0px;
	padding:0px;
}
#contct {
}
.Goggle-form {
	background: #fff none repeat scroll 0 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), -3px -3px 5px rgba(0, 0, 0, 0.2);
	padding: 20px;
	position: absolute;
	right: 40px;
	width: 35%;
	z-index: 999;
	margin:16px;
}
@media screen and (max-width: 520px) {
 .sidenav{display: none;}
.header_block_bg h3, .header_block_bg-exhibitor-Profile h3, .header_block_bg-SponsorshipOpportunities h3, .header_block_bg-agenda h3,
.header_block_bg-venueBnr h3, .header_block_bg-aboutLebanon h3
{
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    color: #fff !important;
    /*text-shadow: #000 1px 1px;*/
    font-size: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
    
 }

 .Goggle-form {
 background: #fff none repeat scroll 0 0;
 box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2), -3px -3px 5px rgba(0, 0, 0, 0.2);
 padding: 20px;
 position: absolute;
 right: 40px;
 width: 60% !important;
 z-index: 999;
 margin:16px;
}
}
.box {
	background:#EEE;
	padding:10px 0px;
	margin-bottom:15px;
}
.dat {
	background: #fff none repeat scroll 0 0;
	padding:10px;
	text-align: center;
	font-size:20px;
	line-height:normal;
	font-weight:700;
	color:#015b94;
}
.box> h3 {
	color: #0c84b2;
	font-size: 20px;
	margin: 10px 15px 25px;
	padding: 0;
}
.cntnt> h2, h3 {
	font-size: 18px;
	line-height: 0.3em;
	color: #000;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:15px;
	line-height:30px;
}
.cntnt> h4 {
	font-size: 16px;
	line-height:22px;
	color: #0c84b2;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:15px;
}
address {
	font-style: normal;
	font-size:15px;
	line-height:24px;
}
.contact h3 {
	font-size: 18px;
	margin-top: 10px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-top: 0;
	margin-bottom: 10px;
	display:block;
}
.hdTxt {
	width:100%;
	position:relative;
}
.hdTxtRead {
	position:absolute;
	bottom:0px;
	right:0px;
	top:100%;
}
.eventBox2 {
	background:#FFF;
	margin-left:10px;
	margin-right:10px;
}
.eventBox2> .col-md-4 {
	padding-left:5px !important;
	padding-right:5px !important;
}
/*izafa mam*/


.titles-heading {
	background-color:rgba(0, 0, 0, 0.6);
}
.titles-heading h1 {
	font-size:28px;
	line-height:46px;
	color:#fff;
	margin-left:20px
}
#inner1 {
	padding-top:20px;
	background:#fff
}
#inner1 p {
	text-align:left;
	margin-bottom:25px;
}
.imgBr {
	border:1px solid #b7e2fe;
	background:#FFF;
	padding:3px;
	margin-bottom:10px !important;
}
.gap {
	padding:20px;
}
.gap2 {
	padding:5px;
}
.gap3 {
	padding:15px;
}
.bgAll {
	background:#F3F3F3
}
.imgPd img {
	margin:0px 0px;
}
.m-cont2 h2 {
	font-size:18px;
	color:#666;
	text-align:left !important;
	margin-bottom: 0;
	text-transform: capitalize;
	border-bottom:2px dotted #CCC;
	margin-bottom:10px;
}
a.evlink {
	font-size:15px;
	color:#666;
	text-align:center !important;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-bottom:10px;
}
a.evlink:hover {
	color:#0272bc;
	margin-bottom: 0;
	text-transform: capitalize;
	margin-bottom:10px;
}
a.visit {
	color:#0272bc;
}
a.visit:hover {
	color:#02558c;
}
#list2 {
	width:100%;
	margin-top:10px;
}
#list2 ol {
	font-style:italic;
	font-size:12px;
	color:#0272bc;
	list-style-type:none;
}
#list2 ol li {
	background:#F5F5F5;
	padding:5px 5px 3px 5px;
	margin:5px 0px 5px;
	border:1px solid #a4dbff;
}
#list2 ol li:hover {
	background:#a4dbff;
}
#list2 ol li p {
	padding:0px 0px 0px 8px;
	font-style:normal;
	font-family: 'Open Sans', sans-serif;
	;
	font-size:16px;
	color:#333;
	margin-bottom:10px !important;
}
#list2 ol li p span {
	color:#9e2065;
}
#list2 ol li p strong {
	color:#9e2065;
	font-weight:600;
}
.iconlist {
	padding-left: 0;
	margin-left: 1.75em;
	list-style-type: none;
}
.iconlist li {
	position: relative;
	margin-bottom: 10px;
	background:#F5F5F5;
	padding:5px 5px 3px 5px;
	border:1px solid #a4dbff;
}
.iconlist > li [class^="fa-"], .iconlist > li [class*=" fa-"] {
 position: absolute;
 left: -1.75em;
 width: 1.75em;
 text-align: center;
 top: 13px;
 width: 14px;
}
.border-right-res {
	border-right:2px solid #fff;
}
.media-left {
	min-width: 115px;
}
.media-body {
	vertical-align: middle;
}
a.rght {
	float:right;
	padding:0px 8px
}
.bordrLogo {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC
}
@media screen and ( max-width: 767px ) {
.wrap-caption {
 padding-top: 5%;
 color: #ffffff;
 width: 80% !important;
 text-align: center;
 margin: 35% auto;
 
}
.caption-heading {
 font-size:16px;
 font-family: 'Open Sans', sans-serif;
 text-shadow: 1px 1px 1px #000;
}
.hd > h3 {
 font-size:18px;
 line-height:22px !important;
}
.border-right-res {
border-right:0px solid #fff;
}
#ourTeam {
 height:330px;
 padding:150px 0px 20px 0px;
}
}
 @media screen and ( max-width: 767px ) {
.fadeImg {
 float:none;
 margin-right:0px !important;
 padding: 0px 0px;
}
.theOrg {
    text-align: center !important;
    padding: 0px 0px !important;
}
}
 @media screen and ( max-width: 500px ) {
.fadeImg {
 float:right;
 margin-right:-60px !important;
}
.fadeImg> a.rght img {
 max-height:36px;
}
#ourTeam {
 height:280px;
 padding:120px 0px 20px 0px;
}
h3.section-title {
  font-size: 18px !important;
}
}
@media screen and ( max-width: 365px ) {
.wrap-caption {}
.fadeImg {
 float:right;
 margin-right:-50px;
}
.fadeImg> a.rght img {
 max-height:28px !important;
}
#ourTeam {
 height:210px;
 padding:120px 0px 20px 0px;
}
}
@media screen and ( max-width: 351px ) {
.fadeImg {
 float:right;
 margin-right:-50px;
}
.fadeImg> a.rght img {
 max-height:20px !important;
}
#ourTeam {
 height:210px;
 padding:120px 0px 20px 0px;
}
}
.cleargap {
	height:15px;
}
.grayscale {
	margin-top:15px;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
 -webkit-transition: all .2s ease;  /* Transition for Webkit browsers */
}
.grayscale:hover {
	filter: grayscale(70%);
	-webkit-filter: grayscale(70%);  /* For Webkit browsers */
	filter: gray;  /* For IE 6 - 9 */
}
.shadow {
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}
.minhight {
	max-height:50px;
	margin-bottom:15px;
	overflow:hidden;
-webkit-transition: all .4s ease;
	background:#c8effe;
	padding:0px 8px;
}
.minhight:hover {
	max-height:none;
	margin-bottom:15px;
	overflow:hidden;
}
.redmore {
	max-height:125px;
	margin-bottom:15px;
	overflow:hidden;
-webkit-transition: all .4s ease;
	padding:8px 8px;
}
.redmore:hover {
	max-height:550px;
	margin-bottom:15px;
	overflow:hidden;
	background:rgba(200, 239, 254, 0.77);
}
.redmore2 {
	max-height:125px;
	margin-bottom:15px;
	overflow:hidden;
-webkit-transition: all .4s ease;
	padding:8px 8px;
}
.redmore2:hover {
	max-height:500px;
	margin-bottom:15px;
	overflow:hidden;
	background:rgba(200, 239, 254, 0.77);
}
.redmore3 {
	max-height:125px;
	margin-bottom:15px;
	overflow:hidden;
-webkit-transition: all .4s ease;
	padding:8px 8px;
}
.redmore3:hover {
	max-height:500px;
	margin-bottom:15px;
	overflow:hidden;
	background:rgba(200, 239, 254, 0.77);
}
.redmore4 {
	max-height:125px;
	margin-bottom:15px;
	overflow:hidden;
-webkit-transition: all .4s ease;
	padding:8px 8px;
}
.redmore4:hover {
	max-height:500px;
	margin-bottom:15px;
	overflow:hidden;
	background:rgba(200, 239, 254, 0.77);
}
a.visit> .fa {
	font-size:11px
}
.m-cont3 h2 {
	font-size:15px;
	color:#666;
	text-align:center !important;
	margin-bottom: 0;
	text-transform: capitalize;
	border-bottom:2px dotted #CCC;
	margin-bottom:10px;
}
.hightDiv {
	max-height:250px;
	margin-bottom:15px;
	overflow:hidden;
-webkit-transition: all .2s ease;
	background:#c8effe;
	padding:0px 8px;
}
.hightDiv:hover {
	max-height:none;
	margin-bottom:15px;
	overflow:hidden;
}
/* Variables
================================== */
/* Tables
================================== */
.Rtable {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0.8em 0;
	padding: 0;
}
.Rtable-cell {
	box-sizing: border-box;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	padding:10px;
	text-align:center !important;
	overflow: hidden;
	list-style: none;
	border: solid 1px white;
	font-size:18px;
	background: rgba(112, 128, 144, 0.2);
}

.Rtable-cell p {
	font-size:14px;
	text-align:center !important;
	font-weight:700;
	padding-top:4px !important;
	margin-bottom: 5px !important;
}
.Rtable-cell > h1, .Rtable-cell > h2, .Rtable-cell > h3, .Rtable-cell > h4, .Rtable-cell > h5, .Rtable-cell > h6 {
	margin: 0;
}
/* Table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
	width: 50%;
}
.Rtable--3cols > .Rtable-cell {
	width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
	width: 25%;
}
.Rtable--5cols > .Rtable-cell {
	width: 20%;
}
.Rtable--6cols > .Rtable-cell {
	width: 16.6%;
}
/* Apply styles
================================== */
.Rtable {
	position: relative;
}
.Rtable-cell {
	margin: -3px 0 0 -3px;
	background-color: white;
	border-color: #EEE;
}
/* Cell styles
================================== */
.Rtable-cell--dark {
	background-color: slategrey;
	border-color: #5a6673;
	color: white;
}
.Rtable-cell--dark > h1, .Rtable-cell--dark > h2, .Rtable-cell--dark > h3, .Rtable-cell--dark > h4, .Rtable-cell--dark > h5, .Rtable-cell--dark > h6 {
	color: white;
}
.Rtable-cell--medium {
	background-color: #b8c0c8;
	border-color: #a9b3bc;
}
.Rtable-cell--light {
	background-color: white;
	border-color: #e2e6e9;
}
.Rtable-cell--highlight {
	background-color: lightgreen;
	border-color: #64e764;
}
.Rtable-cell--alert {
	background-color: darkorange;
	border-color: #cc7000;
	color: white;
}
.Rtable-cell--alert > h1, .Rtable-cell--alert > h2, .Rtable-cell--alert > h3, .Rtable-cell--alert > h4, .Rtable-cell--alert > h5, .Rtable-cell--alert > h6 {
	color: white;
}
.Rtable-cell--head {
	background-color: #148dbd;
	border-color: #bae9fc;
	color: white;
}
.Rtable-cell--head > h1, .Rtable-cell--head > h2, .Rtable-cell--head > h3, .Rtable-cell--head > h4, .Rtable-cell--head > h5, .Rtable-cell--head > h6 {
	color: white;
}
.Rtable-cell--foot {
	background-color: #b8c0c8;
	border-color: #a9b3bc;
}
.Rtable-cell> h3 {
	font-size:16px !important;
	font-weight:800;
	background:none !important;
	margin:0px !important;
	padding:0px !important;
	height:auto !important;
	text-align:center;
}
}
/* Responsive
==================================== */
@media all and (max-width: 500px) {
 .hide-div {
display:none !important
}
 .Rtable--collapse {
 display: block;
}
 .Rtable--collapse > .Rtable-cell {
 width: 100% !important;
}
 .Rtable--collapse > .Rtable-cell--foot {
 margin-bottom: 1em;
}
}
.no-flexbox .Rtable {
	display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
	width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
	margin-bottom: 1em;
}
.modal-header > h4 {
	color: #fff;
	font-size: 18px;
}
a.Rmoretbl {
	color: #000;
	padding:5px;
	font-size:14px;
	font-weight:normal;
	margin:1px;
	text-align:center !important;
}
a.Rmoretbl:hover {
	color:#fff;
	background:#148dbd;
}

a.Rmoretbl-cal {
	color: #fff;
	background:#C03;
	padding:5px;
	font-size:14px;
	margin:1px;
	text-align:center !important;
	border:1px solid #EAEAEA;
	padding:5px 10px;
}
a.Rmoretbl-cal:hover {
	color:#fff;
	background:#148dbd;
}


a.Rmoretbl2 {
	color: #000;
	padding:5px;
	font-size:18px;
	font-weight:500;
	margin:1px;
	text-align:center !important;
}
a.Rmoretbl2:hover {
	color:#000
}
.trans {
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.R-gray{background:#fff;position:relative}
.R-blue{background:#e9f7fd;position:relative}

a.Rmoretblimag {
	position:absolute;
	right:0px;top:0px;
	outline:none;
	filter: url(filters.svg#grayscale);
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome & Safari 6+ */
}
a.Rmoretblimag:hover {
	 filter: none;
  -webkit-filter: none;
}



.gallery-title
{
    font-size: 18px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 14px;
    text-align: center;
    color: #fff;
    background:#489ddd;
	outline:none;

}
.filter-button:hover
{
    text-align: center;
    color: #ffffff;
    background-color: #489ddd;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}


.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}

.fancybox img{background:none;border:1px solid #EBEBEB;padding:3px;}

.Date h2{font-size: 13px;margin: 0px;padding: 0px;font-weight: 500;text-align: center;color: #000;}
.Date h2 strong{font-size: 24px; border-bottom: 1px solid rgba(255, 255, 255, 0.1)}
.Date h2 span{display: block;text-transform: none;}
.theOrg{text-align: right;padding: 0px 0px;float:right;}
.thePar{text-align: center;padding: 0px 10px;float:right;border-left:1px solid #b2dd7c;margin-left:10px;}
.thePar span{display:block}
.theOrg span{display:block}
.theOrg i{padding:0px 5px;}

.theOrg H3{font-size: 11px;color: #0C3E62;margin: 0px;padding: 0px;text-align: right;display: inline;}

.banner-link {
	background: #cecece;
	margin-top: 1px;
	min-height: 60px;
	width: 100%;
	display:none;
}

.bannerLinkLi {
	margin: 0;
	padding: 0;
}
.bannerLinkLi li {
	float: left;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 20%;
}
.bannerLinkLi li {
	list-style: outside none none;
}
.banner-btn {
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	font-family: 'Oswald', sans-serif;
	color: #000;
	display: block;
	float: left;
	font-size: 16px;
	height: 60px;
	list-style: outside none none;
	margin: 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
}
.banner-btn:hover {
	background: #99999a;
	text-decoration: none;
	font-size: 14px;
	list-style: none;
	margin: 0px;
	height: 60px;
	width: 100%;
	display: block;
}
.banner-btn i {
	float: left;
	font-size: 30px;
	line-height: 60px;
	padding: 0 10px 0 15px;
}
.banner-btn h3 {
	line-height: 24px;
	margin: 20px 0 0;
	text-align: left;
	font-size:14px;
	font-weight: bold;
	color: #000;
}
.banner-btn p {
	color: #06213f;
	margin: 0;
	font-size:12px;
	text-align: left;
	transition: all 0.4s ease-in-out 0s;
	font-family:Verdana, sans-serif;
}
.banner-btn:hover p {
	color: #fff;
}
.helpline {
font-family: 'Oswald', sans-serif;
font-size:13px;
padding:0px 5px;
color:#fc0;
}

.clr {
    clear: both;
}
.trans {
	transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
}
.Box {background:rgba(255, 255, 255, 1);border: 2px solid rgba(204, 204, 204, 0.82);margin-bottom: 15px;}
.Box> h4{background:#494949;line-height: 24px;
	text-align: left;
	margin: 0px;
	font-size:18px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	text-align: center;
}

.Box:hover {background:rgba(255, 255, 255, 1);border: 2px solid #99999a;}



.Box2 {background:rgba(255, 255, 255, 1);border: 4px solid rgba(204, 204, 204, 0.82);margin-bottom: 15px;}
.Box2> h4{background:#494949;line-height: 24px;
	text-align: left;
	margin: 0px;
	font-size:15px;
	font-weight: bold;
	color: #fff;
	padding: 8px;
	text-align: center;
}

.Box2:hover {background:rgba(255, 255, 255, 1);border: 4px solid rgba(146, 148, 151, 1);}

.Box2.icon2::before {
 content: url("../images/iconImg2.png");
 position: absolute;
 z-index: 1;
}

#aboutusSection{background: url(../images/wastemanagementBg.jpg) bottom center no-repeat;}

#services {
	position: relative;
}
.service_box {
	position: relative;
	background:#FFF;
}

.serv_mid {
	background: #fff url(../images/innerBg.jpg) no-repeat center bottom;
	padding: 40px 0px 90px 0px;
}
.margin_top{margin-top: 30px;}
.yellow{background:#F8A81B;padding: 20px;border-radius: 10px;color: #000;font-weight: 600;font-size: 16px;}
.yellow span{color: #DA1F27;}
.text_center{text-align: center;}

h3.section-title::before {
 content: url("../images/icon-01.svg");
 position: relative;
 top: 7px;
 z-index: 1;
}
h3.section-title {
	font-family: "Open Sans", sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
	color:#99999a;
	font-size: 30px;
	font-weight: 600;
}
h3.section-title span {
	color:#da1f27;
	}

.conttxt {
	font-family: 'Raleway', sans-serif;
	color:#515151;
	padding:0px 30px;
	text-align:justify;
	line-height:22px;
}

@media (max-width: 467px) {
   .conttxt {
	padding:0px 10px;
	}  


}

.conttxt ul{list-style: disc;margin-left: 20px}
.conttxt ul li{padding: 10px 0px 0px;}
.read {
    padding: 20px;
}


a.beSponsor {
	border: 1px solid #da1f27;
	background: #da1f27;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-decoration:none !important;
	font-weight: bold;
	letter-spacing: 1px;
	padding:1px 6px;
	text-align: center !important;
	text-transform: uppercase;
}
a.beSponsor:hover {
	background: #FF6666 none repeat scroll 0 0;
	border: 1px solid #e87378;
	color: #fff;
}



a.down11 {
	border: 2px solid #929497;
	border-radius: 3px;
	color: #929497;
	font-size: 14px;
	text-decoration:none !important;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 10px;
	text-align: center !important;
	text-transform: uppercase;
}
a.down11:hover {
	background: #99999a none repeat scroll 0 0;
	border: 2px solid #99999a;
	color: #fff;
}

a.anchor{color: £000;font-weight: 600;}

.scndrow
{
padding:20px 0px 80px 0px ;
background: url('../images/feature.jpg');
background-size: cover;
/*background-attachment: fixed;*/
background-repeat: repeat-y;

background-position: -100px 0px, 100px 0px, 0px 0px;
 
 /*Transition Parameters*/
 -webkit-transition: all 1s ease-in-out;
 -moz-transition: all 1s ease-in-out;
 -o-transition: all 1s ease-in-out;
 -ms-transition: all 1s ease-in-out;
 transition: all 1s ease-in-out;

}

.scndrow:hover {
 background-position: -200px 0px, 200px 0px, 0px 0px;
}


.scndrow h1, h2
{
color:#FFF;
padding:0px;
font-size:24px;
margin:0px;
text-transform:uppercase;
font-weight:bold;


}

.scndrow h2
{
font-size:18px;
border-bottom: 2px solid #CC3333;
}

.whitetxt{color:#FC0;text-shadow: 1px 1px 1px rgba(0,0,0,0.2);letter-spacing:1px;font-family: 'Futura-Medium-BT', sans-serif;}
.whitetxt p{color:#000;font-size:24px;text-shadow: 1px 1px 1px rgba(0,0,0,0.1);}


/*Feature Menu*/
.main-ul
{
margin:0px;
padding:0px;
}
.main-ul ul {
	padding:0px;
	margin:0px;
}
.main-ul li {
	background:rgba(255, 255, 255, 0.2);
	list-style:none;
	padding:8px 15px;
	margin:5px 0px 0px 0px;
	text-align:left;
	border-top: 1px dashed #99999a;
	border-bottom: 1px dashed #99999a;

}

.main-ul li:nth-child(9) {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}
 

.mainactive {
	background-color:#;
	
}

.main-ul li:hover {
	background-color:#000;
}
.main-ul a {
	font-size:14px;
	color:#fff;
	text-decoration:none;

}

.main-ul li:nth-child(9) a {
	font-size:14px;
	color:#000;
	text-decoration:none;
	
}

.main-ul li span {
	font-size:10px;
	color:#999999;
	margin-left:10px;
	text-decoration:none;
}


.icon::before {
 content: url("../images/iconImg.png");
 margin-left: -18px;
 position: absolute;
 top: 2px;
 z-index: 1;
}

.modal-body{background:#ececec !important;}
.modal-header{background: #d92128 !important}


#tag-line2 {
    
	
	background: url(../images/Bg2.jpg) no-repeat;
	/*background-attachment: fixed;*/
    background-size:cover;
    background-position:center ;
    padding: 9% 0 8.5%;
}

#tag-line2 h2 {
    color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
	text-align:center;
	text-shadow: 2px 1px 2px rgba(0,0,0,.47);
}

#tag-line2 h3 {
    
    color: #fff;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
	text-align:center;
	text-shadow: 2px 1px 2px rgba(0,0,0,.47);
	
}
.counterDiv{background:rgba(219, 31, 41, 0.63);margin:20px;padding:5px 5px 20px 5px;border: 2px solid #fff;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}
.counter-value{color:#fff;font-size:50px;}
.percentage{position:absolute;font-size:30px;top:15px;right:85px;color:#fff;}
.percentage2{position:absolute;font-size:30px;top:15px;right:100px;color:#fff;}
.countarName{font-size: 18px;background: #da1f27;font-weight: 700;padding: 10px;color: #000;border-top: 1px dashed rgba(255, 255, 255, 0.47);
	border-bottom: 1px dashed rgba(255, 255, 255, 0.47);}

@media (max-width: 767px) {
.percentage{position:absolute;font-size:30px;top:15px;right: 80px;}
}

@media (max-width: 340px) {
.percentage{position:absolute;font-size:30px;top:15px;left: 118px;margin-left:10px;}
}

.socialsec{padding: 45px 0px;background: #fbfbfb;}
.exhibitors{padding:30px 0px 60px;}

/*=============== Start mySidenav ==============*/
#mySidenav a {
    position: fixed;
    right: -160px;
    transition: 0.3s;
    width: 200px;
    text-decoration: none;
    color: #fff;
    z-index: 9999;
    padding: 12px;
    padding-left: 14px;
    font-size: 14px;
    text-align: left;
    line-height: 1.5;
}
#mySidenav i{font-size: 18px;padding-right: 12px;color: #fff;}
#mySidenav a:hover i{display: none;}
#mySidenav a:hover {
    right: 0px;
}

.facebook {top: 196px;background: rgba(0, 0, 0, 0.88);border: 1px solid #fff;}
.facebook:hover{background: rgba(74, 96, 150, 1);}

.twitter {top: 242px;background: rgba(0, 0, 0, 0.88);border: 1px solid #fff;}
.twitter:hover{background: rgba(74, 197, 244, 1);}

.linkedin{top: 288px;background: rgba(0, 0, 0, 0.88);border: 1px solid #fff;}
.linkedin:hover{background: rgba(31, 134, 213, 1);}

.youtube{top: 334px;background: rgba(0, 0, 0, 0.88);border: 1px solid #fff;}
.youtube:hover{background: rgba(178, 43, 37, 1);}

/*=============== End mySidenav ==============*/

.news h4{font-size: 24px;color: #fff;margin: 0px;font-weight: 600;position: absolute;top: -30px;}

.organizer {
	position: absolute;
	left: 50%;
	bottom: 68%;
	transform: translate(-50%, -50%);
	text-align: center;
	transition:all 0.3s ease;
	z-index:99;
}

.zoom {
	transition:all 0.3s ease;
	z-index:999999999;
}
.zoom:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
a.submenu{text-transform: capitalize!important;font-size: 12.5px !important;}


/*inner css*/

.header_block{position: relative;padding-top: 0px;}
.m-cntdiv h4{font-weight: 600}
.title1 {
    color: #2d261a;
    font-size: 30px;
    font-weight: 600;
}

.note{color: #5f5f5f;font-size: 12px;}

 .header_block_bg {
    position: relative;
    height:430px;
	margin-top:0px;
	padding:390px 0px 20px 0px;
	border-bottom: 8px solid rgba(204, 204, 204, 0.4);
}

.header_block_bg h3
{
    background: rgba(0, 0, 0, 0.0) none repeat scroll 0 0;
    color: rgba(255, 255, 255, 1);
    /*text-shadow: #000 1px 1px;*/
    font-size: 46px;
    font-weight: bold;
    
 }

 
.why-img{background:url('../images/why.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.exhibitor-Profile{background:url('../images/exhibitor-Profile.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.SponsorshipOpportunities{background:url('../images/SponsorshipOpportunities.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.SponsorshipPackages{background:url('../images/SponsorshipPackages.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.agenda{background:url('../images/agenda.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.venueBnr{background:url('../images/venueBnr.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.aboutLebanon{
background-image: url('../images/aboutLebanon.jpg');
background-position: center center;
background-repeat:  no-repeat;
/*background-attachment: fixed;*/
background-size:  cover;
background-color: #CCCCCC; 
}


.StandBookingForm{background:url('../images/StandBookingForm.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.VisitorProfile{background:url('../images/VisitorProfile.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}
.VisitorRegistrationForm{background:url('../images/VisitorRegistrationForm.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.AboutTheConference{background:url('../images/AboutTheConference.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.WhyAttend{background:url('../images/WhyAttend.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.WhoWillYouMeet{background:url('../images/WhoWillYouMeet.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.Speakers{background:url('../images/Speakers.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.delegateRegistrationForm{background:url('../images/delegateRegistrationForm.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}
.WhySponsor{background:url('../images/WhySponsor.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}
.SponsorshipForm{background:url('../images/SponsorshipForm.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}
.SponsorsSupporters{background:url('../images/SponsorsSupporters.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}
.PressRelease{background:url('../images/PressRelease.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}
.MediaPartners{background:url('../images/MediaPartners.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}
.ContactUs{background:url('../images/ContactUs.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.News{background:url('../images/News.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

.enquiry{background:url('../images/enquiry.jpg') center center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100% auto;
/*background-attachment: fixed;*/
}

*/
#packages ul{
  list-style: none;
}
#packages li{
  /*display: inline-block;*/
  background: #b0d372;
  padding:5px 8px;
  border-left: 1px solid #95b65b;
  border-right: 1px solid #95b65b;
  margin: 5px 0px 5px 0px;
}
#packages li a{

}

#inr-pg{margin-bottom: 60px;}

.m-cnt{padding: 10px 10px 20px 10px;line-height: 24px;}
.m-cnt2{padding: 10px 10px 0px 10px;line-height: 24px;}
.m-cnt2 h5{font-weight: bold;color: #de1f28;
    margin-bottom: 10px;
    font-size: 16px;}
.m-cnt h5{font-weight: bold;color: #de1f28;
    margin-bottom: 10px;
    font-size: 16px;}
.m-cnt> .col-md-4{padding-left: 0px !important; padding-right: 5px !important;}

.m-cnt2{padding: 5px 10px 10px 10px;line-height: 24px;margin-bottom: 10px;}

.m-cnt2> .col-md-4{padding-left: 0px !important; padding-right: 5px !important;}
.m-cnt> .col-md-5, .col-md-6{padding-left: 0px !important; padding-right: 5px !important;}

.m-cnt3{padding: 15px 10px 5px 10px;line-height: 24px;margin-bottom: 10px;}

.partners> img{border: 1px solid #c5c5c5;background: #fff;padding: 3px;margin-bottom: 15px;}

.hedr-txt p{margin-bottom: 10px;}

.iconlist {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none;
}
.iconlist li:before {
    content: url('../images/tslIcon.svg');
	position: absolute;
    left: -17px;
    width: 1.75em;
    top: 0px;
}
.iconlist li {
    position: relative;
    margin-bottom: 10px;
	text-align: left;
	background:rgba(204, 204, 204, 0.1);
	border:none;
	padding: 5px 20px 5px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	/*border-right: 3px solid #5cbc2b;*/
	font-family: 'Raleway', sans-serif;
	
}
.iconlist li:hover {
	color:#fff;
	cursor:pointer;
}
.iconlist li::after {
   /* border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000;
    border-style: solid;
    border-width: 16px;
    content: "";
    height: 20px;
    position: absolute;
    right: -32px;
    top: 1px;
	*/
}

.iconlist li a{text-align:left !important;}
.iconlist > li [class^="fa-"], .iconlist > li [class*=" fa-"] {
    position: absolute;
    left: -1.75em;
    width: 1.75em;
    top: 15px;
    width: 14px;
	border-radius:50%;
	}

.cnt> p{text-align: left !important;}	
.cnt> h4{margin: 10px 0px 10px;}
.cnt> h5{margin: 0px 0px 10px; line-height: normal;}

.countdown{position:absolute;top:0px;z-index:999;width:100%;background:rgba(0, 0, 0, 0.0);}

@media (max-width: 1199px) {
.navbar-brand img {
    padding: 5px;
    max-height: 95px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.theOrg {
    text-align: right;
    padding: 0px 0px !important;
}
}

@media (max-width: 990px) {
.countdown{display:none;}
.organizer {
    
    position: relative !important;
    }


.fadeImg{background: none !important}	
.Date h2 {
    font-size: 10px !important;
    margin: 0px;
    padding: 0px;
    font-weight: 500;
    text-align: center;
    color: #000;
	
}
.Date h2 strong {
    font-size: 16px;
}

.banner-btn h3 {
    line-height: 18px !important;
    margin: 15px 0 0 !important;
    text-align: left;
    font-size: 10px !important;
    font-weight: bold;
    color: #000;
}
.banner-btn p {
    color: #06213f;
    margin: 0;
    font-size: 9px;
    text-align: left;
    transition: all 0.4s ease-in-out 0s;
    font-family: Verdana, sans-serif;
    display: none;
}
.banner-btn i {
    float: left;
    font-size: 30px;
    line-height: 60px;
    padding: 0 5px 0 5px !important;
}

.banner {
    position: relative;
    padding: 0 0;
    margin-top: 0px !important;
}
}

@media (max-width: 555px) {
	.banner-btn i {
    float: none !important;
    font-size: 20px !important;
    line-height: 60px;
    padding: 0 2px 0 2px !important;
}
.banner-btn i img {
   width: 18px !important;
}
.banner-btn h3 {
    line-height: 18px !important;
    margin: 15px 0 0 !important;
    text-align: left;
    font-size: 10px !important;
    font-weight: bold;
    color: #000;
    text-transform: capitalize;
    word-break: break-all;
    display: none;
}

#tag-line2 h2 {
    color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
	text-align:center;
	text-shadow: 2px 1px 2px rgba(0,0,0,.47);
}

#tag-line2 h3 {
    
    color: #fff;
	text-transform: uppercase;
	line-height: normal;
	font-weight: 400;
	font-size: 13px;
	text-align:center;
	text-shadow: 2px 1px 2px rgba(0,0,0,.47);
	
}


}

@media (max-width: 385px) {
	.banner-btn h3 {
   display: none;
}
.banner-btn i img {
   width: 18px !important;
   text-align: center;
}
}
.mb-view{display: none;}
.dsk-view{display: inline-block;}

.evntdate{float:left;width:85%;}
.orgLogo{float:right;}
@media (max-width: 990px) {
.dsk-view{display: none;}
.mb-view{display: inline-block;}
}

@media (max-width: 390px) {
.thePar> a img{width:90% !important;}
.theOrg> a img{width:40% !important;display:none;}
.thePar span {
    display: block!important;
}
}


@media (max-width: 767px) {
	.evntdate{float:left;width:100%;}
	.orgLogo{float:left;width:50%;}
	.fadeImg {
    float: none;
    margin-right:0px !important;
}
}
@media (max-width: 767px) {
.thePar span{display:block;font-size:9px !important;}
.theOrg span{display:block;font-size:9px !important;}
}
@media (max-width: 454px) {
.thePar span{display:none;}
.theOrg span{display:none!important;}
}

.tag5{color: #fff}
.tag5 h4{color: #e0c522;padding: 0px;margin: 0px;font-size: 24px;font-weight: 700;}

.bor-left-right{border-left: 1px solid rgba(224, 196, 36, 0.61);border-right: 1px solid rgba(224, 196, 36, 0.61)}

.GapBottom{height: 50px;}


/* Use a wide full screen for small screens like tablets. */
@media (min-width: 768px) and (max-width:992px) {
    .container {
		width: initial;
        padding-left: 2em;
        padding-right: 2em;        
	}
}

/* --- Plans ---------------------------- */

.my_planHeader {
    text-align: center;
    color: white;
    padding-top:0.2em;
    padding-bottom:0.2em;
}
.my_planTitle {
    font-size:1.5em;
}
.my_planPrice {
    font-size:1.4em;
    font-weight: bold;    
}
.my_planDuration {
    margin-top: -0.6em;
}

@media (max-width: 768px) {
    .my_planTitle {
        font-size:small;
    }    
}

/* --- Features ------------------------- */

.my_feature {
    line-height:2.2em;   
}

@media (max-width: 768px) {
    .my_feature {
        text-align: center
    }
 }

.my_featureRow {
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border: 0.1em solid rgba(204, 204, 204, 0.4);
}    

/* --- Plan 1 --------------------------- */
.my_plan1 {
    background: rgba(204, 204, 204, 0.4);
}

.my_planHeader.my_plan1 a {
    background: rgba(72, 109, 139);
    color:white;
}

.my_planHeader.my_plan1 {
    background: rgba(227, 199, 3);
    border-bottom: thick solid rgba(238, 222, 106);
}

/* --- Plan 2 --------------------------- */
.my_plan2 {
    background: rgba(191, 191, 191, 0.4);
}

.my_planHeader.my_plan2 a {
    background: rgba(108, 131, 62);
    color:white;
}

.my_planHeader.my_plan2 {
    background: rgba(92, 188, 43);
    border-bottom: thick solid rgba(238, 222, 106);
}

/* --- Plan 3 --------------------------- */
.my_plan3 {
    background: rgba(179, 179, 179, 0.4);
}

.my_planHeader.my_plan3 a {
    background: rgba(199, 127, 40);
    color:white;
}

.my_planHeader.my_plan3 {
    background: rgba(222, 1, 36);
    border-bottom: thick solid rgba(238, 222, 106);
}




.my_planFeature {
    text-align: center;
    font-size: 18px;
    line-height: 1.9;
}

.my_planFeature i.my_check {
    color: green;
}


.rowpd> .row{margin-right: -0px !important; margin-left: -0px !important;}

.subHd> h3{text-transform: capitalize;font-weight: 600;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ede08d+0,ede08d+47,ffffff+100&1+0,0+47,0+100 */
background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(204,204,204,0) 47%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(204,204,204,0) 47%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(204,204,204,1) 0%,rgba(204,204,204,0) 47%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
padding: 5px 15px;
}


.subHd2> h3{text-transform: capitalize;font-weight: 600;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ede08d+0,ede08d+47,ffffff+100&1+0,0+47,0+100 */
background: -moz-linear-gradient(left, rgba(204,204,204,1) 0%, rgba(204,204,204,0) 47%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(204,204,204,1) 0%,rgba(204,204,204,0) 47%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(204,204,204,1) 0%,rgba(204,204,204,0) 47%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#fff',GradientType=1 ); /* IE6-9 */
padding: 5px 15px;
display:inline;
margin-bottom:15px;
}


.h3cl{font-size:14px;font-weight: normal;}

.serviceMenu {
	margin:0px;
	
}
.serviceMenu ul {
	padding:0px;
	margin:0px;
}
.serviceMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.serviceMenu li { /*Silver*/
	display: inline;
	padding:10px;
	border:1px solid #828181;
	background:#e9e9e9;
	

}
.serviceMenu li:hover {
	display: inline;
	padding:10px;
	border:1px solid #F5F5F5;
	background:#efe28f !important;
	
}
 .serviceMenu li:nth-child(1) { /*plt*/
 display: inline;
 padding:10px;
 border:1px solid #83755f;
 background:#bba786;
 margin:5px 0px 0px;
}
 .serviceMenu li:nth-child(2n) { /*gold*/
 display: inline;
 padding:10px;
 border:1px solid #96792a;
 background:#e1b640;
 margin:10px;
}

 .serviceMenu li:nth-child(4n) {
 display: inline;
 padding:10px;
 border:1px solid #67411c;
 background:#99622b;
 margin:10px;
}

 .serviceMenu li:nth-child(5n) {
 display: inline;
 padding:10px;
 border:1px solid #3f7822;
 background:#64bf36;
 
}

 .serviceMenu li:nth-child(6n) {
 display: inline;
 padding:10px;
 border:1px solid #a1161c;
 background:#da1f27;
 margin:10px;
}



.serviceMenu li a {
	color:#000;
	font-size:14px;
	text-transform:capitalize;
	font-weight:bold;
	padding:0px 2px;
	outline: none;
	text-decoration: none;
}

.whtBg{background:#fff;}

.blk h2{color: #de1f28;margin-bottom: 10px;font-size: 16px;}

.blk2 h2{color: #000000;margin-bottom: 10px;font-size: 16px;text-transform:none;}




.main-ul2
{
margin:0px;
padding:0px;
}
.main-ul2 ul {
	padding:0px;
	margin:0px;
}
.main-ul2 li {
	list-style:none;
	position: relative;
	padding:8px 0px 8px 30px;
	margin:5px 0px 0px 0px;
	text-align:left;
	border-bottom: 1px solid #ddd;
}

.main-ul2 li:before {
	content: url('../images/check.svg');
	position: absolute;
	left: -3px;
	width: 1.75em;
	top: 13px;  
}
.main-ul2 li strong{color: #000;font-size: 16px;font-weight: normal;}


.main-ul2 li:hover {
	
}
.main-ul2 a {
	font-size:14px;
	color:#888;
	text-decoration:none;

}

.main-ul2 li:nth-child(9) a {
	font-size:14px;
	color:#000;
	text-decoration:none;
	
}

.main-ul2 li span {
	font-size:10px;
	color:#999999;
	margin-left:10px;
	text-decoration:none;
}
.read2 {
    padding: 20px;
    background: #ebeceb;
    margin-bottom: 15px;
}
a.down12 {
	border: 2px solid #929497;
	border-radius: 3px;
	color: #929497;
	font-size: 14px;
	text-decoration:none !important;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 8px 10px;
	text-align: center !important;
	text-transform: uppercase;
}
a.down12:hover {
	background: #7BAD2D none repeat scroll 0 0;
	border: 2px solid #7BAD2D;
	color: #fff;
}
.w3-center {
    text-align: center !important;
}
.w3-left {
    float: left !important;
}
.w3-right {
    float: right !important;
}
.w3-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.w3-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #f2f2f2;
}
.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
    background-color: #f2f2f2;
}
.w3-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.w3-margin-right {
    margin-right: 16px !important;
}
.w3-circle {
    border-radius: 50%;
}
.w3-large {
    font-size: 18px !important;
}

.w3-xlarge {
    font-size: 24px !important;
}
.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    outline: 0;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-text-red, .w3-hover-text-red:hover {
    color: #ccc !important;
}
.press-release .m-cnt ul li p{text-align: left;}
.press-release .m-cnt ul li a{color: red;}
.press-release .m-cnt ul li a:hover{text-decoration: underline;}



.iconlist3 {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none;
}
.iconlist3 li:before {
    content: url('../images/cone.svg');
	position: absolute;
    left: -17px;
    width: 1.75em;
    top: 0px;
}
.iconlist3 li {
    position: relative;
    margin-bottom: 10px;
	text-align: left;
	background:rgba(204, 204, 204, 0.1);
	border:none;
	padding: 5px 20px 5px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	/*border-right: 3px solid #5cbc2b;*/
	
}
.iconlist3 li:hover {
	color:#fff;
	cursor:pointer;
}
.iconlist3 li::after {
   /* border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000;
    border-style: solid;
    border-width: 16px;
    content: "";
    height: 20px;
    position: absolute;
    right: -32px;
    top: 1px;
	*/
}

.iconlist3 li a{text-align:left !important;}
.iconlist3 > li [class^="fa-"], .iconlist3 > li [class*=" fa-"] {
    position: absolute;
    left: -1.75em;
    width: 1.75em;
    top: 15px;
    width: 14px;
	border-radius:50%;
}


/*--------------package table-------------------------*/

table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  margin-bottom: 1em;
}
table th{
line-height:16px;
font-size:14px;
font-weight:600;
text-align:just;
}
table th, table td {
  padding:5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  
  
  /*white-space: pre;*/
}
table td{height:60px !important;}
table thead th,
table tbody td {
  text-align: center;
}
table thead {
  color: white;
  background: #e8e8e7;
  color: #000;
}
table thead th {
  padding: 1em;
}
table[data-comparing="active"] tbody th {
  border-bottom: none;
  font-size: 0.75em;
  color: #000;
  padding-bottom: 0;
}

.m-cnt> 
button {
	border: 1px solid #FF0000;
	border-radius: 3px;
	color: #CC0000;
	font-size: 14px;
	text-decoration:none !important;
	text-shadow:none;
	letter-spacing: 1px;
	padding: 4px 6px;
	text-align: center !important;
	
}
button:hover {
	background: #000000 none repeat scroll 0 0;
	border: 1px solid #99999a;
	color: #fff;
}

a.select{
	border: 1px solid #CC0000;
	background:#e3002d;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	text-decoration:none !important;
	text-shadow:none;
	letter-spacing: 1px;
	padding: 4px 6px;
	text-align: center !important;
	display:block;
	margin:5px 0px;
	line-height:2;
	
}
a.select:hover {
	background: #c50027;
	border: 1px solid #fff;
	color: #fff;
}

a.term{color:#FF0000;font-size:13px;}
a.term:hover{color:#CC0000;}
/*--------------#package table-------------------------*/	


.top-pad {
    padding-top: 20px;
}
.top-pad2 {
    padding-top: 28px;
}
a.pull-left> i {
	font-size:60px;
	color:#999;
	margin-right: 10px;
}
a.pull-left> .fa-envelope-o {
	font-size:40px;
}

.media-heading {
	border-bottom:1px solid rgba(204, 204, 204, 0.8);
	font-size:24px !important;
	text-align:left !important;
}

#navcontainer
{
width: 100%;
position:relative;
padding: 1em 0;
text-align: left;
font-size: 14px;
letter-spacing: 1px;
line-height: 26px;
}


ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;

}

ul#navlist li a
{
display: block;
width: 100%;
margin:0.2em auto;
padding: 0.5em 0 0.5em 0.4em;
color: #777;
text-decoration: none;
border:1px solid #E1E1E1;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #F9F9F9;
color: #333;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #0e3e63;
background: transparent;
border:1px solid #DBDBDB;
}

.m-cnt> .col-md-8{padding-left:0px !important;padding-right:10px !important;}


.venue_sec {}
.venue_sec h1{font-size: 32px;font-weight: 600}
.venue_sec ul{}
.venue_sec ul li{padding: 10px 0px;}
.venue_sec ul li a{}
.venue_sec ul li a:hover{color: #da1f27;}
.venue_sec ul li .fa-mobile{font-size: 24px;margin-right:10px;}
.venue_sec ul li .fa-envelope{font-size: 16px;margin-right:5px;}
.venue_sec ul li .fa-link{font-size: 16px;margin-right:5px;}

.box-right {
    border-right: 1px solid rgba(204, 204, 204, .3);
}
@media (max-width: 467px) {
    .modal-dialog {
    width:100%;
}
.ex_warapper img {
    max-width: 50px !important;
}
.ex_warapper{padding: 5px!important;margin-bottom: 10px!important;}
.ex_warapper p {
    font-size: 12px!important;
    line-height: normal;
    min-height: 68px;
}

}

.ex_warapper{text-align: center;background: #fdfdfd;margin-bottom: 30px;padding: 30px 20px;border: 1px solid #ededed;border-radius: 8px;box-shadow: 0px 5px 30px 0px rgb(38 30 0 / 10%);}
.ex_warapper img{margin: 0px;padding: 10px;background: #f5f5f5;border-radius: 50%;max-width: 100px;}
.ex_warapper p{font-size: 18px;font-weight: 600;color: #d92128;text-align: center;}



@media (max-width: 667px) {
    .header_block_bg {
	    position: relative;
	    height: auto;
	    margin-top: 0px;
	    padding: 90px 0px 20px 0px;
	    }
}

.modal-header .close {
    margin-top: -10px;
}

.close {
    float: right;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity = 20);
    opacity: 1;
}





.iconlist_conf {
    padding-left: 0;
    margin-left: 1.75em;
    list-style-type: none;
}

.iconlist_conf li {
    position: relative;
    margin-bottom: 10px;
	text-align: left;
	list-style: disc;
	background:rgba(204, 204, 204, 0.1);
	border:none;
	padding: 5px 20px 5px;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	/*border-right: 3px solid #5cbc2b;*/
	font-family: 'Raleway', sans-serif;
	
}
.iconlist_conf li:hover {
	color:#de1f28;
	cursor:pointer;
	list-style: disc;
}
.iconlist_conf li::after {
   /* border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000 #000;
    border-style: solid;
    border-width: 16px;
    content: "";
    height: 20px;
    position: absolute;
    right: -32px;
    top: 1px;
	*/
}

.iconlist_conf li a{text-align:left !important;}



.bullets ul{list-style: disc;margin-left: 20px}
.bullets ul li{padding: 10px 0px 0px;}

.ex_sec{padding: 20px;margin-bottom: 30px;border: 1px solid #ededed;border-radius: 8px;box-shadow: 0px 5px 30px 0px rgb(38 30 0 / 10%);}
.ex_sec .col-md-8{padding-right:0px;padding-left:0px;}
.ex_sec .col-md-4{padding-right:0px;padding-left:0px;}

.ex_sec h6{font-size: 16px;font-weight: 600;color: #d92128;text-align: left;margin-bottom: 10px;}
.ex_sec .conttxt {font-family: 'Raleway', sans-serif;color:#515151;padding:0px;margin: 0px;text-align:justify;line-height:22px;}
@media (max-width: 467px) {
   .ex_sec .conttxt {padding:0px 10px;}  
}
