@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Medium.woff2') format('woff2'),
        url('../fonts/Involve-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Regular.woff2') format('woff2'),
        url('../fonts/Involve-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Bold.woff2') format('woff2'),
        url('../fonts/Involve-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve Medium Oblique';
    src: url('../fonts/Involve-MediumOblique.woff2') format('woff2'),
        url('../fonts/Involve-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve Bold Oblique';
    src: url('../fonts/Involve-BoldOblique.woff2') format('woff2'),
        url('../fonts/Involve-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Oblique.woff2') format('woff2'),
        url('../fonts/Involve-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Oblique.woff2') format('woff2'),
        url('../fonts/Involve-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Medium.woff2') format('woff2'),
        url('../fonts/Involve-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Regular.woff2') format('woff2'),
        url('../fonts/Involve-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-BoldOblique.woff2') format('woff2'),
        url('../fonts/Involve-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-SemiBold.woff2') format('woff2'),
        url('../fonts/Involve-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve SemiBold Oblique';
    src: url('../fonts/Involve-SemiBoldOblique.woff2') format('woff2'),
        url('../fonts/Involve-SemiBoldOblique.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Bold.woff2') format('woff2'),
        url('../fonts/Involve-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-MediumOblique.woff2') format('woff2'),
        url('../fonts/Involve-MediumOblique.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-SemiBoldOblique.woff2') format('woff2'),
        url('../fonts/Involve-SemiBoldOblique.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-SemiBold.woff2') format('woff2'),
        url('../fonts/Involve-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Oblique.woff2') format('woff2'),
        url('../fonts/Involve-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('../fonts/Involve-Regular.woff2') format('woff2'),
        url('../fonts/Involve-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




:root {
    --primary-color: #7050FF;
    --primary-dark: #4f46e5;
    --secondary-color: #f3f4f6;
    --text-dark: #1D1D1D;
    --text-gray: #6b7280;
    --text-light: #9ca3af;
    --border-color: #e5e7eb;
    --success-color: #10b981;
    --warning-color: #f59e0b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Involve', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    background: #ededed;
}

/* Header Styles */
.navbar {
    background: #ededed;
    padding: 25px 0 25px;
    transition: 0.5s;
}
.navbar div#navbarNav:after {
    content: "";
    position: absolute;
    width: 82%;
    height: 1px;
    bottom: -39px;
    background: #1919192b;
    margin: auto;
}
.navbar>.container {
    align-items: center;
}
.navbar-brand {
    font-weight: 800;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    width: 320px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.dropdown-menu {
  border-radius: 12px;
  box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
  padding: 10px 0;
  border: none;
  min-width: 220px;
}
.dropdown-menu .dropdown-item {
  padding: 10px 20px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #f5f5f5;
  color: #7050ff;
  padding-left: 25px;
}
.navbar.fixed {
    position: fixed;
    background: #fff;
    padding: 14px 0;
}
.navbar.fixed div#navbarNav:after {
    display: none;
}
.navbar-brand img {
    transition: ease 0.5s;
    width: 100%;
}
.navbar.fixed .navbar-brand img {
    width: 270px;
}

.navbar-brand .text-primary {
    color: var(--primary-color) !important;
}

.navbar-nav .nav-link {
    color: var(--text-dark) !important;
    font-weight: 500;
    margin: 0 1rem;
    transition: color 0.3s ease;
    font-size: 18px;
    padding: 0 !important;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.btn-primary-custom {
    background: var(--primary-color);
    border: none;
    border-radius: 17px;
    padding: 10px 10px 10px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
    border: solid 1px var(--primary-color);
    position: relative;
}

.btn-primary-custom:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    color: white;
}

/* Hero Section */
.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 220px;
    padding-bottom: 120px;
}

.hero-content h1 {
    font-size: 72px;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.hero-content .lead {
    font-size: 1.25rem;
    color: var(--text-gray);
    margin-bottom: 2rem;
}

.btn-outline-primary-custom {
    border: 1px solid #ffffff52;
    color: var(--primary-color);
    background: #ffffff;
    transition: all 0.3s ease;
    color: #1D1D1D;
    border: solid 1px;
}
.btn-outline-primary-custom:hover {
    color: white;
    transform: translateY(-2px);
}

/* Book Showcase */
.book-showcase {padding-bottom: 120px;}


.book-image {
    transition: all 0.3s ease;
    height: 792px;
    background: url(../images/bgin.png);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 24px;
}

.book-mockup {
    width: 180px;
    height: 240px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(-15deg);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #333;
}

/* Services Section */
.services-section {padding-bottom: 120px;overflow: hidden;position: relative;}

.service-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
    height: 100%;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

/* Publishing Process */
.process-section {padding-bottom: 140px;}

.process-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.process-item {
    text-align: center;
    padding: 2rem;
}

.process-number {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-weight: 700;
    font-size: 1.5rem;
}

/* Features Section */
.features-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 5rem 0;
}

.feature-item {
    text-align: center;
    padding: 2rem;
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

/* Testimonials */
.testimonials-section {
    background: var(--secondary-color);
    padding: 5rem 0;
}

.testimonial-card {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    margin: 0 15px;
}

.testimonial-rating {
    color: #fbbf24;
    margin-bottom: 1rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}

.author-avatar {
    width: 50px;
    height: 50px;
    background: var(--primary-color);
    border-radius: 50%;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
}

/* FAQ Section */
.faq-section {
    padding: 5rem 0;
    background: white;
}

.faq-item {
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.faq-question {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    background: white;
    border: none;
    width: 100%;
    text-align: left;
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-gray);
    display: none;
}

/* CTA Section */
.cta-section {
    position: relative;
    padding-bottom: 120px;
}

.discount-badge {
    background: var(--warning-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}

/* Footer */
.footer {
    color: #fff;
    text-align: center;
}
.footer .container {
    background: #7050FF;
    border-radius: 45px;
    padding-top: 77px;
    overflow: hidden;
}
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
}
.footer h3 {
    font-size: 10.7vw;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    margin-bottom: -38px;
    margin-top: 60px;
    color: #eaeaea;
}
.footer .getstart {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 15px;
    border-bottom: solid 1px;
    padding: 22px 110px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    z-index: 9;
    transition: 0.5s;
}
.footer h2 {
    margin-bottom: 70px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.footer .getstart:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    background: #fff;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: 0.5s;
    border-radius: 10px;
}
.footer .getstart:hover:after {
    height: 100%;
}
.footer .getstart:hover {
    color: #000;
}
.site-colo ul li a, .site-colo p{
    font-size: 20px;
    color: #000;
    margin: 0;
    text-decoration: none;
}
.site-colo ul {
    display: flex;
    list-style: none;
    margin: 0;
    justify-content: flex-end;
}
.site-colo {
    padding: 50px 0;
}
.site-colo ul li {
    margin-right: 28px;
}
/* Responsive Design */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-section {
        padding: 4rem 0;
    }
    
    .process-grid {
        grid-template-columns: 1fr;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.portfolio-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.portfolio-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.portfolio-image {
    height: 200px;
    background: linear-gradient(45deg, #667eea, #764ba2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

.portfolio-content {
    padding: 1.5rem;
}

/* Banner Form Section */
.banner-form-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}


.banner-form-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.banner-form .form-floating > .form-control,
.banner-form .form-floating > .form-select {
    background: #1d1d1d14;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    color: #333;
    font-weight: 500;
    padding: 1rem;
    height: auto;
    min-height: 58px;
}

.banner-form .form-floating > .form-control:focus,
.banner-form .form-floating > .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.banner-form .form-floating > label {
    color: #666;
    font-weight: 500;
    text-transform: capitalize;
    padding: 1rem;
}

.banner-form .form-floating > .form-control:focus ~ label,
.banner-form .form-floating > .form-control:not(:placeholder-shown) ~ label,
.banner-form .form-floating > .form-select:focus ~ label,
.banner-form .form-floating > .form-select:not([value=""]) ~ label {
    color: var(--primary-color);
    transform: scale(0.7) translateY(-1rem) translateX(0.15rem);
}

.banner-form textarea.form-control {
    resize: vertical;
    min-height: 120px;
}

.banner-form .btn-warning {
    border: none;
    border-radius: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.banner-form .btn-warning:hover {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(245, 158, 11, 0.6);
}

.banner-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.banner-form .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(245, 158, 11, 0.25);
}

.banner-form .text-warning {
    color: #fbbf24 !important;
    text-decoration: underline;
    font-weight: 600;
}

.banner-form .text-warning:hover {
    color: #f59e0b !important;
}

/* Form Animation */
.banner-form-card {
    animation: slideInUp 0.8s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Success Message Styles */
.form-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
    margin-top: 2rem;
    animation: fadeInScale 0.5s ease-out;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Responsive Form */
@media (max-width: 768px) {
    .banner-form-section {
        padding: 3rem 0;
    }
    
    .banner-form-card {
        padding: 2rem;
        margin: 0 1rem;
    }
    
    .banner-form .btn-lg {
        padding: 0.75rem 2rem;
        font-size: 1rem;
    }
}



.container {max-width: 1780px;}
.hero-section .container {max-width: 1470px;}

.banner-form {
    padding: 50px;
    background: #e1e1e1;
    border-radius: 35px;
}
.banner-form h3 {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}
.banner-form p {
    text-align: center;
    color: #1d1d1d73;
    text-transform: capitalize;
}
p {
    font-size: 16px;
}
.banner-form label {
    color: #1D1D1D;
}
.banner-form label a {
    color: #7050ff;
}
.navbar div#navbarNav {
    justify-content: center;
    position: relative;
}
.btn .fa-arrow-right {
    height: 40px;
    width: 40px;
    display: inline-flex;
    background: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: 10px;
}
.buttonshead a {
    font-size: 21px;
    color: #000;
    font-weight: 800;
    text-decoration: none;
    margin-right: 30px;
}
.form-check-input[type=checkbox] {
    border: solid 1px;
    width: 18px;
    height: 18px;
}
.banner-form .btn-primary-custom {
    background: transparent;
    border: solid 1px #000;
    border-radius: 10px;
    width: 100%;
    text-align: left;
    text-transform: capitalize;
    padding: 14px 16px;
    color: #000;
    overflow: hidden;
    position: relative;
}
.banner-form .btn-primary-custom .fa-arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
    height: 40px;
    width: 40px;
    display: inline-flex;
    background: #000;
    color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-left: 10px;
    transition: 0.5s;
}
.btn .fa-arrow-right::before, .banner-form .btn-primary-custom .fa-arrow-right:before {
    transform: rotate(-35deg);
}
.btn-primary-custom:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    background: #000;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.btn-primary-custom:hover:after {
    width: 100%;
}
.btn-primary-custom:hover {
    color: #fff !important;
}
.btn-primary-custom:hover .fa-arrow-right {
    background: #fff;
    color: #000;
}

.btn-outline-primary-custom .fa-arrow-right {
    background: #1D1D1D;
    color: #fff;
}
.book-showcase .container {
    background: #fff;
    padding: 50px;
    border-radius: 35px;
}
.book-showcase h2 {
    font-size: 44px;
    width: 80%;
}
.book-showcase li {
    color: #888888;
    font-size: 18px;
}
.book-showcase ul {
    padding-left: 20px;
    line-height: 2.4;
    margin-bottom: 27px;
}
.book-showcase  .btn-outline-primary-custom {
    border: solid 1px #1D1D1D;
}
.book-image img {
    box-shadow: -9px 10px 20px 0px #0000005c;
}
.services-section .slick-slide {
    text-align: -webkit-center;
    position: relative;
}
.services-section .slick-slide:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    background: #fff;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: 27px;
}
.mainslider .item {
  margin: 0 15px;
}
.mainslider .slick-list {
  margin: 0 -15px;
}
.mainslider .item .iteminner {
    padding: 30px;
}
.mainslider .item img {
    width: 100%;
    padding: 0 30px;
}
.mainslider .item p {
    margin: 0;
    width: 100%;
    color: #888888;
    line-height: 1.8;
}
.mainslider .item .iteminner h3 {
    font-size: 28px;
    font-weight: 600;
}
.services-section .slick-dots {
    display: none !important;
}
.services-section .slick-next, .services-section .slick-prev {
    display: none !important;
}
.slick-dotted.slick-slider {
    margin: 0 !important;
}
.services-section h2 {
    width: 44%;
    margin: auto;
    margin-bottom: 20px;
}
h2 {
    font-size: 44px;
    font-weight: bold;
}
.services-section p {
    width: 50%;
    margin: auto;
}
.process-section .row {
    align-items: center;
    background: url(../images/bookin.png);
    border-radius: 45px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}
.process-section .row img {
    width: 100%;
}
.process-section .row .mainninner {
    padding-left: 110px;
}
.process-section .row .col-lg-6 {
    padding: 0;
}
.process-section .row h2 {
    color: #fff;
}
.process-section  p {
    color: #ededed96;
    margin: 25px 0 35px;
}
.portfolioSec .book-card {
    text-align: -webkit-center;
    min-height: 653px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 44px;
    transform: scale(0.9);
    transition: 1s;
    overflow: hidden;
    z-index: 9;
}
.portfolioSec {
    padding-bottom: 100px;
}
.portfolioSec .book-card img {
    transform: rotate(25deg) rotate3d(7, 3, 0, 15deg);
    width: 26%;
    box-shadow: 3px 20px 16px 0px #000;
    transition: 1s;
}
.portfolioSec .slick-dots {
    display: none !important;
}
.portfolioSec .slick-active .book-card {
    transform: scale(1);
}
.portfolioSec .slick-active .book-card img {
    transform: rotate(25deg) rotate3d(7, 3, 0, 15deg) scale(1.1);
}
.portfolioSec h2 {
    text-align: center;
}
.portfolioSec  p {
    width: 61%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.portfolioSec .book-card:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(79deg, #c6c6c7, #8d8c8e);
    top: 0;
    left: 0;
    z-index: -1;
    transition: 1s;
}
.portfolioSec .slick-active .book-card:after {
    background: linear-gradient(60deg, #7050ff, #7050ff4d);
}
.portfolioSec .buttonss {
    text-align: center;
    margin-top: 50px;
}
.portfolioSec .slick-next {
    right: 20%;
    bottom: -11%;
    z-index: 99;
    top: unset;
}
.portfolioSec .slick-prev {
    left: 20%;
    bottom: -11%;
    top: unset;
    z-index: 99;
}
.portfolioSec .slick-prev:before, .portfolioSec .slick-next:before {
    color: #000;
    content: "\f061";
    font-weight: 600 !important;
    font-family: 'FontAwesome';
    height: 60px;
    width: 60px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1d1d24;
    border-radius: 50%;
    color: #00000075;
}
.portfolioSec .slick-prev:before {
    transform: rotate(180deg);
}
section.provideSec .provideFirst {
    padding: 0 110px;
    margin-bottom: 90px;
}
.buttonss.text-right {
    text-align: right;
}
section.provideSec .provideFirst .col-lg-4 p {
    text-align: right;
    color: #888888;
    margin-bottom: 40px;
}
section.provideSec .provideFirst .col-lg-8 p {
    color: #000;
    font-size: 18px;
}
.cardSec {
    text-align: center;
    background: #FFFFFF;
    border-radius: 35px;
    padding: 30px 19px;
    margin-bottom: 80px;
    height: 285px;
}
.cardSec h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
}
.cardSec img {
    margin-top: -99px;
    width: 100px !important;
    height: 100px;
    background: #D9D9D9;
    object-fit: scale-down;
    border-radius: 50%;
}
.cardSec p {
    margin: 0;
    color: #888888;
}
.provideSec .col-lg-6 img {
    width: 100%;
}
section.testimonials {
    padding-bottom: 150px;
    padding-top: 50px;
}
.testimonial-slider.slick-dotted.slick-slider {
    margin-top: 30px !important;
}
.testimonial-card .author {
    display: flex;
    align-items: center;
    position: relative;
}
.testimonial-card .author h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}
.testimonial-card .author span {
    font-size: 14px;
    color: #9E9E9E;
    text-transform: capitalize;
}
.testimonial-card .author .quote {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    font-size: 83px;
    display: flex;
    justify-content: center;
    background: #7050FF;
    color: #fff;
    border-radius: 50%;
    bottom: 0;
    align-items: baseline;
    line-height: 1.1;
}
.slick-track .testimonial-card:nth-child(even) {
    margin-top: 70px;
}
ul.slick-dots {
    display: none !important;
}
.faqSec {
    padding-bottom: 130px;
}
.faqSec img {
    width: 100%;
}
.faqSec .accordion-button {
    border: none !important;
    box-shadow: none;
    font-size: 26px;
    font-weight: bold;
    color: #000 !important;
    background: transparent;
}
.faqSec .accordion-item {
    border: none;
    margin-bottom: 30px;
    background: transparent;
    border-radius: 16px;
    overflow: hidden;
}
.faqSec .accordion-body {
    border: none;
}
.faqSec .accordion-button:not(.collapsed) {
    background: #e1e1e1 !important;
}
.faqSec .accordion-body {
    background: #e1e1e1;
    transition: unset !important;
}
.faqSec .accordion {
    width: 95%;
}
.faqSec .accordion-button::after {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: unset !important;
    color: #000;
    content: "\f078";
    font-weight: 600 !important;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d1d1d24;
    font-size: 17px;
}
.faqSec p {
    width: 55%;
    margin: auto;
    margin-bottom: 50px;
}
.faqSec .accordion-button:not(.collapsed)::after {
    color: #fff;
    background: #000;
}
.cta-section .container {
    padding: 50px;
    background: #fff;
    border-radius: 45px;
}
.cta-section .container .row {
    align-items: center;
}
.cta-section .container .row .col-lg-6:last-child {
    display: flex;
    justify-content: center;
}
.cta-section  h2 {
    margin: 0 0 30px !important;
    font-size: 44px;
}
.cta-section p {
    margin: 0;
}
.cta-section .container img {
    width: 100%;
}
section.reachSec .banner-form {
    background: transparent;
    padding: 0;
    border-radius: unset;
}
section.reachSec .banner-form .form-floating > .form-control, section.reachSec .banner-form .form-floating > .form-select {
    background: transparent;
    border: none;
    border-bottom: solid 1px #0000003d !important;
    border-radius: 0;
    resize: none;
    margin-bottom: 33px;
    box-shadow: none !important;
    height: 50px;
}
.infomain .infoinner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.infomain .infoinner img {
    width: 56px;
    height: 56px;
    object-fit: scale-down;
    display: flex;
    align-items: center;
    background: #7050FF;
    border-radius: 14px;
    margin-right: 17px;
}
.forminner {
    background: #e1e1e1;
    padding: 50px;
    border-radius: 16px;
}
.forminner h2 {
    margin-bottom: 15px;
    width: 90%;
}
.forminner  p {
    margin-bottom: 30px;
    width: 82%;
}
.form-floating>.form-control:focus~label::after {
    background: transparent;
}
.infomain .infoinner .innermm span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #1D1D1D;
}
.infomain .infoinner .innermm a {
    color: #000;
    text-decoration: none;
}
.infomain .infoinner .innermm {
    font-weight: bold;
    font-size: 18px;
}
.reachSec .btn-primary-custom {
    width: fit-content;
    padding: 14px 70px 14px 20px;
    background: #7050FF;
    color: #fff;
    border-color: #7050FF;
    margin-top: 33px;
}
.reachSec .btn-primary-custom .fa-arrow-right {
    background: #fff;
    color: #000;
}
.reachSec {
    padding-bottom: 100px;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    background: transparent;
}


/* About Us */

section.hero-section.innerheroSec h1 {
    font-size: 44px;
}
section.hero-section.innerheroSec.thankyouSec .btn-outline-primary-custom {
    padding: 18px 40px;
    background: var(--primary-color);
    color: #fff;
}
section.hero-section.innerheroSec p {
    font-size: 16px;
}
section.hero-section.innerheroSec .hero-content {
    padding-right: 17%;
}
section.whoweare {
    padding-bottom: 110px;
}
section.whoweare .row {
    align-items: center;
    padding: 50px 50px 50px 110px;
    background: #FFFFFF;
    border-radius: 45px;
}
section.whoweare .row img {
    width: 100%;
}
section.whoweare .row .aboutinfo {
    padding-right: 18%;
}
section.businessSec .row {
    background: transparent;
    padding: 0;
}
section.businessSec .row .aboutinfo {
    padding-right: 6%;
    padding-left: 3%;
}
section.whoweare.businessSec h3 {
    font-size: 20px;
}
section.whoweare h2 {
    margin-bottom: 20px;
}
section.whoweare p {
    margin-bottom: 30px;
    line-height: 2;
}
section.whoweare .btn-outline-primary-custom {
    border: solid 1px;
}
section.mapSec {
    padding-bottom: 120px;
}
section.mapSec .row {
    padding: 50px;
    border-radius: 45px;
    background: #fff;
    overflow: hidden;
}
section.mapSec iframe {
    border-radius: 45px;
    filter: grayscale(1);
    overflow: hidden;
}
section.mapSec .row .col-lg-12 {
    padding: 0;
}


/* Article Wrting  */

section.engagingSec {
    padding-bottom: 120px;
}
section.engagingSec .row {
    align-items: center;
}
section.engagingSec  .mainroww {
    padding: 50px;
    background: #FFFFFF;
    border-radius: 45px;
}
section.engagingSec .mainroww img {
    width: 100%;
    border-radius: 25px;
}
section.engagingSec .mainroww h2 {
    margin-bottom: 20px;
}
section.engagingSec .mainroww p {
    margin-bottom: 26px;
    line-height: 1.6;
}
section.engagingSec .mainroww .firstrow .col-lg-6:last-child, section.engagingSec .mainroww .thirdrow .col-lg-6:last-child {
    padding-left: 5%;
    padding-right: 4%;
}
section.engagingSec .row.firstrow, section.engagingSec .row.secondrow {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #00000047;
}
section.engagingSec .mainroww .btn-outline-primary-custom {
    border: solid 1px;
}
section.engagingSec .row.secondrow .col-lg-6:first-child {
    padding-left: 5%;
    padding-right: 4%;
}

/* PopUp  */

section.reachSec.openpopup {
    position: fixed;
    top: 0;
    background: #000000db;
    width: 100%;
    z-index: 99999;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s all ease-in-out;
    justify-content: center;
    transform: translate(0, -100%);
}
section.reachSec.openpopup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section.reachSec.openpopup>.row {
    background: #fff;
    max-width: 45%;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    opacity: 0;
    transition: 1.5s;
    transform: translate(0, -102%);
}
section.reachSec.openpopup .banner-form .form-floating > .form-control, section.reachSec.openpopup .banner-form .form-floating > .form-select {
    margin: 0;
    padding: 21px 0 !important;
    height: 50px;
    font-size: 16px;
}
section.reachSec.openpopup .banner-form .form-floating > textarea.form-control {
    height: 80px;
}
section.reachSec.openpopup .banner-form .form-floating > label {
    padding-left: 0;
}
.reachSec.openpopup .btn-primary-custom {
    margin: 0;
    width: 100%;
    text-align: center;
}
section.reachSec.openpopup>.row h2 {
    font-size: 30px;
}
section.reachSec.openpopup>.row p {
    font-size: 14px;
}
section.reachSec.openpopup>.row .col-lg-4 {
    padding: 0;
}
section.reachSec.openpopup>.row .col-lg-8 {
    padding: 40px 30px;
}
section.reachSec.openpopup.show {
    transform: translate(0, 0%);
}
section.reachSec.openpopup.show>.row {
    opacity: 1;
    transform: translate(0, 0);
}
section.reachSec.openpopup .closepopup {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    padding: 11px;
    background: #7050ff;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.reachSec.openpopup .closepopup img {
    width: 26px !important;
    transition: 0.3s;
    filter: invert(1);
}
section.reachSec.openpopup .closepopup img:hover {
    transform: rotate(180deg);
}
section.privacySec .row {
    background: #fff;
    padding: 50px;
    border-radius: 45px;
}
section.privacySec {
    padding-bottom: 120px;
}
section.privacySec h2 {
    font-size: 35px;
}
section.privacySec  ul {
    padding-left: 20px;
}
section.privacySec .container {
    max-width: 1470px;
}
.callusnow a {
    background: #7050ff;
    color: #fff;
    position: fixed;
    left: 15px;
    bottom: 9px;
    z-index: 9999;
    height: 60px;
    width: 60px;
    border-radius: 40px;
    transition: 0.5s;
    padding: 16px;
}
.callusnow img {
    opacity: 1;
}
.callusnow a span {
    opacity: 0;
    display: none;
    transform: translate(-150%, 0);
}


@media screen and (max-width: 560px) {
.callusnow a {
    height: 50px;
    width: 50px;
    padding: 12px;
}
.navbar-brand {
    width: 180px;
}

.navbar {
    padding: 10px 0;
}

.buttonshead {
    display: none;
}

.navbar.fixed .navbar-brand img {
    width: 93%;
}

.navbar.fixed {
    padding: 8px 0;
}
.navbar-nav .nav-link {
    margin: 0;
    font-size: 16px;
    margin-bottom: 16px;
}
ul.navbar-nav {
    padding: 20px 0px;
    margin: 0 !important;
}
.navbar-toggler {
    padding: 4px;
    background: #7b55fe;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    filter: invert(1) brightness(20.5);
}
.hero-content h2 {
    font-size: 20px;
    opacity: 1 !important;
}
.hero-content h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
    opacity: 1 !important;
}

p {
    font-size: 14px;
}

.hero-content .lead {
    font-size: 14px;
    text-align: center;
    opacity: 1 !important;
}

.btn-primary-custom {
    font-size: 12px;
    border-radius: 10px;
    padding: 4px 8px;
}

.btn .fa-arrow-right {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.hero-section {
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
}

.banner-form {
    padding: 20px;
    background: #e1e1e1;
    border-radius: 15px;
    margin-top: 30px;
}

.banner-form .form-floating > .form-control, .banner-form .form-floating > .form-select {
    height: 54px !important;
    padding: 0 0 !important;
    min-height: unset;
}
.banner-form .form-floating > label {
    font-size: 14px;
}
.banner-form label {
    font-size: 13px;
}
.book-showcase .container {
    padding: 20px;
}
.book-image {
    height: 392px;
    padding: 50px;
}
.book-image img {
    height: 100%;
    object-fit: scale-down;
}
.book-showcase h2 {
    font-size: 27px;
    width: 100%;
    margin-top: 16px;
}
.book-showcase li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}
.book-showcase {
    padding-bottom: 40px;
}
.services-section h2 {
    width: 100%;
    font-size: 26px;
}
.services-section p {
    width: 100%;
}
.process-section .row .mainninner {
    padding-left: 15px;
}
.process-section .row {
    border-radius: 22px;
    padding-top: 0;
    margin: 0;
    flex-direction: column-reverse;
    padding-bottom: 40px;
}
h2 {
    font-size: 28px;
}
.process-section .row img {
    margin-bottom: 40px;
}
.process-section {
    padding-bottom: 30px;
}
.portfolioSec p {
    width: 100%;
}
.portfolioSec .book-card {
    min-height: 283px;
}
.portfolioSec .book-card img {
    width: 40%;
}
.mainslider .item .iteminner h3 {
    font-size: 18px;
}
.mainslider .item p {
    line-height: 1.4;
}
.mainslider .item .iteminner {
    padding: 18px;
}
.mainslider .item {
    margin: 0 10px;
}
.services-section {
    padding-bottom: 50px;
}
.portfolioSec .buttonss {
    margin-top: 90px;
}
.portfolioSec .slick-prev {
    left: 10%;
}
.portfolioSec .slick-prev:before, .portfolioSec .slick-next:before {
    height: 50px;
    width: 50px;
}
.portfolioSec .slick-next {
    right: 17%;
}
.portfolioSec {
    padding-bottom: 30px;
}

section.provideSec .provideFirst {
    padding: 0 0;
    margin-bottom: 40px;
}

section.provideSec .provideFirst .col-lg-4 p {
    text-align: left;
}

section.provideSec h2 br {
    display: none;
}

.provideSec .col-lg-6 img {
    margin-bottom: 100px;
}

.cardSec img {
    margin-bottom: 0 !important;
}

.cardSec h3 {
    font-size: 20px;
    margin: 10px 0;
}

.cardSec {
    height: 225px;
}

section.provideSec .col-lg-6 .row .col-lg-6:last-child .cardSec {
    margin-bottom: 0;
}
.slick-track .testimonial-card:nth-child(even) {
    margin-top: 0;
}

section.testimonials p br {
    display: none;
}

.testimonial-card {
    padding: 20px;
}

section.testimonials {
    padding-bottom: 40px;
}

.faqSec p {
    width: 100%;
    margin-bottom: 20px;
}

.faqSec .accordion-button {
    font-size: 17px;
    padding: 24px 21px 0;
    line-height: 1.6;
}

.faqSec .accordion-body {
    font-size: 14px;
}

.faqSec .accordion-button::after {
    width: 40px;
    height: 40px;
}

section.faqSec {
    padding-bottom: 30px;
}

section.faqSec img {
    width: 100%;
    margin-top: 30px;
}

.cta-section .container {padding: 20px;border-radius: 20px;}

.cta-section h2 {
    font-size: 30px;
}

.cta-section p {
    font-size: 15px;
}

.cta-section .container img {
    margin-bottom: 20px;
}

section.cta-section {
    padding-bottom: 30px;
    padding-top: 40px;
}

section.reachSec .banner-form .form-floating > .form-control, section.reachSec .banner-form .form-floating > .form-select {
    margin-bottom: 0;
}

.forminner {
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px;
}

.forminner h2 {
    width: 100%;
}

.forminner p {
    width: 100%;
}

.infomain .infoinner .innermm {
    font-size: 14px;
}

.infomain .infoinner .innermm span {
    font-size: 12px;
}

.infomain .infoinner {
    margin-bottom: 13px;
}

section.reachSec {
    padding-bottom: 50px;
}

.footer .container {
    border-radius: 20px;
    padding-top: 27px;
}

.footer h2 {
    width: 100%;
    margin-bottom: 20px;
}

.footer .getstart {
    width: 100%;
    padding: 17px 0;
    font-size: 15px;
    letter-spacing: 6px;
}

.site-colo {
    padding: 30px 0;
}

.site-colo ul li a, .site-colo p {
    font-size: 13px;
}

.site-colo ul {
    padding: 0;
    justify-content: center;
}

.site-colo ul li {
    margin-right: 11px;
}
section.hero-section.innerheroSec .hero-content {
    padding: 0;
}
section.hero-section.innerheroSec h1 {
    font-size: 28px;
}
section.engagingSec .mainroww {
    padding: 14px;
}
section.engagingSec .mainroww h2 {
    margin-top: 20px;
}
section.hero-section.innerheroSec p {
    font-size: 14px;
}
section.engagingSec .row.firstrow, section.engagingSec .row.secondrow {
    padding-bottom: 35px;
    margin-bottom: 30px;
}
section.engagingSec .row.secondrow {
    flex-direction: column-reverse;
}
section.engagingSec {
    padding-bottom: 30px;
}
section.whoweare .row {
    padding: 20px 10px;
    margin: 0;
    flex-direction: column-reverse;
}
section.whoweare .row .aboutinfo {
    padding: 0;
    margin-top: 20px;
}
section.whoweare h2 {
    margin-bottom: 10px;
}
section.whoweare {
    padding-bottom: 0;
}
section.whoweare p {
    margin-bottom: 19px;
}
section.whoweare.businessSec .row {
    flex-direction: unset;
}
section.mapSec {
    padding-bottom: 20px;
}
section.mapSec .row {
    padding: 20px;
    margin: 0;
}
section.mapSec iframe {
    height: 380px;
}
section.privacySec .row {
    margin: 0;
    padding: 30px 20px;
    border-radius: 20px;
}
section.privacySec h2 {
    font-size: 23px;
}
section.privacySec li {
    font-size: 14px;
    margin-bottom: 10px;
}
section.privacySec {
    padding-bottom: 30px;
}
section.hero-section.innerheroSec.thankyouSec .btn-outline-primary-custom {
    padding: 14px 20px;
}
section.hero-section.innerheroSec.thankyouSec p br {
    display: none;
}
section.hero-section.innerheroSec.thankyouSec p {
    margin-bottom: 10px;
}
section.hero-section.innerheroSec.thankyouSec {
    padding-top: 110px;
}
.footer h3 {
    margin-bottom: -10px;
}
section.reachSec.openpopup>.row {
    max-width: 100%;
    margin: 0 20px !important;
}
section.reachSec.openpopup>.row .col-lg-8 {
    padding: 20px 20px;
}
section.reachSec.openpopup>.row .col-lg-4 {
    display: none;
}
section.reachSec.openpopup>.row h2 {
    font-size: 23px;
}
section.reachSec.openpopup>.row p {
    font-size: 13px;
}
section.reachSec.openpopup .banner-form .form-floating > .form-control, section.reachSec.openpopup .banner-form .form-floating > .form-select {
    min-height: unset !important;
    height: 44px !important;
}
section.reachSec.openpopup .closepopup {
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    padding: 7px;
}
.footer h3 {
    margin-bottom: -10px;
}
section.reachSec.openpopup>.row {
    max-width: 100%;
    margin: 0 20px !important;
}
section.reachSec.openpopup>.row .col-lg-8 {
    padding: 20px 20px;
}
section.reachSec.openpopup>.row .col-lg-4 {
    display: none;
}
section.reachSec.openpopup>.row h2 {
    font-size: 23px;
}
section.reachSec.openpopup>.row p {
    font-size: 13px;
}
section.reachSec.openpopup .banner-form .form-floating > .form-control, section.reachSec.openpopup .banner-form .form-floating > .form-select {
    min-height: unset !important;
    height: 44px !important;
}
section.reachSec.openpopup .closepopup {
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    padding: 7px;
}
}







@media screen and (max-width: 767px) and (min-width: 561px) {
.navbar-brand {
    width: 220px;
}

.navbar {
    padding: 10px 0;
}

.buttonshead {
    display: none;
}

.navbar.fixed .navbar-brand img {
    width: 93%;
}

.navbar.fixed {
    padding: 8px 0;
}
.navbar-nav .nav-link {
    margin: 0;
    font-size: 16px;
    margin-bottom: 16px;
}
ul.navbar-nav {
    padding: 20px 0px;
    margin: 0 !important;
}
.navbar-toggler {
    padding: 4px;
    background: #7b55fe;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    filter: invert(1) brightness(20.5);
}
.hero-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
}

.hero-content .lead {
    font-size: 15px;
}

.btn-primary-custom {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 17px;
}

.btn .fa-arrow-right {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.banner-form {
    padding: 20px;
    background: #e1e1e1;
    border-radius: 15px;
    margin-top: 30px;
}

.banner-form .form-floating > .form-control, .banner-form .form-floating > .form-select {
    height: 54px !important;
    padding: 0 0 !important;
    min-height: unset;
}
.banner-form .form-floating > label {
    font-size: 14px;
}
.banner-form label {
    font-size: 13px;
}
.book-showcase .container {
    padding: 20px;
}
.book-image {
    height: 392px;
    padding: 50px;
}
.book-image img {
    height: 100%;
    object-fit: scale-down;
}
.book-showcase h2 {
    font-size: 32px;
    width: 100%;
    margin-top: 16px;
}
.book-showcase li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}
.book-showcase {
    padding-bottom: 40px;
}
.services-section h2 {
    width: 100%;
    font-size: 32px;
}
.services-section p {
    width: 100%;
}
.process-section .row .mainninner {
    padding-left: 15px;
}
.process-section .row {
    border-radius: 22px;
    padding-top: 0;
    margin: 0;
    flex-direction: column-reverse;
    padding-bottom: 40px;
}
h2 {
    font-size: 32px;
}
.process-section .row img {
    margin-bottom: 40px;
}
.process-section {
    padding-bottom: 30px;
}
.portfolioSec p {
    width: 100%;
}
.portfolioSec .book-card {
    min-height: 283px;
}
.portfolioSec .book-card img {
    width: 40%;
}
.mainslider .item .iteminner h3 {
    font-size: 18px;
}
.mainslider .item p {
    line-height: 1.4;
}
.mainslider .item .iteminner {
    padding: 18px;
}
.mainslider .item {
    margin: 0 10px;
}
.services-section {
    padding-bottom: 50px;
}
.portfolioSec .buttonss {
    margin-top: 90px;
}
.portfolioSec .slick-prev {
    left: 10%;
}
.portfolioSec .slick-prev:before, .portfolioSec .slick-next:before {
    height: 50px;
    width: 50px;
}
.portfolioSec .slick-next {
    right: 17%;
}
.portfolioSec {
    padding-bottom: 30px;
}

section.provideSec .provideFirst {
    padding: 0 0;
    margin-bottom: 40px;
}

section.provideSec .provideFirst .col-lg-4 p {
    text-align: left;
}

section.provideSec h2 br {
    display: none;
}

.provideSec .col-lg-6 img {
    margin-bottom: 100px;
}

.cardSec img {
    margin-bottom: 0 !important;
}

.cardSec h3 {
    font-size: 20px;
    margin: 10px 0;
}

.cardSec {
    height: 225px;
    width: 430px;
    margin-right: auto;
    margin-left: auto;
}

section.provideSec .col-lg-6 .row .col-lg-6:last-child .cardSec {
    margin-bottom: 0;
}
.slick-track .testimonial-card:nth-child(even) {
    margin-top: 0;
}

section.testimonials p br {
    display: none;
}

.testimonial-card {
    padding: 20px;
}

section.testimonials {
    padding-bottom: 40px;
}

.faqSec p {
    width: 100%;
    margin-bottom: 20px;
}

.faqSec .accordion-button {
    font-size: 17px;
    padding: 24px 21px 0;
    line-height: 1.6;
}

.faqSec .accordion-body {
    font-size: 14px;
}

.faqSec .accordion-button::after {
    width: 40px;
    height: 40px;
}

section.faqSec {
    padding-bottom: 30px;
}

section.faqSec img {
    width: 100%;
    margin-top: 30px;
}

.cta-section .container {padding: 20px;border-radius: 20px;}

.cta-section h2 {
    font-size: 30px;
}

.cta-section p {
    font-size: 15px;
}

.cta-section .container img {
    margin-bottom: 20px;
}

section.cta-section {
    padding-bottom: 30px;
    padding-top: 40px;
}

section.reachSec .banner-form .form-floating > .form-control, section.reachSec .banner-form .form-floating > .form-select {
    margin-bottom: 0;
}

.forminner {
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px;
}

.forminner h2 {
    width: 100%;
}

.forminner p {
    width: 100%;
}

.infomain .infoinner .innermm {
    font-size: 14px;
}

.infomain .infoinner .innermm span {
    font-size: 12px;
}

.infomain .infoinner {
    margin-bottom: 13px;
}

section.reachSec {
    padding-bottom: 50px;
}

.footer .container {
    border-radius: 20px;
    padding-top: 27px;
}

.footer h2 {
    width: 100%;
    margin-bottom: 20px;
}
.footer h3 {
    margin-bottom: -10px;
}
.footer .getstart {
    width: 100%;
    padding: 17px 0;
    font-size: 15px;
    letter-spacing: 6px;
}

.site-colo {
    padding: 30px 0;
}

.site-colo ul li a, .site-colo p {
    font-size: 14px;
    text-align: center;
}

.site-colo ul {
    padding: 0;
    justify-content: center;
}

.site-colo ul li {
    margin-right: 11px;
}
section.hero-section.innerheroSec .hero-content {
    padding: 0;
}
section.hero-section.innerheroSec h1 {
    font-size: 32px;
}
section.engagingSec .mainroww {
    padding: 14px;
}
section.engagingSec .mainroww h2 {
    margin-top: 20px;
}
section.hero-section.innerheroSec p {
    font-size: 14px;
}
section.engagingSec .row.firstrow, section.engagingSec .row.secondrow {
    padding-bottom: 35px;
    margin-bottom: 10px;
}
section.engagingSec .row.secondrow {
    flex-direction: column-reverse;
}
section.engagingSec {
    padding-bottom: 30px;
}
section.whoweare .row {
    padding: 20px 10px;
    margin: 0;
    flex-direction: column-reverse;
}
section.whoweare .row .aboutinfo {
    padding: 0;
    margin-top: 20px;
}
section.whoweare h2 {
    margin-bottom: 10px;
}
section.whoweare {
    padding-bottom: 0;
}
section.whoweare p {
    margin-bottom: 19px;
}
section.whoweare.businessSec .row {
    flex-direction: unset;
}
section.mapSec {
    padding-bottom: 20px;
}
section.mapSec .row {
    padding: 20px;
    margin: 0;
}
section.mapSec iframe {
    height: 380px;
}
section.privacySec .row {
    margin: 0;
    padding: 30px 20px;
    border-radius: 20px;
}
section.privacySec h2 {
    font-size: 26px;
}
section.privacySec li {
    font-size: 15px;
    margin-bottom: 10px;
}
section.privacySec {
    padding-bottom: 30px;
}
section.hero-section.innerheroSec.thankyouSec .btn-outline-primary-custom {
    padding: 14px 20px;
}
section.hero-section.innerheroSec.thankyouSec p br {
    display: none;
}
section.hero-section.innerheroSec.thankyouSec p {
    margin-bottom: 13px;
}
section.hero-section.innerheroSec.thankyouSec {
    padding-top: 110px;
}
section.reachSec.openpopup>.row {
    max-width: 100%;
    margin: 0 20px !important;
}
section.reachSec.openpopup>.row .col-lg-8 {
    padding: 20px 20px;
}
section.reachSec.openpopup>.row .col-lg-4 {
    display: none;
}
section.reachSec.openpopup>.row h2 {
    font-size: 23px;
}
section.reachSec.openpopup>.row p {
    font-size: 13px;
}
section.reachSec.openpopup .banner-form .form-floating > .form-control, section.reachSec.openpopup .banner-form .form-floating > .form-select {
    min-height: unset !important;
    height: 44px !important;
}
section.reachSec.openpopup .closepopup {
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    padding: 7px;
}
.footer h3 {
    margin-bottom: -10px;
}
section.reachSec.openpopup>.row {
    max-width: 100%;
    margin: 0 20px !important;
}
section.reachSec.openpopup>.row .col-lg-8 {
    padding: 20px 20px;
}
section.reachSec.openpopup>.row .col-lg-4 {
    display: none;
}
section.reachSec.openpopup>.row h2 {
    font-size: 23px;
}
section.reachSec.openpopup>.row p {
    font-size: 13px;
}
section.reachSec.openpopup .banner-form .form-floating > .form-control, section.reachSec.openpopup .banner-form .form-floating > .form-select {
    min-height: unset !important;
    height: 44px !important;
}
section.reachSec.openpopup .closepopup {
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    padding: 7px;
}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
.navbar-brand {
    width: 220px;
}

.navbar {
    padding: 10px 0;
}

.buttonshead {
    display: none;
}

.navbar.fixed .navbar-brand img {
    width: 93%;
}

.navbar.fixed {
    padding: 8px 0;
}
.navbar-nav .nav-link {
    margin: 0;
    font-size: 16px;
    margin-bottom: 16px;
}
ul.navbar-nav {
    padding: 20px 0px;
    margin: 0 !important;
}
.navbar-toggler {
    padding: 4px;
    background: #7b55fe;
    box-shadow: none !important;
}
.navbar-toggler-icon {
    filter: invert(1) brightness(20.5);
}
.hero-content h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

p {
    font-size: 15px;
}
.container {
    max-width: 700px !important;
}
.hero-section .container {
    max-width: 640px !important;
}
.services-section .container-fluid {
    max-width: 600px !important;
}
.hero-content .lead {
    font-size: 15px;
}

.btn-primary-custom {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 17px;
}

.btn .fa-arrow-right {
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.hero-section {
    padding-top: 100px;
    padding-bottom: 50px;
}

.banner-form {
    padding: 20px;
    background: #e1e1e1;
    border-radius: 15px;
    margin-top: 30px;
}

.banner-form .form-floating > .form-control, .banner-form .form-floating > .form-select {
    height: 54px !important;
    padding: 0 0 !important;
    min-height: unset;
}
.banner-form .form-floating > label {
    font-size: 14px;
}
.banner-form label {
    font-size: 13px;
}
.book-showcase .container {
    padding: 20px;
}
.book-image {
    height: 392px;
    padding: 50px;
}
.book-image img {
    height: 100%;
    object-fit: scale-down;
}
.book-showcase h2 {
    font-size: 32px;
    width: 100%;
    margin-top: 16px;
}
.book-showcase li {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}
.book-showcase {
    padding-bottom: 40px;
}
.services-section h2 {
    width: 100%;
    font-size: 32px;
}
.services-section p {
    width: 100%;
}
.process-section .row .mainninner {
    padding-left: 15px;
}
.process-section .row {
    border-radius: 22px;
    padding-top: 0;
    margin: 0;
    flex-direction: column-reverse;
    padding-bottom: 40px;
}
h2 {
    font-size: 32px;
}
.process-section .row img {
    margin-bottom: 40px;
}
.process-section {
    padding-bottom: 30px;
}
.portfolioSec p {
    width: 100%;
}
.portfolioSec .book-card {
    min-height: 283px;
}
.portfolioSec .book-card img {
    width: 30%;
}
.mainslider .item .iteminner h3 {
    font-size: 18px;
}
.mainslider .item p {
    line-height: 1.4;
}
.mainslider .item .iteminner {
    padding: 18px;
}
.mainslider .item {
    margin: 0 10px;
}
.services-section {
    padding-bottom: 50px;
}
.portfolioSec .buttonss {
    margin-top: 90px;
}
.portfolioSec .slick-prev {
    left: 10%;
}
.portfolioSec .slick-prev:before, .portfolioSec .slick-next:before {
    height: 50px;
    width: 50px;
}
.portfolioSec .slick-next {
    right: 17%;
}
.portfolioSec {
    padding-bottom: 30px;
}

section.provideSec .provideFirst {
    padding: 0 0;
    margin-bottom: 40px;
}

section.provideSec .provideFirst .col-lg-4 p {
    text-align: left;
}

section.provideSec h2 br {
    display: none;
}

.provideSec .col-lg-6 img {
    margin-bottom: 100px;
}

.cardSec img {
    margin-bottom: 0 !important;
}

.cardSec h3 {
    font-size: 20px;
    margin: 10px 0;
}

.cardSec {
    height: 225px;
    width: 430px;
    margin-right: auto;
    margin-left: auto;
}

section.provideSec .col-lg-6 .row .col-lg-6:last-child .cardSec {
    margin-bottom: 0;
}
.slick-track .testimonial-card:nth-child(even) {
    margin-top: 0;
}

section.testimonials p br {
    display: none;
}

.testimonial-card {
    padding: 20px;
}

section.testimonials {
    padding-bottom: 40px;
}

.faqSec p {
    width: 100%;
    margin-bottom: 20px;
}

.faqSec .accordion-button {
    font-size: 17px;
    padding: 24px 21px 0;
    line-height: 1.6;
}

.faqSec .accordion-body {
    font-size: 14px;
}

.faqSec .accordion-button::after {
    width: 40px;
    height: 40px;
}

section.faqSec {
    padding-bottom: 30px;
}

section.faqSec img {
    width: 100%;
    margin-top: 30px;
}

.cta-section .container {padding: 20px;border-radius: 20px;}

.cta-section h2 {
    font-size: 30px;
}

.cta-section p {
    font-size: 15px;
}

.cta-section .container img {
    margin-bottom: 20px;
}

section.cta-section {
    padding-bottom: 30px;
    padding-top: 40px;
}

section.reachSec .banner-form .form-floating > .form-control, section.reachSec .banner-form .form-floating > .form-select {
    margin-bottom: 0;
}

.forminner {
    padding: 20px;
    border-radius: 20px;
    margin-top: 40px;
}

.forminner h2 {
    width: 100%;
}

.forminner p {
    width: 100%;
}

.infomain .infoinner .innermm {
    font-size: 14px;
}

.infomain .infoinner .innermm span {
    font-size: 12px;
}

.infomain .infoinner {
    margin-bottom: 13px;
}

section.reachSec {
    padding-bottom: 50px;
}

.footer .container {
    border-radius: 20px;
    padding-top: 27px;
}

.footer h2 {
    width: 100%;
    margin-bottom: 20px;
}
.footer h3 {
    margin-bottom: -10px;
    font-size: 8.7vw;
}
.footer .getstart {
    width: 100%;
    padding: 17px 0;
    font-size: 15px;
    letter-spacing: 6px;
}

.site-colo {
    padding: 30px 0;
}

.site-colo ul li a, .site-colo p {
    font-size: 14px;
    text-align: center;
}

.site-colo ul {
    padding: 0;
    justify-content: center;
}

.site-colo ul li {
    margin-right: 11px;
}
section.hero-section.innerheroSec .hero-content {
    padding: 0;
}
section.hero-section.innerheroSec h1 {
    font-size: 32px;
}
section.engagingSec .mainroww {
    padding: 14px;
}
section.engagingSec .mainroww h2 {
    margin-top: 20px;
}
section.hero-section.innerheroSec p {
    font-size: 14px;
}
section.engagingSec .row.firstrow, section.engagingSec .row.secondrow {
    padding-bottom: 35px;
    margin-bottom: 10px;
}
section.engagingSec .row.secondrow {
    flex-direction: column-reverse;
}
section.engagingSec {
    padding-bottom: 30px;
}
section.whoweare .row {
    padding: 20px 10px;
    margin: 0;
    flex-direction: column-reverse;
}
section.whoweare .row .aboutinfo {
    padding: 0;
    margin-top: 20px;
}
section.whoweare h2 {
    margin-bottom: 10px;
}
section.whoweare {
    padding-bottom: 0;
}
section.whoweare p {
    margin-bottom: 19px;
}
section.whoweare.businessSec .row {
    flex-direction: unset;
}
section.mapSec {
    padding-bottom: 20px;
}
section.mapSec .row {
    padding: 20px;
    margin: 0;
}
section.mapSec iframe {
    height: 380px;
}
section.privacySec .row {
    margin: 0;
    padding: 30px 20px;
    border-radius: 20px;
}
section.privacySec h2 {
    font-size: 26px;
}
section.privacySec li {
    font-size: 15px;
    margin-bottom: 10px;
}
section.privacySec {
    padding-bottom: 30px;
}
section.hero-section.innerheroSec.thankyouSec .btn-outline-primary-custom {
    padding: 14px 20px;
}
section.hero-section.innerheroSec.thankyouSec p br {
    display: none;
}
section.hero-section.innerheroSec.thankyouSec p {
    margin-bottom: 13px;
}
section.hero-section.innerheroSec.thankyouSec {
    padding-top: 110px;
}
.footer h3 {
    margin-bottom: -10px;
}
section.reachSec.openpopup>.row {
    max-width: 60%;
    margin: 0 20px !important;
}
section.reachSec.openpopup>.row .col-lg-8 {
    padding: 20px 20px;
}
section.reachSec.openpopup>.row .col-lg-4 {
    display: none;
}
section.reachSec.openpopup>.row h2 {
    font-size: 23px;
}
section.reachSec.openpopup>.row p {
    font-size: 13px;
}
section.reachSec.openpopup .banner-form .form-floating > .form-control, section.reachSec.openpopup .banner-form .form-floating > .form-select {
    min-height: unset !important;
    height: 44px !important;
}
section.reachSec.openpopup .closepopup {
    right: 5px;
    top: 5px;
    height: 30px;
    width: 30px;
    padding: 7px;
}
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
body {
    zoom: 0.8;
}
.hero-section .container {
    max-width: 1150px;
}
.container {
    max-width: 1210px;
}
.hero-section {
    padding-top: 160px;
}
.navbar-nav .nav-link {
    font-size: 16px;
    margin: 0 9px;
}
.buttonshead a {
    font-size: 17px;
    margin-right: 20px;
}
.navbar-brand {
    width: 250px;
}
.btn-primary-custom {
    font-size: 14px;
    padding: 6px 5px 6px 12px;
}
h2 {
    font-size: 34px;
}
section.engagingSec .mainroww .firstrow .col-lg-6:last-child, section.engagingSec .mainroww .thirdrow .col-lg-6:last-child {
    padding-left: 2%;
    padding-right: 2%;
}
p {
    font-size: 15px;
}
section.engagingSec .row.secondrow .col-lg-6:first-child {
    padding-left: 2%;
    padding-right: 2%;
}
section.provideSec .provideFirst {
    padding: 0 10px;
    margin-bottom: 70px;
}
.btn-primary-custom {
    padding: 4px 6px 4px 10px;
}
.navbar.fixed .navbar-brand img {
    width: 96%;
}
section.provideSec .col-lg-4 {
    padding-left: 0;
}
section.provideSec .col-lg-8 {
    padding-right: 0;
}
.cardSec h3 {
    font-size: 20px;
}
.cardSec p {
    font-size: 14px;
}
.cta-section h2 {
    font-size: 60px;
}
.forminner h2 {
    width: 100%;
}
.site-colo ul li a, .site-colo p {
    font-size: 16px;
}
.hero-content h1 {
    font-size: 54px;
}

.book-showcase h2 {
    font-size: 34px;
    width: 100%;
}

.book-showcase li, p {
    font-size: 16px;
}

.mainslider .item .iteminner h3 {
    font-size: 23px;
}

.mainslider .item p {
    line-height: 1.6;
}

.portfolioSec .book-card {
    min-height: 400px;
}

.portfolioSec .book-card img {
    width: 34%;
}

.testimonial-card {
    padding: 1rem;
}

.testimonial-card p {
    font-size: 14px;
}

.faqSec .accordion-button {
    font-size: 22px;
}

.forminner p {
    width: 100%;
}

.banner-form {
    padding: 30px;
}

.banner-form h3 {
    font-size: 24px;
}
section.hero-section.innerheroSec h1 {
    font-size: 34px;
}
.footer h3 {
    margin-bottom: -10px;
}
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {

    body {
        zoom: 0.75;
    }
    .footer h3 {
        font-size: 14.7vw;
    }
    iframe#launcher {
        zoom: 1.3;
    }
    iframe#webWidget {
        zoom: 1.3;
    }

}

@media screen and (max-width: 1680px) and (min-width: 1441px) {

    body {
        zoom: 0.8;
    }
    iframe#launcher {
        zoom: 1.2;
    }
    iframe#webWidget {
        zoom: 1.2;
    }

}

body.overflowhide {
    overflow: hidden;
}