@import url('http://fonts.cdnfonts.com/css/abril-fatface');
:root{
    --bs-yello:#fdae39;
    --bs-white:#ffffff;
    --bs-black:#000000;
    --bs-navy-blue:#1d1d48;
    --bs-orange:#cb6828;
    --bs-yellow-easeofchoice:#fcbd11;
    --bs-yellow-mythbusters:#f3922a;
    --bs-body-font-family: 'Myriad Pro', sans-serif;



}
*,
*::before,
*::after {
  box-sizing: border-box;
}
h6{
    font-size: larger !important;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);      
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

.slider-img{
    background: url('/system/files/banner.png');
    background-size:  100%;
    width: 100%;
    background-repeat: no-repeat;
}

  
  hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
  }
  
  hr:not([size]) {
    height: 1px;
  }
  
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
  }

#business-features h2 {
    color: #312c7c;
    font-family: 'Abril Fatface', sans-serif;
    font-size: 22px !important;
    margin-bottom: 3px;
}
/* #business-features h2>span  {
    font-family: 'Abril Fatface', sans-serif;
} */
#business-features .img-div-p {
    padding: 0 25px;
}
#business-features .img-div-p img {
    border: 5px solid #ffffff;
    margin:7px 0;
}
#business-features .img-div-p p {
    text-align: justify;
}

/* choose-from */
#choose-from {
    /* padding-left: 20rem;
    padding-right: 20rem; */
    margin-top:2rem !important;
}


.owl-carousel  {
    width:90%; margin: 0 auto;
}
.owl-carousel img{width:100%;height:auto;}

/* section-video */
#section-video .row{

}
#section-video{
    background-color: #312f81;
    border-top-right-radius: 9rem;
    border-top-left-radius: 9rem;
}
#section-video .myth-body{
    background-color: var(--bs-white);
    border: 1px solid var(--bs-yellow-mythbusters);
    min-height: 200px;
    margin-bottom: -70px;
}

#myth-busters{
    padding: 5rem 0;
}
#myth-busters .bg-myth{
    background-color: var(--bs-yellow-mythbusters);
    /*min-height: 400px;*/
    border-bottom-right-radius: 9rem;
    border-bottom-left-radius: 9rem;
    margin-top: 1rem !important;
}
#myth-busters .bg-myth h2{
    font-family: 'Abril Fatface', sans-serif;
    color: var(--bs-white);
}
#myth-busters .bg-myth .myth-body{
    background-color: var(--bs-white);
    border: 1px solid var(--bs-yellow-mythbusters);
    min-height: 200px;
    margin-bottom: -70px;
}

/*Customer Testimonials*/
#customer-testimonials{
    padding: 5rem 0;
}
#customer-testimonials .bg-myth{
    background-color: #312f81;
    /*min-height: 400px;*/
    border-top-right-radius: 9rem;
    border-top-left-radius: 9rem;
}
#customer-testimonials .bg-myth h2{
    font-family: 'Abril Fatface', sans-serif;
    color: var(--bs-white);
}
#customer-testimonials .bg-myth .myth-body{
    background-color: var(--bs-white);
    border: 1px solid var(--bs-yellow-mythbusters);
    /*min-height: 400px;*/
    margin-bottom: -70px;
}


/*book domain*/
#book-domain{
    padding: 5rem 0;
}
#book-domain .bg-myth{
    background-color: #17a44a;
    /*min-height: 400px;*/
    border-top-right-radius: 9rem;
    border-top-left-radius: 9rem;
}
#book-domain .bg-myth h2{
    font-family: 'Abril Fatface', sans-serif;
    color: var(--bs-white);
}
#book-domain .bg-myth .myth-body{
    background-color: var(--bs-white);
    border: 1px solid var(--bs-yellow-mythbusters);
    /*min-height: 400px;*/
    margin-bottom: -70px;
}


.sale-box{
    position: relative;
    left: -5px;
    overflow: hidden;
    height: 50px;
    width: 100px;
    text-align: center;
    z-index: 0;
    right: -1px;
    border-top-right-radius: 0.5em;
    -o-border-top-right-radius: 0.5em;
    -moz-border-top-right-radius: 0.5em;
    -webkit-border-top-right-radius: 0.5em;
}
.sale-box span.on_sale {
    font-size: 21px;
    color: #404;
    background: #FFAF3C;
    text-transform: uppercase;
    padding: 10px 15px 10px 15px;
    width: 70px;
    text-align: center;
    display: block;
    position: absolute;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: -1px;
    top: 0px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* -webkit-transform: rotate(-44deg); */
    -ms-transform: rotate(-44deg);
    /* transform: rotate(40deg); */
    box-shadow: 0px -3px 23px -2px rgb(0 0 0 / 75%);
}
.red-number {background: #bc3926!important; color:#F8F8FF!important;}
.blue-number {background: #2e9fd1!important; color:#F8F8FF!important;}
.orange-number {background: #f3922a!important; color:#F8F8FF!important;}
.purple-number {background: #312f81!important; color:#F8F8FF!important;}

/*#myth-busters .bg-myth .myth-body span {*/
/*    font-weight: bold;*/
/*    color: #bc3926;*/
/*}*/

/*Footer*/
#footer{
    /*padding: 5rem 10rem;*/
    margin-top: 0rem;
}
#footer .bg-myth{
    background-image: url("../img/footer-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    /*background-color: #312f81;*/
    /*min-height: 400px;*/
    /*border-top-right-radius: 25rem;*/
    /*border-top-left-radius: 25rem;*/
}
#footer .bg-myth h2{
    font-family: 'Abril Fatface', sans-serif;
    color: var(--bs-white);
}
#footer .bg-myth .myth-body{
    background-color: var(--bs-white);
    border: 1px solid var(--bs-yellow-mythbusters);
    /*min-height: 400px;*/
    margin-bottom: -70px;
}
#footer ul.social-media li{
    border-radius: 25px;
    margin-left: 10px;
}
#footer h5 {
    color: var(--bs-white);
    margin-top: 20px;
}
.mt-10{
    margin-top: 10rem!important;
}
.flag .top{
    background-color: #f4b241;
    height: 25px;
}
.flag .middle{
    background-color: #ffffff;
    height: 25px;
}
.flag .bottom{
    background-color: #17a44a;
    height: 25px;
    border-top-right-radius: 25rem;
    border-top-left-radius: 25rem;
}

.topbar{
    padding-top: 1rem!important;
}
.topbar .right-img img {
    height: 75px;
}
.utsav-head{
    margin-top: 6rem;
}
.utsav{
    height: 8rem;
}
.slider-icons{
    margin-top: 4rem;
}

.dot-in-text{
	overflow: hidden;
    margin-top: 3rem!important;
    height: 12rem !important;
    font-family: 'Elephant', sans-serif;
    font-size: 2.5rem;
    font-weight: 400;
}
.height_sm{
    height: 60vh;
}
p{
    font-size: 1.3rem !important;
  }
.tringa-right{
    position: absolute;
    margin: -20px 0 0 -55px;
    width: 5%;
}
.tringa-left{
    position: absolute;
    margin: -50px 0px 0 37px;
    width: 5%;
}
#book-domain .tringa-right{
    position: absolute;
    margin: -35px 0 0 -150px;
    width: 5%;
}
hr{
    height: 3px;
    color: #fff;
    margin-left: -50px;
    margin-top:40px;
}

#choose-from .hover_white h6:hover {
    background: white;
}
.bg-choose {
    background: #fff;
    border-radius:1rem 1rem 0 0;
}
.bg-choose:hover {
    background: #e29c39;
    border-radius:1rem 1rem 0 0;
}
.hover_white{
    display: none;
    height: 0;
}

.heading1:hover .hover_white{
    display: block;
    height: 100%;
    background: #e29c39;

    animation: fadeout linear 0.5s 1 normal forwards !important;
}
@keyframes fadeout {
    0% { opacity: 0; height: 0; }
    100% { opacity: 1; height: auto; }
    }

.what-domain{
    background-color: #6498cb; color: #fff; text-align: center;

}