@import url('https://fonts.googleapis.com/css?family=Dhurjati&display=swap');

html, body {
  height: 100%;
  width: 100%;
}

body {
	
}

.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

#header {
	
}

#nav {
	margin-top: -100px;
	
}
.logo {
    padding-right: 0;
    padding-left: 0;
   
}

.navbar-custom {
    background-color: transparent !important;
	font-size: 20px;
	font-weight: bold;
	transition: all 0.4s ease;
	z-index: 100;
}
.nav-item >.btn {
	margin-right: 3rem;
   
}
.navbar-collapse >.btn {
    width: 100%;
}
.navbar-text {
	color: #fff !important;
    text-shadow: 0 -1px #5B5F62 , 1px 0 #5B5F62 , 0 1px #5B5F62 , -1px 0 #5B5F62 ;
}
.navbar-text a{
	color: #fff !important;
    text-shadow: 0 -1px #5B5F62 , 1px 0 #5B5F62 , 0 1px #5B5F62 , -1px 0 #5B5F62 ;
}
.custom-toggler {
	color: #fff;
}
.sticky{
	background-color: green !important;
	
}
.content {
    margin-top: 0px;
    padding-top: 70px;
	background: url('../Img/content_start_1200.jpg'), center top; 
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100% - 390px);;
    
}
.content_impr {
    margin-top: 0px;
    padding-top: 70px;
	
	min-height: calc(100% - 390px);
    
}
.content_news {
	margin-top: 0px;
    padding-top: 70px;
	
	background-size: cover;
	min-height: calc(100% - 390px);
}
.content_ref {
	margin-top: 0px;
    padding-top: 70px;
	background: url('../Img/content_ref_1200.jpg'), center top; 
	background-size: cover;
	min-height: calc(100% - 390px);
}
.car{
	min-height: calc(100vh - 320px);
    margin-top: -56px;
}
.carousel-item {
  height: 100vh;
  min-height: calc(100vh - 320px);
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

section {
	width: 100%;
	height: auto;
	background-size: cover;
	margin-top: -70px;
}

	

#background-carousel{
	position:fixed;
	
	z-index:-1;
} 
	

.footer {
	
	bottom: 0;
	width: 100%;
	height: 80px;
	
	background-color: #f7f8f7;
	color: #4b5f63;
	text-align: center;
	font-size: 18px;
}
.service {
    text-align: right
}

.footerimage {
    width: auto;
    height: 100%;

}
.footerlink {
	color: #4b5f63;
}
.fi-wrapper {
    height: 120px;
   
}
.wrapper {
	display:grid;
	grid-template-columns: auto auto auto;
    grid-template-rows: 100px 100px 100px;
	color:white;
	grid-gap: 10px;
	
}
.wrapper div {
	border: 1px solid yellow;
	border-radius: 10px;
}
.item1 {
	grid-column: 1/3;
	
}
.item3 {
    grid-row-start: 2;
    grid-row-end: 4;
}
.item4 {
    grid-column-start: 2;
    grid-column-end: 4;
}
#jumbo-own {
	background-color: rgba(255,255,255,0.4) ;
	background: url(img/Banner2.jpg) no-repeat center center fixed;
	background-size: 100%;
	margin-top: 150px;
	color: #fff;
}
#navbarsExampleDefault {
	z-index: 105;
}