<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: objektiv-mk1, sans-serif;
	overflow-x: hidden; }


h1, h2, h3 {
	font-family: objektiv-mk1, sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 30px;
	line-height: 34px;
	font-weight: 700;
	font-style: normal;
}

.pad-top{
	padding-top: 15px !important;
}

p, span, a {
	font-family: objektiv-mk1, sans-serif;
	font-weight: 300;
	font-style: normal;
}

.white {
	color: #ffffff;
}

.yellow {
	color: #f3c300;
}

.grey {
	color: #101820;
}

.black{
	color: #000;
}

.orange{
	color: #ed6242;
}

.grey-large {
	color: #101820;
	font-size: 38px;
	line-height: 43px;
}

.pink {
	color: #a42250;
}

.light-blue {
	color: #004580;
}

.dark-blue {
	color: #004580;
}

.bold {
	font-weight: bold;
}

.obj-black{
	background-color: #000;
}

.orange{
	color: #ff5733; 
}

.header {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
}

.header-left {
	text-align: left;
}

.header-right {
	text-align: right;
}

.phonesm {
	font-size: 20px;
}

.phonelg {
	font-size: 40px;
}

.top-strip {
	background-color: #004580;
	margin-bottom: 20px;
}

.top-link, .top-link:visited {
	color: #101820;
}

.top-link:hover {
	color: #101820;
	text-decoration: underline;
}

.logo-container a img {
	width: 80%;
	max-width: 160px;
}
@media screen and (max-width: 1200px) {

	.logo-container a img {
		width: 80%;
		max-width: 160px;

	}
}

.main-content {
	padding-left: 40px;
	padding-right: 40px;
}

div.form-box {
	background-color: #101820;
	border-radius: 12px;
	padding: 20px;
}

input.form-check-input {
    margin-left: 0px;
    position: relative;
    margin-right: 10px;
}

img.testimonial {
	width: 100%;
}

.footer-strip {
	height: 100px;
	background-image: linear-gradient(#a8a8a8, #000000);
}

/* Custom Bootstrap Button */

.btn-edu { 
  color: #ffffff; 
  background-color: #cd4e9B; 
  border-color: #cd4e9B; 
} 
 
.btn-edu:hover, 
.btn-edu:focus, 
.btn-edu:active, 
.btn-edu.active, 
.open .dropdown-toggle.btn-edu { 
  color: #ffffff; 
  background-color: #ad307c; 
  border-color: #cd4e9B; 
} 
 
.btn-edu:active, 
.btn-edu.active, 
.open .dropdown-toggle.btn-edu { 
  background-image: none; 
} 
 
.btn-edu.disabled, 
.btn-edu[disabled], 
fieldset[disabled] .btn-edu, 
.btn-edu.disabled:hover, 
.btn-edu[disabled]:hover, 
fieldset[disabled] .btn-edu:hover, 
.btn-edu.disabled:focus, 
.btn-edu[disabled]:focus, 
fieldset[disabled] .btn-edu:focus, 
.btn-edu.disabled:active, 
.btn-edu[disabled]:active, 
fieldset[disabled] .btn-edu:active, 
.btn-edu.disabled.active, 
.btn-edu[disabled].active, 
fieldset[disabled] .btn-edu.active { 
  background-color: #cd4e9B; 
  border-color: #cd4e9B; 
} 
 
.btn-edu .badge { 
  color: #cd4e9B; 
  background-color: #ffffff; 
}

/* End Custom Bootstrap Button */

/* Custom responsive styles */

@media only screen and (max-width: 991px) {
  .header-left, .header-right {
		text-align: center;
	}
	.header-left {
		margin-bottom: 20px;
	}
	.phonelg {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		margin-top: 40px;
	}
}

h4 {
	font-size: 19px;
	line-height: 22px;
}

div.service-box {
	margin-top: 20px;
	border-radius: 15px;
	padding: 20px;
	background-color: #b2b2b2;
}

p.service-box {
	font-size: 14px;
	line-height: 17px;
}

.btn-ebe { 
  color: #fff; 
  background-color: #ff5733;
  border-color: #ff5733;
  font-family: objektiv-mk1, sans-serif;
  border: 5px solid #ff5733;
  border-radius: 20px;
}

.btn-ebe span{
	color: #04580;
}
 
.btn-ebe:hover, 
.btn-ebe:focus, 
.btn-ebe:active, 
.btn-ebe.active, 
.open .dropdown-toggle.btn-ebe { 
  color: #fff; 
  background-color: #ff5733;
  border-color: #ff5733;
  border: 5px solid #ff5733;
  border-radius: 20px;
} 
 
.btn-ebe:active, 
.btn-ebe.active, 
.open .dropdown-toggle.btn-ebe { 
  background-image: none; 
} 
 
.btn-ebe.disabled, 
.btn-ebe[disabled], 
fieldset[disabled] .btn-ebe, 
.btn-ebe.disabled:hover, 
.btn-ebe[disabled]:hover, 
fieldset[disabled] .btn-ebe:hover, 
.btn-ebe.disabled:focus, 
.btn-ebe[disabled]:focus, 
fieldset[disabled] .btn-ebe:focus, 
.btn-ebe.disabled:active, 
.btn-ebe[disabled]:active, 
fieldset[disabled] .btn-ebe:active, 
.btn-ebe.disabled.active, 
.btn-ebe[disabled].active, 
fieldset[disabled] .btn-ebe.active { 
  background-color: #72A951; 
  border-color: #72A951; 
} 
 
.btn-ebe .badge { 
  color: #72A951; 
  background-color: #FFFFFF; 
}

table {
	border: none !important;
	border-collapse: collapse !important;
	padding: 0;
	margin: 0;
}

td {
	border: 0 !important
	border-top-color: unset !important;
	border-bottom-color: unset !important;
	border-left-color: unset !important;
	border-right-color: unset !important;
	padding: 0;
	margin: 0;
}

.top-strip-table, .top-strip-table-td {
	height: 15px;
}

.g-recaptcha {
    -webkit-transform:scale(0.77);
    -ms-transform:scale(0.77);
    transform:scale(0.77);
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
}

@media screen and (max-width: 1200px) {
	.form-box .btn {
		white-space: pre-wrap !important;
	}
}</pre></body></html>