		 .carousel-control.left {

		  background-image: none;

		}

		.carousel-item {

			/*border:10px solid #fff;*/

		  min-height: 650px; 

		  height: 100%;

		  width:100%; 

		}

		.carousel-caption h3,

		.carousel .icon-container,

		.carousel-caption button {

		  /*background-color: #09c;*/

		}

		.carousel-caption h3 {

		  /*padding: .5em;*/

		}

		.carousel .icon-container {

		  display: inline-block;

		  font-size: 25px;

		  line-height: 25px;

		  padding: 1em;

		  text-align: center;

		  /*margin-top:100px;*/

		  

		}

		.carousel-caption button {

		  border-color: #00bfff;

		  margin-top: 1em; 

		}



		/* Animation delays */

		.carousel-caption h3:first-child {

		  animation-delay: 1s;

		}

		.carousel-caption h3:nth-child(2) {

		  animation-delay: 2s;

		}

		.carousel-caption button {

		  animation-delay: 3s;

		}





		.project-img

		{

			height:430px;

		}



		.get_in_touch_btn

		{

			padding: 15px 24px;

			background-color: #C9004E;

			color: #fff;

			font-size: 1.2rem;

			border-radius: none;

			font-weight: bolder;

			font-family: sans-serif;

			/*border-radius:  20px;*/

			transition: transform 0.3s;

			border: none;

			border-radius: 20px;

		}



		.get_in_touch_btn:hover

		{

			transform: scale(1.1);

			background-color: #fff;

			color:  #C9004E;

			box-shadow: 0 0 40px #ff0063;

			

		}



		.carousel-item 

		{margin-top: 20px !important;}