@import url(../fonts/marat-sans/style.css);
html,
body {
	background-color: #ffffff;
	color: #444444;
	font-family: "Marat Sans Regular", sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: relative
}

body {
	padding-top: 80px
}

p {
	font-size: 18px;
	letter-spacing: 0.60px
}

h1 {
	font-size: 26px;
	font-weight: 700
}

.button {
	display: inline-block;
	font-family: 'Marat Sans Light';
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 37px;
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
	transition: background-color 500ms ease-in-out
}

.button.medium {
	font-size: 18px;
	line-height: 52px;
	padding-left: 40px;
	padding-right: 40px
}

.button.small {
	padding-left: 15px;
	padding-right: 15px
}

.button.fill.accent {
	background-color: #009abb;
	border-color: #009abb;
	border-style: solid;
	border-width: 1px;
	color: #fff
}

.button.fill.accent:hover {
	background-color: #0486a2;
	color: #fff
}

.button.fill.white {
	background-color: #fff;
	color: #444444
}

.button.outline {
	border-style: solid;
	border-width: 1px;
	color: #ffffff
}

.button.outline.accent {
	border-color: #009abb;
	color: #009abb
}

.button.outline.accent:hover {
	background-color: #0486a2;
	border-color: #0486a2;
	color: #fff
}

.button.outline.white {
	border-color: #fff;
	color: #fff
}

.button.outline.white:hover {
	border-color: #0486a2;
	color: #0486a2
}

.button.round {
	border-radius: 4px
}

.button.circle {
	border-radius: 30px
}

.button:hover {
	text-decoration: none
}

.button:focus {
	outline: none
}

.divider {
	height: 4px;
	width: 100%;
	background-color: #000;
	margin-bottom: 30px;
	margin-top: 30px
}

.divider.small {
	width: 90px
}

.divider.accent {
	background-color: #009abb
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type="number"] {
	-moz-appearance: textfield
}

textarea.form-control {
    height: 105px;
}

.navbar {
	background-color: #FFFFFF;
	border: none;
	border-bottom: 1px solid #009abb;
	min-height: 80px
}

.navbar .navbar-brand {
	margin-right: auto
}

.navbar .navbar-brand h1 {
	color: #333;
	margin: 0
}

.navbar .navbar-brand img {
	max-width: 130px
}

.navbar .navbar-toggler {
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	color: #009abb;
}

.navbar .navbar-toggler .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 53, 72, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
	
}

.navbar .navbar-toggler.collapsed .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(255, 53, 72, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>")
}

.navbar .navbar-toggler:focus {
	outline: none
}

.navbar .navbar-button {
	margin-right: 0px;
	margin-left: 0px;
}

@media (min-width: 992px) {
	.navbar .navbar-button {
		order: 4;
		margin-left: 15px;
		margin-right: 0
	}
}

.navbar .nav .nav-item {
	padding-left: 15px;
	padding-right: 15px
}

@media (max-width: 1199px) {
	.navbar .nav .nav-item {
		padding-left: 8px;
		padding-right: 8px
	}
}

.navbar .nav .nav-item .nav-link {
	color: #707070;
	display: block;
	font-family: 'Marat Sans Light';
	font-size: 14px;
	font-weight: normal;
	padding-left: 0;
	padding-right: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: normal
}

.navbar .nav .nav-item .nav-link:active,
.navbar .nav .nav-item .nav-link.active,
.navbar .nav .nav-item .nav-link:hover {
	color: #000
}

@media (max-width: 1199px) {
    .button.fill.accent {
        font-size: 13px;
        padding: 0 4px;
        line-height: 26px;
    }
    .navbar .navbar-brand img {
        max-width: 82px;
    }
    .navbar .nav .nav-item {
        padding-left: 4px;
        padding-right: 4px;
    }
	.navbar .nav .nav-item .nav-link {
		font-size: 11px
	}
}

.navbar .nav .nav-item .dropdown-menu {
	padding-bottom: 0;
	padding-top: 0;
	border-top: 3px solid #009abb
}

.navbar .nav .nav-item .dropdown-menu .dropdown-item {
	color: #707070;
	font-family: 'Marat Sans Light';
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: normal
}

.navbar .nav .nav-item .dropdown-menu .dropdown-item:hover {
	background-color: #0486a2;
	color: #fff
}

@media (min-width: 992px) {
	.navbar .nav .nav-item .dropdown-menu.mega {
		min-width: 500px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%
	}
}
@media (max-width: 767px) {
	.navbar .nav .nav-item .nav-link,
	.navbar .nav .nav-item .dropdown-menu .dropdown-item{
		font-size: 18px
	}
}
.section {
	padding: 50px 0
}

.section .section-title {
	margin-bottom: 25px;
	color: #009abb;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	font-weight: 400;
	font-size: 28px;
	letter-spacing: 1px;
	text-transform: capitalize
}

.section .section-title:after {
	background-color: #009abb;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 90px;
	right: 0;
	margin: 0 auto;
	height: 4px
}

.card {
	margin: 20px 0
}

.card .card-image {
	padding: 5px
}

.card .card-image img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	height: auto
}

.card .card-body {
	padding: 5px
}

.card .card-body .card-title {
	color: #009abb;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 5px
}

.card .card-body .card-title a {
	color: #009abb
}

.page-header img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%
}

.page-content {
    font-family: Tahoma;
	padding: 50px 0
}

.page-content h1 {
	color: #009abb;
	letter-spacing: 1px;
	margin: 0 0 20px
}

.page-content h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 20px
}

.page-content h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px
}

.page-content img {
	margin: 0 0 20px;
	display: block;
	max-width: 100%;
	height: auto
}

.page-content ol {
	margin: 0 0 20px
}

.page-content ul {
	margin: 0 0 20px
}

.page-content p {
	margin: 0 0 20px;
	text-align: justify;
}

@media (min-width: 1200px) {
	.sidebar {
		padding-left: 50px
	}
}
.sidebar .widget .media>img {
    height: 50px;
    display: block;
    margin-bottom: 0;
    width: auto;
    max-width: 75px;
    object-fit: cover;
    object-position: right center;
}
.widget {
	margin-bottom: 25px
}

.widget .widget-title {
	font-size: 24px;
	margin-bottom: 20px
}

.widget ul {
	margin: 0;
	padding: 0
}

.widget ul li {
	list-style: none
}

.widget .button {
	text-align: center;
	width: 100%;
	max-width: 500px;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 15px 15px;
	height: auto;
	line-height: 100%
}

.widget .media {
	align-items: center;
	margin-bottom: 15px
}

.widget .media>img {
	max-width: 80px;
	height: auto;
	display: block;
	margin-bottom: 0
}

.widget .media .media-body {
	padding-left: 15px;
	line-height: 1.1
}

.widget .media .media-body a {
	color: #009abb
}

.pre-footer {
	background-color: #fdfcfc
}

.pre-footer ul li {
	border-bottom: 1px solid #ccc
}

.pre-footer ul li:last-child {
	border: none
}

.pre-footer ul li a {
	color: #009abb;
	display: block;
	font-size: 15px;
	padding: 5px 0;
	text-transform: capitalize;
}
@media (min-width: 992px){
.pre-footer .widget .widget-title {
    min-height: 60px;
}
}

.call-to-action {
	background-color: #000000;
	padding: 20px 0
}

.call-to-action .row {
	margin: 0
}

.call-to-action p {
	color: #fff;
	font-size: 22px
}

.call-to-action .button.fill.accent {
	border: 2px solid #0486a2;
	background-color: #0486a2;
	margin: 0
}

.sticky-cta {
    position: fixed;
    right: -64px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    z-index: 102410241024;
}

.site-footer {
	background-color: #009abb;
	padding: 50px 0
}

.site-footer .widget img {
	max-width: 200px;
	display: block;
	height: auto;
	margin-bottom: 15px
}

.site-footer .widget p {
	color: #fff
}

.site-footer .widget .widget-title {
	color: #fff;
	font-size: 20px
}

.site-footer .widget ul {
	margin: 0;
	padding: 0 0 0 15px;
}

.site-footer .widget ul li {
	list-style: disc;
	list-style-position: outside;
	color: #fff;
	padding: 8px 0
}

.site-footer .widget ul li a {
	color: #ffffff;
	text-transform: capitalize;
}

.site-footer .widget ul li a:hover {
	color: #f2f2f2
}

.site-copyrights {
	background-color: #333333;
	padding: 10px 0
}

.site-copyrights p {
	margin: 0;
	text-align: center;
	color: #EEEEEE;
	font-size: 14px
}
.page-content {
    
}