/*

@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. HTML TAGS
		04. CUSTOM TAGS
		05. SECTIONS
		06. CONTENT
		07. ODOMETER
		08. EQUALIZER
		09. REVEAL EFFECT
		10. PAGE TRANSITION
		11. PRELOADER
		12. PAGE LOADED
		13. TEXT ROTATER
		14. PERSPECTIVE 
		15. SOCIAL BAR
		16. HEADER
		17. DROPDOWN
		18. SLIDER
		19. SLIDER FRACTION
		20. SLIDER BUTTONS
		21. SLIDER CONTENT
		22. SLIDER LINKS
		23. INT HERO
		24. ABOUT STUDIO
		25. WORKS
		26. WORKS FILTER
		27. WORKS FIGURE
		28. ICON FEATURES
		29. TEAM MEMBERS
		30. CLIENTS
		31. SIDE IMAGE CONTENT
		32. AWARDS
		33. JOURNAL
		34. CONTACT
		35. FOOTER
		36. SCROLL DOWN
		37. RESPONSIVE MEDIUM FIXES
		38. RESPONSIVE TABLET FIXES
		39. RESPONSIVE MOBILE FIXES



*/


/* GOOGLE FONTS */

@import url("https://fonts.googleapis.com/css?family=Fjalla+One|Poppins:300,400,600,800&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap');


/* BODY */

* {
    outline: none !important;
}

.intercom-lightweight-app-launcher {
    left: 60px !important;
    right: auto !important;
    bottom: 60px !important;
    background: #E77F20 !important;
}
.intercom-namespace .intercom-jpv67y{
    left: 60px !important;
    right: auto !important;
    bottom: 60px !important;
    background: #E77F20 !important;
}
.intercom-namespace .intercom-1d87wj3 {
    left: 60px !important;
    right: auto !important;
    bottom: 140px !important;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'El Messiri', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    background: #0E0F23 !important;
}

.mt-30 {margin-top: 30px !important;}
.mb-30 {margin-bottom: 30px !important;}

.backtotop {
  right: 15px;
  z-index: 999;
  bottom: 80px;
  display: none;
  position: fixed;
}
.backtotop .scroll {
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  font-size: 14px;
  position: relative;
  align-items: center;
  border-radius: 100%;
  color: #000323;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 10px 33.25px 1.75px rgba(0, 0, 0, 0.15);
}

/* HTML ELEMENTS */

img {
    max-width: 100%;
}


/* LINKS */

a {
    color: #222327;
    -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;
}

a:hover {
    text-decoration: underline;
    color: #222327;
}


/* CUSTOM CLASSES */

.overflow {
    overflow: hidden;
}


/* CUSTOM CONTAINER */

@media (min-width: 1300px) {
    .container {
        max-width: 1340px;
    }
}


/* SECTIONS */

@media screen and (max-width: 1440px) {
    .site-navigation .inner ul li a {
        font-size: 28px !important;
        display: inline-block;
        font-weight: 800;
        color: #fff;
        -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;
    }
    .site-navigation .inner ul li ul li a {
        font-size: 15px !important;
        text-transform: uppercase;
    }
    .site-navigation .inner ul li i {
        margin-left: 20px;
        font-size: 20px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        transform: translateY(-5px);
        cursor: pointer;
    }
    .site-navigation .inner ul li:first-child i {
        margin-left: 0;
        font-size: 20px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        transform: translateY(-5px);
        cursor: pointer;
    }
    .inner-photo-section .video-bg img {
        min-width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
    }
}

@media screen and (max-width: 1000px) {
    .footer {
        width: 100%;
        position: relative !important;
        left: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px !important;
        color: #fff;
        background: url(../../assets/images/footer-bg.png) top center no-repeat;
        background-size: 80% auto;
    }
    body {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 450px) {
    .carousel-hero .carousel-slider .swiper-slide .inner h2 {
        width: 100%;
        float: left;
        font-size: 10vw !important;
        line-height: 12vw !important;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px;
    }
    .left-side {
        width: 140px !important;
        border-right: none;
    }
    .left-side .logo {
        display: inline-block;
        margin-bottom: auto;
        margin-left: 20px !important;
    }
    .left-side .logo img {
        width: 200px !important;
    }
    .left-side {
        height: auto !important;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 12 !important;
        text-align: center;
        /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
        padding: 30px 0;
        -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;
        opacity: 0;
    }
    .site-navigation {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 12 !important;
        opacity: 0;
        visibility: hidden;
        -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);
        background: #0E0F23;
        padding-left: 50px !important;
    }
    .inner-photo-section .inner {
        padding-left: 20px !important;
    }
    .inner-photo-section .inner h1 {
        color: #fff;
        font-weight: 600;
        font-size: 30px !important;
        letter-spacing: -1px !important;
    }
    .inner-photo-section .container {
        padding-right: 30px !important;
    }
    .inner-photo-section .inner a {
        padding: 12px 12px !important;
        margin-top: 20px;
        background: #fff;
        border-radius: 30px;
        border: 2px solid #E77F20;
        font-size: 13px !important;
        font-weight: 400;
        color: #E77F20;
    }
    .testimonials {
        margin-top: 0 !important;
    }
    .footer {
        width: 100%;
        position: relative !important;
        left: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px !important;
        color: #fff;
        background: url(../../assets/images/footer-bg.png) top center no-repeat;
        background-size: 80% auto;
    }
    .footer img {
        width: 70% !important;
    }
    .footer p {
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 30px !important;
        opacity: 0.7;
        padding: 0 !important;
    }
    .footer a.link {
        float: left;
        margin-bottom: 30px !important;
    }
    .footer ul li {
        margin-left: 0;
        margin-right: 30px !important;
    }
    .footer ul li:last-child {
        margin-left: 0;
        margin-right: 0px !important;
    }
    .footer ul li a {
        color: #fff;
        font-size: 20px !important;
    }
    .footer .footer-bar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px !important;
        padding: 50px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 13px;
    }
    body {
        margin-bottom: 0 !important;
    }
    .page-header .inner {
        padding-left: 20px !important;
    }
    .faq {
        list-style: none;
        padding-left: 0 !important;
    }
    .training {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 0;
        background: #fff;
        color: #fff;
    }
    .training ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: -60px 0;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .training ul li {
        width: 100% !important;
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 20px !important;
    }
    .training ul li figure {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
        background: #222327;
        -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;
    }
    .training ul li figure:hover {
        box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
        transform: translateY(-10px);
    }
    .training ul li figure:hover:before {
        opacity: 1;
    }
    .training ul li figure:before {
        content: "";
        width: 90%;
        height: 30%;
        position: absolute;
        right: -25px;
        bottom: -30px;
        z-index: -1;
        background: url(../../assets/images/dot-pattern.png) right;
        background-size: 10px;
        opacity: 0;
        -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;
    }
    .training ul li figure a {
        width: 100%;
        background: #222327;
        display: block;
        position: relative;
        z-index: 2;
    }
    .training ul li figure a img {
        width: 100%;
    }
    .training ul li h3 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 40px;
        letter-spacing: 1px;
        color: #222;
    }
    .training ul li small {
        display: block;
        font-family: 'El Messiri', sans-serif;
        opacity: 0.7;
        color: #222;
    }
    /*SONU*/
}


/**/

@media screen and (max-width: 321px) {
    .carousel-hero .carousel-slider .swiper-slide .inner h2 {
        width: 100%;
        float: left;
        font-size: 9vw !important;
        line-height: 12vw !important;
        font-weight: 800;
        color: #fff;
        margin-bottom: 10px;
    }
    .left-side {
        width: 140px !important;
        border-right: none;
    }
    .left-side .logo {
        display: inline-block;
        margin-bottom: auto;
        margin-left: 20px !important;
    }
    .left-side .logo img {
        width: 200px !important;
    }
    .left-side {
        height: auto !important;
        display: flex;
        flex-direction: column;
        position: absolute;
        left: -100%;
        top: 0;
        z-index: 12 !important;
        text-align: center;
        /* border-right: 1px solid rgba(255, 255, 255, 0.1); */
        padding: 30px 0;
        -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;
        opacity: 0;
    }
    .site-navigation {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        right: -100%;
        top: 0;
        z-index: 12 !important;
        opacity: 0;
        visibility: hidden;
        -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);
        background: #0E0F23;
        padding-left: 50px !important;
    }
    .site-navigation .inner ul li a {
        font-size: 20px !important;
        display: inline-block;
        font-weight: 800;
        color: #fff;
        -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;
    }
    .site-navigation .inner ul.menu-social-media li a i {
        margin-right: 8px !important;
        font-size: 15px !important;
        color: #fff;
        display: inline-block;
        line-height: 1;
        transform: translateY(-5px);
        cursor: pointer;
    }
    .inner-photo-section .inner {
        padding-left: 20px !important;
    }
    .inner-photo-section .inner h1 {
        color: #fff;
        font-weight: 600;
        font-size: 30px !important;
        letter-spacing: -1px !important;
    }
    .inner-photo-section .container {
        padding-right: 30px !important;
    }
    .inner-photo-section .inner a {
        padding: 12px 12px !important;
        margin-top: 20px;
        background: #fff;
        border-radius: 30px;
        border: 2px solid #E77F20;
        font-size: 11px !important;
        font-weight: 400;
        color: #E77F20;
    }
    .testimonials {
        margin-top: 0 !important;
    }
    .footer {
        width: 100%;
        position: relative !important;
        left: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-wrap: wrap;
        padding-top: 50px !important;
        color: #fff;
        background: url(../../assets/images/footer-bg.png) top center no-repeat;
        background-size: 80% auto;
    }
    .footer img {
        width: 70% !important;
    }
    .footer p {
        font-size: 15px;
        font-weight: 300;
        line-height: 30px;
        margin-bottom: 30px !important;
        opacity: 0.7;
        padding: 0 !important;
    }
    .footer a.link {
        float: left;
        margin-bottom: 30px !important;
    }
    .footer ul li {
        margin-left: 0;
        margin-right: 30px !important;
    }
    .footer ul li:last-child {
        margin-left: 0;
        margin-right: 0px !important;
    }
    .footer ul li a {
        color: #fff;
        font-size: 20px !important;
    }
    .footer .footer-bar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px !important;
        padding: 50px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 13px;
    }
    body {
        margin-bottom: 0 !important;
    }
    .page-header .inner {
        padding-left: 20px !important;
    }
    .faq {
        list-style: none;
        padding-left: 0 !important;
    }
    .training {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 150px 0;
        background: #fff;
        color: #fff;
    }
    .training ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin: -60px 0;
        padding: 0;
        position: relative;
        z-index: 2;
    }
    .training ul li {
        width: 100% !important;
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        padding: 20px !important;
    }
    .training ul li figure {
        width: 100%;
        display: block;
        margin-bottom: 30px;
        position: relative;
        z-index: 2;
        background: #222327;
        -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;
    }
    .training ul li figure:hover {
        box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
        transform: translateY(-10px);
    }
    .training ul li figure:hover:before {
        opacity: 1;
    }
    .training ul li figure:before {
        content: "";
        width: 90%;
        height: 30%;
        position: absolute;
        right: -25px;
        bottom: -30px;
        z-index: -1;
        background: url(../../assets/images/dot-pattern.png) right;
        background-size: 10px;
        opacity: 0;
        -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;
    }
    .training ul li figure a {
        width: 100%;
        background: #222327;
        display: block;
        position: relative;
        z-index: 2;
    }
    .training ul li figure a img {
        width: 100%;
    }
    .training ul li h3 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 40px;
        letter-spacing: 1px;
        color: #222;
    }
    .training ul li small {
        display: block;
        font-family: 'El Messiri', sans-serif;
        opacity: 0.7;
        color: #222;
    }
    /*SONU*/
}


/**/


/**/

@media screen and (max-width: 993px) {
    .inner-photo-section .inner a {
        padding: 12px 15px !important;
        margin-top: 20px;
        background: #fff;
        border-radius: 30px;
        border: 2px solid #E77F20;
        font-size: 13px !important;
        font-weight: 400;
        color: #E77F20;
    }
}


/**/


/**/

@media screen and (max-width: 1070px) {
    .inner-photo-section .inner a {
        padding: 12px 15px !important;
        margin-top: 20px;
        background: #fff;
        border-radius: 30px;
        border: 2px solid #E77F20;
        font-size: 13px !important;
        font-weight: 400;
        color: #E77F20;
    }
}


/**/

main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    background: #222327;
}

section {
    position: relative;
}

aside {
    position: relative;
}


/* FORM ELEMENTS */

input[type=text] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=email] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=search] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=password] {
    max-width: 100%;
    height: 58px;
    border: 1px solid #eee;
    padding: 0 20px;
}

input[type=submit] {
    height: 58px;
    border: none;
    background: #222327;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    font-size: 14px;
}

button[type=submit] {
    height: 58px;
    border: none;
    background: #222327;
    color: #fff;
    padding: 0 30px;
    font-weight: 600;
    font-size: 14px;
}

textarea {
    max-width: 100%;
    height: 140px;
    border: 1px solid #eee;
    padding: 20px;
}


/* EQUALIZER */

.equalizer {
    width: 26px;
    height: 30px;
    cursor: pointer;
    position: relative;
}

.equalizer span {
    background: #fff;
    width: 2px;
    height: 0px;
    bottom: 0;
    left: 0%;
    display: block;
    position: absolute;
    transition: height 0.2s linear;
}

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

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

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

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


/* SPLITTING */

.splitting .word,
.splitting .char {
    display: inline-block;
}

.splitting .char {
    position: relative;
}

.animated .char {
    display: inline-block;
    animation: texteffect 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
    animation-delay: calc(10ms * var(--char-index));
}


/* ODOMETER */

.odometer.odometer-auto-theme,
.odometer.odometer-theme-car {
    padding: 0;
}

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

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: -5px;
}

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

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-car .odometer-digit .odometer-value {
    text-indent: 0;
}


/* PAGINATION */

.pagination {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.pagination .page-item {
    display: inline-block;
    margin-right: 10px;
}

.pagination .page-item .page-link {
    font-weight: 600;
    border-radius: 0 !important;
    font-size: 13px;
    color: #222327;
    line-height: 1;
    padding: 15px 30px;
}


/* REVEAL EFFECT */

.reveal-effect {
    float: left;
    position: relative;
}

.reveal-effect>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: relative;
}

.reveal-effect>* {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.reveal-effect {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.reveal-effect {
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s;
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.reveal-effect.animated {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.reveal-effect.animated * {
    -webkit-animation-name: show-img-1;
    animation-name: show-img-1;
}

.reveal-effect:after {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.reveal-effect:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.05, 0);
    transform: scale(0.05, 0);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.masker:after {
    background-color: #0E0F23;
}

.reveal-effect.animated:after {
    -webkit-animation-name: slide-bg-2;
    animation-name: slide-bg-2;
}


/* SWIPER PAGINATION */

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    transform: scale(0.4);
    background: #fff;
    opacity: 1;
    border-radius: 50%;
}

.swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    background: none;
}

.swiper-pagination .swiper-pagination-bullet-active {
    -webkit-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: background-color 0.3s ease, transform 0.3s ease;
    -webkit-transform: scale(1);
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    background: none;
}


/* PRELOADER */

.preloader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
    background: #0E0F23;
    text-align: center;
    -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);
    overflow: hidden;
    transition-delay: 0.6s;
}

.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;
    top: 0;
    background: #0D0F22;
    transition-delay: 0.3s;
}

.preloader .inner {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.preloader .inner span {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}

.preloader .inner figure {
    display: block;
    margin-bottom: 20px;
    transition-delay: 0.1s;
}


.preloader .inner figure img {
    height: 40px;
    transform: translateX(-7px);

    animation: blinker 0.9s linear infinite;
}
 @keyframes blinker {  
      20% { opacity: 0; }
      }

video#loadingvideo {
 pointer-events: none;
 cursor: none;
}

video#loadingvideo::-webkit-media-controls {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Could Use thise as well for Individual Controls */
video#loadingvideo::-webkit-media-controls-play-button {display: none;}

video#loadingvideo::-webkit-media-controls-volume-slider {display: none;}

video#loadingvideo::-webkit-media-controls-mute-button {display: none;}

video#loadingvideo::-webkit-media-controls-timeline {display: none;}

video#loadingvideo::-webkit-media-controls-current-time-display {display: none;}

video#loadingvideo::-webkit-media-controls-panel {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
video#loadingvideo::-webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
video#loadingvideo::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

video#loadingvideo::-webkit-media-controls {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}


/* PAGE LOADED */

.page-loaded .preloader {
    left: -100%;
}

.page-loaded .preloader .inner figure {
    opacity: 0;
    transform: scale(1.5);
}

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

.page-loaded .preloader .layer {
    left: -100%;
}

.page-loaded .left-side {
    right: 0;
    opacity: 1;
}

.page-loaded .slider {
    filter: blur(0);
    transform: scale(1);
}

.page-loaded .page-header {
    filter: blur(0);
    transform: scale(1);
}

.page-loaded .inner-photo-section {
    filter: blur(0);
    transform: scale(1.1);
}

.page-loaded .all-cases-link {
    left: 30px;
}


/* PAGE TRANSTION */

.page-transition {
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 13;
    opacity: 0;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -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);
    background: #E77F20;
}

.page-transition .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0E0F23;
    -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.3s;
}

.page-transition.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

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


/* SITE NAVIGATION */

.site-navigation {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -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);
    background: #0E0F23;
    padding-left: 120px;
}

.site-navigation .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0E0F23;
    -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.3s;
}

.site-navigation .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    -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-delay: 0.7s;
    opacity: 0;
}

.site-navigation .inner ul {
    margin: 0;
    padding: 0;
    animation-duration: 1s;
}

.site-navigation .inner ul li {
    display: block;
    margin: 5px 0;
    padding: 5px 0;
}

.site-navigation .inner ul li ul {
    margin-top: 0;
    margin-bottom: 10px;
    display: none;
}

.site-navigation .inner ul li ul li {
    display: block;
    margin: 0;
}

.site-navigation .inner ul li ul li a {
    font-size: 20px;
    text-transform: uppercase;
}

.site-navigation .inner ul li i {
    margin-left: 20px;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    transform: translateY(-5px);
    cursor: pointer;
}

.site-navigation .inner ul li:first-child i {
    margin-left: 0;
    font-size: 30px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    transform: translateY(-5px);
    cursor: pointer;
}

.site-navigation .inner ul li small {
    width: 100%;
    display: block;
    color: #fff;
    opacity: 0.7;
    letter-spacing: 0.5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    transform: translateY(-15px);
}

.site-navigation .inner ul li a {
    font-size: 38px;
    display: inline-block;
    font-weight: 800;
    color: #fff;
    -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;
}

.site-navigation .inner ul li a:hover {
    color: #E77F20;
    text-decoration: none;
}

.site-navigation .inner ul.menu-social-media {
    margin: 0;
    padding: 0;
    animation-duration: 1s;
}

.site-navigation .inner ul.menu-social-media li {
    display: inline;
    margin: 5px 0;
    padding: 5px 0;
}

.site-navigation .inner ul.menu-social-media li a i {
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    transform: translateY(-5px);
    cursor: pointer;
}

.site-navigation .inner ul.menu-social-media li a:hover i {
    color: #E77F20;
}

.site-navigation.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.site-navigation.active .layer {
    width: 100%;
}

.site-navigation.active .inner {
    opacity: 1;
}

body.active{
  overflow-y: hidden !important; 
}



/* SECTION TITLES */

.section-title {
    font-family: 'El Messiri', sans-serif;
    margin-bottom: 80px;
    line-height: 1.4;
    font-size: 4vw;
    letter-spacing: 2px;
    color: #0E0F23;
}

.section-title a{
  color: #0E0F23;
}

/* SOCIAL MEDIA */

.social-media {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 3;
    background: #E77F20;
    opacity: 0;
    visibility: hidden;
    -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);
}

.social-media .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0E0F23;
    -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.3s;
}

.social-media .inner {
    position: relative;
    z-index: 2;
    padding-left: 100px;
    -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-delay: 0.7s;
    opacity: 0;
    text-align: center;
    width: 100%;
}

.social-media .inner h5 {
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
}

.social-media .inner ul {
    display: block;
    margin: 0;
    padding: 0;
}

.social-media .inner ul li {
    font-size: 2vw;
    display: inline-block;
    margin: 0 40px;
    padding: 0;
    list-style: none;
}

.social-media .inner ul li a {
    color: #fff;
}

.social-media .inner ul li a:hover {
    color: #E77F20;
    text-decoration: none;
}

.social-media.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.social-media.active .layer {
    width: 100%;
}

.social-media.active .inner {
    opacity: 1;
}


/* ALL CASES */

.all-cases {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 3;
    background: #E77F20;
    opacity: 0;
    visibility: hidden;
    -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);
}

.all-cases .layer {
    width: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #0E0F23;
    -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.3s;
}

.all-cases .inner {
    position: relative;
    z-index: 2;
    padding-left: 220px;
    -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-delay: 0.7s;
    opacity: 0;
    width: 100%;
}

.all-cases .inner ul {
    display: block;
    max-height: 500px;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
}

.all-cases .inner ul li {
    font-size: 8vw;
    font-weight: 800;
    margin: 0;
    padding: 0;
    list-style: none;
}

.all-cases .inner ul li a {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
}

.all-cases .inner ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.all-cases.active {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.all-cases.active .layer {
    width: 100%;
}

.all-cases.active .inner {
    opacity: 1;
}


/* ALL CASES LINK */

.all-cases-link {
    position: absolute;
    left: -100%;
    top: 30px;
    z-index: 99;
    -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;
}

.all-cases-link span {
    color: #fff;
    font-family: 'El Messiri', sans-serif;
    margin-right: 10px;
}

.all-cases-link b {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 25px;
    font-weight: 300;
    display: inline-block;
    background: #fff;
    color: #222327;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.all-cases-link b:hover {
    background: #E77F20;
    text-decoration: none;
    color: #fff;
}


/* LEFT SIDE */

.left-side {
    width: 250px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -100%;
    top: 0;
    z-index: 10;
    text-align: center;
    /*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
    padding: 30px 0;
    -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;
    opacity: 0;
}

.left-side .logo {
    display: inline-block;
    margin-bottom: auto;
}

.left-side .logo img {
    width: 180px;
}

.left-side .hamburger {
    margin: auto;
}

.left-side .follow-us {
    width: 100px;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
    text-align: center;
    /*transform: rotate(-90deg);*/
    /*margin: 0 auto;*/
    margin-left: 15px;
    cursor: pointer;
}

.left-side .follow-us:hover {
    color: #E77F20;
}

.left-side .equalizer {
    margin: auto;
    margin-bottom: 0;
}


/* SLIDER */

.slider {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    -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);
    transform: scale(1.2);
    filter: blur(20px);
    transition-delay: 0.8s;
}

.slider .swiper-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}

.slider .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.slider .swiper-container .swiper-slide video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.slider .gallery-top {
    height: 100%;
    width: 100%;
    background: #222327;
}

.slider .gallery-thumbs {
    width: calc(100% - 240px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 120px;
    padding-bottom: 30px;
    z-index: 9;
    position: absolute;
    bottom: 30%;
    right: 0;
    height: auto;
    color: #fff;
}

.slider .gallery-thumbs .swiper-slide {
    width: 90%;
    height: 100%;
    opacity: 0.4;
    text-align: center;
    filter: blur(3px);
}

.slider .gallery-thumbs .swiper-slide span {
    margin-left: 50%;
    transform: translateX(-50%);
    float: left;
    font-size: 3vw;
    line-height: 5vw;
    font-weight: 800;
}

.slider .gallery-thumbs .swiper-slide a {
    display: none;
    font-size: 13px;
    color: #fff;
    font-family: 'El Messiri', sans-serif;
    padding-bottom: 5px;
    position: relative;
}

.slider .gallery-thumbs .swiper-slide a:before {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    -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;
}

.slider .gallery-thumbs .swiper-slide a:hover {
    text-decoration: none;
}

.slider .gallery-thumbs .swiper-slide a:hover:before {
    width: 100%;
}

.slider .gallery-thumbs .swiper-slide-active {
    width: 100%;
    opacity: 1;
    transform: scale(1.4);
    filter: blur(0px);
}

.slider .gallery-thumbs .swiper-slide-active span {
    font-size: 4vw;
}

.slider .gallery-thumbs .swiper-slide-active a {
    display: inline-block;
}

.slider .swiper-button-prev {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 120px;
    bottom: 30px;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
    background: none;
}

.slider .swiper-button-next {
    height: auto;
    position: absolute;
    left: auto;
    top: auto;
    right: 40px;
    bottom: 30px;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
    background: none;
}

.slider .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 3;
    text-align: center;
}

.slider .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: 'El Messiri', sans-serif;
    font-size: 14px;
}

.slider .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}

.slider .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}


/* VIDEO HERO */

.video-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.video-hero .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #222327;
}

.video-hero .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
}

.video-hero .inner {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    z-index: 2;
}

.video-hero .inner span {
    width: 100%;
    float: left;
    font-size: 8vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 30px;
}

.video-hero .inner a {
    font-size: 19px;
    color: #fff;
    font-family: 'El Messiri', sans-serif;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.video-hero .inner a:hover {
    text-decoration: none;
    color: #E77F20;
}


/* CAROUSEL HERO */

.carousel-hero {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.carousel-hero .carousel-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.carousel-hero .carousel-slider .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

.carousel-hero .carousel-slider .swiper-slide video {
    object-fit: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active .inner {
    opacity: 1;
}

.carousel-hero .carousel-slider .swiper-slide.swiper-slide-active:after {
    opacity: 0.4;
}

.carousel-hero .carousel-slider .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0E0F23;
    opacity: 0.5;
    z-index: 1;
}

.carousel-hero .carousel-slider .swiper-slide .inner {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    opacity: 0;
    -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;
    margin-top: 550px;
}

.carousel-hero .carousel-slider .swiper-slide .inner h2 {
    width: 100%;
    float: left;
    font-size: 4vw;
    line-height: 5vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a {
    font-size: 19px;
    color: #fff;
    font-family: 'El Messiri', sans-serif;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 2px solid #fff;
    padding-bottom: 4px;
}

.carousel-hero .carousel-slider .swiper-slide .inner a:hover {
    text-decoration: none;
    color: #E77F20;
}

.carousel-hero .carousel-slider .swiper-slide .inner p {
    font-size: 18px;
    color: #fff;
    font-family: 'El Messiri', sans-serif;
    padding-bottom: 5px;
    position: relative;
    padding-bottom: 4px;
    font-weight: 100 !important;
    margin-top: 25px;
}

.carousel-hero .swiper-button-prev {
    height: auto;
    position: absolute;
    right: auto;
    top: auto;
    left: 120px;
    bottom: 30px;
    z-index: 1;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
    background: none;
}

.carousel-hero .swiper-button-next {
    height: auto;
    position: absolute;
    right: auto;
    top: auto;
    left: 40px;
    bottom: 30px;
    z-index: 1;
    font-family: 'El Messiri', sans-serif;
    color: #fff;
    background: none;
}

.carousel-hero .slide-progress {
    width: 220px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -110px;
    z-index: 1;
    text-align: center;
}

.carousel-hero .slide-progress span {
    display: inline-block;
    color: #fff;
    font-family: 'El Messiri', sans-serif;
    font-size: 14px;
}

.carousel-hero .slide-progress .swiper-pagination {
    width: 160px;
    height: 2px;
    margin: auto 10px;
    display: inline-block;
    position: static;
    background: rgba(255, 255, 255, 0.3);
}

.carousel-hero .slide-progress .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #fff;
}


/* PAGE HEADER */

.page-header {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: #0E0F23;
    position: relative;
    -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);
    transform: scale(1.2);
    filter: blur(20px);
    transition-delay: 0.8s;
}

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

.page-header .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}

.page-header .inner {
    width: 100%;
    padding-left: 220px;
    position: relative;
    z-index: 2;
}

.page-header .inner h1 {
    color: #fff;
    font-weight: 800;
    font-size: 10vw;
    letter-spacing: 0px;
}

.page-header .inner h1.type2 {
    color: #fff;
    font-weight: 800;
    font-size: 7vw;
    letter-spacing: 0px;
}

.page-header .inner h1.type3 {
    color: #fff;
    font-weight: 800;
    font-size: 5vw;
    letter-spacing: 0px;
}

.page-header .inner p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.5px;
}


.page-header .scroll-down-container{
  width: 100%;
    text-align: center;
    color: #fff;
    bottom: 50px;
    position: absolute; 
}

.mouse_scroll {
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 100px;
  margin-top: 125px;
  text-align: center;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
   
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}

.mouse_scroll .tut{margin-bottom: 15px;}

.unu
{
  margin: 0 auto;
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  
  animation-direction: alternate;
  animation-delay: alternate;

}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .2s;
  animation-direction: alternate;
  margin: 0 auto;
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  
  animation-delay: .3s;
  animation-direction: alternate;
  
  margin: 0 auto;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
  margin: 0 auto;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}

/*EK*/


/* PAGE HEADER */

.inner-photo-section {
    width: 100%;
    height: 560px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background: #0E0F23;
    position: relative;
    -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);
    transform: scale(1.2);
    filter: blur(20px);
    transition-delay: 0.8s;
}

.inner-photo-section .video-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.inner-photo-section .video-bg video {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
}

.inner-photo-section .video-bg img {
    min-width: 100%;
    position: absolute;
}

.inner-photo-section .inner {
    width: 100%;
    padding-left: 220px;
    position: relative;
    z-index: 2;
}

.inner-photo-section .inner h1 {
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    letter-spacing: -3px;
}

.inner-photo-section .inner p {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.inner-photo-section .inner a {
    padding: 12px 25px;
    margin-top: 20px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #E77F20;
    font-size: 15px;
    font-weight: 400;
    color: #E77F20;
}

.inner-photo-section .inner a:hover {
    background: #E77F20;
    color: #fff;
    text-decoration: none;
}


/**/


/* INTRO */

.intro {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    color: #333;
    background: #fff;
}

.intro .col-lg-7 {
    padding-left: 10%;
    display: table;
}

.intro .col-lg-7 .v-middle {
    display: table-cell;
    vertical-align: middle;
}

.intro h1 {
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 20px;
    color: #0E0F23;
}

.intro h1 span.colored {
    color: #E77F20;
}

.intro h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.intro h6:after {
    content: "";
    width: 70px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 7px;
}

.intro b {
    font-size: 120px;
    line-height: 1;
    font-family: 'El Messiri', sans-serif;
    float: left;
    font-weight: 400;
    margin-right: 20px;
}

.intro h4 {
    font-weight: 600;
}

.intro p {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 36px;
}

.intro small {
    display: block;
    opacity: 0.7;
    margin-bottom: 50px;
}

.intro a {
    color: #333;
    font-size: 17px;
    border-bottom: 1px solid #E77F20;
    padding-bottom: 5px;
}

.intro a:hover {
    border-color: #fff;
}


/* INTRO IMAGE */

.intro-image {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 150px;
    position: relative;
}

.intro-image:before {
    content: "";
    width: 100%;
    height: 100px;
    background: #0E0F23;
    position: absolute;
    left: 0;
    top: 0;
}

.intro-image.light:before {
    background: #fff;
}

.intro-image .office-slider {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #222327;
    position: relative;
    overflow: hidden;
}

.intro-image figure {
    width: 100%;
    display: block;
    margin: 0;
    position: relative;
}

.intro-image figure img {
    width: 100%;
    opacity: 0.7;
}

.intro-image figure figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px;
    line-height: 1;
}

.intro-image figure figcaption h6 {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}


/*ACCORDION*/

.faq {
    list-style: none;
}

.faq li {
    padding: 30px;
}

.faq li.q {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px #eee solid;
    cursor: pointer;
    text-align: right;
}

.faq li.a {
    font-weight: normal;
    color: #111;
    background: #fff;
    display: none;
}


/* PROCESS */

.process {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 150px;
    color: #fff;
    text-align: center;
}

.process .odometer {
    font-family: 'El Messiri', sans-serif;
    font-size: 5vw;
    line-height: 1;
}

.process .symbol {
    width: 100%;
    display: block;
    font-size: 12px;
}

.process small {
    width: 80%;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    margin: 20px 10%;
    font-weight: 600;
}


/* ICON CONTENT BLOCK */

.icon-content-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #222;
    background: #fff;
    padding: 150px 0;
}

.icon-content-block .container {
    position: relative;
    z-index: 2;
}

.icon-content-block .content-block {
    width: 100%;
    display: block;
    margin: 0;
    padding: 50px 30px;
    position: relative;
    -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;
}

.icon-content-block .content-block.selected {
    background: #E77F20;
    color: #fff;
    /*box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);*/
    box-shadow: 15px 15px 30px rgb(0 0 0 / 10%)
}

.icon-content-block .content-block.selected:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url(../../assets/images/dot-pattern.png) right;
    background-size: 10px;
}

.icon-content-block .content-block figure {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.icon-content-block .content-block figure img {
    height: 75px;
}

.icon-content-block .content-block h6 {
    display: block;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.icon-content-block .content-block p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
}

.icon-content-block .content-block ul {
    margin: 0;
    padding: 0;
}

.icon-content-block .content-block ul li {
    padding: 3px 0;
    opacity: 0.7;
    list-style: none;
    font-weight: 300;
}


/* TEXT CONTENT BLOCK */

.text-content-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
}

.text-content-block .col-md-4 {
    margin: 20px 0;
}

.text-content-block .section-title {
    margin-bottom: 30px;
}

.text-content-block h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    padding-right: 20%;
    margin-bottom: 70px;
}

.text-content-block small {
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 5px;
    opacity: 0.1;
    display: block;
}

.text-content-block h6 {
    font-size: 20px;
    font-family: 'El Messiri', sans-serif;
    margin-bottom: 20px;
    line-height: 40px;
}

.text-content-block p {
    padding-left: 20%;
    margin-bottom: 0;
    line-height: 34px;
    font-size: 15px;
}


/* TESTIMONIALS */

.testimonials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    color: #fff;
    background: #0E0F23;
    position: relative;
}

.testimonials:before {
    content: "";
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonials .section-title {
    margin-bottom: 0;
}

.testimonials .testimonials-slider {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
}

.testimonials .swiper-pagination {
    width: 100px;
    right: 80px;
    left: auto;
    bottom: 115px;
    text-align: right;
    display: none;
}

.testimonials .swiper-pagination-bullet {
    background: #222327;
}

.testimonials .swiper-pagination-bullet:hover {
    border-color: #222327;
}

.testimonials .swiper-pagination-bullet-active {
    border-color: #222327;
    background: none;
}

.testimonials .testimonial {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 80px;
    background: #E77F20;
    color: #222327;
}

.testimonials .testimonial blockquote {
    font-size: 21px;
    line-height: 1.7;
    font-weight: 300;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.testimonials .testimonial .reviewer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.testimonials .testimonial .reviewer img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}

.testimonials .testimonial .reviewer .reviewer-infos {
    width: calc(100% - 65px);
    float: left;
}

.testimonials .testimonial .reviewer h6 {
    display: block;
    font-weight: 600;
}

.testimonials .testimonial .reviewer small {
    display: block;
}


/* TEAM */

.team {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 150px;
    padding-bottom: 100px;
    color: #fff;
    background: #0E0F23;
    position: relative;
    z-index: 2;
}

.team:before {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
}

.team .reveal-effect.masker:after {
    background: #222327;
}

.team h5 {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.team figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: -100px;
}

.team figure:hover ul {
    opacity: 1;
    visibility: visible;
}

.team figure img {
    width: 100%;
}

.team figure figcaption {
    display: block;
    color: #222327;
    margin-top: 20px;
}

.team figure figcaption h6 {
    display: block;
    font-weight: 600;
}

.team figure figcaption small {
    display: block;
    opacity: 0.5;
}

.team figure ul {
    width: 80%;
    display: flex; 
    margin: 10%;
    padding: 0;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 60px;
    -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;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.team figure ul li {
    flex: 1;
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: center;
    border-right: 1px solid #eee;
}

.team figure ul li:last-child {
    border-right: 0;
}

.team figure ul li a {
    color: #222327;
    font-size: 13px;
    padding: 5px;
}

.team figure ul li a:hover {
    color: #E77F20;
}


/* WORKS */

.works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
    color: #fff;
}

.works ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.works ul li {
    width: 33.33333%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 60px;
}


/*
.works ul li:nth-child(2n+2) {
  margin-top: 100px;
}
.works ul li:nth-child(3n+3) {
  margin-top: 40px;
}*/

.works ul li figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    background: #222327;
    -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;
}

.works ul li figure:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.works ul li figure:hover:before {
    opacity: 1;
}

.works ul li figure:before {
    content: "";
    width: 90%;
    height: 30%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url(../../assets/images/dot-pattern.png) right;
    background-size: 10px;
    opacity: 0;
    -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;
}

.works ul li figure a {
    width: 100%;
    background: #222327;
    display: block;
    position: relative;
    z-index: 2;
}

.works ul li figure a img {
    width: 100%;
}

.works ul li h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 26px;
    letter-spacing: -1px;
    color: #222;
    line-height: 35px;
    text-align: right;
}

.works ul li small {
    display: block;
    opacity: 1;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    text-align: right;
}

.works ul li small a {
    display: block;
    opacity: 1;
    color: #333;
    font-size: 17px;
    font-weight: 400 !important;
}

.works ul li small a:hover {
    text-decoration: underline !important;
}


/* TRAINING */

.training {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
    color: #fff;
}

.training ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -60px 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.training ul li {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    padding: 60px;
}

.training ul li figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
    background: #222327;
    -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;
}

.training ul li figure:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-10px);
}

.training ul li figure:hover:before {
    opacity: 1;
}

.training ul li figure:before {
    content: "";
    width: 90%;
    height: 30%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: -1;
    background: url(../../assets/images/dot-pattern.png) right;
    background-size: 10px;
    opacity: 0;
    -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;
}

.training ul li figure a {
    width: 100%;
    background: #222327;
    display: block;
    position: relative;
    z-index: 2;
}

.training ul li figure a img {
    width: 100%;
}

.training ul li h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 40px;
    letter-spacing: 1px;
    color: #222;
}

.training ul li small {
    display: block;
    font-family: 'El Messiri', sans-serif;
    opacity: 0.7;
    color: #222;
}


/* CASE STUDY */

.case-study {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
}

.case-study h6 {
    font-weight: 600;
    margin-top: 30px;
}

.case-study h5 {
    font-family: 'El Messiri', sans-serif;
    font-size: 5vw;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}

.case-study p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.case-study figure {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}

.case-study figure img {
    width: 100%;
}

.case-study figure video {
    width: 100%;
}

.case-study .container-fluid {
    margin-top: 80px;
    padding-left: 30px;
    padding-right: 30px;
}


/* BLOG */

.blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background: #fff;
}

.blog .col-lg-9 {
    padding-right: 60px;
}

.blog .sidebar {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
}

.blog .sidebar .widget {
    width: 100%;
    display: block;
    border-right: 1px solid #eee;
    margin-bottom: 40px;
    padding-right: 30px;
    padding-bottom: 10px;
}

.blog .sidebar .widget .title {
    display: block;
    font-weight: 800;
    font-size: 19px;
    padding: 15px 0;
    position: relative;
}

.blog .sidebar .widget .title:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #222327;
    position: absolute;
    right: -30px;
    top: 0;
}

.blog .sidebar .widget p {
    margin: 0;
}

.blog .sidebar .widget form {
    width: 100%;
}

.blog .sidebar .widget form input[type=text] {
    width: 100%;
    margin-bottom: 10px;
}

.blog .sidebar .widget .categories {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog .sidebar .widget .categories li {
    display: flex;
    flex-wrap: wrap;
    margin: 4px 0;
    padding: 0;
    list-style: none;
}

.blog .sidebar .widget .categories li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ccc;
    color: #fff;
    margin-right: 15px;
    margin-left: 0;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
}

.blog .sidebar .widget .categories li a {
    color: #222327;
    margin-left: 0;
    font-weight: 600;
}

.blog .sidebar .widget .tags {
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 0;
}

.blog .sidebar .widget .tags li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.blog .sidebar .widget .tags li a {
    font-weight: 600;
    font-size: 11px;
    background: #222327;
    color: #fff;
    line-height: 1;
    padding: 3px 6px;
}

.blog .sidebar .widget .tags li a:hover {
    color: #E77F20;
    text-decoration: none;
}

.blog .sidebar .widget .mini-works {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.blog .sidebar .widget .mini-works li {
    width: 33.3333%;
    display: inline-block;
    margin: 0;
    padding: 4px;
    list-style: none;
}

.blog .post {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}

.blog .post.single {
    position: relative;
}

.blog .post.single .post-image {
    width: 100%;
    margin-bottom: 50px;
}

.blog .post.single .post-content {
    width: 100%;
    padding: 0 60px;
}

.blog .post.single .post-content .text {
    font-size: 16px;
    color: #444;
    line-height: 30px;
}

.blog .post.single .post-content .text p{
    font-size: 16px;
    color: #444;
    line-height: 34px;
    font-weight: 400;
    margin-bottom: 20px;
}

.blog .post.single .post-content .text h3{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 20px;
    color: #333;
}

.blog .post.single .post-content .post-title {
    font-size: 50px;
    line-height: 70px;
}

.blog .post:nth-child(even) {
    position: relative;
}

.blog .post:nth-child(even) .post-image {
    order: 2;
}

.blog .post:nth-child(even) .post-image:before {
    right: auto;
    left: -25px;
}

.blog .post:nth-child(even) .post-content {
    order: 1;
    padding-right: 60px;
    padding-left: 0;
    text-align: right;
}

.blog .post .post-image {
    width: 45%;
    margin: 0;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}

.blog .post .post-image img {
    position: relative;
    width: 100%;
}

/*.home-blog .post .post-image span.category {
     position: absolute;
    z-index: 1;
    background: #e77f20;
    color: #fff;
    top: 0;
    left: 10px;
    padding: 10px 16px;
    border-radius: 0 0 10px 10px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
}*/

.home-blog .post .post-image span.category {
    position: absolute;
    z-index: 1;
    background: rgb(231 127 32);
    color: #fff;
    top: 20px;
    left: 20px;
    padding: 5px 8px;
    /* border-radius: 0 0 10px 10px; */
    font-size: 13px;
    font-weight: 400;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 30%);
}

.blog .post .post-image iframe {
    position: relative;
    width: 100%;
}

.blog .post .post-image:before {
    content: "";
    width: 90%;
    height: 60%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: 0;
    background: url(../../assets/images/dot-pattern.png) right;
    background-size: 10px;
    -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;
    opacity: 0.2;
}

.blog .post .post-content {
    width: 55%;
    padding-left: 60px;
}

.blog .post .post-content h5 {
    font-weight: 600;
    margin-top: 30px;
}

.blog .post .post-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.blog .post .post-content ul li {
    margin: 0;
}

.blog .post .post-content .social-share {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
}

.blog .post .post-content .social-share li {
    float: left;
    margin-right: 5px;
    padding: 0;
    list-style: none;
}

.blog .post .post-content .social-share li.facebook a {
    background: #475993;
}

.blog .post .post-content .social-share li.twitter a {
    background: #76a9ea;
}

.blog .post .post-content .social-share li.google-plus a {
    background: #f34a38;
}

.blog .post .post-content .social-share li.linkedin a {
    background: #0077b7;
}

.blog .post .post-content .social-share li.youtube a {
    background: #f61c0d;
}

.blog .post .post-content .social-share li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: left;
    background: #222327;
    color: #fff;
    border: none;
    border-radius: 0;
}

.blog .post .post-content .image-left {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.blog .post .post-content .image-full {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.blog .post .post-content .post-date {
    /*width: 100%;*/
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 10px;
    text-transform: uppercase;
    opacity: 0.5;
}
.blog .post .post-content .post-title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 3vw;
    font-weight: 800;
}

.blog .post .post-content .post-title a {
    color: #0E0F23;
}

.blog .post .post-content .post-title a:hover {
    color: #E77F20;
    text-decoration: none;
}

.blog .post .post-content .post-author {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.blog .post .post-content .post-author img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}

.blog .post .post-content .post-author span {
    display: inline-block;
    color: #A7A7A7;
}

.blog .post .post-content .post-author span a {
    color: #222327;
    font-size: 15px;
}

.blog .post .post-content .post-author span a:hover {
    color: #222327;
}

.blog .post .post-content .post-categories {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.blog .post .post-content .post-categories li {
    display: inline-block;
    list-style: none;
}

.blog .post .post-content .post-categories li a {
    font-weight: 600;
    font-size: 11px;
    background: #222327;
    color: #fff;
    line-height: 1;
    padding: 3px 6px;
}

.blog .post .post-content .post-categories li a:hover {
    color: #E77F20;
    text-decoration: none;
}

.blog .post .post-content .post-link {
    font-family: 'El Messiri', sans-serif;
    border-bottom: 2px solid #222327;
    padding-bottom: 5px;
}

.blog .post .post-content .post-link:hover {
    color: #E77F20;
    text-decoration: none;
}

.blog .sidebar .widget .blog {
    width: 100%;
    margin: 0;
    padding: 0;
}

.blog .sidebar .widget .blog li {
    display: flex;
    width: 100%;
    padding: 10px 0;
    flex-wrap: wrap;
    margin: 4px 0;
    list-style: none;
    border-bottom: 1px solid #eee;
}

.blog .sidebar .widget .blog li:last-child {
    display: flex;
    width: 100%;
    padding: 10px 0;
    flex-wrap: wrap;
    margin: 4px 0;
    list-style: none;
    border-bottom: none;
}

.blog .sidebar .widget .blog li span {
    width: 100%;
    line-height: 20px;
    color: #ccc;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 300;
}

.blog .sidebar .widget .blog li a {
    color: #222327;
    margin-left: 0;
    font-weight: 600;
}

.blog .blog-comment {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.blog .blog-comment .name {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.blog .blog-comment .date {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}

.blog .blog-comment .comment-text {
    width: 100%;
    font-size: 15px;
    line-height: 34px;
    font-weight: 400;
}


/*HOME BLOG*/

.home-blog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 100px 0;
    background: #fff;
}

.home-blog .post {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px 0;
}

.home-blog .post:nth-child(even) {
    position: relative;
}

.home-blog .post:nth-child(even) .post-image {
    order: 2;
}

.home-blog .post:nth-child(even) .post-image:before {
    right: auto;
    left: -25px;
}

.home-blog .post:nth-child(even) .post-content {
    order: 1;
    padding-right: 60px;
    padding-left: 0;
    text-align: right;
}

.home-blog .post .post-image {
    width: 100%;
    margin: 0;
    position: relative;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
}

.home-blog .post .post-image img {
    position: relative;
    width: 100%;
}

.home-blog .post .post-image:before {
    content: "";
    width: 90%;
    height: 60%;
    position: absolute;
    right: -25px;
    bottom: -30px;
    z-index: 0;
    background: url(../../assets/images/dot-pattern.png) right;
    background-size: 10px;
    -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;
    opacity: 0.2;
}

.home-blog .post .post-content {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
}

.home-blog .post .post-content h5 {
    font-weight: 600;
    margin-top: 30px;
}

.home-blog .post .post-content ul {
    margin-bottom: 30px;
    padding-left: 20px;
}

.home-blog .post .post-content ul li {
    margin: 0;
}

.home-blog .post .post-content .social-share {
    width: 100%;
    float: left;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
}

.home-blog .post .post-content .social-share li {
    float: left;
    margin-right: 5px;
    padding: 0;
    list-style: none;
}

.home-blog .post .post-content .social-share li.facebook a {
    background: #475993;
}

.home-blog .post .post-content .social-share li.twitter a {
    background: #76a9ea;
}

.home-blog .post .post-content .social-share li.google-plus a {
    background: #f34a38;
}

.home-blog .post .post-content .social-share li.linkedin a {
    background: #0077b7;
}

.home-blog .post .post-content .social-share li.youtube a {
    background: #f61c0d;
}

.home-blog .post .post-content .social-share li a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    float: left;
    background: #222327;
    color: #fff;
    border: none;
    border-radius: 0;
}

.home-blog .post .post-content .image-left {
    width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.home-blog .post .post-content .image-full {
    width: 100%;
    display: block;
    margin: 30px 0;
}

.home-blog .post .post-content .post-date {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    opacity: 0.5;
    text-align: right;
}

.home-blog .post .post-content .post-title {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 800;
    line-height: 45px;
    text-align: right;
}

.home-blog .post .post-content .post-title a {
    color: #0E0F23;
}

.home-blog .post .post-content .post-title a:hover {
    color: #E77F20;
    text-decoration: none;
}

.home-blog .post .post-content p {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    font-weight: 300;
    text-align: right;
}

.home-blog .post .post-content .post-author {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: right;
}

.home-blog .post .post-content .post-author img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-right: 15px;
    border-radius: 50%;
}

.home-blog .post .post-content .post-author span {
    display: inline-block;
    color: #A7A7A7;
}

.home-blog .post .post-content .post-author span a {
    color: #222327;
    font-size: 15px;
}

.home-blog .post .post-content .post-author span a:hover {
    color: #222327;
}

.home-blog .post .post-content .post-categories {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0;
}

.home-blog .post .post-content .post-categories li {
    display: inline-block;
    list-style: none;
}

.home-blog .post .post-content .post-categories li a {
    font-weight: 600;
    font-size: 11px;
    background: #222327;
    color: #fff;
    line-height: 1;
    padding: 3px 6px;
}

.home-blog .post .post-content .post-categories li a:hover {
    color: #E77F20;
    text-decoration: none;
}

.home-blog .post .post-content .post-link {
    font-family: 'El Messiri', sans-serif;
    border-bottom: 2px solid #222327;
    padding-bottom: 5px;
    position: absolute;
    right: 15px;
}

.home-blog .post .post-content .post-link:hover {
    color: #E77F20;
    text-decoration: none;
}



/*CARD*/

.card-block{
    width: 100%;
    display: flex;
    text-align: center;
    color: #222;
    background: #fff;
    padding: 100px 0 150px;
    flex-flow: row wrap;
  justify-content: center;
  direction: rtl;
}

.bg-white-2{
    background: #f9f9f9 !important;
}

.card {
    filter: blur(0);
  width: 18%;
  height: 538px;
  margin: 1em;
  perspective: 1500px;
  border: none;
  background: none;
}
.card .content {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.75, 0, 0.85, 1);
}

.more {
  display: none;
}
.more:checked ~ .content {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 10px;

}
.front .inner,
.back .inner {
  height: 100%;
  display: grid;
  padding: 1.5em;
  transform: translateZ(80px) scale(0.94);
}

.front {
  background-color: #fff;
  background-size: cover;
  background-position: center center;
}
.front:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  backface-visibility: hidden;
  /*background: linear-gradient(40deg, rgba(14, 15, 35, 0.7), rgba(231, 127, 32, 0.7));*/
}
.front .inner {
  grid-template-rows: 5fr 1fr 1fr 2fr 1fr;
  justify-items: center;
}
.front h2 {
  grid-row: 2;
  margin-bottom: 0.3em;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.front .rating {
  grid-row: 3;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  flex-flow: row nowrap;
}
.front .rating i {
  margin: 0 1px;
}

.back {
  transform: rotateY(180deg);
  background-color: #fff;
  border: 2px solid #f0f0f0;
  background-size: cover;
  background-position: center center;
}

.back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 6px;
  backface-visibility: hidden;
  background: linear-gradient(40deg, rgba(14, 15, 35, 0.9), rgba(231, 127, 32, 0.9));
}

.back .inner {
  grid-template-rows: 1fr 250fr 1fr 1fr 14fr 1fr 1fr;
  grid-template-columns: repeat(4, auto);
  grid-column-gap: 0.8em;
  justify-items: center;
}
.back .info {
  position: relative;
  display: flex;
  align-items: center;
  color: #355cc9;
  grid-row: 3;
}
.back .info:not(:first-of-type):before {
  content: "";
  position: absolute;
  left: -0.9em;
  height: 18px;
  width: 1px;
  background-color: #ccc;
}
.back .info span {
  font-size: 2em;
  font-weight: 700;
}
.back .info i {
  font-size: 1.2em;
}
.back .info i:before {
  background: linear-gradient(40deg, #355cc9, #438af3);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.back .info .icon {
  margin-left: 0.3em;
}
.back .info .icon span {
  display: block;
  margin-top: -0.25em;
  font-size: 0.8em;
  font-weight: 600;
  white-space: nowrap;
}
.back .description {
  grid-row: 2;
  grid-column: 1/-1;
  display: table-cell;
  vertical-align: baseline;
  font-size: 1.05em;
  border-radius: 5px;
  font-weight: 500;
  line-height: 1.4em;
  overflow: auto;
  color: #fff;
  padding-right: 10px;
  
}

.back .description p {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.back .location,
.back .price {
  font-weight: 600;
  color: #355cc9;
  grid-row: 1;
  font-size: 0.86em;
}
.back .location {
  grid-column: 1/3;
  justify-self: left;
}
.back .price {
  grid-column: 3/-1;
  justify-self: right;
}
.back .button {
  grid-column: 1/-1;
  justify-self: center;
}

.button {
  grid-row: -1;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  padding: 0 1.5em;
  height: 3em;
  line-height: 2.9em;
  min-width: 3em;
  background-color: transparent;
  border: solid 2px #fff;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  left: 50%;
  backface-visibility: hidden;
  transition: 0.3s ease-in-out;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}
.button:hover {
  background-color: #E77F20;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  text-shadow: none;
  border-color: #E77F20;
  color: #fff;
}
.button.return {
  line-height: 3em;
  color: #0E0F23;
  border-color: #0E0F23;
  text-shadow: none;
}
.button.return:hover {
  background-color: #0E0F23;
  color: #fff;
  box-shadow: none;
}


.cards-read-more{
    padding: 12px 25px;
    margin-top: 20px;
    background: none;
    border-radius: 30px;
    border: 2px solid #0E0F23;
    font-size: 18px;
    font-weight: 400;
    color: #0E0F23;
    text-transform: uppercase;

}

.cards-read-more:hover {
    background: #0E0F23;
    color: #fff;
    text-decoration: none;
}


/*CARD*/



/* CLIENTS */

.clients {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
    box-shadow: 15px 15px 50px rgba(0, 0, 0, 0.3);
}

.clients ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.clients ul li {
    width: 33.33333%;
    margin: 0;
    padding: 40px;
    list-style: none;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}


/* CONTACT */

.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0;
    background: #fff;
}

.contact h6 {
    font-weight: 600;
    margin-top: 30px;
}

.contact address {
    display: block;
}

.contact address p {
    margin: 0;
}

.contact address a {
    text-decoration: underline;
}

.contact p.notice {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 36px;
}

.contact .contact-form {
    width: 100%;
    display: block;
}

.contact .contact-form #contact {
    display: block;
}

.contact .contact-form #contact .form-group {
    display: block;
    position: relative;
    margin-bottom: 35px;
}

.contact .contact-form #contact .form-group span {
    width: 100%;
    line-height: 58px;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 20px;
    z-index: 0;
    -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;
}

.contact .contact-form #contact .form-group span.label-up {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group input[type=text],
input[type=email] {
    width: 100%;
    background: none;
    position: relative;
    z-index: 2;
}

.contact .contact-form #contact .form-group input:focus+span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group textarea {
    width: 100%;
    background: none;
    position: relative;
    z-index: 2;
}

.contact .contact-form #contact .form-group textarea:focus+span {
    font-size: 13px;
    line-height: 16px;
    top: -20px;
    font-weight: 600;
}

.contact .contact-form #contact .form-group label.error {
    width: 100%;
    color: red;
    margin-top: 5px;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
}

.contact .contact-form #success,
.contact .contact-form #error {
    display: none;
    float: left;
}

.contact .contact-form #error {
    background: red;
    color: #fff;
}

.contact .contact-form #success {
    background: green;
    color: #fff;
}

.contact .contact-form .alert {
    border: none;
    border-radius: 0;
    padding: 20px 30px;
}

.contact .map {
    width: 80%;
    height: 400px;
    display: block;
    background: #222327;
}

.contact .map iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/*MAP*/

.map-section {
    width: 100%;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}

.map-canvas {
    height: 540px;
}


/*MAP*/


/* FOOTER */

.footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    color: #fff;
    background: url(../../assets/images/footer-bg.png) top center no-repeat;
    background-size: 80% auto;
}

@media only screen and (max-width: 500px),
only screen and (max-device-width: 500px) {
  .footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
    color: #fff;
    background: url(../images/footer-bg.png) top center no-repeat;
    background-size: 80% auto;
}
}

.footer ul {
    margin: 0;
    padding: 0;
    float: none;
    margin-top: 40px;
}

.footer ul li {
    display: inline-block;
    margin-left: 10px;
}

.footer ul li a {
    color: #fff;
    font-size: 18px;
}

.footer ul li a:hover {
    color: #E77F20;
}

.footer ul.nav-menu {
    display: flex !important;
    flex-direction: column;
    margin-top: 25px;
}

.footer ul.nav-menu li {
    margin-bottom: 18px;
    position: relative;
    margin-left: 0;
}

.footer ul.nav-menu li a {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
}

.footer ul.nav-menu li a:hover {
    color: #E77F20;
    text-decoration: underline;
}

.footer h6 {
    font-family: 'El Messiri', sans-serif;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 20px;
}

.footer .widget-newsletter form .form-control {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 27.5px;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    height: 55px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 10px 30px;
}

.footer .widget-newsletter form .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 15px;
}

.footer .widget-newsletter form .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-size: 15px;
}

.footer .widget-newsletter form .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-size: 15px;
}

.footer .widget-newsletter form .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-size: 15px;
}

.footer .widget-newsletter form .btn.btn-theme {
    border-radius: 27.5px;
    font-size: 15px;
    font-weight: 500;
    background: #E77F20;
    padding: 16px 30px;
}

.footer .widget-newsletter form .btn.btn-theme .icon {
    font-size: 20px;
    right: 33px;
}

.footer .widget-newsletter form .btn.btn-theme:hover .icon {
    right: 31px;
}

.footer h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 50px;
    opacity: 0.7;
}

.footer p {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    opacity: 0.7;
}

.footer .link {
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid #E77F20;
    padding-bottom: 5px;
    position: absolute;
    right: 20px;
}

.footer .link:hover {
    border-color: #fff;
    text-decoration: none;
}

.footer .footer-bar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    padding: 50px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 13px;
}

.footer .footer-bar .copyright {
    margin: 0;
}

.footer .footer-bar .creation {
    margin-right: auto;
}

.footer .footer-bar .creation a {
    color: #fff;
    text-decoration: underline;
}

.footer .footer-bar .creation a:hover {
    text-decoration: none;
    color: #E77F20;
}

.footer a.mobile-app {
    min-width: 180px;
    text-align: center;
    padding: 15px 25px;
    border: 3px solid #fff;
    border-radius: 30px;
    clear: both;
    float: right;
    margin-top: 10px;
    color: #fff;
}

.footer a.mobile-app:hover {
    background: #E77F20;
}

.footer a.mobile-app i {
    margin-right: 10px;
    font-size: 15px;
}


.page-header a.mobile-app {
    min-width: 180px;
    text-align: center;
    padding: 15px 25px;
    border: 3px solid #fff;
    border-radius: 30px;
    margin-top: 150px;
    margin-right: 20px;
    color: #fff;
}

.page-header a.mobile-app:hover {
    background: #E77F20;
    color: #fff;
}

.page-header a.mobile-app i {
    margin-right: 10px;
    font-size: 15px;
}

@media only screen and (max-width: 500px) {
  
  .page-header a.mobile-app {
    min-width: 120px;
    text-align: center;
    padding: 15px 15px;
    border: 3px solid #fff;
    border-radius: 30px;
    margin-top: 150px;
    margin-right: 5px;
    color: #fff;
    font-size: 14px;
  }
  
}


/* RESPONSIVE TABLET FIXES */

@media only screen and (max-width: 991px),
only screen and (max-device-width: 991px) {
    .section-title {
        font-size: 8vw;
        margin-bottom: 50px;
    }
    .page-header .inner {
        padding-left: 160px;
    }
    .inner-photo-section .inner {
        padding-left: 160px;
    }
    .all-cases .inner {
        padding-left: 160px;
    }
    .social-media .inner ul li {
        font-size: 4vw;
    }
    .all-cases .inner ul li {
        font-size: 10vw;
    }
    .works {
        padding: 80px 0;
    }
    .works ul li {
        width: 50%;
    }
    .slider .gallery-thumbs .swiper-slide-active span {
        width: 100%;
        font-size: 8vw;
        line-height: 11vw;
    }
    .intro .col-lg-7 {
        padding-left: 15px;
        margin-top: 50px;
    }
    .text-content-block {
        padding: 80px 0;
    }
    .intro-image {
        padding-bottom: 80px;
    }
    .icon-content-block .col-lg-3:nth-child(3) {
        margin-top: 0;
    }
    .icon-content-block .content-block {
        padding: 30px 20px;
    }
    .process {
        margin-bottom: 80px;
    }
    .process .col-lg-3:first-child {
        margin-bottom: 40px;
    }
    .process .odometer {
        font-size: 8vw;
    }
    .testimonials {
        margin-top: 80px;
    }
    .testimonials:before {
        display: none;
    }
    .testimonials .col-lg-6:first-child {
        order: 2;
    }
    .testimonials .col-lg-6:last-child {
        order: 1;
    }
    .testimonials .testimonials-slider {
        margin-top: 40px;
        width: 100%;
    }
    .testimonials .swiper-pagination {
        bottom: 65px;
    }
    .testimonials .testimonial {
        padding: 50px 80px;
    }
    .testimonials .section-title {
        margin-top: 80px;
    }
    .team {
        padding: 80px 0;
    }
    .team:before {
        display: none;
    }
    .team .col {
        width: 33.33333%;
        flex-basis: auto;
        flex-grow: inherit;
    }
    .team figure {
        margin: 30px 0;
    }
    .team figure figcaption {
        color: #fff;
    }
    .team h5 {
        margin-bottom: 40px;
        margin-top: 0;
    }
    .intro {
        padding: 80px 0;
    }
    .clients {
        padding: 80px 0;
    }
    .blog {
        padding: 30px 0;
    }
    .blog .col-lg-9 {
        padding-right: 15px;
    }
    .contact {
        padding: 80px 0;
    }
    .contact .map {
        width: 100%;
        margin: 50px 0;
    }
    .contact .contact-form {
        margin-top: 30px;
    }
    .footer h6 {
        font-size: 26px;
    }
    .footer ul {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .footer ul li {
        margin-left: 0;
        margin-right: 10px;
    }
}


/* RESPONSIVE MOBILE FIXES */

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
    .section-title {
        font-size: 9vw;
        margin-bottom: 40px;
    }
    .slider .gallery-thumbs {
        width: 100%;
        margin: 0;
    }
    .page-header .inner {
        padding-left: 100px;
    }
    .page-header .inner p {
        font-size: 17px;
        padding-right: 10%;
    }
    .inner-photo-section .inner {
        padding-left: 100px;
    }
    .inner-photo-section .inner p {
        font-size: 17px;
        padding-right: 10%;
    }
    .all-cases .inner {
        padding-left: 100px;
    }
    .all-cases .inner ul li {
        font-size: 13vw;
    }
    .site-navigation .inner {
        padding-left: 0;
    }
    .site-navigation .inner ul li {
        line-height: 1;
    }
    .site-navigation .inner ul li a {
        font-size: 34px;
    }
    .site-navigation .inner ul li i {
        font-size: 20px;
        margin-left: 13px;
    }
    .site-navigation .inner ul li small {
        display: none;
    }
    .site-navigation .inner ul li ul {
        margin-top: 10px;
    }
    .site-navigation .inner ul li ul li a {
        font-size: 22px;
    }
    .left-side {
        width: 80px;
        border-right: none;
    }
    .left-side .follow-us {
        display: none;
    }
    .slide-progress {
        display: none;
    }
    /*.all-cases-link {
        right: 15px;
    }*/
    .swiper-button-next {
        right: 20px;
    }
    .swiper-button-prev {
        right: 90px;
    }
    .icon-content-block .col-lg-3:nth-child(3) {
        margin: 50px 0;
    }
    .icon-content-block .content-block {
        padding: 0;
    }
    .icon-content-block .content-block.selected {
        background: none;
        box-shadow: none;
    }
    .icon-content-block .content-block.selected:before {
        display: none;
    }
    .testimonials .testimonial {
        padding: 70px 50px;
    }
    .testimonials .swiper-pagination {
        bottom: 85px;
    }
    .team .col {
        width: 50%;
        flex-basis: 50%;
        flex-grow: inherit;
    }
    .team figure {
        display: block;
        height: auto;
    }
    .team figure img {
        height: auto;
        object-fit: cover;
    }
    .works ul li {
        width: 100%;
    }
    .works ul li:nth-child(2n+2) {
        margin-top: 0;
    }
    .works ul li:nth-child(3n+3) {
        margin-top: 0;
    }
    .clients ul li {
        padding: 30px 20px;
        width: 50%;
    }
    .clients ul li:last-child {
        display: none;
    }
    .blog .post .post-image {
        width: 100%;
        margin-bottom: 40px;
    }
    .blog .post .post-content {
        width: 100%;
        padding: 0 !important;
    }
    .blog .post:nth-child(even) {
        text-align: left;
    }
    .blog .post:nth-child(even) .post-image {
        order: 1;
    }
    .blog .post:nth-child(even) .post-content {
        order: 2;
        text-align: left;
    }
    .blog .post .post-content .post-title {
        font-size: 7vw;
    }
    .blog .post.single .post-content .post-title {
        font-size: 8vw;
    }
    .footer h2 {
        font-size: 7vw;
    }
    .footer h2 br {
        display: none;
    }
    .footer .footer-bar .creation {
        width: 100%;
        display: block;
        margin-top: 5px;
        text-align: center;
    }
}


/* ANIMATIONS */

@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes texteffect {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
    }
    100%,
    66.7% {
        visibility: visible;
    }
}

@keyframes show-img-1 {
    0%,
    66.6% {
        visibility: hidden;
    }
    100%,
    66.7% {
        visibility: visible;
    }
}

@-webkit-keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@keyframes slide-bg-2 {
    33.3% {
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0.05, 1);
        transform: scale(0.05, 1);
    }
    66.6% {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    66.7% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: right center;
        transform-origin: right center;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }
}

@media only screen and (max-width: 500px) {
    .swiper-button-prev {
        display: none !important;
    }
    .swiper-button-next {
        display: none !important;
    }

    .carousel-hero .carousel-slider .swiper-slide .inner {
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        opacity: 0;
        -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;
        margin-top: 300px;
    }
    .carousel-hero .carousel-slider .swiper-slide video {
        width: 100%;
        height: 100%;
        object-fit: cover !important;
        position: absolute;
        z-index: 1;
        
    }
    .carousel-hero .carousel-slider .swiper-slide .inner p {
          font-size: 14px;
          line-height: 20px;
          color: #fff;
          font-family: "Fjalla One", sans-serif;
          padding-bottom: 5px;
          position: relative;
          padding: 0 20px;
          padding-bottom: 4px;
          font-weight: 100 !important;
          margin-top: 25px;
      }
      .intercom-lightweight-app-launcher {
          right: 20px !important;
          bottom: 20px !important;
      }

    .card {
      filter: blur(0);
      width: 100%;
      height: 538px;
      margin: 1em;
      perspective: 1500px;
      border: none;
      background: none;
    }

}

.bir {
    text-align: right;
}

.iki {
    text-align: right !important;
    padding-right: 250px !important;
}

.uc {
    text-align: right !important;
    padding-right: 350px !important;
}

@media only screen and (max-width:850px) {
    .uc {
        padding-right: 175px !important;
    }
}

@media only screen and (max-width:570px) {
    .uc {
        padding-right: 125px !important;
    }
}

@media only screen and (max-width:450px) {
    .uc {
        padding-right: 50px !important;
    }
}

@media only screen and (max-width:500px) {
    .iki {
        padding-right: 75px !important;
    }
}

@media only screen and (max-width:767px) {
    .dort {
        display: inline-block;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

.dil {
    position: absolute;
    left: 140px;
    top: 30px;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    z-index: 9;
    flex-direction: column;
    -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;
}

@media only screen and (max-width:500px) {
    .dil {
        font-size: 12px
    }
}

.dil a {
    color: #fff;
}

.dil a.active,
.dil a:hover {
    color: #E77F20;
    text-decoration: none;
}

.dil span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (max-width:321px) {
    .dil {
        font-size: 12px
    }
}

@media only screen and (min-width:700px) and (max-width:1441px) {
    .dil {
        font-size: 20px
    }

    .carousel-hero .carousel-slider .swiper-slide .inner {
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        opacity: 0;
        -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;
        margin-top: 450px;
    }
    .carousel-hero .carousel-slider .swiper-slide video {
        object-fit: cover;
        position: absolute;
        z-index: 1;
       /* transform: translate(-12%, 0%);*/
       width: 100%;
       height: 100%;
    }

    .card {
      filter: blur(0);
      width: 17%;
      height: 538px;
      margin: 1em;
      perspective: 1500px;
      border: none;
      background: none;
    }

}

@media only screen and (min-width:322px) and (max-width:1440px) {
    

    .carousel-hero .carousel-slider .swiper-slide .inner {
        width: 100%;
        display: block;
        text-align: center;
        color: #fff;
        position: relative;
        z-index: 2;
        opacity: 0;
        -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;
        margin-top: 450px;
    }
    .carousel-hero .carousel-slider .swiper-slide video {
        object-fit: cover;
        position: absolute;
        z-index: 1;
       /* transform: translate(-12%, 0%);*/
       width: 100%;
       height: 100%;
    }

    .card {
      filter: blur(0);
      width: 17%;
      height: 538px;
      margin: 1em;
      perspective: 1500px;
      border: none;
      background: none;
    }
}

@media only screen and (max-width:400px) {
    .dil {
        left: 100px;
    top: 38px;
    }
}

@media only screen and (min-width:401px) and (max-width:700px) {
    .dil {
        left: 100px;
    top: 38px;
    }
}

/*# sourceMappingURL=style.css.map */