/*global section*/


@font-face {
  font-family: NeoSans;
  src: url('../fonts/Neo Sans Pro Light.ttf');
}
@font-face {
  font-family: DIN-Bold;
  src: url('../fonts/BodoniFLF-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: visible;
}

.fixed-top {
    position: fixed !important;
    z-index: 9999;
    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;
	overflow-y: hidden;
	transition: 0.6s;
    text-decoration: none;
    z-index: 99;
}
.full-nav .nav-overlay:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,1);
}

.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: -8px;
    right: 10%;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    font-size: 64px;
    transition: 0.3s ease all;
    z-index: 999;
}
.close-btn:hover {
	color: rgba(255,255,255,1);
}

/* end heading section */




/* banner section */

.banner .item1{
    background: url('../images/h1.jpg');
    background-size: 100% 100%;
    background-position: left center;
}
.banner .item2{
    background: url('../images/h2.jpg');
    background-size: 100% 100%;
    background-position: left center;
}
.banner .item3{
    background: url('../images/h3.jpg');
    background-size: 100% 100%;
    background-position: left center;
}
.banner .item{
    height: 655px;
}
.banner .content {
    padding: 40px 0px;
}
.banner .content .text {

}
.banner .content .text h1 {
    font-family: DIN-Bold;
    font-size: 47px;
    text-transform: capitalize;
    color: #DDDFE3;
}
.banner .content .text p {
    font-family: DIN-Medium;
    font-size: 13px;
    max-width: 29rem;
    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;
}
.banner .content .text a {
    font-size: 14px;
    color: #FFA400;
    text-decoration: none;
    border: 1px solid #FFA400;
    display: block;
    width: 100px;
    height: 29px;
    text-align: center;
    line-height: 25px;
    border-radius: 12px;
    margin-top: 10px;
}
.banner .content .text p span {
    display: none;
}

/* end banner section */




/* book section */

.book {
    height: 905px;
    padding: 225px 0;
    z-index: 2;
}
.book:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/2.jpg');
    background-size: cover;
    background-position: center center;
    z-index: -2;
}
.book .content h2 {
    font-family: DIN-Regular;
    font-size: 35px;
    color: #4d4d4d;
    margin-bottom: 25px;
}
.book .content p {
    color: #393838;
    font-size: 17px;
    max-width: 56rem;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: 28px;
    font-family: 'Raleway', sans-serif;
}

/* end book section */



/* spain section */

.spain{
    height: 540px;
    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;
}
.spain .content p {
    position: absolute;
    opacity: 0;
    top: 30rem;
    transition: ease-in-out .4s;
}
.spain .content:hover p {
    top: 15rem;
    opacity: 1;
}

/* end spain section */



/* brand section */

.brand {
    padding: 200px 0;
    padding-bottom: 250px;
    text-align: center;
    background: #F8FBFF;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
}
.brand .headline {
    margin-bottom: 100px;
}
.brand .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
}
.brand .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block;
}
.brand .owl-carousel{
    max-width: 90%;
    margin: 0 auto;
    padding: 0 5rem;
}
.brand .owl-item.active.center {
    padding: 30px 0;
}
.brand .owl-item > div {
    cursor: pointer;
    margin: 22% 11%;
    transition: margin 0.4s ease;
    overflow: hidden;
    position: relative;
}
.brand .owl-item.center > div {
  cursor: auto;
  margin: 0;
  border: 15px solid #fff;
}
.brand .owl-item:not(.center) > div{
  opacity: .5;
}
.brand h2 {
    font-size: 38px;
    font-family: DIN-Regular;
    color: #454547;
    text-transform: uppercase;
}
.brand .image img {
    display: inline-block;
    height: 100%;
}
.brand .owl-item.center > div img{
    z-index: 2;
}
.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;
}
.carousel2 {
    width: 33em;
    height: 25em;
    position: relative;
}
.carousel2 li {
    width: 500px;
    height: auto;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.carousel2 li p {
  color: white;
  font-weight: bold;
  font-size: 5em;
  text-align: center;
  margin-top: 1.175em;
}

.carousel2 .items {
  position: absolute;
}

.carousel2 .main-pos {
  margin-left: 2em !important;
  z-index: 999;
  top: -25px;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
    z-index: 99999;
    background: #000;
}

.carousel2 .left-pos {
  opacity: .3;
  margin-left: -13em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}
.carousel2 .left-pos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #000;
    z-index: 9999999;
    opacity: 0;
}


.carousel2 .back-pos {
  margin-left: 2em !important;
  opacity: .05;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  transform: scale(.5);
}
.carousel2 .main-pos img {
    border: 15px solid #fff;
    width: 70%;
}

.carousel2 .right-pos {
  opacity: .3;
  margin-left: 18em !important;
  z-index: 1000;
  -webkit-transform: scale(.75);
  -moz-transform: scale(.75);
  transform: scale(.75);
}
.carousel2 .right-pos::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 100%;
    background: #000;
    z-index: 9999999;
    opacity: 0;
}

.carousel2 span {
  margin: 0 auto;
  left: 17em;
  top: 20em;
}
.carousel2 span #prev {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    cursor: pointer;
}
.carousel2 span #next {
    position: absolute;
    right: -33rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    cursor: pointer;
}
.band-mcarousel .owl-prev {
    color: transparent !important;
}
.band-mcarousel .owl-next {
    color: transparent !important;
}

/* 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: 50px 0;
}
.blog .content {
    margin: 10px;
    padding: 16px;
    box-shadow: 4px 2px 12px #9c9c9c;
    position: relative;
}
.blog .button {
    position: relative;
}
.blog .content h6 {
    font-size: 18.41px;
    font-family: DIN-Regular;
    color: #424242;
    margin-bottom: 0;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: bold;
}
.blog .content p {
    font-size: 15.41px;
    font-family: DIN-Regular;
    color: #a09c9c;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 8px;
    display: none;
}
.blog .content a {
    position: absolute;
    top: 0px;
    right: 17px;
    text-transform: uppercase;
    color: #000;
    font-weight: bolder;
    font-size: 13px;
    border: 2px solid #000;
    padding: 1px 10px;
    border-radius: 7px;
    text-decoration: none;
    cursor: pointer;
}

/* end blog */

.stories {
    padding: 80px 0;
    background: #F9FAFB;
}
.stories h2 {
    font-size: 38px;
    font-family: DIN-Regular;
    color: #454547;
    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: #454547;
    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: #454547;
    margin-bottom: 45px;
}
.character .content {
    margin: 13px 0;
    position: relative;
    overflow: hidden;
}
.character .content p {
    font-family: DIN-Regular;
    color: #fff;
    margin-bottom: 0;
    line-height: 23px;
    margin-top: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 14.41px;
    width: 110%;
    height: 110%;
    background: #1D2835;
    padding: 80px 50px;
    transition: ease-in .2s;
    opacity: 0;
}
.character .content:hover p{
    opacity: 1;
}
.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;
    height: 47rem;
}
.voice h2 {
    text-align: center;
    font-size: 37px;
    text-transform: uppercase;
    font-family: DIN-Regular;
    color: #454547;
    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;
    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;
}
.voice .owl-item > div {

    cursor: pointer;
    margin: 8% 21%;
    transition: margin 0.4s ease;
    overflow: hidden;

}
.voice .owl-item > div p {
    font-size: 7px;
    line-height: 7px;
    max-width: 65%;
    margin: 0 auto;
}
.voice .owl-item.center > div p {
    font-size: 14px;
    line-height: 16px;
}
.voice .owl-item.center > div {
  cursor: auto;
  margin: 0;
  margin-bottom: 15px;
}
.voice .owl-item.center > div p {
    font-size: 14px;
    line-height: 17px;
}
.voice .owl-item:not(.center) > div{
  opacity: .5;
}
.voice .owl-item > div h6 {
    font-size: 7px;
    margin-top: 20px;
    color: #a09c9c;
}
.voice .owl-item > div h6 span {
    font-weight: bold;
}
.voice .owl-item.center > div h6 {

    font-size: 12px;

}
.voice .owl-item > div .content {

    height: 20rem;

}
.voice .owl-item.center > div .content {

    height: 25rem;

}
.voice .owl-item.center > div .content img {

    width: 100%;
    height: 100%;

}




.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;

}
.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;
}



.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
    background: #000;
    padding: 30px 0;
}


#contact2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 105%;
    height: 100%;
    z-index: 9999;
    display: none;
}
#cross {
    position: absolute;
    top: 8px;
    right: 40px;
    width: 5rem;
    cursor: pointer;
}