/* --------------------------------- */
/* Css Styles                        */
/*---------------------------------- */

/**
	Margo - Portfolio Template 
	Author : tavonline
	Copyright 2020

/* Table of Content
==================================================
	
	1. Body and Core Css
	2. Home Section
	3. About Section
	4. Portfolio Section
	5. Contact Section
	6. Responsive
	7. Slider & Video Home


/*------------------------ 1 Body and Core Css ------------------------*/		


@import url("assets.css");

body {
    font-family: 'Poppins', sans-serif;
    position: relative;
    overflow-x: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

html, body {
    position: relative;
    width: 100%;
    height: 100%;
}

.distortion.fex{
    overflow: hidden;
}


html {
    height: 100% !important;
}

a, a:hover, a:focus{
    color: #000;
}

.slider-images {
    height: 100%;
}

.video-wrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
    position: absolute;
  }

 .loading-port .cursor-loader{
    z-index: 1000;
    position: fixed;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-right: 2px solid transparent;
    border-bottom: 2px solid #fff;
    border-radius: 50px;
    pointer-events: none;
    opacity: 1;
    box-sizing: border-box;
    animation: rotating 0.5s ease-in-out infinite;
    -webkit-animation: rotating 0.5s ease-in-out infinite;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

  @keyframes rotating {
    0% {
      -webkit-transform: translate(-7px, -7px) rotate(0deg);
      transform:  translate(-7px, -7px) rotate(0deg);
    }
    
    95% {
      -webkit-transform:  translate(-7px, -7px) rotate(350deg);
      transform:  translate(-7px, -7px) rotate(350deg);
    }
    
    100% {
      -webkit-transform:  translate(-7px, -7px) rotate(360deg);
      transform:  translate(-7px, -7px) rotate(360deg);
    }
  }

  .video-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
}
  
  .video-home .video-wrapper:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    z-index: 1;
    left: 0;
    top: 0;
  }
  
  .hero.overlay .hero-image:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 100000;
    width: 100%;
    height: 100%;
  }
  
  .video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .gif{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
  }
  
  /* 1. No object-fit support: */
  @media (min-aspect-ratio: 16/9) {
    .video-wrapper > video { height: 300%; top: -100%; }
  }
  @media (max-aspect-ratio: 16/9) {
    .video-wrapper > video { width: 300%; left: -100%; }
  }
  /* 2. If supporting object-fit, overriding (1): */
  @supports (object-fit: cover) {
    .video-wrapper > video {
      top: 0; left: 0;
      width: 100%; height: 100%;
      object-fit: cover;
    }
  }

.preloader-wrap {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0; 
    left: 0;
    background: #FFF;
    z-index : 9999; 
}

.loader_bar{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #000;
}
#precent {
    text-align: center;
    color: #FFF;
    line-height: 1;
    font-size: 8vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-weight: 900;
    mix-blend-mode: difference;
}

.sub-header nav{
    visibility: hidden;
}

/* Page Overlay */

	
.page-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
  }
  
  .page-overlay .page-transition {
    position: absolute;
    width: 100%;
    height: 101%;
    -webkit-transition: -webkit-transform .0s;
    transition: -webkit-transform .0s;
    transition: transform .0s;
    transition: transform .0s, -webkit-transform .0s;
    background-color: #000;
  }
  .page-overlay .page-transition {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
}
  
  .page-overlay.from-bottom {
      z-index: 120;
  }
  
  .page-overlay.from-bottom .page-transition {
    transform: translateY(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transition: transform .5s ease-in-out;
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out;
  }
  
  .page-overlay.from-bottom-end .page-transition {
    transition: transform .4s ease-in-out 0.3s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}


.darkness a, .darkness a:hover, .darkness a:focus{
    color: #fff;
}

p{
    font-size: 16px;
    line-height: 30px;
 }

 .site-btn{
    background: #000;
    padding: 15px 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    position: relative;
 }

 .site-btn:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out;
    -webkit-transition: transform .2s ease-out;
    opacity: .3;
}

.site-btn:hover:before {
    transform: scaleX(1);
    transform-origin: left;
  }

.site-btn:focus{
    outline: 0;
}

.site-btn:hover{
    background: #2d2d2d;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
	color:#fff;
}

.darkness .site-btn{
    color: #000;
    background: #fff;
}

.darkness .site-btn:hover{
    background: #dadada;
}

 .darkness{
    background: #000;
 }

 .site, .site-main {
    height: 100%;
}

.inner {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.outter {
    height: 100vh;
    width: 100%;
    display: table;
}

.inclusive{
    width: 80%;
    margin-left: 10%;
}

.home-image{
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.home-image:before {
    content: '';
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
}

.agency .title, .agency .little{
    color: #fff;
}

.agency .little{
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
}

.agency .title{
    font-size: 90px;
    font-weight: 700;
    letter-spacing: -2px;
}

.agency .home-image{
    background-size: cover;
}

header.agency.white nav ul li a {
    color: #fff;
}

.header.agency.second{
    display: none;
}

.hero .inclusive{
    width: auto;
    margin-left: auto;
    padding-left: 120px;
}

header.white-home .down-arrow{
    fill: #fff;
}

header.white-home nav ul li a, header.white-home .say-hello{
    color: #fff;
}

header.second .logo .white{
    display: none;
}

.darkness header.second .logo .white{
    display: inline-block;
}

.darkness header.second .logo .black{
    display: none;
}

header.white-home .logo .black{
    display: none;
}

.halfimage header.white-home nav ul li a, .halfimage header.white-home .say-hello, .halfimage .follow-us i {
    color: #000;
}

.darkness.halfimage header.white-home nav ul li a, .darkness.halfimage header.white-home .say-hello, .darkness.halfimage .follow-us i {
    color: #fff;
}

.darkness.halfimage header.white-home .down-arrow {
    fill: #fff;
}

.halfimage header.white-home .down-arrow {
    fill: #000;
}

.halfimage .hero .section-out{
    background: none;
}

.dark-filter::before {
    content: '';
    background: rgba(0, 0, 0, 0.10);
    width: 100%;
    height: 100%;
    position: absolute;
}

.darkness.halfimage .half-image:after{
    content: '';
    background: url(../images/mask-dark.png);
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    background-repeat: no-repeat;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 10;
}


.darkness .logo.white{
    display: block;
}

header.agency.white-home .logo.white{
    display: inline-block;
}

header.agency.white-home .logo.white{
    display: inline-block;
}


.modern-layout .site-main {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px;
    overflow: hidden;
}

.modern-layout .pt-page {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page-layout {
    position: relative;
    width: 100%;
    min-height: 100%;
    overflow: auto;
    background: #fff;
}

.section-out{
    background-size: cover;
    background-position: center center;
    background: url(../images/background.png) #fff no-repeat;
    -webkit-overflow-scrolling: touch;
}

.darkness header .down-arrow{
    fill: #fff;
}

.hero{
    background: #fff;
}

.darkness .section-out{
    background: url(../images/dark-background.jpg) #000 no-repeat;
}

.darkness .page-layout {
    background: #000;
}

.modern-layout .page-current {
    visibility: visible;
    z-index: 1;
}
.modern-layout .page-layout {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}


/*------------------------ Hero Section ------------------------*/   

.content {
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
}

@media screen and (min-width: 53em) {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 100;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 100%;
		max-width: none;
		height: 100vh;
		padding: 2rem;
		grid-gap: 3rem;
		pointer-events: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none; 
		-ms-user-select: none; 
		user-select: none; 
		grid-template-columns: min-content min-content auto 300px;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title links info ...'
							'... ... ... ...'
							'... ... demos demos';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
		white-space: nowrap;
	}
	.frame__info {
		grid-area: info;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: end;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		white-space: nowrap;
		margin: 0 1rem;
	}
	.frame a {
		pointer-events: auto;
	}
	.content {
		height: 100vh;
		justify-content: center;
	}
}

#slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#slider:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.37);
}

.slide-number {
    position: absolute;
    right: 45px;
    top: 45.8vh;
    z-index: 10;
    transform: rotate(-90deg);
    transform-origin: right;
}

.slide-number li.current{
    opacity: 1;
    margin-right: 3px;
}

.slide-number li{
    list-style: none;
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    opacity: .4;
    float: left;
}


.slider-controls{
    position: absolute;
    right: 35px;
    bottom: 0;
    top: 46vh;
    z-index: 10;
    visibility: hidden;
}

.slider-controls svg{
    fill: #fff;
}

.slider-controls #left-slide, .slider-controls #right-slide{
    cursor: pointer;
}
.slider-controls #left-slide svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-bottom: 30px;
}


.slider-controls #right-slide svg{
}

#content{
    position: relative;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    visibility: hidden;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide-active{
      visibility: visible;
  }

  .swiper-slide .port{
      font-size: 100px;
      color: #fff;
      opacity: 0;
      transition: all ease 0.5s;
      transform: translateY(-60px);
  }

  .swiper-slide .port{
      display: inline-block;
  }

  .swiper-slide-active .port{
    opacity: 1;
      transform: translateY(0px);
      visibility: visible;
  }

  .swiper-slide .port .title span{
    color: transparent!important;
    -webkit-text-stroke: 1px #fff;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

  .swiper-slide .port:hover > .title > span{
    color: #fff!important;
  }


  .above{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.page-container {
    height: 100vh;
    width: 100%;
    left: 0px;
    position: fixed;
    top: 0;
    z-index: -1;
    -webkit-transform: scale(1.00);
    transform: scale(1.00);
    opacity: 0;
    transition: all ease 0.3s;
}

.page-container.gel{
    z-index: 0;
    opacity: 1;
    transition: all ease 0.3s 0.3s;
    -webkit-transition: all ease 0.3s 0.3s;
    -moz-transition: all ease 0.3s 0.3s;
    -ms-transition: all ease 0.3s 0.3s;
    -o-transition: all ease 0.3s 0.3s;
}

.gec nav, .gec .mobile-btn, .gec .follow-us, .gec .say-hello, .gec .slide-number, .gec .down-arrow{
    opacity: 0;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.page-container:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.37);
    z-index: 101;
}

.page-container .page {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0px;
    position: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.page-container .page.active{
    z-index: 100;
}


/* Distortion */
header nav {
    height: 1.5em;
    left: 120px;
    margin: auto;
    position: fixed;
    top: 5%;
    z-index: 1;
	
}
.fadee{	
-webkit-animation: fade .7s ease both;
-moz-animation: fade .7s ease both;
animation: fade .7s ease both;
}
.second nav{
    position: fixed;
    left: 42px;
    margin: auto;
    top: 600px;
    z-index: 1;
    transform-origin: top left;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
	

}

.second nav ul> li{
		-webkit-animation: fade .7s ease both;
-moz-animation: fade .7s ease both;
animation: fade .7s ease both;
}



header nav ul {
    left: 0;
    margin-bottom: 0px;
	 transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

header nav ul li {
    float: right;
	transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}

.second nav ul {
    left: 0;
    margin-bottom: 0px;
	 transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}

.second nav ul li {
    float: right;
	transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
}


header nav ul li a {
    margin-right: 30px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
}

header.white {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

header.white nav ul li a, header.white .say-hello, header.white .follow-us i, header.white .social-links a{
    color: #fff !important;
}



nav .current_page_item{
    text-decoration-line: line-through;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

header .logo{
    position: absolute;
    left: 35px;
    z-index: 1;
    top: 45px;
	display:none;
}
.second .logo{
display: block;

-webkit-animation: fade .5s ease both;
-moz-animation: fade .5s ease both;
animation: fade .5s ease both;
}

header .logo img{
    transform-origin: left;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transform: rotate(-90deg) translate(-96px, 22px);
    -webkit-transform: rotate(-90deg) translate(-96px, 22px);
    -moz-transform: rotate(-90deg) translate(-96px, 22px);
    -ms-transform: rotate(-90deg) translate(-96px, 22px);
    -o-transform: rotate(-90deg) translate(-96px, 22px);
}

header.second .down-arrow svg{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

header .down-arrow svg{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.down-arrow{
    position: absolute;
    left: 40px;
    bottom: 45px;
    z-index: 1;
}

.down-arrow {
    fill: #000;
}

.say-hello{
    position: absolute;
    right: 60px;
    top: 45px;
    font-size: 15px;
    z-index: 1;
    color: #000;
    font-weight: 500;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transform: rotate(-90deg);
    transform-origin: top right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.say-hello:hover{
    opacity: .5;
}

.say-hello:focus, .say-hello:hover{
    color:#000;
}

.darkness .say-hello:focus, .darkness .say-hello:hover{
    color:#fff;
}

.darkness .say-hello{
    color: #fff;
}

.follow-us{
    position: absolute;
    right: 43px;
    bottom: 55px;
    z-index: 1;
    overflow: hidden;
}

.follow-us i{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #fff;
}

header.second .follow-us i{
    color:#000;
}

.darkness header.second .follow-us i {
    color: #fff;
}

.follow-us .follow{
    bottom: 0px;
    cursor: pointer;
    position: absolute;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.social-links{
    margin-bottom: 0;
    transform: translateX(20px);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.social-links a{
    font-weight: 600;
    font-size: 14px;
    display: grid;
    margin-top: 16px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.social-links li{
    list-style: none;
    text-align: center;
}

.social-links a i{
    font-family: 'Font Awesome 5 Brands';
}

.social-links a:hover{
    opacity: .6;
}

.follow-us:hover > .follow{
    transform:  translateX(-20px);
    -webkit-transform:  translateX(-20px);
    -moz-transform:  translateX(-20px);
    -ms-transform:  translateX(-20px);
    -o-transform:  translateX(-20px);
}


.follow-us:hover > .social-links{
    transform:  translateX(0px);
    -webkit-transform:  translateX(0px);
    -moz-transform:  translateX(0px);
    -ms-transform:  translateX(0px);
    -o-transform:  translateX(0px);
}

.half-image{
    background-position-x: -188px !important;
    background-size: cover !important;
    height: 100vh;
}

.half-image:after{
    content: '';
    background: url(../images/mask.png);
    height: 100%;
    width: 100%;
    z-index: 10;
    position: absolute;
    background-repeat: no-repeat;
}

.hello{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -1px;
}

.hero-name{
    font-size: 70px;
    font-weight: 800;
    margin-bottom: 14px;
    letter-spacing: -3px;
}

.hero-info p{
    font-size: 24px;
    font-weight: 500;
}

.hello, .hero-name, .hero-info{
    color: #000;
}

.darkness .hello, .darkness .hero-name, .darkness .hero-info, .darkness header nav ul li a, .darkness .page-caption .page-title, .darkness .page-subtitle{
    color: #fff;
}

.hero-info p span{
    font-weight: 700;
}

.page-caption{
    padding-top: 120px;
    display: inline-block;
    margin-bottom: 90px;
}

.page-caption .page-title{
    font-size: 80px;
    font-weight: 800;
    line-height: 76px;
}

.page-caption .page-title span{
    color: #0275d8;
    display: block;
    margin-top: 15px;
}

.darkness .page-caption .page-title span{
    -webkit-text-stroke: 1px #fff;
}

.page-caption .page-subtitle{
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    position: relative;    
    margin-top:45px;
}


.page-subtitle:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #000;
    left: 0;
    margin-left: 0px;
    top: -20px;
}

.darkness .page-subtitle:before {
    background-color: #fff;
}

.split-content{
    margin-bottom: 90px;
}


.split-content .title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 34px;
}

.split-content p{
    font-size: 18px;
    line-height: 34px;
}

.little-title{
    font-size: 24px;
    font-weight: bold;
    padding-left: 50px;
    letter-spacing: -.3px;
}

.selectedText{
    display: none;
}

.darkness .little-title, .darkness .split-content .title, .darkness .split-content p, .darkness .testimonials .name{
    color: #fff;
}

.darkness .services hr {
    border-top: 1px solid #2d2d2d;
}

.darkness .split-content .little-title:before{
    background-color: #fff;
}

.split-content .little-title:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 3px;
    background-color: #000;
    left: 0;
    margin-left: 15px;
    top: 14px;
}

.services .title:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    margin-left: 18px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    display: inline-block;
}

.services .title{
    cursor: pointer;
}

.services hr{
    margin-left: -20%;
    width: 120%;
}

.services .tab-content{
    display: none;
}

.services .title.open:after{
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}


.owl-nav button i:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-size: 19px;
}

.owl-nav button i{
    margin-right:15px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background:none;
    color: #000;
}

.darkness .owl-theme .owl-nav [class*=owl-]:hover {
    color: #fff;
}

.owl-theme .owl-nav {
    margin-top: 20px;
    text-align: left;
}

.testimonials .name{
    font-size: 15px;
    margin-top:15px;
}

.testimonials .name span{
    opacity: .5;
}

.clients .client img{
    width: 100%;
}

.testimonials .owl-carousel{
    width: 80%;
}

.clients .client {
    border: solid 1px #dfdfdf;
    margin-bottom: 30px;
}

.darkness .clients .client {
    border: solid 1px #333333;
    margin-bottom: 30px;
}

.cta{
    width: 100%;
    margin: 56px 0 30px;
    color:#000;
    display: inline-block;
}

.cta:hover, .cta:focus{
    color:#000;
}

.darkness .cta:hover, .darkness  .cta:focus{
    color:#fff;
}

.cta .got-project{
    font-size: 18px;
    font-weight: 600;
}

.cta .lets{
    font-size: 70px;
    font-weight: 700;
}

.news-content .cta .lets{
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
    width: 70%;
}

.cta .lets span {
    color: transparent!important;
    -webkit-text-stroke: 1px #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.darkness .cta .lets span{
    -webkit-text-stroke: 1px #fff;
}

.darkness .cta .lets, .darkness .cta .got-project{
    color:#fff;
}

.darkness .cta:hover > .lets span{
    color: #fff !important;
}

.cta:hover > .lets span{
    color: #000 !important;
}

footer {
    opacity: .9;
    padding-bottom: 30px;
    padding: 30px 60px 50px;
	margin-top:80px;
}

footer .ft-right{
    text-align: right;
}

footer p{
    font-size: 15px;
}

.darkness .owl-nav button i {
    color: #fff;
}

.darkness footer p{
    color:#fff;
}

.hero.page-layout{
    overflow: hidden;
}

.mobile-btn{
    display: none;
    position: absolute;
    right: 40px;
    z-index: 2;
    background: #000;
    top: 45px;
    padding: 10px 10px 5px;
    cursor: pointer;
}

.mobile-btn .fa-times{
    display: none;
}

.mobile-btn.itsopend .fa-times{
    display: block;
}

.mobile-btn.itsopend .fa-hamburger{
    display: none;
}


.mobile-btn i{
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
}

.mobile-version .mobile-btn{
    display: inline-block;
}

.mobile-version .say-hello{
    display: none;
}

header.mobile-version nav ul {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

header.mobile-version nav ul li {
    float: none;
}


header.mobile-version nav ul li a {
    color: #fff;
    font-size: 25px;
    line-height: 43px;
    margin-right: 0;
}

header.mobile-version .nav-menu {
    height: 100vh;
    width: 100%;
    display: table;
}

header.mobile-version nav ul{
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

header.mobile-version nav.opened{
    visibility: visible;
    opacity: 1;
}

header.mobile-version nav{
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background: #000;
    left: 0;
    bottom: 0;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}

header.mobile-version.yes nav{
    transition: opacity ease-out 0.3s, visibility ease 0.3s;
    -webkit-transition: opacity ease-out 0.3s, visibility ease 0.3s;
    -moz-transition: opacity ease-out 0.3s, visibility ease 0.3s;
    -ms-transition: opacity ease-out 0.3s, visibility ease 0.3s;
    -o-transition: opacity ease-out 0.3s, visibility ease 0.3s;
}

/*------------------------ Portfolio ------------------------*/	

.portfolio-item .image img{
    width: 100%;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.portfolio_filter{
    visibility: visible;
    background: rgba(0, 0, 0, 0.80);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    color: #fff;
    visibility: hidden;
    text-align: center;
}

.active.portfolio_filter{
    visibility: visible;
}

.portfolio_filter{
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.3s .8s;
    -webkit-transition: all ease 0.3s .8s;
    -moz-transition: all ease 0.3s .8s;
    -ms-transition: all ease 0.3s .8s;
    -o-transition: all ease 0.3s .8s;
}

.portfolio_filter.show{
    visibility: visible;
    opacity: 1;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.portfolio_filter:before {
    content: '\f00d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    background-size: 100%;
    position: fixed;
    right: 40px;
    top: 40px;
    cursor: pointer;
    font-size: 20px;
}

.portfolio_filter ul li{
    list-style: none;
}

.portfolio_filter ul li a{
    font-size: 26px;
    line-height: 48px;
    font-weight: 600;
    color: #fff;
    opacity: 0;
    display: inline-block;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
}

.portfolio_filter ul li a span {
    content: '';
    position: absolute;
    top: 25px;
    left: 0px;
    width: 100%;
    height: 2px;
    z-index: -1;
    background: rgba(255, 255, 255, 0.80);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
    -webkit-transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
    -moz-transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
    -ms-transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
    -o-transition: transform .2s ease-out, opacity .2s ease-out 0.3s;
}

.portfolio_filter ul li a:hover span, .portfolio_filter ul li a.select-cat span {
    transform: scaleX(1);
    transform-origin: left;
}

.portfolio_filter.show ul li a{
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
}

.portfolio_filter ul li:nth-child(1) a{
    transition: all ease 0.3s 0.3s;
    -webkit-transition: all ease 0.3s 0.3s;
    -moz-transition: all ease 0.3s 0.3s;
    -ms-transition: all ease 0.3s 0.3s;
    -o-transition: all ease 0.3s 0.3s;
}

.portfolio_filter ul li:nth-child(2) a{
    transition: all ease 0.3s 0.4s;
    -webkit-transition: all ease 0.3s 0.4s;
    -moz-transition: all ease 0.3s 0.4s;
    -ms-transition: all ease 0.3s 0.4s;
    -o-transition: all ease 0.3s 0.4s;
}

.portfolio_filter ul li:nth-child(3) a{
    transition: all ease 0.3s 0.5s;
    -webkit-transition: all ease 0.3s 0.5s;
    -moz-transition: all ease 0.3s 0.5s;
    -ms-transition: all ease 0.3s 0.5s;
    -o-transition: all ease 0.3s 0.5s;
}

.portfolio_filter ul li:nth-child(4) a{
    transition: all ease 0.3s 0.6s;
    -webkit-transition: all ease 0.3s 0.6s;
    -moz-transition: all ease 0.3s 0.6s;
    -ms-transition: all ease 0.3s 0.6s;
    -o-transition: all ease 0.3s 0.6s;
}

.portfolio_filter ul li:nth-child(5) a{
    transition: all ease 0.3s 0.7s;
    -webkit-transition: all ease 0.3s 0.7s;
    -moz-transition: all ease 0.3s 0.7s;
    -ms-transition: all ease 0.3s 0.7s;
    -o-transition: all ease 0.3s 0.7s;
}

.portfolio_filter ul li:nth-child(6) a{
    transition: all ease 0.3s 0.8s;
    -webkit-transition: all ease 0.3s 0.8s;
    -moz-transition: all ease 0.3s 0.8s;
    -ms-transition: all ease 0.3s 0.8s;
    -o-transition: all ease 0.3s 0.8s;
}

.portfolio-item{
    overflow: hidden;
}

.grid-item{
    margin-bottom: 60px;
  }

.masonry.row {
    margin-right: -30px;
    margin-left: -30px;
}

.masonry .col, .masonry .col-1, .masonry .col-10, .masonry .col-11, .masonry .col-12, .masonry .col-2, .masonry .col-3, .masonry .col-4, .masonry .col-5, .masonry .col-6, .masonry .col-7, .masonry .col-8, .masonry .col-9, .masonry .col-lg, .masonry .col-lg-1, .masonry .col-lg-10, .masonry .col-lg-11, .masonry .col-lg-12, .masonry .col-lg-2, .masonry .col-lg-3, .masonry .col-lg-4, .masonry .col-lg-5, .masonry .col-lg-6, .masonry .col-lg-7, .masonry .col-lg-8, .masonry .col-lg-9, .masonry .col-md, .masonry .col-md-1, .masonry .col-md-10, .masonry .col-md-11, .masonry .col-md-12, .masonry .col-md-2, .masonry .col-md-3, .masonry .col-md-4, .masonry .col-md-5, .masonry .col-md-6, .masonry .col-md-7, .masonry .col-md-8, .masonry .col-md-9, .masonry .col-sm, .masonry .col-sm-1, .masonry .col-sm-10, .masonry .col-sm-11, .masonry .col-sm-12, .masonry .col-sm-2, .masonry .col-sm-3, .masonry .col-sm-4, .masonry .col-sm-5, .masonry .col-sm-6, .masonry .col-sm-7, .masonry .col-sm-8, .masonry .col-sm-9, .masonry .col-xl, .masonry .col-xl-1, .masonry .col-xl-10, .masonry .col-xl-11, .masonry .col-xl-12, .masonry .col-xl-2, .masonry .col-xl-3, .masonry .col-xl-4, .masonry .col-xl-5, .masonry .col-xl-6, .masonry .col-xl-7, .masonry .col-xl-8, .masonry .col-xl-9 {
    padding-right: 30px;
    padding-left: 30px;
}

.grid-item figure{
    position: relative;
    margin-bottom: 0;
	border-radius: 5%;
}

.grid-item figcaption {
    left: 13px;
    position: absolute;
    top: 6px;
    z-index: 1;
}

.grid-item figcaption span{
    font-size: 12px;
}

.grid-item figcaption .title{
    font-size: 16px;
    font-weight: 600;
    margin-top: 0px;
    color: #000;
}

.col-xl-3.grid-item figcaption .title{
    font-size: 20px;
    margin-top: 0;
}

.grid-item figcaption .arrow{
    margin-top: 15px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.grid-item.white figcaption .title{
    color: #ffff;
}

.grid-item .item-cat-mask{
    overflow: hidden;
    height: 20px;
}

.grid-item figcaption .item-cat-mask span{
    display: block;
    color: #000;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.grid-item.white figcaption .item-cat-mask span{
    color: #fff;
}

.grid-item.white figcaption .arrow{
    fill: #ffff;
}

.grid-item figcaption .arrow{
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

.portfolio-item:hover .image img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.portfolio-item:hover > figcaption .arrow{
    transform: translateX(20px) rotate(-90deg);
    -webkit-transform: translateX(20px) rotate(-90deg);
    -moz-transform: translateX(20px) rotate(-90deg);
    -ms-transform: translateX(20px) rotate(-90deg);
    -o-transform: translateX(20px) rotate(-90deg);
}

.portfolio-item:hover > figcaption .item-cat-mask span{
    transform: translateY(-18px);
    -webkit-transform: translateY(-18px);
    -moz-transform: translateY(-18px);
    -ms-transform: translateY(-18px);
    -o-transform: translateY(-18px);
}



/*------------------------new ------------------------*/

#logoi {
    margin-bottom: 5%;
    margin-left: -3%;
    margin-top: -10%;
    width: 56%;
}
#logoi > img{
width:100%;
}
.title2 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 25px;
}
.title3 {
    font-size: 16px;
    padding-left: 20px;
}
.title3 > span {
    padding-left: 20px;
}
.masonry > a{
	padding: 10px !important;
	margin-bottom: 10px !important;
}
.spark > a{
 margin-right: 36px; 
 display:inline-block;
 margin-bottom: 20px;
}
.clients{
margin-top:-20px;
}
#fire_p {
width:87.5%;
}
#fire_p > img{
border-radius: 51%;
    margin-top: 36px;
	width:100%;
}
footer > .row {
    margin-top: 50px;
}
header .logo img {
max-height:44px;

}
#preloader {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 5000;
}

#

pre

loader .logo{
margin-bottom: 10px;
}

#preloader.loaded .loading-area {
  opacity: 0;
}

#preloader.loaded{
  visibility: hidden;
}

#preloader .loading-area {
  opacity: 1;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #828282;
}

#preloader.loaded .left-side {
  transform: translateX(-100%);
  transition-delay: 1s;
}

#preloader .left-side {
  left: 0;
}

#preloader.loaded .right-side {
  transform: translateX(100%);
  transition-delay: 1s;
}

#preloader .right-side {
  right: 0;
}

#preloader .left-side, #preloader .right-side {
  background: #111;
  height: 100%;
  position: absolute;
  width: 50.1%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.pt-page-moveToTopEasing {
	-webkit-animation: moveToTop .7s ease-in-out both;
	-moz-animation: moveToTop .7s ease-in-out both;
	animation: moveToTop .7s ease-in-out both;
}

.pt-page-moveToBottomEasing {
	-webkit-animation: moveToBottom .7s ease-in-out both;
	-moz-animation: moveToBottom .7s ease-in-out both;
	animation: moveToBottom .7s ease-in-out both;
}

.pt-page-moveFromTop {
	-webkit-animation: moveFromTop .6s ease both;
	-moz-animation: moveFromTop .6s ease both;
	animation: moveFromTop .6s ease both;
}
.pt-page-moveFromBottom {
	-webkit-animation: moveFromBottom .6s ease both;
	-moz-animation: moveFromBottom .6s ease both;
	animation: moveFromBottom .6s ease both;
}


@-webkit-keyframes moveToTop {
	to { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveToTop {
	to { -moz-transform: translateY(-100%); }
}
@keyframes moveToTop {
	to { transform: translateY(-100%); }
}
@-webkit-keyframes moveToBottom {
	to { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveToBottom {
	to { -moz-transform: translateY(100%); }
}
@keyframes moveToBottom {
	to { transform: translateY(100%); }
}

@-webkit-keyframes moveFromTop {
	from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes moveFromTop {
	from { -moz-transform: translateY(-100%); }
}
@keyframes moveFromTop {
	from { transform: translateY(-100%); }
}@-webkit-keyframes moveFromBottom {
	from { -webkit-transform: translateY(100%); }
}
@-moz-keyframes moveFromBottom {
	from { -moz-transform: translateY(100%); }
}
@keyframes moveFromBottom {
	from { transform: translateY(100%); }
}
@-webkit-keyframes fade {
	from { opacity: 0.3; }
}
@-moz-keyframes fade {
	from { opacity: 0.3; }
}
@keyframes fade {
	from { opacity: 0.3; }
}

.tlp{
 color: rgb(2, 117, 216);
    font-size: 22px !important;
    font-weight: bold;
    margin-top: 30px;
}
.hh{
display:none;}


.fa,.fab,.fad,.fal,.far,.fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-hamburger {
	 background: rgba(0, 0, 0, 0) url("../images/hb.png") no-repeat scroll center center;
    padding: 10px;
    
}

.portfolio-item {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(1000px);
  transform: perspective(1000px);
  position: relative;
}.portfolio-item{
  position: relative;
    display: block;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    transition: all .6s ease-out;
    transition-property: all;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-perspective-origin: right 50%;
    perspective-origin: right 50%;
}.in-view .portfolio-item{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.image img {
    border-radius: 5%;
}
.element {
    font-weight: bolder;
}
/*------------------------end new ------------------------*/



/*------------------------ Responsive ------------------------*/	


@media only screen and (min-width: 1900px){

    .hero-mask {
        position: absolute;
        top: -27vh;
        right: -45vw;
        left: -24vw;
    }

    .hero .inclusive {
        padding-left: 10%;
    }

}
@media only screen and (max-width: 1367px){
	.hh{display:block;}
}

@media only screen and (max-width: 1200px){

    header nav{
        left:37px;
    }

    .down-arrow {
        left: 45px;
    }

    header .logo {
        left: 33px;
    }

    .split-content .little-title:before{
        content: none;
    }

    .little-title {
        padding-left: 0;
        margin-bottom: 30px;
    }

    .services hr {
        margin-left: 0;
        width: 100%;
    }

}


/* Max Width 1024  */
@media only screen and (max-width: 1042px){

    .page-caption {
        padding-top: 70px;
    }

    .work-hero.news .title {
        font-size: 43px;
        line-height: 60px;
        width: 80%;
    }

}

/* MIN Width 1024  */
@media only screen and (min-width: 1024px){

    .contact-information form{
        margin-bottom: 90px;
    }

    .portfolio_filter{
        cursor: url(../images/close.png), e-resize;
    }

    .portfolio_filter:before{
        content: '';
    }
    
    
}


/* Max Width 1024  */
@media only screen and (max-width: 1024px){

    .agency .title {
        font-size: 70px;
    }

    .page-caption .page-title {
        font-size: 50px;
        font-weight: 800;
        line-height: 51px;
    }

    .masonry .col, .masonry .col-1, .masonry .col-10, .masonry .col-11, .masonry .col-12, .masonry .col-2, .masonry .col-3, .masonry .col-4, .masonry .col-5, .masonry .col-6, .masonry .col-7, .masonry .col-8, .masonry .col-9, .masonry .col-lg, .masonry .col-lg-1, .masonry .col-lg-10, .masonry .col-lg-11, .masonry .col-lg-12, .masonry .col-lg-2, .masonry .col-lg-3, .masonry .col-lg-4, .masonry .col-lg-5, .masonry .col-lg-6, .masonry .col-lg-7, .masonry .col-lg-8, .masonry .col-lg-9, .masonry .col-md, .masonry .col-md-1, .masonry .col-md-10, .masonry .col-md-11, .masonry .col-md-12, .masonry .col-md-2, .masonry .col-md-3, .masonry .col-md-4, .masonry .col-md-5, .masonry .col-md-6, .masonry .col-md-7, .masonry .col-md-8, .masonry .col-md-9, .masonry .col-sm, .masonry .col-sm-1, .masonry .col-sm-10, .masonry .col-sm-11, .masonry .col-sm-12, .masonry .col-sm-2, .masonry .col-sm-3, .masonry .col-sm-4, .masonry .col-sm-5, .masonry .col-sm-6, .masonry .col-sm-7, .masonry .col-sm-8, .masonry .col-sm-9, .masonry .col-xl, .masonry .col-xl-1, .masonry .col-xl-10, .masonry .col-xl-11, .masonry .col-xl-12, .masonry .col-xl-2, .masonry .col-xl-3, .masonry .col-xl-4, .masonry .col-xl-5, .masonry .col-xl-6, .masonry .col-xl-7, .masonry .col-xl-8, .masonry .col-xl-9 {
        padding-right: 15px;
        padding-left: 15px;
    }

    .grid-item {
        margin-bottom: 30px;
    }

    .cta .lets {
        font-size: 50px;
        font-weight: 700;
    }

    .cta {
        margin: 60px 0 60px;
    }

    form{
        margin-bottom: 60px;
    }

    .contact-information {
        padding: 90px 0 0px;
    }

    .split-content {
        margin-bottom: 60px;
    }

    .work-hero.news .title br{
        display: none
    }

    .work-hero.news .title {
        width: 100%;
    }

    .news-content .cta .lets {
        font-size: 40px;
        line-height: 62px;
        width: 100%;
    }

}


/* Max Width 768  */
@media only screen and (max-width: 768px){

    .not-found h1 {
        font-size: 40px;
    }

    .not-found span {
        font-size: 250px;
        transform: translateY(-143px);
    }

    .work-hero.news .title {
        font-size: 28px;
        line-height: 40px;
    }

    .cta .lets {
        font-size: 50px;
        font-weight: 700;
    }

    .testimonials .owl-carousel {
        width: 100%;    
        padding-top: 0;
    }

    .agency .title {
        font-size: 50px;
    }

    .hero .inclusive {
        padding-left: 80px;
    }

    .hero-name {
        font-size: 60px;
    }

    .hero-info p {
        font-size: 20px;
    }

    .page-caption .page-title {
        font-size: 66px;
        line-height: 66px;
    }

    .page-caption .page-subtitle {
        margin-bottom: 40px;
    }

    .inclusive {
        width: 75%;
        margin-left: 12.5%;
    }

    .cta .lets {
        font-size: 60px;
        font-weight: 700;
    }

    .split-content:last-child{
        margin-bottom: 0;
    }

    .cta {
        margin: 0px 0 60px;
    }

    .cta {
        margin: 30px 0 45px;
    }

    .down-arrow {
        left: 30px;
    }

    .follow-us {
        right: 32px;
        bottom: 53px;
    }

    .mobile-btn {
        right: 30px;
        top: 40px;
    }

    footer {
        padding: 30px 0px;
    }

    .page-caption {
        margin-bottom: 60px;
    }

    .work-hero .title {
        font-size: 60px;
    }

    .project-info .categories{
        margin-top: 30px;
    }

    .project-info .categories ul{
        margin-bottom: 0px;
    }

    .project-info, .full-image, .subtext {
        padding: 15px 0;
    }

    .work-info {
        padding-top: 30px;
    }

    .project-info .title {
        font-size: 26px;
    }

    .subtext {
        font-size: 23px;
        line-height: 33px;
        margin-bottom: 0;
    }

    .lightbox-gallery {
        padding: 30px 0 15px;
    }

    footer {
        padding: 0px 30px;
    }

    section footer {
        padding: 30px 0;
    }

    .grid-item{
        margin-bottom: 30px;
    }
	.portfolio-item:hover .image img{
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}

}


/* Max Height 900  */
@media only screen and (max-width: 991px){
	.outter {
		 background: rgba(0, 0, 0, 0) url("../images/bgt.png") no-repeat scroll right bottom /  auto 168px;
	}
	.hh{display:none;}
    .split-content.clients{
        margin-bottom: 0 !important;
    }

    .slide-number{
        display: none;
    }

    html {
        min-height: 100%;
    }
    
    .work-hero .hero-image, .page-container .page{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }
	
	#fire_p {
    	margin: auto;
    	width: 56%;
		margin-bottom:60px;
	}
	#fire_p > img {
    	margin-top: 0px;
	}
	
	header nav{
		display:none ;
	}
	.mobile-btn{
		display:block;
	}
	.nav-menu{
		background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    display: table;
    height: 120%;
    left: 0;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1000;
	}
	
.nav-menu::before {
    background: rgba(0, 0, 0, 0) url("../images/cancelw.png") repeat scroll 0 0 / 100% auto;
    content: "";
    height: 16px;
    position: fixed;
    right: 30px;
    top: 30px;
    width: 16px;
}
header nav ul {
    color: white;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 45%;
    width: 100%;
}
header nav ul li,.second nav ul li {
    float: none;
	margin-bottom: 20px;
}
header nav ul li a {
font-size:20px;
}
.second nav{
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform:rotate(0deg);
    -o-transform: rotate(0deg);
	left: 0;
	right:0;
	top:0;
	bottom:0;
	z-index:1000;
	height:100%;
	
}
header nav {
z-index:1000;

}
header .logo img {
    
    transform: rotate(0deg);
}
header .logo {
	background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    padding: 7px 18px;
	left: 0;
    top: 16px;
}
.second .logo{
	display: none;
}
}

/* Max Height 900  */
@media only screen and (max-height: 900px){

    
    header nav {
        position: fixed;
        left: 120px;
        height: 1.5em;
        margin: auto;
        top: 5%;
        z-index: 1000;
    }

    .down-arrow {
        left: 38px;
    }


}


@media only screen and (max-width: 550px){
    .hero-name {
        font-size: 50px;
        font-weight: 700;
        letter-spacing: -2px;
    }

    .hero .inclusive {
        padding-left: 56px;
    }

    .not-found span {
        font-size: 170px;
        transform: translateY(-90px);
    }

    .not-found h1 {
        font-size: 30px;
    }

    .not-found .site-btn {
        margin-top: 60px;
        display: inline-block;
    }

    .work-hero .hero-image, .page-container .page{
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-attachment: scroll;
    }
}

@media only screen and (max-width: 451px){
.spark {
    text-align: center;
}
.spark > a {
    margin-right: 0px;
}
.hh{
display:block;
}
}

/* Max Width 415  */
@media only screen and (max-width: 415px){
	footer img {
    	margin: auto;
	}
    .news .author-name, .news .news-date {
        font-size: 13px;
    }

    .news-info {
        margin-left: 15px;
    }

    .news .news-content {
        padding: 25px;
    }

    .news .author-info {
        left: 25px;
    }

    .news-content .cta .lets {
        font-size: 30px;
        line-height: 46px;
        width: 100%;
    }
    
    .cta {
        margin: 30px 0;
    }

    section footer {
        padding: 0px 0 30px;
    }

    .box-animation div{
        padding: 0;
    }

    .box-animation.row{
        margin: 0;
    }


    footer .row p:first-child{
        margin-bottom: 0;
    }

    .work-hero .title {
        font-size: 36px;
    }

    .news .image{
        min-height: 650px;
    }

    .news .title {
        clear: both;
        font-size: 18px;
        line-height: 24px;
    }

    footer p{
        text-align: center !important;
    }

    .page-caption {
        margin-bottom: 20px;
    }

    .agency .title {
        font-size: 34px;
        font-weight: 600;
    }

    .down-arrow {
        left: 23px;
        bottom: 23px;
    }

    .inclusive {
        width: 70%;
        margin-left: 15%;
    }

    header .logo {
        left: 20px;
        top: 28px;
    }

    .mobile-btn {
        right: 22px;
        top: 24px;
    }

    .hero .inclusive {
        width: auto;
        margin-left: auto;
        padding-left: 40px;
    }

    .hero-info p {
        font-size: 18px;
        font-weight: 500;
        line-height: 25px;
    }

    .hero-name {
        font-size: 43px;
        font-weight: 700;
        letter-spacing: -2px;
    }

    .hello {
        font-size: 31px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .page-caption .page-title {
        font-size: 40px;
        font-weight: 800;
        line-height: 40px;
    }

    .page-caption {
        padding-top: 40px;
    }

    .cta .lets {
        font-size: 45px;
        font-weight: 700;
    }

    footer p{
        text-align: center !important;
    }

    .follow-us {
        right: 23px;
        bottom: 32px;
    }

    footer {
        padding-bottom: 28px;
    }

    .split-content .title {
        font-size: 16px;
        line-height: 29px;
        font-weight: 700;
    }

    .split-content p,.title2 {
        font-size: 13px;
        line-height: 24px;
    }
	.tlp{
	font-size:17px !important;
	}
	.title3{
		font-size: 13px;
		padding-left: 10px;
	}
	

    .page-caption .page-subtitle{
        font-size: 14px;
        line-height: 27px;
    }.title3 > span {
    padding-left: 0px;
	}

    .split-content {
        margin-bottom: 60px;
    }

}


/* Max Width 415  */
@media only screen and (max-width: 375px){

    .work-hero.news .title {
        font-size: 24px;
        line-height: 36px;
    }

    .page-caption .page-title {
        font-size: 47px;
        line-height: 50px;
    }

    .cta {
        margin: 30px 0 20px;
    }

}



/*------------------------ Responsive Landscape ------------------------*/

@media screen and (min-device-width: 1366px) 
           and (max-device-height: 1024px) 
           and (orientation: landscape) {

            .hero-mask {
                position: absolute;
                top: -27vh;
                right: 0px;
                left: -45%;
            }

}


@media screen and (min-device-width: 1024px) 
           and (max-device-height: 768px) 
           and (orientation: landscape) {

            .cta .lets {
                font-size: 50px;
                font-weight: 700;
            }

}


@media screen and (min-device-width: 736px) 
           and (max-device-height: 414px) 
           and (orientation: landscape) {

            footer .ft-right{
                text-align: right !important;
            }

            .agency .title {
                font-size: 36px;
            }

            .inclusive {
                width: 80%;
                margin-left: 10%;
            }
        
            header .logo {
                left: 20px;
                top: 28px;
            }
        
            .mobile-btn {
                right: 22px;
                top: 24px;
            }
        
            .hero .inclusive {
                width: auto;
                margin-left: auto;
                padding-left: 40px;
            }
        
            .hero-info p {
                font-size: 18px;
                font-weight: 500;
                line-height: 16px;
            }
        
            .hero-name {
                font-size: 43px;
                font-weight: 700;
                letter-spacing: -2px;
            }
        
            .hello {
                font-size: 31px;
                font-weight: bold;
                letter-spacing: -1px;
            }
        
            .page-caption .page-title {
                font-size: 60px;
                font-weight: 800;
                line-height: 56px;
            }
        
            .page-caption {
                padding-top: 40px;
            }
        
            .cta .lets {
                font-size: 45px;
                font-weight: 700;
            }
        
            footer p{
                text-align: center !important;
            }
        
            .follow-us {
                right: 29px;
                bottom: 37px;
            }
        
            .down-arrow {
                left: 29px;
                bottom: 31px;
            }

            .cta {
                margin: 30px 0 15px;
            }

            .split-content.clients{
                margin-bottom: 0 !important;
            }
        
            footer {
                padding-bottom: 28px;
            }

            footer p{
                margin-bottom: 0;
            }
        
            .split-content .title {
                font-size: 16px;
                line-height: 29px;
                font-weight: 700;
            }
        
            .split-content p {
                font-size: 13px;
                line-height: 24px;
            }
        
            .page-caption .page-subtitle{
                font-size: 14px;
                line-height: 27px;
            }
        
            .split-content {
                margin-bottom: 60px;
            }

            .hero .inclusive {
                width: auto;
                margin-left: auto;
                padding-left: 100px;
            }

}




@media screen and (min-device-width: 812px) 
           and (max-device-height: 375px) 
           and (orientation: landscape) {

            .agency .title {
                font-size: 32px;
            }

}
