@import url('https://fonts.googleapis.com/css2?family=Lateef:wght@200;300;400;500;600;700;800&family=Montserrat&family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

@font-face {
    font-family:'LateefRegular';
    src: url('../fonts/Lateef.eot');
    src: url('../fonts/Lateef.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lateef.woff2') format('woff2'),
        url('../fonts/Lateef.woff') format('woff'),
        url('../fonts/Lateef.ttf') format('truetype'),
        url('../fonts/Lateef.svg#Lateef') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root{
    --primary-font:"Lateef", serif;
    --secondary-font:"Lato", sans-serif;
    --main-bg:#F8F8F8;
    --primary-color:#363636;
    --secondary-color:#7E7E7E;
    --teritiary-color:#66B2B2;
    --quaternary-color:#FE5C36;
    --quinary-color:#FF8039;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: var(--secondary-font);
}
body{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family:'LateefRegular';
    color: var(--primary-color);
}
ul,li{
    list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    font-family:'LateefRegular';
    color: var(--primary-color);
}
p{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}

.hdtyp1{
    font-family:'LateefRegular';
    font-size: 35px;
    font-weight: 400;
    line-height: 38px;
    color: var(--primary-color);
}
.hdtyp2{
    font-family:'LateefRegular';
    font-size: 26px;
    font-weight: 400;
    line-height: 27px;
    color: var(--primary-color);
}
.hdtyp3{
    font-family:'LateefRegular';
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.8px;
    color: var(--quaternary-color);
}
.hdtyp4{
    font-family:'LateefRegular';
    text-align: left;
    min-height: 56px;
    font-size: 30px;
    font-weight: 400;
    line-height: 28px;
    color: var(--primary-color);
}
.hdtyp5{
    font-family:'LateefRegular';
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    color: var(--primary-color);
}
.hdtyp6{
    color: var(--quaternary-color);
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
}
.cstm-shadow{
    box-shadow: 5px 2px 12px 0px rgba(0, 0, 0, 0.05);
}
.btn-search{
    padding: 0 30px;
    color: #ffffff;
    flex-basis: 107px;
    max-width: 107px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex-shrink: 0;
    border-radius: 0;
    background: var(--quinary-color);
    border: 1px solid var(--quinary-color);
}
.btn-search:hover{
    color:  var(--quinary-color);
    background: #ffffff;
    border: 1px solid var(--quinary-color);
}
.btntyp1{
    display: inline-flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    font-family: var(--secondary-font);
    color: #7E7E7E;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    gap: 10px;
    border: 0.8px solid #7E7E7E;
    transition: border .5s,background-color .5s,color .5s;
}
.btntyp1:hover{
    background-color: var(--quaternary-color);
    border: 0.8px solid var(--quaternary-color);
    color: #ffffff;
}
/* Banner */
.banner{
    padding: 135px 0 57px;
}
.page-title h1 {
    color: #FFFFFF;
    font-family:'LateefRegular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 86.667% */
    text-transform: uppercase;
}

.breadcrumb {
    background-color: transparent;
    margin: 8px 0 0;
    padding: 0;
}
.breadcrumb li , .breadcrumb li a{
    font-family: var(--secondary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    color: #ffffff;
    content: "//";
    font-weight: 600;
}

.breadcrumb-item.active {
    color: var(--quaternary-color);
}


.grey{
    background-color: var(--main-bg);
}
.blog-page{
    background: var(--main-bg);
}
.container{
    padding: 0 16px;
}
/* all sections */
.all-sec{
    padding-top: 50px;
}
/* search bar */
.search-bar{
    padding: 23px 16px;
    background-color: #ffffff;
}
.search-bar .input-group{
    display: flex;
    width: 100%;
}
.search-bar .input-group .search-box{
    padding: 15px ;
    border: 1px solid #E2E2E2;
    flex-basis: calc(100% - 107px);
    max-width: calc(100% - 107px);
    font-size: 14px;
}
/* recent posts */
.recent-posts{
    background: #ffffff;
    padding: 50px 16px;
    max-height: 505px;
    margin-top: 32px;
}
.recent-posts .hdtyp1{
    font-size: 40px;
    line-height: 42px;
}
.recent-posts .posts{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.recent-posts .posts .item:hover .item-desc .hdtyp2{
    color: var(--secondary-color); 
}
.recent-posts .posts .item{
    flex-basis: 50%;
    display: flex;
    overflow: hidden;
    margin-bottom: 30px;
}
.recent-posts .posts .item:nth-child(3){
    margin-bottom: 0;
}
.recent-posts .posts .item .item-img{
    flex-shrink: 0;
    max-width: 84px;
    flex-basis: 84px;
    display: inline-block;
}
.recent-posts .posts .item .item-img img{
    max-width: 100%;
}
.recent-posts .posts .item .item-desc{
    margin: 0 15px 0;
}
.recent-posts .posts .item .item-desc .post-date{
    margin-top: 10px;
    display: flex;
    gap: 10px;
    color: var(--teritiary-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}
/* categories */
.categories{
    background: #ffffff;
    margin-top: 32px;
    padding: 50px 16px;
}
.categories .all-categories{
    margin-top: 30px;
    display: inline-flex;
    flex-wrap: wrap;
    gap: 14px;
}
.categories .all-categories .categories-card{
    padding: 12px 30px;
    color: #ffffff;
    font-family: var(--secondary-font);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    background: var(--teritiary-color);
}
/* card section */
.card-sec{
    margin: 50px auto 0;
}
.card-sec .card{
    background: #ffffff;
    display: block;
    flex-wrap: wrap;
    overflow: hidden;
    margin: auto;
    padding: 0;
    margin-bottom: 32px;
    border-radius: 0;
    border: 1px solid #F5F5F5;
    box-shadow: 5px 2px 12px 0px rgba(0, 0, 0, 0.05);
}
.card-sec .card span{
    display: block;
}


.card-sec .card .card-img{
    overflow: hidden;
    position: relative;
    border-radius: 0;
    max-height: 200px;
}
.card-sec .card .card-img img{
    object-position: center;
    object-fit: cover;
}
.card-sec .card .card-img .card-img-text{
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 2;
    display: flex;
    gap: 10px;
    color: #ffffff;
    background-color: var(--teritiary-color);
    padding: 10px;
}
.card-sec .card .card-img .card-img-text img{
    width: 17px;
}
.card-sec .card .card-desc{
    padding: 30px 20px;
}
.card-sec .card .card-desc .hdtyp3{
    margin-bottom: 0;
}
.card-sec .card .card-desc .hdtyp4{
    margin-bottom: 0;
}
.card-sec .card .card-desc .card-details{
    margin-top: 20px;
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    line-height: 28px;
    color: var(--secondary-color);
}
.card-sec .card .card-desc .card-auth{
    display: flex;
    margin-top: 32px;
    gap: 12px;
}

/* pagination */
.pagination-section{
    padding-bottom: 50px;
}
.pagination-section .container ul{
    display: flex;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    gap: 16px;
}
.pagination-section .container ul li a{
    display: flex;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 12px 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 28px; 
    justify-content: center;
    align-items: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    color: var(--primary-color);
    background: rgba(102, 178, 178, 0.15);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.pagination-section .container ul li.active a{
    background-color: var(--teritiary-color);
    color: #ffffff;
}
.pagination-section .container ul li.left-page a,.pagination-section .container ul li.right-page a{
    padding: 0;
}
.pagination-section .container ul li.left-page a{
    display: none;
}
@media only screen and (min-width: 768px){
    .container{
        max-width: 737px;
    }
    /* headings */
    .hdtyp1{
        font-size: 45px;
        line-height: 42px;
    }
    .hdtyp2{
        font-size: 29px;
        line-height: 0.96;
    }
    .hdtyp3{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .hdtyp5{
        font-size: 40px;
        line-height: 50px;
    }
    .hdtyp6{
        font-size: 16px;
        line-height: normal;
        letter-spacing: 1.6px;
    }
    .btn-search{
        font-size: 16px;
    }
    .btntyp1{
        padding: 12px 38px;
        font-size: 16px;
        gap: 10px;
    }
    /* Banner */
    .banner{
        padding: 184px 0 95px;
    }
    .page-title h1 {
        font-size: 50px;
        line-height: 42px; /* 86.667% */
    }

    .breadcrumb {
        margin: 10px 0 0;
    }
    .breadcrumb li , .breadcrumb li a{
        font-size: 16px;
    }


    /* search bar */
    .search-bar{
        padding: 32px;
    }
    .search-bar .input-group .search-box{
        padding: 15px 32px;
        font-size: 16px;
    }
    /* recentposts */
    .recent-posts{
        margin-top: 40px;
        padding: 40px 22px;
    }
    .recent-posts .posts{
        margin-top: 30px;
        flex-direction: row;
    }
    /* .recent-posts .posts .item .item-img img{
        height: 91px;
    } */
    .recent-posts .posts .item {
        display: flex;
        overflow: hidden;
        padding: 0;
        margin-bottom: 30px;
    }
    .recent-posts .posts .item .item-desc .post-date{
        margin-top: 10px;
        font-size: 16px;
        line-height: 24px;
    }
    /* categories */
    .categories{
        margin-top: 40px;
        padding: 40px 22px;
    }
    .categories .hdtyp1{
        font-size: 40px;
        line-height: 42px;
    }
    .categories .all-categories{
        gap: 20px;
    }
    .categories .all-categories .categories-card{
        font-size: 16px;
    }
    /* card */
    .card-sec{
        margin: 50px -11px 19px;
    }
    .card-sec .col{
        padding-right: 11px;
        padding-left: 11px;
    }
    .card-sec .card{
        padding: 0;
        margin-bottom: 21px;
    }
    .card-sec .card .card-desc{
        padding: 30px 20px;
    }
    .card-sec .card .card-desc .hdtyp3{
        margin-bottom: 0;
    }
    .card-sec .card .card-desc .hdtyp4{
        margin-bottom: 0;
    }
    .card-sec .card .card-desc .card-details{
        margin-top: 20px;
        font-size: 17px;
        line-height: 30px;
    }
    .card-sec .card .card-desc .card-auth{
        display: flex;
        margin-top: 32px;
        gap: 12px;
    }    
    /* pagination */
    .pagination-section .container ul{
        gap: 20px;
    }
    .pagination-section .container ul li a{
        font-size: 16px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 1200px){
    /* headings */
    .hdtyp1{
        font-size: 55px;
        line-height: 52px;
    }
    .hdtyp2{
        font-size: 24px;
    }
    .hdtyp5{
        font-size: 32px;
        line-height: 40px;
    }
    /* Banner */
    .banner{
        padding: 117px 0 40px;/*205px 0 107px */
    }
    .page-title h1 {
        font-size: 60px;
        line-height: 52px;
    }

    .breadcrumb {
        margin: 16px 0 0;
    }

    .container{
        max-width: 1080px;
    }
    .all-sec{
        margin:0 auto ;
        padding-top: 100px;
    }
    /* search bar */
    .search-bar .input-group .search-box{
        padding: 15px 20px;
    }
    /* recent posts */
    .recent-posts{
        margin-top: 30px;
        padding: 50px 32px;
    }
    .recent-posts .posts{
        flex-direction: column;
    }

    /* categories */
    .categories{
        margin-top: 30px;
        padding: 50px 32px;
    }
    .categories .hdtyp1{
        font-size: 40px;
        line-height: 42px;
    }
    /* card section */
    .card-sec{
        margin: 0 -15px;
    }
    .card-sec .col{
        padding-right: 15px;
        padding-left: 15px;
    }
    .card-sec .card{
        padding: 0;
        margin: 0;
        margin-bottom: 30px;

    }
    .card-sec .card.first-card,.card-sec .card.second-card{
        margin-top: 0;
    }
    .card-sec .card .card-desc{
        padding: 25px 20px 30px;

    }
    .card-sec .card .card-desc .hdtyp3{
        margin-bottom: 0;
    }
    .card-sec .card .card-desc .hdtyp4{
        margin-bottom: 0;
    }
    .card-sec .card .card-desc .card-details{
        margin-top: 20px;
        font-size: 16px;
        line-height: 30px;
    }
    .card-sec .card .card-desc .card-auth{
        display: flex;
        margin-top: 32px;
        gap: 12px;
    }  

    /* pagination */
    .pagination-section .container ul{
        padding-top:50px ;
    }
    .pagination-section{
        padding-bottom: 100px;
    }
}

/* 1400 screen */
@media screen and (min-width:1400px){
    .banner{
        padding: 127px 0 50px;/*205px 0 107px */
    }
}
@media screen and (min-width:1537px){
    .banner{
        padding: 152px 0 70px;/*205px 0 107px */
    }
    .hdtyp2{
        font-size: 29px;
    }
    .container{
        max-width: 1312px;
    }
    .hdtyp5{
        font-size: 40px;
        line-height: 50px;
    }
    .card-sec .card .card-desc .card-details{
        font-size: 18px;
    }
}
/* blog-details page */

/* home intro */
.home-intro{
    background-color: #ffffff;
    padding-top: 50px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: var(--secondary-color);
}
.home-intro .container .into-img{
    margin: auto;
    max-width: 382px;
}
.home-intro .container .hdtyp2{
    margin-top:20px ;
}
.home-intro .container .quote-details{
    margin-top: 10px;
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.home-intro .container .quote-details .author{
    display: flex;
    gap: 13px; 
}
.home-intro .container .quote-details .quote-ref{
    display: flex;
    align-items: center;
    gap: 16px;
    color: var(--teritiary-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
}
.home-intro .container .quote-details .quote-ref span:nth-child(2){
    font-size: 16px;
    line-height: 24px;
}
.home-intro .container .quote-details .quote-ref .post-date{
    display: flex;
    gap: 13px;
}
.home-intro .container .differ-line{
    height: 1px;
    width: 100%;
    background-color: var(--secondary-color);
    margin-top: 32px;
}
.home-intro .container .differ-line:first-child{
    margin-top: 20px;
}
.home-intro .container .intro-para{
    margin-top: 32px;
}
.home-intro .container .intro-para .para2{
    margin-top: 10px;
}
.home-intro .container .b-quote{
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    padding: 30px 16px 40px 16px;
    justify-content: center;
    align-items: center;
    background: var(--main-bg);
}
.home-intro .container .b-quote .quotation{
    opacity: 0.4;
}
.home-intro .container .b-quote .quote{
    margin-top: 20px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px; /* 186.667% */
}
.home-intro .container .b-quote .quote span{
    font-weight: 400;
}
.home-intro .container .hdtyp1{
    margin-top: 50px;
    display: inline-block;
    position: relative;
}
.container .history .hdtyp1{
    margin-top: 0;
}
.home-intro .container .hdtyp1::after{
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 66%;
    height: 1px;
    background-color: var(--secondary-color);
}
.home-intro .container .history-para{
    margin-top: 42px;
}
.home-intro .container .history-img{
    max-width: 382px;
    margin: auto;
    margin-top: 32px;
}
.home-intro .container .history-para2{
    line-height: 30px;
    margin-top: 32px;
}
.home-intro .container .history-para2 .para2{
    margin-top: 10px;
}
.home-intro .container .funfact-para{
    line-height: 30px;
    margin-top: 42px;
}
.home-intro .container .funfact-para .fun-fact-images{
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
}
.home-intro .container .funfact-para .fun-fact-images .ff-img{
    max-width: 121px;
}
.home-intro .container .funfact-para .para2{
    margin-top: 32px;
}
.home-intro .container .tags-and-share{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 50px;
}
.home-intro .container .tags-and-share .tags{
    display: flex;
    gap: 16px;
}
.home-intro .container .tags-and-share .all-tags{
    display: flex;
    max-width: 192px;
    flex-wrap: wrap;
    gap:10px;
}
.home-intro .container .tags-and-share .all-tags .tag-item{
    display: flex;
    flex-grow: 0;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #ffffff;
    padding: 9px 13px;
    justify-content: center;
    align-items: center;
    background-color: var(--teritiary-color);
}
.home-intro .container .tags-and-share .share{
    display: flex;
    gap: 16px;
}

/* related posts */
.related-posts .post-details{
    padding: 50px 32px;
    text-align: center;
}
.related-posts .hdtyp1{
    position: relative;
    display: inline-block;
    margin: auto;
}
.related-posts .hdtyp1::after{
    content: '';
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 1px;
    background-color: var(--secondary-color);
}
.related-posts .card{
    background: #ffffff;
    display: flex;
    flex-wrap: wrap;
    max-width: 348px;
    flex-grow: 1;
    overflow: hidden;
    margin: auto;
    padding: 0;
    margin-top: 32px;
    border-radius: 0;
    border: 1px solid #F5F5F5;
    box-shadow: 5px 2px 12px 0px rgba(0, 0, 0, 0.05);
}
.related-posts .card span{
    display: block;
}
.related-posts .card .card-img{
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.related-posts .card .card-img img{
    object-position: center;
    object-fit: cover;
}
.related-posts .card .card-img .card-img-text{
    position: absolute;
    bottom:0;
    left: 0;
    z-index: 2;
    display: flex;
    gap: 10px;
    color: #ffffff;
    background-color: var(--teritiary-color);
    padding: 10px;
}
.related-posts .card .card-img .card-img-text img{
    width: 17px;
}
.related-posts .card .card-desc{
    padding: 30px 20px;
    text-align: left;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: var(--secondary-color);
}
.related-posts .card .card-desc .hdtyp3{
    margin-bottom: 0;
}
.related-posts .card .card-desc .hdtyp4{
    margin-bottom: 0;
}
.related-posts .card .card-desc .card-details{
    margin-top: 20px;
}
.related-posts .card .card-desc .card-auth{
    display: flex;
    margin-top: 32px;
    gap: 12px;
}

.slick-dots {
    bottom: -32px;
}
.service-cards .slick-dots li {
    margin: 0 0.25rem;
    width: 8px;
    height: 8px;
  }
.service-cards .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background: #D6DCE0;
    background-color: rgb(214, 220, 224);
    text-indent: -9999px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.service-cards .slick-dots li.slick-active button{
    width: 14px;
    height: 14px;
    background-color: var(--teritiary-color);
}

@media only screen and (min-width: 768px){
    .home-intro{
        padding-top: 70px;
        font-size: 17px;
        line-height: 30px;
    }
    .home-intro .intro-details{
        padding-top: 21px;
        display: flex;
        gap: 32px;
    }   
    .home-intro .container .into-img{
        margin: auto;
        max-width: 736px;
    }
    .home-intro .intro-details .hdtyp2{
        flex-shrink: 0;
        margin-top: 0;
    }
    .home-intro .container .quote-details{
        margin-top: 0;
    }
    .home-intro .container .quote-details .quote-ref{
        font-size: 16px;
        line-height: 24px;
    }
    .home-intro .container .intro-para .para2 {
        margin-top: 20px;
    }
    .home-intro .container .b-quote {
        margin: 70px 0;
    }
    .home-intro .container .b-quote .quotation svg{
        height: 44px;
        width: 44px;
    }
    .home-intro .container .b-quote .quote{
        margin-top: 26px;
    }
    .home-intro .container .hdtyp1 {
        margin-top: 70px;
    }
    .container .history .hdtyp1{
        margin-top: 0;
    }
    .home-intro .container .hdtyp1::after {
        top: calc(100% + 20px);
    }
    .home-intro .container .history-para {
        margin-top: 60px;
    }
    .home-intro .container .history-img {
        max-width: 736px;
        margin: auto;
        margin-top: 40px;
    }
    .home-intro .container .history-para2 {
        line-height: 30px;
        margin-top: 40px;
    }
    .home-intro .container .history-para2 .para2 {
        margin-top: 20px;
    }
    .home-intro .container .funfact-para {
        margin-top: 60px;
    }
    .home-intro .container .funfact-para .fun-fact-images {
        margin-top: 40px;
 
    }
    .home-intro .container .funfact-para .fun-fact-images .ff-img {
        max-width: 234px;
        flex: 1;
    }
    .home-intro .container .funfact-para .fun-fact-images .ff-img img{
        min-width: 100%;
    }
    .home-intro .container .funfact-para .para2 {
        margin-top: 40px;
    }
    .home-intro .container .tags-and-share {
        padding-bottom: 70px;
    }
    .home-intro .container .tags-and-share .all-tags{
        max-width: fit-content;
    }
    .home-intro .container .tags-and-share .all-tags .tag-item {
        font-size: 16px;
        padding: 9px 13px;
        line-height: 24px;
    }
    .home-intro .container .tags-and-share .share {
        align-items: center;
        gap: 20px;
    }

    /* recent posts */
    .related-posts .post-details {
        padding: 70px 0;
    }
    /* card */
    /* .related-posts .service-cards{
        display: flex;
        gap: 20px;
    } */
    .related-posts .service-cards.slick-slider{
        margin: 0 -11px;
    }
    .related-posts .service-cards .slick-slide{
        margin: 0 11px;
    }
    .related-posts .card{
        padding: 0;
        margin-top: 60px;
        text-align: left;
        max-width: 340px;
    }
    
    .related-posts .card .card-desc{
        padding: 30px 20px;
        font-size: 17px;
        line-height: 30px;
    }
    .related-posts .card .card-desc .hdtyp3{
        margin-bottom: 0;
    }
    .related-posts .card .card-desc .hdtyp4{
        margin-bottom: 0;
    }
    .related-posts .card .card-desc .card-details{
        margin-top: 20px;
    }
    .related-posts .card .card-desc .card-auth{
        display: flex;
        margin-top: 32px;
        gap: 12px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 50px;
    }
    .slick-dots {
        bottom: -40px;
    }
}   

/* media 1200px */
@media only screen and (min-width: 1200px){
    .home-intro{
        padding-top: 99px;
        font-size: 16px;
    }
    .home-intro .container .hdtyp1{
        margin-top: 100px;
        font-size: 50px;
        line-height: 52px;
    }
    .home-intro .container .into-img{
        margin: auto;
        max-width: 1212px;
    }
    .home-intro .container .intro-para .para2 {
        margin-top: 20px;
    }
    .home-intro .container .b-quote {
        margin: 50px 0;
        padding: 40px 258px 50px;
    }
    .container .history .hdtyp1{
        margin-top: 50px;
    }
    .home-intro .container .history-img {
        max-width: 1212px;
        margin: auto;
        margin-top: 40px;
    }

    .home-intro .container .funfact-para .fun-fact-images .ff-img {
        max-width: 330px;
    }

    /* recent posts */
    .related-posts .service-cards.slick-slider{
        margin: 0 -15px;
    }
    .related-posts .service-cards .slick-slide{
        margin: 0 15px;
    }
    .related-posts .card{
        padding: 0;
        margin-top: 60px;
        text-align: left;
        max-width: 410px;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 60px;
    }
    .slick-dots {
        bottom: -50px;
    }
}
/* media 1400px */
@media only screen and (min-width: 1537px){
    .home-intro .container .into-img{
        margin: auto;
        max-width: 1314px;
    }
    .home-intro .container .intro-para .para2 {
        margin-top: 20px;
    }
    .home-intro .container .b-quote {
        margin-top: 50px;
        padding: 40px 258px 50px;
    }
    .home-intro .container .history-img {
        max-width: 1314px;
        margin: auto;
        margin-top: 40px;
    }

    .home-intro .container .funfact-para .fun-fact-images .ff-img {
        max-width: 410px;
    }
}
@media only screen and (min-width: 1537px){
    .home-intro{
        font-size: 18px;
    }
}
/* service page */
.our-services{
    padding: 0;
    color: var(--secondary-color);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.our-services .container .hdtyp1{
    position: relative;
    display: inline-block;
}
.our-services .container .hdtyp1::after{
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 66%;
    height: 1px;
    background-color: var(--secondary-color);
}
.our-services .container .para1{
    margin-top: 42px;
}
/* all-services */
.service-section{
    padding: 50px 0;
}
.all-services{
    color: var(--secondary-color);
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    padding-top: 50px;
}
.all-services .service{
    margin-top: 20px;
}
.all-services .service-img{
    max-width: 382px;
    margin: auto;
}
.all-services .service-desc{
    margin-top: 40px;
}
.all-services .service-desc .hdtyp5{
    padding: 24px 0 20px;
    display: none;
}
@media only screen and (min-width: 768px){
    .service-section{
        padding: 70px 0;
    }
    .our-services{
        padding: 0;
        font-size: 17px;
        line-height: 30px;
    }
    .our-services .container .hdtyp1::after{
        top: calc(100% + 20px);
    }
    .our-services .container .para1{
        margin-top: 60px;
    }
    .all-services{
        font-size: 17px;
        line-height: 30px;
        padding-top: 40px;
    }
    .all-services .service-img{
        max-width: 736px;
        margin: auto;
    }
    .all-services .service-img img{
        min-width: 100%;
        object-position: center;
        object-fit: cover;
    }
}
@media only screen and (min-width: 1200px){
    .service-section{
        padding: 100px 0;
    }
    .our-services{
        padding: 0;
        font-size: 16px;
    }
    
    .all-services{
        font-size: 16px;
    }
    .all-services .service {
        margin-top: 0;
    }
    .all-services .serv-hd{
        display: none;
    }
    .all-services .service-img{
        max-width: 645px;
    }
    .all-services .service-img img{
        min-width: 100%;
        object-position: center;
        object-fit: cover;
    }
    .all-services .service-desc {
    margin-top: 0;
    }
    .all-services .service-desc .hdtyp5{
        display: block;
    }
}
@media only screen and (min-width: 1537px){
    .our-services{
        font-size: 18px;
    }  
    .all-services{
        font-size: 18px;
    }
}
/* testiominal page */
.testimonial{
    padding: 50px 0 18px;
    text-align: center;
}
.testimonial .hdtyp1{
    margin-top: 10px;
    position: relative;
    display: inline-block;
}
.testimonial .container .hdtyp1::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: 66%;
    height: 1px;
    background-color: var(--secondary-color);
}
.testimonial .container .testimonial-cards{
    margin: 42px 32px 0;
    justify-content: center;
}
.testimonial .container .testimonial-cards .testimony-card{
    padding: 50px 20px;
    border: 1px solid #F1F1F1;
    box-shadow: 5px 2px 12px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 32px;
}
.testimonial .container .testimonial-cards .testimony-card .quote{
    margin-top: 10px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.testimonial .container .testimonial-cards .testimony-card .hdtyp5{
    margin-top: 20px;
}
/* media 768 */
@media screen and (min-width:768px) {
    .testimonial{
        padding: 70px 0;
    }
    .testimonial .container .hdtyp1::after{
        top: calc(100% + 20px);
    }
    .testimonial .container .testimonial-cards{
        margin: 60px 0 0;
    }
    .testimonial .container .testimonial-cards .testimony-card{
        padding: 82px 16px 64px;
        margin-bottom: 20px;
    }
    .testimonial .container .testimonial-cards .testimony-card .quote{
        margin-top: 20px;
        font-size: 17px;
    }
    .testimonial .container .testimonial-cards .testimony-card .hdtyp5{
        margin-top: 30px;
    }
    .testimonial .pagination-section{
        margin-top: 20px;
    }
}

/* media 1200 */
@media screen and (min-width:1200px){
    .testimonial{
        padding: 100px 0;
    }
    .testimonial .container .testimonial-cards .testimony-card{
        padding: 82px 60px 83px;
        margin-bottom: 30px;
    }
    /* .testimonial .container .testimonial-cards .testimony-1{

    } */
    .testimonial .container .testimonial-cards .testimony-card .quote{
        font-size: 16px;
    }
    .testimonial .pagination-section{
        display: none;
    }
}
@media screen and (min-width:1537px){
    .testimonial .container .testimonial-cards .testimony-card .quote{
        font-size: 18px;
    }
}
/* contact-us */
.map-embed{
    padding: 0;
    margin: 0;
    min-height: 525px;
    position: relative;
}
.map-embed iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

/* .contact-us{
    padding: 50px 0;
}
.contact-us .contact-details{
    color: var(--secondary-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 0 32px;
}
.contact-us .contact-details a{
    color: var(--secondary-color);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
.contact-us .contact-details .hdtyp1{
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
.contact-us .contact-details .hdtyp1::after{
    content: '';
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 66%;
    height: 1px;
    background-color: var(--secondary-color);
}
.contact-us .contact-details .para1{
    margin-top: 42px;
}
.contact-us .contact-details .address-box{
    margin-top: 32px;
}
.contact-us .contact-details .address-box .address-box1{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.contact-us .contact-details .address-box .address-box1 .link{
    display: flex;
    max-width: 160px;
    gap: 10px;
}
.contact-us .contact-form{
    margin: 32px 16px 0;
    padding: 18px 24px 50px;
    border: 1px solid #F3F3F3;
}
.contact-us .contact-form input,.contact-us .contact-form textarea{
    margin-top: 32px;
    padding: 5px 0;
    border: none;
    border-bottom: 1px solid #C6C6C6;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
}
.contact-us .contact-form .btntyp1{
    margin-top: 32px;
    max-width: 142px;
} */

/* podcast */
.podcast-intro{
    padding: 50px 0 65px;
}
.podcast-img{
    position: relative;
    max-width: 382px;
    margin: auto;
}
.podcast-img .p-img2{
    display: none;
}
.podcast-img .p-img3{
    display: none;
}
.podcast-desc{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 132px;
    left: 50%;
    transform: translateX(-50%);
}
.podcast-desc .hdtyp6{
    color: #ffffff;
    font-family: "Lato", sans-serif;
}
.podcast-desc .hdtyp1{
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-top: 10px;
}
.podcast-desc .hdtyp1::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    background: #ffffff;
}
.podcast-example{
    margin-top: 42px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.podcast-icon{
    max-width: 74px;
}
.podcast-audio{
    border-radius: 6px;
    border: 1px solid #F1F1F1;
    background: rgba(225, 244, 246, 0.70);
    box-shadow: 5px 2px 12px 0px rgba(0, 0, 0, 0.05);
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 30px;
}
@media (min-width:768px) {
    .podcast-intro{
        padding: 70px 0;
    }
    .podcast-img{
        position: relative;
        max-width: 704px;
        margin: auto;
    }
    .podcast-img .p-img2{
        display: block;
    }
    .podcast-img .p-img1{
        display: none;
    }
    .podcast-example{
        margin-top: 60px;
        max-width: 388px;
        margin-left: auto;
        margin-right: auto;
    }
    .podcast-desc .hdtyp1::after{
        top: calc(100% + 20px);
    }
}
@media (min-width:1200px) {
    .podcast-intro{
        padding: 100px 0;
    }
    .podcast-img{
        position: relative;
        max-width: 630px;
    }
    .podcast-img .p-img2{
        display: none;
    }
    .podcast-img .p-img3{
        display: block;
    }
    .podcast-desc{
        top: 122px;
    }
}


/* prayer request */
.hom-getintouch .container .row .cols .contact-form ul li .input-data .wpcf7-form-control-wrap .calendar{
    position: absolute;
    right: 10px;
}
/* quote */
.prayer-quote{
    padding-bottom: 50px;
}
.prayer-quote .prayer-img{
    position: relative;
    max-width: 100%;
    margin: auto;
}
.prayer-quote .prayer-img img{
    object-fit: cover;
    object-position:center center;
    min-height: 225px;
}
.prayer-quote .prayer-img .b-quote{
    position: absolute;
    text-align: center;
    color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 350px;
}
.prayer-quote .prayer-img .b-quote .quote{
    font-family: Lato;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 30px;
}
.prayer-quote .prayer-img .b-quote .author{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
/* media 768 */
@media only screen and (min-width: 768px){
    /* quote */
    .prayer-quote{
        padding-bottom: 70px;
    }
    .prayer-quote .prayer-img img{
        min-height: 236px;
    }
    .prayer-quote .prayer-img .b-quote{
        min-width: 580px;
    }
    .prayer-quote .prayer-img .b-quote .quote{
        font-size: 17px;
    }
    .prayer-quote .prayer-img .b-quote .author{
        font-size: 16px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 1200px){
    /* quote */
    .prayer-quote{
        padding-bottom: 100px;
    }
    .prayer-quote .prayer-img .b-quote{
        min-width: 614px;
    }
    .prayer-quote .prayer-img .b-quote .quote{
        font-size: 16px;
    }
    .prayer-quote .prayer-img{
        position: relative;
        max-width: 1314px;
        margin: auto;
    }
}
@media only screen and (min-width: 1537px){
    .prayer-quote .prayer-img .b-quote .quote{
        font-size: 18px;
    }
}
/* prayer-affirmation */
.prayer-affirmation{
    padding: 50px 32px;
}
.prayer-affirmation .container{
    padding: 0;
}
.prayer-affirmation .container .msg-and-affrm{
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: center;
}
.prayer-affirmation .container .msg-and-affrm .hdtyp1{
    position: relative;
    display: inline-block;
}
.prayer-affirmation .container .hdtyp1::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 10px);
    width: 66%;
    height: 1px;
    background-color: var(--secondary-color);
}
.prayer-affirmation .container .msg-and-affrm .prayer-messaage{
    color: var(--secondary-color);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 186.667% */
}
.prayer-affirmation .container .msg-and-affrm .prayer-messaage .para1{
    margin-top: 42px;
}
.prayer-affirmation .container .msg-and-affrm .prayer-messaage .para2{
    margin-top: 10px;
}
.prayer-affirmation .container .msg-and-affrm .prayer-affrm .b-quote .quote{
    margin-top: 20px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 15px;
    font-style: italic;
    font-weight: 500;
    line-height: 28px;
}
.prayer-affirmation .container .msg-and-affrm .prayer-affrm .b-quote .author{
    margin-top: 10px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.prayer-affirmation .container .msg-and-affrm .prayer-affrm .btntyp1{
    font-family: var(--secondary-font);
    font-style: normal;
    margin-top: 32px;
}
@media only screen and (min-width: 768px){
    .prayer-affirmation{
        padding: 70px 32px;
    }
    .prayer-affirmation .container .msg-and-affrm{
        gap: 70px;
    }
    .prayer-affirmation .container .hdtyp1::after{
        top: calc(100% + 20px);
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-messaage{
        font-size: 17px;
        line-height: 30px; /* 186.667% */
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-messaage .para1{
        margin-top: 60px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-messaage .para2{
        margin-top: 20px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-affrm .b-quote .quote{
        font-size: 17px;
        line-height: 30px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-affrm .b-quote .author{
        font-size: 15px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-affrm .btntyp1{
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1200px){
    .prayer-affirmation{
        padding: 100px 0;
    }
    .prayer-affirmation .container .msg-and-affrm{
        max-width: 834px;
        margin: auto;
        gap: 100px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-messaage{
        font-size: 16px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-messaage .para2{
        margin-top: 24px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-affrm .b-quote .quote{
        font-size: 16px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-affrm .b-quote .author{
        font-size: 16px;
    }
}
@media only screen and (min-width: 1537px){
    .prayer-affirmation .container .msg-and-affrm .prayer-messaage{
        font-size: 18px;
    }
    .prayer-affirmation .container .msg-and-affrm .prayer-affrm .b-quote .quote{
        font-size: 18px;
    }
}
/* Gallery page */
.image-gallore{
    padding: 50px 32px;
}
.image-gallore .container{
    padding: 0;
}
.image-gallore .container img{
    min-width: 100%;
}
.image-gallore .container .image-collection .row{
    margin: 0;
    gap:32px;   
}
.image-gallore .container .image-collection .row .col{
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.image-gallore .container .image-collection{
    width: 100%;
}
.image-gallore .container .image-collection .item{
    display: block;
}
.image-gallore .container .image-collection .item .gall-img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
}
.image-gallore .container .image-collection .item img {
    transition: transform 0.3s ease;
}

.image-gallore .container .image-collection a img:hover {
    transform: scale(1.1);
}

.image-gallore .container .image-collection .item .event{
    display: block;
    margin-top: 20px;
    color: var(--primary-color);
    font-family:'LateefRegular';
    font-size: 26px;
    line-height: 27px;
}
.image-gallore .container .image-collection .btntyp1{
    margin: auto;
    margin-top: 32px;
}
/* 414 screen */
@media only screen and (min-width: 414px){
    .image-gallore{
        padding: 50px 32px;
    }
    .image-gallore .container{
        padding: 0;
    }
    .image-gallore .container .image-collection .row{
        gap:32px;   
    }
    .image-gallore .container .image-collection{
        width: 100%;
    }
    .image-gallore .container .image-collection .item .gall-img{
        max-width: 350px;
    }
    .image-gallore .container .image-collection .item .event{
        margin-top: 20px;
        color: var(--primary-color);
        font-family:'LateefRegular';
        font-size: 26px;
        line-height: 27px;
    }
    .image-gallore .container .image-collection .btntyp1{
        margin: auto;
        margin-top: 32px;
    } 
}
/* 768 screen*/
@media only screen and (min-width: 768px){
    .image-gallore{
        padding: 70px 32px;
    }
    .image-gallore .container{
        padding: 0;
    }
    .image-gallore .container .image-collection .row{
        margin: 0 -11px;
        gap:40px 0;   
    }
    .image-gallore .container .image-collection .row .col {
        max-width: calc(50% - 22px);
        margin-left: 11px;
        margin-right: 11px;
    }
    /* .image-gallore .container .image-collection .item{
    
    } */
    .image-gallore .container .image-collection .item .gall-img{
        max-width: 100%;
    }
    .image-gallore .container .image-collection .item .event{
        font-size: 30px;
        line-height: 28px;
    }
    .image-gallore .container .image-collection .btntyp1{
        margin: auto;
        margin-top: 40px;
    }
}
/* 1200 screen */
@media only screen and (min-width: 1200px){
    .image-gallore{
        padding: 100px 0;
    }
    .image-gallore .container{
        padding: 0 16px;
    }
    .image-gallore .container .image-collection .row{
        margin: 0 -15px;
        gap:40px 0;   
    }
    .image-gallore .container .image-collection .row .col {
        max-width: calc(33.3333% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }
    .image-gallore .container .image-collection .btntyp1{
       display: none;
    }
}
@media only screen and (min-width: 1499px){.image-gallore .container .image-collection .item .gall-img{
    max-width: 410px;
}}