/*
    Template Name    : 
    Description      : 
    Version          : 
    Author           :
*/

/*
================================================
/* Table of Content
==================================================

1. Fonts - Open Sans
2. Common CSS
3. Header Block
4. 
5. 
6. 
7. 
8. 
9. 
10.
11.
12.

/*
================================================
1. Fonts - Open Sans
================================================
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');


/*
================================================
2. Common CSS
================================================
*/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

 body {
	position: relative;
}

a, a:hover, a:focus {
	text-decoration: none;
}

.ovr-hidden {
	overflow: hidden;
}

/*
================================================
3. Main Menu
================================================
*/

.main-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    background: #fff;
}

.main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 5px;
    line-height: 1;
}

.main-menu ul li a {
    font-size: 20px;
    padding: 10px;
    color: #000;
    transition: .3s;
    display: block;
}

/*
.single-banar {
    height: 450px;
    background: url("assets/img/slide-img.jpg") no-repeat scroll center top / cover;
}
*/


.single-banar img {
    display: block;
    width: 100%;
}

.single-img-box img {
    display: block;
    width: 100%;
    transition: .5s;
}

.single-img-box {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

.single-img-box img:hover {
    transform: scale(1.05) rotate(1deg);
}

.single-img-box a.title-btn {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 70px;
    transform: translate(-50%, -0%);
    color: #001E73;
    background: #FF0000;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid transparent;
    transition: .3s;
    text-transform: uppercase;
}

.single-img-box a.title-btn:hover {
    border: 1px solid #fff;
    color: #fff;
}

.sign-up {
    padding: 30px;
    background: #fff;
}

.sign-up label {
    font-size: 24px;
    margin-right: 15px;
    line-height: 1.5;
    font-weight: 600;
}

.sign-up input {
}

.sign-up form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sign-up form input {
    flex-grow: 1;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #000;
}

/*OwlCarosel*/

.banar .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.banar .owl-nav button i {
    font-size: 20px;
    height: 35px;
    width: 35px;
    border: 1px solid transparent;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .3s;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    outline: none;
}

.banar .owl-nav button i:hover {
    border: 1px solid;
}

.sign-up-btn {
    padding: 30px;
    padding-left: 15px;
    background: #fff;
    margin-top: -15px;
}

.sign-up-btn form {
    display: flex;
    justify-content: center;
}

.sign-up-btn form input {
    font-size: 16px;
    padding: 10px;
    width: 75%;
    border-radius: 5px;
    border: 1px solid #000;
    margin-right: 10px;
    outline: none;
}

.sign-up-btn form button {
    line-height: 1;
    font-size: 16px;
    padding: 15px 28px;
    border: 0;
    background: #e67e22;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    transition: .3s;
    outline: none;
    border: 1px solid transparent;
}

.sign-up-btn form button:hover {
    border: 1px solid #e67e22;
    color: #e67e22;
    background: transparent;
}

ul.social {
    margin-left: auto;
}

ul.social li a {
    transition: .3s;
    display: block;
}

ul.social li a:hover {
    transform: scale(1.1);
}