/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;500;600;700&display=swap');


body {
    margin: 0;
    padding: 0;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Lora', serif !important;
    background: white !important;
}


img {
    width: 100%;
}

/* Bootstrap Hack */

div:focus,
:focus {
    outline: none !important;
}

html {
    -webkit-text-size-adjust: none;
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scroll-behavior: smooth;
}

input[type="submit"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

:after,
*:before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    color: #555555 !important;
    background-color: white;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Lora', serif;
}

a {
    outline: none;
    text-decoration: none;
    /* color: #555; */
}

    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
    }

input,
textarea,
select {
    outline: none !important;
    resize: none !important;
    box-shadow: none !important;
}

#topbar {
    background: #fff;
    font-size: 14px;
    transition: all 0.5s;
    z-index: 1000;
}
/* header {
    background: #bc1818 !important;
} */
/* .navbar-nav {
    text-transform: uppercase;
} */
/* .navbar-nav .nav-item .nav-link {
    color:white !important;
} */

.bg_home {
    /* background-image: url("../image/sky.jpg"); */
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* filter: brightness(50%); */
    background-color: background-color #ff4e00;
    background-image: linear-gradient(315deg, #ff4e00 0%, #ec9f05 74%);
}

.siteinfo {
    background-image: url("../image/b1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white !important;
}

.b2 {
    background-image: url("../image/b2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.b3 {
    background-image: url("../image/red.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-sky {
    background-image: url("../image/sky.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg3 {
    background-image: url("../image/b3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

.siteinfo h3 {
    color: white !important;
    filter: brightness(100%);
}

.bg_home .info {
    color: white !important;
}

.rotate {
    animation: rotation 20s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: "Raleway", sans-serif;*/
    font-family: 'Lora', serif;
}

section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-title {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 0;
    font-weight: 600 !important;
    color: #bc1818 !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Lora', serif;
}

.section-bg {
    background-color: #f6f9fe;
}

.img100 {
    max-width: 100px;
}

#about .section-title {
    font-size: 50px;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-instagram {
    background: #cb2027;
    color: white;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

footer .fa {
    padding: 10px;
    /* font-size: 24px;
    width: 50px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    width: 40px;
}

#Contact .fa {
    padding: 10px;
    /* font-size: 24px;
    width: 50px; */
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    width: 40px;
}

.colwhite {
    color: white !important;
}

#Contact .info-box {
    color: #444444;
    /*text-align: center;*/
    box-shadow: 0 0 20px rgb(214 215 216 / 50%);
    padding: 20px 0 30px 0;
}

#Contact i {
    color: #bc1818 !important;
}

#Contact a {
    color: #bc1818 !important;
    white-space:nowrap;
}

.info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.info-box i {
    color: #871009;
    border-radius: 50%;
    border: 1px solid #bc1818;
}

/*@media screen and (min-width: 1100px) {
    .wiimg {
        width: 80% !important;
    }
}*/

@media screen and (max-width: 1024px) {
    .wiimg {
        width: 100% !important;
    }
}

#shantikarma .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #bc1818;
    font-size: 18px !important;
}

.nav-pills .nav-link {
    color: #bc1818;
    font-size: 18px !important;
}

.mxh {
    max-height: 315px !important;
    overflow-y: scroll !important;
}

.btn-or {
    background-color: #F28504;
    color: white;
    box-shadow: 0px 1px 11px;
}

.price {
    color: limegreen !important;
}

#b3model .modal-title {
    color: white !important;
}

#b3model .modal-body {
    color: white !important;
}

#b3model .close {
    color: white !important;
}

#b3model .btn-or {
    box-shadow: none !important;
}

table {
    width: 100%;
}

.f32 {
    font-size: 28px;
    color: #FFFF99 !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600 !important;
    color: #bc1818 !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Lora', serif;
    /*padding: 10px 0 10px 30px !important;*/
}

    .navbar-light .navbar-nav .nav-link:hover {
        background-color: #bc1818 !important;
        color: #fff !important;
        opacity: 1;
       
    }

/*.navbar-brand img {
    width: 300px !important;
}*/
.navbar-brand img {
    width: 360px !important;
}
/* .card-text {
    
} */
.card-deck .card-body {
    padding: 0.5rem !important;
    margin-top: 10px !important;
    background-color: #bc1818 !important;
    color: #fff !important;
    align-items: center;
    display: flex;
    justify-content: center;
    word-break: break-word;
}

.card-deck .card {
    border: 1px solid #bc1818;
}

.card-deck .card-text {
    font-size: 12px !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Lora', serif;
}

.card-deck .card-body a {
    color: #fff !important;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (max-width:1200px) {
    .navbar-brand img {
        width: 225px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Poppins', sans-serif !important;*/
    font-family: 'Lora', serif;
}

header {
    box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#shantikarma .tab-pane a {
    color: #bc1818 !important;
}



/****galary****/
.photo-gallery {
    color: #313437;
    background-color: #fff;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 40px;
        color: inherit;
    }

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
   
   /* .card-deck {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        grid-column-gap: 10px;
    }
    .card.is-visible {
        margin-bottom: 30px !important;
    }*/
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #bc1818 !important;
}
@media (min-width: 576px){
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
}
@media (min-width: 576px){
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
} 
.card-img, .card-img-bottom, .card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.footer[b-cx79ni33l9] {
    position: relative !important;
   
}
.form-group {
    margin-bottom: 1rem;
}
#accordion .card-header a {
    color: #fff !important;
    background-color: #bc1818 !important;
    font-size: 18px !important;
  
}

.mobileviewcolor {
    color: #bc1818 !important;
}

.downarrow {
    color: #bc1818;
}
.colorchange {
    background-color: #30363f !important;
    color: white !important;
}

.imgeborder {
    border: 1px solid #bc1818;
    padding: 10px;
    border-radius:3px;
}
.heightfix {
    height:50vh !important;
}

.ml3 {
    margin-left:10px;
}


#Contact .info-box {
   
    padding: 20px 0 10px 0 !important;
}

.bg-btn {
    background: #bc1818 !important;
    color: #fff !important;
    border: 1px solid #bc1818 !important;
}
#Contact i:hover {
    background: #bc1818 !important;
    color:#fff !important;
}
#flipbook .modal-content {
    background:none !important;
    border:none !important;
}
.fh5---banner---container {
    display:none !important;
}
#flipbook .modal-header {
    border-bottom: none !important;
}

#flipbook .modal-header .btn-close {
    opacity:1 !important;
}
#flipbook .btn-close {
    background-color: #fff !important;
}

.box__shadow {
    height: 321px;
    background: #fff;
    border-top-right-radius: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 14px 26px rgba(0,0,0,0.04);
    transition: all 0.3s ease-out;
    text-decoration: none;
    border: 1px solid gray !important;
    padding:20px;
}

.max__height {
    max-height:194px !important;
}
/*.color {
    background-color: brown;
    height: 21px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}*/

@media(max-width:991px){
    .ViewPadding {
        padding: 10px;
    }
}


.padding_10 .col-md-3 {
    padding:15px !important;
}
.minHeight {
    min-height:18vh;
}





/**********************************************/
/*Uses :before and :after for modern browsers */
/**********************************************/
.no-oldie .arrow_box {
   
    position: relative;
    background: brown;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    line-height: 60px;
    color: #ffffff;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .no-oldie .arrow_box::after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(66, 170, 225, 0);
        border-width: 30px;
        top: 50%;
        margin-top: -30px;
        border-left: 12px solid transparent;
        border-right: 30px solid white;
        right: 0;
    }

    .no-oldie .arrow_box::before {
        left: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(66, 170, 225, 0);
        border-left-color: #fff;
        border-width: 30px;
        top: 50%;
        margin-top: -30px;
    }

/***************************************/
/*Uses 2 extra span for older browsers */
/***************************************/

.oldie .arrow_box {
    float: left;
    background: #42aae1;
    width: auto;
    height: 60px;
    padding: 0 10px 0 40px;
    line-height: 60px;
    color: #ffffff;
    font-size: 48px;
}

.oldie .arrow {
    float: left;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    top: 48px;
    pointer-events: none;
    border-color: rgba(66, 170, 225, 0);
    border-width: 30px;
}

.oldie .after {
    border-left-color: #42aae1;
}

.oldie .before {
    border-left-color: #ffcc51;
}

.triangle-3 {
    width: 30px;
    height: 60px;
    border-left: solid 30px rgb(200,30,50);
    border-bottom: solid 30px transparent;
    border-top: solid 30px transparent;
}

.box.right:after {
    border-right: 20px solid #fff;
    border-bottom: 20px solid transparent;
    border-top: 20px solid transparent;
    bottom: 65px;
    right: 0px;
}

.box.left:before {
    border-left: 20px solid #2d1a0d;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: -20px;
    bottom: 65px;
}

.imgbox {
    border: 1px solid #bc1818 !important;
    border-radius:4px !important;
}
.imgbox img {
    border-radius:4px !important;
}
.mt6 {
    margin-top: 4rem !important;
}

@media (max-width: 900px) {
    #Certificate {
        background-image: url(../image/yellobg.jpg);
        background-repeat: inherit;
        background-size: cover;
        position: relative;
    }
} 
@media (min-width: 900px) {
    #Certificate {
        background-image: url(../image/yellobg.jpg);
        background-repeat: inherit;
        background-size: contain;
        position: relative;
    }
}
@media (max-width: 576px) {
    .mts_5 {
        margin-top:170px !important;
    }
}

.indexpaidhoroscope {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 8px 8px 0px 0px;
}

.whitebox-shadow {
    background-color: #fff;
    box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 1px hidden #fff;
}

.arrow_box:nth-of-type(even) {
    transform: translateX(-200%);
}

.arrow_box.show {
    transform: translateX(0);
}

#Shantikarma {
    background-image: url(../image/bgsky.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.text__white {
    color:white !important;
}
.GreenColor {
    background: #539e2b !important;
}

.PurpulColor {
    background: #6519be !important;
}

.DarkGreenColor {
    background: #245953 !important;
}

.OrangeColor {
    background: #fd7500 !important ;
}

.LightBlueColor {
    background: #6ca3cf !important;
}
.LightPinkColor {
    background: #F94C66 !important;
}
.PinkColor {
    background: #cf6797 !important;
}


/*animation element*/
.animation-element {
    opacity: 0;
}

    /*animation element sliding left*/
    .animation-element.slide-left {
        opacity: 0;
        transition: all 500ms linear;
        transform: translate3d(-100px, 0px, 0px);
    }

   .animation-element.slide-left.in-view {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

    .animation-element.slide-right {
        opacity: 0;
        transition: all 500ms linear;
        transform: translate3d(100px, 0, 0);
    }

        .animation-element.slide-right.in-view {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

    .animation-element.slide-up {
        opacity: 0;
        transition: all 500ms linear;
        transform: translate3d(0, 100px, 0);
    }

        .animation-element.slide-up.in-view {
            opacity: 1;
            transform: translate3d(0px, 0px, 0px);
        }

.pos {
    position: fixed;
    top: 0;
    left: 0;
}

/*.imgbox img {
    opacity: 0;
    transform: rotateY(50deg) rotateZ(5deg);
}*/

    .imgbox img.animate {
        opacity: 1;
        transform: rotateY(0deg) rotateZ(0deg);
        transition: all 0.5s ease-in;
    }



.cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(260px, 100%), 1fr));
    grid-template-rows: auto;
    gap: 1rem;
}

.card {
   opacity: 0;
    transition: all 0.2s ease-in-out 0.1s;
}

    .card.is-visible {
        opacity: 1;
    }

/*.navbar-brand img {
    width: 360px !important;
}*/



.navbar {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

@media (max-width: 991px){
    #Certificate {
        background: #ffd454 !important;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
    }

}

@media (min-width: 900px) {
    #Certificate {
        background-image: url(../image/yellobg.jpg);
        background-repeat: no-repeat !important;
        background-size: cover !important;
        position: relative;
    }
}
@media (max-width: 900px) {
    #Certificate {
        background-image: url(../image/yellobg.jpg);
        background-repeat: no-repeat !important;
        background-size: cover !important;
        position: relative;
    }
    #downloadBtn {
        position: absolute;
        right: 50px;
    }
   
}

.Mt-Lg-6 {
    margin-top: 6rem !important;
}
@media(max-width:991px) {
    .Mt-Lg-6{
        margin-top: 0px !important
    }
}
@media (max-width:767px) {
    .MobileViewMarging {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .Mt-Lg-6 {
       margin-bottom:20px !important;
    }
    .iframe-container iframe {
        height:450px !important;
    }
  
}
#video1 .col-md-4 {
    padding-bottom: 14px;
}

.iframe-container iframe {
    padding-bottom: 14px;
}
#instgrmVideo iframe {
    height: 90vh;
    width: 100%;
    border: 1px solid #ebebeb !important;
}
iframe body {
    height:100% !important;
}
.card-deck .card-text {
    font-size: 12px !important;
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: 'Lora', serif;
}
@media (max-width: 1000px) {


    #downloadBtn {
        position: absolute;
        right: 120px;
        top: 18px;
    }
}

@media (max-width:767px) {


    #downloadBtn {
        position: absolute;
        right: 58px;
        top: 18px;
    }
}
.navbar-toggler {
    padding: 2px 5px !important;
}
#downloadBtn {
    background: #bc1818 !important;
    border: #bc1818 !important;
}

.font10 {
    display:block;
    font-size:9px !important;
}


@media (min-width: 992px) {
    .col-lg-5-custom {
        flex: 0 0 20%; /* 20% width for 5 columns */
        max-width: 20%;
    }
}