@charset "UTF-8";
/*

@Author: Themezinho
@URL: http://www.themezinho.net

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.


// Table of contents //

	01.	GOOGLE FONTS
	02.	BODY
	03.	CUSTOM CLASSES
	04. FORM ELEMENTS
	05.	SECTIONS
	06.	HTML TAGS
	07.	LINKS
	08.	MODAL
	09.	PAGINATION
	10. PRELOADER
	11.	TRANSITION OVERLAY
	12.	SANDWICH BUTTON
	13.	SCROLL DOWN
	14.	NAVIGATION MENU
	15.	HEADER
	16.	SOCIAL MEDIA
	17.	NAVBAR
	18.	SLIDER
	19.	PAGE HEADER
	20.	VIDEO BG
	21.	WORKS
	22.	FEATURES CONTENT
	23.	LISTING CONTENT
	24.	FULL MEDIA CONTENT
	25.	INTRODUCTION
	26. OUR TEAM
	27.	NEWS
	28.	SAY HELLO
	29.	LOGOS
	30.	FOOTER
	31.	RESPONSIVE TABLET FIXES
	32. REPSONSIVE MOBILE FIXES



*/
/* GOOGLE FONTS */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400|Poppins:300,400,600,800&subset=latin-ext");

/* BODY */
body {
    height: 100%;
    margin: 0;
    padding: 0;

    font-size: 14px;
    color: #313434;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

html {
    height: 100%;
}

/* CUSTOM ELEMENTS */
.overflow {
    overflow: hidden !important;
}

.no-margin {
    margin: 0 !important;
}

/* HTML ELEMENTS */
img {
    max-width: 100%;
}

/* LINKS */
a {
    color: #313434;
}

a {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

/* TRANSITION OVERLAY */
.transition-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 10;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.transition-overlay * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.transition-overlay .layer {
    width: 10px;
    height: 100%;
    float: left;
    background: #313434;
    transition-delay: 0.4s;
}

.transition-overlay.active {
    top: 0;
}

.transition-overlay.active .layer {
    width: 100%;
}

/* ODOMETER */
.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-car .odometer-digit {
    padding: 0;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-car .odometer-digit .odometer-digit-inner {
    left: 0;
}

/* PRELOADER */
.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    overflow: hidden;
    background: #f03a37;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.preloader .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #313434;
    z-index: 2;
}

.preloader .inner {
    margin: 0;
    position: relative;
    z-index: 3;
}

.preloader figure {
    display: block;
    margin: 0;
}

.preloader figure img {
    height: 110px;
}

.preloader .typewriter {
    height: 26px;
    line-height: 26px;
    display: inline-block;
    transform: translateY(-70px);
    color: #fff;
    font-family: "Libre Baskerville", serif;
}

.preloader .typewriter #typewriter-text {
    float: left;
    font-size: 20px;
    margin-left: 5px;
    margin-top: -2px;
    margin-right: 3px;
}

.preloader .typewriter #typewriter-suffix {
    width: 2px;
    height: 22px;
    display: inline-block;
    background: #fff;
    text-indent: -1000px;
    overflow: hidden;
}

.page-loaded {
    overflow: inherit;
}

.page-loaded .preloader {
    left: -100%;
    transition-delay: 0.6s;
}

.page-loaded .preloader .layer {
    bottom: -100%;
    transition-delay: 0.2s;
}

.page-loaded .preloader .inner {
    transform: translateY(30px);
    opacity: 0;
}

.page-loaded .header .social-media {
    transform: translateY(0);
    opacity: 1;
}

.page-loaded .navbar {
    transform: translateY(0);
}

.page-loaded .soundbar {
    transform: translateX(0);
}

/* NAVIGATION MENU */
.navigation-menu {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 0;
    top: -100%;
    z-index: 8;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation-menu * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation-menu .nav-bg {
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #313434;
    transition-delay: 0.4s;
}

.navigation-menu .nav-bg2 {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ba9c68;
    transition-delay: 0.8s;
}

.navigation-menu .inner {
    position: relative;
    z-index: 2;
    padding: 0 40px;
}

.navigation-menu .inner address {
    float: left;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    transform: translateX(-200%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    margin: 0;
    height: 170px;
    position: absolute;
    top: 50%;
    margin-top: -85px;
}

.navigation-menu .inner address span {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 2vw;
    font-weight: 600;
    margin-bottom: 20px;
}

.navigation-menu .inner ul {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
}

.navigation-menu .inner ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.navigation-menu .inner ul li:hover ul {
    max-height: 500px;
    transition: max-height 0.45s ease-in;
}

.navigation-menu .inner ul li a {
    float: right;
    font-size: 34px;
    color: #fff;
    font-weight: 100;
    transform: translateY(200%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    position: relative;
}

.navigation-menu .inner ul li a:hover {
    text-decoration: none;
}

.navigation-menu .inner ul li a:hover:before {
    width: 100%;
}

.navigation-menu .inner ul li a:before {
    content: "";
    width: 0;
    height: 5px;
    background: #73572c;
    position: absolute;
    left: 0;
    bottom: 17px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.navigation-menu .inner ul li ul {
    max-height: 0;
    width: 100%;
    transition: max-height 0.25s ease-out;
}

.navigation-menu .inner ul li ul li {
    display: block;
}

.navigation-menu .inner ul li ul li a {
    font-size: 26px;
}

.navigation-menu .inner ul li ul li a:before {
    height: 4px;
    bottom: 8px;
}

.navigation-menu.open {
    top: 0;
}

.navigation-menu.open .nav-bg {
    width: 100%;
}

.navigation-menu.open .nav-bg2 {
    width: 100%;
}

.navigation-menu.open address {
    transition-delay: 1s;
    transform: translateY(0);
}

.navigation-menu.open ul li {
    margin: 0;
}

.navigation-menu.open ul li:nth-child(1) a {
    transition-delay: 0.5s;
}

.navigation-menu.open ul li:nth-child(2) a {
    transition-delay: 0.55s;
}

.navigation-menu.open ul li:nth-child(3) a {
    transition-delay: 0.6s;
}

.navigation-menu.open ul li:nth-child(4) a {
    transition-delay: 0.65s;
}

.navigation-menu.open ul li:nth-child(5) a {
    transition-delay: 0.7s;
}
.navigation-menu.open ul li:nth-child(6) a {
    transition-delay: 0.75s;
}
.navigation-menu.open ul li:nth-child(7) a {
    transition-delay: 0.8s;
}
.navigation-menu.open ul li:nth-child(8) a {
    transition-delay: 0.85s;;
}
.navigation-menu.open ul li:nth-child(9) a {
    transition-delay: 9s;;
}

.navigation-menu.open ul li a {
    transform: translateY(0);
}

/* SANDWICH BUTTON */
.sandwich-btn {
    width: 22px;
    height: 22px;
    float: left;
    position: relative;
    cursor: pointer;
}

.sandwich-btn span {
    display: block;
    height: 2px;
    width: 18px;
    background: #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.sandwich-btn span:nth-child(1) {
    top: 0;
}

.sandwich-btn span:nth-child(2) {
    top: 8px;
}

.sandwich-btn.open span:nth-child(1) {
    top: 4px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.sandwich-btn.open span:nth-child(2) {
    top: 4px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* EQUALIZER */
.equalizer {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transform: rotate(90deg);
}

.equalizer span {
    background: #fff;
    width: 2px;
    height: 2px;
    top: 50%;
    bottom: 0;
    left: 0%;
    transform: translateY(-50%);
    position: absolute;
    transition: height 0.2s linear;
}

.equalizer span:nth-child(1) {
    margin-left: 4px;
}

.equalizer span:nth-child(2) {
    margin-left: 8px;
}

.equalizer span:nth-child(4) {
    margin-left: 12px;
}

.equalizer span:nth-child(5) {
    margin-left: 16px;
}

.equalizer span:nth-child(6) {
    margin-left: 20px;
}

.equalizer.paused span {
    height: 3px !important;
}

/* HEADER */
.header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.header .social-media {
    position: absolute;
    left: 44px;
    bottom: 90px;
    margin: 0;
    padding: 0;
    font-family: "Libre Baskerville", serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    margin: 0;
    padding: 0;
    z-index: 2;
    transform: translateY(100%);
    opacity: 0;
    transition-delay: 1.2s;
}

.header .social-media li {
    float: left;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    list-style: none;
}

.header .social-media li a {
    float: left;
    color: #fff;
    position: relative;
}

.header .social-media li a:hover {
    text-decoration: none;
}

.header .social-media li a:hover:before {
    width: 100%;
}

.header .social-media li a:before {
    content: "";
    width: 0;
    height: 6px;
    background: #00bbcc;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

/* NAVBAR */
.navbar {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    padding: 30px 40px;
    font-family: "Libre Baskerville", serif;
    transform: translateY(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 0.8s;
}

.navbar .logo {
    margin-right: 35px;
        -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar .logo a {
    float: left;
}

.navbar .logo a img {
          -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navbar .sandwich-nav {
    margin-right: 0;
}

.navbar .sandwich-nav .sandwich-text {
    float: left;
    height: 46px;
    overflow: hidden;
}

.navbar .sandwich-nav .sandwich-text.move-up b {
    transform: translateY(-50%);
}

.navbar .sandwich-nav .sandwich-text b {
    float: left;
    font-weight: 400;
    line-height: 46px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.navbar .sandwich-nav .sandwich-btn {
    float: left;
    margin-left: 10px;
    margin-top: 18px;
}

/* SOUNDBAR */
.soundbar {
    width: 46px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-left: 40px;
    z-index: 2;
    transform: translateX(-150%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: 1s;
}

.soundbar .sound {
    width: 158px;
    float: left;
    text-align: center;
    transform: rotate(-90deg);
    margin-left: -52px;
}

.soundbar .sound .sound-title {
    float: left;
    line-height: 46px;
    color: #fff;
    font-family: "Libre Baskerville", serif;
}

.soundbar .sound .sound-text {
    height: 46px;
    line-height: 46px;
    float: left;
    overflow: hidden;
    text-align: center;
    font-family: "Libre Baskerville", serif;
}

.soundbar .sound .sound-text.move-up b {
    transform: translateY(-50%);
}

.soundbar .sound .sound-text b {
    width: 100%;
    display: block;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    font-weight: 400;
}

.soundbar .sound .equalizer {
    float: left;
    margin: 0 10px;
}

.soundbar .sound .equalizer * {
    transition-delay: 0s;
}

.soundbar .sound .equalizer .holder {
    width: 23px;
    height: 20px;
    float: left;
    margin-left: 10px;
    position: relative;
}

/* SLIDER */
.header {
    width: 100%;
    height: 100vh;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
}

/*.header:before {
  content: "";
  width: 60%;
  height: 20px;
  background: #f03a37;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}*/
/*.header:after {
  content: "";
  width: 60%;
  height: 70px;
  background: #f03a37;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
}*/
.header h5 {
    font-size: 24px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 0;
    position: relative;
}

/*.header h5:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #fff;
  float: left;
  margin-top: 19px;
  margin-right: 6px;
  margin-left: -18px;
}*/
.header h5 span {
    position: relative;
}

.header h5 span:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #00bbcc;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.header h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.header .btn-ghost {
    width: 180px;
    height: 54px;
    line-height: 52px;
    display: inline-block;
    border-radius: 54px;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    background: url(../images/btn-bg.jpg);
    background-size: cover;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.header .btn-ghost * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header .btn-ghost span {
    position: relative;
    display: inline-block;
}

.header .btn-ghost span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
}

.header .btn-ghost span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header .btn-ghost:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header .btn-ghost:hover {
    text-decoration: none;
}

.header .btn-play {
    color: #fff;
    position: relative;
    z-index: 2;
}

.header .btn-play img {
    height: 50px;
}

.header .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.header .video-bg video {
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header .video-bg .container {
    position: relative;
    z-index: 2;
}

.header .swiper-carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.header .swiper-carousel * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.header .swiper-carousel .swiper-button-prev {
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    cursor: url("../images/arrow-left.png"), auto;
}

.header .swiper-carousel .swiper-button-next {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    cursor: url("../images/arrow-right.png"), auto;
}

.header .swiper-carousel .swiper-slide {
    height: 100%;
    display: flex;
    background: #eee;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    background-size: cover;
}

.header .swiper-carousel .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #313434;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header .swiper-carousel .swiper-slide .inner {
    opacity: 0;
    padding: 0 5vw;
    position: relative;
    z-index: 2;
    transform: translateY(50px);
}

.header .swiper-carousel .swiper-slide .inner h2 {
    font-size: 6vw;
}

.header .swiper-carousel .swiper-slide-active {
    margin: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.header .swiper-carousel .swiper-slide-active:after {
    content: "";
    opacity: 0;
}

.header .swiper-carousel .swiper-slide-active .inner {
    opacity: 1;
    transform: translateY(0);
}

.header .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.header .swiper-container .swiper-slide {
    overflow: hidden;
}

.header .swiper-container .swiper-button-next {
    width: auto;
    height: auto;
    background: none;
    right: 33px;
    font-weight: 800;
    color: #fff;
    transform: rotate(90deg);
    margin-top: 20px;
    overflow: hidden;
}

.header .swiper-container .swiper-button-next * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header .swiper-container .swiper-button-next span {
    position: relative;
    display: inline-block;
}

.header .swiper-container .swiper-button-next span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
}

.header .swiper-container .swiper-button-next span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header .swiper-container .swiper-button-next:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header .swiper-container .swiper-button-prev {
    width: auto;
    height: auto;
    background: none;
    left: auto;
    right: 33px;
    font-weight: 800;
    color: #fff;
    transform: rotate(90deg);
    margin-top: -40px;
    overflow: hidden;
}

.header .swiper-container .swiper-button-prev * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.header .swiper-container .swiper-button-prev span {
    position: relative;
    display: inline-block;
}

.header .swiper-container .swiper-button-prev span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
}

.header .swiper-container .swiper-button-prev span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.header .swiper-container .swiper-button-prev:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header .swiper-container .swiper-pagination-fraction {
    width: 100px;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 20px;
    color: #fff;
    text-align: right;
}

.header .swiper-container .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 50px;
    font-weight: 800;
}

.header .swiper-container .swiper-pagination-fraction .swiper-pagination-current:before {
    content: "0";
}

.header .swiper-container .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
}

.header .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    /*padding: 0 150px;*/
}

.header .slide-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/hero-lines-bg.png) center;
    opacity: 0.2;
}

main {
    width: 100%;
    flex-wrap: wrap;
    margin-top: 100vh;
    background: #fff;
    position: relative;
}

/* PAGE HEADER */
.page-header {
    width: 100%;
    height: 100%;
    min-height: 560px;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: url(../images/int-hero.jpg) center;
    background-size: cover;
}

.page-header .social-media {
    position: absolute;
    left: 140px;
    bottom: 30px;
    margin: 0;
    padding: 0;
    font-family: "Libre Baskerville", serif;
    z-index: 2;
}

.page-header .social-media li {
    float: left;
    margin: 0;
    margin-right: 15px;
    padding: 0;
    list-style: none;
}

.page-header .social-media li a {
    float: left;
    color: #fff;
    position: relative;
}

.page-header .social-media li a:hover {
    text-decoration: none;
}

.page-header .social-media li a:hover:before {
    width: 100%;
}

.page-header .social-media li a:before {
    content: "";
    width: 0;
    height: 6px;
    background: #00bbcc;
    position: absolute;
    left: 0;
    bottom: 2px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.page-header .inner-content {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.page-header .inner-content .inner {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 140px;
}

.page-header .inner-content .inner h2 {
    font-size: 8vw;
    color: #fff;
    display: block;
    font-weight: 800;
    margin-bottom: 2s0px;
}

.page-header .inner-content .inner h6 {
    font-size: 20px;
    color: #fff;
    display: block;
    font-family: "Libre Baskerville", serif;
}

/*slider responsive*/
@media only screen and (max-width:425px) and (min-width:320px) {
    .navigation-menu .inner ul li a {
        font-size: 20px;
    }

    .navigation-menu .inner address {
        display: none;
    }

    .navigation-menu .inner ul {
        width: 100%;

    }
    .header h5{
        font-size: 15px;
    }
    .header h2{
        font-size: 30px;
    }
    .navbar .logo a img {
        width: 50%;
    }
}

@media only screen and (max-width:768px) and (min-width:426px) {
    .navigation-menu .inner ul li a {
        font-size: 28px;
    }

    .navigation-menu .inner ul {
        width: 100%;
    }

    .navigation-menu .inner address {
        display: none;
    }
    .navbar .logo a img {
        width: 50%;
    }
}

/*================================================================new peuvazhikadavu school style======================*/

.intro-wrapper{
    background: url(../images/BG-01.jpg);background-size: contain;
height: 1000px;
width: 100%;
background-position: right;background-repeat: no-repeat;background-color: #fedc71;
}
.start-button{
    position: absolute;z-index: 222;left: 23%;top: 60%;background: transparent;
border: 0;
}


.social-icons a{
	color:#fff !important;
  line-height:30px;
  font-size:36px !important;
  margin: 0 5px;
  text-decoration:none;
  
}
.social-icons a i{
	line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
}
.social-icons a:hover i{
  box-shadow: 0px 0px 150px #000000;
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
}



.centering{
    margin: 30px auto !important;padding: 0 20px;
}