@charset "UTF-8";
/* CSS Document */

* {
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Cormorant Garamond", serif;
	text-rendering: optimizeLegibility;
	color: #000;
	font-size: 14px;
}

h1 {
	font-family: "Libertinus Serif", serif;
	font-size: 40px;
	font-weight: 400;
	color: #000;
	line-height: 30px;
	margin-bottom: 20px;
}

h1.main_title_section {
    font-size: 70px;
    color: #fff;
    font-weight: 500;
    line-height: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

h2 {
	font-family: "Libertinus Serif", serif;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
    text-align: center;
    padding: 12px;
    margin: 20px 0;
}

h2.service_title {
   font-size: 36px;
    max-width: 230px;
    line-height: 32px;
    position: absolute;
    bottom: 8px;
    left: 30px;
    margin: 0;
    padding: 0;
}

h2.service_title::after {
    content: '';
    display: block;
    width: 50px;
    border-bottom: solid 3px #fff;
    margin: 20px 0;
}

h3 {
	font-family: "Libertinus Serif", serif;
	font-size: 16px;
	color: inherit;
	font-weight: 500;
}

h4 {
	font-family: "Libertinus Serif", serif;
	font-size: 18px;
	color: inherit;
	font-weight: 600;
	margin-bottom: 12px;
}

h5 {
	font-family: "Libertinus Serif", serif;
	font-size: 24px;
	color: inherit;
	font-weight: 600;
    margin-bottom: 12px
}

h6 {
	font-family: "Libertinus Serif", serif;
	font-size: 24px;
	font-weight: 400;
    padding: 12px 0;
    margin: 0 0 20px 0;
}

h1 span,
h2 span {
	font-weight: 200;
}

p {
    font-size: 20px;
	line-height: 24px;
	text-align: justify;
    margin-bottom: 20px;
}

strong, b {
    font-weight: 700;
}

a {
}

a:hover {
	
}

ul,
ol {
	padding: 0 0 0 20px;
    margin-bottom: 20px;
}

li {
	font-size: 20px;
	line-height: 24px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    
}

.wpb_wrapper li {
    padding: 0 0 0 10px;
    text-align: justify;
}

.wpb_wrapper li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #DE8100;
    border-radius: 100%;
    display: block;
    position: absolute; 
    top: 6px;
    left: -10px;
}

.textwidget ul, .textwidget li {
    padding-left: 0;
}

.faq-section li, .team-section li {
    padding: 0px;
}

.faq-section li::before, .team-section li::before {
    display: none;
}

input {
	border: solid 2px #f1f1f1;
	border-radius: 4px;
	padding: 8px;
}

textarea {
	border: solid 2px #f1f1f1;
	border-radius: 4px;
	padding: 8px;
	min-height: 100px;
}

select {
	
}

option {
	
}

button,
.button {
	font-family: 'Lato', sans-serif;
	background: #ff4d10;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 16px 30px;
	text-align: center;
	border-radius: 3px;
	max-width: 200px;
	font-weight: 700;
	box-sizing: border-box;
	margin: 8px auto;
	text-decoration: none;
	border: none;
}

section,
div,
nav {
	box-sizing: border-box;
}

table {
	border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

th {
	width: 150px;
    font-weight: 700;
    padding: 8px 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    background: rgba(0,0,0,.025);
}

td {
    padding: 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}

footer {
	padding: 40px 0;
}

input.mk_icon {
	border: none;
}

a img.mk_icon {
	cursor: pointer;
}

.mk_icon {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0 5px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.mk_align_right {
	float: right;
}

.mk_align_left {
	float: left;
}

fieldset {
	border: dotted 1px #e1e1e1;
	padding: 20px;
}

h2.search_title {
    color: #000;
    font-size: 32px;
}

.mk_footer_col ul {
    padding: 0;
}