@import url('https://fonts.googleapis.com/css?family=Raleway:300,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Monoton&display=swap');
*{
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}
::-webkit-scrollbar{
    width: 4px;
    color:#ED0000;
    transition: all .4s ease;
}
::-webkit-scrollbar-thumb {
    background: #ED0000; 
    border-radius: 4px;
    width: 4px;
    transition: all .4s ease;
  }
  ::-webkit-scrollbar-track {
    background: #101010; 
    border-radius: 4px;
    width: 4px;
  }
  input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  html{
    background: #101010;
    
  }
  body{
    font-family: raleway;
  }
  #loader{
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      height:100vh;
      position: fixed;
      z-index:100;
      font-family: raleway;
      background-color: #202020;
      color: #e4e4e4;
      font-size: 70px;
      width: 100%;
  }
  #loader span{
    display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      position: fixed;
      z-index:100;
      font-family: raleway;
      color: #e4e4e4;
      font-size: 70px;
    animation: blinker 2s linear infinite;
  }
  @keyframes blinker {  
  50% { opacity: 0; }
}
body{
    user-select: none;
    height: auto;
    overflow-x: hidden;
    width: 100%;
    background: #171717;
}
p{
    letter-spacing: 1px;
}
#header{
    background:#171717;
    height: 100vh;
    width: 100%;;
    overflow: hidden;
    animation: scale 1.5s ease;
    position:relative;
    display: block;
}
#particles{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100vw;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
}
.slider{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
    height: 100%;
    width: 100vw;
}
#navigation-content{
    height: 100vh;
    width: 100%;
    position:fixed;
    z-index: 100;
    background-color:#020202;
    transform: translateY(-200%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#navigation-bar{
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 3;
    padding: 10px;
    background:transparent;
    overflow: hidden;
}
.menubar{
    position: absolute;
    right:4%;
    top: 20%;
    cursor: pointer;
    opacity: .8;
    transition: all .4s ease;
}
.menubar span{
    position: relative;
    background-color:transparent;
    height:2px;
    width: 20px;
    display: block;
    margin:6px;
    border-radius: 20px;
}
.menubar .first-span{
    width:35px;
}
.menubar .first-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    top:0;
    right:0;
    background-color:#e4e4e4;
    transition: all .5s ease;
}
.menubar .second-span{
    width:35px;
}
.menubar .second-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 75%;
    top:0;
    right:0;
    background-color:#e4e4e4;
    transition: all .3s ease;
}
.menubar .third-span{
    width:35px;
}
.menubar .third-span::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    right:0;
    background-color:#e4e4e4;
    transition: all .3s ease;
}
.menubar:hover .second-span::before , .menubar:hover .first-span::before {
    width: 100%;
}
.menubar:hover{
    opacity: 1;
}
.close-first , .close-second{
 height: 2px;
 width: 35px;
 background-color: #e4e4e4;
 display: block;
 margin: 4px;
 cursor: pointer;
 padding: 1px;
 border-radius: 20px;
}
.close-first {
    transform: rotate(45deg);
}
.close-second{
    transform: rotate(-45deg);
}
.navigation-close{
    position: absolute;
    top: 2%;
    right:4%;
    padding: 10px;
    cursor: pointer;
    transition: all.3s ease;
    opacity: .8;
}
.navigation-close:hover{
    opacity: 1;
    transform: rotate(90deg);
}
.logo img{
    height: 80px;
    position: absolute;
    top: 1%;
    left: 2.5%;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
    transition: all .4s ease;
}
.logo img:hover{
    opacity: 1;
}
#navigation-bar img{
    height: 80px;
    position: absolute;
    top: 15%;
    left: 2.5%;
    opacity: 1;
    transition: all .4s ease;
}
#navigation-bar img:hover{
    opacity: 1;
}
.header-image img{
    height: 100vh;
    float: right;
}
.header-image{
    float: right;
    height: auto;
    background-size: cover;
    background-position: center;
    width: 40%;   
    height: 100vh;
}
.header-content{
    height: 100vh;
    width: 100%;
    float: left;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: #e4e4e4;
    font-family: raleway;
    font-weight: 400;
    letter-spacing: 1px;
    flex-direction: column;
    font-size: 50px;
    z-index: 1;
}
.header-content-box{
    z-index: 2;
    text-align: center;
    height: auto;
    padding-right: 60px;
    width: auto;
}
.header-content .firstline{
    z-index: 2;
    font-weight:700;
    font-family: raleway;
    font-size: 65px;
}
.header-content .secondline{
    z-index: 2;
    font-size: 30px;
    padding-top:20px ;
    font-weight:500;
    color: rgb(255, 255, 255,.8);
}
.slash{
    animation-name: animateslash;
    animation-duration: .8s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}
@keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
@-webkit-keyframes animateslash{
    0%{
        opacity: 1;
        z-index: 2;
    }
    100%{
        opacity: 0;
        z-index: 0;
    }
}
.social-media-links{
    height: 100vh;
    position: absolute;
    z-index: 2;
    padding: 60px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.social-media{
    color: white;
    width:  21px;
    ;
    opacity: .6;
    margin: 8px;
    transition: all .4s ease;
}
.social-media:hover{
    opacity: 1;
    transform: scale(1.1);
}
.navigation-links{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family:raleway;
    top: 5%;
    position: relative;
}
.navigation-links a{
    padding:10px;
    text-decoration: none;
    color: white;
    font-size: 30px;
    opacity: .7;
    transition: all .4s ease;
}
.navigation-links a:hover{
    opacity: 1;
}
.navigation-links a::before{
    content: "";
    position: absolute;
    top:50%;
    left: 50%;
    display: flex;
    justify-content: center;
    transform: translate(-50%,-50%);
    align-items: center;
    font-size: 3.5em;
    font-weight: 400;
    font-family: monoton;
    color:rgb(255, 255, 255,.1);
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    letter-spacing: 100px;
    transition: all .4s ease;
}
.navigation-links a:hover::before{
    content: attr(data-text);
    opacity: 1;
    letter-spacing: 10px;
}
.contact{
    display: flex;
    position: absolute;
    width: 10%;
    right: 0;
    top: 0;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
}
.contact a{
    z-index: 3;
}
.contact img{
    margin:10px;
    height:30px;
    opacity: .6;
    transition: all .4s ease;
}
.contact img:hover{
    opacity: 1;
    transform: scale(1.1);
}
#breaker{
    height: 100vh;
    width: 200%;
    background-color: #ED0000;
    opacity: 1;
    animation: breakeranimate 2s linear;
    display: none;
    transition: all .4s ease;
    border-radius: 5px;
    z-index: 10;
    position: fixed;
}
@keyframes breakeranimate{
   0%{ transform : translateX(-100%)}
   50%{ transform : translateX(0%) }
   100%{ transform : translateX(100%) }
}
@-webkit-keyframes breakeranimate{
    0%{ transform : translateX(-100%) }
    50%{ transform : translateX(0%) }
    100%{ transform : translateX(100%) }
}
.color{
    color: #ED0000;
    transition: all .4s ease;
}
#about{
    background-color: #101010;
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}
@keyframes scale{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
@-webkit-keyframes breakeranimate{
    0%{
        transform: scale(.6);
    }
    100%{
        transform: scale(1);
    }
}
#about-content{
    display: flex;
    flex-direction:column;
    align-items: center;
    color: #e4e4e4;
    justify-content: center;
    height: auto;
    width: 100%;
    padding:30px;
}
.about-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: #e4e4e4;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 90px;
    font-weight: 900;
}
.about-first-paragraph{
    color: #e4e4e4;
    justify-content: center;
    font-size: 20px;
    font-family: raleway;
    font-weight: 400;
}
.about-first-paragraph .color{
    font-size: 40px;
}
.about-first-paragraph p{
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
    padding-top: 10px;
    color: #e4e4e4;
    font-weight: normal;
}
.about-img img{
    width: 100%;
    border-radius: 20px;
}
#about-content a{
    text-decoration: none;
    font-family: aileron;
    font-weight: 400;
    font-size: 35px;
    color: #ED0000;
    transition: all .4s ease;
}
.film-set p{
    text-align: left !important; 
    padding-top: 0 !important;  
}

.client-box-film{
    transition: all 0.5s;
    margin-bottom: 5px;
    padding: 25px;
}
.client-box-film img{
    width: 100%;
    padding: 10px;
}
.client-box-film p{
    padding: 10px;
    font-size: 18px;
    margin-bottom: 10px;
}
.client-box-film:hover{
    color: #ED0000;
}
#services{
    position: relative;
}
.services-heading{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: #e4e4e4;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 30px;
    font-weight: 900;
}
.colors{
    color: #e4e4e4;
}
.services-content{
    text-align: left;
}
.service{
    background-color: #191919;
    box-shadow:0px 0px 25px rgb(0,0,0,.05);
    position: relative;
    text-align: left;
    z-index: 2;
    border-radius: 20px;
    padding: 10px 15px;
    transition: background-color 1.4s ease ;
}
.service-img{
    text-align: center;
}
.service-img img{
    display: inline-block;
    z-index: 2;
    position: relative;
    margin: 20px 20px 5px 20px;
    border-radius: 30%;
    padding: 10px;
    border: 0px solid #ED0000;
    background: #ED0000;
    box-shadow:0px 0px 0px 0px #ED0000 ;
    height:100px;
    transition: all .8s ease;
}
.service:hover {
    background-color: #ED0000;
}
.service-description{
    font-family: raleway;
    color:#e4e4e4;
    position: relative;
    display: inline-block;
    z-index:2;
}
.service-description h2{
    padding: 10px;
    font-weight: 500;
    font-size: 25px;
    text-align: center;
}
.service-description p{
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
    color: #e4e4e4;
    font-weight: normal;
    margin-bottom: 5px;
}
.portfolio-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    transition: all .4s ease;
    color: #e4e4e4;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 100px;
    font-weight: 900;
}
.header-caption{
    opacity:.8;
    display: block;
    font-size: 20px;
    font-family: raleway;
    padding: 8px;
    padding-top: 15px;
    color: #e4e4e4;
    font-weight: 400;
}
.portfolio{
    position: relative;
    margin-bottom: 35px;
}
.portfolio-image{
    position: relative;
}
.portfolio .portfolio-text{
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: rgba(0,0,0,0.75);
    opacity: 0;
}
.portfolio:hover .portfolio-text{
    opacity: 1;
}
.portfolio-text h2{
    font-size: 22px;
    font-family: raleway;
    font-weight: 500;
    padding: 15px 15px 5px 15px;
    color: #ED0000;
    transition: all .4s ease;
}
.portfolio-text p{
    font-size: 16px;
    opacity: .8;
    font-family: raleway;
    font-weight: 200;
    padding: 0 15px 5px 15px;
}
.portfolio-text button{
    font-size: 16px;
    opacity: .8;
    font-family: raleway;
    font-weight: 200;
    padding: 10px 20px;
    background:transparent;
    color:#ED0000;
    transition: all .4s ease;
    outline: none;
    margin: 5px;
    border: 1.5px solid #ED0000;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all .4s ease;
}
.portfolio-text button::before{
    content: "";
    position: absolute;
    width: 0%;
    height: 200%;
    transform: rotate(-15deg) translateY(-20px);
    top: 0;
    left: 0;
    z-index: 3;
    background: #ED0000;
    transition: all .7s ease;
}
.portfolio-text button:hover{
    opacity: 1;
    color:#e4e4e4;
}
 button:hover .index{
     position: relative;
    z-index: 4;
}
.portfolio-text button:hover::before{
    opacity: 1;
    width: 120%;
}
.button{
    text-align: center;
}
.portfolio-image img{
       width: 100%;
}
#portfolio{
    display: none;
    background-color: #101010;
    color:#e4e4e4;
}
.gallery {
     display: flex;
     flex-wrap: wrap;
}
 .gallery-item {
     flex: 1 1 auto;
     flex-basis: 175px;
     margin: 0.5em;
     max-width: 530px;
     max-height: 300px;
     position: relative;
     cursor: pointer;
     overflow: hidden;
}
 .gallery-item.item-2x3 {
     flex-basis: calc(175px * 0.666);
}
 .gallery-item.item-3x4 {
     flex-basis: calc(175px * 0.75);
}
 .gallery-item.item-1x1 {
     flex-basis: 175px;
}
 .gallery-item.item-4x3 {
     flex-basis: calc(175px * 1.333);
}
 .gallery-item.item-3x2 {
     flex-basis: calc(175px * 1.5);
}
 .gallery-item.item-8x5 {
     flex-basis: calc(175px * 1.6);
}
 .gallery-item.item-2x1 {
     flex-basis: calc(175px * 2);
}
 .gallery-item::after {
     content: "";
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     opacity: 0;
     background-color: rgba(0, 0, 0, 0.4);
     background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 13.75C4.5 8.64137 8.64137 4.5 13.75 4.5C18.8586 4.5 23 8.64137 23 13.75C23 18.8586 18.8586 23 13.75 23C8.64137 23 4.5 18.8586 4.5 13.75ZM13.75 0C6.15609 0 0 6.15609 0 13.75C0 21.3439 6.15609 27.5 13.75 27.5C16.3774 27.5 18.8327 26.7631 20.9205 25.4846L30.4906 35.0547C31.7509 36.3151 33.7944 36.3151 35.0547 35.0547C36.3151 33.7944 36.3151 31.7509 35.0547 30.4906L25.4846 20.9205C26.7631 18.8327 27.5 16.3774 27.5 13.75C27.5 6.15609 21.3439 0 13.75 0Z' fill='white'/%3E%3C/svg%3E");
     background-position: center;
     background-size: 1.85rem;
     background-repeat: no-repeat;
     transition: opacity 250ms;
     z-index: 10;
}
 .gallery-item .caption {
     position: absolute;
     text-align: center;
     left: 0;
     right: 0;
     bottom: 0;
     padding: 1em 0;
     line-height: 1em;
     color: #fff;
     background-color: rgba(0, 0, 0, 0.6);
     transform: translateY(4em);
     transition: transform 250ms;
     z-index: 20;
}
 .gallery-item .caption span {
     display: inline-block;
     max-width: calc(100% - 2em);
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
}
 .gallery-item:hover .thumb {
     transform: scale(1.05);
}
 @media (hover: hover) {
     .gallery-item:hover::after {
         opacity: 1;
    }
     .gallery-item:hover .caption {
         transform: translateY(0);
    }
}
 .gallery-item .thumb {
     display: inline-block;
     width: 100%;
     height: 100%;
     object-fit: cover;
     min-height: unset;
     text-align: center;
     background-color: #333;
     transition: filter 500ms, transform 500ms;
}
 .ie-fix .gallery-item .thumb {
     width: auto;
}
 .gallery-item .placeholder {
     filter: blur(20px);
}
 .lightbox-wrapper {
     display: none;
     background-color: #2e2e35;
     position: fixed;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     z-index: 9999;
}
 .lightbox {
     display: flex;
     flex-direction: column;
     height: 100%;
     color: white;
}
 .lightbox .lightbox-header {
     flex-shrink: 0;
     display: flex;
     justify-content: space-between;
     align-items: center;
     background-color: rgba(0, 0, 0, .3);
     padding: 1em;
     font-weight: 600;
     text-align: center;
}
 .lightbox .lightbox-header > * {
     opacity: 0.75;
}
 .lightbox .lightbox-close {
     position: relative;
     height: 1.85rem;
     width: 1.85rem;
     display: flex;
     align-items: center;
     justify-content: center;
     background: none;
     padding: 0;
     border: none;
}
 .lightbox .lightbox-close::before, .lightbox .lightbox-close::after {
     position: absolute;
     content: "";
     height: 4px;
     width: 80%;
     background-color: #fff;
}
 .lightbox .lightbox-close::before {
     transform: rotate(-45deg);
}
 .lightbox .lightbox-close::after {
     transform: rotate(45deg);
}
 .lightbox .lightbox-close:hover {
     opacity: 1;
}
 .lightbox .lightbox-slides-wrapper {
     flex-grow: 1;
     display: flex;
     overflow: hidden;
     position: relative;
}
 .lightbox .lightbox-arrow {
     position: absolute;
     top: 50%;
     width: 4rem;
     height: 4rem;
     padding: 0.5rem;
     background-repeat: no-repeat;
     background-position: center;
     background-size: 1.5em;
     opacity: 0.75;
     cursor: pointer;
     filter: drop-shadow(0 0 7px #000);
}
 .lightbox .lightbox-arrow:hover {
     opacity: 1;
}
 .lightbox .lightbox-arrow.arrow-left {
     left: 0;
     background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 26.5L27.3171 0L32 4.54286L9.36585 26.5L32 48.4571L27.3171 53L0 26.5Z' fill='white'/%3E%3C/svg%3E");
}
 .lightbox .lightbox-arrow.arrow-right {
     right: 0;
     background-image: url("data:image/svg+xml,%3Csvg width='32' height='53' viewBox='0 0 32 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M32 26.5L4.68293 53L0 48.4571L22.6341 26.5L3.83911e-06 4.54286L4.68293 0L32 26.5Z' fill='white'/%3E%3C/svg%3E");
}
 .lightbox .lightbox-slide {
     display: flex;
     align-items: center;
     justify-content: center;
     flex-grow: 1;
     transition: all 0ms ease;
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
}
 .lightbox .lightbox-slide[data-state="prev"] {
     transform: translateX(-100%);
     opacity: 0;
}
 .lightbox .lightbox-slide[data-state="next"] {
     transform: translateX(100%);
     opacity: 0;
}
 .lightbox .lightbox-image {
     display: none;
     max-width: 100%;
     max-height: 100%;
}
 .lightbox .spinner {
     display: none;
}
 .prev,
 .next {
    position: fixed;
    top: 0;
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
    color: rgba(255,255,255,.5);
    font-size: 8rem;
    font-family: monospace;
    transition: all .2s;
}
.prev:hover,
.next:hover {
    color: rgba(255,255,255,.8);
}
.prev {left: -25%;}
.next {right: -25%;}
.active .prev {left: 0;}
.active .next {right: 0;}
main.container {
    margin: 10vh auto;
    max-width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-auto-rows: 250px;
    grid-auto-flow: dense;
}
main.container div  {
    text-align: center;
    padding: 1rem 0;
    color: white;
    font-size: 3rem;
    text-transform: uppercase;
    background: rgba(0,0,0,.2);
    overflow: hidden;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
}
main.container div img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
    cursor: pointer;
}
main.container div.show::before {
    content: '';
    display: block;
    position: fixed;
    z-index: 555;
    width: 100vw;
    height: 100vh;
    top: 0; left: 0;
    background: rgba(0,0,0,.6);
}
main.container div.show img {
    position: fixed;
    top: 0; left: 0;
    margin: 30px;
    align-self: center;
    object-fit: contain;
    z-index: 666;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    filter: drop-shadow(0 3px 15px black);
    cursor: url(close-button.png), grab; /* custom cursor to signal close on click */
}
main.container div:not(.show):hover img {
    cursor: pointer;
    transform: scale(1.3);
}
main.container .horizontal {
    grid-column: span 2;
}
main.container .vertical {
    grid-row: span 2;
}
main.container .big {
    grid-column: span 2;
    grid-row: span 2;
}
main.container .active div:not(.show) img {
    filter: blur(3px);
}   
.blog-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: #e4e4e4;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 100px;
    font-weight: 900;
}
.cursor{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    background: transparent;
    pointer-events: none;
    position: fixed;
    top: -25px;
    left: -25px;
    z-index: 10;
    opacity: .6;
    transition:  scale .5s ease;
}
.cursor-small{
    height: 50px;
    width: 50px;
    display: block;
    border-radius: 50%;
    border: 1px solid #e4e4e4;
    background: transparent;
    pointer-events: none;
    position: fixed;
    top: -25px;
    left: -25px;
    z-index: 10;
    opacity: .6;
    transition:  scale .4s ease;
}
#services{
    background: #101010;
    display: none;
    color:#e4e4e4;
    width: 100%;
    height: auto;
}
#blog{
    background: #101010;
    display: none;
    color:#e4e4e4;
}
.blogs{
    border-radius: 20px;
    margin-bottom: 35px;
}
.blogs .img{
    transition: all .65s ease;
}
.blogs .img img{
    width: 100%;
    transition: all .65s ease;
}
.blog-text{
  text-align: center;
  vertical-align: center;
  font-family: raleway;
  color: #e4e4e4;
  background-color: transparent;
  transition: all .5s ease;
}
.blog-text h3{
  font-size: 17px;
  font-weight: 500;
  padding: 10px;
  letter-spacing: 1px;
}
.blogs a{
    text-decoration: none;
    color: #e4e4e4;
}
#clients{
    background: #101010;
    display: none;
    color:#e4e4e4;
    width: 100%;
    height: auto;
}
.clients-content{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.clients-img{
    height: auto;
    width: 15%;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    padding: 0 2%;
}
.clients-img .img{
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all .65s ease;
    position: relative;
}
.clients-img .img img{
    height: 100%;
    width: 100%;
    transition: all 2s ease;
    background-color: #e4e4e4;
    transform: rotateX(0deg);
}
.clients-img .img img:hover{
    transform: rotateX(360deg);
}
#filmSetFabrication{
    display: none;
    height: auto;
    text-align: center;
    width: 100%;
    background: #101010;
    position: relative; 
}
#contact{
    display: none;
    height: auto;
    text-align: center;
    width: 100%;
    background: #101010;
    position: relative; 
}
.contact-header{
    height: auto;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 45px;
    font-family: raleway;
    color: #e4e4e4;
    padding:10px;
    padding-bottom: 30px;
    padding-top: 100px;
    font-weight: 900;
}
.contact-header-caption{
    padding: 10px;
    color: #e4e4e4;
    opacity: .9;
    font-family:raleway;
    font-size: 18px;
}
.contact-info{
    background: url(../images/contact-back.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 50px;
    position: relative;
}
.contact-info::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #101010;
    opacity: .7;
    pointer-events: none;
}
.contact-info-content{
    padding: 10px 25px;
}
form{
    position: relative;
}
#myForm input, #myForm textarea{
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: #e4e4e4;
    font-family: raleway;
    font-size: 14px;
    padding: 10px;
    height: 50px;
}
#myForm input:focus, #myForm textarea:focus{
    box-shadow: none;
}
#myForm textarea{
    height: 100px;
}
#myForm input::placeholder, #myForm textarea::placeholder{
    color: #888;
}
.form-header{
    font-size: 24px;
    font-family: raleway;
    font-weight: 400;
    color: #e4e4e4;
    padding: 28px;
}
.input-subject{
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: #e4e4e4;
    font-family: raleway;
    font-size: 18px;
}
.input-textarea{
    border-radius: 8px;
    outline: none;
    background: #050505;
    border:none;
    color: #e4e4e4;
    font-family: raleway;
    font-size: 18px;
}
form button{
    padding:8px 24px;
    font-family: raleway;
    font-size:20px;
    color: #e4e4e4;
    background:#ED0000;
    opacity: .8;
    margin: 20px;
    cursor: pointer;
    border: none;
    border-radius: 8px;
    transition: all .4s ease;
}
form button:hover{
  opacity: 1;
}
.contact-info-header{
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-family: raleway;
    font-weight: 400;
    color: #e4e4e4;
    padding: 30px 30px 0px 30px;
}
.contect-info-content-line{
    height: auto;
    padding: 10px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
}
.contact-info-icon-text{
    color: #e4e4e4;
    padding: 0 15px;
    font-family: raleway;
}
.contact-info-icon-text h6{
    font-size: 17px;
}
.contact-info-icon-text p{
    font-size: 15px;
    opacity: 1;
}
.icon{
    opacity: 1;
}
.footer{
    background: #080808;
    width: 100%;
    padding: 20px;
    color: #e4e4e4;
    display: flex;
    flex-direction: row;
    font-family: raleway;
    align-items: center;
    justify-content: center;
}
.footer .footer-text{
    position: relative;
    display: inline;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
}
.footer .footer-text a{
    color: #e4e4e4;
    text-decoration: none;
}
@keyframes rotate{
    0%{
   transform: rotate(0deg);
    }
    100%{
   transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate{
    0%{
        transform: rotate(0deg);
         }
         100%{
        transform: rotate(360deg);
         }
}
.cbp-l-caption-alignCenter .cbp-l-caption-buttonLeft, .cbp-l-caption-alignCenter .cbp-l-caption-buttonRight {
    text-align: center;
    padding: 0;
    border-radius: 3px;
    background: #ed0000;
    font-size: 1rem;
}
.cbp-l-caption-body{
    padding: 5px;
}
.cbp-l-caption-buttonRight:hover{
    background: #e4e4e4;
    color: #ED0000
}
/*For devices with smaller width like mobile phone*/
@media only screen and (max-width: 550px){
    .header-content{
        height: 100vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #e4e4e4;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 40px;
    }
    .contact{
        display: none;
    }
    .header-image{
        float: right;
        height: auto;
        width: 0%;   
    }
    .social-media-links{
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .header-content-box{
        padding-left: 0px;
        z-index: 2;
        text-align: center;
    }
    #contact{
        display: none;
    }
    #breaker{
        height: 50vh;
        width: 200%;
        background-color: #ED0000;
        opacity: 1;
        animation: breakeranimate 2s linear;
        display: none;
        transition: all .4s ease;
        z-index: 10;
        position: fixed;
    }
    @keyframes breakeranimate{
       0%{ transform : translateX(-100%)}
       50%{ transform : translateX(0%) }
       100%{ transform : translateX(100%) }
    }
    @-webkit-keyframes breakeranimate{
        0%{ transform : translateX(-100%) }
        50%{ transform : translateX(0%) }
        100%{ transform : translateX(100%) }
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    }
    #about-content{
        display: flex;
        flex-direction:column;
        align-items: center;
        color: #e4e4e4;
        justify-content: center;
        height: auto;
        width: 100%;
        padding:30px;
    }
    .about-header{
        color: #e4e4e4;
        justify-content: center;
        font-size: 35px;
        font-family: raleway;
        padding:10px;
        font-weight: 900;
    }
    .about-first-paragraph{
        color: #e4e4e4;
        justify-content: center;
        font-size: 20px;
        font-family: raleway;
        width: 95%;
        padding: 10px;
        font-weight: 400;
    }
    .about-first-paragraph .color{
        font-size: 30px;
    }
    .about-first-line{
        font-size: 28px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
    .about-second-line{
        opacity: .8;
        font-size: 15px;
    }
    .about-img img{
        width: 100%;
        border-radius: 20px;
    }
    .client-film-set{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
    }
    .services-content{
        display: block;
    }
    .service{
        height:auto;
        width:98%;
        margin: 1.5%;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.1);
        position: relative;
        text-align: left;
        z-index: 2;
        border-radius: 10px;
        overflow: hidden;
    }
    .service-img img{
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 30%;
        padding: 10px;
        height:80px;
        transition: all .8s ease;
    }
    .skill{
        width:80%;
    }
    .prog{
        height:30px;
    }
    .skills-content{
        height: auto;
        width:100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .portfolio-text{
        width: 100%;
        padding-left: 0%;
        margin: 0%;
        margin-left: 0px;
        margin-top: 0px;
        z-index: 1;
        background: #070707;
        padding-top: 10px;
        padding-bottom: 10px;
    }
        .portfolio-image{
            position: relative;
        }
            .portfolio-text h2{
                font-size: 18px;
                font-family: raleway;
                font-weight: 500;
                padding: 10px;
            }
            .portfolio-text p{
                font-size: 14px;
                opacity: .8;
                font-family: raleway;
                font-weight: 200;
                padding: 15px;
            }
            .cursor{
                display: none;
            }
            .service:hover .service-img img{
                box-shadow:0px 0px 0px 0px #ED0000 ;
            }
            .portfolio-image img{
                width: 100%;
            }
            #navigation-bar img{
                height: 80px;
                position: absolute;
                top: 15%;
                left: 2.5%;
                opacity: .8;
                transition: all .4s ease;
                display: none;
            }
            .blogs{
    border-radius: 8px;
}
.blogs .img{
    transition: all .65s ease;
}
.blogs .img img{
    width: 100%;
    transition: all .65s ease;
}
            .blog-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: #e4e4e4;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: raleway;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .blogs .img img{
                height: 100%;
                width: 100%;
                transition: all .65s ease;
            }
            .blog-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: raleway;
              color: #e4e4e4;
              background-color: transparent;
              transition: all .5s ease;
            }
            .blog-text h3{
              font-size: 24px;
              font-weight: 200;
              padding: 10px;
              letter-spacing: 1px;
            }
            .blogs:hover .img{
                  transform: translateY(0%);
              }
            .blogs:hover .blog-text{
                transform: translateY(0%);
            }
            .contact-info{
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                margin-bottom: 25px;
                position: relative;
            }
            .contact-info::before{
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #101010;
                opacity: .7;
                pointer-events: none;
            }
            form{ 
                position: relative;
            }
            .input-line{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .input-name{
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: #e4e4e4;
                font-family: raleway;
                font-size: 16px;
            }
            .form-header{
                font-size: 22px;
                font-family: raleway;
                font-weight: 400;
                color: #e4e4e4;
                padding: 20px;
                padding-top: 0px;
            }
            .input-subject{
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: #e4e4e4;
                font-family: raleway;
                font-size: 16px;
            }
            .input-textarea{
                height: 140px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: #e4e4e4;
                font-family: raleway;
                font-size: 16px;
            }
            form button{
                padding:8px 24px;
                font-family: raleway;
                font-size:20px;
                color: #e4e4e4;
                opacity: .8;
                margin: 20px;
                cursor: pointer;
                border: none;
                border-radius: 8px;
                transition: all .4s ease;
            }
            form button:hover{
              opacity: 1;
            }
            .contact-info-header{
                position: relative;
                z-index: 2;
                font-size: 24px;
                font-family: raleway;
                font-weight: 400;
                color: #e4e4e4;
                padding: 20px;
            }
            .contect-info-content-line{
                height: auto;
                padding: 10px;
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-align: left;
            }
            .contact-info-icon-text{
                color: #e4e4e4;
                padding:15px;
                font-family: raleway;
            }
            .contact-info-icon-text h6{
                font-size: 15px;
            }
            .contact-info-icon-text p{
                font-size: 14px;
            }
            .hire-me-section{
                display: none;
            } 
}       
/*for tabs and large phones*/
@media all and (max-width: 1025px) and (min-width: 551px){
    .header-content{
        height: 100vh;
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        color: #e4e4e4;
        font-family: raleway;
        font-weight: 500;
        letter-spacing: 2px;
        font-size: 40px;
    }
    .header-image{
        float: right;
        height: auto;
        width: 0%;   
    }
    .social-media-links{
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
        padding: 10px;
        height: auto;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .header-content-box{
        padding-left: 0px;
        z-index: 2;
        text-align: center;
    }
    .contact{
        display: none;
    }
    #breaker{
        height: 50vh;
        width: 200%;
        background-color: #ED0000;
        opacity: 1;
        animation: breakeranimate 2s linear;
        display: none;
        transition: all .4s ease;
        z-index: 10;
        position: fixed;
    }
    @keyframes breakeranimate{
       0%{ transform : translateX(-100%)}
       50%{ transform : translateX(0%) }
       100%{ transform : translateX(100%) }
    }
    @-webkit-keyframes breakeranimate{
        0%{ transform : translateX(-100%) }
        50%{ transform : translateX(0%) }
        100%{ transform : translateX(100%) }
    }
    .header-content-box{
        z-index: 2;
        text-align: center;
        height: auto;
        padding-right: 0px;
        width: auto;
    }
    #about-content{
        display: flex;
        flex-direction:column;
        align-items: center;
        color: #e4e4e4;
        justify-content: center;
        height: auto;
        width: 100%;
        padding:10px;
    }
    .about-header{
        color: #e4e4e4;
        justify-content: center;
        font-size: 45px;
        font-family: raleway;
        padding:15px;
        font-weight: 900;
    }
    .about-first-paragraph{
        color: #e4e4e4;
        justify-content: center;
        font-size: 40px;
        font-family: raleway;
        width: 95%;
        padding: 25px;
        font-weight: 400;
    }
    .about-first-paragraph .color{
        font-size: 35px
    }
    .about-first-line{
        font-size: 32px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
    .about-second-line{
        opacity: .8;
        font-size: 24px;
    }
    .about-img img{
        width: 100%;
        border-radius: 20px;
    }
    .client-film-set{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100vw;
        height: auto;
        padding-left: 10px;
        padding-right: 10px;
        flex-direction: column;
    }
    .service{
        height:auto;
        width:45%;
        margin: 2%;
        background-color: #191919;
        display: inline-block;
        box-shadow:0px 0px 25px rgb(0,0,0,.1);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        padding: 10px;
        overflow: hidden;
    }
    .service-description h2{
        padding: 10px;
        margin: 5px;
        font-weight: 200;
        font-size: 22px;
    }
    .service-description p{
        padding: 10px;
        font-weight: 200;
        font-size: 15px;
        opacity: .8;
    }
    .skill{
        width:40%;
    }
    .prog{
        height:35px;
    }
    .skills-content{
        height: auto;
        width:100%;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .portfolio-text{
        padding-left: 0%;
        margin: 0%;
        margin-left: 0px;
        margin-top: 0px;
        z-index: 1;
        background: #080808;
        padding-top: 15px;
        padding-bottom: 15px;
    }
        .portfolio-image{
            position: relative;
        }
            .portfolio-text h2{
                font-size: 22px;
                font-family: raleway;
                font-weight: 500;
                padding: 15px;
            }
            .portfolio-text p{
                font-size: 18px;
                opacity: .8;
                font-family: raleway;
                font-weight: 200;
                padding: 15px;
            }
            .cursor{
                display: none;
            }
            .service:hover .service-img img{
                box-shadow:0px 0px 0px 0px #ED0000 ;
            }
            .portfolio-image img{
                width: 100%;
            }
            #navigation-bar img{
                height: 80px;
                position: absolute;
                top: 15%;
                left: 2.5%;
                opacity: .8;
                transition: all .4s ease;
            }
            .blogs{
                border-radius: 8px;
            }
            .blogs .img{
                transition: all .65s ease;
            }
            .blogs .img img{
                width: 100%;
                transition: all .65s ease;
            }
            .blog-date{
                position: absolute;
                left: 0;
                bottom: 0;
                color: #e4e4e4;
                font-size: 18px;
                text-align: center;
                font-weight: 400;
                font-family: raleway;
                padding: 3px;
                width: 35%;
                height: auto;
            }
            .blogs .img img{
                width: 100%;
                transition: all .65s ease;
            }
            .blog-text{
              height: auto;
              width: 100%;
              text-align: center;
              vertical-align: center;
              font-family: raleway;
              color: #e4e4e4;
              background-color: #050505;
              padding: 10px;
              transition: all .5s ease;
            }
            .blog-text h3{
              font-size: 28px;
              font-weight: 200;
              height: 15%;
              padding: 10px;
              letter-spacing: 1px;
            }
            .blogs:hover .img{
                  transform: translateY(0%);
              }
            .blogs:hover .blog-text{
                transform: translateY(0%);
            }
            .contact-info{
                background-position: center;
                background-size: cover;
                border-radius: 16px;
                margin-bottom: 50px;
                position: relative;
            }
            .contact-info::before{
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                background: #101010;
                opacity: .7;
                pointer-events: none;
            }
            form{
                position: relative;
            }
            .input-line{
                width: 100%;
                height: auto;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
            }
            .input-name{
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: #e4e4e4;
                font-family: raleway;
                font-size: 16px;
            }
            .form-header{
                font-size: 22px;
                font-family: raleway;
                font-weight: 400;
                color: #e4e4e4;
                padding: 20px;
                padding-top: 0px;
            }
            .input-subject{
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: #e4e4e4;
                font-family: raleway;
                font-size: 16px;
            }
            .input-textarea{
                height: 140px;
                border-radius: 8px;
                outline: none;
                background: #050505;
                border:none;
                color: #e4e4e4;
                font-family: raleway;
                font-size: 16px;
            }
            form button{
                padding:8px 24px;
                font-family: raleway;
                font-size:20px;
                color: #e4e4e4;
                opacity: .8;
                margin: 20px;
                cursor: pointer;
                border: none;
                border-radius: 8px;
                transition: all .4s ease;
            }
            form button:hover{
              opacity: 1;
            }
            .contact-info-header{
                position: relative;
                z-index: 2;
                font-size: 24px;
                font-family: raleway;
                font-weight: 400;
                color: #e4e4e4;
                padding: 20px;
            }
            .contect-info-content-line{
                height: auto;
                padding: 10px;
                position: relative;
                z-index: 2;
                display: flex;
                flex-direction: row;
                align-items: center;
                text-align: left;
            }
            .hire-me-section{
                display: none;
            }     
}
@media all and (max-width: 9000px) and (min-width: 1441px)
{
    .portfolio-image img{
        width: 100%;
    }
    .about-img img{
        width: 100%;
        border-radius: 20px;
        animation: opacity 1.4s ease ;
    }
    .about-first-line{
        font-size: 45px;
        opacity: 1;
        margin-bottom: 10px;
        display: block;
    }
     .about-first-line .color{
         font-size: 46px;
     }
    .about-second-line{
        opacity: .8;
        font-size: 28px;
        font-weight: 200;
    }
    .cv a button{
        background: transparent;
        border:none;
        padding: 25px 35px;
        color: #e4e4e4;
        outline: none;
        font-size:30px;
        font-family: aileron;
        border-radius: 4px;
        font-weight: 400;
        cursor: pointer;
        position: relative;
        transition: all .4s ease;
    }
    .service{
        padding: 10px;
        background-color: #191919;
        box-shadow:0px 0px 25px rgb(0,0,0,.05);
        position: relative;
        text-align: center;
        z-index: 2;
        border-radius: 10px;
        animation: opacity 1.4s ease ;
    }
    .service-img{
        text-align: center;
    }
    .service-img img{
        display: inline-block;
        z-index: 2;
        position: relative;
        margin: 20px;
        border-radius: 20px;
        padding: 10px;
        height:120px;
        transition: all .8s ease;
    }
    .service-description h2{
        padding: 10px;
        margin: 5px;
        font-weight: 200;
        font-size: 32px;
    }
    .service-description p{
        padding: 10px;
        font-weight: 200;
        font-size: 18px;
        opacity: .8;
    }
    .blogs .img{
        width: 100%;
        transition: all .65s ease;
    }
    
    .blogs .img img{
        height: 100%;
        width: 100%;
        transition: all .65s ease;
    }
    .blog-text{
      text-align: center;
      vertical-align: center;
      font-family: raleway;
      color: #e4e4e4;
      background-color: #050505;
      transition: all .5s ease;
    }
    .blog-text h3{
      font-size: 28px;
      font-weight: 500;
      height: 20%;
      padding: 20px;
      letter-spacing: 1px;
    }
    .blogs:hover .img{
          transform: translateY(-70%);
      }
    .blogs:hover .blog-text{
        transform: translateY(-70%);
    }
    .contact-header{
        height: auto;
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
        font-size: 45px;
        font-family: raleway;
        color: #e4e4e4;
        padding:10px;
        padding-bottom: 30px;
        padding-top: 60px;
        font-weight: 900;
    }
    .contact-header-caption{
        padding: 10px;
        color: #e4e4e4;
        opacity: .9;
        font-family:raleway;
        font-size: 18px;
    }
    
    .contact-info{
        background-position: center;
        background-size: cover;
        border-radius: 16px;
        margin-bottom: 50px;
        position: relative;
    }
    .contact-info::before{
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: #101010;
        opacity: .7;
        pointer-events: none;
    }
    .contact-form{
        
    }
    form{
        
        position: relative;
    }
    .input-line{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .input-name{
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: #e4e4e4;
        font-family: raleway;
        font-size: 18px;
    }
    .form-header{
        font-size: 24px;
        font-family: raleway;
        font-weight: 400;
        color: #e4e4e4;
        padding: 20px;
        padding-top: 0px;
    }
    .input-subject{
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: #e4e4e4;
        font-family: raleway;
        font-size: 18px;
    }
    .input-textarea{
        height: 150px;
        border-radius: 8px;
        outline: none;
        background: #050505;
        border:none;
        color: #e4e4e4;
        font-family: raleway;
        font-size: 18px;
    }
    form button{
        padding:8px 24px;
        font-family: raleway;
        font-size:20px;
        color: #e4e4e4;
        opacity: .8;
        margin: 20px;
        cursor: pointer;
        border: none;
        border-radius: 8px;
        transition: all .4s ease;
    }
}
.new_button{
	text-align: right;
	margin-bottom: 20px;
}
.new_button a{
	background-color: #ED0000;
	color: #fff;
	border:  1px solid #ED0000;
	text-decoration: none;
	padding: 10px 15px;
}
.new_button a:hover{
	background-color: transparent;
	color: #ED0000;
	border:  1px solid #ED0000;
}
.sub-services{
    text-align: center;
}
.sub-services p{
    text-align: center;
    padding-top: 10px;
    color: #fff;
}
.sub-services .img{
    background-color: #fff;
    padding: 25px;
}
.img img{
    width: 100%;
}
.quotes{
    display: none;
}
.hover-zoomin a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .hover-zoomin img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .hover-zoomin:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .hover-zoomin h4, .blog-content h4{
      color: #fff;
      font-size: 18px;
      padding: 7px 0;
      font-weight: 700;
  }
  .hover-zoomin:hover h4 {
    color: #ED0000;
  }
  .fall-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
 }
 .fall-item .mask,.fall-item .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
 }
 .fall-item img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
 }
 .fall-effect .mask {
    background-color: rgba(255, 255, 255, 0.5);
    top: -200px;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0.5s;
    -moz-transition: all 0.3s ease-out 0.5s;
    -o-transition: all 0.3s ease-out 0.5s;
    -ms-transition: all 0.3s ease-out 0.5s;
    transition: all 0.3s ease-out 0.5s;
 }
 .fall-effect a.btn {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.2s ease-in-out 0.3s;
    -moz-transition: all 0.2s ease-in-out 0.3s;
    -o-transition: all 0.2s ease-in-out 0.3s;
    -ms-transition: all 0.2s ease-in-out 0.3s;
    transition: all 0.2s ease-in-out 0.3s;
 }
 .fall-effect:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0px;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;

 }
 .fall-effect:hover a.btn {
    -webkit-transform: translateY(170px);
    -moz-transform: translateY(170px);
    -o-transform: translateY(170px);
    -ms-transform: translateY(170px);
    transform: translateY(170px);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
 }
 .fall-item a {
    background-color: #ED0000 !important;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
 }
.category-list li {
    list-style: none;
    display: inline-block;
    padding: 15px;
    background-color: #E8E8E8;
    margin: 0 -6px !important;
    line-height: 1;
    font-size: 15px !important;
}

.category-list li:first-child {
    border-radius: 5px 0 0 5px;
}

.category-list li:last-child {
    border-radius: 0 5px 5px 0;
}

.category-list li a {
    color: #111;
    font-size: 15px !important;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
}

.category-list li.active,
.category-list li:hover {
    background-color: #ED0000;
}

.category-list li.active a,
.category-list li:hover a {
    color: #fff;
}