/* Here you can include your additional CSS Styles */
#zo2-body-wrap .introText .images {
  position: relative;
}
#zo2-body-wrap .introText .images p.text {
  display: none;
}
#zo2-body-wrap .introText .images:hover p.text {
  position: absolute;
  z-index: 3;
  text-align: center;
  top: 46%;
  width: 100%;
  display: block !important;
}
#zo2-body-wrap .introText .images:hover p.text a {
  font-size: 16px;
  font-family: Lato;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  border-bottom: 0 solid;
}
#zo2-body-wrap .introText .images:hover p.text a:before {
  border-bottom: 1px solid;
  bottom: 8px;
  content: "";
  height: 4px;
  position: absolute;
  width: 100%;
}
#zo2-body-wrap .introText .images:hover p.text a:after {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
}
#zo2-body-wrap .introText .images:hover p.text a:hover {
  border-bottom: 0 solid;
}
#zo2-body-wrap .introText .item-1 {
  margin-bottom: 30px;
}
#zo2-body-wrap .introText .work-3 {
  background: #f9f9f9;
}
#zo2-body-wrap .introText .work-3 .images {
  padding: 45px 0;
}
#zo2-body-wrap .introText .work-7 {
  background: #f5f5f5;
  height:467px;
  font-weight: 300;
  font-family: Lato;
  font-size: 20px;
  line-height: 30px;
  padding: 45px 40px 0;
}
#zo2-body-wrap .introText .work-7 p a {
  padding: 7px 10px;
  border: 2px solid #000;
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}
#zo2-body-wrap .introText .work-7 p a {
  transition: all 0.4s ease 0.1s;
}
#zo2-body-wrap .introText .work-7 p a:hover {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
#zo2-body-wrap .introText .work-2 p {
  margin: 0;
  color: #fff;
  font-family: Lato;
}
#zo2-body-wrap .introText .work-2 p a {
  color: #fff;
}
#zo2-body-wrap .introText .work9 .one {
  background: #000;
  color: #fff;
  font-weight: 400;
  font-family: Lato;
  font-size: 50px;
  line-height: 50px;
  padding: 4px 16px 7px;
  margin: auto;
  width: 140px;
  text-align: left;
  position: relative;
}
#zo2-body-wrap .introText .work9 .one:after {
  content: "|";
  right: 13px;
  position: absolute;
  line-height: 47px;
}
#zo2-body-wrap .introText .work9 .cradle {
  font-family: Lato;
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin-top: 20px;
}
#zo2-body-wrap .introText .work9 .images .text {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
#zo2-body-wrap .introText .work-10 {
  padding: 41px 50px 26px;
  line-height: 36px;
  background: #0d3d3d;
  font-weight: 300;
  font-family: Lato;
  font-size: 20px;
  color: #fff;
}
#zo2-body-wrap .introText .work-10 p a {
  padding: 8px 10px;
  border: 2px solid #fff;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
#zo2-body-wrap .introText .work-10 p {
  margin-top: 26px;
}
#zo2-body-wrap .introText .work-10 p a {
  transition: all 0.4s ease 0.1s;
}
#zo2-body-wrap .introText .work-10 p a:hover {
  background: #000;
  color: #fff !important;
  border: 2px solid #000;
}
#zo2-body-wrap .introText .border-overlay,
#zo2-body-wrap .introText .overlay {
  position: absolute;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  z-index: 2;
}
#zo2-body-wrap .introText b {
  font-weight: 400;
}
#zo2-body-wrap .introText .item:hover .overlay:before {
  bottom: -15px;
  height: 100%;
}
#zo2-body-wrap .introText .item .overlay:before {
  border-left: 1px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  top: 0;
  transition: all 0.7s ease-in-out 0s;
  width: 100%;
}
#zo2-body-wrap .introText .item:hover .overlay:after {
  height: 100%;
}
#zo2-body-wrap .introText .item .overlay:after {
  border-right: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  transition: all 0.7s ease-in-out 0s;
  width: 100%;
}
#zo2-body-wrap .introText .item .border-overlay:before {
  border-top: 1px solid #fff;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.7s ease-in-out 0s;
  right: 0px;
  width: 0;
}
#zo2-body-wrap .introText .item:hover .border-overlay:before {
  width: 100%;
}
#zo2-body-wrap .introText .item .border-overlay:after {
  border-bottom: 1px solid #fff;
  content: "";
  height: 100%;
  position: absolute;
  transition: all 0.7s ease-in-out 0s;
  left: 0px;
  width: 0;
}
#zo2-body-wrap .introText .item:hover .border-overlay:after {
  width: 100%;
}
#zo2-body-wrap .introText .item:hover .overlay {
  bottom: 20px;
  left: 40px;
  right: 40px;
  top: 20px;
}
#zo2-body-wrap .introText .item:hover .border-overlay {
  bottom: 35px;
  left: 24px;
  right: 24px;
  top: 35px;
}
p.text a {
  color: #fff;
  font-size: 16px;
}
p.text span {
  clear: both;
  margin: auto;
  width: 80%;
  display: block;
  color: #fff;
  font-size: 14px;
}
#zo2-body-wrap .introText .images {
  position: relative;
}
#zo2-body-wrap .introText .images:before {
  background: rgba(136,136,136,0.7);
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  visibility:hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out 0s;
}
#zo2-body-wrap .introText .item:hover .images:before {
  opacity: 1;
  visibility:visible;
}
.homepage  #zo2-body-wrap .introText {
  padding-bottom: 10px;
}
#zo2-body-wrap .introText .item-1 p a:hover {
  color: #000;
}            
#gototop {
display: none;
}
#zo2-component .ccomment-captcha-input {
left: 0;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
    text-transform: none;
}
#scroll-contacts {
    position: fixed;
    z-index: 49;
    top: 40%;
    right: 0;
    width: 200px;
    height: 45px;
    line-height: 44px;
    letter-spacing: 0px;
    word-spacing: 0;
    font-size: 24px;
    border-radius: 15px 15px 0px 0px;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: right bottom;
    white-space: nowrap;
    font-size: 20px;
    font-weight: 600;
}
#scroll-contacts.btn.btn-default:not(:hover) {
    background-color: #25D366 !important;
    color: #ffffff !important;
}
#scroll-contacts i.fa.fa-whatsapp {
    font-size: 24px;
    margin-right: 8px !important;
} 
body.boxed {
    background-repeat: no-repeat  !important;
    background-attachment: fixed  !important;
}