/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,600;1,300&display=swap');

.btk-wp-slider .slick-prev {
    left: 25px;
    z-index: 9;
}
.bootstrap .modal{
    z-index: 9999999;
}
.btk-wp-slider .slick-next {
    right: 25px;
}

.btk-wp-slider .slick-dots {
    width: auto;
    right: 0;
    bottom: 20px;
}

.btk-wp-slider .btk-w-100 {
    width: 100%;
}

.btk-wp-slider .slick-dots li button:before {
    color: #fff;
    font-size: 15px;
}

.bkt-wp-slider .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.align-items-start {
    align-items: flex-start !important;
}

.h-100 {
    height: 100% !important;
}

.position-relative {
    position: relative !important;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .btk-col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (min-width: 768px) {
    .align-items-md-center {
        align-items: center !important;
    }
}

.hero-child {
    /* background-image: url(http://localhost/anadelaida/wp-content/uploads/2022/04/pexels-binyamin-mellish-106399-scaled.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 85vh;
}

#btk-wp-hero .hero-content {
    background-color: rgba(0,0,0,.4);
    padding: 10px;
}

#btk-wp-hero .hero-content h1 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    color: #27A2F8;
    font-family: 'Raleway', sans-serif;
}

#btk-wp-hero .hero-content .btk-wp-head-title {
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2em;
}

.btk-text-white {
    color: #fff;
}

#btk-wp-hero .hero-content p.pra-2 {
    margin-top: 5px;
}

#btk-wp-hero .hero-content p.pra-3 {
    font-weight: 500;
}

#btk-wp-hero .hero-content .btk-wp-head-title {
    margin-top: 20px;
}

#btk-wp-hero .hero-content p.pra-3 {
    margin-top: 12px;
}

#btk-wp-hero .hero-btn-parent {
    display: flex;
    margin-top: 24px;
}

#btk-wp-hero .btn-margin {
    margin-left: 32px;
}

.btk-logo {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.btk-signature {
    position: absolute;
    top: 15px;
    left: 15px;
}

.btk-signature img{
    width: 120px;
}
.btk-logo img {
    width: 80px;
}

.btk-btn {
    font-family: "Raleway", Sans-serif;
    font-size: 14px;
    font-weight: bold;
    fill: #FFFFFF;
    background-color: #4CAF5000;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.29);
    padding: 10px 15px 10px 15px;
    webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    cursor: pointer;
}

.hero-btn-parent .download-btn {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
#btk-download-form{
    background-color: #f2f2f2;
}

.modal-download-btn {
    color: #3177DB;
    border-color: #3177DB;
}

.btk-secondary-btn {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.hero-small-box {
    position: absolute;
    right: 5%;
    bottom: -6px;
}

.hero-small-box img {
    width: 350px;
}


.right-content {
    margin-left: 10px;
}

#btk-wp-hero .slick-prev:before,
#btk-wp-hero .slick-next:before {
    color: transparent;
    background-image: url(../images/arrow-right.png);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 38px;
    opacity: 1 !important;
}

#btk-wp-hero .slick-next:before {
    background-image: url(../images/arrow-left.png);
}

#btk-wp-hero .slick-next {
    top: 88%;
    left: 47.5%;
}

#btk-wp-hero .slick-prev {
    top: 88%;
    right: 47.5%;
    left: unset;
    z-index: 100;
}

.hero-btn-parent .custom-btn:hover {
    color: #FFFFFF;
    background-color: #3177DB;
    border-color: #3177DB;
}

/* .widget_btk_wp_hero_slider_widget p:first-child {
    display: none;
} */

/* .widget_btk_wp_hero_slider_widget p:last-child {
    display: none;
} */

@media screen and (max-width: 576px) {

    #btk-wp-hero .btn-margin {
        margin-left: 15px;
    }

    #btk-wp-hero .hero-content {
        padding-left: 20px;
    }
}

@media screen and (max-width: 1400px) {
    #btk-wp-hero .slick-next {
        top: 88%;
        left: 47%;
    }

    #btk-wp-hero .slick-prev {
        top: 88%;
        right: 47%;
    }
}

@media screen and (max-width: 1200px) {
    #btk-wp-hero .slick-next {
        top: 90%;
        left: 46%;
    }

    #btk-wp-hero .slick-prev {
        top: 90%;
        right: 46%;
    }

    #btk-wp-hero .hero-content .btk-wp-head-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 768px) {
    #btk-wp-hero .slick-next {
        top: 90%;
        left: 45%;
    }
    .btk-signature {
        left: 4%;
    }

    #btk-wp-hero .slick-prev {
        top: 90%;
        right: 45%;
    }

    .hero-child {
        height: 450px;
        /* min-height: 400px; */
    }

    .hero-small-box {
        /* right: 55%; */
        /* left: 50%; */
        /* transform: translateX(-50%); */
    }

    .hero-small-box img {
        width: 200px;
    }

    #btk-wp-hero .hero-content .btk-wp-head-title {
        padding-top: 76px;
    }
}

@media screen and (max-width: 576px) {
    #btk-wp-hero .slick-next {
        top: 90%;
        left: 43%;
    }

    #btk-wp-hero .slick-prev {
        top: 90%;
        right: 43%;
    }
}

@media screen and (max-width: 500px) {
    #btk-wp-hero .slick-next {
        top: 95%;
        left: 40%;
    }

    #btk-wp-hero .slick-prev {
        top: 95%;
        right: 40%;
    }
}








/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
    outline: none;
    border: none;
}

textarea:focus,
input:focus {
    border-color: transparent !important;
}

input::-webkit-input-placeholder {
    color: #bdbdd3;
}

input:-moz-placeholder {
    color: #bdbdd3;
}

input::-moz-placeholder {
    color: #bdbdd3;
}

input:-ms-input-placeholder {
    color: #bdbdd3;
}

textarea::-webkit-input-placeholder {
    color: #bdbdd3;
}

textarea:-moz-placeholder {
    color: #bdbdd3;
}

textarea::-moz-placeholder {
    color: #bdbdd3;
}

textarea:-ms-input-placeholder {
    color: #bdbdd3;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
  [ Contact ]*/

.container-btk-form-download {
    padding: 15px;
}

/* .wrap-btk-form-download {
    width: 550px;
    background: transparent;
    padding: 50px 0px 160px 0px;
} */


/*==================================================================
  [ Form ]*/

.btk-form-download-form {
    width: 100%;
}

.btk-form-download-form-title {
    display: block;
    font-family: Ubuntu-Bold;
    font-size: 18px;
    color: #403866;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

/*------------------------------------------------------------------
  [ Input ]*/

.wrap-btk-input-field {
    width: 100%;
    background-color: #fff;
    border-radius: 31px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.container-btk-form-download .btk-input-field {
    position: relative;
    display: block;
    /* width: 100%; */
    background: #fff;
    border-radius: 31px;
    font-size: 18px !important;
    color: #8f8fa1 !important;
    line-height: 1.2 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-bottom: initial !important;
}
.container-btk-form-download .btk-input-field .iti.iti--allow-dropdown{
    display: block;
}


/*---------------------------------------------*/
input.btk-input-field {
    height: 55px !important;
    padding: 0 35px 0 35px;
}


textarea.btk-input-field {
    min-height: 169px;
    padding: 19px 35px 0 35px;
}

/* modal contact form start */
/*------------------------------------------------------------------
  [ Focus Input ]*/

.focus-btk-input-field {
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 31px;
    background-color: #fff;
    pointer-events: none;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btk-input-field:focus+.focus-btk-input-field {
    width: calc(100% + 20px);
}

/*------------------------------------------------------------------
  [ Button ]*/
.container-btk-form-download-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
}

.btk-form-download-form-btn {
    border-color: #ffffff;
    border-radius: 20px !important;
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    transition: color 300ms ease 0ms, background-color 300ms ease 0ms, border 300ms ease 0ms;
    /* margin-right: 15px; */
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 5px;
    text-shadow: none;
    padding: 14px 25px 12px 30px !important;
    text-decoration: none;
}


/*------------------------------------------------------------------
  [ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 1000;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 14px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;

    font-family: Ubuntu-Bold;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 1100;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 16px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/* modal contact form end */