@import url('https://fonts.googleapis.com/css2?family=Jost: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');
html {
    font-size: 16px;
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Jost', sans-serif;
    background: #fff;
    overflow-x: hidden;
}


/*.container {
    max-width: 1170px;
}*/

@font-face {
    font-family: 'Hagin Caps';
    src: url('../fonts/HaginCapsMedium.eot');
    src: url('../fonts/HaginCapsMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/HaginCapsMedium.woff2') format('woff2'), url('../fonts/HaginCapsMedium.woff') format('woff'), url('../fonts/HaginCapsMedium.ttf') format('truetype'), url('../fonts/HaginCapsMedium.svg#HaginCapsMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --theme-color: #0B3567;
    --primary-color: #BB8E2D;
    --secondary-color: #C60000;
}

p {
    font-size: 1.0625rem;
    font-weight: 400;
    line-height: 1.8;
    color: #01152B;
}

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

h2,
h3 {
    font-family: 'Hagin Caps';
}

.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;
}

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


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


/* loader */


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary-color);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary-color);
    opacity: 0.3;
}


/* Cursor End */


/* btn css */

.themeBtn {
    background: var(--theme-color);
    font-size: 1.25rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 0.6em 1.43em;
    border-radius: 0;
    line-height: normal;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 2px solid var(--primary-color);
    padding: 0.6em 1.43em;
}


/* btn css */


/* mouse animation css  */

.bounce-element {
    animation: bounce 0.9s infinite alternate;
    -webkit-animation: bounce 0.9s infinite alternate;
}

@keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes bounce {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.mouse {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    text-align: center;
}


/* mouse animation css  */


/* navigation css */

.topbar {
    background: var(--primary-color);
}

.topbar p {
    margin: 0;
    font-size: 1.25rem;
    color: var(--white);
    font-weight: 500;
}

.topbar .d-flex {
    justify-content: flex-end;
}

.topSocial {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-right: 1rem;
}

.topSocial li a {
    width: 45px;
    height: 45px;
    border: 1px solid var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.navbar-nav {
    align-items: center;
    justify-content: space-between;
    /* width: 100%; */
    gap: 2.5rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 1rem;
    color: var(--black);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0 0;
    display: inline-block;
}

.navbar-nav .nav-item .themeBtn {
    color: var(--black);
}

.an-navbar {
    background: var(--white);
    padding: 1rem 0;
}

.loginBtn {
    background: #02254E;
    width: 196px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 500;
}

.loginBtn i {
    color: var(--secondary-color);
    font-size: 1.7rem;
}

.topSocial li a:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: var(--white);
}

.form-inline {
    gap: 0.7rem;
    margin-left: 2.2rem;
}

.form-inline span {
    color: var(--secondary-color);
    font-size: 1.8rem;
}

.form-inline h4 {
    font-size: 15px;
    font-weight: 400;
    color: var(--black);
    margin: 0 0 3px;
}

.form-inline a {
    font-size: 1.25rem;
    color: var(--black);
    font-weight: 600;
}


/* navigation css */


/* slider css */

.mainSlider {
    height: 850px;
    position: relative;
    z-index: 1;
}

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

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

.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;
    align-items: center;
}

.slideContent {
    text-align: left;
}

.slideContent h2 {
    font-size: 5.3125rem;
    color: var(--white);
    line-height: 1.1;
    margin-bottom: 13px;
}

.slideContent p {
    font-size: 1.375rem;
    color: var(--white);
    margin: 0 0 1.8rem;
}

.slideContent ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.25rem;
    color: var(--white);
}

.slideContent ul li+li {
    margin-top: 20px;
}

.slideContent ul {
    margin-bottom: 2.3rem;
}


/* slider css */

.aboutMain {
    padding-bottom: 0;
}

.subHeading {
    font-size: 1.25rem;
    text-transform: uppercase;
    color: var(--primary-color);
    font-weight: 600;
    margin: 0;
}

.heading {
    font-size: 5.3125rem;
    color: var(--theme-color);
    line-height: 1;
    text-transform: uppercase;
}

.aboutContent p {
    margin-bottom: 2.3rem;
}

.aboutContent .d-flex {
    align-items: center;
    gap: 10px;
}

.arow {
    position: absolute;
    left: 0;
    bottom: -7rem;
}

.aboutMain figure {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vectorImg {
    display: table;
    margin: -40px auto 0;
}

.progMain {
    padding: 2rem 4rem 4.5rem;
    position: relative;
    z-index: 1;
}

.progMain:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    bottom: 0;
    background: var(--theme-color);
    z-index: -1;
}

.progMain:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 18%;
    bottom: 0;
    background: #02254E;
    z-index: -2;
    /* height: 0; */
    margin: -5rem 0;
}

.programBox {
    position: relative;
    margin-bottom: 15px;
}

.programBox .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.programBox .overlay .themeBtn {
    position: absolute;
    margin-top: 170px;
    opacity: 0;
}

.programBox .overlay h2 {
    font-size: 3.125rem;
    color: var(--white);
}

.programBox:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 25%);
}

.programBox:hover .overlay .themeBtn {
    opacity: 1;
}

.programBox:hover .overlay {
    background: rgb(198 0 0 / 71%);
}

.programBox .overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px solid rgb(255 255 255 / 79%);
    width: 90%;
    height: 90%;
    margin: auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}

.programBox:hover .overlay:before {
    opacity: 1;
}

.heading.whiteClr {
    color: var(--white);
}

.projectMain {
    background: #F4F4FB;
}

.projectMain .swiper-button-prev:after,
.projectMain .swiper-button-next:after {
    display: none;
}

.currentImg {
    position: relative;
}

.currentImg img {
    border-radius: 10px;
}

.currentImg a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: var(--primary-color);
    margin: auto;
    border-radius: 50%;
    color: var(--white);
}

.projectMain .swiper-button-prev {
    width: 59px;
    height: 59px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: var(--white);
    border-radius: 50%;
    left: -1rem;
    color: var(--black);
    font-size: 1.3rem;
}

.projectMain .swiper-button-prev span i {
    font-weight: 500;
}

.projectMain .swiper-button-next {
    width: 59px;
    height: 59px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    background: var(--white);
    border-radius: 50%;
    right: -1rem;
    color: var(--black);
    font-size: 1.3rem;
}

.projectMain .swiper-button-next span i {
    font-weight: 500;
}

.projectContent .heading {
    font-size: 3.125rem;
}

.projectContent h4 {
    font-size: 1.5625rem;
    color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.projctInfo ul {
    display: flex;
    align-items: center;
    background: linear-gradient(to left, #D7DFF9 50%, #E7ECFE 50%);
    padding: 1.08rem 0;
}

.projctInfo ul li {
    flex: 0 0 50%;
    padding: 0 25px;
    color: #535353;
    font-size: 0.9375rem;
}

.projctInfo ul:nth-child(even) {
    background: linear-gradient(to left, #ECF0FC 50%, #F6F8FF 50%);
}

.projctInfo a {
    font-size: 1.25rem;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 1;
    margin-top: 2rem;
}

.projectContent {
    padding: 0 1.4rem;
}

.projectMain .row {
    position: relative;
    padding: 4rem 0;
}

.projectMain .row:before {
    content: '';
    position: absolute;
    width: 74%;
    height: 100%;
    background: var(--white);
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: 0 7px 35px rgb(125 125 125 / 16%);
    border-radius: 10px;
}

.investorMain .heading {
    line-height: 0.95;
    margin: 0 0 2rem;
}

.investorMain .subHeading {
    margin: 0 0 0.7rem;
}

.investorCard {
    text-align: center;
}

.investorCard h2 {
    font-size: 1.875rem;
    color: var(--theme-color);
    margin: 0;
}

.investorCard figure {
    margin: 1rem 0 1.3rem;
    overflow: hidden;
    position: relative;
}

.investorCard p {
    font-size: 1.25rem;
    color: #1F2328;
    margin: 0 3rem;
    line-height: 1.6;
}

.investorCard figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.investorCard:hover figure::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.investorCard figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.investorCard:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.vectorRight {
    position: absolute;
    right: 1.5rem;
    bottom: 0;
    width: 10%;
}

.investorMain {
    padding-bottom: 6rem;
}

.meetMain {
    background: #F8F8F8;
}

.meetBox {
    display: inline-flex;
    align-items: center;
}

.meetSocial ul {
    background: #222222;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    justify-content: center;
    padding: 7rem 6.83rem 7rem 3rem;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.meetSocial ul li .folow {
    font-size: 1rem;
    color: var(--white);
    font-weight: 500;
    writing-mode: tb;
    transform: scale(-1);
    text-transform: uppercase;
}

.meetSocial ul li .line {
    width: 1px;
    background: #A5A5A5;
    height: 60px;
    display: block;
    margin: auto;
}

.meetSocial ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
}

.meetSocial ul li a {
    width: 36px;
    height: 36px;
    border: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
}

.meetImg {
    margin-left: -4rem;
    text-align: center;
    position: relative;
    z-index: 1;
}

.meetImg figure {
    margin-bottom: 15px;
}

.meetImg h2 {
    font-size: 1.875rem;
    color: var(--black);
    margin: 0;
}

.meetImg p {
    font-size: 1.125rem;
    color: #6D6D6D;
    margin: 0;
}

.meetSocial .read {
    font-size: 1.25rem;
    color: var(--secondary-color);
}

.meetContent {
    text-align: left;
    width: 72%;
    margin-left: auto;
}

.meetBox:hover .meetSocial ul {
    background: var(--secondary-color);
}

.latestContent {
    padding-top: 1.2rem;
}

.latestContent h2 {
    font-size: 1.6875rem;
    color: #1F2328;
    margin: 0;
}

.latestContent p {
    font-size: 1.25rem;
    color: #1F2328;
    line-height: 1.6;
    margin: 12px 0 18px;
}

.latestContent .themeBtn.borderBtn {
    border-color: var(--black);
    font-size: 14px;
    color: #1F2328;
    font-weight: 400;
}

.latestBox figure {
    position: relative;
    overflow: hidden;
}

.latestBox figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.latestBox:hover figure::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.latestBox figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.latestBox:hover figure img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.latestBox:hover .themeBtn {
    background: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.blogMain {
    z-index: 1;
}

.blogMain:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #F3F3F3;
    width: 87%;
    z-index: -1;
}

.swiper-button-prev1:after,
.swiper-button-next1:after {
    display: none;
}

.swiper-button-prev1 {
    font-size: 3rem;
    top: -4rem;
    right: 18rem;
    left: inherit;
}

.swiper-button-prev1 span i {
    color: #929292;
}

.swiper-button-next1 {
    font-size: 3rem;
    top: -4rem;
    right: 14rem;
    left: inherit;
}

.swiper-button-next1 span i {
    color: #929292;
}

.blogCard {
    position: relative;
    /* z-index: 1; */
}

.blogCard .overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 10rem 50px 40px;
    /* background: rgb(198 0 0 / 90%); */
    /* mix-blend-mode: multiply; */
}

.blogCard .overlay ul {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin: 0 0 1rem;
}

.blogCard .overlay ul li a {
    font-size: 1rem;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 7px;
}

.blogCard .overlay:before {
    /* content: ''; */
    /* position: absolute; */
    /* left: 0; */
    /* right: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* background: rgb(198 0 0 / 90%); */
    /* mix-blend-mode: multiply; */
    /* z-index: -1; */
}

.blogCard figure {
    position: relative;
}

.blogCard figure:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(198 0 0 / 90%);
    mix-blend-mode: multiply;
}

.blogCard .overlay h2 {
    font-size: 2.0625rem;
    color: var(--white);
}

.blogSlider {
    margin-right: -45rem;
}

.blogCard .overlay p {
    font-size: 1.25rem;
    color: var(--white);
}

.blogCard .overlay .themeBtn.borderBtn {
    border-color: var(--white);
}

.blogCard.blue figure:before {
    background: rgb(11 53 103 / 90%);
}

.blogCard.godlen figure:before {
    background: rgb(187 142 45 / 90%);
}

.reviewBox {
    background: #fff;
    border-radius: 17px;
    padding: 3.5rem 3rem;
    position: relative;
    border: 1px solid #919191;
    box-shadow: 0 10px 0 rgb(0 0 0 / 16%);
}

.quote {
    position: absolute;
    right: -1px;
    top: -1px;
    width: 101px;
    height: 102px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/shape.png) no-repeat;
    background-position: top right;
}

.quote img {
    margin: 0 -10px 10px 0;
    display: block;
}

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

.revewImg h6 {
    font-size: 22px;
    color: #000000;
    margin: 8px 0 0;
}

.reviewBox p {
    font-size: 1.5rem;
    color: #000000;
    margin: 2rem 3rem 0 0;
}

.reviewSlider {
    padding-bottom: 7rem;
}

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

.swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #8E7F7F;
    opacity: 25%;
}

.swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

footer {
    padding-top: 8rem;
    position: relative;
    /* margin-top: 6rem; */
    background: var(--black);
}

footer h3 {
    font-size: 2.0625rem;
    color: var(--white);
    font-weight: bold;
    margin-bottom: 0.875rem;
}

.links li a {
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 400;
}

.contactLinks li a,
.contactLinks li span {
    color: var(--white);
    font-weight: 500;
    font-size: 1.125rem;
    font-weight: 400;
}

.contactLinks li:nth-child(1) a {
    /* color: var(--primary); */
    /* text-decoration: underline !important; */
}

.contactLinks li+li {
    padding-top: 1.8rem;
}

.links li+li {
    margin-top: 6px;
}

.footPara {
    font-size: 15px;
    color: #292929;
    font-weight: 500;
    padding-right: 3rem;
    line-height: 1.5;
    margin: 0 0 20px;
}

.copyRight {
    border-top: 1px solid #fff;
    margin-top: 4rem;
    padding: 1.2rem 0;
}

.copyRight p {
    font-size: 1.375rem;
    color: var(--white);
    margin: 0;
    text-align: center;
    font-weight: 400;
}

.socialMedia {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    margin-top: 1.5rem;
}

.socialMedia li a {
    font-size: 1.375rem;
    color: var(--theme-color);
}

footer ul li a:hover {
    color: var(--primary-color);
}

.keepBox {
    background: var(--white);
    box-shadow: 14px -23px 26px rgb(187 187 187 / 16%);
    padding: 2.5rem 5rem;
    display: flex;
    align-items: center;
    border: 1px solid #D5D5D5;
    justify-content: space-between;
}

.keepBox div h2 {
    font-size: 2.5rem;
    color: var(--theme-color);
}

.keepMain {
    margin-bottom: -4rem;
    position: relative;
    z-index: 1;
}

.keepBox div p {
    font-size: 1rem;
    color: var(--black);
    margin: 0;
}

.keepBox form input {
    width: 642px;
    border: 0;
    border-bottom: 1px solid #686868;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 7rem;
}

.keepBox form {
    position: relative;
}

.keepBox form button {
    position: absolute;
    right: 0;
    background: transparent;
    border: 0;
    font-size: 1.375rem;
    color: var(--primary-color);
    text-transform: uppercase;
    bottom: 10px;
}

.keepBox form i {
    position: absolute;
    left: 13px;
    top: 5px;
}

.footLogo {
    padding-top: 4.5rem;
    display: block;
}

.themeBtn.borderBtn:hover,
.meetSocial ul li a:hover {
    background: var(--primary-color);
    color: var(--white);
}

.form-inline a:hover {
    color: var(--primary-color);
}

.themeBtn:hover {
    background: var(--secondary-color);
    color: var(--white);
}

.projctInfo a:hover {
    color: var(--secondary-color);
}

.loginBtn:hover {
    background: var(--secondary-color);
    color: var(--white);
}

.loginBtn:hover i {
    color: var(--white);
}


/* inner pages css start */

.inerBanner h2 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    font-size: 5.3125rem;
    color: var(--white);
}

.themeBtn.bgClr {
    background: var(--secondary-color);
}

.aboutMain.aboutPage .row+.row {
    margin-top: 3rem;
}

.aboutMain.aboutPage {
    padding-bottom: 2rem;
}

.programPage .aboutContent .heading {
    font-size: 3.125rem;
    margin-top: 1.3rem;
    text-transform: uppercase;
}

.programPage .aboutContent+.aboutContent {
    margin-top: 4rem;
}

.programPage .aboutContent p {
    margin-bottom: 1.3rem;
}

.projectMain.projectPage {
    background: transparent;
}

.projectMain.projectPage .row.flex-row-reverse:before {
    right: auto;
    left: 0;
}

.projectMain.projectPage .row+.row {
    margin-top: 4rem;
}

.investorPage .aboutContent {
    box-shadow: 0 6px 45px rgb(70 70 70 / 16%);
    padding: 6.9rem 3rem;
    height: 531px;
}

.investorPage .aboutContent .heading {
    font-size: 3.125rem;
    text-transform: uppercase;
}

.investorPage .aboutContent p {
    margin-bottom: 1rem;
}

.investorPage .row+.row {
    margin-top: 2rem;
}

.attorneyPage .aboutContent {
    box-shadow: 0 6px 45px rgb(70 70 70 / 16%);
    padding: 3rem 3rem;
    height: 480px;
    padding-right: 7rem;
}

.attorneyPage .aboutContent .heading {
    font-size: 3.125rem;
    margin: 0 0 5px;
}

.attorneyPage .aboutContent span {
    font-size: 1.125rem;
    color: #6D6D6D;
    font-weight: 400;
}

.attorneyPage .aboutContent p {
    font-size: 1.25rem;
    margin: 10px 0 20px;
}

.attorneyPage .aboutContent ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 16px;
}

.attorneyPage .aboutContent ul li a {
    width: 36px;
    height: 36px;
    border: 1px solid #222222;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
}

.attorneyPage .aboutContent ul li a:hover {
    background: var(--secondary-color);
    color: var(--white);
    border-color: var(--secondary-color);
}

.attorneyPage .row+.row {
    margin-top: 1.5rem;
}

.blogAdmin {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin-top: 1.5rem;
}

.blogAdmin li a {
    font-size: 1rem;
    color: var(--black);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.contactpgForm label {
    display: block;
    font-size: 1.125rem;
    color: var(--theme-color);
    font-weight: 500;
    margin: 0 0 4px;
}

.contactpgForm input {
    width: 100%;
    height: 71px;
    border: 2px solid #CFCFCF;
    background: #F5F5F5;
    padding: 0 1rem;
    margin-bottom: 1rem;
}

.contactpgForm textarea {
    width: 100%;
    height: 160px;
    border: 2px solid #CFCFCF;
    background: #F5F5F5;
    padding: 0 1rem;
    margin-bottom: 1rem;
    resize: none;
}

.contactpgForm .themeBtn.bgClr {
    border: 0;
}

.themeBtn.bgClr:hover {
    background: var(--primary-color);
    color: var(--white);
}

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

.preLoader img {
    width: 400px;
}












/* Customize Css Start */



.form button {
  margin: 0px !important;
  max-width: 150px;
}
.form .fal.fa-envelope {
  top: 25px;
}


/* Customize Css End */


/* Wordpress And Woocommerce Css Start */



.container {
  padding: 0px !important;
}
.list-unstyled.links .nav-link {
  padding: 0px !important;
}
.hf-form.hf-form-179 .hf-fields-wrap .themeBtn {
  max-width: 165px !important;
}
section#block-8 h2 {
    background-color: #000;
    display: inline-block;
    padding: 1.5em;
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    border: 1px solid #ebebeb;
    width: 100%;
    margin-bottom: 0;
}
section#block-8 {
    padding-top: 0;
}
.wpcr3_respond_1.wpcr3_in_content {
  display: none !important;
}
form .input-cont i {
  top: 8px !important;
}
.footerLinks .list-unstyled.links {
  display: contents !important;
}
.blogPagedetail h2 {
  color: #000 !important;
}
.single-product .col-md-12.col-xs-12.col-sm-12 h3 {
  display: none !important;
}
.single-product .woocommerce div.product div.images img {
  border: 2px solid #fff;
}
.single-product .summary.entry-summary .availability {
  color: #fff !important;
}
.single-product .summary.entry-summary .posted_in {
  color: #fff !important;
}
.pro_detail h3 {
  color: #fff;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information {
  padding: 20px;
  background: #d11a1f !important;
}
.details_tab_area.woocommerce-tabs #tab-title-additional_information a {
  color: #000 !important;
}
#tab-additional_information .shop_attributes {
  color: #000 !important;
}
.productSec.wer {
  display: none !important;
}
.woocommerce table.shop_table {
  background: #a4a4a4 !important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #a4a4a4 !important;
}



.error404 .page-title {
  color: #000 !important;
}
/* 404 Page */
.page-content.notfoundPg {
    text-align: center;
}

h1.notfoundHad {
    font-size: 200px;
    color: #bb8e2d !important;
}
.page-title {
  color: #fff !important;
}
input.search-field {
    border: 2px solid #006b17;
    height: 50px;
    width: 299px;
}

input.search-submit {
    height: 51px;
    background: #006b17;
    border: 2px solid #006b17;
    width: 133px;
}

.page-content.notfoundPg {
    margin-bottom: 70px;
}

.notfoundPg .search-form .search-submit:hover, .notfoundPg .search-form .search-submit:focus {
    background: #006b17 !important;
    color: #006b17;
}
#secondary {
  display: none !important;
}
.single-post h3 {
  font-size: 17px !important;
}
.search .wapper.ert.container {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.search .wapper.ert.container .search-title {
  text-align: center !important;
  margin-bottom: 70px !important;
}
.search .wapper.ert.container h3 a {
  color: #000 !important;
}
.search .wapper.ert.container .h-readmore {
  margin-bottom: 50px !important;
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #000;
  border: 1px solid var(--theme-color);
  padding: 0.75em 2em;
  min-width: 150px;
  margin: 0.5rem 0;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  display: inline-block;
}
.search .wapper.ert.container .h-readmore a{
	color: #fff !important;
}
.checkOutStyle h2 {
  color: #fff;
}
.checkout_form h3 {
  color: #fff;
}



.woocommerce-message .button.wc-forward {
  background: #555 !important;
}
.table-responsive.cart_table.woocommerce-cart-form .button {
  background: #555 !important;
}
.wc-proceed-to-checkout .checkout-button.button.alt.wc-forward {
  background: #555 !important;
}
#place_order {
  background: #555 !important;
}
.woocommerce .woocommerce-breadcrumb {
  display: none !important;
}



.navbar-nav > li .dropdown-menu{
    min-width: 15rem;
    border: 0;
    border-radius: 0;
}
.navbar-nav > li:hover .dropdown-menu {
    display: block;
}
.navbar-nav > li {
    position: relative;
}
.navbar-nav > li.menu-item-has-children:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 5px;
    right: -20px;
}
header .navbar .navbar-nav li .dropdown-menu .nav-link {
    font-size: 1rem;
    padding: 0.3rem 1rem;
}
.navbar-nav > li.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  position: absolute;
  top: 0px !important;
  right: -20px;
  color: white !important;
}
.dropdown-menu li .nav-link {
  color: #000 !important;
}


/*SubMenu DropDown*/
.dropdown-menu li > .dropdown-menu {
  position: relative;
}

.dropdown-menu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-menu li > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}



/ All Wocommerce Css /
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/ Style WC Account Endpoint Links /
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
  background: #f25a29 !important;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff !important; 
  cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li {
	padding: 8px 20px;
	background: #000 !important;
	border-bottom: 2px solid #fff;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.1);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background: #f25a29 !important;
}
.woocommerce-MyAccount-navigation-link a {
  color: #fff !important;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.woocommerce-account #primary {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .col-1, .u-columns.woocommerce-Addresses.col2-set.addresses .col-2 {
    max-width: 100%;
    width: 48%;
}
.woocommerce-form-row label {
  width: 100% !important;
}
.woocommerce-account .u-column1.col-1, .woocommerce-account .u-column2.col-2 {
  width: 100% !important;
  max-width: 48% !important;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  border: 5px solid #000 !important;
  box-shadow: 0px 0px 30px -2px #fff !important;
}
.single-product .woocommerce-breadcrumb a {
  color: #a24234 !important;
}
.single-product .woocommerce-breadcrumb {
  color: #a24234 !important;
}
.single-product .woocommerce-product-details__short-description p {
  font-size: 15px !important;
  margin-top: 20px !important;
}
.woocommerce div.product form.cart div.quantity {
  float: none !important;
}
.btn-warning {
  color: #fff;
  background-color: #a24234;
  border-color: #006b17;
  padding: 20px;
  max-width: 200px;
  width: 100% !important;
  margin-top: 40px;
}
.product_meta .posted_in a {
  color: #fff !important;
}
.posted_in {
  pointer-events: none !important;
}
.details_tab_area.woocommerce-tabs #tab-title-description {
  padding: 20px;
  background: #555 !important;
}
.details_tab_area.woocommerce-tabs #tab-title-description a {
  color: #fff !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews {
  padding: 20px;
  background: #939393 !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews a {
  color: #fff !important;
}
.details_tab_area.woocommerce-tabs #descrpt-sing {
  padding-left: 0px !important;
  padding-top: 20px !important;
}
.details_tab_area.woocommerce-tabs #tab-title-reviews, #tab-reviews {
  padding-top: 20px !important;
}
#tab-reviews #submit {
  display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1 !important;
  z-index: 1;
  border-radius: 50px !important;
  color: var(--white) !important;
  background-color: var(--theme-color) !important;
  padding: 0.8em 1.25em !important;
  transition: all 0.5s ease !important;
}
.woocommerce-cart #primary {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100% !important;
}
.coupon.couponarea {
  margin-bottom: 20px;
  margin-top: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
    display: inline-block !important;
  position: relative !important;
  overflow: hidden !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  font-weight: 500 !important;
  line-height: 1 !important;
  z-index: 1;
  border-radius: 50px !important;
  color: var(--white) !important;
  background: #555 !important;
  padding: 0.8em 1.25em !important;
  transition: all 0.5s ease !important;
}
.coupon.couponarea #coupon_code {
  margin-bottom: 15px !important;
  border-radius: 40px !important;
}
.cart_item a {
  color: #006b17 !important;
}
.actions .button {
  max-width: 510px !important;
}
.btn-warning {
  color: #fff !important;
  background: #555 !important;
  border-color: #fff !important;
  padding: 20px !important;
} 



.container.result_cntt {
    display: none;
}

div#shp-filtr {
    position: absolute;
    top: -50px;
    right: 20px;
}

.summary.entry-summary h2, bdi {
  color: #fff;
}



/* Wordpress And Woocommerce Css End */