@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');


h1, h2, h3, h4, h5, h6{
    font-family: 'Oswald', sans-serif;
}
p, span, li{
    font-family: 'Poppins', sans-serif;
}
body {
    background: url('../images/bg-1.png') !important;
    background-attachment:fixed !important;
}
.socialicons{
    display: flex !important;
}
.socialicons li{
    margin-right: 25px !important;
       transition: 0.5s ease;
}
.socialicons li:hover{
    transform : scale(1.1);
    color: #ca2f35;
    
}
.logo-menu img {
    width: 215px;
}
.top-bar {
    background: #392581;
}
.top-contact {
    text-align: right;
}
.top-contact ul {
    padding: 0px;
    margin:0px;
}
.top-contact li {
    list-style: none;
    display: inline-block;
}
.top-contact li a {
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}
header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.navbar-brand h2 {
    color: #fff;
}
#navbarCollapse .navbar-nav {
    background: #392581;
    padding: 10px;
    border-radius: 50px 0px 0px 50px;
    position: relative;
}
/*#navbarCollapse .navbar-nav:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100vh;*/
/*    height: 60px;*/
/*    background: #392581;*/
/*    right: -100vh;*/
/*    top: 0px;*/
/*}*/

.main-menu #navbarCollapse .navbar-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  
    background: #4ba9f1 !important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #79bff5 !important;
}
.hero-sec {
    background: url(../images/bg-cover-1.png);
    padding-top: 175px;
    animation: mymove 500s linear infinite;
}
.hero-sec .row {
    align-items: center;
}
.books-showcase img {
    width: 220px;
}
@keyframes mymove{
    0%{
        background-position: -10000px 0px;
    }
    100%{
        background-position: 0px 0px;
    }
  }
.hero-text h5 {
    color: #fff;
    background: url(../images/bg-2.png);
    background-repeat: no-repeat;
    padding-left: 60px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    background-size: 100%;
    padding-right: 60px;
}
.hero-text h1 {
    color: #fff;
    font-weight: 800;
    font-size: 40px;
}
.hero-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.hero-text p {
    color: #fff;
}
.hero-images img{ width: 100%;}
.rating-logo img {
    width: 100%;
}

.slider-image {
    padding: 10px;
    
}

.slider-image {
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.slick-current .slider-image {
    transform: scale(1.4);
}
.book-slider .slick-list.draggable {
    padding: 45px 50px !important;
}
.logo-brand {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: -50px;
    box-shadow: 0px 0px 4px 0px;
/*    background-image: url(../images/logos-brand.png);*/
    background-repeat: no-repeat;
    background-position: center;
/*    animation: mymove 100s linear infinite;*/
}
.logo-brand img {
    width: 100%;
}
.book-sec{
    padding: 100px 0px;

}    
.books-write {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.books-write img {
    width: 125px;
    margin-right: 8px;
}

.books-write .book-text {
    margin-left: 5px;
}
.books-write .book-text h4{
    font-size: 15px;
    font-weight: 700;}
.books-write .book-text p{font-size: 14px;}
.sec2-image img{width: 100%;}
.ghostwriting-sec {
    background: url(../images/bg-3.png);
    padding: 50px 0px;}
.ghostwriting-text h5 {
    color: #fff;

}
.ghostwriting-text h2 {
    color: #fff;
}
.ghostwriting-text p {
    color: #fff;
}
.ghostwriting-text a {
    color: #fff;
    background: #F14B4B;
    border-radius: 50px 50px 0px 50px;
    padding: 15px 50px;
    display: inline-block;
    text-decoration: none;
}

.chat-btn a {
    color: #fff;
    background: #F14B4B;
    border-radius: 50px 50px 0px 50px;
    padding: 15px 50px;
    display: inline-block;
    text-decoration: none;
}
.chat-btn a:last-child {background: #563CB7;}
.sec3-text h5{
    background: url('../images/bg-4.png');
    background-size:100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 0px;
    padding-left:60px;
    
}
 .sec3-text{}
.sec-3{padding: 60px 0px;}  
.sec-3 .row {
    align-items: center;
}
.service-box {
    padding: 20px;
    border-radius: 10px;
    width: 23%;
    display: inline-block;
    margin: 5px;
    min-height: 338px;
    vertical-align: text-top;
}
.top-num {
    display: flex;
    justify-content: space-between;
}

.top-num h2 {
    color: #fff;
    font-size: 60px;
    opacity: 0.4;
}
.service-box h4 {
    font-size: 17px;
    margin-top: 20px;
}
.service-box:nth-child(2) {}
.service-box:nth-child(4) {}
.service-box p {
    font-size: 13px;
    height: 200px;
    overflow-y: scroll;}
.service-box p::-webkit-scrollbar {
    width: 4px;
    background: #941085;
}    
.service-box p::-webkit-scrollbar-thumb {
    background: #fff;
}
.service-box p::-webkit-scrollbar-track {
    background: #000000;
}    
.sec3-text h5 {
    background: url(../images/bg-4.png);
    background-size: 100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 36px 5px 45px;
    display: inline-block;
}
.sec3-text h2{
    font-size: 40px;
    font-weight: 700;
    font-family: 'FontAwesome';
}
.sec-4 {
    padding: 50px 0px;
    background: url(../images/bg-5.png);
    background-size: 100% 71%;
    background-repeat: no-repeat;
}
.sec-4-text h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 500;
}
.contact-num {
    margin-top: 10px;
}
.contact-num a {
    font-size: 21px;
    padding: 20px;
    display: inline-block;
    color: #4FAF6F;
    text-decoration: none;
}
.f-logo img {
    width: 73%;
    margin-bottom: 20px;
}
.contact-num2 {
    background: #C32F36;
    display: flex;
    border-radius: 15px;
    position: relative;
    bottom: -50px;
}
.call-num {
    display: flex;
    margin-left: 20px;
    align-items: center;
    color: #fff;
    font-weight: 800;
}
.call-num i {
    font-size: 40px;
    margin-right: 10px;
}
.sec-5{padding: 50px 0px;}
.sec5-text h5 {
    background: url(../images/bg-4.png);
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    padding: 10px 36px 5px 45px;
    display: inline-block;
}
.sec5-text h2 {
    font-size: 40px;
    font-weight: 700;
}
.sec-5 .row {
    align-items: center;
}
.sec-6{
    padding: 50px 0px;
}
.sec-6 .row {
    align-items: center;
}
.sec6-text h2 {
    background: url(../images/bg-4.png);
    background-size: 100% 100%;
    color: #fff;
    padding: 10px 35px 5px 90px;
    display: inline-block;
    font-size: 28px;
    text-align: center;
}
.reviews-box {
    background: #150846;
    padding: 40px;
    border-radius: 20px;
    text-align: center;
}
.reviews-box h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}
.reviews-box h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;}
.reviews-box h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;}
    
.reviews-box a {
    color: #fff;
    background: #F14B4B;
    border-radius: 50px 50px 0px 50px;
    padding: 15px 50px;
    display: inline-block;
    text-decoration: none;
    margin-top: 20px;
}
.review-1 {
    display: flex;
    align-items: center;
    padding: 0px 0px;
    border-bottom: 10px solid #FBFBFD;
}
.reviews-text {
    margin-left: 20px;
    padding: 10px 20px;
}
.review-1 h4 {
    font-size: 16px;
}
.review-1 p {
    margin-bottom: 0px;
}
.sec-7 {
    background: #150846;
    padding: 50px 0px;
}
.sec7-text{
    color: #fff;
}
.contact-num3 a {
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
.sec-7 .row {
    align-items: center;
}
.sec-10 .row{align-items: center;}
.text8-images{padding:10px;}
.text8-images img{
    width: 100%;
}
.f-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 0px;
    background: #EFEEF5;
}
.f-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 0px;
    background: #EFEEF5;
    height: 226px
}
.f-form input[type='submit']{
    color: #fff;
    background: #F14B4B;
    border-radius: 50px 50px 0px 50px;
    padding: 15px 50px;
    display: inline-block;
}

footer{
    background: #0D042F;
}

.f-logo {
    color: #fff;
}
.f-logo p{
    font-size:14px;
    color:#fff;
}
.f-contact li {
    list-style: none;
}
.f-contact h4{color:#fff;}
.f-contact ul {
    padding: 0px;
}
.f-contact li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin-bottom: 20px;
    display: inline-block;
}
.q-links h4{color:#fff;}
.q-links ul {
    padding: 0px;
}
.q-links li {
    list-style: none;
}
.q-links li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}
.disclaimer p{
    color: #fff;
}
.f-image img{width: 100%}

.copyright {
    background: #fff;
    padding: 10px;
    position: relative;
}
.copyright:before {
    content: '';
    position: absolute;
    top: -38px;
    left: 0;
    right: 0;
    width: 33%;
    height: 42px;
    background: url(../images/footer-bottom-icon.png);
    margin: 0px auto;
    z-index: 0;
    background-size: 100% 100%;
}
.copyright .col-lg-4{position:relative; z-index:2;}
.copyright i {
    font-size: 30px;
}
.copyright a {
    color: #000;
    text-decoration: none;
}
.copyright p {
    font-size: 14px;
    margin: 0px;
}
.f-cantainer {
    padding-top: 20px;
    padding-bottom: 70px;
}
/*** inner sec ***/
.innersec-1 {
    padding-top: 100px;
}
.second-image {
    margin-left: -130px;
}
.contact-sec {
    background: url(../images/bg-6.png);
    padding: 50px 0px;
}
.inr-form-sec {
    backdrop-filter: blur(10px);
    background: #ffffff38;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}
.inr-form-sec input {
    background: #ffffffbd;
    width: 90%;
    border: 0px;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 8px;
}
.inr-form-sec input[type='submit'] {
    color: #fff;
    background: #F14B4B;
    border-radius: 50px 50px 0px 50px;
    padding: 15px 50px;
    display: inline-block;
}
.inr-form-sec h4 {
    background: linear-gradient(to right, #6548D2 0%, #150846 100%);
    color: #fff;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 25px;
}
.cont-slide {
    margin-left: 130px;
    display: flex;
    align-items: center;
}
.cont-slide h2{
    color: #fff;
    font-size: 55px;
    margin-right: 10px;
}
.cont-slide h4{
    color: #f14b4b;
}
.cont-slide p {
    color: #fff;
}
.vertical-center-4 .slick-dots {
    position: absolute;
    top: 120px;
    left: 60px;
    width: 20px;

}
.vertical-center-4 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #f14b4b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #f14b4b;
}
.vertical-center-4 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f14b4b;
}
.deli-icon-sec{
    padding: 50px;
    background: #EBE8FF;
}
.deli-icon {
    display: inline-block;
    width: 31%;
}
.deli-icon p {
    font-size: 12px;
}
.deli-box2 {
    background: #150846;
    padding: 30px 30px;
    position: absolute;
    right: 0px;
}
.deli-box2 h2 {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff;
    font-size: 50px;
    font-weight: 700;
}
.deli-box2 p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}


p.second-text {
    background: #fff;
    color: #000;
    padding: 20px;
    font-size: 12px;
    margin-right: -30px;
    border-radius: 50px 0px 0px 50px;
    margin-bottom: 0px;
}
/*** tabs ***/
.book-tabs .nav-pills .nav-link.active {
    background: #150846 !important;
}
.book-tabs .nav-pills .nav-link {
    width: 160px;
    margin: 5px;
    background: #6C78A8;
    color: #fff;
    font-size: 14px;
}
.iner_frm_sec{
    padding-top: 60px;
    padding-bottom: 100px;
  }
  .infscl h3{
    font-size: 40px;
    font-weight: 600;
    font-family: poppins;
    color: var(--tblack);
  }
  .infscl img{
    width: 35%;
    margin-top: -25px;
  }
  .infscl p{
    font-size: 15px;
    font-weight: 400;
    font-family: poppins;
    color: var(--tblack);
    line-height: 33px;
    margin-top: 0px;
    text-align: justify;
  }
 .books-showcase img {
    width: 230px;
    margin: 10px;
} 
  .main_boxes{
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid rgb(107 107 107 / 46%);
    border-bottom: 2px solid rgb(107 107 107 / 46%);
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }
  .inn_box{
    background-color: #f5f5f5a6;
    padding: 0px 9px;
    padding-bottom: 15px;
  }
  .minbox1{
    margin-left: 10px;
    margin-right: 10px;
  }
  .bl{
    border-left: 2px solid rgb(107 107 107 / 46%);
    padding-left: 15px;
    border-right: 2px solid rgb(107 107 107 / 46%) ;
    padding-right: 15px;
  }
  .inbx_hed{
    background: linear-gradient(to right, #6548D2 0%, #150846 100%);
    padding: 5px;
    padding-top: 10px;
    border-radius: 0px 20px 0px 0px;
  }
  .inbx_hed h3{
    font-size: 14px;
    font-weight: 600;
    font-family: poppins;
    color: #fff;
  }
  .minbox1 h4{
    font-size: 45px;
    padding-top: 10px;
    color: #000;
  }
  .minbox1 p{
    font-size: 13px;
    text-align: center;
    padding-top: 0px;
    line-height: 25px;
    margin-bottom: 0px;
  }
  .clpr{
    padding-right: 50px;
  }
  .clpl{
    padding-left: 50px;
  }
  .ah2rw{
    align-items: flex-start;
  }
  .in_frm_cl img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: scale(1.1);
  }
  .in_frm_cl{
    position: relative;
  }
  /* INNER FORM SECTION END */
  /* INNER FORM START */
.main_inner_form_sec{
    position: absolute;
    top: 65px;
    z-index: 1;
    margin-left: 10px;
    margin-right: 20px;
  }
  .inner_form{
    padding: 30px 30px;
    background-color: #b0b0b033;
    backdrop-filter: blur(5px);
    border-radius: 0px 0px 25px 25px;
  }
  .in_frm_df{
    display: flex;
  }
  .inner_form_head h3{
    color: #fff;
    font-weight: 500;
    font-size: 20PX;
    font-family: poppins;
    line-height: 30px;
    text-align: left;
  }
  .inner_form_head{
    background: linear-gradient(to right, #6548D2 0%, #150846 100%);
    padding: 10px 20px;
  }
  .inner_form input{
    width: 100%;
    margin-top: 15px;
    border: 2px solid #F1F1F1;
    border-radius: 5px;
    height: 50px;
    background-color: #F1F1F1;
    font-size: 15px;
    font-family: poppins;
    color: rgb(107, 107, 107);
    padding-left: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .inner_form textarea{
    width: 100%;
    margin-top: 15px;
    border: 2px solid #F1F1F1;
    border-radius: 5px;
    height: 50px;
    background-color: #F1F1F1;
    font-size: 15px;
    font-family: poppins;
    color: rgb(107, 107, 107);
    padding-left: 10px;
    resize: none;
    margin-left: 5px;
    margin-right: 5px;
  }
  .inner_form input::placeholder{
    color: rgb(107, 107, 107);
    font-size: 15px;
  }
  .inner_form input:focus{
    border-color: #F14B4B;
    box-shadow: none;
  }
  .inner_form textarea:focus{
    border-color: #F14B4B;
    box-shadow: none;
  }
  .inner_form button{
    background: #F14B4B;
    padding: 12px 20px;
    color: #fff;
    transition: 0.5s ease-in-out;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    width: 60%;
    margin-top: 20px;
    border: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 50px 50px 0px 50px;
  }
  .inner_form button:hover{
    background: #563CB7;
    color: #fff;
    border: 2px solid #563CB7 !important;
  }
  .mys2mg img{
    width: 80%;
  }
  /* INNER FORM END */
  .servcess2{
    background-image: url(../images/sec2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-top: 70px;
  }
  .servcl2 img{
    /*width:100%;*/
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .sercls2{
    position: relative;
  }
  .sercls2 h2{
    font-size: 39px;
    color: transparent;
    font-weight: 500;
    -webkit-text-stroke: 2px #ffffff;
    transform: rotate(-90deg);
    top: 145px;
    position: absolute;
    left: -197px;
  }
  .sercls2 h3{
    color: #fff;
    font-size: 39px;
    line-height: 50px;
  }
  .sercls2 p{
    color: #fff;
    line-height: 28px;
    font-weight: 300;
    font-size: 15px;
  }
  .servrw{
    background-color: #917cef6e;
    border-radius: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 20px;
    align-items: center;
}
.insepg2 img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.insec3rw2{
    align-items: center;
}
.insrw3cl1 h3{
    color: #000;
    font-size: 22px;
}
.insrw3cl1 p{
    font-size: 16px;
    line-height: 28px;
}
.insrw3cl1{
    margin-top: 20px;
}
.mng p{
    font-size: 16px;
    line-height: 30px;
}
.inpsec3rw1{
    align-items: center;
}
.inpsec3rw1{
    text-align: center;
    margin-bottom: 50px;
}
.inpgsec3{
    padding-top: 50px;
}
.inpgsec3 .row {
    align-items: center;
}
.inpsec3rw1 p{
    font-size: 16px;
    line-height: 30px;
}
.inpsec3rw1 h2 {
    font-size: 40px;
    font-weight: 600;
}
.inpsec3rw1 h2 span{
    color: #F14B4B;
}
.cns{
    margin-top: 30px;
}
.cntsec2 img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.cntsec1 p{
    line-height: 30px;
    color: #000;
    font-size: 16px;
}
.countersec{
    padding-top: 50px;
}
.cntsec1 ul{
    padding-left: 0px;
}
.cntsec1 ul li{
    list-style-type: none;
    font-size: 29px;
    text-align: center;
    margin-top: 30px;
    padding: 10px 4px;
    margin-right: -30px;
    color: #fff;
}
.redc{
    background-color: #FF4343;
}
.bluc{
    background-color: #0089D0;
}
.orgc{
    background-color: #F47122;
}
.yelowc{
    background-color: #FDC53C;
}
.cntsec1 ul li h3{
    font-size: 14px;
    color: #fff;
}
.cntrw{
    align-items: center;
}
.cntsec1{
    padding-left: 21px;
}
.banner2{
    background-image: url(../images/bnsec.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.bncls2 img{
    width: 100%;
}
.bn2links h2{
    color: #fff;
    font-size: 35px;
}
.bn2links p{
    color: #fff;
    }
.banrw2{
    align-items: center;
}
.inbclinks a {
    color: #fff;
    font-size: 16px;
    margin-left: 17px;
    text-decoration: none;
}
.inbclinks{
    margin-top: 15px;
}
.vertical-center-3 .slick-slide img {
    margin-right: 10px;
}
.vertical-center-3 .cont-slide h4 {
    color: #000;
    font-size: 20px;
}
.vertical-center-3 .cont-slide p {
    color: #000;
    font-size: 12px;
}
.vertical-center-3 .cont-slide {
    margin-left: 70px;
    display: flex;
    margin-top: 30px;
}
.vertical-center-3 .slick-dots {
    position: absolute;
    top: 120px;
    left: 30px;
    width: 20px;

}
.vertical-center-3 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #6048bc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.vertical-center-3 .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #6048bc;
}
/***hshkshkd***/
.testi-area {
    padding: 50px 0px;
}
.testi-area h2 {
    margin-bottom: 40px;
    text-align: center;
    font-family: 'FontAwesome';
}
.testi-area .row {
    align-items: center;
}
.form-container
{
    background: #150846;
    padding: 30px;
    width: 86%;
    border-radius: 30px 30px 0 30px;
    position: relative;
    z-index: 1;
}

.form-container::before
{
    content: "";
    background: url(../images/dotted-bg.png) no-repeat top right;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: -1;
}

.form-container h3
{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
    color:#fff;
}

.form-container .form-group
{
    width: 100%;
    margin: 25px 0;
    color: #5a544f;
}
.form-container .form-control::placeholder{
    color:#fff;
}
.form-container .form-group label
{
    margin-bottom: 4px;
    color:#fff;
}

.form-container .form-control
{
    color:#fff;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    height: 40px;
    font-size: 14px;
    box-shadow: none;
}

.form-group .btn
{
    width: 100%;
}
.testi-area .btn:hover {
    border: 2px solid #fff;
    color: #fff;
}
.testi-area .btn {
    width: auto;
    display: table;
    margin: auto;
    padding: 14px 50px;
}
.pink-btn {
    background: #ca2f35;
    border-radius: 45px 45px 0px 45px;
    color:#fff;
}
.testi-area::after
{
    height: 448px;
    width: 380px;
    content: "";
    right:0;
    background: url("../images/remarks-after.png") no-repeat 0 0;
    bottom: 60px;
    position: absolute;
    z-index:-9;
}
.pak-sec {
    padding-top: 100px;
}
.pkg-box {
    background: #F6F6F6;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 5px #b1b1b1;
    margin: 15px;
}
.pkg-box li{
    font-size:14px;
}
.pkg-box li::before{
    content:'';
    position:absulute;
}
.pkg-head h3 {
    padding: 20px;
    border-bottom: 1px solid;
}
.pkg-head del {
    padding: 20px;
    font-size: 24px;
}
.pkg-head h2 {
    padding: 20px;
    font-size: 40px;
    font-weight: 700;
}
.pkg-box ul {
    height: 189px;
    overflow: hidden;
    padding: 15px 40px;
    overflow-y: scroll;
}
.pkg-box ul::-webkit-scrollbar {
    width: 4px;
    background: #fff;
}
.pkg-box ul::-webkit-scrollbar-thumb {
    background: #fff;
}
.pkg-box ul::-webkit-scrollbar-track {
    background: #000000;
}

.pkg-box a {
    padding: 14px 30px;
    background: #392581;
    border-radius: 30px;
    color: #000;
    display: block;
    margin: 0px 25px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.pkg-foot {
    display: flex;
    padding: 20px;
}
.pkg-foot strong {
    font-size: 13px;
}
.pkg-foot div{
    padding: 0px 15px;
}
.pkg-foot div:first-child {
    border-right: 1px solid #000;
}
.pkg-foot label {
    font-size: 12px;
}
.review-sec{
    padding-top:100px;
}
.review-box {
    padding: 20px;
    background: #fff;
    margin: 10px;
    border-radius: 7px;
    box-shadow: 0px 0px 4px 1px #dbdbdb;
    min-height:400px;
}
.review-name h3
{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 23px;
    margin: 0;
    padding-bottom: 10px;
    color: #5136b4;
}

.review-name h4
{
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    color:#5136b4;
    margin-bottom: 20px;
}

.review-name
{
    border-bottom: 1px solid #dce9eb;
    margin-bottom: 20px;
}

.review-txt
{
    position:relative;
}

.review-txt i
{
    font-size:20px;
    color: #c2bcd6;
}


.review-txt p
{
    margin: 20px 0;
}

.review-star span
{
    color: #fff;
    -webkit-text-stroke: 1px #5b5866;
    font-size: 14px;
}

.review-star span.checked
{
    color: #ffae00;
    -webkit-text-stroke: 1px #ffae00;
}
.cntsec-list li {
    color: #000 !important;
    text-align: left !important;
    padding: 0px;
    margin: 0px !important;
    font-size: 16px !important;
    display: inline-block;
    width: 48%;
}
.cntsec-list li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    margin-right: 8px;
    color: #ff4343;
}
@media screen and (max-width:1440px){
    .hero-text h1 {
    font-size: 34px;
    }
    .hero-text h1 span {
    font-family: 'FontAwesome';    
    }
}
@media screen and (max-width:991px){
    .hero-text h5 {
    background-position: center;
}
.hero-text {
    text-align: center;
}
.main-menu .navbar-brand {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}
.main-menu .navbar-brand button {
    background: #fff;
}
#navbarCollapse .navbar-nav:before{display: none;}
#navbarCollapse .navbar-nav {border-radius: 0px 0px 0px 0px;}
.ghostwriting-text {text-align: center;}
.sec-3 {text-align: center;}
.sec-4-text h2 {font-size: 21px;}
.contact-num a {font-size: 20px;padding: 14px;}
.contact-num2 img {width: 130px;}
.contact-num2 span{font-weight: 500; font-size: 13px;}
.sec-5 {text-align: center;}
.top-contact ul {   margin: 0px;}
.vertical-center-4 .cont-slide {margin-left: 0px;display: block;text-align: center;}
.vertical-center-4 .slick-dots{position: inherit; top: 0px;left: 0px;width:auto;}
.vertical-center-4 .slick-dots li button:before{background:transparent;}
.contact-sec{background-size:cover;}
.innersec-1 {padding-top: 35px;}
}


@media screen and (max-width:600px){
    section{overflow: hidden;}
    p {font-size: 14px;}
    .navbar-toggler-icon {
    width: 1em;
    height: 1em;}
.hero-text h5 {padding-left: 40px;background-size: 100%;padding-right: 30px;}
.book-sec {padding: 20px 0px;}
.rating-logo img{width: 100%}
.hero-sec {padding-top: 130px;}
.top-contact li a {padding: 5px; font-size: 12px;}
.books-write .book-text {margin-left: 10px;}
.sec3-text h2 {font-size: 24px;}
.chat-btn a {padding: 10px 20px;font-size: 12px;}
.service-box {width: 100%;margin: 10px 0px;}
.service-box:nth-child(2) {margin-top: 10px;position: relative;top: 0px;}
.service-box:nth-child(4) {margin-top: 10px;position: relative;top: 0px;}
.review-1 {display: block;text-align: center;}
.reviews-box h2 {font-size: 30px;}
.reviews-box h3 {font-size: 18px;}
.reviews-box h4 {font-size: 28px;}
.reviews-box img {width: 118px;display: block;margin: 0 auto;}
.sec-6 {text-align: center;}
.sec-7 {text-align: center;}
.hero-images img {margin-bottom: 20px;}
.sec5-text h2 {font-size: 28px;}
.sec-5 {padding: 20px 0px;}
.sec-4 {background-size: 100% 100%;}
.contact-num2 {bottom: 0px;}
.sec-4-text {text-align: center;}
.sec6-text h2 {font-size: 18px;padding: 10px 20px 5px 20px;}
.sec6-text h2{background-color: #1e1261;}
.hero-text h1 {font-size: 24px;}
.sec3-text {text-align: center;}
.hero-images {margin: 5px 0px;}
.reviews-text {padding: 10px 0px;}
.deli-icon {text-align: center;}
.reviews-text {margin-left: 0px;padding: 10px;}
.deli-box2 {position: inherit;}
.deli-icon {width: 100%;text-align: center;}
.deli-icon-sec {padding: 0px;}
.book-tabs .nav-pills .nav-link {width: 100% !important;}
.book-tabs .align-items-start {display: block !important;text-align: center;}
.slider-image{padding:0px;}

.slick-current .slider-image {
    transform: scale(1.7);
}
.form-container{padding: 30px;width: 100%;border-radius: 30px 30px 0 30px;margin:0 auto;}
}
/* INNER FORM SECTION START */ 

/*add to cart*/


