/* Banner Section */
.banner-sec {
    padding: 250px 0 250px;
    text-align: center;
    background-color: #0b141f;
}

.lp-btns {
    display: flex;
    justify-content: center;
    gap: 1.2vw;
    flex-wrap: wrap;
}

@media screen and (max-width:1680px) {
    .container {max-width: 1314px;}
    .banner-sec{padding: 230px 0;}
}

@media screen and (max-width:1550px) {
    .container {max-width: 1212px;}
    .banner-sec{padding: 220px 0;}
}

@media screen and (max-width:1440px) {
    .container {max-width: 1126px;} 
    .banner-sec{padding: 210px 0;}
}

@media screen and (max-width:1366px) {
    .container {max-width: 1068px;} 
    .banner-sec{padding: 190px 0;}
}

@media screen and (max-width:1280px) {
    .container {max-width: 980px;}
    .banner-sec{padding: 150px 0;}
}

@media screen and (max-width:1024px) {
    .container {max-width: 720px;}
    .banner-sec{padding: 100px 0;}
    .lp-btns{gap: 10px;}
}

@media screen and (max-width:767px) {
    .container {max-width: 100%; padding: 0 10px;}
    .banner-sec{padding: 50px 0;}
}










/* 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 !important;
    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 !important;
}
.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 */



