html {
	direction: ltr;
}

body {
	color: #000;
	font-family: "Lato", Arial, sans-serif;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
}

body a {
	outline: none !important;
}


/* Body */
@media (max-width: 991px) {
	body > .body {
		overflow-x: hidden;
		overflow-y: auto;
	}
}
/* Responsive */
@media (max-width: 479px) {
	body {
		font-size: 13px;
	}
}

/* Responsive image scaling */
img {
	max-width: 100%;
	height: auto;
}


/* */
/* Text styles */
/* */

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", Arial, sans-serif;
	font-weight: 200;
	margin: 0;
}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}


/* Paragraphs */
p {
}

ul {
    padding-inline-start: 15px;
}


/* Links */
a {
	color: #2d3887;
}

a:hover {
	color: #2f3b8e;
}

a:active, a:focus {
	color: #2b3580;
}

dl dd {
	margin-bottom: 15px;
}


/* Header */
.top-header {
	background-color: #c8e1fa;
	min-height: 30px;
}

.top-header p {
	margin-bottom: 0px;
}

.top-header .bonsait-template-content {
	min-height: 2px;
}


.navbar {
	background-color: #c8e1fa;
	min-height: 50px;
}

.navbar ul#mainnav li {
	line-height: 36px;
}

@media (max-width: 991px) {
	.navbar {
		display: none;
	}
}

#header {
	position: relative;
	z-index: 100;
	-webkit-transition: min-height 0.3s ease;
	-moz-transition: min-height 0.3s ease;
	transition: min-height 0.3s ease;
}

#header .logo-container {
	display: block;
}

#header.logo-align-center .logo-container {
	display: block;
	margin-bottom: 20px;
	margin-top: 15px;
}

#header.logo-align-center .logo-container .header-logo {
	margin: 0 auto;
	text-align: center;
}


#header.logo-align-right .logo-container {
	display: block;
	
}

/* for text logo */
#header .logo-container a {
	color: inherit;
}

#header .logo-container a:hover {
	text-decoration: none;
}

#header .logo-container > img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#header .nav-container {
	display: block;
}

#header.menu-align-center .nav-container {
	display: block;
}


#header.menu-align-right .nav-container {
	display: block;
}


#header.menu-align-center .additional-container {
	display: block;
	width: 100%;
	text-align: center;
}

@media (max-width: 480px) {
	#header .additional-container {
		margin-top: 20px;
	}
}

.header-search {
}

@media (max-width: 991px) {
	.header-search {
		max-width: 160px;
	}
	#header.menu-align-center .header-search {
		max-width: 360px;
	}
}

.header-langs {
	min-height: 38px;
	line-height: 36px;
}

#header.menu-align-center .header-side-container {
	min-width: 250px;
	padding: 0 0 0 0;
}
#header.menu-align-center .header-side-container.nav-container {
	min-width: auto;
	max-width: 50%;
}

#header.menu-align-center .header-side-container-right {
	text-align: right;
}

#header.menu-align-center .bonsait-menu-content {
	display: inline-block;
}

@media (max-width: 1024px) {
	#header.menu-align-center .header-side-container {
		min-width: 20%;
		max-width: 20%;
	}
}

@media (max-width: 600px) {
	#header.menu-align-center .header-side-container {
		min-width: 60px;
		max-width: 60px;
	}

	.header-side-container-left, .header-langs {
		display: none;
	}
}

/* Sticky Menu */
#header.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

html.sticky-header-active #header {
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: #FFF;
	z-index: 100;
	filter: none;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}


/* Page Header */
.page-header {
	padding: 20px 0;
	margin: 0;
	color: #fff;
	background-color: #2d3887;
}

.page-header h2 {
	margin-bottom: 0;
	font-size: 2.8em;
	font-weight: 500;
}

.page-header .breadcrumb {
	background: none;
	margin: 0;
	padding: 0;
}

.page-header .breadcrumb > li {
	text-shadow: none;
}

.page-header .breadcrumb > li a {
	color: #fff;
}

.breadcrumb > li + li::before {
    color: #fff;
}

.breadcrumb > .active {
    color: #ccc;
}

@media (max-width: 991px) {
	.page-header .breadcrumb {
		float: none !important;
		position: static !important;
	}
}

@media (max-width: 479px) {
	.page-header {
		padding: 16px 0;
	}

	.page-header h1 {
		line-height: 37px;
	}
}


/* Footer */
.footer-container {
	display: block;
}

.bottom-footer {
	background-color: #000000;
	min-height: 40px;
	line-height: 40px;
}

.bottom-footer p {
	color: #ffffff;
	margin-bottom: 0px;
}

.bottom-footer .bonsait-template-content {
	min-height: 2px;
}



/* subpages content area */
.container .container {
    padding-left: 0;
    padding-right: 0;
}

.main-content {
	margin-top: 30px;
}

/* global text styles */
.date .month {
	background-color: #2d3887;
	min-width: 60px;
	display: block;
	border-radius: 0 0 0px 0px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
	color: #FFF;
	font-size: 0.9em;
	padding: 0 10px 2px;
}

.date .day {
	color: #2d3887;
	min-width: 60px;
	background: #F7F7F7;
	display: block;
	font-size: 18px;
	font-weight: 500;
	font-weight: bold;
	padding: 8px;
}

.date {
	float: left;
	margin-right: 10px;
	margin-top: 8px;
	text-align: center;
}


.testimonial {
	margin-bottom: 20px;
}

blockquote {
	border-radius: 10px;
	border: 0;
	font-style: italic;
	margin: 0;
	padding: 10px 50px;
	position: relative;
}

blockquote:before {
	left: 10px;
	top: 0;
	content: "“";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
}

blockquote:after {
	content: "”";
	font-size: 80px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	bottom: -0.5em;
	right: 10px;
}

blockquote p {
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.3;
}




/* Scroll to Top */
html .scroll-to-top {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	display: block;
	position: fixed;
	bottom: 0;
	right: 25px;
	z-index: 1040;
	padding: 15px 15px 17px;
	background: #2d3887;
	color: #FFF;
	opacity: 0;
	text-align: center;
	text-decoration: none;
}

html .scroll-to-top.visible {
	filter: alpha(opacity=75);
	opacity: 0.75;
	padding: 15px 15px 25px;
}

html .scroll-to-top:hover, html .scroll-to-top:focus {
	filter: alpha(opacity=100);
	opacity: 1;
    background: #37332d;
    color: white;
    padding: 15px 15px 30px;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

html.ie11 .scroll-to-top {
	right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		display: none !important;
	}
}

@media only screen and (max-width:767px) {
    html .scroll-to-top {
        font-size:.9em;
        right: 10px;
        padding: 13px 13px 5px;;
    }
    html .scroll-to-top.visible {
        padding: 13px 13px 13px;
    }
}


/* Clearfix */
.clearfix {
	display: inline-block;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}



/* Corners border-radius */
.img-rounded,
.img-thumbnail,
.img-thumbnail img,
code,
pre,
.form-control,
.btn,
.btn-group-lg > .btn,
.btn-group-sm > .btn,
.btn-group-xs > .btn,
.dropdown-menu,
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-addon,
.input-group-addon.input-sm,
.input-group-addon.input-lg,
.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a,
.nav-pills > li > a,
.nav-tabs-justified > li > a,
.navbar,
.navbar-toggle,
.navbar-toggle .icon-bar,
.breadcrumb,
.label,
.badge,
.container .jumbotron,
.container-fluid .jumbotron,
.thumbnail,
.alert,
.progress,
.panel,
.panel-group .panel,
.well,
.well-lg,
.well-sm,
.modal-content,
.tooltip-inner,
.popover,
.popover-title,
.carousel-indicators li,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-radius: 0px;
}


@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a,
	.nav-tabs-justified > li > a,
	.navbar {
		border-radius: 0px;
	}
}

.screen-reader-text:not(:focus):not(:active) {
  border:0;
  clip-path: inset(100%);
  height: 1px;
  margin:-1px;
  padding:0;
  position: absolute;
  white-space:nowrap;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow:hidden;
}

/* For Bonsait admin */ 
.slider-container .bonsait-content-header-menu {
	position: absolute;	
	left: 0;
	top: 0px;
	z-index: 5000;
}
