@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=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&display=swap');
:root {
    --white: #fff;
    --black: #000;
    --primary: #274143;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-x: hidden;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1380px;
    }
}


/* How to add New font */


/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

section {
    position: relative;
    padding: 5rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* loader */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--white);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--theme-color);
}


/* loader */


/* btn css */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    padding: 0.9em 1.96em;
    border-radius: 60px;
    line-height: normal;
    font-family: 'Montserrat';
}

.themeBtn:hover {
    background: #004F8E;
    color: #fff;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}


/* btn css */


/* navigation css */

header {
    position: relative;
    z-index: 111;
    width: 100%;
    transition: 0.3s ease-in-out;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #004F8E;
}

.navbar-brand img {
    width: 150px;
}

.navbar-brand {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background-color: var(--white);
    margin: 0;
    padding: 0;
    display: grid;
    place-items: center;
    position: absolute;
    top: 1rem;
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    gap: 4.375rem;
    padding: 2.25rem 0;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1.125rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 0;
    display: inline-block;
}

.an-navbar {
    background: var(--theme-color);
}


/* navigation css */


/* slider css */

.main-slider {
    height: 830px;
    overflow: hidden;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    opacity: 1;
    border: 1px solid var(--white);
    background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0 0 1rem;
    color: var(--white);
    font-size: 4.6875rem;
    line-height: 1;
    font-weight: bold;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.main-slider h3 {
    margin: 0;
    color: var(--white);
    font-size: 1.375rem;
    line-height: 1;
    font-weight: 500;
    text-transform: capitalize;
}

.main-slider p {
    color: var(--white);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1rem;
    font-size: 1.125rem;
}


/* slider css */

.mainHead {
    font-size: 3.75rem;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}

.subHead {
    font-size: 1.625rem;
    font-weight: 600;
    color: #004F8E;
    text-transform: uppercase;
    font-family: 'Montserrat';
}


/* aboutsection css start  */

.aboutsection .abtfigure {
    display: flex;
    align-items: center;
    gap: 20px;
    position: sticky;
    top: 10%;
}

img.img-fluid.abtlogo {
    position: absolute;
    bottom: 16rem;
    left: 11rem;
    border: 20px solid #fff;
    border-radius: 50%;
}

.abtcontnt h4 {
    font-size: 1.5rem;
    color: #004F8E;
    font-style: italic;
    font-weight: 600;
    font-family: 'Montserrat';
}

.abtcontnt p {
    font-size: 1.125rem;
    color: #000000;
}

.abtwrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.abtcontnt {
    margin-left: 4rem;
}

.abtusercntn h5 {
    font-size: 1.75rem;
    font-weight: 500;
    color: #004F8E;
    font-family: 'Oswald';
}

.abtusercntn h5 span {
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: #707070;
    font-family: 'Montserrat';
}

.abtusercntn p {
    font-size: 0.9375rem;
    color: #000;
    line-height: 1.3;
}

.abtwrap figure img {
    width: 105px;
    aspect-ratio: 1;
    border: 2px solid #274143;
    border-radius: 50%;
}

.abtwrap {
    background: #E9F1EB;
    border-radius: 10px;
    padding: 10px 1rem;
}

.abtcontnt ul li {
    font-size: 0.875rem;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.abtcontnt ul li i {
    color: #004F8E;
    margin-right: 10px;
}

.abtcontnt ul {
    margin-bottom: 2rem;
}


/* aboutsection css end  */


/* serviceSection css start */

.serviceSection {
    background: #ECECEC;
}

.srvcntnt h4 {
    font-size: 1.75rem;
    font-family: 'Oswald';
    font-weight: 600;
    margin-top: 1rem;
}

.srvcntnt p {
    font-size: 1rem;
    color: #000;
}

.srvcntnt a {
    font-size: 0.875rem;
    color: #004F8E;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Montserrat';
    text-decoration: underline !important;
}

.servbdr {
    background: #fff;
    padding: 2.5rem 0;
    border-radius: 20px;
}

.srvcntnt {
    padding: 0 1.3rem;
    border-left: 3px solid #7585B9;
    position: relative;
    transition: 0.5s ease;
}

.servbdr:hover .srvcntnt {
    border-left-color: var(--black);
}

.srvcntnt figure::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 74px;
    background: #004F8E;
    left: -4px;
    top: 20px;
    transition: 0.5s ease;
}

.servbdr:hover .srvcntnt figure::before {
    width: 11px;
    height: 11px;
    left: -7px;
    top: 100%;
    border-radius: 50%;
    background-color: var(--black);
    box-shadow: 0 0 0 8px rgba(32, 50, 45, 0.1);
}

.servbdr:hover .srvcntnt figure img {
    filter: brightness(0) invert(0);
}

.serviceSlider {
    padding-bottom: 4rem;
    padding-left: 2px;
}

.serviceSlider .swiper-pagination {
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.serviceSlider .swiper-pagination .swiper-pagination-bullet {
    background: #BAC1C2;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.5s ease;
}

.serviceSlider .swiper-pagination .swiper-pagination-bullet-active {
    background: #274143;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(1.5);
}


/* serviceSection css end  */


/* ourporjects css start  */

.projctcntnt h3 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: 'Oswald';
}

.projctcntnt h4 {
    font-size: 1.375rem;
    font-weight: 400;
    font-family: 'Montserrat';
}

.projectwrap {
    position: relative;
    overflow: hidden;
}

.projctcntnt {
    position: absolute;
    bottom: -8rem;
    left: 0;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 14px 20px;
    right: 0;
    width: 88%;
    margin: auto;
    scale: 0;
    transition: 0.5s ease;
}

.projectwrap:hover .projctcntnt,
.projectSlider .swiper-slide.swiper-slide-active .projectwrap .projctcntnt {
    bottom: 1.75rem;
    scale: 1;
}

.projectwrap figure img {
    box-shadow: 0 6px 11px rgb(0 0 0 / 16%);
}

.projectSlider {
    padding-bottom: 4rem;
    padding-left: 2px;
}

.projectSlider .swiper-pagination {
    bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.projectSlider .swiper-pagination .swiper-pagination-bullet {
    background: #BFD3E3;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.5s ease;
}

.projectSlider .swiper-pagination .swiper-pagination-bullet-active {
    background: #004F8E;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(1.5);
}


/* ourporjects css end  */


/* noteSection css start  */

.noteSection {
    background: url(../images/notebg.png)center/cover no-repeat;
    padding: 9rem 0;
}

section.noteSection h2 {
    font-size: 3.125rem;
    color: #fff;
    font-weight: 600;
    font-family: 'Oswald';
}

section.noteSection h3 {
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
    font-family: 'Oswald';
}

section.noteSection p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    font-family: 'Montserrat';
}

section.noteSection .themeBtn {
    background: #004F8E;
}


/* noteSection css end  */


/* boxsolar css start */

.solarcntnt h3 {
    font-size: 2.1875rem;
    font-weight: 500;
    font-family: 'Oswald';
}

.solarwrap {
    position: relative;
}

.solarwrap figure {
    box-shadow: 0 6px 11px rgb(0 0 0 / 16%);
    border-radius: 10px;
}

.bxosloar {
    position: absolute;
    bottom: 84px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 2px 16px;
}

.bxosloar h4 {
    font-size: 3.75rem;
    font-family: 'Oswald';
    font-weight: 500;
    -webkit-text-stroke: 1px #004F8E;
    -webkit-text-fill-color: transparent;
}

.solarcntnt {
    margin-top: 2.125rem;
}


/* boxsolar css end  */


/* Blog Sec Css Start */

.blogSec {
    padding: 4rem 0;
}

.blogText ul {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.blogText ul li {
    font-size: 1.25rem;
    color: #004F8E;
}

.blogText ul li+li {
    border-left: 1px solid #5e6287;
    padding-left: 2rem;
}

.blogText h4 {
    font-size: 2.25rem;
    color: #000;
    padding: 18px 0 6px 0;
    font-family: 'Oswald';
}

.blogText p {
    color: #707070;
    line-height: 1.6;
    font-size: 1.25rem;
    font-family: 'Montserrat';
}

.blogText a {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: #004F8E;
    text-decoration: underline !important;
}

.blogBox figure img {
    width: 100%;
}

.blogText {
    margin-top: 2rem;
}

.blogBox {
    border-radius: 30px;
    padding: 1.5rem 3rem 2.5rem 3rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.blogWraps .blogText ul li {
    font-size: 0.875rem;
}

.blogWraps .blogText ul li+li {
    padding-left: 1rem;
}

.blogWraps .blogText ul {
    gap: 1rem;
}

.blogWraps .blogText h4 {
    font-size: 1.9375rem;
    padding: 14px 0 0px 0;
    font-family: 'Oswald';
}

.blogWraps {
    display: flex;
    align-items: center;
    gap: 2rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: #fff;
    border-radius: 12px;
    padding: 1rem 2rem;
    margin: 0 0 2.2rem 3rem;
    transition: 0.5s ease-in-out;
}

.blogWraps figure {
    flex-shrink: 0;
}

.blogWraps .blogText p {
    width: 80%;
}

.blogWraps:hover {
    background: var(--white);
    box-shadow: -0.21px 3.99px 68px rgb(200 200 200 / 35%);
}


/* Blog Sec Css End */


/* Footer */

footer {
    padding-top: 5rem;
    background: #000;
}

.newsletterForm {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #707070;
    padding: 1rem 0;
    margin-bottom: 4rem;
}

.newsletterForm .form-control {
    background-color: transparent !important;
    color-scheme: dark;
    border: 0;
    outline: none;
    box-shadow: none;
    flex: 1;
}

.newsletterForm .form-control::placeholder {
    color: var(--white);
}

.newsletterForm .themeBtn {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: #004F8E;
}

footer h3 {
    font-size: 1.875rem;
    color: var(--white);
    text-transform: capitalize;
    margin-bottom: 1.375rem;
    font-family: 'Oswald';
}

footer a {
    text-transform: uppercase;
}

.quickList li+li {
    margin-top: 10px;
}

.quickList a {
    font-size: 0.9375rem;
    color: var(--white);
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Montserrat';
}

.calFoter li a,
.calFoter li p {
    font-weight: 400;
    color: var(--white);
    font-size: 0.875rem;
    display: flex;
    align-items: baseline;
    text-transform: none;
    font-family: 'Montserrat';
}

.calFoter li a i,
.calFoter li p i {
    color: #004F8E;
    font-size: 1.0625rem;
    width: 32px;
}

.calFoter li+li {
    margin-top: 1.75rem;
}

.quickList a:hover,
.calFoter a:hover {
    color: #004F8E;
}

.sociallink li+li {
    margin-top: 0.9375rem;
}

.sociallink a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--white);
}

.sociallink a span {
    font-weight: 500;
}

.sociallink a i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 14px;
    display: grid;
    place-items: center;
    background-color: var(--white);
    color: #000;
    transition: 0.5s ease;
}

.sociallink a:hover i {
    color: var(--white);
    background-color: #004F8E;
}

.copyRight {
    padding: 1.5rem 0 0 0;
}

.copyRight p {
    color: var(--white);
    margin-top: 1rem;
    text-align: center;
}

.footlogo {
    text-align: center;
    position: relative;
}

.footlogo::before,
.footlogo::after {
    position: absolute;
    content: "";
    background: #707070;
    width: 43%;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footlogo::after {
    right: 0;
    left: inherit;
}


/* Footer End */


/* Testimonial Sec Css Start */

.testimonials {
    background: url(../images/testibg.png) center/cover no-repeat;
    padding: 7rem 0 6rem 0;
}

.testi-wrp {
    text-align: center;
}

.testi-wrp p {
    color: var(--white);
    margin: 0;
    font-size: 1.625rem;
    font-weight: 600;
    font-style: italic;
    line-height: 1.7;
    /* margin-top: -5.5rem; */
}

.testimonials .mySwiper1 {
    padding: 3rem 0;
    margin-top: 1rem;
}

.testimonials .mySwiper1 .swiper-slide {
    width: 14% !important;
}

.testimonials .mySwiper1 .swiper-wrapper {
    justify-content: center;
}

.testimonials .mySwiper1 .swiper-slide-thumb-active {
    transform: scale(1.5);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.testimonials .mySwiper1 .swiper-slide {
    cursor: pointer;
    text-align: center;
}

.testimonials .mySwiper1 .swiper-slide h3 {
    font-size: 1.5rem;
    text-align: center;
    opacity: 0;
    color: #fff;
    font-family: 'Oswald';
}

.testimonials .mySwiper1 .swiper-slide-thumb-active h3 {
    opacity: 1;
}

.testimonials .container {
    position: relative;
}

.testimonials .mySwiper1 .swiper-slide h4 {
    font-size: 1.125rem;
    color: #fff;
    opacity: 0;
    font-family: 'Montserrat';
    font-style: italic;
}

.testimonials .mySwiper1 .swiper-slide-thumb-active h4 {
    opacity: 1;
}

section.testimonials ul.star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

ul.star li {
    color: #F7A51E;
    font-size: 1.5rem;
}

.testimonials .subHead {
    font-size: 1.625rem;
    text-decoration: underline;
    color: #fff;
}

img.quote11 {
    position: absolute;
    top: 12rem;
    left: 16rem;
}

img.quote22 {
    position: absolute;
    right: 18rem;
    bottom: 10rem;
}

.testimonials .swiper-pagination {
    bottom: 4.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
    background: #6C7B7D;
    opacity: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.5s ease;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFFFF;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: scale(1.5);
}

.testimonials .mySwiper1 .swiper-slide img {
    width: 72px;
    aspect-ratio: 1;
    border-radius: 50%;
    object-fit: cover;
}


/* Testimonial Sec Css End */

html.lenis {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-scrolling iframe {
    pointer-events: none;
}


/* innerpages Start */

.innerBan .overlay {
    position: absolute;
    text-align: right;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.innerBan h2 {
    font-size: 4.6875rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Oswald';
}

.innerBan {
    position: relative;
}

.aboutsection.aboutinner .abtcontnt ul {
    margin-bottom: 1rem;
}

.abtusercntn.abcnt2 p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    font-family: 'Montserrat';
    line-height: 1.5;
}

.servicesinner .abtcontnt {
    margin-left: 0;
}

.projectsolr h5 {
    font-size: 5rem;
    font-family: 'Oswald';
    font-weight: 600;
    -webkit-text-stroke: 1px #004F8E;
    -webkit-text-fill-color: transparent;
}

.aboutsection.aboutinner.projectinnr img {
    box-shadow: 0 6px 11px rgb(0 0 0 / 16%);
    border-radius: 1.25rem;
}

.blogBox.bloxboxinner .blogText h4 {
    font-size: 1.5rem;
}

.blogBox.bloxboxinner .blogText p {
    font-size: 1rem;
}

.blogBox.bloxboxinner .blogText a {
    font-size: 12px;
}

.blogBox.bloxboxinner .blogText ul li {
    font-size: 12px;
}

.blogBox.bloxboxinner {
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
}

.blogBox.bloxboxinner .blogText {
    margin-top: 1rem;
}


/* Contact Sec Css Start */

.contactSec {
    padding: 8rem 0 5rem 0;
}

.contactHead p {
    color: #101C2A;
    font-size: 1.125rem;
}

.contactForm .form-group .form-control {
    height: 75px;
    border-radius: unset;
    border: unset;
    padding-left: 1.5rem;
    background-color: #F5F5F5;
}

.contactForm .form-group .form-control::placeholder {
    font-weight: 500;
    color: #8B93A8;
}

.contactForm .form-group textarea {
    height: 200px !important;
    padding-top: 1.5rem;
}

.contactForm .form-group {
    margin-bottom: 1.5rem;
}

.contactBox2 figure {
    background: #274143;
    color: var(--white);
    width: 88px;
    height: 88px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    font-size: 3rem;
}

.contactBox2 {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contactBox2 a {
    width: calc(100% - 140px);
    color: #101C2A;
    font-size: 1.25rem;
}

.contactBox2 a span {
    display: grid;
    font-size: 1.375rem;
    color: #101C2A;
    font-weight: bold;
}

.contactBox2+.contactBox2 {
    padding-top: 2rem;
    /* margin-top: 2rem; */
}

.contactHead h2 span {
    font-size: 1.625rem;
    color: #000;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}


/* Contact Sec Css End */

section.contactSec h3 {
    font-size: 2.8125rem;
    font-weight: 500;
    font-family: 'Oswald';
    margin-bottom: 1rem;
}

.contactBox2 figure i {
    font-size: 1.75rem;
}


/* privacy & terms page*/

.privacy,
.terms {
    padding: 6rem 0;
}

.privacyContent :is(p,
li),
.termsContent :is(p,
li),
.blog-detail--content p {
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #828282;
}

.privacyContent p a,
.termsContent p a,
.blog-detail--content p a {
    color: var(--secondary);
    font-weight: 600;
}

.privacyContent h3,
.termsContent h3,
.blog-detail--content h3 {
    font-size: 2.125rem;
    font-weight: 600;
    margin: 1.125rem 0;
}

.privacyContent .list li,
.termsContent .list li {
    position: relative;
    padding-left: 1.75rem;
}

.privacyContent .list li::before,
.termsContent .list li::before {
    content: "";
    width: 12px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: var(--secondary);
    position: absolute;
    top: 7px;
    left: 0;
}

.videos-card iframe {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/* Inner Pages Css End */

.footlogo img {
    width: 150px;
}

.preLoader img {
    width: 200px;
}