/* Global Start */
* {
  font-family: "Poppins", sans-serif;
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
}
a {
  text-decoration: none;
}
ul li {
  list-style: none;
}
.btn {
  background-color: #fff0;
  border: 1px solid #fff0;
  padding: 12px 30px;
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360)));
  font-weight: 600;
  border-radius: 50px;
  transition: 0.5s ease-in-out;
}
.btn-primary {
  background-color: #bea044;
  border-color: #bea044;
  color: #fff;
}
.btn-primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.btn-light {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.btn-light:hover {
  background-color: #bea044;
  border-color: #bea044;
  color: #fff;
}
.form-control,
.form-select {
  padding: 10px 15px;
  border-color: #d5d5d5;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
}
.form-control::placeholder {
  color: #000;
}
.form-control:focus,
.form-select:focus {
  color: #000;
  background-color: #fff;
  border-color: #d5d5d5;
  box-shadow: none;
}
/* Global End */

/* Header Start */
.logo img {
  width: 245px;
  
}
.img-white{
  filter: brightness(0) invert(1);
}
.iwithtext .iwt-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
/* Header End */

/* Banner Start */
.banner {
    background-image: 
        linear-gradient(#245261cf, #245261cf), /* Black overlay (adjust opacity) */
        url(../images/banner.webp); /* Original image */
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}
.banner-form {
  background-color: #ece8e8;
  width: 75%;
}
/* Banner End */

/* Partners Start */
.partners {
  background-color: #bea044;
}
.partners-carousel img {
  width: 190px !important;
  height: 120px;
  object-fit: contain;
}
/* Partners End */

/* CTA Start */

.footer {
  background-color: #1d434f;
}
/* CTA End */

/* Portfolio Start */
.our-portfolio {
  background-image: url(../images/portfolio-bg.webp);
  background-size: cover;
  background-position: center;
}
.portfolio-carousel img {
  height: 465px;
  object-fit: contain;
}
/* Portfolio End */

/* FAQ Start */
.faq .accordion-item {
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.faq .accordion-button:not(.collapsed) {
  background-color: #bea044;
  color: #fff;
  box-shadow: none;
}
/* FAQ End */

/* Footer Start */
/* Footer End */

/* Modal Start */
.modal .modal-content .btn-close {
  background-image: unset;
  background-color: #bea044;
  border: 1px solid #fff;
  color: #fff;
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  position: absolute;
  top: -10px;
  right: -10px;
  opacity: 1;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.modal .modal-content .btn-close:hover {
  background-color: #000;
}
.modal .modal-content .btn-close:focus {
  box-shadow: none;
}
.modal .modal-body h2 {
  background-color: #bea044;
}
.modal .modal-body .form-control,
.modal .modal-body .form-select {
  padding: 7px 15px;
}
/* Modal End */

/* Thank You Page Start */
.inner-banner {
  background-image: url(../images/banner.webp);
  background-size: cover;
  background-position: center;
  height: 250px;
}
.thankyou-page svg {
  width: 30% !important;
}
.error-page svg {
  width: 40% !important;
}
/* Thank You Page End */


/* .our-process {
    padding: 0 0 40px;
    background-image: 
        linear-gradient(#245261cf, #245261cf), 
        url(../images/service-bg.webp); 
  
} */
.cta {
    padding: 50px 0 10px;
        background-image: 
        linear-gradient(#245261cf, #245261cf), 
        url(../images/brick-bg.webp); 

}
.faq {
    padding: 50px 0 10px;
       background-image: 
        linear-gradient(#245261cf, #245261cf), 
        url(../images/brick-bg.webp); 
   

}
.success{
   padding: 50px 0 10px;
      background-image: 
        linear-gradient(#405961a6, #245261cf), 
        url(../images/footer-bg22.webp); 
  

}
footer {
       background-color: #3e5962;
    background-size: cover;
   
    background-position: 100%;
}
/* .cursor {
    display: inline-block;
    width: 3px;
    background-color: white;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
} */
 


@keyframes bf-animate {

    0%,
    100% {
        filter: drop-shadow(0 0 5px #58eaff);
        transform: translateY(-5px)
    }

    50% {
        filter: drop-shadow(0 0 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000;
        transform: translateY(0)
    }

    80% {
        filter: drop-shadow(0 0 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000
    }
}

@keyframes bf-animate-2 {

    0%,
    100% {
        filter: drop-shadow(0 0 5px #eabb17)
    }

    50% {
        filter: drop-shadow(0 0 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000;
        transform: translateX(0)
    }

    80% {
        filter: drop-shadow(0 0 5px #e50b48);
        box-shadow: 0 0 1px 2px #e50b48, 0 0 1px 2px #e50b48 inset;
        border-color: #000
    }
}

@keyframes ping {
    0% {
        filter: drop-shadow(1px 1px 10px #e50b48)
    }

    50% {
        filter: unset
    }

    100% {
        filter: drop-shadow(1px 1px 10px #fff)
    }
}

@keyframes blinkingText {

    0%,
    100%,
    60% {
        background: #17494d;
        color: #fff
    }

    49%,
    99% {
        background: #008060;
        color: #fff
    }
}

@keyframes filter-shadow {

    0%,
    100% {
        filter: unset
    }

    50% {
        filter: drop-shadow(2px 4px 6px #000)
    }
}

@keyframes halloween-bad {

    0%,
    100% {
        transform: translateY(0);
        filter: unset
    }

    50% {
        transform: translateY(-10px);
        filter: drop-shadow(2px 4px 6px #000)
    }
}

.form-div-btn input {
    font-family: poppins
}

.form-div-btn {
    position: relative
}

@keyframes halloween-user {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.1);
        opacity: 0
    }
}

@keyframes halloween-cap {
    0% {
        transform: rotateY(180deg)
    }

    50% {
        transform: translateY(-10px)
    }

    100% {
        transform: translateY(0)
    }
}

.borderOnly,
.floatbutton2 .clickbutton2 {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.floatbutton .clickbutton,
.floatbutton2 .clickbutton2 {
    height: 270px;
    display: inline-block;
    vertical-align: top;
    font-family: Poppins, sans-serif;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase
}

.floatbutton,
.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 16%;
    font-size: 0;
    width: 420px;
    z-index: 99999
}

.floatbutton .clickbutton {
    border-radius: 0;
    width: 50px;
    z-index: 9;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    background: hsl(45.25deg 48.41% 50.59%);
    margin-top: 198px;
    font-size: 14px;
    position: relative;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.floatbutton .clickbutton .crossplus:before,
.floatbutton2 .clickbutton2 .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after,
.floatbutton2 .clickbutton2 .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -100%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.floatbutton .clickbutton .crossplus i,
.floatbutton2 .clickbutton2 .crossplus i {
    font-size: 18px;
    color: #f43535;
    margin: 17px 0 0 15px
}

.floatbutton .banner-form,
.floatbutton2 .banner-form {
    background: #0d0d0d;
    padding: 30px;
    position: relative;
    z-index: 9;
    border-radius: 5px 0 0 5px;
    margin: 110px 0 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0 0 30px #0000001f;
    z-index: 9999
}

.floatbutton .banner-form .ban-form input,
.floatbutton2 .banner-form .ban-form input {
    width: 100%;
    margin: 0 0 15px;
    border: 1px solid #bea044;
    background: 0 0;
    padding: 10px 15px;
    color: #ffff !important;
    font-size: 16px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: 0 !important
}

.floatbutton .btns_wrap .call_wrap,
.floatbutton .btns_wrap .chat_wrap {
    right: -225px;
    width: 280px;
    box-shadow: 0 0 40px #00000026 !important;
    position: absolute;
    padding: 0;
    overflow: hidden
}

.floatbutton .banner-form h3,
.floatbutton2 .banner-form h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px
}

.floatbutton .banner-form .ban-form input[type=submit],
.floatbutton2 .banner-form .ban-form input[type=submit] {
    color: #fff;
    font-weight: 600;
    background: #f43535;
    border-radius: 3px;
    text-align: center;
    background: linear-gradient(45deg, #ffa22a, #f39a28);
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent
}

.floatbutton .btns_wrap {
    position: fixed;
    right: -6px
}

.floatbutton .btns_wrap a:hover {
    text-decoration: none !important;
    right: 0;
    background: #fff
}

.floatbutton .btns_wrap .call_wrap {
    top: 120px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 20px 15px 15px
}

.floatbutton .btns_wrap .chat_wrap {
    display: block;
    top: 40px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.floatbutton .btns_wrap .call_wrap span.icoo,
.floatbutton .btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 18px 16px 16px;
    border-right: none;
    vertical-align: middle;
    display: inline-block;
    border-radius: 0;
    box-shadow: 1px 0 13px #184dc1c2;
    background: hsl(45.25deg 48.41% 50.59%)
}

.floatbutton .btns_wrap .chat_wrap span {
    color: #333;
    font-size: 20px;
    vertical-align: middle;
    background: #fff;
    padding: 15px 30px 15px 15px
}

.floatbutton .banner-form button,
.floatbutton2 .banner-form button {
    padding: 0;
    background-color: #bea044 !important;
    opacity: 1;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    z-index: 11;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px
}

.floatbutton2 {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    position: fixed;
    left: -375px;
    top: 40%;
    font-size: 0;
    width: 420px;
    transform: translateY(-50%);
    z-index: 9;
    display: flex;
    flex-direction: row-reverse
}

.floatbutton2 .clickbutton2 .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton2 .clickbutton2 {
    border-radius: 0;
    width: 50px;
    z-index: 999;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    padding-top: 0;
    background: hsl(45.25deg 48.41% 50.59%);
    margin-top: 198px;
    font-size: 14px;
    position: relative;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026;
    border-right: 2px solid #fff
}

.floatbutton2 .clickbutton2 .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -85%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.borderOnly {
    border-left: 2px solid #fff
}



    .ban-form input {
        font-weight: 400;
        padding: 10px 15px;
        font-size: 14px
    }

    .ban-form input:placeholder {
        color: #fff
    }

    .banner-form {
        background: #fff;
        padding: 15px 30px 40px;
        position: relative;
        z-index: 9;
        top: 0;
        box-shadow: 5px 6px 30px #00000012
    }

    .ban-form input {
        width: 100%;
        border: 1px solid #fff !important;
        color: #fff;
        border-radius: 3px;
        height: 50px
    }

    .ban-form input[type=submit] {
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        background: #bea044 !important;
        border-radius: 6px;
        padding: 10px 15px;
        margin: 0;
        border: transparent
    }

    .banner-form h3 span {
        padding: 10px;
        border-radius: 8px;
        display: block;
        background: #bea044
    }

    .banner-form h3 {
        color: #fff;
        font-weight: 700;
        font-size: 22px
    }

    .banner-form h3 span {
        margin: 10px 0 20px
    }

  
    .form-div-btn input {
        padding: 15px 45px;
        border: 0;
        border-radius: 6px;
        background: #bea044;
        color: #fff;
        font-size: 16px
    }

   .floatbutton.active {
    right: 0;
    z-index: 11;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.floatbutton2 .clickbutton2 .crossplus {
    transition: .4s;
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    font-size: 16px;
    color: #fff;
    left: -85%;
    white-space: pre;
    bottom: 122px;
    font-weight: 700
}

.floatbutton2.active {
    left: 0;
    z-index: 11;
    transition: .4s
}
    @media only screen and (min-width:520px) and (max-width:767px) {

        .floatbutton,
        .floatbutton2 {
            display: none !important
        }
    }

    @media only screen and (min-width:300px) and (max-width:519px) {

        .floatbutton,
        .floatbutton2 {
            display: none !important
        }
    }

    @keyframes blinker {
        0% {
            color: #ffe606
        }

        49% {
            color: #ffe606
        }

        60% {
            color: transparent
        }

        99% {
            color: transparent
        }

        100% {
            color: #ffe606
        }
    }

    .error{
      color: red;
      font-size: 11px;
    }