@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700&display=swap');


h1,h2,h3,h4,h5,h6{
    font-family: 'Unbounded', sans-serif !important;
}

p{
    font-family: 'Mulish', sans-serif !important;
}


@media (min-width: 1200px){
    .container {
    width: 1250px;
    }

}


.home-bg-image {
    width: 100%;
    height: 115vh;
    position: fixed;
    background-size: cover;
    background-image: url(../img/gal/2.jpg);
    background-position: center;
}

@media (max-width: 767px){
    .home-bg-image{
        background-position: left;
    }
}


#myVideo {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content {
    position: relative;
    bottom: 0;
    left: 100px;
    background: rgb(4 9 30 / 50%);
    color: #f1f1f1;
    width: calc(100% - 100px);
}

@media (max-width: 1480px) {
    #myVideo {
        width: 100%;
    }
    .content {
        width: 100%;
        left: 0;
    }
    h3.vr{
      display: none;
    }
}


@media (max-width: 767.98px){
    #myVideo{
        width: 100%;
/*        height: 80vh;*/
    }
    .content {
        height: 70vh;
    }
    .content .slider-text .text{
      height: 80vh;
    }
}





.features-top-area{
    position: relative;
    background-color: #fff;
}
.section_bg {
    position: relative;
    background-color: #000;
}

.welcome-text .logo {
    width: 140px !important;
    height: 140px;
    margin-bottom: 20px;
}



.s-home {
    width: 100%;
    height: 100%;
    min-height: 760px;
    background-color: transparent;
    position: relative;
    display: table;
}

.s-home::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
    background-color: #000000;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(to right, black 0%, black 20%, transparent 100%);
}

 

ul#nav li.active > a:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff0000;
    left: 5px;
    top: 48px;
    display: none;
}

 
.is-sticky ul#nav li.active > a:before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff0000;
    left: 5px;
    top: 28px;
    display: none;
}


.welcome-text h1 {
    font-family: 'Unbounded', sans-serif;
    font-size: 9rem;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 0;
    color: #ffffff;
}

@media only screen and (max-width: 1199.98px){
ul#nav li.active > a:before, .is-sticky ul#nav li.active > a:before{
    display: none;
}
}


@media only screen and (max-width: 1600px){
    .home-content h1 {
    font-size: 8.5rem;
    }
}


@media only screen and (max-width: 1500px){
    .welcome-text h1 {
    font-size: 8rem;
    }
}


@media only screen and (max-width: 1400px){
    .welcome-text h1 {
    font-size: 7.8rem;
    }
}


@media only screen and (max-width: 1200px){
    .welcome-text h1 {
    font-size: 7rem;
    }
}


@media only screen and (max-width: 900px){
    .welcome-text h1 {
    font-size: 7rem;
    }
}

@media only screen and (max-width: 800px){
    .welcome-text h1 {
    font-size: 6.5rem;
    }
}


@media only screen and (max-width: 700px){
    .welcome-text h1 {
    font-size: 5.5rem;
    }
}


@media only screen and (max-width: 600px){
    .welcome-text h1{
    font-size: 5.4rem;
    }
}


@media only screen and (max-width: 500px){
    .welcome-text h1 {
    font-size: 5rem;
    }
}


@media only screen and (max-width: 450px){
    .welcome-texth1 {
    font-size: 4.6rem;
    }
}

@media only screen and (max-width: 400px){
    .welcome-text h1 {
    font-size: 4.2rem;
    }
}













.home-content p {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.321;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 2.4rem;
    padding-left: 10rem;
    position: relative;
    letter-spacing: -1px;
}


.home-content p::before {
    content: "";
    display: block;
    width: 6.5rem;
    height: 1px;
    background-color: #ff0000;
    position: absolute;
    left: 6px;
    top: 2.9rem;
}


@media only screen and (max-width: 700px){
    .home-content p {
    font-size: 2.2rem;
    padding-right: 0;
    }
}


@media only screen and (max-width: 600px){
    .home-content p {
    padding-top: 3rem;
    padding-left: 0;
    }
}

@media only screen and (max-width: 500px){
    .home-content p {
    padding-top: 2.8rem;
    }
}


@media only screen and (max-width: 450px){
    .home-content p {
    padding-top: 2.4rem;
    }
}


@media only screen and (max-width: 400px){
    .home-content p {
    padding-top: 2.1rem;
    }
}


@media only screen and (max-width: 1400px){
    .home-content p::before {
    top: 2.4rem;
    }
}


@media only screen and (max-width: 1200px){
    .home-content p::before {
    width: 5.5rem;
    top: 1.8rem;
    }
}


@media only screen and (max-width: 700px){
    .home-content p::before  {
    top: 1.6rem;
    }
}



@media only screen and (max-width: 600px){
    .home-content p::before  {
    left: 0;
    top: 0;
    }
}



@media screen and (max-width: 1199px) and (min-width: 991px){
    .home-content p br{
        display: none;
    }
}


@media only screen and (max-width: 991.98px){
    .navbar-header{
        display: none;
    }
    .stellarnav.mobile.active{
        padding-bottom: 20px;
    }
}


@media only screen and (max-width: 900px){
    .navbar {
    min-height: 80px;
    border: 1px solid transparent;
    }
}


.agni-mail-text p {
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 2rem;
    letter-spacing: -1px;
}




.home-social {
    font-family: 'Mulish', sans-serif;
    list-style: none;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 5.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-social li {
    position: relative;
    padding: 0.9rem 0;
}

.home-social a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.home-social li a {
    display: block;
    width: 33px;
    height: 33px;
}

.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    display: flex;
    justify-content: center;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}

.home-social span {
    position: absolute;
    top: 10px;
    line-height: 33px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


.home-social span {
    color: #fff;
    right: 4.5rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}



@media only screen and (max-width: 700px){
    .home-social {
    right: 4rem;
    }
}


@media only screen and (max-width: 600px){
    .home-social {
    right: 2rem;
    }
}

@media only screen and (max-width: 500px){
    .home-social {
    display: none;
    }
}

@media only screen and (max-width: 600px){
    .home-social i {
    font-size: 17px;
    border: none;
    }
}






.s-about2 {
    position: relative;
/*    background-image: url(../img/ab-bg.jpg);*/
background-color: #ffffff;
    background-size: cover;
    background-position: center;
    padding-bottom: 20rem;
    padding-top: 20rem;
}

.display-1-about {
    font-family: 'Unbounded', sans-serif;
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #000000;
    letter-spacing: -0.03rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.area-title h2{
    color: #efefef;
}

.subhead {
     font-family: 'Mulish', sans-serif !important;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.3125;
    text-transform: uppercase;
    letter-spacing: 0.25rem;
    color: #545454;
    margin-top: 0;
    margin-bottom: 2.1rem;
}

.subhead::before {
    content: "/ ";
}

.subhead::after {
    margin-left: 5px;
    content: "/ ";
}

.benefits-listing{
    display: flex;
    margin-top: 40px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.ul-check li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-size: 2rem;
    color: rgb(46 46 46 / 90%);
    font-family: 'Mulish', sans-serif !important;
}

.ul-check li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #ff0000;
    left: -15px;
    bottom: 10px;
    border-radius: 10px;
}

@media only screen and (max-width: 991.98px){
    .ul-check li {
        padding-left: 5px;
    }
    .ul-check li:before{
        left: -10px;
    }
    .s-about2{
        padding-bottom: 10rem;
        padding-top: 10rem;
    }
}

.paddingleft{
    padding-left: 35px;
}


@media only screen and (max-width: 800px){
    .display-1-about {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
    }
}


@media only screen and (max-width: 700px){
    .display-1-about {
    font-size: 3.5rem;
    }
}


@media only screen and (max-width: 600px){
    .display-1-about {
    font-size: 3.5rem;
    }   
}


@media only screen and (max-width: 500px){
    .display-1-about {
    font-size: 3.3rem;
    }
}

@media only screen and (max-width: 400px){
    .display-1-about {
    font-size: 3rem;
    }
}

.s-about2 .about-person {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.821;
    color: rgb(46 46 46 / 90%);
    position: relative;
    letter-spacing: -1px;
}

.padding25{
    padding: 25px;
}
.blog-details h3{
    color: #fff;
    font-weight: 400;
}
.single-blog-item:hover .blog-details h3{
    color: #fff;
}
.single-blog-item:hover .blog-details{
    background-color: #1010104f;
}
.blog-details h3 {
    line-height: 1.3;
    margin-bottom: 10px !important;
}
.mt10 {
    margin-top: 10px;
}


.area-title-left {
    letter-spacing: -0.03rem;
    font-weight: 400;
    color: #fff;
    font-size: 45px;
    line-height: 1.3;
    margin-bottom: 30px;
    text-transform: capitalize;
}

@media only screen and (max-width: 500px){
    .area-title-left{
        font-size: 40px;
    }
    
}



.kalari-marma-bg-lg img{
    border-radius: 8px;
    width: 100%;
}

.kalari-marma-bg{
    margin-bottom: 35px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.kalari-marma-bg img{
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    transition: 0.3s;
    filter: brightness(0.6);
}

.kalari-marma-bg:hover img{
    transform: scale(1.2);
    filter: brightness(1);
}

.section-padding-2{
    padding: 0px 0px 50px 0px;
}

@media only screen and (max-width: 767px){
    .md-mt-5{
        margin-top: 40px;
    }
}

.area-title h4 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.area-title h4 {
    color: #efefef;
}

@media only screen and (max-width: 767px){
    .area-title h4 {
    font-size: 22px;
    }   
    .section-padding-2{
        padding: 0px 0px 0px 0px;
    }
}













.flex_row{
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}
.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}
.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}





/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}






.de_head_section{
    color: #efefef;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.contact-area-bottom-text{
    margin-bottom: 30px !important;
}


.reservations {
    display: flex;
    align-items: center;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.reservations .icon {
    position: relative;
    top: 3px;
}
.reservations .text {
    margin-left: 10px;
}
.reservations .text p {
    font-size: 17px;
    margin-bottom: 8px;
    color: #afafaf;
}

.reservations .text a {
    font-size: 17px;
    color: #626262;
    letter-spacing: -1px;
    font-family: 'Mulish', sans-serif !important;
}































.text-primary {
    color: #ff0000;
}

.bottom-footer {
    text-align: center;
    padding: 16px 15px 19px;
}

.footer-instruction-list {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer-instruction-link {
    font-family: 'Mulish', sans-serif !important;
    color: rgb(255 255 255 / 40%);
    margin-right: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 14px;
    text-decoration: none;
    transition: color .3s;
    display: inline-block;
}

.footer-instruction-link.last-child {
    margin-right: 0;
}

.footer-author-block {
    /* border-right: 1px solid rgba(255, 255, 255, .1); */
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
}

.footer-author-text {
    font-family: 'Mulish', sans-serif !important;
    color: rgb(255 255 255 / 40%);
    font-size: 13px;
    line-height: 24px;
}

.footer-author-link {
    font-size: 13px;
    font-weight: 500;
    color: rgb(255 255 255 / 40%);
    text-decoration: none;
    transition: color .3s;
    position: relative;
    margin-left: 1rem;
}

.footer-author-link:before{
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 60%);
    left: -7px;
    top: 50%;

}






/*New About Us*/
.ftco-section {
    padding: 6em 0;
    position: relative;
    background-color: #ffffff;
/*    #080608*/
}


@media (max-width: 768px){
    .ftco-section{
        padding-top: 0em;
        padding-bottom: 1em;
    }
}

/*.ftco-no-pt {
    padding-top: 0 !important;
}

.ftco-no-pb {
    padding-bottom: 0 !important;
}*/

.img-2 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 70vh;
    border-radius: 4px;
}

.pt-5, .py-5 {
    padding-top: 5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px){
    .p-md-5 {
        padding: 3rem !important;
    }
}

@media (min-width: 768px){
    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }
}

@media (min-width: 768px){
    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }
}

@media (min-width: 768px){
    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }
}


@media (min-width: 992px){
    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }
}

@media (min-width: 768px){
    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }
}

.heading-section .subheading {
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #202020;
}

.services-wrap .media-body p {
/*    color: #5d5e8d;*/
    color: #404046;
    font-weight: 400;
    opacity: 0.9;
    font-size: 16px;
}


.services-wrap {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.padding-bottom{
    padding-bottom: 50px;
}

.section-padding2{
    padding-top: 0px;
    padding-bottom: 0px;
}



.ftco-section {
    padding: 8em 0;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background: #000000;
/*    border-top: 1px solid #ffffff14;*/
}


.syllabus-img-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.ftco-appointment {
    background-position: center center !important;
    position: relative;
    background-attachment: fixed;
    z-index: 0;
}

.ftco-appointment .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: .89;
    background: #000000;
    z-index: -1;
}


.about-mvt h3 {
    color: #fff;
    font-weight: 400;
}
 

.course-area {
    border-top: 1px solid #ffffff14;
    position: relative;
    border-bottom: 1px solid #ffffff14;
}

.services-3 {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    column-gap: 10px;
}

.services-3 .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
}

.services-3 .text {
    width: calc(100% - 90px);
}

.services-3 .text h2 {
    font-size: 20px ;
    font-weight: 400;
    margin-bottom: 8px;
    color: #d9d9d9;
}

.heading-section h2 {
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: -0.03rem;
    color: #ffffff;
}

@media only screen and (max-width: 767px){
    .heading-section h2 {
        font-size: 22px;
    }
}


.row-align{
    display: flex;
}

.side-section-align{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.service-grid {
    position: relative;
    background-color: #0c0c0c61;
    padding: 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
}

@media (max-width: 992px){
    .margin-top-small{
        margin-top: 30px;
    }
}


@media (min-width: 992px){
    .service-grid {
        height: 200px;
    }
}

.service-grid_overlay {
    content: "";
    position: absolute;
    inset: 0;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    filter: brightness(0.2);
}

.background-image  {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.service-grid:hover .service-grid_overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.service-grid .service-grid-content h3{
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.3px;
}



.service-grid:hover .service-grid .service-grid-content p{
    color: #fff !important;
}



.section-padding100{
    padding-top: 100px;
}


.top-title h4{
    color: #efefef;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: -0.03rem;
}

@media only screen and (max-width: 767px){
    .top-title h3{
        display: none;
    }

    .top-title h4 {
        font-size: 22px;
    }
    .small-space{
        margin-bottom: 35px;
    }
}






.section-padding-100-100{
    padding-top: 100px;
    padding-bottom: 100px;
}

.story-section {
    position: relative;
    z-index: 1;
    background-color: #101010d1;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
    overflow: hidden;
}

@media only screen and (max-width: 991px){
    .story-section{
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 991px){
    .story-section{
        height: 450px;
    }
}

.story-section:hover .service-grid_overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.flip-card {
    background-color: transparent;
    height: 60px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
}

.story-section .rotate-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FEF6ED;
    border-radius: 50%;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.story-section:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.area-title2 {
    margin-bottom: 10px;
    margin-top: 50px;
    position: relative;
}

.mb25{
    margin-bottom: 25px;
}





._cta {
    background: url(../assest/img/gal/6.jpg) ;
    padding: 100px 0px;
    position: relative;
    display: flex;
    justify-content: center;
}

._cta:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.90;
    background: #000;
}

.cta-item h2{
    color: #efefef;
    font-size: 35px;
    line-height: 1.4;
    margin-bottom: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: -0.03rem;
}


@media only screen and (max-width: 767px){
    .cta-item h2{
        font-size: 22px;
    }
}



.cta-btn-top {
    margin-top: 30px;
    color: #ffffff;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.cta-btn-top a{
    color: #ffffff;
    font-size: 23px;
}


.contact-section{
    border-top: 1px solid #ffffff14;
}

.connect-area-btn-align{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

@media only screen and (min-width: 767px){
    .text-lg-right{
        display: flex;
        justify-content: flex-end;
    }
}



.timing-section{
    margin-top: 40px;
}

.timing-section h3 {
    color: #fff;
    font-weight: 400;
}

.time-box h3{
    color: #fff;
    font-weight: 400;
}



.block-7 {
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 30px 0;
    background: #101010d1;
    -webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.block-7 h3 {
    margin-bottom: 20px;
    color: #ffffff;
    font-weight: 400;
    opacity: 1;
}

 

 

.block-7 .price .number {
    font-size: 30px;
    font-weight: 300;
    color: #979797;
    opacity: 1;
}

.block-7 .pricing-text {
    padding: 15px 30px 0 30px;
    margin: 0;
}

.block-7 .pricing-text li {
    list-style: none;
    font-size: 14px;
    color: #6b6b6b;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 0px 0;
    opacity: 1;


}

.block-7 .btn-primary {
    padding: 0.875rem 1.5rem;
    color: #fff;
    text-transform: uppercase;
    font-style: 16px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: 0 auto;
}

.d-block {
    display: block !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}


.btn-primary {
    color: #fff;
    background-color: #272727;
    border-color: #272727;
}

.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}


.padding-bottom-100{
    padding-bottom: 100px;
}