/* Banner Section */
.banner-sec {
    padding: 13.46% 0;
    text-align: center;
    background-color: #000;
}
.lp-btns a.cmn-btn {
    font-family: 'Poppins';
    font-weight: 600;
    border-radius: 0px;
    letter-spacing: normal;
    text-transform: uppercase;
    border: none;
    margin: 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    /* font-size: 20px; */
    /* background: #d1a00c; */
    /* color: #fff; */
    /* padding: 20px 30px; */
}

/* .lp-btns a.cmn-btn:hover{background-color: #fff; color: #d1a00c;} */

/* Testimonials Section Starts */
.testi-blk {
    padding: 0 0 120px;
}
.hm-testimonials {
    padding: 70px 0;
    text-align: center;
}
.hm-testimonials .hm-testi-item {
    background: #eeeeee;
    padding: 40px 30px;
    margin-right: 20px;
}
.hm-testimonials .hm-testi-item p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}
.hm-testimonials .hm-testi-item h3 {
    color: #000;
    font-size: 22px;
    position: relative;
    text-transform: capitalize;
}
.hm-testimonials .hm-testi-item h4.author {
    color: #000;
    font-size: 22px;
}
.hm-testimonials .testi-blk .owl-nav {
    margin: 40px 0 0 0;
}
.hm-testimonials .testi-blk .owl-nav button {
    background: #ccc ;
    width: 50px;
    height: 40px;
    margin: 0 5px;
}
.hm-testimonials .testi-blk .owl-nav button span {
    font-size: 28px;
    font-weight: bold;
}
.hm-testimonials .testi-blk .owl-nav button:hover {
    background: #000 ;
}
.hm-testimonials .testi-blk .owl-nav button:hover span {
    color: #fff;
}
.hm-testimonials .testi-btn {
    padding: 20px 0 0;
}
.hm-testimonials .testi-btn a {
    background-color: #eeeeee;
}
.hm-testimonials .testi-btn a:hover {
    background-color: #000;
}
/* Testimonials Section Ends */
/* Home Blog Section Starts */
.hm-blog-sec {
    padding: 60px 0;
}
.hm-blog-sec .hm-blog-blk {
    flex-wrap: wrap;
    display: flex;
}
.hm-blog-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}
.hm-blog-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}
.hm-blog-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0px;
}
.hm-blog-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}
.hm-blog-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.hm-blog-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}
.hm-blog-sec .hmnews-btn a {
    background-color: #eee;
}
.hm-blog-sec .hmnews-btn a:hover {
    background-color: #000;
}
/* Home Blog Section Ends */
/* HomePage FAQ's Section Starts */
.hm-faq-sec {
    padding: 50px 0;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    background-color: #999;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}
.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}
.accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}
.accordion-section-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0px;
}
.accordion-section .accordion-heading {
    border-radius: 5px;
    font-size: 26px;
    margin: 0;
    color: #000;
    line-height: 1;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}
/* HomePage FAQ's Section Ends */
/* HomePage Tab Section Starts */
.tab-btn,
.tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
	width: max-content;
}
.tab-btn:hover {
    background-color: #f6f6f6;
	cursor: pointer;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* HomePage Tab Section Ends */
/* HomePage Form Section Starts */
.hm-form-sec {
    padding: 50px 0;
    background-color: #eee;
}
.hm-form-sec .text-heading {
    text-align: center;
}
.hm-form-sec .gfield input.large {
    border-radius: 7px;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 16px ;
    line-height: 1;
    padding: 19px 20px ;
    color: #000 ;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
}
.hm-form-sec .gfield textarea.large {
    height: 155px ;
    border-radius: 7px;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 16px ;
    padding: 19px 20px ;
    color: #000 ;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #fff;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}
.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #000;
}
.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: var(--bodyFont) ;
    font-weight: 400;
    font-size: 16px ;
    line-height: 1;
    letter-spacing: 0px;
    color: #000 ;
}
.hm-form-sec .gchoice {
    margin: -10px 0 0 0;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #eee;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 ;
    width: 15px ;
    height: 15px ;
}
.hm-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}
.hm-form-sec .gform_footer {
    margin: -54px 0 0;
    padding: 0;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.hm-form-sec .gform_footer input[type="submit"] {
    padding: 17px 70px ;
    font-family: var(--bodyFont) ;
    font-weight: 600 ;
    font-size: 21px ;
    border-radius: 55px ;
    letter-spacing: 0 ;
    text-transform: uppercase ;
    background: #fff ;
    border: none ;
    color: #000 ;
    margin: 0 ;
    position: relative ;
    z-index: 1 ;
    cursor: pointer ;
    transition: 0.3s ;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: #000 ;
    color: #fff ;
}
.hm-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}
.hm-form-sec .popup {
    max-width: 60%;
}
.hm-form-sec div#popup-container {
    position: relative;
}
.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .popup {
    max-width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 ;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    justify-content: center;
}
/* HomePage Form Section Ends */

@media screen and (max-width:1024px) {.banner-sec {padding: 190px 0px 50px;}}
@media screen and (max-width:992px) {.banner-sec {padding: 160px 0px 50px;}}
@media screen and (max-width:767px) {.banner-sec {padding:175px 0px 50px;}}
