/* carousel */


/* Carousel base class */

#myCarousel{
height: 450px;


}
.carousel {
  height: 450px !important;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 450px;
  
}


.carousel-inner .active{
     background:none !important;
}


#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  background-image: none;
}


.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 450px;
}


@media only screen and (max-width: 768px) {
 
 	.carousel {
  height: 200px !important;
}
.carousel-caption {
  z-index: 10; /* Since positioning the image, we need to help out the caption */
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
  
}


.carousel-inner .active{
     background:none !important;
}


#myCarousel .carousel-control.left,
#myCarousel .carousel-control.right {
  background-image: none;
}


.carousel-caption{
text-align:left;
margin-right:10em}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 200px;
}

  
}
/* Home banner anroid */

.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	border-radius: 50%;
	
}


.carousel-caption button {
	border-color: #000;
	margin-top: 1em;
}

.carousel-caption p {
color:#cf6c27;
	font-family:"Times New Roman", Times, serif;
	transition-duration: 2s;
  transition-timing-function: linear;
	-webkit-animation-delay: 1s;
	
	animation-delay: 1s;
	transition: width 2s linear 1s;
}

.first_caption{
	background-color:#2400aa;padding:5px; opacity: 0.6; color:#fffc00; border:2px solid #666666;
	
	transition-duration: 2s;
  transition-timing-function: linear;
	-webkit-animation-delay: 1s;
	
	animation-delay: 1s;
	transition: width 2s linear 1s;
	margin-top:-10em;
}

.second_caption{
	background-color:#009844;padding:5px; opacity: 0.6; color:#fffc00; border:2px solid #666666;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

/* Animation delays */
/*.carousel-caption h3:first-child {
	transition-duration: 2s;
  transition-timing-function: linear;
	-webkit-animation-delay: 1s;
	
	animation-delay: 1s;
	transition: width 2s linear 1s;
	margin-top:-10em;
	
	color:#cf6c27;
	font-family:"Times New Roman", Times, serif;
	
	
	/*background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);*/
	



/* }
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	
	font-size:45px;
	font-weight:600;
	color:#FFFFFF;
	font-family:"Times New Roman", Times, serif;
}
 */
.carousel-caption button {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
.p {
	padding-top: 125px;
	text-align: center;
}
.p a {
	text-decoration: underline;
}
.logoIcon {
	width: 30%;
	height: 30%;
	border-radius: 100px;
}
.back-btn {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.carousel-item img	{
		object-fit: cover;
    width: 100%;
	}



<!--------------Card--------->



/*----  Main Style  ----*/
#cards_landscape_wrap-2{
  text-align: center;
  background: #F7F7F7;
}
#cards_landscape_wrap-2 .container{
  padding-top: 80px; 
  padding-bottom: 100px;
}
#cards_landscape_wrap-2 a{
  text-decoration: none;
  outline: none;
}
#cards_landscape_wrap-2 .card-flyer {
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box{
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.50);
  border-radius: 5px;
}
#cards_landscape_wrap-2 .card-flyer .image-box img{
  -webkit-transition:all .9s ease; 
  -moz-transition:all .9s ease; 
  -o-transition:all .9s ease;
  -ms-transition:all .9s ease; 
  width: 100%;
  height: 200px;
}
#cards_landscape_wrap-2 .card-flyer:hover .image-box img{
  opacity: 0.7;
  -webkit-transform:scale(1.15);
  -moz-transform:scale(1.15);
  -ms-transform:scale(1.15);
  -o-transform:scale(1.15);
  transform:scale(1.15);
}
#cards_landscape_wrap-2 .card-flyer .text-box{
  text-align: center;
}
#cards_landscape_wrap-2 .card-flyer .text-box .text-container{
  padding: 30px 18px;
}
#cards_landscape_wrap-2 .card-flyer{
  background: #FFFFFF;
  margin-top: 50px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.40);
}
#cards_landscape_wrap-2 .card-flyer:hover{
  background: #fff;
  box-shadow: 0px 15px 26px rgba(0, 0, 0, 0.50);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 50px;
}
#cards_landscape_wrap-2 .card-flyer .text-box p{
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px; 
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
#cards_landscape_wrap-2 .card-flyer .text-box h6{
  margin-top: 0px;
  margin-bottom: 4px; 
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto Black', sans-serif;
  letter-spacing: 1px;
  color: #00acc1;
}

<!------------------------------------------>
.counter
{
    background-color: #eaecf0;
    text-align: center;
}

.counter-count
{
    font-size: 18px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,.customer-p,.order-p,.design-p
{
    font-size: 24px;
    color: #000000;
    line-height: 34px;
}
<!------------------------------------------------------>







