.service-block-container {
   display: flex;
   justify-content: center;
}

.service-block {
   min-width: 180px;
       width: 330px;
   height: 200px;
   position: relative;
   transition: all 0.3s ease-in-out;
   overflow: hidden;
   display: flex;
   justify-content: center;
   text-align: center;
   background-color: #fff;
   color: #666;
   border: 1px solid #ccc;
   margin-bottom: 30px;
   padding: 0 10px;
}

.service-underlay {
  position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(210 173 102);
    padding-top: 18px;
    transition: all 0.3s ease-in-out;
    color: rgb(7 28 52);
}
ul.ourteam li.ourteamname {
    font-size: 23px;
    line-height: 37px;
}
span.sub-title.ourtitel {
    font-size: 26px;
    line-height: 52px;
}
.service-icon {
   position: absolute;
   top: 30px;
   left:0; 
   right: 0;
   font-size: 30px;
   transition: all 0.3s ease-in-out;
   color: #737373;
}

.service-name {
   margin: 0 auto;
   display: block;
   text-transform: Capitalize;
}

.service-desc {
   display: block;
   font-size: 12px;
   margin-top: 75px;
}

.service-underlay .cta {
   margin-top: 115px;
   display: inline-block;
   color: #fff;
   font-size: 14px;
}

.service-block:hover {
   transform: scale(1.1);
   cursor: pointer;
   border: 1px solid #141b41;
}

   .service-block:hover .service-underlay {
   height: 200px;
   background-color: #0c1d34;
   opacity: 0.8;
}

.service-block:hover .service-icon {
   color: #fff;
   transform: scale(1.5);
   top: 80px;
}

.service-block:hover .service-name {
   color: #fff;
   font-weight: bold;
}

.service-block:hover .service-desc {
   display: none;
}

.service-block .service-underlay .cta:hover {
   text-decoration: none;
}
p.fontjustify {
    text-align: justify;
    font-size: 16px;
    line-height: 29px;
}
.about-us-short-sec.extrabackcolor1 {
    background-color: #071c34;
    color: #fff;
    padding: 55px 0;
}
.about-us-short-sec.extrabackcolor2 {
    background-color: #d2ad66;
    padding: 55px 0;

}
.about-us-short-sec.extrabackcolor1 .about-us-short h1 {
    color: #fff;
}
.footer-wedget-one p.fontjustify {
    font-size: 15px;
}
span a.emailcss {
    color: #fff;
}
.about-us-service {
    padding: 52px 0;
}
.headingwork h1.labeltitle , .headingwork h3.plasteringtitle , .about-us-thumb h1.innovation ,.project-links2 a.project-text2 , .aboutusshort h3.plasteringtitle , .aboutusshort h1{
    color: #fff;
}
.footer-contact-info-text a.emailcss  , .footer-contact-info-text a{
	text-decoration: none;
	top: 10px !important;
	position: relative;
}

  .video-section iframe#video {
    width: 100%;
    height: 500px !important;
}
.footer-widget-menu h1 {
    padding-top: 30px;
}
.home-standard .classic-logo::before {
    right: -35px;
    transform: skew(
-30deg
);
}
.header-left a.emailcss {
    text-decoration: none;
}
.about-us-short-sec a.simple-btn.animation-element.slide.slide-right.in-view {
    margin-top: 25px !important;
}
.video-section video {
        width: 100%;
    max-width: 100%;
}
.row.aboutourvalumiss {
    padding: 51px 0;
}

.row.aboutourvalumiss h1.wow-fadeInLeft {
    color: #fff;
}.row.aboutourvalumiss h1.wow-fadeInleft {
    color: #fff;
}
article.carousel-caption.taglineartical {
  
    border-radius: 17px 173px 17px 173px;
    left: 310px;
    top: 362px;
    right: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 23%;
    width: 50%;
    padding: 45px 113px;
}
article.carousel-caption.taglineartical p {
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.about-us-thumb img.wow-fadeInRight ,.about-us-thumb img.animation-element.slide.slide-left.in-view , .about-us-short-sec.extrabackcolor1 .about-us-thumb.animation-element.slide.slide-left.in-view img.wow-fadeInLeft {
	border-radius: 40px 0px 40px 0px;
	border: 3px solid #bad701;
}
.about-us-short-sec.extrabackcolor2 .about-us-thumb img.wow-fadeInRight ,.about-us-thumb.animation-element.slide.slide-left.in-view img.wow-fadeInLeft {
    border-radius: 40px 0px 40px 0px;
    border: 3px solid #071c34;
}
.wavy {
  position: relative;
  -webkit-box-reflect: below -12px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.wavy span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  animation: animate 1.5s ease-in-out infinite;
  animation-delay: calc(.1s * var(--i))
}
@keyframes animate {
  0%, 100% {
    transform: translateY(0px);
  }
  20% {
    transform: translateY(-20px);
  }
  40% {
    transform: translateY(0px);
  }
}
.mlspace {
    padding-left: 26px;
}
.word {
  margin: auto;
  color: white;
  font: 700 normal 2.1em 'tahoma';
  text-shadow: 5px 2px #222324, 2px 4px #222324, 3px 5px #222324;
}
