/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

html,
body {
  scroll-behavior: smooth;
}

.preloader {
  display: none;
}

.floating-button {
  position: fixed;
  width: 50px;
  height: 50px;
  line-height: 50px;
  bottom: 80px;
  right: 10px;
  font-size: 20px;
  background-color: #4f6aca;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  z-index: 1000;
  /*    animation: pulsess 3s infinite;*/
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.floating-button * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.floating-button.float-btn-trigger {
  background-color: #4f6aca;
  animation: 2.5s wiggle ease infinite;
  animation-delay: 1s;
}

.floating-button:not(.float-btn-trigger) {
  opacity: 0;
}

.floating-button.float-btn-trigger #open-float {
  opacity: 1;
}
.floating-button.float-btn-trigger #close-float {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0;
}

.floating-button.floating-button_mail {
  background-color: rgba(0, 114, 198, 1);
}
.floating-button.floating-button_phone {
  background-color: rgba(220, 16, 16, 1);
}
.floating-button.floating-button_whatsapp {
  background-color: rgba(37, 211, 102, 1);
}

/*when toogle*/
.floating-button.float-btn-trigger.toogle {
  animation: none;
}

.floating-button.toogle:not(.float-btn-trigger) {
  opacity: 1;
}

.floating-button.float-btn-trigger.toogle #open-float {
  opacity: 0;
}
.floating-button.float-btn-trigger.toogle #close-float {
  opacity: 1;
  transform: translate(-50%, -50%) rotate(180deg);
}

.floating-button.floating-button_mail.toogle {
  bottom: 140px;
}
.floating-button_phone.toogle {
  bottom: 200px;
}
.floating-button_whatsapp.toogle {
  bottom: 260px;
}

/*animation for triger*/
@keyframes wiggle {
  0% {
    transform: scale(1), rotate(0);
  }
  9.375% {
    transform: scale(1.1) rotate(0);
  }
  18.75% {
    transform: scale(1.1) rotate(-3deg);
  }
  28.125% {
    transform: scale(1.1) rotate(20deg);
  }
  37.5% {
    transform: scale(1.1) rotate(-15deg);
  }
  46.875% {
    transform: scale(1.1) rotate(5deg);
  }
  56.25% {
    transform: scale(1.1) rotate(-1deg);
  }
  65.625% {
    transform: scale(1.1) rotate(0);
  }
  75% {
    transform: scale(1) rotate(0);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

/*when mobile only*/
@media only screen and (max-width: 767px) {
  .floating-button {
    bottom: 10px;
  }

  .floating-button.floating-button_mail.toogle {
    bottom: 70px;
  }

  .floating-button_phone.toogle {
    bottom: 130px;
  }

  .floating-button_whatsapp.toogle {
    bottom: 190px;
  }

  #side-contact {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 70px;
    bottom: 0;
    right: -100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*padding-right: 70px;*/
  }

  #side-contact.toogle {
    right: 0;
  }

  #side-contact a.floating-button:not(.float-btn-trigger) {
    position: initial;
    opacity: 1;
  }

  /* #side-contact.initial {
     transform: translateY(100%);
   } */
}

.bannerT,
h1, h2, h3, h4, h5, h6 {
    font-family: montserrat alternates,gill sans,gill sans mt,myriad pro,dejavu sans condensed,Helvetica,Arial,sans-serif!important;
}
p,ul,strong{
    font-family: Helvetica,Arial,sans-serif!important;
}
h2.vc_custom_heading.cText {
    margin-bottom: 10px!important;
}

.cText {
    text-align: center!important;
}
.cText.lText {
    text-align:left!important;
}

.spCText{
    margin-top:80px!important;
}
.iClassZ1, .iClassZ2 {
    display: inline-block!important;
    float: none!important;
    vertical-align: middle;
}
.sameGap {
    margin-top: 100px;
}

.whatAppBtn a.vc_general,
.sliderBtn {
    border-radius: 25px 25px!important;
    border-color: #0ac45e!important;
    background-color: #0ac45e!important;
    color: white!important;
}
.sliderBtn {
    border-radius: 25px 25px!important;
    background-color: #0ac45e!important;
    color: white!important;
    font-size:20px!important;
    padding:10px 20px!important;
}

.whatAppBtn a {
    background: red!important;
    border-color: red!important;
}
.testimonialInspiren .whatAppBtn ,
.whyInspiren .whatAppBtn {
    margin-bottom: 0!important;
}
.whatAppBtn {
    margin-bottom: 120px!important;
}
.tipsInspiren {
    padding-bottom: 80px;
}
.pp {
    text-align: center!important;
}
.whatAppBtn.receiptBtn {
    margin-bottom: 100px!important;
}
.paymentInspiren *{
    color: #ffe500!important;
}
.receiptBtn a,
.paymentInspiren p {
    color: white!important;
}
ul.socialList {
    text-align: center;
    list-style: none;
    padding-left: 0;
    margin-top: 35px;
}

ul.socialList img {
    width: 30px;
}

ul.socialList li{
    display: inline-block;
    margin-right: 20px;
}
ul.socialList li a {
    color: black!important;
}

.socialFollow {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.choosebackImg {
    position: absolute;
    right: -167px;
    margin-bottom: 0!important;
    top: -35px;
}
.choosebackImg img {
    transform: scale(1.3);
}
.wInspiren {
    padding-top: 100px;
    padding-bottom: 100px;
}

.chooseBack > .wpb_column .wpb_text_column {
    background: white!important;
    height: 220px;
    padding: 20px 20px;
    border-radius: 25px;
    margin-bottom: 30px!important;
}
.quoteRow h2 {
    color: white;
}

.quoteRow .whatAppBtn a {
    background: #ffe500!important;
    color: black!important;
    border-color: #ffe500!important;
    margin-bottom: 0!important;
}

.quoteRow .whatAppBtn {
    margin-bottom: 0!important;
    display: block;
    text-align: right!important;
}

.quoteRow {
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
    position: relative!important;
}
.quoteRow:before {
    content: "";
    display: block;
    width: 100%;
    height: 1000%;
    border-radius: 0!important;
    position: absolute;
    top: 50%;
    background: #d3d2d2;
    left: 0;
}
.quoteRow .roundB {
    background: #221f1f;
    border-radius: 150px;
    padding-top: 5pc;
    padding-bottom: 5pc;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 100px;
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center;
    width:80%!important;
}

.iC {
    display: inline-block!important;
    vertical-align: middle;
    margin-right: 75px;
}

.socialFollow {
    text-align: center;
    margin-bottom: 0;
}

ul.socialList {
    margin-bottom: 10px;
}
.socialFollow p{
    color:#ffe500;
}
.tipsInspiren {
    margin-top: 100px;
}
.sy .vc_column-inner {
    padding-top: 0!important;
}
@media only screen and (min-width: 767px) {
    .pp br{
        display: none!important;
    }
}
@media only screen and (max-width: 1024px) {
    .chooseBack > .wpb_column .wpb_text_column {
        height: 275px;
    }
    .choosebackImg {
        top: 140PX;
    }
}
@media only screen and (max-width: 767px) {
    .sameGap {
        margin-top: 40px;
    }
    div#pdfRow .iframe_wrapper {
        height: 400px;
    }
    .tipsInspiren h2.cText,
    .testimonialInspiren h2.cText,
    .spCText {
        font-size: 30px!important;
    }
    .spCText {
        margin-top: 20px!important;
        
    }
    .cText {
        text-align: left!important;
    }
    .iClassZ:nth-child(odd) .iClassZ1 {
        order: 2;
    }
    
    .iClassZ:nth-child(odd) .iClassZ2 {
        order: 1;
    }
    .iClassZ:nth-child(odd) {
        display: inline-grid;
    }
    .sliderBtn {
        font-size: 12px!important;
        padding: 10px 10px!important;
    }
    .whatAppBtn {
        margin-bottom: 0px!important;
    }
    .tipsInspiren h2.cText{
        margin-top:0px!important;
    }
    .tipsInspiren {
        padding-bottom: 0px;
    }
    .howInspiren.sameGap {
        margin-top: 70px;
    }
    .howInspiren {
        padding-bottom: 50px;
    }
    .socialFollow {
        width:100%;
    }
    .paymentInspiren {
        margin-top:70px;
    }
    
    .whatAppBtn.receiptBtn {
        margin-bottom: 50px!important;
    }
    
    .tipsInspirenInvoice.tipsInspiren {
        margin-top: 50px;
    }
    
    .stepsInspiren.howInspiren h2.spCText {
        margin-top: 50px!important;
    }
    .chooseBack > .wpb_column .wpb_text_column {
        height: inherit;
    }
    .tInspiren .cText {
        padding-left: 15px;
    }
    .tInspiren .cText {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .iC {
        margin: 0;
        text-align: center;
    }
    
    .iC br {
        display: none;
    }
    
    h2.iC {font-size: 15px;text-align: center!important;}
    
    .iC a {
        font-size: 13px!important;
    }
    .tipsInspiren > div > .vc_column-inner {
        padding-top: 0!important;
    }
    .wInspiren {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .choosebackImg {
        display: none;
    }
    .quoteRow {
        padding-top:50px;
        background-color:#d3d2d2;
    }
    .quoteRow .roundB {
        margin-top: 20px;
    }
    .quoteRow:before {
        top: 0px;
    }
    div#pdfRow .iframe_wrapper {
        width: 95%!important;
        margin-left: auto;
        margin-right: auto;
    }
}