:root {
  --main-bg-color: #2b3f54;  /*rgba(43, 63, 84, 1)*/
  --light-bg-color: #e6f4ff;  /*rgb(105,140,176)*/
  --orange:#ee5106;
}


body{
    background-image: none; !important;
    padding:0;
}

#designs{
	margin-top:50px;
}

#designs img{
	width:300px;
}
#designs .caption{
	position:absolute;
	top:0px;
	padding:60px;
	color:white;
	font-size:24px;
	z-index:9999;
}
.searchBar form{
	border-radius:50px;
	margin:10px;
}
.searchBar input{
	border:none;
}



footer{
    border-top:1px solid #e6f4ff;
}

footer ul li{
    list-style-type:none;
    padding:5px 10px ;
    
}
footer ul{
    padding:10px ;
}

.btn{
 border-radius: 200px;	
}

.auth{
	margin:200px 0 ;
}

#cookiepolicy{
    position:fixed;
    bottom:0px;
    background-color: #2b3f54;
    color:#e6f4ff;
    padding:5px;
    text-align: center;
    width:100%;
    font-size:0.8em;
    border-top:1px solid #e6f4ff;
    z-index:99999;
}


#contact input, #contact textarea {
	border:none;
	border-bottom:solid 1px var(--light-bg-color);
	border-radius:0;
    text-align:left;
	
    	background-color: var(--dark-bg-color);
        color: var(--light-bg-color);
}

#contact input::placeholder, #contact textarea::placeholder{
    	background-color: var(--dark-bg-color);
        color: var(--light-bg-color);
}

#leftpanecontact {
		 background-image: linear-gradient(to right, rgba(0, 0, 0,0.0), rgba(0, 0, 0,0.0)),
		url("/img/digital-marketing4.jpg"); 
		background-size: cover; 
	
}


.bg-dark{
	background-color:var(--main-bg-color) !important;
}

.bg-light{
	background-color:var(--light-bg-color) !important;
}
#about{
	color:white;
}

#about img{
	width:400px;
}
#aboutheader{
	color: var(--orange);
	font-size:2.8em;
	line-height:1em;
}
.small{
	font-size:1em;
	animation-delay:0.5s;
	
}
.medium{
	font-size:1.6em;
	display: inline-block;
	animation-delay:2.5s;
}
.large{
	font-size:2.3em;
	animation-delay:1.5s;
	display: inline-block;
}

html,body {
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
}

h1,h2 {
  font-weight: 200;
  margin: 0.4em 0;
}

h1 { font-size: 3.0em; }
h2 {
  color: #888;
  font-size: 2em;
}


#services h2{
	font-size:1.1em;
}

#services ul{
	font-size:1.2em;
	text-align:center;
	list-style-type: none;
	margin:20px 50px;
}

#services li{
	text-align:left;
	padding-top:15px;
}

.bulletlogo{
	width:25px;
	margin:-3px 10px 0 0;
	webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	
	
}


#about p{
	padding:20px;
	font-size:1.3em;
	line-height:1.5em;
}

.fas{
	color: var(--orange) !important;
}

.far{
	color: var(--orange) !important;
	size: 9px;
}

.fab{
	color: var(--orange) !important;
}


#logo {
	height:40px;
}

#about, #contact{
	padding:50px 0;
}

#carouselbuttonslide1 {
	animation-delay:4s;
}

.buttonnext {
	animation-delay:2.5s;
}


.carousel, .carousel-inner {
	height:100vh;
}


.carousel-item {
  border: 1px solid grey;
  max-height: 100vh;
  min-height: 100vh;
  max-width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.caption1 {
top:-150px;
left:0px;
width:50%;
}
.caption2 {
left: auto;
top:100px;
right:0;
width:50%;
}

.caption3 {
left: auto;
top:0px;
right:100px;
width:25%;
}

.caption4 {
bottom:400px;
left:150px;
width:50%;
}

.buttonnext {
	display: inline-block; 
}

.carousel-caption-inner{
		border-radius:5px;
		background-color:rgba(0,0,0,0.5);
		padding-bottom:20px;

}

.carousel-caption h3 {
	font-family: 'Raleway', sans-serif;
	font-size:3em;
	padding-top:20px ;
}

.carousel-caption p {
	font-size:2em;
	padding:0 20px ;

}

.carousel-caption h3:first-child{
	animation-delay:0.5s;
}
.carousel-caption p{
	animation-delay:1.5s;
	
}
.delay {
	animation-delay:3s !important;		
}	


@media screen and (max-width: 479px) {

  .carousel-caption h3 {

	font-size:1em;
    margin-top:20%;
    }
	
  .carousel-caption p {
	font-size:0.6em;
	}
	
	h1{
		font-size:2em !important;
	}
	
	#about img{
		width:300px;
	}
	
	.carousel img{
		height:100vh;
	}
	
	.caption1, .caption2 , .caption3, .caption4{
	top:300px;
	left:0px;
	width:100%;
	font-size:1.8em;
	}

	.caption1 p, .caption2 p , .caption3 p, .caption4 p{
		font-size:0.8em;
	}
		
}

@media screen and (min-width: 480px) and (max-width: 640px){
  .carousel-caption h3 {
	font-size:2em;
    margin-top:30%;
  }
   .carousel-caption p {
	font-size:1em;
 
}


}

@media screen and (min-width: 641px) {
  .carousel-caption h3 {
    margin-top:40%;
  }

  
  .carousel img{
	width:100vw;
}

}


label.error {
    height:17px;
	color:orange;

    margin-left:9px;
    padding:1px 5px 0px 5px;
    font-size:small;
}

