/*
Theme Name: Livfons Master
Theme URI: https://livfons.com/themes
Author: the Livfons team
Author URI: https://livfons.com
Description: Our default theme for 2024 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: livfons
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




body, p, a, span, div{
    padding: 0;
    margin: 0;
	 font-family: "Open Sans", sans-serif;
	line-height: 1.5;
}
.container {
	width: 1250px;
	margin: 0 auto;
}
input, textarea {
	outline: none;
}
a {
	text-decoration: none;
	color: #000;
}
.grid2col, .grid3col, .grid4col, .grid6col{
	display: grid;
	grid-gap: 30px;
}
.grid2col{
	grid-template-columns: 1fr 1fr;
}
.grid3col{
	grid-template-columns: 1fr 1fr 1fr;
}
.grid4col{
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
.grid6col{
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
h1, h2, h3, h4, h5, h6{
	padding:0;
	margin:0;
}


/*FAQ*/
.faqbox {
	margin-bottom: 40px;
}
.faqqbox h4 {
	padding: 10px 0;
}


/*contactPage*/
.gmap iframe {
	vertical-align: bottom;
	display: block;
	max-width: 100%;
}

/*Innerpage Pagetitle*/
.pagetitlein {
	height: 300px;
	position: relative;
}
.pagetitlebox {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	width: 100%;
}
.pagetitle {
	background-color: #eaeaea;
}
.main {
	padding: 80px 0;
}


/*Services Page*/

.serviceimage {
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
}
.serviceboxin {
	box-shadow: 0px 0px 10px 0px #0000001a;
}
.servtite h3 {
	margin-bottom: 10px;
}
.servicecontent {
	padding: 0 20px 30px;
}

/*Header Style1*/
.hstylegrid {
	display: grid;
	grid-template-columns: 200px 1fr;
	align-items: center;
}
.logo img {
	height: auto;
}
.logo {
	padding: 10px 0;
}
.logobox {
	display: inline-block;
	position: relative;
}
.logobox a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*Footer Style1*/
.footer .grid4col .footergitem:first-child {
	width: 400px;
	padding-right: 100px;
	box-sizing: border-box;
}
.footer h3 {
	margin-bottom: 25px;
	border-bottom: 1px solid #aaa6;
	padding-bottom: 9px;
}
.footerlogo .logobox img {
	width: 100px;
}
.footer {
	background: #f0f0f3;
	padding: 80px 0;
}
.footer * {
	color: #000;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*Menu*/
.menubox li {
	display: inline-block;
}
.menuboxin {
	text-align: right;
}
.menuboxin a {
	padding: 20px;
}


/* Hero Slider*/
.slideritem {
	height: 700px;
	position: relative;
}
.heroslider .owl-nav .owl-prev {
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px !important;
	color: #fff !important;
}
.heroslider .owl-nav .owl-next {
	position: absolute;
	right: 50px;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 50px !important;
	color: #fff !important;
}
.heroslider .owl-dot span {
	background: white;
	border-radius: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 4px;
}
.heroslider .owl-dots {
	position: absolute;
	bottom: 20px;
	display: block;
	text-align: center;
	width: 100%;
}
.slider_item_image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: right;
}