/* 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);
    }
}

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

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

:root {
    --primary-color: #B1DDF8;
    --primary-dark: #18445E;
    --secondary-color: #f3f4f6;
    --text-dark: #1D1D1D;
    --text-gray: #6b7280;
    --text-light: #9ca3af;
    --border-color: #e5e7eb;
    --success-color: #10b981;
    --warning-color: #f59e0b;
}
nav.navbar div#navbarNav {
    justify-content: center;
}

.navbar.fixed {
    position: fixed;
    background: #fff;
    padding: 14px 0;
}
.navbar {
    padding: 25px 0 25px;
    transition: 0.5s;
}
.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: #18445e;
  padding-left: 25px;
}
.navbar-brand {
    font-weight: 800;
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    width: 320px;
}
.navbar-brand img {
    transition: ease 0.5s;
    width: 100%;
}
.navbar.fixed .navbar-brand img {
    width: 270px;
}

.container {
    max-width: 1800px;
}
.navbar-nav .nav-link {
    color: #818181;
    font-weight: 300;
    margin: 0 1rem;
    transition: color 0.3s ease;
    font-size: 16px;
    padding: 0 !important;
    margin: 0 27px;
}
body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    overflow-x: hidden;
    background: #eff6fa;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "K2D", sans-serif;
    text-transform: uppercase;
    color: #19445E;
}
p, a, li {
    font-family: 'Inter', sans-serif;    
}
h2 {
    font-size: 60px;
    font-weight: 100;
}
.hero-section {
    padding-top: 180px;
    padding-bottom: 200px;
    background: url(../images/bannerbgg.png);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 9;
}
.hero-section h2.light {
    font-weight: 100;
    font-size: 32px;
}
.hero-section  h1 {
    font-weight: 800;
    font-size: 62px;
    color: #19445E;
}
.btn-primary-custom {
    background: var(--primary-color);
    border: none;
    border-radius: 11px;
    padding: 18px 35px;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #18445E;
    font-size: 18px;
    overflow: hidden;
    border: solid 1px #18445E1A;
    position: relative;
    text-transform: uppercase;
    font-family: 'K2d';
    position: relative;
    z-index: 9;
}
.btn-primary-custom:hover:before {
    width: 100%;
}
.btn-primary-custom:before {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    background: #b1ddf8;
    top: 0;
    transition: 0.5s;
    z-index: -1;
}
.btn-primary-custom:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: #18445E1A;
}
.buttonshead a {
    font-size: 21px;
    color: #000;
    font-weight: 800;
    text-decoration: none;
    margin-right: 30px;
    font-family: 'K2D';
}
.hero-section .container {
    max-width: 1470px;
}
.banner-form {
    padding: 50px;
    background: #F5FBFF;
    border-radius: 13px;
}
.banner-form .form-check-label, .banner-form .form-check-label a {
    color: #818181;
    font-size: 14px;
}
.btn-primary-custom:after {
    content: "";
    position: absolute;
    width: 18px;
    height: 21px;
    background: url(../images/subtract.png);
    right: 0;
    top: 0;
}
.btn-outline-primary-custom {
    background: transparent;
    border-color: #B3C5D1;
}
.btn-outline-primary-custom::after {
    right: unset;
    left: 0;
    bottom: 0;
    top: unset;
    transform: rotate(180deg);
}
.banner-form .btn-primary-custom {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    background: transparent;
    border-color: #B3C5D1;
    font-size: 16px;
}
.hero-section .lead {
    width: 90%;
    margin: 20px 0 30px;
}
.hero-section:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 84%;
    background: url(../images/bannerbg.png);
    top: 0;
    z-index: -1;
}
.banner-form .form-floating > .form-control, .banner-form .form-floating > .form-select {
    background: #EEF4F7;
    border: 1px solid #EEF4F7;
    border-radius: 12px;
    color: #333;
    font-weight: 500;
    height: auto;
    min-height: 58px;
    padding: 20px 20px !important;
    font-size: 15px;
}
.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 {
    transform: scale(0.8) translateY(-1rem) translateX(0.15rem);
}
.banner-form .form-floating label:after,.banner-form .form-floating label:before  {
    background: transparent !important;
    
}
.form-floating>label {
    background: transparent !important;
}
section.book-showcase .container>.row {
    background: #EFF6FA;
    padding: 120px 60px;
    border-radius: 20px;
    box-shadow: 0px -20px 12px 0px #00000005;
}
section.book-showcase {
    margin-top: -80px;
    z-index: 99;
    position: relative;
}
section.book-showcase h3 {
    font-size: 30px;
}
section.book-showcase  h2 {
    font-size: 60px;
    font-weight: 100;
}
section.book-showcase .container>.row li {
    font-size: 16px;
    margin-bottom: 18px;
    color: #888888;
}
section.book-showcase .container>.row ul {
    margin-bottom: 70px;
    margin-top: 70px;
}
section.book-showcase .container>.row .d-flex .maininnerrr {
    background: #fff;
    max-width: 612px;
    flex: 0 0 590px;
    padding: 30px 40px 15px;
    z-index: 999;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
section.book-showcase .container>.row .d-flex .maininnerrr ul {
    margin: 0;
    padding-left: 20px;
}

section.book-showcase .container>.row .d-flex {
    position: relative;
}

section.book-showcase .container>.row .d-flex .maininnerrr h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

section.book-showcase .container>.row .d-flex .maininnerrr ul li {
    font-size: 16px;
}

.mainslider .item {
  margin: 0 15px;
}
.mainslider .slick-list {
  margin: 0 -15px;
}
.mainslider .item .iteminner {
    padding: 30px;
    border: solid 1px #81818136;
    border-radius: 9px;
    min-height: 520px;
}
.mainslider .item img {
    width: 100%;
    margin-top: 20px;
    border-radius: 10px;
}
.mainslider .item p {
    margin: 0;
    width: 100%;
    color: #888888;
    line-height: 1.8;
}
.mainslider .item .iteminner h3 {
    font-size: 28px;
    font-weight: 400;
}
.services-section .slick-next, .services-section .slick-prev {
}

.services-section .slick-dots {
    display: none !important;
}
.services-section h2 {
    font-weight: 100;
}
.services-section .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/tailored.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
section.process-section .container {
    background: url(../images/bggg.png);
    padding: 65px 15px;
}
section.process-section .mainninner {
    width: 60%;
    text-align: center;
    margin: auto;
    padding: 80px 90px;
    background: #ffffff9c;
    border-radius: 20px;
    backdrop-filter: blur(10px);
}
section.process-section .mainninner h2 {
    font-size: 40px;
    font-weight: 100;
}
section.process-section .mainninner p {
    margin: 40px 0 50px;
    width: 86%;
    margin-right: auto;
    margin-left: auto;
}
section.process-section .mainninner .btn.btn-primary-custom.chat {
    background: #18445E;
    color: #fff;
}
section.process-section .mainninner .btn.btn-primary-custom.chat::after {
    filter: brightness(10.5);
}
section.portfolioSec {
    padding-top: 150px;
    padding-bottom: 150px;
}
.slick-prev, .slick-next {
    position: absolute;
    bottom: -160px !important;
    top: unset !important;
    left: 25%;
    z-index: 999;
    width: 74px;
    height: 74px;
    background: url(../images/prev.png) !important;
    background-size: cover !important;
}
.slick-next {
    left: unset;
    right: 26%;
    transform: rotate(180deg) translate(0, 47%);
}
.slick-prev::before, .slick-next:before {
    display: none;
}
section.portfolioSec h2 {
    text-align: center;
}
.services-section .slick-next, .services-section .slick-prev {
    bottom: -130px !important;
}
.services-section .slick-next {
    right: 44%;
    transform: rotate(180deg) translate(0, 50%);
}
.services-section .slick-prev {
    left: 46%;
}
section.portfolioSec p {
    width: 50%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
section.portfolioSec h3 {
    text-align: center;
}
section.portfolioSec  .book-card {
    text-align: -webkit-center;
    background: #b1ddf8;
    width: 85%;
    margin: auto;
    padding: 60px;
    border-radius: 20px;
}
section.portfolioSec  .slick-dots {
    display: none !important;
}
section.portfolioSec  .buttonss {
    text-align: center;
    margin-top: 50px !important;
}
section.provideSec .container {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../images/tailored.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-left: 80px;
    padding-right: 0;
}
section.provideSec .container .professionalcarousel {
    margin-right: -60px;
    padding-left: 40px;
    margin-bottom: 0;
}
section.provideSec  p.fontt {
    width: 96%;
    margin: 40px 0;
}
.row.provideFirst {
    align-items: flex-end;
}
section.provideSec  .slick-dots {
    display: none !important;
}
section.provideSec  .slick-arrow {
    display: none !important;
}
.professionalcarousel .slick-slide {
  margin: 0 15px;
}
.professionalcarousel .slick-list {
  margin: 0 -15px;
}
section.provideSec .cardSec img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
section.provideSec .slick-track {
    display: flex;
    /* justify-content: flex-start; */
    margin-left: 260px;
}
section.provideSec .container .col-lg-6 img {
    width: 100%;
}
.cardSec {
    border: solid 1px #81818163;
    padding: 20px;
    border-radius: 10px;
    transition: 0.5s;
    min-height: 490px;
}
.cardSec h3 {
    margin: 26px 0;
}
.cardSec:hover {
    background: #fff;
}
/*Faq Section Css*/
.faqSec {
    padding-bottom: 130px;
    padding-right: 60px;
    padding-left: 60px;
}
.faqSec img {
    width: 100%;
}
.faqSec .accordion-button {
    border: none !important;
    box-shadow: none;
    font-size: 26px;
    font-weight: 500;
    color: #18445E !important;
    background: transparent;
    font-family: "K2D", sans-serif;
    padding: 30px;
    padding-bottom: 0;
}
.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: #FFFFFF !important;
}
.faqSec .accordion-body {
    background: #FFFFFF;
    transition: unset !important;
    padding: 30px;
    color: #818181;
    font-size: 16px;
    padding-right: 15%;
    line-height: 2;
}
.faqSec .accordion-button::after {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: unset !important;
    color: #18445E;
    content: "\f078";
    font-weight: 600 !important;
    font-family: 'FontAwesome';
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D7E4EB;
    font-size: 17px;
}
.faqSec p {
    width: 39%;
    margin: auto;
    margin-bottom: 50px;
}
.faqSec .accordion-button:not(.collapsed)::after {
    color: #fff;
    background: #18445E;
}
.faqSec .faq_side span {
    font-weight: 600;
}
/*Enjoy 50% Sec*/
section.cta-section {
    padding: 0 60px;
}
.cta-section .container {
    padding: 40px 40px 40px 100px;
    background: #fff;
    border-radius: 10px;
}
.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 20px !important;
    font-size: 80px;
}
.cta-section p {
    margin-bottom: 15px;
    font-size: 20px;
    color: #536F80;
}
.cta-section .container img {
    width: 100%;
}

.cta-section .buttonss {
    margin-top: 50px;
}
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: #ffffff;
    border: none;
    border-bottom: none !important;
    border-radius: 0;
    resize: none;
    margin-bottom: 20px;
    box-shadow: none !important;
    /* height: 80px; */
    border-radius: 7px;
    padding-top: 40px !important;
    width: 100%;
}
.infomain .infoinner {
    display: flex;
    align-items: center;
    /* margin-bottom: 30px; */
    padding-top: 30px;
    border-top: 2px solid lab(0 0 0 / .08);
    padding-bottom: 30px;
}
.infomain .infoinner img {
    width: 60px;
    height: 60px;
    object-fit: scale-down;
    display: flex;
    align-items: center;
    background: #B1DDF8;
    border-radius: 14px;
    margin-right: 17px;
}
.forminner {
    background: #ffffff;
    padding: 50px;
    border-radius: 16px;
    padding-bottom: 30px;
}
.forminner h2 {
    margin-bottom: 25px;
    /* width: 90%; */
    font-size: 34px;
    font-weight: 600;
}
.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: #18445E;
}
.infomain .infoinner .innermm a {
    color: #18445E;
    text-decoration: none;
    "K2D", font-family: sans-serif;
    font-family: "K2D", sans-serif;
}
.infomain .infoinner .innermm {
    font-weight: bold;
    font-family: "K2D", sans-serif;
    font-size: 18px;
}
.reachSec .btn-primary-custom {
    width: fit-content;
    padding: 24px 60px;
    background: #18445E;
    color: #fff;
    border: 1px solid #18445E;
    margin-top: 33px;
    line-height: 1;
    font-size: 18px;
}
.reachSec .btn-primary-custom .fa-arrow-right {
    background: #fff;
    color: #000;
}
.reachSec {
    padding-bottom: 100px;
    padding-top: 150px;
    padding-left: 60px;
    padding-right: 60px;
}
.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;
}

.forminner .infomain {
    /* padding-top: 30px; */
    /* border-top: 2px solid lab(0 0 0 / .08); */
}
/*Footer Css*/
footer.footer {}

.footer>.container {
    background: linear-gradient(
180deg, #E4EEF5, #ffff);
    border-radius: 10px;
    padding-top: 100px;
}

.footer h2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 60px;
}

.footer .buttonss {
    text-align: center;
}

.site-colo ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: end;
}

.site-colo ul a {
    font-size: 20px;
    color: #818181;
    text-decoration: none;
}

.site-colo {
    font-size: 20px;
    color: #818181;
}

.site-colo p {
    margin: 0;
}

.site-colo .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid oklab(0 0 0 / .05);
    padding-right: 60px;
    padding-left: 60px;
}

.site-colo ul li {
    padding-left: 15px;
    padding-right: 15px;
    border-right: 2px solid #818181;
    line-height: 1;
}
.footer .ct1>.row {
    padding-bottom: 100px !important;
}

.site-colo ul li:last-child {
    border: none;
    padding-right: 0;
}

.site-colo .container .row {
    align-items: center;
}
.footer h2 span {
    display: block;
    font-weight: 600;
}
/* PopUp  */

section.reachSec.openpopup {
    position: fixed;
    top: 0;
    background: #000000db;
    z-index: 99999;
    padding: 0;
    height: 100%;
    display: flex;
    align-items: center;
    transition: 0.5s all ease-in-out;
    justify-content: center;
    transform: translate(-100%, 0);
    width: 50%;
}
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;
    transition: 1.5s;
}
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);
    width: 100%;
}
section.reachSec.openpopup .closepopup {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999;
    padding: 11px;
    background: #18445E;
    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.reachSec .form-floating label {
    display: flex;
    align-items: center;
}
.reachSec .btn-primary-custom::after {
    filter: brightness(20.5);
}
.faqSec span.mb-3 {
    margin: 30px 0 40px !important;
}

section.hero-section.innerheroSec h1 {
    font-size: 44px;
}
section.hero-section.innerheroSec p {
    font-size: 16px;
}

section.engagingSec {
    z-index: 99;
    position: relative;
}
section.engagingSec .mainroww {
    background: #EFF6FA;
    padding: 120px 60px;
    border-radius: 20px;
    box-shadow: 0px -20px 12px 0px #00000005;
}
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 .mainroww h2 {
    font-size: 45px;
    margin-bottom: 20px;
}
section.engagingSec .row.firstrow, section.engagingSec .row.secondrow {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #00000047;
}
section.engagingSec .row {
    align-items: center;
}
section.hero-section.innerheroSec {
    padding-bottom: 110px;
}
section.whoweare .row {
    background: #EFF6FA;
    padding: 120px 60px;
    border-radius: 20px;
    box-shadow: 0px -20px 12px 0px #00000005;
    align-items: center;
}
section.whoweare .row img {
    width: 100%;
}
section.whoweare.businessSec h3 {
    font-size: 20px;
}
section.whoweare h2 {
    margin-bottom: 20px;
    font-size: 44px;
}
section.whoweare p {
    margin-bottom: 20px;
    line-height: 2;
}
section.whoweare.businessSec {
    padding: 0;
    padding-bottom: 120px;
}
section.whoweare.businessSec .row {
    padding: 0;
    box-shadow: unset;
}
section.businessSec .row .aboutinfo {
    padding-right: 6%;
    padding-left: 3%;
}
section.privacySec .row {
    background: #EFF6FA;
    padding: 120px 60px;
    border-radius: 20px;
}
section.privacySec h2 {
    font-size: 35px;
    font-weight: 400;
}
section.privacySec ul {
    padding-left: 20px;
}








@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;
    background: #fff;
    padding: 20px 20px 0;
    margin-top: 20px !important;
}
.navbar-toggler {
    padding: 4px;
    background: #19445e;
    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;
    width: 100%;
}

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

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

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

.banner-form {
    padding: 20px;
    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;
    width: 100%;
}
.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: 20px 20px;
    width: 100%;
}
.process-section .row {
    border-radius: 22px;
    padding-top: 0;
    margin: 0;
    flex-direction: column-reverse;
}
h2 {
    font-size: 28px;
}
.process-section .row img {
    margin-bottom: 40px;
}
.process-section {
    padding-bottom: 30px;
}
.portfolioSec p {
    width: 100%;
}
.hero-section h2.light {
    font-size: 20px;
}

section.book-showcase .container>.row {
    padding: 30px 0;
}

section.book-showcase h2 {
    font-size: 28px;
}

section.book-showcase h3 {
    font-size: 18px;
}

section.book-showcase .container>.row ul {
    margin-top: 0;
}

section.book-showcase .container>.row li {
    font-size: 14px;
}

.btn-primary-custom {
    margin: 6px 0;
}

section.book-showcase .container>.row .d-flex .maininnerrr {
    position: unset;
    padding: 20px 20px 20px;
    max-width: 100%;
    transform: unset;
}

section.book-showcase .container>.row .d-flex {
    display: block !important;
}

.book-image {
    padding: 0;
}

.services-section .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-section .slick-next {right: 30%;}

.services-section .slick-prev {
    left: 30%;
}

section.process-section .mainninner h2 {
    font-size: 23px;
}

section.process-section .mainninner p {
    width: 100%;
    margin: 20px 0;
}

section.process-section .container {
    padding: 20px;
}

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

section.portfolioSec p {
    width: 100%;
}

section.portfolioSec h3 {
    font-size: 19px;
}

.portfolioSec .book-card {
    min-height: unset;
    padding: 20px !important;
}
.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;
    min-height: unset;
}
.mainslider .item {
    margin: 0 10px;
}
.services-section {
    padding-bottom: 50px;
}
.portfolioSec .buttonss {
    margin-top: 90px;
}
.portfolioSec .slick-prev {
    left: -1%;
}
.portfolioSec .slick-prev:before, .portfolioSec .slick-next:before {
    height: 50px;
    width: 50px;
}
.portfolioSec .slick-next {
    right: 0%;
}
.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: 20px;
}
section.provideSec .container {
    padding: 50px 15px;
}
.cardSec img {
    margin-bottom: 0 !important;
}

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

.cardSec {
    min-height: 225px;
}
.professionalcarousel .slick-list {
    margin: 0;
}
section.provideSec .container .professionalcarousel {
    margin-right: 0;
    padding: 0;
}
section.provideSec .slick-track {
    justify-content: flex-start !important;
    margin: 0;
}
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 15px 0;
    line-height: 1.6;
}

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

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

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

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;
    padding-right: 15px;
    padding-left: 15px;
}
.cta-section .buttonss{
    margin-bottom:20px;
}
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;
    padding: 10px 0;
}
.infomain .infoinner img {
    width: 50px;
    height: 50px;
    padding: 14px;
}
section.reachSec {
    padding-bottom: 50px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer .container {
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
}

.footer h2 {
    width: 100%;
    margin-bottom: 20px;
}
.footer .ct1>.row {
    padding-bottom: 20px !important;
}
.site-colo {
    padding: 0 0px;
}
.site-colo .container{
    padding-right: 0;
    padding-left: 0;
}
.site-colo ul li a, .site-colo p {
    font-size: 13px;
    text-align: center;
}

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

.site-colo ul li {
    margin-right: 0;
    padding: 0 7px;
    border: none;
}
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;
    font-size: 28px;
}
section.engagingSec img {
    width: 100%;
}
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;
}