/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
html {
    overflow-x: hidden;
}
body * {
    font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Lora", serif;
}
ul, ol {
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
}
a {
    text-decoration: unset;
}
/* Tagline Css */
.tagline-sec {
    padding: 10px 0;
}
.tag-button-prev, .tag-button-next, .affilation-prev, .affilation-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.tag-button-prev {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.tag-button-next {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.tagline-sec .tag-button-next:after, .tag-button-prev:after {
    display: none;
}
.tagline-sec .tag-button-prev i, .tag-button-next i, .affilation-prev i, .affilation-next i {
    color: #000;
    font-size: 30px;
}
.tagline-sec p {
    font-family: "Lora", serif;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
/* Topbar Css */
.topbar-sec {
    background: #53575a;
    padding: 10px 0;
}
.topbar-sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topbar-sec a {
    color: #E4E4E4;
    font-size: 16px;
}
.topbar-sec a i {
    margin-right: 5px;
    font-size: 20px;
    vertical-align: middle;
}
.top-rgt ul li {
    display: inline-block;
    margin-left: 15px;
}
.top-rgt ul li i {
    margin: 0;
}
/* Header Css */
.navbar-light .navbar-brand {
    width: 35%;
}
.navbar-light .navbar-brand img {
    height: 88px;
    object-fit: scale-down;
}
.navbar-light .navbar-nav .nav-link {
    padding: 0 10px;
    color: #3e5962;
    font-size: 16px;
    font-family: "Lora", serif;
    font-weight: 500;
}
.navbar-expand-lg .navbar-collapse .btn-primary {
    border: 3px double #3e5962;
    background: transparent;
    position: relative;
    color: #fff;
    font-family: 'Lora';
    font-weight: 500;
    padding: 10px 15px !important;
    border-radius: 0;
    font-size: 15px;
    margin-left: 15px;
}
.navbar-expand-lg .navbar-collapse .btn-primary:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #3e5962;
    z-index: -1;
    transition: all 0.2s linear;
    position: absolute;
}
.navbar-expand-lg .navbar-collapse .btn-primary:hover:before {
    width: 0;
}
.navbar-expand-lg .navbar-collapse .btn-primary:hover {
    color: #3e5962;
}
.navbar-light .navbar-nav .dropdown a {
    padding-right: 20px;
    margin-right: 10px;
}
.navbar-light .navbar-nav .dropdown:after {
    content: "\f0d7";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 10px;
    color: #3e5962;
}
.navbar-light .navbar-nav .dropdown ul.sub-menu {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    min-width: 13em;
    top: 40px;
    opacity: 0;
}
.navbar-light .navbar-nav .dropdown ul.sub-menu li {
    list-style: none;
}
.navbar-light .navbar-nav .dropdown ul.sub-menu li a {
    padding: 13px 20px 13px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.navbar-light .navbar-nav .dropdown ul.sub-menu li:hover a {
    color: #fff;
    background: #3e5962;
}
.navbar-light .navbar-nav .dropdown:hover ul.sub-menu {
    opacity: 1;
}
/* Banner Css */
section.banner-row {
    background-image: url(../images/banner-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0;
    position: relative;
    z-index: 1;
}
section.banner-row:before {
    content: "";
    background-color: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.banner-sec h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    line-height: 70px;
    width: 85%;
    margin: 0 auto 20px;
}
.banner-sec p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    width: 55%;
    margin: auto;
}
/* Banner Service Css */
section.banner-ser-row {
    margin-top: -100px;
    z-index: 2;
    position: relative;
    padding-bottom: 150px;
}
.ban-ser-sec a.ser-img {
    transition: all 0.2s linear;
    background-color: #3e5962;
    position: relative;
    padding: 20px;
    display: inline-block;
    border-radius: 90px;
    margin-bottom: 15px;
    z-index: 1;
}
.ban-ser-sec a.ser-img svg {
    width: 90px;
    height: 90px;
}
.ban-ser-sec {
    text-align: center;
}
.ban-ser-sec a.ser-img svg g {
    fill: #fff;
}
.ban-ser-sec a.ser-img:before {
    transition: all 0.2s linear;
    content: "";
    width: 35px;
    height: 35px;
    background: #c39f43;
    position: absolute;
    top: 60%;
    left: 50%;
    border-radius: 100%;
    z-index: -1;
}
.ban-ser-sec a.ser-img:hover {
    background: #e4e4e4;
}
.ban-ser-sec a.ser-img:hover svg g {
    fill: #000;
}
.ban-ser-sec a.ser-img:hover:before {
    top: 15%;
    left: 30%;
    width: 45px;
    height: 45px;
    opacity: .8;
    background: #3e5962;
}
.ban-ser-sec h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 16px;
}
.ban-ser-sec h3 a {
    font-family: 'Lora';
    color: #000;
}
.ban-ser-sec p {
    color: #808080;
    width: 80%;
    margin: auto;
    font-size: 15px;
}
/* About Css */
section.about-row {
    background-image: url(../images/about-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    padding: 60px 0;
}
section.about-row:before {
    content: "";
    background: #000;
    opacity: 0.8;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    position: absolute;
}
section.about-row svg {
    height: 70px;
    position: relative;
    top: -130px;
    width: 100%;
    transform: rotate(180deg);
}
.w-sec h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 16px;
}
.about-sec h2 {
    color: #fff;
}
.w-sec p {
    color: #808080;
    font-size: 16px;
    line-height: 26px;
}
.about-sec p {
    color: #fff;
}
.w-btn {
    background-color: #fff0;
    color: #3E5966;
    border-style: double;
    border-width: 3px 3px 3px 3px;
    border-color: #3e5962;
    border-radius: 0 0 0 0;
    font-size: 16px;
    padding: 15px 30px;
    position: relative;
    z-index: 1;
    font-family: 'Lora';
    font-weight: 500;
}
.w-btn:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #3e5962;
    transition: all 0.2s linear;
    z-index: -1;
}
.w-btn:hover {
    color: #fff;
    background: transparent;
    border-color: #3e5962;
}
.w-btn:hover:before {
    width: 100%;
}
.about-sec .w-btn {
    color: #fff;
    border-color: #fff;
    padding: 12px 24px;
    font-size: 15px;
}
.about-sec .w-btn:before {
    background: #fff;
}
.about-sec .w-btn:hover {
    color: #3E5966;
}
/* Milestone Css */
section.milestone-row {
    background: #E4E4E4;
    padding: 40px 0;
}
.milestone-sec {
    text-align: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / .25);
    border-radius: 15px;
    width: 65%;
    margin: auto;
    padding: 10px 0;
    position: relative;
}
.milestone-sec .counter {
    font-size: 40px;
    font-family: 'Lora';
    line-height: 40px;
    margin-bottom: 10px;
}
.milestone-sec .counter:after {
    content: "K";
}
.milestone-sec h4 {
    color: #3e5962;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
}
.milestone-sec:before {
    position: absolute;
    content: "";
    width: 15%;
    height: 40%;
    top: 0;
    left: 0;
    border-radius: 0;
    background-color: #3e5962;
    clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
    border-radius: 10px 0px 0px 0px;
}
.milestone-sec:after {
    position: absolute;
    content: "";
    width: 15%;
    height: 40%;
    bottom: 0;
    right: 0;
    background-color: #3e5962;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    border-radius: 0px 0px 10px 0px;
}
/* Services Css */
section.services-row {
    padding: 80px 0;
}
section.services-row .row.align-items-center {
    margin-bottom: 80px;
}
section.services-row .col-lg-4 {
    padding: 0 2px;
}
.services-sec {
    transition: all 0.2s linear;
    background-color: #fff;
    border: 1px solid transparent;
    text-align: center;
}
.services-sec:hover {
    border-color: #3e5962;
    box-shadow: 0 0 10px rgb(0 0 0 / .2);
    cursor: pointer;
}
.services-box {
    padding: 15px;
}
.ban-ser-sec.services-box a svg {
    width: 50px;
    height: 50px;
}
.ban-ser-sec.services-box a.ser-img:before {
    width: 20px;
    height: 20px;
}
.services-sec img {
    height: 288px;
    object-fit: cover;
}
/* CTA Css */
section.cta-row {
    background-image: url(../images/cta-bg.jpg);
    padding: 100px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.cta-sec {
    background: #fff;
    padding: 35px;
}
.cta-sec h2 {
    color: #3e5962;
    width: 33%;
    margin: 0 auto 20px;
}
.cta-sec p {
    color: #3e5962;
    margin-bottom: 30px;
}
/* Portfolio Css */
section.portfolio-row {
    padding: 80px 0;
}
.portfolio-head {
    margin-bottom: 50px;
}
.portfolio-head p {
    width: 35%;
    margin: auto;
}
.portfolio_slider img {
    height: 600px;
    object-fit: cover;
}
.swiper-pagination {
    bottom: -30px !important;
    z-index: 2;
}
.portfolio_slider {
    overflow: unset;
}
.swiper-pagination-bullet-active {
    background: #000;
}
/* Right Css */
section.right-row {
    background: #e4e4e4;
}
section.right-row .container-fluid {
    padding: 0;
}
.right-sec {
    margin-left: 20px;
}
.right-sec h2 {
    font-size: 45px;
}
.right-sec h4 {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    line-height: 30px;
    margin-bottom: 20px;
}
/* Choose Css */
.choose-head {
    text-align: center;
    margin-bottom: 40px;
}
section.choose-row {
    padding: 80px 0;
}
.choose-head p {
    width: 50%;
    margin: auto;
}
.choose-sec {
    border: 1px solid #3e5962;
    border-radius: 10px;
    padding: 30px;
    transition: all .3s ease;
    position: relative;
    text-align: center;
    height: 300px;
    cursor: pointer;
}
.choose-sec:before {
    position: absolute;
    content: "";
    width: 15%;
    height: 40%;
    top: -1px;
    left: 0;
    background-color: #3e5962;
    clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
    border-radius: 10px 0px 0px 0px;
    transition: all .3s ease;
    z-index: -1;
}
.choose-sec:after {
    position: absolute;
    content: "";
    width: 15%;
    height: 40%;
    bottom: -1px;
    right: 0;
    background-color: #3e5962;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    border-radius: 0px 0px 10px 0px;
    transition: all .3s ease;
    z-index: -1;
}
.choose-sec img {
    width: 75px;
    height: 75px;
    margin-bottom: 15px;
}
.choose-sec h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0d0925;
    font-family: 'Poppins';
    line-height: 25px;
    margin-bottom: 6px;
}
.choose-sec p {
    font-size: 15px;
    color: #6d7882;
}
.choose-sec:hover:before, .choose-sec:hover:after {
    width: 101%;
    height: 101%;
    cursor: pointer;
}
.choose-sec:hover img {
    filter: brightness(5);
}
.choose-sec:hover * {
    color: #fff;
}
.choose-slider .swiper-pagination {
    bottom: 0 !important;
}
/* Affilation Css */
section.affilation-row {
    background: #e4e4e4;
    padding: 50px 0;
}
.affilation-sec img {
    filter: saturate(0);
    transition: all 0.15s linear;
    height: 120px;
    object-fit: scale-down;
}
.affilation-sec:hover img {
    filter: unset;
    cursor: pointer;
}
.affilation-prev {
    left: -8px;
    right: auto;
}
.affilation-next {
    right: -7px;
    left: auto;
}
/* Footer Css */
footer.footer-row {
    background-color: #3e5962;
    background-image: url(../images/footer-img.webp);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}
.foot-cont img {
    margin-left: -17px;
    margin-bottom: 10px;
}
.foot-cont p {
    color: #fff;
    font-size: 16px;
    width: 85%;
    line-height: 26px;
}
footer.footer-row h2 {
    margin: 50px 0 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}
footer.footer-row ul li {
    list-style: none;
    margin-bottom: 5px;
}
footer.footer-row a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.foot-details ul li a i {
    margin-right: 10px;
}
.foot-details ul.details {
    margin-bottom: 20px;
}
.foot-details ul.social li {
    display: inline-block;
    margin-bottom: 0;
}
.foot-details ul.social li i {
    font-size: 20px;
}
/* Copyright Css */
.copyright-sec {
    border-top: 1px solid #fff;
    padding: 20px 0 0;
    margin-top: 50px;
}
.copyright-sec .container {
    display: flex;
    align-items: center;
}
footer.footer-row .copyright-sec a {
    width: 10%;
    color: #c39f43;
}
.copyright-sec p {
    width: 45%;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.copyright-sec .payment-slider {
    width: 27%;
    margin-left: 0;
}
.payment-sec img {
    height: 45px;
    object-fit: scale-down;
}
/* About Page Css */
section.inner-banner-row {
    background-image: url(../images/inner-banner-bg.png);
    background-position: 100% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
    z-index: 1;
}
section.inner-banner-row:before {
    content: "";
    background: #E4E4E4;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.inner-banner-sec h1 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 15px 60px 5px rgb(20 20 20 / .5);
    color: #54595f;
}
section.mission-row {
    padding: 100px 0;
}
.mission-head {
    margin-bottom: 50px;
}
.mission-head p {
    width: 65%;
    margin: auto;
}
.testimonials-sec {
    height: auto;
    text-align: left;
}
.testimonials-sec p {
    overflow-y: scroll;
    height: 180px;
    margin-right: 20px;
}
.testimonials-sec h3 {
    font-size: 25px;
    line-height: 30px;
}
.testimonials-sec ul {
    margin-bottom: 10px;
}
.testimonials-sec ul li {
    display: inline-block;
}
.testimonials-sec ul li i {
    color: #FC0;
}
/* Services Page Css */
section.service-page-row {
    padding: 20px 0 0;
}
section.service-page-row .col-lg-6 {
    padding: 0;
}
.service-inr-lft-sec {
    background: #e4e4e4;
    padding: 50px;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-inr-lft-sec h4 {
    font-size: 20px;
    color: #000;
    line-height: 22px;
    font-weight: 600;
    width: 85%;
    margin-bottom: 20px;
}
.service-inr-lft-sec p:last-child {
    margin: 0;
}
.service-inr-lft-sec em {
    font-weight: 500;
}
.services-rgt-sec img {
    height: 600px;
    object-fit: cover;
}
section.service-page-row .row:last-child .services-rgt-sec img, section.service-page-row .row:last-child .service-inr-lft-sec {
    height: 850px;
}
section.service-page-row .row:nth-child(even) .service-inr-lft-sec {
    background: #3e5962;
}
section.service-page-row .row:nth-child(even) .service-inr-lft-sec * {
    color: #fff;
}
/* Placement Page Css */
section.placement-row {
    padding: 80px;
}
.placement-sec h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.placement-sec p {
    color: #000;
    color: #808080;
    font-size: 16px;
    line-height: 26px;
}
.placement-sec img {
    height: 500px;
    object-fit: cover;
}

section.placement-cta-row {
    background-image: url(../images/placement-bg.webp);
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.placement-cta-sec {
    padding: 90px 30px;
    width: 49.5%;
    margin: auto;
    margin-right: 0;
}
section.placement-cta-row:after {
    content: "";
    background: #3e5962;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 49.5%;
    margin: auto;
    margin-right: 0;
}
section.placement-cta-row:before {
    content: "";
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.placement-cta-sec h2 {
    color: #fff;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
}
.placement-cta-sec p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    width: 91%;
}
section.placement-row .w-btn {
    width: 100%;
    margin-top: 30px;
}
/* Pricing Page Css */
section.pricing-row {
    padding: 80px 0;
}
.pricing-head {
    margin-bottom: 70px;
}
section.pricing-row .container-fluid {
    padding: 0;
}
.pricing-lft-sec {
    background-image: url(../images/service-img5.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pricing-lft-sec h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 0;
}
.pricing-lft-sec p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 50px;
}
.pricing-lft-sec h2 {
    font-size: 90px;
    color: #fff;
    font-weight: 800;
    line-height: 90px;
    margin-bottom: 40px;
}
.pricing-lft-sec h2 sub {
    font-size: 18px;
    font-family: 'Lora';
    line-height: 20px;
}
.pricing-lft-sec .w-btn {
    color: #fff;
    border-color: #fff;
}
.pricing-lft-sec:before {
    content: "";
    background: #000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.pricing-sec {
    background: #3e5962;
    height: 600px;
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.pricing-sec ul li {
    color: #fff;
    font-size: 15px;
    line-height: 26px;
    opacity: 0.8;
}
section.pricing-row .row {
    align-items: center;
    margin-bottom: 50px;
}
section.pricing-row .row .col-lg-4, section.pricing-row .row .col-lg-8 {
    padding: 0;
}
section.pricing-row .row:nth-child(even) .pricing-sec {
    background: transparent;
    border: 1px solid #3e5962;
}
section.pricing-row .row:nth-child(even) .pricing-sec * {
    color: #3e5962;
}
section.pricing-row .row:nth-child(2) .pricing-lft-sec {
    background-image: url(../images/service-img1.webp);
}
section.pricing-row .row:nth-child(3) .pricing-lft-sec {
    background-image: url(../images/service-img2.webp);
}
section.pricing-row .row:nth-child(4) .pricing-lft-sec {
    background-image: url(../images/service-img4.webp);
}
/* Quote Css */
section.quote-row {
    background-image: url(../images/quote-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}
.quote-sec {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border-style: solid;
    border-width: 6px 3px 6px 3px;
    border-color: #3e5962;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / .25);
    width: 60%;
    margin: auto;
}
.quote-sec h1 {
    color: #3E5962;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.quote-sec .form-group, .quote-sec .form-check-group {
    margin-bottom: 20px;
}
.quote-sec .form-group label, .quote-sec .form-check-group label {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: #3E5962;
    margin-bottom: 10px;
}
.quote-sec .form-group input, .quote-sec .form-group textarea {
    background-color: #fff;
    border-color: #3e5962;
    border-width: 1px 1px 1px 1px;
    border-radius: 12px 12px 12px 12px;
    color: #808080;
    padding: .5rem 1rem;
    font-size: 15px;
    line-height: 1.4;
}
.quote-sec .form-group input::placeholder, .quote-sec .form-group textarea::placeholder {
    color: #808080;
    opacity: 1;
}
.quote-sec .form-group textarea {
    height: 90px;
}
.form-check-flex {
    display: flex;
}
.form-check-flex div {
    width: 70%;
}
.quote-sec .form-check-flex div label.form-check-label {
    margin: 0;
    line-height: normal;
    color: #3E5962;
    font-weight: 400;
}
.quote-sec .w-btn {
    width: 100%;
}
section.quote-details-row {
    padding: 80px 0;
}
.quote-details-sec p {
    width: 94%;
    font-size: 16px;
    color: #808080;
    line-height: 26px;
}
.quote-details-sec ul.details {
    margin-bottom: 20px;
}
.quote-details-sec ul.social li {
    display: inline-block;
    margin-bottom: 0;
}
.quote-details-sec ul.social li i {
    font-size: 20px;
}
.quote-details-sec ul.details li a, .quote-details-sec ul.details li i {
    color: #3e5962;
}
.quote-details-sec ul.details li {
    list-style: none;
    margin-bottom: 5px;
}
.quote-details-sec ul.details i {
    margin-right: 5px;
}
.quote-details-sec ul.social li {
    margin-right: 10px;
}
.quote-details-sec ul.social li i {
    color: #3e5962;
    font-size: 20px;
}
section.quote-faq-row {
    padding: 80px 0;
}
.accordion-button {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    outline: none;
    padding: 15px 20px;
    font-family: 'Lora';
}
.accordion-button:not(.collapsed) {
    background: transparent;
    color: #212529;
}
.accordion-body {
    padding: 15px 20px;
}
.accordion-body p {
    color: #808080;
    font-size: 16px;
    line-height: 26px;
}
.accordion-body ol {
    margin-left: 25px;
}
.accordion-body ol li {
    color: #808080;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
}
/* Privacy Css */
section.privacy-row {
    padding: 50px 0;
}
.privacy-sec p, .privacy-sec li {
    margin-bottom: 14.4px;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
}
.privacy-sec h6 {
    font-size: 20px;
    color: #000;
    margin-bottom: 16px;
    line-height: 30px;
}
.privacy-sec ul {
    margin-left: 30px;
}
.privacy-sec li {
    margin-bottom: 0;
}
/* Responsive + performance fixes added */
*, *::before, *::after { box-sizing: border-box; }
html, body { max-width: 100%; overflow-x: hidden; }
img { max-width: 100%; height: auto; }

@media only screen and (min-width: 320px) and (max-width: 999px) {
    section { padding-top: 50px !important; padding-bottom: 50px !important; }
    .container, .container-fluid { padding-left: 18px; padding-right: 18px; }

    h1, h2, h3, h4, h5, h6,
    p,
    .banner-sec,
    .w-sec,
    .about-sec,
    .mission-sec,
    .choose-head,
    .cta-sec,
    .portfolio-head,
    .affilation-head,
    .inner-banner-sec,
    .service-inr-lft-sec,
    .placement-sec,
    .placement-cta-sec,
    .pricing-lft-sec,
    .quote-sec,
    .quote-details-sec,
    .right-sec,
    .foot-cont,
    .foot-links,
    .foot-details,
    .ban-ser-sec,
    .services-sec,
    .milestone-sec { text-align: center !important; }

    ul, ol,
    li,
    .service-inr-lft-sec ul,
    .pricing-sec ul,
    .quote-details-sec ul.details,
    .foot-details ul.details,
    .foot-links ul,
    .accordion-body ol { text-align: left !important; }

    .w-btn, .btn, button[type="submit"] {display: table;align-items: center;margin-left: auto;margin-right: auto;font-size: 15px;padding: 12px 30px;}
    .navbar-light .navbar-brand {width: 78%;}
    .navbar-light .navbar-brand img {height: 64px;}
    .navbar-toggler { margin-right: 0 !important; }
    .navbar-collapse { text-align: center; }
    .navbar-nav {padding: 0 !important;margin: 0 !important;}
    .navbar-light .navbar-nav .nav-link {padding: 6px 0;font-size: 14px;}
    .navbar-light .navbar-nav .dropdown:after { top: 12px; right: 25px; }
    .navbar-light .navbar-nav .dropdown ul.sub-menu { position: static; opacity: 1; min-width: 100%; display: none; box-shadow: none; }
    .navbar-light .navbar-nav .dropdown:hover ul.sub-menu { display: block; }
    .navbar-expand-lg .navbar-collapse .btn-primary { margin: 15px auto 0; }

    .tagline-sec .tag-button-prev i, .tag-button-next i, .affilation-prev i, .affilation-next i { font-size: 22px; }
    .topbar-sec .container { display: block; text-align: center; }
    .topbar-sec a { font-size: 13px; display: inline-block; margin: 4px 0; }
    .top-rgt ul { text-align: center !important; }
    .top-rgt ul li { margin: 6px 8px 0; }

    section.banner-row { padding: 90px 0 !important; }
    .banner-sec h1, .inner-banner-sec h1 { font-size: 34px; line-height: 42px; width: 100%; }
    .banner-sec p, .w-sec p, .ban-ser-sec p, .cta-sec h2, .portfolio-head p, .affilation-head p, .mission-head p, .quote-details-sec p, .placement-cta-sec p, .service-inr-lft-sec h4 { width: 100% !important; }
    section.banner-ser-row { margin-top: 0; padding-bottom: 50px !important; }
    .ban-ser-sec { margin-bottom: 25px; }
    .ban-ser-sec a.ser-img svg { width: 65px; height: 65px; }

    .w-sec h2, .cta-sec h2, .pricing-lft-sec h3 { font-size: 28px; line-height: 36px; }
    .w-sec p, .placement-sec p, .accordion-body p, .accordion-body ol li { font-size: 15px; line-height: 25px; }
    .milestone-sec { width: 100%; padding: 20px 10px; margin-bottom: 20px; }
    section.services-row .row.align-items-center, .pricing-head, section.pricing-row .row { margin-bottom: 35px; }

    .services-sec img, .portfolio-sec img, .mission-lft-sec img, .right-lft-sec img, .services-rgt-sec img, .placement-sec img { height: auto !important; max-height: none; object-fit: contain; }
    .cta-sec { padding: 25px 18px; }
    .portfolio-sec img, .affilation-sec img { width: 100%; object-fit: contain; }
    .affilation-button-group { justify-content: center; }

    .mission-lft-sec, .right-lft-sec, .services-rgt-sec { margin-bottom: 25px; }
    .row-reverse { flex-direction: column-reverse; }
    .service-inr-lft-sec { height: auto !important; padding: 28px 20px; }
    section.service-page-row .col-lg-6, section.pricing-row .row .col-lg-4, section.pricing-row .row .col-lg-8 { padding-left: 12px; padding-right: 12px; }
    section.placement-row { padding-left: 0 !important; padding-right: 0 !important; }
    .placement-cta-sec, section.placement-cta-row:after { width: 100%; }
    .placement-cta-sec { padding: 50px 20px; }

    .pricing-lft-sec, .pricing-sec { height: auto; min-height: 420px; padding: 45px 25px; }
    .pricing-sec { display: block; min-height: auto; padding-left: 35px; }
    .pricing-lft-sec h2 { font-size: 58px; line-height: 62px; }
    .quote-sec { width: 100%; border-radius: 20px; padding: 20px 15px; }
    .form-check-flex { display: block; }
    .form-check-flex div { width: 100%; margin-bottom: 8px; }

    .footer-row .row > [class*="col-"] {margin-bottom: 0;}
    .foot-details ul.social, .quote-details-sec ul.social { text-align: center !important; }
    .payment-sec img { max-height: 45px; object-fit: contain; }
    p {font-size: 14px !important;line-height: 24px !important;}section.about-row svg {display: none;}footer.footer-row {background-image: unset;padding-bottom: 20px;}.foot-cont p {width: 100%;}footer.footer-row h2 {margin: 0 0 10px;}footer.footer-row ul li {text-align: center !important;}footer.footer-row a {font-size: 14px;}.copyright-sec .container {flex-direction: column;}footer.footer-row .copyright-sec a {width: 100%;text-align: center;margin-bottom: 10px;}.copyright-sec p {width: 100%;margin-bottom: 10px;}.copyright-sec .payment-slider {width: 100%;}.copyright-sec {margin-top: 20px;}
    .tag-button-prev {
        left: 0;
    }
    .tag-button-next {
        right: 0;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
    .container { max-width: 960px; }
    section.banner-row { padding: 170px 0; }
    .banner-sec h1 { font-size: 50px; line-height: 60px; width: 95%; }
    .banner-sec p { width: 72%; }
    .navbar-light .navbar-brand { width: 28%; }
    .navbar-light .navbar-nav .nav-link { font-size: 14px; padding: 0 6px; }
    .navbar-expand-lg .navbar-collapse .btn-primary { font-size: 13px; padding: 9px 11px !important; margin-left: 8px; }
    .w-sec h2 { font-size: 32px; line-height: 40px; }
    .ban-ser-sec p, .portfolio-head p, .affilation-head p { width: 90%; }
    .service-inr-lft-sec { padding: 35px; }
    .quote-sec { width: 75%; }
    section.placement-row { padding: 70px 25px; }
    .pricing-sec { padding-left: 35px; }
}

@media only screen and (min-width: 1301px) and (max-width: 1600px) {
    .container { max-width: 1200px; }
    section.banner-row { padding: 210px 0; }
    .banner-sec h1 { font-size: 56px; line-height: 66px; }
    .banner-sec p { width: 62%; }
    .navbar-light .navbar-nav .nav-link { font-size: 15px; padding: 0 8px; }
    .quote-sec { width: 65%; }
    section.placement-row { padding: 80px 45px; }
    .copyright-sec p {width: 50%;}
}
