/*global section*/


@font-face {
  font-family: NeoSans;
  src: url('../fonts/Neo Sans Pro Light.ttf');
}
@font-face {
  font-family: DIN-Bold;
  src: url('../fonts/DIN-Bold.ttf');
}
@font-face {
  font-family: DIN-Medium;
  src: url('../fonts/DIN-Medium.ttf');
}
@font-face {
  font-family: DIN-Regular;
  src: url('../fonts/DIN-Regular.ttf');
}
body {
    font-family: NeoSans;
}
.container-fluid{
    max-width: 1480px;
    padding-left: 40px;
    padding-right: 40px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    outline: none;
}

input,
button:focus {
    border: none;
    outline: none;
    box-shadow: 0 0 0;
}

section {
    position: relative;
    overflow: hidden;
}

.fixed-top {
    position: fixed !important;
    background: #fff;
    padding: 0 8%;
    box-shadow: 0px 0px 10px #0096FF;
}

/*end global section*/




/* heading section */

.heading {
    background: #1D2835;
}
.heading .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background: transparent;
}
.heading .main-nav {
    position: relative;
}
#navbar-example2 {
    padding: 15px 0;
}
.heading .navbar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
}
.heading .navbar-nav .nav-link {
    color: #fff !important;
    margin-left: 55px;
    font-size: 14px;
    font-weight: bold;
}
.header-menu div {
	width: 30px;
	height: 3px;
	margin: 6px 0;
	background-color: #fff;
}


.full-nav .header-menu {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.full-nav .nav-overlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,1);
	overflow-y: hidden;
	transition: 0.6s;
    text-decoration: none;
    z-index: 99;
}

.full-nav .nav-overlay-content {
	position: relative;
	top: 25%;
	width: 100%;
	text-align: center;
}

.full-nav .nav-overlay-content a {
	display: block;
	text-decoration: none;
	color: rgba(255,255,255,0.6);
	transition: 0.6s ease all;
	font-size: 32px;
	padding: 8px;
}

.nav-overlay-content a:hover {
	color: rgba(255,255,255,1)
}

.close-btn {
	position: absolute;
	top: 32px;
	right: 32px;
	color: rgba(255,255,255,0.6);
	text-decoration: none;
	font-size: 48px;
	transition: 0.3s ease all;
}

.close-btn:hover {
	color: rgba(255,255,255,1);
}

/* end heading section */




/* banner section */

.banner .item{
    height: 655px;
    background: url('../images/1.jpg');
    background-size: 100% 100%;
    background-position: left center;
}
.banner .content {
    padding: 40px 0px;
}
.banner .content .text {

}
.banner .content .text h1 {
    font-family: DIN-Bold;
    font-size: 47px;
    text-transform: uppercase;
    color: #DDDFE3;
}
.banner .content .text p {
    font-family: DIN-Medium;
    font-size: 13px;
    max-width: 40rem;
    color: #a4a2a2;
    margin-bottom: 0;
}
.banner .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.banner .owl-theme .owl-dots .owl-dot span{
    width: 16px;
    height: 16px;
}
.banner .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #213349;
}

/* end banner section */




/* book section */

.book {
    height: 595px;
    background: url('../images/2.jpg');
    background-size: cover;
    background-position: center center;
    padding: 115px 0;
}
.book .content h2 {
    font-family: DIN-Regular;
    font-size: 35px;
    color: #969495;
    margin-bottom: 25px;
}
.book .content p {
    color: #969495;
    font-size: 18px;
    max-width: 56rem;
    margin: 0 auto;
    font-family: DIN-Regular;
    line-height: 32px;
}

/* end book section */



/* spain section */

.spain{
    height: 505px;
    background: url('../images/3.jpg');
    background-size: cover;
    background-position: center center;
    padding: 70px 0;
}
.spain .headline {
    margin-bottom: 40px;
}
.spain .headline h1 {
    font-size: 59px;
    font-family: DIN-Regular;
    color: #fff;
}
.spain .box {
    max-width: 80%;
    margin: 0 auto;
}
.spain .content {
    margin: 20px 0;
    color: #fff;
}
.spain .content h5 {
    text-transform: uppercase;
    font-size: 21px;
    font-family: DIN-Regular;
    margin-bottom: 15px;
    color: #d8d7d7;
    height: 50px;
}
.spain .content .icon {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    text-align: center;
    padding: 30px 0;
    margin: 0 auto;
    z-index: 2;
    transition: .4s;
}
.spain .content .icon:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: -2;
    transition: .4s;
}
.spain .content .icon:hover:before{
    opacity: 1;
}

/* end spain section */



/* brand section */

.brand {
    padding: 60px 0;
    text-align: center;
    background: url('../images/15.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.brand h2 {
    font-size: 38px;
    font-family: DIN-Regular;
    color: #BCBCC3;
}
.brand .image img {
    width: auto;
    display: inline-block;
}
.brand .owl-prev{
    background: url('../images/11.png');
}
.brand .owl-prev {
    background: url('../images/11.png');
    background-size: cover;
    width: 51px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-bottom: 62px;
    height: 51px;
}
.brand .owl-next {
    background: url('../images/12.png');
    background-size: cover;
    width: 51px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-bottom: 62px;
    height: 51px;
}

/* end brand section */



/* our stories */

.our-stories {
    text-align: center;
    height: 365px;
    background: url('../images/7.jpg');
    background-size: cover;
    background-position: center center;
}
.our-stories h2 {
    font-family: DIN-Regular;
    font-size: 39px;
    color: #fff;
    padding: 170px 0;
}

/* end our stories */


/* blog */

.blog {
    background: #F9FAFB;
    padding: 25px 0;
}
.blog .content {
    margin: 10px;
    padding: 16px;
    box-shadow: 4px 2px 12px #beb9b9;
}
.blog .content h6 {
    font-size: 16.41px;
    font-family: DIN-Regular;
    color: #a09c9c;
    margin-bottom: 0;
    margin-top: 8px;
}
.blog .content p {
    font-size: 15.41px;
    font-family: DIN-Regular;
    color: #a09c9c;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 8px;
}

/* end blog */

.stories {
    padding: 50px 0;
    background: #F9FAFB;
}
.stories h2 {
    font-size: 38px;
    font-family: DIN-Regular;
    color: #a6a1a1;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.brand2 {
    background: #F7F8F9;
    padding: 100px 0;
}
.brand2 h2 {
    font-size: 37px;
    text-transform: uppercase;
    font-family: DIN-Regular;
    color: #a6a1a1;
    margin-bottom: 45px;
}





.character {
    background: #F9FAFB;
    padding: 80px 0;
}
.character h2 {
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    font-family: DIN-Regular;
    color: #a6a1a1;
    margin-bottom: 45px;
}
.character .content {
    margin: 13px 0;
}
.character .content p {
    font-size: 13.41px;
    font-family: DIN-Regular;
    color: #a09c9c;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 8px;
}
.character .some{
    position: relative;
    z-index: 2;
}
.character h3 {
    background: #F7F8F9;
    font-size: 36px;
    text-transform: uppercase;
    font-family: DIN-Regular;
    color: #a6a1a1;
    position: relative;
    display: inline-block;
    padding: 0 6px;
}
.character hr {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    border: none;
    height: 1px;
    background: #A6A1A1;
    z-index: -1;
}
.character .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
    display: block;
}
.character .owl-prev {
    color: #939090 !important;
    font-size: 31px !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -50px;
}
.character .owl-next {
    color: #939090 !important;
    font-size: 31px !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -50px;
}




.voice {
    padding: 70px 0;
    background: #F9FAFB;
}
.voice h2 {
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    font-family: DIN-Regular;
    color: #a6a1a1;
    margin-bottom: 45px;
}
.voice .content {
    max-width: 30rem;
    position: relative;
    margin: 0 auto;
    height: 27rem;
    padding: 120px 0;
    z-index: 1;
}
.voice .content img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.voice .content p {
    font-size: 16px;
    font-family: DIN-Regular;
    color: #a09c9c;
    margin-bottom: 0;
    line-height: 24px;
}
.voice .owl-prev {
    color: #939090 !important;
    font-size: 31px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.voice .owl-next {
    color: #939090 !important;
    font-size: 31px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}



.footer{
    height: 570px;
    background: url('../images/footer.jpg');
    background-size: cover;
    background-position: center center;
    padding: 210px 0;
}
.footer .content div {
    margin-bottom: 35px;
}
.footer img {
    width: 140px;
    cursor: pointer;
}
.footer ul {
    display: inline-block;
}
.footer ul li {
    float: left;
    margin: 0px 14px;
}
.footer ul li a {
    color: #fff;
    display: block;
    font-family: DIN-Regular;
    text-decoration: none;
}
.footer ul.social li a {
    font-size: 25px;
    width: 45px;
    height: 45px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
}



.stories .owl-item > div {
    cursor: pointer;
    margin: 5% 8%;
    transition: margin 0.4s ease;
    overflow: hidden;
}
.stories .owl-item.center > div {
  cursor: auto;
  margin: 0;
  margin-bottom: 15px;
}
.stories .owl-item:not(.center) > div{
  opacity: .5;
}
.stories .owl-prev {
    color: #939090 !important;
    font-size: 31px !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: -22px;
}
.stories .owl-next {
    color: #939090 !important;
    font-size: 31px !important;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: -22px;

}
