/* CSS Document */

body {
	font-family: 'Lato', sans-serif;
}
.navbar-custome {
    padding: 0px !important;
	background: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar-custome> div> .navbar-collapse> .navbar-nav> .nav-item> .nav-link {
    padding: 25px 15px;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.nav-up {
    top: -80px;
}
.overlay.skew-part {
    -webkit-transform: skew(-25deg, 0deg);
    -moz-transform: skew(-25deg, 0deg);
    -ms-transform: skew(-25deg, 0deg);
    -o-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
}
.overlay {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: -50%;
    background: rgba(255, 255, 255, 0.50);
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -moz-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -ms-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    -o-transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all .5s cubic-bezier(0.7, 0, 0.3, 1);
}
.bol-art {
	padding: 10px;
	text-align: center;
	position: relative;
}
.title {
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px;
}
.title> h4 {
	color: #949494;
	font-family: 'Comfortaa', cursive;
	font-size: 1rem;
}
.title> h1 {
	font-family: 'Righteous', cursive;
	font-size: 2rem;
}
.title> h4:after {
    background: #a1a1a1;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto;
    width: 100px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.why-us {
	margin-top: 50px;
	margin-bottom: 50px;
}
.bol-art> p {
	color: #6d6d6d;
}
.bol-art> h1 {
	font-size: 17px;
	margin-top: 20px;
	font-family: 'Comfortaa', cursive;
}
.bol-art> img {
	max-height: 50px;
}
/*.color-y {
	color: #fdbf5e;
}*/
.bol-art> h1:after {
    background: #fdbf5e;
    content: "";
    display: block;
    height: 2px;
    margin: 10px auto;
    width: 50px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
/*.bol-art:hover> h1:after {
    background: #007bff;
    width: 100px;
	-webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}*/
/*.bol-art:before, .bol-art:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #e5e7e9;
    pointer-events: none;
    transition: .33s all ease;
}
.bol-art:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.bol-art:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}*/
.bol-art.hover:before, .bol-art.hover:after, .bol-art:hover:before, .bol-art:hover:after {
    width: 100%;
    height: 100%;
    border-color: #007bff;
}


.head {
	background: url(../img/background/2.jpg);
    padding-top: 120px;
	position: relative;
    padding-bottom: 20px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    background-size: cover;
}
.headline-form {
	margin-bottom: 10px;
}
.headline-form> .form-control {
	border-radius: 0rem !important;
	background-color: rgba(255, 255, 255, 0.59);
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.headline-form> .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff9c00;
    outline: 0;
}
.button-custome {
	border-radius: 0rem !important;
	width: 100%;
	background-color: #ff9c00;
    border-color: #ff9c00;
}
.button-custome:hover, .button-custome:focus {
	border-radius: 0rem !important;
	width: 100%;
	background-color: #343a40;
    border-color: #343a40;
}

.head-detail> h1 {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Comfortaa', cursive;
}
.head-detail> p {
	font-family: 'Comfortaa', cursive;
	font-size: 17px;
	margin-top: 50px;
}
.head-list {
	list-style: none;
	padding-left: 15px;
	margin-top: 20px;
	padding-bottom: 30px;
}
.head-list li {
    font-size: 21px;
}
.head-list li:before {
    content: '\f097';
    font-family: FontAwesome;
	margin-right: 10px;
}

.left-side-content {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.transition {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.left-side-content .side-image {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 60%;
    top: 0;
    background: #ffbb3f;
    overflow: hidden;
}
.left-side-content .side-image .bg-image {
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: soft-light;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) opacity: 0.2;
}
.left-side-content .side-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/background/7.png) left top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 100%;
}
.content-image> img {
	width: 100%;
	height: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.20);
}
.content-image-left> img {
	width: 100%;
	height: auto;
    box-shadow: 0 20px 30px rgba(0,0,0,0.20);
}
.description-headline {
	font-size: 30px;
	font-family: 'Comfortaa', cursive;
	text-shadow: 2px 2px 2px rgba(0,0,0,.2);
	font-weight: bolder;
}
.description-headline:after {
    background: #ff9c00;
    content: "";
    display: block;
    height: 2px;
    margin-bottom: 30px;
    margin-top: 15px;
    width: 70px;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.right-side-content {
    width: 100%;
    float: left;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}
.right-side-content .side-image {
    width: 40%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffbb3f;
    overflow: hidden;
}
.right-side-content .side-image .bg-image {
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    mix-blend-mode: soft-light;
    -webkit-filter: grayscale(100%) contrast(1);
    filter: grayscale(100%) opacity: 0.2;
}
.right-side-content .side-image:after {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/background/8.png) right top no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: auto 100%;
}
.description> p {
	font-size: 17px;
	color: #7d7a7a;
}
.description> ul {
	list-style: none;
	padding-left: 10px !important;
}
.description> ul> li {
	font-size: 17px;
	color: #7d7a7a;
}
.description> ul> li:before {
	font-size: 17px;
	content: '\f101';
	font-family: FontAwesome;
	margin-right: 10px;
}
