:root {

    --white: #fff;

    --thecolor: #232f65;

    --themecolor2: #d33a47;

    --black: #222222;

    --hcolor: #08113a;

    --orange: #ed5e30;

}

.offsettop {

    margin-top: 79px;

}

a {

    transition: ease all 0.4s;

}

strong {

    font-weight: 800;

}

h1,
h2,
h3,
h4 {

    font-weight: 700;

    font-family: "Poppins", sans-serif;

}

h2 {
    font-size: 28px
}

.effects,img {

    transition: ease all 0.4s;

}

.effects:hover {

    scale: 1.1;

}

body {

    font-family: "DM Sans", sans-serif;

    font-size: 16px;

    font-weight: 400;

    color: #131313;

}

.headerapp-primary {

    position: fixed;

    width: 100%;

    top: 0;

    padding: 0 0 10px 0px;

    z-index: 12;

    transition: ease all 0.4s;

}

.headerapp-primary.sticky {

    background: rgb(255 255 255 / 77%);

    transform: translateY(-54px);

    backdrop-filter: blur(10px);

    box-shadow: 0px 0px 4px 0px #c5c0c0;

}

.headerapp .container {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.top_ {

    border-bottom: 1px solid rgb(204 204 204 / 11%);

    padding: 6px 0px;

}
.whatsaapp_btn { position: fixed; right: 6px;  bottom: 10px; z-index: 12;}
.whatsaapp_btn a{text-align: center;  background: #29a71a;  font-size: 31px;  color: #fff;
    width: 50px;  height: 50px;  border-radius: 100%;  display: flex;  justify-content: center;
    align-items: center; text-decoration: none; animation: pulse 2s infinite;}
.whatsaapp_btn a:hover {background: #19800d;}
.top_ .container {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.headerapp {

    padding: 9px 0px 0;

}

.lft {color:#fff;font-size: 14px;}

.lft p{ margin:0px}
.lft a {

    color: #fff;

    text-decoration: none
}

.lft a:hover {

    color: var(--orange)
}

.social_links2 a {

    color: #fff;

    font-size: 15px;

    margin: 0 9px 0 0;

    border: 1px solid var(--orange);

    padding: 0;

    border-radius: 100%;

    width: 31px;

    height: 31px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

    background: var(--orange);

}
#enquirenow .date_ { margin-top:-23px}
#enquirenow .date_  storng{ font-size:12px} 
.enqnow {

    position: fixed;

    right: 0;

    bottom: 40%;

    background: var(--orange);

    color: #fff;

    text-decoration: none;

    padding: 13px 7px;

    border-radius: 0 9px 9px 0;

    font-weight: 700;

    writing-mode: tb;

    transform: rotate(180deg);

    text-transform: uppercase;

    letter-spacing: 1px;

    font-size: 14px;

}

img {

    max-width: 100%;

}

.single_bg {

    background: url(../images/header-bg.jpg) no-repeat;

    background-size: cover;

    position: relative;

    min-height: 270px !important;

    background-attachment: fixed;

}

.breadcrumb_bx {

    background: #f1f1f1;

    padding: 10px 0px;

}

.breadcrumb_bx .breadcrumb {

    color: #6b6868;

    margin: 0
}

.breadcrumb_bx .breadcrumb a {

    color: #ed5e30;

    text-decoration: none;

}

.single_post h1 {

    font-size: 32px
}

.single_post .dts {

    margin-bottom: 25px;

    color: #7f7f7f;

    margin-top: 14px;

}

.single_bg:before {

    width: 100%;

    height: 100%;

    background: rgb(0 0 0 / 66%);

    content: '';

    position: absolute;

    left: 0;

    top: 0;

}

.headerapp .logo img {

    width: 220px;

    height: auto;

    filter: brightness(0) invert(1);

}

.sticky .headerapp .logo img {

    filter: initial;

}

.navigaiton ul {

    display: flex;

    list-style: none;

    gap: 14px;

    margin: 0;

    padding: 0;

}

.sticky .navigaiton ul>li>a {

    color: #292a30;

}

.navigaiton ul>li>a {

    color: #fff;

    text-decoration: none;

    font-size: 17px;

    padding: 29px 0px;

    font-weight: 600;

}

.navigaiton ul>li>a:hover {

    color: var(--orange)
}

.navigaiton ul>li {

    position: relative;

}

.navigaiton ul>li.current_page_item>a {

    color: var(--orange);

}

.navigaiton ul>li>ul {

    position: absolute;

    left: 0px;

    top: 50px;

    width: 250px;

    background: var(--thecolor);

    padding: 0;

    flex-wrap: wrap;

    z-index: 6;

    gap: 0;

    transform-origin: 50% 0;

    transform: scaleY(0) translateZ(0);

    opacity: 1;

    transition: transform .3s, opacity .3s;

}

.navigaiton ul>li>ul>li>ul {
    left: 208px;
    top: 0;
    transform-origin: 50% 0;

    transform: scaleY(0) translateZ(0);

    opacity: 0;

    transition: transform .3s, opacity .3s;
}

.navigaiton ul>li>ul:before {

    content: '';

    position: absolute;

    top: -5px;

    left: 20px;

    width: 10px;

    height: 10px;

    background-color: var(--thecolor);

    transform: rotate(45deg);

}

.navigaiton ul>li:hover>ul {

    opacity: 1;

    transform: scaleY(1) translateZ(0)
}

.navigaiton ul>li>ul>li {

    width: 100%;

}

.navigaiton ul>li>ul>li>a {

    text-transform: none;

    font-size: 14px;

    font-weight: 400;

    border-bottom: 1px solid #313f7c;

    display: block;

    padding: 8px 13px;

}

.sticky .navigaiton ul>li>ul>li>a {

    color: #fff;

}

.navigaiton ul>li>ul>li>a:hover {

    padding: 8px 18px
}

.hp-hero__container-mask {

    background: linear-gradient(5deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .41));

    bottom: 0;

    left: 0;

    position: absolute;

    right: 0;

    top: 0;

}

.bannersection {

    position: absolute;

    display: block;

    color: #fff;

    top: 50%;

    left: 0%;

    margin-right: 0%;

    transform: translate(0%, 0%);

    width: 100%;

}

.bannersection h1 {

    margin-bottom: 22px;

    color: #fff;

    text-transform: uppercase;

    font-size: 40px;

    font-family: 'DM Sans';

    font-weight: 1000;

}

.bannersection p {

    color: #fff; text-align:justify;

    font-weight: 500;

}

._btns {

    display: flex;

    gap: 10px;

    margin-top: 30px;

}

._btns a {

    display: inline-block;

    background: var(--thecolor);

    color: #fff;

    padding: 10px;

    border-radius: 3px;

    text-decoration: none;

    font-size: 20px;

    text-transform: uppercase;

    padding-left: 52px;

    position: relative;

    padding-right: 18px;

    line-height: 18px;

}
.leftsisecontent p{ text-align:justify}
._btns a i {

    position: absolute;

    left: 15px;

    font-size: 26px;

    top: 12px;

}

._btns a span {

    display: block;

    font-size: 12px;

    text-transform: capitalize;

}

._btns a:hover,
._btns a.active {

    background: var(--themecolor2);

}

.np {

    background: #dce2fa;

    display: inline-block;

    padding: 3px 10px;

    text-transform: uppercase;

    font-weight: 600;

    font-size: 13px;

    border-radius: 4px;

    margin-bottom: 16px;

}

.aboutpic {

    border-radius: 90px;

    width: 100%;

}

.blue_bg {

    background: url(../images/bg4.jpg) center top no-repeat;

    background-attachment: fixed;

}

.blue_bg .h2_heading h2 {

    color: #fff;

}
.figureimg img{
    border-radius: 20px;
    border: 1px solid #1e345e;
    padding: 9px;
    background: #ffffff;
}
.service_bx {

    margin: 10px 0px;

    background: #fff;

    border-radius: 10px;

    transition: ease all 0.4s;

    overflow: hidden;

}

.service_bx figure {

    margin: 0;

    height: 196px;

    overflow: hidden;

}

.service_bx figure img {

    height: 100%;

    width: 100%;

    object-fit: cover;

}

.ser_ing {

    padding: 15px 10px;

}

.ser_ing h3 {

    font-size: 22px;

    color: var(--thecolor);

    display: -webkit-box;

    text-overflow: ellipsis;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    overflow: hidden;

    height: 58px;

    line-height: 30px;

}

.ser_ing p {

    font-size: 16px;

}

.more_ a {

    text-decoration: none;

    border: 1px solid;

    display: block;

    padding: 7px 10px;

    border-radius: 5px;

    background: var(--thecolor);

    color: #fff;

    text-align: center;

    font-weight: 600;

}

.more_ a:hover {

    background: var(--hcolor);

}

.who_we .bx1 {

    background: #f9f4e8;

    width: 50%;

    height: 100%;

    left: 0;

    top: 0;

    content: '';

    position: absolute;

}
.viewmore{  text-align: center;  margin: 20px 0 0 0;}
.viewmore a{
    color: var(--orange);
    text-decoration: none;
    border: 1px solid;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 600;}
.viewmore a:hover{ background:var(--orange); color:#fff}
#html5lightbox-watermark{ display:none!important}
.gallery-card{  margin: 0 0 10px 0;  border: 1px solid #dddcdc; padding: 5px;}
.who_we .bx2 {

    background: url(../images/bg1.jpg) no-repeat;

    background-size: 100% 100%;

    width: 50%;

    height: 100%;

    right: 0;

    top: 0;

    content: '';

    position: absolute;

}

.who_we_content {

    position: relative;

    z-index: 1;

    padding: 20px 22px 20px 0;

}

.website_video {

    max-width: 100%;

    width: 100vw;

    height: 100%;

    -o-object-fit: cover;

    object-fit: cover;

    display: block;

}

.h2_heading h2 {

    font-size: 32px;

    font-weight: 700;

    color: var(--thecolor);

    margin-bottom: 31px;

}

.h2_heading h2 strong {

    font-weight: 200;

    color: var(--thecolor);

}
.rdcircle h3 { display: flex; gap: 10px; align-items: center;}
.rdcircle h3 strong{width: 35px; height: 35px; display: flex; align-items: center; justify-content: center;
    background: var(--orange); color: #fff!important; border-radius: 100%; font-weight: 800!important;}

.h2_heading2 h2 {

    font-size: 32px;

    font-weight: 700;

}

.h2_heading2 h2 strong {

    font-weight: 200;

}

.dhsm {

    box-shadow: 0px 0px 4px 0px #d2d2d2;
    background: #fff;

}

.dhsm figure {

    margin: 0;

    overflow: hidden;

    height: 150px;

}

.dhsm:hover figure img {

    scale: 1.1;

}

.dhsm a {

    text-decoration: none;

}

.dhsmin {

    padding: 20px;

}

.dhsmin h3 {

    font-size: 18px;

    font-weight: 600;

    color: var(--thecolor);

}

.dhsmin p {    color: #444;
    margin: 0;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;

}

.dhsm a:hover .dhsmin p {

    color: var(--thecolor);

}

.prices {

    margin-top: 12px;

    font-weight: 700;

    color: #262626;

    font-size: 18px;

}

.charter-list {

    background: #f2f2f2;

}

.cprd {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    flex-wrap: wrap;

    gap: 9px;

}

.cprd li {

    width: 49%;

    background: #fff;

    text-align: center;

    transition: ease all 0.4s;

    box-shadow: 0px 0px 4px 0px #e2dcdc;

    padding: 20px;

    display: flex;

    align-items: center;

    -webkit-transition: ease all 0.4s;

    -moz-transition: ease all 0.4s;

    -ms-transition: ease all 0.4s;

    -o-transition: ease all 0.4s;

}

.cprd li:hover {

    background: var(--thecolor);

}

.cprd li figure {

    margin: 0;

}

.cprd li figure img {

    background: var(--thecolor);

    margin: 0;

    padding: 16px;

    border-radius: 100%;

}

.cprd li h3 {

    font-size: 20px;

    font-weight: 500;

    width: 60%;

    margin: 0 0 0 21px;

    text-align: left;

}

.cprd li:hover h3 {

    color: #fff;

}

.web_list_slides figure {

    margin: 0;

    border: 1px solid #ccc;

}

.bandlogo .slick-slide>div {

    padding: 4px;

}

.slick-dots {

    display: flex;

    justify-content: center;

    list-style: none;

    margin-top: 20px;

}

.slick-dots button {

    text-indent: -9999px;

    height: 14px;

    width: 12px;

    margin: 3px;

    border-radius: 100%;

    border: 1px solid var(--thecolor);

    background: #fff;

}

.slick-dots .slick-active button {
    background: #000;
}

.post_bx {
    background: #fff;
    box-shadow: 0px 0px 4px 0px #d7d7d7;
    margin: 10px 0px;
    height: 95%;
}
.date_{ display: flex; gap: 1px;}
.date_ .form-input { width: 50%;}
.post_bx figure {

    margin: 0;

    position: relative;

}

.post_bx figure img {

    width: 100%
}

.post_bx figure .dts {

    position: absolute;

    left: 20px;

    bottom: 20px;

    background: var(--themecolor2);

    padding: 2px 11px;

    color: #fff;

    border-radius: 4px;

    font-weight: 500;

}

.post-content {

    padding: 20px;

}

.post-content h3 a {

    font-size: 17px;

    color: var(--thecolor);

    text-decoration: none;

    display: block
}

.post-content h3 a:hover {

    color: var(--orange)
}

.morebtn a:Hover {

    background: var(--thecolor);

    color: #fff;

    border: 1px solid var(--thecolor);

    ;

}

.fromthe_lab {

    background: linear-gradient(to left, #fff 40%, #f9f4e8 60%);

}

.lbsslides figure {

    margin: 0;

}

.lbsslides .lbs_content {

    background: #fff;

    padding: 20px;

}

.arrow_btn .slick-arrow {

    position: absolute;

    width: 20px;

    height: 20px;

    top: -50px;

    background: url(../images/arrow_btn.png) no-repeat;

    border: 0;

    text-indent: -9999px;

}

.arrow_btn .slick-arrow.slick-prev {

    right: 24px;

}

.arrow_btn .slick-arrow.slick-next {

    right: 0;

    background-position: -24px 0px;

}

.footerinfoarea {

    background: #141414;

    color: #efefef;

    font-size: 15px;

    font-weight: 500
}

.footerinfoarea h3 {
    font-size: 16px;

    color: #fff;

    font-weight: 600;

    margin-bottom: 21px;

    text-transform: uppercase;

}

.adrss h4 {

    font-size: 23px;

    font-weight: 400;

}

.addrss_list {

    list-style: none;

    padding: 0;

    margin: 0;

}

.addrss_list li {

    margin: 10px 0px;

    padding: 2px 2px 2px 40px;

}

.addrss_list li.icon1 {

    background: url(../images/address__.png) no-repeat;

}

.addrss_list li.icon2 {

    background: url(../images/phone.png) no-repeat;

}

.addrss_list li.icon3 {

    background: url(../images/email.png) no-repeat;

}

.addrss_list li a {

    color: #fff;

    text-decoration: none;

}

.grey {

    background: #f2f2f2
}

.quicklinks {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    flex-wrap: wrap;

}

.quicklinks li {

    margin: 2px 0px;

    width: 100%
}

.quicklinks li a {

    color: #ddd;

    text-decoration: none;

    border-top: 1px solid #262525;

    padding: 5px 1px;

    display: block;

}

.quicklinks li a:hover,
.social_links1 a:hover {

    color: var(--orange);

}

.social_links1 a {

    color: #fff;

    font-size: 19px;

    margin: 0 9px 0 0;

    border: 1px solid #fff;

    padding: 10px;

    border-radius: 100%;

    width: 40px;

    height: 40px;

    display: inline-flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

}

.copyright {

    text-align: center;

    margin-top: 25px;

    border-top: 1px solid #1b1a1a;

    padding-top: 20px;

    color: #ddd;

}

.form-input .textfield {

      width: 100%;
    height: 45px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    font-size: 15px;
    color: #111;
    border-radius: 5px;

}

.form-input .textfield:focus {

    outline: none;

}

.form-input {

    margin: 7px 0;

}

.form-input textarea.textfield {

    height: 130px;

}

.wpcf7-submit {

    background: var(--thecolor);

    color: #fff;

    padding: 10px 43px;

    border: 0;

    font-weight: 600;

    border-radius: 5px;

    border: 1px solid;

}

.sideenquiry .col-xl-6 {
    width: 100%
}

.sideenquiry .col-xl-6 p {
    margin: 0
}

.sideenquiry {
    margin: 30px 0;
    background: #fff4f0;
    padding: 20px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
}

#enquirenow h2 {

    font-size: 25px;

    font-weight: 600;

    color: var(--thecolor);

}

.side_sticky {

    position: fixed;

    right: 10px;

    top: 40%;

    z-index: 12;

    background: #fff;

    width: 64px;

    padding: 20px 12px;

    border-radius: 30px;

    border: 1px solid #cfc7c7;

}

.side_sticky a {

    text-align: center;

    background: #29a71a;

    position: relative;

    color: #fff;

    border: 0;

    width: 40px;

    height: 40px;

    border-radius: 100%;

    font-size: 23px;

    margin: 3px 0;

    display: flex;

    justify-content: center;

    align-items: center;

    text-decoration: none;

}

.side_sticky a.phn {

    background: var(--thecolor);

}

.side_sticky a.wts {

    background: #29a71a;

}

.banner_section {

    min-height:490px;

    display: flex;

    align-items: flex-end;

}

.banner_section .innerdiv {
    text-align: left;
    margin-bottom:80px;
    max-width: 580px;

}

.banner_section .innerdiv h1 {

    color: #fff;

    text-transform: uppercase;

    font-size: 40px;


    margin: 0 auto 20px;

}

.breadcrumbs {

    display: inline-block;

    background: var(--orange);

    color: #fff;

    padding: 3px 25px;

    border-radius: 30px;

    font-size: 14px;

}

.breadcrumbs a {

    color: #fff;

    text-decoration: none
}

.sbs_page h2 {
    font-size: 25px;

    font-weight: 700;

    padding-bottom: 11px;

    text-transform: uppercase;

}



.sbs_page h3 {
    font-size: 20px;

    font-weight: 700;
    color: var(--orange);

    padding-bottom: 11px;

}

.sbs_page ul li {
    margin: 0px 0px
}

.sbs_page ul {
    padding: 0 0 0 20px
}

.sbs_page h2 strong {

    color: var(--orange);

    font-weight: 300;

}

.sbs_page p {    text-align: justify;
    line-height: 23px;
    font-weight: 400;
}

.single_bg .container {

    position: relative;

    z-index: 1
}

.banner_section.single_bg .innerdiv h1 {

    max-width: 710px;

    margin: 0 0 10px 0
}

.banner_section.single_bg .innerdiv {

    text-align: left;

}

.single_bg .breadcrumbs {

    background: none;

    padding: 0;

}



.service_items {

    display: flex;

    list-style: none;

    padding: 0;

    margin: 0 0 30px 0;
    flex-wrap: wrap;

    gap: 10px;

}

.service_items li {    width: 32.333%;
    border: 1px solid #c2cfe9;
    padding: 20px!important;
    text-align: center!important;
    border-radius: 10px;
    background: #eff1fa;
}

.service_items li strong {
    display: block;

    font-size: 19px;

    color: var(--orange);

    margin-bottom: 8px;

    line-height: 21px;

}



.single_bg .dts {

    color: var(--orange);

    font-size: 15px;

    font-weight: 600;

    margin-bottom: 12px;

}

.single_post .post-thumbnail {

    width: 100%;

    overflow: hidden;

    margin-bottom: 28px;

}

.single_post .post-thumbnail img {

    height: 100%;

}

.single_post h2 {

    font-size: 26px;

    font-weight: 700;

    margin-bottom: 13px;

    color: var(--thecolor);

}

.single_post h3 {

    font-size: 22px;

    font-weight: 700;

    margin-bottom: 13px;

    color: #111;

}

.single_post h4 {

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 13px;

    color: #111;

}

.single_post h2 strong,
.single_post h2 b,
.single_post h3 strong,
.single_post h3 b,
.single_post h4 strong,
.single_post h4 b {

    font-weight: 700;

}

.single_post .site-main {

    border-right: 1px solid #eeeeee;

    padding-right: 30px;

    padding-bottom: 30px;

}

.sidebar_app .wp-block-search__label {

    display: none;

}

.sidebar_app .widget_search {

    margin-bottom: 30px;

}

.single_post .sidebar_app h2 {

    font-size: 20px;

}

.single_post .sidebar_app ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.single_post .sidebar_app ul li {

    border-bottom: 1px solid #ccc;

    padding: 7px 0px;

}

.single_post .sidebar_app ul li a {

    color: #203160;

    font-size: 15px;

    display: inline-block;

    text-decoration: none;

    font-weight:600;

}

.single_post .sidebar_app ul li a:hover {

    color: var(--orange);

}

.single_post .site-main ul,
.single_post .site-main ol {

    padding: 0 0 0 20px;

}

.single_post .site-main ul li,
.single_post .site-main ol li {

    margin: 10px 0px;

}

.blodpost {

    background: #f2f2f2;

    padding: 30px 0px;

}

.single_post figure img {

    width: 100%
}

.single_post p {

    text-align: justify;

    line-height: 27px;

}

.abouthead h2 {

    font-size: 32px;

    color: var(--thecolor);

    margin-bottom: 20px;

}

.abscalls {

    background: var(--thecolor);

    padding: 20px 30px;

    color: #fff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    border-radius: 10px;

    margin-bottom: 20px;

    border-left: 8px solid var(--orange)
}

.abscalls h3 {

    font-size: 26px;

}

.ph_s a {

    color: #fff;

    text-decoration: none;

    font-size: 17px;

}

.booknow a {

    background: #fff;

    text-decoration: none;

    padding: 10px 20px 11px;

    color: #111;

    border-radius: 4px;

    font-weight: 600;

}

.booknow a:hover {

    background: var(--themecolor2);

    color: #fff;

}

.listd {

    list-style: none;

    padding: 0;

    display: flex;

    justify-content: flex-start;

    gap: 19px;

    font-weight: 700;

}

.listd li {

    background: url(../images/tickmark.png) no-repeat 0px 3px;

    padding-left: 23px;

    background-size: 16px;

}

.wts {

    background: #fff;

    padding: 25px;

    margin: 10px 0px;

    transition: ease all 0.4s;

    border-radius: 5px;
    height: 95%;

    box-shadow: 0px 0px 4px 0px #e0e0e0;

}

.wts h3 {

    font-size: 22px;

}
.list2{ display: flex; flex-wrap: wrap;  gap: 10px;}
.list2 li{ width:48%}
.numt {

    font-weight: 900;

    font-size: 64px;

    color: #c7c7c7;

}

.wts:hover {

    background: url(../images/bg2_1.jpg) no-repeat;

    color: #fff;

}

.pilgrimage h2,
.PilgrimageDestinations h2 {
    font-size: 28px
}

.pilgrimage h2 strong {
    font-weight: 300;
    color: var(--orange)
}

.PilgrimageDestinations {
    background: url(../images/bg23.jpg) no-repeat;

    background-size: cover;
    position: relative;

    background-attachment: fixed
}

.PilgrimageDestinations:before {
    width: 100%;

    height: 100%;

    background: rgb(32 51 91 / 89%);

    content: '';

    position: absolute;

    left: 0;

    top: 0px;
}

.PilgrimageDestinations .container {
    position: relative;

    z-index: 1;

    color: #fff;
}



.PilgrimageDestinations h3 {

    font-size: 20px;

    font-weight: 600;

    margin-top: 30px;

    margin-bottom: 20px;

    color: var(--orange);

    border-left: 4px solid #ed5e30;

    padding-left: 15px;

}



.PilgrimageDestinations ul {
    list-style: none;
    padding: 0px;
}

.PilgrimageDestinations ul li {
    background: url(../images/tickark1.png) no-repeat 0px 6px;

    padding-left: 20px;

    background-size: 14px;

    margin: 10px 0px;
}

.PilgrimageDestinations ul li strong {
    font-weight: 800
}



.dssd ul {
    list-style: none;

    padding: 0px;

    gap: 10px;

    display: flex;

    margin-bottom: 25px;

    width: 100%;

    flex-wrap: wrap;
}

.dssd ul li {
    background: #ffe5dd url(../images/tickark2.png) no-repeat 20px 17px;

    background-size: 14px;

    margin: 0px 0px;

    width: 49%;

    border: 1px solid #ffe8e1;

    padding: 12px 12px 12px 44px;

    color: #292929;

    border-radius: 6px;
}

.dssd h2 {
    font-size: 25px;
}

.dssd h3 {
    font-size: 22px;
    color: var(--orange)
}

.dssd h2 strong {
    font-weight: 200;
    color: var(--orange)
}

._contact_s {

    background: #bf050b;

    text-align: center;

    color: #fff;

}
.leftsisecontent ol li,.leftsisecontent ul li{ padding:5px 0px;text-align: justify;}

._contact_s a {
    color: #fff;

    text-decoration: none;

    border: 1px solid #cb272d;

    padding: 10px 30px;

    display: inline-block;

    background: #930307;

    font-weight: 800;

    border-radius: 4px;

    margin: 0 2px;

    font-size: 17px;
}

._contact_s a:hover {
    background: #fff;
    color: #bf050b
}



.accordion-body {

    display: none;

    padding: 10px;

    border: 0;

}

.accordion-header {

    cursor: pointer;

    padding: 19px 25px;

    background: #fcfcfc;

    border: 1px solid #eee;

    font-size: 17px;

    font-weight: 600;

    border-radius: 30px;

    margin-bottom: 12px;

}

.accordion-header.active {
    background: #ffe6dd;
    color: #912400;
}

.overlayer {
    position: relative
}

.overlayer:before {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.overlayer .container {
    position: relative;
    z-index: 1
}

.sidebar_box {
    padding: 30px 0 0 20px;
}

.sidebar_box h2 {
    font-size: 25px;
    color: var(--thecolor);
    margin-bottom: 12px;
}

.cmspage h3{ font-size: 21px; color: var(--themecolor2);}
.cmspage h2{ font-size: 27px;}

.sidebar_box ul {
    margin: 0px;
    padding: 0px;
    list-style: none
}

.sidebar_box ul li a {
    display: block;

    color: #111;

    position: relative;

    text-decoration: none;

    border-bottom: 1px solid #e1e1e1;

    padding: 5px 0px;

    font-weight: 600;
}

.sidebar_box ul li a:hover {
    color: var(--orange);
    padding-left: 10px
}

.leftsisecontent {
    border-right: 1px solid #ccc;
    padding-right: 30px;
    padding-bottom: 30px
}

.leftsisecontent h2 {
    font-size: 25px;
    color: var(--thecolor);
    margin-bottom: 20px;
    margin-top: 30px;
}

.leftsisecontent h3 {
    font-size: 20px;
    color:#111;
    margin-bottom: 10px;
}

.leftsisecontent h2 strong,
.leftsisecontent h3 strong {
    font-weight: 300;
    color: var(--orange)
}

.leftsisecontent .nav-tabs .nav-link {
    border: 1px solid #111;

    color: #111;

    text-align: center;

    border-radius: 30px;

    font-weight: 600;

    background: #f2f2f2;
}

.leftsisecontent .nav-tabs .nav-link.active {
    background: var(--orange);
    color: #fff;
    border: 1px solid var(--orange)
}

.leftsisecontent .nav-tabs {
    border: 0px;
    display: flex;
    gap: 10px;
}

.leftsisecontent .nav-tabs li {
    width: 49%
}

.our_mission ul li {
    margin: 6px 0px
}

.img_style img {
    border-radius: 10px;
    border: 2px solid #ccc;
    padding: 7px;
}
.btns____ .slick-arrow {
    width: 45px;
    height: 45px;
    padding: 7px;
    cursor: pointer;
    border-radius: 30px;
    background: #fff;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    transition: ease all 0.4s;
}
.btns____ svg {
    stroke: #484848;
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    fill: none;
}
.btns____{display: flex; justify-content: center;}
.btns____ .slick-arrow:hover{background: #f2f2f2;}
.btns____ .r2  svg{margin-left: 2px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);}
.slides_ .slick-slide >div{ padding:0 8px 22px;}
.contactfpr h3{
    font-size: 23px;
    text-transform: uppercase;
    color: var(--orange);
}
.contact_address_sidebar p a{ color: #111; text-decoration: none;}
.contact_address_sidebar p a:hover{ color: var(--orange);}
  @-webkit-keyframes pulse {

            0% {-webkit-box-shadow: 0 0 0 0 rgba(35, 32, 68, .6)}

            70% {-webkit-box-shadow: 0 0 0 15px rgba(35, 32, 68, 0)}

            100% {-webkit-box-shadow: 0 0 0 0 rgba(35, 32, 68, 0)}

          }

          @keyframes pulse {

            0% {-moz-box-shadow: 0 0 0 0 rgba(35, 32, 68, .6);box-shadow: 0 0 0 0 rgba(35, 32, 68, .6)}

            70% {-moz-box-shadow: 0 0 0 15px rgba(35, 32, 68, 0);box-shadow: 0 0 0 15px rgba(35, 32, 68, 0)}

            100% {-moz-box-shadow: 0 0 0 0 rgba(35, 32, 68, 0);box-shadow: 0 0 0 0 rgba(35, 32, 68, 0)}

          }

.testmonial_wraps  .slick-slide >div{ padding:0 16px;}

.web_slides{background: #fff;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 0 0px 150px;
    position: relative;}

    .web_slides:before,
    .web_slides:after{
        content: "";
        border-top: 40px solid #fff;
        border-right: 142px solid transparent;
        position: absolute;
        bottom: -40px;
        left: 0;
    }
    .web_slides:after{
        border-right: none;
        border-left: 142px solid transparent;
        left: auto;
        right: 0;
    }
    .web_slides .icon{
        display: inline-block;
        font-size: 80px;
        color: #c70003;
        margin-bottom: 20px;
        opacity: 0.6;
    }
    .web_slides .ts_info{
         font-size: 17px;
    color: #232121;
    margin-bottom: 30px;
    opacity: 0.8;
    text-align: center;
    }
    .test_bsr{
        width: 100%;
        position: absolute;
        left: 0;
    }
    .test_bsr figure {
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: 0 0 2px 2px #daad86;
        overflow: hidden;
        z-index: 1;
        position: relative;
    }
    .test_bsr figure img{
       width: 120px;
    height: 120px;
    }
    .test_bsr h3{
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        text-transform: capitalize;
        margin: 0 0 5px 0;
    }
    .test_bsr .palce{
        display: block;
        font-size: 16px;
        color: #fff;
    }






@media screen and (max-width:767px) {
	.cprd li{ width:100%}
.socialmedia,._btns,.bannersection p,.top_{ display:none} 
.bannersection h1 { margin-bottom: 0; font-size: 24px;}
    .tpwrap ul {

        display: none;

    }

    .banner-text h2 {

        font-size: 17px;

        font-weight: 300;

    }

    .who_we .bx2,
    .who_we .bx1 {

        display: none;

    }

    .who_we {

        height: auto;

        background: #f9f4e8;

    }

    .who_we_slide {

        padding: 25px;

        background: var(--thecolor);

    }

    .more-app-info {

        padding: 0px 15px;

    }

    .info-bx {

        width: 100%;

        position: relative;

        margin: 10px 0px;

    }

    .info-border h2 {

        font-size: 27px;

    }

    .h2_heading h2 {

        font-size: 25px;

    }

    .fertiwrap {

        margin-bottom: 27px;

    }

    .banner-text {

        position: absolute;

        top: 31px;

        left: 56px;

        color: #fff;

        width: 83%;

    }

    .more_btn {

        margin-top: 10px;

    }

    .more_btn a {

        border: 1px solid;

        text-decoration: none;

        padding: 2px 12px;

        display: inline-block;

        font-size: 12px;

        background: #fff;

        color: var(--thecolor);

        font-weight: 600;

    }

    .aboutsection ul li {

        padding: 21px 6px;

        font-size: 12px;

        font-weight: 600;

    }

    .aboutsection ul li strong {

        font-size: 33px;

        font-weight: 700;

    }

    .aboutsection.py-5 {

        padding-top: 2rem !important;

        padding-bottom: 1rem !important;

    }

    .h2_heading2 h2 {

        font-size: 24px;

    }

    .pt-5 {

        padding-top: 2rem !important;

    }

    .mb_30 {

        margin-bottom: 30px;

    }

    .who_we_content {

        padding: 20px 0 0;

    }

    ul,
    ol {

        padding: 0;

        margin: 0;

    }

    .py-5 {

        padding-top: 2rem !important;

        padding-bottom: 2rem !important;

    }

    .quicklinks {

        margin: 0 0 20px 0;

    }

    .headerapp .logo img {

        width:247px;

    }
.headerapp-primary.sticky { transform: translateY(0px);}
.mean-container a.meanmenu-reveal{ top:-3px}
.mean-container a.meanmenu-reveal span{ background:#fff}
 .mean-container a.meanmenu-reveal >span:before,.mean-container a.meanmenu-reveal >span:after{ background:#fff}
.sticky  .mean-container a.meanmenu-reveal span{ background:#111}
.sticky  .mean-container a.meanmenu-reveal >span:before,.sticky  .mean-container a.meanmenu-reveal >span:after{ background:#111}
    .offsettop {

        margin-top: 82px;

    }

}