@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');

/*font-family: 'Jost', sans-serif;*/
/*main color : #0d2b51*/
.common-padding{padding: 40px 0;}
a:hover{text-decoration: none;}
.whatsapp i.fa.fa-whatsapp {
    width: 40px;
    z-index:99;
    height: 40px;
    background: green;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#callme i {
    width: 40px;
    height: 40px;
    background: #ff3a3a;
    color: #fff;
    z-index:99;
    display: inline-block;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    left: 20px;
}
.errorpage404 .errorbox {
    border: 2px dashed #000;
    padding: 4rem 0rem;
    background-color: #FF007F;
}
.errorpage404 .errorbox span {
    font-size: 5rem;
    font-weight: bold;
	color: gold;
}
.errorpage404 .errorbox .homelinks {
    text-decoration: underline;
    color: #fff;
    margin-top: 25px;
    display: gold;
}
.errorpage404 {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
}

/* // rate list section) */

.main-heading {
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
}
.pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.plan {
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    flex: 0 1 calc(33% - 20px);
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    color: #111827;
}
.plan-name {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.plan-price {
    font-size: 32px;
}
.plan-price small {
    font-size: 18px;
}
.get-started-button {
    display: inline-block;
    margin: 20px 0px;
    padding: 10px 20px;
    background-color: #ff3a3a;
    color: white;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
}
.features {
    list-style: none;
    padding: 0;
    text-align: left;
}
.feature-item {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.checkmark {
    margin-right: 10px;
    color: #ff3a3a;
}
.bestseller-plan {
    border-color: #ff3a3a;
}
.bestseller {
    color: #ff3a3a;
    background-color: #ff6ab11a;
    padding: 7px;
    border-radius: 14px;
    font-size: 12px;
    float: right;
}

/* // end  rate list section) */

/* // rate list section offer) */

.section-title {
    margin-top: 25px;
    text-align: center;
    margin-bottom: 40px;
}
.section-title h3 {
    margin-bottom: 20px;
}
span.alternate {
    color: #ff497c;
    font-style: italic;
    font-weight: 400;
}
.news .blog-post {
    -webkit-transition: .2s ease;
    transition: .2s ease;
    margin-bottom: 30px;
}
.news .blog-post .post-content {
    position: relative;
    padding: 30px 30px 25px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #e5e5e5;
}
.news .blog-post .post-content .date {
    position: absolute;
    top: -32px;
    left: 30px;
    width: 65px;
    height: 65px;
    text-align: center;
    background: #ff497c;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
	border-radius: 35px;
}
.news .blog-post .post-content .rating {
    color: green;
}
.news .blog-post .post-content .date h4 {
    color: #fff;
	margin-top: 10px;
}
.news .blog-post .post-content .date h4 span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}
.news .blog-post .post-content .post-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
.news .blog-post .post-content .post-title p{
    font-size: 12px;
	color: red;
}
.moretext {
    display: none;
}
.moretext1 {
    display: none;
}
.moretext2 {
    display: none;
}
.moretext3 {
    display: none;
}
.moretext4 {
    display: none;
}
.moretext5 {
    display: none;
}
.moretext6 {
    display: none;
}
.moretext7 {
    display: none;
}
.moretext8 {
    display: none;
}
.moretext9 {
    display: none;
}
.moretext10 {
    display: none;
}
.moretext11 {
    display: none;
}
.moretext12 {
    display: none;
}
.moretext13 {
    display: none;
}
.moretext14 {
    display: none;
}
.moretext15 {
    display: none;
}
.moretext16 {
    display: none;
}
.news a {
    color: red;
    font-weight: 600;
}
.news a i {
    display: inline-block;
    margin-right: 10px;
}
.news .blog-post .post-content .post-title h2 {
    margin-top: 10px;
}
.news .blog-post .post-content .post-title h2 a {
    font-weight: 400;
    color: #222222;
	text-decoration: underline;
	font-size: 18px;
}
.news .blog-post .post-content .post-title h4 {
	text-decoration: line-through;
	font-size: 15px;
}
.news .blog-post:hover {
    box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}
.news .blog-post .post-content .post-title h2 a:hover {
    color: #ff497c;
}
.news .blog-post .post-thumb img {
    width: 100%;
}

/* // end rate list section offer) */


/* // client review */
.schema-faq-code {
border: 1px solid #F00;
border-radius: 10px;
background-color:#fefbf9;
  overflow:hidden;
}
.schema-faq-code .faq-q {
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 12px 56px 12px 12px;
line-height: 1.4;
cursor: pointer;
position: relative;
border-bottom: 1px solid #000;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.faq-q:after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    width: 56px;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    color: #F96;
    font-size: 20px;
}
.faq-q.faq-q-open:after {
    content: "-";
}
.faq-a {
margin: 0;
padding: 12px;
background-color:#ff3a3a;
font-size: 18px;
line-height: 1.4;
  border-bottom: 1px solid #dedee0;
  display: none;
  color: white;
}
.schema-faq-code .faq-question:last-child .faq-a {
  border-bottom:0px;
}
/* // end client review */


/* // photo and text) */
.jiya img{
 
  height: 350px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0 5px 20px rgb(0 0 0 / 50%);
  transition: all .3s;
}


.mahi img:hover {  box-shadow: 0 10px 20px rgba(0,0,0,0.8);
  transform: scale(1.15);
  
}
.box p{
  font-size: 18px;
  line-height: 26px;
  height: 158px;
  overflow: hidden;
}
 .box a{
   display: inline-block;
   color: seashell;
   background-color: #c03aaf;
   text-decoration: none;
   padding: 10px 15px;
   border-radius: 8px;
   margin-top: 15px;

 }
 

 .box.showContent p{
   height: auto;
 }

 .box.box.showContent a.readmore-btn{
   background-color: rgb(37, 17, 7);

 }

/* // photo and text end) */

.rohi{
	text-align: center;
	
}
.rohit {
    width: 116px;
    height: 40px;
    object-fit: cover;
}
.img-100{
    width: 100%;
}

/*button.owl-prev {
    background: #f00 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}
button.owl-next {
    background: #f00 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}*/
header ul li a {
    color: #000;
    padding: 15px;
    display: inline-block;
    font-family: 'Jost', sans-serif;
}
header ul li a:hover{
    color: #ff3a3a !important;
}
.navigation a.nav-link {
    color: #3c3b3b;
    padding: 14px 20px!important;
    font-family: 'Jost', sans-serif;
    font-size: 17px;
    font-weight: 500;
}
.navbar-brand h3{
    color: #000;
    font-family: 'Jost', sans-serif;
}
.navbar-brand h4 {
    color: #505050;
    font-family: 'Jost', sans-serif;
    font-size: 12px;
    font-weight: 600;
    margin: 0px;
}
.navbar-brand h4 i{
    margin-right: 10px;
}
#top-navigations a.nav-link {
    padding: 10px 20px !important;
    display: inline-block;
    color: #565656;
    font-size: 14px;
    font-weight: 600;
}
ul#top-navigations {
    margin:0 40px;
}
.top-navigation nav.navbar.navbar-expand-lg{
    padding: 0px;
}
.top-navigation{
    background: #f1f1f1;
}
.stripe {
    background: #ff3a3a;
    padding: 8px;
}
.stripe p{
    color: #fff;
    margin: 0;
    text-align: center;
    font-family: 'Jost';
}
.stripe i{
    margin:0 10px;
    font-size: 17px;
    color: #000;
}
.navigation {
    padding: 0px;
    background: #f1f1f13b;
}
footer{
    background: #171717;
    padding: 30px 0 20px 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.other{
    margin-bottom: 30px;
}
.other h3 {
    font-size: 19px;
    color: #ff3a3a;
    margin-bottom: 30px;
}
.copyright{
    padding-top: 20px;
    border-top: 1px solid #fff;
}
.copyright p{
    color: #fff;
    margin: 0;
    font-family: 'Jost';
    font-size: 14px;
}
.copyright ul li {
    display: inline-block;
}
.copyright ul li img{
    width: 38px;
    height: 25px;
}
.banner{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000687;
}
.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.overlay-text h3{
    color: #ff3a3a;
    font-family: 'Jost';
    font-size: 40px;
}
.overlay-text h4{
    color: #fff;
    font-family: 'Jost';
    margin-bottom: 25px;
}
.overlay-text ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.overlay-text ul li{
    display: inline-block;
}
.overlay-text ul li a {
    display: inline-block;
    color: #fff;
    background: #ff3a3a;
    padding: 13px 20px;
    margin-right: 10px;
    border-radius: 2px;
    font-family: 'Jost';
    font-size: 14px;
}
.overlay-text ul li a i{
    margin-right: 10px;
}
.overlay-text ul li a:hover{
    background: #333;
}
h5.footer-head {
    position: relative;
    text-align: center;
    color: #ff3a3a;
    margin-bottom: 40px;
    font-family: 'Jost';
    font-size: 23px;
}
h5.footer-head:before {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 50%;
    width: 300px;
    height: 3px;
    background: #ff3a3a;
    transform: translateX(-50%);
}
.footer-location li a{
    color: #f1f1f1;
    font-family: 'Jost';
}
.footer-location li a i{
    margin-right: 5px;
}
.footer-location li a:hover{
    color: #ff3a3a;
}
.copyright ul{
    text-align: right;
}
.owl-img-wrapper{
    position: relative;
}
.owl-img-wrapper:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}
.owl-img-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000002e;
    transform: scale(0);
}
.owl-img-wrapper:hover::before{
    transform: scale(1);
}
.owl-img-wrapper .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.owl-img-wrapper .text figcaption {
    color: #fff;
    font-size: 32px;
    font-family: 'Jost';
    font-weight: 700;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
.owl-img-wrapper button {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    border: 0;
    outline: 0;
    padding: 10px 20px;
    cursor: pointer;
    font-family: 'Jost';
}
.owl-img-wrapper button:hover{
    background: #ff3a3a;
    color: #fff;
}
.owl-img-wrapper button:hover i{
    transform: translate(5px);
    transition: 0.5s;
}
.owl-img-wrapper button i{
    margin-left: 10px; 
    transition: 0.5s;
}
.owl-img-wrapper img {
    display: block;
    width: 100%;
    height: 450px;
}
h3.title {
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Jost';
    color: #ff3a3a;
    font-weight: 600;
}
.owl-nav {
    display: none;
}
h5.small-heading {
    text-align: center;
    color: #525252;
    font-family: 'Jost';
    margin-bottom: 0;
}
.content-part h3.title {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Jost';
    color: #ff3a3a;
    font-weight: 600;
    font-size: 23px;
}
.content-part p{
    text-align: center;
    font-family: 'Jost';
}
.content-part {
    margin-bottom: 30px;
}
.big-wrap{
    position: relative;
    overflow:hidden;
}
.big-wrap .text{
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 9;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.big-wrap .text figcaption {
    color: #fff;
    font-size: 28px;
    font-family: 'Jost';
    text-shadow: 1px 1px 1px #000;
    text-align: center;
}
.big-wrap a{
    color: #fff;
    font-family: 'Jost';
}
.big-wrap a:hover i{
    transform: translate(5px);
    transition: 0.5s;
}
.big-wrap a:hover{
    color: #ff3a3a;
}
.big-wrap a i{
    margin-left: 10px; 
    transition: 0.5s;
}
.big-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000040;
    transform: scale(0);
}
.big-wrap:hover::before {
    transform: scale(1);
    z-index: 1;
}
.big-wrap img{
    width: 100%;
    transition: 1s;
    height: 353px;
}
.big-wrap:hover img{
    transform: scale(1.1);
}
.big div[class^="col"]{
    padding: 3px;
}
.big h3.title {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Jost';
    color: #444343;
    font-weight: 600;
}
ul#pills-tab {
    margin-bottom: 40px !important;
    justify-content: center;
}
#pills-tab a.nav-link.active {
    background-color: #fff0 !important;
    color: #ff3a3a !important;
    border-bottom: 2px solid;
    font-weight: 600;
    padding: 5px 20px;
}
#pills-tab a.nav-link{
    background-color: #fff0 !important;
    color: #000 !important;
    font-weight: 600;
    padding: 5px 20px;
    font-family: 'Jost';
}
.tab-wrap{
    position: relative;
    margin-bottom: 20px;
}
.tab-wrap img{
    height: 290px;
    width: 100%;
}
.tab-wrap figcaption .name {
    font-family: 'Jost';
    display: block;
    font-size: 14px;
    color: #333;
}
.tab-wrap figcaption .type a{
    font-family: 'Jost';
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
.tab-wrap figcaption .type a:hover{
    color: #ff3a3a;
}
.tab-wrap figcaption span.on {
    font-family: 'Jost';
    display: block;
    font-size: 14px;
    color: #333;
}
.tab-wrap figcaption {
    padding: 10px;
    background: #f1f1f18c;
}
.img{
    position: relative;
}
.img img{
    width: 100%;
}
.img-text{
    position: absolute;
    top: 20%;
    left: 5%;
    width: 50%;
}
.img-text ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.img-text ul li{
    display: inline-block;
}
.img-text ul li a i{
    color: #fff;
    margin-right: 8px;
}
.img-text ul li a.w-app{
    display: inline-block;
    color: #fff;
    background: green;
    padding: 10px 20px;
    margin-right: 10px;
}
.img-text ul li a.phone{
    display: inline-block;
    color: #fff;
    background: blue;
    padding: 10px 20px;
}
.img-text ul li a:hover{
    background: #ff3a3a;
}
.img-text h3{
    color: #fff;
    font-family: 'Jost';
    font-size: 43px;
}
.img-text p{
    color: #fff;
    font-family: 'Jost';
    margin-bottom: 20px;
}
.home-bg{
    margin-bottom: 30px;
}
.breadcrumb-wrap {
    background: #ff3a3a;
    padding: 15px;
}
.breadcrumb-wrap h1{
    color: #fff;
    font-family: 'Jost';
    font-size: 36px;
}
.breadcrumb-wrap ul{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    line-height: 51px;
}
.breadcrumb-wrap ul li{
    color: #fff;
    font-family: 'Jost';
    font-size: 16px;
    display: inline-block;
}
.breadcrumb-wrap ul li a{
    color: #fff;
    font-family: 'Jost';
    font-size: 14px;
}
.box-img img{
    width: 100%;
    box-shadow: -16px 20px 0px 0px #ff3a3a;
}
.content p{
    text-align: justify;
    font-family: 'Jost';
	font-size: 18px;
	font-weight: 500;
}
.social-contact {
    padding: 25px;
    background: #ffffff;
    min-height: 150px;
    box-shadow: 1px 1px 6px 0px #ff3a3aa1;
    border-radius: 4px;
}
.social-contact h4 {
    font-size: 20px;
    color: #ff3a3a;
    font-family: 'Jost';
    text-align: center;
}
span.bold {
    color: #000;
}
.social-contact ul {
    padding: 0;
    list-style: none;
}
.social-contact ul {
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    text-align: center;
}
.social-contact ul li {
    font-size: 16px;
    font-weight: 600;
    color: #f00;
    font-family: 'Jost';
    margin-right: 20px;
    display: inline-block;
}
.social-contact ul li a {
    color: #000;
    font-size: 15px;
    font-family: 'Jost';
}
.social-contact ul li i {
    color: #f00;
    margin-right: 10px;
}

@media screen and (max-width: 767px){
    .img-text {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        background: #000;
        padding: 20px;
    }
    .overlay-text h4 {
        color: #fff;
        font-family: 'Jost';
        margin-bottom: 6px;
    }
    .overlay-text h3 {
        color: #ff3a3a;
        font-family: 'Jost';
        font-size: 18px;
    }
    a.nav-link.text-gray-350 {
        margin-right: 10px;
    }
    .sm-btns{
        position: relative;
        left: 20px;
    }
    span.fa.fa-bars {
        color: #ff3a3a;
    }
    .breadcrumb-wrap h1 {
        color: #fff;
        text-align: center;
        font-size: 25px;
    }
    .breadcrumb-wrap ul {
        text-align: center;
        line-height: 25px;
    }
	.main-heading {
    font-size: 30px;
 }
 .plan {
    flex-basis: calc(100% - 20px);
}
li {
    font-size: 16px;
    line-height: 24px;
}
}
a.book-btn {
    display: block;
    color: #fff;
    text-align: center;
    background: #ff3a3a;
    padding: 10px;
    transition: 1s;
}
a.book-btn:hover{
    transform: translateY(-8px);
    transition: 1s;
    background: #000;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-family: 'Jost';
}


.errorpage404 {
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 3rem;
}


.errorpage404 .errorbox {
    border: 2px dashed #000;
    padding: 4rem 0rem;
    background-color: #FF007F;
}





.post-thumb img{
    height: 600px;
object-fit: cover;
}

















