@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');


html, body{
  height: 100%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

::selection{
  background-color: #ec1d25;
}

#loading{
  position: fixed;
	width: 100%;
	height: 100vh;
	background: #fff
	url('load.gif')
	 no-repeat center center;
	z-index: 99999;
}


.background-video {
    position: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    height: 100%;
}

input[type="submit"],
a,
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}
a:visited{
  text-decoration: none;
}
/*-- header --*/

.w3l_header_left{
	float:left;
	margin: .3em 0 0;
}
.w3l_header_left ul li{
	display:inline-block;
	margin-right:2em;
	font-size:14px;
	color: #315f98;
}
.w3l_header_left ul li i {
    padding-right:0.2em;
    color: #315f98;
}
.w3l_header_left ul li a{
	color:#FFF;
	text-decoration:none;
}
.w3l_header_left ul li a:hover{
	color:#00a98f;
}
.w3l_header_right{
	float: right;
}



.header-1 {
    background: url(../images/banner1.jpg) 0px 0px no-repeat;
    background-size: cover;
    min-height: 380px;
}
/*--header--*/

.content {
	margin: 0;
	padding: 0px;
}

.content p:last-child {
	margin: 0;
}

.content a.button {
	display: inline-block;
	padding: 10px 20px;
	background: #ff0;
	color: #000;
	text-decoration: none;
}

.content a.button:hover {
	background: #000;
	color: #ff0;
}

.content.title {
	position: relative;
	background: #333;
}
.content.title h1 span.demo {
	display: inline-block;
	font-size: .5em;
	padding: 10px;
	background: #fff;
	color: #333;
	vertical-align: top;
}

.content.title .back-to-article {
	position: absolute;
	bottom: -20px;
	left: 20px;
}

.content.title .back-to-article a {
	padding: 10px 20px;
	background: #23B684;
	color: #fff;
	text-decoration: none;
}

.content.title .back-to-article a:hover {
	background: #23B684;
}

.content.title .back-to-article a i {
	margin-left: 5px;
}

.content.white {
	background: #fff;
	padding: 1em 0;
}

.content.black {
	background: #000;
}

.content.black p {
	color: #999;
}

.content.black p a {
	color: #08c;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0!important;
	border: 1px solid transparent;
}

.navbar-default {
	background-color: #fff;
	border-color: #fff;
}

.navbar-brand {
	float: left;
	font-size: 18px;
	text-transform: uppercase;
}
.navbar-brand {
    padding: 8px 15px;
}
.navbar-default a.navbar-brand h1 {
	color: #282828;
	font-weight: bold;
}

.navbar-default .navbar-nav>li>a {
	color: #282828;
	font-size: 0.9em;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 8px;
}

.navbar-nav>li>a {
	padding-top: 18px;
	padding-bottom: 15px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
	color: #ec1d25;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: rgba(35, 182, 132, 0);
    color: #ec1d25;
}
.navbar-default .navbar-brand label {
	color: #ec1d25;
	display: block;
	font-size: 0.3em;
	text-align: center;
	letter-spacing: 3px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #f9f9f9;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ec1d25;
}

.navbar-default .navbar-nav>.active>a:before {
	background: #ec1d25;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: #aeaeae;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 0;
}

.effect-3 {
	overflow: hidden;
}

.effect-3:before {
	left: -1px;
	bottom: 0;
	width: 100%;
	height: 2px;
	background:#ec1d25;
	content: '';
	position: absolute;
	transition: transform .5s ease;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
}

.effect-3:hover:before {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #ec1d25;
	background: none;
}

.navbar-nav>li {
	margin: 0 15px;
}

.navbar-default .navbar-toggle {
  background-color: white;
	border-color: #ec1d25;
}

.dropdown-menu .divider {
	height: 0;
	margin: 0;
	overflow: none;
	background: none;
}

.dropdown-menu .divider {

	padding: 3px 0;
}

.main-content {
	padding: 3em 0;
}
.dropdown-menu {
    min-width: 124px;
    text-align: center;
    background: rgba(0, 0, 0, 0.65);
}
.dropdown-menu.columns-2 {
	min-width: 400px;
}

.dropdown-menu.columns-3 {
	min-width: 600px;
}

.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
	color:#fff;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ec1d25;
    text-decoration: none;
    background-color: rgba(245, 245, 245, 0);
}
.multi-column-dropdown {
	list-style: none;
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #23B684;
	background: none;
}

@media (max-width:767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
	.navbar-nav {
		float: left;
		margin: 0;
		margin-left: 0em;
		width: 100%;
		background: #eee;
		margin-top: 1em;
	}
}


/*-- banner --*/
.carousel .item {
	background: url(img/truck1.jpg) no-repeat;
	background-size: cover;
  height: 70vh;
}

.carousel .item.item2 {

	background:url(img/kurac2.png) no-repeat;
	background-size: cover;
}

.carousel .item.item3 {
	background:url(img/magacin.jpg) no-repeat;
	background-size: cover;
}


.carousel-caption h2,
.carousel-caption h3 {
  font-size: 400%;
  font-weight: 700;
  text-shadow: 1px 1px 10px black;
  margin: 0;
  vertical-align: middle;
}

.carousel-caption h2 span,
.carousel-caption h3 span {
	font-weight: 700;
}

.carousel-caption p {
    letter-spacing: 4px;
    font-size: 1.3em;
    line-height: 1.8em;
    font-weight: 300;
    color: #fff;
    margin:  auto ;
    width: 70%;
    text-shadow: 1px 1px 10px black;
    vertical-align: middle;
}
.carousel-caption a {
	color: #fff;
	letter-spacing: 1px;
	padding: 11px 20px;
	background: #ec1d25;
	font-size: 1em;
	border-radius: 0;
  border: 1px solid #ec1d25;
  vertical-align: middle;
}

.carousel-caption a:hover {
    background: #034ea2;
    border: 1px solid white;
}

.codes {
	padding: 5em 0;
	background: #fff;
}

.carousel-indicators {
	bottom: 20%;
	left: 50%;
}

.carousel-caption {
	position: inherit;
	min-height: 620px!important;
	padding-top: 15em;
	text-align: center;
}
.carousel-control {
	line-height: 70vh;
}
/*-- //banner --*/

#aboutus{
  padding: 35px 0;
}
.transport{
  margin-bottom: 150px;
}
/*-------Dobrodosli------*/
.w3-welcome-left h5 {
    color: #ec1d25;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    line-height: 40px;
}
.w3-welcome-left p {
    color: #888;
    line-height: 1.9em;
    margin: 1em 0 0 0;
    font-size: 16px;
	letter-spacing: .5px;
}
.w3-welcome-left p span{
	display:block;
	margin:1em 0 0 0;
}
.w3ls-welcome-img1 img{
	width:100%;
}
.w3-welcome-bottom{
	margin:3em 0 0 0;
}
.features i{
  width: 45px;
color:#ec1d25;
}
.features h3{
  color:#ec1d25;
}
.features a{
  text-decoration: none;
  color: #888;
  border-bottom: 2px solid #777;

}
.features a:hover{
  transition: 0.1s;
  color: #ec1d25;
  border-bottom: 2px solid #ec1d25;
}
/*-- Stats --*/
.stats-agileits {
    background: url(img/counter.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 999;
    margin: 0;
}
.stats-grid {
    text-align: center;
    margin-bottom: 2em;
}
.numscroller {
    font-size: 40px;
    margin: 20px 0 5px;
    color: #ffffff;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}
.stats-grid h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-top: .5em;
    color: #7fd8f5;
    text-transform: capitalize;
    padding: 20px;
    line-height: 29px;
    letter-spacing: 1px;
    background: rgba(1, 188, 250, 0.18);
    border-bottom: 2px solid rgba(202, 31, 38, 0.59);
}
.stats-info {
    margin: 0 auto;
    padding: 2em 2em;
    /* border: 5px solid rgba(238, 238, 238, 0.51); */
    background: rgba(0, 0, 0, 0.78);
}
h4.agileits.w3layouts span {
    display: block;
    font-size: 25px;
    text-transform: uppercase!important;
    letter-spacing: 0.5px;
    font-weight: bold;
    color: #ec1d25;
}
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
/*-- //Stats --*/
#padding2{
  padding: 35px 0;
}
.features{
}
#padding3{
  padding: 20px 0;
}



/*-- services --*/
.w3-agile-services{
  margin-top: 70px;
    background:url(images/pozz.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-attachment:fixed;
}

.w3l-heading h3,.w3l-heading h2{
	text-align:center;
}
.w3l-services-heading h3{
	color:#FFFFFF;
}
.services-right-grid {
    text-align: center;
}
i.fa.fa-truck, i.fa.fa-subway,i.fa.fa-ship{
    color: #fff;
    font-size: 2em;
}
.services-icon{
	width: 90px;
    height: 90px;
    text-align: center;
    line-height: 95px;
    margin: 0 auto;
}
.modal-title {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 600;
    margin: .5em 0;
	  color: #0095da;
    letter-spacing: 1px;
}
.span1{
	color:#000;
}
.agileits-w3layouts-info p {
    font-size: 1em;
    line-height: 1.8em;
    color: #888;
}
.modal-content {
	border-radius:0px;
}
.agileits-w3layouts-info img {
    width: 100%;
}
.modal-body h3{
  color: red;
}
/* Radial In */
/*-- //services --*/
/*-- services page  --*/
.skills-w3left {
    padding: 0 8em 0 0;
}
.skills h4 {
    font-size: 2.5em;
    color:#03A9F4;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 0.8em;
}
.skills .nav-tabs {
    border:none;
}
.skills .nav-tabs li {
    margin: 0;
    width: 33.33%;
    text-align: center;
}
.skills .nav-tabs > li > a {
    margin: 0;
    font-size: 1em;
    color: #999;
    border: 1px solid #ccc;
    border-radius: 0;
}
.skills .nav-tabs li:nth-child(2) a{
    border-left: 0;
    border-right: 0;
}
.skills .nav-tabs > li.active > a, .skills .nav-tabs > li.active > a:hover, .skills .nav-tabs > li.active > a:focus {
    color: #038292;
    border-top-width: 3px;
    border-top-color: #00bcd4;
    border-bottom-color: transparent;
    background: rgb(146, 232, 243);
    margin-top: -1px;
}
.tabcontent-grids {
    padding-top: 1em;
}
.tabcontent-grids ul li {
    display: block;
    font-size: 1em;
    color: #999;
    line-height: 2em;
}
.tabcontent-grids ul li span.glyphicon {
    margin-right: 0.5em;
}
/*-- progress-bars --*/
.b_label {
    color: #555;
    margin-bottom: 6px;
    font-weight: 300;
}
.bar_group {
    position: relative;
    z-index: 0;
    padding: 0;
}
.bar_group__bar.thin::before, .bar_group__bar.thick::before {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    background: #E4E4E4;
    border-radius: 6px;
}
.bar_group__bar.thin {
	width: 0%;
	height: 6px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	background:#ec1d25;
	margin-bottom: 2em;
	-webkit-transition: width 1s;
	transition: width 1s;
	-moz-transition: width 1s;
	border-radius: 6px;
}
.skills .nav-tabs > li > a {
    margin: 0;
}
.tabcontent-grids p {
    line-height:2em;
}
/*-- //services page --*/


/*-- gallery --*/
/*-- img-hover-effect --*/
.gallery h1{
  margin-top: 40px;
  margin-bottom: 30px;
}
.adipoli-wrapper
{
    margin:auto;
    position:relative;
    display: inline-block;
}
.adipoli-wrapper>img
{
    position: absolute;
    z-index: 1;
}
.adipoli-before
{
    position: absolute;
    z-index: 5;
}
.adipoli-after
{
    position: absolute;
    z-index: 10;
}
.adipoli-slice {
    display:block;
    position:absolute;
    z-index:15;
    height:100%;
	background-size: cover !important;
}
.gal-w3l img {
    width:100%!important;
}
.gal-w3l {
    padding-left:5px!important;
    padding-right:5px!important;
    margin-bottom:4px;
}
#gallery {
    background: #fff;
}
.gallery_gds {
    margin-top: 3em;
}
#padding4{
  padding: 25px 0;
}
/*-- //img-hover-effect --*/
/*-- //gallery --*/


/*-- contact --*/

.contact-top {
  /*  border: 2px solid rgb(0, 0, 0);
    background: rgb(0, 0, 0);
    padding: 1em;*/
    margin-bottom: -7px;
}

.contact-top iframe {
    width: 100%;
    height: 300px;
    border: none;
}



.contact h1{
  margin-top: 40px;
  margin-bottom: 50px;
}
.contact-form {

    margin: 0 auto;
    text-align: center;

}

.form-right {
    padding-right: 0px;
}

.form-left {
    padding-left: 0;
}
.form input[type="text"],
.form input[type="email"],
.form form textarea {
	border: none;
	outline: none;
	font-size: 14px;
	letter-spacing: 1px;
	border-top: 3px solid rgba(119, 119, 119, 0.35);
	padding: 10px;
	width: 100%;
  -webkit-border-radius:0;
    border-radius:0;
}

.form form textarea {
	outline: none;
	resize: none;
	height: 100px;
	border-bottom: 4px solid rgba(119, 119, 119, 0.35);
	margin-top: 1em;
  -webkit-border-radius:0;
    border-radius:0;
}

.styled-input input[type="text"]:hover,
.styled-input input[type="email"]:hover,
.form form textarea:hover {
	border-color: #034ea2;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
  -webkit-border-radius:0;
    border-radius:0;
}

.styled-input {
	float: left;
	width: 32%;
}

.styled-input:nth-child(2) {
	margin: 0 2%;
}

.form input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: #ee4f4f;
	border: 3px solid #ee4f4f;
	font-size: 18px;
	margin: 0 auto;
	display: block;
	margin-top: 1.3em;
	padding: 0.5em 4em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
  -webkit-border-radius:0;
    border-radius:0;
}

.form input[type="submit"]:hover {
	background: #168eea;
	border: 3px solid #168eea;
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
  -webkit-border-radius:none;
}

.icon_grid_left {
    text-align: center;
}

.icon_grid_left span {
    color: #fff;

    font-size: 20px;
    line-height: 64px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background:#034ea2;
    text-align: center;
}

.contact-icons {
    margin-top: 45px;
}

.footer_grid_left h5 {
    font-size: 20px;
    letter-spacing: 2px;
    color: rgb(0, 0, 0);
    margin: 14px 0px;
}

.footer_grid_left {
    text-align: center;
}

.footer_grid_left p,
.footer_grid_left p a {
    color: #000;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 2px;
}

.footer_grid_left p span {
    display: block;
}


/*--//contact --*/




footer{
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top: 2rem;
}
footer a{
  color: #d5d5d5;
}
footer a:hover{
  text-decoration: none;
  color: #ec1d25;
}
footer a:visited{
  text-decoration: none;
}
footer ul li{
  list-style: none;
  text-align: center;
}
hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

/*--copy-right--*/
.footer-final {
	text-align:center;
	background-color:#333;
    padding: 15px 0px;

}
.copyw3-agile p {
    color: #d5d5d5;
	letter-spacing: 1px;
  display: inline-block;
}
.copyw3-agile i {
    margin-left: 10px;
}
.copyw3-agile a {
    color: #ff304d;
    text-decoration:none;
    transition: 0.4s;

}
.copyw3-agile a:hover {
    color: #fff;
}
/*--//copy-right--*/
/*-- /responsive design --*/
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.carousel-caption {
  min-height: 530px!important;
  padding-top: 11em;
}
.w3-services-right-grid h3 {
  font-size: 19px;
  letter-spacing: 2px;
}
}
@media(max-width:1024px){
.w3-services-left-grid.wls_head_all {
  width: 100%;
}
.w3-services-right-grid {
  width: 100%;
}
.w3-services {
  padding: 4em 0em 0 0;
}
.w3-services {
  min-height: 490px;
}
.mask i {
  font-size: 2.5em;
  color: #fff;
  line-height: 6em;
}
.w3-icon-grid-gap1 {
  margin: 4em 0 4em 0;
}
.w3-services {
  min-height: 526px;
}
}
@media(max-width:991px){
.w3l-welcome_info {
  width: 100%;
  margin: 0 0 2em 0;
}
.w3l-welcome_pic {
  width: 100%;
  margin: 2em 0 0 0;
}
.w3-icon-grid1 {
  width: 25%;
  float: left;
}
.team-left {
  float: none;
  width: 50%;
}
.team-right {
  float: right;
  width: 100%;
}
.team-w3lsgrids {
  width: 50%;
  float: left;
}
ul.portfolio_agile_info_w3ls li {
  width: 32%;
}
.mask i {
  line-height: 5em;
}
.address {
  width: 80%;
  margin: 0 auto;
}
.w3-agile-address-left {
  width: 20%;
  float: left;
}
.contact-form {
  width: 100%;
  margin: 2em 0 0 0;
}
.carousel-caption {
  min-height: 450px!important;
  padding-top: 9em;
}
.carousel-indicators {
  bottom: 14%;
}
.agile-stats h3.center {
  font-size: 2.5em;
}
}
@media(max-width:800px){
.carousel-caption p {
  width: 89%;
}
}
@media(max-width:768px){
.w3-services {
  min-height: 554px;
}
}
@media(max-width:767px){
div#bs-example-navbar-collapse-1 {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar-nav>li {
  float: none;
  margin: 0 15px;
  width: 90%;
text-align: center;
}
.nav > li {
  position: relative;
  display: inline-block;
}
.navbar-default .navbar-nav>li>a {
  width: 30%;
  margin: 0 auto;
}
.navbar-nav {
  background: #0000009c;
  margin-top: 1em;
}
.navbar-default .navbar-nav>li>a {
  color: #fff;
}
}
@media(max-width:736px){
.ftr-menu ul li a {
  margin: 0 13px;
}
.w3-stats span.fa {
  padding: 18px;
  font-size: 37px;
  width: 75px;
  height: 75px;
}
}
@media(max-width:667px){
.w3-services-right-grid h3 {
  font-size: 18px;
  letter-spacing: 1px;
}
.wls_head_all h3 {
  font-size: 2.5em;
}
.address h4 {
  font-size: 2em;
}
.mask i {
  line-height: 4em;
}
.logo2 {
  float: none;
  margin: 0 auto;
text-align:center;
}
.ftr-menu {
  float: none;
  margin-top: 5px;
  margin: 0 auto;
}
.ftr-menu {
  float: none;
  margin-top: 5px;
  margin: 1em auto 0;
  text-align: center;
}
}
@media(max-width:640px){
.w3-services-right-grid h3 {
  font-size: 16px;
  letter-spacing: 1px;
}
}
@media(max-width:600px){
.w3-services-left-grid p {
  padding: 0 0em;
}
.w3-icon-grid1 {
  width: 33%;
  float: left;
  margin: 2em 0 0 0;
}
.w3-icon-grid-gap1 {
  margin: 4em 0 1em 0;
}
.w3-services {
  min-height: 713px;
}
.w3-icon-grid-gap1 {
  margin: 2em 0 1em 0;
}
}
@media(max-width:568px){
.skills, .w3layouts-welcome, .team, .footer-top, .contact, .w3ls-welcome_sec, .agile-stats {
  padding: 3em 0em;
}
.wthree_footer_top_grid {
  margin: 3em auto 0;
  width: 60%;
  text-align: center;
}
}
@media(max-width:480px){
.carousel-caption h2, .carousel-caption h3 {
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 1px;
}.carousel-indicators {
  bottom: 9%;
}
.w3-icon-grid1 {
  width: 50%;
  float: left;
  margin: 2em 0 0 0;

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

  .carousel-control {
  	line-height: 100vh;
  }
  .carousel .item {
    background: url(images/mobil.png) no-repeat;
    background-size: cover;
    height: 100vh;
  }

  .carousel .item.item2 {

    background:url(images/mobil2.png) no-repeat;
    background-size: cover;
  }

  .carousel .item.item3 {
    background:url(images/mobil3.png) no-repeat;
    background-size: cover;
  }
  .carousel-caption h2,
  .carousel-caption h3 {
    font-size: 300%;
    font-weight: 700;
    text-shadow: 1px 1px 10px black;
    margin: 0;
  }

  .carousel-caption h2 span,
  .carousel-caption h3 span {
  	font-weight: 700;
  }

  .carousel-caption p {
      letter-spacing: 0.5px;
      font-size: 1.1em;
      line-height: 1.8em;
      font-weight: 300;
      color: #fff;
      margin:  auto ;
      width: 95%;
      text-shadow: 1px 1px 10px black;
  }
  .carousel-caption a {
  	color: #fff;
  	letter-spacing: 1px;
  	padding: 11px 20px;
  	background: #ec1d25;
  	font-size: 1em;
  	border-radius: 0;
    border: 1px solid #ec1d25;
  }

}
