 /* Move reCAPTCHA v3 badge to the left */

 

 .grecaptcha-badge {

  width: 70px !important;

  overflow: hidden !important;

  transition: all 0.3s ease !important;

  left: 0px !important;

}

.grecaptcha-badge:hover {

  width: 256px !important;

}



.floating_btn {
    position: fixed;
    bottom: 120px;
    left: 15px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items:
        center;
    justify-content:
        center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}







section.location {

    margin: 0 0 50px;

    position: relative;

    top: 140px;

}

section.location .container {

    background-color: #f6f6f6;

    border-radius: 10px;

    max-width: 1365px;

    padding: 50px;

    box-shadow: 0 0 9px 3px rgba(0, 0, 0, 0.3);

}

.location-head, .location-info {

    display: flex;

    align-items: center;

}

.location-head img {

    max-width: 40px;

    margin-right: 10px;

}

.location-head {margin: 20px 0;}

.location-info{margin-bottom: 30px;}

.location-info:hover p{color: #704c9f;}

.location-info img{max-width: 30px; margin-right: 10px;}

.location-head h5 {

    font-size: 24px;

    font-weight: 700;

}

.location-info p {

    font-size: 18px;

    font-weight: 500;

}











/* THE LEAD FORM */



.form-banner {

    margin-left: auto;

    /* padding: 30px; */

    width: 95%;

    background-color: none;

    border-radius: 13px;

    /* box-shadow: 0px 0px 10px 0px rgb(190 20 38); */

    border: 2px white solid;

    z-index: 2;

    width: 90%;

}



.form_body {

    padding: 30px 25px;

}



.form-banner p {

    color: white !important;

    text-align: center;

    background-color: green;

    padding: 5px

}



.form-banner h2 {

    text-align: center;

    font-size: 20px;

    color: #ffffff;

    font-weight: 500;

    margin-bottom: 0px;

}



.form-banner h4 {

    text-align: center;

    color: #ffffff;

    font-weight: 400;

    font-size: 19px;

}



.form-banner h4 a {

    color: #fdc716;

    font-size: 22px;

    font-weight: 900;

}



.form-banner h4 a:hover {

    color: #ffffff;

    text-decoration: underline !important;

}



.form-banner label {

    margin-top: 15px;

    color: #ffffff;

    line-height: normal;

    display: block;

}



.form-banner input[type="text"],

.form-banner input[type="tel"],

.form-banner input[type="email"] {

    width: 100%;

    height: 33px;

    padding: 8px;

    border: 1px white solid;

    border-radius: 4px;

    margin-top: 14px;

    background-color: transparent;

    color: white;

}



.form-banner ::placeholder {

    color: white;

    opacity: 1;

    /* Firefox */

}



.form-banner textarea {

    width: 100%;

    height: 60px;

    padding: 10px;

    border: 0px;

    resize: none;

    border-radius: 4px;

    margin-top: 14px;

    background-color: transparent;

    border: 1px white solid;

    color: white;

}



.form-submit {

    text-align: center;

    margin-top: 20px;

}



.form-submit input[type="submit"] {

    cursor: pointer;

    display: inline-block;

    width: 165px;

    height: 65px;

    line-height: 65px;

    text-align: center;

    border-radius: 65px;

    background-color: #ffffff;

    color: #ec2527;

    font-size: 18px;

    border: 0px;

    font-weight: 500;

    transition: 0.3s ease-in-out;

    -webkit-transition: 0.3s ease-in-out;

}



.form-submit input[type="submit"]:hover,

.form-submit input[type="submit"]:active,

.form-submit input[type="submit"]:focus {

    background-color: #000;

    color: #fff;

}



input[type="submit"] {

    cursor: pointer;

    display: inline-block;

    width: 100%;

    height: 42px;

    line-height: 42px;

    text-align: center;

    border-radius: 4px;

    background-color: #704c9f;

    color: #ffffff;

    font-size: 22px;

    border: 0px;

    font-weight: 600;

    transition: 0.3s ease-in-out;

    -webkit-transition: 0.3s ease-in-out;

    margin-top: 20px;

}



select {

    width: 100%;

    height: 33px;

    padding: 0 8px;

    border: 1px white solid;

    border-radius: 4px;

    margin-top: 14px;

    background-color: #101011;

    color: white;

}



.form_head {

    /* background: url(img/form_head.png) no-repeat; */

    border-radius: 9px;

    background-color: #be1426;

    background-position: center;

    background-size: cover;

    text-align: center;

    padding: 10px 0;

    color: #fff;

    z-index: 1;

}



.form_head h4 {

    margin: 0;

    color: #ffffff;

    text-transform: uppercase;

    font-weight: 900;

    font-size: 32px;

}



.form_head h3 {

    margin: 0;

    color: #ffffff;

    text-transform: uppercase;

    font-weight: 800;

    font-size: 38px;

}





/* THE LEAD FORM */



.pkg-main {

    padding-bottom: 15px;

}



.pkg-main h2 {

    text-align: center;

    margin-bottom: 20px;

    font-size: 40px;

    color: #ec2527;

    font-weight: 500;

}



.pkg-main p.pkg-para {

    font-size: 16px;

    color: #000000;

    text-align: center;

    max-width: 1070px;

    margin: 0 auto 20px;

}



.pkg-bx {

    padding: 35px 20px;

    background: #fff;

    border-radius: 10px;

    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 17%);

}



.pkg-bx h3 {

    text-align: center;

    font-size: 29px;

    color: #000000;

    font-weight: 900;

    margin-bottom: 0px;

}



.pkg-bx h4 {

    margin-top: 25px;

    text-align: center;

    font-size: 50px;

    color: #704c9f;

    font-weight: 700;

    line-height: normal;

    margin-bottom: 0px;

}



.pkg-bx h5 {

    text-align: center;

    font-size: 24px;

    color: #000000;

    margin-bottom: 35px;

}



.pkg-bx h6 {

    font-size: 16px;

    color: #000000;

    font-weight: 500;

    margin-bottom: 15px;

}



.pkg-list {

    height: 225px;

    overflow-x: auto;

    margin-bottom: 20px;

}



.pkg-list ul {

    padding: 0px;

}



.pkg-list ul li {

    position: relative;

    padding-left: 25px;

    margin-bottom: 10px;

    font-size: 14px;

    color: #000000;

    font-weight: 600;

    width: 100%;

}



.pkg-list ul li:before {

    content: "\f00c";

    content: "\e962";

    position: absolute;

    left: 0;

    font-family: icomoon!important;

    top: 1px;

    font-size: 13px;

    color: #01e252;

}



.pkg-chat {

    text-align: center;

}



.pkg-chat a {

    display: inline-block;

    margin-bottom: 20px;

    width: 145px;

    height: 36px;

    text-align: center;

    line-height: 36px;

    background-color: #704c9f;

    border-radius: 7px;

    font-size: 18px;

    color: #ffffff;

}



.pkg-chat p {

    margin-bottom: 0px;

    font-size: 16px;

    color: #000000;

    font-weight: 600;

}



.pkg-bx {

    margin-top: 18px;

}



.pkg-bx:hover {

    background: url(../images/purple.jpg) no-repeat;

    background-size: cover;

}



.pkg-bx:hover h3,

.pkg-bx:hover h4,

.pkg-bx:hover h6,

.pkg-bx:hover ul li,

.pkg-bx:hover ul li:before,

.pkg-bx:hover p {

    color: #fff;

}



.pkg-bx:hover .pkg-chat a {

    background-color: #fff;

    color: #ec2527;

}



.pkg-bx:hover .pkg-list::-webkit-scrollbar-track {

    background-color: #aa423b;

}



.pkg-bx:hover .pkg-list::-webkit-scrollbar {

    background-color: #aa423b;

}



.pkg-bx:hover .pkg-list::-webkit-scrollbar-thumb {

    background-color: #ffffff;

}



.ultimate-main {

    padding: 110px 0px;

    background: url(../images/combo-bg.jpg) no-repeat;

    background-size: cover;

}



.ultimate-main h2 {

    margin-top: 90px;

    font-size: 40px;

    color: #ffffff;

    line-height: normal;

}



.ultimate-main p {

    font-size: 16px;

    color: #ffffff;

    line-height: 40px;

    max-width: 600px;

}



.ultimate-btn a {

    display: inline-block;

    width: 170px;

    height: 65px;

    line-height: 65px;

    text-align: center;

    border-radius: 12px;

    background-color: #fff;

    font-size: 18px;

    color: #ec2527;

}



.ultimate-img {

    display: inline-block;

    margin-left: 30px;

}



.ultimate-btn {

    margin-top: 30px;

}



.ultimate-main h2 {

    margin-bottom: 20px;

}



.ultimate-main .pkg-bx h3 {

    text-align: left;

}



.ultimate-main .pkg-bx .pkg-chat h4 {

    display: inline-block;

    margin-top: 0px;

}



.ultimate-main .pkg-bx h5 {

    display: inline-block;

}



.ultimate-main .pkg-bx h6 {

    font-size: 20px;

    font-weight: 700;

}



.ultimate-main .pkg-bx .pkg-chat h4 a {

    width: auto;

    height: unset!important;

    line-height: normal;

    background-color: transparent;

    border-radius: unset;

    font-size: 16px;

    color: #000000;

    vertical-align: middle;

}



.ultimate-main .pkg-bx .pkg-chat {

    text-align: left;

}



.ultimate-main .pkg-bx a.chat-pkg-link {

    float: right;

}



.ultimate-main .pkg-bx h4 {

    display: inline-block;

}



section.portfolio_arch h3 {

    color: #704c9f;

    font-size: 18px;

    text-align: center;

}



.ourpackages h3 {

    color: #704c9f;

    font-size: 18px;

    text-align: center;

}
