body>:not(.preloader-plus) {
    opacity: 0
}

body.complete>:not(.preloader-plus) {
    opacity: 1;
    transition: all 1s ease
}

.preloader-plus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    background-color: #fff;
    z-index: 999;
    transform: scale(1);
    transition: opacity 1s ease, transform 1s ease, left 0s ease
}

.preloader-plus.complete {
    left: 1000%
}

.preloader-plus * {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}

.preloader-plus img {
    display: block;
    max-width: 100%
}

.preloader-plus .preloader-site-title {
    padding: 0
}

.preloader-plus .preloader-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader-plus .preloader-content>:not(:last-child) {
    margin-bottom: 20px
}

.preloader-plus .preloader-plus-custom-content p {
    margin: 0
}

.preloader-plus .prog-bar-wrapper:not(.middle) {
    position: fixed;
    width: 100%;
    left: 50%;
    right: 50%;
    transform: translateX(-50%)
}

.preloader-plus .prog-bar {
    width: 0;
    height: 5px;
    background-color: red;
    transition: all 10ms linear
}

.preloader-plus .prog-bar-bg {
    position: absolute;
    width: 100%;
    height: 5px
}

.preloader-plus .prog-bar.complete {
    width: 100%
}

@keyframes preloader-rotation {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes preloader-fade {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

.preloader-plus {
    background-color: #2a2c6c
}

body.complete>*:not(.preloader-plus),
.preloader-plus {
    transition-duration: 1s, 1s, 0s
}

.preloader-plus * {
    color: #fefefe
}

.preloader-plus.complete {
    opacity: 0;
    transform: scale(1);
    transition-delay: 0s, 0s, 1s
}

.preloader-plus .preloader-site-title {
    font-weight: 700;
    font-size: 50px;
    text-transform: none
}

.preloader-plus #preloader-counter {
    font-weight: 700;
    font-size: 24px
}

.preloader-plus .preloader-plus-custom-content {
    font-weight: 700;
    font-size: 24px;
    text-transform: none
}

.preloader-plus-default-icons {
    width: 80px;
    height: 80px
}

.preloader-plus .preloader-custom-img {
    animation: preloader-none 1.5s linear infinite;
    width: 250px
}

.preloader-plus .prog-bar {
    height: 5px;
    background-color: #d33
}

.preloader-plus .prog-bar-bg {
    height: 5px;
    background-color: #919191
}

.preloader-plus .prog-bar-wrapper {
    top: 0;
    padding-top: 0;
    width: 100%
}

#home {
    overflow: visible;
    height: 100vh;
    min-height: 900px;
    padding-bottom: 80px
}

#home .container {
    height: 100%;
    justify-content: space-between;
    display: flex;
    flex-direction: column
}

#home .slick-dots {
    position: relative;
    bottom: auto;
    line-height: 1;
    text-align: left
}

#home .slick-dots li {
    width: 25px
}

#home .slick-dots li button {
    width: 25px;
    height: 2px;
    background-color: #fafafa;
    padding: 0;
    opacity: .3
}

#home .slick-dots li button:before {
    display: none
}

#home .slick-dots li.slick-active button {
    opacity: 1
}

#home .posts-slider {
    margin-top: 60px;
    margin-bottom: 0
}

.read-more {
    text-decoration: underline !important;
    margin-left: 10px;
    font-weight: 600
}

.home-top-row img {
    margin-top: 80px
}
.home-top-row h1 {
  font-size: 90px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width:800px) {
	.home-top-row h1 {
	  font-size: 60px;
	}
}
.animation-window {
    overflow: hidden
}

#designed-to-last {
  padding-bottom: 130px;
  padding-top: 30px;
}
.logoItem {
  margin-bottom: 80px;
}
.logoItem  img {
  display: inline-block;
  height: 75px;
  margin-right: 50px;
  opacity: 0.5;
}
.logoItem  img:hover {
  opacity: 1;
}
#studio-slider {
    padding-bottom: 260px
}

.studio-img, .studio-img-wrap {
  position: relative;
  width: calc(100% + 150px);
  z-index: 2;
height: 50px;
}

.studio-img-wrap h2 {
    position: absolute;
    top: -70px;
    left: 60px
}

.studio-img-wrap h2.mid-header {
    top: auto;
    left: auto;
    right: 150px;
    bottom: 25px;
    font-size: 48px;
    display: inline-block;
    z-index: 1;
    color: #fff
}

#fyre .studio-img-wrap h2.mid-header:after {
    height: 2px;
    content: '';
    background-color: #fff;
    display: block
}

#fyre .studio-img-wrap h2.mid-header:hover:after {
    opacity: 0
}

.design-content {
  display: block;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: 0;
  max-width: 365px;
  position: relative;
}
.design-content > img {
  left: -35px;
  position: absolute;
  top: -5px;
}
.founder {
    margin-top: -240px
}

.founder p {
    transform: rotate(-90deg);
    transform-origin: left;
    left: 30px;
    position: relative;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap
}

.name-line {
    height: 2px;
    min-width: 100px;
    display: inline-flex;
    background-color: #fff;
    margin-left: 20px;
    transform: rotate(-90deg);
    transform-origin: left;
    left: -70px;
    position: relative;
    top: -100px
}

.about-row-1 img {
    margin-right: 0;
    margin-left: auto;
    display: block;
    margin-top: -30px
}

.about-row-2 .col-12 {
    margin: auto;
    max-width: 670px;
    z-index: 2
}

.about-row-3 .animation-window:nth-child(2) {
    margin-top: 120px
}

.about-row-3 .animation-window:first-child {
    position: absolute;
    right: -120px;
    top: -90px;
    opacity: .77;
    z-index: 0
}

.explore-studio-link {
    font-size: 18px;
    letter-spacing: -.18px;
    line-height: 30px;
    position: relative;
    display: inline-block
}

.explore-studio-link:after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #fafafa;
    bottom: 0;
    left: 0
}

.explore-studio-link:hover:after {
    opacity: 0
}

.explore-studio-link:hover {
    color: #f7dd5f;
    border-bottom: none;
    text-decoration: none !important
}

.line {
    height: 1px;
    width: 122px;
    display: inline-block;
    background-color: #eaf3f5;
    margin-right: 30px
}

.single-blog-inner a {
    //color: #f7dd5f
}

#services {
    padding-top: 240px;
    padding-bottom: 160px
}

.service-icon {
    max-width: 200px
}

.service {
    height: 310px;
    margin-bottom: 30px
}

.service:last-child {
    margin-bottom: 0 !important
}

.service h4 {
    margin-bottom: 0
}

.service p {
    font-size: 14px;
    letter-spacing: 1.68px;
    line-height: 20px;
    margin-bottom: 40px
}

.featured-project-img {
    width: 100%;
    height: 750px;
    position: relative
}

#fyre .featured-project-img a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: none !important
}

.featured-project-info {
    padding: 30px 40px 35px;
    max-width: 860px;
    margin-right: -15px;
    margin-left: auto;
    position: relative
}

.featured-project-info-contain {
    transform: translateY(-50%);
    position: relative
}

#fyre #projects .featured-project-link-mobile {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff !important;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 2;
    transition: transform .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50%, -50%);
    cursor: pointer !important
}

.featured-project-link {
    position: fixed;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    z-index: 999;
    transition: transform .3s
}

.featured-project-info-col h3 {
    font-size: 28px;
    letter-spacing: -.28px;
    line-height: 30px;
    margin: 0
}

.featured-project-info-col {
    margin-right: 80px
}

.featured-project-info-col p {
    margin-bottom: 0
}

#projects {
    padding-left: 0
}

@media(min-width:781px) {
    .featured-project-info-contain {
        width: auto;
        float: right
    }

    .featured-project-info {
        margin-left: 0;
        float: right
    }
}

#testimonials {
    padding-top: 300px
}

.prev-testimonial,
.next-testimonial {
    width: 49px;
    height: 48px;
    border: 1px solid #fefefe;
    margin-right: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer
}

.next-testimonial {
    margin-right: 0
}

#append-nav {
    display: flex;
    margin-top: 20px
}

.testimonials-slider-nav {
    padding: 0
}

.testimonials-slider-contained {
    border-top: 2px solid #eaf3f5;
    margin-top: 50px;
    padding-top: 20px
}

.testimonials-slider-left {
    width: 260px;
    padding: 0 15px
}

.testimonials-slider {
    max-width: calc(100% - 260px);
    padding-right: 120px
}

.prev-testimonial i,
.next-testimonial i {
    color: #eaf3f5;
    font-size: 23px
}

#append-nav div:hover {
    background-color: #fefefe
}

#append-nav div:hover i {
    color: #013743
}

#latest-posts {
  padding-bottom: 0;
  background-color: #c0c0d3;
  color: #2a2c6c;
}
#latest-posts a{
 color: #2a2c6c;
}
#latest-posts a:hover{
 color:rgba(255,255,255,0.4);
}
#latest-posts .blog-category {
  font-family: Oswald;
  margin-bottom: 12px;
}
#latest-posts .blog-category a{
  text-decoration: none !important;
  text-transform: uppercase;
}
#latest-posts .blog-content h4 {
  font-weight: 500;
  margin-bottom: 12px;
  max-height: 56px;
  overflow: hidden;
  text-transform: uppercase;
}
.project-content a {
   // text-decoration: underline !important;
    font-weight: 600;
    font-size: 18px
}
.project-content a:hover ,
.project-content a:hover * {
	color:#c0c0d3;
}
.project-content {
    padding-bottom: 30px
}

@media (max-width:1400px) {
    .featured-project-info {
        margin-right: -35px;
        max-width: 780px
    }
}

@media (max-width:1400px) and (min-width:1200px) {
    .featured-project-img {
        width: calc(100vw + 200px)
    }
}

@media (max-width:1199px) and (min-width:992px) {
    .design-content {
        margin-bottom: 90px
    }

    .featured-project-img {
        width: calc(100vw + 120px)
    }

    .studio-img {
        height: 620px
    }

    .founder {
        margin-left: 8.333%;
        max-width: 240px
    }

    .about-row-3 .animation-window:first-child {
        max-width: 500px
    }

    .testimonials-slider {
        padding-right: 0
    }

    .testimonials-slider-left {
        width: 220px
    }

    .featured-project-img {
        height: 700px
    }
}

@media (max-width:991px) {
    #home {
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        min-height: auto;
        padding-bottom: 100px;
        padding-top: 180px
    }

    .design-content {
        margin-bottom: 120px
    }

    .founder {
        max-width: 220px;
        visibility: visible !important
    }

    .studio-img,
    .studio-img-wrap {
        margin-left: 15px
    }

    .testimonials-slider {
        width: 100%;
        order: 1;
        padding: 0 15px;
        max-width: 100% !important
    }

    .about-row-3 .animation-window:first-child {
        max-width: 450px;
        top: -70px;
        right: -150px
    }

    .testimonials-slider-left {
        width: 100%;
        order: 2;
        display: flex
    }

    .prev-testimonial {
        margin-right: 20px
    }

    .testimonials-slider-nav {
        padding: 0;
        order: 2;
        display: flex !important;
        justify-content: flex-end;
        flex-direction: column
    }

    #append-nav {
        margin-top: 20px;
        order: 1;
        margin-right: 40px
    }

    .testimonials-slider-nav p {
        margin-bottom: 0
    }

    .founder {
        max-width: 80px;
        margin-top: -60px
    }

    .studio-img-wrap h2.mid-header {
        bottom: -30px;
        font-size: 48px
    }

    .studio-img,
    .studio-img-wrap {
        height: 70px
    }

    .studio-img-wrap h2 {
        top: -100px;
        left: 0
    }

    #designed-to-last {
        padding-top: 80px
    }

    .design-content {
        margin-bottom: 170px
    }

    .about-row-2 {
        margin-top: 120px
    }

    .featured-project-link {
        display: none
    }

    .featured-project-img {
        height: 675px
    }

    .featured-project-info {
        position: relative;
        flex-direction: column
    }

    .featured-project-info-col h3 {
        margin-bottom: 20px
    }

    .lrg-header.splitHeaderTwo.underline:after {
        height: 6px
    }

    .service {
        margin-bottom: 60px
    }
}

@media (max-width:767px) {
    .testimonials-slider-contained p {
        font-size: 18px;
        line-height: 28px
    }

    .featured-project-img {
        height: 700px
    }

    .about-row-3 .animation-window:first-child {
        position: relative;
        top: auto;
        right: auto;
        max-width: 100%;
        margin: 80px 0 40px
    }

    .row.about-row-3 middle-content {
        position: relative
    }

    .line {
        display: none
    }

    .explore-studio-link {
        position: relative
    }

    .explore-studio-link:before {
        height: 1px;
        width: 100%;
        display: inline-block;
        background-color: #eaf3f5;
        content: '';
        position: absolute;
        left: calc(-100% - 25px);
        top: 50%
    }

    #services {
        padding-top: 140px;
        padding-bottom: 120px
    }

    .explore-studio-link {
        margin-left: 25px
    }

    #studio-slider {
        padding-bottom: 140px;
        padding-top: 20px
    }

    #more-projects {
        padding-bottom: 140px;
        padding-top: 40px
    }

    #projects {
        padding-bottom: 40px
    }

    #testimonials {
        padding-top: 80px;
        padding-bottom: 20px
    }

    .lrg-header.splitHeaderTwo.underline:after {
        height: 3px
    }
}

.ylw-txt.read-more div {
    text-decoration: underline !important;
    transform: none !important
}

.services-slide {
    position: relative
}

@media (min-width:992px) {
    .navigation-animated {
        animation-duration: .5s;
        animation-fill-mode: both;
        -webkit-animation-duration: .5s;
        -webkit-animation-fill-mode: both
    }

    .navigation-animatedFadeInUp {
        opacity: 0
    }

    .navigation-fadeInUp {
        opacity: 0;
        display: none;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp
    }

    @keyframes navigation-fadeInUp {
        from {
            transform: translate3d(0, 40px, 0)
        }

        to {
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
    }

    @-webkit-keyframes navigation-fadeInUp {
        from {
            transform: translate3d(0, 40px, 0)
        }

        to {
            transform: translate3d(0, 0, 0);
            opacity: 1
        }
    }
}

@media (min-width:992px) {

    .service2,
    .service3 {
        opacity: 0
    }

    .services-container {
        overflow: hidden;
        height: 340px
    }
}

@media screen and (max-width:991px) and (orientation:landscape) {
    #fyre .services-container {
        overflow: auto !important;
        height: auto !important
    }

    .service {
        opacity: 1
    }
}

.services-container {
    margin-top: 100px
}

.zero {
    padding: 0 !important
}

.lrg-header.splitHeaderTwo.underline {
    display: inline-block;
    position: relative
}

.lrg-header.splitHeaderTwo.underline:after {
    height: 8px;
    background-color: #013743;
    content: '';
    display: block
}

.lrg-header.splitHeaderTwo.underline:hover:after {
    opacity: 0
}

.annoument-read:after {
    content: '';
    height: 1px;
    display: block;
    background-color: #f7dd5f;
    position: relative;
    top: -4px
}

.annoument-read {
    position: relative;
    color: #f7dd5f;
    display: inline-block
}

.annoument-read,
.annoument-read div,
.annoument-read:hover {
    text-decoration: none !important
}

.annoument-read:hover:after {
    opacity: 0
}

@keyframes lds-rolling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.lds-rolling div,
.lds-rolling div:after {
    width: 100%;
    height: 100%;
    border: 10px solid #fefefe;
    border-top-color: transparent;
    border-radius: 50%
}

.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite
}

.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.light-slider .pagingInfo {
    color: #fff
}

.light-slider #magic-line,
.light-slider .item.slider-line {
    background: #fff
}

.drag-slide {
    height: 600px
}

.drag-slider {
    cursor: none;
    width: calc(100% + 35px)
}

.cursor {
    position: fixed;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    pointer-events: none;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    z-index: 999;
    transition: transform .3s
}

.pagingInfo {
    color: #013743;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -.24px;
    line-height: 34px;
    display: block;
    margin-bottom: 25px
}

.drag-slider-btm {
    margin-top: 25px;
    margin-left: 16px
}

.drag-slider .slick-slide {
    margin: 0 18px
}

.drag-slider .slick-list.draggable {
    padding-right: 90px
}

#fyre .slider-lines .slick-track {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
    transform: none !important;
    height: 2px
}

#fyre .slider-lines {
    position: relative
}

.item.slider-line {
    flex: auto;
    transition: transform .3s;
    background-color: #2a2c6c;
    opacity: .3
}

.drag-slider-nav .slick-list {
    padding: 0 !important
}

#magic-line {
    position: absolute;
    bottom: 0;
    height: 2px;
    background: #2a2c6c
}

@media (max-width:1199px) {
    .drag-slide {
        height: 500px
    }
}

@media (max-width:991px) {
    .drag-slide {
        height: 420px
    }

    .drag-slider .slick-list.draggable {
        padding-right: 40px
    }
}

@media (max-width:767px) {
    .drag-slide {
        height: 290px
    }

    .drag-slider .slick-slide {
        margin: 0 6px
    }

    .drag-slider-btm {
        margin-left: 6px
    }
}

@media (max-width:575px) {
    .drag-slide {
        height: 220px
    }
}



.about-row-2 {
    margin-top: 150px;
} 

.founderUser {
  width: 315px;
}
.founderUserItem {
  float: left;
  width: 150px;
  opacity:0.4
}
.founderUserItem:hover {
  opacity:1
}
.founderUserItem:last-child {
  float: right;
}
.founderUser   img {
    display: block;
    margin-bottom: 10px;
}
.founderUser   p {
  font-size: 90%;
  line-height: 1.3;
  opacity: 0.6;
}
.home #mobile-btn span {
     opacity: 0.4;
	 background-color:#fff
}
