@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.shine-effect.cdz-banner {
  overflow: hidden;
  position: relative;
}
.shine-effect.cdz-banner:before {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  transform: skewX(-25deg);
}
.shine-effect.cdz-banner:hover:before {
  -webkit-animation: shine 1.2s;
  animation: shine 1.2s;
}
@-webkit-keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@-webkit-keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomout {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.67);
  }
  100% {
    transform: scale(1);
  }
}
.border-zoom-effect.cdz-banner a {
  display: inline-block;
  position: relative;
}
.border-zoom-effect.cdz-banner a:before,
.border-zoom-effect.cdz-banner a:after {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  content: "";
  width: 95%;
  height: 95%;
  transition: all 500ms ease;
  backface-visibility: hidden;
}
.border-zoom-effect.cdz-banner a:before {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: scale(1, 0);
}
.border-zoom-effect.cdz-banner a:after {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.border-zoom-effect.cdz-banner a:hover:before,
.border-zoom-effect.cdz-banner a:hover:after {
  transform: scale(1);
}
.scale-effect.cdz-banner {
  overflow: hidden;
}
.scale-effect.cdz-banner img {
  transition: all 500ms ease;
  backface-visibility: hidden;
}
.scale-effect.cdz-banner:hover img {
  transform: scale(1.1);
}
.shake:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07000000000000001, 0.19, 0.97)
    infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes cssload-zoom {
  0% {
    transform: scale(0.5, 0.5);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.5, 1.5);
  }
}
.page-footer .block.newsletter,
.page-footer .block.newsletter .field.newsletter {
  max-width: none;
}
.service-banner-style04 p {
  margin: 0;
}
.service-banner-style04 .item-text {
  padding-left: 10px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 65px);
}
.service-banner-style04 .item-title {
  text-transform: uppercase;
  color: #fff;
  padding-bottom: 5px;
  font-size: 17px;
  font-weight: 500;
}
.service-banner-style04 .item-sub-title {
  color: #fff;
  padding-top: 5px;
  position: relative;
  font-size: 13px;
}
.service-banner-style04 .item-sub-title:before {
  left: 50%;
  transform: translateX(-50%);
  top: -2px;
  position: absolute;
  width: 90px;
  height: 1px;
  content: "";
  background: #fff;
  opacity: 0.6;
}
.service-banner-style04 .item {
  display: block;
}
.service-banner-style04 .item .item-icon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 0%;
  color: #06943f;
  border: 4px solid #2cc067;
  text-align: center;
  position: relative;
  transition: all ease 300ms;
}
.service-banner-style04 .item .item-icon span.fa {
  font-size: 0;
}
.service-banner-style04 .item .item-icon span.fa:before {
  font-size: 34px;
  line-height: 55px;
}
.service-banner-style04 .item .item-icon:hover {
  color: #2cc067;
  border-color: #2cc067;
}
.service-banner-style04 .item .item-icon:hover:before {
  position: absolute;
  content: "";
  opacity: 0.8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 1px;
  z-index: 4;
  border: 1px solid transparent;
  border-radius: 1px;
  box-shadow: 0 0 0 0 #2cc067;
  background-color: #2cc067;
  transition: schdBannerPagePulseSmall 1s infinite cubic-bezier(0.66, 0, 0, 1);
  backface-visibility: hidden;
  -moz-animation: schdBannerPagePulseSmall 1s infinite
    cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: schdBannerPagePulseSmall 1s infinite
    cubic-bezier(0.66, 0, 0, 1);
  animation: schdBannerPagePulseSmall 1s infinite cubic-bezier(0.66, 0, 0, 1);
}
@media only screen and (max-width: 991px) {
  .service-banner-style04 .item {
    margin-bottom: 10px;
  }
  .service-banner-style04 .item .item-text {
    text-align: left;
  }
  .service-banner-style04 .item .item-text .item-sub-title:before {
    left: 0;
    transform: translateX(0%);
  }
}
@media only screen and (max-width: 767px) {
  .service-banner-style04 .item .item-icon {
    width: 50px;
    height: 50px;
    vertical-align: top;
  }
  .service-banner-style04 .item .item-icon span.fa:before {
    line-height: 45px;
  }
  .service-banner-style04 .item .item-text {
    padding-left: 5px;
    margin-top: 4px;
  }
  .service-banner-style04 .item .item-text .item-title {
    font-size: 11px;
  }
  .service-banner-style04 .item .item-text .item-sub-title {
    font-size: 11px;
  }
}
.page-footer {
  color: #fff;
  font-size: 13px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
  background: transparent url(../../../../codazon/themelayout/images/tspr.png) 0
    0 no-repeat fixed;
}
.page-footer a {
  color: #fff;
}
.page-footer a:active,
.page-footer a:focus,
.page-footer a:visited {
  color: #fff;
}
.page-footer a:hover {
  color: #a8aeba;
}
.page-footer .footer.content {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  background-color: transparent;
}
.page-footer .footer.content .block {
  float: none;
}
.page-footer .footer-logo {
  margin-bottom: 20px;
}
.page-footer .block.newsletter {
  width: calc(100% + 40px);
  margin-bottom: 30px;
}
.page-footer .block.newsletter .field .control:before {
  color: #fff;
}
.page-footer .block.newsletter input {
  color: #fff;
  background: transparent;
  padding-right: 30px;
}
.page-footer .block.newsletter input::-webkit-input-placeholder {
  color: #fff;
}
.page-footer .block.newsletter input:-moz-placeholder {
  color: #fff;
}
.page-footer .block.newsletter input::-moz-placeholder {
  color: #fff;
}
.page-footer .block.newsletter input:-ms-input-placeholder {
  color: #fff;
}
.page-footer .block.newsletter .action.subscribe {
  padding: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 0;
  transform: translateX(-32px);
  transition: all 500ms ease;
  backface-visibility: hidden;
  background: transparent;
  color: #fff;
}
.page-footer .block.newsletter .action.subscribe:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f178";
  font-size: 16px;
  vertical-align: middle;
  line-height: 38px;
}
.page-footer .block.newsletter .action.subscribe span {
  display: none;
}
.page-footer .block.newsletter .action.subscribe:hover {
  transform: translateX(-40px);
  color: #fff;
}
.page-footer .newsletter {
  overflow: hidden;
}
.page-footer .newsletter-title {
  font-size: 14px;
  font-weight: 600;
}
.page-footer .footer-payment {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.page-footer .footer-social {
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
}
.page-footer .footer-social a {
  margin: 5px;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  transition: all 500ms ease;
  backface-visibility: hidden;
  color: #fff;
}
.page-footer .footer-social a .fa,
.page-footer .footer-social a .fab {
  font-size: 0;
}
.page-footer .footer-social a .fa:before,
.page-footer .footer-social a .fab:before {
  font-size: 14px;
  line-height: 25px;
}
.page-footer .footer-social a:active,
.page-footer .footer-social a:focus,
.page-footer .footer-social a:visited {
  color: #fff;
}
.page-footer .footer-social a:hover {
  transform: translateY(-5px);
  color: #a8aeba;
}
.page-footer .footer-box .h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}
.page-footer .footer-link li {
  padding: 3px 0;
}
@media only screen and (max-width: 767px) {
  .page-footer {
    padding-bottom: 50px;
  }
  .page-footer .footer-box-1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .page-footer .footer-box-1 .footer-logo {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .page-footer .footer-box p.h5 {
    cursor: pointer;
    text-transform: capitalize;
    font-style: italic;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .page-footer .footer-box p.h5:after {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: 24px;
    vertical-align: middle;
    float: right;
    margin-top: -6px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all 500ms ease;
    backface-visibility: hidden;
    font-style: normal;
  }
  .page-footer .footer-box p.h5.active:after {
    transform: rotate(90deg);
  }
  .page-footer .showhide {
    height: 0;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 500ms ease;
    transition:
      opacity 0.4s ease,
      transform 0.4s ease,
      visibility 0.4s linear 0s;
    backface-visibility: hidden;
    transform: translateY(20px);
  }
  .page-footer .showhide.active {
    height: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    visibility: inherit;
    margin-bottom: 10px;
  }
}
.page-footer .hover-iconsocial a {
  padding: 0;
  position: relative;
  border-radius: 100%;
  box-shadow: none;
}
.page-footer .hover-iconsocial a:before,
.page-footer .hover-iconsocial a:after {
  border-radius: 100%;
}
.page-footer .hover-iconsocial a:hover {
  color: #a8aeba;
}
.page-footer .hover-iconsocial a:before,
.page-footer .hover-iconsocial a:after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-footer .hover-iconsocial a:before,
.page-footer .hover-iconsocial a:after {
  top: 0;
  left: 0;
}
.page-footer .hover-iconsocial a:before {
  border: 1px solid transparent;
}
.page-footer .hover-iconsocial a:hover:before {
  border-top-color: #a8aeba;
  border-right-color: #a8aeba;
  border-bottom-color: #a8aeba;
  transition:
    border-top-color 0.15s linear,
    border-right-color 0.15s linear 0.1s,
    border-bottom-color 0.15s linear 0.2s;
}
.page-footer .hover-iconsocial a:after {
  border: 0 solid transparent;
}
.page-footer .hover-iconsocial a:hover:after {
  border-top: 1px solid #a8aeba;
  border-left-width: 1px;
  border-right-width: 1px;
  transform: rotate(270deg);
  transition:
    transform 0.4s linear 0s,
    border-left-width 0s linear 0.35s;
}
.page-footer .hover-link01 a {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.page-footer .hover-link01 a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #a8aeba;
  transform: translate3d(-110%, 0, 0);
  transition: transform 0.3s ease-in;
}
.page-footer .hover-link01 a:hover {
  color: #a8aeba;
  text-decoration: none;
}
.page-footer .hover-link01 a:hover:after,
.page-footer .hover-link01 a:focus:after {
  transform: translate3d(0, 0, 0);
}
