.row.sec h1 {
  padding: 40px 0px;
}
.section-title-header.text-center .ser-content {
  text-align: justify;
}
.carousel-inner img {
  height: 630px;
}
.breadcrumb-item {
    padding-top: 131px;
}
.breadcrumb{
	background-color: #fff;
}
a:hover {
    color: #fff;
    text-decoration: underline;
}
.breadcrumb li a {
    color: #f4ebeb91;
}
.footer-img img {
  width: 195px;
  height: 45px;
}
.video img {
    width: 90%;
    height: 360px;
    padding-left: 100px;
    margin-bottom: 30px;
}
.service-title {
    text-align: initial;
    font-size: 30px;
    font-family: ralway;
    margin-bottom: 15px;
}
.service-subtitle {
    text-align: initial;
    font-size: 23px;
    color: #ea0b32;
}
.row.services {
    margin-top: 50px;
}
.paragraph-service {
    text-align: initial;
}

/* Screen size for tablet device */
@media only screen and (min-width: 768px) and (max-width: 991px){
.carousel-inner img {
  height: 460px;
}
}

/* Screen size for Mobile device */
@media only screen and (max-width: 600px){
	.video img {
    width: 100%;
    height: 320px;
    margin-bottom: 8px;
}
.video img {
  padding-left: 2px;
}
.carousel-inner img {
  height: 270px;
}
.carousel-item.active .banner {
  height: 220px;
}
}

@media only screen and (min-width: 1600px) {

}