/**
* Template Name: Arsha
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
	align-items: center;
	justify-content: center;
	  position: relative;
      height: 100%;
}

a {
  color: #47b2e4;
  text-decoration: none;
}

a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Yamanatrav", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/





/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}



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

	.section-title  {
    margin-top: 10px;
  }
}

.section-title {
  text-align: center;
  
}







/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/



.clients {
  padding: 10px;
	padding-top: 10px;
  text-align: center;
}





.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
	 
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}


@media  (max-width: 600px) {
  .clients img {
     
	 align-content: center;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;

}

.services .icon-box .icon {
  margin-bottom: 10px;
	
}

.services .icon-box .icon i {
  color: #47b2e4;
  font-size: 36px;
  transition: 0.3s;
}

.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #37517e;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  transform: translateY(-10px);
}

.services .icon-box:hover h4 a {
  color: #47b2e4;
}


/*----------------------------------------------------------
Carousel slider front
----------------------------------------------------------*/
.img-wrapper {
	max-width: 100%;
	height: 65vw;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

img {
	max-width: 100%;
	max-height: 100%;
}
@media screen and (min-width: 576px){
	.carousel-inner{
		display: flex;
	}
	.carousel-item {
		display: block;
		margin-right: 0;
		flex: 0 0  calc(100%/3);
	}
	.img-wrapper {
	height: 23vw;
}
}

.carousel-inner {
	padding: 1em;
}

.card {
	margin: 0 .5em
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/




#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}



























@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }



.services {
	margin-top: -150px;
}
@media screen and (max-width: 600px) {
  .services {
    margin-top: 40px;
  }





/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

*{
	  box-sizing: border-box;
}

.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}










.header {
  text-align: center;
  padding: 32px;
}



.item-pic {




}

/* DEFINE <h1> */
h1 {
   /* Make all text uppercase */
   text-transform: uppercase;
}









.slider-container{
	
	max-width: 1120px;
    width: 100%;
	padding: 40px;
	box-sizing: border-box;
	font-family: 'Yamanatrav', sans-serif;
	
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EFEFEF
}

.card-2{

	border-radius: 25px;
	background-color: #FFF;
}

.card-image {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 320px;
	border-radius: 25px 25px 0px 25px;
	background-color: #FFF;
	padding: 0;
}

.card-image .card-img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border: 4px solid #4070F4;
}


.slide-content {
	margin: 0 40px;
	
}

.image-content{
	position: relative;
	row-gap: 5px;
}

.image-content, .card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 50px 14px;
}

.image-content {
	position: relative;
	row-gap: 5px;
	border-radius: 25px 25px 0px 25px;
}

.name {
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
}

.description {

	 font-size: 14px;
	color: #707070;
	text-align: center;
}

.name-2 {
	Font-size: 18px;
	font-weight: 500;
	color: #333;
}

.button {
	border: none;
	font-size: 20px;
	color: #FFF;
	padding: 8px 16px;
	background-color: #b6e2ea;
	border-radius: 14px;
	margin: 14px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.button:hover {
	background-color: #f8afac;
}

.overlay-2 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	font-weight: 100%;
	background-color: aqua;
	border-radius: 25px 25px 0px 25px;
	
}



.cases {
	padding-bottom: 95px;
}

.Design {
	 height: 800px;
	width: 100%;
		
}

.Responsive {
	 width: 100%;
  height: auto;
}

.white-box {
	margin-top: 20px;
	z-index: 20;
}




}


@media screen and (max-width: 600px) {
  .video {
    width: 100%;
  }
	 }
	
	
	
	
	@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
	  padding-top: 8px;
  }
		
 }

 }








@media only screen and (max-width: 600px) {
  .case_PB {
	  
	  margin-top: -200px;
   
  }
}


@media only screen and (max-width: 600px) {
  .case_ASS {
    margin-top: -200px;
  }
}



@media only screen and (max-width: 600px) {
  .search_bg {
     margin-top: -200px;
  }
}
.search_bg {
	
}


@media only screen and (max-width: 600px) {
  .VI_container {
    margin-top: -180px;
  }
}


@media only screen and (max-width: 600px) {
  .KC_section {
    margin-top: -180px;
  }
}




@media only screen and (max-width: 600px) {
  .Logo_section  {
    margin-top: -230px;
  }
}



@media only screen and (max-width: 600px) {
  .EMD_section {
    margin-top: -180px;
  }
}



@media only screen and (max-width: 600px) {
  .DM_section {
    margin-top: -250px;
  }
}


@media only screen and (max-width: 600px) {
  @media only screen and (max-width: 600px) {
 .UXUI_section  {
    margin-top: -180px;
  }
}

}
.UXUI_section {
	
}

@media only screen and (max-width: 600px) {
  .LP_section {
   margin-top: -200px;
  }
}

.LP_section {
	
}

@media only screen and (max-width: 600px) {
  .BrandS_section {
   margin-top: -200px;
	 background-color: #b6e2ea
  }
}

.BrandS_section {
	
}

@media only screen and (max-width: 600px) {
  .some_section {
    margin-top: -250px;
  }
} 



@media only screen and (max-width: 600px) {
  .SM_section {
    margin-top: -225px;
	  background-color: #fcf0d8;
  }
}

.SM_section {
	
}

@media only screen and (max-width: 600px) {
  .offline_setion {
    margin-top: -250px;
	  
  }
}



@media only screen and (max-width: 600px) {
  .klippekort_section{
    background-color: #d6eef0;
  }
}



@media only screen and (max-width: 600px) {
  .kontakt_section  {
    margin-top: -150px;
  }
}
.kontakt_section {
	
}


@media only screen and (max-width: 600px) {
  @media only screen and (max-width: 600px) {
  .PB_clients   {
    margin-left: 100px;
  }
}

}



@media only screen and (max-width: 600px) {
  .acr_clients  {
    margin-left: 100px;
  }
}



@media only screen and (max-width: 600px) {
  .AS_clients  {
    margin-left: 100px;
  }
}



@media only screen and (max-width: 600px) {
  .FB_ads_pic {
    width: 100%;
  }
}



@media only screen and (max-width: 600px) {
  .FB_insta_annoncering {
    margin-top: -100px;
  }
}

.FB_insta_annoncering {
	
	
}





@media only screen and (max-width: 600px) {
  .Trustpilot_logo {
    width: 50px;
  }
}

.Trustpilot_logo {
	width: 170px ;
	
}

.lp_bg {
	 background-image: url( "../Fotos/Webfotos/Blaa_bg.png") ;
	 background-repeat: no-repeat;
	background-size: cover;
	
	
}



/*--------------Facebook ads coloumns--------*/







