/*#contact_form {
  background-color: #F8F8F8;
  padding-top: 20px;
  padding-bottom: 20px;
  }

.row label{
  color: #FFFFFF;
  font-size: 18px;
  margin-left: 10px;
  text-align: center;
}

input[type=text], textarea {
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px;
  margin: auto 0;
  color: #2D2D2D;
width: 50%;
  margin-left: 10px;

  margin-top: 10px;
  margin-bottom: 10px;
  }

input[type=text] {
  height: 50px;
}

input[type=submit] {
  background-color: #ff7b25;
  color: #FFFFFF;
  border-radius: 10px;
  font-size: 18px;
  margin-left: 10px;
}
*/
ul {list-style-type: none
;}
.contact123 {width: 50%}
.home .carousel-item{
	min-height: 100vh;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.home .carousel-item:before{
	content: '';
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: -1;
}
.home .carousel-item .container{
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.home .carousel-item h2{
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 50px;
	color: #ffffff;
	margin:0 0 10px;
	opacity: 0;
}
.home .carousel-item p{
font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', Helvetica, Arial, 'sans-serif';
	font-size: 30px;
	margin-top:15px;
	color: #ffffff;
	opacity:0;
}
.home .carousel-item.active h2{
	animation: fadeInLeft 2.0s ease forwards;
}
.home .carousel-item.active p{
	animation: fadeInRight 2.0s ease forwards;
}

@keyframes fadeInLeft{
	0%{
		opacity: 0;
		transform: translateX(-1000px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity: 0;
		transform: translateX(1000px);
	}
	100%{
		opacity: 1;
		transform: translateX(0px);
	}
}


.home .carousel-controls{
	position: absolute;
	left: 50%;
	bottom: 40px;
	z-index: 10;
	transform: translateX(-50%);
}

.home .carousel-indicators{
	position: relative;
	margin:0;
}

.home .carousel-indicators li{
	height: 60px;
	width: 60px;
	margin:0 15px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
	border:3px solid transparent;
	transition: all 0.3s ease;
}
.home .carousel-indicators li.active{
	border-color: #ffffff;
	transform: scale(1.2);
}

.home .carousel-control-next, 
.home .carousel-control-prev{
	height: 60px;
	width: 60px;
	opacity: 1;
	z-index: 3;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: all 0.3s ease;
}
.home .carousel-control-next:hover, 
.home .carousel-control-prev:hover{
   box-shadow: 0 0 10px #ffffff;
}
.home .carousel-control-next img, 
.home .carousel-control-prev img{
   width: 30px;
}
.home .carousel-control-next{
	right: -90px;
}
.home .carousel-control-prev{
	left: -90px;
}


@media(max-width: 767px){
  .home .carousel-control-next, 
  .home .carousel-control-prev{
  	display: none;
  }
  .home .carousel-indicators li{
  	height: 30px;
  	width: 30px;
  }
  .home .carousel-item h2{
  	font-size: 45px;
  }
  .home .carousel-item p{
	margin-top:15px;

  	font-size: 22px;
  }
}



.logo {
  padding:0px;
	  float: left;

}

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

.contact1 {width: 75%}

 
@media only screen and (min-width: 20em) {
  .logo {
width: 150px;
    height: 59px; 
	  float: left;
  }
}

.contact1 {width:75%}
 /* 328px */
 
@media only screen and (min-width: 48em){
  .logo {
    width: 150px;
    height: 59px;
	  float: left;
  }
}
/* 768px */
 
@media only screen and (min-width: 56.25em){
  .logo {
    float: left;
    width: 150px;
    height: 59px;
  }
 }
 /* 900px */


.navbar.navbar-1 .navbar-toggler-icon {
  background-image: url('https://mdbootstrap.com/img/svg/hamburger6.svg?color=000');
}
.text-bg {
  background-color: gray;
  opacity: 50%;
  z-index: 1;
}
/*@media (min-width: 576px) {
	.menue {
	float: right;
	
}
	
*/

.shadow_images {  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fade {
  opacity: 1;
}
.grow {
  transition: all .2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}
.container2 {
  position: relative;
  width: auto;
  border: none;
}
/* Make the image to responsive */
/*The overlay effect (full height and width) - lays on top of the container and over the image */
/* When you mouse over the container, the overlay text will "zoom" in display */
.container2:hover .overlay {
  transform: scale(1);
}
/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  letter-spacing: 3px;
  padding: 0 6px;
}
.caption-text {
  font: 300 21px/21px "Open Sans", sans-serif;
  color: #555555;
  letter-spacing: 3px;
  padding: 0 6px;
}
/*portfolio*/
.gallery {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33%;
  -moz-column-width: 33%;
  column-width: 33%;
}
.gallery .pics {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}
.gallery .animation {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.z-depth-1, .card.gradient-card:focus-within .card-image {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}
@media (max-width : 448px ){
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}
@media (max-width : 320px ){
  .btn.filter {
    padding-left: 1.1rem;
    padding-right: 1.1rem;
  }
}
button.close {
  position: absolute;
  right: 0;
  z-index: 2;
  padding-right: 1rem;
  padding-top: .6rem;
}
/*button*/
.button {
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px #A3A3A3;
  color: #333;
  font-size: inherit;
  font-weight: 700;
  position: relative;
  vertical-align: middle;
}
.button::before, .button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}
.draw {
  transition: color 0.25s;
  display: flex;
  justify-content: center;
  margin: auto;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #333;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #5A5A5A;
  border-right-color: #5A5A5A;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #5A5A5A;
  border-left-color: #5A5A5A;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
/* logos */
.sliderbody {
  align-items: center;
  background: #e3e3e3;
  display: flex;
  height: 100vh;
  justify-content: center;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  /*	 box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .125);*/
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);

}
.slider .slide {
  height: 100px;
  width: auto;
}


.image {
  display: block;
  width: 100%;
  height: auto;
	
}


.overlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  width: 100%;
  transition: .5s ease;
  opacity: 0;
  color: white;
  font-size: 20px;
  padding: 20px;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  overflow: hidden;
  height: 100%;
  transform: scale(0);
  border: none;
}
.container2 {
  position: relative;
  width: 100%;
  max-width: auto;
}
.container2:hover .overlay {
  opacity: 1;
}

/*progress*/
.progress-font {
	text-align: center;
	font: 700;
  letter-spacing: 3px;
	color:#333333
	
}
.progress {
	 width: 150px;
	 height: 150px;
	 line-height: 150px;
	 background: none;
	 margin: 0 auto;
	 box-shadow: none;
	 position: relative;
}
 .progress:after {
	 content: "";
	 width: 100%;
	 height: 100%;
	 border-radius: 50%;
	 border: 7px solid #eee;
	 position: absolute;
	 top: 0;
	 left: 0;
}
 .progress > span {
	 width: 50%;
	 height: 100%;
	 overflow: hidden;
	 position: absolute;
	 top: 0;
	 z-index: 1;
}
 .progress .progress-left {
	 left: 0;
}
 .progress .progress-bar {
	 width: 100%;
	 height: 100%;
	 background: none;
	 border-width: 7px;
	 border-style: solid;
	 position: absolute;
	 top: 0;
	 border-color: #ffb43e;
}
 .progress .progress-left .progress-bar {
	 left: 100%;
	 border-top-right-radius: 75px;
	 border-bottom-right-radius: 75px;
	 border-left: 0;
	 -webkit-transform-origin: center left;
	  -moz-transform-origin: center left;
	  -ms-transform-origin: center left;
	  -o-transform-origin: center left;
	 transform-origin: center left;
}
 .progress .progress-right {
	 right: 0;
}
 .progress .progress-right .progress-bar {
	 left: -100%;
	 border-top-left-radius: 75px;
	 border-bottom-left-radius: 75px;
	 border-right: 0;
	 -webkit-transform-origin: center right;
	 	 -o-transform-origin: center right;
	 -ms-transform-origin: center right;
	 -moz-transform-origin: center right;

	 transform-origin: center right;
}
 .progress .progress-value {
	 display: flex;
	 border-radius: 50%;
	 font-size: 36px;
	 text-align: center;
	 line-height: 20px;
	 align-items: center;
	 justify-content: center;
	 height: 100%;
	 font-weight: 300;
}
 .progress .progress-value div {
	 margin-top: 10px;
}
 .progress .progress-value span {
	 font-size: 12px;
	 text-transform: uppercase;
}
/* This for loop creates the necessary css animation names Due to the split circle of progress-left and progress right, we must use the animations on each side. */
 .progress[data-percentage="10"] .progress-right .progress-bar {
	 animation: loading-1 1.5s linear forwards;
}
 .progress[data-percentage="10"] .progress-left .progress-bar {
	 animation: 0;
}
 .progress[data-percentage="20"] .progress-right .progress-bar {
	 animation: loading-2 1.5s linear forwards;
}
 .progress[data-percentage="20"] .progress-left .progress-bar {
	 animation: 0;
}
 .progress[data-percentage="30"] .progress-right .progress-bar {
	 animation: loading-3 1.5s linear forwards;
}
 .progress[data-percentage="30"] .progress-left .progress-bar {
	 animation: 0;
}
 .progress[data-percentage="40"] .progress-right .progress-bar {
	 animation: loading-4 1.5s linear forwards;
}
 .progress[data-percentage="40"] .progress-left .progress-bar {
	 animation: 0;
}
 .progress[data-percentage="50"] .progress-right .progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .progress[data-percentage="50"] .progress-left .progress-bar {
	 animation: 0;
}
 .progress[data-percentage="60"] .progress-right .progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .progress[data-percentage="60"] .progress-left .progress-bar {
	 animation: loading-1 1.5s linear forwards 1.5s;
}
 .progress[data-percentage="70"] .progress-right .progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .progress[data-percentage="70"] .progress-left .progress-bar {
	 animation: loading-2 1.5s linear forwards 1.5s;
}
 .progress[data-percentage="80"] .progress-right .progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .progress[data-percentage="80"] .progress-left .progress-bar {
	 animation: loading-3 1.5s linear forwards 1.5s;
}
 .progress[data-percentage="90"] .progress-right .progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .progress[data-percentage="90"] .progress-left .progress-bar {
	 animation: loading-4 1.5s linear forwards 1.5s;
}
 .progress[data-percentage="100"] .progress-right .progress-bar {
	 animation: loading-5 1.5s linear forwards;
}
 .progress[data-percentage="100"] .progress-left .progress-bar {
	 animation: loading-5 1.5s linear forwards 1.5s;
}
 @keyframes loading-1 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(36);
		 transform: rotate(36deg);
	}
}
 @keyframes loading-2 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(72);
		 transform: rotate(72deg);
	}
}
 @keyframes loading-3 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(108);
		 transform: rotate(108deg);
	}
}
 @keyframes loading-4 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(144);
		 transform: rotate(144deg);
	}
}
 @keyframes loading-5 {
	 0% {
		 -webkit-transform: rotate(0deg);
		 transform: rotate(0deg);
	}
	 100% {
		 -webkit-transform: rotate(180);
		 transform: rotate(180deg);
	}
}
 .progress {
	 margin-bottom: 1em;
}
 

/*overlay*/





.main-title{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}


@media screen and (max-width : 675px ){
  .container{
    display: block;
    width: 100%;
	  
  }
}





.content {
  position: relative;
  width: 100%;

  margin: auto;
  overflow: hidden;
	font-size: 16px;
  font-family: 'Raleway', sans-serif;
}

.content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}



.fadeIn-top{
  top: 20%;
}

/*contact*/
.modal-notify .modal-header {
    border-radius: 3px 3px 0 0;
}
.modal-notify .modal-content {
    border-radius: 3px;
}