@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
    --prime-color : #8A3FC5;
    --text-color : #5c5c5c;
    --red-co : rgb(247, 53, 53);
    --success-co : rgb(0, 206, 138);
    --body-co : #fff;
}


*{
    font-family: 'Montserrat', sans-serif;
}

.headers-top{
    padding: 10px 0px;
    position: fixed;
    margin-bottom: 100px;
}

.headers-top .input-group{
    margin-top: 5px;
}
.headers-top .input-group-text{
    background: #F6F6F6;
    border-right: 0px;
    border-radius: 0px;
    border: 0px;
    padding: 10px 20px;
}
.headers-top input{
    border-left: 0px;
    border-radius: 0px;
    background-color: #F6F6F6;
    border: 0px;
    padding: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #F6F6F6;
    border-color: #ced4da;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.notifi-se{
    margin-top: 10px;
    cursor: pointer;
}
.notifi-se i{
    font-size: 20px;
}
.not-mrk{
    border: solid 1px red;
    background-color: red;
    height: 8px;
    width: 8px;
    border-radius: 100px;
    position: relative;
    left: 10px;
    top: -21px;
}

.imglogo{
    width: 80%;
    margin-top: 10px;
}

.menu-ic h6{
    text-align: center;
}
.menu-ic i{
    text-align: center;
}

.menulile{

}

.mt-40{
    margin-top: 40px;
}

.menu-ic{
    margin-bottom: 30px;
}
.menu-ic h6{
    font-size: 11px;
    margin-top: 5px;
}
.menu-ic i{
    color: #4b4b4b;
    font-size: 20px;
    padding: 10px;
}

.menu-ic{
    background-color: white;
    width: 50%;   
}
.active-menu{
    background-color: antiquewhite;
    color: var(--prime-color) !important;
}

.st-pro-ri {
    background-color: var(--prime-color);
    padding: 25px;
    border-radius: 5px;
}
.container {
    max-width: 1260px;
}
.img-pro{
    height: 163px;
    overflow-y: hidden;
    background-color: white;
    padding: 10px;
    position: relative;
    top: -60px;
    bottom: -180px;
}
.mt-70{
    margin-top: 70px;
}
.st-pro-ri h4{
    margin-top: -45px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
}
.st-pro-ri h5{
    color: white;
    text-align: center;
    font-size: 16px;
}

.st-pro-ri h6{
    color: white;
    text-align: center;
    font-size: 12px;
}
.boris{
    border-right: solid 1px rgba(255, 255, 255, 0.562);
    border-radius: 15px;
    border-radius: 0px;
    
}
.alert-ri{
    background-color: #FFE7F8;
    padding: 30px;
}
.alert-ri h4{
    font-size: 12px;
    font-weight: 700;
}
.alert-ri h5{
    font-size: 14px;
    font-weight: 700;
}
.alert-ri h6{
    font-size: 12px;
    font-weight: 300;
    line-height: 23px;
}

.alert-icon-sec i{
    color: var(--prime-color);
    font-size: 20px;
}

.mt-30{
    margin-top: 30px;
}

.exc i{
    font-size: 50px;
    color: rgb(253, 86, 86);
    position: relative;
    top: -10px;
}
.btn-common{
    background-color: var(--prime-color);
    color: white;
    font-weight: 600;
    border: 0px;
    padding: 7px 25px;
    font-size: 14px;
    border-radius: 3px;
}
.mt-10{
    margin-top: 10px;
}

.labl{
    background-color: red;
    border-radius: 100px;
    padding: 2px 10px;
    font-size: 11px;
    color: white;
}

.notice-sec{
    background-color: #f9f9f9;
    padding: 25px;
}
.notice-sec label{
    background-color: var(--body-co);
    /* color: var(--text-color); */
    padding: 3px 20px;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
    left: -25px;
    border-top-left-radius: 4px;
}
.notice-co-in {
    border-bottom: solid 1px rgb(231, 231, 231);
    padding-top: 10px;
    padding-bottom: 10px;
}

.notice-co-in h5{
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.notice-co-in h4{
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}
.notice-co-in p{
    font-size: 14px;
}
.mt-20{
    margin-top: 20px;
}

.btnread{
    border: 0px;
    background: white;
    padding: 5px 20px;
    cursor: pointer;
}
.pull-right{
    float: right;
}


.bdmr{
    margin-top: 130px;
}











 
.testimonial{
    margin:0 10px;
    overflow: hidden;
}
.testimonial .pic{
    width:120px;
    height:120px;
    border:2px solid #f2f2f2;
    border-radius: 50%;
    padding:5px;
    margin: 0 auto 25px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    border-radius:50%;
}
.testimonial .testimonial-content{
    padding: 20px 20px 20px 80px ;
    background: #efefef;
    border-radius: 0 0 0 70px;
    border-left: 2px solid #444;
    border-right: 4px solid #1c9690;
    text-align: right;
    position: relative;
}
.testimonial .testimonial-content:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top:0;
    left:20px;
    font-size: 60px;
    color: #68C9C4;
}
.testimonial .testimonial-content:after{
    content: "";
    border-bottom: 15px solid #efefef;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: -15px;
    left: 46%;
}
.testimonial .testimonial-title{
    margin: 0 0 10px 0;
}
.testimonial .testimonial-title a{
    font-size: 16px;
    font-weight: bold;
    color:#333;
    text-transform:capitalize;
    text-align:center;
    display: block;
}
.testimonial .testimonial-title a:hover{
    text-decoration: none;
    color:#1c9690;
}
.testimonial .description{
    font-size: 15px;
    line-height:24px;
    color:#555;
    margin-bottom:20px;
    font-style: italic;
}
.owl-pagination{
    margin-top: 40px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background:var(--prime-color);
}
@media only screen and (max-width: 479px) {
    .testimonial .testimonial-content{
        padding: 20px 20px 20px 70px;
    }
    .testimonial .testimonial-content::before{
        font-size: 50px;
        left: 17px;
    }
}

.event-co{
    border: solid 1px rgb(168, 168, 168);
    border-radius: 5px;
    overflow: hidden;
    margin-left: 15px;
    margin-right: 15px;
}
.sltext{
    padding: 20px;
}
.sltext h4{
    font-size: 18px;
    font-weight: 600;
}
.sltext h5{
    font-size: 16px;
    font-weight: 600;
    color: #8a8a8a;
}
.sltext p{
    font-size: 14px;
}

.event-co button{
    background-color: whitesmoke;
}
.img-min-he-sl{
    height: 170px;
    overflow: hidden;
}

.eve-sec{
    margin-top: 15px;
}

.eve-sec h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}

.slimr{
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}

.activemn{
    background-color: var(--prime-color);
    color: white;
}

.pro-menu-li {
    width: 350px;
    background-color: var(--prime-color);
    color: white;
    padding: 25px;
    position: relative;
    right: 260px;
    border-radius: 3px;
    border-top-right-radius: 0px;
}
.line{
    margin-left: -35px;
    margin-right: -35px;
    border-bottom: solid 1px #ffffff5d;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pro-menu-li p{
    font-size: 13px;
    line-height: 19px;
    color: rgba(255, 255, 255, 0.808);
}

.pro-menu-li a {
    color: white;  
}
.pro-menu-li a:hover {
    color: white;  
    text-decoration: none;
}

.headers-top {
    padding: 10px 0px;
    position: fixed;
    margin-bottom: 20px;
    top: 0px;
    z-index: 10000;
    width: 100%;
    bottom: 50px;
    background-color: #ffffffe0;
    height: 75px;
}

.bdsec {
    margin-top: -56px;
    background: rgba(255, 255, 255, 0.911);
    z-index: 1000;
    height: 1000px;
    position: fixed;
    width: 100%;
}

#proli2{
    right: 262px;
}

.menu-sec{
    position: fixed;
    width: 15%;
}

.owl-pagination{
    display: none;
}
.carousel-sec{
    border-radius: 5px;
    overflow: hidden;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px !important;
    background: #5c44d6;
    filter: Alpha(Opacity=50);
    opacity: .5;
    color: #fff;
}

@media only screen and (max-width: 767px) {

    .menu-sec{
        position: relative;
        width: auto;
    }

    #proli {
        right: 16px;
    }
	#proli2 {
        right: 16px;
    }
    .proic {
        width: 40px;
        overflow: hidden;
        flex: 40px;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 50px;
        max-width: 16.666667%;
    }
    .proic2 {
        width: 40px;
        overflow: hidden;
        flex: 40px;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 50px;
        max-width: 16.666667%;
    }
    .headers-top {
        padding: 10px 0px;
        position: fixed;
        margin-bottom: 20px;
        top: 0px;
        z-index: 10000;
        width: 100%;
        bottom: 50px;
        background-color: white;
        height: 120px;
    }
}


.headding-sec h2{
    color: var(--text-color);
    font-size: 25px;
}
.unline1 {
    border-top: solid 3px rgb(244, 52, 160);
    width: 80px;
}
.unline2 {
    border-top: solid 3px var(--prime-color);
    width: 40px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.detals-sec{
    background-color: #FFE7F8;
    padding: 30px;
}

.detals-sec label{
    padding-top: 20px;
    font-size: 14px;
    font-weight: 500;
}
.detals-sec h6{
    color: var(--prime-color);
    font-weight: 600;
}

.mrt{
    margin-top: 120px;
}
.btn-back{
    border: 0px;
    padding: 5px 20px;
}




.serviceBox{
    font-family: 'Raleway', sans-serif;
    padding: 38px 0 0;
    position: relative;
}
.serviceBox .service-icon{
    color: #fff;
    background: linear-gradient(#FE339C,#5644D7);
    font-size: 45px;
    line-height: 80px;
    width: 110px;
    height: 80px;
    padding: 0 25px;
    border-radius: 10px 10px 100px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
}
.serviceBox .service-content{
    background: linear-gradient(#FE339C,#5644D7);
    padding: 90px 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0,0,0,0.0.05);
    position: relative;
    z-index: 1;
}
.serviceBox .service-content:before{
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    border-radius: 18px 18px 190px 18px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.226);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    
}
.serviceBox .title{
    color: var(--text-color);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.serviceBox .description{
    color: #888;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
/* .serviceBox.red .service-icon{ background: linear-gradient(#FF333F,#CE1527); }
.serviceBox.red .service-content{ background: linear-gradient(#FF333F,#FF333F,#FF333F,#CE1527); } */
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}

.service-content h3{
    text-align: center;
}

.service-content ul{
    margin-left: -25px;
}

.service-content button{
    
}

.pend{
    background: var(--red-co);
    color: var(--body-co);
}
.paid{
    background: var(--success-co);
    color: var(--body-co);
}

.service-content{
    min-height: 350px;
}

.propictp {
    width: 37px;
    border-radius: 100px;
    position: relative;
    left: -8px;
    border: solid 1px var(--white-co);
}






/* book css  */



.hard {
	background-color: #00F;
}

.pg1 {
	background-color: #FF0;
}

.pg2 {
	background-color: #0FF;
}

.pg3 {
	background-color: #F0F;
}

.pg4 {
	background-color: #F00
}


.a4-sheet{
    box-shadow: 2px 2px 8px rgb(165, 165, 165);
    min-height: 800px;
    padding: 50px;
}

.a4-sheet-body{
    height: 1000px;
    overflow-y: scroll;
}

.a4-sheet-body::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .a4-sheet-body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  .btnnxtprv{
      cursor: pointer;
  }

  .bookco{
      box-shadow: 2px 2px 4px rgb(209, 209, 209);
      padding: 10px;
      background: var(--body-co);
  }
  button{
      cursor: pointer;
  }

  .lib-menu-list h6 i{
      font-size: 14px;
  }

  .bbles .circle2-one img{
      margin-top: 700px;
      position: absolute;
      width: 250px;
      left: -150px;
  }
  .bbles .circle2-two img{
    margin-top: 200px;
    position: absolute;
    width: 250px;
    left: -150px;
}
.bbles .circle2-three img{
    margin-top: 400px;
    position: absolute;   
    width: 250px;
    right: -180px;

}

.menu-le-top{
    border-bottom: solid 1px var(--prime-color);
    padding-bottom: 20px;
}
.menu-le-top button {
    background: var(--body-co);
    border: 0px;
    padding: 5px 10px;
}

.search-sugg{
    background: var(--body-co);
}
