/* custom css */
 #showreelModal{
     text-align: center;
     padding: 0!important 
}
 #showreelModal:before {
     content: '';
     display: inline-block;
     height: 100%;
     vertical-align: middle 
}
 #showreelModal .modal-content{
     border-radius: 0;
     border: 0;
     display: contents 
}
 #showreelModal .modal-body{
     padding: 0 
}
 #showreelModal .close{
     position: absolute;
     right: -5px;
     top: -5px;
     background: #fff;
     opacity: 1;
     border-radius: 30px;
     font-weight: 100;
     font-size: 20px;
     padding: 5px 8px 
}
 #showreelModal .modal-dialog{
     max-width: 100%;
     display: inline-block;
     text-align: left;
     vertical-align: middle 
}
 section .swiper-pagination-bullet{
     opacity: .5 
}
 section .swiper-pagination-bullet-active{
     opacity: 1 
}
 section#our-services{
     position: relative;
     background: #000;
     height: 100%;
     min-height: 750px 
}
 .page .header{
     min-height: unset;
     height: 50vh;
     overflow: hidden 
}
 .page.page-services .header{
     z-index: 1 
}
 .page header .left-side ul li a{
     color: #000 
}
 .page header .left-side ul li a:hover{
     border-bottom: 2px solid #000 
}
 .page header .scroll-down small{
     color: #000 
}
 .page header .scroll-down span::before{
     background: #000 
}
 .navbar .logo a img.color-logo{
     display: none 
}
 .page .navbar .logo a img.color-logo{
     display: unset 
}
 .page .navbar .logo a img.white-logo{
     display: none 
}
 .page .header{
     background: #fff 
}
 .page .header .container h1 span{
     -webkit-text-stroke-color: #000 
}
 .page .header .container h1{
     font-size: 4vw 
}
 .page .swiper-slider .swiper-slide .slide-inner{
     width: 60%;
     display: inline-block 
}
 .page .swiper-slider .swiper-slide.swiper-slide-active .services-desc{
     display: flex;
     justify-content: center;
     align-items: center;
     float: right;
     width: 40%;
     height: 100%;
     padding: 0 50px 
}
 .swiper-slider .swiper-slide .container .tagline {
     display: block;
     color: #fff;
     text-transform: uppercase;
     margin-bottom: 15px;
}
 .swiper-slider .swiper-slide .container .tagline span {
     float: left;
     font-weight: 600;
     color: #b9b9b9 
}
 .swiper-slider .swiper-slide .container .tagline h6 {
     float: left;
     font-family: "Fjalla One", sans-serif;
     opacity: 0.5;
     margin-top: 2px;
     margin-bottom: 0;
     color: #fff 
}
 .page-services .swiper-slider .swiper-slide .container .tagline h6{
     color: #000 
}
 .swiper-slider .swiper-slide .container .tagline span:after {
     content: "";
     width: 22px;
     height: 1px;
     float: right;
     margin: 10px;
     background: #e8293b;
}
 .swiper-slider .swiper-slide .container h1 {
     width: 100%;
     float: left;
     font-weight: 500;
     color: #e8293b;
     font-size: 10vw;
     line-height: 1;
}
 .page .swiper-slider .swiper-slide .container h1{
     font-size: 4vw 
}
 .page .header .container .tagline{
     color: #737373 
}
 .page section#our-services{
     background: #fff 
}
 .page .swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet{
     color: #000 
}
 .page .swiper-slider .swiper-slide .container .desc-list{
     display: inline-block;
     color: #000;
     margin-top: 50px 
}
 .page .input-group {
     position: relative;
     margin: 20px 0 20px;
}
 .page .input-group input, .page .input-group textarea {
     font-size: 15px;
     padding: 10px 10px 10px 5px;
     display: block;
     width: 100%;
     border: none;
     border-bottom: 1px solid #e8293b;
}
 .page .input-group input:focus, .page .input-group textarea:focus {
     outline: none;
}
 .page .input-group label {
     color: #999;
     font-size: 12px;
     font-weight: normal;
     position: absolute;
     pointer-events: none;
     left: 5px;
     top: 10px;
     transition: 0.2s ease all;
     -moz-transition: 0.2s ease all;
     -webkit-transition: 0.2s ease all;
}
 .page .input-group input:focus ~ label, .page .input-group input:valid ~ label, .page .input-group textarea:focus ~ label, .page .input-group textarea:valid ~ label {
     top: -20px;
     font-size: 12px;
     color: #000;
     font-weight: 600 
}
 .page .input-group .bar {
     position: relative;
     display:block;
     width:100%;
}
 .page .input-group .bar:before, .page .input-group .bar:after {
     content: '';
     height: 2px;
     width: 0;
     bottom: 1px;
     position: absolute;
     background: #e8293b;
     transition: 0.2s ease all;
     -moz-transition: 0.2s ease all;
     -webkit-transition: 0.2s ease all;
}
 .page .input-group .bar:before {
     left: 50%;
}
 .page .input-group .bar:after {
     right: 50%;
}
 .page .input-group input:focus ~ .bar:before, .page .input-group input:focus ~ .bar:after, .page .input-group textarea:focus ~ .bar:before, .page .input-group textarea:focus ~ .bar:after {
     width: 50%;
}
 .page .input-group .highlight {
     position: absolute;
     height: 60%;
     width: 100px;
     top: 25%;
     left: 0;
     pointer-events: none;
     opacity: 0.5;
}
 .page .input-group input:focus ~ .highlight, .page .input-group textarea:focus ~ .highlight {
     -webkit-animation: inputHighlighter 0.3s ease;
     -moz-animation: inputHighlighter 0.3s ease;
     animation: inputHighlighter 0.3s ease;
}
/* animations */
 @-webkit-keyframes inputHighlighter {
     from {
         background: #4285f4;
    }
     to {
         width: 0;
         background: transparent;
    }
}
 @-moz-keyframes inputHighlighter {
     from {
         background: #4285f4;
    }
     to {
         width: 0;
         background: transparent;
    }
}
 @keyframes inputHighlighter {
     from {
         background: #4285f4;
    }
     to {
         width: 0;
         background: transparent;
    }
}
 #client-submit{
     font-size: 12px;
     padding: 10px 20px;
     border-radius: 0;
     border: 0;
     float: right;
     text-transform: uppercase;
     font-family: "Fjalla One", sans-serif;
     letter-spacing: 2px 
}
 .works .project-box .content-box .inner h3{
     -webkit-text-stroke-width: 1px;
     -webkit-text-stroke-color: #000;
     color: transparent 
}
 .page .works{
     padding: 25px 0 100px 
}
 .filterP-btn {
     width: 100%;
     position: relative;
     display: inline-block;
     background-color: #fcfcfc;
     color: #e8293b;
     text-align: center;
     font-size: 18px;
     padding: 3px 0;
     transition: all 0.3s;
     padding-left: 40px;
     padding-right: 5px;
     margin: 20px 5px;
     box-shadow: 0 3px 20px 0 rgb(0 0 0 / 20%);
     border-radius: 30px 
}
 .filterP-btn .btn-icon {
     background-color: #e8293b;
     width: 39px;
     height: 33px;
     float: right;
     position: absolute;
     left: 0px;
     top: 0px;
     transition: all 0.3s;
     border-radius: 30px 
}
 .filter-name {
     position: relative;
     z-index: 1;
     font-size: 12px;
     letter-spacing: 2px;
     text-transform: uppercase;
     font-weight: 600;
}
 .filterP-btn:hover .btn-icon {
     width: 100% 
}
 .filterP-btn.active .btn-icon {
     width: 100% 
}
 .btn-icon i {
     position: absolute;
     left: 15px;
     top: 10px;
     color: #fff;
     font-size: 12px 
}
 .filterP-btn:hover {
     color: #fff!important;
     text-decoration: none 
}
 .filterP-btn.active {
     color: #fff!important 
}
 .heart {
     background-color: #ff586b!important;
}
 .book {
     background-color: #00b7c4!important;
}
 .brain {
     background-color: #8bc34a!important;
}
 .works ul.nav li{
     margin: 0 20px;
}
 .works ul.nav{
     align-content: center;
     justify-content: center;
     position: relative 
}
 .works-single{
     padding: 75px 0 100px 
}
 .works-single h2:before {
     content: attr(data-text);
     font-size: 20vw;
     opacity: 0.05;
     z-index: -1;
     position: absolute;
     left: 0;
     top: -20%;
}
 .works-single .scope-list{
     padding: 0;
     list-style: none;
}
 .works-single .scope-list li{
     display: inline-block;
     background: #e8293b;
     color: #fff;
     padding: 5px 15px;
     border-radius: 30px;
     font-size: 10px;
     margin-bottom: 5px;
     letter-spacing: 1px 
}
 video.portfolio-media{
     margin-bottom: 20px 
}
 .works ul.nav:after{
     content: "";
     width: 100%;
     height: 30px;
     background: #f1f1f1;
     position: absolute;
     bottom: 5px;
     z-index: -1;
     border-radius: 30px 
}
 .page .page-header-thumb{
     position: absolute;
     right: 17vh;
     width: 100%;
     max-width: 83vw;
     top: -17vh;
     opacity: .1 
}
 #our-services .swiper-button-next{
     background-image: url(../images/next.svg);
     background-size: cover;
     width: 50px;
     height: 50px;
     right: 60px 
}
 #our-services .swiper-button-prev{
     background-image: url(../images/prev.svg);
     background-size: cover;
     right: 120px;
     left: auto;
     width: 50px;
     height: 50px 
}
 #our-services .swiper-button-next, #our-services .swiper-button-prev{
     top: 8%;
     margin-top: unset 
}
.work-with-us video{
     position: absolute;
     top: 0;
     width: 100%;
     mix-blend-mode: multiply;
     transform: translate(0%, -20%);
}
.work-with-us iframe#vid-thumb{
     position: absolute;
     top: 0;
     width: 100%;
     mix-blend-mode: multiply;
     transform: translate(0%, -15%);
}

#clients{
    padding: 150px 0
}

#clients .clients-thumb .desc-list li{
    display: inline-block;
    padding: 40px
}

#clients .clients-thumb .desc-list li img{
    width: 100%;
    max-width: 175px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

#clients .clients-thumb .desc-list li img:hover{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

#clients.clients-section .swiper-slider .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center
}

#clients.clients-section .desc-list{
    padding-left: 0
}

/*#clients.clients-section .swiper-button-next,
#clients.clients-section .swiper-button-prev{
    top: -15%
}*/


@media only screen and (max-width: 414px){
     .navbar .logo a img{
         height: 30px 
    }
     .header .container h1{
         font-size: 15vw 
    }
     body header .scroll-down{
         left: 50%;
         right: 50% 
    }
     header .scroll-down small{
         width: 100% 
    }
     section#our-services{
         min-height: 350px 
    }
     .swiper-slider .swiper-slide .slide-inner .container h1{
         font-size: 10vw;
         margin-top: 15px 
    }
     .swiper-slider .swiper-slide .slide-inner .container .tagline h6{
         opacity: 1 
    }
     .works .slide-btn{
         top: -12% 
    }
     .works .project-box .content-box .inner small{
         font-size: 10px;
         margin-bottom: 15px 
    }
     .works .project-box .content-box .inner h3 span{
         margin-bottom: 10px 
    }
     .works .project-box .content-box .inner h3{
         font-size: 6vw 
    }
     .work-with-us{
         padding: 50px 0 
    }
     .work-with-us h4{
         font-size: 20px;
         opacity: .5;
         line-height: 30px;
         margin-bottom: 20px 
    }
     .work-with-us video{
         left: 0;
         right: 0;
         width: 180%;
         margin: 0 auto 
    }
     .footer .footer-bottom ul li a{
         font-size: 10px 
    }
     .page .page-header-thumb{
         right: -14vh;
         max-width: 65vw;
         top: 0vh 
    }
     .page .header .container h1{
         font-size: 7vw;
         margin-top: 10px 
    }
     .page header .scroll-down span::before{
         height: 30px 
    }
     .page header .scroll-down small{
         margin-bottom: 30px 
    }
     .filterP-btn{
         margin: 5px 5px 
    }

    .page section#our-services{
      min-height: 100vh
    }

    .page .swiper-slider .swiper-slide .slide-inner{
      width: 100%;
      height: 300px
    }

    .page .swiper-slider .swiper-slide.swiper-slide-active .services-desc{
      width: 100%;
      float: unset;
      display: block;
      padding: 0;
    }

    .swiper-slider .swiper-slide .container .tagline span,
    .page-services .swiper-slider .swiper-slide .container .tagline h6{
      font-size: 12px;
    }

    .page .swiper-slider .swiper-slide .container h1{
      font-size: 5vw;
      margin-bottom: 30px;
      display: block
    }

    .page .swiper-slider .swiper-slide .container .desc-list{
      margin-top: 40px;
      padding-left: 20px;
      font-size: 15px;
      display: block
    }

    .page .swiper-slider .swiper-slide .container .desc-list li{
      display: block
    }

    #our-services .swiper-button-next, #our-services .swiper-button-prev{
      top: 52%
    }

    #our-services .swiper-button-next{
      width: 35px;
      height: 35px;
      right: 20px
    }

    #our-services .swiper-button-prev{
      width: 35px;
      height: 35px;
      right: 65px
    }
}
 @media only screen and (min-width: 769px) and (max-width: 1024px){
     .works .slide-btn{
         top: 0 
    }
     .work-with-us{
         padding: 90px 0 
    }
}
 @media only screen and (min-width: 415px) and (max-width: 768px){
     .work-with-us{
         padding: 40px 0 
    }
     .work-with-us h4{
         font-size: 22px 
    }
     section#our-services{
         min-height: 300px 
    }
     .page .swiper-slider .swiper-slide .slide-inner{
         width: 50% 
    }
     .page .swiper-slider .swiper-slide.swiper-slide-active .services-desc{
         width: 50%;
         padding: 0 30px 
    }
     .page .swiper-slider .swiper-slide .container .desc-list{
         margin-top: 10px;
         font-size: 13px;
    }
     .page .swiper-slider .swiper-slide .container h1{
         font-size: 3vw 
    }
}
