@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Faster+One&display=swap');

/*font-family: 'Faster One', cursive;*/
/*font-family: 'Montserrat', sans-serif;*/
/*font-family: 'Roboto', sans-serif;*/

*{
    font-family: 'Roboto', sans-serif;
}
.loc a {
    width: 100%;
    display: block;
    background: #ffb000;
    color: #404040;
    font-family: 'Montserrat';
    text-align: center;
    padding: 2px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.video-js{
    width: 100%;
}
.loc a:hover{
    text-decoration: none;
    background: #333;
    color: #fff;
}
.loc {
    margin-top: 20px;
}
.loc img{
    width:  100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.navbar-light .navbar-brand {
    color: rgb(255 176 0);
    font-family: 'Montserrat';
    font-size: 23px;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Montserrat';
}
img {
  object-fit: cover;
}
.bg-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.bold {
    font-weight: 400;
}
.count {
    font-family: 'Teko', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.sec-con h3 {
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ef0690;
}
.area-wrap h3 {
    color: #000;
    font-size: 20px;
    background: #ffb000;
    padding: 10px;
    border-radius: 6px;
    font-family: 'Montserrat';
}
.area-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.area-wrap ul li a{
    color: #fff;
}
.area-wrap ul li a {
    color: #fff;
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #f1f1f16b;
}
.sec-con img{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}
.bg-wrap{
    color: #000 !important;
    font-size: 20px !important;
    background: #ffb000;
    padding: 10px;
    border-radius: 6px;
    font-family: 'Montserrat';
    margin-bottom: 20px;;
}
.content-wrap h2{
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ef0690;
}
hr {
    margin-top: 3rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: 1px solid #ef0690;
}
.bg-light {
    background-color: #46002d !important;
    padding: 0px;
}
.navbar-light .navbar-nav .nav-link:hover{
    background: #5e003d;
}
.navbar-brand img{
    width: 70%;
    margin-top: 10px;
}
.navbar-light .navbar-brand{
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
    padding: 18px;
}
ul.sm-Dblock {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    width: 100%;
}
ul.sm-Dblock li{
    display: inline-block;
}
ul.sm-Dblock li a {
    color: #ff5471;
    padding: 10px;
    display: inline-block;
}
ul.sm-Dblock li span {
    color: #ff5471;
    padding: 10px;
    display: inline-block;
}
.banner_sec img{
    width: 100%;
    margin-bottom: 20px; 
}
.right-img{
    position: relative;
}
img.abs2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 126px !important;
    height: 86px !important;
    z-index: 999;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}



@media screen and (min-width: 768px){
    .navbar-light .navbar-nav .nav-link {
        color: #fff;
        padding: 30px 18px;
    }
}

@media screen and (max-width: 991px) {
    .slider .caption.center h1 {
        font-size: 40px;
    }
}
@media screen and (max-width: 767px) {
    ul.sm-Dblock {
        display: flex;
        justify-content: space-around;
    }
    
}

/*number*/
.number-section{
    background: #333;
}
.num{
    text-align: center;
    margin: 20px 0;
}
.num span{
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
    color: #ffb000;
}
.num h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #fff;
    margin: 14px 0;
    text-transform: uppercase;
}
.num p{
    color: #fff;
    font-size: 17px;
}
h2.head-text {
    text-align: center;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
}
.head-wrap p {
    text-align: center;
    font-family: 'Montserrat';
    margin-bottom: 30px;
    color: #fff;
}
.button {
    text-align: center;
    margin-top: 40px;
}
.button a{
    padding: 20px 30px;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    background: #ffb000;
    font-family: 'Montserrat';
    border-radius: 5px;
}
/*number*/

/*about*/
.about{
    background: #311552;
}
.img-wrap{
    width: 100%;
}
.img-wrap img{
    width: 100%;
    border-radius: 5px;
}
.about_content h3{
    font-weight: 900;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
    position: relative;
}
.about_content h4{
    font-family: 'Montserrat';
    color: #e40b90;
    font-size: 32px;
}
.about_content{
    text-align: center;
}
.about_content h5{
    font-family: 'Montserrat';
    color: #e40b90;
    font-size: 32px;
}
.about_content p{
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: unset;
}
.about_content a {
    background: #ffb000;
    display: block;
    color: #fff;
    font-family: 'Montserrat';
    padding: 15px 20px;
    border-radius: 5px;
    border-bottom: 5px solid #e40b90;
}
.about_content a:hover{
    background: #333;
    text-decoration: none;
}
/*about*/
.content-hd {
    text-align: center;
    width: 57%;
    margin: auto;
}
.content-hd h3{
    color: #ffb009;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
}
.content-hd h4{
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
}
.content-hd h5 {
    color: #ff8d8d;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat';
    margin: 15px 0;
}
.content-hd p{
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
}
a.bk-btn {
    background: #000;
    border: 1px solid #ffb009;
    padding: 10px 30px;
    display: inline-block;
    color: #ffb009;
    border-radius: 3px;
    margin-top: 20px;
}
.right-img img{
    width: 100%;
    height: 330px;
}
.whts a img{
    width: 100%;
    margin-top: 40px;
}
.whts{
    position: relative;
}
.whts span {
    position: absolute;
    bottom: 12px;
    right: 51px;
    font-size: 19px;
    color: #fff;
}
.f-logo {
    margin: auto;
    display: block;
    width: 281px;
    margin-top: 20px;
}

.title{
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat' !important;
    color: #ffb000;
}
h4.f_clr03.color10.xs-10 {
    background: #ffb000;
    margin: 0;
    padding: 10px;
    color: #201f1f;
    font-family: 'Montserrat';
}
/*portfolio*/
.portfolio{
    
}
.portfolio h2{
    text-align: left;
    font-weight: 900;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
}
.portfolio h3 {
    text-align: left;
    font-weight: 900;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #fff;
    margin-bottom: 30px;
}
.girl-wrap{
    border:1px solid #000;
    padding: 5px;
    background: #000;
    margin-bottom: 20px;
    position: relative;
}
.girl-wrap img{
    width: 100%;
    height: 395px;
}
.girl-wrap p{
    margin-bottom: 8px;
}
.girl-wrap a figcaption{
    text-align: left;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #ffb000;
    position: relative;
}
.girl-wrap p.rating i{
    color: #ffb000;
    margin-top: 10px;
}
.girl-wrap p{
    color: #fff;
}
.girl-wrap a:hover{
    text-decoration: none;
}
.girl-wrap a {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: 'Roboto';
    color: #d1d1d1;
    position: relative;
    margin-top: 10px;
}
.girl-wrap a{
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 10px;
}
.loc_icon {
    position: absolute;
    bottom: 26%;
    font-size: 13px;
    left: 10px;
    background: #fff;
    padding: 5px 20px;
    border-radius: 5px;
}
img.abs-img {
    position: absolute;
    top: -1px;
    left: 0px;
    z-index: 9;
    width: 90px !important;
    height: auto !important;
}


.loc_icon i{
    margin-right: 10px;
}
/*portfolio*/


/*breadcrumb*/
.breadcrumb-sec{
    position: relative;
}
.breadcrumb-sec:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
}
.content-bd {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.content-bd h1 {
    color: #fff;
    font-family: 'Montserrat';
}
.content-bd h1 span {
    font-family: 'Montserrat';
    color: #fff;
    background: #46002d;
    padding: 6px 20px;
    border-radius: 5px;
}
.content-bd ul li{
    display: inline-block;
    color: #fff;
}
.breadcrumb-sec img {
    width: 100%;
    height: 550px;
}
.dark-bg{
    background: #2e001e;
}
/*breadcrumb*/
img.brd-logo {
    width: 265px !important;
    height: 80px !important;
    z-index: 99;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #fff;
}

.content-bd h4 {
    background: #ffb000;
    padding: 10px 30px;
    display: inline-block;
    margin: 10px 0;
}
.content-bd h4 a{
    color: #2e001e;
    font-family: 'Montserrat';
}
.box-img img{
    width: 100%;
}
.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    color: #fff;
}
.girls-info.content-section p{
    color: #fff;
}
/*banner sec*/
.banner-sec{
    background: #333;
}
.head-text h2 {
    color: #ffb000;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
}
.head-text h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
.img_wrap img{
    width: 100%;
    margin-bottom: 6px;
}
/*banner sec*/

/*main slider*/
.slider-sec{
    position: relative;
    background: #020202;
    padding-top: 40px;
}
.s-img img{
    width: 100%;
}
.speed-text {
    color: #f1f1f1;
    font-family: 'Montserrat';
    font-size: 39px;
    margin-bottom: 15px;
}
.og-color{
    color: #ffc107 !important;
    text-align: center;
    margin-top: 20px;
}
.speed-text span{
    font-family: 'Faster One', cursive;
    color: #e11392;
    font-size: 44px;
    display: block;
}
img.banner-logo {
    text-align: center;
    display: block;
    margin: auto;
}
.s-text {
    padding-top: 20px;
}
.s-text img{
    width: 100px;
    margin-bottom: 19px;
    margin: auto;
    display: block;
}
.s-text a{
    color: #ffb000;
    font-family: 'Montserrat';
    font-size: 25px;
    display: block;
    padding-bottom: 20px;
}
.s-text p {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #f1f1f1;
    margin-bottom: 25px;
}
/*main slider*/

.abt-img img {
    width: 100%;
    height: 395px;
    border: 2px solid #ffb000;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.abt-img figcaption {
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: #e40b90;
    font-family: 'Montserrat';
}
.abt-img a{
    text-align: center;
    display: block;
    border-bottom: 3px solid #545353;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    background: #ffb000;
    border-radius: 33px;
    font-family: 'Roboto';
}
.abt-img a:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
    border-bottom: 3px solid #fff;
}
.abt-img.verified{
    position: relative;
    overflow: hidden;
}
.verified span {
    font-size: .8em;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 1px #000;
    line-height: 20px;
    transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    display: block;
    background: linear-gradient(#e40b90 0, #ffb000 100%);
    box-shadow: 0 3px 10px -5px #000;
    position: absolute;
    top: 10px;
    right: -22px;
    padding: 0 22px;
}
.content{
    background: #28011a;
}
.content .content-wrap p {
    line-height: 29px;
    color: #efefef;
	text-align: justify;
}
/*footer*/
.common-padding{
    padding: 50px 0;
}
.bg{
    background: #030305;
}
.footer-wrap h3 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
}
.footer-wrap h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #ef0690;
}
.footer-wrap ul {
    padding: 5px;
    list-style: none;
}
.footer-wrap ul li a{
    color: #f1f1f1;
    margin-bottom: 5px;
}
.footer-wrap ul li a {
    color: #f1f1f1;
    margin-bottom: 5px;
    display: block;
    padding: 3px;
    font-size: 17px;
    border-bottom: 1px solid #403f3fc7;
}
.footer-wrap ul li a:hover {
    color: #ef0690;
}
.footer-wrap .social-icon a {
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.footer-wrap .social-icon a:hover{
    background: #ef0690;
    color: #000;
}
.footer-wrap p {
    color: #f1f1f1;
    margin-bottom: 10px;
    display: flex;
}
.footer-wrap p i{
    color: #ef0690;
    margin-right: 10px;
    font-size: 17px;
}
.footer-bottom p{
    text-align: center;
    color: #f1f1f1;
}
.footer-bottom p a{
    color: #ef0690;
}
.footer-bottom {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ffffff8c;
    padding-top: 30px;
    margin-top: 30px;
}
/*footer*/

.whatsapp a h5 i{
    position: fixed;
    top: 57%;
    right: 30px;
    z-index: 99;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: green;
}
#callme a i{
    position: fixed;
    top: 66%;
    right: 30px;
    z-index: 99;
    border: 1px solid #fff;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: blue;
}
.nav-item{
    display: inline-block;
}
.d-none-sm{
    display: none;
}

/* dice a girl  */
      .dag p {
         font-size: 52px;
         color: #fff;
         text-align: center;
         font-weight: 800
      }

      .dag span {
         color: #ffb000
      }

      .left-cont {
         position: relative;
         width: 100%;
         height: 100%
      }

      .left-cont img {
         /*position: absolute;
         width: 360px;
         bottom: 162px;
         left: -86px;
         z-index: 1*/
         width: 200px;
      }

      .right-cont h3 {
         font-size: 45px;
         text-align: center;
         margin-top: 90px
      }

      .right-cont h4 {
         color: #ffb000;
         font-size: 50px;
         font-weight: bold;
         text-transform: uppercase;
         text-align: right;
         margin-right: 25px
      }

      .btn-cont button {
         font-size: 30px;
         font-weight: 900;
         text-transform: uppercase;
         float: right;
         padding: 0 50px
      }

      .click,
      .reload {
         background: #46002d;
         border: 1px solid #131313;
         color: #fff !important
      }

      .click:hover,
      .reload:hover {
         background-color: #000;
         color: #000;
         border: 1px solid #fff
      }

      .btn-cont {
         width: 100%;
         height: 100%;
         position: relative;
         display: inline-block;
         color: #fff;
         font-size: 40px
      }

      .btn-cont i,
      .all-cont .icon-point-right {
         position: absolute;
         left: 23%;
         top: 6px;
         animation-name: bounce_two;
         animation-timing-function: ease;
         animation-duration: 2s;
         animation-iteration-count: infinite;
         transform-origin: bottom
      }

      .dice-box {
         width: 200px;
         height: 200px;
         border-radius: 10px;
         background-color: black;
         position: absolute;
         top: 70px;
         left: 40%;
         border: 2px solid #e99a34
      }

      .box1 {
         width: 100%;
         height: 100%;
         border-radius: 10px;
         position: relative;
         display: flex;
         justify-content: center;
         align-items: center
      }

      .dot {
         width: 20px;
         height: 20px;
         background-color: #e99a34;
         border-radius: 20px;
         margin: 14px
      }

      .dot2 {
         margin: 32px
      }

      .box2 {
         width: 100%;
         height: 100%;
         border-radius: 10px;
         position: relative;
         display: flex;
         justify-content: center;
         align-items: center
      }

      .prof_box {
         width: 200px;
         height: 300px;
         border: 1px solid indianred;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center
      }

      .reload {
         padding: 10px
      }

      .dot5 {
         height: 100%;
         display: flex;
         flex-flow: column;
         justify-content: space-around;
         align-items: center
      }

      .data {
         position: absolute;
         top: 0;
         width: 100%;
         height: 100%;
         background: #000;
         border: 2px solid #e99a34
      }

      .img {
         position: absolute;
         left: 40%;
         transform: translate(-50%, 50%);
         bottom: 50%
      }

      .click-close {
         display: flex;
         justify-content: center;
         height: 430px
      }

      .click-close .imgb {
         border: 2px solid #e99a34;
         position: absolute;
         width: 100%
      }

      .img-data {
         background: #000;
         height: 86%;
         border: 2px solid #e99a34;
         position: absolute;
         display: flex;
         justify-content: center;
         align-items: center;
         flex-flow: column;
         top: 0;
         left: 0;
         width: 100%;
         z-index: -1
      }

      .img-data p {
         font-size: 30px;
         text-align: left;
         padding: 0 20px
      }

      .img-data p span {
         font-size: 50px
      }

      .img-data h3 {
         color: #e99a34;
         font-size: 40px;
         font-family: "Aclonica", sans-serif;
         text-align: center
      }

      .img-data a {
         padding: 10px 22px;
         display: block;
         width: 220px;
         margin: 0 auto;
         font-size: 22px
      }

      .reload {
         animation-timing-function: ease;
         animation-duration: 2s;
         animation-iteration-count: infinite
      }

      @media only screen and (max-width:767px) {
        .img-data {
            background: #000;
            height: auto;
            border: 2px solid #e99a34;
            position: relative;
            display: block;
            justify-content: center;
            align-items: center;
            flex-flow: column;
            top: 0;
            left: 0px !important;
            width: 100%;
            z-index: -1;
        }
        .content-wrap h2 {
            text-align: left;
            font-weight: 900;
            font-size: 16px;
            text-transform: uppercase;
            font-family: 'Montserrat';
            color: #ef0690;
        }

        .content-hd {
            text-align: center;
            width: 100%;
            margin: auto;
        }

         p.dice_girl {
            font-size: 40px
         }

         .all-cont {
            position: relative;
            width: 100%;
            min-height:500px; ;
            display: flex;
            align-items: center
         }

         .all-cont .tryh {
            font-size: 35px;
            font-family: "Aclonica", sans-serif;
            text-align: center;
            display: inline-block;
            position: absolute;
            right: 6px;
            top: 80px
         }

         .all-cont .new_imgs {
            position: absolute;
            height: auto;
            width: 30%;
            bottom: 0;
            left: -15px;
            max-width: 291px
         }

         .all-cont .click_here {
            position: absolute;
            bottom: 85px;
            right: 10px;
            color: #e99a34;
            font-size: 35px;
            font-weight: bold;
            text-transform: uppercase;
            text-align: right
         }

        .dice-box {
            width: 150px;
            height: 150px;
            position: relative;
            bottom: 42px;
            right: 49px;
            left: 50%;
            z-index: 0;
            top: 12px !important;
        }

         .all-cont button {
            font-size: 30px;
            font-weight: 800;
            text-transform: uppercase;
            float: right;
            padding: 0 45px;
            position: absolute;
            bottom: 0;
            right: 5px
         }

         .new_dice {
            transform: rotate(90deg);
            position: absolute;
            bottom: 90px;
            right: 70px;
            font-size: 40px;
            color: #fff;
            z-index: 1
         }

         .all-cont .imgb {
            border: 2px solid #ffc703
         }

         .img-data p {
            font-size: 20px;
            text-align: center;
            padding: 0 20px
         }

         .img-data p span {
            font-size: 28px
         }

         .img-data a {
            padding: 9px 0;
            display: block;
            margin: 0 auto;
            font-size: 15px;
            width: 140px
         }

         .img-data h3 {
            font-size: 30px
         }

         .all-cont .row {
            padding: 18px
         }
      }

      @keyframes bounce_two {
         0% {
            transform: scale(1, 1) translateX(0)
         }

         10% {
            transform: scale(1.1, 0.9) translateX(0)
         }

         30% {
            transform: scale(0.9, 1.1) translateX(-1.375rem)
         }

         50% {
            transform: scale(1, 1) translateX(0)
         }

         57% {
            transform: scale(1, 1) translateX(-0.1875rem)
         }

         64% {
            transform: scale(1, 1) translateX(0)
         }

         100% {
            transform: scale(1, 1) translateX(0)
         }
      }

      @keyframes bounce_one {
         0% {
            transform: scale(1, 1) translateY(0)
         }

         10% {
            transform: scale(1.1, 0.9) translateY(0)
         }

         30% {
            transform: scale(0.9, 1.1) translateY(-1.375rem)
         }

         50% {
            transform: scale(1, 1) translateY(0)
         }

         57% {
            transform: scale(1, 1) translateY(-0.1875rem)
         }

         64% {
            transform: scale(1, 1) translateY(0)
         }

         100% {
            transform: scale(1, 1) translateY(0)
         }
      }



@media screen and (max-width: 768px){
    img.banner-logo {
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
}
    .d-none-sm{
        display: block;
        color: #ff5471;
        font-size: 17px;
    }
    .nav-item {
        display: inline-block;
        width: 32%;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #d3d3d3 !important;
        padding: 10px 14px;
        border: 1px solid #ff5471;
        border-radius: 2px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .navbar-nav{
        display: inline-block;
        margin-top: 10px;
    }
    .marquee-wrap ul li{
        display: inline-block;
        width: 100%;
        margin-right: 20px; 
    }
    .navbar-light .navbar-brand {
        color: rgb(255 176 0);
        font-family: 'Montserrat';
        font-size: 15px;
    }
    button.navbar-toggler{padding: 0px;}
    button.navbar-toggler:focus{
        outline: none;
    }
    .bg-light {
        background-color: #000000!important;
        position: relative;
        z-index: 999;
        width: 100%;
        padding: 20px;
    }
    .content-bd h1 {
        color: #fff;
        font-family: 'Montserrat';
        font-size: 14px;
    }
    .breadcrumb-sec img {
        width: 100%;
        height: 300px;
    }
}


/*content*/
.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 70%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background: #afafb6;
}
.content .left-side .details{
  margin: 14px;
  text-align: center;
}
.content .left-side .details i{
  font-size: 30px;
  color: #ffb000;
  margin-bottom: 10px;
}
.content .left-side .details .topic{
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;
  color: #afafb6;
}
.right-side p{
    color: #fff;
}
.container .content .right-side{
  width: 75%;
  margin-left: 75px;
}
.content .right-side .topic-text{
  font-size: 23px;
  font-weight: 600;
  color: #ffb000;
}
.right-side .input-box{
  height: 50px;
  width: 100%;
  margin: 12px 0;
}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  background: #F0F1F8;
  border-radius: 6px;
  padding: 0 15px;
  resize: none;
}
.right-side .message-box{
  min-height: 110px;
}
.right-side .input-box textarea{
  padding-top: 6px;
}
.right-side .button{
  display: inline-block;
  margin-top: 12px;
}
.right-side .button input[type="button"]{
  color: #fff;
  font-size: 18px;
  outline: none;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  background: #3e2093;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button input[type="button"]:hover{
  background: #5029bc;
}

@media (max-width: 950px) {
  
  .container .content .right-side{
   width: 75%;
   margin-left: 55px;
}
}
@media (max-width: 820px) {
  
  .container .content{
    flex-direction: column-reverse;
  }
 .container .content .left-side{
   width: 100%;
   flex-direction: row;
   margin-top: 40px;
   justify-content: center;
   flex-wrap: wrap;
 }
 .container .content .left-side::before{
   display: none;
 }
 .container .content .right-side{
   width: 100%;
   margin-left: 0;
 }
}

input[type="submit"] {
    background: #ffb000;
    color: #fff;
    padding: 10px;
}



  .carousel-inner img {
      width: 100%;
      height: 100%;
  }

#custCarousel .carousel-indicators {
    position: static;
    margin-top:20px;
}

#custCarousel .carousel-indicators > li {
  width:100px;
}

 #custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    height: 80px;
 }

  #custCarousel .carousel-indicators li.active img {
    opacity: 1;
  }

  #custCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
  }

.carousel-item img {
    width: 72%;
    height: 400px;
}

.gradient-bg {
    background: #730c40;
    background: -webkit-linear-gradient(to bottom, #730c40, #32001b);
    background: linear-gradient(to bottom, #730c40, #32001b);
}
.gradient-bg {
    background: #730c40;
    background: -webkit-linear-gradient(to bottom, #730c40, #32001b);
    background: linear-gradient(to bottom, #730c40, #32001b);
}
.icon-list {
    background: #230113;
    text-align: center;
    border-radius: 5px;
    box-shadow: 3px 1px 5px 1px #af0058;
    margin-bottom: 10px;
}
.icon-list {
    background: #230113;
    text-align: center;
    border-radius: 5px;
    box-shadow: 3px 1px 5px 1px #af0058;
    margin-bottom: 10px;
}
.icon-list figcaption {
    color: #fff;
    font-family: 'Montserrat Subrayada', sans-serif;
}

figcaption {
    text-align: center;
    color: #ffcd83;
}
.icon-list:hover {
    cursor: pointer;
    background: #ff5252;
}
.owl-wrap {
    display: flex;
    margin-top: 25px;
}
.owl-wrap img {
    display: block;
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
}
.owl-wrap a {
    line-height: 70px;
    margin-left: 20px;
    color: #fff;
    font-weight: 600;
}
.owl-nav {
    text-align: center;
    margin-top: 40px;
}
button.owl-prev {
    background: #000 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}

button.owl-next {
    background: #000 !important;
    color: #fff !important;
    width: 20px !important;
    margin-right: 10px;
}

ul.location {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
ul.location li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
ul.location li a {
    display: inline-block;
    border: 1px solid #230113;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
    box-shadow: inset 1px -1px 7px 1px #000;
}
ul.location li a:hover{
    background: #ffb000;
}









