/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6{
    font-family: "DM Serif Display", serif;
}
/*h2 {*/
/*    font-size: 42px !important;*/
/*}*/
body, p, span, a {
    font-family: "Open Sans", sans-serif;
}
/*header.main-header {
    position: absolute;
    left: 0;
    right: 0;
}
header.main-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 15px 0px;
}
header.main-header .logo-link img {
    max-width: 199px;
    width: 100%;
}
header.main-header .main-navigation ul {
    padding: 0px;
    list-style: none;
    display: flex;
    gap: 40px;
    margin: 0px;
    justify-content: center;
}
header.main-header .row {
    align-items: center;
}
header.main-header .main-navigation ul a {
    outline: none !important;
    font-weight: 600;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}*/

.hero-banner-sec {
    background-image: url(https://travoaid.com/wp-content/uploads/2026/02/image-100.webp);
    padding: 220px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.hero-banner-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2a2a2a3d;
}
.hero-banner-sec .hero-content {
    position: relative;
    max-width: 740px;
}
.hero-banner-sec .hero-content .hero-title {
    font-size: 4.375rem;
    color: #fff;
    margin-bottom: 30px;
    line-height: normal;
}
.hero-banner-sec .hero-content p {
    margin: 0px;
    color: #fff;
}

.tab-top-sec {
    padding: 50px 0px;
}
.tab-top-sec .bg-box {
    border: 1px solid #dbdbdb;
    background: #1e527d;
    padding: 0px 10px 20px;
    border-radius: 20px;
    position: relative;
}
.tab-top-sec .bg-box .tabs {
    gap: 10px;
    justify-content: center;
    margin-top: -19px;
    display: flex;
    width: 100%;
    align-items: center;
}
.tab-top-sec .bg-box .tabs .tab-btn {
    border-radius: 6px;
    padding: 9px 25px;
    border-color: #012877 !important;
    color: #012877 !important;
    margin: 0px !important;
    border: 1px solid;
    font-weight: 500;
    background: #fff;
}
.tab-top-sec .bg-box .tabs .tab-btn.active {
    background: #289ee9 !important;
    color: #fff !important;
    border-color: #289ee9 !important;
}


.full-content-sec .top-part {
    max-width: 1160px;
    margin: 0px auto 50px;
}
.full-content-sec .card-item img {
    width: 100%;
    padding: 0px 15px;
    margin-top: 30px;
}
.full-content-sec .card-item .default-size {
    max-width: 310px;
    margin: auto;
}

.blog-main-sec {
    background: #E7E8EF;
    padding: 60px 0px 40px;
}
.blog-main-sec .top-part {
    padding-bottom: 30px;
}
.blog-main-sec .top-part .row {
    align-items: end;
}
.blog-main-sec .top-part a.button-site {
    text-align: right;
    float: right;
    text-transform: uppercase;
}
.button-site {
    background: #2a2a2a;
    color: #fff;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 15px;
}
.blog-main-sec .blog-card {
    background: #fff;
    margin-bottom: 20px;
}
.blog-main-sec .blog-card .img-part img {
    width: 100%;
}
.blog-main-sec .blog-card .blog-content {
    padding: 20px;
}
.blog-main-sec .blog-card .blog-content .hfe-post-title a {
    text-decoration: none;
    color: #2a2a2a;
    font-family: "DM Serif Display", serif;
}
.blog-main-sec .blog-card .blog-content .hfe-post-title {
    font-size: 20px;
    font-family: "DM Serif Display", serif !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
}
.blog-main-sec .blog-card .blog-content .hfe-post-meta span {
    font-size: 13px;
    padding: 0px 0px 10px;
    display: inline-block;
    color: #545454;
}
.blog-main-sec .blog-card .blog-content .hfe-post-excerpt {overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.blog-main-sec .blog-card .blog-content .blog-btn .button-site {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 16px;
}
.button-site:hover {
    background: #444444;
}



.faq-sec {
    padding: 60px 0px;
}
.faq-question {
    cursor: pointer;
    padding: 12px 15px;
    background: #e7e8ef;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
    margin-top: 10px;
    border: none !important;
}
.faq-sec .top-title {
    margin-bottom: 30px;
}
.faq-question:hover {
    background: #e7e8ef;
}
.faq-answer {
    display: none;
    padding: 15px 20px;
    background: #fff;
    line-height: 1.6;
}
.faq-question.active {
    background: #e7e8ef;
}
.faq-question span {
    font-size: 18px;
}



.testimonial-sec {
    padding-bottom: 40px;
}
.testimonial-sec .testimonial-card ul {
    display: flex;
    list-style: none;
    padding: 0px;
    gap: 2px;
}
.testimonial-sec .testimonial-card ul i {
    font-size: 14px;
    color: #212529;
}
.testimonial-sec .testimonial-card .img-item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonial-sec .testimonial-card .img-item img {
    width: 35px;
    height: 35px;
    border-radius: 100px;
}
.testimonial-sec .testimonial-card .img-item .name-part {
    text-transform: uppercase;
    font-weight: 500;
}
.testimonial-sec .testimonial-card {
    padding: 20px 0px 0px;
    margin-bottom: 20px;
}



.contact-banner-sec {
    background-image: url(https://travoaid.com/wp-content/uploads/2021/05/background-img-1.jpg);
    padding: 100px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.contact-banner-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #2a2a2aa1;
}
.contact-banner-sec .hero-content {
    position: relative;
    max-width: 740px;
}
.contact-banner-sec .hero-content .hero-title {
    color: #fff;
    margin-bottom: 20px;
    line-height: normal;
}
.contact-banner-sec .hero-content p {
    margin: 0px;
    color: #fff;
}
.contact-banner-sec .hero-content {
    position: relative;
    max-width: 810px;
    margin: auto;
}
.contact-banner-sec .hero-content span {
    color: #fff;
    text-transform: uppercase;
    padding-top: 40px;
    display: block;
}
.contact-banner-sec .hero-content a {
    font-size: 48px;
    font-weight: 600;
    line-height: 1em;
    display: flex;
    text-decoration: none;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding-top: 20px;
}
.contact-banner-sec .hero-content a svg {
    width: 40px;
    fill: #fff;
}
.contact-banner-sec .hero-content a span {
    padding: 0px;
}

/*****custom add on*********/
.blog main#main article.post h2.entry-title{
  font-size:20px;
  font-family:"DM Serif Display",serif !important;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  height:53px;
}
.blog main#main article.post .entry-meta,
.blog main#main article.post .entry-meta span{
  font-size:13px;
  padding:0;
  display:inline-block;
  color:#545454;
}
.blog main#main article.post .ast-excerpt-container{
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:3;
  line-clamp:3;
  -webkit-box-orient:vertical;
}
.page-template-blog #content .ast-container{
  max-width:100%;
  display:block;
  padding:0;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page{
  padding-left:15px;
  padding-right:15px;
}
.blog-main-sec.blog-page .blog-pagination a.page-numbers{
  text-decoration:none;
  width:30px;
  display:inline-block;
  color:#fff;
  background:#2a2a2a;
  height:30px;
  line-height:30px;
  font-size:14px;
  margin-bottom:6px;
}
.blog-main-sec.blog-page .blog-pagination a.next.page-numbers{
  width:60px;
}
.blog-main-sec.blog-page .blog-pagination a.prev.page-numbers{
  width:85px;
}
.blog-main-sec.blog-page .blog-pagination span.page-numbers.current{
  text-decoration:none;
  width:30px;
  display:inline-block;
  color:#fff;
  background:#25a2e6;
  height:30px;
  line-height:30px;
  font-size:14px;
  margin-bottom:6px;
}
.site-header .site-header-primary-section-left {
    justify-content: space-between;
}
.site-header .site-header-primary-section-left a {
    outline: none;
    font-weight: 600;
}
.testimonial-sec .testimonial-card ul {
    margin: 0px 0px 15px;
}
.contact-banner-sec .hero-content .hero-title {
    font-size: 42px;
}
footer.site-footer {
    padding-top: 60px;
    padding-bottom: 0px;
   background: #e7e8ef;
}
footer.site-footer .site-primary-footer-wrap {
    padding-top: 0px;
    padding-bottom: 30px;
}
footer.site-footer .site-primary-footer-wrap ul {
    padding: 0px;
}
footer.site-footer .site-primary-footer-wrap  a {
    text-decoration: none;
    color: #222;
    display: inline-block;
}
footer.site-footer .site-primary-footer-wrap ul li {
    padding-bottom: 10px;
}
footer.site-footer .site-below-footer-wrap.ast-builder-grid-row-container {
    background: #2a2a2a;
    padding-top: 10px;
    padding-bottom: 10px;
}
footer.site-footer .site-below-footer-wrap.ast-builder-grid-row-container p {
    color: #fff;
}
.full-content-sec {
    padding-bottom: 50px;
}

.page-template-blog #content .ast-container .blog-main-sec.blog-page h3 {
    font-size: 20px;
    font-family: "DM Serif Display", serif !important;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 53px;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page h3 a {
    text-decoration: none;
    color: #2a2a2a;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page  .meta {
    font-size: 13px;
    padding: 0px 0px 0px;
    display: inline-block;
    color: #545454;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page .excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page .button-site {
    display: inline-block;
    margin-top: 15px;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page .col-md-4.mb-4 {
    margin-bottom: 5px !important;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page .pagination-sec a.page-numbers {
    background: #2a2a2a;
    display: inline-block;
    height: 30px;
    color: #fff;
    text-decoration: none !important;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
}
.page-template-blog #content .ast-container .blog-main-sec.blog-page .pagination-sec span.page-numbers.current {
    background: #299fea;
    display: inline-block;
    height: 30px;
    color: #fff;
    text-decoration: none !important;
    padding: 0px 10px;
    line-height: 30px;
    font-size: 14px;
}
.button-site:hover {
    color: #fff;
}
.single-post article.post {
    padding: 20px;
}
.single-post article.post h4 {
    font-size: 25px;
    font-weight: 300;
}
.single-post article.post h5 {
    font-size: 22px;
    font-weight: 300;
}
.single-post article.post h6 {
    font-size: 20px;
    font-weight: 300;
}
.single-post article.post h1.entry-title {
    font-size: 32px;
    font-weight: 500;
}
.single-post article.post h3 {
    font-size: 28px;
    font-weight: 300;
}
.single-post article.post header.entry-header .post-thumb-img-content.post-thumb img {
    width: 100%;
} 
.single-post article.post h2 {
    font-size: 30px;
    font-weight: 300;
}
.site-content .ast-container {
    display: block;
} 
.page-id-1190 header.entry-header.ast-header-without-markup {
    display: none;
}
/********end***********/



@media screen and (max-width: 1200px) {
.hero-banner-sec .hero-content .hero-title {
    font-size: 37px;
    margin-bottom: 10px;
}
h2 {
    font-size: 28px !important;
}
}

@media screen and (max-width: 767px) {
.hero-banner-sec {
    padding: 90px 0px;
}
.hero-banner-sec .hero-content .hero-title {
    font-size: 27px;
}
.tab-top-sec .bg-box .tabs .tab-btn {
    padding: 8px 15px;
}
.full-content-sec .card-item {
    padding: 30px 0px;
}
.full-content-sec .card-item img {
    margin-top: 20px;
}
.blog-main-sec .top-part a.button-site {
    float: none;
}
.testimonial-sec .testimonial-card {
    padding: 10px 0px 0px;
    margin-bottom: 10px;
}
.contact-banner-sec {
    padding: 64px 0px;
}
.contact-banner-sec .hero-content a {
    font-size: 25px;
    gap: 6px;
}
.contact-banner-sec .hero-content a svg {
    width: 25px;
}
}   

    