/*********************************************** New Css Add ******************************************************* */
/********** Template font-family CSS **********/
@font-face {
    font-family: InknutAntiqua-Black;
    src: url('InknutAntiqua-Black.ttf'),

}

@font-face {
    font-family: InknutAntiqua-Bold;
    src: url('InknutAntiqua-Bold.ttf'),

}

@font-face {
    font-family: InknutAntiqua-ExtraBold;
    src: url('InknutAntiqua-ExtraBold.ttf'),

}

@font-face {
    font-family: InknutAntiqua-Light;
    src: url('InknutAntiqua-Light.ttf'),

}

@font-face {
    font-family: InknutAntiqua-Medium;
    src: url('InknutAntiqua-Medium.ttf'),

}

@font-face {
    font-family: InknutAntiqua-Regular;
    src: url('InknutAntiqua-Regular.ttf'),

}

@font-face {
    font-family: InknutAntiqua-SemiBold;
    src: url('InknutAntiqua-SemiBold.ttf'),

}

/********** Template CSS **********/
/* font family */
.web_name {
    font-family: InknutAntiqua-ExtraBold;
}
.header_media{
    display: none;
}

.web_name_header {
    font-family: InknutAntiqua-Bold;
}

.address {
    font-family: InknutAntiqua-SemiBold;
}

.footer_title {
    font-size: 25px;
    line-height: 1.9;
    font-family: InknutAntiqua-Bold;
}

.banner_title {
    font-family: InknutAntiqua-Bold;
}

.title_page {
    font-family: InknutAntiqua-Bold;

}

.subtitle_page {
    font-family: InknutAntiqua-SemiBold;

}

.subtitle_page1 {
    font-family: InknutAntiqua-SemiBold;

}

.abouts_title {
    font-family: InknutAntiqua-Bold;
    font-size: 25px;
    line-height: 1.7;
}

.count_title {
    font-family: InknutAntiqua-Medium;
}

.services_our {
    font-family: InknutAntiqua-Medium;
}

.title_services {
    font-family: InknutAntiqua-Light;
}

.testimonial_title {
    font-family: InknutAntiqua-SemiBold;
}

.page-header {
    font-family: InknutAntiqua-Bold;
}

.page-header h1 {
    font-family: InknutAntiqua-Bold;
}

/* font famaly */
/* .web_name img{
    width: 120px;
} */
.services_box {
    /* padding: 10px; */
    width: 98%;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 16px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
    background-color: #ffffff;
    color: #000;
}

.image_img {
    text-align: left;
}

.team-item {
    padding: 10px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

#best_services_section .best_services {
    width: 31%;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

#best_services_section .img_box {
    padding-top: 10px;
}

#best_services_section .title_services_box {
    padding: 10px;
}

/* blog */
.post-slide {
    margin: 10px;
    position: relative;
    background: #ddd6d6;
    border: 2px solid #ddd6d6;
    text-align: justify;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
}

.post-slide .over-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(209, 130, 130, 0.2);
    transition: all 0.30s ease;
}

.post-slide:hover .over-layer {
    opacity: 1;
}

.post-slide .post-link {
    margin: 0;
    padding: 0;
    position: relative;
    top: 45%;
    text-align: center;
}

.post-slide .post-link li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}

.post-slide .post-link li a {
    color: #fff;
    font-size: 20px;
}

.post-slide .post-link li a:hover {
    color: #ff8b3d;
    text-decoration: none;
}

.post-slide .post-date {
    position: absolute;
    top: 1%;
    left: 1%;
}

.post-slide .date {
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background: #ff6500;
    float: left;
}

.post-slide .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    background: #ff8b3d;
}

.post-slide .post-content {
    padding: 10px;
}

.post-slide .post-title {
    font-family: InknutAntiqua-SemiBold;
    margin: 0 0 15px 0;
}

.post-slide .post-title a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    ;
    display: inline-block;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #C40C0C;
}

.post-slide .post-description {
    font-family: InknutAntiqua-Regular;
    text-align: justify;
    color: #000;
    font-size: 14px;
    line-height: 24px;

}

.read-more {
    font-family: InknutAntiqua-SemiBold;
    color: #e51010;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: color 0.20s linear;
}

.read-more:hover {
    text-decoration: none;
    color: #ff8b3d;
}

.read-more:after {
    content: "";
    position: absolute;
    width: 30%;
    display: block;
    border: 1px solid #ff8b3d;
    transition: all 0.30s ease;
}

.read-more:hover:after {
    width: 100%;
}

@media only screen and (max-width: 479px) {
    .post-slide .month {
        font-size: 14px;
    }

    .post-slide .date {
        font-size: 14px;
    }
}

/* blog */
.footer {
    background-color: #fff;
}

.section.cta {

    color: #ffffff;
}

.content-wrap-20 {
    padding: 15px 0;
}

.cta-1 .body-text {
    max-width: 80%;
    float: left;
}

.cta-1 .body-action {
    max-width: 20%;
    float: right;
}

/* blog */
#video .team-item {
    width: 96%;
    margin: 0 auto;
}

#video .team-item iframe {
    width: 100%;
    height: 315px;
}


/* blog */
/* color */
.app_color {
    background-color: #FF6500;
    color: #fff;
}

.app_color1 {
    background-color: #C40C0C;
}

.app_color2 {
    color: #fff;
    background-color: #FF8A08;
}

.app_color2:hover {
    color: #fff;
    background-color: #C40C0C !important;
}

.app_color_btn {
    background-color: #C40C0C;
}

.app_color_btn:hover {
    background-color: #FF8A08 !important;
}

.background_color {
    background-color: #cf8b3f;
}

/* color */
.gallery_image {
    position: relative;
    background: linear-gradient(rgba(67, 60, 60, 0.6), rgba(67, 60, 60, 0.6)), url(../img/image2.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.update_image {
    position: relative;
    background: linear-gradient(rgba(67, 60, 60, 0.6), rgba(67, 60, 60, 0.6)), url(../img/upcoming.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}

.blog_images {
    position: relative;
    background: linear-gradient(rgba(67, 60, 60, 0.6), rgba(67, 60, 60, 0.6)), url(../img/bg7.jpg) center center no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.testimonial_image {
    position: relative;
    background: linear-gradient(rgba(67, 60, 60, 0.6), rgba(67, 60, 60, 0.6)), url(../img/fff.jpg) no-repeat;
    background-size: cover;
    background-position: top right;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


img.str_image_img {
    position: absolute;
    margin-left: 177px;
    padding: 10px;
    background: #fff;
}

img.str_image {
    padding: 10px;
    background: #fff;
}

.image_contact {
    text-align: center;
    position: relative;
}

.image_contact img.str_image_contact {
    z-index: 9;
    top: 47px;
    position: absolute;
    padding: 10px;
    background: #fff;
}

#tv {
    position: relative;
    width: 10px;
    height: 250px;
    background: white;
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    color: white;
    box-shadow: 20px 20px rgb(255 138 8);
    transition: all .4s ease;
}

#tv:hover {
    border-radius: 0% 0% 0% 0% / 0% 0% 0% 0%;
    box-shadow: 0px 0px rgb(255 138 8);
}

/* title image */
#service_title_image img.title_image.text-center {
    margin-left: 450px;
    text-align: center;
}

/* title image */
.gallery-item {
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

.news-item {
    padding: 10px 10px 5px 10px;
    margin: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

/* abouts img */
#about_home img.abouts_img {
    width: 100%;
    min-height: 300px;
}

#about .about-box img {
    width: 50%;
    min-height: 300px;
}

.new_box {
    display: flex;
}

.new_box .test_image img {
    width: 90%;
}

.abouts_title {
    font-family: InknutAntiqua-Bold;
    font-size: 25px;
    line-height: 1.7;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.contact_form {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

/* whtaspp */
.back-to-whatspp {
    position: fixed;
    bottom: 45px;
    z-index: 99;
    left: 15px;
    transition: left 0.3s ease; 
}
.back-to-whatspp:hover::before {
    content: "WhatsApp"; 
    position: absolute;
    top: 50%;
    left: 43px; 
    transform: translateY(-50%);
    background-color: #29a71a;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
}
.back-to-whatspp img {
    width: 40px;
}

.back-to-facebook {
    position: fixed;
    bottom: 100px;
    z-index: 99;
    left: 15px;
}
.back-to-facebook:hover::before {
    content: "Facebook"; 
    position: absolute;
    top: 50%;
    left: 43px; 
    transform: translateY(-50%);
    background-color: #1976d2;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
}
.back-to-facebook img {
    width: 40px;
}

.back-to-twitter {
    position: fixed;
    bottom: 210px;
    z-index: 99;
    left: 15px;
}
.back-to-twitter:hover::before {
    content: "Twitter"; 
    position: absolute;
    top: 50%;
    left: 43px; 
    transform: translateY(-50%);
    background-color: #03a9f4;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
}
.back-to-twitter img {
    width: 40px;
}

.back-to-donate {
    width: 130px;
    border-radius: 10px;
    position: fixed;
    bottom: 100px;
    z-index: 99;
    right: 5px;
    background-color: #C40C0C;

}

.back-to-instagram {
    position: fixed;
    bottom: 155px;
    z-index: 99;
    left: 15px;
}
.back-to-instagram:hover::before {
    content: "Instagram"; 
    position: absolute;
    top: 50%;
    left: 43px; 
    transform: translateY(-50%);
    background-color: #c73788;
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
}
.back-to-instagram img {
    width: 40px;
}

.back-to-youtube {
    width: 40px;
    position: fixed;
    bottom: 260px;
    z-index: 99;
    left: 18px;
}
.back-to-youtube:hover::before {
    content: "you tube"; 
    position: absolute;
    top: 50%;
    left: 43px; 
    transform: translateY(-50%);
    background-color: #ff0000;
    color: white;
    padding: 9px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 14px;
}


.back-to-youtube img {
    width: 40px;
}

.bg-icon {
    background-color: #ff6500;
}

/*********************************************** Page Css Add ******************************************************* */
#about .about-box img {
    margin-bottom: 20px;
    margin: 10px;
    float: right;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

#blog_section .blog_page {
    color: #000;
}

#blog_section .blog_page img {
    float: right;
    padding: 10px;
    margin: 5px;
    margin-bottom: 20px;
    width: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

#testimonials .testimonials_box_page {
    margin-bottom: 20px;
    min-height: 320px;
    border: 5px;
    border-radius: 20px;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

#testimonials .testimonials_box_page img {
    float: left;
    padding: 20px;
    width: 300px;
    height: 300px;
}

.address_contact {
    width: 100%;
    min-height: 150px;
    background-color: #FF8A08;
    color: #fff;
    align-items: center;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.address_contact span {
    font-size: 20px;
}

.address_contact_box {
    width: 100%;
    min-height: 150px;
    background-color: #FF8A08;
    color: #fff;
    align-items: center;
    text-align: center;
    padding: 50px;
    height: 100%;
}

#achievements .achievements-item {
    cursor: pointer;
    margin-bottom: 20px;
    padding: 10px;
    /* box-shadow: rgba(0, 0, 0,0.2) 1px 2px 5px 3px; */
}

#achievements .achievements_name {
    padding: 10px;
    background-color: #ff6500;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999 !important;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.gallery-item {
    cursor: pointer;
}

.gallery-image {
    padding: 3px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

/* new css*/
.payment_form_page {
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
}

#Footer_gallery img {
    width: 100px;
}

/* booking form facth */
.booking_home_box {
    box-shadow: rgba(0, 0, 0, 0.2) 1px 2px 5px 3px;
    margin-bottom: 20px;
}

.counter_box {
    width: 100%;
    position: relative;
    padding: 20px 5px;
    border: 2px solid #fff;
    min-height: 180px;
}

.counter_box:before {
    position: absolute;
    top: -2px;
    content: '';
    right: 0;
    width: 121px;
    height: 8px;
    background: #fff;
    transition: all 0.4s;
}

.counter_box:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 121px;
    height: 8px;
    background: #fff;
    transition: all 0.4s;
}

.counter_box:hover:before {
    left: 0;
    right: auto;
    /* Reset right to avoid conflict */
}

.counter_box:hover:after {
    right: 0;
    left: auto;
    /* Reset left to avoid conflict */
}

.cha_box {
    background: radial-gradient(circle, rgb(255 255 255) 50%, rgb(235 219 202) 100%);
    border: 3px solid #eee;
}

.cha_box:hover {
    border: 3px solid #C40C0C;
}

.evant {
    padding: 10px;
    border: 3px solid #fff;
}

.evant:hover {
    padding: 10px;
    border: 3px solid #eee;
}

.news_title {
    line-height: 1.9;
}

.post-title {
    line-height: 1.9;
}
/* new web */
.box.d-flex {
    background: #ebdbca;
    padding: 17px 0px 0px 18px;
    margin-bottom: 20px;
    min-height: 150px;
    text-align: justify;
}
.update_title {
    font-size: 23px;
    font-weight: 800;
   color: #d07006;
}
.number {
    font-size: 23px;
    font-weight: 500;
    color: #d07006;
}
.box-update {
    font-size: 18px;
    color: #000;
}
#update .date {
    color: #000;
}
#update .update_imgae img {
        position: absolute;
        width: 40px;
        bottom: 0;
      right: 0;  
}
.goog-te-gadget-simple {
    border-radius: 5px;
    padding: 5px !important;
    border:2px solid #cf8b3f !important;
}




/* // sunil  */
.Social-icons ul li {
    margin: 0px 0!important;
    position: relative;
}

 
#sticky-social {
    position: fixed;
    top: 40%;
    left: 0;
    z-index: 1000;
}

#sticky-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sticky-social ul li {
    margin: 10px 0;
    position: relative;
}

#sticky-social ul li a {
    display: flex;
    align-items: center;
    background-color: #333;
    color: white;
    width: 50px;
    padding: 10px 0;
    border-radius: 0 25px 25px 0;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

#sticky-social ul li a i {
    margin-left: 15px;
    font-size: 20px;
}

#sticky-social ul li a span {
    margin-left: 15px;
    opacity: 0;
    width: 0;
    color: white;
    transition: all 0.3s ease;
}

#sticky-social ul li a:hover {
    width: 200px;
}

#sticky-social ul li a:hover span {
    opacity: 1;
    width: auto;
}

/* Specific Colors for each Social Media on hover */
#sticky-social ul li:nth-child(1) a {
    background-color: #25D366; /* Whatsapp green */
}

#sticky-social ul li:nth-child(2) a {
    background-color: #3b5998; /* Facebook blue */
}

#sticky-social ul li:nth-child(3) a {
    background-color: #E4405F; /* Instagram pink */
}

#sticky-social ul li:nth-child(4) a {
    background-color: #FF0000; /* Youtube red */
}

#sticky-social ul li:nth-child(5) a {
    background-color: #1DA1F2; /* Twitter blue */
}

/* Change color to platform-specific color on hover */
#sticky-social ul li:nth-child(1) a:hover {
    background-color: #25D366; /* WhatsApp hover color */
}

#sticky-social ul li:nth-child(2) a:hover {
    background-color: #3b5998; /* Facebook hover color */
}

#sticky-social ul li:nth-child(3) a:hover {
    background-color: #E4405F; /* Instagram hover color */
}

#sticky-social ul li:nth-child(4) a:hover {
    background-color: #FF0000; /* YouTube hover color */
}

#sticky-social ul li:nth-child(5) a:hover {
    background-color: #1DA1F2; /* Twitter hover color */
}


 


