@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Josefin Sans', sans-serif;
	background-image:url(../images/bg.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:60px;}
.navbar-default .navbar-nav > li > a{
	color:black;}	

	.download-bar{
		font-family: 'Lato', sans-serif;
		background-color: #fff;
		height: 40px;
		vertical-align: middle;
		-webkit-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.5);
		-moz-box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.5);
		box-shadow: 5px 5px 10px -6px rgba(0,0,0,0.5);
		position: fixed;
		top: 0;
		z-index: 10000000;
		width: 100%;
		padding: 2px 0;
}	

.download-bar .logo-text{
	font-family: 'VT323', monospace;
	font-size: 32px;
	line-height: normal;
}

.inline-col{
	display: flex;
    justify-content: flex-end;
	padding: 0 16px;
}

.inline-col p{
	padding: 0 8px;
}

.navbar-brand{
	font-size:36px;
	font-style:italic;
	padding:25px ;
	}
	.navbar{
		top: 60px;
		min-height:60px;
		line-height:60px;
		vertical-align:middle;
		color:black;}
		.navbar-nav > li > a{
			line-height:30px;
		vertical-align:middle;
		padding-left: 45px;
		padding-right: 45px;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
		background:none;}
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
		margin-left:25px;}
	.navbar-default{
		background-color:transparent;
		border:none;}
	.navbar-right{
		margin-right:50px;}
	.navbar-right{
		font-size:22px;
		font-weight:600;}
.button {
  background-color: Black;
  border: none;
  color: white;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius:15px;
}
.button1:hover {
  background-color:#fff568;
  color: black;
    border-radius:15px;
}
#banner{
	padding:125px 0;}
#banner .row{
	padding: 0 10%;}
#banner img{
	text-align:center;
	}
.content-banner{
	padding:125px 0 0 25px;}
.content-banner h1{
	text-transform:uppercase;
	font-weight:600;}
	.content-about{
	padding:125px 0 0 25px;}
#about{
	padding:75px 0;}
#about h4{
	line-height:30px;}
	#services{
		padding:125px 0;}
	#services h1{
		padding:75px 0; }
	#services h3{
		font-weight:600;}
	#works{
		padding:75px 0;}
	#works img{
		width:100%;
		margin:10px 0}
	#works h3{
		padding:25% 0;
		font-weight:600;
		}
	#strategy{
		padding:50px 0 50px 0;
		background:black;}
	#strategy p{
		font-size:18px;
		text-align:center;
		color:white;
		}
	#myCarousel{
		padding: 0 20%;}
	#testimonial-slider .container-fluid{
		padding:0;
		}
	.item{
		padding:50px 0;
	}
	p{
		line-height:36px;
		font-size:18px;}
.carousel-control.left{
	background-image:none;
	padding-top:25px; }
	.carousel-control.right{
	background-image:none;
	padding-top:25px; }
#testimonial-slider{
	background-color:#fff568;padding:10px 0;}
	
#heading-testimonial{
	padding-top:50px;}
	
#testimonial-slider p span{
	font-size:72px;
	font-family: 'Josefin Sans', serif;}
#clients{
	padding:75px 0;}
#clients h1{
	text-align:center;}
	
	#reach img{
		padding: 0 5px;
		margin-top:75px;
		transition:0.3s;
		cursor:pointer;
		text-align:center;
	}
	#reach img:hover{
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  }
  footer{
	  background:black;
	  color:white;}
	 #reach h2{
		 font-size:72px;
		 font-style:italic;
		 font-weight:900;
		 text-align:center;margin-top:65px;}
@media screen and (max-width: 1366px) and (min-width: 600px){
	#banner img{
		width:100%;}
	#about img{
		width:100%;}
	.content-banner{
		padding:0;}
	} 
@media screen and (max-width:599px){
	#banner img{
		width:100%;}
		#banner {
			padding:25px 0;}
			.content-banner{
				padding:0;}
				.content-banner h1{
					font-size:24px;}
		#about img{
			width:100%;}
			
		#about{
			padding:25px 0;}
			#services{
				padding:25px 0;}
				#services img{
					text-align:center;
					width:100px;}
	.content-about{
		padding:0;}
		
	#services h1 {
    padding: 25px 0;
}

#works h3 {
    padding: 2% 0;
    font-weight: 600;
}

.item p{
	line-height:30px;}
	
.carousel-control.right,.carousel-control.left {
    background-image: none;
    padding: 50% 0;
}
#clients img{
	text-align:center;}
footer .text-right p{
	text-align:center;
	line-height:22px;
	padding:10px 0;}
	}

/* CSS for main header button */

.button-d {
	--background: #275efe;
	--rectangle: #184fee;
	--success: #4672f1;
	--text: #fff;
	--arrow: #fff;
	--checkmark: #fff;
	--shadow: rgba(10, 22, 50, .24);
	display: flex;
	overflow: hidden;
	text-decoration: none;
	-webkit-mask-image: -webkit-radial-gradient(white, black);
	background: var(--background);
	border-radius: 8px;
	box-shadow: 0 2px 8px -1px var(--shadow);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: fit-content;
	height: 36px;
	width: 220px;
	
}
.button-d:active {
	transform: scale(0.95);
	box-shadow: 0 1px 4px -1px var(--shadow);
}
.button-d ul {
	margin: 0;
	padding: 4px 50px;
	list-style: none;
	text-align: center;
	position: relative;
	backface-visibility: hidden;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	color: var(--text);
}
.button-d ul li:not(:first-child) {
	top: 16px;
	left: 0;
	right: 0;
	position: absolute;
}
.button-d ul li:nth-child(2) {
	top: 40px;
}
.button-d ul li:nth-child(3) {
	top: 76px;
}
.button-d > div {
	position: relative;
	width: 50px;
    height: 36px;
	background: var(--rectangle);
}
.button-d > div:before, .button-d > div:after {
	content: '';
	display: block;
	position: absolute;
}
.button-d > div:before {
	border-radius: 1px;
	width: 2px;
	top: 50%;
	left: 50%;
	height: 17px;
	margin: -9px 0 0 -1px;
	background: var(--arrow);
}
.button-d > div:after {
	width: 50px;
    height: 36px;
	transform-origin: 50% 0;
	border-radius: 0 0 80% 80%;
	background: var(--success);
	top: 0;
	left: 0;
	transform: scaleY(0);
}
.button-d > div svg {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -10px;
	fill: none;
	z-index: 1;
	stroke-width: 2px;
	stroke: var(--arrow);
	stroke-linecap: round;
	stroke-linejoin: round;
}
.button-d.loading ul {
	animation: text calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
.button-d.loading > div:before {
	animation: line calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
.button-d.loading > div:after {
	animation: background calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
.button-d.loading > div svg {
	animation: svg calc(var(--duration) * 1ms) linear forwards calc(var(--duration) * .065ms);
}
@keyframes text {
	10%, 85% {
		transform: translateY(-100%);
   }
	95%, 100% {
		transform: translateY(-200%);
   }
}
@keyframes line {
	5%, 10% {
		transform: translateY(-30px);
   }
	40% {
		transform: translateY(-20px);
   }
	65% {
		transform: translateY(0);
   }
	75%, 100% {
		transform: translateY(30px);
   }
}
@keyframes svg {
	0%, 20% {
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
   }
	21%, 89% {
		stroke-dasharray: 26px;
		stroke-dashoffset: 26px;
		stroke-width: 3px;
		margin: -10px 0 0 -10px;
		stroke: var(--checkmark);
   }
	100% {
		stroke-dasharray: 26px;
		stroke-dashoffset: 0;
		margin: -10px 0 0 -10px;
		stroke: var(--checkmark);
   }
	12% {
		opacity: 1;
   }
	20%, 89% {
		opacity: 0;
   }
	90%, 100% {
		opacity: 1;
   }
}
@keyframes background {
	10% {
		transform: scaleY(0);
   }
	40% {
		transform: scaleY(0.15);
   }
	65% {
		transform: scaleY(0.5);
		border-radius: 0 0 50% 50%;
   }
	75% {
		border-radius: 0 0 50% 50%;
   }
	90%, 100% {
		border-radius: 0;
   }
	75%, 100% {
		transform: scaleY(1);
   }
}

body .container .button-d {
	margin: 16px;
}
@media (max-width: 400px) {
	body .container .button-d {
		margin: 12px;
   }
}
