@import url('https://fonts.googleapis.com/css?family=Livvic:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:&display=swap');
body {
	margin: 0;
	padding: 0;
	font-family: 'Livvic';
}
html, body {
	color:#000;
	height:100%;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Livvic';
}
p {
	letter-spacing: 1px;
	font-size: 14px;
	line-height:22px;
	font-family: 'Open Sans';
}
.margin-10 {
	margin-top: 10px;
}
.margin-20 {
	margin-top: 20px;
}
.margin-30 {
	margin-top: 30px;
}
.margin-40 {
	margin-top: 40px;
}
.margin-50 {
	margin-top: 50px;
}
.margin-70 {
	margin-top: 70px;
}
.margin-100 {
	margin-top: 100px;
}
.margin-150 {
	margin-top: 150px;
}
.margin-200 {
	margin-top: 200px;
}
.margin-250 {
	margin-top: 250px;
}
.padding-top-bottom {
	padding-top: 50px;
	padding-bottom: 50px;
}
.padding-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.padding-150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.padding-200 {
	padding-top: 200px;
	padding-bottom: 200px;
}
.padding-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding:30px;
}
.padding-50 {
	padding:50px;
}
.black {
	color:#000;
}
.white {
	color: #fff;
}
.red{
	color:#e31e25;
}
.bg-black{
	background-color: #000;
}
.bg-white{
	background-color: #fff;
}
.bg-offiwhite {
	background-color: #f9f9f9;
}
.box-shadow {
	box-shadow: 0px 1px 8px #eee;
}
.border {
	border: 1px solid #f1f1f1;
}
.text-align-right{
	text-align:right;
}
.background-image {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position:top center;
}
.background-image-2 {
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: fixed;
	overflow: hidden;
	background-position:center center;
}
.botton a {
	width: 300px;
	text-decoration: none;
	border: 1px solid #000;
	background-color: #f9eee8;
	letter-spacing:1.5px;
	color: #000;
	font-size: 13px;
	transition: all 0.5s ease;
	padding: 13px 25px;
	font-family: 'Livvic';
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.botton a:hover {
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	transition: all 0.5s ease;
}
#header-4 .menu .navbar-default {
	background-image: none;
	background-repeat: no-repeat;
	background-color: transparent;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	padding-bottom: 10px;
}
#header-4 .menu .navbar .navbar-collapse {
	padding: 0;
}
#header-4 .navbar-collapse.collapse {
	margin-left: -16px;
	margin-top: 30px;
}
#header-4 .menu .navbar {
	border: none;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
#header-4 .menu .navbar-brand {
	padding: 0px;
	height: 80px;
}
#header-4 .menu .navbar-brand>img {
	height: 100%;
	margin-top:5px;
	width: auto;
	padding: 7px 10px;
}
#header-4 .menu .nav li a {
	text-decoration: none;
	color: #000;
	font-size:12px;
	transition: all 0.4s ease-out;
	font-family: 'Livvic';
	padding: 7px 15px;
	letter-spacing: 1px;
}
#header-4 .menu .nav li a.active{
	color: #e31e25;
	transition: all 0.4s ease-out;
}
#header-4 .menu .nav > li > a:hover {
	color: #e31e25;
	transition: all 0.4s ease-out;
}
#header-4 .dropdown-menu > li > a{
	background-color:#f9f9f9;
	border:none;
	border-radius:none;
	box-shadow:none;
	color:#000 !important;
	transition:all linear 0.3s;
	width:100%;
	padding:7px 15px !important;
}
#header-4  .dropdown-menu > li > a:hover{
	background-color:#e31e25 !important;
	color:#fff !important;
	transition:all linear 0.3s;
}
#header-4 .menu .navbar-toggle .icon-bar {
	background: #000;
	height: 3px;
}
#header-4 .menu .navbar-toggle{
	margin-top:25px;
}
#header-4 #myslide, .carousel-inner {
	height: 600px;
}
#header-4 #myslide .item {
	height: 600px;
	background-size: cover;
	background-position: center center;
}
#header-4 .bar-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	background-color:#fff;
}
#header-4 .carousel-control, .carousel-control:focus, .carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=0);
	outline: 0;
	opacity: 0.0
}
.height-100{
	height:100%;
}
.image-width-75 img{
	width:75%;
}
.image-width-100 img{
	width:100%;
}
.relative{
	position:relative;
}
.header-section{
	position:absolute;
	top: 150px;
	left:0%;
	background-color:rgba(227,30,37,0.7);
	width:45%;
}
.choose-us-icon{
	background-color:#e31e25;
	transition:all ease 0.5s;
	width:70px;
	height:70px;
	border-radius:50px;
	color:#fff;
}
.rorate:hover .choose-us-icon{
	background-color:#f4f4f4;
	transition:all ease 0.5s;
	color:#000;
	transform:rotate(-360deg);
}
.choose-us-icon i{
	padding-top:30%;
}
#services-1 .border{
	border:1px solid #eee;
	transition:all ease 0.5s;
}
#services-1 .border:hover{
	box-shadow:0px 0px 50px #ccc;
	transition:all ease 0.5s;
}
#services-1 .border:hover i{
	transform:rotate(-360deg);
	transition:all ease 0.5s;
}
.footer{
	background-color:#1a1a1a;
}
.footer ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.footer ul li{
	margin-bottom:10px;
}
.footer ul li a{
	text-decoration:none;
	color:#fff;
	transition:all ease 0.5s;
}
.footer ul li a:hover{
	text-decoration:none;
	color:#e31e25;
	transition:all ease 0.5s;
}
.copyright{
	background-color:#171717;
	color:#fff;
}
.copyright a{
	text-decoration:none;
	color:#fff;
}
@media only screen and (min-width:992px) and (max-width:1200px) {

}
/*tablet layout 760px*/
@media only screen and (min-width:768px) and (max-width:991px) {

.menu .navbar-brand>img {
	height: 80% !important;
	width: auto;
	padding: 7px 10px;
}
.menu .navbar {
	border: none;
	font-size: 10px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 0;
}
.image-width-75 img{
	width:50%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
.choose-us-icon{
	margin-left:auto;
	margin-right:auto;
}
}
@media only screen and (min-width:481px) and (max-width:767px) {

.menu .navbar-brand>img {
	height: 80%;
	width: auto;
	padding: 7px 10px;
}
.menu .nav li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.4s ease-out; 
	padding: 7px 20px;
	letter-spacing: 1px;
	margin-left:25px;
}
.image-width-75 img{
	width:50%;
}
.image-width-100 img{
	width:100%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
.choose-us-icon{
	margin-left:auto;
	margin-right:auto;
}
}
/*mobile portrate size to mobile landscape size (devices and browser)*/
@media (max-width:480px) {

.menu .navbar-brand>img {
	height: 80%;
	width: auto;
	padding: 7px 10px;
}
.menu .nav li a {
	text-decoration: none;
	color: #fff;
	transition: all 0.4s ease-out; 
	padding: 7px 20px;
	letter-spacing: 1px;
	margin-left:25px;
}
.image-width-75 img{
	width:75%;
}
.image-width-100 img{
	width:100%;
}
.text-align{
	text-align:center;
}
.text-align-right{
	text-align:center;
}
.choose-us-icon{
	margin-left:auto;
	margin-right:auto;
}
}
	
